@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Inter', sans-serif;

}





.bg-two {
    background-color: #eaf3f5
}

.bg-three {
    background-color: rgb(255, 236, 224, 0.5)
}

.top-bar {
    background-color: #f8f9fa;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 600;
}


.nav-link .active {
    color: var(--main-color) !important;
    font-weight: 600 !important;
}


.description-img {
    height: 400px;
    object-fit: cover;
    background-color: #f5f8fa;
}

.active-page {
    color: #0d9488 !important;

}



.pages-header {
    min-height: 40vh;
    /* Minimum height for the section */
    display: flex;
    /* Flexbox layout */
    justify-content: center;
    /* Center content horizontally */
    align-items: center;
    /* Center content vertically */
    flex-direction: column;
    /* Stack children vertically */


    /* Ensures the image covers the full container */
    height: 100%;
    /* Sets container height */
    /* Adjusts for any overlapping headers */
}




/*.hero-section-liar {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    height: 100%;*/
/*    background-color: #000;*/
/*    opacity: 30%;*/
/*}*/

.text-wepar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.hero-section-text-wpeer {
    position: absolute;
    top: 50%;

}




.hero-section {
    position: relative;
     overflow: hidden;

}





.hero-section img {
    width: 100%;
    object-fit: contain;
    object-position: 0 50%;
    /* Horizontal scroll start point */
    animation: scrollEffect 5s linear infinite;
    /* Infinite scroll animation */
}

@keyframes scrollEffect {
    0% {
        object-position: 0 50%;
        /* Start from left */
    }

    100% {
        object-position: 100% 50%;
        /* Scroll to right */
    }
}


/* .hero-section .text-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

/* .hero-section {
    background-image: url(../img/hero-section-bg.jpg);
    background-size: fill;
    background-position: center;
    background-attachment: scroll;
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 80px;
    color: #111;
    text-align: center;
    position: relative;
    z-index: 1;
}  */

footer a {
    color: white;
}

/* Ensure the container content scrolls normally */
.hero-section .container {
    position: relative;
    z-index: 2;
}


.hero-section .container {
    position: relative;
    z-index: 2;
}

.navbar {
    transition: background-color 0.3s, backdrop-filter 0.3s;
    background-color: transparent;
    z-index: 9999 !important;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999 !important;
}






.navbar-brand img {
    height: 70px;
    object-fit: contain;
}

.nav-link {
    color: #333;
    margin: 0 15px !important;
    font-weight: 600 !important;
}

.nav-link:hover {
    color: #0d9488;
}

.social-icons a {
    color: #333;
    margin-left: 15px;
    font-size: 21px;
    text-decoration: none;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

@media (min-width: 992px) {

    .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
}



.dropdown-item {
    padding: 0px 40px 5px 20px;
    font-size: 13px;
}

.dropdown-item:hover {
    color: #0d9488 !important;
}


.dropdown-item:active {
    background-color: #0d9488 !important;
}

.product-category {
    color: #0d9488;
}

.fechers-products {
    justify-content: start !important;
}

.feature-badge .fechers-products {
    width: 100%;

}

.tab-text {
    display: flex;
    justify-content: space-between;
}

/* Make dropdown items work well on mobile */
@media (max-width: 991px) {


    .dropdown-submenu .dropdown-menu {
        left: 0 !important;
    }

}

.get-in-touch {
    border: 1px solid #333;
    border-radius: 25px;
    padding: 8px 24px !important;
    text-align: center;
}

/* Hero title and text */
.hero-title {
    font-size: 68px;
    font-weight: 400;
    font-family: var(--font-one);
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: white;
    letter-spacing: -0.02em;
}

.hero-text {
    font-size: 20px;
    line-height: 1.4;
    color: white;
    margin-bottom: 2rem;
    font-family: var(--font-one);
}

.learn-more-btn {
    background-color: white;
    border-radius: 25px;
    padding: 12px 32px;
    font-weight: 500;
    text-decoration: none;
    color: #333;
    transition: all 0.5s;
}

.btn {
    background-color: white;
    border-radius: 25px;
    padding: 12px 32px;
    font-weight: 500;
    text-decoration: none;
    color: #333;
    transition: all 0.5s;
    border: 1px solid black;
}

.btn:hover {
    background-color: black;
    color: white !important;
    cursor: pointer;
}


.product-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-align: left;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}

