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:1200px;
  margin:auto;
  padding:0 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:75px;
}

/* ================= LEFT (LOGO) ================= */
.trafmarcss-logo img{height:40px;}

/* ================= 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;
}
/* ================= COMMON ================= */
.forsectog {
  padding: 80px 20px;
}

.forsectog-container {
  max-width: 1300px;
  margin: auto;
}

.forsectog-heading {
  text-align: center;
  margin-bottom: 50px;
}

.forsectog-heading h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.forsectog-heading h2:after {
  content: "";
  width: 60%;
  height: 3px;
  background: linear-gradient(to right,#ff6b35,#ff9a3c);
  position: absolute;
  left: 20%;
  bottom: -8px;
  border-radius: 10px;
}

.forsectog-heading span {
  display: block;
  font-size: 14px;
  color: #6b7280;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

/* ================= 1️⃣ TOUR BY THEME ================= */
.forsectog-theme-section {
  background: #f9f9f9;
}

.forsectog-theme-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* force 6 in one row */
  gap: 20px;
}

.forsectog-theme-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.forsectog-theme-card:hover {
  transform: translateY(-6px);
}

.forsectog-theme-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.forsectog-theme-content {
  padding: 15px;
  text-align: center;
}

.forsectog-theme-content h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.forsectog-btn {
  padding: 6px 16px;
  font-size: 13px;
  border-radius: 20px;
  text-decoration: none;
  background: #0f172a;
  color: #fff;
  display: inline-block;
}

/* ================= 2️⃣ INDIAN TOURS ================= */


.forsectog-carousel-wrapper {
  position: relative;
}

.forsectog-carousel {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 15px;
}

.forsectog-carousel::-webkit-scrollbar {
  display: none;
}

.forsectog-carousel-card {
  min-width: 280px;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.07);
  flex-shrink: 0;
  transition: 0.3s;
}

.forsectog-carousel-card:hover {
  transform: scale(1.03);
}

.forsectog-carousel-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.forsectog-carousel-content {
  padding: 18px;
  text-align: center;
}

.forsectog-carousel-content h4 {
  margin-bottom: 10px;
}

.forsectog-arrows {
  text-align: center;
  margin-top: 20px;
}

.forsectog-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  margin: 0 10px;
  cursor: pointer;
      background: #002bff;
  color: #fff;
  font-size: 18px;
}

/* ================= 3️⃣ INTERNATIONAL TOURS ================= */
.forsectog-international-section {
  background: #f9f9f9;
  color: #fff;
}

.forsectog-international-section h2 {
  color: #000000;
}

.forsectog-international-section .forsectog-carousel-card {
  background: #1e293b;
  color: #fff;
}

.forsectog-international-section .forsectog-btn {
  background: #ffffff;
  color: #111;
}

/* ================= RESPONSIVE ================= */
@media(max-width:1200px){
  .forsectog-theme-grid{
    grid-template-columns: repeat(3,1fr);
  }
}
@media(max-width:768px){
  .forsectog-theme-grid{
    grid-template-columns: repeat(2,1fr);
  }
}
@media(max-width:480px){
  .forsectog-theme-grid{
    grid-template-columns: 1fr;
  }
}

/* ================= 4️⃣ BLOG SECTION ================= */

.forsectog-blog-section {
  background: #ffffff;
  padding: 90px 20px;
}

.forsectog-blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.forsectog-blog-heading span {
  display: block;
  font-size: 13px;
  letter-spacing: 3px;
  color: #ff6b35;
  margin-bottom: 8px;
}

.forsectog-blog-heading h2 {
  font-size: 34px;
  font-weight: 700;
  color: #111827;
}

.forsectog-blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.forsectog-blog-card {
  background: #f9fafb;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.forsectog-blog-card:hover {
  transform: translateY(-8px);
}

.forsectog-blog-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.forsectog-blog-content {
  padding: 20px;
}

.forsectog-blog-content h4 {
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 1.4;
}

.forsectog-blog-meta {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 12px;
}

.forsectog-blog-read {
  font-size: 14px;
  font-weight: 600;
  color: #ff6b35;
  text-decoration: none;
}

