body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}


a {
    text-decoration: none !important;
    font-family: "Inter", sans-serif;
}

h1 {
    font-family: "Inter", sans-serif;
}

h2 {
    font-family: "Inter", sans-serif;
}

h3 {
    font-family: "Inter", sans-serif;
}

h4 {
    font-family: "Inter", sans-serif;
}

h5 {
    font-family: "Inter", sans-serif;
}

h6 {
    font-family: "Inter", sans-serif;
}

p {
    font-family: "Inter", sans-serif;
}

/* tag font end */

/* .sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
} */



.navbar {
    /* background-color: #f4f1ea; */
    position: relative;

    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
    background: transparent;


}

.navbar.scrolled {
    background: rgba(0, 0, 0, 0.9);
    /* Dark background */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}



.navbar-nav {
    gap: 40px;
}

.navbar-nav a {
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;

    font-family: "Inter", sans-serif;
}

.navbar-nav a:hover {
    color: #e79a3e;
}

.navbar-nav .active {
    color: #e79a3e !important;

    padding: 5px 20px 5px 20px !important;
}


.close-btn {
    display: none;
}


.head-btn a {
    background-color: #e79a3e;
    padding: 5px 15px 5px 15px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.head-btn a:hover {
    background-color: #ffffff;
    border: 2px solid #e79a3e;
    color: #e79a3e;
}



@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        background-color: #e79a3e;
        width: 250px;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;

        text-align: center;
        padding-top: 70px;
    }

    .navbar-collapse.show {
        transform: translateX(0);
    }

    .navbar-toggler {
        position: absolute;
        top: 24px;
        right: 15px;

    }



    .navbar-nav .active {
        color: #000000 !important;
        border: none;

    }


    .close-btn {
        position: absolute;
        top: 15px;
        right: 46%;
        font-size: 30px;
        color: #000000;
        cursor: pointer;
        display: block;
    }

    .head-btn {
        display: none;
    }

    .navbar-toggler i {
        color: #ffffff !important;
        font-size: 24px !important;

    }


    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }
}

/* nav header end */


