body {
    background: ffffff;
    color: #222;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background: #ffffff;
    color: #65871c;
    padding: 0px 0;
    position: sticky;
    top: 8px;
    width: 100%;
    z-index: 1000;
    transition: box-shadow 0.2s;
}

.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    align-self: center;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 0px;
    height: 48px;
    line-height: 48px;
}

.header-logo {
    height: 100px;
    width: 150px;
    object-fit: contain;
    margin-right: 8px;
    border-radius: 8px;
}

.header-links {
    display: flex;
    gap: 25px;
}

.header-links a {
    color: #65871c;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
    
}

.header-links a:hover {
    color: #65871c;
    text-decoration: underline;
}

.services {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    align-items: flex-start;
    margin: 40px auto;
    max-width: 1100px;
    padding: 0 20px;
}

.service-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(26,35,126,0.07);
    width: 270px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 18px 20px 18px;
    text-align: left;
    text-decoration: none;
    transition: box-shadow 0.2s, transform 0.2s;
    margin-bottom: 20px;
}

.service-box:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 24px rgba(26,35,126,0.15);
    cursor: pointer;
    background: #f0f4ff;
}

.service-box lottie-player {
    display: block;
    margin: 0 auto 20px auto;
}

.service-box span {
    color: #65871c;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 8px;
    margin-left: 8px;
    margin-top: 30px;
    display: block;
    text-align: left !important;
    text-decoration: none !important;
}

.service-box .service-desc {
    margin: 14px 0 10px 0;
    color: #263238;
    font-size: 1rem;
    min-height: 48px;
    text-align: left;
}


.about-section {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 200px;
    display: block;
    overflow: hidden;
}

.about-bg {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.about-title {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 60px 0;
    margin: 0;
}

.about-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    max-width: 1100px;
    margin: 40px auto;
    padding: 0;
}

.about-img {
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(26,35,126,0.07);
}

.about-text {
    flex: 1 1 60%;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-text h3,
.about-text h2,
.about-text p {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.leaders {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    align-items: flex-start;
    margin: 40px auto;
    max-width: 1100px;
    padding: 0 20px;
}

.leader {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(26,35,126,0.07);
    width: 250px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 18px 20px 18px;
    text-align: center;
    transition: transform 0.3s cubic-bezier(.2,.7,.5,1), box-shadow 0.3s;
}

.leader:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 24px rgba(26,35,126,0.15);
}

.leader img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 18px;
    border: 4px solid #e3eafc;
}

.leader h4 {
    margin: 10px 0 6px 0;
    font-size: 1.2rem;
    color: #1a237e;
}

.leader p {
    margin: 0;
    color: #263238;
    font-size: 1rem;
}
.leader-heading {
    text-align: center;
    margin: 40px 0;
    color: #222;
}
.clients-testimonials {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    align-items: flex-start;
    margin: 40px auto;
    max-width: 1100px;
    padding: 0 20px;
}

.client {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(26,35,126,0.07);
    width: 250px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 18px 20px 18px;
    text-align: center;
    transition: transform 0.3s cubic-bezier(.2,.7,.5,1), box-shadow 0.3s;
}

.client img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 18px;
    border: 4px solid #e3eafc;
}

.client h4 {
    margin: 10px 0 6px 0;
    font-size: 1.2rem;
    color: #1a237e;
}

.client p {
    margin: 0;
    color: #263238;
    font-size: 1rem;
}
.client-header {
    text-align: center;
    margin: 40px 0;
    color: #222;
}

html {
    scroll-behavior: smooth;
}

.hero-section {
    background: url('images/coolbackgrounds-particles-oxygen.png');
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* margin-left: 80px;
    margin-right: 40px; */
    min-height: 420px;
    max-width: 1100px;
    padding: 0;
    position: relative;
    color: #000000;
    text-align: left;
    gap: 40px;
    margin:0 auto;
}

.Hero-text, .hero-animation {
    flex: 1 1 50%;
    max-width: 50%;
    box-sizing: border-box;
}

.Hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.5rem; /* Increase overall text size */
}

.hero-animation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
    height: 100%;

}
.hero-animation dotlottie-wc {
    width: 400px !important;
    height: 400px !important;
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 900px) {
    .hero-section {
        flex-direction: column;
        margin-left: 16px;
        margin-right: 16px;
        text-align: center;
        gap: 24px;
    }
    .Hero-text, .hero-animation {
        max-width: 100%;
        width: 100%;
    }
    .Hero-text {
        align-items: center;
        font-size: 1.1rem;
    }
}

