/********** Template CSS **********/
:root {
    --primary: #FF5C00;
    --secondary: #FE8800;
    --light: #F5F5F5;
    --dark: #14141F;
    --info:#FF5C00;
    --gray:#b3bdee;
}
.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    
}
.btn-primary:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
}
.text-primary{
    color: #FF5C00 !important;
    background-color:  #EDF0C7 !important; 
}
.text-danger{
    color: #FF5C00 !important;
}
.text-danger:hover{
    color: #fff !important;
}
.btn-outline-info{
    color: #FF5C00 !important;
    border-color: #FF5C00 !important;
    background-color: #fff;
}
.btn-outline-info:hover{
    color: #fff !important;
}
body{
    background-color: #EDF0C7;
}
/* Ensure the page scrolls with visible scrollbar */
body {
    overflow-y: auto; 
    padding-right: 0;
    scrollbar-width: 0; 
}

body::-webkit-scrollbar {
    width: 0; 
}

/* Animate the text from 0 to 77% */
@keyframes animate {
    0% {
        width: 0;
    }
    50% {
        width: 77%;
    }
    100% {
        width: 77%;
    }
}

/* Pause for 5 seconds before resetting */
@keyframes pause-animation {
    0%,65% {
        width: 77%;
    }
    100% {
        width: 0;
    }
}

@media (max-width: 720px) {
    #booking .d-flex {
        flex-wrap: wrap; 
    }
    
    #booking .col-lg-5,
    #booking .col-lg-7 {
        flex: 1 1 100%; 
    }

    #booking img.img-fluid {
        width: 100%; 
        height: auto;
    }
}

