@import url("./global.css");


/* Custom Container for 1250px alignment */
.custom-container {
    max-width: 1370px !important;
    margin: 0 auto !important;
    padding: 0 60px !important;
}


.container-fixed {
    width: 100% !important;
    max-width: 1370px;
    /* 1250px content + 60px padding + 60px padding */
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
}

@media (max-width: 1370px) {
    .container-fixed{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url('../assests/homePage/images/hm-hero-banner.webp') no-repeat center / cover;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    align-items: center !important;
}

@media(max-width : 767px){
    .hero-section {
            position: relative;
            width: 100%;
            min-height: 100vh;
            /* background: url('../assests/homePage/images/hero_banner.png') no-repeat center center/cover; */
            background: url('../assests/homePage/images/hero-responsive.png') no-repeat center center/cover;
            display: flex;
            flex-direction: column;
            padding-top: 0px;
            align-items: center !important;
        }
}

/* Header & Navigation */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img { height: auto; width: 240px; }


@media (max-width: 1300px) {
    .custom-container {
        padding: 0 40px !important;
    }
}

@media (max-width: 991px) {
    .custom-container {
        padding: 0 24px !important;
    }
}

@media (max-width: 575px) {
    .custom-container {
        padding: 0 16px !important;
    }
}


/* ==============  nav ======================= */
.nav-container {
    background: var(--nav-bg);
    backdrop-filter: blur(10px);
    padding: 8px 25px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-links {
    display: flex;
    gap: 30px;
    align-items: center;
    color: #0D0D0D;
}

.nav-links li.active a {
    background: white;
    color: #333;
    padding: 8px 20px;
    border-radius: 25px;
}

.nav-pill-wrapper {

    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)); */
    background-color: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(4px);
    border-radius: 50px;
    /* padding: 5px 20px; */
     display: flex;
    justify-content: center;
}

.navbar-nav {
    display: flex; /* Add this */
    flex-direction: row !important;
    gap: 12px;
    width: auto; /* let it auto-size */
    align-items: center;
    text-align: center;
    justify-content: center; /* Optional: center items horizontally */
}


.nav-item{
    font-size: 16px;
    font-weight: 400;
    flex-grow: 1;
}

/* Base nav link style */
.navbar-nav .nav-link {
    /* color: #ffffff; */
    padding: 10px 24px;
    border-radius: 50px;
    transition: all 0.5s ease;
    font-weight: 400;
}

/* Hover effect for nav links */
.navbar-nav .nav-link:hover {
    background: #29a9d624;
    color: #000000;
    /* transform: scale(1.03); */
    /* box-shadow: 0 6px 15px rgba(0,0,0,0.15); */
}
.our-pro-nav{
    justify-content: center;
}

/* Active pill (Home) stays white */
.navbar-nav .nav-link.active-pill {
    background: #ffffff;
    color: #000000;
    font-weight: 500;
}

/* Keep the pill active when hovering the dropdown OR when the link has the active-pill class */
.navbar-nav .nav-link.active-pill {
    background: #ffffff !important;
    color: #000000 !important;
    transform: scale(1.03);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.our-pro-nav img{transition: .3s ease;}
.nav-item.dropdown:hover img,
.nav-item.dropdown.active img{scale: -1;}

/* Optional: Make the dropdown arrow turn dark when active to match the text */
.nav-item.dropdown:hover .our-pro-nav img,
.navbar-nav .nav-link.active-pill img {
    filter: brightness(0) saturate(100%);
}

/* Ensure the mega-menu displays correctly when active */
.nav-item.dropdown.active .mega-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* IPad air */
@media (width: 1180px){
    .navbar-nav .nav-link{
        padding: 10px 15px;
    }

    .navbar-nav{
        gap: 2px;
    }

    .logo img {
        height: 50px;
        width: 229px;
    }
}

@media(max-width: 1088px){
    .nav-pill-wrapper {
        display: none !important;
    }
}



/* --- Styles for Internal Pages (Image 2 Look) --- */

/* 1. The main pill container */
.header-light .nav-pill-wrapper {
    background-color: #f8f8f8;
    /* Light gray background like the image */
    backdrop-filter: none;
    border: 1px solid #eeeeee;
    /* padding: 4px; */
}

/* 2. Standard links in the light header */
.header-light .navbar-nav .nav-link {
    color: #555555;
    /* Slightly softer text color */
}

/* 3. The Active Pill (White with shadow) */
.header-light .navbar-nav .nav-link.active-pill{
    background: #ffffff !important;
    color: #000000 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    /* Soft shadow from image 2 */
    font-weight: 500;
}

/* 4. Contact/Phone Button Adjustment */
.header-light .contact-btn {
    background: #40c4ff;
    /* The bright blue from your second image */
    border-radius: 50px;
    padding: 8px 20px;
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(64, 196, 255, 0.3);
}

/* 5. Search Circle Adjustment */
.header-light .search-circle {
    border: 1px solid #40c4ff;
    background: #e1f5fe;
    /* Light blue tint */
}

.header-light .search-circle img {
    filter: invert(41%) sepia(98%) saturate(1202%) hue-rotate(174deg) brightness(95%) contrast(101%);
    /* This specific filter converts #000 (black) to a strong Calonix Blue (#0088CC) */
}



/* ============ nav end ============ */

.site-header {
  position: fixed;
   /* position: relative; */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;

  display: flex;
  align-items: center !important;
  justify-content: space-between;

 padding: 40px 60px 0px 60px !important;
    /* max-width: 1370px;
    left: 50%; */
  background: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease , padding 0.3s ease;
}

.site-header.scrolled {
    background: var( --primary-nav-blue);
    box-shadow: 0 16px 20px rgb(0 0 0 / 8%);
    padding: 15px 60px !important;
    backdrop-filter: blur(10px);
}

@media (max-width : 991px){
    .site-header.scrolled {
        padding: 16px 24px !important;
        backdrop-filter: blur(10px);
    }
}

@media (max-width: 575px){
    .site-header.scrolled {
        padding: 16px 12px !important;
        backdrop-filter: blur(10px);
    }
}


.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.contact-btn {
    background: linear-gradient(180deg, #58D0FB 0%, #25ACDD 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 500;
    gap: 10px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.8s ease, transform 0.3s ease;
    display: flex;
    text-decoration: none;
}

.phone-number{
    font-size: 16px;
    font-weight: 500;
}

.contact-btn img {
    width: 23px !important;
    height: 23px !important;
}

.contact-btn:hover {
    text-decoration: none;
    transform: scale(1.05) ; /* subtle pop on hover */
}

/* Hero Content */
.hero-content-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0px 60px;
    max-width: 1370px !important;
    width: 100% !important;
    margin: 0 auto !important;
    position: relative;
}

.hero-text {
    max-width: 600px;
    z-index: 2;
}

.established-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    padding: 10px 20px;
    border-radius: 40px;
    margin-bottom: 20px;
    /* border: 0.5px solid #FFFFFF; */
    color: #FFFFFF;
}

.established-tag img{
    width: 24px;
    height: 24px;
}

.hero-text h1 {
    line-height: 1.2;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.hero-text p {
    margin-bottom: 35px;
    line-height: 1.7;
    color: #FFFFFF;
}

.explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: white;
    color: var(--dark-text-blue);
    padding: 10px 10px 10px 25px;
    border-radius: 50px;
    transition: transform 0.3s;
    text-decoration: none;

    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    transition: color 0.4s ease;
    z-index: 1;
}

.explore-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #33b5e5;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s ease;
    z-index: -1;
}

.arrow-circle {
    background: #4cc9f0;
    color: white;
    width: 68px;
    height: 44px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: 
        transform 0.45s ease,
        background 0.45s ease;
}

.arrow-circle  img{
    width: 20px;
    height: 20px;
    transition: transform 0.45s ease;
}

/* hover effects */
.explore-btn:hover,
.explore-btn.btn-active{
    color: #ffffff;
    transform: translateX(6px);
}

.explore-btn:hover::before,
.explore-btn.btn-active::before {
    transform: scaleX(1);
}

.explore-btn:hover .arrow-circle,
.explore-btn.btn-active .arrow-circle {
    background: #ffffff;
    transform: translateX(6px);
}

.explore-btn:hover .arrow-circle img ,
.explore-btn.btn-active .arrow-circle img {
    filter: brightness(0) saturate(100%) invert(41%) sepia(88%)
            saturate(487%) hue-rotate(165deg) brightness(95%) contrast(90%);
    transform: translateX(3px) rotate(360deg);
}

/* Image Cluster */
.switches-cluster {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-40%);
    width: 45%;
    z-index: 1;
}

.switches-cluster img {
    width: 100%;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.3));
}

/* search circle */
.search-circle {
    width: 45px;
    height: 45px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    z-index: 11;
}

/* Hover effect */
.search-circle:hover {
    transform: scale(1.08);
    box-shadow: 0 0 0 6px rgba(0,210,210,0.15);
}

/* Click pulse */
.search-circle.active {
    transform: scale(0.95);
    box-shadow: 0 0 0 10px rgba(0,210,210,0.25);
}

/* Icon rotation */
.search-circle img {
    transition: transform 0.3s ease;
}

.search-circle.active img {
    transform: rotate(90deg);
}

/* Ripple effect */
.search-circle::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(110, 188, 240, 0.35);
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.2);
}

.search-circle.active::after {
    animation: searchRipple 0.45s ease-out;
}

@keyframes searchRipple {
    from {
        opacity: 0.6;
        transform: scale(0.2);
    }
    to {
        opacity: 0;
        transform: scale(1.8);
    }
}

