/*
Theme Name: tiss-theme
*/


@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-xlig.otf);
	font-weight: 200;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-thick.otf);
	font-weight: 300;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-text.otf);
	font-weight: 400;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-semi.otf);
	font-weight: 500;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-medium.otf);
	font-weight: 600;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-bold.otf);
	font-weight: 700;
}

@font-face {
	font-family: general;
	src: url(../tiss-theme/assets/general/GeneralSans-Regular.otf);
	font-weight: 400;
}
@font-face {
	font-family: general;
	src: url(../tiss-theme/assets/general/GeneralSans-Medium.otf);
	font-weight: 500;
}
@font-face {
	font-family: general;
	src: url(../tiss-theme/assets/general/GeneralSans-Semibold.otf);
	font-weight: 600;
}
@font-face {
	font-family: general;
	src: url(../tiss-theme/assets/general/GeneralSans-Bold.otf);
	font-weight: 700;
}



h1,h2,h3,h4,h5,h6{
     font-family: "Poppins", sans-serif;
	  color: #dedededb;  
}
p, a, li{
   font-family: "Poppins", sans-serif;
    color: #dedededb;  
    font-size: 18px;
	line-height: 30px;
	text-align: left;
}
span{
    font-family: "Roboto", sans-serif;  
}
a:hover{
   
    text-decoration: none !important;
}


.custom-container{
    padding:60px 4% 0;
}
.error-404 img{
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1D1D1D;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FEDD56;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
  html {
    scroll-behavior: smooth;
  }
body{
    background: #162819 !important;
}
/* top header ends */
 /* header start */
 .header-logo img {
    width: 88px;
    object-fit: cover;
    height: auto;
        margin-right: auto;
    display: block;
}


.header-wrapper {
    width: 100%;
    background: rgb(39 65 43);
    text-align: center;
    position: fixed;
    top: 0px;
    z-index: 9;
    padding: 8px 0;
    box-shadow: 0px 4px 4px 0 #00000021;
}

.f-nav .header-wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding-top: 0px;
    margin-top: 0px;
    transition: .3s ease;
}
.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 78px;
}
.f-nav .menu-logoheader{
    padding-top: 0;
}
.mega-menu-item-1395 a{
    color: #ffffff !important;
    background: rgb(39 65 43) !important;
    border-radius: 15px !important;
    border: 1px solid #FEDD56 !important;
    color: #FEDD56 !important;
}
.mega-menu-item-1395 a:hover{
    background:#FEDD56 !important;
   transition: 1s ease;
   border-radius: 10px !important;
}
.mega-menu-item-1395:hover a{
   color: #fff !important;
   transition: 1s ease;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
 /* header ends */


/* banner start */

.banner-item {
    position: relative;
}

.home-banner-wrap {
    height: 100vh;
    background: rgb(39 65 43);
}

.banner-image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.home-banner-wrap video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#00000040;
    z-index: 2;
}

.home-caption-wrap {
    position: absolute;
    top: 57%;
    left: 0;
    right: 0;
    width: 70%;
    margin: auto;
    text-align: center;
    transform: translateY(-30%);
    overflow: hidden;
    transition: height 0.5s ease-in-out;
    z-index: 5;
    height: auto;
}

.caption-slider-inner {
    position: relative;
    transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0; /* Hide initially */
}

.banner-caption-item {
    width: 100%;
    display: block;
    min-height: 250px;
    box-sizing: border-box;
}
.banner-caption-item h1 {
    color: #e3e3e3 !important;
    font-weight: 600;
    font-size: 48px;
    margin-top: 5px;
    text-shadow: 4px 2px #000;
}
.banner-caption-item p {
    color: #fff;
    width: 85%;
    margin: 5px auto 25px;
}




/* banner ends */

/* banner bottom starts */

.banner-bottom-wrapper{
    padding-top: 50px;
    padding-bottom: 50px;
}
.banner-bottom-head {
    display: flex;
    align-items: center;
    gap: 20px;
}
.banner-bottom-item {
    border: 1px solid #6C9056;
    padding: 15px;
    border-radius: 20px;
    height: 100%;
}
.banner-bottom-item h4 {
    font-weight: 700;
    font-size: 20px;
}
.banner-bottom-item p{
    font-size: 13px;
    margin-bottom: 0;
    padding-top: 10px;
    color: #000000de;
}

.readmore-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #FEDD56;
  color: #000;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  margin-right: 12px;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  position: relative;
}

.readmore-btn:hover {
  background: #ffffff;
  color: #000000;
}

.readmore-btn-wrapper {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: visible;
}

.readmore-btn-default, 
.readmore-btn-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #000000 !important;
  font-size: 14px;
  transform-origin: center;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.readmore-btn-default {
  opacity: 1;
  z-index: 2;
}

.readmore-btn:hover .readmore-btn-default {
  opacity: 0;
  transform: translate(calc(-50% + 10px), calc(-50% - 10px)) rotate(-45deg);
}

.readmore-btn-hover {
  opacity: 0;
  z-index: 1;
  transform: translate(calc(-50% - 10px), calc(-50% + 10px)) rotate(-45deg);
}

.readmore-btn:hover .readmore-btn-hover {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}


/* banner bottom ends */

/* about section start */

.about-wrap {
    background-color: rgb(39 65 43);
    color: #dedededb;
    padding: 60px 0;
}
.home-about-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.about-badge {
    display: inline-block;
    background: rgb(39 65 43);
    color: #fedd56;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    border: 1px solid #fedd56;
    width: fit-content;
}

.about-wrap h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #dedededb;
    font-family: "Roxborough CF Thin";
    letter-spacing: 4px;
}

.about-para {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 40px;
  line-height: 1.7;
}
.about-para p{
  color: #dedededb;
}

.about-btn1 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #FEDD56;
  color: rgb(39 65 43);
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  margin-right: 12px;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  position: relative;
      border: 1px solid #FEDD56;
}

.about-btn1:hover {
  background: rgb(39 65 43);
  color:#FEDD56;

}

.arrow-wrapper {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: visible;
}

.arrow-default1, 
.arrow-hover1 {
  position: absolute;
  top: 50%;
  left: 50%;
  color:#27412b ;
  font-size: 14px;
  transform-origin: center;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.arrow-default {
  opacity: 1;
  z-index: 2;
}
.about-sec-para p{
	color:#dedededb !important;
}
.about-btn1:hover .arrow-default1 {
    
  opacity: 0;
  color:#FEDD56;
  transform: translate(calc(-50% + 10px), calc(-50% - 10px)) rotate(-45deg);
}

.arrow-hover1 {
    color:#fedd56;
  opacity: 0;
  z-index: 1;
  transform: translate(calc(-50% - 10px), calc(-50% + 10px)) rotate(-45deg);
}

.about-btn1:hover .arrow-hover1 {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}


.about-btn2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #FEDD56;
  padding: 12px 28px;
  border-radius: 8px;
  color: #FEDD56;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  position: relative;
}

.about-btn2:hover {
  background: #FEDD56;
  color: rgb(39 65 43);
}

.arrow-wrapper {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: visible;
}

.arrow-default2, 
.arrow-hover2 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  transform-origin: center;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: translate(-50%, -50%) rotate(-45deg);
  /* default arrow color white */
  color: #FEDD56;
  pointer-events: none;
}

