body {
    --pink : #b61029;
    --black : #000;
    --white : #fff;
    --font_0: normal normal normal 22px/1.41em 'courier new', courier-ps-w01, monospace;
    --font_1: normal normal normal 14px/1.79em raleway, sans-serif;
    --font_2: normal normal normal 28px/1.375em 'courier new', courier-ps-w01, monospace;
    --font_3: normal normal normal 88px/1.2em 'courier new', courier-ps-w01, monospace;
    --font_4: normal normal normal 72px/1.25em 'courier new', courier-ps-w01, monospace;
    --font_5: normal normal normal 50px/1.34em 'courier new', courier-ps-w01, monospace;
    --font_6: normal normal normal 40px/1.35em 'courier new', courier-ps-w01, monospace;
    --font_7: normal normal normal 20px/1.67em raleway, sans-serif;
    --font_8: normal normal normal 18px/1.75em raleway, sans-serif;
    --font_9: normal normal normal 17px/1.875em raleway, sans-serif;
    --font_10: normal normal normal 14px/1.79em raleway, sans-serif;
    --fnt: normal normal normal 18px/1.4em kepler-w03-light-scd-cp, serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
 margin-bottom: 0 !important;   
}
.mobile-phone-icon{
        position: absolute;
    top: 9px;
    left: 11px;
    font-size: 23px;
    z-index: 1;
    border: 1px solid #000;
    padding: 0px 8px;
    border-radius: 3px;
}
label.error {
    width: 100%;
    color:red;
    text-align: left;
}

.bg-white{
    background-color: var(--white);
}
.bg-pink{
    background-color: var(--pink);
}
.bg-black{
    background-color: var(--black);
}
.text-blue{
    color:#1155cc;
}
/* header */
header {
    text-align: center;
    display: flex;
    flex-direction: column;
}
.navbar-toggler div {
        border: 1px solid #000;
    padding: 0px 6px;
    border-radius: 3px;
}
.bar1, .bar2, .bar3 {
     width: 24px;
    height: 3px;
    background-color: #000;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
 transform: translate(0, 10px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
 transform: translate(0, -8px) rotate(45deg);
}

.site-title {
    font: var(--font_0);
    line-height: 1.41em;
    text-align: center;
    font-size: 30px;
    color: var(--pink);
    font-weight: 700;
}
.site-sub-title{
    font: var(--font_9);
    line-height: 1.875em;
    text-align: center;
    font-size: 15px;
    color: var(--black);
    font-weight: bold;
}


.navbar-expand-lg .navbar-nav .nav-link{
    font-size: 30px !important;
    font-weight: 600 !important;
    font: var(--fnt, var(--font_1));
    padding: 0 15px;
    text-align: center;
    line-height: 28px;
    color:var(--black);
}
/*div#navbarNavDropdown i {*/
/*    font-size: 22px;*/
/*    color:var(--black) !important;*/
/*}*/
.header-horizontal-line{
    height: 2px;
    width:100%;
    color: #000000d9 !important;
    margin-bottom: 0px;
    opacity: 1;
}
.navbar-toggler:focus{
    box-shadow: unset;
}

@media (max-width:767px){
    .site-title{
        font-size:18px;
    }
    .site-sub-title{
        font-size: 11px;
    }
    .main-image img{
        height:50vh !important;
    }

   
}


/* header  */
/* footer */

.legand-since-img{width:200px;}
.footer-section {
    width:50%;
    padding-top: 60px;
    padding: 0;
}

.footer-address-contact{
    display:none;
}
@media (max-width:992px){
    .footer-section {
        width:100%;
        padding: 0 10px;

    }
}
.footer-bottom{
        /*margin: 50px 0px 30px 0px;*/
        padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    /*gap: 10px;*/
}
.ul-pink-circle li::marker{
    color: var(--pink);
}
/* footer css */

/* home page css */
@media (max-width: 992px) {
    .container {
        max-width: 100%;
    }
}
.main-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
@media (max-width:992px){
    .about-main-image img{
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
    /*object-position:top;*/
}
}

.india-flag{
    width:165px;
}
.secondary-heading{
    font-size: 26px !important;
    font-weight: 600 !important;
    /*margin:15px 0px !important;*/
    font: var(--font_7);
    color: #000;
}
@media (min-width:992px){
/*    .second-section-home {*/
/*    text-align: center;*/
/*    max-width: 80% ;*/
/*    width:60% !important;*/
    /*color: var(--black);*/
/*}*/
}
/*.heading{*/
/*    font: var(--font_0);*/
/*    font-size: 25px;*/
/*    font-weight: 700;*/
/*}*/
.secondary-heading{
    font-size: 21px !important;
     font-weight: 600 !important;
    /*margin:15px 0px !important;*/
    font: var(--font_7);
    color: #000;
}
.third-para{
    font: var(--font_9);
    line-height: 26px;
    text-align: center;
    /*font-size: 16px;*/
}
.bg-gray{
    background-color: #e9e9e9;
}
.founder-img{
    width:40%;
    border-radius:50%;
}
.founder-main-image {
object-fit: fill;
}
.team-img {
    width: 200px;
    border-radius:50%;
    margin-bottom:15px;
}

p{
    margin:0px;
    font:var(--font_9);
}


.home-product-slider-container{
  padding:50px 15px 0px 15px;
 }
 .transport-slider-container{
  padding:50px 15px 0px 15px ;
  
 }
@media (min-width:1200px) {
    .header-horizontal-line{
        width: 80%;
    }
    
}
@media (min-width:767px) {
    .faq-box.px-md-5{
        width: 50%;
    }
    
}
.affiliations-image{
    border-radius:10px;
    padding:7px;
}
@media (min-width: 992px) {
    .office-image{
        /*border-radius:10px;*/
        /*padding:7px;*/
        width:25%;
    }
}

.swastik-image{
    width:24px;
    padding-bottom: 12px;
}

#home-product-slider  .tour-image img ,#transport-slider .tour-image img{
    width: 100%;
    aspect-ratio:1/1;
    border-radius:5px;
    object-fit: cover;
    object-position: top;
}
#transport-slider .tour-image img{
    object-fit:fill !important;
}

