.breadcrumb_wrapper {
    padding: 50px 0;
    text-align: center;
}

.breadcrumb_wrapper__content {
    position: relative;
}

.breadcrumb_wrapper__content h2 {
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
}

.nav-tabs {
    border-bottom: 0 !important;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.nav-item button {
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 500;
    transition: .4s ease !important;
    border-radius: 100px !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}

.nav-tabs .nav-link.active {
    transition: .4s ease !important;
    color: #fff !important;
    background-color: var(--main-color) !important;
    border-color: transparent !important;
}

.service_box__content ul li {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 3px;
    align-items: center;
    font-weight: 600;
}

.service_box__content h3 span {
    font-size: 14px;
    background-color: var(--main-color);
    color: #fff;
    padding: 2px 10px;
    border-radius: 100px;
    font-family: sans-serif;
}

.service_box__content ul li span {
    font-weight: 400;
}

.service_box__content button {
    width: 100%;
}

.service_box:hover button {
    background-color: var(--white-color);
    color: var(--main-color);
}

.service_box__img img {
    width: 100%;
    height: 205px;
    object-fit: contain;
}

/* ************ */


.section-heading {
    font-size: 24px;
    color: var(--main-color);
    font-weight: bold;
    margin-bottom: 20px !important;
}

.outstation-wrapper p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px !important;
}

.outstation-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 20px;
}

.outstation-content .left {
    flex: 1 1 350px;
}

.outstation-content .left ul {
    padding-left: 20px !important;
    margin-top: 10px;
}

.outstation-content .left ul li {
    list-style: disc !important;
    margin-bottom: 8px;
}

.urgent-call a {
    color: #0d47a1;
    font-weight: 500;
    text-decoration: underline;
}

.outstation-content .right {
    flex: 1 1 350px;
}

.outstation-content .right h5 {
    font-size: 16px;
    margin-bottom: 15px !important;
    color: #444;
}

.table-responsive {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

table th,
table td {
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
}

table th {
    background-color: #f5f5f5;
    font-weight: 600;
}

.tax-note {
    color: red;
    font-size: 13px;
    margin-top: 5px;
}

.modal-header {
    background-color: var(--main-color);
    color: #fff;
}

::placeholder {
    color: #121212 !important;
}

.enquiry_form input,
.enquiry_form .form-select,
.enquiry_form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    color: #000 !important;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
    outline: none !important;
    border-radius: 5px !important;
}

.btn-close {
    opacity: 1 !important;
}

.modal-content {
    background-color: #E3FFEE !important;
    padding: 4px !important;
    border: 1px solid #ccc !important;
}

/* testimonials_box */
.testimonials_wrapper {
    position: relative;
}

.shine_icon img {
    top: 2rem;
    left: 2rem;
}

.shine_icon img,
.star_icons img {
    animation: popup 2s infinite;
    position: absolute;
    width: 80px;
}

.star_icons img {
    bottom: 2rem;
    right: 2rem;
}

@keyframes popup {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.testimonials_box {
    background-color: var(--white-color);
    padding: 20px;
    margin-right: 12px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.user_info {
    display: flex;
    gap: 12px;
    align-items: center;
    position: relative;
}

.google_icon img {
    width: 32px;
    position: absolute;
    right: 0;
    top: 0;
}

.user_image img {
    height: 50px;
    width: 50px;
    border-radius: 100px;
}

.user_name h3 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 18px;
}

.user_name p {
    font-size: 14px;
    font-style: italic;
    color: #555;
}

.user_parra p {
    margin-top: 1rem;
    font-size: 14px;
}

.slick-next {
    right: 1rem !important;
}

.slick-prev {
    left: inherit !important;
    right: 4.5rem !important;
}

.slick-next,
.slick-prev {
    position: absolute;
    z-index: 999 !important;
    top: -40px !important;
    height: 2.625rem !important;
    width: 2.625rem !important;
    background: var(--main-color) !important;
    border-radius: 6.25rem !important;

}

.slick-prev:before,
.slick-next:before {
    opacity: 1 !important;
}



.slick-dots li.slick-active button:before {
    display: none !important;
}

.slick-dots li {
    width: 6px !important;
    height: 6px !important;
    aspect-ratio: 1 !important;
    margin: 0 2px !important;
}

.slick-dots li button {
    transition: all 0.5s ease-in;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 32px;
    background: rgba(182, 182, 182, 0.5) !important;
}

.slick-dots li.slick-active button {
    background: var(--main-color) !important;
    width: 1.5rem !important;
    transition: all 0.5s ease-in;
}

.slick-dots li.slick-active {
    width: 1.5rem !important;
}

.slick-dots li button::before {
    display: none !important;
}

.slick-dots {
    bottom: -3rem !important;
}




.hero {
    padding: 60px 20px;
}

.hero-content {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    margin: auto;
}

.left {
    flex: 1 1 500px;
}

.tagline {
    text-transform: uppercase;
    font-size: 14px;
    color: #888;
    margin-bottom: 12px;
}

.left h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px !important;
}

