    * { 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: 50%;
      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:15px 25px;

    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:10px;
    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: 60px;
      height: 60px;
      min-width: 60px;
      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: 25px;
      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;
    }
}

/* =========================================================
   FULL WIDTH PREMIUM FAQ SECTION
   Theme:
   Green  : #0f3b2c
   Gold   : #b68b5c
   Cream  : #fcf9f5
========================================================= */

.faq-full-section {
    width: 100%;
    padding: 90px 0;
    background: #e6dfd6;;
    position: relative;
    overflow: hidden;
}


/* =========================================================
   MAIN FAQ CONTAINER
========================================================= */

.faq-full-container {
    width: calc(100% - 80px);
    max-width: 1500px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 38% 62%;
    align-items: stretch;

    border-radius: 28px;
    overflow: hidden;

    box-shadow: 0 20px 55px rgba(15, 59, 44, 0.10);
}


/* =========================================================
   LEFT FAQ INTRO PANEL
========================================================= */

.faq-intro {
    background: #0f3b2c;
    padding: 65px 55px;

    position: relative;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* Decorative Circle */

.faq-intro::before {
    content: "";
    position: absolute;

    width: 320px;
    height: 320px;

    border: 1px solid rgba(230, 201, 168, 0.12);
    border-radius: 50%;

    right: -150px;
    top: -120px;

    pointer-events: none;
}

.faq-intro::after {
    content: "";
    position: absolute;

    width: 220px;
    height: 220px;

    border: 1px solid rgba(230, 201, 168, 0.08);
    border-radius: 50%;

    left: -100px;
    bottom: -110px;

    pointer-events: none;
}


/* =========================================================
   FAQ SMALL LABEL
========================================================= */

.faq-small-title {
    width: fit-content;

    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 8px 17px;
    margin-bottom: 22px;

    background: rgba(182, 139, 92, 0.16);

    border: 1px solid rgba(230, 201, 168, 0.18);
    border-radius: 50px;

    color: #e6c9a8;

    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 1.4px;

    position: relative;
    z-index: 2;
}

.faq-small-title i {
    font-size: 14px;
    color: #d4b68a;
}


/* =========================================================
   LEFT HEADING
========================================================= */

.faq-intro h2 {
    margin: 0 0 22px;

    max-width: 500px;

    color: #fff;

    font-family: "Roboto Slab", serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.18;

    letter-spacing: -0.5px;

    position: relative;
    z-index: 2;
}

.faq-intro h2 span {
    display: block;
    color: #b68b5c;
}


/* =========================================================
   LEFT DESCRIPTION
========================================================= */

.faq-intro > p {
    max-width: 490px;

    margin: 0;

    color: rgba(255, 255, 255, 0.72);

    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;

    line-height: 1.8;

    position: relative;
    z-index: 2;
}


/* =========================================================
   SMALL GOLD LINE
========================================================= */

.faq-intro-line {
    width: 60px;
    height: 3px;

    margin: 30px 0;

    background: #b68b5c;

    border-radius: 10px;

    position: relative;
    z-index: 2;
}


/* =========================================================
   SUPPORT BOX
========================================================= */

.faq-contact-box {
    display: flex;
    align-items: center;
    gap: 15px;

    margin-bottom: 26px;

    position: relative;
    z-index: 2;
}

.faq-contact-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(182, 139, 92, 0.16);

    border: 1px solid rgba(230, 201, 168, 0.14);
    border-radius: 14px;

    color: #d4b68a;

    font-size: 20px;
}

.faq-contact-box small {
    display: block;

    margin-bottom: 3px;

    color: rgba(255, 255, 255, 0.55);

    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 13px;
}

.faq-contact-box strong {
    display: block;

    color: #fff;

    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
}


/* =========================================================
   CONTACT BUTTON
========================================================= */

.faq-contact-btn {
    width: fit-content;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    padding: 13px 25px;

    background: #b68b5c;
    color: #fff;

    border: 1px solid #b68b5c;
    border-radius: 50px;

    text-decoration: none;

    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;

    transition: all 0.3s ease;

    position: relative;
    z-index: 2;
}

