* {
    margin: 0px;
    padding: 0px;
    font-family: serif;
}

/* header-top */
.top-header {
    background-color: #298acc;
}

.fa-solid {
    color: #298acc;
}

.fa-brands {
    color: #298acc;
    font-size: 22px;
}

a {
    color: black !important;
    text-decoration: none !important;
}

ul {
    list-style-type: none;
    margin: 0px !important;
    padding: 0px;
}

.bottom-header {
    padding: 2px 0px;
}

button,
span {
    color: white;
}

/* header bottom */
#logo {
    width: 100%;
    max-width: 150px;
}

ul.links-list {
    display: flex;
    gap: 10px;
    line-height: 45px;
}

ul.links-list li {
    box-sizing: border-box;
}

ul.links-list>li:nth-child(2) {
    padding-right: 12px;
}

#list1 {
    border-right: 2px solid#298acc;
    padding: 0px 13px;
}


/* Contact list - default desktop */
.links-list {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

/* Background section */
.himachal-hero {
    height: 700px;
    background: url('../images/himachal/himachal-banner2.jpg') center/cover no-repeat;
    position: relative;
}

/* Overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 23%);
}

/* Highlight Text */
.text-highlight {
    text-shadow: 1px 1px 0px white;
}

.text-highlight2 {
    color: #4d8e22;
}

.para-location {
    margin-top: 1rem !important;
    background: #298acc;
    padding: 10px 15px;
    color: black;
    width: 79%;
}

/* Floating info boxes */
.div-info {
    display: flex;
    gap: 15px;
}

.info-box {
    background: rgba(255, 255, 255, 0.17);
    backdrop-filter: blur(1px);
    border-radius: 15px;
    color: #fff;
    animation: float 4s ease-in-out infinite;
    width: 93px;
    height: 81px;
    margin: 25px 0px;
    align-content: center;
}

.info-box img {
    width: 100%;
    max-width: 35px;
}

.location {
    font-size: 20px;
    margin: 0px 10px;
    border-right: 3px solid #000;
    padding-right: 13px;
}

#location-last {
    border: none;
}

/* Floating animation */
@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* button */
button {
    background-color: #298acc;
    border: 1px solid white;
    padding: 10px 20px;
    border-radius: 10px !important;
    transition: transform 1s;
}

button:hover {
    transform: translateY(-5px);
}

/* form-section */
.div-form {
    padding: 20px;
}

.form-h2 {
    background: #298acc;
    color: white;
    padding: 16px;
    margin: 0px;
    border-radius: 15px 15px 0px 0px;
    font-size: 25px;
    text-align: center;
}

.div-form form {
    padding: 30px;
    background: white;
    border-radius: 0px 0px 15px 15px;
}

.form-input,
select {
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border: var(--bs-border-width) solid var(--bs-border-color);
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-btn {
    font-size: 19px;
}

/* ==about section== */
/* Section bg */
/* .about-himachal {
    background: #f7fbff;
} */

/* Floating dual-image design */
.about-img-box {
    position: relative;
}

.about-img-box .main-img {
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 407px;
    object-fit: cover;
}

.about-img-box .float-img {
    position: absolute;
    bottom: -46px;
    right: 12px;
    width: 45%;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    animation: float 4s ease-in-out infinite;
    object-fit: cover;
}

/* Smooth floating animation */
@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Text styling */
.about-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #333;
}

/* packages section */
/* Highlight Text */
/* .text-highlight {
    color: #00bcd4;
} */

/* Package Card Styling */
.text-muted {
    color: var(--bs-secondary-color) !important;
    font-size: 20px;
}

.small,
small {
    font-size: .875em;
    margin: 14px 0px;
}

strong {
    font-size: 17px;
}

.package-card {
    transition: .3s ease;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.package-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
}

.duration-badge {
    background: #298acc;
    font-size: 0.75rem !important;
    letter-spacing: .3px;
}

.package-card .price {
    font-size: 1rem;
    background: #298acc;
    color: white;
}

.package-card .btn-primary {
    background: #298acc;
    border-color: #298acc;
}

.package-card .btn-primary:hover {
    background: #4d8e22;
}