.home-about-header {
    display: flex;
    align-items: center; 
    justify-content: flex-start; 
    flex-wrap: wrap; 
}
.home-about-header h4{
    margin-bottom: 20px;
    margin-top: 15px;
    white-space: nowrap;
}
.home-about-header h2{
    margin-bottom: 20px;
    
}
.fw-medium {
    font-weight: 600 !important;
}
.fw-semi-bold {
    font-weight: 700 !important;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.back-to-top-about {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.back-to-top-service {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.back-to-top-package {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.back-to-top-contact {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.whatsapp-new {
    position: fixed;
    right: 2vw; 
    bottom: 2vw; 
    background-color: #25D366;
    color: white;
    border: none;
    padding: 1em 1.5em; 
    border-radius: 50px; 
    font-size: 1.5rem; 
    display: flex; 
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    z-index: 1000; 
}
.whatsapp-card {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background-color: #e5ddd5; 
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 240px;
    z-index: 9999;
}
.whatsapp-header {
    background-color: #2E5A1C; 
    color: white;
    padding: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
}
.whatsapp-header h6 {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    color: white;
}
.whatsapp-header span {
    font-size: 0.85rem;
    display: block;
    margin-top: 5px;
    color: #d3f3e5;
}
.x-button {
    background: transparent;
    border: none;
    font-size: 1.2rem;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
}
.whatsapp-middle {
    flex: 1;
    background-image: url("../img/whatsapp-image.jpg"); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    overflow-y: auto;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.message {
    padding: 10px;
    border-radius: 10px;
    max-width: 80%;
    font-size: 0.9rem;
}

.message.received {
    background-color: #f1f0f0;
    align-self: flex-start;
}

.whatsapp-footer {
    background-color: #fff;
    padding: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    gap: 10px;
}

.send-button {
    background-color: #4ec247; 
    color: white;
    border: none;
    border-radius: 20px;
    padding: 5px 20px;
    cursor: pointer;
    font-size: 1rem;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.send-button:hover {
    background-color: #20b358;
}

.btn-lg-square-wh {
    width: 160px;
    padding: 10px;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.whatsapp-new a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px 8px;
}

.whatsapp-new i {
    font-size: 1.7rem;
    margin-right: 0.5rem;
}

.whatsapp-new span {
    font-size: 0.8rem;
}
.home-awesome{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 480px) {
.whatsapp-new {
    bottom: 4vw;
    right: 2vw;
    padding: 0.6em;
    font-size: 1.2rem;
}
.whatsapp-card {
    bottom: 80px;
    right: 10px;
    width: 90%;
    height: 190px;
    margin-left: auto;
    margin-right: auto;
}

.whatsapp-new span {
    font-size: 0.6rem;
}
}

.whatsapp-new:hover{
color: white;
background-color: #25D366;
transform: scale(1.1);
}

.counter .image-container {
    margin-bottom: 3rem;
}

.counter .image-container img {
    border-radius: 0.25rem;
}

.counter .section-title {
    margin-bottom: 0.5rem;
}

.counter h2 {
    margin-bottom: 1.375rem;
}

.counter .list-unstyled {
    margin-bottom: 1.5rem;
}

.counter .list-unstyled .fas {
    color: #14bf98;
    font-size: 0.5rem;
    line-height: 1.375rem;
}

.counter .list-unstyled .media-body {
    margin-left: 0.625rem;
}

#counter .cell {
    display: inline-block;
    width: auto;
    margin-bottom: 0.75rem;
    vertical-align: middle; 
}

#counter .counter-value {
    display: inline-block;
    margin-right: 6px; 
    color: #FF5C00;
    font-weight: 700;
    font-size: 2.875rem;
    line-height: 3.25rem;
    font-family: "Montserrat", sans-serif;
    vertical-align: middle; 
}

#counter .counter-info {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #05090a;
    vertical-align: middle; 
    margin: 5px;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/* new */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
    -ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
    transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(37.5rem) rotateX(0); 
    -ms-transform: translateY(0) perspective(37.5rem) rotateX(0); 
    transform: translateY(0) perspective(37.5rem) rotateX(0); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
    -ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
    transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}
.btn-solid-reg {
    display: inline-block;
    padding: 1.1875rem 1.875rem 1.1875rem 1.875rem;
    border: 0.125rem solid #0b8ea8;
    border-radius: 0.25rem;
    background-color: #FF5C00;
    color: #fff;
    font: 700 0.75rem/0 "Montserrat", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-solid-reg:hover {
    background-color: transparent;
    color: var(--info);
    text-decoration: none;
}
.btn-outline-reg {
    display: inline-block;
    padding: 1.1875rem 1.875rem 1.1875rem 1.875rem;
    border: 2px solid #28a745;
    border-radius: 0.25rem;
    background-color: transparent;
    color: #28a745;
    font: 700 0.75rem/0 "Montserrat", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-reg:hover {
    background-color: #28a745;
    color: #fff;
    text-decoration: none;
}

.filter .element-item {
    position: relative;
    overflow: hidden;
    max-width: 25%; 
    background-color: #000;
}

.filter .element-item img {
    width: 100%;
    margin: 0;
    transition: all 0.3s;
}

.filter .element-item:hover img {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.filter .element-item .element-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); 
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
}

.filter .element-item:hover .element-item-overlay {
    opacity: 1;
}

.filter .element-item .element-item-overlay span {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font: 700 1.125rem/1.625rem "Montserrat", sans-serif;
}

.filter {
    padding-bottom: 3rem;
}

.filter h2,
.filter .section-title {
    text-align: center;
}

.filter h2 {
    margin-bottom: 3.25rem;
}

.filter .button-group {
    text-align: center;
}

.filter .button-group a {
    display: inline-block;
    margin-right: 0.1875rem;
    margin-bottom: 0.5rem;
    margin-left: 0.1875rem;
    padding: 0.3125rem 1.375rem 0.25rem 1.375rem;
    border-radius: 0.25rem;
    background-color: #f1f4f7;
    color: #7b7e85;
    font: 700 0.75rem/1.25rem "Montserrat", sans-serif;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter .button-group a:hover {
    background-color: #FF5C00;
    color: #fff;
}

.filter .button-group a.button.is-checked {
    background-color: #FF5C00;
    color: #fff;
}

.filter .grid {
    margin-top: 1.25rem;
    border-radius: 0.375rem;
    display: flex;
    flex-wrap: wrap;
}

.lightbox-basic {
    position: relative;
    max-width: 62.5rem;
    margin: 2.5rem auto;
    padding: 1.5625rem;
    border-radius: 0.25rem;
    background: #fff;
    text-align: left;
    
}

/**********************************/
/*     13. Project Lightboxes     */
/**********************************/
.lightbox-basic {
	position: relative;
	max-width: 62.5rem;
	margin: 2.5rem auto;
	padding: 1.5625rem;
	border-radius: 0.25rem;
	background: #fff;
	text-align: left;
}

.lightbox-basic img {
	margin-right: auto;
	margin-bottom: 2rem;
	margin-left: auto;
	border-radius: 0.25rem;
}

.lightbox-basic .line-heading {
	width: 100%;
	height: 1px;
	margin-top: 0;
	margin-bottom: 0.625rem;
	margin-left: 0;
	border: none;
	background-color: var(--primary);
}

.lightbox-basic h6 {
	margin-bottom: 2rem;
}

.lightbox-basic .testimonial-container {
	margin-top: 5px;
    padding: 0px 10px;
	border-radius: 0.25rem;
	background-color: #fbfbfb;
}

.lightbox-basic .testimonial-text {
	margin-bottom: 0.5rem;
}

.lightbox-basic .testimonial-author {
	margin-bottom: 0;
}

.lightbox-basic .btn-solid-reg,
.lightbox-basic .btn-outline-reg {
	margin-right: 0.375rem;
	margin-bottom: 1rem;
}

.lightbox-basic a.mfp-close.as-button {
	position: relative;
	width: auto;
	height: auto;
	margin-right: 0.5rem;
	color: #28a745;
	opacity: 1;
}

.lightbox-basic a.mfp-close.as-button:hover {
	color: #f2f2f2;
}

.lightbox-basic button.mfp-close.x-button {
	position: absolute;
	top: -0.375rem;
	right: -0.375rem;
	width: 2.75rem;
	height: 2.75rem;
}

.mfp-close-wp.x-button {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #ffffff; 
    cursor: pointer;
    position: absolute;
    top: 1px;
    bottom: 24px;
    right: 10px;
    z-index: 9999;
    transition: color 0.3s ease; 
}

.lightbox-basic a.mfp-close.as-button {
    position: relative;
    width: auto;
    height: auto;
    margin-right: 0.5rem;
    color: #28a745;
    opacity: 1;
    
}

.lightbox-basic a.mfp-close.as-button:hover {
    color: #f2f2f2;
}

.lightbox-basic button.mfp-close.x-button {
    position: absolute;
    top: -0.375rem;
    right: -0.375rem;
    width: 2.75rem;
    height: 2.75rem;
}


/*** Button ***/
.btn {
    font-family: 'Abril Display';
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 23px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: #FF5C00;
}
.btn-square:hover,
.btn-sm-square:hover,
.btn-lg-square:hover {
    background-color: #FE8800;
    color: white;
}

.btn-lg-square-wh {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 23px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

#defaultLogo {
    display: block;
}

#scrolledLogo {
    display: none;
}

@media (min-width: 992px) {
   

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
    .lightbox-basic img {
        margin-bottom: 0;
    }
    
    .lightbox-basic h3 {
        margin-top: 0.375rem;
    }

    .lightbox-basic .btn-solid-reg,
    .lightbox-basic .btn-outline-reg {
        margin-bottom: 0;
    }
    .navbar-light {
        position: fixed;
        width: 100%;
        top: 45px;
        left: 0;
        z-index: 999;
        background-color:#2E5A1C;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #2E5A1C;
        box-shadow: 0 0 15px #151d31 !important;
    }
   
    #scrolledLogo {
        display: none;
    }
    
    .sticky-top #defaultLogo {
        display: none;
    }
    
    .sticky-top #scrolledLogo {
        display: inline-block;
    }

}
.image-container{
    width: 100%;
    max-width: 100%;
    height: auto;
}

.hero-header {
    background:  url(../img/kashmir2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-package {
    background:  url(../img/kashmir4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-contact {
    background:  url(../img/kashmir5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 121px;
}
.header-contact-privacy {
    background:  url(../img/destination-12.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 121px;
    height: 230px;
}
.header-contact-terms {
    background:  url(../img/destination-6.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 121px;
    height: 230px;
}
.header-gallery {
    background:  url(../img/kashmir1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}

.gallery-item {
    transition: color 0.5s ease, background-position 0.5s ease; 
    background-color: #fff; 
    background: linear-gradient(to right, var(--primary) 50%, #fff 50%);
    background-size: 200% 100%; 
    background-position: right; 
}

.gallery-item:hover {
    color: var(--light) !important; 
    background-position: left;
}

.gallery-item * {
    transition: color 0.5s ease; 
    color: inherit; 
}

.gallery-item:hover * {
    color: var(--light) !important;
}

.destination img {
    transition: .5s;
}

.destination a:hover img {
    transform: scale(1.1);
}

.package-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.package-item img {
    transition: .5s;
}

.package-item:hover img {
    transform: scale(1.1);
}
/* package */
.itinerary-body{
    padding: 10px; 
    border: 2px solid #FF5C00; 
    margin-top: 5px;
    text-align: left;
}
.itinerary-body-middle{
    padding: 10px; 
    border: 2px solid #FF5C00; 
    margin-top: 5px;
    text-align: left;
}
.accommodation-main{
    border: 2px solid #FF5C00; 
    padding: 10px; 
    margin-top: 15px;
}
.accommodation-main-middle{
    border: 2px solid #FF5C00; 
    padding: 10px; 
    margin-top: 15px;
}
.accommodation-header{
    text-align: left;  
    margin-left: 22px;
}
.accommodation-header-middle{
    text-align: left;  
    margin-left: 22px;
}
.accommodation-body{
    display: flex; 
    flex-direction: row; 
    text-align: left;
     gap: 35px; 
     margin-left: auto; 
     margin-right: auto;
    width: 94%;
}
.accommodation-body-middle{
    display: flex; 
    flex-direction: row; 
    text-align: left;
     gap: 35px; 
     margin-left: auto; 
     margin-right: auto;
    width: 94%;
}
.accommodation-body-vehicie{
    width: 47%;
}
.accommodation-body-accom{
    width: 47%;
}
.accommodation-body-vehicie-middle{
    width: 47%;
}
.accommodation-body-accom-middle{
    width: 47%;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

th, td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: center;
}

th {
    background-color: #f2f2f2;
    color: #333;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}
tr:nth-child(odd) {
    background-color: #f9f9f9;
}
tr:hover {
    background-color: #dcdcdc;
}

caption {
    margin-bottom: 10px;
    font-size: 1.5em;
    color: #FF5C00;
}
.btn-header-deluxe {
    border: 2px solid var(--info);
    background-color: #f8fafb;
    color: black;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    
  }
  .active-btn-header-deluxe {
    background-color: #FF5C00;
    border: 2px solid #FF5C00;
    color: var(--light) !important;
  }
  .btn-header-deluxe-middle {
    border: 2px solid var(--info);
    background-color: #f8fafb;
    color: black;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
  }
  .active-btn-header-deluxe-middle {
    background-color: #FF5C00;
    border: 2px solid #FF5C00;
    color: var(--light) !important;
  }
  .btn-header-deluxe-footer {
    border: 2px solid var(--info);
    background-color: #f8fafb;
    color: black;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
  }
  .active-btn-header-deluxe-footer {
    background-color: #FF5C00;
    border: 2px solid #FF5C00;
    color: var(--light) !important;
  }
  
@media(max-width:768px){
    .dropdown-menu{
        margin-bottom: 20px;
       }
    .accommodation-body{
        flex-direction: column;
    }
    .accommodation-body-vehicie{
        width: 100%;
    }
    .accommodation-body-accom{
        width: 100%;
    }
    .accommodation-body-middle{
        flex-direction: column;
    }
    .accommodation-body-vehicie-middle{
        width: 100%;
    }
    .accommodation-body-accom-middle{
        width: 100%;
    }
    table {
        display: block;
        width: 100%;
        overflow-x: auto; 
        white-space: nowrap;
    }

    th, td {
        white-space: nowrap; 
    }
}
/*** Booking ***/
.booking {
    background: linear-gradient(rgb(15 23 43 / 44%), rgb(15 23 43 / 25%)), url(../img/BookAticketoption2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 0px 0px 130px;
    padding-top: 30px;
    padding-bottom: 30px;
    
    
}
.bookingContainer{
    background-color: #251d1d9e;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-radius: 20px 20px;
}

/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    background-color: #fff;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
    background: var(--primary);
    color: #FFFFFF;
}

/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0;
    z-index: 1;
}



.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}
.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
   
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
    background-color: #FF5C00;
}

.footer .btn.btn-social:hover {
    color:#fff !important;
    background-color: #FE8800 !important;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid #fff;
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #fff;
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


/* package button group */
.card {
    margin: 10px;
  }
  .card-body{
    padding: 0px 15px 10px 15px;
    height: 110px;
  }
  .silkroute-card{
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transition: transform 0.3s ease;
    border-radius: 20px;
  }

 .package-middle-header{
    text-align: center;
    font-size: 37px;
    font-weight: bold;
    color: black;
 }
  
  .silkroute-card:hover {
    transform: scale(1.05); 
  }
  
  .card-img-top {
    object-fit: cover;
    height: 200px; 
    border-radius: 0px 0px 0px 60px;
  }
  .silkroute-button-group {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 16px; 
    justify-content: center; 
  }
  
  .silkroute-button-group .btn-view {
    padding: 5px 10px;
    font-size: 1rem; 
    border: 2px solid transparent; 
    border-radius: 10px; 
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    outline: none;
  }
  .silkroute-button-group .btn-view-middle {
    padding: 5px 10px;
    font-size: 1rem; 
    border: 2px solid transparent; 
    border-radius: 10px; 
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    outline: none;
  }
  .silkroute-button-group .btn-view-footer {
    padding: 5px 10px;
    font-size: 1rem; 
    border: 2px solid transparent; 
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    outline: none;
  }
  .silkroute-button-group .btn-book{
    padding: 5px 10px;
    font-size: 1rem; 
    border: 2px solid #28a745;
    border-radius: 0.25rem; 
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    outline: none;
    border-radius: 10px;
  }
  .silkroute-button-group .btn-book-middle{
    background-color: transparent;
    color: #28a745; 
    border-color: #28a745;
    padding: 5px 10px;
    font-size: 1rem;
    border: 2px solid #28a745; 
    border-radius: 0.25rem; 
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    outline: none;
    border-radius: 10px;
  }
  .silkroute-button-group .btn-book-footer{
    background-color: transparent;
    color: #28a745; 
    border-color: #28a745;
    padding: 5px 10px;
    font-size: 1rem;
    border: 2px solid #28a745; 
    border-radius: 0.25rem; 
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    outline: none;
    border-radius: 10px;
  }

  .btn-view {
    background-color: var(--info); 
    color: white;
    border-color: var(--info);
  }
  .btn-view-middle {
    background-color: var(--info); 
    color: white;
    border-color: var(--info);
  }
  .btn-view-footer {
    background-color: var(--info); 
    color: white;
    border-color: var(--info);
  }
  
  .btn-view:hover {
    background-color: var(--secondary); 
    border-color: var(--secondary);
  }
  .btn-view-middle:hover {
    background-color: #FE8800; 
    border-color: #FE8800;
  }
  .btn-view-footer:hover {
    background-color: #FE8800; 
    border-color: #FE8800;
  }
  
  .btn-book {
    background-color: transparent;
    color: #28a745; 
    border-color: #28a745;
  }
  .btn-book-new {
    background-color: transparent;
    color: #28a745; 
    border-color: #28a745;
  }
  
  .btn-book:hover {
    background-color: #28a745;
    color: white;
  }
  .btn-book-middle:hover {
    background-color: #28a745;
    color: white;
  }
  .btn-book-footer:hover {
    background-color: #28a745;
    color: white;
  }
.btn-header {
    border: 2px solid var(--info);
    background-color: #fff;
    color: #010a14;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .btn-header-new {
    border: 2px solid var(--info);
    background-color: transparent;
    color: #010a14;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
  }
 
  
  /* Hover effect */
  /* .btn-header:hover {
    background-color: var(--info);
    color: white;
  } */
  
  .btn-header-deluxe-button {
    border: 2px solid var(--info);
    background-color: #f8fafb;
    color: black;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
  }
  .active-btn-header-deluxe-button {
    background-color: #FF5C00;
    border: 2px solid #FF5C00;
    color: var(--light) !important;
  }
  .btn-header-deluxe-darjeeling-header {
    border: 2px solid var(--info);
    background-color: #f8fafb;
    color: black;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
  }
  .active-btn-header-deluxe-darjeeling-header {
    background-color: #FF5C00;
    border: 2px solid #FF5C00;
    color: var(--light) !important;
  }
  .btn-header-standard-button {
    border: 2px solid var(--info);
    background-color: #f8fafb;
    color: black;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
  }
  .active-btn-header-standard-button {
    background-color: #FF5C00;
    border: 2px solid #FF5C00;
    color: var(--light) !important;
  }
  
  .active-btn-header {
    background-color: var(--info) !important;
    color: white !important;
  }
  .active-btn-header-new {
    background-color: var(--info) !important;
    color: white !important;
  }

  .img-span{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 24px;
    background-color: #4E9525;
    color: #fff;
    padding: 10px 8px;
    border-radius: 10px;
    box-shadow: 10px 10px 7px #7a8487e6;
    font-weight: bold;    padding-left: 20px;
    padding-right: 20px;
  }
.popup-new {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease; 
  }
  .popup-new-middle {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease; 
  }
  .popup-new-footer {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease; 
  }
  .popup-content-new {
    background-color: #fff;
    padding: 30px 0px 30px 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 950px; 
    max-height: 95vh; 
    overflow-y: auto; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    transform-style: preserve-3d;
    transform: rotateX(90deg); 
    transform-origin: center; 
    transition: transform 0.6s ease-out;
  }
  .popup-content-new-middle {
    background-color: #fff;
    padding: 30px 0px 30px 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 950px; 
    max-height: 95vh; 
    overflow-y: auto; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    transform-style: preserve-3d;
    transform: rotateX(90deg); 
    transform-origin: center; 
    transition: transform 0.6s ease-out;
  }
  .popup-content-new-footer {
    background-color: #fff;
    padding: 30px 0px 30px 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 950px; 
    max-height: 95vh; 
    overflow-y: auto; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    transform-style: preserve-3d;
    transform: rotateX(90deg); 
    transform-origin: center; 
    transition: transform 0.6s ease-out;
  }
  
  .popup-new.show .popup-content-new {
    transform: rotateX(0deg); 
  }
  .popup-new-middle.show .popup-content-new-middle {
    transform: rotateX(0deg); 
  }
  .popup-new-footer.show .popup-content-new-footer {
    transform: rotateX(0deg); 
  }
  .popup-new.show .popup-content-new {
    transform: rotateX(0deg); 
  }
  .popup-new-middle.show .popup-content-new-middle {
    transform: rotateX(0deg); 
  }
  .popup-new-footer.show .popup-content-new-footer {
    transform: rotateX(0deg); 
  }

  .close-new {
    color: #161414;
    position: relative;
    float: right;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
}
.close-new-middle {
    color: #161414;
    position: relative;
    float: right;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
}
.close-new-footer {
    color: #161414;
    position: relative;
    float: right;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
}
  
  .close-new:hover,
  .close-new:focus {
    color: #000;
  }
  .close-new-middle:hover,
  .close-new-middle:focus {
    color: #000;
  }
  .close-new-footer:hover,
  .close-new-footer:focus {
    color: #000;
  }

  .btn-book-header {
    background-color: transparent;
    color: #28a745; 
    border-color: #28a745;
    padding: 5px 10px;
    font-size: 1rem;
    border: 2px solid #28a745; 
    border-radius: 0.25rem; 
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    outline: none;
    border-radius: 10px;
}

.btn-book-header:hover {
    background-color: #28a745;
    color: white;
}

.popup-new-book {
    display: none; 
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    align-items: center;
    justify-content: center;
    transition: all 0.6s ease-in-out; 
}

.popup-content-new-book {
    background-color: white;
    padding: 30px;
    border-radius: 5px;
    width: 520px;
    max-height: 95vh; 
    overflow-y: auto; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    transform-style: preserve-3d;
    transform: rotateX(90deg); 
    transform-origin: center; 
    transition: transform 0.6s ease-out;
}

.popup-new-book.show .popup-content-new-book {
    transform: rotateX(0deg); 
}

.close-new-book {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
}

.no-scroll {
    overflow: hidden;
}
.reservation-form-book {
    flex: 1;
    background-color: white;
}

@media (max-width: 992px) {
    .popup-content-new {
      width: 85%; 
      max-width: 800px; 
    }
    .popup-content-new-middle {
        width: 85%;
        max-width: 800px; 
      }
      .popup-content-new-footer {
        width: 85%; 
        max-width: 800px; 
      }  
    
  }
  
  @media (max-width: 768px) {
    .popup-content-new {
      width: 90%; 
      max-width: 600px; 
      padding: 15px; 
    }
    .popup-content-new-middle {
        width: 90%; 
        max-width: 600px; 
        padding: 15px; 
      }
      .popup-content-new-footer {
        width: 90%; 
        max-width: 600px; 
        padding: 15px; 
      }
  }

  @media (max-width: 480px) {
    .popup-content-new {
      width: 95%; 
      max-width: 500px; 
      padding: 10px; 
      
    }
    .popup-content-new-middle {
        width: 95%; 
        max-width: 500px; 
        padding: 10px; 
    }   
    .popup-content-new-footer {
        width: 95%; 
        max-width: 500px; 
        padding: 10px; 
    }    
      
      .navbar-light .navbar-brand img {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #counter .counter-value{
        font-weight: 600;
        font-size: 1.875rem;
    }
  }
  
  
  
  @media (max-width: 768px) {
    .silkroute-button-group .btn {
      width: 40%;
      margin-bottom: 10px; 
    }
  }
  @media (max-width: 576px) {
    .silkroute-button-group .btn {
      padding: 8px 16px;
      font-size: 0.9rem;
    }
  }

  @media (max-width: 480px) {
    .card-body{
        padding-bottom: 0px;
    }
    .card-body span.card-text {
      font-size: 15px;
    }
    .silkroute-button-group{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 15px;
    }
    .silkroute-button-group .btn-view{
        width: 40%; 
        font-size: 14px;
      }
      .silkroute-button-group .btn-view-middle{
        width: 40%; 
        font-size: 14px;
      }
      .silkroute-button-group .btn-view-footer{
        width: 40%; 
        font-size: 14px;
      }
      .silkroute-button-group .btn-book{
        width: 40%; 
        font-size: 14px;
      }
  }
  
@media (max-width: 768px) {
    .navbar-light .navbar-brand img {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .whatsapp-header, .whatsapp-footer {
        padding: 10px;
    }
    .whatsapp-new {
        bottom: 5vw;
        right: 3vw;
    }
    .whatsapp-card {
        bottom: 100px;
        right: 10px;
        width: 90%;
        height: 200px;
        z-index: 9999;
        margin-left: auto;
        margin-right: auto;
    }
    
    .whatsapp-header, .whatsapp-footer {
        padding: 10px;
    }
    .navbar-light{
        background-color: #2E5A1C;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 55555;
    }
    .navbar-light .navbar-nav .nav-link{
        color: white;
        background-color: #2E5A1C;

    }
    .whatsapp-new span {
        font-size: 0.7rem;
    }
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
    .filter .element-item {
        width: 25%; 
    }
    .filter .element-item .element-item-overlay { 
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .filter .element-item:hover .element-item-overlay {
        opacity: 1;
    }
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
    .filter .element-item {
        width: 25%; 
    }
    .filter .element-item .element-item-overlay { 
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .filter .element-item:hover .element-item-overlay {
        opacity: 1;
    }
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container-form-new {
    display: flex;
    margin: 50px auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
} 

.form-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-image {
    flex: 1;
}

.reservation-form {
    flex: 1;
    padding: 0px 0px 10px 10px;
    background-color: white;
}

.form-group {
    margin-bottom: 20px;
    width: 50%;
}

.form-group label {
    display: block;
    font-size: 14px;
}
.form-group-main-new {
    margin-bottom: 20px;
    width: 100%;
}

.form-group-main-new label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}
.form-group-main-new input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

input[type="date"] {
    font-family: 'Arial', sans-serif;
}

.btn-book-silk {
    width: 100%;
    padding: 12px;
    background-color: #FF5C00;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

.btn-book-silk:hover {
    background-color:#FE8800;
}
.booking-form{
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.form-group-main{
    display: flex;
    gap: 20px;
}
@media (max-width: 768px) {
    .booking-form {
        flex-direction: column;
        gap: 10px; 
    }
    .form-group {
        width: 100%; 
    }
    .form-group-main{
        width: 100%;
    }

    .container-form-new {
        margin: 20px auto;
        box-shadow: none; 
    }
}
@media (max-width: 480px) {
    .navbar-light .navbar-brand img {
        max-height: 45px;
        transition: .5s;
    }
    .reservation-form {
        padding: 5px;
    }

    .btn-book-silk {
        font-size: 14px;
        padding: 10px;
    }
    .form-group {
        width: 45%; 
    }

}
@media (max-width:350px) {
    .email{
        font-size: 13px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .email i {
        flex-shrink: 0; 
      }
}
.expandableText {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; 
    overflow: hidden;
    text-overflow: ellipsis;
    transition: max-height 0.3s ease;
  
}

.extraText {
    display: none; 
}

.expanded .extraText {
    display: inline; 
}

.read-more {
    color: rgb(3, 3, 34);
    cursor: pointer;
    text-align: right;
    margin-top: 5px;
}

.btn-header-gallery {
    padding: 10px 20px;
    margin: 5px;
    border: 2px solid #FF5C00;
    background-color: #f0f0f0;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-header-gallery.active-btn-header-gallery {
    background-color: var(--info);
    color: #fff;
}


.element-container {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px; 
}


.element-item {
    flex: 1 1 calc(25% - 15px); 
    max-width: calc(25% - 15px); 
}

.element-item img {
    width: 100%;
    height: 230px;
    border-radius: 4px;
    object-fit: cover;
    display: block;
}
@media (max-width: 992px){
    .gallery-con{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 768px) {
    .element-item {
        flex: 1 1 calc(50% - 15px); 
        max-width: calc(50% - 15px);
       
    }
    .element-container{
        gap: 30px;
    }
    .gallery-con{
        padding-left: 20px;
        padding-right: 20px;
    }
    .gallery-readmore{
        padding-right: 12px;
    }
}

@media (max-width: 480px) {
    .element-item {
        flex: 1 1 calc(100% - 5px); 
        max-width: calc(100% - 5px);
    }
    .gallery-readmore{
        padding-right: 29px;
    }
}
/* gallery end */
.element-container {
    position: relative;
}

.element-item {
    border-radius: 0px 0px 0px 60px;
    position: relative;
    overflow: hidden;
}

.element-item img {
    display: block;
    transition: transform 0.3s ease; 
}
.element-item:hover img {
    transform: scale(1.1); 
}

.element-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.element-item:hover .element-item-overlay {
    opacity: 1;
}

.element-item-overlay span {
    color: #fff;
    font: 700 1.125rem/1.625rem "Montserrat", sans-serif;
    z-index: 3;
}

.active-btn-header-gallery {
    background-color: #FF5C00;
    border: 2px solid #FF5C00;
    color: var(--light) !important;
  }
.thumbnail {
    overflow: hidden; 
    border-radius: 8px; 
}

.zoom-effect {
    transition: transform 0.3s ease; 
}

.zoom-effect:hover {
    transform: scale(1.05); 
}
/* new */
.carousel-item.active{
    margin-top: 122px;
}

@media (max-width: 991.8px){
    .navbar-light {
        position: fixed;
        width: 100%;
        left: 0;
        z-index: 999;
        background-color:#2E5A1C;
    }
    .navbar-light .navbar-brand img{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .dropdown-menu{
        margin-bottom: 20px;
       }
    .carousel-item.active{
        margin-top: 92px;
    } 
    .header-contact{
        margin-top: 93px;
    }
    .header-contact-privacy{
        margin-top: 93px;
    }
    .header-contact-terms{
        margin-top: 93px;
    }
}
#topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; 
    background-color: #333; 
   
}
.bg-dark {
    background-color: #4E9525 !important;
}

.input-group input {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box; 
}

.input-group button {
    position: absolute;
    height: 100%;
    width: 30px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    cursor: pointer;
    color: #333;
}

.input-group button#decrement-btn {
    left: 0;
}

.input-group button#increment-btn {
    right: 0;
}
.input-group button#decrement-btn-middle-dar {
    left: 0;
}
.input-group button#increment-btn-footer-dar {
    right: 0;
}
.input-group button#decrement-btn-footer-dar {
    left: 0;
}

.input-group button#increment-btn-middle-dar {
    right: 0;
}
.input-group button#decrement-btn-main {
    left: 0;
}

.input-group button#increment-btn-main {
    right: 0;
}
.input-group button#decrement-btn-process {
    left: 0;
}

.input-group button#increment-btn-process {
    right: 0;
}
.input-group button#decrement-btn-middle {
    left: 0;
}

.input-group button#increment-btn-middle {
    right: 0;
}
.input-group button#decrement-btn-footer {
    left: 0;
}

.input-group button#increment-btn-footer {
    right: 0;
}

.input-group button#decrement-btn-Main {
    left: 0;
}

.input-group button#increment-btn-Main {
    right: 0;
}
.input-group button#decrement-btn-dar {
    left: 0;
}