.faq-contact-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.faq-contact-btn:hover {
    background: #a07447;
    border-color: #a07447;
    color: #fff;

    transform: translateY(-2px);

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.faq-contact-btn:hover i {
    transform: translateX(4px);
}


/* =========================================================
   RIGHT FAQ AREA
========================================================= */

.faq-list {
    background: #fff;

    padding: 42px 50px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    border: 1px solid rgba(182, 139, 92, 0.15);
    border-left: 0;
}


/* =========================================================
   FAQ ITEM
========================================================= */

.faq-item {
    position: relative;

    border-bottom: 1px solid rgba(182, 139, 92, 0.18);

    transition: all 0.3s ease;
}

.faq-item:last-child {
    border-bottom: 0;
}


/* =========================================================
   QUESTION BUTTON
========================================================= */

.faq-question {
    width: 100%;

    padding: 23px 5px;

    display: grid;
    grid-template-columns: 48px 1fr 40px;
    align-items: center;
    gap: 14px;

    background: transparent;

    border: 0;
    outline: 0;

    text-align: left;
    cursor: pointer;
}

.faq-question:focus {
    outline: none;
    box-shadow: none;
}


/* =========================================================
   QUESTION NUMBER
========================================================= */

.faq-number {
    color: #b68b5c;

    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1px;
}


/* =========================================================
   QUESTION TEXT
========================================================= */

.faq-question-text {
    color: #1a2e2b;

    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-weight: 600;

    line-height: 1.4;

    transition: color 0.3s ease;
}

.faq-item:hover .faq-question-text,
.faq-item.active .faq-question-text {
    color: #b68b5c;
}


/* =========================================================
   PLUS BUTTON
========================================================= */

.faq-toggle {
    width: 36px;
    height: 36px;
    min-width: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    justify-self: end;

    background: #f8f5f0;

    border: 1px solid rgba(182, 139, 92, 0.25);
    border-radius: 50%;

    color: #0f3b2c;

    font-size: 12px;

    transition: all 0.35s ease;
}

.faq-toggle i {
    transition: transform 0.35s ease;
}


/* ACTIVE PLUS */

.faq-item.active .faq-toggle {
    background: #b68b5c;
    border-color: #b68b5c;

    color: #fff;

    box-shadow: 0 6px 16px rgba(182, 139, 92, 0.25);
}

.faq-item.active .faq-toggle i {
    transform: rotate(45deg);
}


/* =========================================================
   ANSWER
========================================================= */

.faq-answer {
    max-height: 0;

    overflow: hidden;

    opacity: 0;

    transition:
        max-height 0.4s ease,
        opacity 0.3s ease;
}

.faq-answer p {
    margin: 0;

    padding:
        0
        55px
        24px
        67px;

    color: #4a5f5a;

    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;

    line-height: 1.75;
}


/* ACTIVE ANSWER */

.faq-item.active .faq-answer {
    max-height: 250px;
    opacity: 1;
}


/* =========================================================
   ACTIVE FAQ LEFT ACCENT
========================================================= */

.faq-item.active::before {
    content: "";

    position: absolute;

    left: -50px;
    top: 17px;
    bottom: 17px;

    width: 3px;

    background: #b68b5c;

    border-radius: 10px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .faq-full-container {
        width: calc(100% - 50px);
        grid-template-columns: 40% 60%;
    }

    .faq-intro {
        padding: 55px 40px;
    }

    .faq-intro h2 {
        font-size: 38px;
    }

    .faq-list {
        padding: 35px 38px;
    }

    .faq-question-text {
        font-size: 17px;
    }

}


/* =========================================================
   TABLET / SMALL LAPTOP
========================================================= */

@media (max-width: 991px) {

    .faq-full-section {
        padding: 70px 0;
    }

    .faq-full-container {
        width: calc(100% - 40px);

        grid-template-columns: 1fr;

        border-radius: 24px;
    }

    .faq-intro {
        padding: 50px 45px;

        border-radius: 24px 24px 0 0;
    }

    .faq-intro h2 {
        max-width: 600px;
        font-size: 38px;
    }

    .faq-intro > p {
        max-width: 650px;
    }

    .faq-list {
        padding: 30px 40px;

        border-left: 1px solid rgba(182, 139, 92, 0.15);

        border-radius: 0 0 24px 24px;
    }

    .faq-item.active::before {
        left: -40px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .faq-full-section {
        padding: 55px 0;
    }

    .faq-full-container {
        width: calc(100% - 30px);

        border-radius: 20px;
    }

    .faq-intro {
        padding: 38px 28px;

        border-radius: 20px 20px 0 0;
    }

    .faq-small-title {
        font-size: 11px;
        padding: 7px 14px;
        margin-bottom: 18px;
    }

    .faq-intro h2 {
        font-size: 31px;
        line-height: 1.25;
        margin-bottom: 16px;
    }

    .faq-intro > p {
        font-size: 14px;
        line-height: 1.7;
    }

    .faq-intro-line {
        margin: 23px 0;
    }

    .faq-contact-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
        font-size: 18px;
    }

    .faq-contact-box strong {
        font-size: 14px;
    }

    .faq-contact-btn {
        padding: 11px 20px;
        font-size: 14px;
    }


    /* RIGHT */

    .faq-list {
        padding: 18px 22px;

        border-radius: 0 0 20px 20px;
    }

    .faq-question {
        grid-template-columns: 32px 1fr 32px;

        gap: 8px;

        padding: 19px 0;
    }

    .faq-number {
        font-size: 11px;
    }

    .faq-question-text {
        font-size: 15px;
        line-height: 1.45;
    }

    .faq-toggle {
        width: 30px;
        height: 30px;
        min-width: 30px;

        font-size: 10px;
    }

    .faq-answer p {
        padding:
            0
            35px
            20px
            40px;

        font-size: 14px;
        line-height: 1.65;
    }

    .faq-item.active::before {
        display: none;
    }

}


/* =========================================================
   EXTRA SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .faq-full-container {
        width: calc(100% - 20px);
    }

    .faq-intro {
        padding: 32px 22px;
    }

    .faq-intro h2 {
        font-size: 27px;
    }

    .faq-list {
        padding: 14px 17px;
    }

    .faq-question {
        grid-template-columns: 26px 1fr 28px;
        gap: 7px;
    }

    .faq-number {
        font-size: 10px;
    }

    .faq-question-text {
        font-size: 14px;
    }

    .faq-toggle {
        width: 28px;
        height: 28px;
        min-width: 28px;
    }

    .faq-answer p {
        padding:
            0
            30px
            18px
            33px;

        font-size: 13px;
    }

}


/* =========================================================
   MODERN COURIER SERVICES
========================================================= */

.courier-services-modern {
    padding: 100px 0;
    background: #fff;
    overflow: hidden;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.courier-services-heading {
    max-width: 750px;
    margin: 0 auto 65px;
    text-align: center;
}

.courier-services-heading > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 8px 17px;

    background: rgba(182,139,92,.10);
    border: 1px solid rgba(182,139,92,.18);

    border-radius: 50px;

    color: #b68b5c;

    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.courier-services-heading h2 {
    margin: 18px 0 15px;

    color: #1a2e2b;

    font-family: "Roboto Slab", serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}

.courier-services-heading h2 strong {
    color: #b68b5c;
    font-weight: 700;
}

.courier-services-heading p {
    max-width: 650px;
    margin: 0 auto;

    color: #60716b;

    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.75;
}


/* =========================================================
   SERVICE ROW
========================================================= */

.courier-service-row {
    display: grid;
    grid-template-columns: 1fr 1fr;

    min-height: 500px;

    margin-bottom: 55px;

    background: #fff;

    border-radius: 28px;
    overflow: hidden;

    border: 1px solid rgba(182,139,92,.13);

    box-shadow: 0 18px 50px rgba(15,59,44,.08);
}

.courier-service-row:last-child {
    margin-bottom: 0;
}


/* =========================================================
   IMAGE
========================================================= */

.courier-service-image {
    position: relative;

    min-height: 500px;

    overflow: hidden;
}

.courier-service-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .6s ease;
}

.courier-service-row:hover
.courier-service-image img {
    transform: scale(1.05);
}


/* IMAGE OVERLAY */

.courier-service-image::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 45%,
            rgba(15,59,44,.75) 100%
        );
}


