@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@400;600&display=swap);
.image,
.image img {
  position: relative;
}
section h1,
article h1,
aside h1,
nav h1 {
  font-size: 3.4em!important; /* or your preferred size */
}
.inptBtn,
button,
details,
input[type="submit"] {
  cursor: pointer;
}
.enquire-button,
.whatsapp-cta-btn {
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s, box-shadow 0.2s;
}
.kashmir-travel-plan h2,
.plan-itinerary h3 {
  color: #2c3e50;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
}
.kashmir-travel-plan {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin: 20px auto;
  border-radius: 10px;
  max-width: 1200px;
}
.plan-itinerary,
.plan-overview {
  border-radius: 8px;
  flex: 1;
  min-width: 300px;
  padding: 20px;
}
.last-banner ul li > span,
.plan-content-wrapper {
  display: block;
}
.d-flex {
  display: flex;
  grid-gap: 0px;
}
.kashmir-travel-plan h2 {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.kashmir-travel-plan h2::after,
.plan-content-wrapper h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #3498db;
  border-radius: 2px;
}
.plan-itinerary h3 {
  font-size: 1.8em;
  margin-bottom: 25px;
  border-bottom: 2px solid #eee;
}
.plan-itinerary h4,
.plan-overview h4 {
  font-family: var(--bs-body-font-family);
  font-size: 1.5em;
  color: #1c436a;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  overflow: hidden;
}
.plan-image-container {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.plan-image-container img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease-in-out;
}
.plan-image-container img:hover {
  transform: scale(1.05);
}
.trip-details p {
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #555;
}
.trip-details p b {
  color: #333;
}
.whatsapp-cta-btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 15px 30px;
  background-color: #075e54;
  color: #fff;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.whatsapp-cta-btn:hover {
  background-color: #1da851;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}
