/* font google */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-padding-top: 2rem;
    list-style: none;
    scroll-behavior: smooth;
}

:root {
    --main-color: #000000;
    --second-color: #fe9a18;
    --third-color: #ebdbc8;
    --shadow-color: rgba(0, 0, 0, 0.1);
    --gradient-overlay: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

section {
    padding: 50px 10%;
    position: relative;
    overflow: hidden;
    transition: opacity 0.5s ease;
}

*::selection {
    color: #fff;
    background: var(--main-color);
}

body {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(135deg, #fff, #ffffff);
    color: var(--main-color);
    line-height: 25px;
    font-size: 16px;
    letter-spacing: 1px;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    width: 100%;
    filter: brightness(1.02);
    transition: transform 0.3s ease, filter 0.3s ease;
}

.logo img {
    width: 40px;
}

header {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: rgba(251, 248, 248, 0.3); */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 15px 10%;
    transition: 0.2s;
}

header.scrolled {
    background: rgba(251, 248, 248, 1.0);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
    animation: slideDown 0.5s ease forwards;
}

header.scrolled .navbar li a {
    color: var(--main-color);
}

header.scrolled .navbar li a:hover {
    color: var(--second-color);
}

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

.navbar {
    display: flex;
}

.navbar a {
    font-size: 0.9rem;
    padding: 1px 20px;
    color: #fff;
    font-weight: 350;
    text-transform: uppercase;
}

.navbar.scrolled a {
    color: var(--second-color);
}

.navbar a:hover {
    color: var(--second-color);
}

#menu-icon {
    cursor: pointer;
    font-size: 24px;
    display: none;
    z-index: 1001;
    color: var(--second-color);
}

.home {
    width: 100%;
    min-height: 100vh;
    padding: 0 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../assets/images/home.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-text {
    flex: 1 1 17rem;
}

.home-img {
    flex: 1 1 17rem;
}

.home-text span {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--second-color);
}

.home-text h1 {
    font-size: 3.2rem;
    color: #ebdbc8;
    font-weight: bolder;
}

.home-text h2 {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--second-color);
    text-transform: uppercase;
    margin: 0.5rem 0 1.4rem;
}

.home-text p {
    color: #ebdbc8;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 20px auto;
    max-width: 600px;
    font-weight: 300;
}

.btn, .btn1, .btn2, .btn3 {
    padding: 14px 45px 18px 45px;
    color: black;
    font-weight: 300;
    background: #ebdbc8;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-left: 5px;
    box-shadow: 0 4px 15px var(--shadow-color);
    backdrop-filter: blur(5px);
    border-radius: 3px;
    letter-spacing: 1.2px;
    transform: translateY(0);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:hover, .btn1:hover, .btn2:hover, .btn3:hover {
    color: #fff;
    background: var(--second-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.btn1 {
    padding: 14px 40px 18px 40px;
    color: #fff;
    font-weight: 300;
    background: var(--second-color);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-right: 5px;
}

.btn1:hover {
    color: black;
    background: #ebdbc8;
}

.btn2-container {
    text-align: center;
    padding: 20px 0;
}

.btn2 {
    padding: 14px 40px 18px 40px;
    color: #fff;
    font-weight: 300;
    background: var(--second-color);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.btn2:hover {
    color: #ebdbc8;
    background: var(--main-color);
}

.btn3 {
    padding: 14px 40px 18px 40px;
    color: #fff;
    font-weight: 300;
    background: var(--second-color);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.btn3:hover {
    color: #ebdbc8;
    background: var(--main-color);
}

.heading {
    text-align: center;
    margin-bottom: 50px;
}

.heading h1 {
    font-size: 1.8rem;
    color: #333;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.heading h1 span {
    color: var(--second-color);
    font-size: inherit; 
}

.heading h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--second-color);
    margin-bottom: -5px;
}

.heading span {
    color: var(--second-color);
    font-size: 2rem;
}

.why-choose {
    padding: 50px 0;
    text-align: center;
}

.why-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    width: 100%;
}

.why-choose .heading {
    text-align: center;
    margin-bottom: 50px;
}

.why-choose .heading h1 {
    color: var(--main-color);
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.why-choose .heading h1 span {
    color: var(--second-color);
    font-size: inherit;
}

.why-choose .heading h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--second-color);
    margin-bottom: -5px;
}

.why-box {
    padding: 60px 30px; 
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-box.blue {
    background:var(--second-color);
    color: white;
}

.why-box.dark {
    background: var(--main-color);
    color: white;
}

.why-box h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
}

.why-box h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: currentColor;
}

