.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;
}

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

.moving-list-right .moving-item {
    margin-left: 120px;
}

.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);
}

.moving-item:hover h6, .moving-item:hover p {
    color: #fff;
}

/* 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;
    }
}


.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;
}

/* 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: end;
    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: 40px 60px 28px;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

/* left logo circle */
.footer-logo{
     width: 150px;
    height: 100px;
    border-radius: 50%;
    background: #d9d9d9;
}

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

.footer-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1b1b1b;
    border-radius: 999px;
    padding: 12px 14px 8px 14px;
    width: fit-content;
    font-size: 14px;
    line-height: 1;
    background: #FFFFFFBD;
}

.footer-pill i{
  color:#1b567f;
  font-size:13px;
}

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

/* subscribe input with inner button */
.footer-subscribe{
  width: 400px;
  max-width: 100%;
  display:flex;
  align-items:center;
  background: transparent;
  border:1.5px solid rgba(232,245,255,0.55);
  border-radius:999px;
  padding: 6px 6px 6px 14px;
}

.footer-input{
  flex:1;
  border:0;
  outline:0;
  background:transparent;
  color:#e8f5ff;
  font-size: 16px;
    padding-top: 5px;
}

.footer-input::placeholder{
  color: rgba(232,245,255,0.75);
}

.footer-submit{

  outline:0;
      background: #E0F6FF;
    color: #006598;
    font-size: 16px;
    padding: 10px 14px 6px 14px;
    border-radius: 999px;
    border: 2px solid #53AEDD;
}
/* social buttons */
.footer-social{
  display:flex;
  gap:10px;
      margin-top: 80px !important;
}

.social-btn{
  width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(232, 245, 255, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e8f5ff;
    text-decoration: none;
    transition: all .2s ease;
    align-content: center;
        font-size: 20px;
    padding-top: 10px;

}

.social-btn:hover{
  background: rgba(232,245,255,0.40);
  transform: translateY(-2px);
}

/* big footer text */
.footer-big{
  font-weight: 900;
  font-size: clamp(52px, 7vw, 120px);
  color:#e8f5ff;
  line-height: 0.95;
  letter-spacing: -1px;
  margin-top: 30px;
}

/* responsive */
@media (max-width: 992px){
  .footer-right{
    align-items:flex-start;
    margin-top: 26px;
  }
  .footer-subscribe{
    width: 100%;
  }
}





