.head1{
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 5px 30px rgba(188,187,187,.2);
}

#home-section{
    scroll-margin-top:100px;
}

.img1{
    width:100%;
    max-width:250px;
    height:auto;
    margin-left:100px;
    display:block;
}

.head-text{
    color:#807d7d !important;
    font-weight:600;
    padding:30px 20px !important;
    transition:.3s;
}

.head-text:hover{
    color:#0e890c !important;
}

.navbar{
    min-height:92px;
}

.navbar-nav{
    gap:15px;
    margin-left: 575px;
}

.navbar-toggler{
    border:none;
    outline:none;
    box-shadow:none !important;
}

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

/* Mobile */
@media (max-width:991px){

.img1{
    max-width:180px;
    margin-left:10px;
}

.navbar{
    min-height:75px;
}

#navbarMenu {
    margin-top: 10px;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    width: 100%;             
    float: left;   
}

#navbarMenu .navbar-nav {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 0;                
}

#navbarMenu .nav-item {
    border-bottom: 1px solid #f3f3f3;
    width: 100%;            
}

#navbarMenu .nav-link {
    display: block;         
    width: 100%;
    padding: 18px 0 !important; 
    color: #807d7d !important;
    font-weight: 600;
    text-align: center;      
}

#navbarMenu .nav-link:hover {
    color: #0e890c !important;
    background: #f8f8f8;
}

}
.background-color{
    width: 100%;
    height: 100%;
    max-height: 650px;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 5, 0.6);
}

.image-overflow {
    overflow: hidden;
    position: relative;
}

.banner {
    object-fit: cover; 
    animation: slowZoom 10s infinite alternate ease-in-out;
    width:100%;
    height:100vh;
}

@keyframes slowZoom {
    0% {
        transform: scale(1); 
    }
    100% {
        transform: scale(1.1); 
    }
}

.slider-content{
    z-index: 2;
    padding: 130px 100px 0 130px;
    position: absolute;
}

.slider-content-text{
    width: 545px;
    color: #f1eaea;
    padding: 8px 20px;
    font-weight: bold;
    background-color: #807d7d;
    border: 1px solid white;
    border-radius: 50px;
}

.slider-content-head{
    font-weight: 800;
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(to right, #0e890c,white);
    -webkit-background-clip: text; 
    background-clip: text;
    -webkit-text-fill-color: transparent; 
    color: transparent;
    filter: drop-shadow(2px 5px 5px rgba(0,0,0,0.5));
}

.slider-content-head1{
    color: white;
    font-weight: 800;
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
    line-height: 0.9;
    text-shadow: 2px 5px 5px rgba(0,0,0,0.5);
}

.slider-content-head2{
    color: white;
    font-weight: 800;
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
    -webkit-background-clip: text; 
    background-clip: text;
    filter: drop-shadow(2px 10px 5px rgba(0,0,0,0.5));
}

.itinerary-form {
    width: 100%;
    max-width: 450px;
    position: absolute;
    z-index: 2;
    padding: 25px;
    right:140px;
    top:80px;    
    border-radius: 16px;
    background-color: white;
}

.input-group {
    position: absolute;
    margin-bottom: 10px;
}

.input-group input, 
.input-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #dcdcdc;
    outline: none;
    font-size: 15px;
    background: transparent;
    box-sizing: border-box;
    transition: all 0.3s ease;
    background-color: white;
}

.input-group label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    padding: 0 5px;
    color: black;
    font-weight: bold;
    font-size: 13px;
    pointer-events: none;
    transition: all 0.3s ease;
}

.input-group .textarea-label {
    top: 25px;
}

.input-group input:focus + label,
.input-group input:not(:placeholder-shown) + label,
.input-group textarea:focus + label,
.input-group textarea:not(:placeholder-shown) + label {
    top: 0;
    font-size: 13px;
    font-weight: 700;
    color: #0e890c; 
}

