@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:700);


@font-face {
    font-family: 'Chivo-Bold';
    src: url('../fonts/Chivo-Bold.woff2') format('woff2'),
        url('../fonts/Chivo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chivo-Regular';
    src: url('../fonts/Chivo-Regular.woff2') format('woff2'),
        url('../fonts/Chivo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chivo-ExtraBold';
    src: url('../fonts/Chivo-ExtraBold.woff2') format('woff2'),
        url('../fonts/Chivo-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chivo-Medium';
    src: url('../fonts/Chivo-Medium.woff2') format('woff2'),
        url('../fonts/Chivo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chivo-SemiBold';
    src: url('../fonts/Chivo-SemiBold.woff2') format('woff2'),
        url('../fonts/Chivo-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



body{
   font-family: 'Chivo-Regular';
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #F36523;
}

::-webkit-scrollbar-track {
    background: #dedede;
}
a{
    text-decoration: none;
    color: #2b2b2b;
}
a:hover{
    text-decoration: none;
    color: #000;
}

p{
    font-size: .9rem;
}

hr:not([size]) {
    height: 1px;
    color: #006889;
}
h4{
    font-family: 'Chivo-Bold';
    font-size: 1.2rem;
}
.common-list {
    margin: 0;
    padding: 0;
}
.common-list li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}
.common-list li:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: normal;
    border: 2px solid transparent;
    position: absolute;
    font-size: 1rem;
    border-radius: 50%;
    color: #F36523;
    left: 0;
    top: -2px;
}
.service-box:hover .common-list li:before{
    color: #fff;
}
.img-rounded{
    border-radius: 20px;
}

.industry-box{
    display: inline-block;
    padding: 15px 30px;
    border: 1px solid #F36523;
    text-align: center;
    min-width: 200px;
    border-radius: 15px;
}
.industry-title{
    margin-top: 10px;
}
.industry-box img{
    width: 50px;
}

.only-mob {
    display: none;
}

.small-text{
    font-size: 0.8rem;
}
.too-small-text{
    font-size: 0.7rem;
}
.theme-color{
    color: #F36523;
}
.common-section{
    padding: 40px 0;
}
.orange-gradient{
    background: #FFEBCE;
    background: linear-gradient(90deg,rgba(255, 235, 206, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 235, 206, 1) 100%);
}

.common-heading{
    font-size: 36px;
    font-family: 'Chivo-ExtraBold';
}
.common-heading span{
    color: #F36523;
}


.common-btn {
    background: #F36523;
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    text-decoration: none;
    outline: none;
    border: 1px solid #F36523;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    font-size: 0.9rem;
}
.common-btn:hover, .common-btn:focus {
    background: #000;
    color: #F36523;
}
.navbar-light .navbar-nav .nav-link.common-btn{
    padding: 7px 20px;
    color: #fff;
}

.white-btn {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 7px 20px;
    text-decoration: none;
    outline: none;
    border: 1px solid #fff;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
    border-radius: 40px;
    font-size: 0.9rem;
}
.white-btn:hover, .white-btn:focus {
    background: transparent;
    color: #fff;
}

.cta-2{
    background: #F36523;
    padding: 40px 0;
    color: #fff;
}

/*Owl Carousel CSS*/
.owl-prev {
    width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 4px;
    text-align: center;
    background: #F36523;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: -30px;
}

.owl-next {
    width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 4px;
    text-align: center;
    background: #F36523;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: -55px;
}
.owl-theme .owl-nav [class*=owl-]{
    color: #686868;
    font-size: 14px;
    padding: 0;
    background: #ccc;
}
.owl-carousel .owl-stage{
  display: flex;
  margin: 0 auto;
}
.owl-theme .owl-dots .owl-dot span{
  width: 15px;
  height: 15px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #000;
}
.owl-carousel .owl-stage-outer{
    display: flex;
    padding: 20px 0;
}
.owl-carousel .owl-item img.comma{
    width: 70px;
    display: inline-block;
}


.common-bg{
    background: rgb(238,238,238);
    background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 50%, rgba(245,245,245,1) 100%);
}

.social-links a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: .8rem;
    transition: 0.3s;
}
.social-links a i{
    color: #000;
}
.social-links a:hover {
    background: #ffc340;
    color: #000;
}
.social-links a:hover i {
    color: #000;
}

.social-links-footer{
    padding: 0;
    margin: 0;
}
.social-links-footer li{
    list-style: none;
    display: inline-block;
}
.social-links-footer li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: .8rem;
    transition: 0.3s;
}
.social-links-footer li a i{
    color: #000;
}
.social-links-footer li a:hover {
    background: #F36523;
    color: #fff;
}
.social-links-footer li a:hover i {
    color: #fff;
}

.banner-menu{
    position: relative;
}

.navbar{
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 40px;
}

.navbar-brand img{
    width: 125px;
}

.top-links{
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    text-align: right;
    top: 10px;
}
.top-link-box{
    padding-right: .5rem;
    padding-left: .5rem;
}
.top-link-box a{
    color: #fff;
}
.top-link-box a i{
    color: #F36523;
}

/*Dropdown Menu Common CSS*/
.navbar-nav .nav-item {
    margin-left: 20px;
}
.dropdown-item {
    padding: .7rem 1rem;
}
nav.navbar li.dropdown ul.dropdown-menu>li {
    border-bottom: 1px dashed #ccc;
}
nav.navbar li.dropdown ul.dropdown-menu>li:last-child {
    border-bottom: 1px dashed transparent;
}
nav.navbar li.dropdown ul.dropdown-menu>li a:hover,
nav.navbar li.dropdown ul.dropdown-menu>li a:hover {
    background-color: #F36523;
    color: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    padding: 0;
}
.navbar-nav .dropdown-menu .dropdown-item {
    font-size: 0.8rem;
}
.navbar-light .navbar-nav .nav-link{
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #F36523;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #F36523;
}
.navbar .container {
    border: 1px solid #F36523;
    padding: 5px 15px;
    background: #FFFFFF;
    border-radius: 15px;
}

#BannerSlider .carousel-caption {
    top: 40%;
}
#BannerSlider .carousel-caption h1{
    font-family: 'Chivo-ExtraBold';
    font-size: 40px;
}
#BannerSlider .carousel-caption h1 span{
    color: #F36523;
}
#BannerSlider .carousel-caption p{
    font-family: 'Chivo-Medium';
    font-size: 20px;
}
#BannerSlider .carousel-caption p.small-text{
    font-size: 16px;
    font-family: 'Chivo-Regular';
}

