.text-justify {
    text-align: justify;
}

.key-about {
    background-color: #78350f;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    /* font-family: "Lora", serif; */
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #188d40; */
}

.key-about:hover {
    transform: translateY(-5px);
}

.key-about h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #f39c0a;
    padding-bottom: 5px;
    justify-content: center;
    align-items: center;
    /* padding-left:40%; */
    margin: auto;
    /* font-family: "Lora", serif; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /* Ensures horizontal centering */
    text-align: center;
    /* Ensures the text is centered inside the <h3> */
}

.key-about p {
    color: #ffffff;
}

.key-links {
    /* background-color: #78350f; */
    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    background-image: url(../img/calltoactionBg.jpg);
    object-fit: cover;
    /* border: 1px solid #188d40; */
}

.key-links:hover {
    transform: translateY(-5px);
}

.key-links h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #f39c0a;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /* Ensures horizontal centering */
    text-align: center;
    /* Ensures the text is centered inside the <h3> */
    /* font-family: "Lora", serif; */
}

.key-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.key-links ul li {
    margin: 0px 0;
}

.key-links ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
    padding: 8px 12px;
    display: block;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.key-links ul li a:hover {
    background-color: #ffffff;
    color: #000000;
    transform: translateX(5px);
}

.key-contact {
    background-color: #78350f;
    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #188d40; */
}

.key-contact:hover {
    transform: translateY(-5px);
}

.key-contact h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #f39c0a;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /* Ensures horizontal centering */
    text-align: center;
    /* Ensures the text is centered inside the <h3> */
    /* font-family: "Lora", serif; */
}

.key-contact p a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.key-baner-div {
    width: 100%;
    height: 340px;
    margin-bottom: 30px;
}





.key-baner-div {
    width: 100%;
    height: 340px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}


@media (max-width: 768px) {
    .key-baner-div {
        height: 100px;
        margin-bottom: 0px;
    }

    .my-key-banner img {
        object-fit: cover;
    }
}


@media (max-width: 480px) {
    .key-baner-div {
        height: 100px;
        margin-bottom: 0px;
    }

    .my-key-banner img {
        object-fit: cover;
    }
}




.key-baner-div img {
    width: 100%;
    /* height: 340px; */
    /* margin-bottom: 30px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.key-main h2 {
    font-weight: 700;
    /* margin-bottom: 12px; */
    font-size: 35px;
    color: #78350f;
}

.text-justify {
    text-align: justify;
}

.key-about {
    background-color: #000000;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    /* font-family: "Lora", serif; */
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    background-image: url(../img/calltoactionBg.jpg);
    object-fit: cover;
    /* border: 1px solid #188d40; */
}

.key-about:hover {
    transform: translateY(-5px);
}

.key-about h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #e81d23;
    padding-bottom: 5px;
    /* font-family: "Lora", serif; */
}

.key-about p {
    color: #ffffff;
    /* text-align: justify; */
}

.key-links {
    /* background-color: #78350f; */
    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #188d40; */
}

.key-links:hover {
    transform: translateY(-5px);
}

.key-links h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #e81d23;
    padding-bottom: 5px;
    /* font-family: "Lora", serif; */
}

.key-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.key-links ul li {
    margin: 0px 0;
}

.key-links ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
    padding: 8px 12px;
    display: block;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.key-links ul li a:hover {
    background-color: #ffffff;
    color: #000000;
    transform: translateX(5px);
}

.key-contact {
    /* background-color: #78350f; */
    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    background-image: url(../img/calltoactionBg.jpg);
    object-fit: cover;

    /* border: 1px solid #188d40; */
}

.key-contact:hover {
    transform: translateY(-5px);
}

.key-contact h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #e81d23;
    padding-bottom: 5px;
    /* font-family: "Lora", serif; */
}

.key-contact p a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.key-baner-div {
    width: 100%;
    /* height: 340px; */
    margin-bottom: 30px;
}

.key-baner-div img {
    width: 100%;
    /* height: 340px; */
    /* margin-bottom: 30px; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.key-main h2 {
    font-weight: 700;
    /* margin-bottom: 12px; */
    font-size: 22px;
    color: #3c4049;
    padding-left: 0;
    margin-left: 0;
    /* padding-top: 16px; */
    margin-top: 0px;

}


