:root {
    --gc-yellow: #ffcf33;
    --gc-dark: #111;
}

/* HERO */
.gc-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.gc-hero::before {
    content: "";
    position: absolute;
    inset:0;
    background-image: url("https://moontriam.com/gift/g2.png");
    background-size: cover;
    background-position: center;
    z-index: -2;
}

.gc-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.2),
        rgba(0,0,0,0.6)
    );
    z-index: -1;
}

.gc-hero-content {
    max-width: 650px;
}

.gc-hero-title {
    color: #fff;
    font-family: "DM Sans";
    font-size: 72px;
    font-weight: 600;
    /* white-space: nowrap; */
}

.gc-hero-subtitle {
    font-size: 36px;
    font-family: "DM Sans";
    font-weight: 500;
    white-space: nowrap;
}

.gc-hero-text {
    font-size: 16px;
    font-family: "DM Sans";
    line-height: 1.6;
    font-weight: 400;
       white-space: nowrap;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .gc-hero-title {
        white-space: normal !important;
        font-size: 36px;
    }
    .gc-hero-text {
        white-space: normal;
        font-size: 22px;
    }
    .gc-hero {
        text-align: center;
        justify-content: center;
    }
}




/* Why Gift City */

/* SECTION SPACING */
.whyGift-section * {
    font-family: "DM Sans", sans-serif;
}


.whyGift-title {
    font-size: 48px;
    font-weight: 600;
    color: #000;
     font-family: "DM Sans", sans-serif;
}

/* SUBTEXT */
.whyGift-subtext {
    font-size: 16px;
    color: #000000;
    max-width: 940px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 400;
}

/* BOX */
.whyGift-box {
    border: 2px solid #ffcf33;
    border-radius: 14px;
    padding: 28px;
    background: #fff;
    transition: 0.35s ease;
    height: 100%;
}

/* HOVER → YELLOW */
.whyGift-box:hover {
    background: #ffcf33;
    transition: 0.35s ease;
}

/* BOX TITLE */
.whyGift-box-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000;
    text-align: left;
   
}

/* BOX TEXT */
.whyGift-box-text {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
    text-align: left;
}

/* RESPONSIVE */
@media(max-width: 576px) {
    .whyGift-title {
        font-size: 28px;
    }
    .whyGift-box {
        padding: 22px;
    }
}



/* Key Benifit */

.keyBenefits-section {
    background: #1B1B1B; 
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Heading */
.keyBenefits-title {
    color: #FFFFFF;
    font-family: "DM Sans";
    font-size: 48px;
    font-weight: 500;
    /* margin-bottom: 50px; */
}

/* List */
.keyBenefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.keyBenefits-list li {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: "DM Sans";
    font-size: 16px;
    margin-bottom: 35px;
    font-weight: 400;
}

/* Icon */
.keyBenefits-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;               
    margin-top: 2px;             
}

/* RESPONSIVE FIX */
@media (max-width: 768px) {

    .keyBenefits-title {
        font-size: 28px;
        margin-bottom: 35px;
    }

    .keyBenefits-list li {
        margin-bottom: 25px;
        font-size: 15px;
    }
}


/* Moon & Triam IFSC section */

.ifscServe-section * {
    font-family: "DM Sans", sans-serif;
}

/* TITLE */
.ifscServe-title {
    font-size: 48px;
    font-weight: 600;
    color: #000000;
}

/* TEXT */
.ifscServe-text {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    font-weight: 400;
}