/* Search wrapper - fully hidden */
.search-wrapper {
    /* position: absolute;
    right: 125px;
    top: 50%;
    transform: translateY(-50%) translateX(40px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.35s ease;
    z-index: 10; */
    position: absolute;
    /* Position it to the left of the search circle */
    right: 55px;
    top: 50%;
    transform: translateY(-50%) translateX(20px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
}

.search-wrapper.active {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.search-input {
    width: 240px;
    height: 45px;
    border-radius: 50px;
    border: none;
    padding: 0 20px;
    outline: none;
    font-size: 15px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

@media (max-width: 1300px) {
    .hero-content-wrapper {
        padding: 0 40px !important;
    }

    .site-header {
        padding: 16px 40px !important;
    }
}


@media (max-width : 1088px){
    .search-circle {
        display: none !important;
    }

    .search-wrapper {
        display: none !important;
    }

    .contact-btn {
        display: none !important;
    }
}


@media (max-width : 1024px){

    .hero-text {
        max-width: 50%;
    }
}


@media (max-width: 991px){

    .hero-content-wrapper {
            padding: 0 24px !important;
    }
    .site-header {
        padding: 16px 24px !important;
    }

    .hero-text{
        max-width: 50%;
    }
}

@media (max-width : 820px){
    .hero-text{
        max-width: 70%;
    }
}

@media (max-width : 766px){
    .hero-text {
        max-width: 100%;
        margin-top: 0px;
    }
}

@media (max-width: 575px) {
    .hero-content-wrapper {
        padding: 0 16px !important;
    }

    .hero-text {
        max-width: unset;
        align-items: center;
        text-align: center;
        margin-top: unset !important;
    }
}

@media (max-width: 480px){
        /* .hero-text {
            max-width: unset;
            align-items: center;
            text-align: center;
        } */

        .switches-cluster img{
            /* width: 250%; */
            display: none !important;
        }
}





/* Vision & Mission Section */
.vision-mission-section {
    background-color: #25ACDD;
    /* Calonix Blue from your theme */
    padding: 80px 0 !important;
}

.max-w-850 {
    max-width: 850px;
}

.vm-card {
    background-color: #d3eef8;
    border-radius: 30px;
    padding: 40px;
    height: 100%;
    /* Required for absolute children */
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease ;
    cursor: pointer;
}

/* The Icon itself */
.vm-card-icon {
    position: absolute;
    /* Adjust these values based on your Figma 'Top' and 'Right' measurements */
    top: -10px;
    right: -10px;
    width: 100px;
    /* Adjust size to match Figma height/width */
    height: auto;
    /* opacity: 0.2; */
    /* Subtle look from Figma */
    pointer-events: none;
    /* Prevents icon from interfering with text selection */
}

.vm-content {
    /* Ensure text stays above the background icon if they overlap */
    position: relative;
    z-index: 2;
    /* Give some padding on the right so text doesn't run into the icon */
    padding-right: 60px;
}

/* .mission-card-bg{
    background-color: #d3eef8;
} */

.vm-card:hover {
    background-color: #ffffff;
    transform: translateY(-5px);
    /* Optional: This adds a subtle movement effect on hover */
}

/* Specific adjustment for the Mission card icon if needed */
.mission-card-bg .vm-card-icon {
    right: -6px;
    top: 5px;
}

@media (max-width: 768px) {
    .vm-card-icon {
        width: 80px;
        right: -5px;
        top: 20px;
    }

    .vm-content {
        padding-right: 0;
    }

    .vision-mission-header{
        text-align: center;
    }
}

@media (max-width:480px){
    .vision-mission-section{
        padding: 30px 0px !important;
    }
}

/* ==================================== Mega Menu Option ==================================== */

/* Ensure the parent nav is the reference point for the full width */
.nav-item.dropdown {
    position: static !important; /* This allows the child to ignore the pill width */
}

.menu-light-header{
    top: 67px !important;
}

/* Mega Menu Container */
.mega-menu {
     position: fixed;
    top: 45px;
    left: 50%;
    width: 100vw;
    background: #ffffff;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
    padding: 25px 0;
    z-index: 9999;
    display: none;
    border-top: 1px solid #f0f0f0;
    transform: translateX(-50%);
    max-width: 1124px;
    border-radius: 22px;
}

.mega-menu .custom-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}

/* 3. The Hover Trigger */
.nav-item.dropdown:hover .mega-menu {
    display: block;
}

/* Grid Layout */
.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;     /* Matches your reference image alignment */
}

/* Typography & Links */
.mega-column h3 {
    font-size: 18px !important;
    font-weight: 600;
    color: var(--primary-nav-blue);
    margin-bottom: 25px;
    line-height: 1.2;
}

.mega-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-column ul li {
    margin-bottom: 12px;
}

.mega-column ul li a {
    color: #666;
    font-size: 14px;
    line-height: 2; /* Adds nice spacing between links */
    text-decoration: none;
    transition: color 0.2s;
}

.mega-column ul li a:hover {
    color: var(--primary-blue); /* Your brand blue */
}

.view-all {
    display: inline-block;
    margin-top: 15px;
    color: var(--primary-blue);
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none !important;
}

.view-all:hover{
    color: var(--primary-nav-blue);
}


/* ================================ Product Category Section ============================ */

/* .product-category-section {
    background-color: #e9f5fe;
    padding: 60px 0;
}

.category-grid {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
}

.category-card {
    flex: 1;
    height: 184px; 
    background: white;
    border-radius: 20px;
    padding: 24px;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    display: flex;
    align-items: center;
    border: 1px solid transparent;
} */

/* .card-inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 20px;
} */

/* .card-image {
    flex-shrink: 0;
    width: 124px;
    display: flex;
    justify-content: center;
} */

/* .card-image img {
    max-width: 100%;
    max-height: 124px;
    object-fit: contain;
} */
/* 
.card-body-content {
    flex: 1;
    min-width: 0; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.category-title {
    margin: 0;
    white-space: normal;
    color: #0D0D0D;
    max-width: 100%;
    line-height: 1.2;
} */

/* .subcategory-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease;
} */

/* .subcategory-list li a {
    text-decoration: none;
    color: #0D0D0D;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
    font-weight: 400;
} */

/* .subcategory-list li a i {
    color: #29abe2;
    font-size: 10px;
}

.card-action {
    display: none;
    opacity: 0;
    margin-left: auto;
    transform: translateX(20px);
    transition: all 0.4s ease;
} */

/* .btn-view-blue {
    
    background-color: #29abe2;
    color: white !important;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;

    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    border: none;
    z-index: 1;
    transition: all 0.9s ease;
}

.btn-view-blue span,
.btn-view-blue img {
    position: relative;
    z-index: 3;
}

.btn-view-blue .btn-text,
.btn-view-blue img {
    position: relative;
    z-index: 5;
}


.btn-view-blue::before,
.btn-view-blue::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 2;
}

.btn-view-blue::before {
    background: #556FBA;
    transition: 0.6s ease-in;
}

.btn-view-blue::after {
    background: var(--primary-nav-blue);
    transition: 0.8s ease;
    transition-delay: 0.2s;
    color: white;
}

.btn-view-blue:hover::before,
.btn-view-blue:hover::after {
    transform: translate(-50%, -50%) scale(300);
}

.btn-view-blue:hover img {
    transform: translateX(3px);
    transition: 0.8s;
} */


/* 
.category-card:hover {
    flex: 2.5; 
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.category-card:hover .subcategory-list {
    opacity: 1;
    height: auto;
    overflow: visible;
    margin-top: 15px;
} */

/* .category-card:hover .card-action {
    display: block;
    opacity: 1;
    transform: translateX(0);
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
} */

.view-all-main {
    text-decoration: none;
    color: #0D0D0D;
    border: 1px solid #e0e0e0;
    padding: 8px 12px 8px 20px;
    border-radius: 50px;
    background: white;
    transition: 0.3s;
    text-align: center;
}
.view-all-main img {
    transition: 0.3s;
}

.view-all-main:hover {
    background: #2daddf;
    border-color: #2daddf;
    color: #fff;
}
.view-all-main:hover img{
   filter: brightness(0) saturate(100%) invert(100%)  brightness(97%) contrast(106%);
}

/* @media (max-width: 992px) {
    .category-grid {
        flex-direction: column;
    }
    .category-card {
        width: 100% !important;
        flex: none !important;
    }
} */

/* @media (max-width: 500px) {
    .category-grid {
        flex-direction: column;
        gap: 20px;
    }

    .category-card {
        height: auto;
        min-height: 120px;
        padding: 20px;
        flex: none !important;
        width: 100%;
        display: block;
        position: relative;
    }

    .card-inner {
        display: grid;
        grid-template-columns: 100px 1fr;
        gap: 15px;
        align-items: center;
    }

    .card-image {
        width: 90px;
    }

    .card-image img {
        max-height: 90px;
        width: auto;
    }

    .card-action {
        display: none;
        width: 100%;
        margin-top: 20px;
    }

    .btn-view-blue {
        width: 100% !important;
        border-radius: 50px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 14px 0;
        height: auto;
    }

    .category-card.is-open .card-inner {
        align-items: flex-start;
    }

    .category-card.is-open .subcategory-list,
    .category-card.is-open .card-action {
        display: block;
        opacity: 1;
        animation: fadeIn 0.4s ease;
    }
} */

/* @keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
} */

@media (max-width : 575px){
    .browse-cate-header {
            width: 65%;
        }
}

@media (max-width: 480px) {
    .view-all-main {
        width: 30%;
        padding: 12px 11px;
        text-align: center;
    }

    .browse-cate-header{
        width: 65%;
    }
}


@media (max-width: 450px) {
    .view-all-main {
        width: 28%;
        padding: 10px 8px;
    }

    .browse-cate-header {
        width: 70%;
    }
}

@media (max-width: 410px) {
    .view-all-main {
        width: 44%;
        padding: 12px 11px;
    }
}

/* ================================ Product Category Section ============================ */

.product-category-section {
    background-color: #f4faff;
    /* Light blue background from image */
    padding: 60px 0;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 Columns like Image 1 */
    gap: 15px;
    width: 100%;
}

.category-card {
    background: white;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #eef2f6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transition: transform 0.3s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    /* Subtle lift instead of expanding width */
}

.card-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 20px; */
}

.card-text {
    flex: 1;
}

.category-title {
    margin-bottom: 12px;
    color: #000;
}

.subcategory-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.subcategory-list li a {
    text-decoration: none;
    color: #444;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Handles long names like Image 1 */
}

.card-image {
    width: 69px;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-image img {
    max-width: 100%;
    object-fit: contain;
}

/* Button Styling */
.btn-view-blue {
    background-color: #29abe2;
    color: white !important;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s;
}

.btn-view-blue:hover {
    background-color: #218cb9;
}

.subcategory-list li a {
    white-space: nowrap;
    /* Keeps text on one line */
    overflow: hidden;
    /* Hides overflow */
    text-overflow: ellipsis;
    /* Adds the "..." automatically */
    display: block;
    /* Ensures width is respected */
    max-width: 180px;
    /* Adjust this based on your column width */
}

/* Ensure the grid doesn't break on tablet */
@media (max-width: 1100px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2x2 grid on smaller screens */
    }
}

/* Responsive Logic */
@media (max-width: 1200px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width : 991px){
    .subcategory-list li a{
        max-width: 100% !important;
    }
}

@media (max-width: 676px) {
    .category-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width : 480px){
    .product-category-section{
        padding: 30px 0px;
    }
}


/* ================================ All Products Section ============================ */

.all-products-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.all-product-head{
    margin-bottom: 10px;
}

.product-intro-text {
    color: #0D0D0D;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Grid Layout: 4 Columns */
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* Individual Product Card */
.product-item-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #D1E0EA;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    
}

.product-item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Light background for the image area */
.product-img-box {
    background-color: #f0f7f9; /* Matches the light blue/grey in your image */
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: hidden;
}

.product-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.product-item-card:hover .product-img-box img {
    /* Scales the image up by 10% */
    transform: scale(1.1);
}

/* Content Area */
.product-info-box {
    padding: 20px 15px;
    text-align: center;
}

.product-item-title {
    color: #000;
    line-height: 1.2;
    /* margin-bottom: 2px; */
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    text-align: left !important;
}

.product-desc {
    color: #5E5E5E;
    /* margin-bottom: 10px; */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits description to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    text-align: left !important;
}

