




        /* Custom Styles */
          .navbar-text {
            font-size: 1rem;
            color: white;
            transition: color 0.3s ease;
            font-family: "Manrope", sans-serif;
            font-weight: 400;
        }
        .navbar-brand {
            color: white;
            font-size: 1.6rem;
            font-weight: 900;
            font-style: italic;
            letter-spacing: -1px;
        }
        .navbar-brand:hover {
            color: white;
        }
        /* Hover class to manage white/gray toggle */
        .nav-item.hovered .navbar-text {
            color: red;
        }
        .nav-item.not-hovered .navbar-text {
            color: white;
        }
        .navgetStarted {
            border: none;
            color: white;
            background-color: green;
            border-radius: 20px;
            padding: 0.4rem 0.7rem;
            font-size: 0.69rem;
            font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
            font-weight: 600;
        }
        .navgetStarted:hover {
            background-color: white;
            color: black;
            font-weight: 800;
            transition-duration: 550ms;
        }
        /* Transparent Navbar */
        .navbar {
            transition: background-color 0.3s ease;
            background-color: rgba(0,0,0,1) !important;
        }
        
        .navbar.scrolled {
            background-color: black !important;
        }
        /* Dropdown on hover */
        .navbar-nav .nav-item:hover .dropdown-menu {
            display: block;
            transition: all 0.3s ease-in-out;
        }
        /* Style the dropdown menu */
        .dropdown-menu {
            background-color: black;
            border: none;
        }
        /* Style dropdown items */
        .dropdown-item {
            color: white;
            padding: 0.5rem 1rem;
            font-size: 0.6rem;
        }
        /* Dropdown item hover effect */
        .dropdown-item:hover {
            background-color: black;
        }
        /* Custom breakpoint to adjust navbar-brand font-size on smaller screens */
        @media (max-width: 767px) {
            .navbar-brand {
                font-size: 1rem;
            }
            .navbar-text {
                font-size: 0.8rem;
            }
            .navgetStarted {
                padding: 0.35rem 0.6rem;
                font-size: 0.8rem;
            }
        }
        /* Ensure menu button icon is visible in light mode */
        .navbar-toggler {
            border: none;
        }
        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        }

        .video-container {
            position: relative;
            width: 100%;
            height: 100vh; /* Set height to full viewport height */
            overflow: hidden;
            padding-top: 70px; /* Space for the fixed navbar */
        }
        
        .video-container video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .content-overlay {
            position: absolute;
            bottom: 0px; /* Ensures content is at the bottom */
            left: 50%;
            transform: translateX(-50%); /* Center content horizontally */
            text-align: center;
            color: white;
        
            z-index: 1;
            width: 100%; /* Make sure it takes up the full width of the container */
        }
/* Text styling */
.content-overlay h1 {
    font-size: 4rem;
    font-family: "Arya", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: -1px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1rem 3rem;
}
.twobutton{
    margin: 1rem 0rem 5rem 0rem;
}
.stain{
    font-size: 33px;
    line-height: 1rem;
}
.one-btn {
    border: none;
    font-size: 0.8rem;
    background-color: white; /* Button background color */
    border-radius: 1rem; /* Rounded corners */
    padding: 0.3rem 0.7rem; /* Button padding */
    color: black; /* Initial text color (change to your preference) */
    transition: color 0.3s ease; /* Smooth transition for color change */
    font-size: 0.8rem;
}

.two-btn {
    border: 1px solid white; /* Optional: add border for consistency */
    background-color: transparent; /* Keep it transparent */
    border-radius: 1rem; /* Same border radius */
    padding: 0.3rem 0.7rem; /* Same padding */
    color: white; /* Initial text color */
    transition: color 0.3s ease; /* Smooth transition for color change */
    font-size: 0.8rem;
}

/* Hover effects */
.one-btn:hover {
    color: gray; /* Change text color to gray on hover */
}

.two-btn:hover {
    color: gray; /* Change text color to gray on hover */
}

