/* HERO BACKGROUND */


body {
    font-family: 'Inter', sans-serif;
}
.hero-section{

    position:relative;

    min-height:90vh;

    overflow:hidden;

}

.hero-video{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    object-fit:cover;

}

.hero-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.45);

    z-index:1;

}

.hero-content{

    position:relative;

    z-index:2;

    padding-top:170px;

}

/* hero eyebrow tag */
.hero-content .hero-tag{

    display:inline-flex;

    align-items:center;

    gap:9px;

    margin-bottom:22px;

    padding:8px 18px;

    border:1px solid rgba(212,180,106,0.45);

    border-radius:50px;

    background:rgba(212,180,106,0.12);

    backdrop-filter:blur(6px);

    color:#D4B46A;

    font-family:Inter, sans-serif;

    font-size:13px;

    font-weight:600;

    letter-spacing:1.5px;

    text-transform:uppercase;

}

.hero-content .hero-tag i{

    width:7px;

    height:7px;

    border-radius:50%;

    background:#D4B46A;

    box-shadow:0 0 0 0 rgba(212,180,106,0.7);

    animation:heroTagPulse 2s infinite;

}

@keyframes heroTagPulse{

    0%   { box-shadow:0 0 0 0 rgba(212,180,106,0.7); }

    70%  { box-shadow:0 0 0 8px rgba(212,180,106,0); }

    100% { box-shadow:0 0 0 0 rgba(212,180,106,0); }

}

@media (prefers-reduced-motion: reduce){

    .hero-content .hero-tag i{ animation:none; }

}

@media (max-width: 576px){

    .hero-content .hero-tag{

        margin-bottom:16px;

        padding:6px 14px;

        font-size:11px;

        letter-spacing:1px;

    }

}

.hero-content h1{

    color:#fff;

    font-size:64px;

    font-weight:700;

    line-height:1.2;

}

.hero-content span{

    color:#D4B46A;

}

.hero-content p{

    color:#fff;

    font-size:18px;

    line-height:1.8;

    max-width:650px;

    margin-top:25px;

}

.explore-btn{

    margin-top:25px;

    background:#C40000;

    color:#fff;

    padding:14px 35px;

    border-radius:50px;

    font-weight:600;

}

.explore-btn:hover{

    background:#a50000;

    color:#fff;

}


/* ============ HERO — MOBILE / TABLET ============
   NOTE: hero ke mobile rules header.php ke inline <style> mein bhi hain, aur wo
   home.css ke BAAD load hote hain. Isliye yahan specificity zyada rakhi hai
   (.hero-section .hero-content) taaki ye jeete. */

@media (max-width: 991px){

    /* pehle content top pe chipka rehta tha aur neeche bada khaali video area
       bachta tha — ab vertically center hai */
    .hero-section{

        min-height:92vh;

        display:flex;

        align-items:center;

    }

    .hero-section .hero-content{

        width:100%;

        padding-top:130px;   /* absolute navbar ke neeche rehne ke liye */

        padding-bottom:45px;

    }

    .hero-section .hero-content h1{

        font-size:clamp(30px, 8vw, 40px);

        line-height:1.2;

    }

    .hero-section .hero-content p{

        font-size:16px;

        line-height:1.7;

        margin-top:16px;

        max-width:100%;

    }

    .hero-section .explore-btn{

        margin-top:22px;

        padding:14px 30px;

        font-size:15px;

    }

    /* video ke bright frames pe text readable rahe */
    .hero-section .hero-overlay{

        background:linear-gradient(180deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.48) 55%, rgba(0,0,0,.58) 100%);

    }

}

@media (max-width: 575px){

    .hero-section{

        min-height:88vh;

    }

    .hero-section .hero-content{

        padding-top:120px;

    }

    .hero-section .hero-content p{

        font-size:15px;

    }

    /* chhoti screen pe button thoda bada tap target */
    .hero-section .explore-btn{

        display:inline-block;

        padding:14px 34px;

    }

}


/* Business section  */