/* Banner Section  start*/
.banner-section {
    /* position: relative; */
    /* position: absolute; */
    top: 0px;
    width: 100%;
    height: 100vh;
    background: url(..//image/banner-3.png) no-repeat center center/cover;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    text-align: center;
    color: #fff;

}

/* .banner-content{
    display: flex;
    justify-content: center;
    flex-direction: column;
} */

.banner-row {
    display: flex !important;
    justify-content: center;
}



.banner-text-content a {

    background: rgba(255, 255, 255, 0.4);

    padding: 10px 17px 10px 17px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 10px;

}

.banner-text-content h1 {
    padding-top: 30px;
    font-weight: 700;
    font-size: 46px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;

}


.banner-text-content p {

    padding-top: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0%;
    text-align: center;

}

.banner-btn {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    gap: 10px;
}

.banner-btn-one a {
    background-color: #e79a3e;

    font-weight: 600;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0%;
    border: 1px solid #ffffff;
    color: #ffffff;

}

.banner-btn-one a:hover {
    background-color: #ffffff;
    color: #e79a3e;
    border: 1px solid #e79a3e;

}

.banner-btn-two a {
    background-color: #ffffff;

    font-weight: 600;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0%;

    color: #e79a3e;

}

.banner-btn-two a:hover {
    background-color: #e79a3e;
    border: 1px solid #ffffff;
    color: #ffffff;

}

.banner-search-col {
    width: 50%;
}

.banner-search {
    display: flex;
    justify-content: center;
}

/* .banner-search .btn{
    background-color: #ffffff;
    color: #000000;
} */

.banner-search .form-control {
    border-radius: 50px !important;
    /* background-color: rgba(255, 255, 255, 0.6); */
}

@media(max-width:472px) {
    .banner-search-col {
        width: 100%;
    }
}

@media(max-width:432px) {
    .banner-text-content h1 {
        font-size: 22px;
    }

    .banner-text-content p {

        font-size: 15px;
        line-height: 22px;

    }

    .banner-btn-one a {
        font-size: 12px;
    }

    .banner-btn-two a {
        font-size: 12px;
    }
}

/* banner section end */


/* about start */

.about-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* .about-content h6{
    color: #e79a3e;
    
font-weight: 600;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;

} */

.about-content h6 {
    color: #e79a3e;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    position: relative;
    display: flex;
    align-items: center;
}

/* .about-content h6::before {
    content: "";
    width: 50px; 
    height: 2px; 
    background-color: #e79a3e; 
    margin-right: 10px; 
    display: inline-block;
} */

.about-content h1 {
    color: #000000;
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 0%;

}

.about-content p {
    color: #616161;
    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
    letter-spacing: 0%;

}

.about-btn a {
    background-color: #e79a3e;
    color: #ffffff;
    padding: 7px 15px 7px 15px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;

}

.about-btn a:hover {
    border: 1px solid #e79a3e;
    padding: 5px 10px 5px 10px;
    border-radius: 50px;
}

.about-image-card {
    /* position: relative; */
}

.about-image {
    text-align: end;
}

.about-image img {
    border-radius: 10px;

}

.about-image-content {
    position: absolute;
    bottom: 0px;
    left: 10%;

    padding: 30px;
}

.about-image-content-btn {
    padding-bottom: 20px;
}

.about-image-content-btn a {
    background-color: #e79a3e;
    color: #ffffff;
    padding: 5px 15px 5px 15px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;

}

.about-image-content h2 {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;

}

.about-image-content p {
    color: #ffffff;

    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;


}

@media(max-width:992px) {
    .about-image {
        padding-top: 40px;
    }

    .about-image {
        text-align: left;
    }

    .about-image-content {
        left: 0%;
    }
}


@media(max-width:432px) {
    .about-content h1 {

        font-size: 18px;
        line-height: 30px;
        text-align: center;

    }

    .about-content p {
        font-size: 13px;
        line-height: 22px;

    }

    .about-image-content h2 {

        font-size: 12px;
    }

    .about-image-content p {

        font-size: 11px;
        line-height: 14px;

    }

    .about-image-content-btn a {
        font-size: 12px;
    }

    .about-image-content {

        bottom: -31px;

    }

    .about-btn a {
        font-size: 15px;
    }

    .about-content h6 {
        font-size: 18px;
    }
}

/* about end */


/* packages start */


.package-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.packages-top-title-row {
    display: flex;
    justify-content: center;
}

.packages-top-title h6 {

    color: #e79a3e;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding-bottom: 10px;

}

.packages-top-title h1 {
    color: #000000;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    padding-bottom: 30px;

}

.package-card-col {
    margin-top: 15px;
}

.package-card {
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin-top: 15px;
}

.package-image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.package-content {
    padding: 20px;
}

.package-content h4 {
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    padding-bottom: 10px;

}

.package-content h5 {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 10px;

}

.package-content p {
    color: #000000;

    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
    letter-spacing: 0%;

}

.package-btn a {
    background-color: #e79a3e;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;

    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;

}

.package-btn a:hover {
    background-color: #e79a3e;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    border-radius: 50px;
}

.packges-all-btn {
    padding-top: 40px;
    text-align: center;
}

.packges-all-btn a {
    background-color: #e79a3e;
    color: #ffffff;
    border: 1px solid #e79a3e;
    padding: 7px 15px 7px 15px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;

    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;

}


.packges-all-btn a:hover {
    background-color: #e79a3e;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 50px;
}




@media(max-width:432px) {
    .packages-top-title h1 {
        font-size: 18px;
    }

    .package-content h4 {
        font-size: 15px;
    }

    .package-content h5 {
        font-size: 14px;
    }

    .package-content p {

        font-size: 13px;
        line-height: 22px;

    }

    .package-btn a {
        font-size: 14px;
    }

    .packages-top-title h6 {
        font-size: 18px;
    }
}


/* packages end */



/* Photo Stories start */

.photo-stories-top-title-row {
    display: flex;
    justify-content: center;
}

.photo-stories-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.photo-stories-top-title h6 {
    color: #e79a3e;

    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding-bottom: 10px;

}

.photo-stories-top-title h1 {
    color: #000000;
    font-weight: 500;
    font-size: 38px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    padding-bottom: 10px;

}

.photo-stories-top-title p {

    color: #000000;

    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    letter-spacing: 0%;
    text-align: center;


}


.photo-stories-image img {
    border-radius: 10px;
    height: 400px;
    width: 100%;
    object-fit: cover;

}


.photo-stories-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    border-radius: 10px;
}