.tour-detail p{
    font-weight: 600;
    font-size: 20px;
    color: var(--black);
}
#home-product-slider .item-inner .tour-image {
    position: relative;
    overflow: hidden;
}


/*.owl-nav {*/
/*    position: absolute;*/
/*    top:-30px;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
    /*padding: 0px 15px;*/
/*}*/

.owl-prev ,.owl-next {
    position: absolute;
    top: 40%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    background: var(--pink) !important;
    color: #fff !important;
    border-radius: 50%;
    border: 5px solid #f9f9f9 !important;
}
.owl-prev{
    left:-5px;
}
.owl-next {
    right: -5px;
}

.owl-nav i.fa.fa-chevron-left ,.owl-nav i.fa.fa-chevron-right{
font-size:14px;
}


/* end home page */

/* about page css */
.about-details , .second-section-home{
    height: 100%;
    /* background-color: #e9e9e9; */
    padding:0px 10px;
    display: flex;
    /*gap: 10px;*/
    width:100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.about-team-image{
    height:100%;
    object-fit: fill;
}

/*.container :is(.about-details, .second-section-home ) .heading {*/
/*    font-size: 40px !important;*/
/*    font-weight: 400;*/
/*    font: var(--font_6);*/
/*}*/
.our-team .heading{
     font-size: 35px !important;
    font-weight: 400;
    /*font: var(--font_6);*/
    text-align:center;
    color: #000;
}
@media (max-width:767px){
    .our-team .heading{
        font-size:20px !important;
    }
}
.bold-text {
    margin-top:10px;
    line-height: 1.5em !important;
    text-align: center;
    font-size: 17px !important;
    font: var(--font_9);
    letter-spacing: 0em; 
}
@media (max-width: 991px) {
    .bold-text {
        font-size: 17px !important;
        line-height: 32px !important;
    }
}
.our-team p{
    margin-top:10px;
    line-height: 1.5em !important;
    text-align: center;
    font-size: 17px !important;
    font: var(--font_9);
    letter-spacing: 0em;
}
@media (max-width: 991px) {
    .our-team p{
        font-size: 17px !important;
        line-height: 32px !important;
    }
}
.container :is(.about-details, .second-section-home) p{
    line-height: 1.875em !important;
    text-align: center;
    font-size: 15px !important;
    font: var(--font_9);
    letter-spacing: 0em;
}
.round-count{
  border: 4px solid #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    color: #fff;
    background: var(--pink);
    justify-content: center;
    align-items: center
}
#faq-section{
    /*background-color: #bfbfbf;*/
    padding: 48px 0px;
}
/*.faq-questions-container{*/
/*    padding:100px;*/
/*}*/
.faq-box{
    display:flex;
    flex-direction:column;
    margin:0rem 0rem;
   
    padding:0px;
    align-items:center;
    text-align:center;
}
@media (min-width:1025px){
    .faq-box{
        width:80%;
    }
    .clickable-news-image{
        width:50%;
    }
}
@media (min-width:992px){
   
    /*.clickable-news-image{*/
    /*    width:50%;*/
    /*}*/
}