.input-group input:focus, 
.input-group textarea:focus {
    border-width: 1.5px;
    background-color: white;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill {
    -webkit-text-fill-color: black !important;
}

.btn-submit {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(90deg, #0e890c, #38ca75,#0e890c);
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(46, 204, 113, 0.3);
    transition: 0.3s ease;
}

.btn-submit:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
}

label span {
    color: #ff4d4d;
}


@media(max-width:768px){

    .slider-content {
        display: none !important;
    }

    .banner, 
    .background-color {
        display: none !important;
        height: 0 !important;
    }

    .col.slider-content, 
    .col {
        width: 100% !important;
        position: relative !important;
        padding: 0 !important;
    }

    .image-overflow {
        background-color: #f4f6f8 !important;
        min-height: 100vh;                   
        display: flex !important;
        justify-content: center !important;   
        align-items: center !important;      
        padding: 20px 0 !important;
    }

    .itinerary-form {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        margin: 0 auto !important;
        width: 90% !important;               
        max-width: 420px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important; 
    }
}
#packages-section {
    scroll-margin-top: 80px;
}

.package-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
    border: none;
    font-family: Arial, sans-serif;
}

.card-package {
    width: 410px;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    padding: 20px 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.card-header { 
    padding: 10px; 
    position: relative; 
}
.card-header img { 
    width: 100%; 
    height: 200px; 
    object-fit: cover; 
    border-radius: 12px; 
}
.duration-tag {
    position: absolute; 
    top: 20px; 
    right: 30px;
    background: rgba(255,255,255,0.9); 
    padding: 8px 10px;
    border-radius: 50px; 
    font-size: 13px; 
    font-weight: bold;
}

.card-body { 
    padding: 30px; 
}

.pkg-title-row { 
    display: flex; 
    align-items: center; 
    gap: 8px; 
    margin-bottom: 12px; 
    background: linear-gradient(90deg, #c8cdad, #8eea58,#bfd095);
    border-radius: 12px;
    padding: 3px;
    margin-top: 8px;
    cursor: pointer;
}
.pkg-no { 
    color: white; 
    width: 30px; 
    height: 30px; 
    border-radius: 50%; 
    display: flex; justify-content: center; 
    align-items: center; 
    font-size: 15px; 
    background: linear-gradient(90deg, #0e890c, #38ca75,#0e890c);

}
.pkg-name { 
    font-weight: bold; 
    font-size: 18px; 
    color: #333;
}

.include-box { 
    display: flex; 
    border: 1px solid #ddd; 
    border-radius: 8px; 
    margin-bottom: 15px; 
    overflow: hidden; 
    height: 80px;
    padding: 2px 0 2px 0;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.2); 
}
.include-side-tag { 
    background: #0e890c; 
    color: white; 
    writing-mode: vertical-lr; 
    transform: rotate(180deg); 
    font-size: 11px; 
    font-weight: bold; 
    padding: 5px; 
    text-align: center; 
    border-top-left-radius: 10px ;
    border-bottom-left-radius: 10px ;
}
.include-icons { 
    display: flex; 
    flex: 1; 
    justify-content: 
    space-around; align-items: center;
 }
.icon-item { 
    text-align: center; 
    font-size: 13px; 
    font-weight: bold; 
    color: #555; 
}

.section-label { 
    font-size: 15px; 
    font-weight: bold; 
}
.green-text { 
    color: #0e890c; 
    font-size: 18px;
}
.red-text {
     color: #d32f2f;
     font-size: 18px;
     }
.inclusion-scroll { 
    height: 70px;
     overflow-y: auto; 
     font-size: 14px; 
     line-height: 1.6; 
     padding-right: 5px; 
     font-weight: 600; 
    }
.inclusion-scroll::-webkit-scrollbar { 
    width: 5px; 
}
.inclusion-scroll::-webkit-scrollbar-thumb { 
    background: #0e890c; 
    border-radius: 10px;
 }
.inclusion-scroll::-webkit-scrollbar-track { 
    background: #eee; 
    border-radius: 10px;

}
.highlight-container { 
    display: flex; 
    align-items: center; 
    gap: 5px; 
    width: 100%;
}
.highlight-scroll { 
    display: flex; 
    gap: 8px; 
    overflow-x: auto; 
    scroll-behavior: smooth; 
    flex: 1; 
    padding-bottom: 8px; 
}
.highlight-scroll::-webkit-scrollbar { 
    height: 8px;
}
.highlight-scroll::-webkit-scrollbar-thumb { 
    background: #888; 
    border-radius: 10px; 
}
.highlight-scroll::-webkit-scrollbar-track { 
    background: #eee; 
    border-radius: 10px; 
}

.scroll-arrow { 
    border: none; 
    font-size: 12px; 
    cursor: pointer; 
    color: #333; 
    width: 22px; 
    height: 22px; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    flex-shrink: 0; 
    margin-top: 40px;
}
.hl-item { 
    border: 1px solid #ddd; 
    padding: 5px 10px; 
    border-radius: 5px; 
    font-size: 15px; 
    white-space: nowrap; 
    background: #fff; 
    flex-shrink: 0; 
}

.divider-dotted { 
    border-top: 1px dashed #bbb; 
    margin: 10px 0; 
}

.price-row { 
    display: flex; 
    align-items: center; 
    gap: 8px; 
    cursor: pointer;
}
.starting-label { 
    font-weight: 800; 
    font-size: 18px; 
    color: #333; 
}
.price-box { 
    display: flex; 
    align-items: center;
     gap: 6px; 
    }
.cal-img { 
    width: 20px; 
    height: 20px; 
}
.amount { 
    font-size: 25px; 
    font-weight: bold; 
    color: #0e890c; 
}
.adult-text { 
    font-size: 15px; 
    font-weight: bold; 
}

.card-buttons { 
    display: flex; 
    gap: 6px; 
    width: 100%;
    height: auto; 
    margin-top: 10px;
}

.btn { 
    flex: 1; 
    text-align: center; 
    border-radius: 8px;
    text-decoration: none; 
    color: white !important; 
    font-weight: bold; 
    font-size: 13px !important; 
    
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 4px; 
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); 
    border: none;
    padding: 5px 2px !important; 
    line-height: normal; 
}

.btn:hover {
    background-color: white !important;
    transition: all 0.3s ease;
}

.btn-orange { 
    background-color: #df8e14 !important; 
    border: 1px solid #b3720f !important; 
}

.btn-green { 
    background-color: #0e890c !important; 
    border: 1px solid #0a6609 !important;
}

.btn-red { 
    background-color: #e54d42 !important; 
    border: 1px solid #b83d35 !important;
}
.btn:hover {
    background-color: white !important; 
    transition: all 0.3s ease; 
    cursor: pointer;
}

.btn-orange:hover {
    color: #df8e14 !important;
    border: 1px solid #df8e14 !important;
}

.btn-green:active, 
.btn-green:focus {
    background-color: #0e890c !important; 
    color: white !important;
    outline: none;
}

.btn-green:hover {
    background-color: white !important;
    color: #0e890c !important;
    border: 1px solid #0e890c !important;
}

.btn-red:hover {
    color: #e54d42 !important;
    border: 1px solid #e54d42 !important;
}


.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: white;
    padding: 20px;
    border-radius: 15px;
    width: 95%;
    max-width: 500px;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}