.photo-stories-image-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: left;
    z-index: 2;
    padding: 20px;
    text-align: left;
}


.photo-stories-image-content-top h1 {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    margin: 0;
}


/* .photo-stories-image-content-top a{
    background-color: #e79a3e;
    color: #ffffff;
    
font-weight: 600;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
padding: 5px 10px 5px 10px;
border-radius: 50px;


} */

/* .photo-stories-image-content-top h1{
    color: #ffffff;
    
font-weight: 700;
font-size: 20px;
line-height: 130%;
letter-spacing: 0%;
padding-top: 20px;



} */

/* .photo-stories-image-content-top p{
    color: #ffffff;
    
font-weight: 400;
font-size: 14px;
line-height: 24px;
letter-spacing: 0%;

} */

.photo-stories-image-content-bottom {
    display: flex;
    justify-content: space-between;
}

.photo-stories-image-content-bottom a {
    color: #ffffff;

    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;

}

.photo-stories-card {
    position: relative;
    margin-top: 15px;

    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;
}

.photo-stories-card:hover {
    transform: scale(1.05);
}

.photo-stories-image-content {
    position: absolute;
    bottom: 0px;
    padding: 20px;
}


@media(max-width:432px) {

    .photo-stories-top-title h6 {
        font-size: 15px;
    }

    .photo-stories-top-title h1 {
        font-size: 18px;
    }

    .photo-stories-top-title p {

        font-size: 13px;
        line-height: 19px;

    }

    .photo-stories-image-content-top h1 {
        font-size: 15px;
    }

    .photo-stories-image-content-top p {

        font-size: 13px;
        line-height: 21px;

    }

    .photo-stories-image-content-bottom a {
        font-size: 12px;
    }

    .photo-stories-image-content-top a {
        font-size: 12px;
    }

    .photo-stories-image img {
        height: 300px;
    }
}

/* photo-stories end */










/* pages banner start */

.pages-banner-bg {
    background-image: url(..//image/page-banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 80px;
    padding-top: 130px;

}

.page-banner-content {
    text-align: center;
    padding-top: 40px;
}

.page-banner-content h1 {
    text-align: center;
    color: #ffffff;

    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;

}

.page-banner-content ul {
    padding: 0px;
    color: #ffffff;
}

.page-banner-content li {
    display: inline-block;
    margin: 10px;

}

.page-banner-content a {
    color: #ffffff;
}

/* pages banner end */






/* footer start */


.footer-section {
    padding-bottom: 15px;
    background-color: #e79a3e;
}

.footer-bg {

    padding-top: 50px;
    /* padding-bottom: 10px; */
    border-radius: 15px;
}

.footer-content {
    padding: 20px;
}

.social-icon {
    padding-top: 30px;
}

.social-icon a {
    font-size: 33px;
    color: #ffffff;
    padding: 0px 10px 0px 0px;

    transition: all 0.4s ease-in-out;
    opacity: 1;
    display: inline-block;
}

.social-icon a:hover {

    opacity: 0.6;
    transform: translateY(-5px);
    color: #000000;
}


.footer-menu ul {
    padding: 0px;
}

.footer-menu li {
    list-style: none;
    margin: 10px;
    margin-left: 0px;

}

.footer-menu h2 {
    color: #ffffff;

    font-weight: 600;
    font-size: 23px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 10px;

}

.footer-menu a {
    color: #ffffff;

    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;

}

.footer-menu a:hover {
    color: #000000;
}

.copy-right {
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 20px;
    /* justify-content: space-between; */
    /* padding: 30px 20px 0px 20px; */
}

.copy-right p {

    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;

}

.copy-right a {
    color: #ffffff;
}


@media(max-width:768px) {
    .footer-menu {
        padding: 20px;
    }
}

@media(max-width:432px) {
    .footer-menu h2 {
        font-size: 18px;
    }

    .footer-menu li {
        margin: 5px;
        margin-left: 0px;
    }

    .footer-menu a {
        font-size: 15px;
    }

    .copy-right {
        display: flex;
        flex-direction: column;
    }

    .footer-section {
        padding-bottom: 0px;
    }

    .copy-right p {
        line-height: 28px;
    }
}

/* footer end */




/* contact page */

.address-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffffff;
}

