body{
    font-family: "Jost", sans-serif;
    font-size: 16px;
    height: 100vh;
}
*, ul{
    padding:0;
    margin:0;
}
a{text-decoration: none;}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 10px #d4d4d4;
  }
.menubar{padding: 15px 0;}
.navbar-brand img{width:100%;}

.navbar .megamenu{ padding: 1rem; }
.megamenu h4{
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d4d4d4;
}
.megamenu ul{list-style: none;}
.megamenu ul li a{
    font-size: 14px;
    color: #575757;
    display: inline-block;
    margin-bottom: 15px;
}
.menubar .nav-link{
    padding-right: 25px !important;
    color: #000;
    font-weight: 600;
    font-size: 17px;
}
.menu_phoneicon svg{width:34px;stroke: #ff4e00;margin-right: 15px;}
.menu_phone{
    display: flex;
    align-items: center;
}
.menu_phonecontent p{
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    background: #ff4e00;
    padding: 0px 10px;
    border-radius: 30px;
}
.menu_phonecontent h6{
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}
#carouselExampleIndicators .carousel-item img{width: 100%;height:600px;object-fit: cover;}
.pad_sec{padding: 50px 0;}
.main_title h4{
    font-size: 26px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #000;
}
.main_title h4::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
        background: #4285f4;
}
.main_title h4::after{
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 100%;
    height: 5px;
    border-radius: 30px;
        background: #4285f4;
}
.taxiserv_img, .taxi_pakgimg{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.taxiserv_img img{
    width: 100%;
    height: 230px;
    transition: 0.5s;
        object-fit: cover;
}
.taxiserv_img:hover img{
    transition: 0.5s;
    transform: scale(1.2);
}
.taxiserv_img::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background:linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, rgb(0 0 0) 100%);}
.taxt-servcontent{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 9;
}
.taxt-servcontent h4{
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
}
.taxipkg_badge{
    position: absolute;
    top: 5%;
    right:5%;
    display: inline-block;
    padding: 0 10px;
    border-radius: 30px;
    background: #ff4e00;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.taxi_pkgcontent{margin-top: 10px;}
.taxi_pkgcontent h4{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
a.taxipkg_btn{
    color: #ff4e00;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px solid #ff4e00;
    display: inline-block;
}
.testimonials-card-two {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 5px 60px 52px 51px;
    min-height: 332px;
    filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.05));
}  
.testimonials-card-two__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--trevlo-white, #ffffff);
    z-index: -1;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 570 332"><path d="M45.4912 34.408C32.2997 35.3647 20.0556 41.6029 11.5328 51.7038C3.01363 61.8046 -1.05936 74.9117 0.236102 88.0546L18.8642 277.025C21.2865 301.584 41.6263 320.51 66.3298 321.187L458.862 331.98C481.71 332.607 501.964 317.397 507.699 295.303L568.431 61.26C572.396 45.9815 568.743 29.7356 558.624 17.6139C548.504 5.49212 533.152 -1.01842 517.388 0.128178L45.4912 34.408Z"/></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 570 332"><path d="M45.4912 34.408C32.2997 35.3647 20.0556 41.6029 11.5328 51.7038C3.01363 61.8046 -1.05936 74.9117 0.236102 88.0546L18.8642 277.025C21.2865 301.584 41.6263 320.51 66.3298 321.187L458.862 331.98C481.71 332.607 501.964 317.397 507.699 295.303L568.431 61.26C572.396 45.9815 568.743 29.7356 558.624 17.6139C548.504 5.49212 533.152 -1.01842 517.388 0.128178L45.4912 34.408Z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.testimonials-card-two__meta {
    position: relative;
    min-height: 118px;
    padding: 49px 0 0 134px;
    margin: -10px 0 17px -5px;
    z-index: 2;
  }
  
  .testimonials-card-two__meta__name {
    font-size: 20px;
    text-transform: capitalize;
    line-height: 26px;
    margin-bottom: 5px;
    transition: all 400ms ease;
  }
  
  .testimonials-card-two__meta__designation {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    transition: all 400ms ease;
  }
  
  .testimonials-card-two__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 118px;
    height: 118px;
    border-radius: 50%;
        border: 4px solid #0000006e;
    overflow: hidden;
  }
  
  .testimonials-card-two__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .testimonials-card-two__ratings {
    position: absolute;
    right: 42px;
    top: 51px;
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 19px;
    color: #ff4e00;
    transition: all 0.4s ease-in-out;
  }
  #onload button.btn-close{
      position: absolute;
        right: 13px;
    top: 18px;
  }
  .modal-backdrop{z-index:9999;}
  .modal{z-index:99999;}
  .fix_bottomicons figure{margin-bottom:0;}
  @media (min-width: 992px) and (max-width: 1199px) {
    .testimonials-card-two__ratings {
      right: 22px;
      font-size: 17px;
    }
  }
  @media (max-width: 991px) {
    .testimonials-card-two__ratings {
      font-size: 16px;
    }
    .fix_bottombar {
        display: block !important;
    }
  }
  @media (max-width: 575px) {
    .testimonials-card-two__ratings {
      position: relative;
      top: 0;
      right: 0;
      margin: 0 0 15px;
    }
  }
  .testimonials-card-two__quote {
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
  }
  
  .testimonials-card-two svg {
    position: absolute;
    left: 78px;
    bottom: -19px;
    width: 54px;
    height: 46px;
    fill: #919191;
  }
  
  @media (max-width: 767px) {
    .testimonials-card-two svg {
      left: 35px;
    }
  }
  .testimonial_review{
    background: #f9f9f9;
  }
