:root{
    --bs-primary-rgb : 76, 158, 234;
    --light-yellow-custom : #FFF8E6;
}

.container{
max-width:1140px !important;
}
body{
font-family:aesthet-nova, serif;
}

.ads_landing_hero .textbg{
    font-family: "aesthet-nova", serif;
    font-size: 18px;
    font-weight: 500;
    /* line-height: 45.22px; */
    text-align: center;
    background:#FFF1C5 !important;
    color: #2F2F2F;
    max-width: max-content;
    padding: 2px 5px;
}
.ads_landing_hero{
background:#F7F5F1;
}

.ads_landing_hero ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom:20px;
}

.ads_landing_hero ul li:not(:has(.hs-error-msg)) {
  position: relative; /* Remove the default marker */
  padding-left: 45px;
  font-weight: light;
  color: #2F2F2F;
  margin-top: 7px;
}

.ads_landing_hero ul li:not(:has(.hs-error-msg))::before {
  content: url('//3947363.fs1.hubspotusercontent-na1.net/hubfs/3947363/raw_assets/public/Keka_2024/images/slice-ads.svg');
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /* Align marker vertically */
}

.hs-form-field input{

width:100%;
}
    .card-body {
        border-radius: 0 0 10px 10px;
        height: auto !important;
    }

.main-strip-ads{
					font-family: "aesthet-nova", serif;
					font-size: 33.5px;
					font-weight: 700;
					line-height: 57.58px;
					color: #3E3E3E;

				}