/* FAQ Section */
.faq-section {
    background: #FDF5EB;
    padding: 30px;
}

/* FAQ Item */
.faq-item {
    background: #fff;
    border-radius: 14px;
    margin-bottom: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

/* Question */
.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    padding: 16px 26px;
    /* Reduced height */
    font-size: 1rem;
    /* Slightly smaller font */
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #222;
}

/* Icon */
.faq-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

/* Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding: 0 26px;
}

.faq-answer p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #555;
    padding-bottom: 16px;
}

/* Active State */
.faq-item.active .faq-answer {
    max-height: 300px;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
    /* arrow points up when open */
}

/* -------Trusted Green Net Manufacturer in India section start------------------- */
/* Section */
.about-section {
    background: #e5e9ee;
    color: #fff;
    padding: 20px 20px;
    font-family: 'Poppins', sans-serif;
}

/* Container */
.container {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

/* Title */
.section-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 40px;
}

/* Paragraph */
.about-para {
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
    max-width: 100%;
    margin: 0 auto 26px;
}

/* Cards Layout */
.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
}

/* Card */
.info-card {
    background: #111;
    border: 1px solid #222;
    padding: 25px;
    border-radius: 12px;
    transition: 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Card Hover */
.info-card:hover {
    transform: translateY(-8px);
    /* border-color: red; */
}

/* Card Heading */
.info-card h3 {
    font-size: 16px;
    margin-bottom: 00px;
    color: #fff;

}

/* Card Text */
.info-card p {
    font-size: 14px;
    color: #bbb;
}

.bottom-about-para {
    padding-top: 26px;
    color: #000000;
    margin-top: 20px;

}

/* -------Why Choose Supershade as Your Green Net Manufacturer in India start------------------- */
/* Section */


.choose-section {
    background: #fcfafa;
    color: #fff;
    padding: 20px 20px;
    font-family: 'Poppins', sans-serif;
}

/* Container */
.container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

/* Title */
.title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Subtitle */
.subtitle {
    font-size: 16px;
    color: #000000;
    max-width: 750px;
    margin: 0 auto 50px;
}

/* Grid */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(232px, 1fr));
    gap: 25px;
}

/* Card */
.card {
    background: white;
    border-radius: 15px;
    padding: 20px 20px;
    border: 1px solid #222;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    align-items: center;
    gap: 10px;
}

/* Icon */
.card i {
    font-size: 32px;
    color: #22c55e;
    /* GREEN */
    margin-bottom: 15px;
    transition: 0.4s;
}

/* Text */
.card h4 {
    font-size: 16px;
    font-weight: 500;
    padding-top: 14px;
}

/* Hover Effect */
.card:hover {
    transform: translateY(-10px) scale(1.03);
    border-color: #22c55e;
    box-shadow: 0 10px 25px rgba(34, 197, 94, 0.2);
}

/* Icon Hover Animation */
.card:hover i {
    transform: rotate(8deg) scale(1.2);
    color: #4ade80;
}

/* Glow Effect */
.card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    background: linear-gradient(transparent, rgba(34, 197, 94, 0.15));
    bottom: 0;
    left: 0;
    transition: 0.4s;
}

.card:hover::before {
    height: 100%;
}

/* CTA */
.cta-text {
    margin-top: 40px;
    font-size: 16px;
    color: #000000;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive */
@media (max-width: 600px) {
    .title {
        font-size: 26px;
    }
}

/* benefits section stle start  */
/* Section */
.green-net-section {
    background: #f3f4f6;
    padding: 20px 20px;
    font-family: 'Poppins', sans-serif;
}

/* Container */
.container {
    max-width: 1000px;
    margin: auto;
}

/* Title */
.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
}

/* Intro */
.section-intro {
    text-align: center;
    color: #666;
    font-size: 16px;
    max-width: 750px;
    margin: 0 auto 40px;
}

.sub-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
    color: #222;
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    align-items: center;
    padding: 10px 50px;
    border-radius: 10px;
    transition: 0.3s ease;
}

.icon {
    min-width: 45px;
    height: 45px;
    /* background: #16a34a; */
    /* Green */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.3s;
}

.content h4 {
    font-size: 17px;
    margin-bottom: 5px;
    color: #111;
}

