@import url(https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);

*,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
    list-style: none;
    text-decoration: none
}

.form-control.error,
.form-control.valid {
    background-repeat: no-repeat;
    background-position: center right 6px;
    padding-right: 3rem;
    box-shadow: none
}

*,
.btn_green,
body {
    font-family: Cabin;
    font-style: normal
}

*,
a,
html {
    text-decoration: none
}

.contact_section .contact_grid,
.our_vision {
    grid-template-columns: 1fr 1fr;
    display: grid
}

:root {
    --primary: #27835e;
    --primary-dark: #276c50;
    --white: #ffffff;
    --text: #313131;
    --black: #000000;
    --dark-black: #0a1108;
    --light-gray: #1e2227;
    --red: #ff3654
}

* {
    color: var(--text)
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0
}

::selection {
    background: var(--text);
    color: var(--white)
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--primary) transparent;
    scroll-padding-top: 8rem
}

body {
    overflow-x: hidden
}

html::-webkit-scrollbar {
    width: 1rem
}

html::-webkit-scrollbar-track {
    background: 0 0
}

html::-webkit-scrollbar-thumb {
    background: var(--primary)
}

@media (min-width:1336px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1265px
    }
}

.form-control.valid {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8zMDFfMTg4NikiPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjI1IDdDMC4yNSAzLjI3MjA4IDMuMjcyMDggMC4yNSA3IDAuMjVDMTAuNzI2MSAwLjI1NDM0IDEzLjc0NTcgMy4yNzM4OCAxMy43NSA3QzEzLjc1IDEwLjcyNzkgMTAuNzI3OSAxMy43NSA3IDEzLjc1QzMuMjcyMDggMTMuNzUgMC4yNSAxMC43Mjc5IDAuMjUgN1pNNy4wNDYxMiAxMC4wODc2TDEwLjg5NjQgNC44NjI1QzExLjAyNjYgNC43MDEzOSAxMS4wNTc3IDQuNDgxNzkgMTAuOTc3NCA0LjI5MDg3QzEwLjg5NzEgNC4wOTk5NiAxMC43MTgzIDMuOTY4NjMgMTAuNTEyMSAzLjk0OTAyQzEwLjMwNiAzLjkyOTQyIDEwLjEwNTcgNC4wMjQ3MSA5Ljk5MDgxIDQuMTk3MDZMNi40ODgxMiA4Ljk1MDc1TDQuMTk1MzcgNy4xMTY0NEMzLjk1Mjc1IDYuOTIyMjggMy41OTg2NiA2Ljk2MTU2IDMuNDA0NSA3LjIwNDE5QzMuMjEwMzQgNy40NDY4MSAzLjI0OTYyIDcuODAwOSAzLjQ5MjI1IDcuOTk1MDZMNi4yNDE3NSAxMC4xOTMzQzYuMzYxOTUgMTAuMjg3MyA2LjUxNDg1IDEwLjMyOSA2LjY2NjExIDEwLjMwOTFDNi44MTczNyAxMC4yODkyIDYuOTU0MyAxMC4yMDk0IDcuMDQ2MTIgMTAuMDg3NloiIGZpbGw9IiMxM0JEMzgiLz4NCjwvZz4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJjbGlwMF8zMDFfMTg4NiI+DQo8cmVjdCB3aWR0aD0iMTMuNSIgaGVpZ2h0PSIxMy41IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4yNSAwLjI1KSIvPg0KPC9jbGlwUGF0aD4NCjwvZGVmcz4NCjwvc3ZnPg0K");
    border: 1px solid var(--primary) !important;
    background-size: 14px
}

.form-control.error {
    border: 1px solid var(--red) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-size: 16px
}

.btn_green,
.main_header .nav_items .contact_btn {
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px
}

label.error {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -.02em;
    color: var(--red) !important;
    margin-top: 6px
}

.btn_green {
    padding: 1.4rem 3.2rem;
    background: var(--primary);
    color: var(--white);
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block
}

.btn_green:hover {
    background: var(--primary-dark);
    color: var(--white)
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px)
}

.main_header,
.multi_procedure .inner_content .heading span::after,
.multi_procedure .inner_content .heading span::before,
.our_vision .content .heading span::after,
.our_vision .content .heading span::before {
    background-color: var(--white)
}