.input-group button#increment-btn-dar {
    right: 0;
}

.age-fields {
    width: 100%;
    display: flex;
    gap: 12px;
    flex-direction: row;
    flex-wrap: wrap;
}

.age-fields {
    width: 100%;
    display: flex;
    gap: 12px;
    flex-direction: row;
    flex-wrap: wrap;
}

.age-field {
    flex: 1 1 calc(23.33% - 12px); 
    margin-bottom: 10px;
}

.age-field label {
    display: block;
    margin-bottom: 2px; 
    font-size: 14px;
}

.age-field select {
    width: 100%;
    padding: 4px 5px; 
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box; 
}

@media screen and (max-width: 768px) {
    .age-field {
        flex: 1 1 calc(50% - 12px);
    }
}

@media screen and (max-width: 480px) {
    .header-contact{
        margin-top: 70px;
    }
    .header-contact-privacy{
        margin-top: 70px;
    }
    .header-contact-terms{
        margin-top: 70px;
    }
    .carousel-item.active{
        margin-top: 70px;
    } 
    .age-field {
        flex: 1 1 100%;
    }
}
.dropdown-menu {
    background-color: #EDF0C7; 
}

.dropdown-item {
    color: black; 
}

.dropdown-item:hover {
    background-color: #4E9525; 
    color: white; 
}

