/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
    position: relative;
    display: block;
    margin-top: -150px;
    z-index: 2;
}

.counter-one__inner {
    position: relative;
    display: block;
    background-color: var(--erepair-black);
    padding: 104px 0 84px;
    border-radius: 20px;
}

.counter-one__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 24px;
}

.counter-one__single::before {
    content: "";
    position: absolute;
    bottom: -44px;
    left: -9px;
    top: -47px;
    width: 1px;
    background-color: rgba(var(--erepair-white-rgb), .30);
}

.counter-one__single-1::before {
    display: none;
}

.counter-one__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.counter-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 110px;
    color: rgba(var(--erepair-white-rgb), .10);
}

.counter-one__count-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-one__count-box h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 48px !important;
    font-family: var(--erepair-font-2) !important;
    letter-spacing: -1.44px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.counter-one__single:hover .counter-one__count-box h3 {
    color: var(--erepair-base);
}

.counter-one__count-box span {
    font-size: 48px;
    font-weight: 600;
    line-height: 48px !important;
    font-family: var(--erepair-font-2) !important;
    color: var(--erepair-white);
    letter-spacing: -1.44px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.counter-one__single:hover .counter-one__count-box span {
    color: var(--erepair-base);
}

.counter-one__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    font-family: var(--erepair-font-2);
    color: var(--erepair-white);
    margin-top: 11px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.counter-one__single:hover .counter-one__text {
    color: var(--erepair-base);
}

/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.counter-two {
    position: relative;
    display: block;
}

.counter-two__inner {
    position: relative;
    display: block;

    background-color: #2ab97e;
    border: 1px solid rgba(var(--erepair-white-rgb), .20);
    border-radius: 20px;
    padding: 59px 0 37px;
}

.counter-two__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 24px;
}

.counter-two__single::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -9px;
    top: 0px;
    width: 1px;
    background-color: #6E777D;
}

.counter-two__single-1::before {
    display: none;
}

.counter-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background-color: var(--erepair-primary);
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}

.counter-two__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: var(--erepair-white);
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.counter-two__single:hover .counter-two__icon:before {
    transform: scaleX(1);
}

.counter-two__single-2 .counter-two__icon {
    background-color: var(--erepair-base);
}

.counter-two__single-4 .counter-two__icon {
    background-color: var(--erepair-base);
}

.counter-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 36px;
    color: var(--erepair-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.counter-two__single:hover .counter-two__icon span {
    transform: scale(0.9);
    color: var(--erepair-black);
}

.counter-two__single-2 .counter-two__icon span {
    color: var(--erepair-white);
}

.counter-two__single-4 .counter-two__icon span {
    color: var(--erepair-white);
}

.counter-two__count-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    margin-bottom: 13px;
}

.counter-two__count-box h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 48px !important;
    font-family: var(--erepair-font-2) !important;
    letter-spacing: -1.44px;
    top: 2px;
}

.counter-two__count-box span {
    font-size: 48px;
    font-weight: 600;
    line-height: 48px !important;
    font-family: var(--erepair-font-2) !important;
    color: var(--erepair-white);
    letter-spacing: -1.44px;
}

.counter-two__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    font-family: var(--erepair-font-2);
    color: rgba(var(--erepair-white-rgb), .80);
}



body {
    background-color: #f8f9fa;
    color: #333;

}

.container1 {
    max-width: 1300px;
    margin: 0 auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 100px;
}

.container12 {
    max-width: 1300px;
    margin: 0 auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 100px;
    margin-top: 100px;
}

.container2 {
    max-width: 1300px;
    margin: 0 auto;
    /* background: white; */
    border-radius: 10px;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    margin-bottom: 100px;
}

.header {
    text-align: center;
    margin-bottom: 40px;
    padding: 40px;
    background: linear-gradient(to right, #2ab97e, #3cb14f);
    color: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 60%);
    transform: rotate(30deg);
}

.heading {
    font-size: 2.8rem;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
}

.subtitle {
    font-size: 1.2rem;
    opacity: 0.95;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
    position: relative;
}

.highlights {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.highlight-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 200px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.highlight-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #ffcc00;
}

.highlight-text {
    font-weight: 600;
    font-size: 1.1rem;
}