/* Change the right arrow color to gray on button hover */
.one-btn:hover .right-arrow img,
.two-btn:hover .right-arrow img {
    filter: grayscale(100%); /* Make the arrow image gray on hover */
}

.right-arrow img {
    width: 1.5rem; /* Arrow image width */
    height: 1rem; /* Arrow image height */
}

.one-btn:hover{
    color: gray;
}
.two-btn{
    border: 1px solid white;
    background-color: transparent;
    border-radius: 1rem;
    padding: 0.3rem 0.7rem;
    color: white;

}
.right-arrow img{
    width: 1.5rem;
    height: 1rem;
}

.right-arrow:hover img{
    color: gray;
}
.two-btn:hover{
    background-color: white;
    color: black;
}

/* Unique button styling */
.unique-learn-more-btn {
    padding: 8px 15px;
    border-radius: 25px;
    font-size: 0.9rem;
    color: black;
    background-color: white;
    border: 1px solid white;
    transition: all 0.3s ease;
    text-decoration: none;
}

.unique-learn-more-btn:hover {
    background-color: black;
    color: #fff;
    border: none;
}

.content-overlay h3 {
    font-size: 1.4rem;
    margin: 0;
    font-weight: 300;
    font-family: "Arya", sans-serif;
    font-optical-sizing: auto;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0rem 3rem 1rem 3rem; 
}
.section-heading {
    font-size: 3.5rem;
    font-family: serif;
    text-align: center;
    width: 36rem;
    line-height: 3.4rem;
    margin: 2rem auto;
    letter-spacing: -0.2rem;

}
.globally{
    text-align: center;
    width: 40rem;
    margin: -1.5rem auto 0 auto;
    padding: 0;
    font-size: 1.4rem;
    font-family: "Arya", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
}
.section-subheading {
    text-align: center;
    margin: 0 auto;
    width: 50rem;
    align-items: center;
    font-size: 0.7rem;
        font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
    font-weight: 100;
    margin-top: 2rem;
}
.card{
    border: none;
    margin: 10rem 0 3rem 0;
}
.card-body{
    margin: 0;
    padding: 0;
}
.El-engineer img{
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}
.card-title a{
    font-size: 1.5rem;
    text-decoration: none;
     font-family: "Arya", sans-serif;
            font-optical-sizing: auto;
    font-weight: 300;
    color: black;
}
.bl-h5{
     font-family: "Arya", sans-serif;
            font-optical-sizing: auto;
    font-weight: 300;
}
.card-title:hover a{
    color: red;
    cursor: pointer;
    transition-duration: 900ms;
}
.card-subtitle {
    font-size: 0.6rem;
    color: gray;
}
.expertise-section {
    margin-top: 50px;
    background-color: rgb(249 249 249);
}
.lol{
    padding: 0.7rem 3rem;
}
.lol p{
    font-size: 0.8rem;
    letter-spacing: -0.04vw;
    font-weight: 400;
    font-family: system-ui;
}
.stains{
    font-size: 14px;
    text-align: start;
    
    padding: 0 1rem;
}
.expertise-title {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: -0.0vw;

}
.learn-more-btn {
    border: 1px solid gray;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    color: black;
    font-size: 0.8rem;
    background-color: transparent;
}
.learn-more-btn:hover {
    background-color: black;
    color: white;
}
.sub-head{

    margin-top: 10rem;
}
.img-wrapper {  
    width: 370px;
    height: 270px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box;
}