.business-section {
    background: #f5f5f5;
    padding: 80px 0;
}

/* HEADING */
.business-section h2 {
    font-family: 'Inter', sans-serif;
    color: #000;
font-size: 52px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.business-section h2 span {
  color: #C00000;
 font-family: 'Inter', sans-serif;
font-size: 52px;
font-style: normal;
font-weight: 600;
line-height: normal;
}


.underline {
    width: 100%;
    max-width: 1000px;
    height: 1px;
    background: #c40000;
    margin: 15px 0 25px 0;
}


.business-section p {
    font-family: 'Inter', sans-serif;
   color: #808080;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 30px */
    line-height: 1.8;
    margin-bottom: 15px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .business-section {
        padding: 50px 15px;
    }

    .business-section h2 {
        font-size: 24px;
    }

    .underline {
        max-width: 100%;
    }
}


/* Offer section */


/* SECTION */
.offer-section {
    background: #f5f5f5;
    padding: 80px 0;
}

/* HEADINGS */
.offer-title {
   color: #000;
font-size: 50px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}

.offer-subtitle {
    color: #C00000;
font-family: 'Inter', sans-serif;
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
    margin-top: 16px;
}

/* CARD */
.offer-card {
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
    height: 100%;
}

/* IMAGE */
.card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* CONTENT */
.card-content {
    padding: 20px;
    color: #fff;
   
}


/* TITLE */
.card-content h5 {
   color: #FFF;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
    margin-bottom: 10px;
}

/* TEXT */
.card-content p {

    padding-top: 10px;
    padding-bottom: 10px;
    color: #DBDBDB;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
    line-height: 1.6;
}

/* READ MORE */
/* .read-more {
    display: inline-block;
    margin-top: 15px;
    padding: 6px 14px;
    border: 1px solid red;
    border-radius: 20px;
    color: red;
    font-size: 12px;
    text-decoration: none;
} */


.read-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin:20px 0px;
    padding: 10px 14px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: red;
    font-size: 12px;
    text-decoration: none;
}



/* HOVER EFFECT */
.offer-card:hover {
    transform: translateY(-5px);
}


@media (max-width: 768px) {
    .offer-title {
        font-size: 24px;
    }

    .card-img img {
        height: 180px;
    }

    .setup-text {
        max-width: 95% !important;        
        overflow-wrap: break-word;
        word-break: break-word;
        white-space: normal;
    }

    .setup-text h2 {
        max-width: 100% !important;
        font-size: 16px;
        overflow-wrap: break-word;
        word-break: break-word;
        white-space: normal !important;
    }

}

.title-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-box img {
    width: 45px;
    height: 45px;
}


/* Setus section */


.setup-section {
    background: url('https://moonfta.ae/copyData/images/setup.png') no-repeat center/cover;
    background-attachment: fixed;
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
}

.setup-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.82) 45%, rgba(0,0,0,0.7) 100%);
}

.setup-row {
    position: relative;
    z-index: 2;
}

/* LEFT : INTRO */
.setup-text {
    position: relative;
    padding-right: 40px;
}