.ads_landing_banner
.bg-yellow {  
    background-image: url(//3947363.fs1.hubspotusercontent-na1.net/hubfs/3947363/raw_assets/public/Keka_2024/images/Group%20427319253.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ads_landing_banner
.main-strip-ads{
    font-family: "aesthet-nova", serif;
    font-size: 33.5px;
    font-weight: 700;
    line-height: 57.58px;
    color: #fff;
}
.ads_landing_banner a{
    background: #E44C7D;
    font-family: Raleway, sans-serif;
    text-align: center;
  border:none;
}

.ads_landing_hero .textbg{
    font-family: "aesthet-nova", serif;
    font-size: 18px;
    font-weight: 500;
    /* line-height: 45.22px; */
    text-align: center;
    background: linear-gradient(to top, #FFF1C5, transparent);
    color: #302950;
    max-width: max-content;
    padding: 2px 5px;
    background: #FFF1C5;
}
.ads_landing_hero h1{
    font-family: "aesthet-nova", serif;
    color: #2F2F2F;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px; /* 137.5% */
}
.ads_landing_hero .textbgblue{
    font-family: "aesthet-nova", serif;
    color: #2C89E5;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
}
.ads_landing_hero .star-rating {
    display: inline-flex;
    font-size: 30px;
    position: relative;
    direction: ltr; /* Left-to-right direction for correct star display */
}

.ads_landing_hero .star-rating .star {
    color: #ddd; /* Gray color for unfilled stars */
    font-size: 30px;
    position: relative;
}

.ads_landing_hero .star-rating .star.full {
    color: gold; /* Gold color for filled stars */
}

.ads_landing_hero .star-rating .star.half:before {
    content: "\2605"; /* Unicode star */
    position: absolute;
    overflow: hidden;
    color: gold;
    width: 50%; /* Fill half of the star */
}

.ads_landing_hero .star-rating .star.partially-filled:before {
    content: "\2605"; /* Unicode star */
    position: absolute;
    overflow: hidden;
    color: gold;
    width: 70%; /* Fill 70% of the star */
}
.ads_landing_hero .ratings h2 {
    color: #2F2F2F;
    font-family: "Aesthet Nova";
    font-size: 48.424px;
    font-style: normal;
    font-weight: 500;
    line-height: 59.185px;
}
.ads_landing_hero h3{
color: #2F2F2F;
font-family: aesthet-nova, serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 177.778% */
text-transform: uppercase;
}
.ads_landing_hero .logos::after {
    content: '';
    width: 2px;
    height: 50px;
    background: #FCAAC6;
    position: absolute;
    transform: translateY(22px);
    opacity: 0.5;
}
.ads_landing_hero .brandlogos img {
    padding: 10px 20px 0px 0px;
}
/* .ads_landing_hero .ratingbg{
background: #FEF7E5;
    padding-left: 20px;
    position: relative;
} */
.ads_landing_hero .ratingbg::before, .ads_landing_hero .ratingbg::after {
    background-color: #fef7e5;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: -77px;
    width: 100%;
    /* bottom: -16px; */
    z-index: -1;
}


 .signup-success label{
 font-size: 13px;
 line-height: 20px;
 }
 .form-footer-content{
 color : rgb(119, 119, 119) !important;
 }
 .shadow-low h2{
 font-size: 24px;
 }
 .text-small a{
 text-decoration: underline !important;
 }
 .text-small{
 font-size: 13px;
 color: rgb(105, 114, 122);
 font-family: "Segoe UI";
 }
 ::-webkit-scrollbar {
 background: transparent;
 overflow: visible;
 width: 10px;
 height: 10px; 
 }
 ::-webkit-scrollbar-thumb {
 background-color: #a4aab2;
 background-clip: padding-box;
 border-radius: 6px;
 -webkit-border-radius: 6px;
 box-shadow: inset 0px 0px 0px 1px #fff;
 -webkit-box-shadow: inset 0px 0px 0px 1px #fff; 
 }
 ::-webkit-scrollbar-thumb:horizontal {
 border-width: 0 2px 3px 2px;
 height: 4px;
 min-width: 40px; 
 }
 ::-webkit-scrollbar-thumb:vertical {
 border-width: 2px 3px 2px 0;
 width: 4px;
 min-height: 40px; 
 }
 ::-webkit-scrollbar-track-piece {
 background: #f4f5f8; 
 }
 ::-webkit-scrollbar-corner {
 background: #E4E6E9; 
 }
 .scroll-bg-transparent::-webkit-scrollbar-thumb {
 background-color: #D8DDE6; 
 }
 .scroll-bg-transparent::-webkit-scrollbar-track-piece {
 background: transparent !important; 
 }
 @media only screen and (min-width: 786px) {
 .left-layout{
 width: 480px;
 }
 }
 .hubspot-form-flex{
 display: flex;
 flex-wrap: wrap;
 font-size: .95rem;
 position: relative;
 }
 .hs-main-font-element{
 margin: 5px 0;
 }
 .hs_firstname{
 margin-right: 1%;
 }
 .hs_lastname{
 width: 49% !important;
 margin-left :1%
 }
 .hs-form-field, .hs_submit {
 width: 100%;
 }
 .hs-form-field{
 position: relative;
 border: 1px solid rgb(228, 230, 233);
 padding: 0px 10px;
 margin-top : 1.8rem;
 border-radius: 5px;
 }
 .hs-form-field:focus-within{
 border: 1px solid #1077DA;
 }
 .hs-form-field input::placeholder {
 color: rgb(105, 114, 122);
 font-size: .85rem;
 font-weight: 400;
 }
 .no-list{
 list-style: none;
 margin: 0;
 padding: 0;
 font-size: .85rem;
 color: red;
 position: absolute;
 top: calc(100% - 5px);
 left:0;
 }
 .hs-form-field label span {
 font-size: 13px;
 color: rgb(105, 114, 122);
 }
 .hs-form-field:focus-within label span ,
 .hs-form-field:focus-visible label span {
 color: #1077DA;
 }
 .hs-form-field input, .hs-form-field select{
 background: transparent;
 background-color: transparent;
 outline: none;
 padding: 0px !important;
 margin: 0px;
 border: none;
 }
 .hs-form-field select{
 margin-bottom: 5px;
 }
 .hs-button.primary.large{
 background-color: #1077DA ;
 border-color: #1077DA !important;
 color : #fff;
 width: 100%;
 padding: 10px 20px;
 outline: inherit;
 margin-top: 1.2rem;
 border-radius: 5px;
 }
 .hs-button.primary.large:hover{
 border-color: #206aa2 !important;
 background-color: #206aa2;
 } 
 .bg-table {
 border: 1px solid #dee2e6 !important;
 background-color: #F3F4F7 !important;
 }
 .standard-table.table td {
 vertical-align: middle;
 }
 .standard-table {
 border: 1px solid #dee2e6 !important;
 }
 .standard-table.table tbody tr {
 height: 48px;
 }
 .table td {
 padding: 0.75rem;
 } 
.ads_keka_stats
.bg-custom {
    padding: 20px;
    background-image: url(https://explore.keka.com/hubfs/Ads%20-%20LP%20Images/background-blue.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ads_keka_stats
.stats {  
    color: white;  
    font-size: 2.5rem;  
    font-family: "aesthet-nova", serif;
    font-weight: 700;
    gap: 30px 0;
}  
.ads_keka_stats
.badges {  
    display: flex;    
    align-items: center;  
    background:rgba(256,256,256, 0.6);
    border-radius:10px;
    gap:15px;
    justify-content: space-evenly;
}  
.ads_keka_stats
.landing-span{
    font-family: Raleway;
    font-size: 14.51px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color:#F7D977;
    margin-right: auto;
}
.ads_keka_stats
.landing-span-counter{
    font-family: "aesthet-nova", serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-align: left;
}
.ads_keka_stats
.stats .ads-border-after{
    position:relative;
}

.ads_keka_stats
.stats .ads-border-after:nth-child(2){
    padding: 0 20px;
}
.ads_keka_stats
.stats .ads-border-after:nth-child(2)::after {
    content: '';
    position: absolute;
    right: -12px;
    display: block;
    width: 2px;
    height: 78px; 
    background-color: #fff; /* Divider color */
}

.ads_keka_stats
.stats .ads-border-after:nth-child(2)::before {
    content: '';
    position: absolute;
    left: -20px;
    display: block;
    width: 2px;
    height: 78px; 
    background-color: #fff; /* Divider color */
}

@media (max-width: 768px) {
  .ads_keka_stats
.stats .ads-border-after:nth-child(2){
    padding: 0;
}
    .ads_keka_stats
    .stats {
        gap: 30px 0;
    }
  
    .ads_keka_stats
    .stats .ads-border-after:nth-child(2)::after {
        content: unset;   
    }
    .ads_keka_stats
    .stats .ads-border-after:nth-child(2)::before {
        content:unset;
    }
   .ads_keka_stats .badges{
           column-gap: 15px; 
    }
    .mobile-width-ads{
        width:100% !important;
    }
  .ads_keka_stats .landing-span{
  margin-right:unset !important;
  }
}
   

.image_grid_container img{
    aspect-ratio:3/2;
    object-fit: contain;
    height: 100%;
    width:100px;
}

.keka_hrms_cta_section h3{
    color:#fff;
    font-family: "aesthet-nova", serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 63.98px;
}


@media (max-width: 768px) {
    .keka_hrms_cta_section h3{
        font-size: 26px;
        line-height: 35px;
    }
}

.keka_hrms_cta_section a{
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
}

@media (max-width: 768px) {
    .keka_hrms_cta_section a{
        font-size: 20px;
        line-height: 30px;
    }
}

.keka_hrms_functions h3{
    font-family: aesthet-nova, serif;
    font-size: 36.79px;
    font-weight: 500;
    line-height: 45.22px;
    text-align: center;
}

@media (max-width: 768px) {
    .keka_hrms_functions h3{
        font-size: 28px;
        line-height: 35px;
    }
}
    
.keka_hrms_functions h3 span{
    position: relative;
    background: linear-gradient(to top, #E6FAFF, transparent);
}

.keka_hrms_functions p{
    font-family: aesthet-nova, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.keka_schedule_a_demo{
    background: #E6FAFF;
}
.keka_schedule_a_demo h4{
    font-family: "aesthet-nova", serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    text-align: left;
  color:#2F2F2F;
}

@media (max-width: 768px) {
    .keka_schedule_a_demo h4{
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }
}

.keka_schedule_a_demo a {
   background: #E44C7D;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    border: none;
    text-decoration: none;
    color: #fff;
    border-radius: 7px;
}

@media (max-width: 768px) {
    .keka_schedule_a_demo a {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }
}

.keka_testimonial_slider{
    background: rgba(217, 217, 217, 0.2);    ;
}
.keka_testimonial_slider .main_heading span{
    background: linear-gradient(to top, #FFF0F7, transparent);
}
.keka_testimonial_slider .main_heading{
    font-family: aesthet-nova, serif;
    font-size: 36.79px;
    font-weight: 500;
    line-height: 45.22px;
    text-align: center;
}

@media (max-width: 768px) {
    .keka_testimonial_slider .main_heading{
        font-size: 35px;
        line-height: 43px;
    }
}
.keka_testimonial_slider .right_side h5{
    font-family: "aesthet-nova", serif;
    font-size: 27.59px;
    font-weight: 400;
    line-height: 42.15px;
    text-align: center;    
}
.keka_testimonial_slider .right_side p{
    font-family: aesthet-nova, serif;
    font-size: 18.39px;
    font-weight: 300;
    line-height: 25.29px;
    text-align: center;
    
}
.keka_testimonial_slider .right_side a{
    border-radius: 3px;
}

.keka_testimonial_slider .swiper-pagination{
    top: 100% !important;
}
.pink-bg-ads {
    color: #fff;
    background: #E44C7D;
    padding: 15px 5px;
    text-decoration: none;
  box-shadow: 0px 0px 4px 1px #FFFFFF40 inset;
}


.keka_global_clients h2{
    font-family: "aesthet-nova", serif;
    font-size: 30.66px;
    font-weight: 300;
    line-height: 45.22px;
    text-align: center;
}

.keka_global_clients h3{
    font-family: "aesthet-nova", serif;
    font-size: 36.79px;
    font-weight: 500;
    line-height: 45.22px;
    text-align: center;    
}

.keka_global_clients h3 span{
    font-family: "aesthet-nova", serif;
    font-size: 36.79px;
    font-weight: 500;
    line-height: 45.22px;
    text-align: center;    
    background: linear-gradient(to top, #FFF0F7, transparent);
    color: rgba(228, 76, 125, 1);
}
.swiper-slide {
    position: relative;
    /* width: 70%; */
    height: fit-content; 
    max-height: min(450px, 100%); 
    /* overflow: hidden; */
    text-align: center;
    
    border-radius: 0px;
    /* border: 2px solid grey; */
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); */
}

.keka_testimonial_slider
.swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.8); /* Adjust as needed */
    z-index: 1;
}

.swiper-slide-next, .swiper-slide-prev {
    pointer-events: none;
}

.swiper-slide-active {
    z-index: 2;
    /* Active slide width adjusted for mobile */
    margin-left: auto; /* Centering active slide */
    margin-right: auto; /* Centering active slide */
}

/* Styles for buttons */
#prevBtn,
#nextBtn {
    position: absolute;
    top: 42%;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: #F1ECF7; /* Adjust as needed */
    border: none;
    color: #333333;
    padding: 10px; 
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}

#prevBtn {
    left: 0;
}

#nextBtn {
    right: 0;
}

#prevBtn svg {
    height: 20px;
}

#nextBtn svg{
    height: 20px;
}

.hr_Card_bg{
    position: relative;
}

.hr_Card_bg:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); 
}