.about-btn2:hover .arrow-default2 {
  opacity: 0;
  transform: translate(calc(-50% + 10px), calc(-50% - 10px)) rotate(-45deg);
  color: #27412b;
}

.arrow-hover2 {
  opacity: 0;
  transform: translate(calc(-50% - 10px), calc(-50% + 10px)) rotate(-45deg);
  color: #27412b;
}

.about-btn2:hover .arrow-hover2 {
  opacity: 1;
  color: #27412b;
  transform: translate(-50%, -50%) rotate(-45deg);
}


.about-img-stack {
  display: flex;
  align-items: center;
}
.about-sub-left, .about-sub-right {
    padding: 0px !important;
}

.about-img-wrapper img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.about-stats {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 20px;
  position: relative;
  gap: 0;
  margin-left: -130px; /* Optional global shift */
}
.about-stats p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 20px;
}
.about-stat-box {
    flex: 1;
    padding: 15px 30px 30px  15px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-radius: 20px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-stat-box:nth-child(1) {
  background-color: #FFD439;
  color: #000 !important;
  margin-right: -40px;
  z-index: 1;
}

.about-stat-box:nth-child(2) {
  background-color: #d8d7d7;
  color: #000 !important;
  margin-right: -40px;
  z-index: 2;
}

.about-stat-box:nth-child(3) {
  background-color: #446c4a;
  color: #fff !important;
  z-index: 3;
}
.about-stat-box:nth-child(3) .stat-number{
  color: #fff !important;
}



.stat-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
}

.stat-number {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.stat-label {
  font-size: 16px;
  line-height: 1.4;
  color: inherit;
  margin: 0;
}
.stat-number {
  font-family: Arial, sans-serif !important; 
}


.about-tour-info {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 20px;
  align-items: center;
  justify-content: flex-start;
}

.about-avatars .avatar_group {
    width: 160px;
    height: auto;
}

.tour-count-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  justify-content: center;
}

.tour-count-text .count-strong {
    font-size: 40px;
    color: #dedededb;
    font-weight: 700;
    margin-bottom: 0;
}

.tour-count-text .tour-label {
  font-size: 24px;
  color: #dedededb;
  margin-top: 0px;
}

.about-border1{
  padding: 20px;
  border-bottom: 2px solid #FFD439;
}
.about-border2{
  padding: 20px;
}
.about-border3{
  padding: 20px;
  border-left: 2px solid #FFD439;
  border-bottom: 2px solid #FFD439;
}
.about-border4{
  border-left: 2px solid #FFD439;
}

/* about section end */


/* service section start */

.service-wrapper {
padding-bottom:60px;
  background-color: #27412bb0;
}

.service-link-card {
    background-image: url(./assets/img/Service-Card-Yellow.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
}

.service-link-title {
  font-size: 36px;
  line-height: 1.2;
  color: #1b2d1e !important;
}

.service-link-para {
    margin: 15px 0;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    text-align: justify;
}

.service-link-content {
    margin-bottom: 32vh;
}
.service-link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    background: #152618;
    color: #FEDD56 !important;
    padding: 12px 28px;
    border:1px solid #FEDD56;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
    width: 57%;
    margin: auto;
}

.service-arrow i {
  transition: transform 0.3s ease;
}

.service-link-btn:hover .service-hover {
  transform: translateX(4px);
}


.service-slider {
    display: flex;
    justify-content: space-between;
    gap: 20px !important;
}

.service-card,
.service-link-card {
  border-radius: 20px; 
}



.service-slider .slick-slide {
  margin-right: 20px;
}

/* Optional: remove margin on last slide to avoid extra space */
.service-slider .slick-slide:last-child {
  margin-right: 0;
}


.service-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden !important;
  height: 450px;
}

.service-card:hover .card-image img {
  transform: scale(1.3);
}

.card-image img {
  width: 100%;
  height: 450px;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease; 
}

.service-card-content {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    background: #152618;
    padding: 10px 10px;
    border-radius: 18px;
    max-width: 90%;
    border: 1px solid #FEDD56;

}


.service-title {
    font-size: 16px;
    font-weight: 500;
    color: #FEDD56 !important;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card-content p{
  font-size: 12px;
  margin: 0;
  color: #000000;
 text-align: justify;
}

.service-link-wrapper {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: visible;
}

.service-default,
.service-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: transform 0.4s ease, opacity 0.4s ease;
  color: #FEDD56 !important;
}

.service-default {
  opacity: 1;
  z-index: 2;
}

.service-link-btn:hover .service-default {
  opacity: 0;
  transform: translate(calc(-50% + 10px), calc(-50% - 10px)) rotate(-45deg);
}

.service-hover {
  opacity: 0;
  z-index: 1;
  transform: translate(calc(-50% - 10px), calc(-50% + 10px)) rotate(-45deg);
}

.service-link-btn:hover .service-hover {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.service-inner .col-lg-3{
    margin-bottom:30px;
}
.service-inner h1 {
    color: #dedededb;
    text-align: center;
    font-family: "Roxborough CF Thin";
    letter-spacing: 4px;
}
.serv-subpara {
    color: #dedededb;
    text-align: center;
    padding-bottom:40px;
}
/* services section end */

/* why-choose section end */

.why-choose-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 550px;
  height: 100%;
  padding: 0 !important;
}

.why-choose-content {
  padding: 0px 80px !important;
  display: flex;
  flex-direction: column;

}
.why-choose-wrap{
    background: rgb(39 65 43);
}
.why-choose-header h1 {
    font-size: 36px;
    color: #dedededb;
    font-weight: 600;
    margin: 20px 0 25px;
    font-family: "Roxborough CF Thin";
    letter-spacing: 4px;
}

.why-choose-header p{
  font-size: 16px;
  color: #dedededb;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 20px;
}

.why-choose-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.accordion-item {
    background: #121e14;
    border-radius: 16px;
    padding: 20px;
    border: 0.5px solid #ffffff4d;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif !important; 
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.icon-wrapper img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.accordion-title {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding-left: 10px;
  color: #dedededb;
}

.accordion-toggle-icon {
  font-style: normal;
  font-size: 24px;
  transition: transform 0.3s;
  color: #dedededb;
}

.accordion-toggle-icon {
  transition: transform 0.3s ease;
  transform: rotate(45deg); /* default bottom right */
}

.accordion-item.active .accordion-toggle-icon {
  transform: rotate(-45deg); /* top right when active */
}

.accordion-body{
  display: none;
}

.accordion-body p {
    padding-top: 20px;
    font-size: 14px;
    color: #dedededb;
    font-weight: 400;
    margin-bottom: 0;
}

.accordion-item.active .accordion-body {
  display: block;
}

/* why-choose section end */

/* packages section start */

.packages-wrap {
  background-color: #27412bb0;
  color: #dedededb;

}
.packages-wrap .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.packages-wrap .draggable{
    padding-top: 15px;
}
.packages-wrap  .slick-dots li button:before{
    color:#fff !important;
}
.packages-header {
  text-align: center;
  margin-bottom: 50px;
}

.packages-badge {
  display: inline-block;
    background:rgb(27 45 30);
    color: #fedd56;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    border: 1px solid #fedd56;
    width: fit-content;
}


.packages-title {
  font-size: 36px;
  color: #dedededb;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Roxborough CF Thin";
    letter-spacing: 4px;
}

.packages-subtitle,.packages-header p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  color: #ffffffa7;
	text-align:center;
}

