/* ══════════════════════════════════════════
       LOCAL FONT FACES
    ══════════════════════════════════════════ */
@font-face {
    font-family: "f1";
    src: url("../Font/AntonSC-Regular.ttf") format("truetype");

}

@font-face {
    font-family: "f2";
    src: url("../Font/DMSans-Regular.ttf") format("truetype");

}

@font-face {
    font-family: "f3";
    src: url("../Font/DMSans-Medium.ttf") format("truetype");

}

@font-face {
    font-family: "f4";
    src: url("../Font/DMSans-Bold.ttf") format("truetype");

}

/* ══════════════════════════════════════════
       RESET
    ══════════════════════════════════════════ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "f1", sans-serif;
    background: #F5F4F0 !important;
    color: #111111;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img,
svg {
    max-width: 100%;
    display: block;
}


/* ══════════════════════════════════════════
       BANNER WRAPPER
    ══════════════════════════════════════════ */
.banner-wrap {
    padding: 18px 60px 12px;
    margin-top: 22px;
}

/* Rounded card */
.banner-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
}

/* BG photo */
.banner-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://cloudinary-marketing-res.cloudinary.com/images/w_1000,c_scale/v1679921049/Image_URL_header/Image_URL_header-png?_i=AA');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Text block */
.banner-body {
    position: relative;
    z-index: 2;
    padding: 24px 52px;
    max-width: 560px;
    width: 100%;
}

.banner-h1 {
    font-family: "f1";
    font-size: 6rem;
    font-weight: 500;
    color: white;
    line-height: 1.06;
    letter-spacing: -1px;
    margin-bottom: 0;
}

/* Arrows — bottom-right inside card */
.banner-arrowleft {
    position: absolute;
    bottom: 160px;
    right: 150px;
    z-index: 4;
    display: flex;
    gap: 16px;
}

.banner-arrowright {
    position: absolute;
    bottom: 160px;
    right: 90px;
    z-index: 4;
    display: flex;
    gap: 16px;
}

.banner-arrowleft {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #0B7A75;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: white;
    transition: background 0.2s, box-shadow 0.2s;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.banner-arrowright {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #7B2D26;
    border: 1px solid rgba(200, 200, 200, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: white;
    transition: background 0.2s, box-shadow 0.2s;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.banner-arrow:hover {
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Dots below card */
.banner-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 13px 0 2px;
}

.banner-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    padding: 0;
    cursor: pointer;
    background: gray;
    transition: background 0.2s, transform 0.2s;
}

.banner-dot.active {
    background: #0B7A75;
    transform: scale(1.25);
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .banner-bg {
        height: 60vh;
    }

    .banner-h1 {
        font-size: 2rem;
    }

    .banner-arrowleft {
    position: absolute;
    bottom: 180px;
    right: 80px;
    z-index: 4;
    display: flex;
    gap: 16px;
}

.banner-arrowright {
    position: absolute;
    bottom: 180px;
    right: 40px;
    z-index: 4;
    display: flex;
    gap: 16px;
}

.banner-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    min-height: 280px;
    display: flex;
    align-items: center;
}

.banner-arrowright {
    width: 32px;
    height: 32px;
}


.banner-arrowleft {
    width: 32px;
    height: 32px;
}

.banner-wrap {
    padding: 18px 20px 12px;
    margin-top: 22px;
}
.banner-body {
    position: relative;
    z-index: 2;
    padding: 24px 20px;
    max-width: 580px;
    width: 100%;
} 
}

@media (max-width: 1042px){

      .banner-arrowleft {
    position: absolute;
    bottom: 260px;
    right: 150px;
    z-index: 4;
    display: flex;
    gap: 16px;
}

.banner-arrowright {
    position: absolute;
    bottom: 260px;
    right: 80px;
    z-index: 4;
    display: flex;
    gap: 16px;
}

}

/* =============================================== */

/* ===== INK BAR ===== */

.ink-bar {
    background: #000;
    padding: 18px 0;
    overflow: hidden;
}

.ink-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.ink-item {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: f2;
}

/* ===== DOT ===== */

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

/* ===== COLORS ===== */

/* .green {
    background: #64ff2f;
    margin-left: 20px !important;
}

.blue {
    background: #42bfff;
}

.white {
    background: #ffffff;
}

.red {
    background: #ff2a2a;
}

.navy {
    background: #183f7a;
}

.yellow {
    background: #ffe600;
}

.cyan {
    background: #00cfff;
}

.lime {
    background: #79ff36;
} */

/* ===== REMOVE NAV/DOTS ===== */

.ink-carousel .owl-nav,
.ink-carousel .owl-dots {
    display: none;
}

/* ===== MOBILE ===== */

@media(max-width:768px){

    .ink-item{
        font-size:12px;
        gap: 16px;
    }

    .dot{
        width:10px;
        height:10px;
    }

}

/* OUR PRODUCTS SECTION */

/* TAG */
.section-tag {
    display: inline-block;
    background: #dcdcdc;
    color: #000;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

/* TITLE */
.section-title {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: f1;
}

/* Head cotent */

.headcontent{
  align-items: center;
}

/* DESCRIPTION */
.section-desc {
    color: black;
    font-size: 18px;
    line-height: 1.8;
    max-width: 500px;
    font-family: f2;
}

/* CARD */
.product-card {
    padding: 35px;
    border-radius: 20px;
    color: #fff;
    height: 100%;
    transition: 0.3s ease;
}

/* ICON */
.icon-box {
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon-box img {
    width: 20px;
}

/* TITLE */
.product-card h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    font-family: f4;
}

/* TEXT */
.product-card p {
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 20px;
    font-family: F2;
}

/* LINK */
.product-card a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: f2;
}


.owl-carousel .owl-item img {
    /* display: block; */
    width: 50% !important;
    margin: 0% !important;
}

.loan-carousel .owl-stage {
    display: flex;
}

.loan-carousel .owl-item {
    display: flex;
}

.loan-carousel .item {
    width: 100%;
}

.loan-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
}

