[file name]: about-me-optimized.css [file content begin] h4,
h3 {
    /* Structure Block */
    padding: 10px 10px;
    /* Typography Block */
    color: #2e712e;
}

p {
    /* Typography Block */
    text-align: justify;
    color: #bdbdbd;
}

#about_us {
    /* Structure Block */
    min-height: 600px;
    /* Typography Block */
    opacity: 0;
    /* Modifier Block*/
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

#about_us.visible_about_me {
    /* Typography Block */
    opacity: 1;
    /* Modifier Block*/
    transform: translateY(0);
    animation: fadeInUp 3s ease-out;
}

@keyframes fadeInUp {
    to {
        /* Typography Block */
        opacity: 1;
        /* Modifier Block*/
        transform: translateY(0);
    }
}

.header_image {
    /* Structure Block */
    width: 100%;
    height: 100%;
    /* Positioning Block*/
    z-index: -1;
    /* Modifier Block*/
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: bottom;
    background-repeat: no-repeat;
    background-repeat: round;
    background-position: center;
    background-size: cover;
    transition: all 0.5s ease-out;
}

.header_image:hover {
    /* Modifier Block*/
    transition: all 0.5s ease-out;
    transform: scale(1.05);
}

.header_image h1 {
    /* Structure Block */
    padding-top: 25%;
    /* Typography Block */
    color: rgb(53, 78, 51);
    opacity: 0;
    text-align: center;
    /* Modifier Block*/
    transform: translateY(30px);
    animation: fadeInUp 1s forwards 0.5s;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.header_image h2 {
    /* Structure Block */
    padding-top: 20px;
    /* Typography Block */
    color: #ecce2e;
    text-align: center;
    opacity: 0;
    /* Modifier Block*/
    transform: translateY(30px);
    animation: fadeInUp 1s forwards 0.9s;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.header_image p:nth-child(3) {
    /* Structure Block */
    padding-top: 30px;
}

.header_image p {
    /* Typography Block */
    color: #d2d2d2;
    text-align: center;
    /* Modifier Block*/
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

._about_me_title {
    /* Typography Block */
    color: #5c8259;
}

._about_me_underline_title {
    /* Structure Block */
    width: 100px;
    height: 4px;
    margin-bottom: 10px;
    /* Modifier Block*/
    background: #354e33;
}

._about_me_tip>div {
    /* Structure Block */
    margin: 10px 0;
}

._about_me_tip i {
    /* Structure Block */
    padding: 7.5px;
    margin: 0 0 0 7.5px;
    /* Typography Block */
    color: #eeeeee;
    /* Modifier Block*/
    background: #1b5916;
    border-radius: 50%;
    display: none;
}

._about_me_tip span {
    /* Typography Block */
    color: #bdbdbd;
}

._box_image {
    /* Modifier Block*/
    border-radius: 20px;
}

._box_image>img {
    /* Structure Block */
    width: 100%;
    height: 400px;
    /* Modifier Block*/
    border-radius: 20px;
    cursor: pointer;
}

#about_us.visible_about_me ._box_image>img {
    /* Modifier Block*/
    animation: box_image_center 2.5s ease-out;
}

@keyframes box_image_center {
    from {
        /* Modifier Block*/
        clip-path: inset(50% 0 50% 0);
    }
    to {
        /* Modifier Block*/
        clip-path: inset(0 0 0 0);
    }
}

._box_statistics {
    /* Structure Block */
    width: 100%;
    height: 150px;
    margin: 10px auto;
    /* Modifier Block*/
    background: #354E33;
    border-radius: 20px;
}

._box_statistics img {
    /* Structure Block */
    width: 100px;
    height: 100px;
    margin-top: 10%;
    /* Positioning Block*/
    float: right;
}

._box_statistics>div {
    /* Structure Block */
    padding: 15%;
}

._box_statistics>div p {
    /* Structure Block */
    margin: 0;
}

#about_us.visible_about_me ._box_statistics {
    /* Modifier Block*/
    animation: box_statistics_center 2.5s ease-out;
}

@keyframes box_statistics_center {
    from {
        /* Modifier Block*/
        clip-path: inset(50% 0 50% 0);
    }
    to {
        /* Modifier Block*/
        clip-path: inset(0 0 0 0);
    }
}

._statistics {
    /* Structure Block */
    width: 100%;
    height: 300px;
    margin: 20px 0;
    padding: 0;
    /* Typography Block */
    opacity: 0;
    /* Modifier Block*/
    background: #354E33;
    border-radius: 180px 0 0 180px;
    transform: translateX(50%);
    transition: all 2s ease-out;
}

._statistics.visible {
    /* Typography Block */
    opacity: 1;
    /* Modifier Block*/
    transform: translateX(0);
}

._statistics>img {
    /* Structure Block */
    width: 40%;
    height: 100%;
    /* Positioning Block*/
    float: right;
    /* Modifier Block*/
    border-radius: 180px 0 0 180px;
}

._statistics_box {
    /* Structure Block */
    width: 19%;
    height: 60%;
    margin: 4% auto;
    padding: 0 50px;
    /* Positioning Block*/
    float: left;
    /* Modifier Block*/
    border-right: 1px solid rgba(226, 226, 226, 0.52);
}

._statistics_box:last-child {
    /* Modifier Block*/
    border: none;
}

._statistics_box i {
    /* Structure Block */
    margin: 15px 0 30px;
    padding: 12.5px;
    /* Typography Block */
    color: #2a7d2e;
    font-size: 18px;
    /* Modifier Block*/
    border-radius: 10px;
    background: rgba(244, 255, 239, 0.66);
}

._box_operator {
    /* Structure Block */
    margin: 100px auto!important;
}

._blob img {
    /* Structure Block */
    width: 400px;
    height: 400px;
    /* Typography Block */
    text-align: center;
    /* Modifier Block*/
    box-shadow: 0 0 20px rgb(53, 78, 51);
}

._blob_box_1 img {
    /* Modifier Block*/
    border-radius: 40% 60% 40% 50% / 60% 40% 70% 60%;
    animation: morph_1 8s infinite ease-in-out, glow 4s infinite ease-in-out;
}

._blob_box_2 img {
    /* Modifier Block*/
    border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%;
    animation: morph_2 8s infinite ease-in-out, glow 4s infinite ease-in-out;
}

._blob>p:nth-child(2) {
    /* Typography Block */
    color: #08ba7a !important;
}

._blob>p {
    /* Typography Block */
    text-align: center;
}

@keyframes morph_1 {
    0% {
        /* Modifier Block*/
        border-radius: 40% 60% 40% 50% / 50% 60% 40% 70%;
    }
    33% {
        /* Modifier Block*/
        border-radius: 50% 70% 40% 60% / 60% 40% 70% 50%;
    }
    66% {
        /* Modifier Block*/
        border-radius: 40% 60% 30% 50% / 40% 60% 70% 50%;
    }
    100% {
        /* Modifier Block*/
        border-radius: 40% 60% 40% 50% / 50% 60% 40% 70%;
    }
}

@keyframes morph_2 {
    0% {
        /* Modifier Block*/
        border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%;
    }
    33% {
        /* Modifier Block*/
        border-radius: 50% 60% 40% 60% / 60% 40% 60% 40%;
    }
    66% {
        /* Modifier Block*/
        border-radius: 40% 50% 60% 50% / 50% 50% 60% 40%;
    }
    100% {
        /* Modifier Block*/
        border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%;
    }
}

@keyframes glow {
    0% {
        /* Modifier Block*/
        box-shadow: 0 0 5px rgba(0, 255, 0, 0.2);
    }
    50% {
        /* Modifier Block*/
        box-shadow: 0 0 15px rgba(0, 255, 0, 0.2);
    }
    100% {
        /* Modifier Block*/
        box-shadow: 0 0 5px rgba(0, 255, 0, 0.2);
    }
}

:root {
    /* Typography Block */
    --primary: #354e33;
    --primary-light: #4a6b47;
    --primary-dark: #2a3d28;
    --secondary: #5e4c18;
    --accent: #8bc34a;
    --dark: #161616;
    --darker: #0f0f0f;
    --light: #f5f5f5;
    --gray: #a0a0a0;
    --white: #ffffff;
    --gradient: linear-gradient(135deg, var(--primary), var(--primary-light));
    --gradient-dark: linear-gradient(135deg, var(--primary-dark), var(--primary));
    --gradient-gold: linear-gradient(135deg, var(--secondary), #f0c450);
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.5);
    --radius: 16px;
    --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --transition-scale: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body {
    /* Modifier Block*/
    background: rgb(13, 17, 14) !important;
}

#mixedSlider {
    /* Positioning Block*/
    position: relative;
}

#mixedSlider ._MS_content {
    /* Typography Block */
    white-space: nowrap;
    /* Modifier Block*/
    overflow: hidden;
}