@media (max-width:992px){
    
    .faq-questions-container{
        padding:20px;
    }
    .about-team-image{
    height:80vh;
    object-fit:fill;
}
.founder-img {
    width: 22%;
}
.team-img {
    width: 170px;
}
/*.office-image{*/
/*    width:25%;*/
/*}*/
 /*.clickable-news-image{*/
 /*       max-width:60%;*/
 /*       width:60%;*/
 /*   }*/
}
@media (max-width:767px){
    .founder-img{
        width:30%;
    }
    .team-img {
   max-width: 110px;
        width: 100%;
      }
      
      /*.page-title{*/
      /*  font:normal normal normal 35px / 1.35em 'courier new', courier-ps-w01, monospace !important; */
      /*}*/
      .faq-questions-container{
          padding:0px;
      }

/*.office-image{*/
/*    width:50%;*/
/*}   */
/*.container :is(.about-details, .second-section-home , .our-team) .heading{*/
/*        font-size:31px !important;*/
/*    }*/
    
   .about-team-image{
    height:50vh;
   }

}

@media (max-width:1200px){
    .about-details, .second-section-home{
        padding:20px 25px;
    }
}
@media (max-width: 425px) {
    .about-details, .second-section-home {
        padding: 0px 0px;
    }
}
.faq-icon i{
    font-size:40px ;
}
.page-title{
    /*font:normal normal normal 40px / 1.35em 'courier new', courier-ps-w01, monospace;*/
    color: #000;
    text-align:center;
}
.faq-question{
   
    line-height: 1.41em;
    font-size: 28px !important;
   font-weight: 600 !important;
    /*font: var(--font_6);*/
    text-align: center;
}
.faq-questions-container .faq-answers :is(p, li){
    font: var(--font_9);
    line-height: 1.875em;
    font-size: 17px;
}

/*  about page end  */




/* Abhijeet */
.card-with-overlay .tour-image img{
   width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 5px;
    object-position: top;

}
.card-with-overlay .item-inner .tour-image {
    position: relative;
    overflow: hidden;
}



.grid-view-row {
    display: grid ;
    grid-template-columns: repeat(4, 1fr); /* 4 columns for desktop */
    gap: 10px;

    width:100%;
}

@media (max-width:1024px) { 
    .grid-view-row {
        grid-template-columns: repeat(3, 1fr);
    }
   
}
@media (max-width:992px) { 
       .grid-view-row {
        grid-template-columns: repeat(3, 1fr);
        width: 100%; 
    }
   
}

@media (max-width: 767px) {
    .grid-view-row {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }
}


#contact-usTab .third-para{
    font-size:18px ;
}

a{
    text-decoration: none;
    color: #0a0a0a;
}


.cotact-us-icon{
        display: flex;
        gap: 18px;
        font-size: 20px;
        padding: 5px;
    }



input , textarea{
    background-color: unset !important;
    background: unset !important;
    border: 1px solid #000000 !important;
    border-radius: unset !important;
    border-width: var(--brwe, 1px) !important;
    padding: .7rem 1rem !important;
}

.btn{
    border-radius: unset;
    padding: 10px 30px;
    background: #212529;
    color: #fff;
    min-width: 170px;
    margin-top:1rem;
    font:var(--font_9);
    font-weight: 600;
}

.btn-dark-first:hover{
    color: #fff;
    background-color: #424649;
    border-color: #424649;
}
.transport-para-question{
    color: var(--pink) !important;
        font-weight: 600 !important;
}