.customers {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

.avatars {
    display: flex;
    align-items: center;
}



.more {
    background: #223;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    font-size: 12px;
    margin-left: -10px;
}

.badge img {
    margin-top: 30px;
    max-width: 100px;
}

.right {
    flex: 1 1 600px;
    position: relative;
}

.image-wrapper img {
    width: 100%;
    border-radius: 100px;
    max-height: 500px;
}

.info-box {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.info-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    /*width: 33%;*/
}

.info-header img {
    width: 40px;
}

.features {
    display: flex;
       justify-content: space-around;
    gap: 20px;
}

.features ul {
    list-style-type: disc;
    padding-left: 20px !important;
}

.features ul li {
    list-style: disc !important;
    margin-bottom: 12px;
}

.adventure-text {
    margin-top: 20px;
}

.adventure-text h2 {
    font-size: 28px;
    margin-bottom: 10px !important;
}

.adventure-text p {
    color: #555;
    margin-bottom: 1rem !important;
}


/* Responsive */

@media(max-width:1440px) {
    .service_box h3 {
        font-size: 22px;
    }
}

@media(max-width:1200px) {
    .left h1 {
        font-size: 30px;
    }
}

@media(max-width:992px) {
    .hero-content {
        flex-direction: column;
    }

    .left,
    .right {
        flex: 1 1 auto;
    }
}


@media (max-width: 768px) {
    .image-wrapper img {
        display: none;
    }

    .hero-content {
        flex-direction: column;
    }

    .left h1 {
        font-size: 32px;
    }

    .info-box {
        margin-top: 20px;
    }

    .left .right {
        width: 100%;
    }

    .left h1 {
        font-size: 25px;
    }

    .adventure-text {
        margin-top: 0;
    }

    .adventure-text h2 {
        font-size: 22px;
    }

    .features ul {
        padding-left: 16px;
    }

    .image-wrapper img {
        border-radius: 20px;
    }

    .outstation-content {
        flex-direction: column;
    }

    .section-heading {
        font-size: 22px;
    }

    .breadcrumb_wrapper {
        padding: 30px 0;
    }

    .breadcrumb_wrapper__content h2 {
        font-size: 25px;
    }

    .shine_icon img,
    .star_icons img {
        width: 30px;
    }

    .shine_icon img {
        top: 12px;
        left: 12px;
    }

    .star_icons img {
        bottom: 12px;
        right: 12px;
    }

    .slick-next,
    .slick-prev {
        height: 32px !important;
        width: 32px !important;
    }

    .slick-prev {
        right: 3.5rem !important;
    }

    .testimonials_box {
        margin-right: 7px;
        padding: 1rem;
    }

    .google_icon img {
        width: 24px;
        top: 50%;
        transform: translateY(-50%);
    }

    .nav-item button {
        font-size: 13px;
        padding: 3px 10px !important;
    }

    .service_box__content ul li {
        font-size: 13px;
        margin-top: 3px;
    }

    .service_box__content h3 {
        margin-top: 12px !important;
    }

    .outstation-wrapper p,
    .outstation-content .left ul li {
        font-size: 13px;
        margin-bottom: 4px;
        line-height: 24px;

    }

    table th,
    table td {
        font-size: 12px;
    }

    .outstation-content .left {
        flex: 1 1 auto;
    }
}