.content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.feature-item:hover {
    background: #f3f4f6;
    transform: translateX(8px);
}

.feature-item:hover .icon {
    background: #15803d;
    transform: scale(1.1);
}

.bottom-text {
    margin-top: 15px;
    text-align: center;
    font-size: 15px;
    color: #555;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 600px) {
    .section-title {
        font-size: 24px;
    }

    .feature-item {
        flex-direction: row;
    }

    .content h4 {
        font-size: 15px;
    }
}

/* Product Range – Green Net Manufacturer in India start */
/* Section */
.product-section {
    background: #f9fafb;
    padding: 20px 20px;
    font-family: 'Poppins', sans-serif;
}

/* Container */
.container {
    max-width: 1200px;
    margin: auto;
}

/* Title */
.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #111;
}

/* Grid */
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

/* Card */
.product-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Image */
.img-box {
    overflow: hidden;
    height: 200px;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

/* Content */
.content {
    padding: 20px;
}

.content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #111;
}

.content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.content ul {
    padding-left: 18px;
}

.content ul li {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
}

/* Hover Effects */
.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.product-card:hover img {
    transform: scale(1.1);
}

/* Optional Green Accent Line */
.product-card::after {
    content: "";
    display: block;
    height: 4px;
    /* background: #16a34a; */
    width: 0%;
    transition: 0.4s;
}

.product-card:hover::after {
    width: 100%;
}

/* Responsive */
@media (max-width: 600px) {
    .section-title {
        font-size: 24px;
    }
}

/*Why Supershade Stands Out section styling start  */
.compare-section {
    background: #fcfeff;
    padding: 20px 20px;
    font-family: 'Poppins', sans-serif;
}

/* Container */
.container {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

/* Title */
.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #111;
}

/* Table Wrapper */
.table-wrapper {
    overflow-x: auto;
}

/* Table */
.compare-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);

}

/* Header */
.compare-table thead {
    background: linear-gradient(90deg, #16a34a, #22c55e);
    color: #fff;
}

.compare-table th {
    padding: 15px;
    font-size: 16px;
}

/* Cells */
.compare-table td {
    padding: 14px;
    font-size: 14px;
    color: #444;
    border-bottom: 1px solid #eee;
}

/* Highlight Column (Supershade) */
.highlight {
    font-weight: 600;
    color: white;
}

/* Row Hover */
.compare-table tbody tr {
    transition: 0.3s;
}

.compare-table tbody tr:hover {
    background: #f3f4f6;
    transform: scale(1.01);
}

/* Column Hover Effect */
.compare-table td.highlight {
    position: relative;
}

.compare-table td.highlight::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 4px;
    background: #22c55e;
}

/* Bottom Text */
.bottom-text {
    margin-top: 30px;
    font-size: 15px;
    color: #555;
}

/* Responsive */
@media (max-width: 600px) {
    .section-title {
        font-size: 24px;
    }

    .compare-table th,
    .compare-table td {
        font-size: 10px;
        padding: 6px;
    }
}

/* Commercial Comparison – 50% vs 75% Shade Net start */
.comparison-section {
    background: #f9fafb;
    padding: 20px 20px;
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1100px;
    margin: auto;
    text-align: left;
}

/* Title */
.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
}

/* Intro */
.section-intro {
    max-width: 750px;
    margin: auto;
    color: #666;
    margin-bottom: 50px;
}

/* Comparison Grid */
.compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Left content and right image */
    gap: 30px;
    margin-bottom: 50px;
    align-items: center;
}

/* Left content */
.compare-card {
    text-align: left;
}

.compare-card ul {
    list-style-type: none;
    padding-left: 0;
}

.compare-card li {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
}

.arrow {
    color: green;
    margin-right: 10px;
}

/* Right Image */
.img-div {
    text-align: center;
}

.img-div img {
    width: 100%;
    height: auto;
    max-width: 750px;
    border-radius: 8px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .compare-grid {
        grid-template-columns: 1fr;
        /* Stack the content and image vertically on smaller screens */
    }

    .section-title {
        font-size: 25px;
    }

    .section-intro {
        max-width: 100%;
    }
}


/* Cards */
.compare-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #eee;
    transition: 0.3s;
}