.setup-tag {
    display: inline-block;
    padding: 7px 16px;
    margin-bottom: 20px;
    border: 1px solid rgba(192, 0, 0, 0.6);
    border-radius: 50px;
    background: rgba(192, 0, 0, 0.12);
    color: #FF6B6B;
    font-family: Inter;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.setup-text h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

.setup-text h2 span {
    color: #C00000;
}

.setup-text > p {
    color: rgba(255, 255, 255, 0.75);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 18px;
}

/* WHY IT MATTERS */
.setup-note {
    margin-top: 30px;
    padding: 22px 24px;
    border-left: 3px solid #C00000;
    border-radius: 0 12px 12px 0;
    background: rgba(255, 255, 255, 0.05);
}

.setup-note h6 {
    color: #C00000;
    font-family: Inter;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.setup-note p {
    color: rgba(255, 255, 255, 0.72);
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}

.setup-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    padding: 14px 32px;
    border-radius: 50px;
    background: #C00000;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}

.setup-btn:hover {
    background: #a00000;
    color: #FFF;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(192, 0, 0, 0.35);
}

.setup-btn span {
    transition: 0.3s;
}

.setup-btn:hover span {
    transform: translateX(4px);
}

/* RIGHT : SERVICE LIST */
.setup-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.setup-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 26px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(6px);
    transition: 0.35s ease;
}

.setup-item:hover {
    border-color: rgba(192, 0, 0, 0.55);
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(8px);
}

.setup-item.highlight {
    border-color: rgba(192, 0, 0, 0.45);
    background: rgba(192, 0, 0, 0.12);
}

.setup-num {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(192, 0, 0, 0.5);
    background: rgba(192, 0, 0, 0.15);
    color: #FF6B6B;
    font-family: Inter;
    font-size: 15px;
    font-weight: 700;
    transition: 0.35s ease;
}

.setup-item:hover .setup-num {
    background: #C00000;
    border-color: #C00000;
    color: #FFF;
}

.setup-item h5 {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}

.setup-item p {
    color: rgba(255, 255, 255, 0.7);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 991px) {
    .setup-section {
        background-attachment: scroll;
    }

    .setup-text {
        padding-right: 0;
        margin-bottom: 45px;
    }

    .setup-text h2 {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    .setup-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .setup-text h2 {
        font-size: 28px;
    }

    .setup-text > p {
        font-size: 16px;
    }

    .setup-item {
        gap: 15px;
        padding: 20px;
    }

    .setup-item:hover {
        transform: none;
    }

    .setup-num {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }

    .setup-item h5 {
        font-size: 18px;
    }
}


.clients-section {
    background: #f2f2f2;
    padding: 50px 0;
    overflow: hidden;
}

.clients-title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: left;
}




.clients-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.clients-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: clientScroll 20s linear infinite;
}

.client-logo {
    flex: 0 0 auto;
    padding: 0 35px;
}




.client-logo img {
    max-height: 60px;
    object-fit: contain;
    opacity: 0.9;
    transition: 0.3s ease;
}

.client-logo img:hover {
    opacity: 1;
    transform: scale(1.05);
}




@keyframes clientScroll {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}




@media (max-width: 768px) {

    .clients-section {
        padding: 40px 0;
    }

    .clients-title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .client-logo {
        padding: 0 22px;
    }

    .client-logo img {
        max-height: 40px;
    }

    .clients-track {
        animation-duration: 15s;
    }
}




@media (max-width: 480px) {

    .clients-title {
        font-size: 18px;
    }

    .client-logo {
        padding: 0 18px;
    }

    .client-logo img {
        max-height: 32px;
    }

    .clients-track {
        animation-duration: 12s;
    }
}

/* News section */


.news-section {
    background: #000;
    padding: 80px 0;
}

.news-title {
    color: #FFF;
font-family: Inter;
font-size: 50px;
font-style: normal;
font-weight: 600;
line-height: normal;
    margin-bottom: 50px;
}


.news-card {
    background: #2b2b2b;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}


.news-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.news-content {
    padding: 30px;
}

.news-content h5 {
   color: #FFF;
font-family: Inter;
font-size: 23px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.news-content p {
    color: #CCC;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
    margin-top: 20px;
    line-height: 1.6;
}


@media (max-width: 768px) {
    .news-content {
        padding: 20px;
    }

    .news-title {
        font-size: 22px;
    }

    .news-card img {
        height: 200px;
    }

    .btn-consultation_main {
        padding-top: 100px !important;
    }

    .btn-consultation {
        padding: 0px 0px;
    }
}


/* Contact section */

:root {
  --brand-red: #cc2222;
  --brand-red-hover: #aa1a1a;
  --card-bg: #f0f0f0;
  --input-bg: #e8e8e8;
  --input-border: #d8d8d8;
  --text-dark: #2c2c2c;
  --text-muted: #7a7a7a;
  --radius-card: 20px;
  --radius-img: 22px;
  --radius-btn: 50px;
  --radius-input: 10px;
  --shadow-card: 0 8px 32px rgba(0,0,0,0.10);
}




.btn-consultation_main {
  display: flex;
}

.form-card {
  background: var(--card-bg);
  border-radius: 20px 0px 20px 0px !important;
  padding: 70px 40px 35px;
  position: relative;
  /* overflow: hidden; */
   overflow: visible;
  width: 100%;
  height: 100%;
}

.form-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://moonfta.ae/copyData/images/contact1.png') center / cover no-repeat;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.form-card > * {
  position: relative;
  z-index: 2;
}




.btn-consultation {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);

  background-color: var(--brand-red);
  color: #fff;

  font-family: Inter, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  border-radius: var(--radius-btn);
  padding: 15px 32px;

  z-index: 10;
  box-shadow: 0 3px 10px rgba(180,20,20,0.28);
  white-space: nowrap;
 
}




