:root {
    --skv-blue-border: #007BFF;
    --skv-menu-bg: #E8F5E9;
    --skv-theme-color: #3B9C35;
    --skv-button-color: #53B00C;
    --skv-text-dark: #000000;
    --skv-text-light: #FFFFFF;
    --skv-card-color: rgba(59, 156, 53, 0.11);
}


body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

html,
body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

/* nav bar */

.navbar-nav.mx-auto {
    background-color: var(--skv-menu-bg) !important;
    border: 1px solid var(--skv-theme-color) !important;
    border-radius: 50px !important;
    padding: 5px 30px !important;
}

.navbar-nav .nav-item .nav-link {
    color: var(--skv-theme-color);
    border-radius: 50px !important;
}

.navbar-nav .nav-item .nav-link:hover {
    background-color: var(--skv-theme-color);
    color: white;
    border-radius: 50px;
}

.navbar-nav .nav-item a[style*="background-color: #5aab64"] {
    background-color: var(--skv-theme-color);
    color: var(--skv-text-light) !important;
    border-radius: 50px !important;
    margin: 2px;
}

.navbar-brand img {
    height: 50px;
    /* Adjust as needed */
}

.d-flex img {
    height: 40px;
    /* Adjust as needed */
    margin-left: 15px;
}

.skv-active-link {
    background-color: var(--skv-theme-color) !important;
    color: white !important;
    font-weight: bold !important;
    border-radius: 50px !important;
    margin: 2px;
}

.navbar-brand {
    margin-left: 5%
}


@media (max-width: 991.98px) {
    .navbar-nav.mx-auto {
        background-color: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
        margin-top: 10px !important;
    }

    .navbar-brand img {
        height: 40px;
    }

    .navbar-brand {
        margin-left: 2%
    }


    .navbar-nav .nav-item {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .navbar-nav .nav-item a[style*="background-color: #5aab64"] {
        margin: 0 !important;
        border-radius: 0 !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}


/* banner - home */

.hero-banner {
    position: relative;
    overflow: hidden;
}

.banner-image {
    width: 100%;
    /* height: 520px; */
    height: 83vh;
    object-fit: cover;
    display: block;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%);
}

.banner-overlay .row {
    height: 100%;

}

.banner-overlay .col-lg-6:first-child {
    height: 100%;
}


.hero-content {
    color: white;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: start; */
}

.hero-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.hero-text {
    min-height: 180px;
    /* max-height: 55%; */
    overflow: hidden;
}

.hero-btn-wrapper {
    margin-top: auto;
    padding-bottom: 20px;
}

.highlight-text {
    color: var(--skv-theme-color);
}

.hero-description {
    font-size: 18px;
    margin-bottom: 2rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    max-width: 550px;
}

/* Carousel Indicators Styling */
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 8px;
    transition: all 0.3s ease;
}

.carousel-indicators .active {
    background-color: var(--skv-theme-color);
    width: 30px;
    border-radius: 10px;
}

.btn-cta {
    padding: 15px 40px;
    font-size: 1rem;
    font-weight: bold;
    width: 30%;
    background: var(--skv-button-color) !important;
    color: var(--skv-text-light);
    border: none;
    border-radius: 10px;
    transition: all 0.3s;
    /* margin-top: 35px; */
    margin-top: auto;
    position: relative;
    z-index: 5;
}

.btn-cta:hover {
    transform: translateY(-3px);
    background: var(--skv-button-color);
    color: var(--skv-text-light);

}

.hero-right-image {
    text-align: center;
}

.hero-right-image img {
    max-width: 100%;
    height: auto;
    max-height: 450px;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
    animation: float 3s ease-in-out infinite;
    position: relative;
    /* right: 300; */

}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

}

.read-more-btn {
    background: var(--skv-button-color) !important;
    color: var(--skv-text-light);
}




/* recylcleing */

/* --- Section Styling --- */
.recycling-section {
    padding: 20px 0;
}

.recycling {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* Vertically align the two columns */
}

.skv-content {
    padding: 20px;
}

.e-waste-content {
    color: var(--skv-text-dark);
    font-size: 2rem;

}

.skv-content .tagline {
    color: var(--skv-text-dark);
    font-size: 16px;
    line-height: 1.8;
}

