/* HERO BACKGROUND */


body {
    font-family: 'Inter', sans-serif;
}
/* ==================================
   CONTACT HERO SECTION
================================== */

.contact-hero-section{

    position:relative;

    min-height:70vh;

    display:flex;

    align-items:center;

    background:url('https://moonfta.ae/images/cont1.jpg')
               center center / cover no-repeat;

    overflow:hidden;

}

.contact-hero-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(
        90deg,
        rgba(0,0,0,0.80) 0%,
        rgba(0,0,0,0.55) 45%,
        rgba(0,0,0,0.25) 100%
    );

}

.contact-hero-content{

    position:relative;

    z-index:2;

    max-width:700px;

    padding-top:120px;

}

.hero-subtitle{

    display:inline-block;

    color:#D4B46A;

    font-size:14px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:20px;

}

.contact-hero-content h1{

    color:#fff;

    font-size:48px;

    line-height:1.1;

    font-weight:600;

    margin-bottom:25px;

}

.contact-hero-content p{

    color:rgba(255,255,255,.92);

    font-size:15px;

    line-height:1.6;

    margin-bottom:30px;

    max-width:620px;

}

/* BUTTON */

.contact-hero-content .explore-btn{

    margin-top:10px;

}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .contact-hero-content{

        padding-top:100px;

    }

    .contact-hero-content h1{

        font-size:50px;

    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    .contact-hero-section{

        min-height:80vh;

        background-position:center;

    }

    .contact-hero-content{

        padding-top:80px;

    }

    .contact-hero-content h1{

        font-size:36px;

        line-height:1.2;

    }

    .contact-hero-content p{

        font-size:16px;

        line-height:1.8;

    }

    .hero-subtitle{

        font-size:12px;

        letter-spacing:1.5px;

    }

}


/* 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 */



.offer-section {
    background: #f5f5f5;
    padding: 80px 0;
}


.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;
}

.read-more:hover {
    background: red;
    color: #fff;
}

/* HOVER EFFECT */
.offer-card:hover {
    transform: translateY(-5px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .offer-title {
        font-size: 24px;
    }

    .card-img img {
        height: 180px;
    }
}

.title-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-box img {
    width: 45px;
    height: 45px;
}


/* Setus section */

/* BACKGROUND */
.setup-section {
    background: url('https://moonfta.ae/copyData/images/setup.png') no-repeat center/cover;
    padding-bottom: 200px;
    padding-top:80px ;
    position: relative;
}

.setup-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.75);
}

/* TEXT */
.setup-text {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.setup-text h2 {
   color: #FFF;
font-family: Inter;
font-size: 53px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.setup-text p {
    color: #C00000;
font-family: Inter;
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: normal;
    margin-top: 10px;
}

/* WRAPPER */
.setup-wrapper {
    position: relative;
    z-index: 2;
    margin-top: 80px;
    height: 320px;
}

/* CARD BASE */
.setup-box {
    position: absolute;
    width: 22%; /* instead of fixed 200px */
    text-align: center;
}

.setup-box img {
    width: 100%;
    border-radius: 15px;
    opacity: 0.8;
    backdrop-filter: blur(5px);
}

/* TEXT */
.setup-box span {
    display: block;
    color: #FFF;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
    margin-top: 10px;
    
}

/* EXACT POSITIONS (matching your image) */
.box1 {
    left: 0%;
    top: 80px;
}

.box2 {
    left: 26%;
    top: 0;
}

.box3 {
    left: 52%;
    top: 80px;
}

.box4 {
    left: 78%;
    top: 20px;
}
/* HOVER */
.setup-box img:hover {
    opacity: 1;
    transform: scale(1.05);
    transition: 0.3s;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .setup-wrapper {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .setup-box {
        position: relative;
        width: 48%;
        top: 0;
        left: 0;
    }
}

@media (max-width: 576px) {
    .setup-box {
        width: 100%;
    }

    .setup-text h2 {
        font-size: 26px;
    }
}

.setup-text h2 {
    white-space: nowrap;
}


/* Client Section */

/* SECTION */
.clients-section {
    background: #f2f2f2;
    padding: 50px 0;
}

/* TITLE */
.clients-title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* LOGO ROW */
.clients-row img {
    max-height: 60px;
    object-fit: contain;
    opacity: 0.9;
    transition: 0.3s;
}

/* HOVER */
.clients-row img:hover {
    opacity: 1;
    transform: scale(1.05);
}


@media (max-width: 768px) {
    .clients-row {
        row-gap: 20px;
    }

    .clients-row img {
        max-height: 35px;
    }
}


/* News section */


.news-section {
    background: #000;
    padding: 80px 0;
}

/* TITLE */
.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 RESPONSIVE CSS
========================================= */

: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);
}


/* =========================================
   MAIN SECTION
========================================= */

.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.48;
  pointer-events: none;
  z-index: 0;
}

.form-card > * {
  position: relative;
  z-index: 2;
}


/* =========================================
   TOP BUTTON
========================================= */

.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;
 
}


/* =========================================
   INTRO TEXT
========================================= */

.form-intro {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
  margin-bottom: 15px;
}


/* =========================================
   INPUTS
========================================= */

.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;
}


/* =========================================
   CHECKBOX
========================================= */

.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;
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.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;
}


/* =========================================
   IMAGE SECTION
========================================= */

.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);
}


/* =========================================
   VALIDATION
========================================= */

.is-invalid {
  border: 1px solid #c00000af !important;
}


/* =========================================
   LARGE DEVICES
========================================= */

@media (max-width: 1200px) {

  .form-card {
    padding: 65px 30px 30px;
  }

  .img-wrapper {
    min-height: 550px;
  }

  .form-intro {
    font-size: 17px;
  }
}


/* =========================================
   TABLET
========================================= */

@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;
  }
}


/* =========================================
   MOBILE DEVICES
========================================= */

@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;
  }
}


/* =========================================
   SMALL MOBILE
========================================= */

@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;
  }
}



/* ============ HERO REVEAL ANIMATIONS ============ */
/* Left se aana */
.reveal-left {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Right se aana */
.reveal-right {
    opacity: 0;
    transform: translateX(60px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Active hone pe normal position */
.reveal-left.active,
.reveal-right.active {
    opacity: 1;
    transform: translateX(0);
}

/* Stagger delays — ek ke baad ek */
.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }
.delay-3 { transition-delay: 0.6s; }

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .reveal-left,
    .reveal-right { opacity: 1; transform: none; transition: none; }
}

