.company-logo a img,
.header-logo a img {
  width: 115px;
  margin-right: 100px;
}

.mobile-logo-wrap a img {
  width: 150px;
}

.section-title12 span svg {
  fill: var(--primary-color1);
}

.activity-card-content {
  position: relative;
}

.activity-card-content p {
  position: absolute;
  font-family: "Brandon Grotesque Regular";
  background-color: #58bab9;
  border-radius: 5px 5px 0 5px;
  padding: 5px 15px;
  margin-bottom: 15px;
  color: white;
  z-index: 3;
  bottom: 80px;
  right: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.activity-card:hover .activity-card-content-wrapper .activity-card-content p {
  background-color: white;
  color: black;
}

.section-title5 {
  max-width: 705px;
  width: 100%;
}

.section-title12 span {
  color: var(--primary-color1);
  font-family: "Brandon Grotesque Bold";
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.section-title12 h2 {
  color: var(--title-color);
  /* font-family: "Brandon Grotesque Regular"; */
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.batch-popular {
  position: absolute;
  top: 20px;
  left: -38px;
  transform: rotate(-50deg);
  z-index: 1;
}

.batch-popular span {
  color: var(--title-color);
  text-align: center;
  font-family: var(--font-rubik);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .3px;
  background-color: var(--primary-color2);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding: 6px 10px;
}

.batch-trending {
  position: absolute;
  top: 20px;
  left: -38px;
  transform: rotate(-50deg);
  z-index: 1;
}

.batch-trending span {
  color: var(--white-color);
  text-align: center;
  font-family: var(--font-rubik);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .3px;
  background-color: var(--primary-color1);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding: 6px 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home6-trending-section {
    padding: 90px 0;
  }
}

.home6-trending-section {
  background-image: url(../img/featured-trip/new-trending-bg.png), linear-gradient(180deg, #fff9f3 0%, #fff9f3 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 0;
  position: relative;
}

.package-card .package-card-content .card-content-top .tags {
  display: flex;
  align-items: center;
}

.package-card .package-card-content .card-content-top .tags i {
  color: #58bab9;
  margin-right: 10px;
}

.package-card .package-card-content .card-content-top .tags .tag-list {
  white-space: nowrap;
  text-overflow: ellipsis;
  transform: translateX(0);
  transition: 8s;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  font-family: "";
}

.package-card .package-card-content .card-content-top .tags .tag-list li {
  line-height: 1;
  position: relative;
  transition: .5s;
}

.package-card .package-card-content .card-content-top .tags .tag-list li a {
  color: #888;
  font-family: "Brandon Grotesque Regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .6px;
  text-transform: uppercase;
  transition: .5s;
  text-decoration: underline;
}

.section-title6 span {
  color: var(--primary-color1);
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.05px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.section-title6 h2 {
  color: var(--title-color);
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .9px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.whatsapp-container {
  position: fixed;
  bottom: 20px;
  right: 35px;
  z-index: 1000;
  border-radius: 20px;
}

.whatsapp-icon {
  position: relative;
  display: inline-block;
}

.whatsapp-icon img {
  width: 50px;
  height: 50px;
  transition: transform 0.3s ease;
}

.whatsapp-icon:hover img {
  transform: scale(1.1);
}

.tooltip {
  visibility: hidden;
  width: 120px;
  background-color: #63ab45;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 13px;
  position: absolute;
  bottom: 113%;
  left: 50%;
  margin-left: -69px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.whatsapp-icon:hover .tooltip {
  visibility: visible;
  opacity: 1;
}


/* for search */
.text-destination input {
  width: 100% ! important;
  padding: 15px;
  border-radius: 50px;
  background: white;
  font-family: "Brandon Grotesque Regular";
}

.trip-filter {
  margin: 100px 0 100px 0;
}

.trip-filter-container {
  background-image: url(../img/home2/banner5-card-bg.png), linear-gradient(180deg, white 0%, white 100%);
  background-size: cover;
  background-repeat: no-repeat;
  width: 60%;
  padding: 50px;
  border-radius: 50px;
}

.filter-area .single-search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.filter-area .single-search-box .icon svg {
  fill: var(--primary-color1);
}

.filter-area .single-search-box .searchbox-input {
  line-height: 1;
  width: 100%
}

.filter-area .single-search-box .searchbox-input label {
  color: #6a6a6a;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}

.filter-area .single-search-box .searchbox-input .custom-select-dropdown .select-input {
  display: flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}

.filter-area .single-search-box .searchbox-input .custom-select-dropdown .select-input input {
  color: var(--title-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .3px;
  background-color: transparent;
  width: 100%;
  cursor: pointer;
}

.filter-area .single-search-box .searchbox-input .custom-select-dropdown .select-input i {
  color: var(--title-color);
  font-weight: 500;
}

.filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
  padding: 10px 0;
  background-color: var(--white-color);
  border-radius: 5px;
  max-width: 300px;
  min-width: 300px;
  width: 100%;
  max-height: 250px;
  overflow-y: scroll;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 9;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
  display: none;
  transform: scaleY(0);
  transform-origin: top;
}

.filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .custom-select-search-area {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 10px 5px;
  padding-bottom: 5px;
}

.filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .custom-select-search-area i {
  color: var(--primary-color1);
}

.filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .custom-select-search-area input {
  background-color: transparent;
  color: var(--title-color);
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

.filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .5s;
  cursor: pointer;
  padding: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
}

.filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li .destination h6 {
  font-size: 14px;
  color: var(--title-color);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}

.filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li .destination p {
  font-size: 12px;
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4;
}

.filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li .tour span {
  color: var(--white-color);
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  background-color: var(--primary-color1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* search.css */
.custom-sort-container {
  /* display: flex;
  align-items: center; */
  margin-bottom: 20px;
}

.custom-sort-label {
  margin-right: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.custom-autocomplete-container {
  position: relative;
}

#custom-autocomplete-input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.custom-option-list {
  display: none;
  /* Hidden by default */
  position: absolute;
  top: 100%;
  /* Position below the input field */
  left: 0;
  width: 100%;
  max-height: 200px;
  /* Adjust height as needed */
  overflow-y: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-option-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .5s;
  cursor: pointer;
  padding: 6px 10px;
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
}

.custom-option-item:hover {
  background-color: #f0f0f0;
}

.custom-destination h6 {
  font-size: 14px;
  color: var(--title-color);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}

.custom-destination p {
  font-size: 12px;
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4;
}

.custom-tour span {
  color: var(--white-color);
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  background-color: var(--primary-color1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.main-search-filter {
  position: relative;
  margin-bottom: 20px;
  /* Space between filters */
}

.delete-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: red;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  display: none;
  border-radius: 5px;
}

.delete-btn:hover {
  background: darkred;
}


.activities-lists ul {
  list-style-type: none;
  padding: 0;
}

.activities-lists li {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 5px;
  transition: background-color 0.3s ease;
  display: inline-flex;
  border-radius: 6px;
}

.activities-lists li.active {
  background-color: var(--primary-color1);
  color: white;
}

.number-of-people .number-controls input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #ddd;
  text-align: left;
}

.number-controls {
  display: flex;
  align-items: center;
  gap: 5px;
  /* Space between elements */
}

.number-controls button {
  font-size: 30px;
  padding: 10px 20px;
  cursor: pointer;
  background: var(--primary-color1);
  color: white;
  border-radius: 5px;
}

.number-controls input {
  width: 60px;
  text-align: center;
}

.who-people ul li {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 5px;
  transition: background-color 0.3s ease;
  display: inline-flex;
  border-radius: 6px;
}

.who-people ul {
  display: flex;
  gap: 5px;
}

.min-max input {
  width: 100%;
}

/* search detail page */
.tour-info-metalist {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.tour-info-metalist li svg {
  fill: var(--primary-color1);
}

.tour-info-metalist li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
}

.trip-code svg {
  fill: var(--primary-color1);
}

.trip-code span {
  color: white;
}

.search-location {
  display: flex;
  align-items: center;
}

.search-location svg {
  margin-right: 10px;
}

.search-location ul li a {
  color: black
}

.package-card-img-wrap {
  position: relative;
}

.wishlist-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  border-radius: 50px;
  padding: 5px 8px;
  cursor: pointer;
  z-index: 20;
}

.wishlist-icon svg {
  width: 24px;
  height: 24px;
  transition: fill 0.3s ease;
}

.wishlist-icon.filled svg {
  fill: #ff6347;
}

.wishlist-icon svg {
  fill: none;
  stroke: #ff6347;
  stroke-width: 2;
}

.searchdetails {
  margin: 100px 0;
}

.margin-bottom30 {
  margin-bottom: 30px;
}

.clear-btn {
  float: right;
}

.min-max label {
  color: #6a6a6a;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}

.footer-section .footer-top .footer-widget .footer-logo a img {
  height: 115px;
}

.circle-border {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .trip-img-overview{
  height: 300px;
} */

.price-area span {
  color: var(--primary-color1);
  /* font-family: var(--font-rubik); */
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  text-transform: capitalize
}

.contact-overview {
  background-image: url(../img/featured-trip/featured-bg.png), linear-gradient(180deg, #fff9f3 0%, #fff9f3 100%);
  border-radius: 10px;
  padding: 20px;
}

.contact-overview ul li svg {
  fill: var(--primary-color1);
  margin-right: 6px;

}
.footer-menu-list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  text-transform: uppercase;
  font-family: "Brandon Grotesque Bold";
}

.footer-menu-list li a {
  color: white;
}
.footer-menu-list li a:hover{
  color: var(--primary-color2);
}

@media (max-width: 991px) {
  .footer-menu-list {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    column-gap: 20px; 
    text-align: center;
  }

  .footer-menu-list li {
    margin-bottom: 10px;
  }

  .footer-justify-center{
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap{
    height: 60vh !important;
  }
}


.home5-activity-card-slider-section{
  background-image: url(../img/explore-nepal/explore-nepal-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home6-activity-card-slider-section{
  background-image: url(../img/offering/travel-style-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.destination-paragraph{
  text-align: justify;
}

#sub-nav {
  display: flex;
  justify-content: center;
  white-space: nowrap; 
  overflow-x: auto;
  background-color: #58bab9;
  scrollbar-color: rgba(242, 242, 242, 0.5) transparent; /* For Firefox */
  scrollbar-width: thin; /* For Firefox */
}

#sub-nav a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "Brandon Grotesque Bold";
}

#sub-nav a:hover {
  background-color: #fff7e8;
  color: black;
}

/* For WebKit browsers */
#sub-nav::-webkit-scrollbar {
  height: 8px; /* Scrollbar height */
}

#sub-nav::-webkit-scrollbar-thumb {
  background-color: rgba(242, 242, 242, 0.5); /* Scrollbar color with transparency */
  border-radius: 10px; /* Rounded edges */
}

#sub-nav::-webkit-scrollbar-track {
  background-color: transparent; /* Transparent background for the scrollbar track */
}

/* .content {
  padding: 16px;
} */

.sticky {
  position: fixed;
  top: 90px;
  width: 100%;
  z-index: 998;
}

.sticky + .content {
  padding-top: 20px;
}

.destiny-title{
  font-family: "Brandon Grotesque Bold";
  text-transform: uppercase;
}

#destiny-faqs .accordion-item {
  border: none;
}

@media (max-width: 1399px) {
  #destiny-faqs h2 {
    font-size: 35px;
  }
}
  #destiny-faqs h2 {
  color: var(--title-color);
  font-family: "Brandon Grotesque Regular";
  font-size: 40px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: .75px;
  margin-bottom: 20px;
}
#destiny-faqs .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
#destiny-faqs .accordion-item .accordion-header .accordion-button span {
  min-width: 120px;
  max-width: 120px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  background-color: var(--primary-color3);
  border-radius: 5px 0 0 5px;
}
#destiny-faqs .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
#destiny-faqs .accordion-item .accordion-header .accordion-button {
  padding: 0;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: transparent;
  font-family: "Brandon Grotesque Regular";
  font-size: 20px;
  font-weight: 500;
  color: var(--title-color);
  display: flex;
  align-items: center;
  gap: 25px;
}

.facility-card .icon img{
  width: 35px;
}

.text-colored{
  color: var(--primary-color1);
  font-weight: 600;
}

.text-justify{
  text-align: justify;
}

.partner-cards-item h6 {
  color: var(--black-color);
  font-family: "Brandon Grotesque bold";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: .5s;
}

.partner-cards-item {
    border-top: 1px solid #dadada;
  padding: 25px 0px;
}

.lineheight-0{
  margin: 0;
}

.why-us-card-container{
  background-color: rgb(255, 247, 232);

}

.teams-card2.style-3 .teams-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.teams-card2 .teams-content p {
  margin-bottom: 0;
}
.teams-card2:hover .teams-content p{
  color: white;
}
.form-check{
  display: flex;
  align-items: center;
}
.form-check input{
  margin-right: 6px;
}
/* .at-a-glance-section{
  background-image: url(../img/destination/destination-banner-bg.png);
  background-color: rgba(255, 255, 255, 0.98); 
    background-blend-mode: overlay;
    background-size: cover; 
    background-position: center;
} */
.glance-card{
  padding: 30px 20px;
  /* background-image: unset; */
  background-color: white;
  border: unset;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, .08);
  display: flex;
  align-items: center;
  gap: 10px;
}
.glance-card:hover{
  background-color: rgb(255, 247, 232);
  box-shadow: none;
}
.glance-card-icon svg{
  fill: var(--primary-color1);
}
.glance-card-content h6{
  font-family: "Brandon Grotesque Regular";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}
.glance-card-content p{
  margin-bottom: 0;
}
.glance-card-content{
  display: inline-flex;
  gap: 6px;
}
.paddinglr-20{
  padding: 0 20px;
}
.button-more-about{
  font-family: "Brandon Grotesque Regular";
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border: none;
}
.button-more-about:active{
  border: none;
}
.more-nepal-card-content:hover{
  background-color: rgb(246, 246, 246);
  box-shadow: none;
  border: none;
}
.more-nepal-card-content:hover .button-more-about{
  color: var(--primary-color1);
}
.more-about-part{
  background-color: rgb(246, 246, 246);
  padding-top: 50px;
  margin-top: 0;
  border-left: 2px solid white;
}
.at-a-glance-part{
  background-color: rgb(255, 247, 232);
  padding-top: 50px;
  margin-top: 0;
  border-right: 2px solid white;
}
.margintop-50{
  margin-top: 50px;
}
.more-nepal-card-content{
  text-align: center;
  /* display: flex;
  align-items: center; */
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, .08);
  padding: 18px 9px;
  background-color: white;
  border: 1px solid #ededed;
  width: 100%;
}
.more-nepal-icon svg{
  fill: var(--primary-color1);
}
.modal-title{
  font-family: "Brandon Grotesque Bold";
  text-transform: uppercase;
  color: var(--primary-color1);
}
.modal-img{
  margin-bottom: 10px;
}
.modal-img img{
  object-fit: cover;
  height: 200px;
}
.modal-body a{
  color: var(--primary-color1);
  font-size: 600;
}
.modal-body ul{
  list-style:square;
  margin-left: 20px;
}
.modal-body h6{
  text-transform: uppercase;
}
.itinerary-section{
  background-image: url(../img/destination/destination-banner-bg.png);
  background-color: rgba(255, 255, 255, 0.9); 
  background-blend-mode: overlay;
  background-size: cover; 
  background-position: center;
  background-attachment: fixed;
}
#include-exclude, #quick-contact, #reviews{
padding: 40px 0;
}

#itinerary{
  padding: 40px 10px;
}

.include, .exclud{
  background-color: rgb(255, 247, 232);
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, .08);
  border: 1px solid #ededed;
  padding: 20px;
}
.quick-contact-item{
  text-align: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, .08);
  border: 1px solid #ededed;
  padding: 30px 20px;
  margin-bottom: 20px;
}
#reviews{
  background-image: url(../img/explore-nepal/explore-nepal-bg.png);
  background-attachment: fixed;
}