.skv-content .company-name {
    font-size: 3rem;
    font-weight: 600;
    color: #28a745;
    margin-bottom: 35px;
}

.skv-content .welcome-line {
    color: var(--skv-text-dark);
    font-size: 16px;


}

/* --- Right Column Service Cards Styling --- */
.service-section {
    padding: 20px;
}

.recycling .row {
    justify-content: center;
    /* Center the service cards */
}

.recycling-card {
    background-color: var(--skv-card-color);
    border: 2px solid var(--skv-button-color);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 25px;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.recycling-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.recycling-icon {
    align-items: center;
    justify-content: center;

}

.recycling-icon img {
    width: 90px;
    height: 90px;
    border-radius: 10%;
    margin-left: 0px;
}

.recycling-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--skv-text-dark);
    margin-bottom: 10px;
}

.recycling-description {
    font-size: 14px;
    color: var(--skv-text-dark);
    line-height: 1.6;
}

/* --- Responsive Design for Mobile Devices --- */
@media (max-width: 767px) {
    .recycling-section {
        padding: 0px 15px;
    }

    .skv-content .company-name {
        font-size: 3.5rem;
    }

    .read-more-btn {
        margin-bottom: 30px;
        background: var(--skv-button-color) !important;
        color: var(--skv-text-light);
    }

    .recycling-card {
        margin-bottom: 20px;
    }



}

@media (max-width: 468px) {
    .recycling-icon img {
        width: 60px;
        height: 60px;
        border-radius: 10%;
        margin-left: 0px;
    }

    .recycling-title {
        font-size: 0.8rem;
        font-weight: 600;
        color: var(--skv-text-dark);
        margin-bottom: 10px;
    }

    .recycling-description {
        font-size: 0.65rem;
        color: var(--skv-text-dark);
        line-height: 1.6;
    }

}


/* services */

.service-banner {
    position: relative;
    overflow: hidden;
}

.service-banner-image {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    display: block;
}