.play_btn img{
    height: 3.5rem;
}

.play_btn {
    position: absolute;
    top: 50%;
    color: #fff;
    z-index: 9999;
    font-family: 'aesthet-nova';
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}

.clamp-text {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* Limits the text to 5 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Adds ellipses after 5 lines */
}


.industry{
    position: absolute;
    bottom: 15%;
    color: #fff;
    z-index: 9999;
    font-size: 1.1rem;
    font-weight: 700;
    left: 50%;
    transform: translateX(-50%);
}

.industry_type{
    position: absolute;
    bottom: 8%;
    left: 50%;
    color: #fff;
    z-index: 9999;
    font-size: 1.1rem;
    font-weight: 700;
    transform: translateX(-50%);
}

.card{
    border-radius: 0;
}

.card-body img{
    width: 80%;
    height: auto;
}

.keka_global_clients
.card-body{
    /*border: 2px solid #DDDDDD;*/
    /* height: 100px; */
    text-align: center;
}

.hr_Card_heading{
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.2rem;
}

.hr_Card_text{
    color: #69727A;
}

.industry_mobile{
    display: none;
}
.card{
    border-radius: 18px;
    overflow: hidden;
}
.card-body{
    border-radius: 0 0 18px 18px;
}


@media screen and (max-width : 360px) {
    .card-body{
        border-radius: 0 0 18px 18px;
        height: 55px;
    }
    /* /* .hr_Card_heading{
        position: absolute;
        bottom: 2rem !important;
        left: 8px;
        font-weight: 700;
        font-size: 0.8rem;
    } */
    
    .industry_mobile{
        display: block;
        /* position: absolute; */
        /* bottom: 5px; */
        /* right: unset !important; */
        /* left: 8px; */
        font-size: 0.7rem;
        line-height:15px;
    }
    /* .hr_Card_text{
        position: absolute;
        bottom: 18px !important;
        left: 8px;
        margin: 0;
        color: #69727A;
        font-size: 0.7em;
    } */ 
}