.loan-carousel .owl-nav.disabled {
    display: flex;
}

.loan-carousel .owl-nav button.owl-prev,
.loan-carousel .owl-nav button.owl-next {
    width: 34px;
    height: 34px;
    border-radius: 4px;
    border: 0;
    background: #d9d9d9 !important;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px !important;
    line-height: 1 !important;
}

.loan-carousel .owl-nav button.owl-prev:hover,
.loan-carousel .owl-nav button.owl-next:hover {
    background: #0b7a75 !important;
}

.loan-carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.loan-carousel .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0 !important;
    background: #d9d9d9 !important;
}

.loan-carousel .owl-dot.active span {
    background: #0b7a75 !important;
}

/* COLORS */
.beige {
    background: #FF0100 !important;
}

.green {
    background: #003B97 !important;
}

.red {
    background: #FFE029 !important;
}

/* HOVER */
/* .product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
} */

.product-btn{
    text-align: center;
    margin-top: 12px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .product-card {
        padding: 25px;
    }
}

@media (max-width: 768px) {

    .section-title {
        font-size: 2rem;
    }

    .section-desc {
        margin-top: 20px;
    }
}

/* ===================== */
/* OUR STORY */
/* ===================== */

/* TAG */
.section-tag {
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
}

/* TITLE */
.story-title {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.1;
    margin: 15px 0 25px;
    font-family: f1;
}

/* TEXT */
.story-text {
    color: #555;
    font-size: 17px;
    line-height: 1.8;
    font-family: F2;
}

/* BUTTON */
.explore-btn {
    background: #000 !important;
    color: #fff !important;
    padding: 10px 25px !important;
    border-radius: 25px !important;
    text-decoration: none !important;
}

/* ================= CMYK ================= */
.cmyk-wrapper {
    position: relative;
    width: 320px;
    height: 320px;
    margin: auto;
}

.circle {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid;
}