.form-intro {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
  margin-bottom: 15px;
}




.form-control {
  background-color: var(--input-bg) !important;
  border: 1px solid var(--input-border) !important;
  border-radius: var(--radius-input) !important;

  font-family: Inter, sans-serif;
  font-size: 15px;
  color: var(--text-dark);

  padding: 14px 16px;
  box-shadow: none !important;
  transition: all 0.3s ease;
}

.form-control::placeholder {
  color: var(--text-muted);
  font-size: 14px;
}

.form-control:focus {
  background-color: #e0e0e0 !important;
  border-color: #bbb !important;
}

textarea.form-control {
  resize: none;
  min-height: 120px;
}




.form-check {
  align-items: flex-start;
}

.consent-label {
  color: #000;
  text-align: justify;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}

.form-check-input {
  border-radius: 3px !important;
  border-color: #aaa !important;
  margin-top: 4px;
  flex-shrink: 0;
}

.form-check-input:checked {
  background-color: var(--brand-red) !important;
  border-color: var(--brand-red) !important;
}




.btn-submit {
  background-color: var(--brand-red);
  color: #fff;

  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;

  border: none;
  border-radius: var(--radius-btn);

  padding: 12px 40px;

  box-shadow: 0 3px 10px rgba(180,20,20,0.28);
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background-color: var(--brand-red-hover);
  transform: translateY(-2px);
  color: #fff;
}




.img-col {
  padding-right: 0;
}

.img-wrapper {
  height: 100%;
  min-height: 600px;

  border-radius: 0px 30px 0px 30px !important;
  overflow: hidden;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

  display: block;
  transition: transform 0.5s ease;
}

.img-wrapper:hover img {
  transform: scale(1.03);
}



.is-invalid {
  border: 1px solid #c00000af !important;
}




@media (max-width: 1200px) {

  .form-card {
    padding: 65px 30px 30px;
  }

  .img-wrapper {
    min-height: 550px;
  }

  .form-intro {
    font-size: 17px;
  }
}