.cssLoader17 {
    position: relative;
    width: 5em;
    height: 5em;
    transform: rotate(165deg)
}

.cssLoader17:after,
.cssLoader17:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: .25rem;
    transform: translate(-50%, -50%)
}

.cssLoader17:before {
    animation: 2s infinite before
}

.cssLoader17:after {
    animation: 2s infinite after
}

@keyframes before {
    0% {
        width: 1rem;
        box-shadow: 2rem -1rem rgba(225, 20, 98, .75), -2rem 1rem rgba(111, 202, 220, .75)
    }

    35% {
        width: 5rem;
        box-shadow: 0 -1rem rgba(225, 20, 98, .75), 0 1rem rgba(111, 202, 220, .75)
    }

    70% {
        width: 1rem;
        box-shadow: -2rem -1rem rgba(225, 20, 98, .75), 2rem 1rem rgba(111, 202, 220, .75)
    }

    100% {
        box-shadow: 2rem -1rem rgba(225, 20, 98, .75), -2rem 1rem rgba(111, 202, 220, .75)
    }
}

@keyframes after {
    0% {
        height: 1rem;
        box-shadow: 1rem 2rem rgba(61, 184, 143, .75), -1rem -2rem rgba(233, 169, 32, .75)
    }

    35% {
        height: 5rem;
        box-shadow: 1rem 0 rgba(61, 184, 143, .75), -1rem 0 rgba(233, 169, 32, .75)
    }

    70% {
        height: 1rem;
        box-shadow: 1rem -2rem rgba(61, 184, 143, .75), -1rem 2rem rgba(233, 169, 32, .75)
    }

    100% {
        box-shadow: 1rem 2rem rgba(61, 184, 143, .75), -1rem -2rem rgba(233, 169, 32, .75)
    }
}

.main_header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999
}

.main_header.sticky {
    box-shadow: rgba(0, 0, 0, .05) 0 1px 2px 0
}

.main_header .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 0;
    height: 8rem;
    gap: 4rem
}

.main_header .header .logo img {
    height: 5.7rem;
    object-fit: contain
}

.main_header .header .nav_items {
    display: flex;
    align-items: center;
    gap: 3.2rem
}

.main_header .header .nav_items .nav_item.has_children .sub_menu .sub_item .sub_nav_link,
.main_header .header .nav_items .nav_link,
.main_header .nav_items .contact_btn {
    font-weight: 400;
    display: inline-block;
    font-family: Cabin;
    font-style: normal;
    text-transform: capitalize
}

.main_header .header .nav_items .nav_link {
    color: var(--text);
    font-size: 1.6rem;
    line-height: 2rem;
    text-decoration: none;
    position: relative;
    transition: .3s ease-out;
    white-space: nowrap;
    cursor: pointer;
    text-align: center
}

.about_us .content .text-content .text,
.section_heading {
    color: var(--text, #313131)
}

.main_header .header .nav_items .nav_link.active,
.main_header .header .nav_items .nav_link:hover {
    color: var(--primary)
}

.main_header .header .nav_items .nav_link.active::before,
.main_header .header .nav_items .nav_link:hover::before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 11;
    border-bottom: 2px solid var(--primary)
}

.main_header .header .nav_items .nav_item.has_children,
.seperator {
    position: relative
}

.main_header .header .nav_items .nav_item.has_children .sub_menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    min-width: 100%;
    z-index: 11;
    padding-left: 0;
    display: none
}

.main_header .header .nav_items .nav_item.has_children .sub_menu::before {
    content: "";
    height: 1rem;
    width: 100%;
    display: block;
    background-color: transparent
}

.main_header .header .nav_items .nav_item.has_children:hover .sub_menu {
    display: block
}