.compare-card h5 {
    margin-bottom: 15px;
}

.compare-card ul {
    list-style: none;
    padding: 0;
}

.compare-card ul li {
    margin-bottom: 10px;
    color: #555;
}

/* Highlight Card */
.compare-card.highlight {
    border: 2px solid #16a34a;
}

/* Hover */
.compare-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Feature Box */
.feature-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 40px;
    border: 1px solid #eee;
}

.features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.features span {
    background: #f1f5f9;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 14px;
}

/* Pricing Box */
.pricing-box {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    color: #fff;
    padding: 40px 25px;
    border-radius: 15px;
}

.pricing-box ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.pricing-box ul li {
    margin-bottom: 8px;
}

.cta {
    margin-top: 15px;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 600px) {
    .section-title {
        font-size: 24px;
    }
}


/* How to Choose the Best Green Net Manufacturer in India style start */

.green-net-manufacturer {
    padding: 40px 0;
    background-color: #fff;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2c3e50;
}

.description {
    text-align: center;
    font-size: 1.1rem;
    color: #2c3e50;
    margin-bottom: 40px;
    line-height: 1.8;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Criteria List */
.criteria-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.criteria-item {
    flex: 1 1 20%;
    min-width: 200px;
    text-align: center;
    background-color: #ecf0f1;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.criteria-item i {
    font-size: 3rem;
    color: #16a085;
    margin-bottom: 15px;
}

.criteria-item h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c3e50;
}

.criteria-item p {
    font-size: 1rem;
    color: #7f8c8d;
    line-height: 1.5;
}

.criteria-item:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .criteria-list {
        flex-direction: column;
        align-items: center;
    }

    .criteria-item {
        flex: 1 1 90%;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .title {
        font-size: 1.5rem;
    }

    .description {
        font-size: 1rem;
    }

    .criteria-item {
        flex: 1 1 100%;
    }
}



/* main-title */
.main-title {
    font-weight: 700;
    /* margin-bottom: 12px; */
    color: #3c4049;
    margin: 0;
    padding-bottom: 10px;
    font-size: 35px;
    margin-top: 60px;

}

/* Responsive Design for Main Title */
@media (max-width: 768px) {
    .main-title {
        font-size: 28px;

        padding-bottom: 8px;
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 24px;
        /* margin-top: 30px;  */
        padding-bottom: 6px;
    }
}


/* client testinomial section */
/* General Styles */
.testimonials {
    background-color: #f9f9f9;
    padding: 20px 20px;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0px;
    padding-bottom: 16px;
}

/* Testimonial Slider Styling */
.testimonial-slider {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.testimonial {
    width: 100%;
    max-width: 600px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.testimonial.active {
    opacity: 1;
}

.quote {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 20px;
    font-style: italic;
}

.author {
    font-size: 1rem;
    color: #999;
}

.service-tital-heading .main-head {
    justify-content: center;
}

/* Arrow Navigation */
button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.3s;
}

button:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.client-desgination {
    font-style: italic;
    font-size: medium;

}

/* Responsive Design */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .quote {
        font-size: 1rem;
    }

    .author {
        font-size: 0.9rem;
    }

}



/* testimonials section style */

body,
html {
    overflow-x: hidden;
}


/*  What is a Green Net & Why It’s Essential section styling */
.green-net-section {
    padding: 20px 0;
    background-color: #fcfeff;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 20px;
}

.section-intro,
.sub-title {
    text-align: center;
    color: #555;
    margin-bottom: 30px;
}

.card-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    justify-content: center;
}

.card {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.card .icon {
    font-size: 3rem;
    color: #27ae60;
    /* Dark Green Icon */
    margin-bottom: 15px;
}

.card h4 {
    font-size: 1.2rem;
    color: #333;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .card-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

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

@media (max-width: 480px) {
    .card-container {
        grid-template-columns: 1fr;
    }
}

/* Bottom Text */
.bottom-text {
    text-align: center;
    color: #555;
    margin-top: 40px;
    font-size: 1rem;
}





.content h3 {
    text-align: center;
}



/* pricing  Section Styles */
.pricing-overview {
    padding: 20px 20px;
    /* More padding for better spacing */
    background-color: #f9f9f9;
    text-align: center;
    color: #333;
}

.container {
    width: 90%;
    max-width: 1200px;
    /* Set a max-width to maintain layout integrity on large screens */
    margin: 0 auto;
}

/* Title and Sub-Title Styles */
.section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    /* Added more space between title and content */
    line-height: 1.4;
}

.sub-title {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 40px;
    /* Increased margin to separate subtitle and icons */
    line-height: 1.6;
}

/* Pricing Items Container */
.pricing-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    /* Reduced gap for better alignment */
    flex-wrap: wrap;
    /* Allows items to wrap on smaller screens */
    margin-bottom: 40px;
    /* Increased space between the items and note section */
}