/*******Slick Dots**********/
.testimonial_slider .slick-slide{margin: 5px 10px 20px 10px;}
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #01abff;
    text-indent: -9999px;
}
.slick-dots li.slick-active button {
    background-color: #ff4e00;
    width: 40px;
    border-radius: 50px;
}
.slick-prev svg,
.slick-next svg{
  font-size: 22px;
  color: #000000;
  font-weight: 500;
}
.slick-prev {
    z-index: 1;
    right: 5%;
    background: transparent;
    border: 0;
    position: absolute;
    top: -60px;
    border: 1px solid #000000;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.slick-next {
    z-index: 1;
    right: 0%;
    background: transparent;
    border: 0;
    position: absolute;
    top: -60px;
    border: 1px solid #000000;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.slick-slide {
    margin: 0px 10px;
}
/*******Slick Dots**********/


/******footer**********/
.footer-section {
    background: #04214c;
    position: relative;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta{margin-bottom: 10px;}
  .single-cta i {
    color: #ff4e00;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
        color: #ffffff;
    font-size: 15px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo img {
      max-width: 200px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
            color: #ffffff;
    line-height: 28px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
  }
  .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }
  .facebook-bg{
    background: #3B5998;
  }
  .twitter-bg{
    background: #55ACEE;
  }
  .google-bg{
    background: #DD4B39;
  }
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
        background: #ffffff;
  }
  .footer-widget ul li {
    margin-bottom: 12px;
    list-style: none;
  }
  .footer-widget ul li a:hover{
    color: #ff4e00;
  }
  .footer-widget ul li a {
        color: #ffffff;
    text-transform: capitalize;
    font-size: 14px;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
  }
  .subscribe-form button {
      position: absolute;
      right: 0;
      background: #ff4e00;
      padding: 13px 20px;
      border: 1px solid #ff4e00;
      top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }
  .copyright-area{
    background: #04214c;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
        color: #ffffff;
  }
  .copyright-text p a{
    color: #ff4e00;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a{
    color: #ff4e00;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787;
  }
  .single-cta{display: flex;margin-bottom: 15px;}
  .single-cta svg{
    width: 25px !important;
    height: 25px;
    color: #ffffff;
  }
.breadcrumb-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0 130px;
    background-color: #1d231f;
    position:relative;
}
.breadcrumb-section:before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#00000096;
}
.banner-content{z-index:9;}
.contact-page .single-contact {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    margin-top: 40px;
}

@media(max-width: 1199px) {
    .contact-page .single-contact {
        margin-top:30px;
    }
}

.contact-page .single-contact:first-child {
    margin-top: 0;
}

@media(max-width: 1399px) {
    .contact-page .single-contact {
        padding:20px 30px;
    }
}

.contact-page .single-contact .title {
    line-height: 1;
    background-color: var(--white-color);
    position: absolute;
    left: 35px;
    top: -8px;
    padding: 0 20px;
}

.contact-page .single-contact .title h6 {
    color: #787878;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
}

.contact-page .single-contact .icon {
    height: 44px;
    min-width: 44px;
    max-width: 44px;
    border-radius: 50px;
    background-color:#ff4e00;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-page .single-contact .icon svg {
    fill: #fff;
    width: 20px;
}

.contact-page .single-contact .content {
    line-height: 1;
}

.contact-page .single-contact .content h6 {
    margin-bottom: 0;
}

.contact-page .single-contact .content h6 a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    transition: .35s;
}

