/*-----------------------------Thank You ---------------------------------*/

.landing-thankyou{
    min-height:75vh !important;
}

@media (min-width: 576px) {
    section.landing-thankyou .thankyouwrapper {
        padding-top: 5%;
    }
}

/*------------------------------------------------landing page--------------------------------------------- */
@media (max-width: 575.98px) {
.cta-menu {
    padding: 5px 15px !important;
}

.landing-whatsappIconWrapper{
    bottom:45%;
}
}

.cta{
    cursor:pointer;
    background: transparent;
}
.cta-btn{
    display:none;
}

@media (max-width: 470px) {
.cta-menu {
    display:none;
}
.cta-btn{
    display:block;
}
}


@media (min-width: 1200.99px) {
    .landing-title {
        font-size: 2.604vw !important;
        margin: 1.488vw auto !important;
        line-height: 3vw !important;
    }
}

 .landing-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 550;
    font-family: "Wulkan Display";
}

swiper-container {
      width: 100%;
      height: 100vh;
    }

    swiper-container::part(wrapper) {
      overflow: visible;
    }

    swiper-slide {
      width: 70vw; 
      max-width: 1200px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      transition: transform 0.3s ease;
    }

    swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    swiper-slide:not(.swiper-slide-active) {
      opacity: 0.6;
      transform: scale(0.9);
    }



.landing-prev,
.landing-next {
  position: absolute;
  top: 50%;
  z-index: 20;
  transform: translateY(-50%);
  color: white;
  background: #ba2018;
  font-size: 20px;
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
     margin-top: unset !important;
}

.landing-prev {
  left:calc(12vw - 25px) !important;
}

.landing-next {
      left: unset !important;
      right:calc(12vw - 25px) !important;
}

@media (max-width: 767.98px) {
    .landing-prev,
    .landing-next {
      width: 30px;
  height: 30px;
}
}








/*------------------------------------------Why Choose TBI Tours--------------------------------------*/
.landingBox {
    width:350px;
    height: 100%;
    background: #fff;
    box-shadow: 0 3px 1vw 0 rgb(200 200 200 / 54%);
    border-radius: 20px;
}



@media (min-width: 1200.99px) {
    .landingBox .landingPic {
        border-radius: 1.464vw !important;
    }
}

.landingBox .landingPic {
    border-radius: 20px;
    overflow: hidden;
}


.landingBox .landingPic img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

@media (min-width: 1200.99px) {
    .landingBox .landingTxt {
        padding: 1.563vw !important;
        margin-top: -2.196vw !important;
        border-radius: 1.464vw !important;
    }
}

.landingBox .landingTxt {
    text-align: center;
    padding: 20px;
    margin-top: -30px;
    z-index: 1;
    position: relative;
    background: var(--white);
    border-radius: 20px;
}


.landingBox .landingTxt h6 {
    font-weight: 700;
    margin: 0;
}

@media (min-width: 1200.99px) {
    .landingBox .landingTxt p {
        margin-bottom: 1.757vw;
    }
}
.landingBox .landingTxt p {
        font-style: italic;
        font-size: 12px;
}

.landing-point li {
    display: flex;
    gap: 10px;
}


.landing-point li::before {
    content: "";
    display: inline-block;
    background: url(https://trailblazertours.com/wp-content/uploads/2025/08/tickMark.svg) center center / contain no-repeat !important;
    width: 1rem;
    height: 1rem;
    flex-shrink: 0 !important;
    margin: auto 0 !important;
}





/* ---------------------------------------Cloud left Right------------------------------------*/
.landing-innerpage {
    position: relative;
}


.landing-innerpage::before {
    content: "";
    position: absolute;
    top: -70%;
    left: 0;
    width: 250px; 
    height: 300px;
    background: url('https://trailblazertours.com/wp-content/uploads/2025/08/cloud.png') no-repeat;
    background-size: contain;
    background-position: top left;
    z-index: 0;
}

.landing-innerpage::after {
    content: "";
    position: absolute;
    top: -70%;
    right: 0;
    width: 250px; 
    height: 300px;
    background: url('https://trailblazertours.com/wp-content/uploads/2025/08/cloud_right.png') no-repeat;
    background-size: contain;
    background-position: top right;
    z-index: 0;
}

.landing-innerpage .container {
    position: relative;
    z-index: 1;
}






/*----------------------------------------testimonial-------------------------------------*/
.testimonial-section{
    padding: 5rem 0rem;
}

@media (max-width: 768px) {
    .testimonial-section{
    padding: 6rem 0rem;
}
.landing-testimonialBox {
    height:auto !important;
}
}

@media (min-width: 767.98px) {
    .testimonialName h6{
        width:55%;
    }
    .testimonialName p{
        font-size:12px;
    }
}


.testimonialCards .swiper-slide{
    height:auto;
}

.testimonialIcon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.testimonialIcon::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background: url(https://trailblazertours.com/wp-content/uploads/2025/08/quote.svg) no-repeat;
    z-index:2;
}

.test-swiper-button-prev,
.test-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: #ba1f18;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.testimonial-swiper-button-prev {
  left:8rem !important;
}