.product-price {
    color: #1a1a1a;
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.price-label {
    color: #5E5E5E;
}

/* Teal Footer Button */
.btn-main-teal {
    display: inline-block;
    background-color: #25ACDD ;/* Teal color from your image */
    color: #fff !important;
    text-decoration: none;
    padding: 12px 45px;
    border-radius: 50px;
    transition: background 0.3s ease;
}

.btn-main-teal:hover {
    background-color: #006E96;
}

.btn-get-quote {
    display: block;
    width: 100%;
    background-color: #E9F5FE;
    /* Light blue background */
    color: rgba(0, 110, 150, 1) !important;
    /* Blue text */
    padding: 10px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    outline: none;
    border: 0;
}

.btn-get-quote:hover {
    background-color: #25ACDD;
    color: #ffffff !important;
}

/* Hover effect for the first card as seen in the UI image */
/* .product-item-card:first-child .btn-get-quote {
    background-color: #25ACDD;
    color: #ffffff !important;
} */

/* Responsive Grid */
@media (max-width: 1100px) {
    .products-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 850px) {
    .products-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 550px) {
    .products-grid { grid-template-columns: 1fr !important; }
}


@media (max-width : 480px){
    .all-products-section{
        padding: 30px 0px;
    }
}
.testimonial-text,
.testimonials-section .section-title,
.home-cta-wrapper {color: #222;}

/* ================================ Welcome About Section ============================ */

.welcome-about-section {
    background: url('../assests/homePage/images/welcome-sec-bg.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    padding-block: 50px 60px;
}

.welcome-content .sub-label {
    color: #0D0D0D;
    display: block;
    margin-bottom: 10px;
}

.welcome-content h2 {
    color: #0D0D0D;
    line-height: 1.2;
}

.welcome-text {
    color: #0D0D0D;
    line-height: 1.7;
    max-width: 500px;
    margin-bottom: 10px;
}

.welcome-text-two{
    margin-bottom: 12px;
}

.contact-cta p {
    color: #0D0D0D;
}

/* The Blue Contact Button */
.contact-btn-blue {
    display: inline-block;
    background-color: #33b5e5; /* The bright blue from your image */
    color: white !important;
    text-decoration: none;
    padding: 14px 45px;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(51, 181, 229, 0.3);
    width: 210px;
    text-align: center;
    height: auto;
}

.contact-btn-blue:hover {
    background-color: #29abe2;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(51, 181, 229, 0.4);
}

.welcome-image-wrapper img {
    /* Ensures the collage image looks crisp and fits well */
    max-width: 100%;
    height: auto;
}

.welcome-image-wrapper {
    position: relative; /* Required for absolute positioning of tags */
    padding: 30px;
    display: inline-block;
    padding-left: 20px;
}

/* Base style for both tags */
.info-tag {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.73vw;
    padding: 1.09vw 1.46vw;
    border-radius: 1.46vw;
    color: #25ACDD;
    font-family: 'Poppins', sans-serif;
    font-size: 1.46vw;
    font-weight: 500;
    background: #FFFFFF99;
    backdrop-filter: blur(20px);
    z-index: 2;
}

.info-tag img {
    width: 22px;
    height: 22px;
}

/* Positioning the Premium tag (Top Left-ish) */
.premium-tag {
    top: 24%;
    left: 35px;
}

.premium-tag img,
.industry-tag img{
    height: 2.92vw;
    width: 2.92vw;
}

.industry-tag {
    bottom: 11%;
    right: 73px;
}

/* Responsive adjustment so they don't overlap too much on small screens */
@media (max-width: 576px) {
    .info-tag {
        padding: 8px 15px;
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .welcome-about-section {
        padding: 60px 0;
        text-align: center;
    }

    .welcome-text {
        margin-left: auto;
        margin-right: auto;
    }

    .welcome-image-wrapper {
        padding-left: 0;
        margin-top: 50px;
    }
}


/* Responsive adjustment */
@media (max-width: 991px) {
    .welcome-about-section {
        padding: 60px 0;
        text-align: center;
    }
    .welcome-text {
        margin-left: auto;
        margin-right: auto;
    }
    .welcome-image-wrapper {
        padding-inline: 0;
        margin-top: 50px;
        max-width: 60%;
    }
}

@media (max-width: 480px){

    .welcome-about-section {
        padding: 30px 0;
    }
    .info-tag{
        padding: 2px 10px;
        font-size: 14px;   
    }

    .premium-tag {
        top: 21%;
        left: 3%;
    }

    .industry-tag {
        bottom: 16%;
        right: 6%;
    }
}

@media (max-width: 399px){
    .info-tag {
            padding: 1px 5px;
            font-size: 14px;
            gap: unset;
        }
    
        .premium-tag {
            top: 20% !important;
            left: 1%;
        }
    
        .industry-tag {
            bottom: 16%;
            right: 2%;
        }
}

/* ================================ Why Choose Us Section ============================ */

.why-choose-us-section {
    padding: 80px 0 20px 0 !important;
    /* padding: 80px 0px; */
    background-color: #ffffff;
}

.why-choose-head {
    margin-bottom: 10px;
}

.section-desc {
    color: #5E5E5E;
    margin-bottom: 60px;
}

/* Features Timeline */
.features-timeline {
    position: relative;
    padding-left: 20px;
}

/* The vertical connecting line from image_a6f2e6.jpg */
.features-timeline::before {
    content: '';
    position: absolute;
    left: 44px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background:#C9EDFA;
    z-index: 1;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.icon-box {
    width: 50px;
    height: 50px;
    background: white;
    border: 1px solid #E9F5FE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}
.why-image-box{
    margin-bottom: 30px;
}

.why-image-box img{
    margin-top: -82px;
}

.icon-box img { width: 24px; }

.feature-text h4 { margin-bottom: 6px; color: #0D0D0D; }
.feature-text p { color: #666666; margin: 0;}


/* Stats Bar Styling */
.stats-bar {
    background-color: #F0F7F9; /* Light grey-blue background from image_a6f2e6.jpg */
    border-radius: 30px;
    display: flex;
    justify-content: space-around;
    /* padding: 30px 15px; */
    padding: 24px 40px;
    text-align: center;
    gap: 61px;
}

.stat-item h3 {
    color: #0D0D0D;
    margin-bottom: 5px;
}

.stat-item p {
    color: #666666;
    margin: 0;
}

.rounded-20 { border-radius: 20px; }

@media (max-width: 1100px) {
    .stats-bar {
        gap: 30px !important;
        padding: 24px 24px !important;
    }
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .stats-bar {
        flex-wrap: wrap;
        gap: 55px;
    }
    .stat-item { flex: 1 1 10%; }
    .why-image-box img{ margin-top: unset;}
}

@media (max-width: 767px) {
    .stat-item { flex: 1 1 10%; }
    .stats-bar {
        gap: 36px;
    }
}

@media (max-width : 575px){
    .stats-bar {
        gap: 55px;
    }
}

@media(max-width:480px){
    .stats-bar {
        gap: 44px;
    }

    .why-choose-us-section{
        padding: 30px 0 20px 0 !important;
    }

}

/* ================================ Download Catalogue Section ============================ */

.download-catalogue-section {
    background: url('../assests/homePage/images/welcome-sec-bg.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.catalogue-content h2 {
    color: #0D0D0D;
    margin-bottom: 10px;
}

.catalogue-content p {
    color: #0D0D0DB2;
    margin-bottom: 24px;
}

/* Bright Blue Download Button */
.download-btn-blue {
    display: inline-flex;
    align-items: center;
    background-color: var(--primary-blue); /* Sky blue from image_b1d4af.jpg */
    color: white !important;
    text-decoration: none;
    padding: 16px 40px;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(51, 181, 229, 0.3);
    gap: 10px;
}

.download-btn-blue img{
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
}

.download-btn-blue:hover {
    background-color: #29abe2;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(51, 181, 229, 0.4);
}

/* Visual Wrapper & Floating elements */
.catalogue-visual-wrapper {
    position: relative;
    display: inline-block;
}

.catalogue-img {
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.15));
    transform: rotate(5deg); /* Slight tilt like the image_b1d4af.jpg mockup */
}

.float-switch {
    position: absolute;
    width: 60px;
    z-index: 2;
}

.switch-top {
    top: -20px;
    right: -30px;
}

.switch-bottom {
    bottom: 20px;
    left: -40px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .download-catalogue-section {
        text-align: center;
        padding: 60px 0;
    }
    .catalogue-content p {
        margin-left: auto;
        margin-right: auto;
    }
    .catalogue-visual-wrapper {
        margin-top: 50px;
    }
}


@media (max-width : 480px){
    .download-catalogue-section{
        padding: 30px 0;
    }
}

/* ================================ Testimonials Section ============================ */

.testimonials-section {
  padding: 60px 0px 80px 0;
  background: #fff;
}

.container-custom {
    max-width: 1370px !important;
    margin: 0 auto !important;
    padding: 0 60px !important;
}

.section-subtitle {
  color: #0D0D0D;
  margin-bottom: 10px;
}

.section-title {
  margin-bottom: 30px;
}

/* Card */
.testimonial-card {
  background: #f4f7f9;
  border-radius: 16px;
  padding: 20px;
  min-height: 210px;
}

.testimonial-card.active {
  background: #dff4ff;
}

.testimonial-text {
  line-height: 1.6;
  margin-bottom: 40px;
}

.testimonial-footer {
  display: flex;
  gap: 10px;
  align-items: center;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.testimonial-footer h6 {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}

.testimonial-footer span {
  font-size: 12px;
  color: #5E5E5E;
  font-weight: 500;
}

.stars {
  font-size: 18px;
  color: #f5b400;
}

/* Controls */
.slider-controls {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.slider-controls button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 18px;
  cursor: pointer;

/* Smooth transition for all properties */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    position: relative;
    overflow: hidden;
}

.slider-controls img{
    width: 24px;
    height: 24px;
}

.testimonial-card:hover {
  background: #dff4ff;
  cursor: pointer; 
}

@media (max-width: 1300px) {
    .container-custom {
        padding: 0 40px !important;
    }
}

@media (max-width: 991px) {
    .container-custom {
        padding: 0 24px !important;
    }
}

@media(max-width : 480px){

    .cta-banner{
        margin-bottom: 55px !important;
    }
}

/* --- HOVER EFFECT (Desktop) --- */
@media (hover: hover) {
    .slider-controls button:hover {
        background-color: #25ACDD;
        /* Your brand blue */
        border-color: #25ACDD;
        transform: translateY(-3px);
        /* Subtle lift */
        box-shadow: 0 5px 15px rgba(37, 172, 221, 0.3);
    }

    .slider-controls button:hover img {
        /* Turns the icon white when the background turns blue */
        filter: brightness(0) invert(1);
    }
}

/* --- CLICK/ACTIVE EFFECT (Desktop, Tab, Mobile) --- */
.slider-controls button:active {
    transform: scale(0.9) translateY(0);
    /* "Squish" effect when clicked */
    background-color: #008cb9;
    /* Darker blue for feedback */
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.1s ease;
    /* Faster transition for instant feedback */
}

/* --- MOBILE/TABLET SPECIFIC --- */
@media (max-width: 991px) {
    .slider-controls {
        gap: 15px;
        margin-top: 20px;
    }

    .slider-controls button {
        width: 45px;
        /* Slightly smaller for mobile */
        height: 45px;
        /* Ensure no sticky hover colors on mobile tap */
        -webkit-tap-highlight-color: transparent;
    }
}





/* ============================= CTA BANNER  =============================== */
.cta-banner .container {
    max-width: 1370px !important;
    padding: 0 60px !important;
}

.cta-banner{
    margin-bottom: 80px;
}

.cta-wrapper {
    /* Path to your red background image */
    background:  url('../assests/homePage/images/cta-banner.png') no-repeat center center; 
    background-size: cover;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .cta-wrapper {
        background: url('../assests/homePage/images/Responsive-cta-banner.png') no-repeat center center;
        /* background: url('../assests/homePage/images/responsive-cta-home.png') no-repeat center center; */
        background-size: cover;
    }
}

.cta-wrapper h2 {
    width: 100% !important;
    max-width: 623px !important;
    /* letter-spacing: -0.5px; */
    margin-bottom: 16px;
}

.cta-btn {
    color: #1A202C !important;
    border: none;
    transition: 0.5s ease, box-shadow 0.5s ease;
    border-radius: 30px;
    width: 192px;
    height: 52px;
    margin-top: 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 10px 0px #0000001A;
}

.cta-btn span{
      color: #0D0D0D;
}

.cta-description{
    width: 100% !important;
    max-width: 650px !important;
    color: #222222B2;
    margin-bottom: 26px;
}

/* circular icon button */
.icon-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(49, 48, 48, 0.1);
    background-color: #ffffff;
    transition: 0.5s ease;
}

@media (max-width: 1300px) {
    .cta-banner .container {
        padding: 0 40px !important;
    }
}

@media (max-width: 991px) {
    .cta-banner .container {
            padding: 0 24px !important;
    }
    .cta-content{
        width: 81% !important;
    }
    .cta-wrapper { flex-direction: column; padding: 40px 20px !important; }
    .cta-content { margin-bottom: 25px; }
    .search-wrapper {right: 100px;}
    .cta-wrapper h2 {
        max-width: 100% !important;
    }

    .cta-description {
        max-width: 100% !important;
    }
}

@media(max-width : 820px){
    .cta-content {
        width: 84% !important;
    }
}

@media (max-width: 767px) {
    .cta-wrapper h2{ width: 407px !important; }
    .cta-description{ width: unset !important;}
    .main-nav { display: none; }
    .contact-info { display: none; }
    .search-bar { display: none; }
    .phone-cta-desk{ display: none; }
    .btn-phone:not(.ft-call-us-btn) .text-group { display: none; }
    .btn-phone:not(.ft-call-us-btn) { padding: 0; width: 42px; height: 42px; border-radius: 50%; justify-content: center; }
    .mobile-actions { display: flex; gap: 10px; align-items: center; margin-right: 10px; }
}


@media (max-width: 575px){
    .cta-wrapper {
        height: 30rem !important;
        padding: 35px !important;
    }

    .cta-content {
        width: unset !important;
    }

    .cta-wrapper h2{
        margin-bottom: 8px;
    }
}


@media (max-width: 480px){
    /* .cta-wrapper{height: 500px;} */
    .cta-content{text-align: center;}
    .cta-wrapper h2{ width: 100% !important;}
    .cta-btn{ margin-top: unset;}
    .cta-btn-wrapper{margin-inline:auto;}
    .cta-description{font-size: 18px !important; width: 350px !important;}
    .cta-banner {padding-top: 0px !important;}
}

/* ========================================== FOOTER ====================================================== */
.footer-section {
    background-color: #03151b; /* Dark palette from image_befbad.png */
    padding: 100px 0 40px;
    padding: 58px 0 0;
    color: #ffffff;
}

.terms-condition-section{
    padding-bottom: 48px !important;
}

/* Alignment Border */
.border-top-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 20px;
}

.footer-links li {
    color: #FFFFFF;
    margin-bottom: 10px;
    font-size: 16px;
    list-style: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.footer-links li:hover {
    color: #33b5e5; /* Match your CTA blue */
}

.corporate-link {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    transition: 0.3s;
}

.footer-cta-blue {
    /* background: #33b5e5; 
    border-radius: 12px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 241px;
    color: white !important;
    font-size: 16px;
    border-radius: 20px; */

    display: inline-flex;
    align-items: center;
    padding: 10px 18px !important;
    background: #25ACDD;
    /* Match the teal/blue from image */
    border-radius: 15px;
    text-decoration: none;
    color: white !important;
    transition: transform 0.3s ease;
}

.footer-sublink {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 13px;
    transition: 0.5s;
}

.footer-col ul{
    padding-left: 0 !important;
}

.footer-title{
    margin-top: 16px !important;
}

.social-icons-row {
    display: flex;
    gap: 10px;
    padding-left: 38px;
}

.social-box {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    z-index: 1;
}

.social-box img {
    width: 18px;
    height: 18px;
    position: relative;
    z-index: 3;
    transition: 0.5s;
}

.social-box:hover {
    background: rgba(255, 255, 255, 0.15);
}
.Copyright-line{
    font-size: 12px;
    font-weight: 300;
}


.mail-footer-link{
    text-decoration: none;
    color: white;
    transition: color 0.3s;
}

.footer-link{
    text-decoration: none;
    color: white;
    transition: color 0.3s;
    cursor: pointer;
}

.view-all-footer {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.corporate-video-link{
    margin-top: 20px !important;
}

.view-all-footer img {
    transition: transform 0.3s ease, filter 0.3s ease;
}

/* Optional: Make it slightly brighter or turn it white on hover */
.view-all-footer:hover img {
    transform: translateX(5px); /* Keeps your slide effect */
    filter: invert(80%) sepia(50%) saturate(1000%) hue-rotate(160deg); /* Brightens the blue */
}

/* 3. Corporate Links (Brochure & Video) - Lift effect */
.corporate-link:hover {
    background: rgba(255, 255, 255, 0.15); /* Brighten background */
    transform: translateY(-3px); /* Lift up slightly */
    color: var(--primary-blue);
}

/* 4. Contact Info (Email & Address) - Color change */
.mail-footer-link, 
.contact-info-footer a {
    transition: color 0.3s ease;
}

.mail-footer-link:hover img{
    filter: invert(60%) sepia(50%) saturate(1000%) hue-rotate(160deg);
}

.location-footer-link:hover img{
     filter: invert(60%) sepia(50%) saturate(1000%) hue-rotate(160deg);
}

.mail-footer-link:hover,
.contact-info-footer a:hover {
    color: var(--primary-blue) !important;
}

/* 5. Bottom Sublinks (Terms/Privacy) - Underline and color */
.footer-sublink:hover {
    color: var(--primary-blue);
    text-decoration: underline !important;
}

/* 6. Call Button - Pulse/Scale effect */
.footer-cta-blue {
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.footer-cta-blue:hover {
    transform: translateY(-2px);
    background-color: var(--primary-blue); /* Slightly darker shade on hover */
    box-shadow: 0 5px 15px rgba(51, 181, 229, 0.3);
}



.footer-links a {
    color: #ffffff;
    /* Makes the text white */
    text-decoration: none;
    /* Removes the underline */
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #25ACDD;
    /* Optional: Adds your brand blue color on hover */
    text-decoration: none;
}



/* Responsiveness for alignment */
@media (max-width: 991px) {
    .border-top-footer {
        text-align: center;
    }
    .social-icons-row {
        /* justify-content: center; */
        margin-top: 20px;
        padding-left: 0px;
    }
    .footer-sublink {
        display: inline-block;
        margin: 10px 0px;
    }

    /* Reorder footer bottom row */
    .footer-section .row.pt-4 > div:nth-child(1) {
        order: 3; /* Copyright goes last */
    }

    .footer-section .row.pt-4 > div:nth-child(2) {
        order: 1; /* Terms first */
    }

    .footer-section .row.pt-4 > div:nth-child(3) {
        order: 2; /* Privacy second */
    }

    .footer-section .row.pt-4 > div:nth-child(4) {
        order: 4; /* Social icons stay last */
    }

    .footer-above-container {
        padding-bottom: 34px;
    }

    .terms-condition-section {
        padding-bottom: unset !important;
    }

    .footer-section{
        padding: 43px 0px 40px;
    }

    .footer-link-col2 {
        padding-top: 46px !important;
    }

}

@media(max-width: 820px){
    .footer-link-col2 {
        padding-top: 49px !important;
    }
}

@media (max-width: 480px){
        .footer-section .row.pt-4 > div:nth-child(2){
            width: 50%;
        }

        .footer-section .row.pt-4 > div:nth-child(3){
            width: 50%;
        }

        .footer-link-col2 {
            padding-top: 46px !important;
        }

}

/* Hover fill layer */
.social-box::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: 2;
}

/* Hover animation */
.social-box:hover::before {
    top: 0;
}

.social-box:hover img {
    filter: brightness(0) invert(1);
    transform: rotateY(360deg);
}

/* Platform colors */
.social-box.facebook::before {
    /* background: #3b5999; */
    background: var(--primary-blue);
}

.social-box.twitter::before {
    /* background: #000000; */
    background: var(--primary-blue);
}

.social-box.linkedin::before {
    /* background: #0077b5; */
    background: var(--primary-blue);
}

/* =============================================================================================
                                      Mobile Menu (starts here)
============================================================================================= */

/* ===================== MOBILE MENU =======================*/

body.menu-open {
  overflow: hidden;
}


.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  z-index: 99999;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
}

.mobile-menu.active {
  transform: translateX(0);
}

/* --- ATTRACTIVE HEADER --- */
.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-header span {
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--dark-text-blue);
  color: var(--primary-blue);
  letter-spacing: -0.5px;
}

/* Modern Close Button */
#mobileMenuClose {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  background: #fff;
  color: var(--dark-text-blue);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

#mobileMenuClose:active {
  background: #fff0f0;
  color: #ff4d4d;
  border-color: #ffeded;
  transform: scale(0.9);
}

/* --- CLICKABLE LIST ITEMS --- */
.mobile-menu-list {
  list-style: none;
  padding: 16px; /* Spacing from edges */
  margin: 0;
}

.mobile-menu-list li {
  margin-bottom: 4px;
}

/* Style for ALL clickable items including Home/About */
.mobile-menu-list a,
.mobile-submenu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px 16px; /* Larger hit area */
  text-decoration: none;
  background: transparent;
  border: none;
  font-size: 16px;
  color: var(--dark-text-blue);
  font-weight: 500;
  border-radius: var(--radius); /* Rounded click area */
  transition: all 0.2s ease;
  cursor: pointer;
}

/* THE CLICK EFFECT */
.mobile-menu-list a:active,
.mobile-submenu-toggle:active,
.mobile-submenu-toggle.active {
  background-color: #f1f8f8;
  color: var(--primary-blue);
}

/* --- SUBMENU STYLING --- */
.mobile-submenu {
  display: none;
  padding-left: 12px;
  margin: 4px 0 8px 12px;
  border-left: 2px solid #f0f0f0;
}

.mobile-submenu.active {
  display: block;
  animation: slideIn 0.3s ease-out;
}

/* Secondary links (Products) */
.mobile-submenu-item .mobile-submenu-toggle {
  font-size: 15px;
  font-weight: 500;
  color: #5a7173;
  padding: 10px 16px;
}

/* --- CASCADE (Level 3) --- */
.mobile-cascade {
  display: none;
  padding-left: 16px;
}

.mobile-cascade.active {
  display: block;
}

.mobile-cascade li a {
  font-size: 14px;
  font-weight: 400;
  color: #708090;
  padding: 8px 16px;
}

/* --- ARROW & DECOR --- */
.arrow-menu {
  font-size: 10px;
  color: var(--primary-blue);
  transition: transform 0.3s ease;
  background: #f0fafa;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.mobile-submenu-toggle.active .arrow-menu {
  transform: rotate(180deg);
  background: var(--primary-blue);
  color: #fff;
}

/* VIEW ALL link - distinctive style */
.view-all-link, 
.mobile-cascade li:last-child a {
    color: var(--primary-blue) !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mobile-submenu,
.mobile-cascade {
    list-style: none; 
    padding-left: 16px; 
        
}

/* Quick animation for opening submenus */
@keyframes slideIn {
  from { opacity: 0; transform: translateX(-10px); }
  to { opacity: 1; transform: translateX(0); }
}

@media (min-width: 1089px) {
  .mobile-menu { display: none; }
}

/* Target the menu icon only when the parent header has .header-light */
.header-light .menu-toggle img {
    /* This filter converts the icon to a dark navy/blue color (#003366 approx) */
    /* If your icon is black/dark, it will shift it. If it's white, it will shift it. */
    filter: invert(18%) sepia(30%) saturate(5451%) hue-rotate(171deg) brightness(93%) contrast(108%);
}

/* Ensure the toggle container doesn't have white text overriding things if you use icons */
.header-light .menu-toggle {
    color: #003366;
    /* Fallback for icon fonts */
}


/* Container for the search inside the list */
.mobile-search-item {
    padding: 10px 16px; /* Matches the horizontal padding of your other links */
    margin-bottom: 8px;
}

.mobile-menu-search {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.mobile-menu-search input {
    width: 100%;
    padding: 12px 16px;
    padding-right: 45px; /* Space for the icon */
    background: #f4f7f7;
    border: 1px solid #e0e8e8;
    border-radius: 10px;
    font-size: 15px;
    color: var(--text-main);
    outline: none;
    transition: all 0.2s ease;
}

/* Teal focus state to match your arrows */
.mobile-menu-search input:focus {
    border-color: var(--primary-blue);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 128, 128, 0.05);
}

.mobile-menu-search button {
    position: absolute;
    right: 12px;
    background: none;
    border: none;
    color: var(--primary-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

/* Match the active effect of your other menu buttons */
.mobile-menu-search button:active {
    transform: scale(0.9);
}

@media (min-width : 1089px){
    .menu-toggle {
        display: none !important;
    }
}

@media (max-width : 1088px) {
    .menu-toggle {
        font-size: 32px;
        color: #ffffff;
        cursor: pointer;
        line-height: 1;
    }

    .mobile-menu-list a {
        justify-content: left;
    }
}


@media (max-width : 991px){
    .menu-toggle {
        font-size: 32px;
        color: #ffffff;
        cursor: pointer;
        line-height: 1;
    }

    .mobile-menu-list a{
        justify-content: left;
    }
}


/*=== mobile menu search ======
/* Mobile Search Specific Adjustments */
.mobile-menu-search {
    position: relative;
    /* Anchor for the absolute suggestions */
    width: 100%;
}

.mobile-suggestions {
    position: absolute;
    top: 100%;
    /* Sits right under input */
    left: 0;
    right: 0;
    width: 100% !important;
    /* Full width of sidebar */
    max-height: 250px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
}

/* Ensure mobile items aren't too small to tap */
.mobile-suggestions .suggestion-item {
    padding: 15px;
}


/* ======= floating sidebar ====== */
.floating-sidebar {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background:#f8f9fa26;
    /* padding: 15px 10px; */
    padding: 17px 11px;
    /* border-radius: 30px; */
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 2000;
}

.side-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: all 0.5s ease;
}

.whatsapp { background: #25D366; }
.phone { background: #00d2d2; }
.mail { background: #E4405F; }

.side-icon::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(0, 210, 210, 0.45),
        rgba(0, 210, 210, 0) 70%
    );
    opacity: 0;
    filter: blur(8px);
    transition: opacity 0.3s ease;
    z-index: -1;
}

.side-icon:hover::before {
    opacity: 1;
}

.side-icon:hover {
    transform: translateX(-4px) scale(1.08);
}


@media (max-width:767px) {
    .hero-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgb(59 59 59 / 27%), rgba(65, 63, 63, 0.4));
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(4px);
        z-index: -1;
    }
    .hero-section {
        position: relative;
        z-index: 1;
        background-attachment: scroll;
    }
}
@media (max-width: 575px) {

    .hero-text h1,
    .hero-text p,
    .established-tag {
        text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    }
}


@media (max-width : 480px){
    .established-tag{
        font-size: 12px !important;
    }
    .site-header {padding: 16px 12px !important;}
}





/* ===================================================================
                     About US Page
=================================================================== */

.about-us-banner{
    height: 180px;
    background: url('../assests/Images/about-us/about-us-banner.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px){
    .about-us-banner{
        background: url('../assests/Images/about-us/about-us-responsive.png');
        background-size: cover;
        background-position: center;
        overflow: hidden;
        position: relative;
    }
}


.about-cta-wrapper{
    background: url(../assests/Images/about-us/about-us-cta-banner.png) no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}


@media (max-width:575px){
    .about-cta-wrapper{
        background: url(../assests/Images/about-us/responsive-cta-about.png) no-repeat center center;
        background-size: cover;
        position: relative;
        overflow: hidden;
    }
}

.about-container{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Introduction Section Styling */
.intro-section {
    background-color: #ffffff;
    padding-block: 80px;
}

.intro-content h2 {
    color: #000000;
    position: relative;
}

/* Custom rounded corners for the image as seen in reference */
.rounded-custom {
    border-radius: 40px;
    width: 503px;
    height: 445px;
    object-fit: cover;
    /* Ensures image doesn't stretch */
}

.intro-content p {
    line-height: 1.6;
    color: #555555 !important;
}


/* About Stats Section Styling */
.about-stats-section {
    background-color: #ffffff;
    padding-block:0 20px;
}

.about-stat-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    /* Soft shadow effect seen in image */
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.about-stat-unit {
    font-size: 18px;
    font-weight: 500;
}

.about-stat-label {
    font-size: 18px;
    font-weight: 400;
    color: #616161;
    /* Muted gray from image */
    line-height: 1.4;
    margin-bottom: 0;
}


@media (max-width : 1226px){
    .rounded-custom {
            width: 100%;
            height: 100%;
        }
}

/* Matching your mobile breakpoint patterns */
@media (max-width: 991px) {
    .about-stat-number {
        font-size: 28px;
    }

    .about-stat-label {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .about-stat-number {
        font-size: 24px;
    }

    .about-stat-unit {
        font-size: 14px;
    }

    .about-cta-wrapper {
        height: 30rem !important;
        padding: 35px !important;
    }
}

@media (max-width : 344px){
    .about-cta-wrapper {
        height: 32rem !important;
        padding: 32px !important;
    }
}

@media (max-width: 1024px) {
    .rounded-custom {
        width: 100%;
        height: auto;
        /* Allow height to scale on mobile */
        max-width: 503px;
    }
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .rounded-custom {
        width: 100%;
        height: auto;
        /* Allow height to scale on mobile */
        max-width: 503px;
    }

    .intro-section {
        text-align: center;
    }
}

/* Responsive Font Sizes for Mobile */
@media (max-width: 767px) {
    .about-stat-number {
        font-size: 24px;
    }

    .about-stat-unit {
        font-size: 14px;
    }

    .about-stat-label {
        font-size: 14px;
    }
}

/*========== Why Choose Us Section Styling ====== */
.about-why-section {
    background-color: #ffffff;
    padding-top: 60px !important;
    padding-bottom: 100px !important;
}

.about-why-img {
    width: 100%;
}

.about-why-content h2 {
    color: #000000;
}

.about-why-content p {
    line-height: 1.7;
    max-width: 650px;
}

.feature-icon {
    width: 24px;
    height: 24px;
}

.about-features-grid span {
    color: #444444;
}

/* Specific styling for the Contact Button to match your theme */
.contact-btn-blue {
    display: inline-block;
    background: #25ACDD;
    color: white;
    padding: 12px 35px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(37, 172, 221, 0.2);
}

.contact-btn-blue:hover {
    background: #1e8cb4;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(37, 172, 221, 0.3);
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .about-why-section {
        text-align: center;
    }

    .about-features-grid {
        text-align: left;
        max-width: 500px;
        /* margin-left: auto;
        margin-right: auto; */
        margin-inline: auto !important;
    }

    .about-why-img {
        height: auto;
        max-height: 400px;
    }

    .about-why-content p{
        margin-inline: auto;
    }
}

@media(max-width : 767px){
    .about-features-grid{
        max-width: 323px !important;
    }
}

/* ============= Manufacturing Capabilities Section ================= */

.manufacturing-capabilities {
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.max-w-1100 {
    max-width: 1100px;
}

.line-height-1-6 {
    line-height: 1.6;
}

/* Card Styling */
.capability-card {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 16px;
    padding: 40px 24px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.015);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/* Subtle hover effect for interactivity */
.capability-card:hover {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.05);
    transform: translateY(-4px);
    border-color: #e6e6e6;
}

/* Icon Sizing */
.icon-wrapper {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.capability-icon {
    height: 52px;
    width: auto;
    object-fit: contain;
}

/* Typography Overrides specifically for this section */
.capability-card h4 {
    color: #111111;
}

.capability-card p {
    color: #666666;
    line-height: 1.5;
    padding: 0 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .manufacturing-capabilities {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .capability-card {
        padding: 30px 20px;
    }

    .manufac-header-section{
        text-align: center;
    }
}


/* ============== ISO Certification Section =============== */
.iso-certification-section {
    background-color: #f0f3f6;
    /* Light gray-blue background from design */
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Certificate Image Styling */
.iso-cert-img {
    border-radius: 12px;
    transition: transform 0.3s ease;
    max-width: 100%;
    width: 360px;
    /* Restricts max width to match design proportions */
}

/* Hover effect to encourage clicking for the zoom */
.iso-cert-img:hover {
    transform: translateY(-5px);
}

.cursor-pointer {
    cursor: pointer;
}

/* Blue Certification Badge */
.iso-badge {
    display: inline-block;
    background-color: #25ACDD;
    /* Calonix brand blue */
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 8px;
    /* Slightly rounded block corners */
}


@media(max-width : 991px){
    .iso-content{
        text-align: center;
    }
}


/* ============== Manufacturing Gallery Section ============ */
.manufacturing-gallery-section {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 80px;
}

/* Image styling */
.gallery-img {
    border-radius: 20px;
    object-fit: cover;
    height: 260px;
    /* Forces all grid items to have the exact same height */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.gallery-img:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.about-gallery-subtitle{
    padding-bottom: 30px;
}

.about-gallery-bottom{
    margin-top: 40px !important;
}

/* ================= Connect Team Button Override ================= */
.manufacturing-gallery-section .contact-btn-blue {
    width: 296px;
    /* Exact width from Figma */
    height: 56px;
    /* Standard nice button height */
    display: inline-flex !important;
    /* Overrides bootstrap d-inline-block for perfect centering */
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #25ACDD;
    /* Calonix brand blue */
    color: #ffffff !important;
    text-decoration: none;
    white-space: nowrap;
    /* Forces text to stay on one line */
    box-shadow: 0 10px 25px rgba(37, 172, 221, 0.3);
    /* Adds the soft blue glow from design */
    transition: all 0.3s ease;
}

.manufacturing-gallery-section .contact-btn-blue:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(37, 172, 221, 0.45);
    background-color: #1e8cb4;
    /* Slightly darker on hover */
}

/* Responsive Grid Heights */
@media (max-width: 991px) {
    .gallery-img {
        height: 220px;
    }

    .manufacturing-gallery-section{
        text-align: center;
    }
}

@media (max-width: 767px) {
    .gallery-img {
        height: 250px;
        /* Make them a bit taller on mobile since they stack */
    }
}


/* --------------- remove cross button of viewer js --------  */
/* Hide the Viewer.js close button */
.viewer-close.viewer-button {
    display: none !important;
}

/* ===================================================================
                      Contact US Page
=================================================================== */

.contact-us-banner {
    height: 180px;
    /* As requested */
    background: url('../assests/Images/contact-us/contact-us-banner.webp');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;padding-inline: 60px;
}

@media (max-width : 767px){
    .contact-us-banner {
        height: 180px;
        /* As requested */
        background-size: cover;
        background-position: center;
        overflow: hidden;
        position: relative;
    }
}

/* Push the hero/banner content down so it starts AFTER the fixed header */
.Contact-us-hero {
    padding-top: 90px;
    /* Adjust this value based on your header height */
    background-color: #ffffff;
    /* Ensure background is white like Image 2 */
}

.contact-section {
    padding-top: 40px !important;
    padding-bottom: 75px !important;
}

.contact-wrapper{
    border-radius: 32px !important;
}

.contact-us-head {
    font-size: 42px;
    /* Slightly smaller than home hero */
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

/* Ensure the site header has a solid background on light pages if not scrolled */
.header-light.site-header {
    background: #ffffff;
    padding: 15px 60px !important;
    /* Slimmer padding for internal pages */
    border-bottom: 1px solid #f0f0f0;
}

/* --- Contact Section Styles --- */

/* Main grey background wrapper */
.bg-light-grey {
    background-color: #EDF5F9;
    /* Very light grey matching the image bg */
}

/* The Red Card */
.red-contact-card {
    background: url(../assests/Images/contact-us/contact-us-card.png);
    /* Primary Red */
    border-radius: 30px;
    position: relative;
    z-index: 1;
    /* This creates the subtle wave/gradient effect at bottom right */
    box-shadow: 0 10px 30px rgba(37, 172, 221, 0.2);
    width: 399px;
}

@media(max-width : 1024px){
    .header-light.site-header {
        padding: 16px 24px !important;
    }
}

@media (max-width:991px){
    .red-contact-card {
        background: linear-gradient(180deg, #25ACDD 0%, #1096c7 100%) !important;
        border-radius: 30px;
        box-shadow: 0 10px 30px rgba(37, 172, 221, 0.2);
    }

    .header-light.site-header{
        padding: 16px 24px !important;
    }

    .contact-us-head{
        font-size: 38px;
    }
}

@media (max-width:767px){
    .contact-us-head {
            font-size: 35px;
        }
}

@media (max-width:575px) {
    .contact-us-head {
        font-size: 33px;
    }
    .header-light.site-header{padding: 16px 12px !important;}
}

/* Decorative subtle circle at bottom right of red card */

/* Icons inside the red card */
.icon-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Force icons to be red if they are SVGs using filter, 
   OR assume you have red icon assets. 
   If your icons are black, this filter turns them red: */
.icon-circle img {
    width: 18px;
    height: 18px;
    /* Optional: Filter to turn black icons to red */
    /* filter: invert(27%) sepia(91%) saturate(2351%) hue-rotate(345deg) brightness(96%) contrast(92%); */
}

.font-14 {
    font-size: 14px;
}

/* The grey map placeholder box */
.map-box {
    width: 100%;
    height: 140px;
    /* Increased height slightly for better visibility */
    background-color: #D9D9D9;
    display: block;
    transition: transform 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px !important;
}

.map-box:hover {
    transform: scale(1.02);
    filter: brightness(1.1);
}

/* Ensure the image behaves correctly */
.object-fit-cover {
    object-fit: cover;
}

/* --- Form Styles --- */

.form-label-custom {
    font-size: 15px;
    color: #222222;
    margin-bottom: 10px;
    font-weight: 400;
}

.form-control-custom {
    border-radius: 16px !important;
    border: 1px solid #EAEAEA;
    padding: 14px 20px;
    font-size: 14px;
    background-color: #fff;
    color: #383838;
    transition: all 0.3s ease;
    font-weight: 400;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    display: block;
    width: 100%;
}

/* 
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
} */


.form-control-custom:focus {
    box-shadow: 0 0 0 3px rgba(0, 195, 255, 0.1);
    /* Red glow */
    border-color: var(--primary-blue);
}

.form-control-custom::placeholder {
    color: #B0B0B0;
    font-weight: 400;
}

.form-content {
    padding-left: 60px;
    padding-right: 70px;
}

/* Dropdown specific styling */
/* .form-select.form-control-custom {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
} */

/* Submit Button */
.contact-us-submit {
    background-color: #25ACDD !important;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: 0.5s ease;
    color: #FFFFFF !important;
}

.contact-us-submit :hover {
    background-color: #01306e;
}

.contact-us-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #919191 !important;
}

.faq-desc {
    text-align: center;
    margin-bottom: 40px
}

.send-mssg-btn {
    padding: 11px 42px !important;
    border-radius: 14px !important;
    transition: all 0.5s ease;
}

.send-mssg-btn:hover {
    background-color: #028fb9 !important;
}

/* Mobile Tweaks */
@media (max-width: 991px) {
    .red-contact-card {
        margin-bottom: 20px;
        width: unset !important;
    }

    .form-content {
        padding-left: unset;
        padding-right: unset;
    }
}

@media (max-width : 767px) {
    .contact-us-banner {
        height: unset !important;
    }
    .red-contact-card{
        background: url(../assests/Images/contact-us/contact-us-card.png) no-repeat center / cover !important;
    }
}


/* --- FAQ Section Styles --- */

.faq-section {
    margin-bottom: 80px;
}

.custom-faq-accordion .accordion-item {
    border-radius: 16px !important;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.5s ease;
    margin-bottom: 18px !important;
    border: 1px solid #DDDDDD
}

.custom-faq-accordion .accordion-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.custom-accordion-btn {
    background-color: transparent !important;
    color: #212529;
    box-shadow: none !important;
    padding: 20px 24px;
    font-size: 16px;

}

.custom-accordion-item:has(.custom-accordion-btn:not(.collapsed)) {
    border: 1px solid #25ACDD;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(255, 92, 92, 0.1);

}
.custom-accordion-btn::after{display: none;}


.custom-faq-accordion .accordion-button .icnx {
    --sz: 32px;margin-left: auto;
    height: var(--sz);
    width: var(--sz);
    min-width: var(--sz);
    border-radius: 50%;
    border: 2px solid #E9E9E9;
    position: relative;
    transition: .3s ease;align-self: baseline;
}
.custom-accordion-btn:not(.collapsed) .icnx {
    transform: rotate(45deg);
    border-color:var(--dark-text-blue);
}

.custom-faq-accordion .accordion-button .icnx::after,
.custom-faq-accordion .accordion-button .icnx::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 2px;
    border-radius: 20px;
    background:var(--dark-text-blue);
}

.custom-faq-accordion .accordion-button .icnx::before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.custom-faq-accordion .accordion-button .icnx::after {
    transform: translate(-50%, -50%);
}

.accordion-button:not(.collapsed) {
    color: var(--dark-text-blue) !important;
}

.accordion-body {
    padding: 0 24px 24px 24px;
    line-height: 1.6;
    color: #0D0D0D !important;
}

@supports not selector(:has(*)) {
    .custom-accordion-btn:not(.collapsed) {
        border-bottom: 1px solid transparent;
    }
}





/* Custom Dropdown Styling */
.contact-us-select-wrapper {
    cursor: pointer;
}

.contact-us-dropdown-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #EAEAEA;
    border-radius: 12px;
    margin-top: 5px;
    z-index: 1000;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    max-height: 350px;
    display: flex;
    flex-direction: column;
}

.contact-us-search-input {
    width: 100%;
    border: none;
    padding: 12px 15px;
    font-size: 14px;
    border-radius: 12px 12px 0 0;
    outline: none;
}

.contact-us-options-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
}

.contact-us-option-item {
    padding: 10px 15px;
    font-size: 14px;
    color: #191919;
    transition: background 0.2s;
}

.contact-us-option-item:hover {
    background-color: #f8f9fa;
    color:#006E96;
}

.contact-us-category-header {
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 700;
    color: #999;
    background: #fdfdfd;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-us-select-arrow {
    transition: transform 0.3s ease;
    width: 12px;
}

.contact-us-select-wrapper.active .contact-us-select-arrow {
    transform: rotate(180deg);
}

/* .contact-us-no-results {
    padding: 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
} */

/* Styling for clickable items in the red card */
.contact-card-link {
    transition: opacity 0.3s ease, transform 0.2s ease;
    color: rgb(255, 255, 255);
}

.contact-card-link:hover {
    transform: translateX(5px);
    /* Subtle slide effect on hover */
    color: #ffffff !important;
    /* Ensure text stays white */
}

/* Ensure icons stay centered and red within the white circles */
.icon-circle {
    transition: transform 0.3s ease;
}

.contact-card-link:hover .icon-circle {
    transform: scale(1.1);
}

.help-block.text-danger {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 5px;
}

.is-invalid {
    border-color: #dc3545 !important;
}

/* .border-danger {
    border: 1px solid #dc3545 !important;
    border-radius: 20px;
} */


/* Change text color to #191919 when a product is selected */
.contact-us-placeholder.is-selected {
    color: #191919 !important;
    opacity: 1;
    /* Ensures it looks like active input text */
}

/*===============================================================================
                                Products Details Page
/*===============================================================================

/* ================= Products Hero Banner ================= */
.product-detail-banner{
    height: 180px;
    background: url('../assests/Images/product-details/product-detail-banner.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}

@media (max-width:767px){
    .product-detail-banner {
        height: 180px;
        background: url('../assests/Images/product-details/product-details-responsive.png');
        background-size: cover;
        background-position: center;
        overflow: hidden;
        position: relative;
    }
}

.product-cta-wrapper{
    background: url('../assests/Images/product-details/product-details-cta.png');
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.cta-btn-products {
    color: #1A202C !important;
        border: none;
        transition: 0.5s ease, box-shadow 0.5s ease;
        border-radius: 30px;
        width: unset !important;
        height: 59px !important;
        padding: 16px 36px !important;
        margin-top: 20px;
        background-color: #FFFFFF;
        box-shadow: 0px 5px 10px 0px #0000001A;
}

.cta-banner-products{
    padding-top: 80px;
}


/* ================= Category Sub-Nav ================= */
.category-nav-section {
    background: #ffffff;
    padding: 20px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 10;
    /* margin-top: -35px; */
}

.category-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 15px;
    /* flex-wrap: wrap; */
    justify-content: center;
    overflow-y: none !important;
}

.cat-nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    /* padding: 12px 25px; */
    padding: 12px 45px;
    border-radius: 50px;
    background: #f8f9fa;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
}

.cat-nav-link img {
    height: 24px;
    width: auto;
    object-fit: contain;
}

.cat-nav-link.active,
.cat-nav-link:hover {
    background: #e9f5fe;
    /* Light blue */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

@media (max-width : 1024px){
    .category-nav-list {
        flex-wrap: nowrap;
        gap: 0px !important;
    }
}

@media(max-width : 991px){
    .category-nav-section{
        overflow: hidden;
    }

    .category-nav-list {
        justify-content: flex-start !important;
        /* flex-wrap: wrap; */
        gap: 15px;
    }
}

@media(max-width: 490px){
    .product-head{
        font-size: 28px !important;
    }
}


@media (max-width : 391px){
    .cta-btn-products{
        padding: 16px 20px !important;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

/* ================= Detailed Product Card ================= */
.product-detail-card {
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.product-detail-card:last-child {
    border-bottom: none;
}

/* Gallery Styling */
.product-gallery-bg {
    background-color: #f4f7f9;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-image-display {
    width: 100%;
    height: 300px;
    object-fit: contain;
    margin-bottom: 20px;
}

.thumbnail-row {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.thumb-img {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    object-fit: contain;
}

.thumb-img:hover,
.thumb-img.active {
    border-color: #25ACDD;
}

/* Product Info */
.product-top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}

.btn-brochure {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    color: #444;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-brochure:hover {
    border-color: #25ACDD;
    color: #25ACDD;
}

.req-pricing-btn{
    padding-top: 16px;
}

/* Specs Grid */
/* Updated Specs Container */
.specs-container-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Left column slightly wider */
    column-gap: 35px;
    row-gap: 20px;
    margin-bottom: 10px;
}

.specs-container-grid.single-row{
    grid-template-columns: 1fr;
}

.spec-item {
    display: flex;
    align-items: center;
    /* margin-bottom: 12px; */
    margin-bottom: 8px;
    font-size: 15px;
}

.spec-label {
    width: 180px;
    font-weight: 400;
    font-size: 14px;align-self: baseline;
    color: #0D0D0D;
}

.spec-val {
    color: #666666;
    flex: 1;
    font-size: 14px;
    word-wrap: wrap;
    word-break: break-word;
}

.other-details-col h6 {
    color: #333;
    margin-bottom: 15px;
}

/* Responsive adjustment */
@media (max-width: 991px) {
    .specs-container-grid {
        grid-template-columns: 1fr;
        /* Stack on mobile */
        gap: 30px;
    }

    .spec-label {
        width: 150px;
        /* Slightly smaller on tablet */
    }
}

/* MOQ Badge */
.moq-badge {
    display: inline-block;
    background-color: #FFF1DB;
    color: #CF8000;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
    /* margin-bottom: 10px; */
}


/* Optional Variations Box */
.variations-box {
    background-color: #F1FAFF;
    /* Light blue background */
    border-radius: 12px;
    padding: 20px 25px;
    margin-top: 16px;
    /* margin-bottom: 10px; */
}

.variations-box ul {
    list-style: none;
    padding-left: 0;
}

.variations-box ul li {
    font-size: 14px;
    color: #333333;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.variations-box ul li:last-child {
    margin-bottom: 0;
}

/* Custom Bullet Point */
.variations-box ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #25ACDD;
    /* Calonix Blue for the bullet */
    font-weight: bold;
    font-size: 18px;
    top: -2px;
}

/* ================= Custom Table Styling ================= */
.custom-product-table {
    width: 100%;
    margin-bottom: 25px;
    border-collapse: separate;
    /* CRITICAL: Allows border-radius to work on the table */
    border-spacing: 0;
    border: 1px solid #dce5eb;
    /* Soft outer border from the design */
    border-radius: 8px;
    /* Smooth rounded corners */
    overflow: hidden;
    /* Keeps the header background inside the rounded corners */
}

/* Table Header */
.custom-product-table thead {
    background-color: #eef3f7;
    /* Light grayish-blue background */
}

.custom-product-table th {
    color: #1a718f;
    /* Dark teal matching the design */
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 16px 12px;
    border-bottom: 1px solid #dce5eb;
    /* Separates header from body */
    letter-spacing: 0.5px;
}

/* Table Body */
.custom-product-table td {
    padding: 16px 12px;
    font-size: 15px;
    color: #333333;
    /* Dark gray text */
    border-bottom: 1px solid #edf1f5;
    /* Very faint line between rows */
    background-color: #ffffff;
}

/* Remove the bottom border from the very last row so it doesn't double up with the outer border */
.custom-product-table tbody tr:last-child td {
    border-bottom: none;
}

/* Responsive */
@media (max-width: 991px) {
    .specs-grid {
        grid-template-columns: 1fr;
    }

    .product-top-row {
        /* flex-direction: column; */
        gap: 15px;
    }
}



/* Internal Table Tabs */
/* Internal Table Tabs */
.table-tabs-nav {
    display: flex;
    gap: 15px;
    /* Slightly more gap for better visual slide */
    border-bottom: 2px solid #eef3f7;
    margin-bottom: 20px;
    position: relative;
}

.inner-table-tab {
    background: none;
    border: none;
    padding: 12px 10px;
    /* Adjusted padding */
    font-size: 14px;
    font-weight: 600;
    color: #888;
    cursor: pointer;
    position: relative;
    /* This handles the text color fade */
    transition: color 0.3s ease;
    border-bottom: 3px solid transparent;
    /* Moves text up slightly on active for a "selected" feel */
    bottom: -2px;
    z-index: 1;
}

.inner-table-tab.active {
    color: #25ACDD;
    border-bottom: 3px solid #25ACDD;
}

/* Hover effect to make it feel more interactive */
.inner-table-tab:hover:not(.active) {
    color: #555;
    border-bottom: 3px solid #eef3f7;
}

/* Updated Pane Logic with Slide-In Animation */
.table-pane {
    display: none;
    opacity: 0;
}

.table-pane.active {
    display: block;
    /* Combining opacity and a slight horizontal slide */
    animation: slideInTab 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes slideInTab {
    from {
        opacity: 0;
        transform: translateX(15px);
        /* Slides in from the right */
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.product-tables-container {
    margin-top: 10px;
}

/* Ensure the old single table title looks consistent */
.product-detail-card h6.font-14 {
    color: #1a718f;
    border-bottom: 2px solid #eef3f7;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    margin-top: 16px;
}



/* Constrain Table Height and Add Scrollbar */
.table-tabs-content .table-responsive {
    max-height: 470px;
    /* Adjust this pixel value to match roughly 22% of your card height */
    overflow-y: auto;
    border: 1px solid #dce5eb;
    border-radius: 8px;
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: #2984a5 #f0f0f0;
    /* For Firefox */
}

/* Custom Scrollbar for Chrome/Safari/Edge */
.table-tabs-content .table-responsive::-webkit-scrollbar {
    width: 6px;
}

.table-tabs-content .table-responsive::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.table-tabs-content .table-responsive::-webkit-scrollbar-thumb {
    background: #25ACDD;
    border-radius: 10px;
}

/* Ensure the table header stays visible while scrolling (Sticky Header) */
.custom-product-table thead th {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #eef3f7;
    /* Must match your header bg color */
    box-shadow: inset 0 -1px 0 #dce5eb;
    /* Keeps the bottom border visible */
}

/* Fix for the outer border since we are now scrolling */
.custom-product-table {
    border: none;
    /* Let the parent .table-responsive handle the outer border */
    margin-bottom: 0;
}



/* Styling for Group Section Titles within the Table */
.custom-product-table tbody tr:has(.table-group-title) {
    background-color: #f1faff !important;
    /* Light blue tint for the header */
}

.custom-product-table tbody tr td:has(.table-group-title) {
    text-align: left;
    padding: 12px 15px;
    font-weight: 700;
    color: #1a718f;
    border-top: 1px solid #dce5eb;
}

/* Ensure the title text is forced to look like a full-width header */
.table-group-title {
    display: block;
    width: 100%;
    font-size: 14px;
    text-transform: none;
    /* Keep the mixed case from the image */
}

/* Hide the empty border cells in the group header row */
.custom-product-table tbody tr:has(.table-group-title) td:not(:first-child) {
    border-left: none;
}

/* Styling for the Full-Width Group Header */
.group-header-row {
    background-color: #f1faff !important;
    /* Light blue tint */
}

.group-header-row td {
    text-align: left !important;
    padding: 15px 20px !important;
    /* Extra padding for a clean look */
    background-color: #f1faff !important;
    /* The light blue from your image */
    font-weight: 700 !important;
    color: #1a718f !important;
    white-space: nowrap;
    /* Forces the sentence to stay in one single line */
    border-top: 1px solid #dce5eb !important;
    border-bottom: 1px solid #dce5eb !important;
}

.table-group-title {
    font-size: 15px;
    display: inline-block;
}

/* Optional: Add a small space before new groups to make it readable */
.group-header-row:not(:first-child) {
    border-top: 15px solid #ffffff;
    /* Creates a visual break between groups */
}

/* Styling for the Full-Width Group Header */
.group-header-row td {
    text-align: center !important;
    padding: 15px 20px !important;
    background-color: #fafeff !important;
    /* Light blue from the image */
    font-weight: 700 !important;
    color: #1a718f !important;
    white-space: normal;
    /* Allow text to wrap if it's a long sentence */
    border-top: 1px solid #dce5eb !important;
    border-bottom: 1px solid #dce5eb !important;
}

.table-group-title {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

/* ================= Related Products Section ================= */
.related-products-section {
    background-color: #f4f8fb;
    /* Light grayish-blue background */
    padding-top: 40px;
    padding-bottom: 40px;
}

.related-product-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #edf1f4;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.related-img-box {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.related-img-box img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.btn-get-quote-outline {
    border: 1px solid #25ACDD;
    color: #25ACDD;
    background: transparent;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: auto;
    /* Pushes button to bottom */
    transition: all 0.3s ease;
}

.btn-get-quote-outline:hover {
    background: #25ACDD;
    color: #ffffff;
}

/* ================= Help Banner Section ================= */
.help-banner-section {
    background-color: #f4f8fb;
}

.help-banner-card {
    background: linear-gradient(90deg, #5CA2BA 0%, #2A6C84 100%);
    border-radius: 20px;
    padding: 50px 60px;
    position: relative;
    overflow: hidden;
    min-height: 320px;
}

.btn-white-pill {
    background: #ffffff;
    color: #333333;
    padding: 12px 28px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.btn-white-pill:hover {
    transform: translateX(5px);
    color: #000;
}

.banner-img-wrapper {
    top: 0;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    /* Adds the slanted cut effect */
}

/* ================= Category Sub-Nav (Perfect Flared Folder Tab) ================= */
.category-nav-section {
    background-color: #eaf4f9;
    /* Soft light blue matching the design */
    padding: 30px 0 0 0;
    position: relative;
    z-index: 20;
    /* CRITICAL: Ensures tabs sit strictly on top of the section below */
}

.category-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end !important;
    /* Aligns tabs to the exact bottom edge */
    gap: 15px;
}

/* Base Tab Styling (Inactive) */
.cat-nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 45px;
    color: #444444;
    /* Muted dark grey for unselected tabs */
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    position: relative;

    /* Forces inactive tabs to be completely transparent so they blend into the blue */
    background-color: transparent !important;
    border-radius: 25px 25px 0 0;
    transition: all 0.3s ease;
    bottom: -1px;
    /* Pushes the tab down 1px to flawlessly overlap the white background below */
}

.cat-nav-link img {
    height: 50px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.cat-nav-link:not(.active):hover {
    color: #25ACDD;
    /* Brand blue hover text */
}

.cat-nav-link:not(.active):hover img {
    transform: scale(1.08);
    /* Gentle icon pop on hover */
}

/* ================= ACTIVE TAB STYLING ================= */
.cat-nav-link.active {
    background-color: #ffffff !important;
    /* Solid white */
    color: #000000;
    font-weight: 600;
    /* Bolder text like the design */
}

/* The Perfect Flared Curves using Radial Gradients */
.cat-nav-link.active::before,
.cat-nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 25px;
    height: 25px;
    pointer-events: none;
    /* Prevents cursor bugs */
}

/* Left Swooping Curve */
.cat-nav-link.active::before {
    left: -25px;
    /* Draws a transparent circle on top left, fills the rest with white */
    background: radial-gradient(circle at top left, transparent 24px, #ffffff 24.5px);
}

/* Right Swooping Curve */
.cat-nav-link.active::after {
    right: -25px;
    /* Draws a transparent circle on top right, fills the rest with white */
    background: radial-gradient(circle at top right, transparent 24px, #ffffff 24.5px);
}

.cat-nav-link.active,
.cat-nav-link:hover {
    background: #e9f5fe;
    box-shadow: unset !important;
}

/* Ensure the wrapper below it has a solid white background to connect perfectly */
.product-details-wrapper {
    padding-top: 50px;
    background-color: #ffffff;
    position: relative;overflow: hidden;
    z-index: 10;
    /* Lower than the nav section so the tabs can overlap */
}


/* Responsive Adjustments */
@media (max-width: 991px) {
    .category-nav-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 0 20px;
        gap: 10px;

        /*----- Fix iOS horizontal-only scroll on category nav  ----- */
        overflow-y: hidden;
        touch-action: pan-x;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        overscroll-behavior-x: contain;
    }

    /*----- Fix iOS horizontal-only scroll on category nav  ----- */
    .category-nav-list li {
        scroll-snap-align: start;
        flex-shrink: 0;
    }

    .category-nav-section {
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
    }

    /*----------------------------------------------------- */

    .category-nav-list::-webkit-scrollbar {
        display: none ;
        /* Hide scrollbar for a cleaner swipe */
    }

    .cat-nav-link {
        padding: 12px 24px;
        font-size: 15px;
        white-space: nowrap;
    }

    /* Scale the flares down slightly for mobile */
    .cat-nav-link.active::before,
    .cat-nav-link.active::after {
        width: 15px;
        height: 15px;
    }

    .cat-nav-link.active::before {
        left: -15px;
        background: radial-gradient(circle at top left, transparent 14px, #ffffff 14.5px);
    }

    .cat-nav-link.active::after {
        right: -15px;
        background: radial-gradient(circle at top right, transparent 14px, #ffffff 14.5px);
    }
}


/* ================= Sliding Animation for Tab Switch ================= */
.slide-container {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Added by JS temporarily when switching tabs */
.slide-container.animating-out {
    opacity: 0;
    transform: translateX(-20px);
    /* Slides slightly left and fades out */
}

.slide-container.animating-in {
    animation: slideInFromRight 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


/* Update the internal table tabs navigation */
@media (max-width: 678px) {
    .table-tabs-nav {
        display: flex;
        flex-wrap: nowrap;
        /* Prevents tabs from wrapping to the next line */
        overflow-x: auto;
        /* Enables horizontal scrolling */
        overflow-y: hidden;
        /* Prevents vertical shifting */
        gap: 20px;
        padding-bottom: 5px;
        /* Space for the active border-bottom */
        -webkit-overflow-scrolling: touch;
        /* Smooth scrolling on iOS */
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .table-tabs-nav::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .table-tabs-nav {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .inner-table-tab {
        white-space: nowrap;
        /* Keeps text on a single line */
        flex-shrink: 0;
        /* Prevents tabs from squishing to fit */
        padding: 10px 5px;
        /* Adjust padding for thumb-friendly tapping */
    }

        .product-tables-container {
            position: relative;
        }
    
        /* Adds a subtle fade hint that more tabs exist to the right */
        .product-tables-container::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 10px;
            height: 40px;
            /* Match your tab height */
            background: linear-gradient(to right, transparent, #ffffff);
            pointer-events: none;
            z-index: 2;
        }
}


/* ================= Request Pricing Button ================= */
.btn-request-pricing {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 35px;
    background: linear-gradient(90deg, #44C4F4 0%, #25ACDD 100%);
    /* Matches the image gradient */
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(37, 172, 221, 0.3);
    /* Soft blue shadow */
    transition: all 0.3s ease;
    border: none;
    width: fit-content;
}

.btn-request-pricing:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(37, 172, 221, 0.45);
    background: linear-gradient(90deg, #3BB8E8 0%, #1e8cb4 100%);
}





/* ================= Auto-Suggest Search Dropdown ================= */
.search-suggestions {
    position: absolute;
    top: 55px;
    /* Sits right below your floating search bar */
    right: 0;
    width: 240px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    max-height: 350px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 999;
}

/* Scrollbar styling for the dropdown */
.search-suggestions::-webkit-scrollbar {
    width: 5px;
}

.search-suggestions::-webkit-scrollbar-thumb {
    background-color: #dce5eb;
    border-radius: 10px;
}

/* This class is added by JS to reveal the dropdown */
.search-suggestions.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Individual Suggestion Card */
.suggestion-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #f0f4f7;
    transition: background 0.2s ease;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-item:hover {
    background-color: #f4f8fb;
}

.suggestion-item:hover .suggestion-text {
    color: #25ACDD;
}

.suggestion-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #edf1f4;
    padding: 2px;
}

.suggestion-text {
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease;
}

/* No Results Graphic */
.no-results {
    padding: 25px 20px;
    text-align: center;
    color: #888;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


.related-product-view-all{
    padding: 13px 50px;
}

.related-product-view-all span{
    font-size: 16px;
}

@media (max-width: 991px){
    .no-results{
        flex-direction: unset !important;
    }
}

.viewer-container.viewer-backdrop {
    backdrop-filter: blur(3px);
}

.about-stats-section {padding-inline:40px;}
.product-calonix-toggle-switch .custom-product-table td:first-of-type{font-weight: 600;}
.product-toggle-switch .custom-product-table {text-align: start !important;}

.about-cta-wrapper,
.product-cta-wrapper,
.about-cta-wrapper .cta-description,
.product-cta-wrapper .cta-description{color: #fff;}
.gmb-review-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #ffffff;
    border: 1.5px solid #e0e0e0;
    border-radius: 16px;
    padding: 16px 28px;
    text-decoration: none;
    color: #0D0D0D;
    max-width: 360px;
    width: 100%;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    z-index: 0;
}

.gmb-btn-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    flex: 1;
}

.gmb-btn-title {
    font-size: 15px;
    font-weight: 700;
    color: #0D0D0D;
    transition: color 0.4s ease;
}
.gmb-review-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #008cb9, #1096c7);
    transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: -1;
    width: 0;
}
.gmb-review-btn:hover{
    box-shadow: 0 5px 15px rgba(51, 181, 229, 0.3);
}
.gmb-review-btn:hover::before,
.gmb-review-btn:active::before {
   width: 100%;
}
.gmb-arrow{transition:filter 0.8s cubic-bezier(0.22, 1, 0.36, 1);}

.gmb-review-btn:hover *{color: #fff;}
.gmb-review-btn:hover .gmb-arrow{filter: brightness(0) invert(1);}

.gmb-btn-sub {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
    transition: color 0.4s ease;
}

.gstin { font-size: 14px; color: #fff; font-weight: 600; display: block; line-height: 1; margin-top: 4px;padding-left: 4px;}
.header-light .gstin{color: #222;}

.product-detail-card td:first-of-type{font-weight: 600;}
.product-3pdt-toggle-switch th:not(:first-of-type),
.product-3pdt-toggle-switch td:not(:first-of-type){text-align: center;}
.product-3pdt-toggle-switch td:first-of-type{font-weight: 600;}
.footer-logo img{margin-left: -4px;}
.terms-condition-section{margin-top: 40px;position: relative;}
.terms-condition-section::before{ position: absolute; content: ''; background: #ddd; opacity: 30%; width: calc(100% - 24px); left: 12px; top: -20px; height: 1px; }
.devs-info {font-size: 14px;color: #bdbdbd;position: relative;padding-left: 48px;}
.devs-info a{transition: .2s ease;}
.devs-info img{max-width: 22px;}
.devs-info a:hover{color: #25ACDD;}


@media screen and (max-width:1300px) {
    .phone-number {display: none;}
}
@media screen and (max-width:1210px) {
    .header-light .contact-btn{margin-right: 00;}
    .navbar-nav {gap: 0;}

}

@media screen and (min-width:1371px) {
    .contact-us-banner .row{
        max-width: 1370px;width: 100%;
        margin-inline: auto;padding-inline: 60px;
    }
    .contact-us-banner .about-us-hero-text{padding-inline: 0;}
    .info-tag{padding: 12px 18px;font-size: 20px;border-radius: 20px;}
    .premium-tag img, .industry-tag img {height:40px;width:40px;}
}
@media screen and (max-width:1199px) {
    .about-why-img {width:fit-content;display: flex;margin-inline: auto;}
    .about-why-section {text-align: center;}
    .about-why-content p{max-width: unset;}
    .about-why-section .about-features-grid{max-width: 640px;margin-inline: auto;}
}
@media screen and (max-width:1024px) {
    .contact-us-banner {background-position: center right 10%;padding-inline: 24px;}
}
@media screen and (max-width:991px) {
    .about-stats-section {padding-inline: 24px;}
    .welcome-text{max-width: 100%;}
    .hero-section {padding-block: 170px 130px;min-height: unset;}
    .products-grid {grid-template-columns: repeat(2, 1fr);}
    .product-cta-wrapper{background-position: center right 65%;}
    .devs-info {text-align: end;padding-left: 0;}
    .terms-condition-section .col2{width: fit-content;flex: unset;}

}
@media screen and (max-width:767px) {
    .about-cta-wrapper {background: url(../assests/Images/about-us/about-cta-mob.webp) no-repeat center / cover;background-position: bottom;background-color: #25ACDD;}
    .cta-wrapper {padding: 30px 50px !important;min-height: 750px;background-position: bottom;}
    .home-cta-wrapper{min-height: 730px;}
    .cta-wrapper .cta-content {width: 100% !important;text-align: center;margin-bottom: 0;}
    .cta-wrapper a {margin-inline: auto;}
    .cta-wrapper h2 {width: 100% !important;}
    .hero-section {padding-block: 140px 110px;}
    .product-cta-wrapper{
        background: url("../assests/Images/product-details/product-details-cta-mob.webp")  no-repeat center / cover;justify-content: flex-end !important;display: flex;background-position: top;
    }
    .contact-us-banner {background-position: center right 15%;}
    .welcome-image-wrapper {max-width: 70%;padding: 0;}
    .info-tag {padding: 1.96vw 2.61vw;border-radius: 2vw;font-size: 1.8vw;}
}

@media screen and (max-width:575px) {
    .about-stats-section {padding-inline: 12px;}
    .cta-wrapper {height: 100% !important;min-height: 650px;}
    .home-cta-wrapper{min-height: 621px;}
    .welcome-image-wrapper {max-width: 81%;}
    .info-tag { padding: 13px; border-radius: 11px; font-size: 12px; }
    .premium-tag {left: 2.61vw;}
    .industry-tag {right: 7.48vw;}
    .terms-condition-section .copr-col{width: 100%;text-align: center;}
    .devs-info{text-align: center;margin-top: 15px;}
    .about-why-img {width: 100%;transform: translateX(1.5vw);}
}

@media screen and (max-width:480px) {
    .cta-wrapper {padding: 34px 24px !important;min-height: 601px;}
    .hero-section {padding-block: 120px 80px;}
    .home-cta-wrapper{min-height: 525px;}
    .view-all-main{width: auto;padding-inline: 18px 13px;white-space: nowrap;}
    .intro-section {padding-block: 80px 60px;}
    .about-stats-section {padding-block: 0 0;}
    .about-cta-wrapper {min-height: 540px;}
    .product-top-row {flex-direction: column;}
    .custom-faq-accordion .accordion-button .icnx {--sz: 26px;}
    .custom-faq-accordion .accordion-button .icnx::after,
    .custom-faq-accordion .accordion-button .icnx::before {width: 9px;}
    .welcome-image-wrapper{max-width: 97%;}
}

@media screen and (max-width:420px) {
    .home-cta-wrapper {min-height: 571px;}
    .gstin {font-size: 13px;font-weight: 500;}
    .Contact-us-hero {padding-top: 91px;}
    .info-tag { padding: 10px 12px; border-radius: 10px; font-size: 12px; }
}

@media screen and (max-width:375px) {
    .cta-wrapper {min-height: 531px;}
    .home-cta-wrapper {min-height: 69vh;}
}