.contact-page .single-contact .content h6 a:hover {
    color: #000;
}
.contact-form input, .contact-form select{
	height: 50px;
    margin-top: 20px;
    border: 1px solid #e9e9e9;
    padding-left: 30px;
	border-radius: 7px;
}
::placeholder{color:#000;}
.contact-form textarea{
	border: 1px solid #e9e9e9;
    margin-top: 20px !important;
    padding-left: 30px;
    padding-top: 10px;
	color: #797979;
	border-radius: 7px;
}
.contact-form button{
	width: 150px;
	height: 50px;
	margin: 20px 0px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background:#ff4e00;
    border-color: #ff4e00;

}
.contact-form button:hover{
	background-color: transparent;
	border-color: #ff4e00;
	color: #ff4e00;
}
.contact-form input.form-control{
	display: inline-block;
}
.contact-form input.form-control {
    display: inline-block;
}
.contact-form{
        background: #5600ff;
    padding: 40px;
}
.chatwithus p{margin:20px 0;text-align:center;}
.chatwithus p a{
        color: #000;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}
.breadcrumb-section .banner-content h1 {
    color: #fff;
    text-align: center;
    font-size: 52px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 1.2;
    word-break: break-all
}
@media(max-width: 767px) {
    .breadcrumb-section .banner-content h1 {
        font-size:32px
    }
}

@media(max-width: 576px) {
    .breadcrumb-section .banner-content h1 {
        font-size:32px
    }
}

.breadcrumb-section .banner-content .breadcrumb-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0
}

.breadcrumb-section .banner-content .breadcrumb-list li {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    padding-left: 26px
}

.breadcrumb-section .banner-content .breadcrumb-list li a {
    color:#fff;
}

.breadcrumb-section .banner-content .breadcrumb-list li::before {
    content: url(../img/arrow.svg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.breadcrumb-section .banner-content .breadcrumb-list li:first-child {
    padding-left: 0
}

.breadcrumb-section .banner-content .breadcrumb-list li:first-child::before {
    content: ""
}
.breadcrumb-section .banner-content .breadcrumb-list li.active{color:#ff4e00;}
.fourfeat_box{    padding: 20px;
    border-radius: 20px;
    margin-bottom:30px;
}
.fourfeat_clr1{
        background: #fff6eb;
}
.fourfeat_clr2{
        background: #f0f8ff;
        margin-top:30px;
}
.fourfeat_box p{margin-bottom:0;}
.fourfeat_img img{border-radius:20px;}
.taxi_packagebox{
    margin-bottom:20px;
    background: #fff6eb;
    padding: 20px;
    border-radius: 20px;
}
.taxi_packagebox img{
        width: 100%;
    height: 85px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 15px;
}
.taxi_packagebox p{margin-bottom:0;}
.taxi_packagebox a{
        display: inline-block;
    margin-top: 10px;
    padding-bottom: 2px;
    border-bottom: 2px solid #ff4e00;
    color: #ff4e00;
}
#packagecarouselExampleIndicators .carousel-indicators button.thumbnail {
  width: 100px;
}
#packagecarouselExampleIndicators .carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
}
#packagecarouselExampleIndicators .carousel-indicators {
    position: relative;
    height: 80px;
}
@media screen and (min-width: 992px) {
 #packagecarouselExampleIndicators.carousel {
    max-width: 100%;
    margin: 0 auto;
  }
}
.itinerary_days{margin-bottom:30px;}
.itinerary_days .panel-heading{
        padding: 10px;
    background: #fff6eb;
    border: 1px solid #ff4e00;
    border-radius: 15px;
    margin-bottom:10px;
}
.itinerary_days .panel-heading h4{
        margin-bottom: 0;
    font-size: 20px;
}
.itinerary_days .panel-body{
        background: #f4f4f4;
    padding: 15px;
    border-radius: 15px;
}
.include_box{
    background: #fff6eb;
    padding: 20px;
    border-radius: 20px;
    margin-bottom:20px;
}
.exclude_box{
    background:#f0f8ff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom:20px;
}
.include_box ul, .exclude_box ul{padding-left:15px;}
.include_box ul li::marker {
  color: #ff4e00;
}
.exclude_box  ul li::marker {
  color: #0088ff;
}
.alltaxi_pkgbtn{
    border: 1px solid #ff4e00;
    padding: 10px 20px;
    border-radius: 15px;
    display: inline-block;
    color: #ff4e00;
    font-weight: 500;
}
.txifleetbox .taxiservice_box{margin-bottom:20px;}
.fix_bottombar{
          background: #fff;
    border-top: 1px solid #a4a4a4;
    padding: 10px 0;
        position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.fix_bottomicons{     text-align: -webkit-center;
    display: flex;
    gap: 7px;
    align-items: center;}
.fix_bottomicons a span{
        color: #000;
    margin-top: 0;
    display: inline-block;
    font-size: 16px;
}
.fix_bottomicons a img{      width: 22px;
}
.fix_bottombar{display:none;}
.zind_999{
    position:relative;
    z-index:999;
}
.mt-20{ margin-top: 20px;}
.qty{   
        display: flex;
    align-items: center;
        gap: 5px;
}
.qty .count, .qty .count2 {
    color: #000;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    padding: 0 2px
    ;min-width: 35px;
    margin-top:0;
    text-align: center;
    width:100%;
}
.qty .plus, .qty .plus2 {
       background: #ff4e00 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: white;
    width: 50px;
    height: 50px;
    justify-content: center;
    /* text-align: center; */
    border-radius: 10px;
    font-size: 30px;
    font-weight: 300;
    }
.qty .minus, .qty .minus2 {
      background: #ff4e00 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: white;
    width: 50px;
    height: 50px;
    justify-content: center;
    /* text-align: center; */
    border-radius: 10px;
    font-size: 46px;
    font-weight: 300;
}
.fleetbox p{
        font-size: 13px;
    margin-bottom: 0;
    color: #fff;
    margin-top: 5px;
}
  @media (max-width:767px){
      .fleetbox p{
        font-size: 12px;
}
      .contact_us .footer-social-icon{margin-bottom:20px;}
      .abt_img{margin-bottom:20px;}
      .alltaxi_pkgbtn {
    padding: 10px 15px;
    margin-bottom: 20px;
      }
      .fourfeat_img{margin-bottom:30px;}
      .fourfeat_clr2{margin-top:0;}
    .testimonials-card-two__meta {
        min-height: 80px;
        padding: 30px 0 0 90px;
        margin: 0px 0 17px -5px;
    }
    .testimonials-card-two {
        padding: 5px 30px 52px 30px;
    }
    .testimonials-card-two__meta__name {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .testimonials-card-two__meta__designation {
        font-size: 14px;
    }
    .testimonials-card-two__image {
        width: 80px;
        height: 80px;
    }
    .slick-prev{right: 10%;}
    .slick-next, .slick-prev {
        line-height: 23px;
        width: 25px;
        height: 25px;
    }
    a.taxipkg_btn {
        font-size: 11px;
    }
    .taxipkg_badge {
        font-size: 10px;
    }
    .slick-prev svg, .slick-next svg {
        font-size: 14px;}
    .main_title h4 {
        font-size: 18px;
    }
    .taxiserv_img img {
        height: 185px;
    }
    .taxt-servcontent h4, .taxi_pkgcontent h4 {
        font-size: 15px;
    }    
    #carouselExampleIndicators .carousel-item img {
       height: 250px;
    }
    
    #navbarSupportedContent{
        position: absolute;
        height: 500px;
        overflow: scroll;
        z-index: 999;
        background: #fff;
        width: 100%;
        left: 0;
        padding: 20px;
        box-shadow: 0 0 10px #d4d4d4;
    }
  }


/* ================= RESET ================= */


.trafmarcss-header{
  background:#fff;
  box-shadow:0 4px 20px rgba(0,0,0,0.05);
  position:relative;
  z-index:999;
}

.trafmarcss-container{
  max-width:1300px;
  margin:auto;
  padding:0 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:75px;
}

/* ================= LEFT (LOGO) ================= */
.trafmarcss-logo img{height:50px;}

/* ================= CENTER (MENU) ================= */
.trafmarcss-nav{
  list-style:none;
  display:flex;
  align-items:center;
  gap:30px;
}

.trafmarcss-nav li{position:relative;}

.trafmarcss-nav li a{
  text-decoration:none;
  color:#111;
  font-size: 1rem;
  font-weight:500;
  padding:10px 0;
  display:flex;
  align-items:center;
  gap:6px;
}

