ul{
padding-left:0;

}
.tour-package-box .tour-package-footer{
        justify-content: center;
      }
      .insta-post-thumb {
        width: 100%;
        height: 300px;
        overflow: hidden;
      }
      .insta-post-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .loading-spinner {
        text-align: center;
        padding: 50px 0;
      }
      .service-main-image {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 10px;
      }
      .service-gallery-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 8px;
      }

      .service-main-image {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 10px;
      }
      .rich-text-content {
        line-height: 1.8;
        color: #555;
      }
      .rich-text-content h1,
      .rich-text-content h2,
      .rich-text-content h3,
      .rich-text-content h4,
      .rich-text-content h5,
      .rich-text-content h6 {
        color: #333;
        margin-top: 1.5em;
        margin-bottom: 0.8em;
      }
      .rich-text-content p {
        margin-bottom: 1.2em;
      }
      .rich-text-content ul,
      .rich-text-content ol {
        margin-bottom: 1.2em;
        padding-left: 2em;
      }
      .rich-text-content li {
        margin-bottom: 0.5em;
      }
      .rich-text-content strong {
        color: #333;
      }
      .rich-text-content em {
        color: #666;
      }
      .service-features-section {
        background: #f8f9fa;
        padding: 40px;
        text-align: justify;
        border-radius: 15px;
        margin: 40px 0;
      }
      .content-section {
        margin-bottom: 30px;
      }
      .content-section .rich-text-content {
    font-size: 18px; /* default desktop size */
    line-height: 1.6;
}