ul.itnry {
    display: flex;
    gap: 23px;
    text-align: center;
    justify-content: center;
    border-top: 1.5px solid #4d8e22;
    border-bottom: 1.5px solid #4d8e22;
    border-radius: 10px;
    padding: 10px 0px;
    margin: 15px 0px !important;
}

.itnry p {
    margin: 0px;
    color: #4d8e22;
}

.itnry figure {
    margin: 0px !important;
    /* border-bottom: 1px solid #30318c; */
}

.active {
    background: rgba(255, 255, 255, 0.17);
    backdrop-filter: blur(1px);
}

.fw-bold {
    font-weight: 700 !important;
}

.card-img img {
    max-width: 100%;
    height: 260px;
    object-fit: cover;
}

.price {
    color: #060e84;
}

.package-inclusions ul {
    font-size: 16px;
    padding-left: 9px !important;
}

.package-inclusions li::marker {
    color: #ff6f3c;
}

.package-inclusions a {
    cursor: pointer;
    font-weight: 600;
}

button.btn.btn-link.small.p-0.mt-1 {
    color: #298acc;
    text-decoration: none;
}

#touch-btn {
    border-top: 1px solid #298acc;
    border-bottom: 1px solid #298acc;
    padding: 10px 0px;
    border-radius: 5px;
}

img.whatsapp {
    width: 100%;
    max-width: 43px;
    height: 43px;
    border-radius: 10px;
}

/* .fa-location-dot {
    color:#298acc;
} */

/* ====reviews==== */
.review-card {
    border-radius: 14px;
    transition: 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(0.5);
}

.package-inclusions ul li {
    position: relative;
    padding-left: 18px;
    list-style: none;
    margin: 10px 0px;
}

.package-inclusions ul li::before {
    content: "»";
    /* Double arrow */
    font-size: 16px;
    font-weight: bold;
    color: #30318c;
    /* You can change color */
    position: absolute;
    left: 0;
    top: 0;
}


/* ==footer== */
.footer {
    background: #1c1c1c;
    color: #fff;
    padding: 60px 20px 27px 20px;
    font-family: 'Poppins', sans-serif;
}

.footer-container {
    max-width: 1250px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 23px;
    margin-bottom: 9px;
    color: #4d8e22;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.guarantee-box,
.approved-box,
.payment-box {
    background: #292929;
    padding: 20px;
    border-radius: 14px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    transition: .3s ease;
}

.guarantee-box:hover,
.approved-box:hover,
.payment-box:hover {
    transform: translateY(-5px);
}

.guarantee-box img,
.approved-box img {
    width: 70px;
}

.payment-methods img {
    width: 55px;
    margin-right: 10px;
}

.footer .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    font-size: 15px;
}

.contact-item i {
    font-size: 22px;
    color: #298acc;
}

/* Bottom Copyright */
.footer-bottom {
    text-align: center;
    color: #ccc;
    font-size: 14px;
    margin-top: 40px;
    border-top: 1px solid #333;
    padding-top: 20px;
}

.payment-methods img {
    width: 55px;
    height: 55px;
    margin-right: 10px;
    border-radius: 7px;
}

img.footer-logo {
    width: 100%;
    max-width: 100px;
}

/* popup form */
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    background-color: #298acc;
}

button#enq_submit {
    background: #298acc;
}

.footer-link {
    color: white !important;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/* reviews section */
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
}

.previous-icon {
    position: absolute;
    left: 0px;
}

@media screen and (max-width: 992px) {
    .para-location {
        width: 100%;
    }

    .location {
        font-size: 14px;
    }

    .info-box {
        width: 69px;
        height: 59px;
        margin: 10px 0px;

    }

    .fw-semibold {
        font-size: 12px;
    }

    .display-4 {
        font-size: 25px !important;
    }

    .info-box img {
        max-width: 23px;
    }

    button {
        font-size: 13px !important;
    }

    .text-white {
        text-align: center;
    }

    .div-info {
        display: flex;
        justify-content: center;
    }

    ul.links-list {
        line-height: 30px;
        font-size: 14px;
        gap: 0px;
    }

    ul.links-list>li:nth-child(2) {
        padding-right: 12px;
        border: none;
    }

    #list1 {
        padding: 0px 0px;
        border: none;
        padding-right: 12px;
    }

    .div-logo ul {
        padding: 0px;
    }
}