/* Common -- Start */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/*@font-face {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 100;
    src: local("poppins-thin"),
        url("../font/Poppins-Thin.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 200;
    src: local("poppins-extralight"),
        url("../font/Poppins-ExtraLight.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 300;
    src: local("poppins-light"),
        url("../font/Poppins-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    src: local("poppins-regular"),
        url("../font/Poppins-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    src: local("Poppins-Medium"),
        url("../font/Poppins-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    src: local("Poppins-SemiBold"),
        url("../font/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    src: local("Poppins-Bold"),
        url("../font/Poppins-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 800;
    src: local("poppins-extrabold"),
        url("../font/Poppins-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 900;
    src: local("poppins-black"),
        url("../font/Poppins-Black.ttf") format("truetype");
}*/

section.header {
    position: absolute;
}

.navigation-part .header-right a img {
    filter: brightness(0) invert(1);
}

.header-left ul li a,
.header-left ul li b {
    color: #ffffff;
}

.header-left ul li a.drop-menu {
    color: #404040;
}

.header-left .ul-phone-list .btn.nav-btn {
    border-radius: 50px;
    line-height: 24px;
}

section.header.fixed .navigation-part .header-right a img {
    filter: none;
}

section.header.fixed .header-left ul li a,
.header-left ul li b {
    color: #404040;
}



body {
    font-family: "Poppins", sans-serif !important;
}

.aic {
    align-items: center;
}

a {
    text-decoration: none;
}

/* new market section ---start */

.banner_section {
    background-image: url("../images/partner-program/webp/banner_img.webp");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #FFFFFF;
}

.main_heading {
    padding-top: 200px;

}

.main_heading h1 {
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 85px;
    margin-bottom: 20px;
}

.main_heading p {
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.5px;

}