.main_header .header .nav_items .nav_item.has_children .sub_menu .sub_item .sub_nav_link {
    padding: 1rem 1.6rem;
    color: var(--text, #313131);
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    background-color: #fff
}

.main_header .header .nav_items .nav_item.has_children .sub_menu .sub_item .sub_nav_link.active,
.main_header .header .nav_items .nav_item.has_children .sub_menu .sub_item .sub_nav_link:hover {
    background-color: #e3eee3
}

.main_header .nav_items .contact_btn {
    background: var(--primary, #27835e);
    color: var(--background, #f5faf6);
    padding: 1.4rem 2.2rem
}

.section_heading,
.section_heading span {
    font-family: Inter;
    font-size: 4rem;
    line-height: 4.8rem
}

.contact_section .contact_grid .form_container #contact_form .submit_btn:hover,
.main_header .nav_items .contact_btn:hover {
    background-color: var(--primary-dark)
}

@media screen and (max-width:768px) {
    .main_header .header .hamburger {
        display: block !important
    }

    .main_header .header .nav_items {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--white);
        transition: .4s cubic-bezier(.6, -.28, .735, .045);
        justify-content: center;
        gap: 1.6rem;
        padding: 4rem 2rem;
        min-height: calc(100vh - 8rem);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        flex-direction: column;
        gap: 3rem
    }

    .main_header .header .nav_items.open {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
    }
}

.main_header .header .hamburger {
    display: none;
    width: 30px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

.main_header .header .hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--primary);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.main_header .header .hamburger span:first-child {
    top: 0
}

.main_header .header .hamburger span:nth-child(2) {
    top: 10px
}

.main_header .header .hamburger span:nth-child(3) {
    top: 20px
}

.main_header .header .hamburger.open span:first-child {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.main_header .header .hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -40px
}

.main_header .header .hamburger.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.hero_section .swiper-wrapper {
    min-height: calc(100vh - 8rem)
}

.hero_section .swiper-wrapper .swiper-slide {
    min-height: calc(100vh - 8rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    position: relative
}

.hero_section .swiper-wrapper .swiper-slide .background_image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.hero_section .swiper-wrapper .swiper-slide .content {
    z-index: 11;
    max-width: 60rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.2rem
}

.hero_section .swiper-wrapper .swiper-slide .content .mini_heading {
    color: var(--background, #f5faf6);
    font-family: Cabin;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase
}

.hero_section .swiper-wrapper .swiper-slide .content .main_heading,
.main_banner .banner_heading {
    color: var(--background, #f5faf6);
    font-family: Cabin;
    font-size: 7.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 8rem
}

.hero_section .swiper-wrapper .swiper-slide .content .sub_heading {
    color: var(--background, #f5faf6);
    font-family: Cabin;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-align: right
}

@media screen and (max-width:620px) {
    .hero_section .swiper-wrapper .swiper-slide .content .main_heading {
        font-size: 5.2rem;
        line-height: 6.2rem
    }
}

@media screen and (max-width:425px) {
    .hero_section .swiper-wrapper .swiper-slide .content .main_heading {
        font-size: 4rem;
        line-height: 6.2rem;
        text-align: center
    }

    .hero_section .swiper-wrapper .swiper-slide .content .mini_heading,
    .hero_section .swiper-wrapper .swiper-slide .content .sub_heading {
        text-align: center
    }
}

.hero_section .swiper-wrapper .swiper-slide .content .btn_green {
    width: fit-content;
    margin: 3.2rem auto auto
}

.hero_section .heroSlider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 60px;
    background: #cacaca;
    opacity: 1;
    transition: .3s
}

.hero_section .heroSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    height: 8px
}

.contact_section {
    padding: 10rem 0;
    overflow: hidden;
    position: relative
}

.contact_section .contact_grid {
    gap: 8rem
}

.our_vision .content::before,
.our_vision.rtl .content::before {
    content: "";
    height: 110%;
    border-left: 10px solid #fff;
    width: 8rem;
    position: absolute;
    top: 0;
    z-index: 1;
    background: var(--primary, #27835e)
}

.section_heading {
    font-style: normal;
    font-weight: 700;
    width: fit-content
}

.about_us .content .text-content .text,
.floating_text {
    font-family: Cabin;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-style: normal
}

.section_heading span {
    color: var(--primary, #27835e);
    font-style: normal;
    font-weight: 700
}

.about_us,
.business_model {
    padding: 10rem 0
}

.about_us .content {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: 1fr 41rem;
    gap: 2rem
}

.about_us .content .poster img,
.our_vision .poster img,
.product_yield .content .right_side img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.about_us .content .text-content,
.product_yield .content .left_side {
    display: flex;
    flex-direction: column;
    gap: 2.4rem
}

.about_us .content .text-content .read_more {
    color: #27835e;
    text-align: center;
    font-family: Cabin;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 1rem
}

.floating_text {
    color: var(--background, #f5faf6);
    background: #0a1108;
    padding: 2.4rem;
    position: relative;
    top: 7rem;
    right: 40%
}

.main_banner,
.multi_procedure,
.product_yield .content .left_side .list_items .list_item::before {
    background-position: center;
    background-repeat: no-repeat
}

.our_vision {
    max-width: 1440px;
    margin: auto;
    background-color: var(--primary);
    overflow: hidden
}

.our_vision .content {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    max-width: 62.5rem;
    padding: 2rem 2rem 2rem 6rem;
    position: relative
}

.our_vision .content::before {
    left: -4rem;
    transform: rotate(7deg)
}

.our_vision .content .heading,
.our_vision .content .heading span {
    color: #fff;
    font-family: Inter;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.8rem
}

.multi_procedure .inner_content .heading,
.multi_procedure .inner_content .heading span {
    color: var(--background, #f5faf6);
    font-family: Cabin;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px
}

.multi_procedure .inner_content .text,
.our_vision .content .text {
    color: var(--background, #f5faf6);
    font-family: Cabin;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.business_model .content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    gap: 10rem
}

.business_model .content .right_side img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center
}

.business_model .text,
.contact_section .contact_grid .form_container .text {
    color: var(--text, #313131);
    font-family: Cabin;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.multi_procedure {
    padding: 8rem 1rem;
    background-image: url(../images/multi_procedure_bg.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center
}

.multi_procedure .inner_content {
    max-width: 84rem;
    width: 100%;
    text-align: center
}

.problem_section {
    padding: 10rem 0;
    overflow: hidden
}

.problem_section .content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem
}

@media screen and (max-width:1200px) {
    .about_us .content {
        grid-template-columns: 100%
    }

    .about_us .content .poster img {
        object-fit: contain
    }

    .floating_text {
        position: unset
    }

    .our_vision .content {
        padding-left: 7rem
    }

    .problem_section .content {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:768px) {
    .problem_section .content {
        grid-template-columns: 100%
    }
}

.problem_section .content .problem_card {
    padding: 16px 16px 32px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    gap: 1.2rem
}

.problem_section .content .info_card {
    display: flex;
    align-items: center
}

.problem_section .content .info_card .heading,
.problem_section .content .info_card .heading span {
    color: var(--primary, #27835e);
    font-family: Cabin;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px
}

.problem_section .content .problem_card .title {
    color: var(--blue, #030f27);
    font-family: Cabin;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

.problem_section .content .problem_card .text {
    color: var(--text, #313131);
    font-family: Cabin;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.benefits_section {
    grid-template-columns: 1fr 1.5fr
}

.benefits_section .content {
    padding-top: 8rem;
    padding-bottom: 8rem;
    padding-left: 5rem;
    max-width: 71.7rem
}

.benefits_section .content::before {
    transform: rotate(6deg)
}

.benefits_section .content .solution_info {
    position: relative;
    z-index: 12
}

.benefits_section .content .solution_info .solution_list {
    display: flex;
    flex-direction: column;
    gap: 1.4rem
}

.benefits_section .content .solution_info .solution_list .list_item {
    color: var(--background, #f5faf6);
    font-family: Cabin;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    position: relative
}

.benefits_section .content .solution_info .solution_list .list_item::before {
    content: "";
    height: 12px;
    width: 12px;
    background-color: var(--white);
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: -2rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMDQ1NiA4LjI1QzQuOTkzNzggOC4yNSA0Ljk0NTIgOC4yNDE1NCA0Ljg5OTg2IDguMjI0NjNDNC44NTQ1MiA4LjIwNzk5IDQuODEyNDIgOC4xNzk1MyA0Ljc3MzU1IDguMTM5MjZMMy4xMDI0MSA2LjQwNzcyQzMuMDMxMTYgNi4zMzM4OSAyLjk5NzA5IDYuMjM4MTkgMy4wMDAxOSA2LjEyMDZDMy4wMDM1NiA2LjAwMzI5IDMuMDQwODcgNS45MDc3MiAzLjExMjEyIDUuODMzODlDMy4xODMzNyA1Ljc2MDA3IDMuMjc0MDYgNS43MjMxNSAzLjM4NDE3IDUuNzIzMTVDMy40OTQyOCA1LjcyMzE1IDMuNTg0OTcgNS43NjAwNyAzLjY1NjIyIDUuODMzODlMNS4wNDU2IDcuMjczNDlMOC4zMzkzMSAzLjg2MDc0QzguNDEwNTYgMy43ODY5MSA4LjUwMjkzIDMuNzUgOC42MTY0MSAzLjc1QzguNzI5NjQgMy43NSA4LjgyMTg3IDMuNzg2OTEgOC44OTMxMiAzLjg2MDc0QzguOTY0MzggMy45MzQ1NiA5IDQuMDMwMTMgOSA0LjE0NzQ1QzkgNC4yNjUwMyA4Ljk2NDM4IDQuMzYwNzQgOC44OTMxMiA0LjQzNDU2TDUuMzE3NjUgOC4xMzkyNkM1LjI3ODc4IDguMTc5NTMgNS4yMzY2OCA4LjIwNzk5IDUuMTkxMzQgOC4yMjQ2M0M1LjE0NiA4LjI0MTU0IDUuMDk3NDIgOC4yNSA1LjA0NTYgOC4yNVoiIGZpbGw9IiMyNzgzNUUiIHN0cm9rZT0iIzI3ODM1RSIgc3Ryb2tlLXdpZHRoPSIwLjQiLz4KPC9zdmc+Cg==);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 15
}

.main_banner {
    height: 40rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    background-size: cover
}

.main_banner .banner_text {
    color: var(--background, #f5faf6);
    text-align: center;
    font-family: Cabin;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.8rem;
    max-width: 81.5rem
}

.main_banner.disclamer_bg,
.main_banner.products_bg {
    background-image: url(../images/products_bg.png)
}

.product_yield .content {
    padding: 4rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 2rem
}

.product_yield .content .right_side {
    height: 100%
}

.disclaimer_content .title,
.product_yield .content .left_side .heading {
    color: var(--primary, #27835e);
    font-family: Cabin;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.2rem
}

.disclaimer_content .text,
.product_yield .content .left_side .list_items .list_item,
.product_yield .content .left_side .text {
    color: #474747;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: Cabin;
    font-style: normal
}

.product_yield .content .left_side .heading span {
    color: var(--text, #313131);
    font-family: Cabin;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.2rem
}

.product_yield .content .left_side .list_items {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-left: 3rem
}

.product_yield .content .left_side .list_items .list_item {
    position: relative
}

.product_yield .content .left_side .list_items .list_item::before {
    content: "";
    height: 2.4rem;
    width: 2.4rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzMwMV81NDMiIHN0eWxlPSJtYXNrLXR5cGU6bHVtaW5hbmNlIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxIiB5PSIxIiB3aWR0aD0iMjIiIGhlaWdodD0iMjIiPgo8cGF0aCBkPSJNMTIgMjJDMTMuMzEzNSAyMi4wMDE3IDE0LjYxNDMgMjEuNzQzOCAxNS44Mjc4IDIxLjI0MTJDMTcuMDQxMyAyMC43Mzg1IDE4LjE0MzUgMjAuMDAxIDE5LjA3MSAxOS4wNzFDMjAuMDAxIDE4LjE0MzUgMjAuNzM4NSAxNy4wNDEzIDIxLjI0MTIgMTUuODI3OEMyMS43NDM4IDE0LjYxNDMgMjIuMDAxNyAxMy4zMTM1IDIyIDEyQzIyLjAwMTcgMTAuNjg2NSAyMS43NDM4IDkuMzg1NyAyMS4yNDExIDguMTcyMjJDMjAuNzM4NSA2Ljk1ODc1IDIwLjAwMSA1Ljg1NjU2IDE5LjA3MSA0LjkyOTAxQzE4LjE0MzUgMy45OTkwMiAxNy4wNDEzIDMuMjYxNTEgMTUuODI3OCAyLjc1ODg1QzE0LjYxNDMgMi4yNTYxOSAxMy4zMTM1IDEuOTk4MzEgMTIgMi4wMDAwMUMxMC42ODY1IDEuOTk4MzMgOS4zODU3IDIuMjU2MjMgOC4xNzIyMiAyLjc1ODg5QzYuOTU4NzUgMy4yNjE1NCA1Ljg1NjU2IDMuOTk5MDQgNC45MjkwMSA0LjkyOTAxQzMuOTk5MDQgNS44NTY1NiAzLjI2MTU0IDYuOTU4NzUgMi43NTg4OSA4LjE3MjIyQzIuMjU2MjMgOS4zODU3IDEuOTk4MzMgMTAuNjg2NSAyLjAwMDAxIDEyQzEuOTk4MzEgMTMuMzEzNSAyLjI1NjE5IDE0LjYxNDMgMi43NTg4NSAxNS44Mjc4QzMuMjYxNTEgMTcuMDQxMyAzLjk5OTAyIDE4LjE0MzUgNC45MjkwMSAxOS4wNzFDNS44NTY1NiAyMC4wMDEgNi45NTg3NSAyMC43Mzg1IDguMTcyMjIgMjEuMjQxMUM5LjM4NTcgMjEuNzQzOCAxMC42ODY1IDIyLjAwMTcgMTIgMjJaIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik04IDEyTDExIDE1TDE3IDkiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF8zMDFfNTQzKSI+CjxwYXRoIGQ9Ik0wIDBIMjRWMjRIMFYwWiIgZmlsbD0iIzI3ODM1RSIvPgo8L2c+Cjwvc3ZnPgo=);
    background-size: cover;
    position: absolute;
    top: 1px;
    left: -3rem
}

.characteristics {
    padding: 8rem 0
}

.characteristics .main_wrapper {
    display: grid;
    grid-template-columns: 45% 45%;
    gap: 10%
}

.characteristics .main_wrapper .content .character_title {
    color: var(--primary, #27835e);
    font-family: Cabin;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

.characteristics .main_wrapper .content .characteristics_list {
    display: flex;
    flex-direction: column;
    gap: .8rem
}

.characteristics .main_wrapper .content .characteristics_list .item {
    color: var(--text, #313131);
    font-family: Cabin;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    list-style: disc
}

.swiper.thumbSlider,
.swiper.thumbSlider2,
.swiper.thumbSlider3 {
    width: 100%;
    height: 50rem;
}

.swiper.thumbSlider .swiper-slide img,
.swiper.thumbSlider2 .swiper-slide img,
.swiper.thumbSlider3 .swiper-slide img,
.swiper.thumbSlider4 .swiper-slide img,
.thumbs_slides .swiper-slide img,
.thumbs_slides2 .swiper-slide img,
.thumbs_slides3 .swiper-slide img,
.thumbs_slides4 .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1/1;
    border-radius: 7.17px;
}

.thumbs_container {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: auto minmax(0, 40rem) auto;
    align-items: center;
    gap: 1rem;
}

.thumbs_slides,
.thumbs_slides2,
.thumbs_slides3,
.thumbs_slides4 {
    height: 10rem;
    padding: 5px;
    width: 100%;
}

.thumbs_slides .swiper-slide,
.thumbs_slides .swiper-slide img,
.thumbs_slides2 .swiper-slide,
.thumbs_slides2 .swiper-slide img,
.thumbs_slides3 .swiper-slide,
.thumbs_slides3 .swiper-slide img,
.thumbs_slides4 .swiper-slide,
.thumbs_slides4 .swiper-slide img {
    border-radius: 7.17px;
}

.thumbs_slides .swiper-slide.swiper-slide-thumb-active,
.thumbs_slides2 .swiper-slide.swiper-slide-thumb-active,
.thumbs_slides3 .swiper-slide.swiper-slide-thumb-active,
.thumbs_slides4 .swiper-slide.swiper-slide-thumb-active {
    border-radius: 7.17px;
    outline: 1px solid var(--primary, #27835e);
    box-shadow: 0 0 4px 0 #27835e;
    outline-offset: 4px;
}

.thumbs_container .custom_btn_prev,
.thumbs_container .custom_btn_prev2,
.thumbs_container .custom_btn_prev3,
.thumbs_container .custom_btn_prev4 {
    display: flex;
    justify-content: end;
}

.thumbs_container .custom_btn_next,
.thumbs_container .custom_btn_next2,
.thumbs_container .custom_btn_next3,
.thumbs_container .custom_btn_next4 {
    display: flex;
    justify-content: start;
}

.our_vision.rtl {
    direction: rtl;
    grid-template-columns: 1fr 1.4fr
}

.our_vision.rtl .content {
    max-width: 76rem;
    width: 100%;
    padding-left: 2rem;
    padding-right: 4rem;
    direction: ltr
}

.our_vision.rtl .content::before {
    right: -4rem;
    left: auto;
    transform: rotate(171deg)
}

.misionary_grid {
    padding-top: 4rem;
    padding-bottom: 10rem
}

.misionary_grid img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px
}

.map_section {
    position: relative;
    z-index: 1
}

.map_section iframe {
    border-radius: 16px
}

.contact_section_page {
    background: #27835e;
    padding-top: 24.5rem;
    padding-bottom: 7.2rem;
    margin-top: -20rem
}

.contact_section_page .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12rem
}

.contact_section_page .content .left_side .title {
    color: var(--background, #f5faf6);
    font-family: Cabin;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.8rem
}

.contact_section_page .content .left_side .text {
    color: var(--background, #f5faf6);
    font-family: Cabin;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 2.4rem
}

.contact_section_page .content .left_side .items {
    margin-top: 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 4rem
}

.contact_section_page .content .left_side .items .item {
    display: grid;
    grid-template-columns: 4.4rem 1fr;
    align-items: center;
    gap: 1.8rem
}

.contact_section_page .content .left_side .items .item .info {
    display: flex;
    flex-direction: column
}

.contact_section_page .content .left_side .items .item .info .heading {
    color: var(--background, #f5faf6);
    font-family: Cabin;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
    letter-spacing: .36px
}

.contact_section_page .content .left_side .items .item .info .para {
    color: var(--background, #f5faf6);
    font-family: Cabin;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .28px
}

.contact_section_page .content .right_side .field .input-text {
    padding: 12px 20px;
    border-radius: 8px;
    border: 1px solid var(--gray-5, #e0e0e0);
    background-color: #fff;
    color: var(--text);
    font-family: Cabin;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .14px
}

.contact_section_page .content .right_side .field .input-text::placeholder {
    color: var(--gray-3, #828282)
}

.contact_section_page .content .right_side .submit_btn {
    padding: 12px 24px;
    border-radius: 8px;
    background: var(--background, #f5faf6);
    width: 100%;
    border: none;
    color: var(--primary, #27835e);
    font-family: Cabin;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.seperator::after,
.seperator::before {
    content: "";
    height: 3px;
    background-color: var(--primary);
    border-radius: 16px;
    position: absolute;
    top: 100%
}

.contact_section .contact_grid .form_container #contact_form .submit_btn,
.footer .content .copywrite,
.footer .content .items .item {
    color: var(--white, #fff);
    font-size: 16px;
    font-family: Cabin;
    font-style: normal
}

.contact_section_page .content .right_side .submit_btn:hover {
    background: var(--background, #cdf1d4)
}

.footer {
    background: #1e2227
}

.footer .content {
    padding: 1.8rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap
}

@media screen and (max-width:991px) {

    .benefits_section,
    .contact_section .contact_grid,
    .our_vision {
        grid-template-columns: 100%
    }

    .benefits_section .poster img,
    .contact_section .contact_grid .poster {
        height: 300px
    }

    .contact_section .contact_grid .form_container {
        margin: auto
    }

    .our_vision .content {
        max-width: 100%;
        padding: 5rem 1rem
    }

    .our_vision .content::before {
        content: "";
        height: 8rem;
        border-top: 10px solid #fff;
        border-left: unset;
        background: var(--primary, #27835e);
        width: 100%;
        position: absolute;
        left: 0;
        top: -27px;
        transform: rotate(3deg);
        z-index: 1
    }

    .business_model .content,
    .product_yield .content {
        display: flex;
        flex-direction: column-reverse
    }

    .benefits_section .content {
        max-width: 100%;
        padding-left: 1rem
    }

    .benefits_section .content::before {
        transform: rotate(3deg)
    }

    .characteristics .main_wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 5rem
    }

    .our_vision.rtl {
        direction: ltr;
        grid-template-columns: 100%
    }

    .our_vision.rtl .content {
        max-width: 100%
    }

    .our_vision.rtl .content::before {
        content: "";
        height: 6rem;
        border-left: unset;
        background: var(--primary, #27835e);
        width: 100%;
        position: absolute;
        right: -4rem;
        left: 0;
        top: -22px;
        transform: rotate(358deg);
        z-index: 1
    }

    .contact_section_page .content {
        grid-template-columns: 100%;
        gap: 4rem
    }

    .footer .content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .footer .content .items {
        justify-content: center
    }
}

.footer .content .copywrite {
    font-weight: 400;
    line-height: 24px
}

.footer .content .items {
    display: flex;
    align-items: center;
    gap: 2.2rem;
    flex-wrap: wrap
}

.footer .content .items .item {
    font-weight: 400;
    line-height: 20px
}

.contact_section .contact_grid .poster .google_map {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1.6rem
}

.contact_section .contact_grid .poster::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 30%;
    background-color: var(--primary);
    top: 0;
    left: 0;
    z-index: -1
}

@media screen and (max-width:991px) {
    .contact_section .contact_grid .poster::before {
        content: unset
    }
}

.contact_section .contact_grid .form_container .heading {
    color: #1e2125;
    font-family: Cabin;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.8rem
}

.contact_section .contact_grid .form_container .heading span {
    color: var(--primary, #27835e);
    font-family: Cabin;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.8rem
}

.seperator::before {
    width: calc(100% - 2rem);
    left: 0
}

.seperator::after {
    width: 1.2rem;
    left: calc(100% - 1.5rem)
}

.contact_section .contact_grid .form_container #contact_form {
    margin-top: 4rem
}

.contact_section .contact_grid .form_container #contact_form .field .input-text {
    border-radius: 8px;
    border: 1px solid var(--gray-5, #e0e0e0);
    background: #fff;
    padding: 12px 20px;
    color: var(--text);
    font-family: Cabin;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .14px
}

.contact_section .contact_grid .form_container #contact_form .field .input-text::placeholder {
    color: var(--gray-3, #828282)
}

.contact_section .contact_grid .form_container #contact_form .submit_btn {
    border-radius: 8px;
    background: var(--primary, #27835e);
    padding: 12px 24px;
    font-weight: 700;
    line-height: 24px;
    width: 100%;
    border: none
}

.contact_section .contact_grid .form_container .social_contact {
    margin-top: 3.2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.contact_section .contact_grid .form_container .social_contact .item {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 12px
}

.contact_section .contact_grid .form_container .social_contact .item .info {
    color: var(--black, #000);
    font-family: Cabin;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: .28px
}

.contact_section .contact_grid .form_container .social_contact .item .info span {
    color: #27835e;
    font-family: Cabin;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .28px;
    margin-left: 1rem
}

.disclaimer_content {
    padding-top: 4.8rem;
    padding-bottom: 10rem
}

@media (max-width:991px) {
    html {
        font-size: 55%
    }
}


/* adil css */
.goals-section {
    padding: 60px 0;
    background-color: #f9f9f9;
  }
  
  .goals-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  
  .image-col img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
  .text-col {
    padding: 20px;
  }
  
  .goals-text {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
  }
  
  .goals-author,
  .goals-position {
    font-weight: bold;
    color: #2e2e2e;
    font-size: 18px;
  }
  
  /* Animations */
  .animate-left {
    animation: slideInLeft 1s ease-in-out;
  }
  
  .animate-right {
    animation: slideInRight 1s ease-in-out;
  }
  
  @keyframes slideInLeft {
    from {
      opacity: 0;
      transform: translateX(-30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes slideInRight {
    from {
      opacity: 0;
      transform: translateX(30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  


  .footer .social-icons {
    margin-top: 10px;
  }
  
  .footer .social-icons .follow-text {
    margin-right: 10px;
    font-weight: 600;
    color: white;
    font-size: 16px;
  }
  
  .footer .social-icons a {
    margin: 0 8px;
    color: white;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s;
  }

  .footer .social-icons a i{
    color: white;
  }
  
  .footer .social-icons a i:hover {
    color: #27835e; /* LinkedIn blue or whichever matches platform */
  }