.packages-col {
  margin-bottom: 30px;
}

.packages-card {
    background-color: #325237;
    border-radius: 16px;
    padding: 10px;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.packages-card:hover {
  transform: translateY(-5px);
}

.packages-img-wrapper img, .packages-img {
    width: 100%;
    border-radius: 12px;
    height: 200px;
    object-fit: cover;
}

.packages-info {
  margin-top: 20px;
}

.packages-info-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #dedededb;
}

.packages-info p{
  font-size: 14px;
  color: #ffffff7e;
  line-height: 1.5;
  height:90px;
}

.packages-btn-group {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    justify-content: space-between;
}

.packages-info-btn1, .packages-info-btn2 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 13px;
    padding: 10px 20px;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}
.packages-info-btn1 {
    border: 1px solid #FEDD56;
    background-color: #FEDD56;
    color: #1b2d1e;
}

.packages-info-btn1:hover {
  background-color: #1b2d1e !important;
  color: #FEDD56 !important;
}
.packages-info-btn2 {
    border: 1px solid #FEDD56;
    background-color: #1b2d1e;
    color: #FEDD56;
}

.packages-info-btn2:hover {
  background-color: #FEDD56;
  color: #1b2d1e;
}


.packages-footer {
  text-align: center;
  margin-top: 40px;
}

.packages-enquiry-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #000;
    color: #dedededb;
    padding: 10px 30px;
    border-radius: 13px;
    font-weight: 600;
    margin-right: 12px;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    position: relative;
    border:1px solid #dedededb;
}

.packages-enquiry-btn:hover {
    background: #ffffff;
    color: #000000;
}

.packages-enquiry-wrapper {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: visible;
}

.packages-enquiry-default,
.packages-enquiry-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: transform 0.4s ease, opacity 0.4s ease;
    color: #dedededb !important;
}

.packages-enquiry-default {
    opacity: 1;
    z-index: 2;
}

.packages-enquiry-btn:hover .packages-enquiry-default {
    opacity: 0;
    transform: translate(calc(-50% + 10px), calc(-50% - 10px)) rotate(-45deg);
}

.packages-enquiry-hover {
    opacity: 0;
    z-index: 1;
    transform: translate(calc(-50% - 10px), calc(-50% + 10px)) rotate(-45deg);
}

.packages-enquiry-btn:hover .packages-enquiry-hover {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.package-overview h5{
	   color: #ffffff7e;
}
.package-overview p {
    color: #ffffff7e;
    margin-bottom: 0;
    padding-bottom: 40px;
}

/* packages section end */

/* testimonial section start */

.testimonial-warp {
  background-color: #1b2d1e;
  color: #dedededb;
  padding: 60px 0;
  font-family: 'Georgia', serif;
}

.testimonial-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.testimonial-badge{
 display: inline-block;
    background: rgb(39 65 43);
    color: #fedd56;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    border: 1px solid #fedd56;
    width: fit-content;
}

.testimonial-title {
    font-size: 36px;
    color: #dedededb;
   font-family: "Roxborough CF Thin";
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.testimonial-description {
    color: #ffffffb3;
    max-width: 700px;
    margin: auto;
    font-size: 1rem;
}
.testimonial-card-wrap{
  padding: 10px;
}
.testimonial-card {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap:30px !important;
    padding: 20px !important;
    border-radius: 20px;
    background-image: url(./assets/img/testimonial-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    min-height: 300px;
    position: relative;
}


.testimonial-card-left {
  display: flex;
  flex-direction: column;
  min-width: 180px;
}

.testimonial-quote-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
}

.testimonial-quote-icon img {
  width: 40px;
  height: 40px;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    margin-top: auto;
    position: absolute;
    bottom: 20px;
}

.testimonial-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
}

.testimonial-meta strong {
    display: block;
    font-weight: 600;
}

.testimonial-meta span {
    font-size: 14px;
    color: #ffffffba;
}

.testimonial-card-body {
  flex-grow: 1;
  background: rgba(20, 20, 20, 0.54);
  padding: 20px;
  border-radius: 16px;
  margin-left: auto;
}

.testimonial-stars {
    margin-bottom: 10px;
}

.testimonial-stars i {
    color: #FEDD56;
    font-size: 18px;
}

.testimonial-text p{
    font-size: 14px;
    color: #dedededb;
    line-height: 1.7;
    margin-bottom: 15px;
}

.testimonial-badge-text {
    background: #696969;
    color: #dedededb;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 14px;
    display: inline-block;
    width: fit-content;
    margin-bottom: 0;
    outline: none;
    border: none;
}

.testimonial-arrows {
    display: flex;
    justify-content: center;
    margin: 30px auto;
}

.test-arrow {
    background: transparent;
    border: none;
    color: #ceb346;
    font-size: 36px;
    margin: 0 10px;
    cursor: pointer;
}

/* testimonial section end */

/*home blog starts*/

.home-blog-wrapper .slick-dots li button:before {
    color: #959595db;
    opacity: 1;
}
.home-blog-wrapper .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ffffff;
}

/*home blog ends*/

/* inner page starts */
.inner-top-wrapper{
    padding-top: 12% !important;
}
.innerpage-header{
    height:430px;
    position: relative;
}
.innerpage-header img{
    height:430px;
    object-fit: cover;
    width: 100%;
}
.inner-banner-head{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 45%;
}
.inner-banner-head h4 {
    color: #dedededb;
    font-size: 45px;
    text-shadow: 0px 9px 7px #00000073;
    width: 60%;
    margin: auto;
}
.inner-banner-head p{
    color: #ffffffb0;
    width: 60%;
    display: block;
    text-align: center;
    margin: auto;
}
#breadcrumbs {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.3);
    padding: 12px;
    margin-top: 14px;
    color: #dedededb;
    font-weight: 300;
    letter-spacing: 1px;
}
#breadcrumbs a {
    color: #dedededb;
    font-weight: 500;
}
.inner-wrapper{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #27412b;
}
/* inner page ends */

/*contact page*/

