/* ===================================== */
/*             min width                 */
/* ===================================== */
@media (min-width: 576px) {
  .row:not(.g-0),
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 24px;
  }
}
@media(min-width: 991.65px){
    .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .navbar .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background: #fff;
    padding: 12px 0;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-top: 2px solid var(--bs-primary);
    min-width: 200px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 18px 6px;
  }
  .img_container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    }
  .img_container {
    clip-path: ellipse(100% 100% at 100% 50%);
   }
  .img_container {
    right: calc((100vw - 960px) / -2);
   }
    .working_team_swiper {
    margin-right: -27vw;  
    padding-right: 27vw;   
  }
  .media_content_block.padding-left .block_left{
    padding-left: 20px;
  }
  .media_content_block.padding-right .block_left{
    padding-right: 20px;
  }
  .teamSwiper .team-card .img_block img{
    height: 250px;
  }
  .mobile-inner-btn{
    display: none;
    }
    
}
@media (min-width: 1200px) {
    /* global */
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1160px;
    }
    .img_container {
      right: calc((100vw - 1160px) / -2);
    }
    /* .service_hero_banner .img_block{
        padding-left: 40px;
    } */
    .media_content_block.padding-right .block_left{
        padding-right: 40px;
    }
    .media_content_block.padding-left .block_left{
        padding-left: 40px;
    }
    .odd_even_section.image-second .img_block{
        padding-left: 20px;

    }
    .odd_even_section.image-first .img_block{
        padding-right: 20px;
    }
    .aboutus_banner h1{
        line-height: 54px;
    }
    .swiper.teamSwiper{
        padding: 0 50px;
    }
    .cta_section {
        padding-bottom: 80px;
        padding-top: unset;
        height: 400px;
    }
    .cta_section .container,
    .cta_section .row{
        height: 100%;
    }
    .cta_section .row{
        align-items: end;
    }

}
@media(min-width: 1400px){
    /* global */
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 1272px;
    }
    .navbar-nav .nav-item a{
        font-size: 18px;
    }
    .img_container {
      right: calc((100vw - 1272px) / -2);
    }
    .hero_banner .banner_content_column{
      padding-top: 171px;
      padding-bottom: 172px;
    }
    .how_step_outer_wrapper{
        gap: 60px; 
    }
    .how-step-wrapper:not(:last-child)::after {
        right: calc(0% - 38px);
    }
    .service_simple_process .how_step_outer_wrapper{
        gap: 0px; 
    }
    .service_simple_process .how-step-wrapper:not(:last-child)::after {
        right: calc(-40% + 40px);
        top: 20%;
        transform: translateY(-25%);
    }
    .service_simple_process.how-it-works-section{
        padding-top: 112px;
        padding-bottom: 112px;
    }
    .row.collection_row:not(.g-0){
        --bs-gutter-x: 34px;
    }
    .accepted-list {
        gap: 16px 40px;
    }
    .swiper.teamSwiper{
        padding: 0 72px;
    }
    .media_content_block.padding-right .block_left{
        padding-right: 50px;
    }
    .media_content_block.padding-left .block_left{
        padding-left: 50px;
    }
}
@media(min-width: 1500px){
    .working_team_swiper {
        margin-right: -20vw;  
        padding-right: 20vw;   
    }
    .service_hero_banner .bg_element{
        top: -150px;
    }
    .service_hero_banner .bg_element img{
        width: 800px;
    }
}
@media (min-width: 2000px) {
    .working_team_swiper {
        margin-right: 0vw;
        padding-right: 0vw;
    }
}
/* ===================================== */
/*             max width                 */
/* ===================================== */
@media(max-width: 1399px){
  .navbar_wrapper .navbar-brand{
    margin-right: 14px;  
  }
  .custom-navbar .container{
    gap: 0px;
  }
  .accepted-list img{
    max-width: 28px;
  }
}
@media(max-width: 1199px){
    /* global */
    .h1,
    h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .h2,
    h2 {
        font-size: 36px;
        line-height: 36px;
    }
    /* header  */
    .navbar_wrapper .header-actions .btn.btn-primary{
        padding-left: 14px;
        padding-right: 14px;
        font-size: 14px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 18px 4px;
    }
    /* .navbar_wrapper .navbar-brand{
        margin-right: 0px;
        max-width: 110px;
    }  */
    .navbar .header-actions .call-btn{
        border: 1px solid var(--bs-primary);
        padding-left: 8px;
        padding-right: 8px;
        justify-content: center;
        max-height: 44.19px;
    }
    .navbar .header-actions .call-btn svg{
        margin-right: 0px;
        width: 20px;
    }
    /* hero banner */
    .hero_banner .banner_content_column{
        padding-top: 110px;
        padding-bottom: 110px;
    }
    .image-content-section .content_wrapper{
        padding-left: 0;
    }
    .image-content-section{
        padding-top: 80px;
        padding-bottom: 80px;  
    }
    .icon-box{
        width: 72px;
        height: 72px;
    }
    .icon-box img {
        max-width: 40px;
        height: auto;
    }
    .sector-section{
        padding-top: 80px;
    }
    .collection_row {
        row-gap: 50px;
    }
    .accepted-list {
        gap: 10px 16px;
    }
   .teamSwiper .swiper-button-next.team-next.swiper-button-disabled,
    .teamSwiper .swiper-button-prev.team-prev.swiper-button-disabled{
        opacity: 0.5;
    }
    .teamSwiper .team-card {
        max-width: 250px;
    }

}
@media(max-width: 991px){
    .padding-80{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .custom-navbar{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .dropdown-menu{
        /* border-width: 0px; */
        border-top-width: 2px;
        border-top-color: var(--bs-primary);
    }
    .offcanvas-header{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .btn-close {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EE2225'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
        filter: none;
        opacity: 0.8 !important;
    }
    .offcanvas-button-wrapper .header-phone .call-icon-text{
        color: var(--bs-primary);
    }
    .navbar-nav .nav-item.offcanvas-button-wrapper a.header-phone{
        padding: 18px 0;
        gap: 10px;
    }
    .navbar-nav .nav-item.offcanvas-button-wrapper a.header-phone svg{
        width: 20px;
    }
    .navbar-nav .nav-item.offcanvas-button-wrapper a.btn-quote{
        margin-top: 10px;
        color: #FFFFFF;
    }
    .navbar-nav .nav-item.offcanvas-button-wrapper a.btn-quote:hover{
        color: var(--bs-primary);
    }
    .navbar-nav .nav-item a.dropdown-item{
        padding: 14px 18px;
        text-wrap-mode: wrap;
    }
    .navbar .header-actions .call-btn{
        padding: 6px 14px;
    }
    .navbar .header-actions .call-btn svg{
        width: 18px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        justify-content: space-between;
    }
    .navbar .header-actions .call-btn{
        background-color: var(--bs-primary);
    }
    .navbar .header-actions .call-btn:hover svg path{
        stroke: var(--bs-white);
    }
    .dropdown-toggle-icon .dropdown-icon {
        transition: transform 0.3s ease;
    }
    .nav-item.dropdown.show
    .dropdown-toggle-icon .dropdown-icon {
        transform: rotate(180deg);
    }
    .hero_banner .banner_content_column{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .hero_banner .dual_button_wrapper {
        margin-top: 24px;
        column-gap: 16px;
    }
    
    .comprehensive_section {
        padding-bottom: 30px !important;
    }
    .how_step_outer_wrapper .how-step{
        justify-content: center;
        max-width: 317px;
    }
    .how_step_outer_wrapper {
        gap: 55px;
    }
    .how-step-wrapper{
        flex: auto;
        /* max-width: 317px; */
        /* position: relative; */
        display: flex;
        justify-content: center;
    }
    .how-step-wrapper:not(:last-child)::after {
        left: 50%;
        top: unset;
        bottom: -85px;
        transform: translateX(-50%) rotate(90deg);
        transform-origin: center;
    }
    .who_we_work .intro_box{
        min-width: 320px;
        max-width: 380px;
    }
    .working_team_swiper .swiper-slide {
        width: 100%;
        max-width: 100%; 
    }
    .footer-top .menu-col{
        padding: 0px 12px !important;
    }
    .who_we_work .intro_box {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 32px;
    }
    
    .who_we_work_outer_wrap {
        flex-direction: column;
    }
    .service_hero_banner{
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .service_hero_banner .mobile_img img{
        max-height: 400px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .service_hero_banner .content_block{
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .service_hero_banner .dual_button_wrapper{
        margin-top: 24px;
    }
    .collection_row {
        row-gap: 38px;
    }
    .collection_section .collection_label h5{
        font-size: 20px;
    }
    .testimonial_section{
        padding: 50px 0 30px;
    }
    .team-section .swiper-slide{
        display: flex;
        justify-content: center;
    }
    .aboutus_banner .dual_button_wrapper{
        margin-top: 24px;
    }
    .location_hero_banner .map_block iframe{
        height: 280px;
        border-radius: 8px;
        width: 100%;
    }
    .location_hero_banner {
        padding: 50px 0;
    }
    .location_hero_banner .dual_button_wrapper {
        margin-top: 24px;
    }
    .post_inner_wrapper{
        max-width: 400px;
    }
    .blog_post_wrapper .row{
        row-gap: 24px;
    }
    .step-title {
        font-size: 20px;
        text-align: start;
    }
    .service_simple_process .step-title {
        text-align: start;
    }
    .blog_banner .bg_element{
        bottom: 0px;
    }
}
@media(max-width: 767px){
    /* global  */
    .h1,
    h1 {
        font-size: 32px;
        line-height: 34px;
    }
    .h2,
    h2 {
        font-size: 28px;
        line-height: 34px;
    }
    /* hero banner  */
    .hero_banner p{
        font-size: 18px;
    }
    
    .testimonial_header .google-review-box .btn.btn-primary{
        margin-top: 24px;
    }
    .testimonial-card{
        flex: auto;
    }
    .testimonial_section .heading_wrapper{
        margin-bottom: 24px;
    }
    .testimonial-row {
        padding-bottom: 30px;
    }
    .why_us .why_us_wrapper h5{
        font-size: 22px;
    }
    .why_us .why_us_wrapper{
        gap: 32px;
    }
    .why_us .why_us_row{
        margin-bottom: 32px;
    }
    .comprehensive_section {
        padding-top: 30px !important;
    }
    .comprehensive_wrapper{
        gap: 24px;
    }
    .image-content-section{
        padding-top: 50px;
        padding-bottom: 50px;  
    }
    .how-it-works-section {
        padding: 55px 0;
    }
    .how-works-top-container {
        margin-bottom: 18px;
    }
    .sector-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .who_we_work_outer_wrap{
        flex-direction: column;
        gap: 24px;
    }
    .who_we_work .intro_box{
        min-width: 270px;
        max-width: 100%;
    }
    .working_team_swiper .swiper-slide {
        max-width: 100%; 
    }
   .team_card .card_body .card_body_header{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: start !important;
        gap: 8px;
   }
   .team_card .card_body {
        padding: 0 8px;
    }
    .cta_section{
        padding-top: 60px;
        padding-bottom: 60px;

    }
    .cta_section .dual_button_wrapper{
        margin-top: 24px;
    }
    .features_section .feature_wrapper p{
        max-width: 460px;
        margin: auto;
    }
    .accepted-list {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }
    footer{
        padding-top: 65px;
        padding-bottom: 20px;
    }
    .footer-top{
        padding-bottom: 20px;
    } 
    .footer-bottom{
        padding-top: 20px;
    }
    .step-title{
        font-size: 20px;
    }
    .faq_section .accordion-body {
        padding-right: 35px;
        padding-left: 20px;
    }
    .faq_section .accordion-header .accordion-button{
        padding: 12px 20px;
    }
    .what_we_dosection .item_wrapper .icon{
        width: 72px;
        height: 72px;
    }
    .what_we_dosection .row:not(.g-0) {
        --bs-gutter-x: 24px;
    }
    .what_we_dosection .row{
        row-gap: 32px;
    }
    .location_hero_banner .bg_element {
        top: 100px;
    }
    .blog_post_wrapper{
        padding-top: 10px;
        padding-bottom: 80px;
    }
    .blog_post_wrapper.category_blog{
        padding-top: 60px;
    }
    .comprehensive_section .image-block img{
        height: 200px;
        max-height: 100%;
    }
    .contact-details-sec .icon img{
        min-width: 26px;
    }
}
@media(max-width: 575px){
    /* global */
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        --bs-gutter-x: 48px;
    }
    .hero_banner .banner_content_column{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .testimonial_header{
        padding: 24px 18px;
    }
    .cta_section::before {
        background: linear-gradient(90deg, #292C7D 13.63%, rgba(41, 44, 125, 0.954304) 21.89%, rgba(41, 44, 125, 0.848099) 47.52%, rgba(41, 44, 125, 0) 100.91%);
    }
    .privacy-rule{
        display: flex;
        gap: 15px;
    }
    .footer-bottom p{
        text-align: center;
    }
    .footer-nav {
        grid-template-columns: 1fr;
    }
    .collection_wrapper h2{
        margin-bottom: 28px;
    }
    .contact-details-sec .icon{
        width: 24px;
        min-width: 24px;
    }
    .contact-details-sec li{
        font-size: 18px;
        gap: 8px;
        margin-bottom: 18px;
    }
}
@media(max-width: 574px){
    .btn {
        --bs-btn-font-size: 16px;
    }
    .btn svg{
        width: 18px;
    }
    footer .nav-link,
    footer .nav-item,
    footer .nav-item a {
    font-size: 15px;
    }
}
@media(max-width: 357px){
    .testimonial_header .google-review-box .btn.btn-primary{
        padding: 12px 16px;
        font-size: 16px;
    }
}

/* ====================== */

@media(min-width: 992px) and (max-width: 1199px){
     .service_simple_process .how-step-wrapper:not(:last-child)::after {
        right: calc(-40% + 20px);
        top: 15%;
        max-width: 220px;
    }
}