/* Individual Pricing Item */
.pricing-item {
    text-align: center;
    font-size: 1.2rem;
    color: #555;
    transition: transform 0.3s ease, color 0.3s ease;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    width: 200px;
}

.pricing-item i {
    font-size: 3rem;
    color: #27ae60;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.pricing-item p {
    font-size: 1rem;
    font-weight: 500;
}

/* Hover Effects */
.pricing-item:hover {
    transform: translateY(-10px);
    background-color: #f0f8f1;
    /* Light background on hover */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    /* Darker shadow for hover */
}

.pricing-item:hover i {
    color: #e67e22;
    /* Change icon color on hover */
}

/* Note Styling */
.note {
    font-size: 1rem;
    color: #777;
    margin-top: 30px;
    line-height: 1.6;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .section-title {
        font-size: 2rem;
        /* Adjust title size for medium screens */
    }

    .sub-title {
        font-size: 1.1rem;
    }

    .pricing-items {
        gap: 30px;
    }

    .pricing-item {
        width: 45%;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
        /* Adjust title size for smaller screens */
    }

    .sub-title {
        font-size: 1rem;
    }

    .pricing-items {
        gap: 20px;
        /* Reduce the gap between items */
    }

    .pricing-item {
        width: 45%;
        /* Adjust item width */
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.5rem;
        /* Even smaller font size for very small screens */
    }

    .sub-title {
        font-size: 1rem;
    }

    .pricing-items {
        flex-direction: row;
        gap: 20px;
        font-size: 1rem;
        /* Stack items vertically on small screens */
    }

    .pricing-item {
        font-size: small;
        width: 45%;
        height: 120px;
        /* Full width for each item */
        padding: 10px;
    }

    .note {
        font-size: 0.9rem;
        /* Adjust note text size for small screens */
    }
}


.client-testimonial {
    justify-content: center;
}

/* Center the h2 horizontally */
.client-testimonial {
    text-align: center;
    margin: 0 auto;
    /* This ensures the element is horizontally centered */
    font-weight: bold;
    /* Optional, adjust based on design */
}

/* Optional: If you want to center it vertically in a container */
.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* Full viewport height */
}

.testimonial-underline {
    margin-bottom: 10px;
}

.swiper {
    margin-top: 20px;
}


/* FAQs section styling */

.wrapper-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

}

.faqs-section {

    background-color: #fcf8f2;
}

.wrapper {
    justify-content: center;
    align-items: center;
    width: 60%;
}

h1 {
    margin-bottom: 20px;
}

.wrapper .container {
    background-color: white;
    color: black;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
    margin: 20px 0;
    justify-content: center;
}

.question {
    font-size: 1rem;
    font-weight: 500px;
    padding: 20px 50px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.question::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
}

.question.active+.answercont {}

@media screen and (max-width: 790px) {
    html {
        font-size: 12px;
    }

    .wrapper {
        width: 95%;
        display: flex;
        margin-bottom: 0px;
        flex-direction: column;
        gap: 0px;
        align-items: center;
        justify-content: center;
    }

    .wrapper .container {

        margin-bottom: 0px;

    }

    .wrapper-container {
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
}


/* Choose for the best  */
/* Green Net Info Section */
.green-net-info {
    padding: 20px 20px;
    background-color: #fdfdfd;
}

/* Content Wrapper for Flexbox Layout */
.content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* Allow the content to wrap on smaller screens */
}

/* Text Content */
.text-content {
    flex: 1;
    max-width: 50%;
    /* Restrict the width of the text content */
    padding-right: 20px;
}

/* Section Heading */
.section-heading {
    font-size: 2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
}