.contact-page-head h6 {
    text-align: center;
    color: #FEDD56;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}
.contact-page-head h1{
    text-align: center;
    color: #dedededb;
    font-weight: 300;
    font-family: "Roxborough CF Thin";
    letter-spacing: 4px;
}
.contact-page-head{
    padding-bottom: 40px;
}
.contact-form input {
    width: 100%;
    background: #121e14;
    border: 1px solid #ffffff24;
    border-radius: 10px;
    height: 42px;
	color:#fff;
	padding:3px 10px;
}
.contact-form textarea {
    width: 100%;
    background: #121e14;
    border: 1px solid #ffffff24;
    border-radius: 10px;
    height: 155px;
	color:#fff;
	padding:3px 10px;
}
.contact-form {
    background: #121e14;
    padding: 25px;
    border-radius: 25px;
    height:100%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
	color:#fff !important;
}
.wpcf7-spinner{
    display:none;
}
.contact-form h2 {
    color: rgba(254, 221, 86, 1);
    margin-bottom: 0px;
    font-family: "Roxborough CF Thin";
    letter-spacing: 4px;
}
.contact-form h6 {
    color: #ffffffa8;
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 18px;
}
.contact-form label{
    color: #dedededb;
}
.contact-form .wpcf7-submit {
    width: fit-content;
    padding: 1px 20px;
    border-radius: 20px;
    color: rgba(254, 221, 86, 1);
    border: 1px solid;
    margin: auto;
    display: block;
}
.contact-info-img img {
    width: 100%;
    border-radius: 25px;
    height: 440px;
    object-fit: cover;
}
.contact-detail-box {
    display: flex;
    gap: 10px;
    margin-bottom: 9px;
}
.contact-box{
    background: #121e14;
    padding: 25px;
    border-radius: 25px;
    margin-top: 30px;
}
.contact-box h5 {
    color: #dedededb;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 28px;
    font-family: "Roxborough CF Thin";
    letter-spacing: 4px;
}
.contact-detail-box i{
    color: #dedededb;
    font-size: 20px;
}
.contact-detail-box a,
.contact-detail-box p{
    color: #dedededb;
    font-size: 19px;
    margin-bottom: 0;
}
.contact-detail-box a:hover{
    color:#FEDD56;
}
.contact-detail-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.billionaire-contact-box {
    padding: 20px;
    background: #27412b;
    border-radius: 15px;
    text-align: right;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    overflow: hidden;
}
.billionaire-contact-box h6{
    font-size: 18px;
    color: #ddc060;
}
.billionaire-contact-box a{
    color:#dedededb;
}
.billionaire-contact-box a:hover{
    color:#ddc060;
}
.billionaire-contact-box p {
    color: #a8a8a8db;
}

.pulse i {
	color: white;
	font-size: 28px;
	transform: rotate(90deg);
}

.pulse {
    height: 60px;
    width:60px;
    border-radius: 50%;
    background-color: #fedd56;
    background-image: radial-gradient(#cdac22, #fedd56);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.pulse::before, .pulse::after {
	content: '';
	position: absolute;
	width: calc(100%);
	height: calc(100%);
	border-radius: 50%;
	border: 1px solid #e3c661;
	animation: calling 2s ease-in-out infinite;
}

.pulse::after {
	animation: calling 2s ease-in-out .35s infinite;
}

@keyframes calling {
	0% {
		width: calc(100%);     
    height: calc(100%);
		opacity: 1;
	}
	100% {
		width: calc(100% + 60px);     
    height: calc(100% + 60px);
		opacity: 0;
	}
}
.contact-person h6{
    color:#dedededb;
    padding-bottom:0px;
    margin-bottom:0;
}
/*contact page ends*/

/* footer starts */

.top-footer {
    text-align: center;
    width: 100%;
    margin: auto;
    display: block;
    padding-top: 60px;
    padding-bottom: 80px;
}

.top-footer h2 {
    color: #dedededb;
    font-size: 28px;
    font-weight: 200;
    letter-spacing: 1px;
    width: 70%;
    margin: auto;
}
.footer-enq-head p{
    color: #ffffffaa;
    margin-bottom: 0;
}
.footer-enq-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin: 20px 0 30px;
}
.enq-btn {
    background: #262626c7;
    padding: 15px 40px;
    border-radius: 12px;
    color: #dedededb;
}
.locations{
    text-align:center !important;
}
.enq-btn:hover{
    color: #FEDD56;
}
.footer .custom-container{
    padding: 0 4% !important;
}
.footer-social h6 {
    color: #ffffffd9;
    font-weight: 400;
}
.footer-social i{
    color: #dedededb;
    margin: 5px;
    font-size: 24px;
}
.footer-social i:hover{
    color:#dec15c;
}
.footer {
    padding-top: 30px;
    background: #162819;
}
.footer .container {
    border-top: 1px solid #ffffff33;
}
.footer-second-row .container{
    border-top: none !important;
        padding-top: 50px;
}
.second-footer-row{
    border-top: 1px solid #ffffff33;
    padding-top: 50px;
    padding-bottom: 40px;
}
.footer-item h4{
    color: #dedededb;
    font-weight: 500;
}
.footer-item p,
.footer-item a,
.footer-copyright-row a,
.footer-copyright-row p{
   color: #dedededb;
   font-size: 15px;
   text-align:center;
}
#menu-quick-links,
#menu-footer-products{
    list-style: none;
    padding-left: 5px !important;
}
#menu-quick-links li,
#menu-footer-products li{
    padding-bottom: 10px;
}
.footer-item a:hover,
.footer-copyright-row a:hover{
    color: #FEDD56;
}
.footer-copyright-row .container{
    border-top: none !important;
}
.footer-item iframe{
    border-radius: 20px;
}
.tiss{
    text-align: end;
}
.footer-item .contact-person h6{
    font-size:14px;
}
.scroll-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #27412b;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  z-index: 999;
  overflow: hidden;
  box-shadow: inset 0px 0px 6px 0px #ffffff7d;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
}

.scroll-top .chevrons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.scroll-top i {
  color: #dfdfdf;
  font-size: 16px;
  opacity: 0;
  animation: chevronUp 1.5s infinite;
}

.scroll-top i:nth-child(1) {
  animation-delay: 0s;
}
.scroll-top i:nth-child(2) {
  animation-delay: 0.3s;
}
.scroll-top i:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes chevronUp {
  0% {
    transform: translateY(8px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(-8px);
    opacity: 0;
  }
}

.floating-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #25d366;
    color: #fff  !important;
    text-align: center;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    transition: transform .3s ease;
}

.scroll-top:hover, .floating-whatsapp:hover {
  transform: scale(1.1);
}

/* footer ends */

/* blog listing starts */

.blog-listing-wrapper{
    background: rgb(39 65 43);
    padding-bottom: 50px;
    
}
.blog-listing-wrapper h2 {
    color: #dedededb;
    padding-bottom: 35px;
    font-weight: 400;
    font-size: 38px;
    font-family: "Roxborough CF Thin";
    letter-spacing: 4px;
}
.blog-page h6{
    text-align: center;
    font-size: 20px;
    color: #FEDD56;
    font-weight: 400;
    letter-spacing: 1px;
}
.blog-listing-wrapper .custom-container{
    padding: 15px 4% 60px ;
}

.blog-listing-wrapper h2 img {
    width: 100px;
    height: 35px;
    border-radius: 30px;
    object-fit: cover;
}
.inner-blog-item img{
    height:250px ;
    object-fit: cover;
}
.inner-blog-item img {
    height: 165px;
    object-fit: cover;
    width: 100%;
}
.blog-detail-wrapper h5 {
    color: #dedededb;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    height: 70px;
}
.blog-detail-wrapper{
    background: #17281a;
    padding: 15px;
    width: 100%;
    height: 100%;
}
.blog-detail-wrapper p {
    color: #ffffff7d;
    font-size: 14px;
}
.blog-detail-wrapper a{
    color: #FEDD56;
}
.blog-detail-wrapper a:hover{
    color: #dedededb;
}
.blog-listing-wrapper .col-lg-3{
    margin-bottom: 20px;
}
/* blog listing ends */

/*blog detail page starts*/