.services-section {
    margin: 0 auto;
    padding: 0 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.section-header h2 {
    color: #7cc44d;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.view-all-link {
    position: absolute;
    right: 10%;
    transform: translateY(-50%);
    color: #7cc44d;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.view-all-link:hover {
    color: #5a9c3a;
    gap: 12px;
}

.view-all-link i {
    font-size: 0.9rem;
}

.service-card {
    background: #E2FFB7;
    border-radius: 25px;
    padding: 20px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 400px;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 25px;
}


.service-card:hover::before {
    opacity: 1;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(124, 196, 77, 0.3);
}


.service-label {
    color: var(--skv-theme-color);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 0px 5px 0px 0px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
    /* Limit width to fit within clip-path */
}




.service-image-wrapper {
    width: 100%;

    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.image-caption {
    position: absolute;
    top: 2%;
    bottom: 60%;
    left: 3%;
    width: 40%;
    /* right: 56%; */
    background: #E2FFB7;
    color: white;
    padding: 10px;
    border-radius: 15px;
    z-index: 10;
    clip-path: polygon(0 0, 97% 0, 79% 37%, 0 37%);
}

.service-image-wrapper img {
    height: 343px;

    /* width: 100%; */
    object-fit: cover;
    transition: transform 0.4s ease;
}

.service-card:hover .service-image-wrapper img {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .section-header h2 {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .view-all-link {
        position: static;
        transform: none;
        justify-content: center;
        margin-top: 15px;
    }


    .service-image-wrapper {
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
        z-index: 1;
    }

    .service-card {
        background: #E2FFB7;
        border-radius: 25px;
        padding: 20px;

        transition: all 0.4s ease;
        position: relative;
        overflow: hidden;
        height: 400px;
    }
}

@media (max-width: 576px) {
    .section-header h2 {
        font-size: 1.75rem;
    }

    .service-card {
        padding: 15px;
        height: 300px;
    }

    /* .service-image-wrapper {
                height: 200px;
            } */
}

/* why choose */

.why-section {
    padding: 60px 0px 0px 0px;
    background-color: var(--skv-text-dark);
}

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

.section-title h3 {
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.section-title h2 {
    color: #7cc44d;
}

.feature {
    background-image: url('/static/frontend/assets/images/smart-solutions-image.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-position: center bottom;
}


.feature-card {
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    /* Spacing between cards */
    display: flex;
    /* Use flex to align icon and text */
    flex-direction: column;
}


.feature-card h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.why-choose-image {
    display: none;
}

.feature-card p,
.feature-card ul {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.6;
}

.feature-card ul {
    padding-left: 10px;
}

.feature-card ul li {
    list-style: disc;
}

@media (max-width: 768px) {

    .center-image img {
        max-width: 300px;
    }

    .feature-card {
        padding: 20px;

    }

    .feature {
        background-image: none;
    }

    .why-choose-image {
        display: block;
        text-align: center;

    }
}




/* form  */



.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #333;
}

#enquiryModal .modal-dialog {
    max-width: 420px;
}

.enquiry-heading .company-name {
    font-weight: 600;
    color: #28a745;
    line-height: 1;
    margin-bottom: 20px;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    /* padding: 10px; */
    padding: 5px;
    border: 2px solid #868585;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #4CAF50;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

/* Submit Button */
.submit-btn {
    background-color: #4CAF50 !important;
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #45a049;
}

/* Right Section: Image */


.image-section img {
    width: 75%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}


/* logo srolling */


.icon-slider {
    overflow: hidden;
    width: 100%;
}

/* .icon-track {
    display: inline-block;
    animation: scroll 5s linear infinite;
    width: max-content;
    gap: 6rem;
} */

/* Pause animation on hover */
.icon-slider:hover .icon-track {
    animation-play-state: paused;

}


/* Default state: NO animation */
/* .company-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
} */

/* SINGLE IMAGE — NEVER moves */
.company-logo.single {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 38px
}

/* MULTIPLE IMAGES — animate */
.company-logo.multi {
    display: flex;
    align-items: center;

    gap: 60px;
    width: max-content;
    animation: slideFromCenter 25s linear infinite;
}

/* Pause animation on hover */
.company-logo.multi:hover {
    animation-play-state: paused;
}


/* Animation runs ONLY when class 'multi' exists */
/* .company-logo.multi {
  justify-content: flex-start;
  width: max-content;
  animation: slideFromCenter 25s linear infinite;
} */
.company-logo {
    width: 100%;

}

.company-logo img {
    /* max-height: 60px; */
    /* width: auto; */
    height: 150px;
    width: 150px;
    padding: 10px;
    object-fit: contain;
}

/* Slide from center to left */
@keyframes slideFromCenter {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}


/* .company-logo img {
    
    height: 78px;
    margin-left: 5%;
    object-fit: cover;
   
} */

/* Keyframes for infinite scrolling */
@keyframes scroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-50%);
    }
}



/* footer */

.footer-section {
    background-image: url('/static/frontend/assets/images/banner_home.webp');
    background-size: cover;
    /* image covers full section */
    background-position: center;
    /* centers the image */
    background-repeat: no-repeat;
}

.list-unstyled li {
    margin-bottom: 8px;
    font-size: 0.8rem;
    position: relative;
    /* For custom bullet point */
}

.list-unstyled li a::before {
    content: "\2022";
    color: white;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-right: 5px;
}

.location-grid {
    column-count: 2;
    list-style: none;
    padding-right: 35px;
}

.content1 {
    font-size: 14px;
}


.content2 {
    font-size: 12px;
}

.content-list {
    border: 2px solid var(--skv-menu-bg);
    border-radius: 10px;
    padding: 20px 20px 0px 40px;
    background-color: rgba(94, 94, 98, 0.60);
}

.location-grid li a::before {
    content: "\2022";
}

.list-unstyled a:hover {
    color: #4CAF50 !important;
}


.social-icons a {
    width: 45px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #3B9C35;
    color: #fff;
    margin-right: 10px;
    text-decoration: none;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #2f7f2b;
}

@media (max-width: 768px) {
    .location-grid {
        column-count: 1;
        padding-right: 0px;
    }

    .social-icons {
        text-align: center;
    }

}



.sticky-icons {
    position: fixed;
    right: 20px;
    top: 5%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
}

.icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.icon-btn:hover {
    transform: scale(1.2);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.icon-btn svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.whatsapp-icon {
    background: #25D366;
}

.facebook-icon {
    background: #1877F2;
}

.instagram-icon {
    background: #e1306c;
}



/* ========= enquiry form ================= */



.modal-content {
    border: none;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
}

.modal-header {
    background: #4caf50;
    color: white;
    border-radius: 20px 20px 0 0;
    padding: 8px 30px !important;
}

.modal-title {
    font-weight: 700;
    font-size: 1.5rem;
}

.btn-close {
    filter: brightness(0) invert(1);
}

.modal-body {
    padding: 17px 30px;
}

.modalenquiryForm .form-label {
    /* font-weight: 600; */
    font-weight: 400;
    color: #333;
    /* margin-bottom: 8px; */
    margin-bottom: 4px;
}

.modalenquiryForm .form-control,
.form-select {
    border-radius: 10px;
    border: 2px solid #e0e0e0;
    /* padding: 12px 15px; */
    padding: 1.5px 15px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.modalenquiryForm .form-control:focus,
.form-select:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.modalenquiryForm .submit-btn {
    background: #4caf50;
    border: none;
    padding: 12px 40px;
    border-radius: 25px;
    font-weight: 600;
    width: 100%;
    margin-top: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.modalenquiryForm .submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

.modalenquiryForm .required {
    color: #dc3545;
}

.form-control {
    line-height: 1 !important;
}

@media (max-width: 576px) {
    .modal-body {
        padding: 20px;
    }

    .main-content {
        padding: 20px;
    }
}

/* ========== ABOUT PAGE =============== */

/* banner */
.about-banner {
    position: relative;
    overflow: hidden;
}

.about-banner-image {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    display: block;
}



/* stoty */

.story-container {
    background-color: var(--light-gray);
    border-radius: 10px;
}

.story-container .story-content .code-design {
    background: linear-gradient(to bottom,
            rgba(59, 156, 53, 1) 0%,
            rgba(104, 154, 101, 0.7) 60%,
            rgba(210, 218, 210, 0.3) 85%,
            rgba(254, 254, 254, 0) 100%);
}

.story-heading {
    color: var(--text-color);
    font-weight: bold;
    margin-bottom: 0.5rem;
    padding-left: 80px;
}


.main-heading {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0;
}

.highlight-text {
    color: var(--skv-theme-color);
}


/* Image styling */
.main-image {
    height: 400px !important;
    object-fit: cover;
    width: 100%;
}

.small-image {
    height: 250px !important;
    object-fit: cover;
    width: 100%;
}


/* Stats Section */
.stat-number {
    color: var(--text-color);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

.stat-label {
    font-size: 14px;
    color: #6c757d;
    /* Bootstrap secondary text color */
    margin-bottom: 0;
}

/* Team Avatars/Images */
.team-avatars {
    position: relative;

}

.avatar {
    width: 70px;
    height: 70px !important;
    border: 3px solid white;
    /* White border for separation */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.overlap-1 {
    margin-left: -30px !important;
    /* Overlap effect */
}

.overlap-2 {
    margin-left: -30px !important;
    /* Overlap effect */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 767.98px) {
    .main-heading {
        font-size: 1.8rem;
    }

    .heading-block::before {
        height: 80%;
        /* Shorter bar on mobile */
    }

    .image-large-container {
        margin-bottom: 2rem;
    }
}


/* our */

.main-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 35px;
    color: #333;
}

.main-title .highlight {
    color: #5cb85c;
}

.thought-feature-card {
    background: white;
    border: 5px solid #234C03;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.thought-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}


.thought-icon-wrapper {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thought-icon-wrapper svg {
    width: 60px;
    height: 60px;
    fill: #2d4a2d;
}

.thought-feature-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #2d4a2d;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.thought-feature-description {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}


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

    .thought-feature-card {
        padding: 9px 33px;
    }
}


/* journey */


.journey-section {

    background-image: linear-gradient(rgba(0, 0, 0, 0.6) 100%), url('/static/assets/images/Rectangle-36.png');
    background-size: cover;
    background-position: center bottom;
    padding: 100px 0;
    min-height: 700px;
    position: relative;
    /* For stacking context */
}

/* Style for the "OUR JOURNEY" tag */
.journey-text-area .journey-section-tag1 {
    font-weight: 800;
    margin-bottom: 0;
}

.journey-text-area .journey-section-tag2 {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.5;
}


/* Specific styling for the highlighted 'e-waste' word */
.text-e-waste {
    color: var(--skv-button-color);

}

/* Sub-text paragraph style */
.journey-sub-text {
    padding: 8px;
    font-size: 16px;
    line-height: 1.8;
}


.description-text {

    font-size: 16px;

}

.journey-illustration-placeholder {
    position: relative;
}

.journey-illustration-placeholder img {
    width: 100%;
    height: auto;
    margin: 0px;

}

.get-in-touch-circle {

    position: absolute;
    bottom: 0%;
    left: 63%;
    top: 48%;
    transform: translate(-50%, 0);

}

.get-in-touch-circle img {
    width: 150px !important;
    height: 150px !important;
    animation-name: spin;
    animation-duration: 10s;
    /* Time it takes for one full rotation (4 seconds) */
    animation-timing-function: linear;
    /* Constant speed (no easing) */
    animation-iteration-count: infinite;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 550px) {
    .get-in-touch-circle {
        left: 25% !important;
        top: 70% !important;
    }

    .get-in-touch-circle img {
        width: 100px !important;
        height: 100px !important;

    }
}

@media (max-width: 900px) {
    .get-in-touch-circle {

        left: 28%;
        top: 65%;


    }

    .get-in-touch-circle img {
        width: 200px;
        height: 200px;

    }
}


/* our vision and mission */

.vimi-image-wrapper {
    width: 100%;
    height: 600px;

}

.vimi-image-wrapper img {
    height: 100%;
    object-fit: cover;
}




/* --- TEXT AND HEADING STYLING --- */

.mision-section-heading {
    margin: 0;
    padding: 0;
    line-height: 1.0;
    font-size: 2.5rem;
    font-weight: 400;
}

.mision-section-heading strong {
    font-weight: 800;
    display: block;
    letter-spacing: -1px;
}

.section-text {
    font-size: 1.15rem;
    line-height: 1.6;
    max-width: 80%;
    margin-left: auto;
}

.green-icon-lg {
    color: var(--skv-button-color);
    font-size: 4rem;
    display: flex;
    align-self: flex-end;

}

.mission-block .green-icon-lg:first-child {
    color: #4CAF50;
}

.vision-block .fa-chart-bar {
    font-size: 5rem;
}

.vimi-section-text {
    font-size: 16px;
    line-height: 1.8;
}



/* Gallery */


.gallery-banner {
    position: relative;
    overflow: hidden;
}

.gallery-banner-image {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    display: block;
}

.gallery-title {
    font-size: 2rem;
    font-weight: 600;
    margin: 40px 0;
    padding-left: 20px;
}

.gallery-card {
    background: white;
    border: 3px solid #909090;
    border-radius: 20px;
    padding: 10px;
    /* margin: 20px; */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.gallery-card img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 20px;
}

.gallery-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
    color: #333;
}

.gallery-item {
    margin-bottom: 30px;
}

.gallery-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.gallery-popup img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 16px;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 34px;
    color: #fff;
    cursor: pointer;
}

.gallerycol {
    background-color: var(--skv-theme-color);
    /* color: #333; */
    color: #fff;
}


@media (max-width: 558px) {
    .gallery-card {

        padding: 10px;

    }
}

/* =========== SERVICES PAGE ========== */

.service-page-header {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    padding: 20px 0;
    margin-bottom: 40px;
}

.service-page-header {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin: 40px 0 30px 0;
    padding-left: 40px;
}

.service-page-heading {
    font-size: 2rem;
    font-weight: 600;
    margin: 40px 0;
    padding-left: 20px;

}

.service-page-card .row {
    align-items: stretch;
}

.service-page-card img {

    border-radius: 10px;
    max-height: 340px;
    width: 100%;
    object-fit: contain;
}

.service-page-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.service-page-title::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #28a745;
    border-radius: 2px;
    margin-right: 12px;
}

.service-page-title.green {
    color: #28a745;
}

.service-page-description {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.service-page-view-more {
    color: #00bfff;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
    cursor: pointer;
}

.service-page-view-more:hover {
    color: #0095cc;
    text-decoration: underline;
}

.service-page-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin: 20px 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-page-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Detail Page Styles */
.service-detail-page {
    display: none;
}

.service-detail-page.active {
    display: block;
}

.service-detail-header {
    background: white;
    padding: 30px 0px;
    margin-bottom: 30px;
}

.service-detail-title {
    font-size: 2rem;
    font-weight: bold;
    color: #28a745;
    margin: 0;
}



.service-detail-section {
    background: white;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.service-detail-section h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
}


.service-detail-section p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
}

.service-detail-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
}

.service-detail-section .col-lg-6 img {
    max-width: 400px;
    object-fit: cover;
}

.back-button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 20px 0 40px 40px;
}

.back-button:hover {
    background-color: #218838;
}

.services-list {
    display: block;
}

.services-list.hidden {
    display: none;
}

@media (max-width: 768px) {
    .service-page-card {
        padding: 10px;
    }

    .service-page-card img {
        height: 200px;
        margin-bottom: 20px;
    }

    .service-page-title {
        font-weight: bold;
    }

    .service-detail-section {
        padding: 25px;
    }

    .service-detail-header {
        padding: 20px;
    }

    .back-button {
        margin-left: 20px;
    }
}

/* ====== BLOG ========= */

.blog-banner {
    position: relative;
    overflow: hidden;
}

.blog-banner-image {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    display: block;
}

.blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Blog List Page */
.blog-list-page {
    display: block;
}

.blog-list-page.hidden {
    display: none;
}

/* Blog Detail Page */
.blog-detail-page {
    display: none;
}

.blog-detail-page.active {
    display: block;
}

/* Featured Blog Detail Card */
.blog-featured-detail-card {
    background: white;
    border-radius: 15px;
    padding: 40px;
    margin: 10px 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.blog-detail-images {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    padding: 68px;
}

.blog-detail-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.blog-detail-main-title {
    color: #28a745;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.4;
}

.blog-detail-section-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    margin-top: 25px;
}

.blog-detail-text {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: justify;
}

/* View All Blogs Button */
.view-all-blogs-container {
    text-align: center;
    margin: 40px 0;
}

.view-all-blogs-btn {
    background-color: transparent;
    color: #28a745;
    border: 2px solid #28a745;
    padding: 12px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.view-all-blogs-btn:hover {
    background-color: #28a745;
    color: white;
}

/* Latest Blogs Grid */
.latest-blogs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 30px;
}

.latest-blog-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.latest-blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.latest-blog-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.latest-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.latest-blog-card:hover .latest-blog-image img {
    transform: scale(1.05);
}

.latest-blog-content {
    padding: 20px;
}

.latest-blog-title {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
}

.latest-blog-excerpt {
    color: #666;
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 12px;
}

.latest-blog-link {
    color: #28a745;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
}

.latest-blog-link:hover {
    color: #218838;
}

.latest-blog-link::after {
    content: ' →';
    margin-left: 5px;
}

/* Blog Grid (All Blogs Page) */


.featured-blog-row {

    overflow: hidden;
}

.recent-blog-tag {
    color: var(--skv-theme-color);
    font-weight: 600;
    font-size: 0.95rem;
    margin-left: 0;
    /* Resetting any column padding influence */
}



.recent-blog-title {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.recent-blog-excerpt {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    max-width: 90%;
}

.view-details-btn {
    background-color: var(--skv-button-color) !important;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 10px;
}

/* Image Column */
/* .featured-blog-images img {
    height:100%;
    text-align:end;
    border-radius: 20px;
    object-fit: cover;
} */

.featured-blog-images {
    /* height:100%; */
    /* height: 480px; */
    text-align: end;
    border-radius: 20px;
    object-fit: cover;
}


.blog-grid {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    /* gap: 25px; */
    gap: 60px;
    margin-top: 30px;
    /* padding: 0 15px;  */
}

.blog-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    height: 100%;
    margin: 0px auto;

    /* width: 350px; */
    /* padding: 10px; */

}

.featured-blog-row {
    flex-direction: column-reverse
}

.featured-blog-images {
    /* height: 480px; */
    margin-top: 10px;
    margin-bottom: 10px;


}

.featured-blog-images img {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    /* padding: 20px; */
}

.blog-card-image {
    /* width:233px; */
    height: 312px;
    object-fit: cover;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    transition: transform 0.3s ease;
    border-radius: 15px;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-content {
    padding: 25px;
}

.blog-card-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.4;
}

.blog-card-excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;

}