.address-card {
    background-color: #e79a3e;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.address-card:hover {
    background-color: #ffffff;
}

.address-card:hover a {
    color: #e79a3e;
}

.address-card:hover .address-icon i {
    background-color: #e79a3e;
    color: #ffffff;
}

.address-icon i {
    background-color: #ffffff;
    color: #e79a3e;
    padding: 10px;
    border-radius: 50px;
    font-size: 20px;
}

.address-content {
    padding-top: 15px;
}

.address-content a {
    color: #ffffff;
    font-size: 18px;
}

/* address end */

/* form maps */
.form-maps-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #ffffff;

    background-image: url(..//image/banner-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.contact-form-section {
    /* position: relative; */
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    /* background-color: #FFF8F0; */
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-form-section h2 {
    color: #ffffff;
}

.contact-form-section p {
    padding-bottom: 20px;
    color: #ffffff;
}

.contact-btn {
    background-color: #e79a3e;
    color: #ffffff !important;
    border-radius: 50px !important;

}

.contact-btn:hover {
    background-color: #ffffff;
    color: #e79a3e !important;
    border: 1px solid #e79a3e;
}


@media(max-width:992px) {
    .address-card {
        margin-top: 15px;
    }

    .google-maps {
        padding-top: 50px;
    }
}

@media(max-width:432px) {
    .contact-form-section p {
        font-size: 12px;
    }

    .form-maps-section {
        padding-top: 30px;
    }
}


/* contact page end */




/* floating btn */

.floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.floating-buttons a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #25d366;
    color: white;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.floating-buttons a.call-btn {
    background-color: #e79a3e;
}

.floating-buttons a:hover {
    transform: scale(1.1);
}

/* end */


/* home page slider */

.icon-slider-section {
    padding-top: 50px;
    padding-bottom: 10px;
}

.slider-title h1 {
    color: #000000;
    font-weight: 500;
    font-size: 38px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    padding-bottom: 30px;

}

.icon-slider-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-slider-card img {
    width: 70px !important;

}

.icon-slider-card .card-body h5 {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;

}


.owl-theme .owl-nav.disabled+.owl-dots {
    display: none !important;
}

/* icon slider end */


/* taxi list */

.vehicle-list-section {
    padding-bottom: 50px;
}

.vehicle-card {
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 20px;
    border-radius: 8px;
}

.filter-btn {
    cursor: pointer;
    /* margin-right: 15px; */
    /* font-weight: bold; */
    font-size: 15px !important;
    /* color: #000000; */
    border: 1px solid #e79a3e;
    color: #e79a3e;
    background-color: #ffffff;
    border: 1px solid #e79a3e;
    color: #e79a3e;
}

.filter-btn:hover {
    color: #e79a3e;
}

.fliter-item-card {
    padding-top: 20px;
}

.vehicle-name h3 {

    font-size: 23px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;

}

.vehicle-name {
    background-color: #e79a3e;
    border-radius: 5px;
    padding: 10px;

}

.filter-btn-section {
    padding-top: 20px;
    text-align: center;

}

.filter-btn-section span {
    border: 1px solid #e79a3e;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    font-size: 12px !important;
}

.filter-btn-section span:hover {
    background-color: #e79a3e;
    color: #ffffff;
}


.vehicle-btn {
    padding-top: 30px;
}

.vehicle-btn a {
    background-color: #e79a3e;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    width: 100%;
    text-align: center;

}

.vehicle-btn a:hover {
    background-color: #ffffff;
    border: 1px solid #e79a3e;
    color: #e79a3e;
}

.seat p {
    color: #000000;
}

.support-content ul {
    padding: 0px !important;
}

.support-content li {
    list-style: none;
}

.support-content a {
    color: #000000;
}

.filter-btn {
    /* background-color: #e79a3e;
    color: #ffffff; */
    border: none;
    border-radius: 50px;
    padding: 7px 15px 7px 15px;
}

.filter-btn:hover {
    background-color: #ffffff;
    border: 1px solid #e79a3e;
    color: #e79a3e;
}

.filter-btn.active {
    background-color: #ffffff;

    background-color: #e79a3e;
    color: #ffffff;
}

/* Taxi end */



/* testimonials start */

.testimonials-section {
    padding-top: 50px;
    padding-bottom: 0px;
}

.testimonials-top-left h6 {
    color: #e79a3e;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    position: relative;
    display: flex;
    align-items: center;
}

.testimonials-top-left h6::before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #e79a3e;
    margin-right: 10px;
    display: inline-block;
}

