.page-overview {
    padding-left: 0px;
    padding-right: 0px;
}

 .moving-mobile{
        display: none !important;
    }

.quote-mobile{
    display: none !important;
}

.Header-desktop{
    display: block !important;
}

.Header-mobile{
    display: none !important;
}

.home {
    margin-top: 95px;
}

.quote-wrap .btn-large{
    padding: 10px 32px 10px 32px;
    font-size: 13px;
}


.Header-desktop {
  
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    width: 100%;
    background: white;
    z-index: 999999;
    padding-left: 60px;
    padding-right: 60px;
    top: 0;
    left: 0;
    right: 0;
}

.header-logo {
    display: flex;
    align-items: center;
    align-content: center;
}

.header-logo a {
    background: #E0F6FF;
    padding: 10px 12px 10px 12px;
    border-radius: 35px;
}

.header-logo a img{
    width: 100%;
    height: 31px;
    object-fit: contain;
}

.hero-section {
    background: #94D7F9;
    border-radius: 40px;
    padding: 80px;
}

.top-contents a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-decoration: none;
    background: #FFFFFF1A;
    padding: 12px 32px 12px 32px;
    border-radius: 32px;
}

.top-contents h1 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0;
    font-weight: 800;
    width: 60%;
    margin-top: 40px;
}
.top-contents p{
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 400;
    width: 75%;
}


.quote-wrap{
    background:#fff;
    border-radius:20px;
    padding:24px;
}

.stepper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-top:10px;
}
.stepper-dot{
    width:36px;height:36px;
    border-radius:50%;
    background:#e9ecef;
    color:#6c757d;
    display:grid;
    place-items:center;
    font-weight:700;
    font-size:14px;
}
.stepper-dot.active{
    background:#0077B3;
    color:#fff;
}
.stepper-line{
    flex:1;
    height:3px;
    background:#e9ecef;
    border-radius:999px;
}
.stepper-line.active{
    background:#0077B3;
}

