
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Montserrat',sans-serif !important;font-size:17px;line-height:1.65;color:#333;background:#fff;overflow-x:hidden;}
*:not([class*="fa-"]):not(.fas):not(.far):not(.fal):not(.fab):not(.fad){font-family:'Montserrat',sans-serif !important;}
a{text-decoration:none;color:inherit;}
p{font-weight:400;}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,
h1.text-dark,h2.text-dark,h3.text-dark,h4.text-dark,h5.text-dark,h6.text-dark,
.h1.text-dark,.h2.text-dark,.h3.text-dark,.h4.text-dark,.h5.text-dark,.h6.text-dark{color:#2b338c !important;font-weight:700;text-transform:uppercase;}
img{max-width:100%;display:block;}

/* ── HEADER / NAV (white header w/ navy text, matching the live site) ── */
.dvsa-header{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  background:#fff;
  box-shadow:0 2px 12px rgba(0,0,0,.1);
}
.dvsa-nav-inner{
  max-width:1300px;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 24px;height:84px;
}
.dvsa-logo img{
  height:58px;width:auto;display:block;
}
.dvsa-nav-links{
  display:flex;align-items:center;gap:8px;
}
.dvsa-nav-links a{
  color:#2B338C;font-size:14.5px;font-weight:700;
  text-transform:uppercase;letter-spacing:0;
  padding:10px 16px;border-radius:6px;
  transition:background .15s,color .15s;
  text-decoration:none;
  font-family:'Montserrat',sans-serif;
}
.dvsa-nav-links a:hover{
  background:rgba(43,51,140,.08);
}
.dvsa-nav-links a.active{
  color:#A38A3C;
}
/* .dvsa-nav-signin now only carries nav positioning — color/shape come from
   the shared .btn.btn-primary classes added alongside it in the HTML. */
.dvsa-nav-signin{
  margin-left:8px;
}
.dvsa-hamburger{
  display:none;
  flex-direction:column;gap:5px;
  background:none;border:none;cursor:pointer;
  padding:6px;z-index:1001;
}
.dvsa-hamburger span{
  display:block;width:24px;height:2.5px;
  background:#2B338C;border-radius:2px;
  transition:transform .25s,opacity .25s;
}
.dvsa-hamburger.active span:nth-child(1){transform:translateY(7.5px) rotate(45deg);}
.dvsa-hamburger.active span:nth-child(2){opacity:0;}
.dvsa-hamburger.active span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg);}

@media(max-width:768px){
  .dvsa-hamburger{display:flex;}
  .dvsa-nav-links{
    display:none;
    position:fixed;top:98px;left:0;right:0;bottom:0;
    background:#fff;
    flex-direction:column;align-items:stretch;
    padding:20px 24px;gap:0;
    overflow-y:auto;
  }
  .dvsa-nav-links.open{display:flex;}
  .dvsa-nav-links a{
    font-size:15px;padding:16px 20px;
    border-bottom:1px solid rgba(43,51,140,.1);
    border-radius:0;letter-spacing:0;
  }
  .dvsa-nav-links a:last-child{border-bottom:none;}
  .dvsa-nav-signin{
    margin-left:0 !important;margin-top:12px;
    text-align:center;
    border-bottom:none !important;
  }
}

/* header-to-content gap (fixed header is now 102px tall: announcement bar + nav) */
.app-main-content,
.payment-success-container,
.payment-failed-container{
  margin-top:118px !important;
}

/* ── py-10 (undefined Bootstrap-like class used by every page banner; without real
   padding here, the heading's mt160 margin collapses through the parent, producing
   a stray gap above the banner image instead of pushing the text down inside it) ── */
.py-10{padding-top:3rem !important;padding-bottom:3rem !important;}

/* ── BUTTONS: see css/buttons.css — the single shared button stylesheet,
   linked separately (right after this file) so admin pages can use it too
   without importing this whole public-site stylesheet. ── */

/* ── ANNOUNCEMENT BAR ── */
.announce-bar{
  background:#A38A3C;
  color:#fff;
  font-size:12px;
  font-weight:700;
  text-align:center;
  padding:8px 16px;
  letter-spacing:0;
}


.header {
    padding-bottom: 0.35rem !important;
}