.transport-page-heading{
    /*font:var(--font_4);*/
    color:var(--black);
    font-size:42px;
   font-weight: 500;
   
}
@media (min-width:1300px){
    .transport-content-para{
    width:70%;
}
}
   @media (max-width:1299px){
       .transport-content-para {
        width: 100%;
    }
   }

@media (max-width:1024px){
    .transport-page-heading{
        font-size:35px;
    }
}
@media (max-width: 767px) {
    .transport-page-heading {
        font-size: 25px;
    }
}
.transport-content-para p{
    font: var(--font_9);
    color: var(--black);
    text-align: center;
    margin: 10px 0px;
    
}
 .trasport-content{
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height:100%;
}
 .transport-slide-heading{
     font: var(--font_0);
    /* font-size: 23px; */
    margin: 0px;
    font-weight: 600;
 }
 
/* End Abhijeet */

/* thanku page */
.thanku-section{
    padding: 20px 0px ;
}

.thanku-section .thanku-heading{
    font: var(--font_0);
    font-size: 60px;
    font-weight: 600;
}
.thanku-section .thanku-para{
  font: var(--font_1);
    font-size: 18px;
    width: 42%;
}
@media (max-width:992px){
    .thanku-section .thanku-para{
    width: 60%;
}
}
@media (max-width:767px){
    .thanku-section{
    padding: 60px 10px ;
}
.thanku-section .thanku-heading{
    font-size:30px;
}
.thanku-section .thanku-para{
    width: 100%;
     font-size: 14px;
}
}

/*14/10/25*/

/* Desktop Header Styles */
/*.desktop-header {*/
/*  border-top: 5px solid var(--pink);*/
/*}*/
.top-marquee-bar {
  background: #bb1828;
  /*color: #fff;*/
  /*font-size: 14px;*/
  /*font-weight: 500;*/
  /*padding: 3px 0;*/
  /*text-align: center;*/
  /*letter-spacing: 0.5px;*/
  /*min-height:40px;*/
  z-index:1;
  position:relative;
}

.top-marquee-bar marquee {
  color: #fff;
  /*font-family: "Poppins", sans-serif;*/
  /*font-size: 16px;*/
  /*font-weight: 700;*/
}
.logo-div {
    background: #bb1828;
    border: 1px;
    border-radius: 10px;
}
@media (max-width: 768px) {
  .top-marquee-bar {
    font-size: 14px;
    padding: 6px 0;
  }

  .top-marquee-bar marquee {
    font-size: 14px;
  }
}
.desktop-header-left,
.desktop-header-right {
    flex: 0 0 auto !important;
    /*min-width: 200px !important;*/
    
}
.desktop-header-left{
    margin-left: 0;
}
.desktop-header-right{
    margin-right: 0;
}
.desktop-header-left,
.desktop-header-right span {
 
    line-height: 1.875em !important;
    text-align: center;
    font-size: 18px !important;
    font: var(--font_9);
    letter-spacing: 0em;
   
}
 .main {

     border: 2px solid black;
    border-top: none;
    padding: 1px 8px;
    width: fit-content;
}
.main-phone-main {
    border: 0;
}
.main-phone , .mobile-menu-close , .mobile-menu-back{
    border: 0;
    display: flex;
    align-items: self-end;
    gap:3px;
    float:right;
   
   
}
.main-phone i , .mobile-menu-close i, .mobile-menu-back i{
    font-size: 16px !important;
    margin: 0 !important;
    color: #fff !important;
    transform: translateY(-2px);

}
.main-phone-main {
     display: flex;
     align-items: self-end;
     gap:5px;
    float:right;
}
.desktop-header-center {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

.logo-image {
    max-height: 450px !important;
    width: 100%;
    border: 3px solid white;
    border-radius: 10px;
    z-index:2;
  position:relative;

}

.header-tagline-1 {
    margin: 1rem 0 !important;
    padding:0  0.75rem ;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #000 !important;
   
}
/* Tablet */
/*@media (max-width: 1024px) {*/
/*    .logo-image {*/
/*        max-height: 120px !important;*/
/*    }*/
/*}*/

/* Mobile */
@media (max-width: 768px) {
    .logo-image {
        width: 100%;
        border: 2px solid white;
        border-radius: 10px;
        /*max-height: 100px !important;*/
        /*transform:translateY(-37px);*/
         /*margin-top:-37px;*/
    }
   .logo-imag {
        width: 55% ;
        /*max-height: 100px !important;*/
        /*transform:translateY(-37px);*/
         /*margin-top:-37px;*/
    }
    .header-tagline-1{
        font-size:12px !important;
    }
}



.header-tagline-2 {
    margin-bottom: 0 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color:  var(--pink) !important;
}
/* Navigation Styles */
.nav-numbered {
    gap: 0 !important;
}

.nav-numbered .nav-item {
    position: relative !important;
}

.nav-numbered .nav-item:not(:last-child)::after {
    content: '' !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    height: 30px !important;
    width: 2px !important;
    background-color: #000000  !important;
}

.nav-numbered .nav-link {
    color: #181818 !important;
    transition: color 0.3s !important;
    padding: 0.5rem 25px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}
/* Desktop / larger screens — your original styles */
.nav-numbered .nav-link span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background:  var(--pink) !important;
    color: white !important;
    border: 2px solid white !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
    font-weight: bold !important;
    flex-shrink: 0 !important;
}