#mixedSlider ._MS_content ._item {
    /* Structure Block */
    display: inline-block;
    width: 23%;
    height: 400px;
    padding: 0 10px;
    margin: 0 1%;
    /* Modifier Block*/
    overflow: hidden;
}

._cart {
    /* Structure Block */
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

._cart>div {
    /* Positioning Block*/
    position: relative;
    /* Structure Block */
    height: 100%;
    /* Modifier Block*/
    border-radius: 20px;
    overflow: hidden;
}

._cart>div>img {
    /* Structure Block */
    width: 100%;
    height: 100%;
    margin: 0 auto 10px auto;
}

._cart ._info_management {
    /* Positioning Block*/
    position: absolute;
    bottom: -225px;
    /* Structure Block */
    width: 100%;
    height: 220px;
    /* Modifier Block*/
    transition: all ease-out .3s;
    backdrop-filter: blur(10px);
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
}

._cart ._info_management_full_name {
    /* Positioning Block*/
    position: relative;
    top: -10px;
    /* Typography Block */
    opacity: 0;
}

._cart ._info_management_full_name p {
    /* Structure Block */
    margin: 5px auto;
    /* Typography Block */
    text-align: center;
    color: #fff;
}

._cart ._info_management_network {
    /* Positioning Block*/
    position: relative;
    bottom: -20px;
    /* Structure Block */
    margin: 10px 0;
    /* Typography Block */
    font-size: 22px;
    color: #fff;
    text-align: center;
}

._cart ._info_management_network i {
    /* Positioning Block*/
    position: relative;
    bottom: -75px;
    /* Structure Block */
    margin: 0 5px;
    /* Typography Block */
    font-size: 26px;
    opacity: .2;
}

._cart:hover ._info_management {
    /* Positioning Block*/
    bottom: -75px;
    /* Modifier Block*/
    transition: all ease-in .3s;
}

._cart:hover ._info_management_full_name {
    /* Modifier Block*/
    animation: show_full_name .5s ease-in-out .8s 1 forwards;
}

._cart:hover ._info_management_network i.fa-instagram {
    /* Modifier Block*/
    animation: show_icon_instagram .3s ease-in-out .3s 1 forwards;
}

._cart:hover ._info_management_network i.fa-telegram {
    /* Modifier Block*/
    animation: show_icon_telegram .3s ease-in-out .5s 1 forwards;
}

._cart:hover ._info_management_network i.fa-linkedin {
    /* Modifier Block*/
    animation: show_icon_linkedin .3s ease-in-out .7s 1 forwards;
}

._cart:hover ._info_management_network i.fa-twitter {
    /* Modifier Block*/
    animation: show_icon_twitter .3s ease-in-out .9s 1 forwards;
}

@keyframes show_full_name {
    0% {
        /* Typography Block */
        opacity: 0;
    }
    80% {
        /* Positioning Block*/
        top: 12.5px;
        /* Typography Block */
        opacity: 1;
    }
    100% {
        /* Positioning Block*/
        top: 7.5px;
        /* Typography Block */
        opacity: 1;
    }
}

@keyframes show_icon_instagram {
    100% {
        /* Positioning Block*/
        bottom: -10px;
        /* Typography Block */
        opacity: 1;
    }
}

@keyframes show_icon_telegram {
    100% {
        /* Positioning Block*/
        bottom: -10px;
        /* Typography Block */
        opacity: 1;
    }
}

@keyframes show_icon_linkedin {
    100% {
        /* Positioning Block*/
        bottom: -10px;
        /* Typography Block */
        opacity: 1;
    }
}

@keyframes show_icon_twitter {
    100% {
        /* Positioning Block*/
        bottom: -10px;
        /* Typography Block */
        opacity: 1;
    }
}

#mixedSlider .MS-controls {
    /* Typography Block */
    text-align: center;
}