.testimonials-top-left h1 {
    color: #000000;
    font-weight: 500;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}


.testimonials-top-right {
    text-align: end;
}


.testimonials-top-right h1 {
    color: #e79a3e;

    font-weight: 500;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-right: 10px;
    text-align: center;


}

.testimonials-top-right i {
    color: #e79a3e;
    font-size: 15px;

}




.testimonial-item {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
    border: 1px solid #D2D2D2;
    margin: 15px 5px 5px 5px;
    position: relative;
}



.testimonial-item img {
    /* width: 40px !important; */
    height: 140px;
    border-radius: 10%;
    object-fit: cover;

}

.testimonial-name {

    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;

    margin-bottom: 10px;
    color: #e79a3e;
    font-family: "Inter", sans-serif;
}

.testimonial-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #555555;
}

.stars {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #e79a3e;
}



@media(max-width:432px) {
    .testimonials-top-left h6 {
        font-size: 18px;
    }

    .testimonials-top-left h1 {
        font-size: 20px;
        text-align: center;
        padding-top: 10px;
    }

    .testimonials-top-right {
        text-align: center;
    }
}

/* testimonials end */



/* package detail srtart */

.package-detail-section {
    padding-top: 50px;
    /* padding-bottom: 50px; */
}

.package-detail-image img {
    border-radius: 10px;
}

.package-detail-content {
    padding-top: 20px;
}

.package-detail-content h1 {
    padding-bottom: 10px;
    color: #000000;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
}

.package-box {
    border: 2px solid #ddd;
    border-radius: 12px;
    transition: all 0.3s ease;
    background-color: #fff;
}

.package-box:hover {
    background-color: #f1f9ff;
    border-color: #007bff;
    transform: translateY(-5px);
}

.package-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

.package-description {
    color: #555;
    font-size: 0.95rem;
}


.packages-btn {
    transition: all 0.3s ease;
    border-radius: 10px;
    font-weight: 600;
    background-color: #ffffff;
    color: #e79a3e !important;
    border: 1px solid #e79a3e;
}

.packages-btn:hover {
    background-color: #e79a3e;
    color: white !important;
    transform: scale(1.02);
    border: 1px solid #e79a3e;
}