.includ-and-exclud-area-list ul li span i, .why-love-trip-list li i, .is-trip-right-list li i{
  color: var(--primary-color1);
}
.includ-and-exclud-area-list ul li, .why-love-trip-list li, .is-trip-right li{
  color: black;
  font-family: var(--font-jost);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  gap: 8px;
  padding-top: 10px;
}
.quick-list{
  margin-top: 30px;
  margin-bottom: 50px;
}

.is-trip-right{
  background: #fff7e8;
  padding: 40px 0;
}

.why-love-trip, .trip-tags{
  padding: 40px 0;
}
.tag-btn ul{
  list-style-type: none;
  padding: 0;
}

.tag-btn li {
  border-radius: 5px;
  background-color: var(--primary-color3);
  font-family: "Brandon Grotesque Regular";
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .48px;
  text-transform: capitalize;
  line-height: 1;
  padding: 16px 34px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: .5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
  border: 1px solid var(--primary-color3);
  margin-bottom: 5px;
}

.tag-btn li a{
  color: var(--white-color);
}
.tag-btn li:hover a{
  color: black;
}

.tag-btn li:hover{
 background-color: white;
 cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
}
.ess-trip-info{
  background-image: url(../img/featured-trip/featured-bg.png), linear-gradient(180deg, #fff9f3 0%, #fff9f3 100%);
  border-radius: 10px;
  padding: 20px;
}
.booking-info{
  padding: 40px 0;
}
.booking-info{
  background-image: url(../img/featured-trip/featured-bg.png), linear-gradient(180deg, #fff9f3 0%, #fff9f3 100%);
  border-radius: 10px;
  padding: 20px;
}
.custom-bg{
  background-image: url(../img/explore-nepal/explore-nepal-bg.png);
  background-size: cover; 
  background-position: center;
}
.paddingtop-50{
  padding-bottom: 50px;
}
@media (max-width: 1015px){
  .sticky {
    top: 120px;
  }
}
@media (max-width: 576px){
  .sticky {
    top: 160px;
  }
}

.partner-cards-item p{
  color: var(--black-color);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: .51px;
  margin-bottom: 0;
}
.partner-card-icon{
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 20px;
  margin-bottom: 10px;
}
.partner-card-icon svg{
  fill: var(--primary-color1);
}
.partner-with-us-cta{
  background-image: url(../img/explore-nepal/explore-nepal-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
}
.why-section{
  padding-top: 60px;
}
.text-colored2{
  color: var(--primary-color3);
}
.text-upper{
  text-transform: uppercase;
}
.para-cus{
  color: var(--black-color);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: .51px;
  margin-bottom: 0;
}
.cus-text{
  font-style: italic;
  font-weight: 600;
}
.itinerary-image{
  border-radius: 20px;
}
.partner-images{
  object-fit: cover;
    height: 100%;
    width: 100%;
}

.partner-cards {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: grid;
}

@media screen and (max-width: 991px) {
  .partner-cards {
      grid-template-columns: 1fr;
  }
}

.feature-card.style-2{
  display: block;
}
#sub-nav-third {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-color: rgba(242, 242, 242, 0.5) transparent;
  scrollbar-width: thin;
  border-bottom: 1px solid #dadada;
}

.sub-nav-third-items a{
  color: black;
  display: inline-block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "Brandon Grotesque Bold";
  border-right: 1px solid #dadada;
}

.sub-nav-third-items a:last-child {
  border-right: none;
}

.sub-nav-third-items a:hover{
  color: var(--primary-color1);
}