/* IMAGE LABEL */

.courier-image-label {
    position: absolute;

    left: 25px;
    bottom: 24px;

    z-index: 2;

    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 10px 17px;

    background: rgba(15,59,44,.92);

    color: #fff;

    border-radius: 8px;

    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.courier-image-label i {
    color: #d4b68a;
}


/* =========================================================
   CONTENT
========================================================= */

.courier-service-content {
    padding: 55px 55px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    position: relative;
}


/* NUMBER */

.service-number {
    position: absolute;

    right: 35px;
    top: 28px;

    color: rgba(182,139,92,.14);

    font-family: "Roboto Slab", serif;
    font-size: 65px;
    font-weight: 700;

    line-height: 1;
}


/* TAG */

.service-tag {
    display: inline-block;

    width: fit-content;

    margin-bottom: 15px;

    color: #b68b5c;

    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.4px;
}


/* TITLE */

.courier-service-content h3 {
    max-width: 480px;

    margin: 0 0 18px;

    color: #0f3b2c;

    font-family: "Roboto Slab", serif;
    font-size: 35px;
    font-weight: 700;

    line-height: 1.25;
}

.courier-service-content h3 span {
    color: #b68b5c;
}


/* DESCRIPTION */

.courier-service-content > p {
    max-width: 540px;

    margin: 0 0 25px;

    color: #60716b;

    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 15px;

    line-height: 1.2;
}


/* =========================================================
   FEATURES
========================================================= */

.service-features {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 11px 20px;

    margin-bottom: 28px;
}

.service-features div {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #394d47;

    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.service-features i {
    width: 32px;
    height: 32px;
    min-width: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(182,139,92,.10);

    border-radius: 8px;

    color: #b68b5c;

    font-size: 13px;
}


/* =========================================================
   BUTTON
========================================================= */

.service-modern-btn {
    width: fit-content;

    display: inline-flex;
    align-items: center;
    gap: 11px;

    padding: 12px 21px;

    background: #0f3b2c;
    color: #fff;

    border-radius: 8px;

    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition: all .3s ease;
}

.service-modern-btn i {
    font-size: 11px;

    transition: transform .3s ease;
}

.service-modern-btn:hover {
    background: #b68b5c;
    color: #fff;

    transform: translateY(-2px);
}

.service-modern-btn:hover i {
    transform: translateX(4px);
}


/* =========================================================
   DOMESTIC DIFFERENT BACKGROUND
========================================================= */

.domestic-service {
    background: #f8f5f0;
}

.domestic-service .courier-service-content {
    background: #f8f5f0;
}


/* =========================================================
   LARGE SCREEN
========================================================= */

@media (max-width: 1199px) {

    .courier-services-modern {
        padding: 80px 0;
    }

    .courier-service-content {
        padding: 45px 40px;
    }

    .courier-service-content h3 {
        font-size: 31px;
    }

    .courier-service-row,
    .courier-service-image {
        min-height: 460px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .courier-services-modern {
        padding: 70px 0;
    }

    .courier-services-heading {
        padding: 0 20px;
        margin-bottom: 45px;
    }

    .courier-services-heading h2 {
        font-size: 36px;
    }

    .courier-service-row {
        grid-template-columns: 1fr;

        margin-left: 15px;
        margin-right: 15px;

        border-radius: 22px;
    }

    .courier-service-image {
        min-height: 380px;
        order: 1;
    }

    .courier-service-content {
        min-height: auto;
        padding: 45px 35px;
        order: 2;
    }

    .domestic-service .courier-service-content {
        order: 2;
    }

    .domestic-service .courier-service-image {
        order: 1;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 576px) {

    .courier-services-modern {
        padding: 55px 0;
    }

    .courier-services-heading {
        margin-bottom: 35px;
    }

    .courier-services-heading h2 {
        font-size: 29px;
    }

    .courier-services-heading p {
        font-size: 14px;
    }

    .courier-service-row {
        margin-left: 10px;
        margin-right: 10px;

        border-radius: 18px;

        margin-bottom: 30px;
    }

    .courier-service-image {
        min-height: 270px;
    }

    .courier-image-label {
        left: 15px;
        bottom: 15px;

        padding: 8px 13px;

        font-size: 12px;
    }

    .courier-service-content {
        padding: 35px 23px;
    }

    .service-number {
        right: 20px;
        top: 20px;

        font-size: 48px;
    }

    .service-tag {
        font-size: 10px;
    }

    .courier-service-content h3 {
        font-size: 27px;
    }

    .courier-service-content > p {
        font-size: 14px;
        line-height: 1.2;
    }

    .service-features {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .service-features div {
        font-size: 13px;
    }

    .service-modern-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

}


/* =========================================================
   MODERN COURIER SERVICES
========================================================= */

.courier-services-modern {
    padding: 100px 0;
    background: #fcf9f5;
    overflow: hidden;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.courier-services-heading {
    max-width: 750px;
    margin: 0 auto 65px;
    text-align: center;
}

.courier-services-heading > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 8px 17px;

    background: rgba(182,139,92,.10);
    border: 1px solid rgba(182,139,92,.18);

    border-radius: 50px;

    color: #b68b5c;

    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.courier-services-heading h2 {
    margin: 18px 0 15px;

    color: #1a2e2b;

    font-family: "Roboto Slab", serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}

.courier-services-heading h2 strong {
    color: #b68b5c;
    font-weight: 700;
}

.courier-services-heading p {
    max-width: 650px;
    margin: 0 auto;

    color: #60716b;

    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.75;
}


/* =========================================================
   SERVICE ROW
========================================================= */

.courier-service-row {
    display: grid;
    grid-template-columns: 1fr 1fr;

    min-height: 500px;

    margin-bottom: 55px;

    background: #fff;

    border-radius: 28px;
    overflow: hidden;

    border: 1px solid rgba(182,139,92,.13);

    box-shadow: 0 18px 50px rgba(15,59,44,.08);
}

.courier-service-row:last-child {
    margin-bottom: 0;
}


/* =========================================================
   IMAGE
========================================================= */

.courier-service-image {
    position: relative;

    min-height: 500px;

    overflow: hidden;
}

.courier-service-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .6s ease;
}

.courier-service-row:hover
.courier-service-image img {
    transform: scale(1.05);
}


/* IMAGE OVERLAY */

.courier-service-image::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 45%,
            rgba(15,59,44,.75) 100%
        );
}


/* IMAGE LABEL */

.courier-image-label {
    position: absolute;

    left: 25px;
    bottom: 24px;

    z-index: 2;

    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 10px 17px;

    background: rgba(15,59,44,.92);

    color: #fff;

    border-radius: 8px;

    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.courier-image-label i {
    color: #d4b68a;
}


/* =========================================================
   CONTENT
========================================================= */

.courier-service-content {
    padding: 55px 55px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    position: relative;
}


/* NUMBER */

.service-number {
    position: absolute;

    right: 35px;
    top: 28px;

    color: rgba(182,139,92,.14);

    font-family: "Roboto Slab", serif;
    font-size: 65px;
    font-weight: 700;

    line-height: 1;
}


/* TAG */

.service-tag {
    display: inline-block;

    width: fit-content;

    margin-bottom: 15px;

    color: #b68b5c;

    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.4px;
}


/* TITLE */

.courier-service-content h3 {
    max-width: 480px;

    margin: 0 0 18px;

    color: #0f3b2c;

    font-family: "Roboto Slab", serif;
    font-size: 35px;
    font-weight: 700;

    line-height: 1.25;
}

.courier-service-content h3 span {
    color: #b68b5c;
}


/* DESCRIPTION */

.courier-service-content > p {
    max-width: 540px;

    margin: 0 0 25px;

    color: #60716b;

    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 15px;

    line-height: 1.4;
}


/* =========================================================
   FEATURES
========================================================= */

.service-features {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 11px 20px;

    margin-bottom: 28px;
}

.service-features div {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #394d47;

    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.service-features i {
    width: 32px;
    height: 32px;
    min-width: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(182,139,92,.10);

    border-radius: 8px;

    color: #b68b5c;

    font-size: 13px;
}


/* =========================================================
   BUTTON
========================================================= */

.service-modern-btn {
    width: fit-content;

    display: inline-flex;
    align-items: center;
    gap: 11px;

    padding: 12px 21px;

    background: #0f3b2c;
    color: #fff;

    border-radius: 8px;

    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition: all .3s ease;
}

.service-modern-btn i {
    font-size: 11px;

    transition: transform .3s ease;
}

.service-modern-btn:hover {
    background: #b68b5c;
    color: #fff;

    transform: translateY(-2px);
}

.service-modern-btn:hover i {
    transform: translateX(4px);
}


/* =========================================================
   DOMESTIC DIFFERENT BACKGROUND
========================================================= */

.domestic-service {
    background: #f8f5f0;
}

.domestic-service .courier-service-content {
    background: #f8f5f0;
}


/* =========================================================
   LARGE SCREEN
========================================================= */

@media (max-width: 1199px) {

    .courier-services-modern {
        padding: 80px 0;
    }

    .courier-service-content {
        padding: 45px 40px;
    }

    .courier-service-content h3 {
        font-size: 31px;
    }

    .courier-service-row,
    .courier-service-image {
        min-height: 460px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .courier-services-modern {
        padding: 70px 0;
    }

    .courier-services-heading {
        padding: 0 20px;
        margin-bottom: 45px;
    }

    .courier-services-heading h2 {
        font-size: 36px;
    }

    .courier-service-row {
        grid-template-columns: 1fr;

        margin-left: 15px;
        margin-right: 15px;

        border-radius: 22px;
    }

    .courier-service-image {
        min-height: 380px;
        order: 1;
    }

    .courier-service-content {
        min-height: auto;
        padding: 45px 35px;
        order: 2;
    }

    .domestic-service .courier-service-content {
        order: 2;
    }

    .domestic-service .courier-service-image {
        order: 1;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 576px) {

    .courier-services-modern {
        padding: 55px 0;
    }

    .courier-services-heading {
        margin-bottom: 35px;
    }

    .courier-services-heading h2 {
        font-size: 29px;
    }

    .courier-services-heading p {
        font-size: 14px;
    }

    .courier-service-row {
        margin-left: 10px;
        margin-right: 10px;

        border-radius: 18px;

        margin-bottom: 30px;
    }

    .courier-service-image {
        min-height: 270px;
    }

    .courier-image-label {
        left: 15px;
        bottom: 15px;

        padding: 8px 13px;

        font-size: 12px;
    }

    .courier-service-content {
        padding: 35px 23px;
    }

    .service-number {
        right: 20px;
        top: 20px;

        font-size: 48px;
    }

    .service-tag {
        font-size: 10px;
    }

    .courier-service-content h3 {
        font-size: 27px;
    }

    .courier-service-content > p {
        font-size: 14px;
        line-height: 1.2;
    }

    .service-features {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .service-features div {
        font-size: 13px;
    }

    .service-modern-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

}












/* =========================================================
   COURIER RATES - MODERN PREMIUM TABLE
========================================================= */

.courier-rates-section {
    padding: 80px 0;
    background: #fff;
}

.courier-rates-container {
    width: calc(100% - 70px);
    max-width: 1450px;
    margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.courier-rates-heading {
    text-align: center;
    margin-bottom: 34px;
}

.courier-rates-heading > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: #b68b5c;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.courier-rates-heading > span i {
    font-size: 13px;
}

.courier-rates-heading h2 {
    margin: 9px 0 9px;

    color: #0f3b2c;

    font-family: "Roboto Slab", serif;

    font-size: 39px;
    font-weight: 700;

    line-height: 1.2;
}

.courier-rates-heading p {
    max-width: 700px;

    margin: 0 auto;

    color: #68766f;

    font-family: "Source Sans Pro", Arial, sans-serif;

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================================
   TABLE OUTER BOX
========================================================= */

.courier-rates-table-wrap {
    background: #ffffff;

    border: 1px solid rgba(15, 59, 44, .08);

    border-radius: 20px;

    overflow: hidden;

    box-shadow:
        0 15px 45px rgba(15, 59, 44, .07),
        0 2px 8px rgba(15, 59, 44, .03);
}


/* =========================================================
   TABLE
========================================================= */

.courier-rates-table {
    width: 100%;

    border-collapse: separate;
    border-spacing: 0;

    table-layout: fixed;
}


/* =========================================================
   COLUMN WIDTHS

   Shipment       20%
   Destination    42%
   Weight         14%
   Service        10%
   Price          14%
========================================================= */

.courier-rates-table th:nth-child(1),
.courier-rates-table td:nth-child(1) {
    width: 20%;
}

.courier-rates-table th:nth-child(2),
.courier-rates-table td:nth-child(2) {
    width: 28%;
}

.courier-rates-table th:nth-child(3),
.courier-rates-table td:nth-child(3) {
    width: 14%;
}

.courier-rates-table th:nth-child(4),
.courier-rates-table td:nth-child(4) {
    width: 10%;
}

.courier-rates-table th:nth-child(5),
.courier-rates-table td:nth-child(5) {
    width: 14%;
}


/* =========================================================
   HEADER
========================================================= */

.courier-rates-table thead th {
    padding: 16px 20px;

    background: #0f3b2c;

    color: #ffffff;

    font-family: "Source Sans Pro", Arial, sans-serif;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: .6px;

    text-transform: uppercase;

    text-align: left;

    white-space: nowrap;

    border: none;
}

.courier-rates-table thead th:first-child {
    padding-left: 26px;
}

.courier-rates-table thead th:last-child {
    padding-right: 26px;

    text-align: right;
}


/* =========================================================
   TABLE BODY
========================================================= */

.courier-rates-table tbody td {
    padding: 18px 20px;

    color: #43544e;

    font-family: "Source Sans Pro", Arial, sans-serif;

    font-size: 18px!important;

    border-bottom: 1px solid #edf0ee;

    vertical-align: middle;
}

.courier-rates-table tbody td:first-child {
    padding-left: 26px;
}

.courier-rates-table tbody td:last-child {
    padding-right: 26px;
}

.courier-rates-table tbody tr:last-child td {
    border-bottom: none;
}


/* =========================================================
   ROW HOVER
========================================================= */

.courier-rates-table tbody tr {
    transition: all .25s ease;
}

.courier-rates-table tbody tr:hover {
    background: #f9fbfa;
}

.courier-rates-table tbody tr:hover .shipment-name {
    color: #b68b5c;
}


/* =========================================================
   SHIPMENT
========================================================= */

.shipment-name {
    display: block;

    color: #19342b;

    font-size: 15px;
    font-weight: 700;

    line-height: 1.4;

    transition: .25s;
}


/* =========================================================
   DESTINATION
========================================================= */

.rate-route {
    display: flex;

    align-items: center;

    gap: 10px;

    width: 100%;

    color: #202825;

    font-size: 14px;
    font-weight: 600;

    white-space: normal;

    line-height: 1.45;
}

.rate-route span {
    display: inline-block;

    word-break: normal;
}

.rate-route i {
    flex-shrink: 0;

    width: 24px;
    height: 24px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    background: rgba(182, 139, 92, .10);

    color: #b68b5c;

    border-radius: 50%;

    font-size: 10px;
}


/* =========================================================
   WEIGHT
========================================================= */

.rate-weight {
    display: inline-flex;

    align-items: center;

    padding: 6px 9px;

    background: #f5f7f6;

    color: #52635d;

    border: 1px solid #e9eeeb;

    border-radius: 7px;

    font-size: 14px;
    font-weight: 700;

    white-space: nowrap;
}


/* =========================================================
   SERVICE
   VERY COMPACT
========================================================= */

.rate-service-badge {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 5px;

    padding: 6px 8px;

    border-radius: 6px;

    font-size: 14px;
    font-weight: 700;

    line-height: 1;

    white-space: nowrap;

    max-width: 100%;
}

.rate-service-badge i {
    flex-shrink: 0;

    font-size: 9px;
}


/* =========================================================
   DOMESTIC
========================================================= */

.domestic-rate {
    background: #eaf6ef;

    color: #177044;

    border: 1px solid #d7ecdf;
}


/* =========================================================
   INTERNATIONAL
========================================================= */

.international-rate {
    background: #f8eee3;

    color: #a16f3f;

    border: 1px solid #efdfcd;
}


/* =========================================================
   PRICE
========================================================= */

.rate-price {
    display: block;

    color: #0f3b2c;

    font-family: "Roboto Slab", serif;

    font-size: 17px;
    font-weight: 700;

    line-height: 1.2;

    text-align: right;

    white-space: nowrap;
}


/* "From" before price */

.rate-price::before {
    content: "From ";

    color: #9aa59f;

    font-family: "Source Sans Pro", Arial, sans-serif;

    font-size: 10px;
    font-weight: 600;

    margin-right: 3px;
}


/* =========================================================
   NO RATES
========================================================= */

.no-rates {
    padding: 65px 20px;

    background: #ffffff;

    border: 1px solid #edf0ee;

    border-radius: 18px;

    text-align: center;

    box-shadow:
        0 12px 35px rgba(15, 59, 44, .05);
}

.no-rates i {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 70px;
    height: 70px;

    margin-bottom: 15px;

    background: rgba(182, 139, 92, .10);

    color: #b68b5c;

    border-radius: 50%;

    font-size: 28px;
}

.no-rates h3 {
    margin: 0 0 7px;

    color: #0f3b2c;

    font-family: "Roboto Slab", serif;

    font-size: 22px;
}

.no-rates p {
    margin: 0;

    color: #7b8883;

    font-size: 14px;
}


/* =========================================================
   TABLE RADIUS
========================================================= */

.courier-rates-table thead tr th:first-child {
    border-top-left-radius: 19px;
}

.courier-rates-table thead tr th:last-child {
    border-top-right-radius: 19px;
}

.courier-rates-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 19px;
}

.courier-rates-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 19px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .courier-rates-section {
        padding: 70px 0;
    }

    .courier-rates-container {
        width: calc(100% - 40px);
    }

    .courier-rates-heading h2 {
        font-size: 34px;
    }

    .courier-rates-table-wrap {
        overflow-x: auto;

        -webkit-overflow-scrolling: touch;
    }

    .courier-rates-table {
        min-width: 850px;
    }

    .courier-rates-table thead th,
    .courier-rates-table tbody td {
        padding-left: 17px;
        padding-right: 17px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 576px) {

    .courier-rates-section {
        padding: 58px 0;
    }

    .courier-rates-container {
        width: calc(100% - 28px);
    }

    .courier-rates-heading {
        margin-bottom: 28px;
    }

    .courier-rates-heading > span {
        font-size: 11px;

        letter-spacing: 1.2px;
    }

    .courier-rates-heading h2 {
        font-size: 28px;

        line-height: 1.25;
    }

    .courier-rates-heading p {
        font-size: 14px;

        line-height: 1.6;
    }

    .courier-rates-table-wrap {
        border-radius: 15px;

        overflow-x: auto;
    }

    .courier-rates-table {
        min-width: 850px;
    }

    .courier-rates-table thead th {
        padding: 14px 16px;

        font-size: 11px;
    }

    .courier-rates-table tbody td {
        padding: 16px;
    }

    .courier-rates-table thead th:first-child,
    .courier-rates-table tbody td:first-child {
        padding-left: 18px;
    }

    .courier-rates-table thead th:last-child,
    .courier-rates-table tbody td:last-child {
        padding-right: 18px;
    }

    .shipment-name {
        font-size: 14px;
    }

    .rate-route {
        font-size: 13px;
    }

    .rate-service-badge {
        padding: 5px 7px;

        font-size: 9px;
    }

    .rate-price {
        font-size: 16px;
    }

}

.courier-rates-note {
    font-size: 0.8rem; /* Small font size */
    color: #6c757d;    /* Muted gray text color */
    margin-top: 6px;   /* Slight spacing from the text above */
}











/* ==========================================
   COURIER CHARGES SECTION
========================================== */

.courier-charges-section {
    padding: 90px 0;
    background: #fcf9f5;
    color: #1a2e2b;
}


/* ==========================================
   MAIN CONTENT GRID
========================================== */

.charges-main-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 70px;
    align-items: center;
}


/* ==========================================
   CONTENT
========================================== */

.charges-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: #b68b5c;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.charges-content h2 {
    margin: 13px 0 25px;

    color: #0f3b2c;

    font-family: "Roboto Slab", serif;

    font-size: 42px;
    font-weight: 700;

    line-height: 1.2;
}

.charges-content h2 span {
    color: #b68b5c;
}

.charges-content p {
    margin: 0 0 17px;

    color: #566760;

    font-family: "Source Sans Pro", Arial, sans-serif;

    font-size: 16px;

    line-height: 1.75;
}


/* ==========================================
   IMAGE
========================================== */

.charges-image {
    position: relative;
}

.charges-image-card {
    position: relative;

    padding: 12px;

    background: #fff;

    border-radius: 28px;

    border: 1px solid rgba(182,139,92,.18);

    box-shadow:
        0 20px 55px
        rgba(15,59,44,.10);
}

.charges-image-card::before {
    content: "";

    position: absolute;

    width: 110px;
    height: 110px;

    top: -25px;
    right: -25px;

    border-radius: 50%;

    background: rgba(182,139,92,.12);

    z-index: 0;
}

.charges-image-card img {
    position: relative;

    z-index: 1;

    display: block;

    width: 100%;
    height: 470px;

    object-fit: cover;

    border-radius: 20px;
}


/* ==========================================
   IMAGE BADGE
========================================== */

.charges-image-badge {
    position: absolute;

    z-index: 2;

    left: 30px;
    bottom: 30px;

    display: flex;
    align-items: center;
    gap: 13px;

    padding: 15px 20px;

    background: rgba(15,59,44,.96);

    border-radius: 14px;

    color: #fff;

    box-shadow:
        0 12px 30px
        rgba(0,0,0,.18);
}

.charges-image-badge > i {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #b68b5c;

    border-radius: 11px;

    font-size: 17px;
}

.charges-image-badge strong {
    display: block;

    font-size: 14px;

    font-weight: 700;
}

.charges-image-badge small {
    display: block;

    margin-top: 3px;

    color: #d9e2de;

    font-size: 11px;
}


/* ==========================================
   FACTORS SECTION
========================================== */

.charges-factors {
    margin-top: 100px;
}

.factors-heading {
    max-width: 700px;

    margin: 0 auto 45px;

    text-align: center;
}

.factors-heading > span {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #b68b5c;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1.5px;
}

.factors-heading h2 {
    margin: 12px 0;

    color: #0f3b2c;

    font-family: "Roboto Slab", serif;

    font-size: 40px;

    line-height: 1.2;
}

.factors-heading h2 strong {
    color: #b68b5c;
}

.factors-heading p {
    margin: 0;

    color: #697770;

    font-size: 16px;

    line-height: 1.7;
}


/* ==========================================
   FACTOR GRID
========================================== */

.factors-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 18px;
}


/* ==========================================
   FACTOR CARD
========================================== */

.factor-card {
    position: relative;

    padding: 28px 24px 25px;

    min-height: 235px;

    background: #fff;

    border: 1px solid rgba(15,59,44,.08);

    border-radius: 20px;

    overflow: hidden;

    box-shadow:
        0 10px 30px
        rgba(15,59,44,.055);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.factor-card::after {
    content: "";

    position: absolute;

    right: -30px;
    bottom: -35px;

    width: 100px;
    height: 100px;

    border-radius: 50%;

    background: rgba(182,139,92,.07);

    transition: .3s;
}

.factor-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 20px 40px
        rgba(15,59,44,.11);
}

.factor-card:hover::after {
    transform: scale(1.4);
}


/* ==========================================
   NUMBER
========================================== */

.factor-number {
    position: absolute;

    top: 18px;
    right: 20px;

    color: #d9dfdc;

    font-family: "Roboto Slab", serif;

    font-size: 28px;

    font-weight: 700;
}


/* ==========================================
   ICON
========================================== */

.factor-icon {
    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    background: rgba(182,139,92,.10);

    color: #b68b5c;

    border-radius: 15px;

    font-size: 21px;

    transition: .3s;
}

.factor-card:hover .factor-icon {
    background: #0f3b2c;

    color: #fff;
}


/* ==========================================
   CARD TEXT
========================================== */

.factor-card h3 {
    position: relative;
    z-index: 2;

    margin: 0 0 10px;

    color: #0f3b2c;

    font-family: "Roboto Slab", serif;

    font-size: 19px;

    font-weight: 700;
}

.factor-card p {
    position: relative;
    z-index: 2;

    margin: 0;

    color: #68766f;

    font-size: 14px;

    line-height: 1.65;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:1100px) {

    .charges-main-grid {
        gap: 40px;
    }

    .factors-grid {
        grid-template-columns:
            repeat(3, 1fr);
    }

}


@media(max-width:991px) {

    .charges-main-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .charges-image {
        max-width: 700px;

        margin: 0 auto;

        width: 100%;
    }

    .charges-content h2 {
        font-size: 36px;
    }

    .factors-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

}


@media(max-width:576px) {

    .courier-charges-section {
        padding: 60px 0;
    }

    .charges-content h2 {
        font-size: 29px;
    }

    .charges-content p {
        font-size: 15px;
    }

    .charges-image-card img {
        height: 330px;
    }

    .charges-image-badge {
        left: 20px;
        bottom: 20px;

        padding: 11px 14px;
    }

    .charges-image-badge > i {
        width: 36px;
        height: 36px;
    }

    .factors-heading h2 {
        font-size: 29px;
    }

    .factors-grid {
        grid-template-columns: 1fr;
    }

    .factor-card {
        min-height: auto;
    }

}

/* =========================================================
   JMJ EXPRESS - PREMIUM BOOKING FORM
========================================================= */

#callbackForm {
    width: 100%;
    font-family: "Source Sans Pro", Arial, sans-serif;
}

/* =========================================================
   NORMAL INPUTS
========================================================= */

#callbackForm .jmj-form-control {
    width: 100%;
    height: 52px;
    padding: 0 17px;

    background: #ffffff;
    border: 1px solid #e4e9e6;
    border-radius: 12px;

    color: #1a2e2b;
    font-size: 15px;
    font-weight: 500;

    outline: none;
    box-shadow: 0 3px 12px rgba(15,59,44,.035);

    transition: all .25s ease;
}

#callbackForm .jmj-form-control::placeholder {
    color: #9aa7a1;
    font-weight: 400;
}

#callbackForm .jmj-form-control:hover {
    border-color: #cbd8d2;
}

#callbackForm .jmj-form-control:focus {
    border-color: #b68b5c;
    background: #fff;
    box-shadow:
        0 0 0 3px rgba(182,139,92,.10),
        0 6px 18px rgba(15,59,44,.06);
}