.modal-form-style {
    width: 100%;
    padding: 25px;
    background-color: white;
    box-sizing: border-box;
    border-radius: 15px;
}

.form-title-text {
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    margin: 0;
    color: #333;
}

.field-container {
    position: relative;
    margin-bottom: 20px; 
    width: 100%;
}

.input-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    outline: none;
    font-size: 15px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    display: block;
}

.floating-label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5px;
    color: #666;
    font-weight: bold;
    font-size: 13px;
    pointer-events: none;
    transition: all 0.3s ease;
    background-color: white;
}

.textarea-field {
    resize: none;
}
.textarea-label-pos {
    top: 25px;
}

.input-field:focus + .floating-label,
.input-field:not(:placeholder-shown) + .floating-label {
    top: 0;
    font-size: 12px;
    font-weight: 700;
    color: #0e890c;
}

.input-field:focus {
    border: 1.5px solid #0e890c;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: black !important;
}

.form-submit-btn {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(90deg, #0e890c, #38ca75, #0e890c);
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(46, 204, 113, 0.3);
    transition: 0.3s ease;
    margin-top: 10px;
}

.form-submit-btn:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
}

.floating-label span {
    color: #ff4d4d;
}

.status-msg {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
}



.kp-slider-main-box {
    width: 100%;
    margin: 50px auto;
    padding: 0 40px;
    position: relative;

}