.review-company{
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 55%);
}


.review-company img {
    border: 3px solid transparent;
    border-radius: 8px;
    transition: all 0.4s ease;
}

.review-company img:hover {
    border-color: #F36523;
    transform: scale(.9);
    box-shadow: 0 0 15px rgba(255, 144, 2, 0.4);
    cursor: pointer;
}

.feedback-box{
    position: relative;
}
.play-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.owl-carousel .owl-item .play-btn img{
    width: 80px;
}
/*Achievement*/
.achievement{
    background: url('../images/achievement.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
}
.achievement-box{
    text-align: center;
}
.achievement-box img{
    width: 60px;
}

/*Service*/
.services{
    background: url('../images/service-bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
}
.services-box{
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #F36523;
    background: #fff;
    height: 100%;
    display: block;
    text-align: center;
    transition: 0.3s;
}
.services-box img{
    width: 60px;
}
.services-box label {
    margin-top: 10px;
    display: block;
    font-family: 'Chivo-Medium';
    font-size: 1.1rem;
}
.services-box p{
    color: #575757;
}
.services-box:hover{
    background: #F36523;
    color: #fff;
}
.services-box:hover p{
    color: #fff;
}
.services-box:hover img {
     filter: brightness(0) invert(1);
}

/*Accordion CSS*/
.accordion-flush .accordion-item .accordion-button {
    border: 1px solid #F36523;
}
.accordion-button{
    padding: .5rem 1.25rem;
    border-radius: 7px !important;
    margin-bottom: 10px;
}
.accordion-button::after{
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}
.accordion-button:not(.collapsed) {
    color: #F36523;
    background-color: #fff;
}
.accordion-flush .accordion-item {
    background: transparent;
}
.why-us{
    background: #dee3fa;
    background: linear-gradient(90deg,rgba(222, 227, 250, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(222, 227, 250, 1) 100%);
}

/*certified-companies*/
.certified-companies{
    display: flex;
}
.certified-companies .left-section{
    width: 30%;
    background: #F36523;
    padding: 20px;
    align-content: center;
}
.certified-companies .right-section{
    width: 70%;
    background: #FFEDEE;
    padding: 50px 70px;
}
.certified-companies .right-section img {
    border-radius: 8px;
    transition: all 0.4s ease;
}

.certified-companies .right-section img:hover {
    transform: scale(1.05);
}
/*case-study*/
.case-study-btn{
    background: #FFC666;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 7px;
    transition: 0.3s;
}
.case-study-btn:hover{
    background: #F36523;
    color: #fff;
}
.case-study-stats{
    border-radius: 15px;
    border: 1px solid #FFC666;
    padding: 15px;
    text-align: center;
    height: 100%;
}
.case-studies p{
    color: #575757;
}
.left-content{
    padding: 40px;
    text-align: center;
}
.right-content{
    padding: 40px;
    border-left: 1px solid #ccc;
}
.nav-pills .nav-link img {
    width: 150px;
}
.nav-pills .nav-link{
    border-bottom: 4px solid transparent;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent;
    border-bottom: 4px solid #F36523;
    border-radius: 0;
}
.nav.nav-pills{
    border-bottom: 1px solid #ccc;
    align-items: end;
    justify-content: center;
}

/*FAQ*/
.gray-gradient{
    background: #F1F1F1;
    background: linear-gradient(90deg,rgba(241, 241, 241, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(241, 241, 241, 1) 100%);
}

/*Reviews*/
.review-stars i{
    color: #F6BB06;
}
.review-box{
    border-radius: 15px;
    border: 1px solid #F36523;
}
.review-name{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.g-icon{
    margin-right: 10px;
}
.owl-carousel .owl-item .g-icon img{
    width: 25px;
}
.review{
    background: url('../images/review-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

/*Footer*/
footer{
  background: url('../images/footer-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 40px;
}
.footer-logo{
  width: 130px;
  margin-bottom: 15px;
}
footer h4{
  font-family: 'Chivo-Bold';
  color: #fff;
  font-size: 1.3rem;
}
footer ul{
  margin: 0;
  padding: 0;
}
footer ul li{
  list-style: none;
  margin-bottom: 10px;
}
footer ul li a{
  color: #fff;
  transition: 0.3s;
  position: relative;
  padding-left: 20px;
}
footer ul li a:before{
    content: '\f058';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    color: #F36523;
    left: 0;
    top: 0px;
    font-size: .9rem;
}
footer ul li a:hover{
  color: #F36523;
}
.socail-links a{
    color: #fff;
    margin-right: 10px;
    font-size: 1.2rem;
    transition: 0.3s;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    transition: 0.3s;
}
.socail-links a:hover{
  color: #fff;
  background: #F36523;
}

/*Float Help Icons CSS and Animation*/
.help-box{
    position: fixed;
    right: 20px;
    bottom: 200px;
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #F36523;
    font-size: 14px;
    display: flex;
    align-items: center;
    z-index: 2;
}
.help-btn-box a img{
    width: 22px;
}
.help-icon{
    width:60px;
    height:60px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    display: inline-block;
    text-align: center;
    line-height: 60px;
    animation: bounceUp 2s infinite ease-in-out;
}
.help-icon img{
    width: 35px;
}
.help-btn-box {
    text-align: center;
    margin-right: 10px;
    display: none;
}

.help-btn-box a{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 6px 10px;
    display: inline-block;
}
.help-btn-box a.wapp-bdr {
    border: 1px solid #4caf50;
}
.help-btn-box a.call-bdr {
    border: 1px solid #0da8ef;
}

@keyframes bounceUp {
  0%, 100% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(-6px); /* kitna bounce ho adjust kar sakte ho */
  }
}

/*Fixed Header*/
.navbar.sticky {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 11;
    background: #000 !important;
    top: 0;
    padding: 6px 0;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 42%);
}
/*Modal CSS*/
.modal .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto;
    position: absolute;
    right: -30px;
    top: -13px;
    background-color: #fff;
    opacity: 1;
    background-size: 10px;
    border-radius: 50%;
}
#VideoModal .modal-body {
    background: rgb(0, 0, 0);
    margin-bottom: -15px;
}

.service-box{
    height: 100%;
    padding: 25px 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-radius: 15px;
    background: #fff;
}
.service-box .service-img {
   display: block;
   border-radius: 15px;
}
.service-box .service-img img {
   border-radius: 15px;
}
.service-box .service-title {
   display: block;
   padding-top: 15px;
}
.service-box h5 {
    font-family: 'Chivo-Medium';
    font-size: 1.1rem;
    color: #212121;
    margin-top: 10px;
}
.service-box:hover{
    cursor: pointer;
    background: #F36523;
    color: #fff;
}
.service-box:hover h5{
    color: #fff;
}
.service-box:hover .service-title {
    color: #fff;
}
.service-box:hover p a{
    color: #fff;
}

/*Popup Form CSS*/
.bg-gray{
    background: #242424;
    color: #fff;
    border: 1px solid #3d3d3d;
}
.popup-form-box .form-control{
    background: transparent;
    border: 1px solid #767676;
    font-size: 0.9rem;
    color: #fff;
}
.popup-form-box .form-select{
    background: transparent;
    border: 1px solid #767676;
    font-size: 0.9rem;
    color: #767676;
}
.popup-form-box .form-select {
    padding-right: 40px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23767676' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}
.popup-text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
}

.industry{
    padding: 50px 0;
}
.icon-box{
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border: 1px solid transparent;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    transition: 0.3s;
}
.icon-box:hover{
    box-shadow: none;
    border: 1px solid #F36523;
}
.icon-box img{
    width: 45px;
}
.icon-box img{
    transition: transform .2s;
}
.icon-box:hover img {
    transform: scale(1.2);
}

/*Blog*/
.blog{
    padding: 50px 0;
    background: url('../images/blog-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-box{
    position: relative;
    border-radius: 15px;
}
.blog-img{
  overflow: hidden;  
  border-radius: 15px;
  display: block;
}
.blog-img img{
    transition: transform .2s;
    height: 250px;
    object-fit: cover;
}
.blog-box:hover .blog-img img{
    transform: scale(1.1);
}
.blog-box-text{
    padding: 15px;
    background: #fff;
    border-radius: 15px;
}
.blog-box-text a{
    margin-top: 10px;
    font-size: 16px;
    display: block;
}

/*Testimonial CSS*/
#testmonialSlider .carousel-caption{
    position: relative;
    color: #000;
    left: 0;
    right: 0;
    text-align: center;
}
#testmonialSlider .carousel-caption{
    position: relative;
    color: #000;
}
#testmonialSlider .carousel-caption p{
    font-style: italic;
}
#testmonialSlider .carousel-caption h5{
    color: #F36523;
}
.comma{
    width: 50px;
    display: inline-block;
    margin: 15px 0;
}
#testmonialSlider .carousel-item{
    text-align: center;
}
#testmonialSlider .carousel-indicators [data-bs-target] {
    background-color: #F36523;
}