.whatsapp-cta-btn i {
  margin-right: 10px;
}
.plan-itinerary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.plan-itinerary li {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 15px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.plan-itinerary li:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.plan-itinerary li p {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  margin-left: 12px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .plan-content-wrapper {
    flex-direction: column;
  }
  .plan-itinerary,
  .plan-overview {
    padding: 15px;
    min-width: unset;
  }
  .kashmir-travel-plan h2 {
    font-size: 2em;
    margin-bottom: 20px;
  }
  .whatsapp-cta-btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 1em;
  }
}
.error {
  color: red;
  font-size: 13px;
  display: block;
  margin-top: 2px;
}
.all-packages-wrapper {
  display: flex;
  justify-content: center;
  grid-gap: 100px 30px;
  margin-bottom: 40px;
  padding: 10px 30px;
}
.packages-inner {
  /*padding: 10px;*/
  /*border-radius: 5px !important;
  box-shadow: 1px 1px 3px 2px #f5f5f5;*/
}
.image-over,
.off {
  position: absolute;
  text-align: center;
}
.image img {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.off {
  /*background-color: #ffe200; */
    color: #000;
    width: 100%;
    top: 12px;
    /* border-radius: 0 10px 10px 0; */
    font-size: 1rem;
    font-weight: 500;
    padding: 4px;
}
.off2 {
  /*background-color: #ffe200; */
    color: #000;
    width: 100%;
    top: 12px;
    /* border-radius: 0 10px 10px 0; */
    font-size: 1rem;
    font-weight: 500;
    padding: 4px;
    text-align: center;
    z-index: 1;
}
.off2 .blink-text {
  animation: 3.9s cubic-bezier(0.28, 0.03, 0.49, 0.99) infinite blinker;
}
.image-over {
  background: #004e78;
    color: #fff;
  bottom: -15px;
  max-width: 600px;
  width: 90%;
  left: 18px;
  padding: 8px;
}
.image-over a,
.price-btn.whatsapp a {
  color: #fff;
  text-decoration: none;
}
.image-over2 {
  /*background: #ffe200;*/
    color: #000;
  bottom: 33px;
  max-width: 600px;
  width: 100%;
}
.image-over2 a,
.price-btn.whatsapp a {
  color: #075e54;
  text-decoration: none;
  font-size: 18px;
}
.packages-inner h3 {
      font-size: 1rem;
    font-weight: 400;
    margin: 5px 5px;
}
.packages-inner h4 {
  font-size: 18px;
  font-weight: 200;
  margin: 10px 0 16px;
}
.packages-inner h4 span {
  color: #1c3c5c;
  font-weight: 300;
  font-size: 1.2rem;
}
.packages-inner .inclusions {
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
}
.packages-inner .inclusions li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  width: 23%;
  text-align: center;
  font-size: 1em;
  color: #4e4e4f;
}
.packages-inner .inclusions img {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0px auto;
}
.packages-inner img {
  height: 280px;
  object-fit: cover;
  border-radius: 5px;
  position: relative;
}
.destination-covered {
  margin-bottom: 20px;
}
.destination-heading {
  font-size: 12px !important;
  margin: 21px 0 8px !important;
  font-weight: 300 !important;
}
.destination-covered ul li {
  display: block;
  font-weight: 300;
  line-height: 25px;
  font-size: 16px;
}
.destination-list {
  font-weight: 600 !important;
  margin-bottom: 10px;
}
.price {
  display: flex;
  justify-content: space-evenly;
  padding: 0px 0;
  margin-top: 4px;
  float: left;
  width: 100%;
}
.price-btn {
  display: grid;
  justify-items: center;
}
.price-btn button {
  width: 180px;
  height: 52px;
  padding: 12px 18px;
  background-color: #004e78;
  color: #fff;
  border: none;
  border-radius: 5px;
  text-transform: uppercas;
}
.price-btn a {
  width: 128px;
    height: 35px;
    padding: 5px 0px;
    background-color: transparent;
    color: #856004;
    border: none;
    border-radius: 5px;
    text-transform: uppercas;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
.faq,
details {
  border-radius: 10px;
}
.price-btn.whatsapp button {
  background-color: #075e54;
}
.price-btn.whatsapp a {
  background-color: transparent;
}
.price-btn.whatsapp a:hover {
  background-color: #fff;
  color: #856004;
  /*border: 1px solid #075e54!important;*/
}
@media screen and (max-width: 767px) {
  .all-packages-wrapper {
    display: grid;
    gap: 60px 30px;
    /*padding: 20px 40px;*/
  }
  .all-packages-wrapper {
    margin-bottom: 0px;
  }
  .faq {
    padding: 10px!important;
    text-align: center;
}
.all-packages-wrapper {
    padding: 0!important;
  }
  
}
.last-banner {
  background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 1400px) and (max-width: 1449.98px) {
  .last-banner {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .land-3-banner-full {
    padding-bottom: 694px!important;
  }
}
/*@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .last-banner {

    background-color: rgba(0, 0, 0, 0.6);
  }
}*/
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  align-content: center;
}
.last-banner ul {
  text-align: center;
}
.last-banner ul li {
  padding: 0 20px 0 0;
  margin: 20px 10px;
  display: inline-block;
  border-right: 1px solid #3a3937;
  color: #fff;
  font-size: 20px;
}
ul li {
  list-style-type: none;
}
.bg-primary,
.bg-purple {
  font-weight: 600;
  text-transform: uppercase;
}
.bg-purple {
  background-color: #6f42c1 !important;
}
.bg-red {
  background-color: #c14268 !important;
}
.bg-gold {
  background-color: #b8860b !important;
}
.display-flex,
details {
  background-color: #f9f9f9;
}
.row .col-auto img[alt="Google"] {
  margin-top: 6px;
}
.text-warning {
  font-size: 1.1rem;
  letter-spacing: 1px;
}
.row.mb-4 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
}
@media (max-width: 576px) {
  .row.mb-4 {
    flex-direction: unset;
    text-align: left;
  }
  .row.mb-4 .col-auto:last-child {
    margin-top: 10px;
  }
  .review-body {
    font-size: 14px;
  }
  .review-stars,
  .review-text {
    font-size: 13px;
  }
  
}
.faq {
  padding: 40px;
  text-align: center;
}
.faq__title {
  text-transform: uppercase;
  color: #000;
}
details {
  padding: 20px 30px;
  margin-block: 10px;
}
p,
summary {
  text-align: left;
}
summary {
  margin-inline-start: 1rem;
  list-style-position: outside;
}
summary::marker {
  color: #8b7197;
  font-size: 18px;
}
.display-flex {
  display: flex !important;
  grid-gap: 50px;
}
.font-16 {
  font-size: 1.6rem;
}
.contact-sec-unique {
  align-items: center;
  display: flex;
}

.contact-sec-unique .section-title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  margin: 0 0 35px;
}

.contact-sec-unique .contact-ul li,
.contact-sec-unique .contact-ul b {
  font-size: 16px;
  margin: 14px 0;
  font-family: var(--bs-body-font-family);
  word-wrap: break-word;
  display: flex;
  gap: 30px;
}

.contact-sec-unique .contact-ul i {
  font-size: 18px;
  padding: 10px;
  margin-right: 10px;
  border-radius: 50%;
}

.contact-sec-unique .contact-detail a {
  color: #000;
  text-decoration: none;
}

.contact-sec-unique .contact-ul li b:hover {
  /*color: #f93;*/
}

.contact-sec-unique .contact-ul li .fa-location-dot {
  color: #f44337;
  border: 2px solid #f4433790;
}