/* Responsive Hero Section Styles */

/* Mobile styles */
@media (max-width: 600px) {
    .hero-section {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 8px;
        margin-right: 8px;
        gap: 14px;
        min-height: 220px;
        padding: 0;
        max-width: 100vw;
    }
    .Hero-text {
        align-items: center;
        width: 100%;
        max-width: 100%;
    }
    .Hero-text h1 {
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 12px;
    }
    .Hero-text p {
        font-size: 0.95rem;
        text-align: center;
        margin-bottom: 10px;
    }
    .hero-animation {
        display: none !important;
    }
}

/* Tablet styles */
@media (min-width: 601px) and (max-width: 900px) {
    .hero-section {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 14px;
        margin-left: 10px;
        margin-right: 10px;
        min-height: 180px;
        max-width: 100vw;
    }
    .Hero-text {
        max-width: 48%;
        font-size: 0.9rem;
        padding: 0 6px;
    }
    .Hero-text h1 {
        font-size: 1.3rem;
        margin-bottom: 10px;
        text-align: left;
    }
    .Hero-text p {
        font-size: 0.85rem;
        margin-bottom: 8px;
        text-align: left;
    }
    .hero-animation {
        max-width: 48%;
        padding: 0 6px;
    }
    .hero-animation dotlottie-wc,
    .hero-animation lottie-player {
        width: 120px !important;
        height: 120px !important;
        max-width: 100%;
        max-height: 100%;
    }
}

.fade-in-section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in-section.visible {
    opacity: 1;
    transform: none;
}
.services-header {
    text-align: center;
    margin: 40px 0;
}

.services-header h1 {
    margin-bottom: 3px;
    text-align: center;
    color: #222;
    font-size: 3.5em;
}

.services-header p {
    margin-top: 0;
    margin-bottom: 0;
}

.btn-cta {
    background: #65871c;
    color: #ffffff;
    padding: 12px 26px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    align-items: center;
    align-self: center;
    align-content: center;
    margin-bottom: 20px;
}

.btn-cta:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    background-color: #65871c;
}

.center-btn {
    display: flex;
    justify-content: center;
    margin: 24px 0;
}

.about-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #65871c;
    color: #fff;
    padding: 40px 20px;
    border-radius: 12px;
    min-width: 140px;
    max-width: 160px;
    margin: 0;
    text-align: center;
}

.about-stats h1 {
    font-size: 3rem;
    margin: 0;
}

.who-we-are-inline {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
}

.who-we-are-text {
    flex: 1 1 0;
    display: block;
}

.who-we-are-text span {
    color: #000000;
}

.newsletter {
    background: none;
    padding: 40px 20px;
    text-align: center;
    margin: 40px auto;
    max-width: 800px;
    border-radius: 12px;
}

.newsletter form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.input-container {
    position: relative;
    max-width: 300px;
    margin: 20px auto;
}

.input-container input {
    width: 100%;
    padding: 10px 40px 10px 10px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
    box-sizing: border-box;
}

.input-container .inside-button {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    border: none;
    background: #65871c;
    color: #fff;
    padding: 0 15px;
    border-radius: 5px;
    cursor: pointer;
    height: 32px;
    margin: 0;
    display: flex;
    align-items: center;
}

.input-container .inside-button:hover {
    background: #65871c;
}

/* --- Footer Styles --- */
footer {
    background: #76916c;
    color: #fff;
    padding: 32px 0 12px 0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1100px;
    margin: 0 auto;
    gap: 32px;
    padding: 0 20px;
    flex-wrap: wrap;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Ensure left alignment */
    gap: 8px;
	height: 50px
    margin-left: 0;
}


.footer-logo-img {
    width: 150px;
    height: 36px;
    border-radius: 8px;
    object-fit: cover;
    background: #76916c;
    margin-bottom: 2px;
}

.footer-logo span {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;   /* Ensure right alignment */
    margin-right: 0;
    margin-left: auto;       /* Push to the far right */
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #ffb300;
    text-decoration: underline;
}

footer hr {
    border: none;
    border-top: 1px solid #29508a;
    margin: 18px 0 10px 0;
}

.footer-socials {
    display: flex;
    gap: 14px;
    margin-top: 6px;
}

.footer-socials a img {
    width: 26px;
    height: 26px;
    filter: brightness(0) invert(1);
    transition: filter 0.2s, transform 0.2s;
}

