@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary: #159b83;
    --secondary: #342d85;
    --black: #0D121E;
    --grey-color: #00000080;
    --blue-color: #e0e7ff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
}

body {
    background-color: #ffffff;
    font-family: "Poppins", sans-serif !important;
    position: relative;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 20px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media only screen and (min-width: 1280px) {
    .container {
        padding: 13px 0px;
    }
}

.landing .bannerContact {
    height: 20vh;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.landing .bannerContact .bannerContent {
    position: relative;
    z-index: 5;
    line-height: 1.4;
}

.landing .bannerContact .bannerContent .logo img {
    width: 150px;
}


.landing .bannerContact .bannerContent h1 {
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 500;
}

.landing .bannerContact .bannerContent h1 span {
    color: var(--primary);
}

@media only screen and (min-width: 640px) {
    .landing .bannerContact .bannerContent h1 {
        font-size: 45px;
    }
}

.landing .bannerContact .bannerContent p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}

@media only screen and (min-width: 640px) {
    .landing .bannerContact .bannerContent p {
        font-size: 24px;
    }
}

.landing .contactFormSection {
    padding: 10px 0px 30px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    position: relative;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.landing .contactFormSection .contactFormHeader {
    line-height: 1.2;
    border-left: 4px solid var(--primary);
    padding-left: 15px;
    max-width: 800px;
    margin: auto;
}

.landing .contactFormSection .contactFormHeader span {
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 600;
}

.landing .contactFormSection .contactFormHeader h1 {
    color: var(--secondary);
    font-size: 30px;
    font-weight: 500;
}

@media only screen and (min-width: 992px) {
    .landing .contactFormSection .contactFormHeader h1 {
        font-size: 35px;
    }
}

.landing .contactFormSection .contactFormHeader p {
    color: var(--grey-color);
    font-size: 17px;
    margin-top: 4px;
}

@media only screen and (min-width: 640px) {
    .landing .contactFormSection .contactFormHeader p {
        font-size: 20px;
    }
}

.landing .contactFormSection .contactFormGrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 800px;
    margin: 20px auto 0px;
}


.landing .contactFormSection .contactFormGrid form .grid-inputs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

@media only screen and (min-width: 992px) {
    .landing .contactFormSection .contactFormGrid form .grid-inputs {
        grid-template-columns: 1fr;
    }
}

.landing .contactFormSection .contactFormGrid form .inputGroup {
    margin-bottom: 10px;
}

.landing .contactFormSection .contactFormGrid form .inputGroup .input-wrapper {
    position: relative;
}

.landing .contactFormSection .contactFormGrid form .inputGroup .input-wrapper svg {
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    left: 15px;
    font-size: 22px;
    color: var(--primary);
}

.landing .contactFormSection .contactFormGrid form .inputGroup .input-wrapper svg.input-icon_textarea {
    top: 10%;
    transform: translateY(0%);
}

.landing .contactFormSection .contactFormGrid form .inputGroup input {
    width: 100%;
    margin-top: 7px;
    padding: 10px 20px 10px 45px;
    font-size: 18px;
    border-radius: 10px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.178);
}

.landing .contactFormSection .contactFormGrid form .inputGroup textarea {
    width: 100%;
    margin-top: 7px;
    padding: 8px 20px 8px 45px;
    font-size: 18px;
    border-radius: 10px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.178);
    min-height: 200px;
}

.landing .contactFormSection .contactFormGrid form button {
    display: block;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 40px;
    transition: 0.5s;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    background-color: var(--primary);
    color: #f9f9f9;
    border: 1px solid var(--primary);
    margin-top: 10px;
}

.landing .contactFormSection .contactFormGrid form button:hover {
    color: var(--primary);
    background-color: transparent;
}

.landing .contactFormSection .contactFormGrid .contactInfo p {
    font-size: 17px;
    color: var(--grey-color);
}

.landing .contactFormSection .contactFormGrid .contactInfo p strong {
    color: var(--primary);
    font-size: 25px;
    font-weight: 500;
}

.landing .contactFormSection .contactFormGrid .contactInfo h2 {
    color: var(--primary);
    font-weight: 500;
    margin-top: 20px;
}

.landing .contactFormSection .contactFormGrid .contactInfo ul {
    list-style: none;
}