/*Clients*/
.client-logo{
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
}
.client-logo img{
    border-radius: 10px;
}

/*Contact Form*/
.contact-form {
    display: flex;
}
.contact-form .left-section {
    width: 50%;
    background: #F36523;
    padding: 60px;
    align-content: center;
}
.contact-form .right-section {
    width: 50%;
}
.contact-form .left-section .common-btn{
    background: #002C42;
}
.contact-box{
    height: 100%;
    padding: 25px 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-radius: 15px;
    background: #fff;
}
.contact-box img{
    width: 50px;
}

/*Media Query*/

@media only screen and (max-width: 1024px) and (min-width: 768px) {
     .owl-prev{
        left: 0;
    }
    .owl-next{
        right: 0;
    }
    .review-company{
        position: relative;
        background: #000;
        z-index: 1;
    }
    #BannerSlider .carousel-item{
        height: 350px;
        overflow: hover;
    }
    #BannerSlider .carousel-item img{
        height: 350px;
        object-fit: cover;
        object-position: 80%;
    }
    #BannerSlider .carousel-caption h1 {
        font-size: 32px;
    }
    #BannerSlider .carousel-caption p {
        font-size: 21px;
    }
    .top-links{
        display: none;
    }
    .mobile-menu {
        position: fixed;
        top: 0;
        right: -300px; /* menu hidden outside screen */
        width: 300px;
        height: 100vh;
        background: #fff;
        padding: 80px 20px;
        transition: all 0.4s ease;
        box-shadow: -2px 0 10px rgba(0,0,0,0.1);
      }
      .navbar-light .navbar-toggler {
            background: #fff;
        }

      .mobile-menu.show {
        right: 0; /* slide-in */
        background: #000;
      }
      .navbar {
            top: 0;
        }

      .navbar-toggler {
        z-index: 9999; /* toggle button visible above menu */
      }
      /* Default: Hamburger */
        .navbar-toggler-icon {
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        }

        /* When Open: Show Cross */
        .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
          background-image: none !important;
          position: relative;
        }

        /* Cross Lines */
        .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before,
        .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
          content: "";
          position: absolute;
          width: 22px;
          height: 2px;
          background-color: #000; /* white chahiye? #fff */
          left: 0;
          right: 0;
          margin: auto;
          top: 50%;
        }

        .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
          transform: rotate(45deg);
        }

        .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
          transform: rotate(-45deg);
        }

        /* Smooth Rotation Effect */
        .navbar-toggler-icon,
        .navbar-toggler-icon::before,
        .navbar-toggler-icon::after {
          transition: 0.3s ease-in-out;
        }


        .certified-companies{
            display: block;
        }
        .certified-companies .left-section {
            width: 100%;
        }
        .certified-companies .right-section {
            width: 100%;
            padding: 40px 20px;
        }
        #BannerSlider .carousel-caption {
            top: 20%;
        }
        #BannerSlider .carousel-indicators{
            display: none;
        }
        .contact-form{
            display: block;
        }
        .contact-form .left-section{
            width: 100%;
        }
        .contact-form .right-section{
            width: 100%;
        }

}