/* ── HERO ──
   min-height scales with the viewport (matching the live site's own
   100vh/75vh/45vh breakpoints) rather than a fixed pixel height — a fixed
   height only reproduces the live site's text-to-image position at the one
   viewport height it was measured against, and drifts at any other window
   size since the live site's hero grows/shrinks with the browser. */
.hero{
  position:relative;
  min-height:100vh;
  display:flex;align-items:center;justify-content:center;
  text-align:center;
  overflow:hidden;
  margin: 118px 0px 0px 0px;
}
@media(max-width:1024px){
  .hero{ min-height:75vh; }
}
@media(max-width:767px){
  .hero{ min-height:45vh; }
}

/* ── mobile header shrink: the 118px fixed desktop header (84px nav +
   ~34px announce bar) is too tall on phone viewports; shrink both and
   pull every page's header-clearance margin in to match ── */
@media(max-width:768px){
  .announce-bar{ padding:5px 12px; font-size:10.5px; line-height:1.3; }
  .dvsa-nav-inner{ height:60px; }
  .dvsa-logo img{ height:40px; }
  .app-main-content, .payment-success-container, .payment-failed-container{
    margin-top:96px !important;
  }
  .hero{ margin-top:96px !important; }
}
 .mt160{
     margin-top: 160px !important;
   }

.white{
  color: #ffffff !important;
}

.fw-bold {
    font-weight: 900 !important;
}

.display-5 {
    font-size: 4rem  !important;
}

.fw-normal {
    font-weight: 500 !important;
}