.why-box p {
    font-size: 0.9rem;
    line-height: 1.6;
}

.ceo {
    padding: 50px 7%;
}

.ceo-container {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: 50px;
}

.ceo-img {
    flex: 1;
    height: 550px;
    border-radius: 4px;
}

.ceo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ceo-text {
    flex: 1;
    padding: 20px 0;
}

.ceo-text h2 {
    color: var(--second-color);
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.ceo-text p {
    color: var(--main-color);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

.about {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 50px 0;
}

.about-container {
    width: 85%;
    margin: 0 auto;
    position: relative;
}

.about-image {
    width: 65%;
    height: 700px;
}

.about-image img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.about-overlay {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    background: rgb(242, 248, 241);
    padding: 60px;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.subtitle {
    color: var(--second-color);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: block;
}

.about-overlay h2 {
    color: var(--main-color);
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}

.about-overlay p {
    color: var(--main-color);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: var(--second-color);
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    border-radius: 3px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-button:hover {
    background: var(--main-color);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.social {
    text-align: center;
    margin: 2rem 0;
}

.social a {
    font-size: 27px;
    margin: 0.5rem;
}

.social a .bx {
    padding: 5px;
    color: #fff;
    background: var(--main-color);
    border-radius: 50%;
    box-shadow: 0 4px 15px var(--shadow-color);
    transition: all 0.3s ease;
}

.social a .bx:hover {
    background: var(--second-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 195, 74, 0.3);
}

.links {
    text-align: center;
    margin: 1rem 0;
}

.links a {
    font-size: 1rem;
    font-weight: 500;
    color: var(--second-color);
    padding: 1rem;
}

.links a:hover {
    color: var(--main-color);
}

.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
    justify-content: center;
}

.image-container {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: right center;
    backface-visibility: hidden;
}

.flip-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: var(--second-color);
    transform-origin: left center;
    transform: rotateY(-90deg);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 3px;
}

.image-container:hover img {
    transform: translateX(50%);
}

.image-container:hover .flip-content {
    transform: rotateY(0deg);
}

.about-img, .ceo-img, .image-container {
    overflow: hidden;
    box-shadow: 0 8px 30px var(--shadow-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-img:hover, .ceo-img:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px var(--shadow-color);
}

.gallery .image-container {
    position: relative;
    overflow: hidden;
}

.gallery .image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-overlay);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.gallery .image-container:hover::before {
    opacity: 0.5;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.overlay {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 5px;
}

.image-container:hover .overlay {
    opacity: 1;
    transform: translateY(-5px);
}

.lightbox-content {
    display: block;
    max-width: 80%;
    max-height: 80%;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.contact {
    padding: 50px 10%;
}

.contact-desc {
    text-align: center;
    max-width: 800px;
    margin: 20px auto 40px;
    color: var(--main-color);
}

.contact-container {
    display: flex;
    gap: 50px;
    margin-top: 40px;
}

.contact-info {
    flex: 1;
}

.info-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.icon-box {
    width: 50px;
    height: 50px;
    background: var(--second-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-item:hover .icon-box {
    background: var(--main-color);
}

.icon-box i {
    color: white;
    font-size: 24px;
}

.info-content h3 {
    color: var(--main-color);
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}

.info-content p {
    color: var(--main-color);
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.contact-form {
    flex: 2;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    transition: all 0.3s ease;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px var(--shadow-color);
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--second-color);
    background: rgba(139, 195, 74, 0.05);
    box-shadow: 0 0 0 2px rgba(139, 195, 74, 0.2);
    transform: translateY(-2px);
}

.contact-form input {
    flex: 1;
}

.contact-form textarea {
    height: 200px;
    margin-bottom: 20px;
    resize: none;
}

.footer {
    background: var(--main-color);
    padding: 60px 10% 30px;
    color: #fff;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-box {
    padding: 1rem;
}

.footer-box h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
    color: var(--third-color);
}

.footer-box h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--second-color);
}

.footer-box p {
    margin-bottom: 1rem;
    color: #f1f1f1;
    line-height: 1.8;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.footer-links a {
    color: #f1f1f1;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.footer-links a:hover {
    color: var(--second-color);
    transform: translateX(5px);
}

.footer-links i {
    margin-right: 8px;
    color: var(--second-color);
}

.footer-socials {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.footer-socials a {
    background: var(--second-color);
    color: white;
    padding: 8px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.footer-socials a:hover {
    background: var(--third-color);
    color: var(--main-color);
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
    margin-top: 2rem;
}

.footer-bottom p {
    color: #f1f1f1;
    font-size: 0.9rem;
}

.footer-bottom span {
    color: var(--second-color);
}

.contact-item {
    color: #f1f1f1;
    display: inline-flex;
    align-items: center;
}

.contact-item i {
    margin-right: 8px;
    color: var(--second-color);
}

@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
        gap: 30px;
    }

    .form-row {
        flex-direction: column;
        gap: 15px;
    }

    .contact {
        padding: 50px 7%;
    }

    .ceo-container {
        flex-direction: column;
    }

    .ceo-img {
        height: 400px;
    }

    .heading h1,
    .heading h1 span,
    .why-choose .heading h1,
    .why-choose .heading h1 span {
        font-size: 1.8rem;
    }
}

@media (max-width: 1024px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .about, .ceo {
        flex-direction: column;
        padding: 50px 7%;
    }

    .about-img, .ceo-img,
    .about-text, .ceo-text {
        flex: 1 1 100%;
        max-height: none;
        overflow-y: visible;
    }

    .home .btn,
    .home .btn1 {
        width: 100%;
        max-width: 250px;
        font-size: 1rem;
        padding: 10px 15px;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .gallery {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 480px) {
    .btn2 {
        width: 90%;
        max-width: 200px;
        font-size: 0.9rem;
        padding: 8px 12px;
    }

    .heading h1,
    .heading h1 span,
    .why-choose .heading h1,
    .why-choose .heading h1 span {
        font-size: 1.5rem;
    }
}

@media (max-width: 360px) {
    .btn2 {
        width: 80%;
        max-width: 180px;
        font-size: 0.8rem;
        padding: 6px 10px;
    }
}

@media (max-width:1150px) {
    header {
        padding: 18px 7%;
    }

    section {
        padding: 50px 7%;
    }

    .home-text h1 {
        font-size: 3rem;
        margin-bottom: 2rem;
        line-height: 1.2;
    }

    .home-text h2 {
        font-size: 1.5rem;
    }
}

@media (max-width:991px) {
    header {
        padding: 18px 4%;
    }

    section {
        padding: 50px 4%;
    }
}

@media (max-width:768px) {
    header {
        padding: 11px 4%;
    }

    #menu-icon {
        display: block;
        font-size: 28px;
        color: var(--second-color);
        cursor: pointer;
        z-index: 1001;
    }

    .navbar {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        width: 100%;
        background: rgba(251, 248, 248, 0.95);
        backdrop-filter: blur(10px);
        padding: 1rem;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 4px 15px var(--shadow-color);
        transition: 0.3s ease;
    }

    .navbar.active {
        display: block;
    }

    .navbar li {
        margin: 1rem 0;
    }

    .navbar a {
        display: block;
        padding: 0.8rem;
        font-size: 1rem;
        color: var(--main-color);
        text-align: center;
        border-radius: 4px;
        transition: all 0.3s ease;
    }

    .navbar a:hover {
        background: var(--second-color);
        color: white;
        transform: translateX(5px);
    }

    .logo img {
        width: 35px;
    }

    .home-text span {
        font-size: 0.9rem;
    }

    .home-text h1 {
        font-size: 2.4rem;
        line-height: 1.3;
        margin-bottom: 2rem;
        padding: 0 10px;
    }

    .home-text h2 {
        font-size: 1.5rem;
    }
}

@media (max-width:768px) {
    .home-text {
        width: 100%;
        padding: 0 20px;
    }

    .home-text h1 {
        font-size: 2.4rem;
        line-height: 1.3;
        margin-bottom: 2rem;
        padding: 0 10px;
    }

    .shop-container .box {
        margin-top: 6rem;
    }

    .heading h1 {
        font-size: 1.5rem;
    }

    .heading span {
        font-size: 0.9rem;
    }

    .about {
        flex-direction: column-reverse;
    }

    .links {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width:351px) {
    .links {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .about, .ceo {
        flex-direction: column;
        padding: 50px 7%;
    }

    .about-img, .ceo-img,
    .about-text, .ceo-text {
        flex: 1 1 100%;
        max-height: none;
        overflow-y: visible;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 40px 7% 20px;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-box h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-socials {
        justify-content: center;
    }
    
    .footer-links a {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    header {
        padding: 8px 4%;
    }

    .logo img {
        width: 30px;
    }

    #menu-icon {
        font-size: 24px;
    }

    .navbar {
        top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .home-text {
        padding: 0 40px;
    }
    
    .home-text h1 {
        font-size: 2.8rem;
        line-height: 1.4;
        margin-bottom: 3rem;
    }
}

@media (max-width: 768px) {
    .home-text {
        width: 100%;
        padding: 0 20px;
    }

    .home-text h1 {
        font-size: 2.4rem;
        line-height: 1.3;
        margin-bottom: 2rem;
    }
    
    .btn, .btn1 {
        display: block;
        width: 200px;
        margin: 10px auto;
    }
}

@media (max-width: 360px) {
    .home-text h1 {
        font-size: 1.8rem;
    }
}

@media (max-width: 1024px) {
    .why-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .why-container {
        grid-template-columns: 1fr;
    }
    
    .why-choose .heading h1 {
        font-size: 2rem;
    }
}

@media (max-width: 1024px) {
    .about-image {
        height: 500px;
    }
    
    .about-overlay h2 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .about-container {
        width: 100%;
    }

    .about-image {
        width: 100%;
        height: 400px;
    }

    .about-overlay {
        position: relative;
        width: 90%;
        margin: -100px auto 0;
        transform: none;
        top: 0;
    }
}

@media (max-width: 480px) {
    .about-image {
        height: 300px;
    }
    
    .about-overlay {
        padding: 30px;
    }
    
    .about-overlay h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .heading h1,
    .heading h1 span,
    .why-choose .heading h1,
    .why-choose .heading h1 span {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .heading h1,
    .heading h1 span,
    .why-choose .heading h1,
    .why-choose .heading h1 span {
        font-size: 1.5rem;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate {
    opacity: 0;
    transition: all 0.8s ease-out;
}

.animate.fade-in-up {
    transform: translateY(20px);
}

.animate.slide-in-left {
    transform: translateX(-30px);
}

.animate.slide-in-right {
    transform: translateX(30px);
}

.animate.scale-in {
    transform: scale(0.9);
}

.animate.active {
    opacity: 1;
    transform: translate(0) scale(1);
}

.cta-button {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-button:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.why-box {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

section {
    transition: opacity 0.5s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.contact-form input,
.contact-form textarea {
    transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.about-overlay.animate {
    opacity: 0;
    transform: translate(30px, -50%); 
}

.about-overlay.animate.active {
    opacity: 1;
    transform: translate(0, -50%); 
}

@media (max-width: 768px) {
    .about-overlay.animate,
    .about-overlay.animate.active {
        transform: none;
        opacity: 1;
    }
}