:root {
    --primary-uniwide-theme-color: #023F88;
    --secondory-uniwide-theme-color: #ED1D24;
    --text-center: center;
    --text-left: left;
    --bg-primary-light: #EBF0F6;
    --bs-border-radius-top: 24px 24px 0 0 !important;
}

.blog-rounded-top {
    border-radius: var(--bs-border-radius-top);
}

body {
    font-family: 'Graphik Medium', sans-serif;
}

/* 
/* main {
    overflow: hidden;
} */
*/ h2 {
    /* font-size: 50px; */
    color: var(--primary-uniwide-theme-color) !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Sofia Pro', sans-serif;
}

p,
span,
ul li,
a,
input,
textarea {
    font-size: 16px;
    font-family: 'Graphik';
}

p {
    font-family: 'Graphik Medium', sans-serif;
}

a {
    font-family: 'Graphik Medium', sans-serif;
    text-decoration: none !important;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    padding: 0;
    margin: 0;
}

.highlight {
    font-size: 35px;
    color: var(--secondory-uniwide-theme-color);
}

.menu_main {
    background: #FFFFFF70;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease, transform 0.3s ease;
}

/* when sticky is active */
.menu_main.sticky {
    position: fixed;
    top: 0;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

/* subtle slide effect for smoothness */
.menu_main.sticky-enter {
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.navbar-toggler {
    padding: 6px !important;
}

.navbar-toggler-icon {
    width: 25px !important;
    height: 25px !important;
}

.navbar-toggler:focus {
    box-shadow: 0px 0px 5px 0px #053d85 !important;
}

.navbar-collapse {
    background: #e1eeff;
}

li.nav-item {
    padding: 10px 12px;
    border-bottom: 1px solid #ffffff00;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* optional: adjust spacing */
    background: #f5f5f5;
}

.search-bar-li form {
    width: 100% !important;
}

a.nav-link {
    padding: 0;
}

ul.navbar-nav {
    margin-bottom: 0 !important;
}

.navbar-brand img {
    width: 90%;
}

.menu_main a {
    font-weight: 500;
    color: var(--bs-black);
    font-family: sans-serif;
    letter-spacing: 0.3px;
    line-height: 20px;
}

.menu-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.product-menu-list img {
    width: 120px;
    transition: transform 0.3s ease;
}

.product-menu-list img:hover {
    transform: scale(1.1);
    /* zoom in by 10% */
}

/* Show dropdown on hover */

.border-line-nav {
    padding: 30px 0;
    border-top: 1px solid#e1e1e1;
}

.dropdown-item {
    transition: 0.3s ease-in-out;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: var(--primary-uniwide-theme-color) !important;
    color: var(--bs-white) !important;
}

/* Mega Menu css  */
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    /* position: absolute; */
    left: 0;
    padding: 0 35px;
}

/* .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu:before{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    content: '';
    bottom: 62%;
} */
.mega-menu-item a {
    font-weight: 400;

    color: var(--bs-black);
    padding: 10px;
    line-height: 30px;
    font-family: 'Graphik';
    letter-spacing: 0.3px;
}

.mega-menu-item {
    padding-bottom: 15px;
}

.mega-menu-item h6 {
    font-size: 20px;
    margin-left: 10px;
    color: var(--secondory-uniwide-theme-color);
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 500;
}

.nav-arrow i {
    transform: rotate(321deg) !important;
    font-size: 19px;
}

.dropdown-toggle::after {
    content: "\f107" !important;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block !important;
    margin-left: 0.5em !important;
    position: absolute;
    right: 20px;
    vertical-align: middle !important;
    font-size: 0.8rem;
    border: none !important;
}

.nav-btn {
    background: var(--secondory-uniwide-theme-color) !important;
    padding: 10px 25px !important;
    color: var(--bs-white) !important;
    border-radius: 8px;
    line-height: 30px !important;
    font-weight: 500;
    font-size: 17px;
    font-family: sans-serif;
    letter-spacing: 0.3px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--secondory-uniwide-theme-color);
}

.nav-btn:hover {
    background: transparent !important;
    color: var(--secondory-uniwide-theme-color) !important;
    border: 1px solid var(--secondory-uniwide-theme-color);
}

.nav-btn i {
    transform: rotate(45deg);
    padding-left: 7px;
}

.horizontal-tabs {
    width: 100%;
}

.tab-menu {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.tab-item:hover {
    background: #ddd;
}

.tab-item {
    width: 15%;
    padding: 25px 20px;
    cursor: pointer;
    border-bottom: none;
    margin-right: 5px;
    position: relative;
    transition: 0.3s ease;
}

li.tab-item.active {
    background: #d6ebfe;
}

li.tab-item.active::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #d6ebfe;
    left: calc(50% - 18px);
    top: calc(100% - 0px);
}

.tab-item:hover {
    background: #e0e0e0;
}