.view-details-link {
    color: #28a745;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
}

.view-details-link:hover {
    color: #218838;
    text-decoration: underline;
}

/* .view-details-link::after {
    content: ' →';
    margin-left: 5px;
} */

.back-btn {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 30px;
}

.back-btn:hover {
    background-color: #218838;
}

.page-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}



/* ======== CONTACT PAGE======== */

.enquiry-heading {
    font-size: 2rem;
    font-weight: 600;
}

.enquiry-heading .contact-name {
    color: var(--skv-button-color);
    font-size: 2rem;
    font-weight: 600;
}

.contact-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 50px 0px;
    border-radius: 6px;
    width: 50%;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-item i {
    font-size: 3rem;
    color: #3B9C35;
}

.contact-item span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.contact-item a,
.contact-item p {
    margin: 0;
    font-size: 14px;
    color: #3B9C35;
    text-decoration: none;
}

.contact-image {

    position: relative;
    min-height: 600px !important;
    padding: 0;
}

.map-frame {
    width: 100%;
    height: 100%;
    border: 0;
}


@media (max-width: 991.98px) {
    .contact-bar {
        width: 100%;

    }


    .contact-item i {
        font-size: 2rem;
        color: #3B9C35;
    }

    .contact-bar {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: #fff;
        gap: 25px;
        align-items: start;


    }

}