.table-container {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    /* margin-bottom: 40px; */
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 22px 30px;
    text-align: left;
}

th {
    background: linear-gradient(to bottom, #f2faf2, #e5f4e5);
    color: #2a8c3c;
    font-weight: 600;
    font-size: 1.1rem;
    border-right: 1px solid #d9ead9;
    width: 30%;
}

th:last-child {
    border-right: none;
}

tr {
    border-bottom: 1px solid #e6efe6;
}

tr:last-child {
    border-bottom: none;
}

tr:nth-child(even) {
    background-color: #f9fdf9;
}

tr:hover {
    background-color: #edf7ed;
    transition: background-color 0.3s;
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: #e6f4e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #2a8c3c;
    font-size: 1.5rem;
    float: left;
}

.feature-title {
    font-weight: 600;
    font-size: 1.2rem;
    color: #2a8c3c;
    margin-bottom: 8px;
}

.feature-desc {
    color: #555;
    line-height: 1.6;
    clear: both;
    padding-top: 15px;
}

.capacity-range {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    background: #eaf6ea;
    padding: 20px;
    border-radius: 10px;
    font-weight: 500;
    border: 1px solid #d0e5d0;
}

.min-capacity,
.max-capacity {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.capacity-value {
    font-size: 1.8rem;
    color: #2a8c3c;
    font-weight: 700;
    margin-bottom: 5px;
}

.capacity-label {
    font-size: 0.9rem;
    color: #5daa6d;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.capacity-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8bc997;
    font-size: 2rem;
    padding: 0 20px;
}

.badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 15px;
}

.emission-badge {
    background: #e6f7ee;
    color: #0a9c4d;
    border: 1px solid #b8e9d1;
}

.support-badge {
    background: #fff4e6;
    color: #e67e22;
    border: 1px solid #fad4a8;
}

.footer {
    text-align: center;
    padding: 30px;
    color: #7a8db5;
    font-size: 0.95rem;
    background: #f2faf2;
    border-radius: 0 0 12px 12px;
}

.footer-text {
    margin-bottom: 20px;
    font-style: italic;
}

.download-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #2cb97e;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 4px 6px rgba(44, 185, 126, 0.2);
    margin-bottom: 20px;
}

.download-btn:hover {
    background: #25a06a;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(44, 185, 126, 0.3);
    color: rgb(214, 212, 212);
}

.logo-container {
    margin-top: 25px;
}

.logo {
    display: inline-block;
    padding: 12px 24px;
    background: #2a8c3c;
    color: white;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 1px;
}

@media (max-width: 768px) {

    th,
    td {
        padding: 18px 15px;
        display: block;
        width: 100%;
        border-right: none;
    }

    th {
        border-bottom: none;
        background: linear-gradient(to right, #f2faf2, #e5f4e5);
        width: 100%;
    }

    tr {
        border-bottom: 2px solid #e1eed1;
        display: block;
        padding: 15px;
    }

    .feature-icon {
        float: none;
        margin: 0 auto 15px;
    }

    .capacity-range {
        flex-direction: column;
        gap: 15px;
    }

    .capacity-arrow {
        transform: rotate(90deg);
        padding: 15px 0;
    }

    .header {
        padding: 30px 20px;
    }

    h1 {
        font-size: 2.2rem;
    }

    .subtitle {
        font-size: 1.1rem;
    }
}

.address {
    font-size: 16px;
    color: black;
    font-weight: 500;

}

.address:hover {
    color: #0a9c4d;
}

.margin-alginment {
    margin-top: 100px;
}

@media (max-width: 600px) {
    .margin-alginment {
        margin-top: 30px;
    }
}


/* our strength section */

:root {
    --primary-green: #14a846;
    --light-green: #4caf50;
    --dark-green: #14a846;
    --accent-green: #66bb6a;
    --text-light: #f8f9fa;
    --text-dark: #212529;
}

.strength-section {
    padding: 100px 0;
    background-color: white;
    position: relative;
}

.section-title {
    color: var(--primary-green);
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 80px;
    /* text-align: center; */
}

/* .section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--accent-green);
} */

/* Circular design with better content fitting */
.circular-design {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 1000px;
    margin: 0 auto;
}

.orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px dashed rgba(76, 175, 80, 0.3);
    border-radius: 50%;
}