#mixedSlider .MS-controls button {
    /* Structure Block */
    width: 50px;
    height: 50px;
    margin: 20px 10px;
    /* Typography Block */
    color: var(--light);
    font-size: 1.2rem;
    /* Modifier Block*/
    border-radius: 50%;
    background: rgba(53, 78, 51, 0.3);
    border: 2px solid rgba(53, 78, 51, 0.5);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    overflow: hidden;
}

#mixedSlider .MS-controls button::before {
    /* Structure Block */
    content: '';
    width: 100%;
    height: 100%;
    /* Positioning Block*/
    position: absolute;
    top: 0;
    right: 0;
    /* Modifier Block*/
    background: var(--gradient-gold);
    transform: scale(0);
    transition: transform 0.3s;
    border-radius: 50%;
}

#mixedSlider .MS-controls button:hover::before {
    /* Modifier Block*/
    transform: scale(1);
}

#mixedSlider .MS-controls button:hover {
    /* Modifier Block*/
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
    border-color: var(--secondary);
}

#mixedSlider .MS-controls i {
    /* Positioning Block*/
    position: relative;
    z-index: 2;
}

#mixedSlider .MS-controls:hover i {
    /* Typography Block */
    color: var(--dark);
}

.section-header {
    /* Structure Block */
    margin: 120px 0 80px 0;
    /* Positioning Block*/
    position: relative;
    z-index: 2;
    /* Typography Block */
    text-align: center;
}

.section-header img {
    /* Structure Block */
    width: 65px;
    height: 75px;
}

.services-grid {
    /* Positioning Block*/
    position: relative;
    z-index: 2;
    /* Modifier Block*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
}

.service-card {
    /* Structure Block */
    height: 100%;
    /* Positioning Block*/
    position: relative;
    /* Modifier Block*/
    background: rgba(22, 22, 22, 0.8);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition-scale);
    transform: scale(0);
    border: 1px solid rgba(53, 78, 51, 0.3);
    backdrop-filter: blur(10px);
}

.service-card::before {
    /* Structure Block */
    content: '';
    width: 100%;
    height: 100%;
    /* Positioning Block*/
    position: absolute;
    top: 0;
    right: 0;
    /* Typography Block */
    opacity: 0;
    /* Modifier Block*/
    background: linear-gradient(135deg, rgba(53, 78, 51, 0.1), transparent);
    transition: var(--transition);
}

.service-card:hover {
    /* Modifier Block*/
    transform: translateY(-10px)!important;
    box-shadow: var(--shadow-lg);
    border-color: rgba(212, 175, 55, 0.3);
    cursor: pointer;
}

.service-card:hover::before {
    /* Typography Block */
    opacity: 1;
}

.service-header {
    /* Structure Block */
    padding: 35px 35px 0;
    /* Modifier Block*/
    display: flex;
    align-items: center;
    gap: 20px;
}

