@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rokkitt:ital,wght@0,100..900;1,100..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Rokkitt:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: large;
}

.roboto-slab-font {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: 36px;
    font-weight: 400;
    font-style: normal;
  }
.roboto-slab-font-bold {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: 40px;
    font-weight: 700;
    font-style: normal;
  }
  .anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 105px;
  color: rgba(255,255,255,0.7);
  line-height: 113px;
}

/* Basic Styling */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}navbar 
.hero-section {
    background: url('assets/home/fresh_fruits.png') center/cover no-repeat;
    position: relative;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Particles.js container */
.particles-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Raindrops container */
.raindrops-container {
    z-index: 1;
    pointer-events: none;
}

/* Hero content to appear above particles */
.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* Navigation Menu */
.navbar {
   
    background-color: transparent !important;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 0px;
    box-shadow: none;

}
.nav-container{
    background-color: transparent !important;
}
.navbar-home {
    position: absolute;
    top: 0;
    left: 0;
}
.navbar-with-bg {
    background: #ffffff !important;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}
/* .navbar-brand img{
    max-width: 250px;
    height: auto;
} */
.navbar .nav-link {
    color: #000000;
    font-weight: 500;
    margin: 0 10px;
    position: relative;
    border-bottom: 3px solid transparent;
}
.navbar {
    width: 100%;
    z-index: 1000;

    transition: all 0.3s ease;
}

.navbar-home {
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-home .nav-link,
.navbar-home .navbar-brand {
    color: #fff !important;
    font-weight: 700;
 
}

.navbar-with-bg .nav-link,
.navbar-with-bg .navbar-brand {
    color: #000 !important;
}

.navbar-brand {
    position: relative;
    z-index: 1001;
    display: flex;
    align-items: center;
}
/* Navigation link styles */
.navbar .nav-link {
    position: relative;
    padding-bottom: 5px;
}

/* Active and hover states */
.navbar .nav-link:hover,
.navbar .nav-link:active,
.navbar .nav-link:focus,
.navbar .nav-link.active,
.navbar .nav-link.show,
.navbar .nav-item.show .nav-link,
.navbar .dropdown-toggle.show,
.navbar .nav-item.active .nav-link,
.navbar .nav-item.active .nav-link.dropdown-toggle {
    color: inherit;
    border-bottom: none !important;
}

/* Active state indicator */
.navbar .nav-link.active::after,
.navbar .nav-item.active .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #97c93d;
    border: none !important;
}

/* Ensure Products menu stays active on product pages */
body[class*='product-'] .nav-item.dropdown .nav-link,
body[class*='iqf'] .nav-item.dropdown .nav-link,
body[class*='aseptic'] .nav-item.dropdown .nav-link {
    position: relative;
}

body[class*='product-'] .nav-item.dropdown .nav-link::after,
body[class*='iqf'] .nav-item.dropdown .nav-link::after,
body[class*='aseptic'] .nav-item.dropdown .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #97c93d;
}

/* Logo */
.logo {
    max-width: 200px;
    height: auto;
    transition: all 0.3s ease;
    display: block;
}

/* Mega Menu Styling */
.mega-menu {
    padding: 20px;
    border-radius: 0;
    border: none;
    /* box-shadow: 0 8px 16px rgba(0,0,0,0.15); */
    background-color: white;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
}

/* Mobile dropdown specific styling */
.mobile-dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: middle;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.product-category .category-item {
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.product-category .category-item:hover {
    background-color: #f8f9fa;
}

.product-category .category-item.active {
    background-color: #4a7e2a;
    color: white;
}

.product-category .category-item h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.product-list h5 {
    color: #4a7e2a;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-list hr {
    margin-top: 0;
    margin-bottom: 15px;
    border-top: 1px solid #4a7e2a;
}

.product-list ul li {
    padding: 3px 0;
    font-size: 14px;
}

.subcategory-tabs {
    display: flex;
    margin-bottom: 20px;
}

.subcategory-tab {
    padding: 8px 15px;
    margin-right: 10px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #f8f9fa;
    transition: all 0.3s;
}

.subcategory-tab.active {
    background-color: #4a7e2a;
    color: white;
}

.product-list .row {
    margin-right: -10px;
    margin-left: -10px;
}

.product-list .col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
}

.product-list li {
    margin-bottom: 6px;
}

@media (max-width: 992px) {
    .product-list .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }

}