/* =========================================================
   SELECT
========================================================= */

#callbackForm .jmj-select {
    appearance: auto;
    -webkit-appearance: auto;
    cursor: pointer;
}

/* =========================================================
   RADIO SECTION
========================================================= */

#callbackForm .jmj-radio-section {
    margin-top: 14px;
    padding: 14px 16px;

    background: #f8faf8;
    border: 1px solid #e8eeea;
    border-radius: 14px;
}

#callbackForm .jmj-field-label {
    display: block;

    margin: 0 0 10px;

    color: #0f3b2c;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .2px;
}

/* =========================================================
   RADIO OPTIONS
========================================================= */

#callbackForm .jmj-radio-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

#callbackForm .jmj-radio-option {
    position: relative;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    min-height: 39px;
    padding: 7px 16px;

    background: #ffffff;
    border: 1px solid #dfe7e2;
    border-radius: 30px;

    color: #43554e;
    font-size: 14px;
    font-weight: 600;

    cursor: pointer;
    transition: all .25s ease;
}

#callbackForm .jmj-radio-option:hover {
    border-color: #b68b5c;
    color: #0f3b2c;
    transform: translateY(-1px);
}

/* Hide native radio */

#callbackForm .jmj-radio-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Custom circle */

#callbackForm .jmj-radio-circle {
    width: 15px;
    height: 15px;

    border: 2px solid #aab7b0;
    border-radius: 50%;

    position: relative;
    flex-shrink: 0;

    transition: .25s ease;
}