.kp-slider-container {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px; 
}

.kp-pkg-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 4px 4px 12px rgba(0,0,0,0.1);
    border: 1px solid #eee;
    height: 100%;
    padding: 20px;
}

.kp-pkg-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}
.kp-badge{
    color: #333;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 10px;
    cursor: pointer;
    background: linear-gradient(90deg, #c8cdad, #8eea58,#bfd095);

}
.kp-card-content { 
    padding-top: 20px; 
}

.kp-next-btn, .kp-prev-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    z-index: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kp-next-btn { right: 0; }
.kp-prev-btn { left: 0; }

.kp-next-btn::after, .kp-prev-btn::after {
    font-family: swiper-icons;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.kp-next-btn::after { content: 'next'; }
.kp-prev-btn::after { content: 'prev'; }

.kp-gradient-line {
    border: none;
    height: 3px;
    background: linear-gradient(to right, 
        rgba(255, 255, 255, 0) 0%, 
        #0e890c 40%, 
        #df8e14 70%, 
        rgba(255, 255, 255, 0) 100%
    );
    
    width: 25%;
    margin: 20px auto;
    border-radius: 50%;
}

.visit-kashmir{
    border-radius: 15px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.dest-row-wrapper {
    display: flex;
    flex-wrap: nowrap; 
    gap: 15px; 
    width: 100%;
    margin-bottom: 15px;
}

.dest-item-card {
    height: 150px;
    flex: 1; 
    background: linear-gradient(180deg, #fefffe, #d6f3c5);
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.dest-card-inner {
    padding: 20px;
}

.dest-location-tag {
    display: inline-block;
    background: linear-gradient(90deg, #c8cdad, #8eea58,#bfd095);
    color: #0a6609;
    font-size: 17px;
    padding: 4px 10px;
    border-radius: 10px;
    font-weight: 600;
}

.dest-text-content {
    margin-top: -10px;
    text-align: justify;
    line-height: 1.5;
    font-size: 15px;
    color: #444;
}

.btn-multiple{
    color: white !important; 
    flex: 1; 
    text-align: center; 
    border-radius: 50px !important;
    text-decoration: none; 
    font-weight: bold !important; 
    font-size: 15px !important; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 4px; 
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); 
    border: none;
    padding: 10px 30px !important; 
    line-height: normal; 
    margin: 10px auto; 
    position: absolute;
    left: 0;
    right: 0;
    width: max-content; 
    background-color: #0a6609 !important; 
    border: 1px solid #0a6609 !important; 
    display: inline-block; 
    text-decoration: none;
    transition: transform 0.1s ease;
}

.btn-multiple:hover {
    color: black !important;
    background-color: #8eea58 !important;
    border: 1px solid #8eea58 !important; 
    transition: all 0.3s ease;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    
    .col-sm-10.visit-kashmir {
        height: auto !important;
        margin-top: 20px !important;
        padding: 20px 15px !important;
    }

    .visit-kashmir h1 {
        font-size: 24px !important;
    }

    .visit-kashmir p.text-center {
        line-height: 1.4 !important; 
        font-size: 14px;
    }

    .dest-row-wrapper {
        flex-direction: column !important;
        gap: 15px !important;
        margin-top: 20px !important;
        margin-bottom: 0px !important;
    }

    .dest-item-card {
        height: auto !important;
        min-height: 140px;
        width: 100% !important;
    }

    .dest-card-inner {
        padding: 15px !important;
    }

    .dest-text-content {
        margin-top: 5px !important;
        text-align: left !important; 
        font-size: 14px !important;
    }

    .btn-multiple {
        position: relative !important;
        margin: 25px auto 10px auto !important;
        width: 90% !important;
        max-width: 290px;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }
}
.btn-multiple:hover {
    color: black !important;
    background-color: #8eea58 !important;
    border: 1px solid #8eea58 !important; 
    transition: all 0.3s ease;
    transform: translateY(-2px);
}

#about-section {
    scroll-margin-top: -50px; 
}

.about-color-div{
    width: 250px;
    height: 220px;
    border-radius: 15px;
    margin-top: 200px;
    background-color:#19a353;
    position: relative;
}

.about-image{
    width:100%;
    max-width:580px;  
    height:auto;  
    margin-top: -175px;
    margin-left: 40px;
    border-radius: 15px;
    position: absolute;
    display:block;
}

.btn-about {
    color: white;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(90deg, #0e890c, #38ca75);
    display: inline-block;
    text-decoration: none;
    position: relative; 
    overflow: hidden;   
    z-index: 1;     
    margin-top: 5px;    
    transition: transform 0.3s ease; 
}

.btn-about::after {
    content: '';
    position: absolute;
    top: 50%;        
    left: 0;
    width: 100%;
    height: 0;      
    background: #38ca75; 
    transition: all 0.4s ease;
    z-index: -1;
    transform: translateY(-50%); 
}

.btn-about:hover {
    box-shadow: 0 15px 30px rgba(56, 202, 117, 0.5);
    transform: translateY(-5px);
    color: #fff;
}

.btn-about:hover::after {
    height: 100%;
}

@media(max-width: 768px) {
    
    .col-sm-6 {
        margin-top: 30px !important;
        padding-left: 15px !important;  
        padding-right: 15px !important;
    }

    .about-color-div {
        display: none !important;
    }

    .about-image {
        position: relative !important;
        margin-top: 20px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 95% !important;          
        max-width: 100% !important;
        display: block !important;
    }

    #about-section h1 {
        text-align: left !important;
        font-size: 28px !important;
        margin-bottom: 10px !important;
    }

    #about-section p {
        text-align: left !important;    
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    .btn-about {
        width: 100% !important;
        max-width: 280px !important;     
        margin-top: 15px !important;
        text-align: center !important;
    }
}
.dest-item-card1 {
    height: 185px;
    flex: 1; 
    border: 1px solid white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease; 
}
.dest-item-card1:hover {
    transform: translateY(-7px);
}
.dest-text-content1 {
    line-height: 1.5;
    font-size: 16px;
    color: black;
    padding-top: 10px;
}

.enquiry-col {
    height: 430px;
    border-radius: 500px;
    background: linear-gradient(180deg, #008000 20%, #38ca75 80%);
}
.enquiry-col-content {
    position: absolute;
    margin-top: -430px;
    margin-left: 580px;
    font-size: 18px;
}
.btn-enquiry {
    color: #0a6609;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    background-color: white;
    margin-top: 5px; 
    font-size: 14px;   
}
.btn-enquiry:hover {
    color: white;
    background-color: #333;
}
.icon-style1 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; 
    font-size: 20px;
    background: rgba(232, 233, 232, 0.615);
    padding-top: 10px;
    width: 40px;
    height: 40px;
    min-width: 40px; 
    min-height: 40px; 
    border-radius: 50%;
    flex-shrink: 0; 
    aspect-ratio: 1/1; 
}
.icon-style1 i {
    font-size: 20px;
    display: block;
}
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}
.enquiry-img {
    margin-left: 60px;
    margin-top: -100px;
    height: 480px;
    animation: float 3s ease-in-out infinite; 
}

@media (max-width: 768px) {
    .row:has(.enquiry-col) {
        margin-top: 50px !important;
        padding: 0 15px !important;
    }

    .enquiry-col {
        height: auto !important;             
        border-radius: 35px !important;     
        padding: 40px 20px !important;
        display: flex !important;
        flex-direction: column !important;   
        align-items: center !important;
        text-align: center !important;
    }

    .enquiry-img {
        position: relative !important;
        margin-left: 0 !important;          
        margin-top: -20px !important;       
        width: 85% !important;
        max-width: 280px !important;
        height: auto !important;             
        display: block !important;
    }

    .enquiry-col-content {
        position: relative !important;       
        margin-top: 25px !important;         
        margin-left: 0 !important;           
        width: 100% !important;
        padding: 0 !important;
    }

    .enquiry-col-content h2 {
        margin-top: 0 !important;
        font-size: 22px !important;
        line-height: 1.4 !important;
        margin-bottom: 25px !important;
    }

    .enquiry-col-content p {
        display: flex !important;
        align-items: center !important;      
        justify-content: flex-start !important; 
        text-align: left !important;
        font-size: 16px !important;
        max-width: 270px;                    
        margin: 0 auto 16px auto !important;  
        gap: 15px !important;                 
    }

    .icon-style1 {
        padding-top: 0 !important;            
        margin: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .icon-style1 i {
        font-size: 16px !important;          
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1 !important;
    }

    .btn-enquiry {
        width: 100% !important;
        max-width: 260px !important;
        margin: 25px auto 0 auto !important;
        display: block !important;
    }
}
.dest-item-card2 {
    width: 165px;
    height: 190px;
    flex: 1; 
    border: 1px solid white;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: 70px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.08);
}

.dest-text-content2 {
    line-height: 1.5;
    font-size: 38px;
    font-style: Product Sans;
}

.testimonial-slider {
    width: 100%;
    overflow: hidden;
}

.review-container {
    display: flex;
}

.review-item {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
}

/* Card Styling */
.custom-review-card {
    width: 320px;
    background: #fff;
    border: 1.5px solid #eef0f2;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.03);
    font-family: sans-serif;
    min-height: 190px;
    cursor: default;
}

.review-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.user-info h4 {
     color: #008000;
     margin: 0;
     font-size: 18px;
}

.user-info span {
     color: #777;
     font-size: 14px;
}

.rating-stars {
     color: #f39c12;
     font-size: 16px;
     margin-left: 220px;
     position: absolute;
     margin-top: -22px;
}

.review-body {
     position: relative;
     padding-right: 10px;
     margin-top: 15px;
}

.scroll-box {
    max-height: 90px;
    overflow-y: auto;
    padding-right: 15px;
    margin-top: 10px;
    cursor: default;
}

.scroll-box::-webkit-scrollbar {
    width: 6px;
}

.scroll-box::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}

.scroll-box::-webkit-scrollbar-track {
    background: #e7f3ff; 
    border-radius: 20px;
}

.scroll-box::-webkit-scrollbar-thumb {
    background: #008000; 
    border-radius: 20px;
    border: 1px solid transparent;
    background-clip: padding-box;
}

@media (max-width: 768px) {
    
    .dest-item-card2 {
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        display: block !important;
        margin-bottom: 30px !important;
    }

    .row:has(.testimonial-slider) {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 10px !important;
    }

    .col-sm-2, 
    .col-sm-8 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        display: block !important;
    }

    .testimonial-slider {
        overflow: hidden !important; 
        width: 100% !important;
        display: block !important;
    }

    .review-container {
        display: flex !important;
        flex-direction: row !important; 
        width: 100% !important;
    }

    .review-item {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important; 
    }

    .custom-review-card {
        width: 290px !important; 
        max-width: 92% !important;
        min-height: auto !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
        position: relative !important;
    }

    .rating-stars {
        position: relative !important;     
        margin-left: 0 !important;         
        margin-top: 4px !important;        
        display: block !important;
        text-align: left !important;       
        top: auto !important;
        left: auto !important;
    }

    .review-body {
        margin-top: 10px !important;
    }
}


.pkg-hero-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #ffffff;
    font-family: 'Segoe UI', Roboto, sans-serif;
}