.forsectog-blog-viewall {
  display: block;
  width: max-content;
  margin: 60px auto 0;
  padding: 12px 28px;
  background: #111827;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s;
}

.forsectog-blog-viewall:hover {
  background: #ff6b35;
}

/* ===== RESPONSIVE ===== */

@media(max-width:1100px){
  .forsectog-blog-grid{
    grid-template-columns: repeat(2,1fr);
  }
}

@media(max-width:600px){
  .forsectog-blog-grid{
    grid-template-columns: 1fr;
  }
}
/* ================= TRENDING PACKAGE SECTION ================= */

.trdpackage {
      padding: 50px 20px;
}

.trdpackage-container {
  max-width: 1300px;
  margin: auto;
}

.trdpackage-heading {
  text-align: center;
  margin-bottom: 60px;
}

.trdpackage-heading span {
  display: block;
  font-size: 13px;
  letter-spacing: 3px;
  color: #ff6b35;
  margin-bottom: 8px;
}

.trdpackage-heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #111827;
}

.trdpackage-carousel-wrapper {
  position: relative;
}

.trdpackage-carousel {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 15px;
}

.trdpackage-carousel::-webkit-scrollbar {
  display: none;
}

.trdpackage-card {
  min-width: 320px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.07);
  flex-shrink: 0;
  transition: 0.3s;
}

.trdpackage-card:hover {
  transform: translateY(-8px);
}

.trdpackage-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.trdpackage-content {
  padding: 22px;
}

.trdpackage-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.trdpackage-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.trdpackage-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #4b5563;
}

.trdpackage-info-item svg {
  width: 18px;
  height: 18px;
      fill: #0012ef;
  flex-shrink: 0;
}

.trdpackage-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  background: #111827;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3s;
}

.trdpackage-btn:hover {
  background: #ff6b35;
}

.trdpackage-btn svg {
  width: 14px;
  height: 14px;
  fill: #fff;
}

/* Arrow Buttons */

.trdpackage-arrows {
  text-align: center;
  margin-top: 30px;
}

.trdpackage-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  margin: 0 12px;
  cursor: pointer;
  background: #002bff;
  color: #fff;
  font-size: 18px;
}

/* Responsive */

@media(max-width:768px){
  .trdpackage-card{
    min-width: 260px;
  }
}

.outrevne-buttons{
text-align:center;
margin-top:30px;
}

.outrevne-buttons a{
display:inline-block;
padding:12px 26px;
margin:6px;
font-size:15px;
font-weight:600;
text-decoration:none;
border-radius:30px;
transition:0.3s;
}

.outrevne-read{
background:#0a3d62;
color:#ffffff;
}

.outrevne-write{
background:#ffffff;
color:#0a3d62;
border:2px solid #0a3d62;
}

/* Mobile */

@media(max-width:600px){

.outrevne-buttons a{
padding:9px 16px;
font-size:13px;
margin:4px;
}

}
.marabotus-breadcrumb{
position:relative;
background-size:cover;
background-position:center;
padding:90px 20px;
text-align:center;
color:#fff;
}

.marabotus-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.55);
}

.marabotus-content{
position:relative;
z-index:2;
max-width:1200px;
margin:auto;
}

.marabotus-content h1{
font-size:36px;
font-weight:700;
margin-bottom:12px;
}

.marabotus-links{
font-size:15px;
}

.marabotus-links a{
color:#fff;
text-decoration:none;
opacity:.9;
}

.marabotus-links span{
margin:0 6px;
opacity:.7;
}

.marabotus-links strong{
color:#ffd166;
}

@media(max-width:768px){

.marabotus-breadcrumb{
padding:70px 15px;
}

.marabotus-content h1{
font-size:26px;
}

.marabotus-links{
font-size:14px;
}

}
.oursvsne-section{
padding:70px 20px;
background:#ffffff;
}

.oursvsne-container{
max-width:1200px;
margin:auto;
}

.oursvsne-row{
display:flex;
align-items:center;
gap:40px;
}

.oursvsne-image{
flex:1;
}

.oursvsne-image img{
width:100%;
border-radius:12px;
}

