/* start Navbar section */
.navbar {
    background-color: #e0f7f5;
}

.navbar {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.navbar {
    transition: box-shadow 0.3s ease-in-out;
}

.navbar-brand {
    font-weight: bold;
    color: #00796b;
}

.nav-link {
    color: #004d40 !important;
    font-weight: 500;
    margin: 10px;
}

.nav-link:hover {
    color: #00796b !important;
    border-bottom: red;
    font-weight: 700;
}

.nav-link.active {
    color: #00796b !important;
    font-weight: 600;
    border-bottom: 2px solid #00796b;
    background-color: rgba(0, 121, 107, 0.1);
    border-radius: 5px;
}


.btn-appointment {
    background-color: #00796b;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
}

.btn-appointment:hover {
    color: #fff;
    background-color: #004d40;
}

@media (max-width: 900px) {
    .navbar-nav {
        text-align: center;
        width: 100%;
    }

    .nav-item {
        margin: 5px 0;
    }
}

/* End Navbar section */

/* start landing page */
/* .text-teal {
    color: #00796b;
}

.btn-appointment {
    background-color: #00796b;
    color: white;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-appointment:hover {
    background-color: #00594d;
}

.glass-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(0, 121, 107, 0.1);
} */

/* .text-teal {
    color: #00796b;
}

.btn-appointment {
    background-color: #ffffff;
    color: #00796b;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    border: none;
}

.btn-appointment:hover {
    background-color: #e0f2f1;
    color: #004d40;
}

.glass-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
} */

/* landing page slider */
.hero-section-home {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.carousel-item {
    height: 100vh;
}

.hero-logo {
    max-height: 80%;
    max-width: 80%;
    object-fit: contain;
    padding: 10%;
    background: white;
    background-color: rgb(224 247 245 / 72%);
    border-radius: 2rem;

}

.carousel-inner,
.carousel-item {
    height: 100vh;
}

.carousel-item {
    background-size: cover;
    background-position: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 79, 68, 0.6);
    z-index: 1;
}

.glass-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 2;
    padding: 2rem;
    border-radius: 1rem;
}

.glass-card-logo {
    background: rgb(224 247 245);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 2;
    padding: 2rem;
    border-radius: 1rem;
}

.btn-appointment {
    background-color: #004f44;
    color: white;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}

.btn-appointment:hover {
    background-color: #00695c;
    color: white;
}

/* end landing page slider */


/* .btn-appointment {
    background-color: #00796b;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    border: none;
}

.btn-appointment:hover {
    background-color: #005b4f;
}

.glass-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
} */

/* End landing page */

/* Start about section */
.about-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* End about section */

/*  start what we offer  */

.text-teal {
    color: #00796b;
}

