* {
    padding: 0;
    margin: 0;
}

*:focus-visible {
    outline: 3px solid #12464D !important;
    outline-offset: 2px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.8) !important;
    z-index: 99999;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.skip-link {
    position: absolute;
    top: -9999px;
    right: 20px;
    /* RTL */
    background: #fff;
    color: #12464D;
    padding: 15px 25px;
    z-index: 100000;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    border-radius: 8px;
    border: 2px solid #12464D;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.skip-link:focus {
    top: 20px;
    opacity: 1;
}

body {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    padding-top: 236px;
}

#whatsapp-btn {
    height: 91px;
    width: 91px;
    background-image: url("images/whatsapp-btn.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

header {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    background: white;
    width: calc(100% - 174px);
    margin: auto;
    padding: 68px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 100px;
    margin-left: 0.5rem;
}

#header-right {
    display: flex;
    align-items: center;
}

#phone-btn {
    background-color: #CCBFEF;
    height: 43px;
    width: 43px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 18px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

#phone-icon {
    background-image: url("images/phone-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 24px;
    transition: 0.3s ease-in-out
}

#phone-number {
    opacity: 0;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #12464D;
    display: none;
}

#header-socials {}

#header-socials img {
    margin-left: 5px;
    height: 30px;
}

#hamburger {
    cursor: pointer;
    background-image: url("images/hamburger.svg");
    background-color: transparent !important;
    /* Reset default button bg */
    border: none !important;
    /* Reset default button border */
    background-size: contain;
    background-repeat: no-repeat;
    width: 57px;
    height: 29px;
    margin-left: 20px;
    padding: 0 !important;
}


#hero-bg {
    background-image: url("images/hero-bg.png");
    background-size: cover;
    background-position: center;
    height: 795px;
    position: relative;
    border-radius: 58px;
}

#scroll-btn {
    position: absolute;
    bottom: 190px;
    right: -78px;
    transform: translateX(-50%);
    background-image: url("images/scroll-btn.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 78px;
    height: 78px;
}

.hero {
    width: calc(100% - 174px);
    margin: auto;
    position: relative;
}

#hero-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("images/hero-badge.svg");
    height: 180px;
    width: 231px;
}

#hero-title {
    position: absolute;
    background-image: url("images/hero-title.svg");
    background-size: contain;
    background-repeat: no-repeat;
    left: -44px;
    right: -44px;
    bottom: -9px;
}

#about-section {
    width: calc(100% - 174px);
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 31px;
    margin-top: 48px;
    margin-bottom: 90px;
}

#about-right,
#about-left {}

#about-right {
    background: #CCBFEF;
    border-radius: 58px;
    padding: 57px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#about-right-title {
    color: #12464D;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 53px;
}

#about-right-text {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 29px;
    text-align: right;
}

#about-right-bold {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 38px;
    text-align: right;
    color: #12464D;
    max-width: 80%
}

#about-left {
    background-image: url("images/about-left.png");
    height: 696px;
    border-radius: 58px;
    background-position: center center;
    background-size: cover;
}

#services-section {
    width: calc(100% - 174px);
    margin: auto;
    background: #12464D;
    padding: 20px 131px;
    box-sizing: border-box;
    border-radius: 58px;
    ;
}

#services-title {
    font-style: normal;
    font-weight: 800;
    font-size: 70px;
    text-align: center;
    color: #D5E7CB;
}

#services-rows {}

.service-row {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.service-row.double {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 23px;
}

.service-item {
    color: #12464D;
    background: #D5E7CB;
    border-radius: 58px;
    text-align: center;
    padding: 54px 44px;
}

.service-item h2 {
    font-size: 36px;
    line-height: 34px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.service-item p {
    font-size: 20px;
    font-weight: 300
}

#services-subtitle {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    /* or 522% */
    text-align: center;
    color: #D5E7CB;
    margin-top: 20px;
    margin-bottom: -20px;
}

/* Why section */
#why-section {
    background: #d3c2f1;
    border-radius: 60px;
    padding: 40px 200px;
    text-align: center;
    margin-top: 68px;
    padding-bottom: 80px;
}

#why-section h1 {
    color: #003b3b;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 40px;
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    text-align: right;
    max-width: 600px;
    margin: auto;
}