/* Tablet & Mobile adjustments (screens ≤ 1024px) */
@media (max-width: 1024px) {
    .nav-numbered {
        justify-content: center !important; /* Center all items */
    }

    .nav-numbered .nav-link {
        font-size: 14px; /* smaller font */
        padding: 0.25rem 0.5rem; /* compact spacing */
        text-align: center;
    }

    .nav-numbered .nav-link span {
        font-size: 18px !important;
        width: 30px !important;
        height: 30px !important;
    }
    
}


.nav-numbered .nav-link:hover,
.nav-numbered .nav-link.active {
    color: var(--pink) !important;
}



.nav-numbered .nav-link.active span {
    background: #000 !important;
}

/* Mobile Responsive Styles */
@media (max-width: 991px) {
    /* Hide desktop header on mobile */
    .desktop-header {
        display: none !important;
    }
    
    /* Mobile navbar styles */
   
    
    /*.navbar-brand img {*/
    /*    height: 50px !important;*/
    /*    width: auto !important;*/
    /*}*/
    
    /* Mobile menu overlay */
    .navbar-collapse {
        /*border-top: 5px solid var(--pink);*/
        position: fixed !important;
        top: 0px !important;
        left: 0 !important;
        width: 100% !important;
        height:100vh;
        /*height: calc(100% - 40px) !important;*/
        background: white !important;
        z-index: 2 !important;
        padding: 0  !important;
        padding-bottom:42px !important;
       
        overflow-y: auto !important;
        
    }
    
    /*.navbar.navbar-expand-lg{ */
    /*    border-top: 5px solid var(--pink);*/
        
    /*}*/
    
    .navbar-collapse:not(.show) {
        display: none !important;
    }
    
    .navbar-collapse.show {
      display: block !important;
    }
    
    /* Mobile menu header */
    .mobile-menu-header {
        display: flex !important;
        justify-content: space-between !important;
        align-items: start !important;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        /*padding-bottom: 20px !important;*/
        /*border-bottom: 1px solid #ddd !important;*/
        /*margin-bottom: 20px !important;*/
    }
    
    .mobile-menu-close {
       
        background: none !important;
        /*border: 1px solid black !important;*/
        /*font-size: 24px !important;*/
        cursor: pointer !important;
        /*color: #000 !important;*/
    }
    
    /* Mobile nav items */
    .navbar-nav {
        flex-direction: column !important;
        gap: 0 !important;
        margin: 0px auto;
        width: fit-content !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 18px !important;
    font-weight: 600 !important;
    font: var(--fnt, var(--font_1));
    padding: 0 !important;
    /*text-align: center;*/
    flex-direction:column;
    line-height: 15px;
    color:var(--black);
}
    
    .navbar-nav .nav-item {
        width: 100% !important;
        margin-bottom: 5px;
       
    }
    
    .navbar-nav .nav-item:not(:last-child)::after {
        display: none !important;
    }
    
    /*.navbar-nav .nav-link {*/
       
    /*    display: flex !important;*/
    /*    align-items: center !important;*/
    /*    justify-content: center;*/
        
    /*}*/
    
    /* Mobile contact info */
    /*.mobile-contact {*/
       
    /*    border-bottom: 1px solid #000000 !important;*/
    /*}*/
    
    .mobile-contact a {
        display: flex !important;
        align-items: center !important;
        /*padding: 10px 0 !important;*/
        color: #000 !important;
        text-decoration: none !important;
        font-size: 14px !important;
    }
    
    .mobile-contact i {
        color: var(--pink) !important;
        font-size: 18px !important;
        margin-right: 10px !important;
        width: 25px !important;
    }
}

