@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');

:root {
    --primary-color: #00c3ff;
    --primary-hover: #009fcc;
    --primary-dark: #007a99;


}

* {
    padding: 0;
    margin: 0;

    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

body {
    background-color: #f3f5f81a;
}

.section-padding {

    padding: 50px 0;
}

/* about */
.about-section {
    padding: 60px 0;
}

.about-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #062b4e;
    line-height: 1.3;
    margin-bottom: 20px;
}

.about-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.btn-custom {
    padding: 12px 28px;
    background: var(--primary-color);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 25px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-custom:hover {
    background: var(--primary-hover);
    color: #fff;
}

.about-image img {
    max-width: 100%;
    mix-blend-mode: plus-lighter;
}





/*  */
.broadcam-section {
    background: #eef9ff;
    position: relative;
    border-radius: 15px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.broadcam-section-img {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.broadcam-section h1 {
    color: var(--primary-color);
    font-size: 30px;
}

.card {
    border: none;
    border-radius: .7rem;
    height: 100%;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.card h5 {
    color: #616161;
    font-style: italic;
}

.testimonial-stars i {
    color: yellow;
}


.custom-navbar {
    position: fixed;
    top: 0;
    background: transparent;
    z-index: 99;
    width: 100%;
    padding: 15px 0;
}

.custom-navbar.scrolled {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.custom-navbar-container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;

}

.navbar-logo span {
    color: #0A3767 !important;
    font-weight: 700;
    letter-spacing: 1px;
}

.custom-navbar-nav {
    list-style: none;
    gap: 0.8rem;
    display: flex;
}

.custom-navbar-nav .nav-link {
    color: black;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 0.8rem;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
}

.custom-navbar-nav .nav-link:hover,
.custom-navbar-nav .nav-link:focus {
    /* background: #e6eef7; */
    color: var(--primary-color);
}


.custom-navbar-nav .btn-custom {
    animation: pulse 1.5s infinite;
    display: inline-block;
}


.main-btn {
    background: var(--primary-color);
    color: #fff !important;
    border: none;
    border-radius: 15px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    transition: background 0.2s, box-shadow 0.2s;
    display: inline-block;
    text-align: center;
}

.main-btn:hover,
.main-btn:focus {
    background: var(--primary-dark);
    color: #fff !important;
}

/* Dropdown Styles */
.custom-dropdown .dropdown-toggle::after {
    margin-left: 0.4em;
}

.custom-dropdown-menu {
    min-width: 180px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(10, 55, 103, 0.10);
    background: #fff;
    margin-top: 0.5rem;
}

.custom-dropdown-menu .dropdown-item {
    color: black;
    font-weight: 500;
    padding: 0.6rem 1.2rem;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
}

.custom-dropdown-menu .dropdown-item:hover,
.custom-dropdown-menu .dropdown-item:focus {
    /* background: #e6eef7; */
    color: var(--primary-color);
}

/* Offcanvas Styles */
.custom-offcanvas {
    background: #f8fafc;
    width: 260px;
}

.custom-offcanvas .offcanvas-title {
    font-weight: 700;
    color: var(--primary-dark);
}

.custom-offcanvas .custom-navbar-nav {
    gap: 0;
}

.custom-offcanvas .nav-link {
    padding: 0.7rem 0.5rem;
    font-size: 1.05rem;
}

.custom-offcanvas .main-btn {
    width: 100%;
}

/* Responsive */


@media (max-width: 575.98px) {
    .custom-navbar-container {
        padding: 15px;
    }

    .navbar-logo span {
        font-size: 1.1rem;
    }
}

/* Pulse Animation for Enquiry Now Button */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.enquiry-btn {

    animation: pulse 1.5s infinite;
}

/* Ensure navbar-toggler-icon is visible */
.navbar-toggler {
    border: none;
    box-shadow: none;
    outline: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(10,55,103,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 1.8em;
    height: 1.8em;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
}

/* slider code css */
.slider-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.swiper {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 2px 16px rgba(10, 55, 103, 0.08);
    /* padding: 2rem 1.5rem 2.5rem 1.5rem; */
    position: relative;
}

.slide-content {
    text-align: center;
}

.custom-swiper-btn {
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border-radius: 50%;
    background: #fff;
    color: var(--primary-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 2px 8px rgba(10, 55, 103, 0.10);
    transition: background 0.2s, color 0.2s;
    opacity: 0.95;
}

.swiper-button-next,
.swiper-button-prev {
    background: #fff;
    color: var(--primary-color);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1rem;
    font-weight: bold;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.custom-swiper-pagination {
    bottom: 10px !important;
    text-align: center;
}

.custom-swiper-pagination .swiper-pagination-bullet {
    background: #cfd8e3;
    opacity: 1;
    width: 18px;
    height: 8px;
    border-radius: 8px;
    margin: 0 4px !important;
    transition: width 0.3s, background 0.3s;
    display: inline-block;
}

.custom-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary-color);
    width: 32px;
    height: 8px;
    border-radius: 8px;
}

@media (max-width: 767.98px) {
    .slider-container {
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }

    .custom-swiper-btn {
        width: 36px;
        height: 36px;
        font-size: 1rem;
        margin-top: -18px;
    }

    .custom-swiper-pagination .swiper-pagination-bullet {
        width: 14px;
        height: 7px;
    }

    .custom-swiper-pagination .swiper-pagination-bullet-active {
        width: 24px;
        height: 7px;
    }
}

/* ------------------------------product section css ------------------------------ */
.product-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.heading-title {
    color: var(--primary-color);
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

/* Card container */

.product-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 24px 0 rgba(103, 151, 255, .1), 0 12px 64px 0 rgba(103, 151, 255, .1);
    transition: all 0.3s ease;
    height: 100%;
}

.product-card:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.sale-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border: 2px dashed #00aaff;
    color: #00aaff;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 50%;
}

.product-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-image img {
  max-width: 100%;
  max-height: 500px;
  height: auto;
  margin-bottom: 15px;
  object-fit: contain; /* or 'cover' depending on the desired behavior */
}
.product-title {
    font-weight: 500;
    margin-bottom: 8px;
}

.product-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.star-rating i {
    color: #00aaff;
    font-size: 14px;
}

.price {
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0;
}

.price del {
    color: #888;
    font-size: 14px;
    margin-right: 5px;
}

.btn-outline-info {
    border-radius: 30px;
    padding: 8px 18px;
    font-size: 14px;
}

/* SHipping card */
.shipping-cards-section {
    background: var(--primary-color);
}

.shipping-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(10, 55, 103, 0.07);
    transition: box-shadow 0.2s, transform 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.shipping-card:hover {
    box-shadow: 0 6px 24px rgba(10, 55, 103, 0.13);
    transform: translateY(-4px) scale(1.03);
}

.shipping-icon img {
    display: inline-block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.shipping-card h6 {
    color: var(--primary-color);
    font-size: 1.1rem;
    font-weight: 700;
}

.shipping-card p {
    color: #6c757d;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.shipping-icon svg {
    width: 50px;
    height: 50px;
    color: var(--primary-color);
}

@media (max-width: 991.98px) {
    .shipping-card {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 575.98px) {
    .shipping-cards-section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .shipping-card {
        padding: 1rem 0.5rem;
    }
}

/* blog css */
/* Use solid background and primary color from style.css (assume --primary: #0A3767) */
.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    padding: 20px;
    border-radius: 20px;
    flex-direction: column;
}

.blog-card-title {
    display: -webkit-box;

}



.blog-card:hover .blog-card-title {

    color: var(--primary-color);
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.blog-img-wrapper {
    position: relative;
    border-radius: 20px;

    overflow: hidden;
}

.blog-img {
    width: 100%;
    min-height: 250px;
    object-fit: cover;

    transition: transform 0.4s ease;
}

.blog-card:hover .blog-img {
    transform: scale(1.05);
}

.blog-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #0056d2;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.blog-content {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
    color: #111827;
}

.blog-meta {
    font-size: 0.85rem;
    color: #98a1a7;

    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.blog-meta i {
    color: #0a3767;
    margin-right: 4px;
}

.blog-card-text {
    font-size: 0.9rem;
    color: #98a1a7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
    flex-grow: 1;
}

.blog-read-more {
    font-size: 0.85rem;
    font-weight: 600;
    color: #0a3767;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

.blog-read-more:hover {
    text-decoration: underline;
}

/* Responsive tweaks */
@media (max-width: 991px) {
    .blog-img-wrapper {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .blog-img-wrapper {
        height: 150px;
    }
}


/*------------------- foooter css -------------------*/

.acua-footer {
    position: relative;
    overflow: hidden;
    background-color: #0b1f44;
}

/* Subtle curved / diagonal accents */
.acua-footer::before {
    content: "";
    position: absolute;
    inset: -60px -20%;
    height: 180px;
    background: linear-gradient(90deg, rgba(34, 211, 238, 0.12), rgba(56, 189, 248, 0.12));
    transform: rotate(-8deg);
    pointer-events: none;
}

.acua-footer::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 110px;
    width: 800px;
    height: 280px;
    transform: translateX(-50%);
    background: radial-gradient(60% 60% at 50% 50%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}

/* Bottom bar */
.acua-bottom {
    background: rgba(255, 255, 255, 0.03);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* Social circles */
.acua-circle {
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1);
    transition: background-color .2s ease, transform .2s ease;
}

.acua-circle:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

/* Subscribe pill input */
.input-group.acua-pill .form-control {
    border-radius: 9999px 0 0 9999px;
    border: 0;
    background: #ffffff;
    color: #0f172a;
}

.input-group.acua-pill .form-control::placeholder {
    color: #64748b;
}

.input-group.acua-pill .btn {
    border-radius: 0 9999px 9999px 0;
    border: 0;
    padding-inline: 1.25rem;
}

/* Helpers */
.text-white-75 {
    color: rgba(255, 255, 255, 0.78) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.6) !important;
}

.text-white-25 {
    color: rgba(255, 255, 255, 0.3) !important;
}








/*  */


.hero-section {
    padding-top: 140px;
    padding-bottom: 100px;
    overflow: hidden;
    position: relative;
    /* background: url(../images/hero-bg.png); */
}

.hero-section h1 {
    font-weight: 800;
    font-size: 3rem;
    color: #0d1b2a;
}

.hero-section p {
    margin: 20px 0;
    font-size: 1.1rem;
    color: #4a4a4a;
}

.btn-primary-custom {
    background-color: #00c2ff;
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 600;
    color: white;
    transition: background 0.3s ease;
}

.btn-primary-custom:hover {
    background-color: #009bcc;
}

.btn-outline-light-custom {
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 600;
    background: white;
    color: #0d1b2a;
    transition: all 0.3s ease;
}

.btn-outline-light-custom:hover {
    background: #f0f0f0;
}

.hero-img {
    max-width: 100%;
    height: auto;
    transform: scale(1.30);
}


.hero-bg {
    background-image: url(../images/hero-bg.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

/* feachers */
.features-section {
    background-color: #f0f9ff;
    padding: 80px 0;
    text-align: center;
}

/* .features-section h6 {
    color: #00bfff;
    font-weight: 600;
    margin-bottom: 10px;
} */

.features-section h2 {
    font-weight: 700;
    /* color: var(--primary-color); */
    margin-bottom: 50px;
}

.feature-card {
    background: white;
    border-radius: 6px;
    padding: 30px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.feature-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 50%;
    border: 13px solid #f2f5fa;
    font-size: 50px;
    color: #00d1f9;
    /* Default icon color */
    margin-bottom: 27px;
    z-index: 2;
    transition: all 0.5s ease;
    overflow: hidden;
}

.feature-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #00d1f9;
    /* Solid blue background */
    transform: scale(0);
    transition: transform 0.5s ease;
    z-index: 1;
}

.feature-card:hover .feature-icon {
    color: #fff;
    /* White icon on hover */
}

.feature-card:hover .feature-icon::after {
    transform: scale(1);
    /* Show background circle */
}

.feature-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #0d1b2a;
}

.feature-card p {
    color: #555;
    font-size: 0.95rem;
}

.feature-icon i {
    position: relative;
    z-index: 2;
}


.icons {
    color: var(--primary-color);
    font-size: 60px;
}


.blogd-content h4 {
    color: var(--primary-color);
}


/* blog */
.blogd-main-container {
    display: flex;
    gap: 2.5rem;

    margin: 40px auto 40px auto;
    align-items: flex-start;
}

.blogd-image-top {
    width: 100%;
    border-radius: 18px;

    object-fit: cover;
    max-height: 350px;

    z-index: 2;
    position: relative;
}

.blogd-detail-section {
    border-radius: 18px;
    flex: 1 1 0;
    position: relative;
    margin-top: 0;
    z-index: 1;
}

.blogd-title {
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
    letter-spacing: -1px;
}

.blogd-meta {
    color: #6c757d;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.blogd-meta i {
    margin-right: 6px;
    color: #4A90E2;
}

.blogd-content {
    color: #333;
    font-size: 1rem;
    line-height: 1.5;
}

.blogd-content h2,
.blogd-content h3 {
    color: var(--primary-color);
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.blogd-content blockquote {
    background: #f0f6fb;
    border-left: 4px solid #4A90E2;
    margin: 1.5rem 0;
    padding: 1rem 1.5rem;
    font-style: italic;
    color: #0A3767;
    border-radius: 8px;
}

.blogd-tags {
    margin-top: 2rem;
}

.blogd-tag {
    display: inline-block;
    background: #4A90E2;
    color: #fff;
    border-radius: 20px;
    padding: 6px 18px;
    font-size: 0.95rem;
    margin-right: 10px;
    margin-bottom: 8px;
    font-weight: 500;
}

/* Related Blogs */
.blogd-related-section {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(10, 55, 103, 0.10);
    padding: 2rem 1.2rem 1.2rem 1.2rem;
    width: 340px;
    min-width: 260px;
    max-width: 100%;
}

.blogd-related-title {
    font-size: .8rem;
    font-weight: 800;
    color: #0A3767;
    margin-bottom: 1.2rem;
    border-left: 4px solid #4A90E2;
    padding-left: 10px;
}

.blogd-related-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.3rem;
    align-items: flex-start;
}

.blogd-related-img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgba(124, 124, 124, 0.1);
}

.blogd-related-info {
    flex: 1;
}

.blogd-related-link {
    font-size: 1rem;
    font-weight: 700;
    color: #0A3767;
    margin-bottom: 0.2rem;
    text-decoration: none;
    display: block;
    transition: color 0.18s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogd-related-link:hover {
    color: #4A90E2;
}

.blogd-related-snippet {
    color: #6c757d;
    font-size: 0.97rem;
    line-height: 1.4;
}

@media (max-width: 1000px) {
    .blogd-main-container {
        flex-direction: column;
        gap: 2rem;
        padding: 0 1rem;
    }

    .blogd-related-section {
        width: 100%;
        min-width: unset;
        padding: 1.5rem 0.7rem 1rem 0.7rem;
    }

    .blogd-image-top {
        max-height: 220px;
        border-radius: 12px;
        margin-bottom: -40px;
    }
}

@media (max-width: 600px) {
    .blogd-detail-section {
        padding: 1.2rem 0.5rem;
    }

    .blogd-title {
        font-size: 1.3rem;
    }
}


.blogd-related-section {
    position: sticky;
    top: 100px;
}


@media (max-width: 991.98px) {

    .blogd-related-section {
        position: block !important;
    }

    .custom-navbar-container {
        padding: 0.5rem 1rem;
    }

    .hero-img {
        transform: scale(1)
    }

    .custom-navbar-nav.d-lg-flex {
        display: none !important;
    }
}


/* product */



.product-info ul {
    list-style: none;
    padding: 0;

}

.product-info .key-benefits-card li i {
    color: var(--primary-color);
    padding-left: 0px;

}


/*  */

.specs-table {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--main-shadow);
}

.specs-table th {
    background: var(--primary-color);
    color: white;
    font-weight: 600;
    padding: 15px;
}

.specs-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
}

.sticky-sidebar {
    position: sticky;
    top: 0;
}

.contact-card {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: white;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: var(--main-shadow);
}

.contact-info {
    text-align: center;
}

.contact-info i {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #fff;
}

.enquiry-form {
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: var(--main-shadow);
}

.enquiry-form h4 {
    /* color: var(--primary-color); */
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 26px;
}

.enquiry-form .form-label {
    font-size: 14px;
    font-weight: 600;
    color: black;
}

.enquiry-form .form-control {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 9px 12px;
    transition: border-color 0.3s ease;
}

.enquiry-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}

.section-title {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--primary-color);
}

.badge-custom {
    background: var(--primary-color);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}


.key-benefits-card {
    /* background: #fff; */
    border-radius: 18px;
    /* box-shadow: var(--main-shadow); */
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    margin-bottom: 2rem;
    text-align: left;
    /* border: 1px solid #e5e5e5; */
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.18s, transform 0.18s;
}

.key-benefits-card:hover {
    /* box-shadow: 0 8px 32px rgba(10, 55, 103, 0.16); */
    /* transform: translateY(-6px) scale(1.02); */
    border-color: #b3c6e0;
}








@media (max-width: 768px) {
    .product-hero {
        padding: 40px 0;
    }

    .features-section {
        padding: 40px 0;
    }

    .contact-card,
    .enquiry-form {
        padding: 25px;
    }
}

.product-hero {
    background-color: #f3f1f117;

}


.whatsapp {
    background: #47a44c;
    color: white;
    position: fixed;
    bottom: 100px;
    right: -176px;
    z-index: 999;
    padding: 7px 20px;
    border-radius: 4px 0 0 4px;
    font-size: 18px;
    transition: all 300ms linear;
    font-weight: 500;
}

.whatsapp:hover {
    color: white;
    right: 0;
}

.error {
    color: red;
    font-size: 0.9em;
}


.logo {
    width: 130px;
}