.service-icon {
    /* Structure Block */
    width: 65px;
    height: 65px;
    /* Positioning Block*/
    position: relative;
    z-index: 2;
    /* Typography Block */
    font-size: 2rem;
    color: var(--white);
    /* Modifier Block*/
    background: var(--gradient);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.service-card:hover .service-icon {
    /* Modifier Block*/
    transform: scale(1.1) rotate(5deg);
    background: var(--secondary);
    color: var(--dark);
}

.service-title {
    /* Positioning Block*/
    position: relative;
    z-index: 2;
    /* Typography Block */
    color: var(--light);
}

.service-content {
    /* Structure Block */
    padding: 30px 35px 35px;
    /* Positioning Block*/
    position: relative;
    z-index: 2;
    /* Modifier Block*/
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.service-desc {
    /* Structure Block */
    margin-bottom: 25px;
    /* Typography Block */
    color: var(--gray);
    /* Modifier Block*/
    flex-grow: 1;
    line-height: 1.8;
}

.service-features {
    /* Structure Block */
    list-style: none;
    margin-bottom: 30px;
}

.service-features li {
    /* Structure Block */
    padding: 10px 0;
    padding-right: 30px;
    /* Positioning Block*/
    position: relative;
    /* Typography Block */
    color: var(--light);
    opacity: 0.9;
    /* Modifier Block*/
    transition: var(--transition);
}

.service-features li:hover {
    /* Typography Block */
    color: var(--secondary);
    /* Modifier Block*/
    transform: translateX(-5px);
}

.service-features li::before {
    /* Structure Block */
    content: '›';
    /* Positioning Block*/
    position: absolute;
    top: 6px;
    right: 0;
    /* Typography Block */
    color: var(--accent);
    font-weight: bold;
    font-size: 1.5rem;
    /* Modifier Block*/
    transition: var(--transition);
}

.service-features li:hover::before {
    /* Typography Block */
    color: var(--secondary);
    /* Modifier Block*/
    transform: scale(1.2);
}

.features-grid {
    /* Modifier Block*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.feature-card {
    /* Structure Block */
    padding: 50px 30px;
    /* Typography Block */
    text-align: center;
    opacity: 0;
    /* Modifier Block*/
    border-radius: var(--radius);
    transition: var(--transition);
    background: rgba(22, 22, 22, 0.8);
    border: 1px solid rgba(53, 78, 51, 0.3);
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.feature-card:hover {
    /* Modifier Block*/
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(212, 175, 55, 0.3);
}

@keyframes featuresGridFloat {
    from {
        /* Typography Block */
        opacity: 0;
        /* Modifier Block*/
        transform: translateX(-250px);
    }
    to {
        /* Typography Block */
        opacity: 1;
        /* Modifier Block*/
        transform: translateX(0);
    }
}

.feature-icon {
    /* Structure Block */
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    /* Typography Block */
    font-size: 2rem;
    color: var(--white);
    /* Modifier Block*/
    background: var(--gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.feature-card:hover .feature-icon {
    /* Modifier Block*/
    transform: scale(1.1);
    background: var(--secondary);
    color: var(--dark);
}

.feature-title {
    /* Structure Block */
    margin-bottom: 15px;
    /* Typography Block */
    color: var(--light);
}

.feature-desc {
    /* Typography Block */
    color: var(--gray);
    line-height: 1.8;
}

.dynamic-background {
    /* Positioning Block*/
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    /* Structure Block */
    width: 100%;
    height: 100%;
    /* Modifier Block*/
    pointer-events: none;
    overflow: hidden;
}

.particle {
    /* Positioning Block*/
    position: absolute;
    /* Structure Block */
    width: 6px;
    height: 6px;
    /* Typography Block */
    opacity: 0;
    /* Modifier Block*/
    background: var(--secondary);
    border-radius: 50%;
    animation: particleFloat 6s linear infinite;
}

@keyframes particleFloat {
    0% {
        /* Modifier Block*/
        transform: translateY(100vh) rotate(0deg);
        /* Typography Block */
        opacity: 0;
    }
    10% {
        /* Typography Block */
        opacity: 0.3;
    }
    90% {
        /* Typography Block */
        opacity: 0.1;
    }
    100% {
        /* Modifier Block*/
        transform: translateY(-100px) rotate(360deg);
        /* Typography Block */
        opacity: 0;
    }
}

.testimonial-section {
    /* Positioning Block*/
    position: relative;
}

.floating-shapes {
    /* Positioning Block*/
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    /* Structure Block */
    width: 100%;
    height: 100%;
    /* Modifier Block*/
    pointer-events: none;
}

.shape {
    /* Positioning Block*/
    position: absolute;
    /* Typography Block */
    opacity: 0.1;
    /* Modifier Block*/
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.shape-1 {
    /* Structure Block */
    width: 120px;
    height: 120px;
    /* Positioning Block*/
    top: 10%;
    right: 5%;
    /* Modifier Block*/
    background: var(--secondary);
    animation-delay: 0s;
}

.shape-2 {
    /* Structure Block */
    width: 80px;
    height: 80px;
    /* Positioning Block*/
    top: 70%;
    right: 15%;
    /* Modifier Block*/
    background: var(--accent);
    animation-delay: 2s;
}

.shape-3 {
    /* Structure Block */
    width: 60px;
    height: 60px;
    /* Positioning Block*/
    top: 30%;
    left: 10%;
    /* Modifier Block*/
    background: var(--primary-light);
    animation-delay: 4s;
}

@keyframes float {
    0%,
    100% {
        /* Modifier Block*/
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        /* Modifier Block*/
        transform: translateY(-20px) rotate(180deg);
    }
}

.section-badge {
    /* Structure Block */
    display: inline-block;
    padding: 12px 30px;
    margin-bottom: 25px;
    /* Positioning Block*/
    position: relative;
    /* Typography Block */
    color: var(--dark);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    /* Modifier Block*/
    background: var(--gradient-gold);
    border-radius: 50px;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.section-badge::before {
    /* Structure Block */
    content: '';
    width: 100%;
    height: 100%;
    /* Positioning Block*/
    position: absolute;
    top: 0;
    right: 0;
    /* Modifier Block*/
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s;
}

.section-badge:hover::before {
    /* Modifier Block*/
    transform: translateX(100%);
}

.section-title {
    /* Structure Block */
    margin-bottom: 20px;
    display: inline-block;
    /* Positioning Block*/
    position: relative;
    /* Typography Block */
    color: var(--light);
    /* Modifier Block*/
    background: linear-gradient(135deg, var(--light), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.section-subtitle {
    /* Structure Block */
    max-width: 1200px;
    margin: 0 auto;
    /* Typography Block */
    color: var(--gray);
    text-align: center;
    line-height: 1.8;
}

.testimonial-container {
    /* Structure Block */
    width: 100vw;
    padding: 60px 0;
    /* Positioning Block*/
    position: relative;
    right: 50%;
    left: 50%;
    margin-right: -50vw;
    margin-left: -50vw;
    /* Modifier Block*/
    overflow: hidden;
}

.testimonial-container::before {
    /* Modifier Block*/
    display: none;
}

.testimonial-content-wrapper {
    /* Structure Block */
    max-width: 1200px;
    padding: 0 40px;
    margin: 0 auto;
    /* Positioning Block*/
    position: relative;
    z-index: 3;
    /* Modifier Block*/
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 40px;
    align-items: center;
}

.testimonial-content {
    /* Positioning Block*/
    position: relative;
    z-index: 3;
}

.quote-icon {
    /* Structure Block */
    margin-bottom: 20px;
    /* Typography Block */
    font-size: 3rem;
    color: var(--secondary);
    opacity: 0.8;
}

.testimonial-text {
    /* Structure Block */
    padding: 25px;
    margin-bottom: 30px;
    /* Positioning Block*/
    position: relative;
    /* Typography Block */
    font-size: 1.2rem;
    color: var(--light);
    font-weight: 400;
    opacity: 1;
    line-height: 1.8;
    /* Modifier Block*/
    background: rgba(53, 78, 51, 0.15);
    border-radius: var(--radius);
    border-right: 5px solid var(--secondary);
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    transform: translateX(0);
}

.testimonial-text.fade-out {
    /* Typography Block */
    opacity: 0;
    /* Modifier Block*/
    transform: translateX(20px);
}

.testimonial-text.fade-in {
    /* Typography Block */
    opacity: 1;
    /* Modifier Block*/
    transform: translateX(0);
}

.testimonial-text::before {
    /* Structure Block */
    content: ''';

    /* Positioning Block*/
    position: absolute;
    top: 15px;
    right: 20px;
    /* Typography Block */
    font-size: 4rem;
    color: rgba(212, 175, 55, 0.2);
    font-family: serif;
    line-height: 1;
}

.testimonial-author {
    /* Structure Block */
    padding: 20px;
    /* Typography Block */
    opacity: 1;
    /* Modifier Block*/
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(53, 78, 51, 0.2);
    border-radius: var(--radius);
    border: 1px solid rgba(53, 78, 51, 0.3);
    transition: all 0.5s ease;
    transform: translateX(0);
}

.testimonial-author.fade-out {
    /* Typography Block */
    opacity: 0;
    /* Modifier Block*/
    transform: translateX(20px);
}

.testimonial-author.fade-in {
    /* Typography Block */
    opacity: 1;
    /* Modifier Block*/
    transform: translateX(0);
}

.author-avatar {
    /* Structure Block */
    width: 80px;
    height: 80px;
    /* Positioning Block*/
    position: relative;
    /* Typography Block */
    font-size: 2rem;
    color: var(--white);
    font-weight: 700;
    /* Modifier Block*/
    border-radius: 50%;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: var(--transition);
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
}

.author-avatar::before {
    /* Structure Block */
    content: '';
    width: 100%;
    height: 100%;
    /* Positioning Block*/
    position: absolute;
    top: 0;
    right: 0;
    /* Modifier Block*/
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s;
}

.author-avatar:hover::before {
    /* Modifier Block*/
    transform: translateX(100%);
}

.author-avatar:hover {
    /* Modifier Block*/
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(53, 78, 51, 0.4);
}

.author-info {
    /* Modifier Block*/
    flex: 1;
}

.author-name {
    /* Structure Block */
    margin-bottom: 5px;
    /* Typography Block */
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--light);
}

.author-role {
    /* Structure Block */
    margin-bottom: 8px;
    /* Typography Block */
    font-size: 1rem;
    color: var(--secondary);
    font-weight: 600;
}

.rating {
    /* Modifier Block*/
    display: flex;
    gap: 6px;
}

.star {
    /* Typography Block */
    color: var(--secondary);
    font-size: 1.1rem;
    /* Modifier Block*/
    text-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
    transition: var(--transition);
}

.star:hover {
    /* Typography Block */
    color: #ffd700;
    /* Modifier Block*/
    transform: scale(1.2);
}

.testimonial-image {
    /* Positioning Block*/
    position: relative;
    z-index: 3;
    /* Typography Block */
    text-align: center;
}

.image-container {
    /* Structure Block */
    width: 320px;
    height: 320px;
    margin: 0 auto;
    /* Positioning Block*/
    position: relative;
    /* Modifier Block*/
    border-radius: 50%;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
}

.image-container:hover {
    /* Modifier Block*/
    transform: translateY(-5px) rotate(5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(212, 175, 55, 0.2);
}

.image-placeholder {
    /* Structure Block */
    width: 100%;
    height: 100%;
    /* Positioning Block*/
    position: relative;
    /* Typography Block */
    color: var(--white);
    font-size: 1.1rem;
    opacity: 1;
    /* Modifier Block*/
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
    transform: scale(1);
}

.image-placeholder.fade-out {
    /* Typography Block */
    opacity: 0;
    /* Modifier Block*/
    transform: scale(0.9);
}

.image-placeholder.fade-in {
    /* Typography Block */
    opacity: 1;
    /* Modifier Block*/
    transform: scale(1);
}

.image-placeholder::before {
    /* Structure Block */
    content: '';
    width: 100%;
    height: 100%;
    /* Positioning Block*/
    position: absolute;
    top: 0;
    right: 0;
    /* Modifier Block*/
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 50%), radial-gradient(circle at 70% 70%, rgba(212, 175, 55, 0.2) 0%, transparent 50%);
}

.image-placeholder i {
    /* Structure Block */
    font-size: 4rem;
    /* Positioning Block*/
    position: relative;
    z-index: 2;
    /* Typography Block */
    opacity: 0.8;
}

.image-decoration {
    /* Structure Block */
    width: 120px;
    height: 120px;
    /* Positioning Block*/
    position: absolute;
    top: -30px;
    left: -30px;
    /* Typography Block */
    opacity: 0.7;
    /* Modifier Block*/
    background: var(--gradient-gold);
    border-radius: 50%;
    filter: blur(20px);
}

.circle-carousel {
    /* Structure Block */
    width: 100%;
    height: 100%;
    /* Positioning Block*/
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    /* Modifier Block*/
    pointer-events: none;
}

.circle-item {
    /* Structure Block */
    width: 220px;
    height: 220px;
    /* Positioning Block*/
    position: absolute;
    /* Typography Block */
    font-size: 3.5rem;
    color: var(--white);
    font-weight: 700;
    opacity: 1;
    /* Modifier Block*/
    border-radius: 50%;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: scale(0.8);
    background-size: cover;
    background-position: center;
}

.circle-item::before {
    /* Structure Block */
    content: '';
    width: 100%;
    height: 100%;
    /* Positioning Block*/
    position: absolute;
    top: 0;
    right: 0;
    /* Modifier Block*/
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s;
}

.circle-item.active {
    /* Typography Block */
    opacity: 1;
    /* Modifier Block*/
    transform: scale(1);
}

.circle-item.prev {
    /* Positioning Block*/
    right: -110px;
    top: 50%;
    z-index: 2;
    /* Typography Block */
    opacity: 0.7;
    /* Modifier Block*/
    transform: translateY(-50%) scale(0.8);
}

.circle-item.next {
    /* Positioning Block*/
    left: -110px;
    top: 50%;
    z-index: 2;
    /* Typography Block */
    opacity: 0.7;
    /* Modifier Block*/
    transform: translateY(-50%) scale(0.8);
}

.circle-item.hidden {
    /* Typography Block */
    opacity: 0;
    /* Modifier Block*/
    transform: scale(0.6);
}

@keyframes slideFromRight {
    0% {
        /* Modifier Block*/
        transform: translateX(100%) translateY(-50%) scale(0.8);
        /* Typography Block */
        opacity: 0;
    }
    100% {
        /* Modifier Block*/
        transform: translateX(0) translateY(-50%) scale(1);
        /* Typography Block */
        opacity: 1;
    }
}

@keyframes slideToLeft {
    0% {
        /* Modifier Block*/
        transform: translateX(0) translateY(-50%) scale(1);
        /* Typography Block */
        opacity: 1;
    }
    100% {
        /* Modifier Block*/
        transform: translateX(-100%) translateY(-50%) scale(0.8);
        /* Typography Block */
        opacity: 0;
    }
}

.testimonial-controls {
    /* Structure Block */
    margin-top: 40px;
    /* Positioning Block*/
    position: relative;
    z-index: 4;
    /* Modifier Block*/
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.testimonial-nav {
    /* Modifier Block*/
    display: flex;
    justify-content: center;
    gap: 15px;
}

.nav-btn {
    /* Structure Block */
    width: 50px;
    height: 50px;
    /* Positioning Block*/
    position: relative;
    /* Typography Block */
    color: var(--light);
    font-size: 1.2rem;
    /* Modifier Block*/
    border-radius: 50%;
    background: rgba(53, 78, 51, 0.3);
    border: 2px solid rgba(53, 78, 51, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    overflow: hidden;
}

.nav-btn::before {
    /* Structure Block */
    content: '';
    width: 100%;
    height: 100%;
    /* Positioning Block*/
    position: absolute;
    top: 0;
    right: 0;
    /* Modifier Block*/
    background: var(--gradient-gold);
    transform: scale(0);
    transition: transform 0.3s;
    border-radius: 50%;
}

.nav-btn:hover::before {
    /* Modifier Block*/
    transform: scale(1);
}

.nav-btn:hover {
    /* Modifier Block*/
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
    border-color: var(--secondary);
}

.nav-btn i {
    /* Positioning Block*/
    position: relative;
    z-index: 2;
}

.nav-btn:hover i {
    /* Typography Block */
    color: var(--dark);
}

.slider-indicators {
    /* Modifier Block*/
    display: flex;
    justify-content: center;
    gap: 12px;
}

.slider-dot {
    /* Structure Block */
    width: 12px;
    height: 12px;
    /* Positioning Block*/
    position: relative;
    /* Modifier Block*/
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: var(--transition);
}

.slider-dot.active {
    /* Modifier Block*/
    background: var(--secondary);
    transform: scale(1.2);
}

.slider-dot:hover {
    /* Modifier Block*/
    background: var(--secondary);
    transform: scale(1.1);
}

.slider-dot::after {
    /* Structure Block */
    content: '';
    /* Positioning Block*/
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    /* Typography Block */
    opacity: 0;
    /* Modifier Block*/
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.3);
    transition: var(--transition);
}

.slider-dot.active::after,
.slider-dot:hover::after {
    /* Typography Block */
    opacity: 1;
}

.tree-decoration {
    /* Positioning Block*/
    position: absolute;
    z-index: 1;
    /* Modifier Block*/
    pointer-events: none;
    transition: transform 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: bottom center;
}

.tree-right {
    /* Structure Block */
    width: 180px;
    height: 250px;
    /* Positioning Block*/
    right: 5px;
    top: 100px;
    /* Typography Block */
    opacity: 0.6;
    /* Modifier Block*/
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 250"><path fill="%23354e33" d="M90 30 L130 110 L50 110 Z" /><path fill="%234a6b47" d="M90 70 L150 170 L30 170 Z" /><path fill="%232a3d28" d="M90 130 L170 230 L10 230 Z" /><rect x="80" y="230" width="20" height="20" fill="%23593c1e" /></svg>') no-repeat center;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
    transform: scale(0.3);
}

.tree-middel {
    /* Structure Block */
    width: 180px;
    height: 250px;
    /* Positioning Block*/
    right: 5px;
    top: 100px;
    /* Typography Block */
    opacity: 0.6;
    /* Modifier Block*/
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 250"><path fill="%23354e33" d="M90 30 L130 110 L50 110 Z" /><path fill="%234a6b47" d="M90 70 L150 170 L30 170 Z" /><path fill="%232a3d28" d="M90 130 L170 230 L10 230 Z" /><rect x="80" y="230" width="20" height="20" fill="%23593c1e" /></svg>') no-repeat center;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
    transform: scale(0.3);
}

.tree-animated {
    /* Typography Block */
    opacity: 1 !important;
    /* Modifier Block*/
    transform: scale(1) !important;
}

.testimonial-slide {
    /* Modifier Block*/
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.testimonial-slide.active {
    /* Modifier Block*/
    display: block;
    opacity: 1;
}

.faq-content-wrapper {
    /* Positioning Block*/
    position: relative;
    z-index: 3;
    /* Modifier Block*/
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 40px;
    align-items: start;
}

.faq-container {
    /* Modifier Block*/
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    /* Typography Block */
    opacity: 0;
    /* Modifier Block*/
    background: rgba(53, 78, 51, 0.15);
    border-radius: var(--radius);
    border-right: 5px solid var(--secondary);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.faq-item:hover {
    /* Modifier Block*/
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

@keyframes faqItemFloat {
    0% {
        /* Typography Block */
        opacity: 0;
        /* Modifier Block*/
        transform: translateX(250px);
    }
    90% {
        /* Typography Block */
        opacity: 1;
        /* Modifier Block*/
        transform: translateX(-30px);
    }
    100% {
        /* Typography Block */
        opacity: 1;
        /* Modifier Block*/
        transform: translateX(0);
    }
}

.faq-question {
    /* Structure Block */
    padding: 25px;
    /* Modifier Block*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: rgba(53, 78, 51, 0.2);
    transition: var(--transition);
}

.faq-question:hover {
    /* Modifier Block*/
    background: rgba(53, 78, 51, 0.3);
}

.question-text {
    /* Typography Block */
    color: var(--light);
    /* Modifier Block*/
    display: flex;
    align-items: center;
    gap: 15px;
}

.question-icon {
    /* Typography Block */
    color: var(--secondary);
    font-size: 1.5rem;
    /* Modifier Block*/
    transition: var(--transition);
}

.toggle-icon {
    /* Typography Block */
    color: var(--secondary);
    font-size: 1.5rem;
    /* Modifier Block*/
    transition: var(--transition);
}

.faq-answer {
    /* Structure Block */
    padding: 0 25px;
    max-height: 0;
    /* Modifier Block*/
    overflow: hidden;
    background: rgba(53, 78, 51, 0.1);
    transition: all 0.5s ease;
}

.faq-answer.active {
    /* Structure Block */
    padding: 25px;
    max-height: 500px;
}

.answer-text {
    /* Typography Block */
    color: var(--light);
    line-height: 1.8;
    opacity: 0.9;
}

.answer-text::before {
    /* Structure Block */
    content: '';
    width: 40px;
    height: 3px;
    margin-bottom: 15px;
    display: block;
    /* Modifier Block*/
    background: var(--secondary);
    border-radius: 3px;
}

.images-section {
    /* Positioning Block*/
    position: sticky;
    top: 20px;
    /* Modifier Block*/
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.image-card:nth-child(1) {
    /* Modifier Block*/
    border-radius: 40% 74% 40% 30% / 87% 60% 80% 40% !important;
}

.image-card:nth-child(2) {
    /* Modifier Block*/
    border-radius: 70% 44% 37% 57% / 47% 64% 41% 56% !important;
}

.image-card {
    /* Positioning Block*/
    position: relative;
    /* Modifier Block*/
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
}

.image-card:hover {
    /* Modifier Block*/
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
}

.image-card img {
    /* Structure Block */
    width: 100%;
    height: 100%;
}

.image-faq-placeholder {
    /* Structure Block */
    width: 100%;
    height: 250px;
}

.image-faq-placeholder i {
    /* Structure Block */
    font-size: 3rem;
    /* Positioning Block*/
    position: relative;
    z-index: 2;
    /* Typography Block */
    opacity: 0.8;
}

.image-faq-placeholder::before {
    /* Structure Block */
    content: '';
    width: 100%;
    height: 100%;
    /* Positioning Block*/
    position: absolute;
    top: 0;
    right: 0;
    /* Modifier Block*/
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 50%), radial-gradient(circle at 70% 70%, rgba(212, 175, 55, 0.2) 0%, transparent 50%);
}

.footer-section {
    /* Structure Block */
    padding: 70px 0 30px;
    margin-top: 75px;
    /* Positioning Block*/
    position: relative;
    /* Typography Block */
    color: var(--light);
    /* Modifier Block*/
    background: linear-gradient(rgba(22, 22, 22, 0.85), rgba(22, 22, 22, 0.9)), url('https://wordpress.zozothemes.com/garland/wp-content/uploads/sites/15/2023/11/footer-bg-1-1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.footer-overlay {
    /* Structure Block */
    width: 100%;
    height: 100%;
    /* Positioning Block*/
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.footer-container {
    /* Structure Block */
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    /* Positioning Block*/
    position: relative;
    z-index: 2;
}

.footer-content {
    /* Structure Block */
    margin-bottom: 50px;
    /* Modifier Block*/
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-column {
    /* Modifier Block*/
    display: flex;
    flex-direction: column;
}

.footer-logo {
    /* Structure Block */
    margin-bottom: 25px;
}

.logo-text {
    /* Structure Block */
    display: inline-block;
    /* Typography Block */
    font-size: 2rem;
    font-weight: 800;
    color: var(--light);
    /* Modifier Block*/
    background: linear-gradient(135deg, var(--light), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.footer-description {
    /* Structure Block */
    margin-bottom: 25px;
    /* Typography Block */
    font-size: 1rem;
    color: var(--gray);
    line-height: 1.8;
}

.social-links {
    /* Modifier Block*/
    display: flex;
    gap: 15px;
}

.social-link {
    /* Structure Block */
    width: 40px;
    height: 40px;
    /* Typography Block */
    color: var(--light);
    font-size: 1.2rem;
    /* Modifier Block*/
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    text-decoration: none;
}

.social-link:hover {
    /* Typography Block */
    color: var(--dark);
    /* Modifier Block*/
    background: var(--secondary);
    transform: translateY(-5px);
}

.footer-title {
    /* Structure Block */
    margin-bottom: 25px;
    padding-bottom: 10px;
    /* Positioning Block*/
    position: relative;
    /* Typography Block */
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--light);
}

.footer-title::after {
    /* Structure Block */
    content: '';
    width: 40px;
    height: 3px;
    /* Positioning Block*/
    position: absolute;
    bottom: 0;
    right: 0;
    /* Modifier Block*/
    background: var(--secondary);
    border-radius: 3px;
}

.footer-links {
    /* Modifier Block*/
    list-style: none;
}

.footer-links li {
    /* Structure Block */
    margin-bottom: 12px;
}

.footer-links a {
    /* Typography Block */
    color: var(--gray);
    text-decoration: none;
    /* Modifier Block*/
    display: flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition);
}

.footer-links a:hover {
    /* Typography Block */
    color: var(--secondary);
    /* Modifier Block*/
    transform: translateX(-5px);
}

.footer-links i {
    /* Typography Block */
    color: var(--secondary);
    font-size: 0.9rem;
}

.contact-info {
    /* Modifier Block*/
    list-style: none;
}

.contact-info li {
    /* Structure Block */
    margin-bottom: 20px;
    /* Modifier Block*/
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-info i {
    /* Structure Block */
    margin-top: 3px;
    /* Typography Block */
    color: var(--secondary);
    font-size: 1.2rem;
    /* Modifier Block*/
    flex-shrink: 0;
}

.contact-text {
    /* Typography Block */
    color: var(--gray);
    font-size: 1rem;
    line-height: 1.6;
}

.newsletter-form {
    /* Modifier Block*/
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.newsletter-text {
    /* Structure Block */
    margin-bottom: 10px;
    /* Typography Block */
    color: var(--gray);
    font-size: 1rem;
    line-height: 1.6;
}

.form-group {
    /* Positioning Block*/
    position: relative;
}

.form-input {
    /* Structure Block */
    width: 100%;
    padding: 15px 20px;
    /* Typography Block */
    color: var(--light);
    font-family: 'Vazirmatn', sans-serif;
    font-size: 1rem;
    /* Modifier Block*/
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: var(--transition);
}

.form-input:focus {
    /* Modifier Block*/
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--secondary);
}

.form-input::placeholder {
    /* Typography Block */
    color: var(--gray);
}

.submit-btn {
    /* Structure Block */
    padding: 15px 30px;
    /* Typography Block */
    color: var(--dark);
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    /* Modifier Block*/
    background: var(--gradient-gold);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.submit-btn:hover {
    /* Modifier Block*/
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}

.footer-bottom {
    /* Structure Block */
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    /* Modifier Block*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    /* Typography Block */
    color: var(--gray);
    font-size: 0.95rem;
}

.footer-bottom-links {
    /* Modifier Block*/
    display: flex;
    gap: 25px;
}

.footer-bottom-links a {
    /* Typography Block */
    color: var(--gray);
    font-size: 0.95rem;
    text-decoration: none;
    /* Modifier Block*/
    transition: var(--transition);
}

.footer-bottom-links a:hover {
    /* Typography Block */
    color: var(--secondary);
}

.header {
    /* Structure Block */
    width: 100%;
    height: 100vh;
    min-height: 500px;
    margin-bottom: 50px;
    /* Positioning Block*/
    position: relative;
    /* Modifier Block*/
    overflow: hidden;
}