/* Desktop only - show full header */
/*@media (min-width: 992px) {*/
/*    .navbar-toggler {*/
/*        display: none !important;*/
/*    }*/
/*}*/

/* base / desktop */
.say-hello-block {
  max-width: 900px;
  margin: 20px auto;
  overflow: hidden;
}

/*.say-hello-block .bg-black {*/
/*  letter-spacing: 3px;*/
/*  padding: 10px 24px;      */
/*  font-size: 14px;*/
/*  line-height: 1;*/
/*  text-align: center;*/
/*}*/

.say-hello-block .bg-light {
  background-color: #f6f4ff; /* soft light background */
  padding: 48px 40px;
}

.say-hello-block h3 {
  font-size: 21px;
  /*margin-bottom: 12px;*/
  font-weight: 600;
}

/*.say-hello-block hr {*/
/*  width: 60px;*/
/*  border: 0;*/
/*  border-top: 2px solid #d43447;*/
/*  opacity: 0.3;*/
/*  margin: 8px auto 18px;*/
/*}*/

/*.say-hello-block p {*/
  
/*  max-width: 800px;*/
/*  margin: 0 auto;*/
  
/*}*/

/* tablet */
@media (max-width: 1024px) {
  .say-hello-block {
    max-width: 820px;
    margin: 18px auto;
  }

  /*.say-hello-block .bg-black {*/
  /*  letter-spacing: 2px;*/
  /*  font-size: 13px;*/
  /*  padding: 10px 20px;*/
  /*}*/

  .say-hello-block .bg-light {
    padding: 40px 28px;
  }

  .say-hello-block h3 {
    font-size: 26px;
  }

  /*.say-hello-block p {*/
  /*  font-size: 15px;*/
  /*  max-width: 720px;*/
  /*  padding: 0 6px;*/
  /*}*/

  .say-hello-block hr { width: 50px; }
}

/* mobile */
@media (max-width: 767px) {
  .say-hello-block {
    max-width: 100%;
    margin: 12px auto;
  }

  /*.say-hello-block .bg-black {*/
  /*  letter-spacing: 1px;*/
  /*  font-size: 12px;*/
  /*  padding: 8px 12px;*/
  /*}*/

  .say-hello-block .bg-light {
    padding: 28px 16px;
  }

  .say-hello-block h3 {
    font-size: 26px;
  }

  .say-hello-block p {
    font-size: 17px;
    line-height: 32px;
    padding: 0 6px;
    text-align: center;
  }

  .say-hello-block hr { width: 40px; }
}

.Professional{
    width: 50%;
}
.heading {
    /*font: var(--font_0);*/
    font-size: 25px !important;
    font-weight: bolder !important;
    color: #000;
    margin-bottom: 0 !important;
}
.img-new {
        width: 100%;
        height: auto;
        border: 5px solid white;
        border-radius: 12px;

    
}
.img-new-two {
        width:100%;
        height: auto;
        border: 5px solid white;
        border-radius: 12px;
}
@media (max-width: 767px) {
  .operator {
     width: 100%;
  }
    
}
.close-icon::before {
    display: none !important;
}
.operator {
    width: 60%;
    border: 5px solid white;
    border-radius: 12px;
}
@media (max-width: 767px) {
  .operator {
         width: 100%;
    }
}
.img-latest {
    width: 80%;
    height: auto;
    border: 5px solid white;
    border-radius: 12px;
}
@media (max-width: 767px) {
.img-latest {
    width: 100%;
   
}
    
}
.social-icon {
        font-size: 22px;
        width: 22px;
        height: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
}
.image-cover {
    border: 6px solid white;
    border-radius: 15px;
  height: 300px; /* adjust as needed */
  object-fit: cover;
  object-position: top;
}
.trasport-content img {
object-fit: fill;
    
}
.faq-answers p {
    font: var(--font_9);
}
.img-faq {
    max-width: 100%;
 height: 300px;   
}
}
hr {
    border: 1px solid black;
    opacity: 1.25;
}