/* Section Paragraph */
.section-paragraph {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    max-width: 800px;
    text-align: justify;
}

/* Image Content */
.image-content {
    flex: 1;
    max-width: 45%;
    /* Restrict the width of the image */
    display: flex;
    justify-content: center;
    /* Center the image */
}

.green-net-image {
    max-width: 90%;
    height: auto;
    border-radius: 8px;
    /* Optional rounded corners for the image */
}

/* Responsive Design for Mobile */
@media screen and (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        text-align: left;
        max-width: 100%;
        justify-content: center;

    }

    .text-content {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .image-content {
        max-width: 100%;
    }
}


/* keypage-2 */
.comparison-section {
    width: 100%;
    padding: 20px 20px;
    background: #f4f9f4;
    font-family: Arial, sans-serif;
}

/* Heading */
.comparison-heading {
    text-align: center;
    margin-bottom: 30px;
}

.comparison-heading h2 {
    font-size: 2rem;
    /* color: #1b5e20; */
    margin-bottom: 10px;
}

.comparison-heading p {
    /* color: #555; */
    font-size: 1rem;
}

/* Table Wrapper */
.table-container {
    max-width: 1000px;
    margin: auto;
    overflow-x: auto;
}

/* Table */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    align-items: center;
    text-align: center;
}

/* Table Head */
.comparison-table thead {
    background: #2e7d32;
    color: #fff;
}

.comparison-table th {
    padding: 15px;
    font-size: 1rem;
    text-transform: uppercase;
}

/* Table Body */
.comparison-table td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0.95rem;
}

/* First Column (Feature) */
.comparison-table td:first-child {
    font-weight: bold;
    /* color: #2e7d32; */
    text-align: center;
}

/* Highlight Supershade Column */
.highlight {
    /* background: #e8f5e9; */
    font-weight: bold;
    color: #1b5e20;
    align-items: center;
    justify-self: center;
}

/* Hover Effect */
.comparison-table tbody tr:hover {
    background: #e0f7fa;
    transition: 0.3s;
}

/* Responsive */
@media (max-width: 768px) {
    .comparison-heading h2 {
        font-size: 1.5rem;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 10px;
        font-size: 0.85rem;
    }
}


/* keyword-3 */
#bottom-subtitle {
    margin-bottom: 16px;
}

#bottom-para {

    padding-bottom: 16px;
}



/* ------keyword-4----- */
.hall-section {
    padding: 10px 0;
    background-color: white;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.hall-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

/* Left Image */
.hall-image {
    flex: 1;
}

.hall-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

/* Right Content */
.hall-content {
    flex: 1;
}

.hall-content h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #0a2a2a;
}

.hall-content p {
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 15px;
    text-align: justify;

}

/* Highlight text */
.hall-content span {
    color: #ff6600;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .hall-wrapper {
        flex-direction: column;
    }

    .hall-content h2 {
        font-size: 1.6rem;
    }

    .key-about {
        max-width: 100%;
    }

    .key-links {
        max-width: 100%;
    }

    .key-contact {
        max-width: 100%;
    }

    .key-baner-div {
        width: 100%;
        height: auto !important;
    }


    .key-baner-div img {
        width: 100%;
        height: auto !important;
    }

    .key-main h2 {
    font-size: 20px;
}

.section-heading {
    font-size: 17px;
}
}

.product-content-para {
    text-align: justify;
}




/* 
Types of Tree Guards We Manufacture style start */
.tg-modern-section {
    padding: 20px 20px;
    background: #f6fbf7;
    text-align: center;
}

.tg-title {
    font-size: 2rem;
    color: #0f3d2e;
    margin-bottom: 40px;
    font-weight: 700;
}

/* Grid */
.tg-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* Card */
.tg-card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.4s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

/* Image */
.tg-img {
    height: 180px;
    overflow: hidden;
}

.tg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Bottom Section */
.tg-overlay {
    position: relative;
    height: 100px;
    padding: 20px;
    background: #ffffff;
    overflow: hidden;

    position: relative;


}

/* Title */
.tg-title-text {
    font-size: 1.2rem;
    color: #14532d;
    font-weight: 600;
    transition: all 0.4s ease;
    text-align: center;
    margin-top: 20px;
    font-size: 1.1rem;
    /* text-decoration: underline; */
}

