@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');


/* Base styles */
body {
    background-color: #161C2D;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    overflow-x: hidden;
    padding: 0;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(32px, 5vw, 62.21px);
    font-weight: 700;
    line-height: 70.65px;
    letter-spacing: -2.17px;
    margin-bottom: -2%;
    color: white;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(26px, 5vw, 46.97px);
    font-weight: 700;
    line-height: 62.63px;
    letter-spacing: -1.57px;
    margin-bottom: 4%;
    color: white;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 43px;
    font-weight: 700;
    line-height: 50.81px;
    color: white;
}

.orange {
    color: #FF7F50;
}


h4 {
    text-align: center;
    color: #FF7F50;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 23.44px;
}

main,
header {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

main {
    margin-top: 5%;
    scroll-margin-top: 100px;
}

header {
    margin: 20px auto 0;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap;
}

.menu {
    list-style: none;
    display: flex;
    gap: clamp(15px, 3vw, 35px);
    margin-left: auto;
    font-weight: 400;
    font-size: clamp(14px, 1.5vw, 15px);
    line-height: 26px;
    letter-spacing: -0.1px;
    padding: 0;
}

.menu li a {
    color: white;
    text-decoration: none;
}

.contact-us-button,
.download-button {
    background-color: #FF7F50;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.contact-us-button {
    width: clamp(120px, 20vw, 173px);
    height: 50px;
    font-size: clamp(14px, 1.5vw, 17px);
    font-weight: 400;
    margin-left: clamp(20px, 5vw, 100px);
}

.download-button {
    width: clamp(140px, 20vw, 173px);
    height: 57px;
    font-size: clamp(16px, 1.8vw, 18.48px);
    font-weight: 700;
    letter-spacing: -0.65px;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-icon {
    width: clamp(30px, 4vw, 44px);
    height: auto;
    aspect-ratio: 44/58.22;
}

.logo-title {
    font-family: 'Inter', sans-serif;
    color: #FF7F50;
    margin: 0;
    font-size: clamp(24px, 3.5vw, 37.45px);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.logo-subtitle {
    margin: 0;
    font-size: clamp(12px, 1.5vw, 14.98px);
    line-height: 1.17;
    font-weight: 700;
    color: #1E90FF;
}

.split-container {
    display: flex;
    width: 100%;
    position: relative;
    min-height: calc(100vh - 150px);
    gap: 20px;
}

.split-left,
.split-right {
    flex: 1;
    display: flex;
    color: white;
}

.left-content {
    margin-top: 5%;
}

.subtitle {
    font-size: clamp(16px, 2vw, 20.65px);
    line-height: 1.7;
    letter-spacing: -0.22px;
    opacity: 0.65;
    color: white;
}

.left-half {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}

.oval1,
.oval2,
.oval3 {
    position: absolute;
    left: 0;
    object-fit: cover;
}

.oval1 {
    width: 33%;
    height: 33vh;
}

.oval2 {
    width: 66%;
    height: 66vh;
}

.oval3 {
    width: 100%;
    height: 100vh;
}

.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: url('../assets/images/Wave_shape.svg') no-repeat bottom;
    background-size: cover;
    z-index: 0;
}

.image-container {
    position: relative;
    width: 100%;
    height: 95%;
    display: flex;
    justify-content: flex-end;
}

.illustration1 {
    border-radius: 18px;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.image-container-2 {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;

}

.learn-more-container {
    display: inline-block;
    margin-top: 20px;
}

.act-button {
    font-family: 'Roboto', sans-serif;
    font-size: 27.4px;
    font-weight: 700;
    text-decoration: none;
    color: #FF7F50;
    display: flex;
    align-items: center;
    gap: 60px;
}

.learn-more-button .arrow {
    width: 24px;
    height: 24px;
}

.split-container-main {
    display: flex;
    width: 100%;
    position: relative;
    gap: 20px;
    margin-bottom: 10%;
}

.split-right-main {
    flex: 1;
    display: flex;
    color: white;
    margin: auto;
}

.split-container-main-reverse {
    display: flex;
    width: 100%;
    position: relative;
    gap: 20px;
    margin-bottom: 10%;
}

.split-left-reverse,
.split-right-reverse {
    flex: 1;
    display: flex;
}

.split-left-reverse {
    display: flex;
    justify-content: center;
    align-items: center;
}

.split-right-reverse {
    display: flex;
    justify-content: flex-end;
}

.image-container-reverse {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#pricing {
    padding-top: 10px;
}

.pricing-section {
    width: 80%;
    margin: auto;
}

.title-price {
    font-family: 'Roboto', sans-serif;
    font-size: 55px;
    font-weight: 700;
    color: white;
    text-align: center;
    line-height: 64.45px;
}

.pricing-container {
    margin: auto;
    width: 50%;
    margin-bottom: 5%;
}

.toggle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}

.toggle-switch {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #6F7594;
}

.toggle-option {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    color: #A9B0D1;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.toggle-option.active {
    background-color: #FF7F50;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.09px;
    text-align: center;
}

.toggle-option:not(.active):hover {
    color: white;
    background-color: #6F7594;
}

.price-cards-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.price-card {
    background: #ffffff;
    border-radius: 50px;
    width: 35%;
    padding: 20px;
    text-align: center;
    margin: 0 40px;
    box-shadow: 0px 100px 100px 0px rgba(255, 255, 255, 0.2);

}

.price-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ECEDF1;
    padding-bottom: 15px;
}


.card-icon {
    margin-right: 15px;
}

.card-icon img {
    width: 90px;
    height: 90px;
}

.card-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.price-card h3 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #1C2348;
    font-weight: 500;
    line-height: 23.44px;
    margin: 0;
}