.orbit-1 {
    width: 850px;
    height: 850px;
}

.orbit-2 {
    width: 650px;
    height: 650px;
}

.orbit-3 {
    width: 450px;
    height: 450px;
}

.center-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 240px;
    height: 240px;
    background: linear-gradient(135deg, #2ab97e, var(--primary-green));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 25px;
    animation: pulse 4s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.03);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }
}

.center-circle h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.strength-item {
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    z-index: 5;
    padding: 20px;
    border: 3px solid #e8e7e7;
    overflow: hidden;
}

.strength-item:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
    z-index: 15;
    border-color: var(--primary-green);
    background-color: #f8fff8;
}

.item-icon {
    font-size: 2rem;
    color: var(--primary-green);
    margin-bottom: 10px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.strength-item:hover .item-icon {
    transform: scale(1.2);
}

.item-title {
    font-size: 0.85rem;
    font-weight: 500;
    color: #000000;
    margin: 0;
    line-height: 1.3;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* Positioning the circles */
.item-1 {
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
}

.item-2 {
    top: 20%;
    right: 16%;
}

.item-3 {
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
}

.item-4 {
    bottom: 20%;
    right: 16%;
}

.item-5 {
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
}

.item-6 {
    bottom: 20%;
    left: 16%;
}

.item-7 {
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
}

.item-8 {
    top: 20%;
    left: 16%;
}

.footer {
    background-color: var(--dark-green);
    color: var(--text-light);
    padding: 40px 0;
}

.btn-primary {
    background-color: var(--primary-green);
    border-color: var(--primary-green);
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--dark-green);
    border-color: var(--dark-green);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.logo {
    font-weight: 700;
    font-size: 1.8rem;
    color: white;
}

.logo span {
    color: var(--accent-green);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .circular-design {
        height: 850px;
    }

    .orbit-1 {
        width: 750px;
        height: 750px;
    }

    .orbit-2 {
        width: 580px;
        height: 580px;
    }

    .orbit-3 {
        width: 400px;
        height: 400px;
    }

    .strength-item {
        width: 170px;
        height: 170px;
    }

    .item-title {
        font-size: 0.8rem;
    }
}

@media (max-width: 992px) {
    .circular-design {
        height: 750px;
    }

    .orbit-1 {
        width: 650px;
        height: 650px;
    }

    .orbit-2 {
        width: 500px;
        height: 500px;
    }

    .orbit-3 {
        width: 350px;
        height: 350px;
    }

    .center-circle {
        width: 200px;
        height: 200px;
    }

    .center-circle h2 {
        font-size: 1.4rem;
    }

    .strength-item {
        width: 150px;
        height: 150px;
        padding: 15px;
    }

    .item-icon {
        font-size: 1.8rem;
        margin-bottom: 8px;
    }

    .item-title {
        font-size: 0.75rem;
    }
}

@media (max-width: 768px) {
    .circular-design {
        height: 650px;
    }

    .orbit-1 {
        width: 550px;
        height: 550px;
    }

    .orbit-2 {
        width: 420px;
        height: 420px;
    }

    .orbit-3 {
        width: 290px;
        height: 290px;
    }

    .center-circle {
        width: 170px;
        height: 170px;
        padding: 15px;
    }

    .center-circle h2 {
        font-size: 1.2rem;
    }

    .strength-item {
        width: 130px;
        height: 130px;
        padding: 12px;
    }

    .item-icon {
        font-size: 1.5rem;
        margin-bottom: 6px;
    }

    .item-title {
        font-size: 0.7rem;
    }
}

@media (max-width: 576px) {
    .circular-design {
        height: 550px;
    }

    .orbit-1 {
        width: 450px;
        height: 450px;
    }

    .orbit-2 {
        width: 340px;
        height: 340px;
    }

    .orbit-3 {
        width: 230px;
        height: 230px;
    }

    .center-circle {
        width: 125px;
        height: 125px;
        padding: 10px;
    }

    .center-circle h2 {
        font-size: 1rem;
    }

    .strength-item {
        width: 100px;
        height: 100px;
        padding: 10px;
    }

    .item-icon {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .item-title {
        font-size: 8px
    }
}

/* Timeline section */
.logo {
    font-family: 'Roboto Slab', serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.tagline {
    font-size: 1.2rem;
    opacity: 0.9;
}

.timeline-section {
    padding: 40px 20px;
}

.section-title {

    /* text-align: center; */
    font-size: 2.2rem;
    color: var(--dark-green);
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

/* .section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, var(--dark-green), var(--primary-green));
    border-radius: 2px;
} */

.timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background: linear-gradient(to bottom, var(--dark-green), var(--primary-green));
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    border-radius: 3px;
}

.timeline-item {
    padding: 10px 40px;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

.timeline-item:nth-child(odd) {
    left: 0;
}

.timeline-item:nth-child(even) {
    left: 50%;
}

.timeline-content {
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-top: 4px solid var(--primary-green);
    transition: all 0.3s ease;
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(51, 51, 51, 0.15);
    border-top: 4px solid var(--accent-gold);
}

.timeline-year {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--dark-green);
    margin-bottom: 10px;
    display: inline-block;
    padding: 5px 15px;
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-radius: 20px;
}

.timeline-desc {
    font-size: 1.1rem;
    color: #444;
    line-height: 1.6;
}

.timeline-item::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--primary-green);
    border: 4px solid white;
    border-radius: 50%;
    top: 20px;
    z-index: 1;
    box-shadow: 0 0 0 4px var(--primary-green);
}

.timeline-item:nth-child(odd)::after {
    right: -10px;
}

.timeline-item:nth-child(even)::after {
    left: -10px;
}

.timeline-connector {
    position: absolute;
    width: 40px;
    height: 2px;
    background: var(--primary-green);
    top: 28px;
}

.timeline-item:nth-child(odd) .timeline-connector {
    right: 0;
}

.timeline-item:nth-child(even) .timeline-connector {
    left: 0;
}

.timeline-icon {
    position: absolute;
    top: 15px;
    background: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-green);
    font-size: 1.2rem;
    box-shadow: 0 0 0 4px #f5e8e8;
}

.timeline-item:nth-child(odd) .timeline-icon {
    right: -60px;
    color: #ec1c24;
}

.timeline-item:nth-child(even) .timeline-icon {
    left: -60px;
    color: #ec1c24;
}

.years-scale {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 40px auto 20px;
    padding: 0 20px;
    flex-wrap: wrap;
}

.year-mark {
    font-weight: 600;
    color: var(--dark-green);
    font-size: 0.9rem;
    padding: 5px;
    text-align: center;
    flex: 1;
    min-width: 70px;
}

footer {
    background: var(--dark-green);
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .timeline::after {
        left: 31px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    .timeline-item:nth-child(even) {
        left: 0;
    }

    .timeline-item:nth-child(odd)::after,
    .timeline-item:nth-child(even)::after {
        left: 21px;
    }

    .timeline-item:nth-child(odd) .timeline-connector,
    .timeline-item:nth-child(even) .timeline-connector {
        left: 61px;
        width: 20px;
    }

    .timeline-item:nth-child(odd) .timeline-icon,
    .timeline-item:nth-child(even) .timeline-icon {
        left: -60px;
    }

    .years-scale {
        display: none;
    }
}

.progress-bar {
    height: 6px;
    background: linear-gradient(90deg, var(--dark-green), var(--primary-green));
    border-radius: 3px;
    margin: 20px auto 40px;
    max-width: 1000px;
    position: relative;
}

.progress-bar::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #e8f5e9;
    border-radius: 3px;
    z-index: -1;
}

.leaf-decoration {
    position: absolute;
    color: var(--light-green);
    opacity: 0.2;
    z-index: 0;
}

.leaf-1 {
    top: 10%;
    left: 5%;
    font-size: 5rem;
    transform: rotate(-15deg);
}

.leaf-2 {
    bottom: 10%;
    right: 5%;
    font-size: 5rem;
    transform: rotate(15deg);
}


/* form background color */
/* Popup background */
.popup-form {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

/* Popup box */
.popup-content {
    background: #fff;
    padding: 25px;
    width: 400px;
    max-width: 90%;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.popup-content h3 {
    margin-bottom: 15px;
    color: #333;
}

.popup-content input,
.popup-content textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/