/* Hidden Content */
.tg-hover-content {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 20px;
    opacity: 0;
    transition: all 0.5s ease;
}

/* Paragraph */
.tg-hover-content p {
    font-size: 0.9rem;
    color: #374151;
    margin-bottom: 10px;
}

/* UL */
.tg-hover-content ul {
    padding-left: 18px;
}

.tg-hover-content ul li {
    font-size: 0.9rem;
    color: #4b5563;
    margin-bottom: 6px;
}

/* Bullet color */
.tg-hover-content ul li::marker {
    color: #22c55e;
}

/* Hover Effects */
.tg-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.tg-card:hover img {
    /* transform: scale(1.08); */
}

.tg-card:hover .tg-title-text {
    opacity: 0;
    transform: translateY(-20px);
}

.tg-card:hover .tg-hover-content {
    top: 0;
    opacity: 1;
}

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

@media (max-width: 600px) {
    .tg-grid {
        grid-template-columns: 1fr;
    }

    .tg-title {
        font-size: 1.6rem;
    }
}



/* project specification styling */
.serve-section {
    padding: 60px 20px;
    background-image: url("../img/key-images/hand.jpg");
    background-repeat: no-repeat;
    background-position: center;

    text-align: center;
}

.serve-title {
    font-size: 2rem;
    color: white;
    font-weight: 700;
    margin-bottom: 10px;
}

.serve-subtitle {
    color: white;
    margin-bottom: 40px;
}

/* Flex Layout */
.serve-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

/* Pill Item */
.serve-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 0.95rem;
    color: #14532d;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Icon */
.serve-item i {
    color: #22c55e;
    font-size: 16px;
}

/* Hover Effect */
.serve-item:hover {
    background: #22c55e;
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(34, 197, 94, 0.3);
}

.serve-item:hover i {
    color: #ffffff;
}

/* Responsive */
@media (max-width: 600px) {
    .serve-title {
        font-size: 1.6rem;
    }

    .serve-item {
        font-size: 0.9rem;
        padding: 10px 15px;
    }
}


.serve-section {
    padding: 20px 20px;
    text-align: center;

    /* Background Image */
    background-image: url("../img/key-images/industries-and-projects-we-serve.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* 🔥 Important */

    position: relative;
    z-index: 1;
}

.pricing-section {
    background-image: url("../img/key-images/pricing.webp");


}

/* Dark Overlay for readability */
.serve-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.5);
    /* adjust 0.4–0.7 */
    z-index: -1;
}

/* Section Background */
.spec-section {
    padding: 20px 20px;
    background: linear-gradient(135deg, #ecfdf5, #f0fdf4);
}

/* Main Box */
.spec-box {

    max-width: 950px;
    margin: auto;
    padding: 45px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 14px;
    backdrop-filter: blur(6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

/* Top subtle line */
.spec-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #22c55e, #16a34a);
}

/* Left accent bar */
.spec-box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 4px;
    height: 60%;
    background: #22c55e;
    border-radius: 2px;
}

/* Heading */
.spec-box h2 {
    font-size: 2rem;
    color: #0f3d2e;
    margin-bottom: 20px;
    font-weight: 700;
}

/* Paragraph */
.spec-box p {
    font-size: 1rem;
    color: #374151;
    line-height: 1.9;
    text-align: justify;
}

/* Hover subtle effect */
.spec-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transition: 0.3s ease;
}

/* Responsive */
@media (max-width: 600px) {
    .spec-box {
        padding: 25px;
    }

    .spec-box h2 {
        font-size: 1.5rem;
    }
}


/* Section */
.benefit-section {
    padding: 80px 20px;
    background: linear-gradient(to right, #f0fdf4, #ecfdf5);
}

/* Wrapper */
.benefit-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}

/* Left Content */
.benefit-left {
    flex: 1;
}

.benefit-left h2 {
    font-size: 2rem;
    color: #0f3d2e;
    margin-bottom: 20px;
}

.benefit-left p {
    color: #4b5563;
    line-height: 1.7;
}