@media (max-width: 576px) {
    .product-list .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Responsive Design */
html {
    font-size: 16px; /* Base font size */
}

/* Responsive Images */
img {
    max-width: 100%;
    height: auto;
}

/* Floating Orange Animation */
.floating-orange {
    position: absolute;
    left: -4%;
    top: -16% !important;
    width: 200px;
    z-index: 2;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

@media (max-width: 991.98px) {
    .floating-orange {
        width: 150px;
        left: -3%;
        top: -8%;
    }
    .navbar .nav-link {
        color: #000000 !important;
        font-weight: 500;
        margin: 0 10px;
        position: relative;
    }

    .navbar .nav-link:hover, .navbar .nav-link:active, .navbar .nav-link:focus, .navbar .nav-link.active, .navbar .nav-link.show, .navbar .nav-item.show .nav-link, .navbar .dropdown-toggle.show
    {
       color: #1b6a16 !important;
   }
}

@media (max-width: 767.98px) {
    .floating-orange {
        width: 100px;
        left: 2%;
        top: -3%;
    }
}

@media (max-width: 575.98px) {
    .floating-orange {
        width: 80px;
        left: 5%;
        top: 10%;
    }
}

/* Media Queries */
@media (max-width: 1199.98px) {
    .product-list .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .product-list .col-md-3 {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 991.98px) {
    /* Responsive Navigation */
    .navbar {
        padding: 10px 0;
        background-color: #ffffff !important; /* Solid white background for navbar on tablet/mobile */
    }
    
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' 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") !important;
    }
    
    .navbar-toggler {
        border-color: rgba(0, 0, 0, 0.1);
    }
    
    .navbar-collapse {
        max-height: 80vh;
        overflow-y: auto;
        background-color: #ffffff; /* White background for collapsed navbar content */
        padding: 10px;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    }
    
    /* Responsive Mega Menu */
    .mega-menu {
        position: static !important;
        width: 100% !important;
        padding: 10px;
        overflow-y: auto;
        max-height: 70vh;
    }
    
    .mega-menu .container-fluid {
        width: 100% !important;
        padding: 0 !important;
    }
    
    .product-category {
        margin-bottom: 15px;
    }
    
    /* Product Categories Column */
    .product-category .category-item {
        padding: 8px 10px;
        margin-bottom: 5px;
    }
    
    /* Subcategory Tabs */
    .subcategory-tabs {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    
    .subcategory-tab {
        margin-bottom: 5px;
        font-size: 0.9rem;
    }
    
    /* Adjust columns for better readability */
    .product-list .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }
}

@media (max-width: 767.98px) {
    html {
        font-size: 15px; /* Smaller base font on tablets */
    }
    
    .logo {
        max-width: 120px !important;
        height: auto;
    }
    
    .navbar-brand {
        margin-right: 0;
    }
    
    .navbar-toggler {
        padding: 0.25rem 0.5rem;
        font-size: 1rem;
    }
    
    /* Adjust product listing on smaller screens */
    .product-list h5 {
        font-size: 1.1rem;
    }
    
    .product-list li {
        font-size: 0.9rem;
    }
    
    /* Responsive layout for juice splash section */
    .juice_splash .row {
        flex-direction: column;
    }
    
    .juice_splash .col-md-6 {
        width: 100%;
        max-width: 100%;
    }
    
    /* Adjust box area for tablets */
    .box-area {
        height: auto;
        min-height: 500px;
        padding: 30px 0;
    }
    
    .box {
        width: 48%;
        height: 250px;
        margin-right: 2%;
        margin-bottom: 15px;
    }
    
    .box:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width: 575.98px) {
    html {
        font-size: 14px; /* Smallest base font on mobile */
    }
    
    .logo {
        max-width: 90px;
        height: auto;
    }
    
    .navbar {
        padding: 0.5rem 0;
    }
    
    .navbar-toggler {
        padding: 0.2rem 0.4rem;
        margin-left: auto;
    }
    
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    /* Single column layout on mobile */
    .product-list .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    /* Simplify mega menu on mobile */
    .subcategory-tab {
        padding: 6px 10px;
        font-size: 0.85rem;
        flex-grow: 1;
        text-align: center;
        margin-right: 5px;
    }
    
    /* Ensure dropdown works on mobile */
    .mobile-dropdown .dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    
    .mobile-mega-menu {
        position: static !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        float: none !important;
        background-color: transparent !important;
    }
    
    .mobile-mega-menu .container-fluid {
        width: 100% !important;
        padding: 0 5px !important;
        margin-top: 5px !important;
        border-radius: 10px !important;
    }
    
    .mobile-mega-menu .row {
        margin: 0 !important;
    }
    
    .mega-menu .container-fluid {
        transition: width 0.3s ease;
    }
    
    /* Adjust spacing */
    .product-category .category-item h5 {
        font-size: 0.95rem;
    }
    
    .navbar .nav-link {
        margin: 8px 0;
        padding: 8px 15px;
        font-size: 16px;
    }
    
    .navbar-collapse {
        padding-top: 10px;
        padding-bottom: 10px;
        max-height: 80vh;
        overflow-y: auto;
    }
    
    /* Responsive box area for latest products section */
    .box-area {
        height: auto;
        flex-direction: column;
        padding: 20px 0;
    }
    
    .box {
        width: 100%;
        height: 200px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    /* Responsive juice splash section */
    .juice_splash {
        height: auto;
        padding: 40px 0;
    }
    
    .juice_splash h2 {
        font-size: 1.5rem;
        margin-top: 20px;
        text-align: center;
    }
    
    .juice_splash p {
        font-size: 0.9rem;
        text-align: justify;
    }
    
    .juice_splash button {
        margin: 10px auto;
        display: block;
    }
}

/* Responsive Packing Section */
@media (max-width: 1200px) {
    .product-image {
        max-width: 280px;
    }
    .info-card {
        padding: 16px;
    }
}
@media (max-width: 991.98px) {
    .packing_background .row {
        flex-direction: column;
    }
    .col-lg-7, .col-lg-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .product-image {
        margin: 30px auto 0 auto;
        display: block;
        max-width: 260px;
    }
    .info-card {
        margin-bottom: 18px;
    }
}
@media (max-width: 768px) {
    .packing_background {
        padding: 10px 0;
    }
    .section-title {
        font-size: 2rem;
        padding-left: 5px;
    }
    .info-card {
        padding: 12px;
    }
    .product-image {
        max-width: 180px;
    }
    .container-image {
        max-height: 110px;
    }
}
@media (max-width: 575.98px) {
    .section-title {
        font-size: 1.4rem;
        padding-left: 0;
        text-align: center;
    }
    .info-card {
        padding: 8px;
        font-size: 0.95rem;
    }
    .product-image {
        max-width: 110px;
    }
    .container-image {
        max-height: 60px;
    }
}

/* Mobile Responsive for Mango.html */
@media (max-width: 767.98px) {
    .product-section {
        height: auto;
        padding: 20px 0;
    }
    .product-section .row {
        flex-direction: column;
    }
    .product-section .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    .product-section h2 {
        font-size: 1.5rem;
    }
    .product-section p {
        font-size: 1rem;
    }
    .product-section button {
        width: 100%;
        margin-top: 10px;
    }
    /* .product-details .mango-juice-image img {
        max-height: 180px;
        object-fit: cover;
    } */
    .rounded-5.bg-warning.p-4.position-relative {
        padding: 12px 4px !important;
    }
    .rounded-5.bg-warning img {
        width: 100px !important;
        height: 100px !important;
    }
    .packing_background .container,
    .container {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .info-card {
        margin-bottom: 14px;
        padding: 10px 6px;
    }
    .info-card .row {
        flex-direction: column;
        align-items: flex-start;
    }
    .info-card .col-md-9, .info-card .col-md-3 {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: left;
    }
    .info-card .col-md-3 {
        margin-top: 8px;
        text-align: center;
    }
    .product-image {
        margin: 18px auto 0 auto;
        max-width: 100px;
    }
    .container-image {
        max-height: 52px;
    }
    .section-title, .text-center, h3, h4 {
        font-size: 1.2rem !important;
        text-align: center !important;
        padding: 0 4px 0 4px !important;
    }
    .list-unstyled {
        padding-left: 16px;
    }
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .col-md-4, .col-lg-7, .col-lg-5 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 10px;
    }
    .img-fluid {
        max-width: 90%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
}

/* Footer Styling */
.footer-img{
    background-color: #f3f3f3;
}
.footer_img img{
    max-width: 100%;
    height: auto;
    display: block;
}
.footer-section {
    background-color: #f3f3f3;
    padding: 50px 0 30px;
    color: #555;
    /* border-top: 1px solid #e0e0e0; */
}

.footer-section h5 {
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
    display: inline-block;
}

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

.read-more {
    color: #555;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.read-more:hover {
    color: #333;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.footer-section ul li a:hover {
    color: #333;
    padding-left: 5px;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    color: #555;
    transition: all 0.3s ease;
    font-size: 16px;
}

.social-icons a:hover {
    color: #333;
}

.contact-info p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.newsletter-form input {
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 8px 12px;
    font-size: 14px;
}

.btn-subscribe {
    background-color: #4a7e2a;
    color: white;
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-subscribe:hover {
    background-color: black;
    color: white;
}

/* Responsive footer styles for mobile */
@media (max-width: 767.98px) {
    .footer-section h5, 
    .footer-section p, 
    .footer-section .read-more,
    .footer-section ul,
    .footer-section .social-icons,
    .footer-section .contact-info,
    .footer-section .newsletter-form {
        text-align: left !important;
    }
    
    .footer-section h5 {
        display: block;
        width: 100%;
        text-align: left !important;
        margin-bottom: 15px;
    }
    
    .footer-section .social-icons {
        justify-content: flex-start;
    }
    
    .btn-subscribe {
        width: 100%;
        display: block;
    }
    
    .footer-section .col-md-6 {
        margin-bottom: 30px;
    }
}

@media (max-width: 991.98px) {
    .footer-section h5 {
        margin-top: 20px;
    }
}

@media (max-width: 575.98px) {
    .footer-section {
        text-align: center;
    }
    
    .social-icons {
        justify-content: center;
    }
}



/* Silambu */


/* Extra small devices (phones, 320px to 479px) */
@media (min-width: 200px) and (max-width: 425px) {
    .main_slider_carousel {
        position: absolute;
        bottom: 5em!important;
        left: 1em !important;
        right: 50%;
        transform: translate(50%, 0%) !important;
    }
    .navbar-brand::after{
        content: none !important;
    }
    .navbar-brand::before{
        content: none !important;
    }
    .hero-content {
        position: relative;
        top: 2em !important;
    }
    .outer-circle {
        display: none !important;
    }
    [data-aos=fade-left] {
        transform: translate3d(0px, 0, 0);
    }
    .category-link.active, .category-link:hover {
        color: #294500 !important;
        font-weight: 700 !important;
        font-size: 16px !important;
    }
    


#experience-container {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}


}

  /* Small devices (phones, 480px to 767px) */
  @media (min-width: 426px) and (max-width: 768px) {
   
    .hero-content {
        padding-top: 8em !important;
    }
    .main_slider_carousel {
        position: absolute;
        bottom: 3em;
        right: 50%;
        transform: translate(50%, 100%);
    }
    body > section.juice_splash.d-flex.flex-column.justify-content-center.align-items-center {
        padding: 25px 5px 25px 5px;
        text-align: justify;
    }
    .category-link.active, .category-link:hover {
        color: #294500 !important;
        font-weight: 700 !important;
        font-size: 16px !important;
    }
    .customer-support {
        padding: 50px 0;
        height: auto;
    }
  }

  /* Medium devices (tablets, 768px to 1023px) */
  @media (min-width: 769px) and (max-width: 1024px) {
    .hero-content{
    position: relative;
    top: 2em;
    }
        .logo {
    max-width: 150px !important;
}
    .main_slider_carousel {
        position: absolute;
        bottom: 3em;
        right: 50%;
        transform: translate(50%, 100%);
    }
    .navbar .nav-link {
        color: #ffffff;
        font-weight: 500;
        margin: 0 3px;
        position: relative;
        font-size: 15px;
    }
    body > section.juice_splash.d-flex.flex-column.justify-content-center.align-items-center {
        padding: 25px 5px 25px 5px;
    }
    .floating-orange {
        position: absolute;
        left: -7%;
        top: -16%;
        width: 250px;
        z-index: 2;
        animation: float 6s ease-in-out infinite;
    }
  }



  /* --------------------------------experience------------------------------------------- */
   .experience-section {
      height: 70vh;
  }
  
  .feature-heading {
      position: relative;
      /* margin-bottom: 30px;
      padding-bottom: 15px; */
  }
  
  /* .feature-heading:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #e0e0e0;
  } */
  
  .feature-heading .green-bar {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50%;
      height: 4px;
      background-color: #3d7652;
      z-index: 1;
  }
  
  .feature-heading .gray-bar {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50%;
      height: 4px;
      background-color: #c0c0c0;
      z-index: 1;
  }
  
  .green-text {
      color: #3d7652;
      font-weight: 600;
  }
  
  .gray-text {
      color: #909090;
      font-weight: 500;
  }
  
  .circle-overlay {
         position: relative;
    /* width: 367px !important; */
    /* height: 346px !important; */
    height: auto;
    width: auto;
  }
  
  .circle-image {
      position: absolute;
      bottom: -40px;
      right: -100px;
       width: 200px;
    height: 200px;
      object-fit: cover;
      border-radius: 50%;
      border: 10px solid white;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }
  .child-image{
    position: relative;
  }

  .inquiry-btn {
      background-color: #3d7652;
      color: white;
      border: none;
      padding: 10px 30px;
      border-radius: 30px;
      font-weight: 600;
      transition: all 0.3s;
      display: block;
      margin: 0 auto;
      text-decoration: none;
  }
  .enq-btn a{
    color: #00a82d00;
  }
  .inquiry-btn:hover {
      background-color: #2d5a3e;
      transform: translateY(-2px);
  }
  
  /* Responsive styles for tablet and mobile */
  @media(max-width:1024px){
    .circle-image{
          position: absolute;
        bottom: 0px;
        right: 0px;

    }
  }
  @media (max-width: 767.98px) {
      .experience-section {
          min-height: auto;
          padding: 40px 0;
      }
      
      .circle-image {
          width: 120px;
          height: 120px;
          bottom: -30px;
          right: 15px;
      }
      
      .inquiry-btn {
          padding: 8px 20px;
          font-size: 14px;
      }
  }
  
  @media (max-width: 575.98px) {
      .experience-section {
          padding: 30px 0;
      }
      
      .circle-overlay {
          margin-bottom: 40px;

      }
      
      .circle-image {
          width: 100px;
          height: 100px;
          bottom: -25px;
          right: 10px;
          border-width: 3px;
      }
      
      .inquiry-btn {
          padding: 6px 15px;
          font-size: 13px;
      }
  }
  .content-switch {
      cursor: pointer;
      transition: color 0.3s ease;
  }
  
  .content-switch.active {
      color: #3d7652;
  }
  
  .content-switch:not(.active) {
      color: #909090;
  }

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

  .banner_content{
    font-size: 5rem;
  }
  .second_banner:hover{
background-color: white;
border-color: white;
  }


  .location{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
  }

  /* Add this to the parent container of floating-orange */
.parent-container {
    /* position: relative; */
    /* other styles */
}

.floating-orange {
    /* position: absolute; */
    /* left: 4%;
    top: 100%; */
    /* width: 250px; */
    z-index: 9999;  /* Increased z-index */
    animation: float 6s ease-in-out infinite;
}
.product-section[data-slide-index="3"] h1 {
    text-align: left !important;
    transform: translate(0%,-100%);
    padding: 0;
    color: #317877 !important; /* Change to your desired text color */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); /* Optional: add text shadow for better readability */
}
.product-section[data-slide-index="3"] .subtitle{
    text-align: left !important;
    transform: translate(0%,-160%);
    padding: 0;
    color: #4C4C4C !important; /* Change to your desired text color */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); /* Optional: add text shadow for better readability */
}


/* Media Queries for Responsiveness */
@media (max-width: 1200px) {
    .product-section[data-slide-index="3"] h1 {
        font-size: 2rem; /* Slightly smaller font size for large screens */
        transform: translate(0%, -8%); /* Adjust translation */
    }
    .navbar-brand img {
    max-width: 150px;
    height: auto;
  }

    .product-section[data-slide-index="3"] .subtitle {
        font-size: 1.25rem; /* Slightly smaller font size for large screens */
        transform: translate(0%, -16%); /* Adjust translation */
    }
}

@media (max-width: 992px) {
    .product-section[data-slide-index="3"] h1 {
        font-size: 1.75rem; /* Further reduce font size for medium screens */
        transform: translate(0%, -6%); /* Adjust translation */
    }

    .product-section[data-slide-index="3"] .subtitle {
        font-size: 1.1rem; /* Further reduce font size for medium screens */
        transform: translate(0%, -14%); /* Adjust translation */
    }
}

@media (max-width: 768px) {
    .product-section[data-slide-index="3"] h1 {
        font-size: 1.5rem; /* Smaller font size for tablets */
        transform: translate(0%, -4%); /* Adjust translation */
    }

    .product-section[data-slide-index="3"] .subtitle {
        font-size: 0.7rem; /* Smaller font size for tablets */
        transform: translate(0%, -12%); /* Adjust translation */
    }
}

@media (max-width: 576px) {
    .product-section[data-slide-index="3"] h1 {
        font-size: 0.25rem; /* Smallest font size for mobile devices */
        transform: translate(0%, -2%); /* Minimal translation for small screens */
    }

    .product-section[data-slide-index="3"] .subtitle {
        font-size: 0.70rem !important; /* Smallest font size for mobile devices */
        transform: translate(0%, -10%); /* Minimal translation for small screens */
    }
}


/* .img-flu{
max-height: 360px !important;
} */


@media (769px <= width <= 1440px) {
.gray-text span{
    font-size: 28px;
}
.green-text span{
     font-size: 28px;
}

}