/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Theme for KG Group
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* Always show a search icon, hide "Search" text completely */
.elementor-nav-menu .menu-item.search > a,
.elementor-nav-menu--dropdown .menu-item.search > a {
  position: relative !important;
  color: #000000;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;  /* adjust for your header height */
  padding-right: 50px !important;
  overflow: hidden !important;
  text-indent: -9999px !important; /* hides "Search" text */
  white-space: nowrap !important;
}

/* Force the icon to display regardless of Elementor styles */
.elementor-nav-menu .menu-item.search > a::before,
.elementor-nav-menu--dropdown .menu-item.search > a::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  margin: auto !important;
  width: 20px !important;
  height: 20px !important;
  background-color: #000 !important;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2a8 8 0 015.66 13.66l4.34 4.34a1 1 0 01-1.41 1.41l-4.34-4.34A8 8 0 1110 2zm0 2a6 6 0 100 12 6 6 0 000-12z"/></svg>') no-repeat center / contain !important;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2a8 8 0 015.66 13.66l4.34 4.34a1 1 0 01-1.41 1.41l-4.34-4.34A8 8 0 1110 2zm0 2a6 6 0 100 12 6 6 0 000-12z"/></svg>') no-repeat center / contain !important;

  opacity: 1 !important;
  visibility: visible !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  pointer-events: none !important;
  transition: none !important;
  z-index: 5 !important;
}

/* Kill Elementor's pointer pseudo-elements which hide ours */
.elementor-nav-menu .menu-item.search > a::after,
.elementor-nav-menu--dropdown .menu-item.search > a::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Optional hover: slightly scale up */
.elementor-nav-menu .menu-item.search > a:hover::before,
.elementor-nav-menu--dropdown .menu-item.search > a:hover::before {
  transform: scale(1.1) !important;
  background-color: #333 !important;
}


/* Completely hide the "Search" text but keep it accessible for screen readers */
.elementor-nav-menu .menu-item.search > a,
.elementor-nav-menu--dropdown .menu-item.search > a {
  color: transparent !important;   /* hides visible text color */
  text-indent: -9999px !important; /* pushes text offscreen */
  line-height: 0 !important;
  font-size: 0 !important;
}

/* Optional: keep screen-reader accessibility */
.elementor-nav-menu .menu-item.search > a::after {
  content: "Search"; /* label for screen readers */
  position: absolute;
  left: -9999px;
}


html {
    scroll-behavior: smooth !important;
}

a:focus {
    outline: none;
}

#icon-block-flip .elementor-icon-list-items .elementor-icon-list-item {
    flex-direction: row-reverse;
}

#icon-block-flip .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
    margin-left: 10px;
}

.home_scroll_list::-webkit-scrollbar {
    width: 4px;
}


/* Homepage List scroll */
.home_scroll_list::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #D9D9D9;
}

.home_scroll_list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #292929;
}

.home_scroll_list {
    height: 172px;
    overflow: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth !important;
}

.home_scroll_list p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0px;
    color: #898989;
}

.overlay-custom-popup .popup-right {
    overflow-y: auto; 
    overflow-x: hidden; 
    max-height: 100%;
}

.overlay-custom-popup .popup-right::-webkit-scrollbar {
    width: 8px; 
    height: 8px; 
}

.overlay-custom-popup .popup-right::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px; 
    background:  #292929;
}

.overlay-custom-popup .popup-right::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
    background: #686868; 
}

/* Homepage List No-scroll */
.home_scroll_lists {
    height: 172px;
    overflow: hidden;
}

.home_scroll_lists p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0px;
    color: #898989;
}

