body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #222;
    line-height: 1.7;
}

/* ===========================
   HERO SLIDESHOW
   =========================== */

.hero-slideshow {
    position: relative;
    width: 100%;
    height: 90vh;
    min-height: 600px;
    overflow: hidden;
}

.slide {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slide.active {
    display: block;
    animation: zoomIn 7s ease-out;
}

@keyframes zoomIn {
    from {
        transform: scale(1.1);
        opacity: 0.8;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(34, 139, 34, 0.15), rgba(69, 85, 175, 0.15));
    z-index: 1;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 90%;
    max-width: 1200px;
    padding: 0 30px;
    animation: fadeInUp 1.2s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate(-50%, -40%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-title {
    font-size: 4.5rem;
    font-weight: 800;
    margin: 0 0 20px;
    line-height: 1.15;
    letter-spacing: -2px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.hero-subtitle {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 auto 25px;
    max-width: 700px;
    opacity: 0.95;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    line-height: 1.5;
}

.trade_mark{
    font-size: 0.5em;
    position: relative;
    top: -0.6em;
    margin-left: 2px;
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: white;
    color: rgb(34, 139, 34);
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.hero-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    background: rgb(34, 139, 34);
    color: white;
}

.hero-cta i {
    transition: transform 0.3s ease;
}

.hero-cta:hover i {
    transform: translateX(5px);
}

/* Slideshow Indicators */
.slide-indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 3;
}

.indicator {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: white;
    width: 35px;
    border-radius: 6px;
}

/* ===========================
   ABOUT SECTION
   =========================== */

.about-section {
    padding: 100px 10%;
    background: white;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-content h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #222;
    margin: 0 0 15px;
    letter-spacing: -1px;
}

.about-label {
    display: inline-block;
    color: rgb(34, 139, 34);
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.about-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.about-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.about-image img {
    width: 100%;
    height: auto;
    display: block;
}

.about-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.title_green{
    color:rgb(34, 139, 34);
}

.title_view{
    color:rgb(50, 65, 145);
}
/* ===========================
   SERVICES GRID
   =========================== */

.services-section {
    padding: 100px 10%;
    background: #f9f9f9;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-label {
    display: inline-block;
    color: rgb(34, 139, 34);
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.section-header h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #222;
    margin: 10px 0 15px;
    letter-spacing: -1px;
}

.section-header p {
    color: #666;
    font-size: 1.15rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background: white;
    padding: 35px 25px;
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(34, 139, 34), rgb(69, 85, 175));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgb(34, 139, 34), rgb(50, 160, 50));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    transform: rotate(5deg) scale(1.05);
}

.service-icon i {
    font-size: 2rem;
    color: white;
}

.service-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 10px;
}

.service-card p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* ===========================
   TESTIMONIALS SECTION
   =========================== */

.testimonials-section {
    padding: 100px 10%;
    background: linear-gradient(135deg, rgb(69, 85, 175) 0%, rgb(50, 65, 145) 100%);
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: "";
    position: absolute;
    top: -30%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.testimonials-section .section-header {
    position: relative;
    z-index: 2;
}

.testimonials-section .section-label {
    color: rgba(255, 255, 255, 0.9);
}

.testimonials-section h2 {
    color: white !important;
}

.testimonials-section .section-header p {
    color: rgba(255, 255, 255, 0.9) !important;
}

.testimonials-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.testimonial-slide {
    display: none;
    position: absolute;
    width: 100%;
    background: white;
    padding: 50px 60px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.testimonial-slide.active {
    display: block;
    animation: fadeIn 1s ease;
}

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

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
    font-style: italic;
    margin: 0 0 20px;
    text-align: center;
}

.testimonial-text::before {
    content: "";
    font-size: 3rem;
    color: rgb(69, 85, 175);
    opacity: 0.3;
    position: absolute;
    top: 20px;
    left: 30px;
}

.testimonial-author {
    text-align: center;
    font-weight: 700;
    color: rgb(69, 85, 175);
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.testimonial-author i {
    color: rgb(34, 139, 34);
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.testimonial-dot {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-dot.active {
    background: white;
    width: 35px;
    border-radius: 6px;
}

/* ===========================
   CTA SECTION
   =========================== */

.cta-section {
    padding: 80px 10%;
    background: white;
    text-align: center;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #222;
    margin: 0 0 20px;
    letter-spacing: -1px;
}

.cta-content p {
    font-size: 1.2rem;
    color: #666;
    margin: 0 0 35px;
    line-height: 1.7;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    transition: all 0.3s ease;
}

.cta-button.primary {
    background: linear-gradient(135deg, rgb(34, 139, 34), rgb(50, 160, 50));
    color: white;
    box-shadow: 0 8px 25px rgba(34, 139, 34, 0.3);
}

.cta-button.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(34, 139, 34, 0.4);
}

.cta-button.secondary {
    background: white;
    color: rgb(69, 85, 175);
    border: 2px solid rgb(69, 85, 175);
}

.cta-button.secondary:hover {
    background: rgb(69, 85, 175);
    color: white;
    transform: translateY(-3px);
}

/* ===========================
   RESPONSIVE DESIGN
   =========================== */

/* Desktop tweaks (1200px+) - Better hero content width */
@media (min-width: 1200px) {
    .hero-content {
        max-width: 1100px;
    }
}

/* Large Tablets and Small Desktops (1024px - 1199px) */
@media (max-width: 1199px) {
    .hero-content {
        width: 85%;
        padding: 0 40px;
    }

    .hero-title {
        font-size: 4rem;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 1.3rem;
        max-width: 650px;
    }
}

@media (max-width: 1024px) {
    .hero-slideshow {
        height: 85vh;
        min-height: 550px;
    }

    .hero-content {
        width: 88%;
    }

    .hero-title {
        font-size: 3.5rem;
    }

    .hero-subtitle {
        font-size: 1.25rem;
        max-width: 600px;
    }

    .about-container {
        gap: 50px;
    }

    .about-content h2 {
        font-size: 2.5rem;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* Medium Tablets (900px - 1023px) - Critical mid-range fix */
@media (max-width: 1023px) and (min-width: 900px) {
    .hero-content {
        width: 90%;
        padding: 0 35px;
    }

    .hero-badge {
        font-size: 0.85rem;
        padding: 9px 20px;
        margin-bottom: 20px;
    }

    .hero-title {
        font-size: 3.2rem;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .hero-subtitle {
        font-size: 1.2rem;
        max-width: 550px;
        line-height: 1.6;
    }

    .hero-cta {
        padding: 15px 35px;
        font-size: 1.05rem;
    }
}

/* Stack about section earlier - below 1100px */
@media (max-width: 1100px) {
    .about-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-image {
        order: -1;
        max-width: 600px;
        margin: 0 auto;
    }
}

/* Tablets (768px - 899px) */
@media (max-width: 899px) {
    .hero-slideshow {
        height: 75vh;
        min-height: 520px;
    }

    .hero-content {
        width: 90%;
        padding: 0 30px;
    }

    .hero-badge {
        font-size: 0.8rem;
        padding: 8px 18px;
        margin-bottom: 18px;
    }

    .hero-title {
        font-size: 2.8rem;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 1.15rem;
        max-width: 500px;
    }

    .hero-cta {
        padding: 14px 32px;
        font-size: 1rem;
    }

    .about-section,
    .services-section,
    .testimonials-section,
    .cta-section {
        padding: 70px 8%;
    }

    .about-container {
        gap: 40px;
    }

    .about-content h2 {
        font-size: 2.3rem;
    }

    .section-header h2 {
        font-size: 2.5rem;
    }

    .cta-content h2 {
        font-size: 2.5rem;
    }

    .testimonial-slide {
        padding: 40px 35px;
    }

    .testimonial-text {
        font-size: 1.05rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-button {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }
}

/* Mobile Landscape and Small Tablets (600px - 767px) */
@media (max-width: 767px) {
    .hero-slideshow {
        height: 70vh;
        min-height: 500px;
    }

    .hero-content {
        width: 92%;
        padding: 0 25px;
    }

    .hero-badge {
        font-size: 0.75rem;
        padding: 8px 16px;
        letter-spacing: 1.5px;
    }

    .hero-title {
        font-size: 2.4rem;
        line-height: 1.25;
    }

    .hero-subtitle {
        font-size: 1.1rem;
        max-width: 450px;
        margin-bottom: 22px;
    }

    .hero-cta {
        padding: 13px 30px;
        font-size: 0.95rem;
    }

    .about-section,
    .services-section,
    .testimonials-section {
        padding: 60px 6%;
    }

    .about-content h2,
    .section-header h2 {
        font-size: 2rem;
    }

    .about-content p {
        font-size: 1rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cta-content h2 {
        font-size: 2rem;
    }

    .cta-content p {
        font-size: 1.05rem;
    }
}

/* Small Mobile (480px - 599px) */
@media (max-width: 599px) {
    .hero-slideshow {
        height: 65vh;
        min-height: 480px;
    }

    .hero-content {
        width: 94%;
        padding: 0 20px;
    }

    .hero-badge {
        font-size: 0.7rem;
        padding: 7px 16px;
        letter-spacing: 1.5px;
        margin-bottom: 16px;
    }

    .hero-title {
        font-size: 2.1rem;
        line-height: 1.25;
        letter-spacing: -1px;
        margin-bottom: 16px;
    }

    .hero-subtitle {
        font-size: 1.05rem;
        max-width: 400px;
        line-height: 1.5;
        margin-bottom: 22px;
    }

    .hero-cta {
        padding: 12px 28px;
        font-size: 0.9rem;
        gap: 8px;
    }

    .about-section,
    .services-section,
    .testimonials-section {
        padding: 50px 6%;
    }

    .about-content h2,
    .section-header h2 {
        font-size: 1.8rem;
    }

    .about-content p {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .section-header p {
        font-size: 1rem;
    }

    .service-card {
        padding: 30px 20px;
    }

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

    .service-icon i {
        font-size: 1.75rem;
    }

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

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

    .testimonial-slide {
        padding: 30px 25px;
    }

    .testimonial-text {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .testimonial-text::before {
        font-size: 2rem;
        top: 15px;
        left: 15px;
    }

    .testimonial-author {
        font-size: 1rem;
    }

    .cta-section {
        padding: 50px 6%;
    }

    .cta-content h2 {
        font-size: 1.8rem;
        margin-bottom: 16px;
    }

    .cta-content p {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 28px;
    }

    .cta-buttons {
        gap: 15px;
    }

    .cta-button {
        padding: 12px 28px;
        font-size: 0.9rem;
        max-width: 280px;
    }
}

/* Extra Small Mobile (400px - 479px) - Critical for narrow screens */
@media (max-width: 479px) {
    .hero-slideshow {
        height: 60vh;
        min-height: 450px;
    }

    .hero-content {
        width: 95%;
        padding: 0 15px;
    }

    .hero-badge {
        font-size: 0.65rem;
        padding: 7px 14px;
        letter-spacing: 1.2px;
        margin-bottom: 14px;
    }

    .hero-title {
        font-size: 1.85rem;
        line-height: 1.3;
        letter-spacing: -0.5px;
        margin-bottom: 14px;
    }

    .hero-subtitle {
        font-size: 0.95rem;
        max-width: 320px;
        line-height: 1.55;
        margin-bottom: 20px;
    }

    .hero-cta {
        padding: 11px 24px;
        font-size: 0.85rem;
        gap: 6px;
    }

    .about-content h2,
    .section-header h2,
    .cta-content h2 {
        font-size: 1.6rem;
    }

    .testimonial-slide {
        padding: 25px 20px;
    }

    .cta-button {
        padding: 11px 24px;
        font-size: 0.85rem;
        max-width: 260px;
    }
}

/* Very Small Mobile (320px - 399px) */
@media (max-width: 399px) {
    .hero-badge {
        font-size: 0.6rem;
        padding: 6px 12px;
        letter-spacing: 1px;
    }

    .hero-title {
        font-size: 1.65rem;
        line-height: 1.3;
    }

    .hero-subtitle {
        font-size: 0.88rem;
        max-width: 280px;
        line-height: 1.5;
    }

    .hero-cta {
        padding: 10px 20px;
        font-size: 0.8rem;
    }

    .about-content h2,
    .section-header h2,
    .cta-content h2 {
        font-size: 1.5rem;
    }

    .cta-button {
        padding: 10px 20px;
        font-size: 0.8rem;
        max-width: 240px;
    }
}