.product-title {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 600;

}

.product-card:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.product-icon {
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
}






.legacy-section {
    padding: 60px 0;
}

.stats-container {
    margin-top: 60px;
}

.stat-item {
    text-align: center;
    margin: 20px 0;
}

.stat-number {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.stat-label {
    color: #666;
    font-size: 1rem;
}

.why-choose-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.feature-card {
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card.orange {
    background-color: rgba(255, 236, 224, 0.5);
}

.feature-card.blue {
    background-color: rgba(236, 242, 255, 0.5);
}

.feature-card.green {
    background-color: rgba(236, 255, 236, 0.5);
}

.check-icon {
    width: 24px;
    height: 24px;
    background-color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.check-icon::before {
    content: "✓";
    color: white;
    font-size: 14px;
}



.section-description {
    color: #666;
    max-width: 800px;
}






.features-section {
    padding: 20px 0;
    background-color: #f5f8fa;
}

.feature-badge {
    display: inline-flex;

    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background-color: white;
    border-radius: 50px;
    border: 1px solid black;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.check-icon-two {
    background-color: #000;
    border-radius: 50%;
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 21px;
}

.feature-text {
    font-size: 0.95rem;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
}

.features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}






.services-section {
    padding: 80px 0;
}

.service-card {
    position: relative;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    color: white;
}

.service-overlay h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.learn-more {
    color: white;
    text-decoration: none;
    display: inline-flex;

    align-items: center;
    gap: 8px;
    transition: transform 0.3s ease;
}

.learn-more:hover {
    transform: translateX(5px);
    color: white;
}

.products-section {
    padding: 80px 0;
    background-color: #f8f8f5;
}

.product-card {
    background: white;
    border-radius: 15px;
    padding: 20px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-two {
    min-height: 420px;

}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.product-image {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
}

.product-price {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.product-status {
    color: #666;
}

.product-manufacturer {
    color: var(--main-color)
}

.buy-now-btn {
    width: 100%;
    padding: 10px;
    border: 1px solid #222;
    border-radius: 25px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all 0.5s;
    transition: background-color 0.3s ease;
}

.buy-now-btn:hover {
    background-color: black;
    color: white;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    border: 1px solid #333;
    border-radius: 25px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.view-all-btn:hover {
    background-color: #333;
    color: white;
}

.btn-two {

    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    transition: all 0.5s;
    border: 1px solid #333;
    border-radius: 25px;
    background-color: black;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-two:hover {
    border: 1px solid #333;
    background-color: white;
    color: #000;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.section-description {
    color: #666;
    margin-bottom: 3rem;
    max-width: 800px;
}




.testimonials-section {
    padding: 80px 0;
    background-color: #fff;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.section-description {
    color: #666;
    margin-bottom: 3rem;
    max-width: 800px;
}

.testimonial-card {
    background-color: #f8f8f8;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    padding: 40px;
}

.testimonial-quote {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.testimonial-text {
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.client-info {
    margin-bottom: 2rem;
}

.client-name {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.client-position {
    color: #666;
    font-size: 0.9rem;
}

.client-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
}

.navigation-buttons {
    display: flex;
    gap: 10px;
}

.nav-button {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-button:hover {
    background: #f8f8f8;
    border-color: #ccc;
}











.portfolio-section {
    padding: 80px 0;
    background-color: #fff;
}

.section-title {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.section-description {
    color: #666;
    margin-bottom: 3rem;
    max-width: 1200px;
}

.project-card {
    border-radius: 15px;
    overflow: hidden;
    background: white;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card .btn {
    width: 100%;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.project-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.project-content {
    padding: 1.5rem;
}

.project-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.project-description {
    color: #666;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.6;
}

.project-details {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.5rem 1rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.detail-label {
    color: #666;
    font-weight: 500;
}

.detail-value {
    color: #333;
}



.cta-section {
    background-color: #f5f8fa;
    padding: 60px 30px;
    border-radius: 20px;
    margin: 40px 0;
}

.cta-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cta-description {
    color: #666;
    margin-bottom: 2rem;
    max-width: 800px;
}

.card-two .learn-more-btn {
    position: absolute;
    bottom: 20px;
}

.learn-more-btn {
    background: #000;
    color: white;
    padding: 12px 24px;

    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.learn-more-btn:hover {
    background: #333;
    color: white;
}

.footer {
    background-color: black;
    color: white;
    padding: 80px 0 20px;
}

.footer-logo {
    margin-bottom: 20px;

    display: flex;
    justify-content: start;
    align-items: center;

}

.footer-logo img {
    border-radius: 10px;
    border-radius: 10px;
    height: 90px;
    padding: 10px 0px;
    aspect-ratio: 1;
    border-radius: 20px;
    background-color: white;
    width: 200px;
    object-fit: contain;


}



.footer-tagline {
    color: #fff;
    text-align: start;

}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-links a:hover {
    opacity: 0.8;
}

.newsletter-title {
    color: white;
    margin-bottom: 20px;
}

.newsletter-input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 12px 20px;
    color: white;
    width: 100%;
    margin-bottom: 20px;
}

.newsletter-input:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.4);
}

.contact-info {
    list-style: none;
    padding: 0;
}

.contact-info li {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 15px;
    color: white;
}

.social-links {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.social-links a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.social-links a:hover {
    opacity: 0.8;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 40px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.contact-header {
    position: relative;
    background-image: url(../img/template_photo_contact-us.jpg);
    background-size: cover;
    background-position: center;
    padding: 200px 0 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;

}

.contact-header::before {
    content: '';
    position: absolute;
    top: 0;
    opacity: 0.3;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.header-content {
    position: relative;
    z-index: 1;
}

.header-title {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.header-title .highlight {
    color: var(--main-color);
}

.breadcrumb {
    justify-content: center;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: ar(--main-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #FFF;
}

.breadcrumb-item.active {
    color: #FFF;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #FFF;
}










.steps-section {

    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.form-section {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.steps {
    position: relative;
}

.steps::before {
    content: '';
    position: absolute;
    left: 11px;
    top: 24px;
    bottom: 72px;
    width: 1px;
    background-image: linear-gradient(to bottom, var(--main-color) 25%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 1px 8px;
    background-repeat: repeat-y;
}

.step-item {
    margin-bottom: 1.5rem;
    padding-left: 3rem;
    position: relative;
}

.step-number {
    background-color: var(--main-color);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    z-index: 1;
}



.form-control {
    width: 100% !important;
    height: 53px !important;
    padding: 4px 6px 6px 20px;
    font-size: 14px;
    line-height: 24px;
    color: inherit;
    background: none;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    box-shadow: none;


}


.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}



.note {
    font-size: 0.75rem;
    color: #666;
}

.form-label {
    font-weight: 500;
}

.section-padding {
    padding: 80px 0;
}

.form-heading {
    border-bottom: 2px solid ar(--main-color);
    border-width: 4px;
    padding-bottom: 0.5rem;
    width: 270px;
    margin-bottom: 1.5rem;
}

.contact-section {
    padding: 80px 0;
}

.icon-container {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    background-color: #e6f5f3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.icon {
    color: #0d9488;
    width: 1.5rem;
    height: 1.5rem;
}

.section-heading {
    font-size: 1.125rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.5rem;
}

.text-color {
    color: #212529 !important;
}

a {
    text-decoration: none;
    color: #0d9488;
}














.category-tag {
    background-color: #0d9488;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
}

.blog-card {
    transition: transform 0.2s;
    height: 100%;
    position: relative;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-date {
    color: #666;
    font-size: 0.9rem;
}

.latest-news-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.latest-news-img {
    width: 80px;
    height: 60px;
    object-fit: cover;
}

.contact-section {
    background-size: cover;
    background-position: center;
    color: white;
    text-align: start;
}

.newsletter-form {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
}

.section-padding-two {
    padding: 80px 0;
}


.category-link {
    display: flex;
    align-items: center;
}

.category-link i {
    font-size: 0.8rem;
}



.card-body {
    padding: 20px;
}













.specs-card {
    background: white;
    border-radius: 8px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    padding: 20px;
}

.specs-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #1a1a1a;

}

.specs-table {
    width: 100%;
}

.specs-table th {
    color: #222;
    font-weight: 600;
    font-size: 21px;
    padding: 12px 24px;
    border-bottom: 1px solid #e5e7eb;
    background-color: #f9fafb;
    border-radius: 10px 10px 0 0;
}


.specs-table td {
    padding: 16px 24px;
    border-bottom: 1px solid #e5e7eb;
    color: #1f2937;
}

.specs-table tr:last-child td {
    border-bottom: none;
}

.specs-table tr {
    transition: background-color 0.2s ease;
}

.specs-table tr:hover {
    background-color: #f9fafb;
}

.spec-icon {
    color: #6b7280;
    width: 20px;
    margin-right: 12px;
}

.spec-cell {
    display: flex;
    align-items: center;
}

.info-card {
    border: none;
    padding: 0 !important;
}

.info-card :first-child {
    align-items: start !important;
}

.info-card .icon-wrapper {
    background-color: #f8f9fa;
    display: flex;
    align-items: start;
    justify-content: start;
    margin-right: 15px;
}

.product-information {
    border: 1px solod black;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 20px;
}

.info-card .icon-wrapper i {
    color: #6b7280;
    font-size: 1.5rem;
}

.info-label {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.info-value {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.main-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}


.text-clapm-two {
    display: -webkit-box;
    /* Enables flexbox-like layout for block content */
    -webkit-box-orient: vertical;
    /* Specifies the orientation of the box (vertical for columns) */
    overflow: hidden;
    /* Hides the overflow content */
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    max-height: calc(1.5em * 3);
}



@media (max-width: 576px) {
    .specs-card {
        padding: 16px;
    }

    .specs-table td,
    .specs-table th {
        padding: 12px 16px;
    }
}

@media (max-width: 768px) {


    .header-title {
        font-size: 2.5rem;
    }
}


@media (max-width: 768px) {
    .footer {
        padding: 40px 0 20px;
    }

    .footer-section {
        margin-bottom: 30px;
    }
}





@media (max-width: 768px) {
    .section-title {
        font-size: 2.5rem;
    }

    .project-card {
        margin-bottom: 2rem;
    }
}

/* Custom order for mobile view */
@media (max-width: 991px) {
    
    
        html,body{
      overflow-x: hidden;
}

    .nav-contact-btn {
        display: none;
    }

    .mobile-order-1 {
        order: 1;
    }

    .mobile-order-2 {
        order: 2;
        margin-top: 2rem;
    }

    .client-image {
        height: 300px;
    }

    .testimonial-card {
        padding: 30px;
    }

    .testimonial-quote {
        font-size: 1.5rem;
    }
    


}


@media (max-width: 768px) {
    .feature-badge {
        width: 100%;
        justify-content: center;
    }

    .feature-text {
        white-space: normal;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .get-in-touch {
        margin-top: 10px;
        width: 100%;
    }

    .hero-section {
        margin-top: -96px;
        padding-top: 150px;
    }

    .hero-title {
        font-size: 50px;
    }
}


.contact-benner {
    padding: 40px;
    border-radius: 20px;
    background-color: #eaf3f5;

}


.dropdown-submenu .dropdown-toggle::after {
    content: '';
    position: absolute !important;
    right: 15px !important;
    top: 12px !important
}


.contact-item {
    display: flex;
    align-items: start;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    padding: 20px;
    gap: 10px;
    background-color: white;
    border-radius: 10px;
}

.contact-item .icon-wrapper {
    width: 40px;
    height: 40px;
    padding: 5px;
    background-color: #0d9488;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-item .icon-wrapper i {
    color: white;
    font-size: 1rem;
}

.contact-info {
    color: #4a4a4a;
}

.contact-info .label {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0.2rem;
    color: #000;
}

.contact-info .value {
    color: #666;
    font-size: 0.9rem;
}

.value a {
    color: #666;

}


@media (min-width: 992px) and (max-width: 1199px) {
    .nav-link {
        font-size: 14px !important;
    }
}


.about-use img {
    border-radius: 20px;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}



.mission {
    border: none;
    border-radius: 20px;
    border: 2px solid #0d9488;
    height: 100%;
    background-color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.mission:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);

}

.mission .card-title {
    color: #333;
    font-weight: bold;
}


.mission i {
    color: #0d9488 !important;
    font-size: 45px !important;
}

.mission .card-text {
    color: #555;
}