.price-card .price {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #1C2348;
    margin: 5px 0 0 0;
}

.price-card .price span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #A4A5AA;
    line-height: 18.75px;
}

.price-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.price-card-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.price-card-list li::after {
    content: '\f00c';
    color: green;
    font-size: 14px;
}

.price-card ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
}

.price-card ul li {
    margin: 10px 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #1C2348;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 18.75px;
}

.price-card-list li::after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: white;
    font-size: 10px;
    background-color: black;
    border-radius: 50%;
    padding: 2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
}


.price-card button {
    width: 100%;
    background: #F6F6F9;
    color: #050D35;
    margin-bottom: 5%;
    border: none;
    border-radius: 61px;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 21.09px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.price-card button:hover {
    background: #FF7F50;
}

.contacts {
    text-align: center;
    margin-top: 250px;
}

.contact-details-container {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 80px;
    align-items: stretch;
    width: 80%;
    margin: auto;
}

.contact-box {
    background-color: #FF7F50;
    padding: 80px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    justify-content: center;
    flex-basis: 30%;
    flex-grow: 1;
    flex-shrink: 0;
    position: relative;
}

.contact-box p.contact-box-title {
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 27.22px;
}

.contact-box p {
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 18.75px;
}

.contact-box .contact-icon i {
    font-size: 30px;
    margin-bottom: 10px;
    color: white;
}

.contact-box.main-branch {
    background-color: #3E3E3E;
    flex-basis: 40%;
    flex-grow: 1;
    flex-shrink: 0;
    padding: 30px 20px;
    margin: -20px 0;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-box.main-branch .inner-container {
    width: 80%;
    text-align: left;
    justify-content: center;
}

.contact-box.main-branch h5 {
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 27.22px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin-top: 0;
}

.contact-box.main-branch .contact-text {
    text-align: left;
    margin-bottom: 15px;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 5px;
}

.contact-box.main-branch .contact-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color: #ffffff;

}

.contact-box.main-branch .contact-text p span {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16.73px;
    line-height: 19.6x;
    color: #ffffff;
}

.contact-box.main-branch .contact-text:last-child {
    margin-bottom: 0;
}


.contact-form {
    background-color: #000000;
    margin-top: 150px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.contact-form h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    line-height: 41px;
    margin-bottom: 30px;
    padding-top: 30px;
}

.contact-form .orange {
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #ff7f50;
    line-height: 41px;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin: 0 auto;
    gap: 22.5px;
}

.contact-form .form-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    gap: 22.5px;
}

.contact-form .form-row input,
.contact-form .form-row textarea {
    background-color: #ffffff73;
    padding: 15px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 15.82px;
}

.contact-form .form-row input::placeholder,
.contact-form .form-row textarea::placeholder {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 15.82px;
}

.contact-form .form-row input {
    width: 48%;
    border: 0.75px solid #ffffff;
    border-radius: 3px;
}

.contact-form .form-row input {
    width: 100%;
    border: 0.75px solid #ffffff;
    border-radius: 3px;
}

.contact-form .form-row textarea {
    width: 100%;
    height: 80px;
    border: 0.75px solid #ffffff;
    resize: none;
}

.contact-form .submit-button {
    background-color: #ff7f50;
    color: #fff;
    border: none;
    padding: 15px 45px;
    font-size: 16px;
    cursor: pointer;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 17.58px;
    transition: background-color 0.3s ease;
    margin-bottom: 5%;
}

.contact-form .submit-button:hover {
    background-color: #ffaf8c;
    transition: background-color 0.3s ease;
}