.trafmarcss-nav li a:hover{color:#007bff;}

.trafmarcss-arrow{
  width:14px;
  height:14px;
  transition:0.3s;
}

/* Desktop Dropdown */
.trafmarcss-submenu{
  position:absolute;
  top:100%;
  left:0;
  min-width:220px;
  background:#fff;
  border-radius:8px;
  padding:10px 0;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:0.25s ease;
}

.trafmarcss-submenu li a{
  display:block;
  padding:12px 20px;
  font-size:14px;
  color:#222;
}

.trafmarcss-submenu li a:hover{background:#f5f7fa;}

.trafmarcss-dropdown.active .trafmarcss-submenu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.trafmarcss-dropdown.active > a .trafmarcss-arrow{
  transform:rotate(180deg);
}

/* ================= RIGHT ================= */
.trafmarcss-right{
  display:flex;
  align-items:center;
  gap:15px;
}

.trafmarcss-phone{
  display:flex;
  align-items:center;
  gap:6px;
  font-weight:600;
  color:#007bff;
  background:#f4f8ff;
  padding:8px 14px;
  border-radius:30px;
  font-size:14px;
}

.trafmarcss-hamburger{
  display:none;
  font-size:26px;
  cursor:pointer;
}
.trafmarcss-right-arrow{
  width:16px;
  height:16px;
  margin-left:auto;
  transition:0.3s ease;
}
/* ================= MOBILE PANEL ================= */
.trafmarcss-mobile-panel{
  position:fixed;
  top:0;
  right:-320px;
  width:320px;
  height:100%;
  background:#fff;
  box-shadow:-5px 0 25px rgba(0,0,0,0.1);
  transition:0.3s;
  padding:20px;
  overflow-y:auto;
  z-index:1000;
}

.trafmarcss-mobile-panel.open{right:0;}

.trafmarcss-close{
  text-align:right;
  cursor:pointer;
  font-size:20px;
  margin-bottom:20px;
}

.trafmarcss-mobile-menu{
  list-style:none;
}

.trafmarcss-mobile-menu li{
  border-bottom:1px solid #eee;
}

.trafmarcss-mobile-menu li a{
  display:flex;
  justify-content:space-between;
  padding:14px 0;
  text-decoration:none;
  color:#111;
  font-weight:500;
}

.trafmarcss-back{
  display:block;
  margin-bottom:15px;
  font-weight:600;
  color:#007bff;
  cursor:pointer;
}

/* ================= RESPONSIVE ================= */
@media(max-width:991px){

.trafmarcss-nav{display:none;}

.trafmarcss-phone span{display:none;} /* only icon on mobile */

.trafmarcss-hamburger{display:block;}

}
.trafmarcss-phone{
  display:flex;
  align-items:center;
  gap:8px;
  font-weight:600;
  font-size:14px;
  color:#111; /* number color */
}

.trafmarcss-call-icon{
  width:16px;
  height:16px;
  stroke:#e60023; /* Premium Red */
}
.trafmarcss-call-icon{
  width:18px;
  height:18px;
  stroke:#e60023;
  display:block;       /* very important */
  flex-shrink:0;       /* prevents squeezing */
}

.trafmarcss-phone{
  display:flex;
  align-items:center;  /* keeps vertical center */
  gap:8px;
  line-height:normal;  /* prevents top cut */
}
.trafmarcss-submenu{
   list-style: none;
   padding-left: 0;
   margin: 0;
}

.trafmarcss-submenu li{
   list-style: none;
}



.ourgalnewse{
max-width:1200px;
margin:auto;
padding:40px 20px;
}
.ourgalnewse h2{
text-align:center;
font-size:30px;
margin-bottom:30px;
}
.ourgalnewse-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}
.ourgalnewse-grid img{
width:100%;
height:240px;
object-fit:cover;
border-radius:6px;
cursor:pointer;
transition:0.3s;
}
.ourgalnewse-grid img:hover{
transform:scale(1.04);
}
/* popup */
.ourgalnewse-popup{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.9);
display:none;
align-items:center;
justify-content:center;
z-index:9999;
}
.ourgalnewse-popup img{
max-width:90%;
max-height:85%;
border-radius:6px;
}
.ourgalnewse-close{
position:absolute;
top:25px;
right:30px;
font-size:32px;
color:#fff;
cursor:pointer;
}
.ourgalnewse-nav{
position:absolute;
top:50%;
transform:translateY(-50%);
font-size:40px;
color:#fff;
cursor:pointer;
padding:10px;
}
.ourgalnewse-prev{
left:30px;
}
.ourgalnewse-next{
right:30px;
}
@media(max-width:768px){

.ourgalnewse-grid{
grid-template-columns:1fr 1fr;
}

}
@media(max-width:500px){

.ourgalnewse-grid{
grid-template-columns:1fr;
}

}
.mystpbar{
    width:100%;
    background:#0e958e;
    padding:8px 15px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

/* Blinking Text */
.mystpbar-text{
    color:#ffffff;
    font-weight:600;
    font-size:14px;
    animation: blink 1.2s infinite;
}

@keyframes blink{
    0%{opacity:1;}
    50%{opacity:0.3;}
    100%{opacity:1;}
}

/* Social Icons */
.mystpbar-social{
    display:flex;
    gap:10px;
}

.mystpbar-social a{
    width:36px;
    height:36px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#ffffff;
    font-size:16px;
    text-decoration:none;
}

/* Brand Colors */
.fb{ background:#1877f2; }
.ig{ background:#e4405f; }
.li{ background:#0077b5; }
.yt{ background:#ff0000; }
.tw{ background:#1da1f2; }

/* Mobile */
@media (max-width:768px){
    .mystpbar{
        flex-direction:column;
        text-align:center;
    }
    .mystpbar-social{
        order:1;
        justify-content:center;
        margin-bottom:6px;
    }
    .mystpbar-text{
        order:2;
    }
}
.beyobred.ultra{
    position:relative;
    height:300px;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

/* Image */
.beyobred.ultra .beyobred-bg{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Overlay */
.beyobred.ultra .beyobred-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:linear-gradient(120deg, rgba(0,0,0,0.75), rgba(0,150,255,0.4));
}

/* Inner Content */
.beyobred-inner{
    position:relative;
    z-index:2;
    color:#fff;
}

/* Title */
.beyobred-inner h1{
    font-size:36px;
    margin-bottom:20px;
    letter-spacing:1px;
}

/* Glass Breadcrumb */
.beyobred-glass{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 25px;
    border-radius:50px;
    backdrop-filter:blur(12px);
    background:rgba(255,255,255,0.15);
    border:1px solid rgba(255,255,255,0.25);
    box-shadow:0 8px 25px rgba(0,0,0,0.2);
}

/* Links */
.beyobred-glass a{
    color:#fff;
    text-decoration:none;
    font-size:14px;
}

/* Arrow */
.beyobred-glass svg{
    width:14px;
    height:14px;
    stroke:#fff;
    stroke-width:2;
    fill:none;
}

/* Active */
.beyobred-glass .active{
    color:#ffcc00;
    font-weight:600;
}

/* Hover subtle */
.beyobred-glass a:hover{
    opacity:0.8;
}

/* Responsive */
@media (max-width:768px){
    .beyobred.ultra{
        height:240px;
    }

    .beyobred-inner h1{
        font-size:24px;
    }

    .beyobred-glass{
        flex-wrap:wrap;
        justify-content:center;
        padding:10px 15px;
    }
}
.myscabout{
    padding:80px 20px;
    background:#ffffff;
}

.myscabout-wrap{
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:50px;
}

/* Content */
.myscabout-content{
    flex:1;
}

.myscabout-content h2{
    font-size:34px;
    color:#0a1f44;
    margin-bottom:15px;
}

.myscabout-content p{
    color:#555;
    margin-bottom:20px;
}

/* Cards */
.myscabout-points{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.myscabout-points .card{
    background:#f4f8ff;
    padding:12px;
    border-radius:8px;
    font-size:14px;
    transition:0.3s;
}

.myscabout-points .card:hover{
    background:#00bcd4;
    color:#fff;
}

/* Button */
.myscabout-btn{
    display:inline-block;
    margin-top:20px;
    padding:12px 25px;
    background:#0a1f44;
    color:#fff;
    border-radius:30px;
    text-decoration:none;
}

/* Image */
.myscabout-image{
    flex:1;
}

.myscabout-image img{
    width:100%;
    border-radius:12px;
}

/* Mobile */
@media (max-width:768px){
    .myscabout-wrap{
        flex-direction:column;
        text-align:center;
    }

    .myscabout-points{
        grid-template-columns:1fr;
    }
}
.byomvgs{
    padding:80px 20px;
    background:#f8fbff;
}

.byomvgs-title{
    text-align:center;
    font-size:34px;
    margin-bottom:50px;
    color:#0a1f44;
}

/* Grid */
.byomvgs-wrap{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

/* Card */
.byomvgs-card{
    background:#fff;
    padding:25px;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    text-align:center;
    transition:0.4s;
    position:relative;
    overflow:hidden;
}

/* Hover */
.byomvgs-card:hover{
    transform:translateY(-8px);
}

/* Icon */
.byomvgs-card .icon{
    width:60px;
    height:60px;
    margin:auto;
    margin-bottom:15px;
    border-radius:50%;
    background:#e6f7ff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.byomvgs-card .icon svg{
    width:28px;
    height:28px;
    stroke:#00bcd4;
    stroke-width:2;
    fill:none;
}

/* Heading */
.byomvgs-card h3{
    margin-bottom:10px;
    color:#0a1f44;
}

/* Text */
.byomvgs-card p{
    font-size:14px;
    color:#555;
    line-height:1.6;
}

/* Responsive */
@media (max-width:992px){
    .byomvgs-wrap{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:576px){
    .byomvgs-wrap{
        grid-template-columns:1fr;
    }
}
.beysecndcon{
    padding:60px;
}

/* Mobile / small screens */
@media (max-width:768px){
    .beysecndcon{
                padding: 5px;
        margin-top: 20px;
    }
}
.beyoservdetpg{
    padding:80px 20px;
    background:#ffffff;
}

/* Wrapper */
.beyoservdetpg-wrap{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    align-items:center;
}

/* Text */
.beyoservdetpg-text h2{
    font-size:32px;
    margin-bottom:15px;
    color:#0a1f44;
}

.beyoservdetpg-text p{
    font-size:15px;
    color:#555;
    margin-bottom:15px;
    line-height:1.7;
}

/* Button */
.beyoservdetpg-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:12px 24px;
    background:linear-gradient(45deg,#0a1f44,#00bcd4);
    color:#fff;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.beyoservdetpg-btn svg{
    width:16px;
    height:16px;
    stroke:#fff;
    stroke-width:2;
    fill:none;
}

.beyoservdetpg-btn:hover{
    transform:translateY(-3px);
}

/* Image */
.beyoservdetpg-img img{
    width:100%;
        height: 388px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width:992px){
    .beyoservdetpg-wrap{
        grid-template-columns:1fr;
        gap:30px;
    }

    .beyoservdetpg-text{
        order:2;
    }

    .beyoservdetpg-img{
        order:1;
    }
}

@media (max-width:576px){
    .beyoservdetpg-text h2{
        font-size:24px;
    }

    .beyoservdetpg{
        padding:50px 15px;
    }
}
.beyohenewsec {
  text-align: center;
  margin-bottom: 60px;
}

.beyohenewsec span {
  display: block;
  font-size: 13px;
  letter-spacing: 3px;
  color: #ff6b35;
  margin-bottom: 8px;
}

.beyohenewsec h2 {
  font-size: 36px;
  font-weight: 700;
  color: #111827;
}
.beyopkg{
    padding:70px 20px;
    background:#ffffff;
}

/* Title */
.beyopkg-title{
    text-align:center;
    font-size:34px;
    margin-bottom:40px;
    color:#0a1f44;
}

/* Grid */
.beyopkg-wrap{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

/* Card (Glass Effect) */
.beyopkg-card{
    border-radius:16px;
    overflow:hidden;
    background:rgba(255,255,255,0.7);
    backdrop-filter:blur(10px);
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.4s;
}

.beyopkg-card:hover{
    transform:translateY(-8px) scale(1.02);
}

/* Image */
.beyopkg-img{
    position:relative;
}

.beyopkg-img img{
    width:100%;
    height:190px;
    object-fit:cover;
}

/* Gradient Overlay */
.beyopkg-img:after{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:linear-gradient(to top, rgba(0,0,0,0.4), transparent);
}

/* Badge */
.badge{
    position:absolute;
    top:10px;
    left:10px;
    padding:5px 12px;
    font-size:11px;
    border-radius:20px;
    color:#fff;
    z-index:2;
}

.offer{
    background:#ff5722;
}

.best{
    background:#4caf50;
}

/* Content */
.beyopkg-content{
    padding:15px;
}

/* Title */
.beyopkg-content h3{
    font-size:18px;
    color:#0a1f44;
}

/* Duration */
.beyopkg-duration{
    display:flex;
    align-items:center;
    gap:6px;
    font-size:13px;
    margin:5px 0;
    color:#666;
}

/* Destination */
.beyopkg-dest{
    font-size:13px;
    color:#888;
}

/* Bottom */
.beyopkg-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:10px;
}

/* Price */
.price{
    color: #ff6a00;
    font-weight:700;
}

.cut{
    text-decoration:line-through;
    color:#aaa;
    margin-right:6px;
}

/* Button */
.beyopkg-bottom a{
    padding:6px 14px;
    background:#0a1f44;
    color:#fff;
    border-radius:20px;
    text-decoration:none;
    font-size:12px;
}

/* View All */
.beyopkg-btn-wrap{
    text-align:center;
    margin-top:40px;
}

.beyopkg-btn{
    padding:13px 28px;
    background:linear-gradient(45deg,#0a1f44,#00bcd4);
    color:#fff;
    border-radius:30px;
    text-decoration:none;
}

/* Responsive */
@media (max-width:992px){
    .beyopkg-wrap{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:576px){
    .beyopkg-wrap{
        grid-template-columns:1fr;
    }
}
.byothem{
    padding:80px 20px;
    background:#ffffff;
}

.byothem-title{
    text-align:center;
    font-size:34px;
    margin-bottom:50px;
    color:#0a1f44;
}

/* Grid */
.byothem-wrap{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

/* Card */
.byothem-card{
    position:relative;
    height:300px;
    overflow:hidden;
    border-radius:15px;
    cursor:pointer;
}

/* Image */
.byothem-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s;
}

/* Overlay */
.byothem-card .overlay{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}

/* Content */
.byothem-card .content{
    position:absolute;
    bottom:20px;
    left:20px;
    color:#fff;
}

.byothem-card h3{
    font-size:18px;
    margin-bottom:5px;
}

.byothem-card p{
    font-size:13px;
    margin-bottom:8px;
}

/* Link */
.byothem-card span{
    display:inline-flex;
    align-items:center;
    gap:5px;
    font-size:13px;
    font-weight:600;
}

.byothem-card span svg{
     width:18px;
    height:18px;
    stroke:#fff;
    stroke-width:2;
    fill:none;
    transition:0.3s;
}

/* Hover */
.byothem-card:hover span svg{
    transform:translateX(5px);
}

/* Responsive */
@media (max-width:992px){
    .byothem-wrap{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:576px){
    .byothem-wrap{
        grid-template-columns:1fr;
    }
}
.byoact{
    padding:90px 20px;
    background:#ffffff;
}

.byoact-title{
    text-align:center;
    font-size:36px;
    margin-bottom:60px;
    color:#0a1f44;
}

/* Grid */
.byoact-wrap{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

/* Card */
.byoact-card{
    position:relative;
    height:280px;
    border-radius:18px;
    overflow:hidden;
    cursor:pointer;
    box-shadow:0 15px 40px rgba(0,0,0,0.1);
}

/* Image */
.byoact-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.6s;
}

/* Overlay */
.byoact-card:after{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.2));
    z-index:1;
}

/* Price */
.byoact-card .price{
    position:absolute;
    top:15px;
    right:15px;
    background:#00bcd4;
    color:#fff;
    padding:6px 14px;
    border-radius:25px;
    font-size:12px;
    z-index:3;
    font-weight:600;
}

/* Content */
.byoact-card .content{
    position:absolute;
    bottom:15px;
    left:15px;
    right:15px;
    z-index:2;
    color:#fff;
}

/* Text */
.byoact-card h3{
    margin-bottom:5px;
}

.byoact-card p{
    font-size:13px;
    margin-bottom:10px;
}

/* Button */
.byoact-card a{
    display:inline-flex;
    align-items:center;
    gap:6px;
    font-size:13px;
    text-decoration:none;
    color:#fff;
    font-weight:600;
}

.byoact-card a svg{
    width:16px;
    height:16px;
    stroke:#fff;
    stroke-width:2;
    fill:none;
    transition:0.3s;
}

/* Hover */
.byoact-card:hover img{
    transform:scale(1.1);
}

.byoact-card:hover a svg{
    transform:translateX(5px);
}

/* Responsive */
@media (max-width:992px){
    .byoact-wrap{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:576px){
    .byoact-wrap{
        grid-template-columns:1fr;
    }
}
.beyoblg{
    padding:80px 20px;
    background:#ffffff;
}

/* Title */
.beyoblg-title{
    text-align:center;
    font-size:34px;
    margin-bottom:50px;
    color:#0a1f44;
}

/* Grid */
.beyoblg-wrap{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

/* Card */
.beyoblg-card{
    border-radius:16px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.4s;
}

/* Hover */
.beyoblg-card:hover{
    transform:translateY(-8px);
}

/* Image */
.beyoblg-img{
    overflow:hidden;
}

.beyoblg-img img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:0.5s;
}

.beyoblg-card:hover img{
    transform:scale(1.1);
}

/* Content */
.beyoblg-content{
    padding:18px;
}

.beyoblg-content h3{
    font-size:18px;
    margin-bottom:10px;
    color:#0a1f44;
}

.beyoblg-content p{
    font-size:14px;
    color:#666;
    margin-bottom:15px;
}

/* Read More */
.beyoblg-content a{
    display:inline-flex;
    align-items:center;
    gap:6px;
    text-decoration:none;
    color:#00bcd4;
    font-weight:600;
    font-size:14px;
}

.beyoblg-content a svg{
    width:16px;
    height:16px;
    stroke:#00bcd4;
    stroke-width:2;
    fill:none;
    transition:0.3s;
}

.beyoblg-card:hover a svg{
    transform:translateX(5px);
}

/* Button */
.beyoblg-btn-wrap{
    text-align:center;
    margin-top:40px;
}

.beyoblg-btn{
    padding:13px 28px;
    background:linear-gradient(45deg,#0a1f44,#00bcd4);
    color:#fff;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
}

/* Responsive */
@media (max-width:992px){
    .beyoblg-wrap{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:576px){
    .beyoblg-wrap{
        grid-template-columns:1fr;
    }
}
.beyorevie{
    padding:80px 20px;
    background:#f7fbff;
}

/* Title */
.beyorevie-title{
    text-align:center;
    font-size:34px;
    margin-bottom:50px;
    color:#0a1f44;
}

/* Grid */
.beyorevie-wrap{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

/* Card */
.beyorevie-card{
    background:#fff;
    padding:25px;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    text-align:center;
    transition:0.4s;
}

.beyorevie-card:hover{
    transform:translateY(-8px);
}

/* Google Icon */
.g-icon svg{
    width:26px;
    height:26px;
    margin-bottom:10px;
}

/* Stars */
.stars{
    color:#ffc107;
    font-size:18px;
    margin-bottom:10px;
}

/* Description */
.desc{
    font-size:14px;
    color:#555;
    margin-bottom:15px;
}

/* Name */
.beyorevie-card h4{
    font-size:15px;
    color:#0a1f44;
}

/* Buttons */
.beyorevie-btns{
    text-align:center;
    margin-top:40px;
}

.beyorevie-btns a{
    padding:12px 25px;
    margin:5px;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
}

/* Read */
.beyorevie-btns .read{
    background:#0a1f44;
    color:#fff;
}

/* Write */
.beyorevie-btns .write{
    background:#00bcd4;
    color:#fff;
}

/* Responsive */
@media (max-width:992px){
    .beyorevie-wrap{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:576px){
    .beyorevie-wrap{
        grid-template-columns:1fr;
    }
}
.beyopkgdets{
    padding:60px 20px;
}

/* Layout */
.beyopkgdets-wrap{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:30px;
}

/* LEFT */
.beyopkgdets-left h1{
    font-size:28px;
    margin-bottom:10px;
}

.pkg-info{
    display:flex;
    gap:20px;
    margin-bottom:15px;
    flex-wrap:wrap;
}

.pkg-info .price{
    color: #ff710c;
    font-weight:bold;
}

.pkg-info del{
    color:#888;
    margin-left:5px;
}

.pkg-img img{
    width:100%;
    border-radius:12px;
    margin-bottom:20px;
}

/* Sections */
.beyopkgdets-left h2{
    margin:20px 0 10px;
    color:#0a1f44;
}

.day{
    margin-bottom:10px;
}

.day h4{
    margin-bottom:5px;
}

/* Lists */
ul{
    padding-left:18px;
}

ul li{
    margin-bottom:5px;
}

/* RIGHT */
.beyopkgdets-right{
    position:sticky;
    top:20px;
    height:fit-content;
}

/* Contact */
.contact-box{
    background:#fff;
    padding:20px;
    border-radius:12px;
    margin-bottom:20px;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

/* Form */
.form-box{
    background:#fff;
    padding:20px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

.form-box input,
.form-box textarea{
    width:100%;
    margin-bottom:10px;
    padding:10px;
    border:1px solid #ddd;
    border-radius:6px;
}

.form-box button{
    width:100%;
    padding:12px;
    background: #3F51B5;
    color:#fff;
    border:none;
    border-radius:6px;
}

/* Responsive */
@media(max-width:992px){
    .beyopkgdets-wrap{
        grid-template-columns:1fr;
    }

    .beyopkgdets-right{
        position:static;
    }
}
/* Sticky Book Button */
.beyo-sticky-book{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#0a1f44;
    padding:12px;
    text-align:center;
    z-index:999;
}

.beyo-sticky-book a{
    color:#fff;
    text-decoration:none;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:8px;
}

.beyo-sticky-book svg{
    width:18px;
    height:18px;
    stroke:#fff;
    stroke-width:2;
    fill:none;
}

/* Desktop adjust */
@media(min-width:768px){
    .beyo-sticky-book{
        width:auto;
        left:auto;
        right:20px;
        bottom:20px;
        border-radius:50px;
        padding:12px 20px;
        box-shadow:0 5px 20px rgba(0,0,0,0.2);
    }
}

/* WhatsApp Button */
.beyo-whatsapp{
    position:fixed;
    bottom:80px;
    right:20px;
    width:55px;
    height:55px;
    background:#25D366;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:999;
    box-shadow:0 5px 20px rgba(0,0,0,0.2);
}

.beyo-whatsapp svg{
    width:26px;
    height:26px;
    fill:#fff;
}
.beyo-itinerary{
    margin-top:20px;
}

/* Each Day */
.beyo-day{
    border:1px solid #eee;
    border-radius:10px;
    margin-bottom:10px;
    overflow:hidden;
}

/* Header */
.beyo-day-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px;
    cursor:pointer;
    background:#f9fbff;
}

.beyo-day-head h4{
    font-size:16px;
    color:#0a1f44;
}

/* Icon circle */
.beyo-day-head .icon{
    width:30px;
    height:30px;
    border-radius:50%;
    border:1px solid #000000;
    display:flex;
    align-items:center;
    justify-content:center;
}

.beyo-day-head svg{
    width:16px;
    height:16px;
        stroke: #000000;
    stroke-width:2;
    fill:none;
    transition:0.3s;
}

/* Content */
.beyo-day-content{
    max-height:0;
    overflow:hidden;
    transition:0.4s ease;
    padding:0 15px;
}

/* Active */
.beyo-day.active .beyo-day-content{
    max-height:200px;
    padding:15px;
}

.beyo-day.active svg{
    transform:rotate(45deg); /* turns + into x */
}

/* Hover */
.beyo-day-head:hover{
    background:#eef8ff;
}
.beyo-contact-link{
    display:flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    color:#0a1f44;
    font-size:14px;
    margin-bottom:10px;
    transition:0.3s;
}

.beyo-contact-link:hover{
        color: #ff710c;
}

/* Icons */
.beyo-icon{
    width:18px;
    height:18px;
    stroke: #cd4200;
    stroke-width:2;
    fill:none;
}
.beyodestilist{
    padding:70px 20px;
    background:#f8fbff;
}

/* Header */
.beyodestilist-head{
    text-align:center;
    max-width:700px;
    margin:0 auto 40px;
}

.beyodestilist-head h2{
    font-size:32px;
    color:#0a1f44;
    margin-bottom:10px;
}

.beyodestilist-head p{
    color:#555;
    font-size:15px;
}

/* Grid */
.beyodestilist-wrap{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

/* Card */
.dest-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.4s;
    padding-bottom:20px;
}

.dest-card:hover{
    transform:translateY(-8px);
}

/* Image */
.dest-img img{
    width:100%;
    height:200px;
    object-fit:cover;
    transition:0.5s;
}

.dest-card:hover img{
    transform:scale(1.08);
}

/* Title */
.dest-card h3{
    margin:15px 0 10px;
    color:#0a1f44;
}

/* Button */
.dest-btn{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:10px 20px;
        background: #001ad4;
    color:#fff;
    border-radius:25px;
    text-decoration:none;
    font-size:14px;
    transition:0.3s;
}

.dest-btn svg{
    width:14px;
    height:14px;
    stroke:#fff;
    stroke-width:2;
    fill:none;
}

.dest-btn:hover{
    background:#0a1f44;
}

/* Responsive */
@media(max-width:992px){
    .beyodestilist-wrap{
        grid-template-columns:repeat(2,1fr);
    }
}


@media(max-width:576px){
    .beyodestilist-wrap{
        grid-template-columns:1fr;
    }

    .beyodestilist-head h2{
        font-size:24px;
    }
}
.dest-meta{
    font-size:15px;
       color: #0b1eff;
    margin-bottom:12px;
    font-weight:500;
}
.beyodesdetials{
    padding:70px 20px;
    background:#f9fbff;
}

/* Layout */
.beyodesdetials-wrap{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:40px;
}

/* LEFT */
.beyodesdetials-left h1{
    font-size:32px;
    margin-bottom:15px;
    color:#0a1f44;
}

.dest-img img{
    width:100%;
    border-radius:16px;
    margin-bottom:20px;
}

/* Content */
.beyodesdetials-left p{
    color:#555;
    font-size:15px;
    line-height:1.7;
    margin-bottom:15px;
}

/* Button */
.dest-inq-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:12px 28px;
    background: #5200d4;
    color:#fff;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.dest-inq-btn svg{
    width:16px;
    height:16px;
    stroke:#fff;
    stroke-width:2;
    fill:none;
}

.dest-inq-btn:hover{
    background:#0a1f44;
}

/* RIGHT */
.beyodesdetials-right{
    background:#fff;
    padding:20px;
    border-radius:16px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    height:fit-content;
    position:sticky;
    top:20px;
}

.beyodesdetials-right h3{
    margin-bottom:15px;
    color:#0a1f44;
}

/* List */
.beyodesdetials-right ul{
    list-style:none;
    padding:0;
}

.beyodesdetials-right li{
    margin-bottom:10px;
}

.beyodesdetials-right a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-decoration:none;
    padding:10px 12px;
    border-radius:10px;
    color:#0a1f44;
        background: #e5d5ff;
    transition:0.3s;
}

.beyodesdetials-right a svg{
    width:16px;
    height:16px;
    stroke: #5200d4;
    stroke-width:2;
    fill:none;
}

/* Hover */
.beyodesdetials-right a:hover{
        background: #5200d4;
    color:#fff;
}

.beyodesdetials-right a:hover svg{
    stroke:#fff;
}

/* Responsive */
@media(max-width:992px){
    .beyodesdetials-wrap{
        grid-template-columns:1fr;
    }

    .beyodesdetials-right{
        position:static;
    }
}

@media(max-width:576px){
    .beyodesdetials-left h1{
        font-size:24px;
    }
}
.beyocanpol{
    width:100%;
    background:#fff;
    padding: 50px;
}

/* Heading */
.beyocanpol h2{
    font-size:28px;
    margin-bottom:20px;
    color:#0a1f44;
}

/* List */
.beyocanpol ul{
    list-style:none;
    padding:0;
}

.beyocanpol li{
    position:relative;
    padding-left:25px;
    margin-bottom:14px;
    font-size:15px;
    color:#444;
    line-height:1.7;
}

/* Custom bullet */
.beyocanpol li::before{
    content:"";
    position:absolute;
    left:0;
    top:8px;
    width:8px;
    height:8px;
    background: #113089;
    border-radius:50%;
}

/* Responsive */
@media(max-width:576px){
    .beyocanpol h2{
        font-size:22px;
    }

    .beyocanpol li{
        font-size:14px;
    }
}


.cf7-submit-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #ffffff;
    color: #5600ff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    border: 2px solid #ffffff;
    cursor: pointer;
    transition: 0.3s;
}
.cf7-submit-btn:hover {
    background: #5600ff;
    color: #ffffff;
}