.circle.k { border-color: #2c3e94; transform: scale(1); }
.circle.y { border-color: #e6e600; transform: scale(0.8); }
.circle.m { border-color: #ff00a8; transform: scale(0.6); }
.circle.c { border-color: #00cfff; transform: scale(0.4); }

.cmyk-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: #e5e5e5; */
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: bold;
    font-family: f4;
}

.c { color: #00cfff; }
.m { color: #ff00a8; }
.y { color: #e6e600; }
.k { color: #2c3e94; }

/* ================= CARDS ================= */
.feature-card {
    background: #cfd6e0;
    padding: 18px;
    border-radius: 12px;
}

.feature-card h4 {
    font-weight: 600;
    margin-bottom: 5px;
    font-family: f3;
}

/* .feature-card h4 {
    font-weight: 600;
    font-family: f3;
} */

.feature-card p {
    font-size: 13px;
    color: #666;
    font-family: f2;
}


/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {

    .story-title {
        font-size: 2rem;
    }

    .cmyk-wrapper {
        width: 220px;
        height: 220px;
    }
}

/* ===================== */
/* WHY BLACK INK */
/* ===================== */

/* TAG */
.section-tag {
    font-size: 14px;
    color: #777;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

/* TITLE */
.why-title {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: f1;
}

/* DESCRIPTION */
.why-desc {
    max-width: 600px;
    color: black;
    font-size: 16px;
    line-height: 1.7;
    font-family: f2;
}

/* CARD */
.why-card {
    padding: 30px;
    border-radius: 20px;
    color: #fff;
    height: 100%;
    transition: 0.3s;
}

.why-card h3 {
    font-size: 2rem;
    font-weight: 300;
    opacity: 0.7;
    font-family: f1;
}

.why-card h5 {
    margin: 15px 0;
    font-weight: 500;
    font-family: f4;
}

.why-card p {
    font-size: 14px;
    line-height: 1.6;
    font-family: f2;
}

/* COLORS */
.c1 { background: #CE5407; color: white; }
.c2 { background: #F4871E; color: white; }
.c3 { background: #99582a; color: white; }
.c4 { background: #bb9457; color: white; }

/* HOVER */
.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .why-title {
        font-size: 2rem;
    }

    .why-card {
        padding: 20px;
    }
}

/* ===================== */
/* WHY TRUST US */
/* ===================== */

/* TAG */
.section-tag {
    font-size: 14px;
    color: #777;
    letter-spacing: 1px;
}

/* TITLE */
.testimonial-title {
    font-size: 3.5rem;
    font-weight: 500;
    margin: 15px 0;
    font-family: f1;
}

/* DESC */
.testimonial-desc {
    max-width: 600px;
    margin: auto;
    color: black;
    font-size: 16px;
    line-height: 1.7;
    font-family: f2;
}

/* CARD */
.testimonial-card {
    padding: 20px;
    background-color: white;
    border-radius: 0px;
}

/* TEXT */
.testimonial-text {
    font-size: 15px;
    line-height: 1.7;
    color: #222;
    font-family: f2;
}

/* USER */
.user-img {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    object-fit: cover;
}

.user-info{
  margin-top: 56px !important;
}

/* NAME */
.user-info h6 {
    font-weight: 700;
    margin-bottom: 2px;
    font-family: f3;
}

.user-info p {
    font-size: 8px;
    color: #666;
    margin-bottom: 5px;
    font-family: f2;
}

/* STARS */
.stars {
    color: #ffc107;
    font-size: 14px;
}

.testimonial-card:hover{
    padding: 20px;
    background-color: #E29578;
    border-radius: 0px;
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    color: white;
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .testimonial-title {
        font-size: 2rem;
    }

    .testimonial-card {
        margin-bottom: 20px;
    }
}

/* ===================== */
/* START CONVERSTATION */
/* ===================== */

/* WRAPPER */
.cta-wrapper {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

/* BACKGROUND IMAGE */
.cta-bg {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 24px;
}

/* DARK OVERLAY */
.cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 24px;
}

/* CONTENT */
.cta-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 700px;
    color: #fff;
}

/* TAG */
.cta-tag {
    letter-spacing: 2px;
    font-size: 14px;
    opacity: 0.8;
    font-family: f2;
}

/* TITLE */
.cta-title {
    font-size: 4rem;
    font-weight: 500;
    margin: 15px 0;
    font-family: f1;
}

/* DESC */
.cta-desc {
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.9;
    font-family: f2;
}

/* LINK BUTTON */
.cta-link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: f2;
}

/* HOVER */
.cta-link:hover {
    text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .cta-bg {
        height: 400px;
    }

    .cta-title {
        font-size: 2rem;
    }

    .cta-desc {
        font-size: 14px;
    }

    .cta-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