.oursvsne-content{
flex:1;
}

.oursvsne-title{
font-size:32px;
margin-bottom:15px;
color:#0a3d62;
}

.oursvsne-content p{
font-size:15px;
line-height:1.7;
margin-bottom:14px;
color:#444;
text-align: justify;
}

.oursvsne-points{
list-style:none;
padding:0;
margin-top:15px;
}

.oursvsne-points li{
display:flex;
align-items:center;
gap:8px;
margin-bottom:10px;
font-size:15px;
}

/* responsive */

@media(max-width:900px){

.oursvsne-row{
flex-direction:column;
}

.oursvsne-title{
font-size:26px;
}

}
.seroulstnew-section{
padding:70px 20px;
background:#f7f9fc;
}

.seroulstnew-container{
max-width:1200px;
margin:auto;
}

.seroulstnew-heading{
text-align:center;
font-size:34px;
margin-bottom:40px;
color:#0a3d62;
}

.seroulstnew-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.seroulstnew-card{
background:#fff;
border-radius:10px;
overflow:hidden;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
text-align:center;
padding-bottom:20px;
transition:0.3s;
}

.seroulstnew-card:hover{
transform:translateY(-6px);
}

.seroulstnew-card img{
width:100%;
height:200px;
object-fit:cover;
}

.seroulstnew-card h3{
font-size:20px;
margin:18px 0 12px;
color:#333;
}

.seroulstnew-card a{
display:inline-block;
padding:10px 22px;
background:#0a3d62;
color:#fff;
text-decoration:none;
border-radius:25px;
font-size:14px;
}

/* Tablet */

@media(max-width:900px){

.seroulstnew-grid{
grid-template-columns:repeat(2,1fr);
}

}

/* Mobile */

@media(max-width:600px){

.seroulstnew-grid{
grid-template-columns:1fr;
}

.seroulstnew-heading{
font-size:26px;
}

}
.newpakgsdeil-section{
padding:60px 20px;
background:#fff;
}

.newpakgsdeil-container{
max-width:1200px;
margin:auto;
}

.newpakgsdeil-grid{
display:flex;
gap:40px;
}

.newpakgsdeil-left{
flex:2;
}

.newpakgsdeil-right{
flex:1;
}
.newpakgsdeil-right{
    position:sticky;
    top:90px;
    align-self:flex-start;
}

@media(max-width:991px){
    .newpakgsdeil-right{
        position:relative;
        top:auto;
    }
}
.newpakgsdeil-title{
font-size:32px;
margin-bottom:20px;
}

.newpakgsdeil-image{
width:100%;
border-radius:8px;
margin-bottom:20px;
}

.newpakgsdeil-meta{
display:flex;
gap:20px;
margin-bottom:25px;
}

.newpakgsdeil-meta-item{
display:flex;
align-items:center;
gap:8px;
font-size:14px;
}

.newpakgsdeil-meta svg{
width:18px;
fill:#0a3d62;
}

.newpakgsdeil-subtitle{
margin-top:35px;
margin-bottom:15px;
font-size:22px;
}

.newpakgsdeil-itinerary{
border-top:1px solid #eee;
}

.newpakgsdeil-day{
border-bottom:1px solid #eee;
padding:12px 0;
}

.newpakgsdeil-day-title{
display:flex;
justify-content:space-between;
font-weight:600;
cursor:pointer;
}

.newpakgsdeil-day-content{
display:none;
margin-top:10px;
font-size:14px;
    text-align: justify;
}

.newpakgsdeil-day.active .newpakgsdeil-day-content{
display:block;
}

.newpakgsdeil-plus{
font-size:20px;
}

.newpakgsdeil-inc,
.newpakgsdeil-exc{
list-style:none;
padding:0;
}

.newpakgsdeil-inc li,
.newpakgsdeil-exc li{
display:flex;
align-items:center;
gap:10px;
margin-bottom:10px;
font-size:15px;
}

.newpakgsdeil-inc svg{
width:18px;
stroke:green;
fill:none;
stroke-width:3;
}

.newpakgsdeil-exc svg{
width:18px;
stroke:red;
fill:none;
stroke-width:3;
}