@media (max-width: 767.98px) {
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
    }
    .owl-prev{
        left: 0;
    }
    .owl-next{
        right: 0;
    }
    .review-company{
        position: relative;
        background: #000;
        z-index: 1;
    }
    #BannerSlider .carousel-item{
        height: 550px;
        overflow: hidden;
    }
    #BannerSlider .carousel-item img{
        height: 550px;
        object-fit: cover;
        object-position: 80%;
    }
    #BannerSlider .carousel-caption h1 {
        font-size: 26px;
    }
    #BannerSlider .carousel-caption p {
        font-size: 16px;
    }
    .top-links{
        display: none;
    }
    .mobile-menu {
        position: fixed;
        top: 0;
        right: -300px; /* menu hidden outside screen */
        width: 300px;
        height: 100vh;
        background: #fff;
        padding: 80px 20px;
        transition: all 0.4s ease;
        box-shadow: -2px 0 10px rgba(0,0,0,0.1);
      }
      .navbar-light .navbar-toggler {
            background: #fff;
        }

      .mobile-menu.show {
        right: 0; /* slide-in */
        background: #000;
      }

      .navbar-toggler {
        z-index: 9999; /* toggle button visible above menu */
      }
      /* Default: Hamburger */
        .navbar-toggler-icon {
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        }

        /* When Open: Show Cross */
        .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
          background-image: none !important;
          position: relative;
        }

        /* Cross Lines */
        .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before,
        .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
          content: "";
          position: absolute;
          width: 22px;
          height: 2px;
          background-color: #000; /* white chahiye? #fff */
          left: 0;
          right: 0;
          margin: auto;
          top: 50%;
        }

        .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
          transform: rotate(45deg);
        }

        .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
          transform: rotate(-45deg);
        }

        /* Smooth Rotation Effect */
        .navbar-toggler-icon,
        .navbar-toggler-icon::before,
        .navbar-toggler-icon::after {
          transition: 0.3s ease-in-out;
        }


        .certified-companies{
            display: block;
        }
        .certified-companies .left-section {
            width: 100%;
        }
        .certified-companies .right-section {
            width: 100%;
            padding: 40px 20px;
        }
        .navbar {
            top: 0;
        }
        #BannerSlider .carousel-caption {
            top: 20%;
        }
        #BannerSlider .carousel-indicators{
            display: none;
        }
        .navbar .container {
            border: 1px solid #000;
            padding: 10px;
            background: rgb(0 0 0 / 60%);
            border-radius: 0px;
        }
        .navbar{
            background: #000;
        }
        .contact-form{
            display: block;
        }
        .contact-form .left-section{
            width: 100%;
            padding: 15px;
        }
        .contact-form .right-section{
            width: 100%;
        }
        .industry-box {
            padding: 15px 15px;
            min-width: auto;
        }

}