/* Selected */

#callbackForm .jmj-radio-option input:checked + .jmj-radio-circle {
    border-color: #b68b5c;
    background: #b68b5c;
}

#callbackForm .jmj-radio-option input:checked + .jmj-radio-circle::after {
    content: "";

    position: absolute;
    top: 3px;
    left: 3px;

    width: 5px;
    height: 5px;

    background: #ffffff;
    border-radius: 50%;
}

#callbackForm .jmj-radio-option:has(input:checked) {
    background: #fffaf4;
    border-color: #b68b5c;
    color: #0f3b2c;
    box-shadow: 0 4px 12px rgba(182,139,92,.10);
}

/* =========================================================
   PACKAGE TYPE
========================================================= */

#callbackForm #popupPackageType {
    margin-top: 2px;
}

/* =========================================================
   WEIGHT ROW
========================================================= */

#callbackForm #popupWeight,
#callbackForm #popupUnit {
    height: 52px;
}

/* =========================================================
   DIMENSIONS
========================================================= */

#callbackForm .jmj-dimension-input,
#callbackForm .jmj-dimension-select {
    width: 100%;
    height: 47px;

    padding: 0 11px;

    background: #ffffff;
    border: 1px solid #e1e8e4;
    border-radius: 10px;

    color: #344a42;
    font-size: 13px;
    font-weight: 600;

    outline: none;
    transition: .25s ease;
}