.footer-socials a:hover img {
    filter: brightness(0.8) invert(0.7) sepia(1) hue-rotate(180deg) saturate(3);
    transform: scale(1.15);
}
.footer-bottom {
    text-align: center;
    margin-top: 16px;
    font-size: 0.9rem;
    color: #fff;
}

/* Contact info under Contact Us */
.footer-contact-info {
    margin-top: 8px;
    color: #fff;
    font-size: 0.97rem;
    line-height: 1.5;
    text-align: right;
}

/* Center the products container */
.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin: 40px auto;
    max-width: 1200px;
    padding: 0 20px;
}

/* Product box styling */
.product-box {
    width: 306px;
    height: 368px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(26,35,126,0.07);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
}

.product-box:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 24px rgba(26,35,126,0.15);
}

/* Product image covers 80% of the box */
.product-box img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    display: block;
    transition: filter 0.3s;
}

/* Hide the name by default, show on hover */
.product-box span {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(26,35,126,0.92);
    color: #fff;
    font-weight: bold;
    font-size: 1.15rem;
    text-align: center;
    padding: 18px 0 14px 0;
    border-radius: 0 0 16px 16px;
    transition: opacity 0.3s, visibility 0.3s;
    pointer-events: none;
}

.product-box:hover span {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0 10px #007bff, 0 0 20px #00f, 0 0 30px #00f;
}
.products-header {
    text-align: center;
    margin: 40px 0;
    color: #222;
}

.services-header{
    animation: appear linear;
    animation-timeline:view() ;
    animation-range: entry 0% cover 40%;
}
.service-scaling {
  animation: slideInLeft 1s linear both;
  animation-timeline: view();
  animation-range: entry 0% cover 10%;
  margin: 0 auto;
}

.product-scaling {
    animation: appear linear;
    animation-timeline:view() ;
    animation-range: entry 0% cover 40%;
}

.about-content-scaling {
    animation: appear linear;
    animation-timeline:view() ;
    animation-range: entry 0% cover 40%;
}