.offer-card:hover {
    transform: translateY(-8px) !important;
    transition: 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.offer-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/*  end what we offer  */

/* Commitment */
.text-teal {
    color: #00796b;
}

.commitment-card:hover {
    transform: translateY(-8px);
    transition: 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.commitment-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

/* Commitment */

/* Our products */
.products-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.products-section {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.text-teal {
    color: #00796b;
}

.product-card {
    transition: 0.4s ease;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.btn-appointment {
    background-color: #00796b;
    color: white;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-appointment:hover {
    color: #fff;
    background-color: #00594d;
}

/* Our products */

/* why choose us */

.text-teal {
    color: #00796b;
}

.btn-appointment {
    background-color: #00796b;
    color: white;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-appointment:hover {
    color: #fff;
    background-color: #00594d;
}

/* Why choose us  */

/* Testimonials */
.testimonials-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.text-teal {
    color: #00796b;
}

.testimonial-card {
    background: white;
    border: none;
    border-radius: 20px;
    transition: 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.quote-icon i {
    color: #00796b;
}

.bi-quote::before {
    content: "\f6b0";
}

/* New try */
.testimonial-scroll {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.testimonial-card {
    scroll-snap-align: start;
    border: none;
    border-radius: 1rem;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

/* Testimonials */

/* Final call action */

/* .final-cta-section {
    background: linear-gradient(135deg, #00796b, #004d40); 
    color: white;
} */

.final-cta-section .btn {
    transition: 0.3s ease-in-out;
}

.final-cta-section .btn:hover {
    transform: translateY(-3px);
}

/* Final call action */

/* Footer section */
.footer-section {
    background: linear-gradient(to right, #004d40, #00695c);
    color: #ffffff;
}

.footer-link {
    color: #b2dfdb;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
    transition: color 0.3s;
}

.footer-link:hover {
    color: #ffffff;
    /* text-decoration: underline;
    border-bottom: red; */
    font-weight: 700;
}

.social-icon {
    color: #b2dfdb;
    font-size: 1.4rem;
    margin: 10px;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: #ffffff;
    /* font-size: 1.4rem; */
}

/* footer section */

/* Start About Us Page */
#about-us {
    padding: 60px 0;
    background-color: #f8f9fa;
}

#about-us .section-title {
    color: #20c997;
    font-weight: 600;
}

#about-us .section-title .highlight {
    color: #007bff;
}

#about-us p {
    font-size: 1.1rem;
    line-height: 1.6;
}

#about-us .lead-text {
    font-size: 1.25rem;
    font-weight: 600;
    color: #20c997;
}

#about-us .decorative-line {
    width: 60px;
    height: 4px;
    background-color: #20c997;
    margin: 20px 0;
}

#about-us .about-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

[data-aos] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-aos].aos-animate {
    opacity: 1;
}

/* Start 2nd section */
.who-we-are {
    background: linear-gradient(to right, #e0f7f5, #ffffff);
    padding: 80px 0;
}

.section-title {
    color: #00796b;
    font-weight: bold;
}

.highlight-box {
    background-color: #ffffff;
    border-left: 5px solid #20c997;
    padding: 15px 20px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
}

.highlight-box i {
    color: #00796b;
    margin-right: 10px;
}

.who-img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    /* height: 100vh; */
}

/* end 2nd section */

/* Start 3rd section  */
/* .section-bg {
    background: linear-gradient(to right, #f0fdfc, #ffffff);
    padding: 80px 0;
}

.section-title {
    color: #00796b;
    font-weight: 700;
}

.value-box {
    background: #ffffff;
    padding: 20px;
    border-left: 5px solid #00bfa5;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.value-box i {
    font-size: 1.5rem;
    color: #00796b;
    margin-right: 10px;
}

.facilities-list li {
    margin-bottom: 10px;
} */

.icon-box {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visionMission {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* End 3rd section */

/* Start 4th section */
.card:hover {
    transform: translateY(-5px);
    transition: 0.3s ease;
}

/* End 3rd section */

/* Start 4th section */
ul li {
    font-size: 1rem;
    line-height: 1.6;
}

/* End 4th section */

/* Start 5th section */
.btn-primary {
    background-color: #00796b;
    border: none;
}

.btn-primary:hover {
    background-color: #005f56;
}

.btn-outline-secondary:hover {
    background-color: #e0f7fa;
    border-color: #00796b;
    color: #00796b;
}

/* End 5th section */




/* End About Us Page */

/* Starts Contact us page  */

.text-teal {
    color: #00796b;
}

.btn-teal {
    background-color: #00796b;
    color: #fff;
    border-radius: 20px;
}

.btn-teal:hover {
    background-color: #004d40;
}

.btn-outline-teal {
    border: 2px solid #00796b;
    color: #00796b;
    border-radius: 20px;
}

.btn-outline-teal:hover {
    background-color: #00796b;
    color: white;
}

.social-icon i {
    font-size: 1.25rem;
    /* color: #00796b; */
    transition: color 0.3s;
}

.social-icon i:hover {
    color: #004d40;
}

/* End contact us page */


/* start career page */
.text-teal {
    color: #00796b;
}

.btn-teal {
    background-color: #00796b;
    color: white;
    border-radius: 20px;
}

.btn-teal:hover {
    background-color: #004d40;
}

.btn-outline-teal {
    border: 2px solid #00796b;
    color: #00796b;
    border-radius: 20px;
}

.btn-outline-teal:hover {
    background-color: #00796b;
    color: white;
}

/*End career page  */


/* Start Product page */
.text-teal {
    color: #00796b;
}

.card-img-top {
    max-height: 180px;
    object-fit: cover;
}


/* End product page */

/* Blogs page */
body {
    background-color: #f8f9fa;
}

.blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-10px);
}

.blog-image {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.blog-content {
    padding: 1.5rem;
}

.blog-meta {
    font-size: 0.875rem;
    color: #6c757d;
}

.blog-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 0.5rem;
    color: #00796b;
}

/* Blogs page */

/* start r and d page  */

.text-teal {
    color: #00796b;
}

.r-and-d-section h2 {
    font-size: 2.5rem;
}

.card img {
    max-height: 200px;
    object-fit: cover;
}

/* new try */
.hero-section {
    background: url('/assets/images/website/assets/images/building1.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    color: white;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 2rem;
}

.breadcrumb a {
    color: #d1d1d1;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

section {
    background: #fff;
}

h2 {
    color: #2c3e50;
}

.text-primary {
    color: #2c3e94 !important;
}

.text-muted {
    font-size: 1rem;
    line-height: 1.8;
}

/* cards */
.custom-card {
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.custom-card:hover {
    transform: translateY(-5px);
}

.card-header {
    background: linear-gradient(135deg, #54af94, #84c4b6);
    font-weight: 600;
    padding: 1rem;
    font-size: 1.1rem;
    border-bottom: none;
}

/* end r and d page */


/* WA button pulse */

.floating_btn {

    position: fixed;

    bottom: 30px;

    right: 30px;

    width: 100px;

    height: 100px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    z-index: 1000;

}



.btn-whatsapp-pulse {

    background: #25d366;

    color: white;

    position: fixed;

    font-size: 35px;

    display: flex;

    justify-content: center;

    align-items: center;

    width: 0;

    height: 0;

    padding: 28px;

    text-decoration: none;

    border-radius: 50%;

    animation-name: pulse;

    animation-duration: 1.5s;

    animation-timing-function: ease-out;

    animation-iteration-count: infinite;

}



.btn-whatsapp-pulse-border {

    animation-play-state: paused;

}



.btn-whatsapp-pulse a:hover {

    color: white;

    text-decoration: none;

}



.btn-whatsapp-pulse-border::before {

    content: "";

    position: absolute;

    border-radius: 50%;

    padding: 25px;

    border: 5px solid #25d366;

    opacity: 0.75;

    animation-name: pulse-border;

    animation-duration: 1.5s;

    animation-timing-function: ease-out;

    animation-iteration-count: infinite;

}



.floating_btn .text_icon {

    margin-top: 100px;

}



@keyframes pulse-border {

    0% {

        padding: 25px;

        opacity: 0.75;

    }

    75% {

        padding: 50px;

        opacity: 0;

    }

    100% {

        opacity: 0;

    }

}

/* WA button pulse end */