.pkg-top-label {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
}

.pkg-main-heading {
    font-size: 36px;
    color: #333; 
    font-weight: 700;
    margin: 0 0 12px 0;
}

.pkg-sub-heading {
    font-size: 18px;
    color: #333;
    margin-bottom: 25px;
}

.pkg-tags-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 0 auto;
}

.pkg-pill {
    display: inline-block;
    padding: 7px 10px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 50px; 
    text-decoration: none;
    color: #000;
    font-size: 11px;
    font-weight: 600;
}

.pkg-pill:hover {
    background-color: #0e890c;
    color: #ffffff;
    border-color: #0e890c;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .pkg-main-heading {
        font-size: 28px;
    }
    .pkg-pill {
        font-size: 12px;
        padding: 8px 15px;
    }
}

.faq-container {
    margin-top: 50px; 
    border: 1px solid #eee; 
    border-radius: 8px; 
}
.faq-item { 
    border-bottom: 1px solid #eee; 
}
.faq-header { 
    color: black;
    padding: 15px; 
    display: flex; 
    justify-content: space-between; 
    cursor: pointer;
    font-size: 17px; 
    transition: background 0.3s;
}
.faq-item.active .faq-header { 
    background: #e7f3ff; 
    color: #008000; 
}
.faq-body { 
    max-height: 0;
    overflow: hidden; 
    transition: max-height 0.4s ease-in-out; 
    background: #fff;
}