@media (max-width: 991.98px) {

  .container.py-5.mt-5 {
    margin-top: 40px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .img-col {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .img-wrapper {
    min-height: 350px;
    border-radius: 20px !important;
    margin-bottom: 25px;
  }

  .btn-consultation_main {
    display: block;
  }

  .form-card {
    border-radius: 20px !important;
    padding: 65px 25px 30px;
  }

  .form-intro {
    font-size: 16px;
    line-height: 160%;
  }

  .btn-consultation {
    font-size: 16px;
    padding: 14px 28px;
  }

  textarea.form-control {
    min-height: 100px;
  }
}




@media (max-width: 767.98px) {

  .container.py-5.mt-5 {
    margin-top: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .form-card {
    padding: 60px 18px 25px;
  }

  .btn-consultation {
    width: auto;
    max-width: 90%;
    text-align: center;
    font-size: 15px;
    padding: 13px 20px;
  }

  .form-intro {
    font-size: 15px;
    padding: 0 !important;
    margin-bottom: 25px;
  }

  .form-intro br {
    display: none;
  }

  .form-control {
    font-size: 14px;
    padding: 13px 14px;
  }

  .form-control::placeholder {
    font-size: 13px;
  }

  textarea.form-control {
    min-height: 90px;
  }

  .consent-label {
    font-size: 13px;
    line-height: 160%;
  }

  .btn-submit {
    width: 100%;
    padding: 13px 20px;
    font-size: 15px;
  }

  .img-wrapper {
    min-height: 260px;
  }
}




@media (max-width: 480px) {

  .form-card {
    padding: 55px 15px 22px;
  }

  .btn-consultation {
    font-size: 14px;
    padding: 12px 18px;
  }

  .form-intro {
    font-size: 14px;
  }

  .consent-label {
    font-size: 12px;
  }

  .img-wrapper {
    min-height: 220px;
  }

  .btn-submit {
    font-size: 14px;
  }
}



.offer-card:hover{

    background-color: #C00000;
}

.offer-card:hover span{

    color: white;
}


.demo-note { opacity:.7; font-size:15px; text-align:center; padding:20px; line-height:1.7; }


.mf-launcher { position:fixed; bottom:26px; right:26px; z-index:99998; }

.mf-chat-btn {
    width:54px; height:54px; border-radius:50%;
    background:#c40000; color:#fff; border:none; cursor:pointer;
    box-shadow:0 8px 24px rgba(196,0,0,.45);
    display:flex; align-items:center; justify-content:center;
    font-size:27px; position:relative;
    transition:transform .3s ease, background .3s ease;
}
.mf-chat-btn:hover { background:#a80000; transform:scale(1.08); }
.mf-chat-btn .icon-close { display:none; }
.mf-chat-btn.open .icon-chat { display:none; }
.mf-chat-btn.open .icon-close { display:block; }

/* pulse ring */
.mf-chat-btn::after {
    content:''; position:absolute; inset:0; border-radius:50%;
    background:#c40000; z-index:-1;
    animation:mfPulse 2s ease-out infinite;
    
}
.mf-chat-btn.open::after { animation:none; }
@keyframes mfPulse {
    0%   { transform:scale(1);   opacity:.6; }
    100% { transform:scale(1.8); opacity:0; }
}


.mf-badge {
    position:absolute; top:-2px; right:-2px;
    background:#fff; color:#c40000;
    min-width:20px; height:20px; border-radius:10px;
    font-size:11px; font-weight:700;
    display:flex; align-items:center; justify-content:center;
    padding:0 5px; border:2px solid #c40000;
}
.mf-chat-btn.open .mf-badge { display:none; }


.mf-teaser {
    position:absolute; bottom:8px; right:78px;
    background:#fff; color:#2f3a4c;
    padding:12px 16px; border-radius:14px 14px 2px 14px;
    box-shadow:0 8px 24px rgba(0,0,0,.18);
    font-size:13.5px; font-weight:500; width:210px; line-height:1.5;
    opacity:0; visibility:hidden; transform:translateY(10px);
    transition:all 1.4s ease;
}
.mf-teaser.show { opacity:1; visibility:visible; transform:translateY(0); }
.mf-teaser .mf-teaser-close {
    position:absolute; top:-8px; left:-8px;
    width:20px; height:20px; border-radius:50%;
    background:#2f3a4c; color:#fff; border:none; cursor:pointer;
    font-size:11px; line-height:1; display:flex; align-items:center; justify-content:center;
}


.mf-chat-popup {
    position:fixed; bottom:104px; right:26px;
    width:374px; max-width:calc(100vw - 40px);
    height:580px; max-height:calc(100vh - 150px);
    background:#fff; border-radius:18px;
    box-shadow:0 20px 60px rgba(0,0,0,.3);
    z-index:99999; display:flex; flex-direction:column; overflow:hidden;
    opacity:0; visibility:hidden; transform:translateY(20px) scale(.96);
    transform-origin:bottom right;
    transition:opacity .3s ease, transform .3s ease, visibility .3s ease;
}
.mf-chat-popup.open { opacity:1; visibility:visible; transform:translateY(0) scale(1); }


.mf-chat-header {
    background:linear-gradient(135deg,#c40000,#a30000);
    color:#fff; padding:15px 16px; display:flex; align-items:center; gap:11px; flex-shrink:0;
}
.mf-back {
    background:none; border:none; color:#fff; font-size:20px; cursor:pointer;
    padding:2px 4px; line-height:1; opacity:.95; display:none;
}
.mf-back.show { display:block; }
.mf-avatar {
    width:52px; height:52px; border-radius:50%; background:#fff; flex-shrink:0;
    display:flex; align-items:center; justify-content:center; overflow:hidden; position:relative;
}
.mf-avatar img { width:70%; height:70%; }
.mf-avatar i { color:#c40000; font-size:21px; }
.mf-avatar .mf-online-dot {
    position:absolute; bottom:1px; right:20px;
    width:9px; height:9px; border-radius:50%;
    background:#2ecc71; border:2px solid #fff;
}
.mf-head-text { flex:1; min-width:0; }
.mf-head-text h4 { margin:0; font-size:16px; font-weight:600; }
.mf-head-text p { margin:2px 0 0; font-size:11.5px; font-weight:400; opacity:.9; display:flex; align-items:center; gap:5px; }
.mf-head-actions { display:flex; gap:2px; }
.mf-head-actions button {
    background:none; border:none; color:#fff; font-size:18px; cursor:pointer;
    padding:4px 6px; line-height:1; opacity:.9;
}
.mf-head-actions button:hover { opacity:1; }


.mf-chat-body { flex:1; overflow-y:auto; padding:18px; background:#fafbfc; }
.mf-chat-body::-webkit-scrollbar { width:6px; }
.mf-chat-body::-webkit-scrollbar-thumb { background:#d8dde3; border-radius:3px; }

.mf-bot-label { font-size:11.5px; color:#9aa3ad; margin-bottom:8px; font-weight:600; }
.mf-msg {
    background:#eef0f2; color:#2f3a4c; padding:12px 15px;
    border-radius:4px 14px 14px 14px; font-size:14.5px; line-height:1.55;
    margin-bottom:12px; max-width:92%;
    animation:mfFadeIn .35s ease;
}
.mf-msg .mf-time { display:block; text-align:right; font-size:10.5px; color:#9aa3ad; margin-top:4px; }
.mf-msg.mf-user { background:#c40000; color:#fff; margin-left:auto; border-radius:14px 4px 14px 14px; }
@keyframes mfFadeIn { from{opacity:0; transform:translateY(8px);} to{opacity:1; transform:translateY(0);} }

/* typing indicator */
.mf-typing { display:inline-flex; gap:4px; padding:14px 16px; background:#eef0f2;
    border-radius:4px 14px 14px 14px; margin-bottom:12px; }
.mf-typing span { width:8px; height:8px; border-radius:50%; background:#b3bcc6; animation:mfBlink 1.3s infinite both; }
.mf-typing span:nth-child(2){ animation-delay:.2s; }
.mf-typing span:nth-child(3){ animation-delay:.4s; }
@keyframes mfBlink { 0%,80%,100%{opacity:.3; transform:translateY(0);} 40%{opacity:1; transform:translateY(-4px);} }


.mf-options { display:flex; flex-wrap:wrap; gap:9px; margin-top:6px; }
.mf-option {
    background:#fff; border:1px solid #d8dde3; color:#2f3a4c;
    border-radius:30px; padding:9px 15px; font-size:13px; font-weight:500;
    cursor:pointer; transition:all .25s ease; font-family:'Inter',sans-serif;
}
.mf-option:hover { background:#c40000; border-color:#c40000; color:#fff; transform:translateY(-1px); }


.mf-form { margin-top:6px; animation:mfFadeIn .35s ease; }
.mf-form input, .mf-form textarea {
    width:100%; box-sizing:border-box; background:#fff; border:1px solid #d8dde3;
    border-radius:10px; padding:11px 13px; font-size:13.5px; font-family:'Inter',sans-serif;
    color:#2f3a4c; margin-bottom:10px; transition:border-color .25s ease;
}
.mf-form input:focus, .mf-form textarea:focus { outline:none; border-color:#c40000; }
.mf-form input.err, .mf-form textarea.err { border-color:#c40000; background:#fff5f5; }
.mf-form textarea { resize:none; min-height:64px; }
.mf-form-btn {
    width:100%; background:#c40000; color:#fff; border:none; border-radius:10px;
    padding:12px; font-size:14px; font-weight:600; cursor:pointer;
    font-family:'Inter',sans-serif; transition:background .25s ease;
}
.mf-form-btn:hover { background:#a30000; }
.mf-form-btn:disabled { opacity:.6; cursor:default; }


.mf-chat-footer {
    flex-shrink:0; display:flex; border-top:1px solid #ececec; background:#fff;
}
.mf-quick {
    flex:1; display:flex; flex-direction:column; align-items:center; gap:3px;
    padding:11px 4px; color:#5a6573; font-size:11px; font-weight:500;
    text-decoration:none; cursor:pointer; transition:all .2s ease; border:none; background:none;
    font-family:'Inter',sans-serif;
}
.mf-quick i { font-size:17px; }
.mf-quick:hover { color:#c40000; background:#fafbfc; }
.mf-quick + .mf-quick { border-left:1px solid #f0f0f0; }


@media (max-width:480px) {
    .mf-chat-popup { right:10px; left:10px; bottom:92px; width:auto; max-width:none; height:calc(100vh - 120px); }
    .mf-launcher { bottom:18px; right:18px; }
    .mf-teaser { display:none; }
}


/* =====================================================
   NEW FEATURES — style.css ke END mein paste karo
===================================================== */

/* ============ 1. VIDEO HERO ============ */
.hero-section { overflow: hidden; }

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0;
    transition: opacity 1.2s ease;   /* ✅ smooth crossfade */
}
.hero-video.active {
    opacity: 1;                       /* ✅ active video dikhega */
}

/* dark overlay video ke upar, content ke neeche */
.hero-section::before {
    z-index: 1;
}
/* .hero-content already z-index:2 hai, isliye sabse upar rahega */


/* ============ 2. WHY CHOOSE US ============ */
.why-section {
    background: #fff;
    padding: 80px 0;
}
.why-title {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 44px;
    font-weight: 600;
    color: #0f2341;
    margin-bottom: 12px;
}
.why-title span { color: #c40000; }
.why-sub {
    text-align: center;
    color: #808080;
    font-size: 17px;
    max-width: 650px;
    margin: 0 auto 55px;
    line-height: 1.7;
}
.why-card {
    text-align: center;
    padding: 35px 24px;
    border-radius: 16px;
    height: 100%;
    transition: all 0.35s ease;
}
.why-card:hover {
    background: #f8f9fa;
    transform: translateY(-8px);
    box-shadow: 0 14px 36px rgba(0,0,0,0.08);
}
.why-icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #fff5f5;
    color: #c40000;
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    transition: all 0.35s ease;
}
.why-card:hover .why-icon {
    background: #c40000;
    color: #fff;
    transform: scale(1.1);
}
.why-card h4 {
    font-family: 'Inter', sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #0f2341;
    margin-bottom: 14px;
}
.why-card p {
    color: #808080;
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
}
@media (max-width: 768px) {
    .why-section { padding: 50px 0; }
    .why-title { font-size: 28px; }
    .why-card { padding: 25px 18px; }
}


/* ============ 3. SCROLL REVEAL ANIMATIONS ============ */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.active {
    opacity: 1;
    transform: translateY(0);
}
/* stagger delays (ek ke baad ek aane ke liye) */
.reveal.delay-1 { transition-delay: 0.15s; }
.reveal.delay-2 { transition-delay: 0.30s; }
.reveal.delay-3 { transition-delay: 0.45s; }


@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
}