.popup-new-read-darjeeling {
    display: none; 
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease;
}

.popup-content-new-read-darjeeling {
    background-color: #fff;
    padding: 30px 0px 30px 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 950px; 
    max-height: 95vh; 
    overflow-y: auto; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    transform: rotateX(90deg); 
    transform-origin: center;
    transition: transform 0.6s ease-out;
}

.popup-new-read-darjeeling.show .popup-content-new-read-darjeeling {
    transform: rotateX(0deg); 
}

.close-new-read {
    color: #161414;
    position: relative;
    float: right;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
    
}
.close-new-read-header {
    color: #161414;
    position: relative;
    float: right;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
}
.close-new-read-middle {
    color: #161414;
    position: relative;
    float: right;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
}
.close-new-read-footer {
    color: #161414;
    position: relative;
    float: right;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
}
.no-scroll {
    overflow: hidden;
}

/* Show popup when the 'show' class is added */
.popup-new-read-darjeeling.show {
    display: flex;
}

/* Button Styling */
.btn-view-darjeeling-first,
.btn-view-darjeeling-header,
.btn-view-darjeeling-middle,
.btn-view-darjeeling-footer {
    padding: 5px 10px;
    font-size: 1rem; 
    border: 2px solid transparent; 
    border-radius: 10px; 
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: var(--info); 
    color: white;
    border-color: var(--info);
}