.blog-inner-img img {
    width: 66%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid #1c1c1c;
    padding: 6px;
    margin-bottom:20px;
}
.post-inner h4{
    color:#dedededb;
}
.post-inner p{
    color:#dedededb;
    text-align:justify;
}
.post-inner h6{
    color: #ffffff94;
    font-weight: 400;
}
.sidebar-post-item h4{
    font-size:15px;
}
.recent-post-wrapper h3{
    color:#dedededb;
}
.sidebar-post-item {
    padding: 12px;
    border: 1px solid #f3f3f35e;
    border-radius: 5px;
    margin-bottom: 10px;
}
.sidebar-post-item a{
    color:#d8cea5;
}
.sidebar-post-item a:hover{
    color: #FEDD56;
}
/*blog detail page ends*/

/* about page starts */

/* about-hero section start */

.about-hero-wrap {
  background-image: url(./assets/img/about-hero-img.webp);
  background-size:cover ;
  background-repeat: no-repeat;
  padding: 60px 0;
  overflow: hidden;
  color: #dedededb;
}

.about-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  position: relative;
}

.about-hero-badge {
  font-size: 18px;
  color: #dedededb;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.about-hero-title {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 500px;
    color: #dedededb;
}

.about-hero-para {
    font-size: 16px;
    color: #ffffffb3;
    line-height: 1.6;
    max-width: 650px;
}

.about-hero-img {
  position: relative;
  z-index: 1;
  text-align: right;
}

.about-hero-img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
}

/* about-hero section end */

/* about-team section start */

.about-team-wrap{
  background-color: #191919;
  color: #dedededb;
  padding: 60px 0;
  font-family: 'Georgia', serif;
}

.about-team-container{
  max-width: 1100px !important;
  margin:auto;
}

.teams-why-heading {
    margin: auto;
    text-align: center;
}

.teams-why-badge{
  display: inline-block;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 14px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #dedededb;
  margin-bottom: 15px;
}

.teams-why-title{
  font-size: 36px;
  color: #dedededb;
  font-weight: 600;
}

.teams-why-subpara {
    text-align: center;
    font-size: 16px;
    color: #ffffffb3;
    line-height: 1.5;
    max-width: 750px;
    margin: auto;
}

.teams-why-slider {
  margin-top: 50px;
}
.teams-why-slider .teams-why-card {
  box-sizing: border-box;
  padding: 10px;
}

.teams-why-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 16px;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.teams-card-img {
    padding: 0 20px;
}

.teams-card-img img {
  border-radius: 13px;
  width: 100%;
  object-fit: cover;
  height: 150px;
}

.about-team-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.about-team-info {
    text-align: center;
    min-height: 120px;
}

.teams-why-name {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 600;
  color: #dedededb;
}

.teams-why-role {
  color: #ffffffb3;
  font-size: 16px;
}

.teams-why-socials {
  margin-top: auto;
  text-align: center;
}

.teams-why-socials i {
  color: #ffffff90;
  font-size: 30px;
  margin: 0 6px;
}

.teams-why-socials a:hover i {
  color: #dedededb;
}

/* about-team section end */

/* partner section start */
.partner-wrap {
  background-color: #1c2e1f;
  color: #dedededb;
  padding: 60px 0;
}
.partner-section-heading{
  text-align: center;
}

.partner-section-heading h2 {
  font-size: 36px;
  color: #dedededb;
  font-weight: 600;
  margin-bottom: 20px;
}

.partner-section-heading p {
  max-width: 800px;
  margin: 0 auto 40px;
  color: #ffffffb3;
  font-size: 16px;
	text-align:center;
}

.partner-slider {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.partner-logo-wrap {
  width: auto; /* Required for Swiper's slidesPerView: 'auto' */
  padding: 10px;
  box-sizing: border-box;
}

.partner-logo {
  padding: 10px;
  background: #fff;
  border-radius: 12px;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); /* Optional subtle shadow */
  transition: transform 0.3s ease;
}


.partner-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}


.partner-slider-one, .partner-slider-two {
  margin: 20px 0;
}
.partner-item {
 background: #27412b;
    padding: 10px;
    border-radius: 10px;
}

.partner-item h6 {
    margin-bottom: 0;
    background: repeating-linear-gradient(to bottom, #e3c367 0%, #e0c661 50%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    font-weight: 700;
}


/* partner section end */

/* about page ends */

/* billionaire-tours page start */
/* billionaire-tours inner header start */

.billionaire-tours-innerpage-header {
    position: relative;
    height: 80vh;
    overflow: hidden;
}

.billionaire-tours-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.billionaire-tours-innerpage-header-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Semi-transparent overlay */
    z-index: 2;
}

.billionaire-tours-pageheading-middle {
    position: absolute;
    bottom: 0px;
    left: 50px;
    width: 70%;
    z-index: 3; 
}

.billionaire-tours-pageheading-middle h2 {
    color: #dedededb;
    text-align: left;
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Roxborough CF Thin";
    letter-spacing: 4px;
}

.billionaire-tours-pageheading-middle p {
    color: #FFFFFFb3;
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
}

.billionaire-tours-back-button {
    position: absolute;
    top: 160px;
    left: 50px;
    z-index: 4; /* Highest z-index to stay above everything */
    background: #fff;
    color: #000000;
    padding: 10px 15px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.billionaire-tours-back-button:hover {
    text-decoration: none !important;
    color: #000000;
    background: #f0f0f0;
}

.billionaire-tours-pageheading-middle a {
    font-size: 20px;
    font-weight: 500;
    color: #dedededb;
    text-decoration: none;
}

.billionaire-tours-pageheading-middle a:hover {
    color: #dedededb;
    text-decoration: underline;
}
.tour-overview-section{
	background:#1c2e20;
	padding-top:40px;
	padding-bottom:40px;
}
.tour-overview-section h5, .tour-overview-section h6, .tour-overview-section li, .tour-overview-section p{
	color:#dedededb;
}
.service-inner-faq-wrapper {
    padding: 40px 0;
}

.inner-faq-wrapper {
    max-width: 620px;
    margin: 40px auto 0;
}

.faq-inner-item {
    margin-bottom: 15px;
    border-radius: 27px;
    overflow: hidden;
    border: 1px solid #ffffff36;
}
.accordion {
    background-color: #151515;
    color: #dedededb;
    cursor: pointer;
    padding: 18px 50px 18px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;

}


.accordion.active {
    background-color: #000;
    border-bottom-color: transparent;
}

.accordion-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 300;
    transition: all 0.3s ease;
}

.accordion.active .accordion-icon {
    transform: translateY(-50%) rotate(45deg);
}

.panel {
    background-color: #101010;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.panel-content {
    padding: 20px;
}

.panel p {
    margin: 0;
    line-height: 1.6;
    color: #555;
}
.service-inner-faq-wrapper h6 {
    text-align: center;
    color: #ffffffde;
    border: 1px solid #fff;
    width: fit-content;
    padding: 6px 18px;
    border-radius: 25px;
    margin:0 auto 30px;
}
.service-inner-faq-wrapper h2 {
    text-align: center;
    color: #ffffffde;
    font-size:40px;

}
/* billionaire-tours inner header end */

.tour-wrap {
    background-color: #000;
    color: #dedededb;
    padding: 60px 0;
}