.availability-btn {
    background-color: #e79a3e;
    color: white !important;
    transform: scale(1.02);
    border: 1px solid #e79a3e;
}

.availability-btn:hover {
    background-color: #ffffff;
    color: #e79a3e !important;
    border: 1px solid #e79a3e;
    transform: scale(1.02);

}

.gallery-slider .item img {
    width: 100%;

    object-fit: cover;
    width: 100%;
    height: 300px;
}

.price-info {
    margin-bottom: 1rem;
}

.price-label {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.price-amount {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin: 4px 0;
}

.price-note {
    font-size: 14px;
    color: #777;
    font-style: italic;
}

.form-label {
    font-weight: 600;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
    border-radius: 0.4rem;
}

.custom-accordion {
    border: 1px solid #e79a3e !important;
    /* Border color */
    border-radius: 8px;
    overflow: hidden;
}

.custom-accordion-header {
    background-color: #fbe3c5;
    /* Light background */
    color: #4a2b09;
}

.custom-accordion-header:not(.collapsed) {
    background-color: #e79a3e;
    color: white;
}

.accordion-item+.accordion-item {
    margin-top: 12px;
    /* Space between accordions */
}

/* Remove Bootstrap default arrow */
.accordion-button::after {
    display: none;
}

/* Optional styling for the plus/minus icons */
.toggle-icon {
    font-size: 1.2rem;
}


/* .page-banner-content ul{
    display: flex;
} */

.detail-banner-card {
    display: flex;

}

.page-banner-content ul i {
    font-size: 35px;
    color: #e79a3e;
}

.page-banner-content ul li {
    font-size: 14px;
}

.detail-page-banner {
    position: relative !important;
    padding-bottom: 15px !important;
}

.detail-page-form {

    position: absolute;
    /* position: absolute !important; */
    /* top: 25%;
    right:2%; */
    /* top: 10%;
    right: 0; */
    top: 26%;

    /* bottom: 50%; */
    width: 27%;

}

.toure-package-info {
    padding-bottom: 30px;
}



.detail-content-description h3 {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
}

.detail-content-description p {
    color: #353131;
    font-size: 15px;
    font-weight: 400;
}

.inclusions-content h4 {
    font-size: 25px;
    color: #e79a3e;
    font-weight: 700;

}

.inclusions-content ul span {
    color: #353131;
}

.inclusions-content ul li i {
    color: #ffffff;
    background-color: #e79a3e;
    padding: 3px;
    border-radius: 50px;
    font-size: 12px;
}



.exclusions-content h4 {
    font-size: 25px;
    color: #e79a3e;
    font-weight: 700;

}

.exclusions-content ul span {
    /* color: #8a8989; */
    color: #353131;
}

.exclusions-content ul li i {
    color: #ffffff;
    background-color: #e79a3e;
    /* padding: 3px; */
    padding: 5px 5px 5px 5px;
    line-height: 10px;
    border-radius: 50px;
    font-size: 12px;
}

.package-info-title {
    color: #000000;
    font-weight: 700;
    padding-bottom: 15px;
}


.tour-plan-accrod-title {
    color: #000000;
    font-weight: 700;
    padding-bottom: 15px;
}


.tour-planaccordion-item {
    border: 1px solid #e79a3e !important;
}

.tour-planaccordion-item .accordion-button {
    background-color: #e79a3e !important;
    color: #ffffff !important;
}

.detail-page-top-btns {
    border-radius: 5px !important;
}



@media(max-width:432px) {
    .detail-page-banner-title h1 {
        font-size: 22px;
        line-height: 35px;
    }
}


@media(max-width:992px) {
    /* .detail-page-form{
        position: relative;
       
        margin-top: 40px;
    } */

    .detail-page-form {
        position: relative;
        top: 0%;
        margin-top: 40px;
        width: 100%;
    }
}






/* package detail end */