.btn-view-darjeeling-first:hover,
.btn-view-darjeeling-header:hover,
.btn-view-darjeeling-middle:hover,
.btn-view-darjeeling-footer:hover {
    background-color: #FE8800; 
    border-color: #FE8800;
}
.btn-book-darjeeling-first,
.btn-book-darjeeling-header,
.btn-book-darjeeling-middle,
.btn-book-darjeeling-footer {
    background-color: transparent;
    color: #28a745; 
    border: 2px solid #28a745; 
    padding: 5px 10px;
    font-size: 1rem;
    border-radius: 10px; 
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    outline: none;
}

.btn-book-darjeeling-first:hover,
.btn-book-darjeeling-header:hover,
.btn-book-darjeeling-middle:hover,
.btn-book-darjeeling-footer:hover {
    background-color: #28a745;
    color: white;
}

.popup-new-book-darjeeling {
    display: none; 
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease;
}
.popup-new-book-darjeeling.show .popup-content-new-book-darjeeling {
    transform: rotateX(0deg); 
}

.popup-content-new-book-darjeeling {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #888;
    width: 530px;
    max-height: 95vh; 
    overflow-y: auto; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    transform: rotateX(90deg); 
    transform-origin: center;
    transition: transform 0.6s ease-out;
}
.close-new-book-darjeeling {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
}