.shadows {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    /* text-align: center; */
    font-size: 14px;
    font-weight: 600;
    /* width: 400px;
               height: 68px; */
    background: linear-gradient(0deg, #ffffff70, #ffffff70);
    border-radius: 25px;
    z-index: 1;
    margin: 60px 0px;
    padding: 12px 30px;
    display: inline-block;
    letter-spacing: 1px;
}

.shadows a {
    color: #ffffff;
    text-decoration: none;
}

.shadows a:hover {
    color: #ffffff;
}

.shadows:before,
.shadows:after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    background: linear-gradient(45deg,
            #002FFF,
            #8512E0,
            #70F0B6,
            #002FFF,
            #8512E0,
            #70F0B6);
    background-size: 400%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: -1;
    animation: animate 20s linear infinite;
    border-radius: 50px;
}

.shadows:after {
    filter: blur(20px);
}

@keyframes animate {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 300% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.sub_para {
    position: relative;
    /* padding-bottom: 30px; */
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;

}


.sub_para::before {
    content: "";
    background: linear-gradient(to right, #000, #fff);
    width: 26%;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: 8%;
    top: 10px;
}

.sub_para::after {
    content: "";
    background: linear-gradient(to left, #000, #fff);
    width: 26%;
    height: 2px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 8%;

}

.partners_logo img {
    width: 80% !important;
    margin: 45px 0px;
    border-radius: 7px;
}

.partners_logo {
    position: relative;
}

.partners_logo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 146px;
    height: 100%;
    background: linear-gradient(to right, #141521 0%, #141521 30%, transparent 100%);
    pointer-events: none;
    z-index: 2;
}

.partners_logo::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 160px;
    height: 100%;
    background: linear-gradient(to left, #141521 0%, #141521 30%, transparent 100%);
    pointer-events: none;
    z-index: 2;
}

/* new market section ---end  */


/* tech start up section-- start */
.tech_startup_section {
    background: #141521;
}

.tech_startup_section .start_up_section {
    padding-top: 90px;
    padding-bottom: 80px;
}

.tech_startup_section .column_1 {
    width: 28%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.tech_startup_section .column_2 {
    width: 40%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tech_startup_section .process_card_1 {
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tech_startup_section .process_card_1 h4 {
    background: linear-gradient(98.52deg, #FFFFFF 24.52%, #0072FF 54.33%, #66AAFF 74.52%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 40px;
}

.tech_startup_section .process_card_1 P {
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.2px;
    color: #ffffff;
    margin-bottom: 0;
}

:where(.process_card_1, .process_card_2, .process_card_3, .process_card_4, .process_card_5) {
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

:where(.process_card_1, .process_card_2, .process_card_3, .process_card_4, .process_card_5) time {
    font-weight: 800;
    font-size: 60px;
    background: linear-gradient(98.52deg, #FFFFFF 24.52%, #0072FF 54.33%, #66AAFF 74.52%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 10px;
}

:where(.process_card_1, .process_card_2, .process_card_3, .process_card_4, .process_card_5) p {
    font-weight: 500;
    font-size: 17px;
    line-height: 37px;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin: 0;
}

.process_card_3 {
    padding: 40px 20px;
    position: relative;
}

.process_card_3::after {
    content: "";
    background-image: url(../images/partner-program/webp/drop_img.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 20px;
    bottom: 20px;

}

.process_card_3 p:nth-of-type(1) {
    font-weight: 400;
    font-size: 21px;
    line-height: 41px;
    margin-bottom: 20px;
}

.process_card_3 p:nth-of-type(2) {
    font-weight: 500;
    font-size: 23px;
    line-height: 48px;
    margin-bottom: 20px;
}

.process_card_2 {}

.process_card_3 {
    height: 100%;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;

}

.process_card_4 {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.process_card_5 {}

/* tech start up section-- end */
/*  Partner Ecosystem-- start*/
.common_heading {
    font-weight: 800;
    font-size: 42px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 60px;

}

.partner_ecosystem {
    text-align: center;
    padding: 70px 0px;
    background: #060508;
}

.grow_together_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 25px;
    z-index: 1;
    padding: 12px 30px;
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.grow_together_btn span {
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 400;
    font-size: 18px;
}

.grow_together_btn:before,
.grow_together_btn:after {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, #002FFF, #8512E0, #70F0B6, #002FFF, #8512E0, #70F0B6);
    top: 10px;
    left: 28px;
    width: calc(81% + 0px);
    height: calc(72% + 0px);
    z-index: -1;
    animation: animate 20s linear infinite;
    border-radius: 50px;
}



@keyframes animate {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 300% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.cards-container {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.ecosystem_card {
    flex: 1;
    max-width: 590px;
    padding: 30px;
    border-radius: 20px;
    text-align: left;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ecosystem_card img {
    width: 8%;
    margin-bottom: 25px;
    filter: brightness(0) invert(1);
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.card-left {
    background: linear-gradient(135deg, rgb(147 112 219 / 27%) 0%, rgb(186 85 211 / 19%) 100%);
    border-left: 4px solid #cdb4ff;
}

.card-right {
    background: linear-gradient(135deg, rgba(72, 187, 120, 0.15) 0%, rgba(56, 178, 172, 0.15) 100%);
    border-left: 4px solid #48bb78;
}

.card-title {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0%;
    margin-bottom: 20px;
    color: #ffffff;

}

.card-description {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #ffffff;

}

/*  Partner Ecosystem-- end*/

/* why partner section-- start */
.why_partners_section {
    background-image: url("../images/partner-program/webp/why_partner_img.webp");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 80px 0px;
    background-position: 0px -1px;
}

.why_partners_section .common_heading {
    margin-bottom: 20px;
}

.why_partners_section .common_para {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}


.sectors_section {
    padding-top: 40px;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
}

.sectors_card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 20px 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.sectors_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom right, white 0%, black 100%);
    opacity: 30%;
    transition: opacity 0.3s ease;
    z-index: -1;

}





.sectors_card img {
    margin-bottom: 25px;
}

.title_cards {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0%;
    margin-bottom: 20px;

}

.title_description {
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;

}


/* why partner section-- end */


/* Getting started section-- start */
.getting_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0px;
    flex-wrap: wrap;
}

.getting_section a {
    color: #000000;
}

.getting_section a:hover {
    color: #000000;
    text-decoration: none;
}

.getting_started_btn {
    background-color: #fff;
    border: none;
    font-size: 14px;
    border-radius: 25px;
    padding: 12px 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;

}

.getting_main_heading h1 {
    font-weight: 800;
    font-size: 50px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 70px;
}

.getting_main_heading p {
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
}


/* Getting started section-- end */
/* process section start */
.process_card2 {
    margin-top: 110px;
}

.process_card1 h1::after {
    content: "";
    background: url(../images/partner-program/webp/decor_line1.webp);
    left: 100px;
    position: absolute;
    bottom: 0;
    width: 231px;
    height: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
}

.process_card2 h1::after {
    content: "";
    background: url(../images/partner-program/webp/decor_line2.webp);
    left: 99px;
    position: absolute;
    top: 150px;
    width: 230px;
    height: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
}

.process_card {
    position: relative;
}

.process_card h5 {
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.process_card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.process_card h1 {
    font-weight: 900;
    font-size: 75px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#fff 0%, #fff 0 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ---------------- */
/* Build On Trust section-- start */
.build_trust_section {
    padding-top: 75px;
    background: #071436;
}

.build_trust_section .common_heading {
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

.build_trust_section .common_para {
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    color: #ffffff;
}

.build_trust_section .trusted_partner_section {
    margin: 70px 0px;
}

.build_trust_section .testimonial-card {
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.build_trust_section .testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.build_trust_section .partner1 {
    background: linear-gradient(135deg, #f0fbff, #def0fc);
}

.build_trust_section .partner1::after {
    content: "";
    background: url(../images/partner-program/webp/qoutes_1.webp);
    position: absolute;
    display: inline-block;
    right: 30px;
    bottom: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.build_trust_section .partner2 {
    background: linear-gradient(135deg, #f4fcf7 0%, #e0f8ec 100%);
}

.build_trust_section .partner2::after {
    content: "";
    background: url(../images/partner-program/webp/qoutes_2.webp);
    position: absolute;
    display: inline-block;
    right: 30px;
    bottom: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.build_trust_section .partner3 {
    background: linear-gradient(135deg, #fbf5ff 0%, #f6eaff 100%);
}

.build_trust_section .partner3::after {
    content: "";
    background: url(../images/partner-program/webp/qoutes_3.webp);
    position: absolute;
    display: inline-block;
    right: 30px;
    bottom: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.build_trust_section .customer-info {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    gap: 20px;
}

.build_trust_section .customer-info img {
    width: 50px;
}

.build_trust_section .customer-details h3 {
    font-size: 16px;
    font-weight: 700;
    color: #293238;
}

.build_trust_section .customer-details p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.build_trust_section .testimonial-text {
    font-size: 14px;
    line-height: 27px;
    color: #293238;
    font-weight: 500;
    min-height: 190px;
}

.build_trust_section .quote-mark {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.3);
    font-family: serif;
    line-height: 1;
}

.build_trust_section .owl-nav .owl-prev {
    background: url("../images/partner-program/webp/left_arrow.webp") !important;
    background-size: 100% !important;
    width: 60px;
    height: 60px;
    display: inline-block !important;
    background-repeat: no-repeat !important;
}

.build_trust_section .owl-nav .owl-next {
    background: url("../images/partner-program/webp/right_arrow.webp") !important;
    background-size: 100% !important;
    width: 60px;
    height: 60px;
    display: inline-block !important;
    background-repeat: no-repeat !important;
}

.build_trust_section .owl-nav .owl-next:hover,
.build_trust_section .owl-nav .owl-prev:hover {
    filter: brightness(0) saturate(100%) invert(0%) sepia(5%) saturate(20%) hue-rotate(219deg) brightness(92%) contrast(96%);
}

.build_trust_section .owl-nav .owl-next span,
.build_trust_section .owl-nav .owl-prev span {
    display: none;
}


/* Build On Trust section-- end */

/* --smart water management start--- */
.smart_water_management {
    margin-top: 70px;
    position: relative;
    color: #fff;
    background-image: url("../images/partner-program/webp/smart_water_management.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px;
    border-radius: 70px;
    background-position: center;
}

.smart_water_management .take_action {
    /* position: absolute;
	 top: 60px;
	 left: 60px;
	 */
}

.smart_water_management .take_action h1 {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 30px;
    line-height: 65px;
}

.smart_water_management .take_action p {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 30px;
}

.smart_water_management .take_action .schedule_btn {
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 14px;
    background-color: #ffc403;
}

.smart_water_management .take_action .schedule_btn {
    color: #000000;
}

.smart_water_management .take_action .schedule_btn:hover {
    color: #000000;
    text-decoration: none;
}

.smart_water_management .take_action img {
    position: absolute;
    width: 319px;
    right: 20px;
    /* bottom: -83px;
	 */
    top: 172px;
}


/* -smart water management end-- */
/* --- */
.frequently_question_section {
    margin-top: 150px;
}

.frequently_question_section .common_heading {
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

.frequently_question_section .common_para {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
}

.frequently_question_section .ask_qustioned {
    margin-top: 50px;
}

.frequently_question_section .faq-item {
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f1f2f9;
    margin-bottom: 30px;
}

.frequently_question_section .faq-item.active {
    background: linear-gradient(to left, #f9fcff, #eff7ff);
}

.frequently_question_section .faq-item.active .faq-question .faq-question-text {
    color: #1b79e4;
}

.frequently_question_section .faq-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.frequently_question_section .faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
}

.frequently_question_section .faq-question-content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.frequently_question_section .faq-number {
    font-size: 27px;
    font-weight: 600;
    color: #a0a3bd;
}

.frequently_question_section .faq-question-text {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
}

.frequently_question_section .faq-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.frequently_question_section .faq-icon.expand {
    background-color: #4f46e5;
}

.frequently_question_section .faq-icon.collapse {
    background-color: #4f46e5;
}

.frequently_question_section .faq-answer {
    /* padding: 0 30px 30px 30px;
	 */
    display: none;
    margin-top: 20px;
    padding-left: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #4a4a4a;
}

.frequently_question_section .faq-answer.active {
    display: block;
}

.faq-icon {
    background-color: #F1F2F9 !important;
    /* default grey */
    transition: background-color 0.3s ease;
}

.faq-item.active .faq-icon {
    background-color: #4A3AFF !important;
    /* only active one is blue */
}



/* ------- */
.asterisk {
    color: red;
    font-size: 12px;
}


.blue_bg {
    border-radius: 33px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 40px;
    display: inline-block;
    background-color: #1468FB;
}




.get_in_touch_section {
    background-image: url(../images/partner-program/webp/get_in_touch.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0px;
}

.get_in_touch_section .left_side {
    color: #fff;
}

.get_in_touch_section .left_side h1 {
    font-weight: 500;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.get_in_touch_section .left_side p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 27px;
    margin-bottom: 30px;
}

.get_in_touch_section .left_side .get_in_touch_slide {
    background-image: url("../images/partner-program/webp/best_energy_section.webp");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
    width: 80%;
    overflow: hidden;
    border-radius: 30px;
    background-position: center;
    margin-bottom: 30px;
}

.get_in_touch_section .left_side .get_in_touch_slide .owl-dots {
    text-align: unset;
}

.get_in_touch_section .left_side .get_in_touch_slide .owl-dots .owl-dot span {
    background: #7b68aa;
}

.get_in_touch_section .left_side .get_in_touch_slide .owl-dots .owl-dot.active span {
    background: #fff;
    width: 30px;
}

.get_in_touch_section .left_side .get_in_touch_slide .item h1 {
    font-weight: 400;
    line-height: 65px;
    font-size: 54px;
    font-family: "Bebas Neue";
}

.get_in_touch_section .left_side .get_in_touch_slide .item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0px;
}

.get_in_touch_section .left_side .get_in_touch_slide .item h3 {
    font-weight: 400;
    font-size: 44px;
    line-height: 49px;
    font-family: "Bebas Neue";
}

.get_in_touch_section .left_side .save_drops {
    display: flex;
    align-items: center;
    text-align: center;
    font-family: "Bebas Neue";
}

.get_in_touch_section .left_side .save_drops img {
    width: 50px;
}

.get_in_touch_section .left_side .save_drops p {
    font-weight: 400;
    font-size: 18px !important;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}

.get_in_touch_section .left_side .save_drops h5 {
    font-weight: 400;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 0;
}


.btn_flex {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;

}


.asterisk {
    color: red;
    font-size: 12px;
}


.blue_bg {
    border-radius: 33px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 40px;
    display: inline-block;

    background-color: #1468FB;
}

.form {
    color: #fff;
    background-color: #000;
    width: unset;
    border-radius: 30px;
    padding: 30px;
}

.form form {
    padding: 10px 0;
}

.form .h2-heading {
    margin-top: 0;
    font-size: 20px;
}

.form .input_from {
    margin-bottom: 50px;
    position: relative;
}

.form .input_from.find_us {
    margin-bottom: 40px;
}

.form .input_from .iti {
    width: 100% !important;
}

.form .input_from .iti__selected-flag {
    padding: 0 6px 6px 8px;
}

.form .input_from input,
.form .input_from textarea {
    width: 100% !important;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid grey;
    border-radius: 0;
    /* padding: 0 !important; */
    resize: none;
    color: #fff;
    font-size: 13px;
}

.form .input_from input:focus-visible,
.form .input_from textarea:focus-visible {
    outline: none;
}

.form .input_from textarea {
    max-height: 100px;
}

.form .input_from input[type="radio"] {
    accent-color: #fff;
    /* change this to your brand color */
}

.form .input_from ul.select_option {
    list-style: none;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px;
    padding-top: 30px;
}

.form .input_from ul.select_option li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.form .input_from ul.select_option li input {
    width: 18px !important;
    height: 18px;
}

.form .form__label {
    position: absolute;
    top: -12px;
    transition: 0.2s;
    pointer-events: none;
}

.form label {
    color: #fff;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 13px;
}

.form .form__field:focus {
    padding-bottom: 6px;
    border-image-slice: 1;
}

.form .form__field:focus~.form__label {
    position: absolute;
    top: -30px;
    transition: 0.2s;
}












/* responsive */
@media screen and (max-width: 1400px) {
    .sub_para::before {
        width: 24%;
        left: 4%;
        top: 10px;
    }

    .sub_para::after {
        width: 24%;
        top: 10px;
        right: 4%;
    }

    .tech_startup_section .process_card_1 h4 {
        font-size: 17px;
    }

    .tech_startup_section .process_card_1 P {
        font-weight: 500;
        font-size: 14px;
        line-height: 23px;
        letter-spacing: 0.2px;
        color: #ffffff;
        margin-bottom: 0;
    }

    .tech_startup_section :where(.process_card_1, .process_card_2, .process_card_3, .process_card_4, .process_card_5) time {
        font-size: 55px;
    }

    .getting_main_heading h1 {
        font-size: 45px;
    }

    .getting_main_heading p {
        font-size: 14px;
    }

    .process_card h5 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .process_card p {
        font-size: 14px;
    }

    .process_card h1 {
        font-size: 60px;
    }

    .process_card1 h1::after {
        left: 62px;
        bottom: 0;
        width: 220px;
        height: 100px;
    }

    .process_card2 h1::after {
        left: 71px;
        top: 120px;
        width: 230px;
    }

    .take_action img {
        width: 250px;
        right: 20px;
        top: 220px;
    }

    .get_in_touch_section .left_side .get_in_touch_slide .item h1 {
        font-weight: 400;
        line-height: 50px;
        font-size: 42px;
        font-family: "Bebas Neue";
    }

    .get_in_touch_section .left_side .get_in_touch_slide .item p {
        font-weight: 400;
        font-size: 13px;
        line-height: 25px;
        letter-spacing: 0%;
    }

    .get_in_touch_section .left_side .get_in_touch_slide .item h3 {
        font-weight: 400;
        font-size: 35px;
        line-height: 44px;
        letter-spacing: 0%;
        font-family: "Bebas Neue";
    }

    .get_in_touch_section .left_side .save_drops p {
        font-size: 14px !important;
    }
}




@media screen and (max-width: 1200px) {
    .tech_startup_section .row {
        justify-content: center;
        row-gap: 20px;
    }

    .tech_startup_section .column_1 {
        width: 80%;
        display: flex;
        gap: 20px;
    }

    .tech_startup_section .column_1 .process_card_5,
    .tech_startup_section .column_1 .process_card_4,
    .tech_startup_section .column_1 .process_card_2,
    .tech_startup_section .column_1 .process_card_1 {
        width: 50%;
        height: 100%;
    }

    .tech_startup_section .column_2 {
        width: 80%;
    }

    .tech_startup_section .column_2 p br {
        display: none;
    }

    .common_heading {
        font-size: 45px;
        margin-bottom: 50px;
    }

    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .getting_main_heading h1 br {
        display: none;
    }

    .getting_main_heading p br {
        display: none;
    }

    .process_card1 h1::after {
        display: none;
    }

    .process_card2 h1::after {
        display: none;
    }

    .col-lg-3.col-md-6.process_card2,
    .col-lg-3.col-md-6.process_card1 {
        flex: 0 0 auto;
        width: 50%;
        display: flex;
        justify-content: center;
    }

    .process_card1 {
        margin-bottom: 20px;
    }

    .process_card2 {
        margin-top: 0px;
    }

    .process_card {
        width: 260px;
    }

    .smart_water_management {
        margin-top: 50px;
        padding: 40px;
        border-radius: 30px;
    }

    .smart_water_management .take_action h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .smart_water_management .take_action p {
        width: 60%;
    }

    .smart_water_management .take_action p br {
        display: none;
    }

    .smart_water_management .take_action img {
        width: 270px;
        right: 20px;
        top: 150px;
    }

    .frequently_question_section .faq-item {
        padding: 15px;
        margin-bottom: 25px;
    }

    .frequently_question_section .faq-number {
        font-size: 23px;
    }

    .frequently_question_section .faq-answer {
        font-size: 14px;
        line-height: 25px;
    }

    .frequently_question_section .faq-icon {
        width: 20px;
        height: 20px;
        border-radius: 6px;
        font-size: 14px;
    }

    .frequently_question_section .faq-question-text {
        font-size: 14px;
    }

    .get_in_touch_section .left_side .get_in_touch_slide {
        width: unset;
    }

    .get_in_touch_section .left_side .get_in_touch_slide .item h1 {
        font-weight: 400;
        line-height: 45px;
        font-size: 35px;
        font-family: "Bebas Neue";
    }
}


@media screen and (max-width: 992px) {
    .main_heading h1 br {
        display: none;
    }

    .main_heading h1 {
        font-size: 46px;
        line-height: 60px;
    }

    .main_heading p br {
        display: none;
    }

    .main_heading p {
        letter-spacing: 0px;
    }

    .shadows {
        margin: 30px 0px;
    }

    .sub_para {
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .sub_para::before {
        width: 24%;
        left: 1%;
    }

    .sub_para::after {
        width: 24%;
        right: 1%;
    }

    .tech_startup_section .column_2,
    .tech_startup_section .column_1 {
        width: 100%;
    }

    .common_heading {
        font-size: 35px;
        margin-bottom: 50px;
    }

    .ecosystem_card {
        padding: 20px;
    }

    .title_cards {
        font-size: 16px;
    }

    .getting_main_heading h1 {
        font-size: 33px;
        line-height: 50px;
    }

    .getting_main_heading p {
        font-size: 12px;
        line-height: 30px;
    }

    .getting_started_btn {
        font-size: 11px;
        padding: 12px 20px;
    }

    .smart_water_management .take_action img {
        display: none;
    }

    .smart_water_management .take_action h1 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .smart_water_management .take_action h1 br {
        display: none;
    }

    .smart_water_management .take_action p {
        margin-bottom: 20px;
        width: 100%;
    }

    .frequently_question_section .faq-item {
        padding: 30px;
        margin-bottom: 25px;
    }

    .frequently_question_section .faq-number {
        font-size: 25px;
    }

    .frequently_question_section .faq-icon {
        width: 32px;
        height: 32px;
        border-radius: 8px;
        font-size: 16px;
    }

    .frequently_question_section .faq-question-text {
        font-size: 16px;
    }

    .frequently_question_section .common_heading {
        font-size: 35px;
    }

    .frequently_question_section .common_para {
        font-size: 14px;
    }

    .get_in_touch_section .row .left_side .save_drops {
        display: flex;
        align-items: center;
        text-align: center;
        font-family: "Bebas Neue";
        justify-content: center;
    }

    .get_in_touch_section .row .col-lg-5 .form {
        margin-top: 30px;
    }

    .build_trust_section .common_heading {
        font-size: 40px;
    }

    .frequently_question_section {
        margin-top: 40px;
    }
}


@media screen and (max-width: 768px) {

    .sub_para::after,
    .partners_logo::before,
    .sub_para::before,
    .partners_logo::after {
        display: none;
    }

    .main_heading h1 {
        font-size: 33px;
        line-height: 45px;
    }

    .main_heading p {
        font-size: 14px;
        line-height: 27px;
        letter-spacing: 1px;
    }

    .shadows {
        font-size: 12px;
        padding: 9px 20px;
    }

    .tech_startup_section .column_1 {
        flex-wrap: wrap;
    }

    .tech_startup_section .column_1 .process_card_5,
    .tech_startup_section .column_1 .process_card_4,
    .tech_startup_section .column_1 .process_card_2,
    .tech_startup_section .column_1 .process_card_1 {
        width: 100%;
        height: unset;
        margin: 0;
    }

    .cards-container {
        flex-direction: column;
        align-items: center;
    }

    .ecosystem_card {
        min-width: 100%;
        max-width: 100%;
    }

    .common_heading {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .partner_ecosystem {
        padding: 20px 0px;
    }

    .cards-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .sectors_card {
        padding: 32px;
    }

    .why_partners_section .common_para {
        font-size: 16px;
    }

    .why_partners_section .common_para {
        line-height: 35px;
    }

    .getting_main_heading h1 {
        font-size: 26px;
        line-height: 45px;
    }

    .process_card p br {
        display: none;
    }

    .smart_water_management {
        margin-top: 50px;
        padding: 25px;
    }

    .smart_water_management .take_action h1 {
        font-size: 25px;
        line-height: 40px;
    }

    .build_trust_section .common_heading {
        font-size: 30px;
    }
}

@media screen and (max-width: 650px) {

    .col-lg-3.col-md-6.process_card2,
    .col-lg-3.col-md-6.process_card1 {
        width: 100%;
    }
}

@media screen and (max-width: 540px) {
    .main_heading h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .sub_para {
        font-size: 10px;
    }

    .tech_startup_section :where(.process_card_1, .process_card_2, .process_card_3, .process_card_4, .process_card_5) time {
        font-size: 40px;
    }

    .process_card_3 p:nth-of-type(1) {
        font-weight: 400;
        font-size: 18px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .process_card_3 p:nth-of-type(2) {
        font-size: 18px;
        line-height: 35px;
    }

    .title_cards {
        font-size: 15px;
    }

    .getting_main_heading h1 {
        font-size: 21px;
        line-height: 40px;
    }

    .getting_started_btn {
        font-size: 10px;
        padding: 10px 15px;
    }

    .build_trust_section {
        margin-top: 30px;
    }

    .build_trust_section .common_heading {
        font-size: 30px !important;
    }

    .build_trust_section .common_para {
        font-size: 14px;
    }

    .smart_water_management {
        border-radius: 20px;
    }

    .frequently_question_section .faq-answer {
        padding-left: 0px;
    }

    .frequently_question_section .faq-number {
        display: none;
    }

    .frequently_question_section .faq-item {
        padding: 15px;
        margin-bottom: 25px;
    }

    .frequently_question_section .faq-question-text {
        font-size: 13px;
    }

    .frequently_question_section .faq-icon {
        width: 21px;
        height: 21px;
        font-size: 14px;
    }

    .frequently_question_section .common_heading {
        font-size: 25px;
    }

    .get_in_touch_section {
        padding: 30px 0px;
    }

    .get_in_touch_section .left_side h1 {
        font-size: 40px;
    }

    .get_in_touch_section .left_side p br {
        display: none;
    }

    .get_in_touch_section .left_side .get_in_touch_slide .item h1 {
        line-height: 34px;
        font-size: 25px;
    }

    .get_in_touch_section .left_side .get_in_touch_slide .item h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .get_in_touch_section .left_side .get_in_touch_slide {
        padding: 10px;
    }
}


@media (max-width: 480px) {
    .sectors_card {
        padding: 15px;
    }
}


@media only screen and (max-width: 991px) {
    .resp-menu i {
        color: #ffffff;
    }
}

.dropdown.new-dropdown>img {
    filter: brightness(0) invert(1);
}

section.header.fixed .header-left .dropdown.new-dropdown>img {
    filter: unset;
}

@media screen and (max-width: 500px) {
    .main_heading {
        padding-top: 130px;
    }

    .tech_startup_section .start_up_section {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .process_card_3::after {
        display: none;
    }

    .process_card h1 {
        font-size: 40px;
    }

    .build_trust_section {
        margin-top: 0;
    }
}