@keyframes appear {
    from { 
        opacity: 0; 
        transform: scale(0.5);
    }
    to { 
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsive Header Styles */

/* Hamburger menu button (hidden by default) */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 36px;
    height: 36px;
    cursor: pointer;
    margin-left: 16px;
    background: none;
    border: none;
    z-index: 1101;
}
.hamburger span {
    height: 4px;
    width: 28px;
    background: #1a237e;
    margin: 4px 0;
    border-radius: 2px;
    display: block;
    transition: 0.3s;
}

/* Mobile styles */
@media (max-width: 600px) {
    .logo {
        font-size: 0; /* Hide text */
    }
    .logo img.header-logo {
        margin-right: 0;
    }
    .header-links {
        display: none;
        position: absolute;
        top: 70px;
        right: 16px;
        background: #fff;
        flex-direction: column;
        gap: 0;
        box-shadow: 0 4px 16px rgba(26,35,126,0.10);
        border-radius: 10px;
        min-width: 140px;
        z-index: 1100;
        padding: 10px 0;
    }
    .header-links.show {
        display: flex;
    }
    .header-links a {
        padding: 12px 24px;
        color: #1a237e;
        font-size: 1.1rem;
        border-bottom: 1px solid #eee;
        text-align: left;
    }
    .header-links a:last-child {
        border-bottom: none;
    }
    .hamburger {
        display: flex;
    }
    .container {
        position: relative;
    }
}

/* Tablet styles */
@media (min-width: 601px) and (max-width: 900px) {
    .container {
        padding: 0 8px;
    }
    .logo {
        font-size: 1.2rem;
    }
    .header-logo {
        height: 36px;
        width: 36px;
    }
    .header-links a {
        font-size: 1rem;
        padding: 6px 10px;
    }
    header {
        padding: 0;
    }
}

/* Responsive About Section Styles */

/* Mobile styles */
@media (max-width: 600px) {
    .about-content {
        flex-direction: column;
        gap: 16px;
        padding: 0 8px;
        max-width: 100vw;
        align-items: center;
    }
    .about-img {
        display: none !important;
    }
    .about-text {
        max-width: 100% !important;
        flex: 1 1 100% !important;
        align-items: center;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .about-text h2,
    .about-text h1 {
        font-size: 1.1rem;
        text-align: center;
        margin-bottom: 10px;
        width: 100%;
    }
    .about-text p {
        font-size: 0.98rem;
        text-align: center;
        margin-bottom: 10px;
        width: 100%;
    }
    /* Hide all original <p> in mobile and show only the custom ones */
    .about-text p:not(.about-mobile) {
        display: none !important;
    }
    .about-text .about-mobile {
        display: block !important;
    }
}

/* Tablet styles */
@media (min-width: 601px) and (max-width: 900px) {
    .about-content {
        gap: 24px;
        padding: 0 12px;
        max-width: 100vw;
    }
    .about-img {
        max-width: 28%;
        flex: 0 0 28%;
    }
    .about-img img,
    .about-img dotlottie-player {
        width: 100% !important;
        height: auto !important;
        max-width: 180px !important;
        max-height: 120px !important;
    }
    .about-text {
        max-width: 72%;
        flex: 1 1 72%;
        text-align: left;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .about-text h2,
    .about-text h1 {
        font-size: 1.3rem;
        text-align: left;
        margin-bottom: 10px;
        width: 100%;
    }
    .about-text p {
        font-size: 1rem;
        text-align: left;
        margin-bottom: 10px;
        width: 100%;
        display: block !important;
    }
    .about-text .about-mobile {
        display: none !important;
    }
}

/* Desktop: always show normal p, hide .about-mobile */
@media (min-width: 901px) {
    .about-text .about-mobile {
        display: none !important;
    }
}

/* Responsive scaling for .service-scaling, .product-scaling, .about-content-scaling */

/* Mobile styles: remove scaling animation and keep normal size */
@media (max-width: 600px) {
    .service-scaling,
    .product-scaling,
    .about-content-scaling {
        animation: none !important;
        transform: none !important;
    }
}

/* Tablet styles: reduce size to fit screen */
@media (min-width: 601px) and (max-width: 900px) {
    .service-scaling,
    .product-scaling,
    .about-content-scaling {
        transform: scale(0.92);
        animation: none !important;
    }
}

/* Responsive Footer Styles */

/* Mobile styles: reduce size, keep alignment */
@media (max-width: 600px) {
    .footer-container {
        gap: 16px;
        padding: 0 8px;
        max-width: 100vw;
    }
    .footer-logo-img {
        width: 28px;
        height: 28px;
    }
    .footer-logo span {
        font-size: 1rem;
    }
    .footer-socials a img {
        width: 18px;
        height: 18px;
    }
    .footer-links {
        gap: 4px;
    }
    .footer-links a {
        font-size: 0.95rem;
    }
    .footer-contact-info {
        font-size: 0.85rem;
    }
    .footer-bottom {
        font-size: 0.8rem;
    }
    footer {
        padding: 18px 0 8px 0;
    }
}

/* Responsive styles for various laptop sizes */

/* Small laptops (width: 1024px and below) */
@media (max-width: 1024px) {
    .container,
    .about-content,
    .services,
    .leaders,
    .clients-testimonials,
    .products {
        max-width: 900px;
        padding: 0 12px;
    }
    .service-box,
    .leader,
    .client,
    .product-box {
        width: 220px;
        min-height: 260px;
    }
    .about-img {
        max-width: 32%;
        flex: 0 0 32%;
    }
    .about-text {
        max-width: 68%;
        flex: 1 1 68%;
    }
    .hero-section {
        max-width: 900px;
        margin: 0 auto;
        gap: 24px;
    }
}

/* Medium laptops (width: 1366px and below) */
@media (max-width: 1366px) {
    .container,
    .about-content,
    .services,
    .leaders,
    .clients-testimonials,
    .products {
        max-width: 1050px;
        padding: 0 16px;
    }
    .service-box,
    .leader,
    .client,
    .product-box {
        width: 250px;
        min-height: 300px;
    }
    .about-img {
        max-width: 36%;
        flex: 0 0 36%;
    }
    .about-text {
        max-width: 64%;
        flex: 1 1 64%;
    }
    .hero-section {
        max-width: 1050px;
        margin: 0 auto;
        gap: 32px;
    }
}

/* Large laptops (width: 1600px and below) */
@media (max-width: 1600px) {
    .container,
    .about-content,
    .services,
    .leaders,
    .clients-testimonials,
    .products {
        max-width: 1200px;
        padding: 0 24px;
    }
    .service-box,
    .leader,
    .client,
    .product-box {
        width: 270px;
        min-height: 320px;
    }
    .about-img {
        max-width: 40%;
        flex: 0 0 40%;
    }
    .about-text {
        max-width: 60%;
        flex: 1 1 60%;
    }





    .hero-section {
        max-width: 1200px;
        margin: 0 auto;
        gap: 40px;
    }
}