.testimonial-item {
    height: 370px; 
    overflow: hidden; 
}

.expandableText {
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4; 
    transition: height 0.3s ease; 
}

.expandableText.expanded {
    display: block; 
    -webkit-line-clamp: unset; 
}


.video-container {
    max-width: 399px; 
    margin-left: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6); 
    border-radius: 5px; 
    overflow: hidden; 
}

/* Media Queries for Responsiveness */
@media (max-width: 991px) {
    .video-container {
        max-width: 65%;
        margin-left: 10px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .home-about-header h4 {
        margin-bottom: 20px;
        margin-top: 0px;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .video-container {
        /* Optional styles for screens 768px and below */
        max-width: 80%; 
        margin-left: 0px;
        margin-bottom: 17px;
        margin-top: 5px;
    }
}

@media (max-width: 480px) {
    .video-container {
        /* Optional styles for screens 480px and below */
        max-width: 80%; 
        margin-bottom: 12px;
        margin-top: 0px;
    }
}
@media (max-width: 1399px) and (min-width: 1201px) {
    .welcome-text {
        font-size: 1.4rem; 
        margin-right: 10px;
    }
    .welcome-text-privacy {
        font-size: 1.4rem; 
        margin-right: 10px;
    }
    .video-container{
        margin-left: 0px;
        max-width: 350px;
    }
    .home-about-header{
        flex-direction: row;
        align-items: center; 
        text-align: left; 
        gap: 5px;
        flex-wrap: nowrap;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .welcome-text {
        font-size: 1.3rem; 
        margin-right: 10px; 
    }
    .welcome-text-privacy {
        font-size: 1.3rem; 
        margin-right: 10px; 
    }
    .video-container{
        margin-left: 0px;
        max-width: 300px;
    }
    .home-about-header{
        flex-direction: row;
        align-items: center; 
        text-align: left; 
        gap: 5px;
        flex-wrap: nowrap;
    }
}
.img-fluid-meet{
    max-width: 100%; 
    width: 100%; 
    height: 340px; 
    object-fit: cover; 
    border-radius: 0px 0px 0px 90px; 
    display: block;
}
.meet-guide-text{
    height: 125px;
}

.top-right-overlay {
    position: absolute;
    top: 10px; 
    right: 10px; 
    z-index: 10; 
    width: 100px; 
    height: auto; 
}
@media (max-width: 1400px) {
    .img-fluid-meet {
        height: 340px;
    }
}
@media (max-width: 992px) {
    .img-fluid-meet {
        height: 300px; 
    }
}
@media (max-width: 768px) {
    .img-fluid-meet {
        height: 270px; 
    }
}
@media (max-width: 480px) {
    .meet-guide-text{
        height: 85px;
    }
}
.img-fluid-about{
    border-radius: 0px 100px;
}
.img-fluid-destination{
    border-radius: 0px 0px 0px 100px;
}
.img-fluid-destination-new{
    border-radius: 0px 0px 0px 80px;
}
@media (max-width:480px) {
    .about-main{
        padding-top: 3rem !important;
        padding-bottom: 1rem !important;
    }
    .gallery-readmore{
            margin-bottom: 2rem !important;
            margin-top: 1.5rem !important;

    }
    .awesomepackages{
        margin-bottom: 1rem !important;
    }
    .bookingnew{
        padding-top: 3rem !important;
    padding-bottom: 1rem !important;
    }
    /* .row-about{
        --bs-gutter-y: 2rem;
    } */
    .element-item img{
        border-radius: 4px 4px 4px 50px;
    }
    .img-fluid-about {
        border-radius: 0px 60px;
    }
    .img-fluid-destination{
        border-radius: 0px 0px 0px 60px;
    }
    .img-fluid-destination-new{
        border-radius: 0px 0px 0px 60px;
    }
}

@media (max-width:991.8px) {
    .img-fluid-destination{
        border-radius: 0px 0px 0px 60px;
    }
    .img-fluid-destination-new{
        border-radius: 0px 0px 0px 60px;
    }
    .booking{
        border-radius: 0px 0px 0px 90px;
    }
}
@media (max-width:768px) {
    .img-fluid-destination{
        border-radius: 0px 0px 0px 80px;
    }
    .img-fluid-destination{
        border-radius: 0px 0px 0px 60px;
    }
    .booking{
        border-radius: 0px 0px 0px 70px;
    }
}
@media (max-width:479px) {
    .img-fluid-destination{
        border-radius: 0px 0px 0px 50px;
    }
    .img-fluid-destination{
        border-radius: 0px 0px 0px 50px;
    }
}
@media (max-width: 1200px) and (min-width: 992px){
    .card-text{
        font-size: 13px;
    }
    .silkroute-button-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        /* padding-left: 15px; */
        /* padding-right: 15px; */
        padding-bottom: 16px;
        justify-content: center;
    }
    .silkroute-button-group .btn-view {
        padding: 5px 10px;
        font-size: 12px;
    }
    .silkroute-button-group .btn-book {
        font-size: 12px;
    }
    .btn-view-darjeeling-first , 
    .btn-view-darjeeling-header , 
    .btn-view-darjeeling-middle, 
    .btn-view-darjeeling-footer{
        font-size: 12px;
    }
    .btn-book-darjeeling-first, 
    .btn-book-darjeeling-header , 
    .btn-book-darjeeling-middle, 
    .btn-book-darjeeling-footer{
        font-size: 12px;
    }
    
    .form-floating label {
        font-size: 14px; 
        margin-top: 2px;
    }
    .booking{
        border-radius: 0px 0px 0px 90px;
    }
}
#childrensheader{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}
#childrensMain{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}
#childrensmiddle{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}
#childrensfooter{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}
@media (max-width:580px) {
    .form-group-main-index{
        width: 46%;
    }
    .form-group-main-index-footer{
        width: 100%;
    }
}
@media (max-width:480px) {
    
    .booking {
        border-radius: 0px 0px 0px 50px;
    }
    .bookingContainer{
        width: 86%;
    }
    .home-booking{
        font-size: 30px;
        margin-bottom: 1rem !important;
    }
    .form-group-main-index{
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 0px;
    }
    .form-group-main-index-footer{
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 0px;
    }
    .form-group-index{
        width: 100%;
    }
    
}

.index-book-button{
    width: 55%;
    text-align: center;
    display: flex;
    margin-left: auto;
    justify-content: center;
    margin-right: auto;
    padding: 12px;
    background-color: #FF5C00;
    color: white;
    border: none;
    border-radius: 40px;
    
    
}




  .animatedbook {
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
  }
  
  .animatedbook.infinite {
    animation-iteration-count: infinite;
  }
  
  @keyframes flash {
  
    from,
    50%,
    to {
      /* opacity: 1; */
      background: #FF5C00;
      color: #fff;
    }
  
    25%,
    75% {
      /* opacity: 0; */
      background: #faa73a;
      color: #ff5100;
    }
  }
  
  .flash {
    animation-name: flash;
  }
  /* 3 East Step */
 
.process-card, .process-card-middle, .process-card-footer {
    position: relative;
    width: 100%;
    height: 242px;
    perspective: 1000px;
}

.card-face, .card-face-middle, .card-face-footer {
    position: absolute;
    width: 100%;
    height: 95%;
    backface-visibility: hidden;
    transition: transform 0.6s ease;

}

.front {
    transform: rotateY(0deg);
}

.front-middle {
    transform: rotateY(0deg);
}

.front-footer {
    transform: rotateY(0deg);
}

.back {
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebf3f2 !important;
    border: 1px solid #FF5C00;
    padding: 20px;
    color: #333;
}

.back-middle {
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebf3f2 !important;
    border: 1px solid #FF5C00;
    padding: 20px;
    color: #333;
}

.back-footer {
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebf3f2 !important;
    border: 1px solid #FF5C00;
    padding: 20px;
    color: #333;
}

.process-card:hover .front, 
.process-card-middle:hover .front-middle,
.process-card-footer:hover .front-footer {
    transform: rotateY(-180deg);
}

.process-card:hover .back, 
.process-card-middle:hover .back-middle,
.process-card-footer:hover .back-footer {
    transform: rotateY(0deg);
}
.card-face-footer-logo{
    width: 100px; 
    height: 100px; 
    background-color: var(--primary); 
   
    display: flex; 
    align-items: center; 
    justify-content: center; 
}
.bank-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    gap: 5.2px;
}

.bank-item {
    display: flex;
    align-items: center; 
    gap: 5px;
}

.bank-logo {
    width: 23px; 
    height: auto; 
    margin-right: 10px; 
}
@media (max-width:400px) {
    
    .front-footer p{
        font-size: 13px;
    }
    .bank-item p{
        font-size: 12px;
    }
    .front-middle p{
        font-size: 13px;
    }
    .front p{
        font-size: 13px;
    }
}
@media (max-width:350px) {
    .bank-item p{
        font-size: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .card-face p {
        font-size: 13px; 
    }
    .card-face-middle p {
        font-size: 13px; 
    }
    .card-face-footer p {
        font-size: 13px; 
    }
    .card-face p {
        font-size: 13px;
    }
    .card-face, .card-face-middle, .card-face-footer {
        position: absolute;
        width: 100%;
        height: 90%;
    }
}
/* Popup overlay styling */
.popup-new-book-kashmir {
    display: none; 
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease;
}

/* Popup content styling */
.popup-content-new-book-kashmir {
    background-color: white;
    padding: 30px;
    border-radius: 5px;
    width: 520px;
    max-height: 95vh; 
    overflow-y: auto; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    transform-style: preserve-3d;
    transform: rotateX(90deg); 
    transform-origin: center; 
    transition: transform 0.6s ease-out;
}

/* Show popup animation */
.popup-new-book-kashmir.show .popup-content-new-book-kashmir {
    transform: rotateX(0deg); 
}

/* Button styling */
.btn-book-kashmir-first,
.btn-book-kashmir-header,
.btn-book-kashmir-middle,
.btn-book-kashmir-footer {
    background-color: transparent;
    color: #28a745;
    border: 2px solid #28a745;
    padding: 5px 10px;
    font-size: 1rem;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    outline: none;
}

.btn-book-kashmir-first:hover {
    background-color: #28a745;
    color: white;
}

/* Close button styling */
.close-new-book-kashmir {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
}

.no-scroll {
    overflow: hidden;
}
.btn-view-kashmir-first,
.btn-view-kashmir-header,
.btn-view-kashmir-middle,
.btn-view-kashmir-footer {
    padding: 5px 10px;
    font-size: 1rem; 
    border: 2px solid transparent; 
    border-radius: 10px; 
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: var(--info); 
    color: white;
    border-color: var(--info);
}

.btn-view-kashmir-first:hover,
.btn-view-kashmir-header:hover,
.btn-view-kashmir-middle:hover,
.btn-view-kashmir-footer:hover {
    background-color: #FE8800; 
    border-color: #FE8800;
}

/* kashmir popup card - 1 css */
.popup-new-read-kashmir {
    display: none; 
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease;
}

.popup-new-read-kashmir.show {
    display: flex;
}

.popup-content-new-read-kashmir {
    background-color: #fff;
    padding: 30px 0px 30px 20px;
    border: 1px solid #888;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    max-width: 950px; 
    max-height: 95vh; 
    overflow-y: auto; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    transform: rotateX(90deg); 
    transform-origin: center;
    transition: transform 0.6s ease-out;
}

.popup-new-read-kashmir.show .popup-content-new-read-kashmir {
    transform: rotateX(0deg); 
}




/* kashmir popup card - 1 css end*/
/* kashmir popup card - 2 css */
.popup-new-read-kashmir-header {
    display: none; 
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease;
}

.popup-new-read-kashmir-header.show {
    display: flex;
}

.popup-content-new-read-kashmir-header {
    background-color: #fff;
    padding: 30px 0px 30px 20px;
    border: 1px solid #888;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    max-width: 950px; 
    max-height: 95vh; 
    overflow-y: auto; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    transform: rotateX(90deg); 
    transform-origin: center;
    transition: transform 0.6s ease-out;
}

.popup-new-read-kashmir-header.show .popup-content-new-read-kashmir-header {
    transform: rotateX(0deg); 
}

.close-new-read-header {
    color: #161414;
    position: relative;
    float: right;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
}


/* kashmir popup card - 2 css end*/
/* kashmir popup card - 3 css */
.popup-new-read-kashmir-middle {
    display: none; 
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease;
}

.popup-new-read-kashmir-middle.show {
    display: flex;
}

.popup-content-new-read-kashmir-middle {
    background-color: #fff;
    padding: 30px 0px 30px 20px;
    border: 1px solid #888;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    max-width: 950px; 
    max-height: 95vh; 
    overflow-y: auto; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    transform: rotateX(90deg); 
    transform-origin: center;
    transition: transform 0.6s ease-out;
}

.popup-new-read-kashmir-middle.show .popup-content-new-read-kashmir-middle {
    transform: rotateX(0deg); 
}

.close-new-read-middle {
    color: #161414;
    position: relative;
    float: right;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
}


/* kashmir popup card - 3 css end*/
/* kashmir popup card - 4 css */
.popup-new-read-kashmir-footer {
    display: none; 
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease;
}

.popup-new-read-kashmir-footer.show {
    display: flex;
}

.popup-content-new-read-kashmir-footer {
    background-color: #fff;
    padding: 30px 0px 30px 20px;
    border: 1px solid #888;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    max-width: 950px; 
    max-height: 95vh; 
    overflow-y: auto; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    transform: rotateX(90deg); 
    transform-origin: center;
    transition: transform 0.6s ease-out;
}

.popup-new-read-kashmir-footer.show .popup-content-new-read-kashmir-footer {
    transform: rotateX(0deg); 
}

.close-new-read-footer {
    color: #161414;
    position: relative;
    float: right;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
}



/* kashmir popup card - 4 css end*/
#childrensprocess{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}
.book-text{
    color: #fff;
    font-weight: bold;
}

.font-style-Bahnschrift,.font-style-Bahnschrift-rotate {
    font-family: Roboto, sans-serif;
    color: #17191de8;
}
.font-style-testimonial{
    font-family: Roboto, sans-serif;
    color: #17191de8;
}
.font-style-book{
    font-family: Roboto, sans-serif;
}
.font-style-Bahnschrift-new{
    font-family: Roboto, sans-serif;
    color: #fff;
}
.font-brush{
    font-family: Roboto, sans-serif;
}
.font-franklin{
    font-family: Roboto, sans-serif;
}
@media (max-width:992px) {
    .font-style-Bahnschrift-rotate {
        font-size: 15px;
    } 
}
@media (max-width:768px) {
    .font-style-Bahnschrift,.font-style-Bahnschrift-rotate {
        font-size: 18px;
    } 
    .font-style-Bahnschrift-new , .footer .btn.btn-link{
        font-size: 18px;
    }
}
@media (max-width:480px) {
    .font-style-Bahnschrift , .font-style-Bahnschrift-new,.font-style-Bahnschrift-rotate{
        font-size: 13px;
    } 
    .font-style-testimonial{
        font-size: 13px;
    }
}
.font-main{
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
}
.font-style-Bahnschrift-privacy{
    font-family: Roboto, sans-serif;
    color: #585d68e8;
}
.font-style-Bahnschrift-privacy-new{
    font-family: Roboto, sans-serif;
    color: #17191de8;
    font-size: 18px;
}
.welcome-text-privacy{
    border-left: 7px solid #4E9525; 
    padding-left: 15px; 
    margin: 0; 
}
.privacy-link {
    color: #4E9525; 
    text-decoration: none; 
}

.privacy-link:hover {
    color: #2E5A1C; 
    text-decoration: underline; 
}
.privacy{
    margin-top: 122px;
}
@media (max-width:992px) {
    .privacy{
        margin-top: 80px;
    } 
}
@media (max-width:480px) {
    .privacy{
        margin-top: 60px;
    } 
    .welcome-text-privacy{
        font-size: 20px;
    }
    .font-style-Bahnschrift-privacy{
        font-family: Roboto, sans-serif;
        color: #585d68e8;
        font-size: 14px;
    }
    .font-style-Bahnschrift-privacy-new{
        font-family: Roboto, sans-serif;
        color: #17191de8;
        font-size: 16px;
    }
}
/* NEW */
.whatsapp-card-form {
    position: fixed;
    left: 50%; 
    transform: translateX(-50%); 
    background: linear-gradient(rgb(255 255 255 / 74%), rgba(188, 189, 197, 0.75)), url(../img/kashmir1.jpg);
    background-size: cover; 
    background-position: center; 
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    width: 600px;
    height: 500px;
    z-index: 9999;
    transition: top 0.5s ease; 
}

.whatsapp-card-form.active {
    top: 30px; 
}

.form-content {
    padding: 20px;
}

.popup-header {
    background-color: #007bff;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 15px 15px 0 0;
}

.btn-danger {
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
}

.btn-danger:hover {
    background-color: darkred;
}

.form-content {
    display: none;
}
.whatsapp-card-form.active .form-content {
    display: block;
}
.mfp-close-wp-header.x-button {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #ffffff; 
    cursor: pointer;
    position: absolute;
    top: 8px;
    bottom: 24px;
    right: 20px;
    z-index: 9999;
    transition: color 0.3s ease; 
}
.form-logo{
    height: 60px;
    width: 90px;
}
@media (max-width: 992px) {
    .whatsapp-card-form {
        width: 90%;
        /* padding: 15px; */
    }

    .form-content {
        padding: 15px;
    }

    .mfp-close-wp-header.x-button {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .whatsapp-card-form {
        width: 95%;
        height: auto;
    }

    .form-content .row {
        flex-direction: column;
        gap: 15px; 
    }

    .form-content .row .col-md-6 {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .whatsapp-card-form {
        font-size: 14px;
        height: auto; 
        /* padding: 10px; */
    }

    .form-content textarea {
        height: 100px;
    }

    .mfp-close-wp-header.x-button {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .whatsapp-card-form {
        height: auto; 
        /* padding: 10px; */
    }

    .form-content label {
        font-size: 12px;
    }

    .form-content .form-control {
        font-size: 14px;
        /* padding: 8px; */
    }

    .form-logo {
        height: 40px;
        width: 60px;
    }
}

@media (max-width: 420px) {
    .whatsapp-card-form {
        /* padding: 8px; */
        height: auto; 
    }

    .form-content label,
    .form-content .form-control {
        font-size: 12px;
    }

    .form-logo {
        height: 35px;
        width: 50px;
    }
}

.form-security{
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    width: 100%; 
    flex-wrap: wrap; 
    gap: 20px;
}
.service-header{
    font-size: 17px;
}
.service-header-main{
    font-size: 15px;
    height: 70px;
}
@media (max-width:1400px) {
    .service-header{
        font-size: 17px;
        height: 40px;
    }
}
@media (max-width:768px) {
    .service-header{
        /* font-size: 17px; */
        height: 60px;
    }
    .service-header-main{
        /* font-size: 15px; */
        height: 110px;
    }
}
@media (max-width:575px) {
    .service-header{
        /* font-size: 17px; */
        height: 30px;
    }
    .service-header-main{
        /* font-size: 15px; */
        height: 80px;
    }
}
@media (max-width:575px) {
    .service-header{
        /* font-size: 17px; */
        height: 40px;
    }
    .service-header-main{
        /* font-size: 15px; */
        height: 80px;
    }
}
/* .img-popular{
    height: 49%;
} */
/* @media (max-width:768px) {
    .img-popular{
        height: 100%;
    }
} */

/* Form section styling */

.content-section {
    width: 60%;
    /* padding: 20px; */
    box-sizing: border-box;
}

.form-section {
    position: sticky; 
    top: 150px; 
    width: 38%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    height: auto; 
    max-height: 75vh; 
    overflow-y: auto; 
    z-index: 10; 
}

.form-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.silk-header{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: black;
}
.silk-header-icon{
    color: #FF5C00;
}
.silk-header-text{
    color: #2E5A1C;
}
.silk-header-middle{
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: black;
}
.silk-header-middle-text{
    font-size: 23px;
    font-weight: bold;
    color: black;
}
.silk-main{
    border: 2px solid gray; 
    border-radius:4px;
}
.silk-main-header{
    background-color: gainsboro; 
    padding: 15px 20px;
}
.silk-main-header-text{
    padding-top: 15px; 
    padding-left: 20px; 
    padding-right: 20px;
}
.silk-main-header-icon{
    font-size: 20px;
    padding-left: 20px;
    color: #FF5C00;
}
/* .form-section form input,
.form-section form textarea,
.form-section form button {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.form-section form button {
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.form-section form button:hover {
    background-color: #0056b3;
} */
@media screen and (max-width: 992px) {
    .content-section {
        width: 100%;
    }

    .form-section {
        width: 100%;
        top: 100px; 
    }
}

@media screen and (max-width: 768px) {
    .form-section {
        padding: 15px; 
    }
}

@media screen and (max-width: 480px) {
    .form-section h2 {
        font-size: 20px;
    }

    .form-section form input,
    .form-section form textarea,
    .form-section form button {
        padding: 8px; 
    }
}
.payment{
    /* d-flex flex-row" style="gap: 100px; */
    display: flex;
    flex-direction: row;
    gap: 100px;
}
@media (max-width:768px) {
    .payment{
        /* d-flex flex-row" style="gap: 100px; */
        display: flex;
        flex-direction: column;
        gap: 10px;
    }  
}