/* LIST */
.ifscServe-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ifscServe-list li {
    font-size: 15px;
    color: #000;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

/* ICON */
.ifscServe-icon {
    width: 20px;
    margin-top: 3px;
}

/* IMAGE WRAPPER */
.ifscServe-imgWrap {
    position: relative;
    display: inline-block;
}



/* RESPONSIVE FIXES */
@media (max-width: 992px) {
    .ifscServe-title {
        font-size: 28px;
        text-align: center;
    }
    .ifscServe-text {
        text-align: center;
    }
    .ifscServe-list li {
        justify-content: center;
        text-align: center;
    }
    .ifscServe-yellow {
        top: -15px;
        left: -15px;
    }
}

@media (max-width: 576px) {
    .ifscServe-title {
        font-size: 24px;
    }
    .ifscServe-list li {
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }
    .ifscServe-icon {
        margin-top: 5px;
    }
}


/* IFSC Serve Section — 1024 × 600 (Small Laptop Landscape) */
@media only screen and (max-width: 1050px) and (max-height: 650px) {

    .ifscServe-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    /* ROW ALIGN — keep content balanced */
    .ifscServe-section .row {
        display: flex !important;
        align-items: center !important;
    }

    /* LEFT CONTENT -------------------- */
    .ifscServe-title {
        font-size: 34px !important;
        line-height: 1.25 !important;
        margin-bottom: 16px !important;
        text-align: left !important;
    }

    .ifscServe-text {
        font-size: 15px !important;
        line-height: 1.45 !important;
        max-width: 95% !important;
        margin-bottom: 22px !important;
        text-align: left !important;
    }

    /* LIST ITEMS ---------------------- */
    .ifscServe-list li {
        font-size: 14px !important;
        margin-bottom: 10px !important;
        line-height: 1.4 !important;
        justify-content: flex-start !important;
        text-align: left !important;
        gap: 10px !important;
    }

    .ifscServe-icon {
        width: 18px !important;
        margin-top: 2px !important;
    }

   
    .ifscServe-section .col-lg-6:last-child {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .ifscServe-img {
        max-width: 70% !important;    
        height: auto !important;
        object-fit: contain !important;
    }
}


/* IFSC Serve Section — 820 × 1180 TABLET PORTRAIT */
@media only screen and (min-width: 800px) and (max-width: 840px) and (min-height: 1150px) {

    .ifscServe-section {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    /* ALIGN ROW (text + image same height) */
    .ifscServe-section .row {
        display: flex !important;
        align-items: center !important;
    }

    /* LEFT CONTENT ------ */
    .ifscServe-title {
        font-size: 40px !important;
        line-height: 1.25 !important;
        text-align: left !important;
        margin-bottom: 20px !important;
    }

    .ifscServe-text {
        font-size: 17px !important;
        line-height: 1.55 !important;
        text-align: left !important;
        max-width: 90% !important;
        margin-bottom: 28px !important;
    }

    /* LIST ITEMS */
    .ifscServe-list li {
        font-size: 16px !important;
        line-height: 1.55 !important;
        justify-content: flex-start !important;
        text-align: left !important;
        margin-bottom: 14px !important;
        gap: 12px !important;
    }

    .ifscServe-icon {
        width: 22px !important;
        margin-top: 4px !important;
    }

    /* RIGHT IMAGE ------ */
    .ifscServe-section .col-lg-6:last-child {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .ifscServe-img {
        max-width: 92% !important;
        height: auto !important;
        object-fit: contain !important;
    }
}


/* IFSC Serve Section — 912 × 1368 (Large Tablet Portrait) */
@media only screen and (min-width: 880px) and (max-width: 940px) and (min-height: 1300px) {

    .ifscServe-section {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }

    /* ALIGN THE WHOLE ROW PERFECTLY */
    .ifscServe-section .row {
        display: flex !important;
        align-items: center !important; /* text + image same height area */
    }

    /* LEFT TITLE + TEXT */
    .ifscServe-title {
        font-size: 42px !important;
        line-height: 1.25 !important;
        margin-bottom: 20px !important;
        text-align: left !important;
    }

    .ifscServe-text {
        font-size: 17px !important;
        line-height: 1.55 !important;
        text-align: left !important;
        max-width: 92% !important;
        margin-bottom: 30px !important;
    }

    /* BULLET LIST */
    .ifscServe-list li {
        font-size: 16px !important;
        line-height: 1.55 !important;
        text-align: left !important;
        justify-content: flex-start !important;
        gap: 12px !important;
        margin-bottom: 14px !important;
    }

    .ifscServe-icon {
        width: 22px !important;
        margin-top: 4px !important;
    }

    /* RIGHT IMAGE CENTERED */
    .ifscServe-section .col-lg-6:last-child {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .ifscServe-img {
        max-width: 88% !important;
        height: auto !important;
        object-fit: contain !important;
    }
}



/* IFSC Serve Section — 768 × 1024 */
@media only screen and (min-width: 740px) and (max-width: 790px) and (min-height: 1000px) {

    .ifscServe-section {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    /* ROW ALIGN PERFECT */
    .ifscServe-section .row {
        display: flex !important;
        align-items: center !important; /* image + text same height */
    }

    /* LEFT CONTENT */
    .ifscServe-title {
        font-size: 38px !important;
        line-height: 1.25 !important;
        margin-bottom: 18px !important;
        text-align: left !important;
    }

    .ifscServe-text {
        font-size: 17px !important;
        line-height: 1.55 !important;
        text-align: left !important;
        max-width: 90% !important;
        margin-bottom: 30px !important;
    }

    /* BULLETS */
    .ifscServe-list li {
        font-size: 16px !important;
        line-height: 1.55 !important;
        text-align: left !important;
        justify-content: flex-start !important;
        margin-bottom: 14px !important;
        gap: 12px !important;
    }

    .ifscServe-icon {
        width: 22px !important;
        margin-top: 4px !important;
    }

    /* RIGHT IMAGE */
    .ifscServe-section .col-lg-6:last-child {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .ifscServe-img {
        max-width: 90% !important;
        height: auto !important;
        object-fit: contain !important;
    }
}





/* Need a Custom solution section */


.customSolution-section {
    background: #ffcf33;
    width: 100%;
}

/* Title */
.customSolution-title {
    font-family: "DM Sans";
    font-size: 48px;
    font-weight: 600;
    color: #000000;
}


.custom-right-box {
      display: flex;
    flex-direction: column;
    align-items: flex-start !important; 
    text-align: left !important;
}

/* Text */
.customSolution-text {
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    color: #000;
    max-width: 360px;
    line-height: 1.6;
    margin-bottom: 12px !important; 
    text-align: left;
}

/* Button */
.customSolution-btn {
    background: #000;
    color: #ffcf33;
    padding: 10px 28px;
    border-radius: 10px;
    border: none;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
   
}

.customSolution-btn:hover {
    background: #222;
}

/* RESPONSIVE */
@media (max-width: 992px) {

    .custom-right-box {
        align-items: center; /* mobile centered */
        text-align: center;
    }

    .customSolution-title {
        text-align: center;
        font-size: 32px;
    }

    .customSolution-text {
        margin: 0 auto 10px auto !important;
    }

    .customSolution-btn {
        margin-top: 8px; /* tight spacing */
    }
}

@media (max-width: 576px) {
    .customSolution-title {
        font-size: 28px;
    }
}


/* Custom Solution Section — Perfect Tablet Responsive (768–1024px devices) */
@media only screen and (min-width: 740px) and (max-width: 1024px) and (min-height: 900px) {

  

    .custom-right-box {
        text-align: center !important;
    }

    .customSolution-btn {
        display: flex;
        margin: 0 auto;   
        justify-content: center;
    }

   
}


/* Custom Solution Button Center — 540 × 720 */
@media only screen and (max-width: 560px) and (min-height: 700px) {

    .custom-right-box {
        align-items: center !important;
        text-align: center !important;
    }

    .customSolution-btn {
        display: flex !important;
        margin: 0 auto !important;      /* center horizontally */
        justify-content: center !important;
        align-items: center !important;
        width: auto !important;         /* button natural size */
    }
}






 /* Compliance isnt just about ticking boxes  */

.complianceBanner-section {
    position: relative;
    width: 100%;
    height: 28vh;                
    background-image: url("https://moontriam.com/images/j2.png"); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* DARK OVERLAY */
.complianceBanner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);  
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

/* CENTER TEXT */
.complianceBanner-text {
    color: #fff;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    max-width: 900px;
    text-align: center;
    line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .complianceBanner-section {
        height: 45vh;
    }
    .complianceBanner-text {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    .complianceBanner-section {
        height: 50vh;
    }
    .complianceBanner-text {
        font-size: 13px;
    }
}




