* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Dekko';
    src: url('../font/Dekko-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Dekko, sans-serif;
    overflow-x: hidden;

}

header {
    display: flex;
    position: relative;
    top: 0;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background-color: transparent;
    width: 100vw;
    z-index: 2;
}

.logo {
    font-size: 24px;
    color: #85E13A;
}

.logo img {
    max-height: 178px;
    max-width: 178px;
}

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin-left: 20px;
}

.nav-links a {
    color: #000;
    text-decoration: none;
}

#dark a, #dark h2 {
    color: white
}

.image_full_size {
    max-width: 100%;
    max-height: 500px;
    object-fit: contain;
}

.burger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: #fff;
}

.title h1 {
    color: #85E13A
}

/* Адаптация под мобильные устройства */
@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #1c1c1c;
        text-align: center;
    }

    .nav-links li {
        margin: 15px 0;
    }

    .burger {
        display: flex;
    }

    .nav-links.active {
        display: flex;
    }
}
main {
    width: 100vw;
    display: flex;
    padding-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    flex-direction: column;
    align-items: center;
    z-index: 1; /* Забезпечує, що контент main буде над псевдоелементом */
}

.content__inner {
    width: 100%;
    background: #D2CFD0;
}

main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(50%); /* Затемнює тільки фон */
    z-index: 0; /* Розміщує псевдоелемент під контентом main */
    pointer-events: none; /* Забезпечує клікабельність елементів */
}


footer {
    min-height: 40vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 100px;
    flex-wrap: wrap;
    z-index: 1;
    transform: translateY(-100px);
    position: absolute;
    overflow: hidden;
    justify-content: center;
}

.footer_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer_links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.footer_links li {
    list-style: none;
}

.footer_links li a {
    color: #ffffff;
    text-decoration: none;
    /*font-weight: 600;*/
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #131212;
    background-size: cover;
    filter: brightness(50%); /* Затемнює тільки background-image */
    z-index: -1; /* Розміщує псевдоелемент за контентом footer */
}
.form__title {
    color: var(--black);
    font-size: 32px;
    /*font-weight: 900;*/
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.phone-form {
    height: 300px;
    max-width: 400px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #85E13A1A;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content {
    background: #131212;
    min-height: 20vh;
    overflow: hidden; /* Обрезает контент, выходящий за границы */
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10vw;
    padding-right: 10vw;
    display: flex;
    flex-direction: column;
    gap: 90px;
    position: relative;
    z-index: 2;
}

.content-1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}

.content-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.content-2 .content-title {
    font-size: 30px;
    color: #85E13A;
    /*font-weight: 800;*/
}

.content-1 img {
    max-width: 80%;
    width: 500px;
}

.content-1 p {
    max-width: 500px;
    font-size: 20px;
    text-align: center;

}

.containers {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 20px;

}

.container-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 90%;
}

.container img {
    max-width: 100%;
}

.steps {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#dark {
    background: #131212;
    color: white;
}

#white {
    background: white;
    color: black
}

.step {
    text-align: left;
    max-width: 80%;
    font-size: 20px
}

.step p span {
    /*font-weight: 700;*/
    margin-bottom: 10px;
}

.content-1 p span {
    color: #487c1d;
    font-weight: 700;
    font-size: 30px;
    /*font-weight: 800;*/
    margin-bottom: 10px;
}

.phone-form label {
    display: block;
    margin-bottom: 12px;
    /*font-weight: bold;*/
    color: #333;
    font-size: 18px;
}

.phone-form input {
    width: calc(100% - 40px);
    padding: 15px 20px;
    margin-bottom: 15px;
    border: 2px solid #85E13A;
    border-radius: 25px;
    background-image: url('/img/india.png');
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: 12px center;
    padding-left: 50px;
    font-size: 16px;
}

.content__title {
    display: flex;
    flex-wrap: wrap;
    min-height: 300px;
    max-height: 600px;
    justify-content: center;
    align-items: center;
}

.content__title img {
    max-width: 80%;
    max-height: 300px;
}