.testimonial-swiper-button-next {
  right:8rem;
  left:unset !important;
}






/*=============================== Landing page Icon================================*/
.main-container {
    position: relative; 
    z-index: 1;
    overflow: hidden; 
}

@media (min-width: 1199.98px) {
.main-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://trailblazertours.com/wp-content/uploads/2025/08/path.svg) no-repeat;
    background-size: contain;
    z-index: 1;
    background-position: center;
    pointer-events: none;
}
}

.passport-icon {
    position: absolute;
    top: 40px;
    right: 80px;
    z-index: 5;
}

.passport-icon img ,
.cam-icon img ,
.sheep-icon img{
width: 100%;
    max-width: 150px;
    height: auto;
}

.cam-icon {
position: absolute;
    bottom: 175px;
    left: 10%;
    z-index: 5;
}

.sheep-icon {
    position: absolute;
    right: 200px;
    bottom: 0;
    z-index: 5;
}


.car-icon {
    position: absolute;
    right: 200px;
    bottom: -15px;
    z-index: 5;
}

.map-icon {
        position: absolute;
    top: -30px;
    left: 110px;
}



@media (max-width: 767.98px) {
    .header2 {
        box-shadow: 0 0 1vw 0 rgba(0, 0, 0, .25);
    }

    .landing-innerpage::after,
    .landing-innerpage::before {
        background: none;
    }

    .sheep-icon {
        right: 0px;
    }

    .car-icon {
        right: 5%;
    }
    
    .cam-icon {
        bottom: 170px;
        left: 0;
    }

    .passport-icon {
        top: 105px;
        right: 50px;
    }
    .map-icon {
        left: 2vw;
        top: -20px;
    }
}



/*------------------------------------GIF card -------------------------------------------*/
.landing-card img {
width: 50%;
    margin: 0 auto;
}

.landing-card p {
    text-align:center;
}

@media (min-width: 1200.99px) {
    .landing-desc {
        margin-bottom: 1.098vw;
        font-size: 1.903vw;
    }
}


.landing-italic{
    font-size: 16px;
    line-height: normal;
    margin-bottom: 15px;
    font-style: italic;
}

.landing-desc{
    font-weight: 600;
    font-size: 26px;
    font-family: "Wulkan Display";
    line-height: normal;
    margin-bottom: 15px;
}



/*================================landing Form ======================== */

.landing-form-control, .landing-form-select {
      border: none;
      border-bottom: 1px solid #d32f2f;
      border-radius: 0;
      background-color: transparent;
      box-shadow: none;
      padding: 15px 0px;
    }
    
     .landing-form-control:focus, .landing-form-select:focus {
      border-color: #b71c1c;
      box-shadow: none;
      background:transparent;
      color:black;
    }
    
     .landing-form-control::placeholder {
  color: #000 !important;
  opacity: 1;
  font-size:16px;
}
    label {
      font-weight: 500;
    }
    
        .landing-form-control:focus,
.landing-form-select:focus,
.landing-form-control:not(:placeholder-shown) {
  border-bottom: 2px solid #b71c1c;
  box-shadow: none;
  background: transparent;
  color: black;
}

.wpcf7-response-output {
    text-align:center;
}


/* Bottom*/
.landing-list {
    display:flex;
}

.landing-list ul {
    display: flex;
    justify-content: center; 
    flex-wrap: wrap;        
    margin: 0 auto;
    padding: 0;
    list-style: none;
    gap:5px;
}

.landing-list li {
    position: relative;
    padding-left: 1.5rem;
    display: block;
    margin: 0 15px;
}

.landing-list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em; 
  width: 1rem;
  height: 1rem;
  background: url('https://trailblazertours.com/wp-content/uploads/2025/08/tickMark-green.svg') center center / contain no-repeat !important;
  display: inline-block;
  flex-shrink: 0 !important;
}

/* Footer */
.landing-footsocial a:hover {
    background: white;
}

.footer2 a:hover {
    color:white;
}

.landing-footsocial a {
background: white;
}
.landing-footsocial a svg {
    fill: #ba2018;
}