.ads_keka_global_tabs_section .swiper-slide {
    pointer-events: all;
}
.ads_keka_global_tabs_section{
    background: rgba(202, 244, 255, 1);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.keka_global_MODULES_TABS h3{
    font-family: "aesthet-nova", serif;
    font-size: 36.79px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    text-wrap:nowrap;
}

@media (max-width: 768px) {
    .keka_global_MODULES_TABS h3{
        font-size: 24px;
        line-height: 33px;
      text-wrap:wrap;
    }
}

.keka_global_MODULES_TABS h3 span{
    background: linear-gradient(to top, #FFDFEC, transparent);
}

.ads_keka_global_tabs_section button:focus,
.ads_keka_global_tabs_section button {
    background: #6BB4EF;
    border: none;
    outline: none;
    padding: 20px 30px;
    height: 100%;
    width: fit-content;
}
.ads_keka_global_tabs_section button h3{
    font-family: "aesthet-nova", serif;
    font-size: 18.39px;
    font-weight: 700;
    line-height: 22px;
/*     width: max-content; */
    text-align: left;
    color: rgba(170, 223, 250, 1);
}
.ads_keka_global_tabs_section button.active h3{
    color: rgba(47, 47, 47, 1);
}
.ads_keka_global_tabs_section button p{
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: rgba(170, 223, 250, 1);
}
.ads_keka_global_tabs_section button.active p{
    color: rgba(146, 149, 155, 1);
}
.ads_keka_global_tabs_section button .icon_header{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
}
.ads_keka_global_tabs_section button .icon{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: transparent;
}
.ads_keka_global_tabs_section button.active .icon{
    background: rgba(47, 47, 47, 1);
}

.ads_keka_global_tabs_section_header{
    position: relative;
}
.prevBTN_tabs,
.nextBTN_tabs{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.prevBTN_tabs{
    left: 5px;
}
.nextBTN_tabs{
    right: 0px;
}
.prevBTN_tabs svg,
.nextBTN_tabs svg{
    width: 20px;
    height: 20px;
}

.ads_keka_global_tabs_section button a{
    display: none;
}
.ads_keka_global_tabs_section button.active a{
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    line-height: 9px;
    text-align: right;
    color: rgba(146, 149, 155, 1);
}

.ads_keka_global_tabs_section .swiper-slide.active{
    border-radius: 10px 10px 0px 0px !important;
    overflow: hidden;
}

.ads_keka_global_tabs_section button.active:focus,
.ads_keka_global_tabs_section button.active,
.ads_keka_global_tabs_section .ads_keka_global_tabs_section_content.tab_content_visible {
    background: rgba(202, 244, 255, 1);
}

.keka_schedule_a_demo iframe{
    width: 100%;
    object-fit: cover;
    max-width: 520px;
    float: right;
    object-position: center;
}
.ads_keka_global_tabs_section_content img{
    width: 100%;
    object-fit: scale-down;
    object-position: center;
}

.keka-request-a-demo a{
font-family: Raleway, sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
  background:#E44C7D;
  color:#fff;
  border-radius:8px;
    text-decoration:none;
  padding:10px 15px;
}
}

@media only screen and (max-width: 600px) {
.hrcols>div {

border-bottom: 1px solid #E1E1E1;

}

}
@media screen and (max-width : 991px) and (min-width:767px) {
.industry_type {
position: absolute;
bottom: 5%;
left: 50%;
color: #fff;
z-index: 9999;
font-size: 0.8rem;
font-weight: 700;
transform: translateX(-50%);
}}
@media screen and (max-width : 768px) {
    .hr_Card_heading{
        /* position: absolute; */
        bottom: 1.2rem;
        /* left: 8px; */
        font-weight: 700;
        font-size: 0.8rem;
    }
    .card{
        border-radius: 10px;
        overflow: hidden;
    }
    .card-body{
        border-radius: 0 0 10px 10px;
    }
    .hr_Card_bg img{
        /*max-height: 120px;*/
        object-position: top;
    }
    .play_btn img{
        height: 25px;
    }
    .industry{
        display: none;
    }
    /* .industry_type{
        display: block !important;
    } */
    .industry_mobile{
        display: block;
        /* position: absolute; */
        /* bottom: 5px; */
        /* right: 8px; */
        font-size: 0.7rem;
        line-height:15px;
    }
    .hr_Card_text{
        /* position: absolute; */
        /* bottom: 5px; */
        /* left: 8px; */
        margin: 0;
        color: #69727A;
        font-size: 0.7em;
        line-height:15px;
    }

}

.swiper-wrapper button {
    background: #F4F4F4;
    margin-right: 10px;
    padding: 0px 21px;
    line-height: 0;
    border-radius: 5px;
    border: 1px solid #D6D8DC;
    color: #92959B;
}
.ads_keka_global_tabs_section button.active:focus, .ads_keka_global_tabs_section button.active, .ads_keka_global_tabs_section .ads_keka_global_tabs_section_content.tab_content_visible {
    background: none !important;
}
.ads_keka_global_tabs_section {
    background: none !important;
}
.carousel-section {
            padding: 20px;
            text-align: center; /* Centering content */
        }

        .ads_keka_global_tabs_section_content {
            display: none; /* Hide all by default */
        }


        .prevBTN_tabs, .nextBTN_tabs {
            cursor: pointer;
            margin: 10px; /* Spacing around buttons */
          z-index:999;
        }
        .ae-slider.active {
            background: rgb(16, 119, 218);
            color: #fff;
        }
.ads_keka_global_tabs_section_content {
        display: none;
    }

    .ads_keka_global_tabs_section_content:first-of-type {
        display: block;
    }