#callbackForm .jmj-dimension-input::placeholder {
    color: #9aa7a1;
    font-weight: 400;
}

#callbackForm .jmj-dimension-input:focus,
#callbackForm .jmj-dimension-select:focus {
    border-color: #b68b5c;
    box-shadow: 0 0 0 3px rgba(182,139,92,.09);
}

/* =========================================================
   DIMENSION ROW SPACING
========================================================= */

#callbackForm .row.g-2 {
    margin-left: 0;
    margin-right: 0;
}

#callbackForm .row.g-2 > div {
    padding-left: 4px;
    padding-right: 4px;
}

/* =========================================================
   MESSAGE
========================================================= */

#callbackForm .jmj-message {
    min-height: 88px;
    height: auto;

    padding: 14px 17px;

    resize: vertical;
    line-height: 1.5;
}

/* =========================================================
   CAPTCHA
========================================================= */

#callbackForm .jmj-captcha-box {
    display: flex;
    align-items: center;
    gap: 10px;

    min-height: 55px;
    padding: 7px 9px;

    background: #f8faf8;
    border: 1px solid #e3eae6;
    border-radius: 12px;
}

/* CAPTCHA CODE */

#callbackForm .jmj-captcha-box #captchaText {
    min-width: 72px;
    height: 39px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #0f3b2c;
    border-radius: 8px;

    color: #ffffff;

    font-size: 16px;
    font-weight: 800;
    letter-spacing: 3px;
}