.custom-slider .single_our_people_img {
    border-radius: 3px;
    width: 100%;
    height: 570px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-slider .swiper-scrollbar {
    position: relative !important;
    left: 0px !important;
    bottom: 0px !important;
    top: 0px !important;
    height: 4px !important;
    width: 100% !important;
    margin-top: 54px;
    border-radius: 1px;
    background: #D9D9D9 !important;
}

.custom-slider .swiper-scrollbar .swiper-scrollbar-drag {
    background: #262626;
}

.custom-slider .swiper-paginations {
    max-width: fit-content;
    margin: 0 auto;
    margin-top: 16px;
    position: relative !important;
    left: 0px !important;
    bottom: 0px !important;
    top: 0px !important;
    color: #292929;
    font-weight: 500;
    line-height: 160%;
    font-size: 16px;
}




/* footer custom css */
.custom-footer-slider .single_custom_footer {
    border-radius: 3px;
    width: 100%;
    height: 570px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-footer-slider .swiper-scrollbar {
    position: relative !important;
    left: 0px !important;
    bottom: 0px !important;
    top: 0px !important;
    height: 4px !important;
    width: 100% !important;
    margin-top: 54px;
    border-radius: 1px;
    background: #D9D9D9 !important;
}

.custom-footer-slider .swiper-scrollbar .swiper-scrollbar-drag {
    background: #262626;
}

.custom-footer-slider .swiper-topbar-block {
    max-width: 1400px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-footer-slider .swiper-container-footer-business-titles {
    margin: 0;
    width: 60%;
}

.custom-footer-slider .swiper-wrappers .swiper-slide {
    width: fit-content;
    pointer-events: auto !important;
    transition-property: auto !important;
    margin-right: 82px;
}

.custom-footer-slider .swiper-wrappers {
    display: flex;
}

.single_footer_business_title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    color: #4B4B4B;
}

.single_footer_business_title_cont.progressbar-show .single_footer_business_title {
    color: #fff;
}

.single_footer_business_title:hover {
    color: #fff !important;
}

.custom-footer-slider .single_footer_business_title_cont {
    text-align: center;
    display: grid;
    grid-template-columns: max-content;
    gap: 15px;
    cursor: pointer;
}

.custom-footer-slider .custom-arrows {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    max-width: 1440px;
    gap: 15px;
    justify-content: flex-end;
}

.custom-footer-slider .custom-arrows .custom_arrow_prev,
.custom-arrows .custom_arrow_next {
    height: 66px;
    width: 66px;
    border: 1px solid #292929;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #ffffff;
}

.swiper-container-custom-card .custom-arrows .swiper-button-disabled {
    opacity: 0.2;
}

.custom-footer-slider .custom-arrows .custom_arrow_prev .custom_arrow_prevs {
    background-image: url(/wp-content/uploads/2025/01/arrow_left_icon.svg);
    filter: brightness(0) invert(1);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.custom-footer-slider .custom-arrows .custom_arrow_next .custom_arrow_nexts {
    background-image: url(/wp-content/uploads/2025/01/arrow_right_icon.svg);
    filter: brightness(0) invert(1);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.custom-footer-slider .single_footer_business_line {
    position: relative;
    height: 5px;
    background: #4B4B4B;
    width: 100%;
    overflow: hidden;
    display: none;
}

.custom-footer-slider .single_footer_business_title_cont.progressbar-show .single_footer_business_line {
    display: block !important;
}

.custom-footer-slider .single_footer_the_business_line_inner {
    height: 100%;
    background: #fff;
    width: 0%;
    animation: progress-animation 5.8s linear infinite;
    transform-origin: left;
}

@keyframes progress-animation {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.menu-hamburger .elementor-item::after {
    content: '';
    background-image: url(/wp-content/uploads/2025/01/menu_hamburger_icon.svg);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 41px;
    right: -15px;
    filter: brightness(5) invert(1) !important;
    opacity: 1 !important;
}

.mobile-custom-block .menu-hamburger .elementor-item::after {
    content: '';
    background-image: url(/wp-content/uploads/2025/01/menu_hamburger_icon.svg);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    left: 70px;
    filter: brightness(0) invert(1) !important;
    opacity: 1 !important;
}

.swiper-container-custom-card .single_custom_card_cont .single_custom_card_title {
    color: #292929;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.swiper-container-custom-card .single_custom_card_sep {
    width: 100%;
    height: 0.5px;
    background-color: #C5C5C5;
    margin: 8px 0px 10px 0px;
    transition: background-color .4s;
}

.swiper-container-custom-card .single_custom_card-icon-list-text {
    font-size: 16px;
    opacity: 1;
    transition: opacity .4s;
    color: #292929;
    border-color: #ddd;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    margin-right: 10px;
}

.swiper-container-custom-card .single_custom_card-icon-list-icon .e-font-icon-svg.e-fas-arrow-circle-right {
    display: block;
    width: 20px !important;
    height: 20px !important;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
}

.single_custom_three_card_title_link {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0s 0.5s;
}

.effect_three_card-icon-list:hover .single_custom_three_card_title_link {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 14px;
    height: 0px;
    margin-bottom: 10px;
    opacity: 1;
    transition: opacity 0.5s ease, visibility 0s 0s;

}

.single_custom_three_card_title_link .single_custom_three_card-icon-list-text {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    color: #292929;
}

.single_custom_three_card-icon-list-icon .e-font-icon-svg.e-fas-arrow-circle-right {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
}











/* Card custom css */
.swiper-container-custom-card .single_custom_card {
    border-radius: 3px;
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-container-custom-card .custom-arrows {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    max-width: 1440px;
    gap: 15px;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.swiper-container-custom-card .custom-arrows .card_custom_arrow_prev,
.swiper-container-custom-card .custom-arrows .card_custom_arrow_next {
    height: 66px;
    width: 66px;
    border: 1px solid #292929;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.swiper-container-custom-card .custom-arrows .card_custom_arrow_prev .custom_arrow_prevs {
    background-image: url(/wp-content/uploads/2025/01/arrow_left_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
}

.swiper-container-custom-card .custom-arrows .card_custom_arrow_next .custom_arrow_nexts {
    background-image: url(/wp-content/uploads/2025/01/arrow_right_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
}

.swiper-container-custom-card .swiper-slide.swiper-slide-active .single_custom_card {
    height: 443px;
    filter: grayscale(0);
    width: 100%;
    border-radius: 3px;
    margin-top: 0px;
    transition: all .4s;
}

.swiper-container-custom-card .single_custom_card {
    height: 385px;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 16px;
    margin-top: 30px;
    filter: grayscale(1);
    transition: all .4s;
}

.swiper-container-custom-card .swiper-slide.swiper-slide-active {
    width: 425px !important;
}

.swiper-container-custom-card .single_custom_card_cont {
    display: none;
    opacity: 0;
}

.swiper-container-custom-card .swiper-slide-active .single_custom_card_cont {
    display: block;
    opacity: 1;
    transition: all .4s;
}








.ax-group-slider {
    max-width: 1340px;
    padding: 0 50px;
}

.ax-group-slider .ax_group_arrow {
    height: 66px;
    width: 66px;
    border: 1px solid #292929;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.ax-group-slider .ax_group_arrow_prev i {
    background-image: url(/wp-content/uploads/2025/01/arrow_left_icon.svg);
}

.ax-group-slider .ax_group_arrow_next i {
    background-image: url(/wp-content/uploads/2025/01/arrow_right_icon.svg);
}

.ax-group-slider .ax_group_arrow_icon_main {
    left: 50%;
}

.ax-group-slider .ax_group_arrows_cont {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, max-content);
    gap: 35px;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 35px;
}

.ax-group-slider .ax_group_arrow_icon {
    width: 30px;
    height: 8px;
    position: absolute;
    transition: left .4s;
    transform: translateX(-50%);
}

.ax-group-slider .swiper-slide.swiper-slide-active {
    width: 900px;
}

.ax-group-slider .swiper-slide .ax_single_home_report_img {
    height: 600px;
    width: 0px;
    opacity: 1;
    border-radius: 3px;
    transition: all .6s ease-in-out;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ax-group-slider .swiper-slide.swiper-slide-active .ax_single_home_report_img_mobile {
    display: none;
}

.ax-group-slider .single_ax_cont {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 134px;
    max-width: fit-content;
}

.ax-group-slider .single_ax_cont_inner {
    width: 224px;
    display: grid;
    justify-items: center;
}

.ax-group-slider .swiper-slide.swiper-slide-active .btn_icon_ax_cont {
    margin-top: 52px;
    opacity: 1;
    transition: opacity .4s ease-in-out;
}

.ax-group-slider .swiper-slide .btn_icon_ax_cont {
    opacity: 0;
    transition: opacity .4s ease-in-out;
}

.ax-group-slider .ax-button {
    color: #292929;
    border-color: #ddd;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    border: unset;
    background-color: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

.ax-group-slider .ax_icon_title {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 14px;
    position: relative;
    z-index: 3;
}

.ax-group-slider .ax_btn_icon_cont {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background: #292929;
    position: relative;
    overflow: hidden;
}

.ax-group-slider .ax_btn_icon_arrow {
    background-image: url(/wp-content/uploads/2025/01/btn_icon_black.svg) !important;
    position: absolute;
    width: 25px !important;
    height: 25px !important;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.ax-group-slider .swiper-slide.swiper-slide-active .single_ax_cont_title {
    color: #292929;
    font-weight: 700;
}

.ax-group-slider .single_ax_cont_title {
    color: #A7A7A7;
    font-weight: 700;
    width: 280px;
    text-align: center;
    font-size: 28px;
    line-height: 110%;
    margin-bottom: 0px;
    transition: color .4s ease-in-out;
}

.ax-group-slider .ax_bg_contain {
    background-size: contain;
}

.ax-group-slider .swiper-slide.swiper-slide-active .ax_single_home_report_img {
    width: 542px;
    opacity: 1;
}

.ax-group-slider .ax_single_home_report_img {
    width: 0px;
    height: 600px;
    border-radius: 3px;
    opacity: 0;
    transition: all .6s ease-in-out;
    overflow: hidden;
}

.ax-group-slider .ax_single_home_report_img_mobile {
    display: none;
}

.ax-group-slider .swiper-button-disabled {
    opacity: 0.2;
}




.card-slider-custom-box {
    position: relative;
    overflow: hidden !important;
    background: #292929 !important;
    padding: 20px;
}

.card-slider-custom-box .card-slider-custom-box-pagination {
    width: 100%;
    margin-bottom: 35px;
    gap: 26px;
    grid-template-columns: repeat(3, max-content);
    display: grid;
    justify-content: end;
}

.card-slider-custom-box .swiper-button-next-custom,
.swiper-button-prev-custom {
    height: 66px;
    width: 66px;
    border: 1px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.card-slider-custom-box .swiper-button-disabled {
    opacity: 0.2;
}

.card-slider-custom-box .swiper-pagination-custom {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    align-content: center;
}

.card-slider-custom-box .swiper-button-prev-custom {
    background-image: url(/wp-content/uploads/2025/01/arrow_left_icon.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    filter: brightness(1) invert(1);
    height: 30px;
    width: 30px;
    padding: 30px;
    border: 1px solid #000;
}

.card-slider-custom-box .swiper-button-next-custom {
    background-image: url(/wp-content/uploads/2025/01/arrow_right_icon.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    filter: brightness(1) invert(1);
    height: 30px;
    width: 30px;
    padding: 30px;
    border: 1px solid #000;
}















/************* BUSINESS SECTORS CSS **************/

/*kamal css start*/
.swiper_bs_slider {
    display: flex;
    align-items: center;
    width: 100%;
}

.swiper_bs_slider .swiper.swiper-container-footer-business-titles .swiper-wrappers {
    display: flex;
    flex-direction: column;
    gap: 30px;
} 
.swiper_bs_slider .single_custom_footer {
    width: 50%;
    height: 100vh;
    border-radius: 3px 0px 0px 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper_bs_slider .swiper-scrollbar {
    position: relative !important;
    left: 0px !important;
    bottom: 0px !important;
    top: 0px !important;
    height: 4px !important;
    width: 100% !important;
    margin-top: 54px;
    border-radius: 1px;
    background: #D9D9D9 !important;
}

.swiper_bs_slider .swiper-scrollbar .swiper-scrollbar-drag {
    background: #262626;
}

.swiper_bs_slider .swiper-topbar-block {
    max-width: 1400px;
    margin: 0 auto 30px;
    /*    display: flex;*/
    align-items: center;
    justify-content: space-between;
}

.business_sectors_custom_swiper_footer_cont {
    width: 450px;
}

.right-side-bs {
    width: 50% !important;
}


.swiper_bs_slider .swiper-wrappers .swiper-slide {
    width: fit-content;
    pointer-events: auto !important;
    transition-property: auto !important;
    margin-right: 82px;
}

.swiper_bs_slider .single_footer_business_title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    color: #4B4B4B;
}

.swiper_bs_slider .single_bs_business_title_cont.progressbar-show .single_footer_business_title {
    color: #fff;
}

.swiper_bs_slider .single_footer_business_title:hover {
    color: #fff !important;
}

.swiper_bs_slider .single_bs_business_title_cont {
    text-align: center;
    display: grid;
    grid-template-columns: max-content;
    gap: 15px;
    cursor: pointer;
}

.swiper_bs_slider .custom-arrows {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    max-width: 1440px;
    gap: 15px;
    justify-content: flex-end;
}

.swiper_bs_slider .custom-arrows .custom_arrow_prev,
.custom-arrows .custom_arrow_next {
    height: 66px;
    width: 66px;
    border: 1px solid #292929;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #ffffff;
}

.swiper_bs_slider .single_footer_business_line {
    position: relative;
    height: 5px;
    background: #4B4B4B;
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: 10px;
}

.swiper_bs_slider .single_bs_business_title_cont.progressbar-show .single_footer_business_line {
    display: block !important;
}

.swiper_bs_slider .single_footer_the_business_line_inner {
    height: 100%;
    background: #fff;
    width: 0%;
    animation: progress-animation 5.8s linear infinite;
    transform-origin: left;
}


.swiper_bs_slider .custom_bs_title_with_icon svg{
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    margin-top: 4px;
}

.swiper_bs_slider .custom_bs_title_with_icon {
    display: flex;
    gap: 20px;
}

.swiper_bs_slider .swiper-container-footer-business-titles .swiper-wrappers {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 100px;
}
.single_bs_business_title_cont.progressbar-show .custom_bs_title_with_icon svg {
    display: block;
}

.single_bs_business_title_cont .custom_bs_title_with_icon svg {
    display: none;
}

.single_business_sectors_right_care_logo {
    background-repeat: no-repeat;
    height: 100%;
    display: block;
    width: 100%;
    margin: auto;
}
.popup-right-logo-close {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.popup-right-logo-close .popup_header_close_cont {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.popup-right-logo-close .popup_close_icon {
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/01/close_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.popup-right-logo-close .popup_right_header_close_text {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}
.popup-right .custom-popup-button .custom_iconbox_title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-popup_header_close_cont {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin: 30px 25px;
}

.popup_close_icon {
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/01/close_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.popup_right_header_close_text {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}

/* Popup overlay */
.overlay-custom-popup {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    display: flex;
    transition: right 0.5s ease-in-out;
    background: rgba(0, 0, 0, 1);
    z-index: 9;
}

/* Left image section */
.overlay-custom-popup .popup-left {
    width: 50%;
    background: url('https://source.unsplash.com/800x600/?elderly,hospital') center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
}





/* Right text section */
.overlay-custom-popup .popup-right {
    width: 50%;
    background: #222;
    color: white;
    padding: 80px 200px 80px 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}

.overlay-custom-popup .popup-right .popup-open-title {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    color: #fff;
}
.overlay-custom-popup .popup-right .popup-open-title-inner_text {
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    color: #fff;
}

.overlay-custom-popup .popup-right .popup-open_main_p_cont {
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
}
.overlay-custom-popup .popup-right .popup_sectors_right_sep_line {
    width: 100%;
    height: 1px;
    margin-top: 90px;
    margin-bottom: 20px;
    border: 0.1px solid #4B4B4B;
}

.overlay-custom-popup .popup-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* Close button */
.overlay-custom-popup .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 20px;
    cursor: pointer;
    color: white;
    background: none;
    border: none;
}

/* Show popup */
.overlay-custom-popup.active {
    right: 0;
}


.popup-right .custom-popup_right_content_inner_cont {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: space-between;
    margin-top: 16px;
}

.popup-right .custom-popup_right_care_logo {
    margin: auto;
    width: 134px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    filter: brightness(0) invert(1);
}

.popup-right .custom_main_p_cont {
    max-width: 380px;
}
.popup-right .custom_main_p_cont p {
    margin: 0;
}

.popup-right .custom-popup-button {
    grid-column: 2 / 3;
    margin-top: 25px;
}
.popup-right  .custom_business_sectors_right_content_inner_btn {
    text-decoration: unset;
    border-radius: 37px;
    border: 1px solid #797979;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    align-items: center;
    gap: 20px;
    justify-content: center;
    padding: 18px;
    margin-top: 90px;
    margin-bottom: 66px;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}

.popup-right  .custom_business_sectorsbtn_icon {
    background-image: url(/wp-content/uploads/2025/01/btn_icon.svg);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.popup-right .custom-popup_right_content_inner_cont .popup-open-title-inner_p {
    max-width: 380px;
}


.business_sectors_custom_left_cont {
    height: 100vh;
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    align-content: center;
}

.business_sectors_custom_swiper_cont {
    height: 368px;
}

.swiper.swiper-container-business-sectors-titles.swiper-fade.swiper-initialized.swiper-horizontal.swiper-watch-progress.swiper-backface-hidden {
    max-height: 40px;
    overflow: visible;
}

.business_sectors_custom_swiper_img_cont {
    position: absolute;
    top: 0px;
    left: 612px;
    height: 100%;
    width: 100%;
    transition: left .6s ease-in-out;
    z-index: 20;
}

.business_sectors_custom_img_cont {
    width: 100%;
    height: 100vh;
    border-radius: 3px 0px 0px 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.business_sectors_custom_title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    color: #4B4B4B;
    transition: color .2s;
    text-decoration: unset;
}

.main_p_cont.text_color_white {
    max-width: 450px;
    margin-top: 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
}

.swiper-container-business-sectors-titles .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/*kamal css end*/














.mobile-box-business_sectors_mobile {
    padding: 60px 25px;
}
.mobile-box-business_sectors_mobile .home_mobile-box-business_sectors_mobile_img {
    width: 100%;
    height: 320px;
    border-radius: 3px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mobile-box-business_sectors_mobile .home_mobile-box-business_sectors_mobile_title_cont {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 14px;
    align-items: center;
    margin-bottom: 15px;
}

.mobile-box-business_sectors_mobile .home_mobile-box-business_sectors_mobile_title {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    color: #fff;
}

.mobile-box-business_sectors_mobile .mobile-box-business_main_p_cont {
    color: #797979;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}
.mobile-box-business_sectors_mobile .mobile-box-business_journey_arrow_perv {
    background-image: url(/wp-content/uploads/2025/01/arrow_left_icon.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    filter: brightness(1) invert(1);
    height: 30px;
    width: 30px;
    padding: 27px;
    border: 1px solid #000;
    border-radius: 100%;
}

.mobile-box-business_sectors_mobile .mobile-box-business_journey_arrow_next {
    background-image: url(/wp-content/uploads/2025/01/arrow_right_icon.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    filter: brightness(1) invert(1);
    height: 30px;
    width: 30px;
    padding: 27px;
    border: 1px solid #000;
    border-radius: 100%;
}
.swiper-button-disabled {
    opacity: 0.2;
}

.mobile-box-business_sectors_mobile .swiper_pagination_mobile-box-business {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    align-content: center;
}

.mobile-box-business_sectors_mobile .the_mobile-box-business_arrow_cont {
    width: 100%;
    margin-bottom: 35px;
    gap: 20px;
    grid-template-columns: repeat(3, max-content);
    display: grid;
    justify-content: end;
}
.mobile-box-business_line {
    position: relative;
    height: 4px;
    background: #4B4B4B;
    width: 100%;
    overflow: auto;
    margin-top: 10px;
    display: none;
}
.mobile-box-business_line.progressbar-show-block{
    display: block !important;
}
.mobile-box-business_line_inner {
    height: 100%;
    background: #fff;
    width: 0%;
    animation: progress-animation 5.8s linear infinite;
    transform-origin: left;
}

.mobile-box-business_sectors_mobile {
    display: none;
}
.Desktop-box-business_sectors_desktop {
    display: block;
}

.popup-show-desk {
    display: grid !important;
}
.popup-show-mob {
    display: none !important;
}

@media only screen and (max-width: 1200px) {
    .overlay-custom-popup {
        flex-direction: column;
    }
    .Desktop-box-business_sectors_desktop {
        display: none;
    }
    .mobile-box-business_sectors_mobile {
        display: block;
    }
    .popup-right-logo-close img {
        display: none;
    }
    .popup-right .custom-popup_right_content_inner_cont {
        display: block !important;
    }    
    .popup-right .custom-popup_right_care_logo {
        margin: 0;
    }
    
    .popup-right .custom-popup_right_content_inner_cont .popup-open-title-inner_p {
        color: #797979;
        font-size: 18px;
        font-weight: 500;
        line-height: 140%;
        margin-bottom: 20px;
    }
    .popup-show-desk {
        display: none !important;
    }
    .popup-show-mob {
        display: grid !important;
    }
    .overlay-custom-popup .popup-left {
        width: 100%;
        height: 600px;
    }
    .overlay-custom-popup .popup-right {
        width: 100%;
        height: 60%;
    }
    .overlay-custom-popup .popup-right {
        padding: 20px 100px 20px 100px;
    }
}

.mobile-custom-block .menu-hamburger {
    display: none;
}


@media only screen and (max-width: 768px) {
    .overlay-custom-popup .popup-right .popup-open-title-inner_text br {
        display: none;
    }
    .custom-footer-slider .custom-arrows {
        display: none;
    }
    .overlay-custom-popup .popup-right {
        padding: 20px 20px 20px 20px;
    }
    .custom-footer-slider .swiper-container-footer-business-titles {
        width: 100%;
    }
    .overlay-custom-popup {
        flex-direction: column;
    }
    .swiper_bs_slider .custom-arrows {
        display: none;
    }

    .swiper_bs_slider .swiper-container-footer-business-titles {
        width: 100%;
    }

    .swiper_bs_slider .swiper-wrappers {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 0 20px;
    }
    .overlay-custom-popup .popup-left{
        width: 100%;
        height: 40%;
    }
    .overlay-custom-popup .popup-right {
        width: 100%;
        height: 60%;
    }
    
    .custom-footer-slider .swiper-wrappers {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 0 20px;
    }

    .custom-slider .single_our_people_img {
        height: 335px;
    }

    .custom-slider .swiper-scrollbar {
        margin-top: 20px;
    }

    .custom-slider .swiper-paginations {
        display: none;
    }

    .Menu-mobile-lines .elementor-icon-box-wrapper {
        align-items: center;
    }

    .ax-group-slider .swiper-slide.swiper-slide-active {
        width: 100%;
    }

    .ax-group-slider .single_ax_cont {
        grid-template-columns: 100%;
        align-items: center;
        gap: 35px;
        max-width: 100%;
    }

    .ax-group-slider .single_ax_cont_inner {
        width: 100%;
    }

    .ax-group-slider .swiper-slide.swiper-slide-active .ax_single_home_report_img {
        width: 100%;
    }

    .ax-group-slider .swiper-slide .ax_single_home_report_img {
        height: 400px;
    }

    .mobile-footer-menu .elementor-iconx svg {
        filter: brightness(1) invert(1);
    }

    .mobile-footer-menu .elementor-grid-item {
        display: flex;
        width: 50px;
        gap: 8px;
        margin-left: 10px;
    }

    .mobile-footer-menu .elementor-icon-list-text {
        display: flex;
    }

    .swiper-container-custom-card .single_custom_card_sep {
        background-color: #292929;
    }
    .popup-right .custom_business_sectors_right_content_inner_btn {
        font-size: 17px;
    }
}

@media only screen and (max-width: 600px) {
    .custom-slider .single_our_people_img {
        height: 240px;
    }

    .card-slider-custom-box .elementor-widget-wrap.elementor-element-populated {
        height: 550px;
    }
}

@media only screen and (max-width: 480px) {
    .ax-group-slider .swiper-slide .ax_single_home_report_img {
        height: 250px;
    }
    .popup-right .custom_business_sectors_right_content_inner_btn {
        font-size: 12px;
    }

    .card-slider-custom-box .elementor-widget-wrap.elementor-element-populated {
        height: 550px;
    }
}