.inner-img {
    transition: transform 8500ms ease; /* Smooth zoom transition */
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-img2 {
    transition: transform 8500msease;
    width: 100%;
    height: 48%;
    margin-top: 5rem;
    object-fit: cover;
}




/* Base card styling with smooth transition */
.card {
    position: relative;
    overflow: hidden;
}

/* Image base styling */
.card img {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    will-change: transform;
    border-right: 1px soild #ccc;
}

/* Hover effect with transformation ONLY on the image */
.card:hover img {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 50px rgba(0, 0, 0, 0.05);
    z-index: 10;
}
.deg{
    text-align: start;
    padding-left: 1rem;
}

/* Remove the previous background overlay */
.card:hover::before {
    display: none;
}

/* Keep card-body and img-wrapper stable */
.card-body, .img-wrapper {
    transition: transform 0.4s ease;
}

/* Remove any transformation on card-body when hovering */
.card:hover .card-body {
    transform: none;
}

/* Optional: Smooth inner image scaling */
.card .inner-img {
    transition: transform 0.4s ease;
}

.black-sec-title{
    text-transform: uppercase;
    color: white;
    font-size: 0.8rem;
}

.bl-h5 a{
    color: white;
}

/* Responsive styling */

@media (max-width: 992px) {
    .section-heading {
        font-size: 2rem;
        width: 100%;
        letter-spacing: -1px;
    }
    .content-overlay h3{
        width: 100%;
    }
    .globally{
        width: 100%;
    }
    .img-wrapper {  
        width: 100%;
        height: auto;
        overflow: hidden;
        display: inline-block;
        box-sizing: border-box;
    }
    
    .section-subheading {
        font-size: 0.9rem;
        width: 100%;
    }


    .section-heading2 {
        font-size: 2rem;
        width: 100%;
        letter-spacing: -1px;
    }
    .globally2{
        width: 100%;
    }
    .img-wrapper {  
        width: 100%;
        height: auto;
        overflow: hidden;
        display: inline-block;
        box-sizing: border-box;
    }
    
    .section-subheading2 {
        font-size: 0.9rem;
        width: 100%;
    }

    .card-title {
        font-size: 1rem;
    }
    .card{
        border: none;
        margin: 0;
    }
    .black-sec-button{
        margin-bottom: 5rem;
    }
    .unique-heading2 {
        font-size: 1.8rem !important;
        font-weight: 500;
        margin: 0 auto;
        width: 100% !important;
        text-align: center;
        letter-spacing: 0px !important;
        line-height: 1;
         font-family: "Arya", sans-serif;
            font-optical-sizing: auto;
        color: black;
    }
}



@media (max-width: 768px) {
    .section-heading {
        font-size: 2rem;
        width: 100%;
        letter-spacing: -1px;
    }
    .globally{
        width: 100%;
    }
    .section-subheading {
        font-size: 0.9rem;
        width: 100%;
    }
    .section-heading2 {
        font-size: 2rem;
        width: 100%;
        letter-spacing: -1px;
    }
    .globally2{
        width: 100%;
    }
    .section-subheading2 {
        font-size: 0.9rem;
        width: 100%;
    }
    .card-title {
        font-size: 1rem;
    }
    .card{
        border: none;
        margin: 0;
    }
    .black-sec-button{
        margin-bottom: 5rem;
    }
}
.black-sec-button{
    border: 1px solid white; /* Optional: add border for consistency */
    background-color: transparent; /* Keep it transparent */
    border-radius: 1rem; /* Same border radius */
    padding: 0.2rem 0.7rem 0.4rem 0.7rem; /* Same padding */
    color: white; /* Initial text color */
    transition: color 0.3s ease;
    font-size: 0.8rem;
    font-family: system-ui;
    
}
.black-sec-button:hover{
    color: black;
    background-color: #ffff;
}

.black-sec-h3{
    color: white;
    width: 35rem;
     font-family: "Arya", sans-serif;
            font-optical-sizing: auto;
    font-weight: 300;
}
.black-card{
    background-color: black;
}



@media (max-width: 992px) {
    .content-overlay h1 {
        font-size: 1.8rem;
        margin-top: 75%;
    }
    .content-overlay h2 {
        font-size: 1.5rem;
    }
    .content-overlay h3 {
        font-size: 1.2rem;
    }
    .black-sec-h3{
        color: white;
        width: 100%;
    }
    .main-grad{
       flex-direction: column;
    }
    .grad{
        width: 100%;
    }
    .sub-grad{
        width: 100%;
    }
}
/* Responsive font sizes */
@media (max-width: 768px) {
    .content-overlay h1 {
        font-size: 1.8rem;
        margin-top: 75%;
    }
    .content-overlay h2 {
        font-size: 1.5rem;
    }
    .content-overlay h3 {
        font-size: 1.2rem;
    }
    .black-sec-h3{
        color: white; 
        width: 100%;
    }
    .main-grad{
        flex-direction: column;
     }
     .grad{
         width: 100%;
     }
     .sub-grad{
         width: 100%;
     }
}

@media (max-width: 480px) {
    .content-overlay h1 {
        font-size: 2rem;
        padding: 0;
        margin-top: 75%;
    }
    .content-overlay h2 {
        font-size: 2.2rem;
    }
    .content-overlay h3 {
        font-size: 1rem;
    }
    .black-sec-h3{
        color: white;
        width: 100%;
    }
    .sub-head h1 {
        font-size: 5.5rem;
        width: 100%;
    }
    .yogo h1 {
        font-size: 2rem;
        font-weight: 100;
        text-align: center;
        line-height: 1;
        letter-spacing: -1px;
        color: black;
            font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
    }
    .yogo p{
        
        font-size: 1.3rem;
        padding-bottom: 0;
    }
    .sub-head button{
        margin: 2rem auto 3rem auto;
    }
    .main-grad{
        flex-direction: column;
     }
     .grad{
         width: 100%;
     }
     .sub-grad{
         width: 100%;
     }
}

/* Additional content for scrolling */
.additional-content {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent background */
    color: white;
    height: 200vh; /* Enough height to allow scrolling */
}


.footer {
    background-color: black;
    padding: 40px 0;
}
.footer h6 {
    font-family: "Arya", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    margin-bottom: 20px;
    color: gray;
    font-size: 1rem;
}
.footer ul {
    list-style: none;
    padding: 0;
}
.footer ul li {
    line-height: 0.7rem;
}
.footer ul li {
    line-height: 0.9rem;
    color: #ffff;
    font-size: 0.9rem;
    font-family: "Arya", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;

}
.footer ul li a {
    color: #ffff;
    text-decoration: none;
    font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
    font-weight: 300;
    font-size: 0.8rem;
    line-height:0.9rem;
}
.footer ul li a:hover {
    text-decoration: underline;
}
.footer a {
    color: #bbb;
}
.footer a:hover {
    color: #fff;
}
.footer-bottom {
    padding-top: 20px;
    font-size: 0.9rem;
    border-top: 1px solid #333;
}
.footer-bottom a {
    margin-left: 15px;
}


.spec li{
    margin: 7px 0;
}
.spec2 li{
    margin: 9px 0;
}

body, html {
    overflow-x: hidden;
}

@media (max-width: 992px) {
    
    .footer .row {
        text-align: center;
        justify-content: space-between;
    }
    .final{
        text-align: start;
    }
    .footer ul li a {
        color: #ffff;
        text-decoration: none;
        font-size: 1.3rem
    }
    .footer ul li {
        line-height: 1.4rem;
    }
    .sub-head button{
        margin: 2rem auto 3rem auto;
    }
    
}

@media (max-width: 768px) {
    .footer .row {
        text-align: center;
    }
    .final{
        text-align: start;
    }
    .footer ul li a {
        color: #ffff;
        text-decoration: none;
        font-size: 1rem
    }
    .sub-head button{
        margin: 2rem auto 3rem auto;
    }
}

@media(min-width: 992px) and (max-width: 1240px){
    .img-wrapper{
        width: 100%;

    }
    .img-wrapper img{
        object-fit: cover;
    }
}

.foot-TC{
    color: gray ;
    font-size: 0.8rem;
    margin-top: 1.4rem;
    font-family: "Arya", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
}

.foot-TC a{
    
    color: gray;
    text-decoration: none;
    
}

.s1{
    color: gray;
    text-decoration: none;
}
.foot-TC:hover .s1{
    text-decoration: underline;
    color: gray;
}
.Final-sec{
    margin-top: 3rem;
    text-align: center;
    font-style: italic;
    color: #ffff;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: -4px;

}
.key-pro{
    color: #ffff;
    font-size: 3rem;
    padding-left: 3rem;
}
.overview{
    color: #fff;
    padding-left: 3rem;
    margin-top: -1rem;
}



.custom-title {
    font-size: 2.9rem;
    font-weight: bold;
    color: #ffff;
     font-family: "Arya", sans-serif;
            font-optical-sizing: auto;
    font-weight: 300;
}

.custom-subtitle {
    font-size: 1.2rem;
    color: #ffff;
     font-family: "Arya", sans-serif;
            font-optical-sizing: auto;
    font-weight: 300;

}

.custom-product-heading {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 2rem;
    color: #ffff;
}

.custom-product-list {
    font-size: 0.7rem;
    color: #ffff;
    padding: 0;
}

.custom-product-list li {
    list-style: none;
    color: #ffff;
}

/* Video styling */
.custom-video-wrapper {
    margin-top: 3.5rem; /* Add some margin below the overview */
}

@media (max-width: 768px) {
    .custom-title {
        font-size: 2rem;
    }

    .custom-product-heading {
        font-size: 1.25rem;
    }
}



.section-heading2 {
    font-size: 7.5rem;
    font-family: "Arya", sans-serif;
    font-optical-sizing: auto;
    text-align: center;
    /* width: 36rem; */
    /* line-height: 3.4rem; */
    margin: 2rem auto;
    letter-spacing: -0.5rem;

}
.globally2{
    text-align: center;
    width: 40rem;
    margin: -1.5rem auto 0 auto;
    padding: 0;
    font-size: 1.4rem;
    font-family: system-ui;
    font-weight: 300;
}
.section-subheading2 {
    text-align: center;
    margin: 0 auto;
    width: 50rem;
    align-items: center;
    font-size: 0.7rem;
        font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
    font-weight: 100;
    margin-top: 2rem;
}
.learn-more-btn2 {
    border: 1px solid gray;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    color: black;
    font-size: 0.8rem;
    background-color: transparent;
    margin: 2rem auto 0rem auto;
    justify-content: center;
    display: flex;
}
.learn-more-btn2:hover {
    background-color: black;
    color: white;
}

.foot-video {
    overflow: hidden; /* Hide any overflow */
    max-height: 35rem; /* Limit the maximum height of the video container */
}
.custom-video {
    height: 100%; /* Make the video take full height of its container */
    width: 100%; /* Keep width auto to maintain aspect ratio */
    object-fit: cover; /* Ensure the video covers the area without distortion */
    border-radius: 8px; /* Add slightly rounded corners */
}
.f-foot{
    color: white;
            font-size: 1.6rem;
            font-weight: 900;
            font-style: italic;
            letter-spacing: -1px;
}


.navgetStarted2 {
    color: white;
    background-color: black;
    border-radius: 20px;
    padding: 0.4rem 0.7rem;
}
.navgetStarted2:hover {
    background-color: black;
    color: gray;
    transition-duration: 550ms;
}

.logo-sidebar{
    font-size: 2rem;
    margin-bottom: -3.8rem;
    margin-top: 1rem;
    margin-left: 1rem;
    font-weight: 900;
     font-family: "Arya", sans-serif;
            font-optical-sizing: auto;
    font-style: italic;
    letter-spacing: -1px;
}


 /* Sidebar styling */
 .sidebar {
    position: fixed;
    top: 0;
    right: -100%; /* Initially hidden off-screen */
    width: 100%; /* Full viewport width */
    height: 100vh;
    background-color: #fff;
    color: black;
    transition: right 0.3s ease;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}
body{
    overflow-x: none;
}
/* Sidebar visible state */
.sidebar.show {
    right: 0;
}
.sidebar{
    padding: 0 10px;
}

.sidebar .close-btn {
    align-self: flex-end;
    margin-right: 2rem;
    font-size: 3rem;
    cursor: pointer;
}

/* Navigation links */
.sidebar ul {
    list-style: none;
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: 3rem;
}

.sidebar ul li {
    margin: 15px 15px;
    border-bottom: 0.037rem solid gray;
}

.sidebar ul li a {
    color: black;
    text-decoration: none;
    font-size: 1.4rem;
    text-align: start;
    display: flex;
    font-family: serif;
    
}

.sidebar ul li a:hover {
    text-decoration: underline;
}








.prod-div {
    width: 100%; /* Ensure the container takes full width */
}

.prod-vid {
    margin-top: 3rem;
    width: 100%; /* Video takes full width of its container */
    height: 30rem; /* Set the video height to 35rem */
    object-fit: cover; /* Maintain aspect ratio, but fill the height */
    border-radius: 8px; /* Optional: Add some curvature to the video */
}


.sec-para {
    color: black;
    margin-top: 5rem;
    font-size: 1.4rem;
}

.unique-heading2 {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 auto;
    width: 85%;
    text-align: center;
    letter-spacing: -2px;
    line-height: 1;
    font-family: "Arya", sans-serif;
    font-optical-sizing: auto;
    color: black;

}

/* Unique subheading styling */
.unique-subheading2 {
    text-align: center;
    font-size: 1.7rem;
    color: black;
    margin-top: 20px;
    font-weight: 600;
    max-width: 600px;
    font-family: "Arya", sans-serif;
    font-optical-sizing: auto;
}






/* services */


/* Hero Section Styling */
.hero-section {
    position: relative;
    height: 100vh;
    padding-top: 19rem;
    background: url('img/Xalten-bg.png') center center / cover no-repeat;
    display: flex;
    align-items: center;
    object-fit: cover;
    justify-content: center;
}

.hero-overlay {

        position: absolute;
        bottom: 20px; /* Ensures content is at the bottom */
        left: 50%;
        transform: translateX(-50%); /* Center content horizontally */
        text-align: center;
        color: white;
    
        z-index: 1;
        width: 100%; /* Make sure it takes up the full width of the container */
    

}

.hero-heading {
    font-size: 5em;
    margin-top: 6rem;
    margin-bottom: 20px;
}
.grad{


        background: linear-gradient(
          180deg, /* Vertical gradient (top to bottom) */
          rgb(255, 255, 255) 0%,    /* Top starts with white */
          rgb(222, 222, 222) 50%,   /* Transition to gray in the middle */
          rgba(255, 255, 255, 1) 100%   /* Bottom returns to white */
        ),
        linear-gradient(
          90deg, /* Horizontal gradient (left to right) */
          rgb(218, 218, 218) 0%,    /* Left side starts with gray */
          rgb(255, 255, 255) 100%   /* Right side ends with white */
        );
        background-blend-mode: multiply;  /* Blends the two gradients together */
        min-height: 100vh; /* Ensures the background takes the full viewport height */
        padding: 0px; 
        width: 70%;
      
}
.service-sec1 h2{
    font-size: 2.8rem;
    text-align: start;
    width: 70%;
    margin: 2rem auto 0 auto;
    line-height: 1;
    padding-top: 4rem;
    color: black;
     font-family: "Arya", sans-serif;
            font-optical-sizing: auto;
   
}
img{
    object-fit: cover;
}
.main-grad{
    display: flex;
}
.zolo img{
    width: 90%;
    display: flex;
    border-radius: 10px;
    margin: 2rem auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}

.sub-grad {
    position: sticky; /* Makes the div sticky */
    top: 0; /* Sticks the div to the top of the viewport */
    width: 30%; /* Ensures the div maintains a specific width */
    height: fit-content; /* Adjusts height based on content */
    background-color: #f9f9f9; /* Optional: Background color for clarity */
    background: linear-gradient(180deg, /* Vertical gradient (top to bottom) */ rgb(255, 255, 255) 0%, /* Top starts with white */ rgb(222, 222, 222) 50%, /* Transition to gray in the middle */ rgba(255, 255, 255, 1) 100% /* Bottom returns to white */), linear-gradient(90deg, /* Horizontal gradient (left to right) */ rgb(218, 218, 218) 0%, /* Left side starts with gray */ rgb(255, 255, 255) 100% /* Right side ends with white */);
    padding: 1rem; /* Optional: Adds padding for better appearance */
    box-shadow:0 -4px 6px rgba(0, 0, 0, 0.4), 4px 0 6px rgba(0, 0, 0, 0), -4px 0 6px rgba(0, 0, 0, 0);
}
    
.sub-grad p{
    padding: 0 1rem;
    
    font-size: 1rem;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
   font-weight: 300;

}
.sub-grad h3{
    
font-size: 1.6rem;
    margin: 3rem 0 1rem 0;
    padding: 0 1rem;
    line-height: 1.5rem;

     font-family: "Arya", sans-serif;
            font-optical-sizing: auto;
}
.sub-grad h6{
    padding: 0 1rem;
    line-height: 1.3rem;
     font-family: "Arya", sans-serif;
            font-optical-sizing: auto;
    margin: 2rem 0;
    font-weight: 300;
}
.sub-grad h2{
    padding: 0 1rem;
    line-height: 1.9rem;
     font-family: "Arya", sans-serif;
            font-optical-sizing: auto;
    font-weight: 300;

}
.sub-grad h5{
    padding: 0 1rem;
    margin: 2rem 0;
     font-family: "Arya", sans-serif;
            font-optical-sizing: auto;
    font-weight: 300;
    font-size: 1rem;

}
.service-sec1 img{
    width: 70%;
    border-radius: 5px;
    margin: 4rem auto 0 auto;
    display: flex;
    height: 390px;
}
.service-sec1 h5{
    width: 70%;
    text-align: justify;
    line-height: 20px;
    margin: 2rem auto 0 auto;
    color: black;
     font-family: "Arya", sans-serif;
            font-optical-sizing: auto;
    font-weight: 300;
}
.service-sec1 p{
    width: 70%;
    text-align: justify;
    line-height: 20px;
    margin: 2rem auto 0 auto;
    color: black;
    font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
    font-weight: 300;
}
.service-sec1 ul{
    width: 70%;
    padding-top: 1rem;
    font-size: 1.2rem;
    margin: 0 auto;
    color: black;
     font-family: "Arya", sans-serif;
            font-optical-sizing: auto;
    font-weight: 300;
}
.sep{
    padding-bottom: 10rem;
}

  
 @media only screen and (max-width:992px){
    .service-sec1 h2{
        width: 90%;
        font-size: 3rem;
        letter-spacing: -1px;
        padding-top: 3rem;
    }
    .service-sec1 img{
        width: 90%;
    }
    .service-sec1 ul{
        width: 90%;
    }
    .service-sec1 p {
        width: 90%;
        line-height: 26px;
        font-size: 1rem;
        text-align: start;
    }
    .service-sec1 h5 {
        width: 90%;

    }
 }

/* Responsive Styling */
@media (max-width: 768px) {
    .hero-heading {
        font-size: 2.5em;
        margin-bottom: 15px;
    }

    .hero-overlay {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .hero-heading {
        font-size: 2em;
        margin-bottom: 10px;
    }

    .hero-overlay {
        padding: 10px;
    }

    .hero-arrow {
        width: 20px;
        height: 20px;
        border-bottom: 2px solid white;
        border-right: 2px solid white;
    }
    
}
.custom-icon-size {
    font-size: 60px; /* Adjust this value as needed */
    
}

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');



.google {
    font-family: "Arya", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    

  
}









@media only screen and (max-width: 992px){
    .grad{
        width: 100%;
    }
    .sub-grad{
        width: 100%;
    }
    .species{
        font-size: 2rem;
    }
}