/* Refresh */

#callbackForm .jmj-captcha-box > i {
    width: 35px;
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #b68b5c;
    background: #fffaf4;

    border: 1px solid #eadbc9;
    border-radius: 8px;

    font-size: 14px;

    cursor: pointer;
    transition: .25s ease;
}

#callbackForm .jmj-captcha-box > i:hover {
    background: #b68b5c;
    color: #ffffff;
    transform: rotate(25deg);
}

/* CAPTCHA input */

#callbackForm .jmj-captcha-input {
    height: 39px;

    border: 1px solid #e1e7e3;
    border-radius: 8px;

    font-size: 13px;
    box-shadow: none;
}

#callbackForm .jmj-captcha-input:focus {
    border-color: #b68b5c;
    box-shadow: 0 0 0 3px rgba(182,139,92,.08);
}

/* =========================================================
   SUBMIT BUTTON
========================================================= */

#callbackForm .jmj-submit-btn {
    width: 100%;
    height: 54px;

    margin-top: 16px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    border: none;
    border-radius: 12px;

    background: #0f3b2c;
    color: #ffffff;

    font-size: 16px;
    font-weight: 700;

    cursor: pointer;

    box-shadow:
        0 10px 25px rgba(15,59,44,.16);

    transition: all .3s ease;
}