/* Mobile view */
/* Mobile Responsive Styles for Service Details Page */
@media (max-width: 768px) {
    /* Breadcrumb adjustments */
    .vs-breadcrumb .breadcrumb-title {
        font-size: 24px !important;
    }

    .breadcrumb-menu .custom-ul {
        font-size: 10px;
    }

    /* Service content adjustments */
    .blog-content .blog-title {
        font-size: 20px !important;
        line-height: 1.3;
    }

    .service-category-badge {
        font-size: 14px;
        padding: 6px 12px;
    }

    /* Text content adjustments */
    .content-section .rich-text-content {
        font-size: 16px !important;
        line-height: 1.6 !important;
        text-align: justify !important;
    }

    .content-section .rich-text-content p {
        margin-bottom: 1em;
    }

    /* Service main image */
    .service-main-image {
        height: 250px !important;
    }

    /* Quote section */
    .vs-quote .quote-content p {
        font-size: 16px !important;
        line-height: 1.5;
    }

    /* Service features section */
    .service-features-section {
        padding: 25px 20px !important;
        margin: 30px 0 !important;
    }

    /* Additional images row */
    #additionalImagesRow .col-xl-6 {
        margin-bottom: 20px;
    }

    .service-gallery-image {
        height: 180px;
    }

    /* Gallery section */
    .instagram-style1 .sec-title {
        font-size: 22px !important;
    }

    /* Loading spinner */
    .loading-spinner {
        padding: 30px 0;
    }

    .loading-spinner p {
        font-size: 16px;
    }

    /* Error message */
    .alert h4 {
        font-size: 18px;
    }

    .alert p {
        font-size: 14px;
    }

    .vs-btn.style6 {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* Extra small devices */
@media (max-width: 576px) {
    .vs-breadcrumb .breadcrumb-title {
        font-size: 22px !important;
    }

    .blog-content .blog-title {
        font-size: 18px !important;
    }

    .content-section .rich-text-content {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    .service-main-image {
        height: 200px !important;
    }

    .service-features-section {
        padding: 20px 15px !important;
        margin: 25px 0 !important;
    }

    .service-gallery-image {
        height: 150px;
    }
}

/* Ensure desktop view remains unchanged */
@media (min-width: 769px) {
    .content-section .rich-text-content {
        font-size: 18px;
        line-height: 1.6;
    }

    .service-main-image {
        height: 400px;
    }
}


/* two-column layout */
        .service-two-col {
            display: flex;
            flex-wrap: wrap;
            gap: 2.2rem;
        }
        .service-sidebar {
            flex: 0 0 300px;
            position: relative;
        }
        .service-content {
            flex: 1 1 500px;
            min-width: 0; /* prevent overflow */
        }

        /* sticky sidebar box */
        .sticky-service-box {
            background: #f0f5fe;
            border-radius: 30px;
            padding: 2rem 1.5rem;
            box-shadow: 0 20px 40px -12px rgba(12, 45, 85, 0.12);
            border: 1px solid rgba(30, 58, 111, 0.12);
            position: sticky;
            top: 100px;                /* sticky from 100px */
            transition: all 0.2s;
        }
        .sticky-service-box .service-heading {
            font-size: 1.9rem;
            font-weight: 700;
            font-family: 'Bricolage Grotesque', sans-serif;
            color: #0b2a4a;
            display: flex;
            align-items: center;
            gap: 0.7rem;
            border-bottom: 3px solid #1e3a6f;
            padding-bottom: 0.8rem;
            margin-bottom: 1.5rem;
        }
        .service-heading i {
            font-size: 1rem;
            color: #1e3a6f;
        }

        /* service list – bullet style like blog categories */
        .service-nav-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .service-nav-list li {
            margin-bottom: 0.7rem;
        }
        .service-nav-list a {
            display: flex;
            align-items: center;
            padding: 0.6rem 0rem;
            background: transparent;
            border-radius: 60px;
            font-size: 1.05rem;
            font-weight: 500;
            color: #1e3a5f;
            text-decoration: none;
            transition: all 0.2s;
            border: 1px solid transparent;
        }
        .service-nav-list a i {
            color: #1e3a6f;
            font-size: 1.1rem;
            width: 24px;
            text-align: center;
        }
        .service-nav-list a:hover {
            transform: translateX(4px);
        }
        .service-nav-list a:hover i {
            color: #1e3a6f;
        }

        /* small badge for "hot" or similar – optional */
        .badge-service {
            background: #1e3a6f;
            color: white;
            font-size: 0.7rem;
            padding: 2px 10px;
            border-radius: 30px;
            margin-left: auto;
        }

        /* right side content – exactly as provided */
        .service-content-block {
            background: white;
            border-radius: 32px;
            padding: 2.5rem;
            box-shadow: 0 12px 28px rgba(0,0,0,0.02);
            border: 1px solid #eaf0fa;
        }
       /* ===== RESPONSIVE FONT SIZES FOR SERVICE CONTENT BLOCK ===== */
.service-content-block h1 {
    font-size: 2.3rem;
    font-weight: 700;
    font-family: 'Bricolage Grotesque', sans-serif;
    color: #0a2540;
    margin-bottom: 1.2rem;
}

.service-content-block h2 {
    font-size: 1.7rem;
    font-weight: 500;
    margin: 2rem 0 1rem;
    color: #1e3a6f;
}

/* ===== RESPONSIVE BREAKPOINTS ===== */
/* Tablet (max-width: 768px) */
@media (max-width: 768px) {
    .service-content-block h1 {
        font-size: 2rem;        /* reduced from 2.3rem */
        margin-bottom: 1rem;
    }
    .service-content-block h2 {
        font-size: 1.5rem;      /* reduced from 1.7rem */
        margin: 1.5rem 0 0.8rem;
    }
}

/* Mobile (max-width: 480px) */
@media (max-width: 480px) {
    .service-content-block h1 {
        font-size: 1.8rem;       /* further reduced for small screens */
        margin-bottom: 0.8rem;
    }
    .service-content-block h2 {
        font-size: 1.3rem;       /* smaller on mobile */
        margin: 1.2rem 0 0.6rem;
    }
}

/* Optional: extra small devices (max-width: 360px) */
@media (max-width: 360px) {
    .service-content-block h1 {
        font-size: 1.6rem;
    }
    .service-content-block h2 {
        font-size: 1.2rem;
    }
}
        .service-content-block p {
            color: #2f405e;
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
            line-height: 1.7;
        }

        /* responsive */
        @media (max-width: 991px) {
            .service-two-col {
                flex-direction: column;
            }
            .service-sidebar {
                flex: auto;
                width: 100%;
            }
            .sticky-service-box {
                position: relative;   /* not sticky on mobile */
                top: 0;
            }
            .service-nav-list {
                display: flex;
                flex-wrap: wrap;
                gap: 0.6rem;
            }
            .service-nav-list li {
                flex: 1 1 200px;
                margin-bottom: 0;
            }
        }
        @media (max-width: 550px) {
            .service-content-block { padding: 1.5rem; }
            .sticky-service-box { padding: 1.5rem; }
            .service-nav-list li { flex: 1 1 100%; }
        }

        .service-image-row {
    display: flex;
    gap: 20px;
    margin: 30px 0;
}

.service-image-col {
    flex: 1;
}

.service-image-col img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .service-image-row {
        flex-direction: column;
    }

    .service-image-col img {
        height: auto;
    }
}