/* Loader Styles */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.loader-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    padding: 30px 50px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.loader-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(59, 156, 53, 0.1);
    border-radius: 50%;
    border-top-color: var(--skv-theme-color);
    animation: loader-spin 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}

.loader-text {
    margin-top: 20px;
    color: var(--skv-text-dark);
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

@keyframes loader-spin {
    to {
        transform: rotate(360deg);
    }
}

/* sidebar */

.sidebar-toggler {
    border: 1px solid #000;
    padding: 6px 10px;
    background: transparent;
}

/* Hamburger icon (same logic as Bootstrap navbar) */
.sidebar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.sidebar {
    background: #fff;
    border-right: 2px solid #909090;
    min-height: 100vh;
    padding: 20px;

}

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

.sidebar-menu li {
    cursor: pointer;
    font-weight: 500;
    color: #555;
    border-radius: 6px;
    margin-bottom: 6px;
    transition: 0.3s;
    overflow: hidden;
    padding: 12px 15px;
}

.sidebar-menu li a {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.sidebar-menu li:hover,
.sidebar-menu li.active {
    background-color: #3B9C35;
    color: white;
    /* Contrast for the green background */
}

.gallerycol {
    background-color: var(--skv-theme-color);
    color: white !important;
    padding: 10px 0;
    margin-bottom: 30px !important;
    border-radius: 4px;
}

.gallery-card {
    border: 1px solid #909090;
    border-radius: 15px;
    overflow: hidden;
    padding: 15px;
    text-align: center;
}

.gallery-card img {
    border-radius: 10px;
    width: 100%;
}

.gallery-card h3 {
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
}

.gallery-item {
    display: block;
    /* default visible */
}

.gallery-item.is-hidden {
    display: none !important;
}

.whats-box{
  /* width: 80px; */
  position: fixed;
  bottom: 50%;
  right: 0%;

  z-index: 9999;
  cursor: pointer;
 
}
.linear-border {
  border-radius: 10px 10px 0px 0px;
  padding: 2px;
    /* background: linear-gradient(85deg, #EA5B3B 0.28%, #FDDB24 99.72%); */
    background: linear-gradient(85deg, #33c930 0.28%, #59fd24 99.72%);
}

.enquiry-box {
    /* background: linear-gradient(85deg, #FEE831 0.53%, #F7AE22 23.36%, #F39B33 43.82%, #EA613C 67.6%, #E84D3B 99.47%); */
       background: linear-gradient(85deg, #33c930 0.28%, #59fd24 99.72%);
    padding: 4px;
    border-radius: 10px 10px 0px 0px;
    position: fixed;
    top: 37%;
    left: 47px;
    transform: rotate(90deg);
    transform-origin: left top;
    z-index: 9999;
    cursor: pointer;
}