.tab-contents {
    padding: 15px;
    position: relative;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.nvnew-tab {
    text-align: var(--text-center);
    position: relative;
    transition: 0.3s ease;
}

/* My CSS */
.nvnew-tab .hover-img {
    display: none;
}

.tab-item:hover .nvnew-tab .default-img {
    display: none;
}

.tab-item:hover .nvnew-tab .hover-img {
    display: inline;
}

.nvnew-tab img {
    transition: opacity 0.3s ease;
}

.nvnew-tab h3 {
    color: #023F88;
    font-size: 18px;
    padding: 15px 0 0 0;
    margin: 0;
    transition: 0.3s ease;
}

.tab-item:hover .nvnew-tab h3 {
    color: #ED1D24;
}

.nvnew-tab img {
    width: 50px;
}

.product-menu-list ul {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.product-menu-list ul li {
    width: 20%;
    list-style: none;
    padding: 10px 0;
    text-align: var(--text-center);
    list-style: none;
    margin: 0;

}

.product-menu-list ul li a {

    text-decoration: none;
    color: var(--primary-uniwide-theme-color);
    font-weight: 400;
    font-family: 'Graphik';
}

/* Footer-css */
footer {
    background: var(--primary-uniwide-theme-color);
    padding: 50px 0 0 0;
}

.footer_column_1 form {

    position: relative;
}
.footer_column_1 form input.form-control {
        height: 55px !important;
        width: 100%;
        display: block !important;
    }

.footer_column_1 form i {
    position: absolute;
    right: 12px;
    top: 13px;
    background: var(--secondory-uniwide-theme-color);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: var(--text-center);
    border-radius: 4px;
    color: var(--bs-white);
}

 .footer_column_1 form input.form-control {
    background: transparent !important;
    outline: none;
    border: none;
} 
.footer_column_1 .input-footer{
   background: transparent;
    border: 1px solid#FFFFFF57;
    padding: 0;
    border-radius: 12px;
    color: var(--bs-white);
    display: flex;
    flex-wrap: nowrap;
}
.footer_column_1 .form-control:focus{
    color: #fff !important;
    background: transparent  !important;
    box-shadow: unset !important
}
#subscribeMessage{
    color: #fff !important;
}

.input-footer .form-control:-webkit-autofill,
.input-footer .form-control:-webkit-autofill:hover,
.input-footer .form-control:-webkit-autofill:focus,
.input-footer .form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.footer_column_1 .input-footer input {
    width: 90% ;
}
.footer_column_1 .input-footer .btn {
    width: 10% ;
}
.footer_column_1 .input-footer .btn {
    position: unset !important;
}
.footer_column_1 h2 {
    color: #EAEAEA !important;
    font-size: 30px;
    line-height: 39px;
}

.footer_column_1 form input::placeholder {
    color: #D8D8D8;
}

.footer_column_1 form i.fa-solid::before {
    transform: rotate(320deg);
    display: inline-block;
}

.footer_column_1 p {
    font-family: 'Graphik', sans-serif;
    font-weight: 300;

    margin: 10px 0;
    color: #E9E9E994;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

.footer_column_1 ul li:first-child {
    margin-left: 0;
}

.footer_column_1 ul li {
    margin: 0 5px;
    list-style: none;
}

.footer_column_1 ul {
    padding: 0;
    margin: 15px 0 0 0;
    display: flex;
}

.footer_column_2 h2 {
    font-size: 25px;
    color: #FFFFFFDE !important;
    line-height: 40px;
}

.footer_column_2 ul {
    margin: 0;
    padding: 0;
}

.footer_column_2 ul li {
    list-style: none;
    color: var(--bs-white);
    line-height: 24px;
}

.footer_column_2 ul li a {

    color: #FFFFFFCC;
    padding-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Graphik', sans-serif !important;
    font-weight: 300;
}

.footer_column_2 {
    margin-top: 20px;
}

.footer_column_2 h3 {
    font-size: 20px;
    color: #FFFFFFDE;
    margin: 0;
    line-height: 40px;
}

.footer-copy-right {
    padding: 20px 0;
    border-top: 1px solid #FFFFFF8A;
}

.copytext p {
    font-family: "Sofia Pro";
    font-weight: 300;
    margin: 0;

    color: #FFFFFF;
}

.copycontact ul {
    display: flex;
    margin: 0;
}

.copycontact ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.copycontact ul li a {
    text-decoration: none;
    margin: 0px 40px 0 20px;
    color: #FFFFFFCC;
    font-weight: 300;
    font-family: "Graphik";
    font-size: 15px;
    transition: 0.3s all ease-in-out;
}

.copycontact ul li a:hover {
    color: var(--secondory-uniwide-theme-color);

}

.copycontact i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: var(--bs-white);
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: var(--primary-uniwide-theme-color);
}

.copytext {
    text-align: var(--text-center);
}

section {
    padding: 50px 0;
}

section {
    background-color: var(--bg-color);
}

.section-title {
    padding-bottom: 20px;
    text-align: var(--text-center);
}

.section-title h2 {
    font-family: "Sofia Pro";
    font-weight: 600;
    color: var(--primary-uniwide-theme-color);
    text-transform: capitalize;
}

.manufacturing-facilities {
    background: #EBF0F6;
}

.manufacturing-box {
    background: #FFFFFFE0;
    padding: 8px;
    border-radius: 6px;
    border: 2px solid #FFFFFF;
}

.manufacturing-box h3 {
    font-weight: 300;
    font-size: 16px;
    margin: 0 !important;
    line-height: 30px;
    color: #2B2B2B;
    padding: 5px 0 0 0;
    text-transform: capitalize;
    ;
}

.five-cols .col {
    flex: 0 0 16.6667%;
    /* 100 ÷ 6 */
    max-width: 16.6667%;
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
}

/* Product-single-page css */
.prouct_main,
.related-products {
    background: #f2f2f2;
}

.product-breadcrumb {
    border-bottom: 1px solid #00000036;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.product-breadcrumb ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.product-breadcrumb a {
    text-decoration: none;
    font-size: 14px;
    color: #252525;
    font-family: 'Graphik';
}

.product-breadcrumb i {
    color: var(--secondory-uniwide-theme-color);
    font-size: 12px;
    padding-left: 3px;
}

.product-breadcrumb ul li {
    list-style: none;
    padding: 0 5px;
}

.product-breadcrumb ul li:first-child {
    padding-left: 0;
}

.producttitlemain {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 15px 0 10px 0;
}

.product-title {
    position: absolute;
    top: 37%;
    transform: rotate(270deg);
    left: -21%;
}

.product-title h3 {
    font-size: 60px;
    color: #FFFFFF59;
    font-style: italic;
}

.producttitle {
    width: 70%;

    h1 {
        color: #0246A8;
        font-weight: 600;
        font-size: 25px;
        margin: 0;
    }
}

.productwarrenty {
    width: 30%;
}

.productfeaturemain {
    display: flex;
    flex-wrap: wrap;
}

.productfeature {
    width: 50%;
    padding: 10px;
}

.productfeature h3 {
    font-weight: 700;
    color: #090909;
    font-size: 18px;
}

.productfeature p {
    color: #808080;
    font-weight: 500;
    font-size: 13px;
    margin: 0;
    font-family: 'Graphik';
}

.productkeyfeaturebox {
    display: flex;
    padding: 20px 10px;
    border: 3px solid var(--bs-white);
    margin: 10px 0;
    border-radius: 8px;
    align-items: center;
    backdrop-filter: blur(16px);
}

.productkeyfeatureimg {
    width: 20%;
}

.productkeyfeaturetitle {
    width: 80%;
    padding: 0 0 0 10px;
}

.productkeyfeaturetitle h3 {
    font-size: 16px;
    color: #272727;
}

.productkeyfeaturetitle p {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: #515151;
    font-family: 'Graphik';
}

.productkeyfeaturemain {
    margin-bottom: 20px;
}

.productkeyfeatureimg img {
    width: 100%;
}

.productcolors {
    margin-bottom: 10px;
}

.productcolors ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.productcolors ul li {
    list-style: none;
    width: 50%;
    margin-bottom: 10px;
}

.productcolors a {
    display: flex;
    font-family: 'Graphik';
    align-content: center;
    flex-wrap: wrap;
    color: #000000;
    font-size: 13px;
    text-decoration: none;
}

.productcolors h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.hybrid-black,
.bloom-white,
.brown-vanilla,
.wood-brown {
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 5px;
    border-radius: 50%;
}

.hybrid-black {
    background: #445467;
}

.bloom-white {
    background: #E9E9E9;
}

.brown-vanilla {
    background: #573B39;
}

.wood-brown {
    background: #7B4940;
}

.productenquirybtnmain {
    margin: 20px 0;
}

.productenquirybtn a {
    font-size: 15px;
    color: var(--bs-white);
    padding: 12px 16px;
    border-radius: 6px;
    background: var(--secondory-uniwide-theme-color);
    text-decoration: none;
    font-family: 'Graphik';
}

.productbtntext {
    margin: 10px 0;
}

.productenquirybtn {
    margin: inherit;
}

.productbtntext p {
    color: #464646;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    font-family: 'Graphik';
}

.product-gallery {
    border-radius: 10px;
    border: 3px solid var(--bs-white);
    padding: 15px;
    text-align: var(--text-center);
    position: relative;
}

.product-gallery .swiper-slide img {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.product-gallery .swiper-slide img:hover {
    transform: scale(1.1);
}


.productsub-in .slide-subtitle,
.slide-description,
.manufacturing-img {
    opacity: 1 !important;
}

.swiper.gallery-top {
    width: 100%;
    margin-bottom: 15px;
}

.swiper.gallery-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-thumbs-wrapper {
    position: relative;
}

.swiper.gallery-thumbs {
    padding: 0 20px;
}

.swiper-button-disabled {
    pointer-events: auto !important;
    opacity: 1 !important;
    cursor: pointer !important;
}

.gallery-thumbs .swiper-slide {
    border: 2px solid transparent;
    box-sizing: border-box;
    transition: border 0.3s, opacity 0.3s;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border: 2px solid #0246A8;
    opacity: 1;
    border-radius: 11px;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background-color: transparent;
    border: none;
    padding: 5px 10px;
    font-size: 20px;
    display: block !important;
    cursor: pointer;
    color: var(--secondory-uniwide-theme-color);
}

.thumb-button-prev {
    left: -15px;
}

.thumb-button-next {
    right: -15px;
}

.relatedproductbox {
    background: url('../img/product-single/celestial-bldc-fan/svg/subtract-1.svg') no-repeat bottom right;
    background-size: cover;
    /* border-top: 2px solid#FFFFFF; */
    border-left: 2px solid#ffff;
    padding: 20px;
    border-radius: 6px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.relatedprodutbox h3 {
    font-size: 25px;
    color: #171717;
    font-weight: 600;
    margin-bottom: 20px;
}

.relatedprodutbox h3 a {
    font-size: 25px;
    color: #171717;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Sofia Pro', sans-serif;
}

.relatedprodutbox h3 a:hover {
    color: #d20000;
    transition: transform 0.4s ease;
}

.relatedprodutbox h4 {
    color: #17171799;
    font-size: 16px;
    margin-bottom: 13px;
}

.relatedprodutbox ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.relatedprodutbox ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.relatedprodutbox .hybrid-black,
.relatedprodutbox .bloom-white,
.relatedprodutbox .brown-vanilla,
.relatedprodutbox .wood-brown {
    width: 35px;
    height: 35px;
    display: block;
    margin-right: 12px;
    border-radius: 50%;
    border: 5px solid #FFFFFF66;
}

.relatedproductcolormain {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.relatedprodutbox {
    width: 75%;
}

.relatedproductbtn {

    position: absolute;
    right: 15px;
    bottom: 15px;
}

.relatedproductbox img {
    margin-bottom: 30px;
    transition: transform 0.4s ease;
}

.relatedproductbox img:hover {
    transform: scale(1.1);
}


.relatedproductbtn a {
    padding: 20px;
    background: var(--secondory-uniwide-theme-color);
    display: flex;
    flex-wrap: nowrap;
    text-decoration: none;
    width: 60px;
    height: 60px;
    color: var(--bs-white);
    text-align: var(--text-center);
    line-height: 60px;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.relatedproductbtn a:hover {
    border: 1px solid var(--secondory-uniwide-theme-color);
    background: transparent;
    color: var(--secondory-uniwide-theme-color);
}

.relatedproductbtn a:hover i {
    transform: rotate(360deg);
}

.relatedproductbtn i {
    font-size: 20px;
    transform: rotate(320deg);
}

.single-produtgimg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.single-brand-grid {
    position: relative;
}

.single-produtgimg img {
    width: 100% !important;
    border-radius: 0 0 10px 10px;
}

.brand-discription {
    padding: 30px 30px 96px 30px;
    margin: auto;
    text-align: var(--text-center);
    background: var(--bs-white);
    border-radius: 12px;
}

.brand-discription p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    margin: 15px 0;
    text-align: var(--text-center);
    text-transform: capitalize;
    color: #6E6E6E;
    font-family: 'Graphik';
}

.brand-discription a {
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
    text-transform: capitalize;
    color: var(--secondory-uniwide-theme-color);
    text-decoration: none;
}

.brand-discription i {
    transform: rotate(45deg);
}

.codiz {
    display: flex;
    align-items: center;
    background: #683c86;
    padding: 0;
    position: relative;
    flex-direction: column;
    margin-top: 30px;
    overflow: hidden;
    border-radius: 10px;
}

.relatedprodutbox span {
    width: 35px;
    height: 35px;
    display: block;
    margin-right: 12px;
    border-radius: 50%;
    border: 5px solid #FFFFFF66;
}



.codiz-dis2 {
    width: 70%;
}

.codiz-2 {
    width: 30% !important;
}

.almeira {
    background: var(--bs-white);
}

.codiz-2 {
    width: 100%;
    height: 100%;
}

.codiz-2 img {
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.codiz-discription {
    padding: 25px;
}

.codiz-produtgimg {
    width: 100%;
    text-align: var(--text-center);
}

.codiz-discription img {
    height: 100px;
}

.codiz-discription p {
    font-weight: 400;

    line-height: 26px;
    margin: 15px 0;
    text-transform: capitalize;
    color: #FFFFFFAD;
    font-family: 'Graphik';

}

.codiz-discription a {
    color: #FFFFFF;
    text-decoration: none;
}

.codiz-discription i {
    transform: rotate(45deg);
}

.almeira a {
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
    text-transform: capitalize;
    color: var(--secondory-uniwide-theme-color);
    text-decoration: none;
}

.almeira i {
    color: var(--secondory-uniwide-theme-color);
}

.brand-discription img {
    width: 120px;
}

/* Testimonials css  */
.testimonial-box {
    background: var(--bs-white);
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 28px;
    text-align: var(--text-center);
}

.testimonial-box p {
    color: #7D8184;
    font-weight: 400;
    font-family: 'Graphik';
    line-height: 30px;
    margin-bottom: 30px;
}

.testimonial-client {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.testimonial-imgtitle {
    display: flex;
    text-align: var(--text-left);
    align-items: center;
    width: 80%;
    border-right: 1px solid#949494;
}

.testimonialclient {
    width: 30%;
}

.tetimonalclient-title {
    width: 80%;
    margin: 0 15px;
}

.tetimonalclient-title h3 {
    font-size: 15px;
    font-weight: 600;
    color: #33393D;
    margin-bottom: 0px;
}

.tetimonalclient-title p {
    margin: 0;
    font-size: 13px;
    font-family: 'Sofia Pro';
    font-weight: 400;
}

.testimonial-logo {
    width: 20%;
    margin: 0 15px;
}

.testimonial-main .testimonialSwiper {
    padding-bottom: 60px;
    position: relative;
}

.testimonial-main .swiper-scrollbar {
    height: 4px !important;
    background: #eee;
    border-radius: 10px;
    margin-top: 20px;
}

.testimonial-main .swiper-scrollbar-drag {
    background: #f44336;
    border-radius: 10px;
    width: 20% !important;
}

.testimonial-main .swiper-scrollbar {
    height: 8px !important;
    background: #eee;
    border-radius: 10px;
    width: 30% !important;
    left: calc(50% - 15%) !important;
}

.video-home {
    background: #EBF0F6;
}

.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}

.swiper-slide .video-wrapper iframe {
    width: 100%;
    height: 240px;
    display: block;
    border-radius: 12px;
}

.videoSwiper {
    padding-bottom: 40px !important;
}

.videoSwiper .testimonialSwiper {
    padding-bottom: 60px;
    position: relative;
}

.videoSwiper .swiper-scrollbar {
    height: 4px !important;
    background: #eee;
    border-radius: 10px;
    margin-top: 20px;
}

.videoSwiper .swiper-scrollbar-drag {
    background: #f44336 !important;
    border-radius: 10px;
    width: 20% !important;
}

.videoSwiper .swiper-scrollbar {
    height: 8px !important;
    background: var(--bs-white);
    border-radius: 10px;
    width: 30% !important;
    left: calc(50% - 15%) !important;
}

.product-discription-h {
    padding: 30px;
}

.product-box-bg2 {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: stretch;
}

.product-box {
    text-align: var(--text-center);
}

.two-color-title {
    padding-bottom: 20px;
    text-align: var(--text-center);
}

.two-color-title h2 {
    color: #084A99;
    font-family: Sofia Pro;
    font-weight: 400;
}

.two-color-title span {
    font-size: 50px;
    color: var(--secondory-uniwide-theme-color);
}

.product-box {
    border-radius: 12px;
    height: 100%;
}

.product-box h3 {
    color: var(--bs-black);
    font-weight: 400;
}

.product-box p {
    font-size: 15px;
    font-weight: 400;
    color: #00000085;
    font-family: 'Graphik';
}

.product-box a {
    color: #565656;
    text-decoration: none !important;

    padding: 12px;
    border-radius: 6px;
    display: inline-block;
    transition: 0.3s ease-in-out;
    border: 1px solid#565656;
}

.product-box a:hover {
    border: 1px solid var(--secondory-uniwide-theme-color);
    background: var(--secondory-uniwide-theme-color);
    color: var(--bs-white);
}

.product-box-bg1 {
    position: relative;
    z-index: 1;
    overflow: hidden;

}

.product-box-bg1::before {
    position: absolute;
    content: url(../img/product-home/product-bg1.svg);
    right: -30px;
    width: 100%;
    z-index: -1;
    bottom: -30px;
}

.product-box-bg2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.producthomesvg2 {
    position: absolute;
    bottom: 0;
}

.icon-box {
    position: absolute;
    width: 80px;
    text-align: var(--text-center);
    font-size: 12px;
    color: #444;
}

.producthomeimg2 {
    position: relative;
}

.honeycomb {
    left: 0px;
    top: 40%;
    transform: translateY(-50%);
}

.water-left {
    right: 0px;
    top: 40%;
    transform: translateY(-50%);
}

.water-top {
    top: 0px;
    left: 50%;
    transform: translateX(-50%) !important;
}

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

.btn-white {
    background: var(--bs-white);
    padding: 15px 30px;
    border-radius: 8px;
    display: inline-block;
    color: var(--primary-uniwide-theme-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    border: 1px solid var(--bs-white);
}

.btn-white:hover {
    background: transparent;
    border: 1px solid var(--bs-white);
    color: var(--bs-white);
}

.btn-white:hover i {
    transform: rotate(90deg);
}

.btn-white i {
    transform: rotate(45deg);
    padding-left: 7px;
}

.aboutusvg ul {
    padding: 0;
    display: flex;
}

.aboutusvg ul li {
    list-style: none;
    list-style: none;
    margin: 0px 15px;

}

.aboutusvg {
    padding: 40px 0;
}

.aboutusvg ul li:first-child {
    margin-left: 0;
}

.aboutushome {
    position: relative;
    z-index: 1;
    padding: 40px 0;
}

.aboutushome:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #0F5CB9 19.15%, #033F88 89.75%);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 0;
    z-index: -1;
}

.aboutusdiscription {
    text-align: var(--text-center);
}

.aboutusdiscription h2 {
    color: #FFFFFF;
    line-height: 40px;
    margin-bottom: 20px;

}

.aboutusdiscription p {

    color: #FFFFFFC9;
    font-weight: 400;
    font-family: 'Graphik';
    line-height: 30px;
    margin-bottom: 30px;
}

.aboutusdiscription {
    padding-left: 0px;
}

.aboutusvideo video {
    background: var(--bs-white);
    border-radius: 12px;
}

.aboutusvg img {
    width: 100%;


    filter: brightness(5.5);
}

.banner-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-slide {
    padding: 50px 0;
}

.banner-discription h1,
.banner-discription h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 35px;
    text-transform: capitalize;
    color: #373737;
    margin-bottom: 20px;
}

.banner-discription span {
    font-weight: 600;
    font-size: 50px;
}

.banner-discription p {
    font-family: 'Graphik';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;

}

.banner-swipperslider .swiper-pagination {
    position: absolute;
    bottom: 25px !important;
    left: 50% !important;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.banner-swipperslider .swiper-pagination-bullet {
    width: 110px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    opacity: 1;
}

.banner-progressbar .container {
    position: relative;
}

.banner-swipperslider .swiper-pagination-bullet .progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: red;
    width: 0%;
    transition: none;
}

.banner-img {
    margin-top: 30px;
}

.manufacture-slider {
    width: 100%;
    height: 100%;
}

.manufacture-slider .swiper-slide {
    text-align: var(--text-center);
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.globe-container {
    width: 100%;
    height: 500px;
    position: relative;
}

#globe {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
}

.globe-container text {
    font-family: 'Graphik';
    fill: white;
    font-size: 12px;
    text-anchor: middle;
    pointer-events: none;
    text-shadow: 1px 1px 2px black;
}

.bannerslider .swiper-button-next {
    right: 60px !important;
}

.bannerslider .swiper-button-prev {
    left: 60px !important;
}

.bannerslider .swiper-button-next::after,
.bannerslider .swiper-button-prev::after {
    content: none;
    display: none;
}

.bannerslider .swiper-button-next i,
.bannerslider .swiper-button-prev i {
    color: #fff;
    font-size: 10px;
    background-color: #023e88;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}


.bannerslider .swiper-button-next i:hover,
.bannerslider .swiper-button-prev i:hover {
    background-color: #ed1d24;
    transform: scale(1.1);
}




.globe-title {
    position: relative;
}

.globe-title::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -150px;
    width: 100%;
    height: 100%;
    background-image: url(../img/country1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.4;
}

.globe-title h2 {
    font-weight: 700;
    color: #032752;
    text-align: var(--text-center);
}

.globe-title ul {
    margin: 0;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 30px;
}

.globe-title ul li {
    padding: 0;
    list-style: none;
    width: 50%;
    margin: 0;

    font-weight: 500;
    font-family: 'Sofia Pro';
    color: #444;
    line-height: 24px;
    padding-bottom: 10px;
    padding-right: 15px;
}

.rotated-text {
    position: absolute;
    right: 0%;
    top: 70%;
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.1);
    font-weight: bold;
    font-weight: 700;
    font-style: italic;
    font-size: 32px;
    line-height: 100%;
    left: 0;
}

.manufacture-static-title {
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    margin: 0;
    text-align: var(--text-left);
    color: #656565 !important;
}

.slide-subtitle {
    background: -webkit-linear-gradient(313deg, var(--secondory-uniwide-theme-color), var(--primary-uniwide-theme-color), var(--primary-uniwide-theme-color));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: transparent;
    text-align: var(--text-left);
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

.slide-description {
    font-family: 'Graphik';
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    text-align: var(--text-left);
    color: #6B6B6BC9;
    text-transform: capitalize;
    margin-bottom: 10px;

}

.slide-subtitle,
.slide-description,
.manufacturing-img {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease;
}

.swiper-slide-active .slide-subtitle,
.swiper-slide-active .slide-description,
.swiper-slide-active .manufacturing-img {
    opacity: 1;
    transform: translateY(0);
}

.manufacturing-text {
    text-align: var(--text-center);
}

.manufacturing-text,
.manufacture-static-title,
.slide-subtitle,
.slide-description,
.nav-btn {
    text-align: var(--text-center);
}

.manufacturing-img {
    position: relative;
}

.manufacture-slider {
    overflow: hidden;
}

.manufacturing-wrapper {
    position: relative;
}

/* .manufacturing-wrapper:before {
	top: 25%;
	right: 0;
	width: 100%;
} */

.manufacturing-text {
    position: relative;
}

.flex-direction {
    flex-flow: column-reverse;
}

/* CONTACT US PAGE CSS */
.contact-breadcrumb {
    background: url(../img/banner-img.png) no-repeat;
    background-size: cover !important;
    padding: 50px 0;
    /* background: #cfe4ff54; */
}

.breadcrumlist {
    text-align: var(--text-center);
}

.breadcrumlist h2 {
    font-size: 30px;
    color: var(--primary-uniwide-theme-color);
}

.breadcrumlist ul {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
    flex-wrap: wrap;
}

.breadcrumlist ul li {
    list-style: none;
    padding-right: 10px;
}

.breadcrumlist i {
    padding-left: 10px;
}

.breadcrumlist ul li a {

    color: var(--secondory-uniwide-theme-color);
    text-decoration: none;
}

.contact-detail {
    position: relative;
    background: #023f880f;
}

.contact-detail:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #0F5CB9 19.15%, #033F88 89.75%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
    z-index: -1;
}

.contact-blue {
    position: relative;
    color: var(--bs-white);
}

.contact-blue h3 {
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-blue h2 {
    font-size: 20px;
    margin: 0;
    color: #ffffff;
    font-weight: 300;
}

.contact-box {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    justify-content: center;
    margin-top: 25px;
}

.cont-i {
    width: 15%;
}

.cont-i i {
    font-size: 30px;
}

.cont-d {
    width: 85%;
}

.cont-d a {

    color: #FFFFFFCC;
    text-decoration: none;
    font-weight: 300;
    font-family: 'Graphik';
    line-height: 26px;
}

.cont-i img {
    width: 40px;
    filter: brightness(0) invert(1);

}

.contact-form {
    background: #ffffff;
    padding: 20px;
    position: relative;
    border-radius: 20px;
}

.contact-form h2 {
    font-size: 25px;
    color: var(--primary-uniwide-theme-color);
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.cmn-form {
    margin: 10px 0;
}

.cmn-form input:focus {
    box-shadow: none;
    border-color: #000000;
}

.cmn-form textarea {
    width: 100%;
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 4px;
    resize: none;
    overflow-y: auto;
    border: 1px solid #cdcdcd;
}

.cmn-btn input {
    width: 100%;
    outline: none;
    border: none;
    text-align: center;
}

.cmn-form label {
    padding: 0 0.4rem;
    color: #343434;
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: 400;
    font-family: 'Sofia Pro', sans-serif;
}

.cmn-form input,
.cmn-form select {
    width: 100%;
    height: 55px;
    outline: none;
    border: 1px solid #cdcdcd;
    color: #9e9e9e;
    font-weight: 400;
    z-index: 1000;
    transition: 0.5s;
    font-family: 'Graphik';
}

.map {
    background: #023f880f;
}

.global-certificate-logo {
    background: #EBF0F6;
}

.gc-logo img {
    padding: 10px;
    border-radius: 6px;
    background: var(--bs-white);
}

.aboutustext {
    text-align: var(--text-left);
}

.aboutustext h2 {
    color: var(--primary-uniwide-theme-color);
    font-weight: 400;
}

.aboutustext h3 {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}

.aboutustext p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #6E6E6E;
    font-family: 'Graphik';
    margin-bottom: 10px;
}

.aboutin-img img {
    border-radius: 16px;

}

.we-belive-content {
    background: linear-gradient(180deg, #0F5CB9 19.15%, #033F88 89.75%);
    padding: 40px;
    border-radius: 20px;
}

.we-belive-text H2 {

    color: var(--bs-white);
    margin-bottom: 20px;
}

.we-belive-text p {
    color: #FFFFFFCC;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Graphik';
    margin-bottom: 10px;
    line-height: 27px;

}

.we-belive-img {
    position: unset;
}

.we-belive-content {
    position: relative;
}

/* vision-misson-section */


/* core-value  */
.core-value {
    background: #f5f5f5;
}

.core-title h2 {
    color: #084A99;
    font-weight: 600;
    font-size: 55px;
    line-height: 60px;
}

.core-title span {
    font-size: 55px;
    color: var(--secondory-uniwide-theme-color);
}

.core-title p {

    color: #212529;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Graphik';
}

.core-box {
    background: var(--bs-white);
    border: 1px solid#ddd;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 15px;
    height: 100%;
}

.core-value .col-lg-4 {
    margin-bottom: 15px;
}

.core-value .col-lg-6 {
    margin-bottom: 15px;
}

.core-box img {
    width: 72px;
    margin-bottom: 15px;

}

.core-box p {

    font-weight: 400;
    font-family: 'Graphik';
    color: #868686;
}

.core-box h2 {
    font-size: 25px;
    color: #282828 !important;
}

.vision-box {
    display: flex;

}

.vision-box .vision-icon {
    width: 20%;
    padding: 30px 0;
}

.vision-box .vision-icon img {
    width: 70px;
}

.vision-box .vision-text {
    width: 80%;
    position: relative;
    padding: 30px 0;
}

.vision-text p {

    font-weight: 400;
    font-family: 'Graphik';
    color: #868686;
    margin-bottom: 0;
}

.vision-box .vision-text::before {
    position: absolute;
    content: '';
    left: 0;
    width: 60%;
    background: linear-gradient(271deg, #fbfbfb, var(--secondory-uniwide-theme-color) 98%);
    height: 1px;
    bottom: 0;
    filter: blur(0.1px);
}

.vision-text ul li {

    font-family: 'Graphik';
    color: #868686;
    list-style: none;
}

.vision-text ul {
    margin: 0;
    padding: 0;
}

/* Target the second .vision-text inside .vision-box */
.vision-box:nth-of-type(2) .vision-text::before {
    content: none;
}


/* Menu Css */

.flag {
    width: 30px;
    height: 20px;
    margin-right: 8px;
}

.two-color-title p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #00000085;
}

.product-sub-main,
.product-sub-main-text {
    background: #f2f2f2;
    ;
}

.product-sub-main,
.product-sub-main-text {
    background: #f2f2f2;
    ;
}

.product-sub-img {
    background: linear-gradient(180deg, #023f883b 0%, #023f880d 100%);
    /* background: #e4e4e4; */
    padding: 42px;
    border-radius: 25px 25px 0 0;
}

.product-sub-img img {
    transition: transform 0.4s ease;
    cursor: pointer;
}

.product-sub-img img:hover {
    transform: scale(1.1);
}

.product-category-box {
    margin-bottom: 40px;
    height: 100%;
}

.product-category-box-in {
    position: relative;
    border: 2px solid var(--bs-white);
    border-radius: 24px;
    height: 100%;
}

.product-tag {
    position: absolute;
    top: 0;
    z-index: 11;
    padding: 14px;
}

.prouct-tag {
    background: var(--secondory-uniwide-theme-color);
    padding: 7px 15px;
    color: var(--bs-white);
    font-weight: 500;
    border-radius: 60px;
}

.product-sub-link {
    padding: 20px;
    /* width: calc(100% - 70px); */
}

.color-swatch {

    width: 28px !important;
    height: 28px !important;
    display: block;
    margin-right: 12px;
    border-radius: 50%;
    border: 5px solid #FFFFFF66;


}

.product-sub-link h2 {
    font-size: 25px;
    color: #023f88;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-sub-link h2 a {
    font-size: 25px;
    color: #023f88;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Sofia Pro', sans-serif;
}

.product-sub-link h2 a:hover {
    color: #ed1d24 !important;
    transition: transform 0.8s ease;
}

.product-tag span {
    font-size: 15px;
    color: var(--bs-white);
    font-weight: 600;
    border-radius: 16px;
    background: var(--primary-uniwide-theme-color);
    padding: 5px 15px;
}

.product-link-icon a {
    color: #00000085;

    font-weight: 400;
    font-family: 'Graphik', sans-serif !important;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: var(--bs-white);
    background: var(--secondory-uniwide-theme-color);
    line-height: 56px;
    width: 56px;
    height: 56px;
    border: 1px solid var(--secondory-uniwide-theme-color);
    border-radius: 12px;
    text-align: var(--text-center);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease-in-out;
}

.product-link-icon a:hover {
    background: transparent;
    color: var(--secondory-uniwide-theme-color);
}

.product-link-icon a:hover i {
    transform: rotate(360deg);
}

.product-link-icon i {
    transform: rotate(320deg);
}

.product-sub-link h4 {
    color: #17171799;
    font-size: 16px;
    margin-bottom: 13px;
}

.product-sub-link .hybrid-black,
.product-sub-link .bloom-white,
.product-sub-link .brown-vanilla,
.product-sub-link .wood-brown {
    width: 35px;
    height: 35px;
    display: block;
    margin-right: 12px;
    border-radius: 50%;
    border: 5px solid #FFFFFF66;
}

.product-sub-link ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.product-sub-link ul li {
    list-style: none;
}

.hybrid-black {
    background: #445467;
}

.bloom-white {
    background: #E9E9E9;
}

.brown-vanilla {
    background: #573B39;
}

.wood-brown {
    background: #7B4940;
}

.product-sub-link p {
    color: #6e6e6e;
    font-family: 'Graphik';
    font-weight: 400;
}

.blog-i {
    transform: rotate(320deg);
    padding-left: 5px;
}

.btn-danger:hover .blog-i {
    transform: rotate(360deg);
}

.page-link {
    color: var(--bg-primary-light) !important;
    background: var(--secondory-uniwide-theme-color) !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0 !important;
    text-align: center;
    margin-right: 10px;
}

.page-item:first-child .page-link {
    border-radius: 50% !important;
}

.page-item:last-child .page-link {
    border-radius: 50% !important;
}

.blog-content-text h2 {
    font-size: 25px;
}

.blog-in-text {
    padding: 30px 0;
}

.blog-content-text img {
    border-radius: 20px;
}

.blog-in-text span {
    font-weight: 600;
    color: var(--secondory-uniwide-theme-color);
}

.blog-in-text h1 {
    color: var(--primary-uniwide-theme-color);
    font-size: 40px;
    font-weight: 600;
}

.blog-in-text p {
    color: #6E6E6E;
    font-family: 'Graphik';
    font-weight: 400;
}

.blog-social ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.blog-social ul li {
    list-style: none;
    margin-right: 13px;
}

.blog-social {
    background: var(--primary-uniwide-theme-color);
    padding: 10px;
    text-align: center;
    border-radius: 50px;
}

.blog-recent {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 100%);
    padding: 20px;
    margin-top: 20px;
    border-radius: 14px;
}

.blog-recent-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.blog-recent-box h3 {
    font-size: 20px;
    color: var(--primary-uniwide-theme-color);
}

.blog-recent-box span {
    font-size: 15px;
    font-family: 'Graphik';
    color: #17171799;
}

.btn {
    font-family: 'Graphik' !important;
}

.video-height {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productsku span {
    color: #464646 !important;
    font-size: 15px;
    font-weight: 400 !important;
}

/* CSS for video section lightbox */
/* --- Video Slider Thumbnails --- */
.video-wrapper {
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.video-wrapper img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.video-wrapper:hover img {
    transform: scale(1.05);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 8px 15px;
    transition: background 0.3s ease;
}

.play-button i {
    color: #fff;
    font-size: 14px;
}

.video-wrapper:hover .play-button {
    background: #ed1d24;
}

/* --- Lightbox --- */
.video-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(2px);
}

.video-popup {
    position: relative;
    width: 80%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    z-index: 10000;
}

.video-popup iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.close-lightbox {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .video-popup {
        width: 90%;
    }
}

@media (max-width: 576px) {
    .close-lightbox {
        top: -30px;
        font-size: 28px;
    }
}



/* Our brnad section css */
.our-brands {
    background-color: #EBF0F6;
    padding: 50px 0;
}

.brand-grids {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.brand-items img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brand-items:hover img {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

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

@media (max-width: 576px) {
    .brand-grids {
        grid-template-columns: 1fr;
    }
}

.search-bar-li form {
    margin: 0 !important;
}

.five-cols .col {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 50%;
}

/* hEADER cSS  */
/* --- Search bar styling (based on top-header look) --- */
.search-bar-li form {
    display: flex;
    align-items: center;
    position: relative;
    width: 150px;
    /* Adjust width for navbar context */
}

@media (max-width: 768px) {
    .search-bar-li form {
        width: 150px;
    }

    .search-bar-li form input::placeholder {
        font-size: 14px;
    }
}

.search-bar-li form input.form-control {
    background: transparent;
    border: 1px solid #bfbfbf;
    padding: 8px;
    color: var(--primary-uniwide-theme-color);
    border-radius: 4px;
}

.search-bar-li form input::placeholder {
    color: #848484;
    opacity: 1;
}

.search-bar-li form button i {
    background: #ffffff00;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    color: var(--secondory-uniwide-theme-color);
    text-align: center;
    transition: all 0.3s ease;
    /* smooth transition */
}

/* default tilted arrow */
.search-bar-li i.fa-solid::before {
    transform: rotate(0);
    display: inline-block;
    transition: transform 0.3s ease;
}

/* hover effect — arrow straightens */
.search-bar-li form:hover i.fa-solid::before {
    transform: rotate(0deg);
}

.no-img-padding {
    padding-left: 20px !important;
}

.lightbox-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.lightbox-content {
    position: relative;
    width: 80%;
    max-width: 900px;
    background: #ffffff17;
    border: 1px solid #ffffff3d;
    padding: 35px;
}

.lightbox-content img {
    width: 50%;
    display: block;
}

.close-lightbox {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 36px;
    color: white;
    cursor: pointer;
    z-index: 10;
}

.lightbox-modal .swiper-slide {
    display: flex;
    justify-content: center;
}

.lightbox-modal .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
}

.lightbox-modal .swiper-pagination-bullet-active {
    background: #ed1d24;
}

.supporttext {
    text-align: left;
}

.supporttext h2 {
    font-size: 50px;
    font-weight: 600;
}

.privacy-text {
    margin-bottom: 30px;
}

.privacy-text ol li {
    color: #6E6E6E;
    font-weight: 400;
    font-family: 'Graphik';
}

.privacy-text ul {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.privacy-text h3 {
    font-size: 25px;
    color: var(--bs-black);
    font-weight: 400;
}

.supporttext p,
.supporttext ul li {
    font-weight: 400;
    color: #6E6E6E;
    line-height: 28px;
    margin-bottom: 10px;
    font-family: 'Graphik';
}

.supporttext ul li {
    margin-bottom: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    font-weight: 400;
    color: #6E6E6E;
    line-height: 28px;
    font-family: 'Graphik';
    border: 1px solid #000;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

/* Map Css  */
.map_wrapp .land {
    fill: #cfe4ff;
    fill-opacity: 1;
    stroke: #000000;
    stroke-opacity: 1;
    stroke-width: 0.5;
}

.map_wrapp svg {
    width: 100%;
}

.map_wrapp .mapwide {
    width: 100%;
    margin: 10px auto;
}

.map_wrapp .mapwide a path {
    fill: #3c75bf;

}

.mapwide a {
    font-size: 12px !important;
}

.map_wrapp .mapwide a:hover path {
    fill: #0d4999;
}

.map_wrapp .mapwide .tooltip {
    pointer-events: none;
    position: absolute;
    font-size: 12px !important;
    text-align: center;
    background: #ffffff;
    padding: 8px 10px;
    border-radius: 5px;
    z-index: 5;
    margin: 0 auto;
    font-family: 'Graphik';
    color: #0d4999;
    box-shadow: 0px 2px 15px #0c0d1952;
    transform: translateX(-50%);
    display: none;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.map_wrapp .mapwide .tooltip.active {
    display: flex;
    opacity: 1;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.map_wrapp .mapwide .tooltip:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}

.map_wrapp .mapwide .tooltip .icon {
    width: 20px;
    margin-right: 5px;
}

.map_wrapp .mapwide .tooltip .icon img {
    width: 20px;
}

.cta_export .btn-outline-primary {
    --bs-btn-bg: #ffffff;
    --bs-btn-color: #023F88;
    --bs-btn-border-color: #023F88;
    transition: all .3s ease-in-out;
}

.cta_export .btn-outline-primary:hover {
    --bs-btn-hover-bg: #023F88;
    border-color: #023F88 !important;
    box-shadow: 5px 5px 0px #ffffff, -5px -5px 16px #ffffff59;
}

.tooltiptext {
    font-size: 12px !important;
}

@media (max-width: 767px) {
    .map_wrapp .mapwide {
        overflow: auto;
    }

    .map_wrapp svg {
        width: 250%;
    }
}

/* COntact us css */
.sticky-contact {
    position: fixed;
    top: 80%;
    /* center vertically */
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 9999;
}

.contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 5px 0;
    border-radius: 8px 0 0 8px;
    /* rounded left corners */
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    transition: all 0.3s ease;
}

.contact-btn.whatsapp {
    background-color: #25D366;
}

.contact-btn.email {
    background-color: #ed1d24;
    /* blue for email */
}

.contact-btn:hover {
    transform: translateX(-5px) scale(1.1);
}

.product-catalogue .card {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
}

.product-catalogue .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-catalogue .card-title {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    font-family: 'Graphik';
    margin-bottom: 20px;
}

/* === Buttons Layout === */
.product-catalogue .card-body .btn {
    font-size: 14px;
    padding: 6px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    white-space: nowrap;
    background: #023f88;
    border: 0px;
    flex: 1;
}

.product-catalogue .card-body .btn:hover {
    background: #ed1d24;
}

/* Ensures all buttons stay cleanly aligned */
.product-catalogue .card-body .mt-auto {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

/* === Responsive for Tablets (<=992px) === */
@media (max-width: 992px) {
    .product-catalogue .card-title {
        font-size: 16px;
        margin-bottom: 15px;
        text-align: center;
    }

    .product-catalogue .card-body {
        text-align: center;
    }

    .product-catalogue .card-body .mt-auto {
        justify-content: center;
    }

    .product-catalogue .card-body .btn {
        flex: 1 1 45%;
        min-width: 130px;
        padding: 8px 12px;
    }
}


/* === Responsive for Mobile (<=576px) === */
@media (max-width: 576px) {
    .product-catalogue .card {
        margin-bottom: 20px;
    }

    .product-catalogue .card-title {
        font-size: 15px;
    }

    .product-catalogue .card-body .mt-auto {
        align-items: stretch;
        gap: 10px;
    }

    .product-catalogue .card-body .btn {
        width: 100%;
        justify-content: center;
        padding: 10px 14px;
        font-size: 15px;
    }

    .product-catalogue .card-body .btn i {
        font-size: 14px;
    }
}


/* New sameksh CSS */
.counter-section {
    padding-top: 0px !important;
}

.counter-section-con {
    color: #fff;
    /* background-attachment: fixed; */
    border-radius: 10px
}

.counter-section h2 span {
    font-size: 56px;
    font-weight: 700;
}

.counter-section p {
    font-size: 1.25rem;
    margin-top: 0.5rem;
}

@media (max-width: 768px) {
    .counter-section h2 span {
        font-size: 2.5rem;
    }

    .counter-section p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .counter-section h2 span{
        font-size: 2rem;
    }

    .counter-section p {
        font-size: 0.9rem;
    }
}

.dropdown-menu.catalogue-dropdown {
    left:auto !important;
    padding: 0 !important;
}

.dropdown-menu.catalogue-dropdown .dropdown-item{
    line-height: 37px;
}

