    * { margin:0; padding:0; box-sizing:border-box; }
    body {
      font-family: "Source Sans Pro", Arial, sans-serif;
      background: #f8faf8;
      color: #1a2e2b;
      overflow-x: hidden;
      font-weight: 400;
    }
    a { text-decoration: none; }
    ul { list-style: none; padding:0; margin:0; }

    h1, h2, h3, h4, h5, .section-title, .carousel-caption h1, .how-card h5, .footer h5,
    .offer-left h2, .process-heading h2, .process-content h4, .offer-content h4,
    .best-section h2, .trusted-section h2 {
      font-family: "Roboto Slab", serif;
    }

    /* TOP BAR */
    .topbar {
      background: #0f3b2c;
      color: #f0f7f2;
      padding: 10px 0;
      font-size: 16px;
      font-weight: 600;
      border-bottom: 2px solid #b68b5c;
    }
    .topbar span { margin-right: 12px; opacity: 0.8; }
    .topbar a { color: #f0f7f2; margin-right: 18px; transition: 0.25s; }
    .topbar a:hover { color: #e6c9a8; }
    .topbar .fa-phone, .topbar .fa-envelope { margin-right: 6px; color: #e6c9a8; }

    /* HEADER */
  .main-header{
    position:absolute;
    top:48px;
    left:0;
    width:100%;
    z-index:999;
}

@media(max-width:991px){

.main-header{

    position:sticky;
    top:0;
    left:0;
    width:100%;
    background:#0f3b2c;
    z-index:9999;

}

}
    .main-header .container {
      background: rgba(255, 255, 255, 0.92);
      backdrop-filter: blur(2px);
      border-radius: 30px;
      padding: 6px 30px;
      box-shadow: 0 18px 40px -10px rgba(0,30,20,.18);
      border: 1px solid rgba(255,255,255,.3);
    }
    .navbar { padding: 0; min-height: 78px; }
    .navbar-brand { padding: 0; margin: 0; display: flex; align-items: center; }
    .navbar-brand img { height: 110px; width: auto; display: block; object-fit: contain; margin-top: -16px; margin-bottom: -16px; filter: drop-shadow(0 3px 8px rgba(0,0,0,.08)); }
    .navbar-nav { align-items: center; }
    .navbar-nav .nav-item { margin-left: 8px; }
    .navbar-nav .nav-link {
      color: #1a2e2b;
      font-size: 16px;
      font-weight: 600;
      padding: 10px 16px;
      position: relative;
      transition: .3s;
      font-family: "Source Sans Pro", Arial, sans-serif;
    }
    .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: #b68b5c; }
    .navbar-nav .nav-link::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -6px;
      width: 0;
      height: 3px;
      background: #b68b5c;
      border-radius: 4px;
      transform: translateX(-50%);
      transition: .35s;
    }
    .navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after { width: 75%; }
    .navbar-toggler { border: none; box-shadow: none !important; }
    .navbar-toggler:focus { box-shadow: none !important; }


    /* Main menu links */
.custom-nav-menu .nav-link {
    font-size: 18px !important; /* Adjust font size here */
}

/* Dropdown menu items */
.custom-nav-menu .dropdown-item {
    font-size: 18px !important; /* Adjust dropdown item size here */
}
    /* SLIDER */
    .hero { position: relative; }
    .carousel-item { height: 740px; background: #1f3d34; }
    .carousel-item img { width: 100%; height: 740px; object-fit: cover; opacity: 0.95; }
    .overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(15, 30, 25, 0.6) 0%, rgba(0,0,0,0.25) 100%);
    }
    .carousel-caption {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      width: 40%;
      max-width: 900px;
      padding: 0;
      bottom: auto;
      right: auto;
    }
    .carousel-caption h1 {
      font-size: 45px;
      font-weight: 800;
      color: #fff;
      line-height: 1.1;
      text-shadow: 0 8px 24px rgba(0,0,0,0.3);
      letter-spacing: 1.0px;
      font-family: "Roboto Slab", serif;
    }
    .carousel-caption p {
      font-size: 19px;
      margin: 20px 0 30px;
      color: #f2efe6;
      text-shadow: 0 2px 12px rgba(0,0,0,0.3);
      font-family: "Source Sans Pro", Arial, sans-serif;
    }
    .carousel-caption .btn {
      padding: 16px 48px;
      font-size: 18px;
      font-weight: 700;
      border-radius: 60px;
      background: #b68b5c;
      border: none;
      color: #fff;
      box-shadow: 0 10px 24px -6px rgba(0,0,0,0.3);
      transition: 0.3s;
      font-family: "Source Sans Pro", Arial, sans-serif;
    }
    .carousel-caption .btn:hover { background: #a07447; transform: scale(1.02) translateY(-3px); }

    .carousel-control-prev, .carousel-control-next {
      width: 58px;
      height: 58px;
      background: rgba(182, 139, 92, 0.85);
      backdrop-filter: blur(4px);
      border-radius: 50%;
      top: 50%;
      transform: translateY(-50%);
      opacity: 1;
      border: 2px solid rgba(255,255,255,0.25);
      transition: 0.25s;
    }
    .carousel-control-prev { left: 30px; }
    .carousel-control-next { right: 30px; }
    .carousel-control-prev:hover, .carousel-control-next:hover {
      background: #b68b5c;
      box-shadow: 0 8px 20px rgba(182, 139, 92, 0.4);
      transform: translateY(-50%) scale(1.05);
    }
    .carousel-control-prev-icon, .carousel-control-next-icon { filter: brightness(0) invert(1); width: 26px; height: 26px; }

    /* BOTTOM STRIP with popup trigger */
    .bottom-strip {
      background: #0f2e25;
      border-top: 3px solid #b68b5c;
      border-bottom: 2px solid #b68b5c;
    }
    .bottom-strip .col-md-4 {
      padding: 22px 10px;
      border-right: 1px solid rgba(255, 215, 175, 0.15);
      cursor: pointer;
      transition: 0.2s;
    }
    .bottom-strip .col-md-4:last-child { border: none; }
    .bottom-strip .col-md-4:hover { background: rgba(255,255,255,0.04); }
    .bottom-strip a {
      color: #f5efe6;
      font-size: 22px;
      font-weight: 600;
      transition: 0.2s;
      font-family: "Source Sans Pro", Arial, sans-serif;
    }
    .bottom-strip a:hover { color: #e6c9a8; }
    .bottom-strip i {
      color: #d4b68a;
      margin-right: 14px;
      font-size: 28px;
      vertical-align: middle;
    }

    /* POPUP FORM */
   

  
    /* HOW IT WORKS */
    .how-section {
      padding: 80px 0 70px;
      background: #fcf9f5;
    }
    .how-section .section-title {
      font-size: 42px;
      font-weight: 700;
      color: #1a2e2b;
      letter-spacing: -0.5px;
      font-family: "Roboto Slab", serif;
    }
    .how-section .section-title span { color: #b68b5c; }
    .how-card {
      background: #fff;
      border-radius: 28px;
      padding: 40px 28px;
      box-shadow: 0 12px 35px -8px rgba(0,0,0,0.06);
      transition: 0.3s;
      border: 1px solid rgba(182, 139, 92, 0.12);
      height: 100%;
    }
    .how-card:hover { transform: translateY(-8px); box-shadow: 0 25px 45px -12px rgba(0,0,0,0.12); }
    .how-card .icon {
      font-size: 48px;
      color: #b68b5c;
      background: rgba(182, 139, 92, 0.08);
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 30px;
      margin-bottom: 24px;
    }
    .how-card h5 {
      font-weight: 700;
      font-size: 22px;
      margin-bottom: 12px;
      color: #1a2e2b;
      font-family: "Roboto Slab", serif;
    }
    .how-card p {
      color: #4a5f5a;
      font-weight: 400;
      line-height: 1.6;
      font-family: "Source Sans Pro", Arial, sans-serif;
    }

    /* SERVICES SLIDER (new) */
    .services-slider-section {
      padding: 80px 0;
      background: #fcfcfc;
    }
    .services-slider-section .section-title {
      font-size: 42px;
      font-weight: 700;
      color: #1a2e2b;
      font-family: "Roboto Slab", serif;
    }
    .services-slider-section .section-title span { color: #b68b5c; }
    .service-card {
      background: #fff;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.06);
      transition: 0.35s;
      margin: 15px;
      border: 1px solid rgba(182,139,92,0.08);
    }
    .service-card:hover { transform: translateY(-10px); box-shadow: 0 25px 50px rgba(0,0,0,0.1); }
    .service-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .service-card .service-body {
      padding: 25px 22px 30px;
      text-align: center;
    }
    .service-card .service-body h4 {
      font-family: "Roboto Slab", serif;
      font-weight: 700;
      color: #0f3b2c;
      margin-bottom: 10px;
    }
    .service-card .service-body p {
      color: #666;
      font-size: 15px;
      line-height: 1.6;
    }
    .service-card .service-body a {
      color: #b68b5c;
      font-weight: 600;
      transition: 0.3s;
    }
    .service-card .service-body a i { margin-left: 6px; transition: 0.3s; }
    .service-card .service-body a:hover { color: #0f3b2c; }
    .service-card .service-body a:hover i { margin-left: 12px; }

    /* TRUSTED (image slide) */
    .trusted-section {
      padding: 70px 0 80px;
      background: #0f2e25;
      color: #fff;
      border-top: 4px solid #b68b5c;
      border-bottom: 4px solid #b68b5c;
      overflow: hidden;
    }
    .trusted-section h2 {
      font-size: 42px;
      font-weight: 700;
      margin-bottom: 12px;
    }
    .trusted-section h2 span { color: #e6c9a8; }
    .trusted-section .sub-text {
      font-size: 18px;
      opacity: 0.8;
      max-width: 600px;
      margin: 0 auto 40px;
    }
    .trusted-scroll-img {
      display: flex;
      gap: 40px;
      animation: scrollImages 28s linear infinite;
      width: max-content;
    }
    .trusted-scroll-wrapper {
      overflow: hidden;
      mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
      -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
    }
    .trusted-scroll-img .img-item {
      flex-shrink: 0;
      width: 220px;
      height: 140px;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 8px 25px rgba(0,0,0,0.3);
      transition: 0.3s;
      border: 2px solid rgba(255,255,255,0.06);
    }
    .trusted-scroll-img .img-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.4s;
    }
    .trusted-scroll-img .img-item:hover { transform: scale(1.05); border-color: #b68b5c; }
    .trusted-scroll-img .img-item:hover img { transform: scale(1.08); }
    @keyframes scrollImages {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }


    /*=========================================
        BEST COURIER SECTION
=========================================*/

.best-section{
    padding:100px 0;
    background:#f8fbf9;
    overflow:hidden;
}

/*====================
SECTION TAG
====================*/

.section-tag{
    display:inline-block;
    padding:8px 20px;
    background:#eef7f2;
    color:#b68b5c;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    border-radius:30px;
    margin-bottom:20px;
}

/*====================
IMAGE
====================*/

.best-img{
    position:relative;
    overflow:hidden;
    border-radius:30px;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.best-img img{

    width:100%;
    height:600px;
    object-fit:cover;
    transition:.5s;

}

.best-img:hover img{

    transform:scale(1.06);

}

/*====================
EXPERIENCE BOX
====================*/

.experience-box{

    position:absolute;
    left:30px;
    bottom:30px;

    background:#0f3b2c;

    color:#fff;

    padding:25px 35px;

    border-radius:20px;

    box-shadow:0 20px 45px rgba(0,0,0,.25);

}

.experience-box h2{

    font-size:48px;
    font-weight:700;
    color:#b68b5c;
    margin:0;

}

.experience-box span{

    font-size:16px;
    letter-spacing:1px;

}

/*====================
CONTENT
====================*/

.best-section h2{

    font-size:48px;
    line-height:1.2;
    color:#0f3b2c;
    margin-bottom:20px;
    font-weight:700;

}

.best-section h2 span{

    color:#b68b5c;

}

.best-section p{

    color:#666;
    line-height:30px;
    font-size:17px;
    margin-bottom:35px;

}

/*====================
FEATURE BOX
====================*/

.feature-box{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-bottom:35px;

}

.feature-item{

    background:#fff;

    border-radius:18px;

    padding:20px;

    display:flex;

    gap:18px;

    align-items:flex-start;

    transition:.35s;

    box-shadow:0 8px 25px rgba(0,0,0,.06);

}

.feature-item:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 35px rgba(0,0,0,.12);

}

.feature-item i{

    width:60px;
    height:60px;

    min-width:60px;

    background:#b68b5c;

    color:#fff;

    border-radius:50%;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:24px;

}

.feature-item h5{

    font-size:20px;
    color:#0f3b2c;
    margin-bottom:6px;
    font-weight:700;

}

.feature-item p{

    margin:0;
    font-size:15px;
    line-height:24px;
    color:#666;

}

/*====================
BUTTONS
====================*/

.best-btns{

    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-bottom:35px;

}

.btn-main{

    background:#b68b5c;
    color:#fff;

    padding:17px 35px;

    border-radius:50px;

    font-weight:700;

    transition:.3s;

}

.btn-main:hover{

    background:#0f3b2c;
    color:#fff;

}

.btn-outline{

    border:2px solid #0f3b2c;

    color:#0f3b2c;

    padding:15px 35px;

    border-radius:50px;

    font-weight:700;

    transition:.3s;

}

.btn-outline:hover{

    background:#0f3b2c;

    color:#fff;

}

/*====================
BOTTOM INFO
====================*/

.bottom-info{

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    border-top:1px solid #e8e8e8;

    padding-top:25px;

    font-weight:600;

    color:#444;

}

.bottom-info strong{

    color:#0f3b2c;

}

.bottom-info i{

    color:#b68b5c;
    margin-right:8px;

}

/*====================
RESPONSIVE
====================*/

@media(max-width:991px){

.best-img{

    margin-bottom:50px;

}

.best-img img{

    height:450px;

}

.feature-box{

    grid-template-columns:1fr;

}

.best-section h2{

    font-size:38px;

}

}

@media(max-width:767px){

.best-section{

    padding:70px 0;

}

.best-img img{

    height:320px;

}

.experience-box{

    left:15px;
    bottom:15px;
    padding:18px 25px;

}

.experience-box h2{

    font-size:34px;

}

.best-section h2{

    font-size:30px;

}

.best-btns{

    flex-direction:column;

}

.btn-main,
.btn-outline{

    width:100%;
    text-align:center;

}

.bottom-info{

    gap:15px;
    flex-direction:column;
    align-items:flex-start;

}

}

    /* OFFER SECTION (what we offer) */
    .offer-section {
      background: #fcfcfc;
      overflow: hidden;
    }
    .offer-left { padding-right: 30px; }
    .offer-subtitle {
      display: inline-block;
      color: #b68b5c;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 18px;
      position: relative;
      padding-right: 80px;
    }
    .offer-subtitle::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 60px;
      height: 3px;
      background: #b68b5c;
      transform: translateY(-50%);
    }
    .offer-left h2 {
      font-size: 50px;
      font-weight: 700;
      color: #0f3b2c;
      margin-bottom: 20px;
    }
    .offer-left p {
      color: #666;
      line-height: 1.9;
      font-size: 17px;
      margin-bottom: 35px;
    }
    .offer-navigation {
      display: flex;
      align-items: center;
      gap: 15px;
      font-size: 24px;
      font-weight: 700;
      color: #b68b5c;
    }
    .offer-navigation button {
      width: 48px;
      height: 48px;
      border: none;
      border-radius: 50%;
      background: #f3f3f3;
      color: #0f3b2c;
      transition: .35s;
    }
    .offer-navigation button:hover { background: #b68b5c; color: #fff; }
    .offer-card {
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,.08);
      transition: .35s;
      margin: 15px;
    }
    .offer-card:hover { transform: translateY(-10px); }
    .offer-card img {
      width: 100%;
      height: 260px;
      object-fit: cover;
      transition: .4s;
    }
    .offer-card:hover img { transform: scale(1.08); }
    .offer-icon {
      width: 90px;
      height: 90px;
      background: #b68b5c;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: -45px auto 20px;
      position: relative;
      z-index: 10;
      border: 8px solid #fff;
    }
    .offer-icon i { color: #fff; font-size: 34px; }
    .offer-content {
      text-align: center;
      padding: 0 25px 30px;
    }
    .offer-content h4 {
      font-size: 28px;
      color: #0f3b2c;
      font-weight: 700;
      margin-bottom: 15px;
    }
    .offer-content a {
      color: #b68b5c;
      font-weight: 700;
      transition: .3s;
    }
    .offer-content a i { margin-left: 6px; transition: .3s; }
    .offer-content a:hover { color: #0f3b2c; }
    .offer-content a:hover i { margin-left: 12px; }
    .offer-slider .owl-dots {
      margin-top: 35px;
      text-align: center;
    }
    .offer-slider .owl-dot span {
      width: 12px;
      height: 12px;
      background: #d7d7d7 !important;
      transition: .3s;
    }
    .offer-slider .owl-dot.active span {
      width: 35px;
      border-radius: 20px;
      background: #b68b5c !important;
    }

    /* WORK PROCESS */
    .process-section {
      padding: 80px 0;
      background: #fdfdfd;
    }
    .process-heading { margin-bottom: 70px; }
    .process-heading span {
      display: inline-block;
      color: #b68b5c;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 12px;
    }
    .process-heading h2 {
      font-size: 46px;
      font-weight: 700;
      color: #0f3b2c;
      margin-bottom: 18px;
    }
    .process-heading p {
      max-width: 700px;
      margin: auto;
      color: #666;
      font-size: 17px;
      line-height: 30px;
    }
    .process-image {
      overflow: hidden;
      border-radius: 25px;
      box-shadow: 0 20px 50px rgba(0,0,0,.12);
    }
    .process-image img {
      width: 100%;
      height: 700px;
      object-fit: cover;
      transition: .5s;
    }
    .process-image:hover img { transform: scale(1.05); }
    .process-list {
      position: relative;
      padding-left: 45px;
    }
    .process-list::before {
      content: "";
      position: absolute;
      left: 82px;
      top: 25px;
      width: 2px;
      height: 90%;
      border-left: 2px dashed #d7c6a2;
    }
    .process-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 40px;
      position: relative;
    }
    .process-item:last-child { margin-bottom: 0; }
    .process-icon {
      width: 84px;
      height: 84px;
      min-width: 84px;
      border-radius: 50%;
      background: #f5df93;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 34px;
      color: #0f3b2c;
      z-index: 5;
      box-shadow: 0 10px 25px rgba(0,0,0,.08);
      transition: .4s;
    }
    .process-item:hover .process-icon {
      background: #b68b5c;
      color: #fff;
      transform: scale(1.08);
    }
    .process-content { padding-left: 28px; }
    .process-content h4 {
      font-size: 28px;
      color: #0f3b2c;
      font-weight: 700;
      margin-bottom: 10px;
    }
    .process-content p {
      color: #666;
      font-size: 17px;
      line-height: 28px;
      margin: 0;
    }

    /* CTA SECTION (fixed) */
   /*==========================
CTA MODERN
==========================*/

.cta-modern{

    padding:90px 0;

    background:#f6f8f4;

}

.cta-box{

    position:relative;

    background:#0f3b2c;

    border-radius:30px;

    padding:70px;

    overflow:hidden;

}

/* Decorative circles */

.cta-box::before{

    content:"";

    position:absolute;

    width:280px;
    height:280px;

    border-radius:50%;

    background:rgba(182,139,92,.08);

    top:-120px;
    right:-100px;

}

.cta-box::after{

    content:"";

    position:absolute;

    width:180px;
    height:180px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    bottom:-70px;
    left:-60px;

}

.cta-box>*{

    position:relative;

    z-index:2;

}

.cta-tag{

    display:inline-block;

    padding:8px 18px;

    border-radius:30px;

    background:rgba(182,139,92,.18);

    color:#e6c9a8;

    font-size:14px;

    letter-spacing:2px;

    margin-bottom:20px;

}

.cta-box h2{

    color:#fff;

    font-size:48px;

    line-height:1.25;

    margin-bottom:20px;

    font-weight:700;

}

.cta-box h2 span{

    color:#b68b5c;

}

.cta-box p{

    color:#d7dfd8;

    font-size:17px;

    line-height:30px;

    max-width:650px;

}

.cta-btns{

    display:flex;

    gap:18px;

    margin-top:35px;

}

.btn-book{

    padding:17px 38px;

    background:#b68b5c;

    color:#fff;

    border-radius:50px;

    font-weight:600;

    transition:.3s;

}

.btn-book:hover{

    background:#fff;

    color:#0f3b2c;

}


.btn-contact{

    padding:15px 38px;

    border:2px solid rgba(255,255,255,.35);

    color:#fff;

    border-radius:50px;

    transition:.3s;

}

.btn-contact:hover{

    background:#fff;

    color:#0f3b2c;

}



/*=========================
Support Card
=========================*/

.support-card{

    background:#fff;

    border-radius:24px;

    padding:35px;

    text-align:center;

    box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.support-card i{

    width:70px;

    height:70px;

    line-height:70px;

    border-radius:50%;

    background:#b68b5c;

    color:#fff;

    font-size:28px;

    margin-bottom:18px;

}

.support-card h4{

    color:#0f3b2c;

    margin-bottom:10px;

}

.support-card h3{

    color:#b68b5c;

    font-weight:700;

    margin-bottom:10px;

}

.support-card p{

    color:#666;

    margin:0;

}

/*=========================
Responsive
=========================*/

@media(max-width:991px){

.cta-box{

    padding:45px;

}

.support-card{

    margin-top:35px;

}

.cta-box h2{

    font-size:36px;

}

}

@media(max-width:767px){

.cta-box{

    padding:30px;

}

.cta-btns{

    flex-direction:column;

}

.btn-book,
.btn-contact{

    width:100%;

    text-align:center;

}

.cta-box h2{

    font-size:28px;

}

}

    /* ACHIEVEMENT */
    .achievement-section {
      position: relative;
      padding: 90px 0;
      background: url('https://images.pexels.com/photos/4483610/pexels-photo-4483610.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1') center center/cover no-repeat;
      overflow: hidden;
    }
    .achievement-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(8,18,15,.82);
    }
    .achievement-section .container { position: relative; z-index: 2; }
    .achievement-box {
      display: flex;
      align-items: center;
      padding: 30px 20px;
      border-radius: 18px;
      background: rgba(255,255,255,.05);
      backdrop-filter: blur(6px);
      border: 1px solid rgba(255,255,255,.08);
      transition: .4s;
      height: 100%;
    }
    .achievement-box:hover {
      transform: translateY(-8px);
      background: rgba(255,255,255,.09);
      box-shadow: 0 20px 45px rgba(0,0,0,.35);
    }
    .achievement-icon {
      width: 90px;
      height: 90px;
      min-width: 90px;
      border-radius: 50%;
      background: #b68b5c;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 34px;
      position: relative;
    }
    .achievement-icon::after {
      content: "";
      position: absolute;
      inset: -10px;
      border: 2px solid rgba(255,255,255,.18);
      border-radius: 50%;
    }
    .achievement-content { margin-left: 22px; }
    .achievement-content h2 {
      color: #fff;
      font-size: 44px;
      font-weight: 700;
      margin-bottom: 5px;
      line-height: 1;
    }
    .achievement-content p { color: #d6d6d6; font-size: 18px; margin: 0; font-weight: 500; }
    .achievement-box:hover .achievement-icon { background: #0f3b2c; transform: rotate(10deg); }
    .achievement-box:hover .achievement-content h2 { color: #b68b5c; }

    /* FOOTER */
 /*========================
        FOOTER
========================*/

.footer{

    background:#0f2e25;
    color:#d7dfd8;
    padding:70px 0 25px;
    border-top:4px solid #b68b5c;

}

.footer-row{

    --bs-gutter-x:2rem;

}

/*========================
HEADING
========================*/

.footer h5{

    color:#fff;
    font-size:20px;
    font-weight:700;
    margin-bottom:22px;
    white-space:nowrap;

}

.footer h5 i{

    color:#b68b5c;

}

/*========================
ABOUT
========================*/

.footer-about{

    line-height:28px;
    color:#d4dcd4;
    max-width:330px;

}

/*========================
FOOTER LINKS
========================*/

.footer .col-lg-3 > a{

    display:block;
    color:#d4dcd4;
    text-decoration:none;
    margin-bottom:12px;
    font-size:15px;
    transition:.3s;

}

.footer .col-lg-3 > a:hover{

    color:#b68b5c;
    transform:translateX(6px);

}

/*========================
FOOTER CREDIT
========================*/

.footer-credit{

    white-space:nowrap;

}

.footer-credit a{

    display:inline !important;
    margin:0 !important;
    padding:0 !important;
    color:#b68b5c;
    text-decoration:none;
    font-weight:600;
    border-bottom:2px dotted #b68b5c;
    transform:none !important;

}

.footer-credit a:hover{

    color:#fff;
    border-bottom-color:#fff;

}

/*========================
LOGO
========================*/

.footer>a img,
.footer img{

    background:#fff;
    padding:8px 16px;
    border-radius:8px;
    display:inline-block;
    box-shadow:0 2px 10px rgba(0,0,0,.15);

}

/*========================
SOCIAL
========================*/

/*========================
SOCIAL
========================*/

.social{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-wrap:nowrap;      /* Ek hi row me */
    gap:8px;               /* Gap kam */
}

.social a{
    width:36px;
    height:36px;
    min-width:36px;
    min-height:36px;

    display:flex !important;
    align-items:center;
    justify-content:center;

    margin:0 !important;
    padding:0 !important;

    border-radius:50%;
    background:rgba(255,255,255,.08);

    color:#fff !important;
    text-decoration:none;

    transition:.3s;
}

.social a i{
    font-size:15px;
    line-height:1;
}

.social a:hover{
    background:#b68b5c;
    color:#fff !important;
    transform:translateY(-3px);
}




/*========================
CONTACT
========================*/

.contact-info p{

    margin-bottom:12px;

    color:#d4dcd4;

}

.contact-info i{

    width:22px;

    color:#b68b5c;

}

/*========================
BOTTOM
========================*/

.footer hr{

    border-color:rgba(255,255,255,.08);

    margin:30px 0;

}

.footer .row:last-child{

    font-size:15px;

    color:#bfc8c1;

}

/*========================
RESPONSIVE
========================*/

@media(max-width:991px){

.footer{

    text-align:center;

}

.footer-about{

    margin:auto;

}

.social{

    justify-content:center;

}

.contact-info{

    text-align:center;

}

.footer h5{

    white-space:normal;

}

}

@media(max-width:767px){

.footer{

    padding:55px 0 20px;

}

.footer h5{

    font-size:18px;

}

}

    /* WHATSAPP */
    .whatsapp {
      position: fixed;
      left: 28px;
      bottom: 28px;
      width: 68px;
      height: 68px;
      background: #25d366;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 34px;
      box-shadow: 0 12px 30px rgba(0,0,0,0.25);
      z-index: 99999;
      transition: 0.25s;
      border: 2px solid rgba(255,255,255,0.2);
    }
    .whatsapp:hover { color: #fff; transform: scale(1.08); background: #20b859; }

    /* BACK TOP */
    .back-top {
      position: fixed;
      right: 28px;
      bottom: 28px;
      width: 52px;
      height: 52px;
      background: #b68b5c;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      transition: 0.3s;
      z-index: 9999;
      font-size: 22px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }
    .back-top.active { opacity: 1; visibility: visible; }
    .back-top:hover { transform: translateY(-6px); background: #9f6f45; }

    /* STICKY HEADER */
    .sticky {
      position: fixed;
      top: 0;
      width: 100%;
      animation: slideDown 0.4s cubic-bezier(0.22, 1, 0.36, 1);
      background: rgba(255,255,255,0.96);
      backdrop-filter: blur(4px);
      box-shadow: 0 12px 30px -8px rgba(0,0,0,0.08);
    }
    .sticky .container { border-radius: 0 0 28px 28px; }
    @keyframes slideDown {
      from { transform: translateY(-100%); opacity: 0.6; }
      to { transform: translateY(0); opacity: 1; }
    }

    /* RESPONSIVE */
    @media (max-width: 991px) {
  .topbar{
    display:none !important;
}

.main-header{
    position:sticky;
    top:0;
    background:#0f3b2c;
    z-index:9999;
}

.main-header .container{

    background:#fff;
    border-radius:0;
    padding:10px 15px;

}

.navbar{

    min-height:70px;

}

.navbar-brand img{

    height:65px;
    margin:0;

}

.navbar-toggler{

    border:none;
    box-shadow:none;

}

.navbar-toggler:focus{

    box-shadow:none;

}

.navbar-collapse{

    margin-top:10px;
    background:#fff;
    border-radius:12px;
    padding:15px;

}

.custom-nav-menu{

    width:100%;

}

.custom-nav-menu .nav-item{

    margin:0;

}

.custom-nav-menu .nav-link{

    padding:12px 0;
    border-bottom:1px solid #eee;

}

.custom-nav-menu .nav-link::after{

    display:none;

}

.dropdown-menu{

    position:static !important;
    border:none;
    box-shadow:none;
    padding-left:15px;
    background:#f8f8f8;

}

.dropdown-item{

    padding:10px 0;

}
      .carousel-item, .carousel-item img { height: 560px; }
      .carousel-caption h1 { font-size: 44px; }
      .carousel-caption p { font-size: 20px; }
      .best-section { padding: 60px 0; }
      .best-section .best-img { margin-bottom: 40px; }
      .best-section .best-img img { height: 300px; }
      .best-section h2 { font-size: 34px; }
      .trusted-section h2 { font-size: 32px; }
      .offer-left { margin-bottom: 50px; padding-right: 0; text-align: center; }
      .offer-navigation { justify-content: center; }
      .offer-left h2 { font-size: 40px; }
      .process-image { margin-bottom: 60px; }
      .process-image img { height: 450px; }
      .process-heading h2 { font-size: 38px; }
      .process-list { padding-left: 0; }
      .process-list::before { left: 40px; }
      .cta-content h2 { font-size: 42px; }
      .cta-image { text-align: center; margin-top: 40px; }
      .achievement-box { margin-bottom: 20px; }
    }
    @media (max-width: 991px) {
         .topbar{
        display:none !important;
    }
      .topbar a { display: inline-block; margin: 4px 8px; }
      .carousel-item, .carousel-item img { height: 440px; }
      .carousel-caption { width: 92%; }
      .carousel-caption h1 { font-size: 30px; }
      .carousel-caption p { font-size: 16px; margin: 12px 0 20px; }
      .carousel-caption .btn { padding: 12px 28px; font-size: 16px; }
      .bottom-strip .col-md-4 { border: none; border-bottom: 1px solid rgba(255,215,175,0.1); padding: 16px; }
      .bottom-strip a { font-size: 17px; }
      .best-section h2 { font-size: 28px; }
      .best-section .best-img img { height: 220px; }
      .trusted-section { padding: 50px 0; }
      .trusted-section h2 { font-size: 26px; }
      .trusted-scroll-img .img-item { width: 160px; height: 100px; }
      .footer { padding: 40px 0 20px; }
      .whatsapp { width: 58px; height: 58px; font-size: 28px; left: 16px; bottom: 16px; }
      .carousel-control-prev, .carousel-control-next { width: 46px; height: 46px; }
      .carousel-control-prev { left: 12px; }
      .carousel-control-next { right: 12px; }
      .offer-section { padding: 60px 0; }
      .offer-left h2 { font-size: 32px; }
      .offer-card img { height: 220px; }
      .offer-content h4 { font-size: 22px; }
      .offer-icon { width: 75px; height: 75px; margin-top: -38px; }
      .offer-icon i { font-size: 28px; }
      .process-section { padding: 70px 0; }
      .process-heading { margin-bottom: 40px; }
      .process-heading h2 { font-size: 30px; }
      .process-image img { height: 300px; }
      .process-icon { width: 65px; height: 65px; min-width: 65px; font-size: 24px; }
      .process-content { padding-left: 18px; }
      .process-content h4 { font-size: 20px; }
      .process-content p { font-size: 15px; line-height: 25px; }
      .process-list::before { left: 31px; }
      .cta-section { padding: 60px 0; }
      .cta-content h2 { font-size: 32px; }
      .cta-content p { font-size: 16px; line-height: 28px; }
      .btn-cta-primary, .btn-cta-outline { width: 100%; text-align: center; }
      .achievement-box { flex-direction: column; text-align: center; }
      .achievement-content { margin-left: 0; margin-top: 20px; }
      .achievement-content h2 { font-size: 34px; }
      .achievement-icon { width: 75px; height: 75px; min-width: 75px; font-size: 28px; }
      .popup-form { padding: 30px 20px; }
    }


    /* Hide Bootstrap dropdown arrow */
.navbar .dropdown-toggle::after{
    display:none !important;
}

/* Open dropdown on hover */
@media (max-width:991px){

    .navbar .dropdown-menu{
        display:none;
        position:static !important;
        float:none;
        width:100%;
        border:none;
        box-shadow:none;
        background:#f8f8f8;
        padding:0;
    }

    .navbar .dropdown-menu.show{
        display:block;
    }

    .navbar .dropdown-item{
        padding:12px 20px;
        border-bottom:1px solid #eee;
    }

}

@media (max-width:991px){

    .navbar .dropdown-menu{
        position:static !important;
        transform:none !important;
        float:none;
        width:100%;
        margin:0;
        border:none;
        box-shadow:none;
        background:#f8f9fa;
        display:none;
    }

    .navbar .dropdown-menu.show{
        display:block;
    }

    .navbar .dropdown-item{
        padding:12px 18px;
        border-bottom:1px solid #e9ecef;
    }

}

/* Hide Banner Arrows on Mobile */
@media (max-width:991px){

    #heroSlider .carousel-control-prev,
    #heroSlider .carousel-control-next{
        display:none !important;
    }

}

@media (min-width:992px){

.nav-item.dropdown{
    position:relative;
}

.nav-item.dropdown .dropdown-menu{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    min-width:240px;
    background:#fff;
    border:none;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
    z-index:99999;
}

.nav-item.dropdown:hover > .dropdown-menu{
    display:block !important;
}

}

@media (max-width:991px){

    .navbar .dropdown-menu{
        position:static !important;
        transform:none !important;
        border:0;
        box-shadow:none;
        background:#f7f7f7;
        margin-top:8px;
    }

    .navbar .dropdown-menu.show{
        display:block;
    }

}
/* Dropdown style */
.navbar .dropdown-menu{
    border:none;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    padding:10px 0;
}

.navbar .dropdown-item{
    padding:10px 20px;
}

.navbar .dropdown-item:hover{
    background:#b68b5c;
    color:#fff;
}



/* POPUP OVERLAY */
.popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    z-index: 999999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.popup-overlay.active { display: flex; }

.popup-form {
    background: #fff;
    border-radius: 28px;
    padding: 40px 38px;
    max-width: 580px;
    width: 100%;
    position: relative;
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
    animation: popIn 0.35s ease;
    max-height: 95vh;
}
.popup-form::-webkit-scrollbar { width: 4px; }
.popup-form::-webkit-scrollbar-thumb { background: #b68b5c; border-radius: 10px; }

@keyframes popIn {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.popup-form .close-btn {
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 28px;
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    transition: 0.2s;
}
.popup-form .close-btn:hover { color: #333; transform: rotate(90deg); }

.popup-form h3 {
    font-family: "Roboto Slab", serif;
    color: #0f3b2c;
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 24px;
}
.popup-form p.sub {
    color: #777;
    font-size: 14px;
    margin-bottom: 22px;
}

.popup-form .form-control {
    border-radius: 12px;
    padding: 11px 16px;
    border: 1px solid #ddd;
    font-size: 14px;
    width: 100%;
}
.popup-form .form-control:focus {
    border-color: #b68b5c;
    box-shadow: 0 0 0 3px rgba(182,139,92,0.15);
}
.popup-form select.form-control {
    appearance: auto;
    background: #fff;
}

.popup-form .captcha-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f5f5f5;
    padding: 10px 16px;
    border-radius: 12px;
    margin: 12px 0 18px;
    flex-wrap: wrap;
}
.popup-form .captcha-box span {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 4px;
    color: #0f3b2c;
    background: #fff;
    padding: 4px 14px;
    border-radius: 8px;
    border: 1px dashed #b68b5c;
    min-width: 70px;
    text-align: center;
}
.popup-form .captcha-box i {
    color: #b68b5c;
    font-size: 20px;
    cursor: pointer;
    transition: 0.2s;
}
.popup-form .captcha-box i:hover { transform: rotate(30deg); }
.popup-form .captcha-box .form-control {
    flex: 1;
    min-width: 120px;
}

.popup-form .btn-submit {
    background: #b68b5c;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 17px;
    width: 100%;
    transition: 0.3s;
}
.popup-form .btn-submit:hover { background: #a07447; transform: translateY(-2px); }

@media (max-width: 576px) {
    .popup-form { padding: 28px 18px; }
    .popup-form .captcha-box { flex-wrap: wrap; }
    .popup-form .captcha-box .form-control { min-width: 100%; }
}

/* ==============================
   LOCATION POPUP (CENTERED)
=============================== */
.location-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    padding: 20px;
}

.location-popup.show {
    display: flex;
}

.location-content {
    width: 1100px;
    max-width: 96%;
    background: #f8f0f0;
    border-radius: 24px;
    position: relative;
    padding: 40px 45px 35px;
    animation: popup .4s ease;
    max-height: 92vh;
    box-shadow: 0 40px 80px rgba(0,0,0,0.35);
}

.location-content::-webkit-scrollbar { width: 4px; }
.location-content::-webkit-scrollbar-thumb { background: #b68b5c; border-radius: 10px; }

@keyframes popup {
    from { opacity: 0; transform: scale(0.92) translateY(20px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

.close-popup {
    position: absolute;
    right: 16px;
    top: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #222;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    cursor: pointer;
    transition: .3s;
    z-index: 10;
}
.close-popup:hover {
    background: #d60000;
    transform: rotate(90deg);
}

.popup-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}

.popup-heading i {
    color: #b68b5c;
    font-size: 48px;
}

.popup-heading h2 {
    margin: 0;
    font-size: 36px;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    color: #0f3b2c;
}

.popup-subtitle {
    text-align: center;
    color: #777;
    font-size: 15px;
    margin-bottom: 28px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.location-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px 30px;
    margin-bottom: 30px;
}

.location-grid ul{
    list-style:none;
    padding:0;
    margin:0;
}

.location-grid li{
    padding:6px 0;
    border-bottom:1px solid rgba(182,139,92,0.06);
}

.location-grid li a{
    display:block;
    text-decoration:none;
    color:#b68b5c;
    font-weight:500;
    font-size:16px;
    transition:.3s;
}

.location-grid li a:hover{
    color:#0f3b2c;
    padding-left:8px;
}

.popup-bottom {
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 25px;
    margin-top: 5px;
}

.popup-bottom h3 {
    margin: 0;
    font-size: 18px;
    font-family: "Roboto Slab", serif;
    color: #444;
    font-weight: 400;
}

.popup-bottom h2 {
    margin: 6px 0 14px;
    color: #b68b5c;
    font-size: 24px;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
}

.popup-bottom p {
    font-size: 37px;
    color: #333;
    margin-bottom: 18px;
    font-family:"Roboto Slab", serif!important;
}

.popup-bottom p strong {
    color: #0f3b2c;
}

.popup-bottom p a {
    color: #b68b5c;
    font-weight: 600;
    text-decoration: none;
    transition: .2s;
}
.popup-bottom p a:hover { color: #0f3b2c; }

.pickup-btn {
    display: inline-block;
    padding: 12px 36px;
    background: #b68b5c;
    color: #fff !important;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    text-decoration: none;
}
.pickup-btn:hover {
    background: #0f3b2c;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(182,139,92,0.3);
}
.best-description{
    color:#666;
    font-size:16px;
    line-height:1.8;
    margin-bottom:25px;
}

.best-description p{
    margin-bottom:15px;
}

.best-description a{
    color:#b68b5c;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.best-description a:hover{
    color:#0f3b2c;
    text-decoration:underline;
}

.best-description ul,
.best-description ol{
    padding-left:20px;
    margin-bottom:15px;
}

.best-description strong{
    font-weight:700;
}

.best-description h2,
.best-description h3,
.best-description h4{
    margin-bottom:12px;
    color:#0f3b2c;
}
/* Service Description - TinyMCE Content */

.service-card .service-description{
    text-align:left;
    color:#666;
    font-size:15px;
    line-height:1.6;
}

.service-card .service-description p{
    margin:0 0 8px !important;
    padding:0 !important;
    line-height:1.6;
}

.service-card .service-description p strong{
    display:block;
    margin:0 0 10px !important;
}

.service-card .service-description ul{
    list-style:disc !important;
    margin:-12px 0 8px 18px !important;
    padding:0 !important;
}



.service-card .service-description li::marker{
    color:#b68b5c;
}

.service-card .service-description li{
    margin:0 !important;
    padding:1px 0 !important;
    line-height:1.3 !important;
}

.service-card .service-description li p{
    margin:0 !important;
    padding:0 !important;
    display:inline !important;
    line-height:1.3 !important;
}
/* ==============================
   MOBILE RESPONSIVE
=============================== */
@media (max-width: 991px) {
    .location-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px 20px;
    }
    .popup-heading h2 { font-size: 28px; }
    .popup-heading i { font-size: 38px; }
    .location-content { padding: 30px 25px; }
}

@media (max-width: 768px) {
    .location-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px 15px;
    }
    .popup-heading h2 { font-size: 22px; }
    .popup-heading i { font-size: 30px; }
    .popup-bottom h2 { font-size: 20px; }
    .popup-bottom h3 { font-size: 16px; }
    .popup-bottom p { font-size: 15px; }
    .location-content { padding: 22px 18px; }
    .pickup-btn { padding: 10px 28px; font-size: 14px; }
}

@media (max-width: 480px) {
    .location-grid {
        grid-template-columns: 1fr 1fr;
        gap: 4px 12px;
    }
    .location-grid li {
        font-size: 14px;
        padding: 4px 0;
    }
    .popup-heading { flex-direction: column; gap: 6px; }
    .popup-heading h2 { font-size: 20px; text-align: center; }
    .popup-heading i { font-size: 26px; }
    .popup-subtitle { font-size: 13px; margin-bottom: 18px; }
    .popup-bottom h2 { font-size: 17px; }
    .popup-bottom h3 { font-size: 14px; }
    .popup-bottom p { font-size: 14px; }
    .close-popup { width: 34px; height: 34px; line-height: 34px; font-size: 20px; right: 10px; top: 10px; }
}

/* ==========================================
   LOCATION POPUP - FINAL RESPONSIVE
========================================== */

.location-popup {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;

    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);

    display: none;
    align-items: center;
    justify-content: center;

    padding: 20px;
    z-index: 999999;

    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.location-popup.show {
    display: flex;
}

.location-content {
    width: 1100px;
    max-width: 96%;

    background: #f8f0f0;
    border-radius: 24px;

    position: relative;

    padding: 40px;

    max-height: 92vh;
    max-height: calc(100dvh - 40px);

    overflow-y: auto;
    overflow-x: hidden;

    box-shadow: 0 40px 80px rgba(0,0,0,0.35);

    animation: popup .4s ease;

    -webkit-overflow-scrolling: touch;
}

.location-content::-webkit-scrollbar {
    width: 4px;
}

.location-content::-webkit-scrollbar-thumb {
    background: #b68b5c;
    border-radius: 10px;
}


/* ==========================================
   CITY GRID
========================================== */

.location-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px 30px;
    margin-bottom: 30px;
}

.location-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.location-grid li {
    padding: 6px 0;
    border-bottom: 1px solid rgba(182,139,92,0.06);
}

.location-grid li a {
    display: block;
    text-decoration: none;
    color: #b68b5c;
    font-weight: 500;
    font-size: 16px;
    transition: .3s;
}

.location-grid li a:hover {
    color: #0f3b2c;
    padding-left: 8px;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .location-content {
        width: 95%;
        max-width: 95%;
        padding: 30px 25px;
    }

    .location-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px 20px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .location-popup {
        align-items: center;
        justify-content: center;
        padding: 12px;
    }

    .location-content {
        width: 100%;
        max-width: 100%;

        padding: 28px 18px 22px;

        border-radius: 20px;

        max-height: calc(100dvh - 24px);

        overflow-y: auto;
        overflow-x: hidden;
    }

    /* 3 CITY NAMES PER ROW */
    .location-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px 10px;

        margin-bottom: 22px;
    }

    /*
       PHP mein cities 5-5 ki UL mein hain.
       display: contents se UL ki grouping
       visual layout ko disturb nahi karegi.
    */
    .location-grid ul {
        display: contents;
    }

    .location-grid li {
        padding: 6px 3px;
        border-bottom: 1px solid rgba(182,139,92,0.08);
        min-width: 0;
    }

    .location-grid li a {
        font-size: 14px;
        line-height: 1.3;
        text-align: center;

        white-space: normal;
        word-break: break-word;
    }

    .popup-heading {
        gap: 8px;
    }

    .popup-heading h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .popup-heading i {
        font-size: 30px;
    }

    .popup-subtitle {
        font-size: 14px;
        line-height: 1.6;
    }

    .popup-bottom {
        padding-top: 20px;
        margin-top: 5px;
    }

    .popup-bottom h3 {
        font-size: 16px;
        line-height: 1.4;
    }

    .popup-bottom h2 {
        font-size: 20px;
        line-height: 1.4;
    }

    .popup-bottom p {
        font-size: 15px !important;
        line-height: 1.6;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .location-popup {
        padding: 8px;
    }

    .location-content {
        padding: 25px 14px 20px;
        border-radius: 18px;

        max-height: calc(100dvh - 16px);
    }

    .location-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px 7px;
    }

    .location-grid li {
        padding: 5px 2px;
    }

    .location-grid li a {
        font-size: 13px;
    }

    .popup-heading h2 {
        font-size: 20px;
    }

    .popup-heading i {
        font-size: 27px;
    }

    .popup-bottom h3 {
        font-size: 15px;
    }

    .popup-bottom h2 {
        font-size: 18px;
    }

    .popup-bottom p {
        font-size: 14px !important;
    }
}


/* Hide scrollbar everywhere but keep scrolling */

.location-content {
    overflow-y: auto;
    overflow-x: hidden;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.location-content::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.location-popup {
    overflow-y: auto;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.location-popup::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}



/* ==========================================
   BOOK SHIPMENT POPUP - MOBILE FIX
========================================== */

.popup-overlay {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.popup-overlay::-webkit-scrollbar {
    display: none;
    width: 0;
}

.popup-form {
    max-height: calc(100vh - 40px);
    max-height: calc(100dvh - 40px);

    overflow-y: auto;
    overflow-x: hidden;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.popup-form::-webkit-scrollbar {
    display: none;
    width: 0;
}


@media (max-width: 767px) {

    .popup-overlay {
        align-items: flex-start;
        padding: 12px;
    }

    .popup-form {
        width: 100%;
        max-width: 100%;

        margin: auto 0;

        padding: 30px 18px 22px;

        max-height: calc(100dvh - 24px);

        overflow-y: auto;
        -webkit-overflow-scrolling: touch;

        border-radius: 20px;
    }

    .popup-form h3 {
        font-size: 22px;
        padding-right: 30px;
    }

    .popup-form p.sub {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 18px;
    }

    .popup-form .form-control {
        font-size: 14px;
        padding: 10px 13px;
    }

    .popup-form textarea.form-control {
        min-height: 80px;
    }

    .popup-form .captcha-box {
        gap: 8px;
        padding: 8px 10px;
    }

    .popup-form .captcha-box span {
        font-size: 18px;
        min-width: 65px;
        padding: 4px 8px;
    }

    .popup-form .captcha-box .form-control {
        min-width: 0;
    }

    .popup-form .btn-submit {
        width: 100%;
        padding: 13px;
    }

    .popup-form .close-btn {
        top: 8px;
        right: 10px;
        font-size: 27px;
    }
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}

body {
    margin: 0;
}

/* Prevent sections/elements from creating horizontal scroll */
section,
header,
footer,
main {
    max-width: 100%;
    overflow-x: hidden;
}


/* Select Unit - same as desktop */
.popup-form select.form-control,
.popup-form select {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;

    width: 100%;
    box-sizing: border-box;
}


/* Mobile - don't increase size */
@media (max-width: 767px) {

    .popup-form select.form-control,
    .popup-form select {
        height: auto !important;
        min-height: 0 !important;

        padding: 10px 13px !important;

        font-size: 14px !important;
        line-height: normal !important;

        border-radius: 10px !important;

        background-image: none !important;
    }
}