.tour-card-wrapper {
    padding: 15px;
}

.tour-card {
    position: relative;
    min-height: 300px;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* Adjust height for different column sizes */
.col-lg-6 .tour-card {
    min-height: 350px; /* Taller cards for 2-column layout */
}

.col-lg-4 .tour-card {
    min-height: 300px; /* Slightly shorter for 3-column layout */
}

.tour-card-content {
    position: relative;
    padding: 20px;
    background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.6) 20%, transparent);
    color: #dedededb;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.tour-card-tittle-wrap {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    background: #27412b;
    border-radius: 10px;
    padding: 10px;
    width: fit-content;
    border: 1px solid #dbbd58;
}
.tour-card-title {
    font-size: 15px;
    text-align: left;
    font-weight: 500;
    margin: 0;
    color: #fff;
    font-family: "Roxborough CF Thin";
    letter-spacing: 4px;
}

.tour-card-arrow {
    font-size: 18px;
    color: #dedededb;
    flex-shrink: 0;
    transform: rotate(-45deg);
    margin-left: 35px ;
}

.tour-card-description {
    font-size: 14px;
    line-height: 1.5;
    color: #ffffffb3;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .tour-card-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .tour-card {
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    .tour-card-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* tours end */


/* billionaire-tours page end */

/*billionaire transfer page starts*/


.package-features {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.package-features p{
    color:#909090;
    font-family: general;
    font-size:14px;
    height: 30px;
}
.package-features i{
    color:#909090;
}
.billionaire-transfer-wrap-items .packages-info-title {
    font-size: 20px;
    font-weight: 500;
    font-family: general;
	height:70px;
}
.billionaire-transfer-wrap {
   background: #27412b;
}

/*billionaire transfer page ends*/

/* single billionaire tours page start */

.single-tour-wrap {
    background-color: #000;
    color: #dedededb;
}

.single-tour-wrap-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 75vh;
    position: relative;
}
.down-arrow {
  position: absolute;
  top: calc(83vh - 60px);
  left: calc(50% - 14px);
  width: 0;
  height: 30px;
  border: 2px solid;
  border-radius: 2px;
   animation: jumpInfinite 1.5s infinite;
}

.down-arrow:after {
  content: " ";
  position: absolute;
  top: 12px;
  left: -8px;
  width: 16px;
  height: 16px;
  border-bottom: 4px solid;
  border-right: 4px solid;
  border-radius: 4px;
  transform: rotateZ(45deg);
}
@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}
.single-tour-wrap-overlay {
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 43%));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    display: flex;
    align-items: flex-end;
}

.single-tour-wrap-back-btn {
    position: absolute;
    top: 150px;
    z-index: 2;
    background: #fff;
    color: #000;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 15px;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.single-tour-wrap-back-btn:hover {
    background: #ffffff;
    color: #000;
    text-decoration: none;
}

.single-tour-wrap-text {
    max-width: 600px;
    z-index: 1;
}
.single-tour-wrap-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffffdb;
    letter-spacing: 1px;
    font-family: "Roxborough CF Thin";
    letter-spacing: 4px;
}
.single-tour-wrap-text p {
    color: #ffffffb3;
}
.tour-wrap-overview p,
.tour-wrap-program-description p{
    color: #ffffffd6;
}

.tour-wrap {
    background: #27412b;
    padding: 60px 0 0;
    color: #dedededb;
    font-family: 'Poppins', sans-serif;
}


.tour-wrap-overview-text {
    font-size: 16px;
    line-height: 1.8;
    color: #ffffffb3;
}

.top-programs h6{
    color: #dedededb;
    font-weight: 500;
    font-size: 18px;
}
.tour-wrap-overview{
    padding-bottom:20px;
    border-bottom: 1px solid #ffffff29 !important;
	padding-top:40px;
}

.top-item .row{
    background-color: #121e14;
    border-radius: 16px;
    padding: 10px 30px;
    margin-bottom:25px;
    margin-top:25px;
}
.tour-wrap-subheading{
    padding-top:25px;
    padding-bottom:10px;
    font-family: "Roxborough CF Thin";
    letter-spacing: 4px;
}
.top-item{
    border-bottom: 1px solid #ffffff29 !important;
}
.tour-wrap-program-title {
    font-size: 30px;
    color: #FEDD56;
    font-weight: 500;
    margin-bottom: 10px;
}

.tour-wrap-program-description {
    font-size: 16px;
    color: #ffffffb3;
    margin-bottom: 16px;
}

.top-content h4 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
    color: rgba(254, 221, 86, 1);
    font-family: "Roxborough CF Thin";
    letter-spacing: 4px;
}
.top-content p {
    font-size: 15px;
    color: #ffffffb3;
}

.tour-wrap-activities-content ul {
    padding-left: 18px;
    margin-top: 5px;
    list-style-type: disc;
}



.tour-wrap-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #FEDD56;
  color: #000;
  padding: 10px 28px;
  border-radius: 8px;
  font-weight: 600;
  margin-right: 12px;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  position: relative;
  width:fit-content;
}

.tour-wrap-button:hover {
  background: #ffffff;
  color: #000000;
}
.tour-wrap-button i{
    rotate:-33deg;
}
.tour-arrow-wrapper {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: visible;
}

.tour-arrow-default2, 
.tour-arrow-hover2 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #000000 !important;
  font-size: 14px;
  transform-origin: center;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.tour-arrow-default2 {
  opacity: 1;
  z-index: 2;
}

.tour-wrap-button:hover .tour-arrow-default2 {
  opacity: 0;
  transform: translate(calc(-50% + 10px), calc(-50% - 10px)) rotate(-45deg);
}

.tour-arrow-hover2 {
  opacity: 0;
  z-index: 1;
  transform: translate(calc(-50% - 10px), calc(-50% + 10px)) rotate(-45deg);
}

