    .page-header.title-bar-text-center {
        text-align: center;
        display: none;
    }

    .keydesign-container.e-con {
        display: block;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    .keydesign-container .entry-title {
        margin: 0 auto;
    }

    p {
        font-size: 16px !important;
    }

    p.partner_hero_content_p {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        margin-bottom: 15px;
    }

    p.partner_hero_content_tagline {
        font-size: 16px;
    }

    .button_accent {
        background-color: transparent;
        color: #034737;
        border: 3px solid #034737 !important;
        box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
        transition: 0.2s;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 700;
        padding: 14px 22px 14px;
        transition: 0.3s ease-in-out;
  animation: 2s infinite pulse;
    }
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 168, 107, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 168, 107, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 168, 107, 0);
  }
}
    .button_accent a {
        color: #034737;
        font-size: 15px;
        font-weight: 700;
    }

    .button_accent:hover {
            transform: scale(1.087);
        box-shadow: 0 2px 8px 0 rgba(136, 144, 195, 0.22), 0 8px 15px 0 rgba(37, 44, 97, 0.17);
    }

    .button_black {
        background: linear-gradient(180deg, #024815 0%, #000801 100%);
        color: white;
        border: none;
        box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
        padding: 15px 20px;
        border-radius: 12px;
        transition: 0.2s;
        transition: 0.3s ease-in-out;
         animation: 2s infinite pulse;
    }

    .button_black a {
        color: white !important;
        font-size: 15px;
        text-decoration: none;
    }

    .button_black:hover {
       
        color: white;
         transform: scale(1.087); 
        box-shadow: 0 2px 8px 0 rgba(136, 144, 195, 0.22), 0 8px 15px 0 rgba(37, 44, 97, 0.17);
    }

    .partner_pages_heading {
        font-size: 2em !important;
    }

    .partner_carousel {
        width: 100%;
        max-width: 1200px;
        overflow: hidden;
        background-color: white;
        margin: 0 auto;
    }

    .carousel-track {
        display: flex;
        justify-content: space-between;
    }

    .carousel-slide img {
        width: 100px;
        filter: grayscale(1);
    }

    .carousel-slide img:hover {
        filter: grayscale(0);
        scale: 1.1;
    }


    /*.carousel-track {*/
    /*    display: flex;*/
    /*    animation: scroll 30s linear infinite; */
    /*}*/

    .carousel-slide {
        flex: 0 0 18%;
        min-width: 15%;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo {
        max-width: 100%;
        height: auto;
    }

    @keyframes scroll {
        100% {
            transform: translateX(100%);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    .feature__title {
        display: flex;
        align-items: center;
        text-transform: uppercase;
        font-size: 16px;
       font-weight:bold;
    }

    .feature__content p {
        opacity: 0.85;
    }

    .partner_title_box_text {
        opacity: 0.9;
        max-width: 35%;
        line-height: 1.6;
        margin: 0 auto;
    }

    .feature_button_box_svg svg {
        width: 15px;
    }

    .partner_modal_pp {}

    .partner_modal_box_btn {
        vertical-align: middle;
        font-size: 14px;
        transition: opacity .2s ease, transform .2s ease;
        color: #034737;
        margin-top: 20px;
        font-weight: 700;
    }


    .partner_modal_slider.slider {
        position: relative;
    }

    .partner_modal_slider.slider .prev {
        position: absolute;
        left: 35px;
        top: 50%;
        background-color: #ebfde8;
        padding: 20px;
        border-radius: 50%;
        cursor: pointer;
    }

    .partner_modal_slider.slider .next {
        position: absolute;
        right: 35px;
        top: 50%;
        background-color: #ebfde8;
        padding: 20px;
        border-radius: 50%;
        cursor: pointer;
    }

    .become_heading {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 7px;
    }

    .form-section {
        background-color: #F6F6F6;
        padding: 40px 0px;
    }

    .phone-input {
        display: flex;
        background: var(--color-white);
        border: 1px solid var(--color-border);
        border-radius: var(--global-border-radius, 0px);
    }

    input:focus {
        border-color: #e7e7e7 !important;
    }

    .mobile_number {
        border-left: 0 !important;
        border-radius: 0px 10px 10px 0px !important;
        border: 0px !important;
    }

    .country-code {
        border-radius: 10px 0px 0px 10px;
        border-right: 1px solid var(--color-border);
        padding-left: 12px;
        width: 100%;
        padding-right: 10px;
        max-width: max-content;
        display: flex;
        align-items: center;
    }

    .submit_btn {
        padding: 10px 40px;
    }

    .submit_btn:hover {
        background-color: #034737;
    }

    .sign_up_earning_form {
    border-radius: 15px;
    padding: 40px;
    background: linear-gradient(to bottom, #034737 20%, #040404 90%);
   }

    .earning_form .form-control {
        width: 100%;
        height: 57px;
        border: 1px solid #fff;
        font-size: 16px;
        padding-left: 20px;
        background-color: #034737;
        color: #fff;
        border-radius: 15px;
    }

    .f8 {
        text-align: center;
        color: white !important;
        font-weight: 700;
        font-size: 2.25rem !important;
    }

    .earning_form label {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 15px;
        display: inline-block;
    }

    .earning_form h3,
    .earning_form span,
    .earning_form strong {
        border-bottom: 1px solid #fff !important;
        margin: 0 !important;

    }

    .earning_form h3 {
        padding: 15px 0;
        font-weight: 700 !important;
        font-size: 1.75rem;
        color: white;

    }

    .earning_form span {
        font-size: 16px;
        display: block;
        padding: 18px 0;
        color: #fff;
    }

    .earning_form strong {
        font-size: 24px;
        display: block;
        padding: 12px 0;
        color: #fff;
        text-align: right;
        font-weight: 700;
    }

    .row {
        display: flex;
        justify-content: space-between;
        /*align-items: center;*/
    }

    .column {
        width: 100%;
    }

    .column-6 {
        width: 48%;
    }

    .column-3 {
        width: 30%;
    }

    .text-total {
        padding-top: 1.5rem !important;
    }

    .earning_form select.form-control {
        -webkit-appearance: none;


    }

    .earning_form strong i {
        font-style: normal;
    }

    .keydesign-widget select option,
    select:focus option,
    select:focus-visible option,
    select option {
        /* color: initial; */
        background: white;
        color: #4179ff;
    }

    .dots {
        text-align: center;
        padding: 10px 0;
        display: none;
        /* Hide dots by default */
    }

    .dots span {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 4px;
        background-color: #bbb;
        border-radius: 50%;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .dots .active {
        background-color: #034737;
    }

    .button_black:active {
        background-color: #034737 !important;
        color: #fff !important;
    }

    /*
Custom wrapper for controlling the select element */
    .custom-select-wrapper {
        position: relative;
        display: block;
    }

    select.form-control.custom-select {
        width: 100%;
        height: 57px;
        border: 1px solid #fff;
        font-size: 16px;
        padding-left: 20px;
        background-color: #034737;
        color: #fff;
        border-radius: 15px;
    }

    /* Custom arrow using ::after pseudo-element */
    .custom-select-wrapper::after {
        content: '\25BC';
        /* Unicode for downward arrow */
        position: absolute;
        right: 15px;
        /* Adjust positioning to align right */
        top: 50%;
        transform: translateY(-50%);
        /* Center vertically */
        color: #fff;
        /* Arrow color (white in this case) */
        pointer-events: none;
        /* Ensure the arrow isn't clickable */
    }

    select.form-control.custom-select:focus {
        outline: none;
        border-color: #fff;
        box-shadow: none;
    }

    /* Optional: Styling for the dropdown options */
    select.form-control.custom-select option {
        background-color: #fff;
        /* Background color for the dropdown options */
        color: #004d40;
        /* Text color for the options */
    }

    select.form-control.custom-select option:hover {
        background-color: #004d40;
        /* Background color for the hovered option */
        color: #fff;
        /* Text color for the hovered option */
    }

    select.form-control.custom-select option:checked {
        background-color: #004d40;
        /* Background color for the active/selected option */
        color: #fff;
        /* Text color for the selected option */
    }

    .slider_slack img {
        width: 600px;
        border-radius: 10px;
        user-select: none;
        height: 300px;
    }



    .check-cricle {
        background-color: #e4feec;
        padding: 10px;
        border-radius: 20px;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
    }

    .check-cricle i {
        font-size: 18px;
    }

    i.fas.fa-check {
        color: #034737;
    }

    .point_h4 {
        cursor: pointer;
        color: #034737;
    }

    .point_h4.active {
        cursor: pointer;
        border-bottom: 2px solid;
        width: max-content;
        color: #bc7e43;
    }

    p.point_content {
        font-size: 16px;
    }

    ul.point_content_ul li {
        font-size: 14px;
    }

    ul.point_content_ul {
        padding-left: 30px !important;
        padding: 0;
    }

    .point_h4_tabs {
        display: flex;
        justify-content: space-around;
        margin-bottom: 30px;
    }

    .point_content_span {
        display: block;
        font-size: 18px;
    }

    /*.point_content {*/
    /*    font-size: 20px;*/
    /*}*/
    @media (max-width: 767px) {

        .getgabs_service_content.pr_100.wow.fadeInRight {
            margin-top: 30px;
        }

        .getgabs_service_content.pl_100.wow.fadeInLeft {
            margin-top: 30px;
        }

        .carousel-slide img {
            width: 150px;
        }

        .point_h4_tabs {
            display: block;
        }

        .carousel-track {
            display: block;
        }

        .explore_img {
            display: none;
        }

        .slider_slack img {
            height: auto;
        }

        .hero-section {
            padding-top: 30px;
        }

        .partner_pages_heading {
            font-size: 1.5em !important;
        }
         .whatsapp-heading {
            font-size: 1.5em !important;
        }


        .carousel-slide {
            min-width: 40%;
        }

        .partner_title_box_text {
            max-width: 90%;
        }

        .why_getgabs_features_items {
            padding: 0px 25px;
            margin-top: 30px;
        }

        .slider_slack {
            margin-bottom: 20px;
        }

        .partner_modal_slider.slider {
            margin: 40px 0px;
        }

        .buttons{
            display:flex;
            flex-direction:column;
            gap:15px;
        }

        
      .button_black{
          width:50%;
      }
        .country-code {
            width: 20%;
        }

        .column-3 {
            width: 100%;
        }

        .earning_form span {
            font-size: 14px;
        }

        .earning_form strong {
            font-size: 18px;
            padding: 16px 10px;
        }

        .swiper-slide img {
            width: 30% !important;

        }
    }

    @media (max-width: 991px) {
        .dots {
            display: block;
        }

        .partner_modal_slider.slider .prev {
            display: none;
        }

        .partner_modal_slider.slider .next {
            display: none;
        }
         .faq-answer{
    font-size: 16px!important;
 }
 .faq-item{
    font-size: 16px!important;
 }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .explore_img {
            display: none;
        }

        .hero-section {
            padding-top: 30px;
        }

        .why_getgabs_features_items {
            justify-content: center;
        }

        .partner_modal_slider.slider .prev {
            left: 0px;
        }

        .partner_modal_slider.slider .next {
            right: 0px;
        }

        .partner_modals_points {
            padding: 0px 100px;
            margin-top: 25px;

        }

        .partner_content_form {
            text-align: center;
        }

        .hero-content .content {
            text-align: center;
        }

        .hero-content .image {
            text-align: center;
        }
    }

    /*new css 01-05-2025*/
    .partners-section {
        text-align: center;

    }

    .partners-slider {
        padding: 10px;
    }
    .swiper-slide {
    flex-shrink: 1 !important;
}

    .swiper-slide img {
        width: 100% !important;
        max-width: 100px;
        /* Adjust logo size */
        height: auto;
        margin: 0 auto;
        filter: grayscale(1);
    }

    .swiper-wrapper {
        position: relative;
        width: 100% !important;
        height: 100%;
        z-index: 1;
        display: flex;
        transition-property: transform;
        transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
        box-sizing: content-box;
        justify-content: space-between;
        align-items: center;
    }

    .swiper-slide img:hover {
        filter: grayscale(0);
        scale: 1.1;
    }

    .partners-section {
        padding: 20px 0px 0px 0px;
        text-align: center;
        background-color: #ffffff;
    }

    .partners-logos {
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 40px;
        flex-wrap: wrap;
    }

    .partner-logo img {
        max-width: 90px;
        height: auto;
        filter: grayscale(100%);
        /* Make logos black & white */

    }

    .partner-logo img:hover {
        filter: grayscale(0%);
        /* Color logo on hover */
        scale: 1.1;
    }

    .whatsapp-heading {
        font-size: 32px !important;
    }

    .saas_features_item {
        padding: 14px 23px;
        margin-bottom: 30px;
        border-radius: 26px;
        box-shadow: 0 4px 12px rgba(3, 71, 55, 0.1);
        height: 360px;
        border: 2px solid #034737;
    }
    i.fas.fa-check {
    color: #034737;
    font-size: 14px;
}

    .fa-cloud:before {
        content: "\f0c2";
        color: #034737 !important;
    }

    .saas_features_item h3,
    .saas_features_item .h3 {
        margin: 15px 0px 10px;
            font-size: 20px;
    }

    .getgabs_service_item+.getgabs_service_item {
        margin-top: 100px;
    }

    .row.getgabs_service_item {
        margin-top: 80px;
    }

    .why_getgabs_features_items .feature {
        box-shadow: 0 4px 12px rgba(3, 71, 55, 0.1);
        padding: 20px;
        background: #034737;
        color: #fff !important;
        border-radius: 0.5rem;
        border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
    
    
    .faq-section {
    background-color: #ffffff;
    padding: 60px 20px;
}

.faq-subtitle {
    text-align: center;
    
    margin-bottom: 30px;
}

/* FAQ Items */
.faq-item {
    background: #f4f7f3;

    border-radius: 20px;
    margin-bottom: 10px;
    padding: 20px 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 18px!important;
    color: black;
    line-height:1.75;
}
.faq-item:hover {
    background: #034737;
    color: white;
}

/* Answer Box */
.faq-answer {
    background: white;
    padding: 20px;
    margin-top: 5px;
    border-radius: 10px;
    font-size: 18px;
    display: block; /* Open by default */
    border-left: 5px solid #034737;
    color: #23291fcc;
    line-height:1.75!important;
}

/* Icon Styling */
.faq-toggle {
    font-size: 20px;
    font-weight: bold;
}

.check-cricle {
    background-color: #e4feec;
    padding: 10px;
    border-radius: 20px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.title-text--inner.def-12.feature__title_text.ms-3 {
    font-weight: 600;
}
.launch-h3{
    font-size:20px!important;
}