* {
    font-family: "Satoshi", sans-serif;
}

html {
    scroll-behavior: smooth;
}

.container {
    background-color: #faf8f3;
}

/* Hero Section */
.hero {
    /*margin-top: 70px;*/
    height: 100vh;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: blur(3px);
    transform: scale(1.1);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: fadeUp 1s ease forwards;
}

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

.hero-logo-image {
    width: 900px;
    height: auto;
    object-fit: contain;
    opacity: 0;
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.2s;
}

.hero-logo-circle {
    width: 80px;
    height: 80px;
    background: #00a651;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #e74c3c;
}

.hero-title {
    font-size: 3rem;
    font-weight: bold;
    color: #7cb342;
}

.hero-subtitle {
    font-size: 2rem;
    font-weight: 500;
    margin: 1rem 0 2rem;
    opacity: 0;
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.4s;
}

.hero-btn {
    background: #01784B;
    color: white;
    padding: 1.5rem 1rem;
    border: none;
    border-radius: 60px;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    gap: 3rem;
    transition: all 0.3s;
    position: relative;
    min-width: 300px;
    width: 40%;
    opacity: 0;
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.6s;
}

.hero-btn::after {
    content: '';
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}

.hero-btn:hover {
    background: #008a44;
    transform: scale(1.05);
}

/* About Section */
.about {
    padding: 5rem 5%;
    background: #faf8f3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-content h2 {
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #333;
    width: 400px;
}

.about-content p {
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.about-btn {
    background: white;
    color: #00a651;
    padding: 1.5rem 1rem;
    border: 3px solid #00a651;
    border-radius: 60px;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    gap: 3rem;
    transition: all 0.3s;
    position: relative;
    min-width: 300px;
}

.about-btn::after {
    content: '';
    width: 60px;
    height: 60px;
    background: #00a651;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}

.about-btn:hover {
    background: #00a651;
    color: white;
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(0, 166, 81, 0.4);
}

.about-btn:hover::after {
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300a651' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}

.about-image {
    position: relative;
}

.about-image img {
    height: auto;
    width: auto;
    border-radius: 10px;
    transform: translateX(150px);
    position: relative;
    z-index: 2;
}

.decorative-dots {
    position: absolute;
    width: 150px;
    height: 150px;
    background-image: url('../images/dots.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.decorative-dots-top {
    left: 50px;
    top: 120px;
}

.decorative-dots-bottom {
    right: -20px;
    bottom: -80px;
}

.dot {
    display: none;
}

/* Services Section */
.services {
    padding: 5rem 5%;
    background: #faf8f3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.services-content {
    position: relative;
}
.services-image {
    transition: transform 0.4s ease-out, margin-top 0.4s ease-out;
}

.services-image img{
    width: 80%;
    height: auto;
    transform: translateX(100px);
}

/* Desktop - no margin when dropdown opens */
@media (min-width: 993px) {
    .services.dropdown-open .services-image {
        margin-top: 0;
    }
}

.services-content h2 {
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #333;
    width: 400px;
}

.services-content p {
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.8;
    font-size: 1rem;
}

.services-accordion {
    display: inline-block;
    position: relative;
}

.services-btn {
    background: transparent;
    color: #00a651;
    padding: 1.5rem 1rem;
    border: 3px solid #00a651;
    border-radius: 60px;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    gap: 3rem;
    transition: all 0.3s;
    position: relative;
    min-width: 300px;
}

.services-btn span {
    display: block;
}

.services-btn .toggle-icon {
    width: 60px;
    height: 60px;
    background: #00a651;
    border-radius: 50%;
    padding: 18px;
    transition: transform 0.3s ease, background 0.3s ease;
    flex-shrink: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.services-btn.active {
    background: #7DCEA0;
    border-color: #7DCEA0;
    color: white;
    border-radius: 30px 30px 0 0;
}

.services-btn.active .toggle-icon {
    background: white;
    color: #7DCEA0;
    transform: translateY(-50%) rotate(45deg);
}

.services-btn:hover {
    background: #00a651;
    color: white;
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 166, 81, 0.3);
}

.services-btn:hover .toggle-icon {
    background: white;
    color: #00a651;
}

.services-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.3s ease-out;
    background: white;
    border: 3px solid #7DCEA0;
    border-top: none;
    border-radius: 0 0 30px 30px;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
}

.services-dropdown.active {
    max-height: 300px;
    opacity: 1;
    padding: 1.5rem 2rem;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-list li {
    margin-bottom: 0.5rem;
}

.services-list li:last-child {
    margin-bottom: 0;
}

.service-link {
    color: #333;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 500;
    display: block;
    padding: 0.6rem 0.8rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.service-link:hover {
    background: #E8F5E9;
    color: #00a651;
    padding-left: 1.2rem;
}

.decorative-dots-left {
    left: -20px;
    bottom: -20px;
}

.decorative-dots-right {
    right: 200px;
    top: 260px;
    z-index: 1;
}

.services-cards {
    position: relative;
    height: 550px;
    min-height: 550px;
}

.service-card {
    position: absolute;
    background: #01784B;
    color: white;
    padding: 1rem 1rem;
    border-radius: 15px;
    transition: transform 0.3s;
    text-align: left;
    width: 220px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 2;
}

.service-card-1 {
    top: 121px;
    left: 20px;
    opacity: 0;
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.5s;
}

.service-card-2 {
    top: 80px;
    right: 50px;
    opacity: 0;
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.7s;
}

.service-card-3 {
    bottom: 5px;
    right: 70px;
    opacity: 0;
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.9s;
}

.service-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 166, 81, 0.3);
}

.service-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
    background: white;
    padding: 10px;
    border-radius: 10px;
}

.service-card h3 {
    font-size: 1.5rem;
    /*margin-bottom: 1rem;*/
    font-weight: 600;
}

.service-card p {
    font-size: 1rem;
    opacity: 0.95;
    line-height: 1.6;
}

/* Map Section */
.map-section {
    padding: 5rem 5%;
    background: #faf8f3;
    text-align: center;
}

.map-section h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    opacity: 0;
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.2s;
}

.map-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    height: 600px;
    opacity: 0;
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.4s;
}