.footer {
    background-color: #121212;
    padding: 50px 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.footer-logo,
.footer-links,
.footer-socials {
    display: flex;
    flex-direction: column;
    min-height: 180px;
    flex-basis: 33.33%;
}

.footer-logo img {
    width: 60px;
    height: 60px;
}

.footer-logo p {
    font-weight: 300;
    font-size: 14.38px;
    line-height: 20.78px;
    margin-right: 10%;
}

.footer-links,
.footer-socials {
    position: relative;
    padding-left: 40px;
}

.footer-links::before,
.footer-socials::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

.footer-links h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 18.72px;
    margin-bottom: 25px;
    margin-top: 0px;
    padding-left: 0;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 24px;
    justify-content: flex-start;
}

.footer-links h5,
.footer-socials h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.footer-links ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.links-container {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 0 auto;
}

.socials-container {

    width: 50%;
    margin: 0 auto;
}

.footer-icons {
    display: flex;
}

.footer-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #ff7f50;
    border-radius: 50%;
    margin-right: 10px;
    text-decoration: none;
}

.footer-icons a i {
    color: white;
    font-size: 16px;
}


.footer-copyright {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto;
    text-align: center;
}

.footer-copyright p {
    font-size: 13.5px;
    font-weight: 400;
    line-height: 19.51px;
}

.footer-copyright hr {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 10%;
    margin-right: 10%;
}

/* Responsive breakpoint for mobile screens */

@media (max-width: 768px) {


    nav {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .menu {
        flex-direction: column;
        align-items: center;
        margin: 20px 0;
    }

    .contact-us-button {
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
    }

    .split-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 20px 0;
        text-align: center;

    }

    .split-left {
        margin-bottom: 20px;
    }

    .left-content {
        max-width: 600px;
        margin: 0 auto;
    }

    .split-right {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .image-container {
        max-width: 400px;
    }

    .image-container img {
        width: 100%;
        height: auto;
        display: block;
    }

    .left-half {
        width: 100%;
        opacity: 0.5;
        text-align: center;
    }

    .split-left,
    .split-left-reverse {
        text-align: center;

    }

    .wave,
    .left-half {
        display: none;
    }

    .download-button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    #features {
        padding: 20px;
    }

.split-container-main {
        display: grid;
        grid-template-areas: 
            "title"
            "subtitle"
            "image"
            "button";
    }

    .title {
        grid-area: title;
        text-align: center;
    }

    .subtitle {
        grid-area: subtitle;
        text-align: center;
    }

    .split-left {
        grid-area: image;
        width: fit-content;
        margin: 0;
    }

    .split-right-main, .right-content {
        display: contents; 
    }

    .image-container-2 {
        margin: 0 auto;
        text-align: center;
    }

    .illustration2 {
        max-width: 100%;
        height: auto;
    }

    .act-button {
        grid-area: button;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .split-container-main-reverse {
        display: grid;
        grid-template-areas: 
            "title"
            "subtitle"
            "image"
            "button";
    }

    .split-left-reverse, .left-content-reverse {
        display: contents; 
    }

    .split-left-reverse h2 {
        grid-area: title;
    }

    .split-left-reverse .subtitle {
        grid-area: subtitle;
    }

    .split-right-reverse {
        grid-area: image;
    }

    .split-left-reverse .act-button {
        grid-area: button;
    }

    .image-container-reverse {
        margin: 0 auto;
        text-align: center;
    }

    .illustration-reverse {
        max-width: 100%;
        height: auto;
    }

    .split-left-reverse h2,
    .split-left-reverse .subtitle {
        text-align: center;
        margin-bottom: 20px;
    }

    .pricing-section {
        width: 100%;
        margin: 0;
        margin-top: 70px;
    }

    .pricing-container {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .toggle-container {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .price-cards-container {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }

    .price-card {
        width: 80%;
        margin: 0 auto;
    }

    .contacts {
        margin-top: 100px;
    }

    .contact-details-container {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }

    .contact-box {
        padding: 40px 20px;
        text-align: center;
    }

    .contact-box.main-branch {
        padding: 20px;
    }

    .footer {
        padding: 40px 20px 20px;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 30px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 30px;
    }

    .footer-logo img {
        margin-bottom: 20px;
    }

    .footer-logo p {
        margin: 0 auto;
        max-width: 90%;
    }

    .footer-links {
        margin-bottom: 30px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 30px;
    }

    .footer-links h5 {
        margin-bottom: 25px;
    }

    .links-container,
    .socials-container {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .links-container ul {
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .links-container ul li {
        margin-bottom: 10px;
    }

    .footer-socials {
        margin-bottom: 30px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 30px;
    }

    .footer-socials h5 {
        margin-bottom: 25px;
    }

    .footer-icons {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .footer-icons a {
        font-size: 24px;
    }

    .footer-copyright {
        text-align: center;
        width: 100%;
    }

    .footer-copyright hr {
        border: none;
    }

    .links-container ul li a,
    .footer-icons a {
        padding: 8px;
        display: inline-block;
    }

    .footer-links::before,
    .footer-socials::before {
        display: none;
    }
}