.feature {
    max-width: 250px;
}

.feature h2 {
    font-size: 40px;
    font-weight: 700;
    color: #003b3b;
}

.feature p {
    font-size: 20px;
    color: #003b3b;
}

/* Why2 section */
#why2-section {
    color: #d9eacb;
    text-align: center;
    padding: 40px 20px;
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

#why2-bg {
    background-image: url("images/why2-bg.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 320px;
    right: -270px;
    width: 1101px;
    height: 864px
}

#why2-title {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 50px;
}

#why2-items {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why-item {
    display: flex;
    align-items: center;
    border-radius: 4px;
    min-width: 320px;
    position: relative;
    margin-bottom: -13px;
}

.why-item-num {
    font-size: 170px;
    font-weight: 900;
    color: #d9eacb;
    margin-right: 20px;
    flex-shrink: 0;
    width: 300px;
    margin-right: -80px;
}

.why-item-text {
    font-size: 40px;
    text-align: right;
    color: #d9eacb;
    position: absolute;
    right: 200px;
    width: 100%
}

/* Faq section */
#faq-section {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    max-width: 630px;
    margin: auto;
    margin-top: 150px;
}

.faq-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #d9eacb;
    padding: 10px 10px;
    border-radius: 58px;
    font-size: 20px;
    color: #003b3b;
    width: 100%;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
    position: relative;
    height: 50px;
    background: transparent;
    border: none;
    padding: 0;
    /* Reset default padding */
}

.faq-icon {
    font-size: 20px;
    margin-right: 16px;
    background: #003b3b;
    color: #d9eacb;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-image: url("images/faq-arrow.svg");
    background-repeat: no-repeat;
    background-size: 22.5px;
    background-position: center;
    position: absolute;
    left: 5px;
}

.faq-text {
    text-align: center;
    flex: 1;
    padding-left: 50px;
}

.faq-item.open .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    font-size: 1rem;
    color: #003b3b;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    padding-left: 50px;
    max-width: 70%;
}

/* Contact section */
#contact-section {
    width: calc(100% - 174px);
    margin: auto;
    border-radius: 58px;
    margin-top: 3px;
    background: #d9eacb;
    text-align: center;
    padding: 40px 20px;
    box-sizing: border-box;
    margin-bottom: 68px;
}

#contact-section h2 {
    font-weight: 700;
    color: #003b3b;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 800;
    font-size: 70px;
    line-height: 66px;
}

#contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 476px;
    margin: auto;
    margin-top: 50px;
}

#contact-form input {
    border: 1px solid #12464D;
    border-radius: 58px;
    background: transparent;
    color: #12464D;
    text-align: center;
    height: 44px;
    font-size: 20px;
}

#contact-form button {
    background: #12464D;
    color: #CCBFEF;
    font-weight: 700;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 58px;
    height: 44px;
}

.contact-info {
    margin-top: 30px;
    color: #003b3b;
    font-size: 0.9rem;
    max-width: 476px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    margin-top: 17px;
}

.textuals {
    text-align: right;
    font-size: 20px;
}

.socials {
    margin-top: 20px;
}

.socials a img {
    width: 31px;
    height: 31px;
}

.socials a img:first-child {
    margin-left: 4px;
}

#form-feedback {
    margin-top: 10px;
    font-size: 0.95rem;
    color: red;
    text-align: center;
}

#form-feedback.success {
    color: green;
}

/* Floating nav */
#floating-nav {
    background: #003b3b;
    padding: 40px 60px;
    border-radius: 0 0 60px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    height: 224px;
    display: none;
}

#floating-nav #phone-btn {
    position: absolute;
    top: 50%;
    left: 140px;
    transform: translateY(-50%);
}

#floating-nav-close {
    font-size: 2rem;
    color: #d9eacb;
    cursor: pointer;
    flex-shrink: 0;
    background-image: url("images/menu-close.svg");
    background-color: transparent !important;
    /* Reset default button bg */
    border: none !important;
    /* Reset default button border */
    padding: 0 !important;
    background-size: contain;
    height: 29px;
    width: 22px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 140px;
    transform: translateY(-50%);
}