.contact-sec-unique .contact-ul li .fa-phone {
  color: #00b055;
  border: 2px solid #00b05590;
}

.contact-sec-unique .contact-ul li .fa-envelope {
  color: tomato;
  border: 2px solid #ff634790;
}

.contact-sec-unique .contact-detail span {
  width: 400px;
  display: flex;
  justify-content: center;
}

.contact-sec-unique .contact-detail span a {
  font-size: 20px;
  padding: 6px 12px;
  color: #000;
  border-radius: 50%;
  margin: 0 5px;
}

.contact-sec-unique .contact-detail span .fb {
  color: #3b5998;
  border: 3px solid #3b5998;
}

.contact-sec-unique .contact-detail span .fb:hover {
  color: #fff;
  background-color: #3b5998;
}

.contact-sec-unique .contact-detail span .insta {
  color: #833ab4;
  border: 3px solid #833ab4;
}

.contact-sec-unique .contact-detail span .insta:hover {
  color: #fff;
  background-color: #833ab4;
}

.contact-sec-unique .contact-detail span .twitter {
  color: #00acee;
  border: 3px solid #00acee;
}

.contact-sec-unique .contact-detail span .twitter:hover {
  color: #fff;
  background-color: #00acee;
}

.contact-sec-unique form.contFrm {
  max-width: 396px;
  margin: auto;
}

.contact-sec-unique .inptFld {
  width: 100%;
  height: 50px;
  border: 0;
  margin: 0 0 10px;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
}

.contact-sec-unique .inptFld:focus {
  outline-offset: -4px;
  outline: #f93 solid 1px;
}

.contact-sec-unique .contFrm textarea {
  height: 75px;
  padding-top: 5px;
}