.tour-wrap-button:hover .tour-arrow-hover2 {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.tour-slider img {
    width: 100%;
    height: 300px;
    object-position:top;
    border-radius: 12px;
    object-fit: cover;
}
.top-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-right: 10px;
}
.tour-testimonial-warp {
    background-color: #000;
    color: #dedededb;
    padding: 60px 0 0;
    font-family: 'Georgia', serif;
}
.popup-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    background:rgb(80 80 80 / 70%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup-box {
    height: 377px;
    background: #1D1D1D;
    max-width: 745px;
    width: 100%;
    margin: 11% auto;
    padding: 30px;
    position: relative;
    border-radius: 8px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.popup-box h3 {
    margin-top: 0;
    color:rgba(254, 221, 86, 1);
}
.popup-box p{
    color:#dedededb;
}

.popup-close {
    color:rgba(254, 221, 86, 1);
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

/* single billionaire tours page end */

/*single service page starts*/

.service-inner-img img{
    width:100%;
    height:300px;
    object-fit:cover;
    border-radius:15px;
}
.service-inner-img img {
    width: 75%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    border: 1px solid #ffffff45;
    margin-bottom: 20px;
}
.service-single-page h4{
    color:#ffffffde;
}
 .service-single-page p{
    color:#ffffffde;
}
.service-single-page h4 {
    color: #ffffffde;
    font-size: 30px;
    padding-top: 30px;
}
.sidebar-post-item h5{
    font-size:17px;
    color:#ffffffde;
}
/*single service page starts*/

@media only screen and (max-width: 576px)  {
.billionaire-tours-back-button{
    display: none;
}
.packages-title{
    font-size: 25px;
}
.inner-top-wrapper {
    padding-top: 15% !important;
}
.service-inner h1{
    font-size: 26px;
}
/* header section start */
	
.header-logo img {
    width: 60px;
    object-fit: cover;
    height: auto;
}
.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 50px;
}
	
/* header section end */
/* banner section start */
	
.home-caption-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
}
.banner-caption-item {
    width: 100%;
    margin: auto;
    min-height: 250px;
    display: block;
}
.banner-caption-item h1 {
    font-size: 30px;
    margin-bottom: 20px;
}
.about-stats p {
    font-size: 12px;
    line-height: 1.7;
}
.stat-number {
    font-size: 20px;
}
.readmore-btn {
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
}
.innerpage-header img{
    height:100vh;
}
.innerpage-header {
    height:100vh;
}
/* banner section end */
	
/* about section start */	

.about-badge {
    font-size: 12px;
    margin-bottom: 10px;
    border: 1px solid #ffffff;
}
.about-wrap h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #dedededb;
}
.home-about-content{
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    height: 100% !important;
    flex-wrap: wrap !important;
    align-content: center !important;
}
.about-para p{
    font-size: 14px;
    color: #dedededb;
}
.about-para{
    margin-bottom:25px;
}
.home-about-content a{
    margin-top:10px;
}
.about-border1{
    border-bottom:none;
}
.about-stats{
    margin-left:0;
}
.about-border3{
    border:none !important;
}
.about-img-wrapper img{
    height:250px;
}
.about-border4 {
    border-left: none;
}
.service-wrapper .col-12{
    margin-bottom:20px;
}
.service-link-title {
    font-size: 30px;
}
.service-link-content {
    margin-bottom: 40px !important;
}
.service-link-btn {
    padding: 10px 20px;
    font-size: 14px;
    width: 80%;
}
.service-link-card {
    padding: 20px;
}
.service-card {
    position: relative;
    border-radius: 15px;
    height: 350px;
}
.card-image img {
    width: 100%;
    height: 350px;
}
.service-title {
    font-size: 14px;
    height: 20px;
}
.service-card-content {
    padding: 10px 10px;
    border-radius: 8px;
    max-width: 90%;
}
.why-choose-content{
    padding: 0px 15px !important;
}
.testimonial-card {
    display: flex !important;
    flex-direction: column;
    min-height: 400px;
}
.testimonial-text p {
    font-size: 14px;
    line-height: 1.5;
}
.testimonial-badge-text {
    border-radius: 7px;
    font-size: 12px;
}
.testimonial-avatar img {
    width: 35px;
    height: 35px;
}
.testimonial-meta span {
    font-size: 12px;
}
.testimonial-meta strong {
    font-size: 16px;
    line-height: 1.3;
}
.testimonial-footer {
    bottom:30px;
}
.top-footer{
    width:100%;
}
.top-footer h2{
    font-size:28px;
}
.footer-copyright-row{
    text-align:center ;
}
.tiss {
    text-align: center;
    padding-bottom:15px;
}

.footer-copyright-row p{
    margin-bottom:0;
}
.mega-menu-item-1395 a {
    background: none !important;
    color: #000000 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #FEDD56;
    background: #000;
}

/*about page*/
.inner-banner-head p{
    width:90%;
}
.inner-banner-head h4{
    font-size:35px;
}
.single-post .inner-banner-head h4{
    font-size:30px;
}
.inner-banner-head {
    top:40%;
}
.single-post .inner-banner-head {
    top:35%;
}
.about-hero-title {
    font-size:40px;
}
.why-choose-accordion{
    padding-bottom:50px;
}
.teams-why-title{
    font-size:30px;
}
.teams-card-img img {
    border-radius: 13px;
    width: 100%;
    object-fit: cover;
    height: 250px;
}
.contact-info-img{
    margin-top:30px;
}
.billionaire-tours-pageheading-middle {
    left: 20px;
    width: 90%;
}
.billionaire-tours-pageheading-middle h2 {
    font-size:30px;
}
.billionaire-tours-pageheading-middle p {
    font-size:16px;
}
.service-inner-faq-wrapper h2{
    font-size:30px;
}
.service-inner-img img {
    width: 100%;
    height: 365px;
}
.service-single-page.inner-wrapper{
    padding-bottom:0;
}
.packages-wrap{
    padding:60px 0 20px;
}
.packages-wrap .slick-slide {
    display: none;
    float: left;
    height: auto;        /* allow height to adapt as per content */
    min-height: 1px;
}

.packages-wrap .packages-card {
    background-color: #1a1a1a;
    border-radius: 16px;
    padding: 10px;
    height: auto !important; /* allow card to grow with content */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.packages-wrap .packages-btn-group {
    margin-top: 0;       
}

.packages-wrap .slick-dots {
    position: static;
    bottom: -20px;              /* move dots up */
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.blog-page h1{
    font-size:30px;
}
.service-inner-faq-wrapper{
    padding: 0;
}
.billionaire-locations .col-12{
    margin-bottom:20px;
}

}

@media only screen and (min-width: 576px) and (max-width: 767px)  {
.billionaire-tours-back-button{
    display: none;
}
.packages-title{
    font-size: 25px;
}
.inner-top-wrapper {
    padding-top: 15% !important;
}
.service-inner h1{
    font-size: 26px;
}
/* 
/* header section start */
	
.header-logo img {
    width: 60px;
    object-fit: cover;
    height: auto;
}
.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 50px;
}
	
/* header section end */
/* banner section start */
	
.home-caption-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
}
.banner-caption-item {
    width: 100%;
    margin: auto;
    min-height: 250px;
    display: block;
}
.banner-caption-item h1 {
    font-size: 30px;
    margin-bottom: 20px;
}
.about-stats p {
    font-size: 12px;
    line-height: 1.7;
}
.stat-number {
    font-size: 20px;
}
.readmore-btn {
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
}
.innerpage-header img{
    height:100vh;
}
.innerpage-header {
    height:100vh;
}
/* banner section end */
	
/* about section start */	

.about-badge {
    font-size: 12px;
    margin-bottom: 10px;
    border: 1px solid #ffffff;
}
.about-wrap h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #dedededb;
}
.home-about-content{
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    height: 100% !important;
    flex-wrap: wrap !important;
    align-content: center !important;
}
.about-para p{
    font-size: 14px;
    color: #dedededb;
}
.about-para{
    margin-bottom:25px;
}
.home-about-content a{
    margin-top:10px;
}
.about-border1{
    border-bottom:none;
}
.about-stats{
    margin-left:0;
}
.about-border3{
    border:none !important;
}
.about-img-wrapper img{
    height:250px;
}
.about-border4 {
    border-left: none;
}
.service-wrapper .col-12{
    margin-bottom:20px;
}
.service-link-title {
    font-size: 30px;
}
.service-link-content {
    margin-bottom: 40px !important;
}
.service-link-btn {
    padding: 10px 20px;
    font-size: 14px;
    width: 80%;
}
.service-link-card {
    padding: 20px;
}
.service-card {
    position: relative;
    border-radius: 15px;
    height: 350px;
}
.card-image img {
    width: 100%;
    height: 350px;
}
.service-title {
    font-size: 14px;
    height: 20px;
}
.service-card-content {
    padding: 10px 10px;
    border-radius: 8px;
    max-width: 90%;
}
.why-choose-content{
    padding: 0px 15px !important;
}
.testimonial-card {
    display: flex !important;
    flex-direction: column;
    min-height: 350px;
}
.testimonial-text p {
    font-size: 14px;
    line-height: 1.5;
}
.testimonial-badge-text {
    border-radius: 7px;
    font-size: 12px;
}
.testimonial-avatar img {
    width: 35px;
    height: 35px;
}
.testimonial-meta span {
    font-size: 12px;
}
.testimonial-meta strong {
    font-size: 16px;
    line-height: 1.3;
}
.testimonial-footer {
    bottom:30px;
}
.top-footer{
    width:100%;
}
.top-footer h2{
    font-size:28px;
}
.footer-copyright-row{
    text-align:center ;
}
.tiss {
    text-align: center;
    padding-bottom:15px;
}

