.topStrip.wzc {
    background-color: #fff4e6 !important;
}

.top-header a,
.top-header a:hover{
    color:black !important;
}

.top-header svg {
    fill: black;
}
.top-header li img {
    filter: invert(1) brightness(0);
}


.wzc-img a:first-child img {
    width: 100px;
    height: auto;  
}

.wzc-img a:last-child img {
    width: 150px;
    height: auto;  
}

      @media (max-width: 768px) {
.wzc-img a:first-child img {
    width: 75px;
}

.wzc-img a:last-child img {
    width: 110px;
}
}

.topStrip.footer {
    background-color: black !important;
    padding:6rem 0px;
}

.wzc-footer-img a:first-child img {
    width: 140px !important;
    height: auto;  
}

.wzc-footer-img a:last-child img {
    width: 180px !important;
    height: auto;  
}

      @media (max-width: 768px) {
.wzc-footer-img a:first-child img {
    width: 100px !important;
}

.wzc-footer-img a:last-child img {
    width: 130px !important;
}
}


.right-image-col {
    position: relative;
    min-height: 500px;
}

.right-image {
    position: absolute;
    top: 0;
    /*right: calc(-50vw + 50%);*/
    width: 50vw;
    height: 100%;
    object-fit: cover;
}

/* ✅ Mobile Fix */
@media (max-width: 767px) {
    .right-image-col {
        min-height: auto;
    }

    .right-image {
        position: relative;
        width: 100%;
        height: auto;
        right: 0;
    }
}

/*------------------------------------------*/

@media (min-width: 1200.99px) {
    .wzc-title {
        font-size: 3.4vw !important;
    }
    
    h2.wzc-title span {
        /*font-size: 1.171vw;*/
        font-size: 1.3vw !important;
        margin-bottom: 1.464vw;
    }
    h2.wzc-title strong {
 font-size: 2.5vw !important;
}
}

.wzc-title {
    font-weight: 600;
    font-size: 30px;
    font-family: "Wulkan Display";
    line-height: 1.3;
}

h2.wzc-title span {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: Gotham;
    display:block;
    font-weight:500 !important;
}

h2.wzc-title i,
h2.wzc-title strong {
    color: #C4882E; 
    font-style: italic;
    margin-bottom: 10px;
      font-weight: 600;
}


/*-------------------------*/

.legacy-para strong,
.legacy-para b{
    color: #C4882E; 
}


.swiper-nav {
    display: flex;
    gap: 10px;
    margin-top:25px;
}

.swiper-nav .swiper-button-prev,
.swiper-nav .swiper-button-next {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    width: 35px;
    height: 35px;
}

.routesSwiper {
    overflow: visible !important; 
    padding-right: 20px;         
}

.swiper-slide {
    flex-shrink: 0;             
}

.routesSwiper .swiper-slide {
    height: 100% !important;
  
}

.landingBox .landingTxt {
    min-height: 140px;
}
.landingBox .landingPic img {
    cursor: auto !important;
}
.landingBox .landingTxt h6 {
    cursor: auto;
}

.tab-buttons p {
    cursor: pointer;
    padding:0 20px;
    border-bottom:1px solid #bfbfbf;
    padding-bottom: 10px;
    margin: 0;
    display: inline-block;
    white-space: nowrap;
}

.tab-buttons p.active {
        font-weight: 600;
    color: #c59d5f;
    border-bottom: 2px solid #c59d5f;
}

@media (max-width: 767px) {
    .tab-buttons {
        overflow-x:scroll;
        width:100%;
    }
}

.aisa-card {
    display: none;
    margin-top: 30px;
    overflow: hidden;
}

.aisa-card.active {
    display: block;
}

.aisa-card img {
    width: 100%;
    display: block;
        height: 280px;
        object-fit:cover;
    border-radius: 20px;
}

@media (min-width: 1200.99px) {
.aisa-card img {
        height: 450px;
}

}

.aisa-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;   /* jitna dark area chahiye */
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0) 100%
    );
      border-radius: 20px;
}
.aisa-content {
        position: absolute;
    bottom: 0;
        padding: 10px;
    left: 5%;
    bottom: 5%;
    color: white;
    z-index:1;
}
.aisa-content h2{
    margin-bottom:10px;
}
.aisa-content p{
    font-style: italic;
}



/*--------------------------------*/


.world-img{
        width: 120px;
            height: 120px;
    border: 1px solid #c4882d;
    border-radius: 50%;
    padding: 25px;
    background: white;
    margin:0 auto;
        margin-bottom: -20px;
            position: relative;   
    z-index: 1; 
}
.world-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.world-card{
    padding:10px;
    display:flex;
    flex-direction:column;
    height:100%;
}

.world-content{
    border: 1px solid #c4882d;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    flex:1;
}

.world-content h6{
    font-weight: 700;
    margin: 0;
}

.world-content p{
    font-style: italic;
    font-size: 14px;
    margin: 0;
}


.section-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.section-header h2 {
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  white-space: nowrap;
  padding:0 10px;
}

.line {
  flex: 1;
  height: 2px;
  width:100%;
  background-color: #c89b3c; 
  position: relative;
}

.dot {
  width: 8px;
  height: 8px;
  background-color: #c89b3c;
  border-radius: 50%;
}

@media (max-width: 767px) {
.left-img {
    position: absolute;
    opacity: 0.5;
    left: 0;
    top: -5%;
}
.right-img{
    position: absolute;
    opacity: 0.5;
    right: 0;
    bottom: 15%;
}
}


/*-------------------*/


.heroSwiper {
  width: 100%;
  height: 95vh; 
  position: relative;
  overflow: hidden;
}
.swiper-wrapper {
 height:auto !important;   
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-content {
  color: white;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none; 
}

.swiper-slide-active .slide-content {
  opacity: 1;
  pointer-events: auto;
}

.hero-container{
    height:100vh !important;
}

.swiper-pagination{
    bottom:30px !important;
}
.swiper-pagination-bullet {
  background: rgba(255,255,255,0.6);
}

.swiper-pagination-bullet-active {
  background: white;
}

.swiper-button-next,
.swiper-button-prev {
  color: white;
}


@media (max-width: 767px) {
.topStrip ul li a img {
    width: 15px !important;
    margin-right: 5px;
}
}



/*---------------------*/

    .banner-content .gradient-box {
        background: linear-gradient(90deg, rgba(0, 74, 99, 0.00) 0%, #bf8630 55.77%, rgba(0, 74, 99, 0.00) 100%);
        width: 90%;
        padding-block: 0.6vw;
        text-align: center;
        font-weight:500;
    }
    
    .banner-content{
        padding:10px;
    }
    
 .logo-banner {
    position: absolute;   
    top: 10%;            
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 0 40px;     */
    transform: translateY(-50%);  
    pointer-events: auto;
    z-index: 9999;
    background: transparent;  
}

.logo-banner img {
    height: 60px;      
    max-width: 150px;
}


.heroSwiper {
    margin-top: 0;
    position: relative; 
}


header.innerpage {
    position: relative;
    z-index: 10000;
}

.topStrip {
    position: sticky;
    top: 0;
    z-index: 9999;
}