.step-title{ font-weight:700; font-size:16px; color:#0b2b60; }
.step-title-sm{ font-weight:700; font-size:14px; color:#0b2b60; }
.step-sub{ font-size:12px; color:#7c8796; }

.input-soft{
    background:#fff;
    border:1px solid #e7e9ee;
    border-radius:12px;
    padding:6px 10px;
}
.input-soft .form-control{
    box-shadow:none !important;
    outline:0 !important;
}

.form-step{ display:none; }
.form-step.active{ display:block; }

.select-card{
    display:block;
    cursor:pointer;
    user-select:none;
}
.select-card input{
    display:none;
}
.select-card-ui{
    display:flex;
    align-items:center;
    gap:10px;
    border:1px solid #e7e9ee;
    border-radius:12px;
    padding:14px;
    transition:.15s ease;
    background:#fff;
    position:relative;
    min-height:56px;
}
.select-card.full .select-card-ui{
    justify-content:space-between;
}
.select-card-ui i{
    font-size:18px;
    color:#6c757d;
}
.select-card-ui span{
    font-size:13px;
    color:#2f3a4b;
    flex:1;
}

.check-icon{
    width:18px;height:18px;
    border-radius:4px;
    border:1px solid #cfd6e4;
    background:#f7f8fb;
}
.select-card input:checked + .select-card-ui{
    border-color:#0d6efd;
    box-shadow:0 0 0 3px rgba(13,110,253,.15);
}
.select-card input:checked + .select-card-ui .check-icon{
    background:#b9ff7a; /* green checkbox like screenshot */
    border-color:#b9ff7a;
}
.bottom-content {
    margin-top: 120px;
}

.bottom-content .btn-large-white-tr{
    margin-left: 15px;
}

.why-choose-us-8{
    padding-left: 0px !important;
}
.why-choose-us-4{
    padding-right: 0px !important;
}

.choose-us{
   
}

/* left big box */
.choose-card{
    border: 3px solid #1a65a6;
    border-radius: 22px;
    padding: 28px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    height: 300px;
}

/* title */
.choose-title{
    color:#1E3A8A;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0px;
}

/* feature cards */
.choose-feature{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:12px;
}

.choose-icon{
    height: 159px;
    width: 177px;
    object-fit: contain;
}

.choose-text{
    font-weight: 800;
    font-size: 20px;
    color: #0077B3;
    letter-spacing: 0px;
}

/* right map box */
.map-card{
    border: 3px solid #1a65a6;
    border-radius: 22px;
    overflow:hidden;
    background:#fff;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    height: 300px;
}

.map-img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.moving {
    background: #E0F6FF;
    border-radius: 40px;
}

.moving-wrap {
    background: #dff3ff; /* light blue */
    border-radius: 30px;
    padding: 45px 0px;
}

/* Center image */
.moving-img {
    width: 100%;
    height: 100%;
    border-radius: 35px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

.moving-img img {
    width: 622px;
    height: 575px;
    object-fit: cover;
}

/* Service items */
.moving-list {
    display: flex;
    flex-direction: column;
    gap: 45px;
}


.moving-list-left .moving-item{
    margin-right: 120px;
    transition: margin-right 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
}

.moving-list-left .moving-item:hover{
    margin-right: 0px;
    background: #2c78b7;
    border: 2px solid #2c78b7;
}

.moving-list-right .moving-item {
    margin-left: 120px;
    transition: margin-left 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
}

.moving-list-right .moving-item:hover {
    margin-left: 0px;
    background: #2c78b7;
    border: 2px solid #2c78b7;
}

.moving-item {
    background: #FFFFFF;
        border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
        padding: 3px 3px 3px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border: 2px solid rgba(255,255,255,0.6);
    transition: all 0.4s ease;
}

.moving-item:hover h6, .moving-item:hover p {
    color: #fff;
    transition: color 0.4s ease;
}

/* Right list layout */
.moving-item.right {
    padding: 3px 25px 3px 3px;
    justify-content: flex-start;
    gap: 16px;
     border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
         border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/* Text */
.moving-text h6 {
        font-weight: 700;
    font-size: 20px;
    margin: 0;
    letter-spacing: 0.4px;
    color: #333333;
}
.moving-text p {
   font-size: 14px;
    margin: 4px 0 0;
    color: #333333;
    max-width: 190px;
    line-height: 20px;
}

/* Circle dot */
.moving-dot {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #d9d9d9;
    border: 0px solid #fff;
    flex-shrink: 0;
}

.moving-dot img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

/* Active (blue) */
/* .moving-item.active {
    background: #2c78b7;
    border: 2px solid #2c78b7;
} */
/* .moving-item.active h6,
.moving-item.active p {
    color: #fff;
} */
/* .moving-item.active .moving-dot {
    background: #d9d9d9;
} */


.mesonoryGrid{
    background:#fff;
}

/* Outer rounded background box */
.masonry-wrap{
    background:#dff3ff;
    border-radius:30px;
    padding:40px 35px;
}

/* Title */
.masonry-title{
        font-size: 56px;
    font-weight: 800;
    color: #1F2227;
    margin-bottom: 10px;
}
.masonry-desc{
       font-size: 18px;
    color: #1F2227;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.4;
}

/* Cards */
.masonry-card{
    background:#d9d9d9;
    border-radius:18px;
    width:100%;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

/* top big blocks */
.masonry-card-lg-1{
    height:669px;
    background: url('/images/home/choose-1.png');
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;
}

.masonry-card-lg-2{
    height:669px;
    background: url('/images/home/choose-5.png');
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;
}

/* bottom small blocks */
.masonry-card-sm-1{
    height:486px;
    background: url('/images/home/choose-4.png');
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;
}

.masonry-card-sm-2{
    height:486px;
    background: url('/images/home/choose-3.png');
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;
}

.masonry-card-sm-3{
    height:486px;
    background: url('/images/home/choose-2.png');
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;
}

/* responsive */
@media(max-width: 992px){
    .masonry-wrap{
        padding:30px 18px;
    }
    .masonry-card-lg{
        height:220px;
    }
    .masonry-card-sm{
        height:160px;
    }
}


.service{
    background:#fff;
    position: relative;
}

/* title + desc */
.service-title{
   font-weight: 800;
    font-size: 56px;
    color: #1F2227;
    margin-bottom: 10px;
}
.service-desc{
    max-width:700px;
    font-size:18px;
    color:#1F2227;
    line-height:1.4;
    margin:0;
}

/* card base */
.service-card{
    background:#d9d9d9;
    border-radius:18px;
    width:100%;
    height:190px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    transition: all .25s ease;
}

/* hover */
.service-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.10);
}

/* stagger positions (like screenshot) */
.service-card-1{ 
    margin-top: 55px; 
    height: 486px; 
    background: url('/images/home/service-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
}
.service-card-2{ 
    margin-top: 275px; 
      height: 486px; 
    background: url('/images/home/service-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover; 
}
.service-card-3{ 
    margin-top: 175px; 
      height: 486px; 
    background: url('/images/home/service-3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
}
.service-card-4{ 
    margin-top: 25px; 
      height: 486px; 
    background: url('/images/home/service-4.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
}

/* responsive: remove stagger on mobile */
@media(max-width: 992px){
    .service-card-1,
    .service-card-2,
    .service-card-3,
    .service-card-4{
        margin-top: 0;
        height: 200px;
    }
}

button.faq-arrow-btn {
    background: transparent;
    border: none !important;
}


.frequently{ background:#fff; } 
.faq-wrap{ background:#dff3ff; border-radius:30px; padding:80px 35px; overflow:hidden; } 
.faq-title{ font-weight:800; font-size:56px; line-height:1.2; color:#1F2227; margin:0;padding-left: 60px; } 
.faq-desc{ font-size:18px; color:#1F2227; margin:0; max-width:750px; }



/* CONTAINER */
.faq-pin {
  position: relative;
  height: 657px;
  background: #eaf6fb; /* light blue like image */
  overflow: hidden;
  padding: 30px 0;
  border-radius: 20px;
  margin-top: 80px !important;
}

.faq-cards {
  position: relative;
  width: 100%;
  height: 100%;
}

/* COMMON CARD STYLE */
.faq-card {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 657px;
  border-radius: 26px;
  padding: 44px;
  display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    align-items: flex-start;
  box-sizing: border-box;
}

/* CARD COLORS + STACK */
.faq-card-1 {
  background: #e2e2e2;
  color: #1f1f1f;
    width: 40%;
    left: 0;
    z-index: 10;
}

.faq-card-2 {
  background: #cfcfcf;
  color: #1f1f1f;
      width: 40%;
    left: 20%;
    z-index: 9;
}

.faq-card-3 {
  background: #8f8f8f;
  color: #1a1a1a;
  width: 40%;
    left: 40%;
    z-index: 8;
}

.faq-card-4 {
  background: #5a5a5a;
  color: #1a1a1a;
 width: 34%;
    left: 66%;
    z-index: 7;
}

.faq-card {
  transition: all .5s ease;
}

/* ACTIVE (big / blue card) */
.faq-card-1.is-active {
  width: 40%;
}

.faq-card-1.is-active p {
 display: block !important;
}

.faq-card-2.is-active {
  width: 40%;
}

.faq-card-2.is-active{
  align-items: flex-start !important;  
}

.faq-card-2.is-active h1{
    text-align: start !important;
}

.faq-card-3.is-active {
  width: 40%;
}

.faq-card-4.is-active {
  width: 34%;
}

/* NEXT (right small) */
.faq-card-1.is-next {
 width: 19%;
}



.faq-card-1.is-next p {
 display: none !important;
}

.faq-card-2.is-next {
 width: 40%;
}

.faq-card-2.is-next p{
    display: none !important;
}

/* FAR NEXT (smaller) */
.faq-card-1.is-far {
   width: 19%;
}
.faq-card-1.is-far p{
    display: none !important;
}

.faq-card-2.is-far {
   width: 19%;
}

/* HIDDEN / PREV (offscreen left) */
.faq-card-1.is-hidden {
    width: 19%;
}

.faq-card-1.is-hidden p, .faq-card-2.is-hidden p {
    display: none !important;
}

.faq-card-2.is-hidden h1{
    text-align: start !important;
}

.faq-card-2.is-hidden {
    width: 19%;
}

.faq-card-3.is-hidden {
    width: 25%;
}

.faq-card-3.is-far p{
    display: none !important;
}

.faq-card-4.is-hidden p{
  display: none !important;
}

.faq-card-3.is-next p{
      display: none !important;
}

.faq-card-4.is-far p{
    display: none !important;
}

.faq-card-4.is-next p{
 display: none !important;
}

.faq-card-2.is-far p{
    display: none !important;
}
.faq-card-3.is-hidden p{
    display: none !important;
}

.faq-card-3.is-active{
    align-items: flex-start !important;
}

.faq-card-3.is-active h1{
   text-align: start !important;
}

.faq-card-4.is-active{
   align-items: flex-start !important; 
}

.faq-card-4.is-active h1{
   text-align: start !important;
}

/* Card colors to match reference */
.faq-card {
  background: #eef3f6;
  color: #55606b;
  box-shadow: 0 12px 24px rgba(31, 41, 55, 0.08);
}

.faq-card.is-active {
  background: #144986;
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(20, 73, 134, 0.22);
}

.faq-card.is-active h1,
.faq-card.is-active p {
  color: #ffffff;
}

.card-faq-dt {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 30px;
}

.faq-card-1.is-active .card-faq-dt,.faq-card-2.is-active .card-faq-dt,.faq-card-3.is-active .card-faq-dt,.faq-card-4.is-active .card-faq-dt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 30px;
}

.faq-card-2.is-far .card-faq-dt {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 30px;
}

.faq-card-2.is-hidden .card-faq-dt {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 30px;
}






/* TEXT */
.faq-card h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

.faq-card p {
  max-width: 420px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 18px;
}

/* CENTER TEXT FOR SMALL CARDS */
.faq-card-2,
.faq-card-3,
.faq-card-4 {
 justify-content: center;
    display: flex;
    align-items: flex-end;
}

.faq-card-2 h2,
.faq-card-3 h2,
.faq-card-4 h2 {
  max-width: 240px;
}

.card-faq-dt h1 {
    max-width: 315px;
    font-weight: 700;
}

.faq-card-2 h1, .faq-card-3 h1, .faq-card-4 h1 {
        text-align: start;
    font-size: 42px;
    line-height: 50px;
    width: 50%;
}

/* DOT */
.faq-dot {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 24px;
  bottom: 24px;
}






.customer-say{
  background:#fff;
}

.say-wrap{
  border: 5px solid #0077B3;
  border-radius: 22px;
      padding: 40px 22px 40px;
  background: #f4fbff;
  position: relative;
}

/* top pill */
.say-top-pill{
     background: #f4fbff;
    border-radius: 50px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #0077B3;
}

.say-title{
  font-weight:800;
  font-size:56px;
  color:#1F2227;
      padding-top: 10px;
    padding-left: 20px;
}

/* top right circle */
.say-top-dot{
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background:#bfbfbf;
  flex-shrink:0;
}

/* tabs */
.say-tabs{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top: 40px !important;
}

.say-tab{
  border: 0;
  background:#e8f5ff;
  color:#1F2227;
  font-size:16px;
  padding: 7px 14px;
  border-radius: 999px;
  transition: all .2s ease;
  cursor:pointer;
}

.say-tab.active{
  background:#cfeeff;
  color:#000;
}

.say-divider{
  margin: 12px 0 6px;
  border-color: #000000;
}

/* cards */
.say-card {
  background: #fff;
  border: 1.5px solid #7bb8ff;
  border-radius: 24px;
  padding: 28px 28px 36px;
  min-height: 320px;
}

/* Stars */
.stars {
  color: #f4c430;
  font-size: 32px;
  letter-spacing: 2px;
}

/* Text */
.say-text {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

/* Author */
.signature {
  font-family: 'Brush Script MT', cursive;
  font-size: 22px;
  color: #000;
}

.say-author small {
  color: #666;
}

/* Bottom Dot */
.say-card-dot {
  position: absolute;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  border: 1px solid #e5e5e5;
}

/* bottom right pagination dots */
.say-pagination{
  position:absolute;
  right: 18px;
  bottom: 12px;
  display:flex;
  gap:8px;
}

.say-page-dot{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background:#bfbfbf;
}

.service-marquee{
  background:#fff;
}

.marquee-wrap{
  background:#e7f5ff;
  border-radius:14px;
  padding: 20px 12px;
  overflow:hidden;
  position:relative;
}

.marquee-track{
  display:flex;
  width:max-content;
  gap: 20px;
  animation: marquee 18s linear infinite;
  will-change: transform;
}

.marquee-wrap:hover .marquee-track{
  animation-play-state: paused; /* pause on hover */
}

.marquee-set{
  display:flex;
  gap: 14px;
  align-items:center;
}

.chip{
  background:#5fa6da;
  color:#fff;
  font-size:20px;
  padding: 15px 16px 10px 16px;
  border-radius:999px;
  white-space: nowrap;
  line-height:1;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

/* move left continuously */
@keyframes marquee{
  from { transform: translateX(0); }
  to   { transform: translateX(-20%); } /* because we duplicated set */
}

/* reduce motion accessibility */
@media (prefers-reduced-motion: reduce){
  .marquee-track{ animation: none; }
}


.site-footer{
  background:#fff;
}

/* main rounded dark box */
.footer-wrap{
 background: #004E76;
    padding: 50px 72px 40px;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

/* left logo circle */
.footer-logo{
   width: 170px;
    height: 100px;
    border-radius: 50%;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo img {
    width: 60%;
    height: 100%;
    object-fit: contain;
}

/* contact pills */
.footer-contact{
  display:flex;
  flex-direction:column;
  gap: 12px;
}

.footer-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--footer-pill-text, #1f4363);
    border-radius: 999px;
    padding: 12px 18px 12px 16px;
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    background: var(--footer-pill-bg, #c5daf2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.footer-pill i{
    color: var(--footer-pill-icon, #5f8fb4);
    font-size: 16px;
    display: flex;
    align-items: center;
}

.footer-company {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}

.footer-pill-dark {
    background: var(--footer-company-bg, #d5e8f7);
    color: var(--footer-company-text, #0f2e47);
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* right side align */
.footer-right{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
    padding-top: 2px;
}

/* subscribe input with inner button */
.footer-subscribe{
    width: 360px;
    max-width: 100%;
    display: flex;
    align-items: center;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    padding: 8px 8px 8px 16px;
    gap: 4px;
}

.footer-input{
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--footer-text, #ffffff);
    font-size: 16px;
    padding: 8px 12px;
}

.footer-input::placeholder{
    color: rgba(255, 255, 255, 0.7);
}

.footer-submit{
    outline: 0;
    background: #ffffff;
    color: #2c5aa0;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.footer-submit:hover {
    background: #f0f7ff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
/* social buttons */
.footer-social{
  display:flex;
  gap:10px;
    margin-top: 52px !important;
}

.social-btn{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--footer-text, #ffffff);
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-btn:hover{
    background: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* big footer text */
.footer-big{
    font-weight: 900;
    font-size: clamp(54px, 8vw, 130px);
    color: var(--footer-text, #ffffff);
    line-height: 0.9;
    letter-spacing: -2px;
    margin-top: 36px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* responsive */
@media (max-width: 992px){
    .footer-wrap {
        padding: 36px 32px 28px;
    }
    .footer-right{
        align-items: flex-start;
        margin-top: 28px;
    }
    .footer-subscribe{
        width: 100%;
        max-width: 100%;
    }
    .footer-social {
        margin-top: 28px !important;
    }
}


/* ============================================================
   CONTACT PAGE
   ============================================================ */

/* --- Banner section --- */
.contact-banner {
   background: linear-gradient(180deg, #E0F6FF 0%, rgba(255, 255, 255, 0) 111.39%);
    border-radius: 40px;
    margin-top: 110px;
    margin-bottom: 80px;
    padding: 0;
    overflow: hidden;
}

.contact-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
}

.contact-banner-text {
    display: flex;
    flex: 1;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.contact-banner-sub {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #555;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.contact-banner-title {
    font-size: 56px;
    font-weight: 800;
    color: #1F2227;
    line-height: 1.1;
    margin: 0;
}

/* Decorative arcs */
.contact-arc {
    position: absolute;
    pointer-events: none;
}
.contact-arc-lg {
    width: 180px;
    height: 180px;
    bottom: -60px;
    left: -60px;
    opacity: 0.18;
}
.contact-arc-sm {
    width: 70px;
    height: 70px;
    top: 10px;
    right: 120px;
    opacity: 0.25;
}

.contact-banner-img-wrap {
    flex: 0 0 45%;
    max-width: 520px;
    border-radius: 24px;
    overflow: hidden;
}

.contact-banner-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

/* --- Info cards section (blue bg) --- */
.contact-info-section {
    margin-top: 0;
    padding-top: 0;
}

.contact-info-bg {
    background: #1565A6;
    border-radius: 40px;
    padding: 100px 100px;
}

.contact-info-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px 24px;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.contact-row-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-info-row {
        display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
}

.contact-info-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid black;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
    color: #333;
    margin-top: 2px;
    padding-top: 4px;
}


.contact-info-label {
    font-family: "Baloo Bhaina 2", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1F2227;
    margin: 0;
    line-height: 26px;
}

.contact-info-value {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #444;
    margin: 2px 0 0;
    line-height: 1.5;
}

.contact-social-list li {
    margin-bottom: 5px;
}

ul.contact-social-list li a i {
    width: 30px;
    height: 30px;
    border: 1px solid black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-info-hours-title {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #555;
    margin: 0;
}

.contact-info-hours-list {
    list-style: none;
    padding: 0;
    margin: 6px auto 0;
    text-align: left;
}

.contact-info-hours-list li {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #333;
    padding-left: 12px;
    position: relative;
    line-height: 1.8;
}

.contact-info-hours-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0077B3;
}

.contact-social-list {
        list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}

.contact-social-list a {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #1F2227;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: color .2s ease;
}

.contact-social-list a:hover {
    color: #0077B3;
}

.contact-social-list i {
    font-size: 15px;
    width: 18px;
    text-align: center;
}

/* --- Contact Form section --- */
.contact-form-section {
    background: #fff;
}

.contact-form-img-wrap {
    border-radius: 24px;
    overflow: hidden;
    height: 772px;
    min-height: 772px;
}

.contact-form-img {
    width: 100%;
    height: 100%;
    min-height: 772px;
    object-fit: cover;
    display: block;
    border-radius: 24px;
}

.contact-form-card {
    border: 1.5px solid #0077B3;
    border-radius: 24px;
    padding: 40px 36px;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0,119,179,0.06);
}

.contact-form-title {
    font-size: 36px;
    font-weight: 800;
    color: #1F2227;
    margin: 0;
}

.contact-input {
    width: 100%;
    display: block;
   border: 1px solid #999999;
    border-radius: 12px;
    padding: 14px 18px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    color: #1F2227;
    background: #fff;
    outline: none;
    transition: border-color .2s ease;
}

.contact-input:focus {
    border-color: #0077B3;
}

.contact-input::placeholder {
    color: #aab4be;
}

.contact-textarea {
    resize: vertical;
    min-height: 130px;
}

.contact-phone-wrap {
    display: flex;
    align-items: center;
    border: 1.5px solid #D8E9F5;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: border-color .2s ease;
}

.contact-phone-wrap:focus-within {
    border-color: #0077B3;
}

.contact-flag {
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-right: 1.5px solid #D8E9F5;
    height: 50px;
    flex-shrink: 0;
}

.contact-input-phone {
    border: none !important;
    border-radius: 0 !important;
    flex: 1;
}

.contact-input-phone:focus {
    border-color: transparent !important;
}

/* --- Map section --- */
.contact-map-section {
    background: #fff;
}

.contact-map-wrap {
    border: 4px solid #0077B3;
    border-radius: 24px;
    overflow: hidden;
}

.contact-map-img {
    width: 100%;
        height: 500px;
    display: block;
    object-fit: cover;
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .contact-banner-inner {
        flex-direction: column;
        padding: 40px 24px 0;
    }
    .contact-banner-title {
        font-size: 38px;
    }
    .contact-banner-img-wrap {
        flex: unset;
        max-width: 100%;
        width: 100%;
    }
    .contact-banner-img {
        height: 220px;
    }
    .contact-info-bg {
        padding: 30px 20px;
    }
    .contact-form-card {
        padding: 28px 20px;
    }
}

@media (max-width: 575px) {
    .contact-banner-title {
        font-size: 30px;
    }
    .contact-form-title {
        font-size: 26px;
    }
}