/* Right Grid */
.benefit-right {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Card */
.benefit-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* Icon */
.benefit-card i {
    font-size: 24px;
    color: #22c55e;
    margin-bottom: 10px;
}

/* Title */
.benefit-card h5 {
    font-size: 1.05rem;
    color: #14532d;
    margin-bottom: 8px;
}

/* Text */
.benefit-card p {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.5;
}

/* Hover */
.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(34, 197, 94, 0.25);
}

/* Responsive */
@media (max-width: 992px) {
    .benefit-wrapper {
        flex-direction: column;
    }

    .benefit-right {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .benefit-right {
        grid-template-columns: 1fr;
    }

    .benefit-left h2 {
        font-size: 1.5rem;
    }
}

/* Section */
.benefit-section {
    padding: 20px 20px;
    background: #f5f7f7;
}

/* Wrapper */
.benefit-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

/* Left Content */
.benefit-left {
    flex: 1;
}

.benefit-left h2 {
    font-size: 2rem;
    color: #0f3d2e;
    margin-bottom: 20px;
}

/* Image Styling */
.benefit-img {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 50px;
    border: 1px solid black;
}


.benefit-img {
    width: 100%;

    border-radius: 16px;
    margin-bottom: 40px;

    border: 1px solid rgba(34, 197, 94, 0.2);

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.4s ease;
}


.benefit-img img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    /* 🔥 Important for PNG */

    transition: transform 0.5s ease;
}

/* Hover Effect */
.benefit-img:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(34, 197, 94, 0.25);
}

.benefit-img:hover img {
    transform: scale(1.05);
}


.benefit-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Image Hover */
.benefit-img:hover img {
    /* transform: scale(1.08); */
}

/* Paragraph */
.benefit-left p {
    color: #4b5563;
    line-height: 1.7;
}

/* Right Grid */
.benefit-right {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Card */
.benefit-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* Icon */
.benefit-card i {
    font-size: 22px;
    color: #22c55e;
    margin-bottom: 10px;
}

/* Title */
.benefit-card h3 {
    font-size: 1.05rem;
    color: #14532d;
    margin-bottom: 8px;
}

/* Text */
.benefit-card p {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.5;
}

/* Hover */
.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(34, 197, 94, 0.25);
}

/* Responsive */
@media (max-width: 992px) {
    .benefit-wrapper {
        flex-direction: column;
    }

    .benefit-right {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .benefit-right {
        grid-template-columns: 1fr;
    }

    .benefit-left h2 {
        font-size: 1.5rem;
    }

    .benefit-img {
        height: 200px;
    }
}



#benefits-secton {
    background: #fcfeff;
}



.hall-content h3 {
    color: #2c3e50;
}



/* SECTION */
.cmp-sec {
    padding: 40px 0;
    background: #f7faf8;
    font-family: Arial, sans-serif;
}

.cmp-container {
    width: 90%;
    margin: auto;
}

/* HEADING */
.cmp-heading {
    text-align: center;
    font-size: 1.6rem;
    color: #2c3e50;
    margin-bottom: 25px;
}

/* GRID */
.cmp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

/* CARD (COMPACT) */
.cmp-card {
    background: #fff;
    padding: 15px 12px;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.cmp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

/* ICON WRAP */
.cmp-icon-wrap {
    width: 55px;
    height: 55px;
    margin: auto;
    border-radius: 50%;
    background: #e8f5e9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: 0.3s;
}

/* ICON */
.cmp-icon {
    font-size: 22px;
    color: #2e7d32;
    transition: 0.3s;
}

/* HOVER EFFECT */
.cmp-card:hover .cmp-icon-wrap {
    background: #2e7d32;
}

.cmp-card:hover .cmp-icon {
    color: #fff;
    transform: scale(1.2);
}

/* TITLE */
.cmp-title {
    font-size: 0.95rem;
    color: #1b5e20;
    margin-bottom: 5px;
}

/* TEXT */
.cmp-text {
    font-size: 0.8rem;
    color: #555;
}

/* TABLET */
@media (max-width: 992px) {
    .cmp-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE (2 CARDS) */
@media (max-width: 576px) {
    .cmp-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cmp-heading {
        font-size: 1.3rem;
    }
}



.my-page-link a {

    color: green;
}

.my-page-link a:hover {

    color: rgb(12, 184, 12);
}

.my-page-link a:active {
    color: rgb(6, 197, 6);

}