.faq-item.active .faq-body { 
    max-height: 500px; 
}

.faq-body p {
    padding: 20px 20px 20px 20px; 
    margin: 0; 
}

.arrow { 
    transition: transform 0.3s ease; 
}

.faq-item.active .arrow { 
    transform: rotate(180deg); 
}
#contact-section{
    scroll-margin-top: 80px; 

}
.contact-section{
    padding: 20px 20px;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.contact-card {
    background: linear-gradient(135deg, #008000 0%, #38ca75 100%);
    padding: 20px;
    border-radius: 25px;
    color: white;
    font-family: sans-serif;
    max-width: 600px;
    margin-left: 8px;
    display: inline-block;
    margin-top: 45px; 
    vertical-align: top;}
.contact-card h2 { 
    margin: 0; 
    font-size: 28px;
    font-weight: bold; 
    margin-bottom: 15px;
}
.contact-card .subtitle { 
    margin-bottom: 30px; 
    opacity: 0.9;
    font-weight: bold;  
}
.contact-item { 
    display: flex; 
    align-items: flex-start; 
    margin-bottom: 10px; 
}
.icon-box {
    background: rgba(255, 255, 255, 0.3);
    width: 40px; height: 40px;
    border-radius: 8px;
    display: flex; 
    align-items: center; 
    justify-content: center;
    margin-right: 15px; flex-shrink: 0;
}
.contact-item strong { 
    display: block; 
    font-size: 18px; 
    margin-bottom: 3px; 
}
.contact-item p { 
    margin: 0; 
    font-size: 15px; 
    opacity: 0.9; 
    line-height: 1.4; 
}


.tour-form-container {
    width: 600px;
    background: #fff;
    border-radius: 15px;
    margin-left: 20px;
    margin-top: 10px;
    font-family: 'Arial', sans-serif;
}

.tour-form-header {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #333;
}

.tour-form-group {
    position: relative;
    margin-bottom: 20px;
}

.tour-form-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    background: transparent;
    transition: all 0.3s ease;
    display: block;
    box-sizing: border-box;
}

.tour-form-textarea {
    height: 100px;
    resize: none;
}

.tour-form-label {
    position: absolute;
    left: 12px;
    top: 12px;
    color: black;
    font-size: 12px;
    pointer-events: none;
    transition: all 0.3s ease;
    background: #fff;
    padding: 0 5px;
    font-weight: bold;
}

.tour-form-label span { 
    color: #e74c3c; 
}


.tour-form-input:focus + .tour-form-label,
.tour-form-input:not(:placeholder-shown) + .tour-form-label {
    top: -10px;
    left: 10px;
    font-size: 12px;
    color: #008000;
    font-weight: bold;
}

.tour-char-limit {
    font-size: 11px;
    color: #999;
    position: absolute;
    bottom: -18px;
    left: 5px;
}

.tour-form-btn {
    width: 100%;
    padding: 10px;
    background: linear-gradient(90deg, #0e890c, #38ca75,#0e890c);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.3s;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.tour-form-btn:hover {
    background: linear-gradient(90deg, #48a447, #55ad7a,#48a447);
}

.tour-status-box {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

.places-tags-section {
    padding: 20px 0;
    font-family: 'Arial', sans-serif;
}

.places-tags-section h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    margin-top: 100px;
}

.places-tags-section h3::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #090909, #ccc);   
    margin-top: 5px;
    border-radius: 40px;
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.tag-item {
    padding: 6px 15px;
    border: 1px dashed #bbb; 
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tag-item:hover {
    background-color: #0e890c;
    color: #ffffff;
    border-color: #0e890c;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.footer-head {
    color: black;
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-head::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #090909, #ccc);   
    margin-top: 5px;
    border-radius: 40px;
}
@media (max-width: 768px) {
    
    .footer-head::after {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    footer, 
    .container,
    .footer-head {
        text-align: center !important; 
    }

    footer p {
        text-align: center !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        line-height: 1.5 !important;  
        margin-bottom: 15px !important;
    }

    footer p i {
        display: inline-block !important;
        margin-bottom: 5px !important;
    }

    footer div:has(> a[href*="facebook"]) {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 10px !important;
        margin-top: 15px !important;
        margin-bottom: 25px !important;
    }
    
    footer .p-4 {
        line-height: 1.4 !important;
        font-size: 14px !important;
    }
}
.sidebar-contact {
    position: fixed;
    left: 15px; 
    top: 50%; 
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px; 
    z-index: 9999; 
}

.sidebar-contact a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.15); 
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative; 
    overflow: hidden;
}

.whatsapp-btn {
    background-color: #0baa46;
}

.whatsapp-btn img {
    width: 30px;
    height: 30px;
}

.phone-btn.fixed-call {
    background-color: #4A90E2; 
}

.phone-main.right-facing {
    position: relative;
    color: #ffffff;
    font-size: 22px; 
    z-index: 2;
    transform: rotate(90deg); 
    display: inline-block;
    animation: none; 
}

@media (max-width: 768px) {
    .sidebar-contact {
        left: 10px;
    }
    .sidebar-contact a {
        width: 45px;
        height: 45px;
    }
}

.privacy-col{
    border-radius: 15px;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15); 
}


.btn-multiple1{
    flex: 1; 
    width:fit-content;
    text-align: center; 
    position:relative;
    border-radius: 15px !important;
    text-decoration: none; 
    font-weight: bold !important; 
    font-size: 15px !important; 
    display:block;    
    align-items: center; 
    justify-content: center; 
    gap: 4px; 
    border: none;
    padding: 10px 30px !important; 
    line-height: normal; 
    margin-left: 420px;
    background: linear-gradient(to right, #0e890c,#8eea58);
    border: 1px solid #8eea58 !important;
}

@media (max-width:768px){

.banner{
    height:450px;
}

.background-color{
    height:450px;
}

.slider-content{
    position:absolute;
    top:40px;
    left:20px;
    right:20px;
    width:auto;
    padding:0;
}

.slider-content-head,
.slider-content-head1,
.slider-content-head2{
    font-size:30px;
    line-height:1.2;
}

.slider-content-text{
    width:100%;
    font-size:14px;
}

.itinerary-form{
    position:relative;
    top:0;
    right:0;
    margin:20px auto;
    width:95%;
}



.img1{
    margin:auto;
}

.about-image{
    position:relative;
    width:100%;
    margin:0;
}

.enquiry-col-content{
    position:relative;
    margin:20px;
}

.enquiry-img{
    width:100%;
    height:auto;
    margin:0;
}

.btn-multiple{
    position:relative;
    margin:20px auto;
}

.contact-card,
.tour-form-container{
    width:100%;
    margin:10px auto;
}

}