.fs-5 {
    font-size: 2.50rem !important;
}


  .app-main-content {
        background: #f8f9fa;
    }

    /* Contact: overlay #2B338C, opacity 0.32, blend-mode overlay, saturate 175% */
    .contact-banner {
        background: url('../pages/images/uploads/2025/07/view-of-the-burj-khalifa-utc.webp') center center/cover no-repeat !important;
        width: 100%; height: 500px; position: relative; overflow: hidden;
    }
    .contact-banner::before {
        content:''; position:absolute; inset:0;
        background-color:#2B338C; opacity:0.32;
        mix-blend-mode:overlay;
        filter:brightness(100%) contrast(126%) saturate(175%);
    }

    /* About: overlay #2B338C, opacity 0.75, blend-mode overlay, saturate 175% */
    .about-banner {
        background: url('../pages/images/uploads/2025/07/mesmerizing-view-of-dubai-cityscape-utc.webp') center center/cover no-repeat !important;
        width: 100%; height: 500px; position: relative; overflow: hidden;
    }
    .about-banner::before {
        content:''; position:absolute; inset:0;
        background-color:#2B338C; opacity:0.75;
        mix-blend-mode:overlay;
        filter:brightness(100%) contrast(126%) saturate(175%);
    }

    /* Track: overlay #2B338C, opacity 0.31, blend-mode SCREEN, saturate 198% */
    .track-banner {
        background: url('../pages/images/uploads/2025/07/dubai-downtown-skyline-utc.webp') center center/cover no-repeat !important;
        width: 100%; height: 500px; position: relative; overflow: hidden;
    }
    .track-banner::before {
        content:''; position:absolute; inset:0;
        background-color:#2B338C; opacity:0.31;
        mix-blend-mode:screen;
        filter:brightness(100%) contrast(126%) saturate(198%);
    }

    
     .blog-banner {
        background: url('../images/blog.webp') center/cover !important;
        width: 100%;
        height: 500px;
    }

    .info-banner {
        background: linear-gradient(135deg, #2B338C 0%, #1e2570 100%) !important;
        width: 100%;
        height: 280px;
    }

    .how-to-apply-banner {
        background: linear-gradient(135deg, rgba(43,51,140,.55) 0%, rgba(30,10,60,.55) 100%), url('../images/apply-now.webp') center/cover !important;
        width: 100%;
        height: 500px;
    }

    .uae-visa-cost-banner {
        background: linear-gradient(135deg, rgba(43,51,140,.55) 0%, rgba(30,10,60,.55) 100%), url('../images/common-banner.jpg') center/cover !important;
        width: 100%;
        height: 500px;
    }


    .form-control, .form-select {
        border-color: #ddd;
        border-radius: 4px;
        padding: 12px 14px;
        font-size: 1rem;
    }

    .form-control:focus, .form-select:focus {
        border-color: #0066cc;
        box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.25);
    }

    .timeline {
        position: relative;
        padding: 0;
    }

    .timeline-item {
        display: flex;
        margin-bottom: 25px;
        position: relative;
    }

    .timeline-item::before {
        content: '';
        width: 3px;
        background: #ddd;
        position: absolute;
        left: 15px;
        top: 35px;
        bottom: -25px;
    }

    .timeline-item:last-child::before {
        display: none;
    }

    .timeline-marker {
        width: 35px;
        height: 35px;
        background: #0066cc;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 12px;
        flex-shrink: 0;
        z-index: 1;
    }

    .timeline-marker.completed {
        background: #28a745;
    }

    .timeline-marker.pending {
        background: #ffc107;
    }

    .timeline-content {
        margin-left: 20px;
        padding-top: 5px;
    }

    .timeline-date {
        font-size: 12px;
        color: #999;
        margin-bottom: 3px;
    }

    .timeline-title {
        font-weight: 600;
        color: #333;
        margin-bottom: 2px;
    }

    .timeline-description {
        font-size: 14px;
        color: #666;
    }

    .document-item {
        padding: 12px;
        background: #f8f9fa;
        border-radius: 4px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .document-item i {
        color: #0066cc;
        margin-right: 10px;
    }

    .accordion-button:not(.collapsed) {
        background-color: #f0f7ff;
        color: #0066cc;
    }

    .accordion-button:focus {
        border-color: #0066cc;
        box-shadow: 0 0 0 0.25rem rgba(0, 102, 204, 0.25);
    }

    .status-badge {
        display: inline-block;
        padding: 8px 16px;
        border-radius: 20px;
        font-weight: 600;
        font-size: 14px;
    }

    .status-badge.pending {
        background: #fff3cd;
        color: #856404;
    }

    .status-badge.approved {
        background: #d4edda;
        color: #155724;
    }

    .status-badge.rejected {
        background: #f8d7da;
        color: #721c24;
    }

    .status-badge.processing {
        background: #cfe2ff;
        color: #0066cc;
    }

    @media (max-width: 768px) {
        .display-5 {
            font-size: 2rem !important;
        }

        .form-control-lg {
            padding: 10px 12px !important;
        }
    }

    
.hero-bg{
        position:absolute;inset:0;
}
/* Home: NO overlay — live site shows the pure photo with no colour tint */
.home-hero-bg{
        background: url('../pages/images/uploads/2025/07/mesmerizing-purple-sunset-over-a-modern-city-at-th-2023-11-27-05-34-35-utc-1.webp') center center/cover no-repeat !important;
}
/* FAQ: overlay #2B338C, opacity 0.50, blend-mode LUMINOSITY, position 0px -55px */
.faq-hero-bg{
        background: url('../pages/images/uploads/2025/07/detail-of-skyscraper-reflection-the-palm-island-2024-11-27-01-08-02-utc.webp') 0px -55px/cover no-repeat !important;
}
.faq-hero-bg::before{
  content:''; position:absolute; inset:0;
  background-color:#2B338C; opacity:0.50;
  mix-blend-mode:luminosity;
  filter:brightness(100%) contrast(126%) saturate(175%);
}
/* Home hero: no overlay — remove the gradient div entirely */
.hero-overlay{ display:none; }
.hero-content{
  position:relative;z-index:2;
  color:#fff;padding:260px 20px 60px;
}
@media(max-width:1024px){
  .hero-content{ padding-top:160px; }
}
@media(max-width:767px){
  .hero-content{ padding-top:120px; }
}
.hero-sub{
  font-size:clamp(22px,4vw,40px) !important;font-weight:400;
  letter-spacing:0;text-transform:uppercase;
  margin-bottom:10px;opacity:.95;
}
.hero-title{
  font-size:clamp(34px,6vw,64px);
  font-weight:700;
  letter-spacing:0;
  text-transform:uppercase;
  margin-bottom:28px;
  line-height:1.1;
  text-shadow:0 2px 8px rgba(0,0,0,.3);
  color:#fff !important;
}
/* .hero-btn retired — this CTA now uses the shared .btn.btn-lg.btn-inverse classes directly in HTML. */

/* ── ABOUT TEXT ── */
.about-section{
  padding:40px 24px;
  text-align:center;
  background:#fff;
  border-bottom:1px solid #eee;
}
.about-section p{
  max-width:750px;margin:0 auto;
  font-size:16px;font-weight:600;color:#555;line-height:1.75;
}
.about-section p+p{margin-top:10px;}

/* ── SECTION TITLE STYLE ── */
.sec-title{
  font-size:clamp(22px,3vw,32px);font-weight:700;
  color:#2B338C;
  text-transform:uppercase;
  letter-spacing:0;
  text-align:center;
  margin-bottom:36px;
  position:relative;
}
.sec-title::after{
  content:'';display:block;
  width:60px;height:3px;
  background:#A38A3C;
  margin:10px auto 0;
}

/* ── DVSA LOGOMARK DIVIDER ── */
.dvsa-divider{
  display:flex;align-items:center;
  max-width:900px;margin:36px auto 0;
}
.dvsa-divider-line{
  flex:1;height:1.5px;background:#A38A3C;
}
.dvsa-divider-circle{
  width:120px;height:120px;border-radius:50%;
  background:#fff;
  border:1.5px solid #A38A3C;
  display:flex;align-items:center;justify-content:center;
  margin:0 20px;flex-shrink:0;
  overflow:hidden;
}
.dvsa-divider-circle img{width:86px;height:auto;}

/* ── EASY APPLICATION PROCESS ── */
.process-section{padding:56px 24px;background:#fff;}
.process-steps{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:20px;
  max-width:1000px;
  margin:0 auto;
}

.img-icon{
    width: 150px;
    margin-left: 50px;
    margin-bottom: 15px;
}

.step-item{
  flex:1 1 280px;
  max-width:320px;
  display:flex;flex-direction:column;align-items:center;
}
.step-card-img{
  width:100%;height:auto;
}

/* ── DOCUMENTS SECTION ── */
.docs-section{
  padding:56px 24px;
  background:linear-gradient(rgba(245,247,255,.93),rgba(245,247,255,.93)),
             url('../pages/images/uploads/2025/07/mesmerizing-purple-sunset-over-a-modern-city-at-th-2023-11-27-05-34-35-utc-1.webp') center/cover no-repeat;
}
.docs-grid{
  max-width:900px;margin:0 auto;
  display:grid;grid-template-columns:1fr 1fr;gap:20px;
}
.doc-item{
  background:#fff;border:1px solid #e8eaf6;
  border-radius:8px;padding:20px;
  display:flex;gap:16px;align-items:flex-start;
  transition:box-shadow .2s;
}
.doc-item:hover{box-shadow:0 4px 16px rgba(26,35,126,.12);}
.doc-icon-wrap{
  width:48px;height:48px;flex-shrink:0;
  background:#e8eaf6;border-radius:8px;
  display:flex;align-items:center;justify-content:center;
  font-size:22px;
}
.doc-text h5{font-size:13.5px;font-weight:700;color:#2B338C;margin-bottom:5px;}
.doc-text p{font-size:12.5px;color:#666;line-height:1.55;}

/* ── REVIEWS ── */
.reviews-section{padding:56px 24px;background:#fff;}
.reviews-inner{max-width:1100px;margin:0 auto;}
.reviews-top{
  display:flex;gap:32px;align-items:flex-start;
  flex-wrap:wrap;
}
.google-box{
  background:#fff;border:1px solid #ddd;
  border-radius:10px;padding:20px 28px;
  text-align:center;min-width:140px;flex-shrink:0;
}
.google-box .excellent{font-size:14px;font-weight:700;color:#333;margin-bottom:4px;}
.google-box .stars{color:#f4b400;font-size:20px;letter-spacing:0;}
.google-box .g-logo{margin-top:8px;}
.google-box .g-logo img{height:22px;margin:0 auto;}
/* ── REVIEWS CAROUSEL (mirrors .visa-slider-wrapper's slide mechanism) ── */
.review-slider-wrapper{
  display:flex;align-items:center;
  flex:1;min-width:0;
}
.review-track-container{
  flex:1;overflow:hidden;
  padding:4px;
}
.reviews-cards{
  display:flex;gap:16px;
  transition:transform .35s ease;
  will-change:transform;
}
.review-card{
  flex:0 0 calc(33.333% - 11px);
  background:#fff;border:1px solid #e0e0e0;
  border-radius:8px;padding:14px;
  font-size:12.5px;
}
.review-card .r-top{display:flex;align-items:center;gap:10px;margin-bottom:8px;}
.review-card .r-avatar{
  width:36px;height:36px;border-radius:50%;
  background:#2B338C;color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-weight:700;font-size:13px;flex-shrink:0;
}
.review-card .r-name{font-weight:700;font-size:13px;color:#222;}
.review-card .r-stars{color:#f4b400;font-size:11px;letter-spacing:0;}
.review-card .r-text{color:#555;line-height:1.55;font-size:12px;}
.review-side-arrow{
  background:none;border:none;cursor:pointer;
  color:#bbb;font-size:36px;line-height:1;
  padding:0 6px;flex-shrink:0;
  transition:color .15s;
}
.review-side-arrow:hover{color:#2B338C;}
.review-side-arrow:disabled{color:#ddd;cursor:default;}
.review-dots{
  display:flex;justify-content:center;gap:6px;
  margin-top:16px;
}
.review-dot{
  width:8px;height:8px;border-radius:50%;
  background:#ddd;cursor:pointer;
  transition:background .2s;
}
.review-dot.active{background:#2B338C;}
@media(max-width:1024px){
  .review-card{flex:0 0 calc(50% - 8px);}
}
@media(max-width:768px){
  .review-card{flex:0 0 100%;}
}
/* .view-all-btn keeps only its centering layout — color/shape come from
   the shared .btn.btn-primary classes added alongside it in the HTML. */
.view-all-btn{
  display:block;
  width:fit-content;
  margin:24px auto 0;
}

/* ── VISA TYPES ── */
/* ── UAE VISA TYPES ── */
.visas-section{
  padding:56px 0;
  background:#fff;
}
.visas-section .sec-title{margin-bottom:36px;}
.visa-slider-wrapper{
  display:flex;align-items:center;
  max-width:1300px;margin:0 auto;
  padding:0 8px;
  position:relative;
}
.visa-track-container{
  flex:1;overflow:hidden;
  padding:10px 4px;
}
.visa-track{
  display:flex;gap:20px;
  transition:transform .35s ease;
  will-change:transform;
}
.visa-card{
  background:#fff;
  border-radius:20px;
  box-shadow:0 0 12px rgba(0,0,0,.15);
  flex:0 0 calc(25% - 15px);
  display:flex;flex-direction:column;
  overflow:hidden;
}
.vc-header{
  padding:16px 16px 4px;
  text-align:center;
}
.vc-line1{
  font-size:15px;font-weight:600;
  color:#2B338C;text-transform:uppercase;
  margin-bottom:0;
  line-height:1.2;
}
.vc-line2{
  font-size:18px;font-weight:700;
  color:#2B338C;text-transform:uppercase;
  line-height:1.2;
}
.vc-price-area{
  padding:2px 16px 4px;
  text-align:center;
}
.vc-price{
  font-size:56px;font-weight:700;
  color:#2B338C;line-height:1;
}
.vc-currency{
  font-size:26px;font-weight:700;
  vertical-align:top;
  line-height:1.75;
  margin-right:1px;
}
.vc-features{
  list-style:none;padding:6px 14px;margin:0;
  flex:1;text-align:center;
}
.vc-features li{
  font-size:11.5px;color:#554F55;
  padding:1px 0;font-weight:400;
  line-height:1.4;
}
.vc-footer{
  padding:8px 16px 14px;
  text-align:center;
}
/* .vc-btn retired — this CTA now uses the shared .btn.btn-sm.btn-primary classes directly in HTML. */
.visa-side-arrow{
  background:none;border:none;cursor:pointer;
  color:#bbb;font-size:48px;line-height:1;
  padding:0 8px;flex-shrink:0;
  transition:color .15s;
}
.visa-side-arrow:hover{color:#2B338C;}
.visa-side-arrow:disabled{color:#ddd;cursor:default;}
.visa-dots{
  display:flex;justify-content:center;gap:6px;
  margin-top:20px;
}
.visa-dot{
  width:8px;height:8px;border-radius:50%;
  background:#ddd;cursor:pointer;
  transition:background .2s;
}
.visa-dot.active{background:#2B338C;}

/* ── TRAVEL SERVICES BANNER ── */
.travel-banner{
  background:linear-gradient(135deg,#2B338C 0%,#283593 60%,#1565c0 100%);
   padding:40px 24px 220px 24px;
  position:relative;overflow:hidden;
}
.travel-banner::before{
  content:'';
  position:absolute;inset:0;
  background:url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?w=1200&q=60') center/cover no-repeat;
  opacity:.18;
}
.travel-banner-inner{
  position:relative;z-index:2;
  max-width:1100px;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;gap:32px;
  flex-wrap:wrap;
}
.travel-banner-kicker{
  font-size:11px;font-weight:600;
  color:#90caf9;letter-spacing:0;text-transform:uppercase;
  margin-bottom:10px;
}
.travel-banner-title{
  font-size:clamp(18px,2.5vw,26px);
  font-weight:800;color:#fff;
  line-height:1.3;text-transform:uppercase;
  max-width:600px;
}
/* .enquire-btn keeps only flex/wrap layout — color/shape come from the
   shared .btn.btn-lg.btn-inverse classes added alongside it in the HTML. */
.enquire-btn{
  flex-shrink:0;
  white-space:nowrap;
}

/* ── WHY CHOOSE US ── */
.why-section{
  padding:56px 24px;
  position:relative;
  background:linear-gradient(rgba(255,255,255,.92),rgba(255,255,255,.92)),
             url('../pages/images/uploads/2025/07/dubai-overview-1400x788-1-0ad9_1400x788.webp') center/cover no-repeat;
}
.why-section::before{
  content:"";
  position:absolute;inset:0;
  background-image:url('../pages/images/uploads/2025/05/World-Map.png');
  background-position:center 60px;
  background-repeat:no-repeat;
  background-size:60% auto;
  opacity:.12;
  pointer-events:none;
}
.why-section .why-grid{position:relative;z-index:1;}
.why-section .sec-title{position:relative;z-index:1;}
.why-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  max-width:900px;margin:0 auto;
}
.why-item{
  text-align:center;padding:20px 16px;
}
.why-icon{
  width:64px;height:64px;margin:0 auto 14px;
  background:#e8eaf6;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:26px;
}
.why-item h5{font-size:13px;font-weight:700;color:#2B338C;margin-bottom:6px;text-transform:uppercase;letter-spacing:0;}
.why-item p{font-size:12px;color:#777;line-height:1.55;}

/* ── AIRLINES ── */
.airlines-section{padding:40px 24px;background:#fff;}
.airlines-logos{
  display:flex;justify-content:center;align-items:center;
  gap:28px;flex-wrap:nowrap;max-width:1200px;margin:0 auto;
  overflow:hidden;
}
.airline-logo{
  opacity:.75;transition:opacity .2s, transform .2s;
  flex:0 1 auto;
}
.airline-logo:hover{opacity:1;transform:scale(1.05);}
.airline-logo img{
  height:36px;width:auto;object-fit:contain;
  display:block;
}

/* ── BLOG ── */
.blog-section{padding:56px 24px;background:#f5f7ff;}
.blog-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:24px;max-width:1100px;margin:0 auto;
}
.blog-card{
  border:1px solid #e0e0e0;border-radius:8px;
  overflow:hidden;transition:box-shadow .2s,transform .2s;
  background:#fff;
}
.blog-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.12);transform:translateY(-3px);}
.blog-thumb{height:170px;overflow:hidden;}
.blog-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s;}
.blog-card:hover .blog-thumb img{transform:scale(1.06);}
.blog-body{padding:16px;}
.blog-cat{font-size:10.5px;font-weight:700;color:#e65100;text-transform:uppercase;letter-spacing:0;margin-bottom:7px;}
.blog-body h4{font-size:14px;font-weight:700;color:#2B338C;line-height:1.4;margin-bottom:8px;}
.blog-body p{font-size:12.5px;color:#666;line-height:1.6;}
.blog-meta{font-size:11px;color:#aaa;margin-top:10px;}
.read-more{font-size:12px;font-weight:700;color:#e65100;margin-top:10px;display:inline-block;}

/* ── ACHIEVEMENTS ── */
.achieve-section{
  padding:40px 24px 60px 24px;
  background:#fff;
  position:relative;overflow:hidden;
}
.achieve-inner{
  max-width:1200px;margin:0 auto;
  display:grid;grid-template-columns:1.1fr 1fr;
  gap:50px;align-items:end;
}
.achieve-left .sec-title{text-align:left;}
.achieve-left .sec-title::after{margin-left:0;}
.achieve-desc{
  font-size:13.5px;color:#555;line-height:1.7;
  margin-bottom:24px;font-weight:400;
}
.achieve-stats{
  display:grid;grid-template-columns:repeat(3,1fr);gap:16px;
}
.achieve-stat{
  background:#2B338C;border-radius:10px;padding:18px 12px;
  text-align:center;box-shadow:0 2px 10px rgba(255, 255, 255, 0.08);
}
.achieve-stat .stat-icon{font-size:28px;margin-bottom:8px;}
.achieve-stat .stat-num{
  font-size:28px;font-weight:900;color:#ffffff;
  font-family:'Poppins',sans-serif;line-height:1;
}
.achieve-stat .stat-label{
  font-size:11px;font-weight:600;color:#ffffff;
  text-transform:uppercase;letter-spacing:0;margin-top:4px;
}
.achieve-img{
  border-radius:12px;overflow:hidden;
  box-shadow:0 8px 32px rgba(0,0,0,.15);
  min-height:365px;
}
.achieve-img img{width:100%;height:100%;object-fit:cover;}

/* ── FOOTER ── */
footer{
  background:#A38A3C;
  color:#b0bec5;
  padding:48px 0 0;
}
.footer-inner{max-width:1200px;margin:0 auto;padding:0 24px;}
.footer-grid{
  display:grid;
  grid-template-columns:1.8fr 1fr 1fr 1fr;
  gap:40px;
  margin-bottom:36px;
}
.footer-col-title{
  font-size:12.5px;font-weight:700;
  color:#fff;text-transform:uppercase;
  letter-spacing:0;margin-bottom:16px;
}
.footer-brand-logo{
  display:flex;align-items:center;gap:8px;margin-bottom:14px;
}
.footer-brand-logo .fb-icon{
  background:#e65100;color:#fff;
  width:32px;height:32px;border-radius:5px;
  display:flex;align-items:center;justify-content:center;
  font-size:16px;font-weight:900;flex-shrink:0;
}
.footer-brand-logo .fb-text{
  font-size:18px;font-weight:800;color:#fff;letter-spacing:0;
}
.footer-col p{font-size:13px;line-height:1.7;color:#90a4ae;}
.footer-col ul{list-style:none;}
.footer-col ul li{margin-bottom:8px;}
.footer-col ul li a{font-size:13px;color:#90a4ae;transition:color .15s;}
.footer-col ul li a:hover{color:#fff;}
.footer-contact-item{
  display:flex;align-items:flex-start;gap:8px;
  margin-bottom:10px;font-size:13px;color:#90a4ae;
}
.footer-contact-item .fci-icon{font-size:14px;margin-top:2px;flex-shrink:0;}
.social-btn{
  width:34px;height:34px;border-radius:5px;
  background:rgba(255,255,255,.1);
  display:flex;align-items:center;justify-content:center;
  font-size:16px;transition:background .15s;
}
.social-btn:hover{background:#e65100;}
.footer-payments{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap;align-items:center;}
.payment-badge{
  background:#fff;border-radius:4px;padding:4px 10px;
  font-size:12px;font-weight:800;color:#2B338C;
}
.payment-badge.mc{color:#eb001b;}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  padding:16px 0;
  text-align:center;
  font-size:12px;color:#546e7a;
}

/* ── WA FLOAT ── */
.wa-float{
  position:fixed;bottom:24px;right:24px;z-index:9999;
  background:#25D366;color:#fff;
  width:56px;height:56px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:26px;
  box-shadow:0 4px 16px rgba(37,211,102,.45);
  animation:waPulse 2.5s infinite;
  transition:transform .2s;
}
.wa-float:hover{transform:scale(1.12);}
@keyframes waPulse{
  0%,100%{box-shadow:0 4px 16px rgba(37,211,102,.45);}
  50%{box-shadow:0 4px 28px rgba(37,211,102,.7);}
}

/* ── RESPONSIVE ── */
@media(max-width:900px){
  .docs-grid{grid-template-columns:1fr;}
  .why-grid{grid-template-columns:repeat(2,1fr);}
  .blog-grid{grid-template-columns:1fr 1fr;}
  .achieve-inner{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .process-steps{flex-wrap:wrap;}
  .step-arrow{display:none;}
}
@media(max-width:640px){
  .nav-links{display:none;}
  .blog-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr;}
  .why-grid{grid-template-columns:1fr;}
  .achieve-stats{grid-template-columns:1fr 1fr;}
  .reviews-top{flex-direction:column;}
}

/* ── SITE FOOTER ── */
.site-footer{
  font-family:'Montserrat',sans-serif !important;
}
.site-footer .footer-main{
  background:#A38A3C;
  padding:32px 0 24px;
}
.site-footer .footer-heading{
  color:#fff !important;
  font-size:13px !important;
  font-weight:800 !important;
  text-transform:uppercase;
  letter-spacing:0;
  margin-bottom:18px;
}
.site-footer .footer-links{
  list-style:none;
  padding:0;
  margin:0;
}
.site-footer .footer-links li{
  margin-bottom:8px;
}
.site-footer .footer-links a{
  color:#fff !important;
  font-size:12px !important;
  font-weight:600 !important;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:0;
  transition:opacity .15s;
}
.site-footer .footer-links a:hover{
  opacity:.75;
}
.site-footer .footer-contact li{
  color:#fff !important;
  font-size:12px !important;
  font-weight:600 !important;
  text-transform:uppercase;
  letter-spacing:0;
  line-height:1.6;
  margin-bottom:10px;
}
.site-footer .footer-social{
  list-style:none !important;
  padding:0 !important;
  margin:0 !important;
}
.site-footer .footer-social li{
  margin-bottom:10px;
}
.site-footer .footer-social a{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:600 !important;
  text-transform:uppercase;
  letter-spacing:0;
  text-decoration:none;
  transition:opacity .15s;
}
.site-footer .footer-social a:hover{opacity:.75;}
.site-footer .footer-social a i{
  font-size:16px;
  width:18px;
  min-width:18px;
  text-align:center;
  flex-shrink:0;
  display:inline-block !important;
}
.site-footer .footer-social .ico-facebook{color:#1877F2 !important;}
.site-footer .footer-social .ico-instagram{color:#E4405F !important;}
.site-footer .footer-social .ico-linkedin{color:#0A66C2 !important;}

/* Peach Payments box */
.site-footer .peach-box{
  border:2px solid #fff;
  border-radius:8px;
  padding:6px 14px;
  display:inline-flex;
  flex-direction:column;
  line-height:1.1;
  background:#fff;
}
.site-footer .payment-badge{
  height:32px;width:auto;
  border-radius:6px;
  background:#fff;
  padding:2px;
}
.site-footer .peach-text{
  color:#e8531d !important;
  font-size:18px !important;
  font-weight:800 !important;
  letter-spacing:0;
}
.site-footer .peach-sub{
  color:#e8531d !important;
  font-size:10px !important;
  font-weight:600 !important;
  letter-spacing:0;
  text-transform:lowercase;
}

/* Bottom bar */
.site-footer .footer-bottom{
  background:#fff;
  border-top:none;
  padding:12px 0;
}
.site-footer .footer-copyright{
  color:#444 !important;
  font-size:12.5px !important;
  font-weight:600 !important;
  margin:0;
}
.site-footer .footer-designer-link{
  color:#1565c0 !important;
  text-decoration:none;
  font-weight:700 !important;
}
.site-footer .footer-designer-link:hover{
  text-decoration:underline;
}

@media(max-width:767px){
  .site-footer .footer-main .row > div{
    margin-bottom:28px;
  }
}