@media screen and (min-width: 1024px) {
    .main-line {
        max-width:1600px;
        border-bottom: 3px solid black !important;
        border-top: 3px solid black !important;
        margin-bottom: 1rem ;
    }
}
.navbar-expand-lg .navbar-collapse {
    justify-content: center;   
}
.mobile-menu-logo {
    width: 243px
}
.main-slider-carousel .item img {
  width: 100%;
  height: 80vh; /* default for desktop */
  /*border:2px solid var(--pink);*/
  object-fit: fill;
}

/* Tablets (portrait and landscape) */
@media (max-width: 991px) {
  .main-slider-carousel .item img {
    height: 450px; /* smaller height for tablets */
    object-fit: fill;
  }
}

/* Mobile devices */
@media (max-width: 767px) {
  .main-slider-carousel .item img {
    height: 300px; 
    object-fit: fill;
  }
}

.main-slider-carousel .owl-dots {
  position: absolute;
  bottom: 20px; /* default for desktop */
  width: 100%;
  text-align: center;
}

/* Tablet view */
@media (max-width: 991px) {
  .main-slider-carousel .owl-dots {
    position: static;      /* make it flow below the image */
   
  }
}

/* Mobile view */
@media (max-width: 767px) {
  .main-slider-carousel .owl-dots {
    position: static;      /* same as tablet */
    
  }
}


.main-slider-carousel .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6); /* visible black even on dark bg */
  border: 1px solid #fff; /* gives contrast */
  transition: all 0.3s ease;
}
.owl-dots .owl-dot {
background-color: black !important;
transform: scale(1.2);
}

.main-slider-carousel .owl-dot.active {
  background-color: var(--pink) !important; /* active dot color */
  transform: scale(1.2);
}
/*.main-slider-carousel .owl-dot:hover {*/
/*  background-color: var(--pink);*/
/*}*/
/*.new p {*/
/*    line-height: 1.875em !important;*/
/*    text-align: center;*/
    /*font-size: 15px !important;*/
/*    font: var(--font_9);*/
/*    letter-spacing: 0em;*/
/*    color: #212529 !important;*/
/*}*/

 .heading {
    font-size: 35px !important;
    font-weight: 600 !important;
    /*font: var(--font_6);*/
    text-align: center;
    color: #000;
    margin-bottom: 0 !important;
 }
  .headig {
    font-size: 25px !important;
    font-weight: 900 !important;
    text-align: center;
    color: #fff;
    margin-bottom: 0 !important;
 }
 @media (max-width: 991px) {
     .heading {
         font-size: 22px !important;
         font-weight: 600 !important;
         color: #000;
     }
     .headig {
         font-size: 16px !important;
         font-weight: 900 !important;
         color: #fff;
         line-height: 24px;
     }
 }
  .headi {
    font-size: 35px !important;
    font-weight: 600 !important;
    /*font: var(--font_6);*/
    text-align: center;
    margin-bottom: 0 !important;
 }
  @media (max-width: 991px) {
     .headi {
         font-size: 21px !important;
         font-weight: 600 !important;
         color: #000;
     }
 }
 .headin{
     font-size: 35px !important;
    font-weight: 600 !important;
    /*font: var(--font_6);*/
    text-align: center;
 }
 @media (max-width: 991px) {
     .headin {
         font-size: 19px !important;
         font-weight: 700 !important;
         color: #000;
     }
 }
.mobile-menu-back  {
    margin-top: .5rem;
/*border: 1px solid black;*/
/*    background: none;*/
    
}

/*.logo-image {*/
/*  max-width: 100%;*/
/*  height: auto;*/
/*  display: block;*/
/*  margin: 0 auto;*/
/*}*/

.header-tagline-3,
.header-tagline-4 {
  word-wrap: break-word;
  white-space: normal;
  overflow-wrap: break-word;
  text-align: center;
}

/* For tablets */
@media (max-width: 992px) {
  .header-tagline-3 {
    font-size: 10px;
    line-height: 1;
  }

  .header-tagline-4 {
    font-size: 10px;
    line-height: 1;
  }

  /*.col-8 {*/
  /*  width: 100%;*/
  /*}*/
}