.phone-form a {
    border: none;
    background: #85E13A;
    color: #fff;
    border-radius: 25px;
    padding: 15px 25px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.phone-form a:hover {
    transform: scale(1.05);
}

@media (max-width: 600px) {
    .phone-form {
        width: 95%;
        margin: 15px auto;
        padding: 15px;
    }

    .phone-form a {
        padding: 12px 20px;
    }

    .phone-form input {
        width: calc(100% - 50px);
        padding: 12px 20px;
        margin-bottom: 10px;
        background-position: 10px center;
        padding-left: 50px;
    }

    .phone-form label {
        margin-bottom: 10px;
    }
}

.logo img {
    width: 200px; /* Змініть це значення, щоб встановити потрібний розмір */
    height: auto; /* Залиште auto, щоб зберегти пропорції */
}


.title {
    min-width: 40%;
    padding: 5%;
    color: white;
    gap: 10px;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    text-align: left;
    /*font-weight: 700;*/
}

.title h1 {
    font-size: 55px;
    text-align: left;
    max-width: 500px;
}
.title h2 {
    font-size: 30px;
    text-align: left;
    color: black;
    max-width: 500px;
}

.title h3, title h4, title p {
    text-align: left;
}

.blocks {
    display: flex;
    max-width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    gap: 20px;
}

/*.block {*/
/*    width: 400px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    padding: 30px 10px;*/
/*    gap: 30px;*/
/*    justify-content: space-around;*/
/*    border: 1px solid #004FCF;*/
/*    border-radius: 20px;*/
/*    height: 70%;*/
/*}*/

.block-upper {
    background-color: #8BFBFF1A;
    height: 110%;
}

.block-icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #487c1d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-icon img {
    height: 35px;
    width: 35px;
}

.block-title {
    /*font-weight: 700;*/
}

.disclaimer {
    padding: 20px 30px;
    color: white;
    width: 80%;
    gap: 20px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.disclaimer-title {
    font-size: 25px;
    color: #85E13A;
    /*font-weight: 700;*/
}

footer p {
    color: white
}

details {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}
summary {
    /*font-weight: bold;*/
    cursor: pointer;
    padding: 10px;
    background-color: #f7f7f7;
    transition: background-color 0.3s ease;
}
summary:hover {
    background-color: #e0e0e0;
}
p {
    padding: 10px;
    margin: 0;
}

/* Animation */
details[open] summary ~ * {
    animation: fadeIn 0.3s ease-in-out;
}

/* Fade-in animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Smooth expand/collapse animation */
details > p {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

details[open] > p {
    max-height: 500px; /* Arbitrary large max-height for open state */
}

.content-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.content-welcome {
    color: #85E13A;
    font-size: 42px;
    max-width: 400px;
}

.content-header-text {
    color: white;
    font-size: 22px;
    max-width: 400px;
}

.content__image {
    width: 100%;
}

.block {
    background: white;
    min-height: 20vh;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10vw;
    padding-right: 10vw;
    display: flex;
    flex-direction: column;
    gap: 90px;
    position: relative;
    z-index: 2;
}

.block__title {
    color: #85E13A;
    font-size: 42px;
    max-width: 400px;
}

.block__content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.block__text__title {
    font-size: 15px;
    font-weight: 700;
}
.block__text {
    max-width: 500px;
    display: flex;
    flex-direction: column;
}

.block__image {
    max-width: 500px;
}

 body {
     font-family: 'Dekko', sans-serif;
     margin: 0;
     padding: 0;
     background-color: #f5f5f5;
 }

.contact-form {
    max-width: 600px;
    margin: 30px auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #ffffff, #f2f2f2);
}

.contact-form h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.form-group input:focus, .form-group textarea:focus {
    border-color: #007bff;
    outline: none;
}

.form-group button {
    padding: 12px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s, transform 0.2s;
}

.form-group button:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

.notification {
    display: none;
    padding: 12px;
    margin-top: 20px;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    transition: opacity 0.5s;
}

.notification.show {
    display: block;
    opacity: 1;
}

 table {
     width: 100%;
     border-collapse: collapse;
     margin: 20px 0;
     font-size: 1em;
     text-align: left;
 }
th, td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}
th {
    background-color: #f4f4f4;
}