/********** Template CSS **********/
:root {
    --primary: #1A346B;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --dark: #1D2A4D;
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}row

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.hero-header {
    background: url(../img/herorr.png) top right no-repeat;
    background-size: cover;
}

.service-item {
    position: relative;
    height: 350px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    transform: rotate(-14deg);
}

.service-item .service-icon i {
    transform: rotate(15deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

@media (min-width: 576px) {
    .team-item .row {
        height: 350px;
    }
}

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}



/*New Added CSS */


.navbar-brand img.logo-img {
  height: 65px;   /* Adjust size */
  width: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .navbar-brand img.logo-img {
    height: 45px;
  }
}

.contact-box {
    height: 240px;
    background: #f1f8ff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.contact-box .content {
    min-height: 90px; /* keeps spacing equal for 1 line vs multi-line content */
}

.contact-box a {
    text-decoration: none;
    color: #000;
    margin-bottom: 6px;
    font-size: 16px;
}

.contact-box p {
    margin: 4px 0;
    font-size: 15px;
}



/* Footer World Map */
.footer-world-map {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid rgba(255,255,255,0.4); /* matches your marked box */
    border-radius: 6px;
    background: transparent;
}

.footer-world-map img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Tablet */
@media (max-width: 991px) {
    .footer-world-map {
        max-width: 100%;
        padding: 15px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .footer-world-map {
        padding: 10px;
        border-width: 1px;
    }
}




/* SOS Button */
#sos-btn {
  position: fixed;
  bottom: 90px;
  right: 20px;
  background: #FB0F0C;
  color: #fff;
  font-weight: bold;
  padding: 14px 18px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* SOS Popup */
#sos-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}

.sos-content {
  background: #fff;
  max-width: 320px;
  margin: auto;
  margin-top: 20vh;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  position: relative;
}

.sos-content h3 {
  margin-bottom: 15px;
}

.sos-link {
  display: block;
  margin: 10px 0;
  padding: 12px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.sos-link.call { background: #038eff; }
.sos-link.whatsapp { background: #00ff5e; }
.sos-link.email { background: #FB0F0C; }

.close-sos {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 22px;
  cursor: pointer;
}

.sos-note {
  margin-top: 12px;
  font-size: 13px;
  color: #666;
}

.iso-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 90px;
  z-index: 20;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .iso-badge {
    width: 65px;
    bottom: 10px;
    right: 10px;
  }
}


.contact-float-left {
  position: fixed;
  left: 15px;
  bottom: 35px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Common Button Style */
.float-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}





/* Transport Selection */
.transport-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.transport-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background: #f1f8ff;
  border: 2px solid transparent;
  transition: .3s;
  text-align: center;
}

.transport-card img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}

.transport-card span {
  display: block;
  padding: 10px;
  font-weight: 600;
  font-size: 15px;
}

.transport-card input {
  display: none;
}

.transport-card:has(input:checked) {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(26,52,107,.15);
}

/* Mobile */
@media (max-width: 768px) {
  .transport-options {
    grid-template-columns: 1fr;
  }
}






/* ================= TOPBAR RED ================= */
.container-fluid.py-2.border-bottom {
    background-color: #FB0F0C;
}

.container-fluid.py-2.border-bottom a,
.container-fluid.py-2.border-bottom i,
.container-fluid.py-2.border-bottom span {
    color: #fff !important;
}





/* ================= ISO BADGE ================= */
.iso-badge {
    position: absolute;
    right: 20px;
    width: 90px;
    z-index: 10;
}

/* Desktop */
@media (min-width: 800px) {
    .iso-badge {
        bottom: 20px;
    }
}

/* Mobile & Tablet FIX */
@media (max-width: 768px) {
    .iso-badge {
        width: 60px;
        bottom: auto;           /* IMPORTANT */
        top: 65%;               /* Moves ISO UP */
        right: 15px;
        transform: translateY(-50%);
    }
}

/* Very small phones */
@media (max-width: 480px) {
    .iso-badge {
        width: 52px;
        top: 40%;
        right: 10px;
    }
}






/* ================= TOPBAR SPACING FIX ================= */
.topbar-contact a {
    padding: 0 10px;
    font-weight: 500;
}

.topbar-separator {
    padding: 0 10px;
    opacity: 0.8;
}

.whatsapp-top-btn {
    color: #fff !important;
    text-decoration: none;
}





/* ================= MOBILE HEADER ACTIONS ================= */
.mobile-header-actions {
    display: flex;
    gap: 10px;
    margin-right: 10px;
}

.mobile-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.mobile-icon.call {
    background: #008cff;
}

.mobile-icon.whatsapp {
    background: #25D366;
}

/* Hide mobile actions on desktop */
@media (min-width: 992px) {
    .mobile-header-actions {
        display: none;
    }
}

/* Clean toggler */
.navbar-toggler:focus {
    box-shadow: none;
}








/* ================= SOCIAL PROOF POPUP ================= */
.social-proof {
  position: fixed;
  bottom: 30px;
  left: 30px;
  background: #ffffff;
  padding: 12px 18px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 9999;
  max-width: 320px;
  animation: slideInLeft 0.5s ease;
}

.social-proof.hidden {
  display: none;
}

.proof-icon {
  font-size: 18px;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-25px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .social-proof {
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: calc(100% - 40px);
    font-size: 13px;
  }
}




/* ================= CENTER MENU WHATSAPP (PC) ================= */
.menu-whatsapp {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.whatsapp-center-btn {
    background: #25D366;
    color: #fff;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 15px;
    border: none;
    white-space: nowrap;
}

.whatsapp-center-btn:hover {
    background: #1ebe5d;
    color: #fff;
}

/* HARD HIDE ON MOBILE */
@media (max-width: 991px) {
    .menu-whatsapp {
        display: none !important;
    }
}


/* ================= COUNTRY GRID ================= */
.country-card {
    position: relative;
    display: block;
    height: 220px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    transition: transform .3s ease, box-shadow .3s ease;
}

.country-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.18);
}

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

/* Overlay */
.country-card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.25)
    );
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 15px;
}