#callbackForm .jmj-submit-btn i {
    color: #e6c9a8;
    font-size: 15px;
}

#callbackForm .jmj-submit-btn:hover {
    background: #174b39;
    transform: translateY(-2px);

    box-shadow:
        0 14px 30px rgba(15,59,44,.22);
}

#callbackForm .jmj-submit-btn:active {
    transform: translateY(0);
}

#callbackForm .jmj-submit-btn:disabled {
    opacity: .7;
    cursor: not-allowed;
    transform: none;
}

/* =========================================================
   FORM ROW SPACING
========================================================= */

#callbackForm .mt-1 {
    margin-top: 9px !important;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    #callbackForm .jmj-form-control {
        height: 49px;
        font-size: 14px;
        border-radius: 10px;
    }

    #callbackForm .jmj-radio-section {
        padding: 12px;
    }

    #callbackForm .jmj-radio-group {
        gap: 7px;
    }

    #callbackForm .jmj-radio-option {
        min-height: 36px;
        padding: 6px 12px;
        font-size: 13px;
    }

    #callbackForm .jmj-dimension-input,
    #callbackForm .jmj-dimension-select {
        height: 45px;
        padding: 0 8px;
        font-size: 12px;
    }

    #callbackForm .jmj-captcha-box {
        gap: 6px;
    }

    #callbackForm .jmj-captcha-box #captchaText {
        min-width: 62px;
        letter-spacing: 2px;
        font-size: 14px;
    }

    #callbackForm .jmj-captcha-box > i {
        width: 32px;
        height: 32px;
    }

    #callbackForm .jmj-submit-btn {
        height: 50px;
        font-size: 15px;
    }
}

@media (max-width: 420px) {

    #callbackForm .jmj-radio-option {
        flex: 1;
        justify-content: center;
        padding: 6px 8px;
    }

    #callbackForm .jmj-radio-group {
        width: 100%;
    }

    #callbackForm .jmj-captcha-box #captchaText {
        min-width: 56px;
    }

}