.newpakgsdeil-form{
background:#f7f7f7;
padding:25px;
border-radius:8px;
margin-bottom:25px;
}

.newpakgsdeil-form input,
.newpakgsdeil-form textarea{
width:100%;
padding:10px;
margin-bottom:12px;
border:1px solid #ddd;
}

.newpakgsdeil-form button{
width:100%;
padding:12px;
background:#0a3d62;
color:#fff;
border:none;
cursor:pointer;
}

.newpakgsdeil-contact{
background:#f7f7f7;
padding:25px;
border-radius:8px;
}

.newpakgsdeil-contact-item{
display:flex;
align-items:center;
gap:10px;
margin-bottom:12px;
}

.newpakgsdeil-contact svg{
width:18px;
fill:#0a3d62;
}

@media(max-width:900px){

.newpakgsdeil-grid{
flex-direction:column;
}

}
.ourblnetes{
max-width:1200px;
margin:auto;
padding:40px 20px;
}

.ourblnetes-main{
display:flex;
gap:40px;
flex-wrap:wrap;
}

.ourblnetes-left{
flex:3;
min-width:300px;
}

.ourblnetes-right{
flex:1;
min-width:260px;
}

.ourblnetes-title{
font-size:34px;
font-weight:700;
margin-bottom:10px;
}

.ourblnetes-meta{
display:flex;
gap:20px;
font-size:14px;
color:#666;
align-items:center;
margin-bottom:20px;
}

.ourblnetes-meta svg{
width:16px;
height:16px;
margin-right:6px;
}

.ourblnetes-image img{
width:100%;
border-radius:8px;
margin-bottom:25px;
}

.ourblnetes-content p{
font-size:16px;
line-height:1.8;
margin-bottom:18px;
color:#333;
}

.ourblnetes-quote{
background:#f5f7fb;
padding:20px;
border-left:4px solid #0073ff;
margin:25px 0;
font-style:italic;
}

.ourblnetes-tags{
margin-top:20px;
}

.ourblnetes-tags span{
background:#eef3ff;
padding:6px 12px;
margin-right:6px;
border-radius:4px;
font-size:13px;
}

.ourblnetes-other-title{
font-size:20px;
font-weight:700;
margin-bottom:20px;
}

.ourblnetes-blog-card{
border:1px solid #eee;
border-radius:8px;
margin-bottom:20px;
overflow:hidden;
background:#fff;
}

.ourblnetes-blog-card img{
width:100%;
height:160px;
object-fit:cover;
}

.ourblnetes-blog-body{
padding:15px;
}

.ourblnetes-blog-body h4{
font-size:16px;
margin-bottom:10px;
}

.ourblnetes-blog-body a{
font-size:14px;
color:#0073ff;
text-decoration:none;
font-weight:600;
}

@media(max-width:900px){

.ourblnetes-main{
flex-direction:column;
}

}


.ourtcneche{
max-width:1100px;
margin:auto;
padding:40px 20px;
}

.ourtcneche h1{
text-align:center;
font-size:32px;
margin-bottom:10px;
}

.ourtcneche p{
text-align:center;
color:#666;
margin-bottom:40px;
}

.ourtcneche-box{
margin-bottom:35px;
}

.ourtcneche-box h2{
font-size:22px;
margin-bottom:15px;
color:#222;
}

.ourtcneche-list{
list-style:none;
padding:0;
margin:0;
}

.ourtcneche-list li{
display:flex;
align-items:flex-start;
gap:10px;
margin-bottom:12px;
font-size:15px;
line-height:1.6;
color:#444;
}

.ourtcneche-list svg{
width:18px;
height:18px;
flex-shrink:0;
margin-top:3px;
color:green;
}

@media(max-width:768px){

.ourtcneche h1{
font-size:26px;
}

.ourtcneche-box h2{
font-size:20px;
}

}
.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;
}

}


input.wpcf7-form-control.wpcf7-submit.has-spinner
 {
    width: 100%;
    padding: 12px;
    background: #0a3d62;
    color: #fff;
    border: none;
    cursor: pointer;
}