.map-container img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* CTA Section */
.cta {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5rem 5%;
    overflow: hidden;
    margin-bottom: 5rem;
}

.cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    border-top-right-radius: 120px;
    border-bottom-left-radius: 120px;
}

.cta-card {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.69);
    padding: 3rem 2.5rem;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.3s;
}

.cta-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0 auto;
}

.cta-logo-image {
    width: 250px;
    height: auto;
    margin-bottom: 40px;
}

.cta-logo-text {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #1a1a1a;
}

.cta-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4rem;
    line-height: 1.3;
}

.cta-btn {
    background: #00a651;
    color: white;
    padding: 0.7rem 2rem 0.7rem 0.7rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 166, 81, 0.3);
    position: relative;
    margin: 0 auto;
}

.cta-btn::before {
    content: '';
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300a651' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}

.cta-btn:hover {
    background: #008a44;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 166, 81, 0.4);
}

/* Desktop-only helper: hide by default (mobile) and show on desktop */
.desktop-only {
    display: none !important;
}

@media (min-width: 992px) {
    .desktop-only {
        display: flex !important;
    }
}

/* Responsive Design - Media Queries */

/* Pentru ecrane mari (1400px - 1600px) */
@media (max-width: 1600px) {
    .hero-logo-image {
        width: 700px;
    }

    .about-content h2,
    .services-content h2 {
        font-size: 48px;
    }

    .service-card-1 {
        top: 121px;
        left: 20px;
    }

    .service-card-2 {
        top: 80px;
        right: 50px;
    }

    .service-card-3 {
        bottom: 5px;
        right: 70px;
    }

    .decorative-dots-right {
        right: 200px;
        top: 260px;
    }
}

/* Pentru ecrane medii (1200px - 1400px) */
@media (max-width: 1400px) {
    .hero-logo-image {
        width: 600px;
    }

    .about-content h2,
    .services-content h2 {
        font-size: 42px;
    }

    .about-image img {
        transform: translateX(50px);
        height: 500px;
    }

    .decorative-dots-top {
        left: 30px;
    }

    .service-card {
        width: 200px;
        height: 200px;
    }

    .service-card-1 {
        top: 121px;
        left: 20px;
    }

    .service-card-2 {
        top: 80px;
        right: 50px;
    }

    .service-card-3 {
        bottom: 5px;
        right: 70px;
    }

    .decorative-dots-right {
        right: 200px;
        top: 260px;
    }

    .service-icon {
        width: 50px;
        height: 50px;
    }

    .service-card h3 {
        font-size: 1.3rem;
    }

    .service-card p {
        font-size: 0.9rem;
    }
}

/* Pentru ecrane mici (992px - 1200px) */
@media (max-width: 1200px) {
    .hero-logo-image {
        width: 500px;
    }

    .hero-subtitle {
        font-size: 1.5rem;
        width: 80%;
    }

    .about {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .services-btn.active {
        border-radius: 30px 30px 0 0;
    }

    .about-content h2,
    .services-content h2 {
        font-size: 38px;
        text-align: center;
        width: 100%;
    }

    .about-content p,
    .services-content p {
        text-align: center;
    }

    .about-btn,
    .services-btn {
        margin: 0 auto;
        display: flex;
        width: 400px;
    }

    .services-accordion {
        width: 400px;
        margin: 0 auto;
    }

    .about-image {
        display: flex;
        justify-content: center;
    }

    .about-image img {
        transform: translateX(0);
        height: 450px;
    }

    .decorative-dots-top {
        left: 10px;
        top: 80px;
    }

    .decorative-dots-bottom {
        right: 10px;
        bottom: -50px;
    }

    .services {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .services-content {
        text-align: center;
    }

    .services-image {
        display: flex;
        justify-content: center;
    }

    .services-image img {
        width: 100%;
        max-width: 500px;
        transform: translateX(0);
    }

    .services-cards {
        height: 450px;
        min-height: 450px;
        margin: 0 auto;
        max-width: 500px;
    }

    .service-card {
        width: 180px;
        height: 180px;
        padding: 1rem;
    }

    .service-card-1 {
        top: 121px;
        left: 20px;
    }

    .service-card-2 {
        top: 80px;
        right: 50px;
    }

    .service-card-3 {
        bottom: 5px;
        right: 70px;
    }

    .service-icon {
        width: 45px;
        height: 45px;
    }

    .service-card h3 {
        font-size: 1.2rem;
    }

    .service-card p {
        font-size: 0.85rem;
    }

    .decorative-dots-right {
        right: 200px;
        top: 260px;
        transform: scale(0.8);
    }

    .cta-card {
        max-width: 400px;
    }
}

/* Pentru tablete (768px - 992px) */
@media (max-width: 992px) {
    .hero-logo-image {
        width: 400px;
    }

    .hero-subtitle {
        font-size: 1.3rem;
    }

    .hero-btn,
    .about-btn,
    .services-btn {
        min-width: 220px;
        font-size: 1rem;
        padding: 1rem 1rem;
        gap: 2rem;
        width: 220px;
    }

    .services-btn .toggle-icon {
        width: 40px;
        height: 40px;
        padding: 10px;
    }

    .hero-btn::after,
    .about-btn::after {
        width: 40px;
        height: 40px;
    }

    .services-accordion {
        width: 220px;
    }

    .service-link {
        font-size: 0.95rem;
        padding: 0.5rem 0.6rem;
    }

    .about-content h2,
    .services-content h2 {
        font-size: 1.6em;
        text-align: left;
    }

    .about-content p,
    .services-content p {
        font-size: 0.95rem;
        text-align: left;
    }

    .about-image img {
        height: 450px;
    }

    .services-image {
        display: flex;
        justify-content: center;
    }

    .services-image img {
        width: 90%;
        max-width: 400px;
        transform: translateX(0);
    }

    .services.dropdown-open .services-image {
        margin-top: 200px;
    }

    /* Ensure button resets properly on tablet */
    .services-btn {
        background: white;
        border-color: #00a651;
    }

    .services-btn.active {
        background: #7DCEA0;
        border-color: #7DCEA0;
    }

    .services-cards {
        height: 400px;
        min-height: 400px;
    }

    .service-card {
        width: 160px;
        height: 160px;
    }

    .service-card h3 {
        font-size: 1.1rem;
    }

    .service-card p {
        font-size: 0.8rem;
    }

    .decorative-dots {
        transform: scale(0.7);
    }

    .decorative-dots-right {
        right: 200px;
        top: 260px;
    }

    .cta-card {
        max-width: 350px;
        padding: 2.5rem 2rem;
    }

    .cta-title {
        font-size: 1.5rem;
        margin-bottom: 3rem;
    }

    .cta-logo-image {
        width: 200px;
    }
}

/* Mobile-specific Hero layout to match the design in the screenshot */
@media (max-width: 768px) {
    .hero {
        height: 100vh;
        min-height: 600px;
        padding: 0;
        display: flex;
        align-items: center; /* vertically center */
        justify-content: flex-start; /* align content to the left */
    }

    .hero-content {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* left align items */
        justify-content: center;
        text-align: left;
        padding-top: 30vh; /* vertical offset */
        padding-left: 20px;
        gap: 1rem;
        width: 100%;
    }

    .nav-item {
        color: #656565!important;
    }

    .nav-item.active {
        color: #97C49C!important;
    }

    .hero-logo-image {
        width: 300px; /* larger logo on mobile */
        height: auto;
        object-fit: contain;
        margin-bottom: 0.5rem;
    }

    .hero-subtitle {
        font-size: 2rem; /* larger subtitle */
        font-weight: 600;
        margin: 0 0 1rem 0;
        color: white;
        line-height: 1.4;
        padding-top: 2rem;
        padding-bottom: 10rem;
    }

    .hero-btn {
        color: white;
        padding: 1.2rem 1.8rem;
        border-radius: 46px;
        font-size: 1.12rem;
        min-width: 180px;
        margin-left: 0; /* ensure it's left-aligned with content */
    }

    .hero-btn::after {
        width: 38px;
        height: 38px;
        right: 11px;
        background-size: 24px 24px;
        box-shadow: 0 6px 14px rgba(0,0,0,0.18);
     }

    .hero-bg {
        filter: blur(4px) brightness(0.65);
        transform: scale(1.1);
    }

    .hero-overlay {
        background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
        z-index: 1;
    }

    .services.dropdown-open .services-image {
        margin-top: 220px;
    }

    /* Force button reset on mobile */
    .services-btn {
        -webkit-tap-highlight-color: transparent;
        outline: none;
        background: white !important;
        border-color: #00a651 !important;
        color: #00a651 !important;
        border-radius: 60px !important;
    }

    .services-btn.active {
        background: #7DCEA0 !important;
        border-color: #7DCEA0 !important;
        color: white !important;
        border-radius: 30px 30px 0 0 !important;
    }

    .services-btn .toggle-icon {
        background: #00a651 !important;
        color: white !important;
    }

    .services-btn.active .toggle-icon {
        background: white !important;
        color: #7DCEA0 !important;
    }
}

@media (max-width: 480px) {
    .hero-content {
        padding-left: 20px;
        width: 100%;
    }

    .hero-logo-image {
        width: 320px; /* larger on small phones */
    }

    .hero-subtitle {
        font-size: 2rem;
    }

    .hero-btn {
        min-width: 160px;
        padding: 1rem 1.2rem;
        font-size: 1rem;
    }
}

/* ==========================================================================
   Animations
   ========================================================================== */

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

.animate-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered animation delays for sequential appearance */
.about-content h2.animate-on-scroll.visible {
    transition-delay: 0.1s;
}

.about-content p.animate-on-scroll.visible {
    transition-delay: 0.3s;
}

.about-content .about-btn.animate-on-scroll.visible {
    transition-delay: 0.5s;
}

.about-image.animate-on-scroll.visible {
    transition-delay: 0.2s;
}

.services-content h2.animate-on-scroll.visible {
    transition-delay: 0.1s;
}

.services-content p.animate-on-scroll.visible {
    transition-delay: 0.3s;
}

.services-content .services-btn.animate-on-scroll.visible {
    transition-delay: 0.5s;
}

.services-image.animate-on-scroll.visible {
    transition-delay: 0.2s;
}

/* Hover animations for cards */
.service-card {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-image img,
.services-image img {
    transition: transform 0.6s ease;
}

.about-image img:hover,
.services-image img:hover {
    transform: translateX(100px) scale(1.05);
}