.country-card .overlay span {
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0.9;
}

.country-card .overlay h4 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 6px;
    color: #fff;
}

/* Mobile */
@media (max-width: 576px) {
    .country-card {
        height: 190px;
    }

    .country-card .overlay h4 {
        font-size: 20px;
    }
}

/* ================= END COUNTRY GRID ================= */

/* ================= GLOBAL SEARCH ================= */

.country-search-section {
    margin-top: 30px;
    margin-bottom: 40px;
}

/* Title */
.global-search-title {
    font-weight: 700;
    color: #1A346B;
    margin-bottom: 14px;
}

/* Input */
.country-search-input {
    height: 56px;
    border-radius: 50px;
    padding: 0 24px;
    font-size: 16px;
    border: 2px solid #dbe3ea;
    transition: all 0.3s ease;
}

.country-search-input::placeholder {
    color: #9aa6b2;
}

/* Focus effect */
.country-search-input:focus {
    border-color: #13C5DD;
    box-shadow: 0 0 0 4px rgba(19,197,221,0.15);
    outline: none;
}

/* Desktop spacing (header safe) */
@media (min-width: 992px) {
    .country-search-section {
        margin-top: 40px;
    }
}

/* Mobile spacing (prevents sticking to header) */
@media (max-width: 991px) {
    .country-search-section {
        margin-top: 110px;
    }

    .country-search-input {
        height: 52px;
        font-size: 15px;
    }
}

/* Small phones */
@media (max-width: 576px) {
    .country-search-section {
        margin-top: 130px;
    }
}

/* ================= MOBILE GAP FIX ================= */

/* Reduce gap between quotation form and global search */
@media (max-width: 768px) {
    .country-search-section {
        margin-top: 40px !important;   /* was too large */
        margin-bottom: 25px;
    }
}

/* Extra small phones */
@media (max-width: 576px) {
    .country-search-section {
        margin-top: 30px !important;
    }
}

/* ================= END COUNTRY SEARCH ================= */


/* Footer Payment Methods */
.footer-payment-img {
    max-width: 420px;       /* desktop safe size */
    width: 100%;
    height: auto;
    display: block;         /* IMPORTANT */
    margin-left: auto;      /* right align desktop */
}

/* Tablet */
@media (max-width: 991px) {
    .footer-payment-img {
        max-width: 360px;
        margin: 0 auto;     /* center */
    }
}

/* Mobile */
@media (max-width: 576px) {
    .footer-payment-img {
        max-width: 280px;
        margin: 10px auto 0;
    }
}


/* Fix CTA button overlap without stretching */
@media (max-width: 576px) {
  .hero-header .btn {
    display: inline-block;
    margin-bottom: 12px;
  }
}


/* ===============================
   MOBILE HERO BANNER FIX
================================ */
@media (max-width: 767px) {

  /* Fix stretched hero banner */
  .hero-header {
    min-height: auto !important;
    height: auto !important;
    padding: 0 !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  /* Remove extra inner spacing */
  .hero-header .container {
    padding: 0 !important;
  }

  /* Hide hero text (already desired) */
  .hero-header .col-lg-8 {
    display: none !important;
  }

  /* Remove bottom gap after hero */
  .hero-header + section,
  .hero-header + div {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .hero-header {
    height: 220px !important; /* adjust: 180–260px */
  }
}