/* For mobile */
@media (max-width: 576px) {
  .header-tagline-3 {
    font-size: 10px;
    line-height: 1.3;
    padding: 0 10px;
  }

  .header-tagline-4 {
    font-size: 10px;
    line-height: 1.3;
    padding: 0 10px;
  }

  /*.col-8 {*/
  /*  width: 100%;*/
  /*}*/
}
.contact-ul {
  list-style: none; /* remove default bullets */
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px; /* space for custom bullet */
  display: inline-block; /* so bullets align center */
  text-align: left;
}

/* custom pink bullet */
.contact-ul li::before {
  content: "•";
  color: var(--pink); /* pink bullet */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 26px;
  line-height: 1;
}

/* link styling */
.contact-ul a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 991px) {
    .contact-ul a {
    font-size: 15px;
 }
}
/* span (24x7) styling */
.contact-ul span {
  font-size: 16px;
  font-weight: 600;
  color: var(--pink);
 
}
.footer-text {
    font-size: 22px;
   
}
@media (max-width: 991px) {
  .footer-text {
    font-size: 17px;
 
      
  }
  
}
.gtt {
height:500px;
object-fit:fill;
}
@media (max-width: 991px) {
    .gtt {
height:300px !important;
object-fit:fill;
}
}
.steps-section {
  text-align: center;
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--pink);
  color: #fff;
  border: 2px solid #fff;
  font-weight: 600;
  font-size: 18px;
  margin: 0 auto 1px; /* centers the circle and adds space below it */
}

.steps-section p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}
.copyright-text {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  white-space: nowrap;
  text-align: center;
  margin: 0;
  padding-top: 10px;
  
}

@media (max-width: 768px) {
  .copyright-text {
    font-size: 13px;
  }
}
.legend-text {
  text-align: center;
  line-height: 1.4;
  margin: 0;
}

.legend-img-wrap {
  display: block;
  margin-top: -25px;
}

.legand-since-img {
  width: 130px;
  height: 90px;
}

@media (max-width: 768px) {
  .legand-since-img {
    width: 100px;
    height: auto;
  }
}
/*hr.mx-auto {*/
/*margin: 0.5rem 0 1rem;*/
/*display: inline-block;*/
/*}*/
@media (max-width: 768px) {
  .mobile-responsive-heading {
    font-size: 16px !important; /* change size as you want */
  }
}
.main-phone-main .hamb {
    font-size: 18px !important;
    margin: 0 !important;
    color: #fff !important;
    transform: translateY(-2px);
}
.mob {
    line-height: 21px !important;
    font-size: 19px !important;
}
.custom-whatsapp-icon {
    color: #fff !important;
    font-size: 25px !important;
    font-weight: 500 !important;
}

/* Tablet + Mobile (max 1024px) */
@media (max-width: 1024px) {
    .custom-whatsapp-icon {
        font-size: 22px !important;
    }
}
.partners-slider-area {
            position: relative;
            height: 100%;
            padding: 0px 15px;
            display: flex;
            width: 100%;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 0 50px;
          }

          @media (max-width: 1200px) {
            .partners-slider-area {
              /*padding: 20px 15px;*/
            }
          }

          @media (max-width: 425px) {
            .partners-slider-area {
              padding: 0px 15px;
            }
          }

      
          .partnersSwiper {
            
            width: 100%;
            margin-top: 0px;
            padding: 5px 0px 10px 0px !important;
            overflow: hidden;
          }

          @media (max-width: 425px) {
               .partner-logo-slide img {
              width: 80% !important;
                   
               }
          }
          .partners-nav-prev {
            left: 0px;
          }

          .partners-nav-next {
            right: 0px;
          }

          .partners-nav-next,
          .partners-nav-prev {
            position: absolute;
            top: 50%;
            width: 45px;
            height: 45px;
            background: var(--pink, #b61029) !important;
            color: #fff !important;
            border-radius: 50%;
            border: 5px solid #f9f9f9 !important;
            text-align: center;
            line-height: 40px;
          }
        /*.partners-nav-prev {*/
        /*    left: -4px !important;*/
        /*}*/
        /*.partners-nav-next {*/
        /*    right: -4px !important;*/
        /*}*/
          
          .partners-nav-next:after,
          .partners-nav-prev:after {
            font-size: 14px !important;
          }

          
          .partner-logo-slide img {
            width: auto;
            height: 90px;
          }
          


/*end thanku */