.footer-copyright-row p{
    margin-bottom:0;
}
.mega-menu-item-1395 a {
    background: none !important;
    color: #000000 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #FEDD56;
    background: #000;
}

/*about page*/

.inner-banner-head p{
    width:90%;
}
.inner-banner-head h4{
    font-size:35px;
}
.single-post .inner-banner-head h4{
    font-size:30px;
}
.inner-banner-head {
    top:40%;
}
.single-post .inner-banner-head {
    top:35%;
}
.about-hero-title {
    font-size:40px;
}
.why-choose-accordion{
    padding-bottom:50px;
}
.teams-why-title{
    font-size:30px;
}
.teams-card-img img {
    border-radius: 13px;
    width: 100%;
    object-fit: cover;
    height: 250px;
}
.contact-info-img{
    margin-top:30px;
}
.billionaire-tours-pageheading-middle {
    left: 20px;
    width: 90%;
}
.billionaire-tours-pageheading-middle h2 {
    font-size:30px;
}
.billionaire-tours-pageheading-middle p {
    font-size:16px;
}
.service-inner-faq-wrapper h2{
    font-size:30px;
}
.service-inner-img img {
    width: 100%;
    height: 365px;
}
.service-single-page.inner-wrapper{
    padding-bottom:0;
}
.packages-wrap{
    padding:60px 0 20px;
}
.packages-wrap .slick-slide {
    display: none;
    float: left;
    height: auto;        /* allow height to adapt as per content */
    min-height: 1px;
}

.packages-wrap .packages-card {
    background-color: #1a1a1a;
    border-radius: 16px;
    padding: 10px;
    height: auto !important; /* allow card to grow with content */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.packages-wrap .packages-btn-group {
    margin-top: 0;       
}

.packages-wrap .slick-dots {
    position: static;
    bottom: -20px;              /* move dots up */
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.blog-page h1{
    font-size:30px;
}
.service-inner-faq-wrapper{
    padding: 0;
}
.billionaire-locations .col-12{
    margin-bottom:20px;
}

}




@media only screen and (min-width:768px) and (max-width: 1200px) {

/* header section start */
	
.header-logo img {
    width: 60px;
    object-fit: cover;
    height: auto;
}
.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 50px;
}
	
/* header section end */
/* banner section start */
	
.home-caption-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
}
.banner-caption-item {
    width: 100%;
    margin: auto;
    min-height: 250px;
    display: block;
}
.banner-caption-item h1 {
    font-size: 30px;
    margin:auto;
    width:80%;
}

.readmore-btn {
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
}
.innerpage-header img{
    height:100vh;
}	
.innerpage-header {
    height:100vh;
}
/* banner section end */
	
/* about section start */	

.about-badge {
    font-size: 12px;
    margin-bottom: 10px;
    border: 1px solid #ffffff;
}
.about-wrap h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #dedededb;
}
.home-about-content{
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    height: 100% !important;
    flex-wrap: wrap !important;
    align-content: center !important;
}
.about-para p{
    font-size: 14px;
    color: #dedededb;
}
.about-para{
    margin-bottom:25px;
}

.about-stats{
    margin-left:0;
}

.about-img-wrapper img{
    height:250px;
}
.about-border4 {
    border-left: none;
}
.service-wrapper .col-12{
    margin-bottom:20px;
}
.why-choose-content{
    padding: 0px 15px !important;
}
.testimonial-card {
    display: flex !important;
    flex-direction: column;
    min-height: 400px;
}
.testimonial-footer {
    bottom:30px;
}
.top-footer{
    width:100%;
}
.top-footer h2{
    font-size:28px;
}

.mega-menu-item-1395 a {
    background: none !important;
    color: #000000 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #FEDD56;
    background: #000;
}
.home-serv-item{
    display:none;
}

/*about page*/
.inner-banner-head p{
    width:90%;
}
.inner-banner-head h4{
    font-size:35px;
}
.inner-banner-head {
    top:40%;
}
.about-hero-title {
    font-size:40px;
}
.why-choose-accordion{
    padding-bottom:50px;
}
.teams-why-title{
    font-size:30px;
}
.contact-info-img{
    margin-top:30px;
}
.billionaire-tours-pageheading-middle {
    left: 20px;
    width: 90%;
}
.billionaire-tours-pageheading-middle h2 {
    font-size:30px;
}
.billionaire-tours-pageheading-middle p {
    font-size:16px;
}
.service-inner-faq-wrapper h2{
    font-size:30px;
}
.service-inner-img img {
    width: 100%;
    height: 365px;
}
.service-single-page.inner-wrapper{
    padding-bottom:0;
}
.packages-wrap{
    padding:60px 0 20px;
}
.blog-page h1{
    font-size:30px;
}
.service-inner-faq-wrapper{
    padding: 0;
}
.billionaire-locations .col-md-6{
    margin-bottom: 20px ;
}
.billionaire-contact-box {
    display: flex;
    gap: 25px;
    flex-direction: column;
    align-items: flex-end;
}
.blog-detail-wrapper h5{
    height:65px;
}
.packages-btn-group {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    align-items: center;
}
.inner-blog-item img{
    object-position: top;
}
}
@media only screen and (min-width:1024px) and (max-width:1300px){
    
.packages-btn-group {
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.about-border4{
    display: none;
}
}

@media only screen and (min-width:2000px) and (max-width:2799px){
    .service-card {
        height:860px;
    }
    .service-card img {
        height:860px;
    }
    .service-wrapper .custom-container {
    padding: 60px 8% 0;
    }
}


@media only screen and (min-width:2800px){
    .service-card {
        height:1110px;
    }
    .service-card img {
        height:1110px;
    }
    .service-wrapper .custom-container {
    padding: 60px 10% 0;
    }
}


.about-popup-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.about-popup {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  width: 90%;
  max-width: 700px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: fadeIn 0.3s ease;
}

.about-popup h2 {
  margin-bottom: 15px;
}

.about-popup .close-popup {
  position: absolute;
  top: 12px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #333;
}

@keyframes fadeIn {
  from {opacity: 0; transform: scale(0.9);}
  to {opacity: 1; transform: scale(1);}
}