.landing .contactFormSection .contactFormGrid .contactInfo ul li {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.landing .contactFormSection .contactFormGrid .contactInfo ul li .contactInfoIcon svg {
    color: var(--primary);
    font-size: 20px;
    position: relative;
    top: 5px;
}

.landing .contactFormSection .contactFormGrid .contactInfo ul li a {
    color: var(--grey-color);
    font-weight: 400;
    font-size: 20px;
}

.landing .contactFormSection .contactFormGrid .contactInfo .socialLinks {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

@media only screen and (min-width: 640px) {
    .landing .contactFormSection .contactFormGrid .contactInfo .socialLinks {
        justify-content: start;
    }
}

.landing .contactFormSection .contactFormGrid .contactInfo .socialLinks a {
    width: 40px;
    height: 40px;
    background-color: var(--primary);
    border-radius: 50%;
    border: 1px solid var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 25px;
    cursor: pointer;
    transition: 0.5s;
}

.landing .contactFormSection .contactFormGrid .contactInfo .socialLinks a:hover {
    background-color: #ffffff;
    color: var(--primary);
}


form .radios {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 10px 0px;
}

form .radios input[type="radio"] {
    display: none;
}

form .radios label {
    border: 1px solid rgb(35 35 35 / 15%);
    padding: 14px 20px;
    font-size: 20px;
    color: #0000009b;
    border-radius: 6px;
    display: block;
    cursor: pointer;
    transition: 0.5s;
    width: 100%;
    text-align: center;
}

form input[type="radio"]:checked+label {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: #ffffff;
}

form h3 {
    font-weight: 600;
    font-size: 25px;
    color: var(--primary);
    margin-top: 15px;
}

form p {
    font-size: 17px;
    color: var(--grey-color);
}


form input[type="date"] {
    border: 1px solid var(--primary);
    width: 250px;
    padding: 15px;
    border-radius: 10px;
    font-size: 20px;
    outline: none;
    margin: 10px 0px;
}

.whatss {
    position: fixed;
    color: white;
    border-radius: 50%;
    right: 25px;
    bottom: 50px;
    cursor: pointer;
    transition: 0.5s;
    z-index: 100;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 50;
    width: 70px;
    height: 70px;
}

.whatss .whatss_button {
    width: 70px;
    height: 70px;
    background-color: #4aae20;
    border: 1px solid var(--primary);
    color: white;
    border-radius: 50%;
    right: 40px;
    bottom: 100px;
    cursor: pointer;
    transition: 0.5s;
    z-index: 100;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 50;
}

.whatss .intro-banner-vdo-play-btn {
    position: absolute;
    left: -24px;
    top: -27px;
}

.whatss .ripple {
    position: absolute;
    width: 120px;
    height: 120px;
    opacity: 0;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
}

.whatss .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: 0.3s;
}

.whatss .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: 0.6s;
}

.whatss .pinkBg {
    background-color: #4aae20 !important;
    background: linear-gradient(90deg, #4aae20, #4aae20);
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Der Hauptcontainer für das Pop-up, der den gesamten Bildschirm abdeckt.
   Es hat einen halbtransparenten Hintergrund, um den Fokus auf den Inhalt zu legen. */
.showPass {
    height: 100vh;
    /* Die Höhe nimmt den gesamten Viewport ein */
    background-color: rgba(0, 0, 0, 0.224);
    /* Ein halbtransparenter schwarzer Hintergrund */
    position: fixed;
    /* Fixiert die Position relativ zum Viewport */
    top: 0;
    /* Beginnt oben im Viewport */
    left: 0;
    /* Beginnt links im Viewport */
    width: 100%;
    /* Deckt die gesamte Breite des Viewports ab */
    opacity: 1;
    /* Vollständig sichtbar */
    transition: 0.5s;
    /* Sanfter Übergang für Sichtbarkeitsänderungen */
    z-index: 10000000;
    /* Sehr hoher Stapelwert, um sicherzustellen, dass es über anderen Elementen liegt */
}

/* Styling für den Zustand, in dem das Pop-up versteckt wird */
.showPass.hidePass {
    opacity: 0;
    /* Macht das Pop-up unsichtbar */
    z-index: -1;
    /* Bringt es hinter andere Elemente */
}

/* Der unsichtbare Overlay-Hintergrund, der Klicks abfangen kann,
   wenn das Pop-up geöffnet ist. */
.showPass .closeModel {
    height: 100vh;
    /* Gleiche Höhe wie das übergeordnete .showPass */
    background-color: rgba(0, 0, 0, 0.224);
    /* Halbtransparenter schwarzer Hintergrund */
    position: absolute;
    /* Absolute Positionierung innerhalb von .showPass */
    top: 0;
    /* Beginnt oben im Container */
    left: 0;
    /* Beginnt links im Container */
    width: 100%;
    /* Deckt die gesamte Breite ab */
    z-index: 1;
    /* Liegt unterhalb des Inhalts, aber über anderen Seitenelementen */
}

/* Der Container für den tatsächlichen Inhalt des Pop-ups */
.showPass .content {
    position: absolute;
    /* Absolute Positionierung innerhalb von .showPass */
    top: 50%;
    /* Zentriert vertikal */
    left: 50%;
    /* Zentriert horizontal */
    transform: translate(-50%, -50%);
    /* Verschiebt das Element um die Hälfte seiner Breite und Höhe, um es perfekt zu zentrieren */
    background-color: #ffffff;
    /* Weißer Hintergrund für den Inhalt */
    max-width: 500px;
    /* Maximale Breite des Containers */
    width: 93%;
    /* Breite in Relation zum Viewport (vermeidet, dass es zu breit wird) */
    padding: 20px 15px;
    /* Innenabstand um den Inhalt */
    border-radius: 12px;
    /* Abgerundete Ecken */
    z-index: 2;
    /* Liegt über dem Overlay-Hintergrund */
}

/* Zentriert den inneren Inhalt */
.showPass .content div {
    width: fit-content;
    /* Passt die Breite an den Inhalt an */
    margin: auto;
    /* Zentriert das Element horizontal */
}

/* Styling für die Überschrift im Pop-up */
.showPass .content div h1 {
    text-align: center !important;
    /* Zentriert den Text */
    font-size: 20px;
    /* Schriftgröße der Überschrift */
}

/* Styling für die Absätze im Pop-up */
.showPass .content div p {
    margin: 25px 0px !important;
    /* Abstand oberhalb und unterhalb der Absätze */
    font-size: 16px;
    /* Schriftgröße für den Text */
}

/* Styling für den Button im Pop-up */
.showPass .content div button {
    background-color: #0071e3;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    margin: 10px auto;
    /* zentrieren */
    margin-bottom: 3px;
    font-size: 16px;
}