#floating-nav-phone {
    width: 48px;
    height: 48px;
    background: #c88ae2 url('phone-icon.svg') center center no-repeat;
    background-size: 60%;
    border-radius: 50%;
    flex-shrink: 0;
}

#floating-nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    flex: 1;
    justify-content: center;
}

#floating-nav-links a {
    color: white;
    font-size: 20px;
    text-decoration: none;
    transition: color 0.2s;
    position: relative;
}

#floating-nav-links a.active:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #d9eacb;

}

#floating-nav-links a:hover {
    color: #d9eacb;
}

@media screen and (min-width: 768px) {
    #phone-btn:hover {
        width: 191px;
        text-align: center;
        border-radius: 78px;
    }

    #phone-btn:hover #phone-number {
        opacity: 1;
        display: block;
    }

    #phone-btn:hover #phone-icon {
        opacity: 0;
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .hero {
        width: 90%;
    }

    #about-section {
        width: 90%;
        grid-template-columns: 1fr;
    }

    #about-right-bold {
        max-width: 100%;
        margin-top: 10px;
        font-size: 20px;
    }

    #about-right {
        margin-bottom: 20px;
    }

    #about-left {
        height: 400px;
        background-size: cover;
    }

    #services-section {
        width: 90%;
        padding: 20px 20px;
    }

    .service-row.double {
        grid-template-columns: 1fr;
    }

    .service-row.double .service-item:first-child {
        margin-bottom: 20px;
    }

    #why-section {
        padding: 40px 20px;
    }

    #why2-title {
        font-size: 30px;
    }

    .why-item-num {
        font-size: 70px;
        margin-right: 25px;
        margin-bottom: 20px;
        position: static;
        width: 100px;
    }

    .why-item-text {
        font-size: 20px;
        right: 140px;
    }

    #why2-bg {
        width: 335px;
        height: 386px;
        right: -45px;
        top: 200px;
    }

    #faq-section {
        margin-top: 0;
    }

    .faq-item {
        font-size: 16px;
    }

    #contact-section {
        width: 90%;
    }

    #why-section h1 {
        font-size: 30px;
    }

    .service-item p {
        font-size: 16px;
    }

    .service-item h2 {
        font-size: 28px;
    }

    #services-title {
        font-size: 30px;
    }

    .features {
        justify-content: flex-start;
        flex-direction: column;
    }

    #contact-section h2 {
        font-size: 40px;
    }

    #hero-title {
        left: -2%;
        right: -2%;
    }

    #hero-bg {
        height: 400px;
    }

    #scroll-btn {
        width: 40px;
        height: 40px;
        right: -33px;
        bottom: 100px;
    }

    #about-right-text {
        font-size: 17px;
    }

    #about-right-title {
        font-size: 28px;
    }

    #services-subtitle {
        font-size: 25px;
    }

    .feature {
        text-align: center;
    }

    .feature h2 {
        font-size: 24px;
    }

    .feature p {
        font-size: 16px;
    }

    .logo img {
        height: 66px;
    }

    header {
        padding: 30px 0;
        width: 100%
    }

    #hamburger {
        width: 30px;
        margin-right: 10px;
        margin-top: 10px;
    }

    #header-socials img {
        /* height: 20px; */
    }

    body {
        padding-top: 110px;
    }

    #floating-nav-close {
        top: 40px;
        right: 40px;
    }

    #floating-nav #phone-btn {
        top: 40px;
        left: 40px;
    }

    #floating-nav {
        height: auto;
    }

    #floating-nav-links {
        margin-top: 50px;
        flex-direction: column;
    }

    #whatsapp-btn {
        height: 45px;
        width: 45px;
    }

    #about-right {
        padding: 20px;
        margin-bottom: 10px;
    }

    #about-left {
        /* background-image: url("images/about-left-mobile.jpeg"); */
    }

    .faq-text {
        padding-left: 50px;
        font-size: 15px;
    }

    .faq-icon {
        height: 35px;
        width: 35px;
    }
}

.logo-desktop {
    display: block;
}

.logo-mobile {
    display: none;
}

@media (max-width: 768px) {
    .logo-desktop {
        display: none;
    }

    .logo-mobile {
        display: block;
    }
}