.contact-sec-unique .inptBtn {
  height: 50px;
  border: 0;
  background: #00b055;
  font-size: 14px;
  color: #fff;
  margin: auto;
  letter-spacing: 1px;
  width: 100%;
  max-width: 200px;
}
@media (max-width: 991px) {
  .contact-sec-unique .section-title {
    font-size: 26px;
  }

  .contact-sec-unique .contact-ul li,
  .contact-sec-unique .contact-ul b {
    font-size: 18px;
  }

  .contact-sec-unique .contact-ul i {
    font-size: 14px;
    padding: 6px;
    margin-right: 6px;
  }

  .contact-sec-unique .inptFld {
    height: 40px;
    margin: 0 0 10px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact-sec-unique .contact-detail span {
    width: auto;
  }

  .contact-sec-unique .contact-detail span a {
    font-size: 18px;
    padding: 5px 10px;
    color: #000;
    border-radius: 50%;
    margin: 0 5px 20px;
  }

  .contact-sec-unique .land-com-form form ul li input[type="submit"] {
    width: 100%!important;
    font-family: serif;
  }

  .contact-sec-unique .land-com-form {
    background: #fff;
    padding: 1.875pc;
    border-radius: 15px;
    opacity: 1;
    display: table;
    width: 100%!important;
    box-shadow: 0px 3px 16px #00000019;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .contact-sec-unique .section-title {
    font-size: 24px;
    font-weight: 500;
  }

  .contact-sec-unique {
    border-radius: 10% 10% 0 0/5% 5% 0 0;
  }

  .contact-sec-unique .contact-ul i {
    border: none;
  }

  .contact-sec-unique .inptFld {
    height: 36px;
    margin: 0 0 8px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .contact-sec-unique .contact-ul li,
  .contact-sec-unique .contact-ul b {
    font-size: 16px;
  }
}

.enquire-button {
  display: block;
  width: fit-content;
  margin: 5px 0 0 340px;
  padding: 15px 30px;
  background-color: #856004;
  color: #fff;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: none;
}
/*a:hover, a:focus {
    color: #004999;
    text-decoration: none;
    border: 1px solid #004999!important;
    background-color: #fff;
}*/
.mob:hover, .email:hover {
  border: none!important;
  color: #b8860b!important;
}
/*.text-com {
  margin-top: -48px;
}*/

/*affiliation*/
.affiliations {
  background-color: #fff;
  padding: 40px 0;
  text-align: center;
  border-top: 1px solid #eee;
}

.section-title-a {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.section-title-a::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background-color: #c2933c; /* gold or brown underline */
  margin: 8px auto 0;
}

.affiliation-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.affiliation-logos img {
  max-height: 60px;
  width: auto;
  opacity: 0.9;
  transition: transform 0.3s ease;
}

.affiliation-logos img:hover {
  transform: scale(1.05);
  opacity: 1;
}

/*affiliation*/

.info-item .icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 50%;
  flex-shrink: 0;
}

.info-item .icon svg {
  width: 16px;
  height: 16px;
  fill: #7a6002; /* your golden color */
}
.bottom-card {
  border-radius: 5px !important;
    box-shadow: 1px 1px 3px 2px #f5f5f5;
    padding: 10px 0 45px 4px;
}
@media (min-width: 1970px) and (max-width: 2112px) {
  .land-3-banner-full {
    padding-bottom: 728px!important;
  }
  .last-banner {
  background-color: rgba(0, 0, 0, 0.6);
}
}
@media (min-width: 1820px) and (max-width: 1969.98px) {
  .land-3-banner-full {
    /* padding-bottom: 346px!important; */
  }
  .last-banner {
  background-color: rgba(0, 0, 0, 0.6);
}
}
@media (min-width: 1720px) and (max-width: 1819.98px) {
  .land-3-banner-full {
    padding-bottom: 684px!important;
  }
  .last-banner {
  background-color: rgba(0, 0, 0, 0.6);
}
}
@media (min-width: 1696px) and (max-width: 1719.98px) {
  .land-3-banner-full {
    padding-bottom: 694px!important;
  }
  .last-banner {
  background-color: rgba(0, 0, 0, 0.6);
}
}
@media (min-width: 1600px) and (max-width: 1695.98px) {
  .land-3-banner-full {
    padding-bottom: 694px!important;
  }
  .last-banner {
  margin-top: 36%!important;
  background-color: rgba(0, 0, 0, 0.6);
}
}
@media (min-width: 1506px) and (max-width: 1599.98px) {
  .land-3-banner-full {
    padding-bottom: 694px!important;
  }
  .last-banner {
  background-color: rgba(0, 0, 0, 0.6);
}
}
@media (min-width: 1450px) and (max-width: 1505.98px) {
  .land-3-banner-full {
    padding-bottom: 694px!important;
  }
  .last-banner {
  background-color: rgba(0, 0, 0, 0.6);
}
}
/*@media (min-width: 1349px) and (max-width: 1399.98px) {
  .land-3-banner-full {
    padding-bottom: 694px!important;
  }
  .last-banner {
  background-color: rgba(0, 0, 0, 0.6);
}
}*/

/* Container must be fluid */
.land-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Make banner flex wrap on smaller screens */
.land-3-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* Banner content and form take full width on small devices */
.land-3-banner-conte,
.land-3-banner-form {
  flex: 1 1 48%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

/* Responsive heading scaling */
.land-3-banner-conte h1 {
  font-size: 2.5rem;
}

.land-3-banner-conte h2.font-deco {
  font-size: 1.5rem;
}

/* Responsive form */
.land-com-form h2#home {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.land-com-form form ul li input,
.land-com-form form ul li select {
  width: 100%;
  padding: 10px;
  font-size: 10.5pt;
  margin-bottom: 10px;
}

/* Last banner list styling */
.last-banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 15px 0;
  list-style: none;
}

.last-banner ul li {
  flex: 1 1 150px;
  text-align: center;
  margin: 10px 15px;
  font-size: 0.9rem;
}

/* Smaller devices adjustments */
@media only screen and (max-width: 768px) {
  .land-3-banner-conte,
  .land-3-banner-form {
    flex: 1 1 100%;
  }
  
  .land-3-banner-conte h1 {
    font-size: 2rem;
  }
  
  .land-3-banner-conte h2.font-deco {
    font-size: 1.2rem;
  }
  
  .last-banner ul li {
    flex: 1 1 100%;
    margin: 10px 0;
  }
}
.last-banner {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.last-banner {
  background-color: #222; /* Dark background */
  color: #fff; /* White text */
  padding: 20px 0;
}

.last-banner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.last-banner ul li {
  font-size: 1rem;
  margin: 5px 15px;
  color: #fff; /* ensure text is white */
}

.last-banner ul li span {
  font-weight: bold;
  color: #ffd700; /* golden highlight */
}


.land-3-top-full {
  background: rgba(255,255,255,0.10); /* transparent */
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(44, 107, 212, 0.06);
  /* border-bottom: 1px solid #e4e5e8; */
}



.phone-highlight-box:hover,
.phone-highlight-box:focus {
  background: linear-gradient(90deg, #21b578 25%, #2b71ee 95%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(33, 181, 120, 0.15);
}

.main-logo {
  display: block;
  margin: 0 auto;
  transition: transform 0.18s;
  max-width: 180px;
  width: 100%;
  height: auto;
}

@media (max-width: 700px) {
  .main-logo {
    max-width: 140px;
  }
  .phone-highlight-box {
    padding: 8px 18px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .main-logo {
    max-width: 120px;
  }
  .phone-highlight-box {
    padding: 7px 14px;
    font-size: 0.9rem;
    right: 8px;
  }
}@media (max-width: 768px) {
  .phone-highlight-box {
    display: none !important;
  }
}