


/* @import url(../css/responsive.css); */

@import url('https://fonts.googleapis.com/css2?family=Swis721:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&display=swap');
@import url('https://fonts.cdnfonts.com/css/swis721-blk-bt');
:root {
    /* Colors: */
    --color-e3000f: #e3000f;
    --color-e7e6e6: #e7e6e6;
    --color-e2e7ed: #e2e7ed;
    --color-293035: #293035;
    --color-282728: #282728;
    --color-fdf3db: #fdf3db;
    --color-f6f6f6: #f6f6f6;
    --color-f5f5f5: #f5f5f5;
    --color-484848: #484848;
    --color-c2c4c6: #c2c4c6;
    --color-000000: #000000;
    --color-ffffff: #ffffff;
    --font-style-normal: normal;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-19: 19px;
    --font-size-22: 22px;
    --font-size-25: 25px;
    --font-size-26: 26px;
    --font-size-27: 27px;
    --font-size-33: 33px;
    --font-size-38: 38px;
    --font-size-41: 41px;
    --font-size-45: 45px;
    --font-size-48: 48px;
    --font-size-50: 50px;
    --font-size-56: 54px;
    --font-size-60: 60px;
    --font-family-Poppins: "Poppins", sans-serif;
    --font-family-Swis721: "Swiss 721 Black";
    --font-family-sora: "Sora", sans-serif;
    --character-spacing-0: 0px;
    --line-height-22: normal;
    --line-height-25: 25px;
    --line-height-27: 27px;
    --line-height-30: 30px;
    --line-height-32: 32px;
    --line-height-35: 35px;
    --line-height-36: 36px;
    --line-height-43: 43px;
    --line-height-51: 51px;
    --line-height-60: normal;
    --line-height-66: 66px;
    --line-height-78: 78px;
    --line-height-inherit: inherit;
    --font-weight-Thin: 100;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --font-weight-normal: normal;
}
.product-page ul li .ms-2 {
    text-align: center;
    margin-left:0rem !important;
}
.goog-te-combo {
    display: none !important;
}
.section-title a,.product-header h2 a {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1300px;
}

.sora {
    font-family: "Sora", sans-serif;
}

.Swis721 {
    font-family: "Swiss 721 Black";
}

.poppins {
    font-family: "Poppins", sans-serif;
}

* {
    outline: 0;
}

@font-face {
    font-family: 'Swiss 721 Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Swiss 721 Bold'), url('../font/Swiss721Black.woff') format('woff');
}

@font-face {
    font-family: "Swiss 721 Black";
    font-style: normal;
    font-weight: 900;
    src: local('Swiss 721 Black'), url('../font/Swiss721Bold.woff') format('woff');
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-family-Swis721);
    font-style: var(--font-style-normal);
    font-size: var(--font-size-19);
    line-height: var(--line-height-30);
    color: var(--color-000000);
    font-weight: var(--font-weight-Regular);
    min-height: 0!important;
    margin: 0;
    padding: 0;
    top: 0!important;
    overflow-x: hidden;
}

.img {
    width: 100%;
}

a,
.btn,
button {
    color: var(--color-000000);
    outline: none;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    font-family: var(--font-family-sora);
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
    color: var(--color-e7e6e6);
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

.light-bg {
    background: #f9f7f7;
}

header,
footer,
section {
    width: 100%;
    float: left;
}

section.section-space.video-section,
.about-section {
    overflow: visible !important;
}

hr {
    border-bottom: 1px solid var(--color-c2c4c6);
    border-top: 0 none;
    margin: 40px 0;
    padding: 0;
    opacity: 1;
}

p {
    font-size: var(--font-size-16);
    line-height: 22px;
    font-weight: var(--font-weight-Regular);
    font-family: var(--font-family-sora);
    color: var(--color-000000);
    margin-bottom: 15px;
    letter-spacing: 0px;
}

.p-content {
    font-size: var(--font-size-19);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-e7e6e6);
    margin-bottom: 15px;
}

.small-text {
    font-size: var(--font-size-16);
    line-height: var(--line-height-27);
    color: var(--color-000000);
}

.main-title {
    font-size: var(--font-size-41);
    font-family: var(--font-family-Swis721);
    text-transform: uppercase;
    line-height: 45px;
    font-weight: var(--font-weight-Bold);
    margin-bottom: 15px;
}

.title {
    font-size: var(--font-size-50);
    line-height: normal;
    text-transform: uppercase;
    color: var(--color-ea7819);
    font-weight: var(--font-weight-Bold);
    font-family: var(--font-family-Swis721);
    margin-bottom: 15px;
    color: var(--color-e7e6e6);
}

.title span {
    font-size: var(--font-size-22);
    color: var(--color-e2e7ed);
    font-weight: var(--font-weight-Medium);
    display: block;
}

.section-title {
    font-size: var(--font-size-27);
    font-weight: var(--font-weight-SemiBold);
    font-family: var(--font-family-Poppins);
}

.div-title {
    font-size: var(--font-size-25);
    font-weight: var(--font-weight-Regular);
    font-family: var(--font-family-Poppins);
    margin-bottom: 15px;
}

.div-text {
    font-size: var(--font-size-19);
    line-height: var(--line-height-27);
    font-family: var(--font-family-Swis721);
    color: var(--color-000000);
    font-weight: var(--font-weight-Bold);
    margin-bottom: 15px;
}

.div-text1 {
    font-size: var(--font-size-25);
    font-family: var(--font-family-Poppins);
    color: var(--color-000000);
    font-weight: var(--font-weight-SemiBold);
    margin-bottom: 15px;
}

.box-text {
    font-size: var(--font-size-22);
    line-height: var(--line-height-32);
    color: var(--color-ffffff);
    text-transform: uppercase;
    font-weight: var(--font-weight-Medium);
    margin-bottom: 15px;
    text-align: center;
}

.font-family-Swis721 {
    font-family: var(--font-family-Swis721);
}

.weight-Light {
    font-weight: var(--font-weight-Light);
}

.weight-Regular {
    font-weight: var(--font-weight-Regular);
}

.weight-Medium {
    font-weight: var(--font-weight-Medium);
}

.weight-SemiBold {
    font-weight: var(--font-weight-SemiBold);
}

.weight-Bold {
    font-weight: var(--font-weight-Bold);
}

.weight-ExtraBold {
    font-weight: var(--font-weight-ExtraBold);
}

.weight-Black {
    font-weight: var(--font-weight-Black);
}

.height-100 {
    height: 100vh;
}

.pr-100 {
    padding-right: 100px;
}

.pl-100 {
    padding-left: 100px;
}

.color-fff {
    color: var(--color-ffffff) !important;
}

.color-e3000f {
    color: var(--color-e3000f) !important;
}

.color-293035 {
    color: var(--color-293035) !important;
}

.color-e7e6e6 {
    color: var(--color-e7e6e6) !important;
}

.color-484848 {
    color: var(--color-484848) !important;
}

.color-000000 {
    color: var(--color-000000) !important;
}

.dark-bg {
    background-color: #228B22 !important;
}

.img-zoom {
    overflow: hidden;
}

.img-zoom .zoom {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.5s ease-out 0s;
    -moz-transition: all 2.5s ease-out 0s;
    -ms-transition: all 2.5s ease-out 0s;
    -o-transition: all 2.5s ease-out 0s;
    transition: all 2.5s ease-out 0s;
}

.img-zoom:hover .zoom {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.main-nav {
    background: transparent;
    padding: 30px 0px;
    width: 100%;
    float: left;
}

.main-nav .navbar {
    padding: 0;
    width: 100%;
    float: left;
}

.main-nav .navbar-expand-lg .navbar-brand {
    position: absolute;
    top: -20px;
    margin-right: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-expand-lg .navbar-brand img,
.main-nav .navbar-expand-lg .navbar-brand .svg {
    width: 160px;
    object-fit: contain;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-nav .nav-item .nav-link {
    position: relative;
    display: block;
    font-size: var(--font-size-19);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-SemiBold);
    line-height: var(--line-height-inherit);
    padding: 8px 10px;
    text-transform: uppercase;
}

.main-nav .navbar-nav .nav-item {
    padding-left: 40px;
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
    color: var(--color-0e1f45);
}

.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
    color: var(--color-f68e1f);
}


/* dropdown-menu */

.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
    background-color: transparent;
}

.main-nav .navbar-nav .dropdown .dropdown-menu {
    min-width: 200px;
    width: 200px;
    margin: 0;
    top: 100%;
    padding: 0px;
    background-color: var(--color-ffffff);
    border: none;
    box-shadow: 0px 0px 10px -4px #0000009d;
    z-index: 9;
}

.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    float: left;
    font-size: var(--font-size-16);
    color: var(--color-000000);
    background-color: var(--color-ffffff);
    padding: 10px 10px;
    text-transform: uppercase !important;
}


/* button-style */

a.btn-link {
    width: fit-content;
    display: flex;
    border-radius: 50px;
    color: var(--color-ffffff);
    text-decoration: none;
    font-size: 18px;
    transition: 0.4s;
    font-weight: var(--font-weight-SemiBold);
}

.arrow-circul {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    transition: 0.5s;
    position: relative;
    right: -10px;
    transform: rotate(56deg);
}

.arrow-circul i {
    color: var(--color-ffffff);
    font-size: 25px;
    position: relative;
    bottom: 2px;
    right: 6px;
}

a.btn-link:hover {
    transition: 0.4s;
    color: var(--color-000000);
}

a.btn-link:hover .arrow-circul i {
    color: var(--color-000000);
}

a.btn-link:hover .arrow-circul {
    transform: rotate(0deg);
}

.section-space {
    padding: 100px 0px;
}


/* button style2 */

.know-more {
    font-size: 16px;
    background: var(--color-e2e7ed);
    color: var(--color-ffffff);
    padding: 8px 30px;
    border-radius: 8px;
    font-weight: var(--font-weight-SemiBold);
    border: 1px solid var(--color-e2e7ed);
    display: inline-block;
}

.know-more:hover {
    background: var(--color-ffffff);
    color: var(--color-e2e7ed);
}

#translate-loader {
    animation: fadeIn 0.3s ease-in-out;
}

.offcanvas-active {
    overflow: hidden;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.offcanvas-header {
    display: none;
}

.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}


/* main-header */

.top-bg {
    background: var(--color-e3000f);
    color: #fff;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.top-flex {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
}

ul.top-details li a,
ul.top-details li p {
    color: var(--color-000000);
    font-weight: var(--font-weight-Medium);
    font-size: 14px;
    margin: 0;
    letter-spacing: 1px;
}

ul.top-details li a:hover {
    color: var(--color-e3000f);
}

ul.top-details {
    display: flex;
    gap: 25px;
}

ul.top-details li {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

ul.top-details li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

ul.top-details li i {
    font-size: 16px;
    margin-right: 0;
    color: var(--color-e3000f);
}

.contact-left {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.contact-search {
    font-family: var(--font-family-Poppins);
    font-weight: 400;
    display: flex;
    height: 50px;
    width: 100%;
    padding: 0 15px;
    /* right padding for button space */
    border: 2px solid #ddd;
    border-radius: 25px;
    background: #fff;
    outline: none;
    font-size: 14px;
    transition: all 0.3s ease;
    align-items: center;
}

.contact-search:focus {
    border-color: var(--color-e3000f);
    box-shadow: 0 0 5px rgba(227, 0, 15, 0.4);
}

input.contact-search::placeholder {
    font-weight: 400;
    color: #555;
    opacity: 0.7;
}

.search-overlay {
    display: none;
}

.search-btn {
    position: absolute;
    right: 10px;
    border: none;
    background: transparent;
    color: #d0021b;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}

.search-btn:hover {
    color: var(--color-e3000f);
    transform: scale(1.1);
}

/* Hide the "Powered by" text and logo in Google Translate widget */
option {
    color: #000;
}
.goog-te-gadget span[style*="white-space:nowrap"] {
    display: none !important;
}

/* Optional: remove extra spaces after hiding */
.goog-te-gadget {
    white-space: normal !important;
}

.google-translate i {
    color: var(--color-ffffff);
    font-size: 18px;
}

.google-translate select {
color: #FFF;
    border: none !important;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    background: #ffffff00 !important;
    transition: all 0.3s ease;
}

.google-translate select:hover {
    border-color: var(--color-e3000f);
    box-shadow: 0 0 5px rgba(227, 0, 15, 0.4);
}

.google-translate span {
    color: var(--color-ffffff)!important;
}

.contact-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contact-link {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.downloads-btn {
    position: relative;
    overflow: hidden;
    font-family: var(--font-family-Poppins);
    background: var(--color-e3000f);
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    border: 1px solid var(--color-ffffff);
    font-weight: var(--font-weight-Medium);
    transition: color 0.4s ease;
    z-index: 99;
}


/* The filling pseudo-element */

.downloads-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: -9;
    transition: width 0.4s ease;
}


/* Ensure the text stays above the fill */

.downloads-btn span {
    position: relative;
    z-index: 2;
}


/* Trigger the fill on hover */

.downloads-btn:hover::before {
    width: 100%;
}


/* Change text color on hover */

a.downloads-btn:hover {
    color: var(--color-e3000f) !important;
    border: 1px solid var(--color-e3000f);
}

.downloads-btn:hover i {
    rotate: 0deg;
}

.downloads-btn i {
    font-size: 20px;
    margin-left: 10px;
    rotate: -45deg;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.downloads-sticky .downloads-btn {
    padding: 20px 8px;
    position: fixed;
    right: 0;
    writing-mode: sideways-lr;
    top: 30%;
    box-shadow: 1px 1px 6px 0px #44434361;
}

.main-menu {
    background: #000;
}

.dropdown-item {
    position: relative;
}

.preview-image {
    position: absolute;
    top: 0;
    right: 2%;
    width: 150px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    background: #fff;
    pointer-events: none;
}

.preview-image.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

ul.top-social li i {
    font-size: 16px;
    transition: 0.5s;
    color: var(--color-ffffff);
}

ul.top-social li i:hover {
    color: var(--color-e3000f);
}

ul.top-social {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.social-bg {
    background: var(--color-d1b328);
    padding: 10px 0;
    position: relative;
}

.social-bg:before {
    content: "";
    background: var(--color-d1b328);
    position: absolute;
    right: -100%;
    width: 100%;
    height: 100%;
    top: 0;
}

.exp-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

img.exp-year {
    width: 40%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.logo img {
    position: relative;
    width: 100%;
    z-index: 99;
}

.is-sticky .logo {
    width: 50%;
    padding: 12px 0;
}

.is-sticky .contact-search {
    height: 40px;
}

.logo {
    position: relative;
    width: 80%;
    height: auto;
    padding: 15px 0;
    padding-left: 0;
    object-fit: contain;
    background: #e3000f;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.logo::before {
    content: "";
    width: 100vh;
    height: 100%;
    background: #e3000f;
    position: absolute;
    top: 0;
    left: -100vh;
}

.logo::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #e3000f;
    position: absolute;
    top: 0;
    right: -10%;
    z-index: 9;
}

.site-navbar .site-navigation .site-menu>li>a {
    color: var(--color-e7e6e6);
    font-size: 15px;
    font-family: var(--font-family-Poppins);
    font-weight: var(--font-weight-Medium);
    margin-right: 30px;
    padding: 20px 0px;
    margin-top: 0;
    letter-spacing: 0.4px;
    position: relative;
    text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    font-size: 16px;
    font-weight: var(--font-weight-Medium);
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: var(--color-282728);
}


/* main-header */

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--color-e3000f);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--color-e3000f);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.navbar-expand-lg .navbar-nav {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    position: relative;
    width: fit-content;
    top: 0;
    right: 0;
    border-top: 1px solid #328b37;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    padding-right: 35px !important;
    padding: 10px 0px;
    margin-top: 0;
    letter-spacing: 0.4px;
    position: relative;
    top: 5px;
}

.offcanvas-active .screen-darken {
    z-index: 10;
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
    z-index: 99999;
}

.lanquage {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}


/* google translater */

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
    background-color: transparent !important;
}

.VIpgJd-ZVi9od-ORHb {
    display: none !important;
    background-color: transparent !important;
}

.goog-te-gadget-simple {
    display: flex!important;
    width: 110px;
    background-color: #ffffff00 !important;
    border: 0 !important;
    border-radius: 3px;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    padding: 0px !important;
    font-size: 14px !important;
    justify-content: flex-end;
}

a.VIpgJd-ZVi9od-xl07Ob-lTBxed {
    margin: 0;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    margin-left: 10px !important;
}

.goog-te-gadget img {
    display: none;
}

.clr {
    width: 100%;
    float: left;
}

.google-translate {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}


/* google translater */

.menu-btn {
    width: 50px;
    height: 50px;
    top: 30%;
    position: absolute;
    right: 30px;
}

.offcanvas-header .btn-close {
    position: absolute;
    right: 30px;
}

.menu-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

header {
    width: 100%;
    background-color: #fff;
}

.g_header {
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fffffff0;
    border-bottom: 0.5px solid #fff7;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink {
    top: 0%;
    position: fixed;
    background: var(--color-f68e1f);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: 9999;
}

.main-header.g_shrink .main-nav .logo-bg {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.social-icon li i {
    color: #fff;
}

ul.info-header {
    display: flex;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    justify-content: end;
}

ul.info-header li {
    margin-left: 18px;
}

ul.info-header li a:hover {
    color: #153176;
}

.info-header a {
    color: #000;
    font-size: 17px;
}

.info-header li i {
    margin-right: 5px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    /* position: absolute; */
    left: 0%;
    top: 55px;
    padding: 0;
    animation: fadeIn;
}

.dropdown-item {
    padding: 10px 0px;
    background: transparent;
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #0002;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #e3000f !important;
    background: none;
}

.dropdown-backdrop {
    position: static;
}

.dropdown-item.active {
    background: none !important;
    color: var(--color-e3000f);
}

.submenu .dropdown-menu {
    position: relative;
    left: 0% !important;
}

.submenu {
    display: none;
}

.nav-item.dropdown:hover .submenu {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
}

.submenu .dropdown-item {
    font-size: 16px;
}

ul.dropdown-menu .dropdown-item {
    width: 200px;
    background: #fff;
    padding: 5px;
}

.dropdown-submenu {
    position: relative;
}
a.dropdown-item.dropdown-header img {
    display: none;
}
.dropdown-header {
    font-weight: bold;
    color: var(--color-e3000f);
    position: relative;
    margin-bottom: 15px;
    padding: 0;
    font-size: 16px;
    padding-bottom: 10px;
}

.dropdown-header::before {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    background: #e3000f;
    bottom: 0;
    left: 0px;
}

.menu-flex {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.dropdown-col {
    width: 90% !important;
    margin-bottom: 20px;
}

.dropdown .dropdown-menu {
    position: absolute;
    right: 5%;
    top: 100%;
    min-width: 90% !important;
    width: 90% !important;
}


/* Nested submenu hidden by default */

.dropdown-submenu .submenu-right {
    top: 0;
    left: 100%;
    /* open to the right of parent */
    margin-top: 0;
    display: none;
    position: absolute;
    z-index: 9999;
    /* so it appears above collapsible menu */
    min-width: 200px;
    /* optional: set submenu width */
}


/* Show nested submenu on hover */

.dropdown-submenu:hover .submenu-right {
    display: block;
}

@media screen and (min-width: 992px) {
    #menu-item-369:hover > .dropdown-menu {
        display: flex;
        animation: fadeInDown 0.5s;
        flex-wrap: wrap;
        flex-direction: column;
    }
     #menu-item-369 .dropdown-menu li{
         padding: 0;
         border: none;
     }
      #menu-item-369 .dropdown-menu {
        background: none;
        padding: 0;
        border: none;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      }
      .dropdown:hover .dropdown-menu {
        display: flex;
        animation: fadeInDown 0.5s;
        flex-wrap: wrap;
    }
    .dropdown .dropdown-menu {
        display: none;
    }

    .dropdown .dropdown-menu {
        background: #fff;
        background-size: cover;
        position: absolute;
        right: 5% !important;
        top: 100% !important;
        min-width: 90% !important;
        width: 90% !important;
        padding: 20px;
    }
    .dropdown-menu {
        transform: none !important;
        inset: auto !important;
    }
}

@media screen and (max-width: 991px) {

/* Parent positioning */
.site-mobile-menu .site-nav-wrap a.dropdown-toggle {
    position: relative;
}

/* Red circular icon button */
.site-mobile-menu .site-nav-wrap 
a.dropdown-toggle::after {
    content: "\f078"; /* fa-chevron-down */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    border: none;
    position: absolute;
    right: 0;
    top: 8px;

    width: 30px;
    height: 30px;
    background: var(--color-e3000f);
    color: #fff;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 10px;
    transition: transform 0.3s ease;
}

/* Rotate icon when dropdown is open */
.site-mobile-menu .site-nav-wrap 
li.show > a.dropdown-toggle::after {
    transform: rotate(180deg);
}

    .site-mobile-menu .site-nav-wrap>li {
        position: relative!important;
    }
    a.nav-link.dropdown-toggle.d-lg-none.d-inline-flex.align-items-center {
        position: absolute!important;
        right: 0;
        top: 8px;
        background: var(--color-e3000f);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Optional: style your Font Awesome icon */
    .site-mobile-menu .dropdown-toggle i.fa-chevron-down {
        margin: 0;
        color: #fff;
        vertical-align: middle;
        transition: transform 0.3s ease;
        /* for rotation animation */
    }
    /* Rotate icon when dropdown is open */
    .dropdown-toggle.show i.fa-chevron-down {
        transform: rotate(180deg);
    }
    .dropdown-toggle.show::after {
        border-top: 0;
        border-bottom: 0.3em solid;
    }
    .inner-banner::before {
        opacity: 0.8;
    }
}

.top-header {
    margin-bottom: 0px;
    position: relative;
}


/* .top-header:before {
  border-bottom: 1px solid #fff;
  position: absolute;
  content: "";
  width: 71%;
  bottom: -18px;
  right: 0;
} */

nav.site-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-header {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    /* border-bottom: 1px solid #328b37; */
    /* float: right; */
}

.main-header.g_shrink .top-header {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink.g_header {
    padding: 0px 0;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    box-shadow: 3px 4px 9px #0404041c;
}

.main-header.g_shrink.g_header .brand img {
    width: 65%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink .navbar-expand-lg .navbar-nav {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    top: -1px !important;
}

.mobile {
    display: none;
}

body.offcanvas-active:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible;
}

.site-navbar-wrap {
    z-index: 9999;
    width: 100%;
    left: 0;
    background: #fffffff0;
    width: 100%;
}

.site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem;
}

.site-navbar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navbar {
    margin-bottom: 0px;
    width: 100%;
}

.site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    top: -7px;
    position: relative;
}

.site-navbar .site-logo a {
    font-weight: 200;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    display: flex;
    top: 0;
    right: 0;
    margin-bottom: 0;
    flex-direction: row;
}
.dropdown .dropdown-menu li {
    width: 33.33%;
}
.dropdown-col li {
    width: 100%!important;
}
.dropdown-col li a {
    display: flex;
    text-decoration: none !important;
    align-items: center;
        padding: 10px 0px;
    background: transparent;
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #0002;
    width: 100%!important;
}

.dropdown-col .site-navbar .site-navigation .site-menu a i {
    font-size: 10px;
    color: var(--color-e3000f);
    margin-right: 5px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.dropdown-col li a::before {
    content: "\f0c8"; /* fa-square */
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* solid icon */
    font-size: 10px;
    color: var(--color-e3000f);
    margin-right: 5px;
    display: inline-block;
    transition: all 0.5s ease-out;
}
.dropdown-col li a:hover::before {
    color: var(--color-e3000f);
}


.site-navbar .site-navigation .site-menu a:hover i {
    color: var(--color-e3000f)
}

.dropdown-item.active i {
    color: var(--color-e3000f)
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block;
    position: relative;
    padding: 0;
}

.site-navbar .site-navigation .site-menu>li>a.active {
    color: var(--color-e3000f);
}

.site-navbar .site-navigation .site-menu>li>a:hover {
    color: var(--color-e3000f)!important;
}

.site-navbar .site-navigation .site-menu a:hover {
    color: var(--color-e3000f)!important;
}

.site-navbar .site-navigation .site-menu>li:last-child {
    padding-right: 0;
}

.site-navbar .site-navigation .site-menu>li:last-child>a {
    padding-right: 0 !important;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #fff;
    background: var(--color-e3000f);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
    color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 220px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    padding: 10px;
    display: block;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    background: var(--color-e3000f);
    color: var(--color-ffffff);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 5px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
    background: var(--color-e3000f);
    color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
    color: #e3000f;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 100%;
    position: fixed;
    right: 0;
    z-index: 99999;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-active .site-mobile-menu {
    height: 100vh;
    border-radius: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.products-inner-tabs {
    margin-bottom: 0;
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 0;
    z-index: 9;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: var(--color-e3000f);
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 0px;
    display: block;
    position: relative;
    color: #000;
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
    color: var(--color-e3000f);
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
    color: var(--color-e3000f);
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 10px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 0px;
}

.sticky-wrapper {
    width: 100%;
    position: relative;
    z-index: 9999;
    height: 100% !important;
}

.sticky-wrapper+.site-blocks-cover {
    margin-top: 96px;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper .site-navbar ul li.active a {
    color: var(--color-e3000f);
}

.sticky-wrapper.is-sticky .site-navbar {
    background-color: transparent;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child {
    padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child>a {
    padding-right: 0 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.has-children>a {
    padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a:hover {
    color: var(--color-e3000f);
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a.active {
    color: var(--color-e3000f);
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.active a {
    color: var(--color-e3000f);
}


/* .main-header.g_shrink .navbar-expand-lg .navbar-nav {
    position: absolute;
    top: 15px;
    right: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
} */

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:link div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:visited div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:active div {
    color: #000;
}

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:hover div {
    color: #fff;
    background: var(--color-e3000f);
}


/* ============ mobile view ============ */

@media all and (max-width: 991px) {
    .main-header.g_shrink .navbar-expand-lg .navbar-nav {
        top: 0 !important;
    }
    .navbar-expand-lg .navbar-nav {
        margin-left: 0 !important;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: #000;
        font-size: 16px;
        padding: 8px 15px;
    }
    .offcanvas-header {
        display: block;
    }
    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    }
    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
        background-color: #fff;
    }
    .mobile-offcanvas .container,
    .mobile-offcanvas .container-fluid {
        display: block;
    }
}

@media (max-width: 1480px) {
    .site-navbar .site-navigation .site-menu>li>a {
        font-size: 14px;
    }
}

@media (max-width: 1350px) {
    .site-navbar .site-navigation .site-menu>li>a {
        padding-right: 20px !important;
        margin-right: 0px;
    }
    .site-navbar .site-navigation .site-menu .has-children>a:before {
        font-size: 14px;
        top: 50%;
        right: 0px;
    }
}

@media (max-width: 1250px) {
    .navbar-dark .navbar-nav .nav-link {
        padding-right: 35px !important;
    }
}

@media (max-width: 1024px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
        padding-right: 20px !important;
    }
}

@media (max-width: 991px) {
    .top-bg {
        background: var(--color-293035);
    }
    .main-menu {
        background: var(--color-e3000f);
    }
    .menu-btn {
        width: 50px;
        height: 50px;
        position: static;
        border-radius: 5px;
    }
    ul.info-header li a {
        font-size: 0;
    }
    .top-header {
        padding: 0px 0;
    }
    .site-mobile-menu .site-nav-wrap>li>a {
        padding-left: 0;
        font-size: 16px;
        padding: 8px 0px;
        border-bottom: 1px solid #efefef;
    }
    .mainSlider .swiper-slide .slide-inner {
        height: 70vh;
    }
}


/* main-banner */

.product-badge {
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    backdrop-filter: blur(10px);
    border-radius: 0 0 16px 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    z-index: 99;
}

.product-badge p {
    font-size: 14px;
    line-height: 20px;
}

.badge-header {
    padding-right: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    /* margin-bottom: 10px; */
    flex-wrap: wrap;
    flex-direction: row;
}

.banner .badge-header p {
    /* width: 100%!important; */
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    text-transform: lowercase;
    margin: 0!important;
    color: #222;
    margin: 0;
    white-space: nowrap;
}

.badge-header .cart-icon {
    width: 30px;
    /* balanced with text */
    height: auto;
}

.product-links {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.product-badge .icon {
    width: 42px;
    height: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-badge .icon:hover {
    transform: scale(1.15);
}

.india-mart {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.333);
}

@keyframes indicate {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(8px);
    }
}

.banner {
    position: relative;
    z-index: -9;
    background-size: cover;
}

.banner .swiper-wrapper {
    align-items: center;
}

.banner .swiper-slide {
    height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner img {
    width: 50%;
}

.banner-img {
    transition: transform 6s ease;
    /* smooth zoom */
    transform: scale(1);
    /* default scale */
}

.swiper-slide-active .banner-img {
    transform: scale(1.1);
    /* zoom when active */
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    background-size: 25% !important;
    background-color: var(--color-ffffff);
    color: white;
    /* make buttons visible */
    width: 40px;
    height: 40px;
    box-shadow: rgba(255, 255, 255, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 50%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
}

.banner .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    left: 80px !important;
    /* left: auto; */
}

.banner-btn {
    width: 15%;
    position: absolute;
    right: 0;
    bottom: 8%;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    background-size: 12px 36px;
}

.banner .swiper-button-next::after,
.banner .swiper-button-prev::after {
    font-size: 24px;
    /* adjust arrow size */
}

.banner-left {
    width: 50%;
    position: relative;
    z-index: 99;
}

.banner-right {
    width: 100%;
    position: relative;
    background-size: cover;
    z-index: 9;
}

.swiper-slide-active .slide-down {
    animation: bounceInDown 2.5s;
}

.swiper-slide-active .fade-left {
    animation: fadeInLeft 1.5s;
}

.banner p {
    width: 70%;
    margin-bottom: 30px;
}

img.banner-img {
    object-fit: cover;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -9;
}
.banner .swiper-slide::before {
    content: "";
    background: linear-gradient(45deg, #0000008c, transparent);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}

.inner-text {
    padding-left: 15%;
    position: relative;
}


/* square */

.research h5 span {
    color: var(--color-e2e7ed);
    font-weight: var(--font-weight-Bold);
    margin-top: 30px;
}

.research h5 {
    text-align: center;
    font-size: var(--font-size-22);
    margin-top: 30px;
    font-weight: var(--font-weight-Regular);
    line-height: 32px;
    padding: 0 150px;
}

.square {
    width: 33.33%;
    background: var(--color-e3000f);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 30px 40px;
}

.square img {
    width: 70px;
    /* filter: invert(1); */
}

.square h4 {
    font-size: 19px;
    font-family: var(--font-family-Swis721);
    font-weight: var(--font-weight-SemiBold);
    color: #fff;
    margin-top: 10px;
    margin-bottom: 5px;
}

.square p {
    font-size: 12px;
    color: var(--color-ffffff);
    margin: 0;
    font-family: var(--font-family-Swis721);
    line-height: normal;
}

.square-pointer {
    width: 100%;
    display: flex;
    gap: 50px;
    justify-content: space-between;
    margin-top: -100px;
    position: relative;
    z-index: 9;
}

section.research hr {
    width: 10%;
    height: 5px;
    background: #00b3fe;
    margin-top: 20px;
}


/* square */


/* Our Company */

.about-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden !important;
}

.about-left-card {
    padding-right: 120px;
}

.about-text {
    margin-bottom: 0;
}

.about-text p {
    text-align: justify;
}


/* .about-img {
    position: relative;
    top: -10%;
    right: 10%;
    z-index: 9;
    width: 170%;
    margin-top: 0;
} */

.about-img {
    width: 100%;
}

.transparent-font h3 {
    display: flex;
    padding: 0 1rem;
    font-size: 150px;
    margin-bottom: -35px;
    font-weight: var(--font-weight-Bold);
    font-family: var(--font-family-Poppins);
    text-transform: uppercase;
    color: #f0f1f5;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.about-section h3 {
    font-weight: var(--font-weight-SemiBold);
    font-size: var(--font-size-22);
    color: var(--color-ffffff);
}

.service-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.services-slider {
    position: relative;
    overflow: hidden!important;
}

.services-pagination {
    display: flex;
    left: 0 !important;
    width: 100% !important;
    bottom: 0px !important;
    position: absolute;
    justify-content: center;
    transform: translateX(0%)!important;
}

.services-pagination .swiper-pagination-bullet-active {
    background: var(--color-e3000f)!important;
    opacity: 1!important;
}

.services-pagination .swiper-pagination-bullet {
    background: var(--color-e3000f)!important;
    opacity: 0.5;
}

.service-inner1 {
    flex-direction: row-reverse;
}

img.main-img {
        width: 100%;
    height: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 99;
    border-radius: 26px;
    position: relative;
}


/* about-page */


/* counter */

.count-area-content .big-title {
    font-size: 250px;
    line-height: 250px;
    margin-bottom: -20px;
    background: url(../images/89-bg.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* For Firefox (Experimental) */
    background-clip: text;
    color: transparent;
}

.count-area {
    padding: 0;
}

.count-area .count-digit1,
.count-area .count-name {
    color: var(--color-e3000f);
}

.count-area .count-area-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 50%;
}

.row.counter-row {
    display: flex;
    justify-content: space-between;
}

.counter-col {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.counter-col img {
    width: 80px;
    margin-right: 15px;
}

.counter h2 {
    color: var(--color-ffffff);
}

.divider {
    width: 80%;
    background: var(--color-e7e6e6);
    height: 2px;
    display: block;
    margin-top: 0px;
    float: right;
}

.count-area-content {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-direction: column;
    padding-left: 50px;
    margin-bottom: 50px;
}

.count-digit,
.count-digit1,
.count-name {
    color: var(--color-e3000f);
    font-family: var(--font-family-Poppins);
    font-weight: var(--font-weight-Bold);
    align-items: center;
    font-size: 50px;
    margin-bottom: 0;
    line-height: 50px;
}

.count-title {
    font-size: 20px;
    line-height: 28px;
    color: var(--color-000000);
    font-family: var(--font-family-Poppins);
    font-weight: var(--font-weight-Medium);
    margin-bottom: 0;
}

.counter-flex {
    justify-content: left;
}


/* counter */


/* products */
h2.search-title {
    margin-bottom: 25px;
}
.ajax-pagination {
    margin-top: 30px;
}
.custom-product-category a:hover{
    color: var(--color-e3000f);
}

.ajax-pagination .page-numbers {
    list-style: none;
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.ajax-pagination .page-numbers li {
    display: inline-flex;
}

/* Common pagination style */
.ajax-pagination .page-numbers a,
.ajax-pagination .page-numbers span {
display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-293035);
    background-color: var(--color-ffffff);
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s 
ease;
    border: 1px solid #0002;=
}

/* Hover */
.ajax-pagination .page-numbers a:hover {
    background-color: var(--color-e3000f);
    color: #fff;
}

/* Current page */
.ajax-pagination .page-numbers .current {
    background-color: var(--color-e3000f);
    color: #fff;
    cursor: default;
}

/* Next button */
.ajax-pagination .page-numbers .next {
    font-weight: 600;
    padding: 0 16px;
    background-color: var(--color-e2e7ed);
}

.ajax-pagination .page-numbers .next:hover {
    background-color: var(--color-e3000f);
    color: #fff;
}

/* Disabled state (optional) */
.ajax-pagination .page-numbers .disabled {
    pointer-events: none;
    opacity: 0.6;
}


.products {
    background: url(../images/products-bg.jpg)center no-repeat;
    background-size: cover;
    position: relative;
}

.products .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 12%;
}

.products .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 12%;
}

.products-slider {
    margin-top: 50px;
}

.products-pagination {
    display: flex;
    left: 0 !important;
    width: 100% !important;
    bottom: 15px !important;
    position: absolute;
    justify-content: center;
    transform: translateX(0%)!important;
}

.products-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.products-card:hover .products-title a{
    background: #fff;
    color: var(--color-e3000f);
}

.products-title:before {
    display: none;
    width: 100%;
    height: 86%;
    position: absolute;
    bottom: 0;
    background: transparent;
    border: 5px solid #00000050;
    z-index: 9;
}

.products-title {
    width: 90%;
    position: absolute;
    bottom: -10px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    /* justify-content: center; */
}

.products-title a {
    font-size: var(--font-size-16);
    color: var(--color-ffffff);
    background: #7f7f7f;
    padding: 10px;
    text-align: center;
    display: flex;
    width: 100%;
    position: relative;
    z-index: 99;
    align-items: center;
    justify-content: center;
}

.products-title i {
    font-size: 20px;
    margin-left: 10px;
    rotate: -45deg;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.products-title a:hover {
    color: var(--color-e3000f);
}

.products-title a:hover i {
    rotate: 0deg;
}

.products-card {
    height: 450px;
}

.products-card img {
    height: 100%;
    object-fit: cover;
}

img.broucher-img {
    width: 120px;
}

.swiper.products-slider {
    padding-bottom: 50px;
}

ul.material li {
    width: 100px;
}

ul.brochure-pdf {
    text-align: center;
}

ul.brochure-pdf li {
    justify-content: center;
}

ul.material {
    display: flex;
    justify-content: center;
    gap: 25px;
}

ul.material li {
    flex-direction: column;
}

ul.material li span {
    margin-top: 5px;
    margin-left: 0px!important;
}


/* sizes-table */

.tab-content .table-container {
    max-width: 100%;
    overflow-x: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}
[hidden] {
    display: invert !important;
}

.accordion-panel.open {
    
    width: 100%;
    max-height: 1000px;
    overflow: scroll;
}

.accordion-panel.open {
    width: 100%;
    max-height: 1000px;
    overflow: auto;
    /* scroll ya auto dono chalega */
    /* Scrollbar colors (for Firefox) */
    scrollbar-color: #e3000f #e7e6e6;
    scrollbar-width: thin;
}

.accordion-panel.open::-webkit-scrollbar {
    width: 8px;
    /* scrollbar width */
}

.accordion-panel.open::-webkit-scrollbar-track {
    background: #e7e6e6;
    /* light gray track */
    border-radius: 4px;
}

.accordion-panel.open::-webkit-scrollbar-thumb {
    background-color: #e3000f;
    /* red thumb */
    border-radius: 4px;
}

.accordion-panel.open::-webkit-scrollbar-thumb:hover {
    background-color: #c4000d;
    /* slightly darker red on hover */
}

.tab-content thead {
    background: var(--color-e3000f);
    color: #fff;
    position: sticky;
    top: 0;
}

.tab-content th,
.tab-content td {
    font-family: var(--font-family-Poppins);
    font-weight: var(--font-weight-Medium);
    font-size: 14px;
    line-height: normal;
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #efefef;
}

.tab-content tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.tab-content tbody tr:hover {
    background-color: #f1f1f1;
}

.tab-content .highlight {
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-e3000f);
    width: 250px;
    text-align: center;
}

.tab-content th:nth-of-type(2) {
    text-align: center;
}

.tab-content .table-heading {
    caption-side: top;
    padding: 0;
    font-size: 20px;
    font-weight: var(--font-weight-SemiBold);
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.accordion-header {
    display: flex;
    width: 100%;
    padding: 12px 20px;
    cursor: pointer;
    font-weight: var(--font-weight-SemiBold);
    font-size: 15px;
    border: none;
    transition: background-color 0.3s;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    background: #f9f9f9;
}

button.accordion-header.active,
button.accordion-header.active .table-title span {
    background: var(--color-e3000f) !important;
    color: var(--color-ffffff) !important;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.accordion-header:hover {
    background: var(--color-e3000f) !important;
    color: var(--color-ffffff) !important;
}

.accordion-header:hover .table-title span {
    color: var(--color-ffffff) !important;
}

.accordion-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border: 1px solid #dddddda3;
}


.product-tabs .accordion-panel.open {
    max-height: 1000px;
    display: inherit !important;
    /* Adjust if panels are longer */
}
.accordion-panel table{
     width: 100%!important;
    height: auto!important;
    border-collapse: collapse;    
}
.tab-content thead tr:nth-child(1) th {
    background: var(--color-e3000f);
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 3;
}



.highlight {
    color: red;
    font-weight: bold;
}

.accordion-header .arrow-btn {
    transition: transform 0.3s ease;
}

.accordion-header.active .arrow-btn {
    transform: rotate(90deg);
    color: var(--color-ffffff) !important;
}

.table-title span {
    font-size: 14px;
    margin-left: 10px;
    color: #282828;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.accordion-header.hidden,
.accordion-panel.hidden {
    opacity: 0;
    transform: translateY(-10px);
    display: none;
    padding: 0;
}

.accordion-header.visible,
.accordion-panel.visible {
    opacity: 1;
    transform: translateY(0);
    display: block;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.filter-buttons {
    text-align: center;
}

.filter-buttons button {
    padding: 5px 15px;
    border: 1px solid #efefef;
    font-size: 16px;
}

.filter-buttons button:hover {
    color: #FFF;
    background: var(--color-e3000f);
}

button.grade-filter.active {
    color: #FFF;
    background: var(--color-e3000f);
}
/* Product Card */
.product-categories-box {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  height: 100%;
}

.product-categories-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

/* Image Wrapper */
.popular-categories-img {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}

.popular-categories-img img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

/* Image Zoom on Hover */
.product-categories-box:hover .popular-categories-img img {
  transform: scale(1.08);
}

/* Product Content */
.product-categories {
  padding: 18px 15px 22px;
}

.product-list-box {
  text-align: center;
}

/* Product Name */
.product-name {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
}

.product-name:hover {
  color: var(--color-e3000f); /* brand color */
}

/* Optional: Cursor Pointer */
.product-categories-box a {
  cursor: pointer;
}


/* products */


/* services */


/* Service Home Cards */

.service-home {
    background-color: var(--color-ffffff);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: -1px 3px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    /* text-align: center; */
    margin-bottom: 30px;
}

.service-home img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.service-home-text img {
    width: 70px;
    position: absolute;
    background: var(--color-e3000f);
    border-radius: 6px;
    right: 20px;
    top: -40px;
    padding: 10px;
}

.service-home:hover img {
    transform: scale(1.05);
}

.service-home-text {
    position: relative;
    padding: 25px 20px;
}

.service-home-text .div-title {
    font-family: var(--font-family-Swis721);
    font-size: var(--font-size-22);
    color: var(--color-e3000f);
    margin-bottom: 15px;
}

.service-home-text p {
    font-family: var(--font-family-Poppins);
    font-size: 14px;
    color: var(--color-484848);
    margin-bottom: 20px;
    display: -webkit-box;
    line-clamp: 3;
    /* Required for line clamp */
    -webkit-line-clamp: 3;
    /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* Hide the rest of the text */
    text-overflow: ellipsis;
    /* Optional: adds "..." at the end */
}

.service-home-text .downloads-btn {
    width: 100%;
    font-family: var(--font-family-Poppins);
    font-size: var(--font-size-16);
    color: var(--color-000000);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    padding: 0;
    background: transparent;
    border: none;
    justify-content: center;
}

.service-home-text .downloads-btn:hover {
    border: navajowhite;
    color: var(--color-e3000f);
}


/* services */


/* logo-slider */

.marquee-container-right,
.marquee-container-left {
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    width: 100%;
    white-space: nowrap;
}

.marquee-track-right,
.marquee-track-left {
    display: inline-flex;
}

.marquee-track-right {
    animation: marquee-right 40s linear infinite;
}

.marquee-track-left {
    animation: marquee-left 40s linear infinite;
}

.marquee-track-right:hover,
.marquee-track-left:hover {
    animation-play-state: paused;
}

.marquee-track-right img,
.marquee-track-left img {
    height: 100px;
    margin: 0 20px;
    box-shadow: rgba(99, 99, 99, 0.116) 0px 2px 8px 0px;
}


/* Move by 50% of the track's width (1 set of logos) for a seamless loop */

@keyframes marquee-right {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes marquee-left {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}


/* logo-slider */


/* testimonials */

.testimonial-section {
    background: #e2e7ed;
    background-size: cover;
    padding: 100px 0;
}

.testimonial-section .swiper-pagination {
    position: relative;
    margin-top: -33px;
}

.testimonial-section .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    border-radius: 0;
    margin-top: 0;
}

.testimonial-section .swiper-pagination-bullet-active {
    background: #2c2d2e!important;
    border: none;
}

.testimonial-left {
    padding-right: 0px;
    padding-left: 200px;
}

.testimonial-left img {
    width: 120px;
    margin-bottom: 43px;
}

.testimonial-left h3 {
    text-transform: unset;
}

.testimonial-right {
    padding-left: 0px;
}

.testimonial-box {
    position: relative;
}

.testimonial-box h4 {
    font-size: 20px;
    color: var(--color-293035);
    font-weight: bold;
    padding-left: 100px;
}

.testimonial-box h4 span {
    font-weight: 200;
    color: #e3000f;
    display: block;
    font-style: italic;
    font-size: 16px;
}

.testimonial-box p {
    position: relative;
    padding: 80px 40px;
    border-radius: 30px;
    background: var(--color-e3000f);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-Regular);
    margin-bottom: 25px;
}

.testimonial-box p:before {
    width: 100px;
    height: 100px;
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background: #e3000f;
    position: absolute;
    bottom: -38px;
    left: 0;
    z-index: -9;
}

.testimonial-box ul li {
    margin-right: 8px;
}

.testimonial-box ul li img {
    width: 20px;
}

.testimonial-img {
    position: absolute;
    left: 25px;
    bottom: -5px;
}

.testimonial-img img {
    width: 50px;
    object-fit: contain;
}

.testimonial-slider {
    padding: 50px 30px;
    overflow: hidden;
}

.testimonial-slider .swiper-pagination {
    bottom: 20px;
    text-align: right;
    padding-right: 150px;
}

.testimonial-slider .swiper-button-next {
    background-image: unset;
    right: 40px;
    left: auto;
    top: 100%;
    width: 60px;
    height: 60px;
    margin-top: -70px;
    background-color: var(--color-ea7819);
    padding: 15px 15px;
}

.testimonial-slider .swiper-button-next svg path {
    fill: var(--color-ffffff)
}

.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev {
    position: relative;
}

.button-flex {
    display: flex;
    gap: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px;
}

.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev {
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-section .swiper-button-next::after,
.testimonial-section .swiper-button-prev::after {
    content: '';
}

.testimonial-section .swiper-button-next {
    background-image: url('../images/icons/next.png');
}

.testimonial-section .swiper-button-prev {
    background-image: url('../images/icons/prev.png');
    left: 1px;
}

.testimonial-box img {
    width: 60px;
    border-radius: 50%;
}

ul.stars {
    display: flex;
    font-size: 12px;
    position: absolute;
    bottom: 25%;
    left: 10%;
}

ul.stars li {
    font-size: 12px;
    color: var(--color-ffffff);
}


/* testimonial-section */


/* media */

.media {
    background: var(--color-293035);
}

.media-post {
    padding: 0 20px;
}

.media-post h3 {
    margin-bottom: -50px;
    font-family: var(--font-family-Swis721);
    font-weight: var(--font-weight-SemiBold);
    z-index: 99;
    position: relative;
    padding-left: 50px;
    color: #fff;
}

.media img {
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.media img:hover {
    box-shadow: none;
}

.media .container-fluid {
    padding: 0 12%;
}

.media a.downloads-btn {
    float: right;
    margin-top: -55px;
}

a.downloads-btn:hover .media img {
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.media a.downloads-btn:hover {
    color: var(--color-000000) !important;
}

.media .downloads-btn::before {
    display: none;
}


/* media */


/* blogs */

.blogs {
    background: var(--color-e2e7ed);
}
.blogs-top img {
    width: 50%;
}
.blogs-top {
    display: flex;
    gap: 30px;
    background: #fff;
    padding: 20px;
    align-items: center;
    margin-top: 20px;
}

.blog-text h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.blog-text p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    opacity: 0.5;
}

.date {
    font-size: 14px;
}

.blog-text a {
    font-size: 14px;
}

.blog-text a:hover {
    color: var(--color-e3000f);
}

.blog-bottom {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    background: #fff;
    padding: 20px;
}

.blog-bottom img {
    width: 100%;
    height: 220px;
    margin-bottom: 15px;
    object-fit: cover;
}


/* details-page */
/* ===============================
   BLOG DETAIL PAGE STYLING
================================ */

.cs-blog-detail {
    margin-bottom: 30px;
}

/* Title */
.cs-blog-detail h1 {
    margin-bottom: 20px;
    text-transform: unset;
    color: var(--color-293035);
    font-size: 32px;
    line-height: 1.3;
}

/* Featured Image */
.cs-blog-detail .cs-main-post {
    margin-bottom: 25px;
}

.cs-blog-detail .cs-main-post img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Content Wrapper */
.cs-blog-detail .cs-post-option-panel {
    padding-top: 10px;
    width: 100%;
}

/* Paragraph */
.cs-blog-detail .rich-editor-text p {
    clear: both;
    line-height: 26px;
    margin-bottom: 18px;
    color: #555;
    font-size: 15px;
}

/* Headings (your HTML uses h2 & h3) */
.cs-blog-detail .rich-editor-text h2 {
    font-size: 22px;
    margin: 30px 0 12px;
    color: var(--color-293035);
    font-weight: 600;
    position: relative;
    padding-left: 12px;
}

.cs-blog-detail .rich-editor-text h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    height: 18px;
    width: 3px;
    background: #d72832;
}

/* Sub headings */
.cs-blog-detail .rich-editor-text h3, .cs-blog-detail .rich-editor-text h4, .cs-blog-detail .rich-editor-text h5{
    font-size: 17px;
    margin: 18px 0 8px;
    font-weight: 600;
    color: #222;
}
.cs-blog-detail .rich-editor-text h6{
    font-size: 16px;
}

/* Fix bullet text (since you're using <br>) */
.cs-blog-detail .rich-editor-text p br {
    display: block;
    margin-bottom: 6px;
}

/* Add spacing for bullet-style lines */
.cs-blog-detail .rich-editor-text p {
    white-space: normal;
}

/* Optional: highlight bullet points */
.cs-blog-detail .rich-editor-text p:has(br) {
    padding-left: 10px;
}
/* ===============================
   BLOG LIST STYLING (UL / LI)
================================ */

/* UL spacing */
.cs-blog-detail .rich-editor-text ul {
    margin: 15px 0 20px;
    padding-left: 20px;
}

/* LI styling */
.cs-blog-detail .rich-editor-text ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 18px;
    line-height: 24px;
    color: #555;
    font-size: 15px;
}

/* Custom bullet */
.cs-blog-detail .rich-editor-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #d72832;
    border-radius: 50%;
}

/* Remove default bullets */
.cs-blog-detail .rich-editor-text ul {
    list-style: none;
}

/* ===============================
   ORDERED LIST (OL)
================================ */

.cs-blog-detail .rich-editor-text ol {
    margin: 15px 0 20px;
    padding-left: 20px;
    counter-reset: item;
}

.cs-blog-detail .rich-editor-text ol li {
    margin-bottom: 10px;
    line-height: 24px;
    color: #555;
    font-size: 15px;
    position: relative;
    padding-left: 28px;
}

/* Custom numbering */
.cs-blog-detail .rich-editor-text ol li::before {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: #d72832;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
}
/* Responsive */
@media (max-width: 768px) {
    .cs-blog-detail h1 {
        font-size: 24px;
    }

    .cs-blog-detail .rich-editor-text h2 {
        font-size: 20px;
    }

    .cs-blog-detail .rich-editor-text h3 {
        font-size: 16px;
    }
}

/* blogs */


/* career */

.career-section h2 {
    font-weight: 700;
    color: #222;
}

.career-card h4,
.career-job-box h5 {
    margin-bottom: 10px;
    color: #d00000;
}

.career-card p,
.career-job-box p {
    margin-bottom: 0;
    color: #555;
}

.career-btn {
    transition: all 0.3s ease;
}

.career-apply-section label span {
    color: var(--color-e3000f);
}

.career-apply-section label {
    font-size: 16px;
    color: var(--color-484848);
}

.career-btn:hover {
    transform: scale(1.05);
}

.career-apply-section input,
.career-apply-section textarea {
    background-color: transparent !important;
    border: 1px solid #2e2e2e1c !important;
    ;
    color: var(--color-484848) !important;
}

.career-apply-section form {
    margin-top: 30px;
}

.career-apply-section a {
    margin-top: 30px;
}


/* career */


/* contact-us */

.form-bg {
    background: linear-gradient(0deg, rgba(41, 48, 53, 1) 50%, rgba(226, 231, 237, 1) 50%);
}

form.row.g-4 {
    background: #e3000f;
    /* margin-top: -300px; */
    /* margin-bottom: -270px; */
    padding: 50px 100px;
    z-index: 99;
    position: relative;
}

form.row.g-4 h2 {
    text-transform: unset;
}

.form input.form-control,
.form .form-group textarea {
    background-color: transparent !important;
    border: 1px solid #ffffff99;
    color: var(--color-ffffff) !important;
}

.career-section input.form-control,
.career-section .form-group textarea {
    color: var(--color-282728) !important;
}

.form button {
    border: none;
    background: transparent;
}

.form-group textarea {
    width: 100%;
    border: 1px solid #ffffffbd;
    border-radius: 0;
    margin-bottom: 25px;
    height: 150px;
}

form input::placeholder,
textarea::placeholder {
    color: var(--color-ffffff) !important;
    opacity: 0.8 !important;
    ;
}


/* contact-us */

.card {
    width: 92%;
    padding: 50px 15px;
    /* border-radius: 26px; */
    background: #78d0f4;
    border: none;
    height: 100%;
    text-align: center;
    align-items: center;
    position: relative;
}

.card img {
    width: 80px;
    background: var(--color-e3000f);
    margin-bottom: 20px;
    position: absolute;
    padding: 15px;
    top: -30px;
    left: 25px;
    box-shadow: rgba(0, 0, 0, 0.33) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.card p {
    padding: 0;
    margin: 0;
}


/* card */

.overview {
    position: relative;
    padding-top: 200px;
}

img.about-image {
    width: 100%;
    box-shadow: rgb(255 0 0) -50px -50px 0px 20px;
    border-radius: 0;
    margin-left: -100px;
}

img.img-2 {
    width: 70%;
    height: 100%;
    margin-top: -80px;
    float: right;
    margin-right: 50px;
    z-index: 99;
    position: relative;
    box-shadow: rgb(99 99 99) 0px 2px 8px 0px;
}

.overview .design {
    position: absolute;
    width: 10%;
    right: 0;
    top: 10px;
    opacity: 0.2;
    z-index: -9;
}

.overview-text p {
    text-align: justify;
}

.amol {
    background: var(--color-e3000f);
    position: relative;
}

.core-values {
    background: var(--color-293035);
    position: relative;
}

img.anchor {
    position: absolute;
    width: 18%;
    right: 0;
    top: -100px;
}

img.core-img {
    width: 100%;
    border-radius: 26px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.core-content {
    padding-left: 50px;
}

.core {
    margin-top: 50px;
}

ul.core li img {
    width: 45px;
}

ul.core li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 35px;
}

.core-text h5,
.core-text p {
    margin-bottom: 0;
}

.core-text p {
    margin-bottom: 0;
    opacity: 0.5;
}


/* about-page */


/* contact */

.contact {
    padding: 100px 0;
    position: relative;
}

.form-control {
    font-family: var(--font-family-Poppins);
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: white;
    color: #333;
    transition: border-color 0.3s, box-shadow 0.3s;
}

textarea.form-control {
    resize: vertical;
}

.form-group {
    position: relative;
}


/* Social Icons Styling */

.social ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding-left: 0;
    margin: 0;
}

.social li {
    list-style: none;
}


/* Responsive Adjustments */

@media (max-width: 767px) {
    .contact {
        padding: 50px 0;
    }
}


/* footer */

.footer {
    width: 100%;
    background-color: var(--color-293035);
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

.footer .transparent-font h3 {
    text-transform: capitalize;
    color: #000000;
    opacity: 0.1;
    margin-bottom: -50px;
    justify-content: center;
}

.footer .container {
    position: relative;
    z-index: 99;
}

.footer-box {
    padding-top: 50px;
}

.addres-section {
    padding-right: 10rem;
}

.footer-logo-section {
    padding-right: 15px;
}

.footer-logo {
    width: 60%;
    margin-bottom: 15px;
}

h3.let {
    font-size: var(--font-size-50);
    font-weight: var(--font-weight-SemiBold);
}

.footer p {
    font-size: 14px;
}

.footer p span {
    font-size: 16px;
    font-weight: var(--font-weight-SemiBold);
    display: block;
    margin: 10px 0;
}

.footer-social ul {
    display: flex;
}

.footer-social ul li {
    float: left;
    margin-right: 18px;
}

.footer-social ul li i {
    font-size: 26px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.footer-social ul li i:hover {
    color: var(--color-e3000f);
}

.footer-top-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

h3.footer-heading {
    font-size: var(--font-size-19);
    font-weight: var(--font-weight-Bold);
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--color-e3000f);
    padding-left: 0px;
}

.footer-menu ul li a:hover i {
    color: var(--color-e7e6e6);
}

.footer-menu ul li a:hover {
    color: var(--color-e3000f);
}

.footer-menu ul li i {
    font-size: 14px;
    margin-right: 10px;
    color: #fff;
    transition: 0.5s;
}

.footer-menu ul li a {
    width: fit-content;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: var(--font-weight-Regular);
}

.footer-menu ul li a:hover {
    margin-left: 8px;
}

.footer-social {
    margin-top: 40px;
}

ul.footer-contact li {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    /* align-items: center; */
    flex-direction: row;
    text-align: center;
}

ul.footer-contact li p {
    margin: 0;
    color: var(--color-e2e7ed);
    font-weight: var(--font-weight-Regular);
    font-family: var(--font-family-Poppins);
    font-size: var(--font-size-19);
    margin-bottom: -5px;
}

ul.footer-contact li a,
ul.footer-contact li p {
    font-size: 16px;
    font-weight: var(--font-weight-Regular);
    margin: 0;
    color: #dbdbdb;
    line-height: 24px;
    text-align: left;
}

ul.footer-contact li a:hover {
    color: var(--color-e3000f);
}

ul.footer-contact li i {
    color: var(--color-e3000f);
}

.details {
    display: flex;
    gap: 10px;
    flex-direction: row;
}

ul.footer-menu li a {
    color: #fff;
    font-size: 14px;
}

ul.footer-menu li a:hover {
    color: var(--color-e3000f);
}


/* copy-right  */

.copy-right {
    background-color: var(--color-293035);
    padding: 25px 0;
    margin-top: 50px;
}

.copy-right p,
.copy-right p a {
    font-size: var(--font-size-16);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-Regular);
    margin-bottom: 0;
}

.copy-right p span {
    float: right;
}

.copy-right p a {
    color: var(--color-e3000f);
}

img.elipse-footer {
    position: absolute;
    width: 20%;
    bottom: 10px;
    bottom: 110px;
    z-index: 9;
}

.social-footer ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-footer ul li a {
    color: var(--color-ffffff);
}

.social-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
}

.social-footer li a:hover {
    color: var(--color-e3000f);
}


/* breadcrumber */

section.breadcrumber-section {
    position: relative;
    height: 680px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.breadcrumb-content {
    margin-top: 15px;
    color: #fff;
    width: 60%;
}

.breadcrumb-content .section-subtitle {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.breadcrumb-content p {
    font-size: 16px;
    line-height: 1.6;
}

h2.page-title {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}

.breadcrumber-inner-section {
    display: flex;
    align-items: end;
    height: 100%;
    position: absolute;
    width: 100%;
    bottom: 65px;
}

ul.breadcrumber-list {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 18px;
    width: 100%;
    padding: 10px 0px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0) 52%);
}

ul.breadcrumber-list:before {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
}

.breadcrumber-card {
    width: 100%;
}

.page-title-area li a {
    font-size: 16px;
    line-height: normal;
    font-weight: var(--font-weight-Regular);
    color: var(--color-ffffff);
}

ul.breadcrumber-list li a:hover {
    color: var(--color-e3000f);
}

ul.list-unstyled li i {
    font-size: 18px !important;
}

ul.breadcrumber-list li a {
    padding-right: 16px;
}

section.breadcrumber-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7063200280112045) 100%);
}


/* page-title-area */

.page-title-area {
    height: 500px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
}

section.page-title-area.d-flex {
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
}

.page-title-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .7;
    background: linear-gradient(45deg, black, transparent);
}

.page-title-area .title-item {
    position: relative;
    z-index: 1;
    text-align: left;
}

.page-title-area .title-item .section-title {
    color: var(--color-e7e6e6);
    padding-top: 100px;
    font-size: var(--font-size-50);
    margin-bottom: 15px;
    font-family: var(--font-baloo-bhai-2);
}

.page-title-area .title-item ul li {
    font-size: 18px;
    list-style-type: none;
    display: inline-block;
    position: relative;
    padding-right: 3px;
    color: var(--color-e7e6e6);
}

.page-title-area .title-item ul li:nth-last-child(1)::before {
    display: none;
}

.page-title-area .title-item ul li::before:last-child {
    display: none;
}

.page-title-area .title-item ul li a:hover {
    color: var(--color-e3000f);
}

.page-title-area ul {
    display: flex;
    gap: 10px;
}


/* page-title-area */


/* produst-details */


/* Product Tabs at the top */

.product-tabs {
    position: relative;
    /* display: flex; */
    /* gap: 15px; */
    border-bottom: none;
    padding-bottom: 0;
    background: #fff;
    justify-content: center;
}

.product-tabs button {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: var(--font-weight-Medium);
    padding: 12px 40px;
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
    cursor: pointer;
    position: relative;
    color: #333;
    transition: color 0.3s;
}

.fancybox__container {
    z-index: 9999;
}

.product-tabs button.active {
    color: #ffffff;
    z-index: 9;
}


/* Sliding indicator under product tabs */

.product-tabs .tab-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    background: var(--color-e3000f);
    transition: left 0.3s ease, width 0.3s ease;
}

.tabs button.active {
    background-color: #e3000f;
    color: white;
}

div#productTabsFilter {
    text-align: center;
    display: flex;
    justify-content: center;
}

button.product-filter-btn {
    width: 250px;
    margin: 0;
    border: none;
    background: #efefef;
    border: 1px solid rgb(0 0 0 / 9%);
    /* border: none; */
    font-size: 16px;
    font-weight: var(--font-weight-Medium);
    padding: 5px;
    cursor: pointer;
    position: relative;
    color: #333;
}

.products-inner-tabs {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
    pointer-events: none;
    /* Prevent clicks when hidden */
    position: absolute;
    width: 100%;
}

.products-inner-tabs.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    position: relative;
}

.product-filter-btn.active {
    background-color: #e3000f;
    color: white;
    border-radius: 16px 16px 0 0;
}

.products-inner-tabs {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-bottom: 50px;
}

.products-inner-tabs {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.product-tab-content {
    display: none;
    width: 100%;
    left: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
    /* display: none; */
}

.product-tab-content.active {
    opacity: 1;
    transform: translateY(0);
    /* display: block; */
    position: relative;
    display: block;
}

.products-inner-tabs.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.tab-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 15px;
}

.description ul li {
    width: fit-content;
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
}
.product-page .description ul {
    justify-content: flex-start;
}
/* Custom red bullets for product tab lists */
.product-page .description ul li,
.ul1 .li1 {
    display: block !important;   /* important to show ::before */
    position: relative;
    margin-bottom: 10px;
    /* padding-left: 18px; */
    line-height: 24px;
    color: #555;
    border-left: 3px solid #ff000080;
}

/* Bullet */
.product-page .description ul li::before
.ul1 .li1::before {
    content: "•";        /* bullet symbol */
    position: absolute;
    left: 0;
    top: 0;
    color: #d72832;      /* red color */
    font-size: 18px;
    line-height: 1;
}

.description ul li img {
    width: 90px;
}

.description h5 {
    font-size: 16px;
}


/* Product header & body */

.product-header h2 {
    font-size: 25px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: var(--color-e3000f);
}

.product-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.product-body .product-image {
    padding: 0;
    position: relative;
    max-width: 32.24%;
    overflow: hidden;
   
}


h4.image-title {
    background: var(--color-e3000f);
    margin: 0;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    z-index: 99;
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: 0;
}

.product-body .product-image img {
     border-radius: 26px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 100%;
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.product-body .swiper-button-prev,
.product-body .swiper-container-rtl .swiper-button-next {
    left: 0;
    background-color: #e2e7ed;
    background-size: 35%;
    border-radius: 2px;
}
.product-body .swiper-button-next,.product-body .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background-size: 35%;
    background-color: #e2e7ed;
    border-radius: 2px;
}
.product_thumbs_view {
    margin-top: 15px;
}

.product_thumbs_view .swiper-slide{
        cursor: pointer;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.product_thumbs_view .swiper-slide,.product_thumbs_view .swiper-slide img {
    border-radius: 8px;
}



.product_thumbs_view .swiper-slide-thumb-active {
    border-color: red; /* active color */
}



.product-body .product-details {
    flex: 2 1 auto;
}

.product-page p a {
    color: red;
    font-weight: var(--font-weight-SemiBold);
}

.product-page p {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: var(--font-weight-Medium);
    line-height: 24px;
    color: var(--color-484848);
}

.product-details ul {
    margin-top: 25px;
}

.product-page ul li {
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: normal;
    margin-bottom: 10px;
    font-family: var(--font-family-sora);
    position: relative; /* Needed for pseudo-element */
    padding-left: 15px; /* Space for the icon */
}

.product-page ul li::before {
    content: "\f0da"; /* Font Awesome caret-right unicode */
    font-family: "Font Awesome 6 Free"; /* Make sure FA is loaded */
    font-weight: 900; /* Solid style */
    color: var(--color-e3000f);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tab-content li::before{
    display: none;
}
    

/* Inner tabs inside each product */

.product-page .tabs {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #eee;
    margin-top: 50px;
    padding-bottom: 0px;
    justify-content: center;
}

.product-page .tabs button {
    background: none;
    border: none;
    font-size: 16px;
    padding: 6px 10px;
    cursor: pointer;
    color: #333;
    transition: color 0.3s;
}

.product-page .tabs button.active {
    color: var(--color-e3000f);
    border-bottom: 2px solid var(--color-e3000f);
}

.view-more {
    display: inline-block;
    color: var(--color-282728);
    /* initial color */
    text-decoration: none;
    font-weight: bold;
    transition: color 0.4s ease-in-out;
}

.view-more:hover {
    color: #e3000f;
    /* animate to this color */
}


/* Inner tab content inside products */

.product-page .tab-content {
    display: none;
    margin-top: 15px;
    animation: fadeIn 0.3s ease;
}

.product-page .tab-content.active {
    display: block;
}

ul.approvals {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

ul.approvals li {
    width: 100px;
}


/* Simple fade in for inner content */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.download-section {
    text-align: center;
    margin-top: 20px;
    /* text-align: left; */
    margin-top: 80px;
}

.download-section {
    text-align: center;
    margin: 50px 0;
    position: relative;
}

.arrow-stack {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-top: -10px;
}

.arrow {
    font-size: 10px;
    height: 0px;
    line-height: 6px;
    margin: 0 10px;
    color: #333;
    opacity: 0;
    animation: fade 1.5s infinite;
}


/* Stagger delays for each arrow */

.arrow:nth-child(1) {
    animation-delay: 0s;
}

.arrow:nth-child(2) {
    animation-delay: 0.2s;
}

.arrow:nth-child(3) {
    animation-delay: 0.4s;
}

.arrow:nth-child(4) {
    animation-delay: 0.6s;
}

.arrow:nth-child(5) {
    animation-delay: 0.8s;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        color: #ff0000;
    }
    /* optional: fade to red color */
    100% {
        opacity: 0;
    }
}

.download-section h4 {
    display: flex;
    font-size: 18px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 16px;
    color: var(--color-e3000f);
    padding-bottom: 15px;
    justify-content: center;
    align-items: center;
}

.download-section .download-btn {
    display: inline-block;
    background-color: var(--color-e3000f);
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s;
}

.download-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.6);
    animation: fadeInBg 0.4s ease forwards;
}

.download-modal .modal-content {
    background: #ffffff;
    margin: 10% auto;
    padding: 30px 25px;
    border-radius: 12px;
    width: 90%;
    max-width: 420px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    animation: slideIn 0.5s ease forwards;
    font-family: 'Helvetica Neue', sans-serif;
}

.download-modal input::placeholder {
    color: var(--color-000000) !important;
    opacity: 0.8 !important;
    ;
}

.close-modal {
    color: #888;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

.close-modal:hover {
    color: #000;
}

form#download-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.download-modal h3 {
    margin: 0 0 10px;
    font-size: 22px;
    color: var(--color-e3000f);
    text-align: center;
}

.download-modal p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    text-align: center;
}

.download-modal a {
    margin-top: 30px;
}

#download-form input {
    width: 100%;
    padding: 8px 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s;
}

#download-form input:focus {
    border-color: var(--color-e3000f);
    outline: none;
}


/* Fade background animation */

@keyframes fadeInBg {
    from {
        background: rgba(0, 0, 0, 0);
    }
    to {
        background: rgba(0, 0, 0, 0.6);
    }
}


/* Slide modal from top animation */

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


/* products-tetails */

.nav-tabs {
    border-bottom: none;
}

.sidenav,
.mobile-toggle {
    display: none;
}

.mobile {
    display: none !important;
}


/* back to top */

#button {
    display: inline-block;
    background-color: var(--color-e3000f);
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 30px;
    right: 15px;
    border-radius: 50%;
    transition: background-color .3s, opacity .5s, visibility .5s;
    visibility: hidden;
    z-index: 1000;
    border: 2px solid var(--color-ffffff);
    text-decoration: none;
    opacity: 0;
}

#button::after {
    content: "\2191";
    font-family: 'bootstrap-icons';
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    line-height: 38px;
    color: var(--color-ffffff);
    text-decoration: none;
    border: 0;
}

#button:hover {
    cursor: pointer;
    border: 2px solid var(--color-e3000f);
    background-color: var(--color-ffffff);
}

#button:hover:after {
    color: var(--color-e3000f);
}

#button:active {
    border: 2px solid var(--color-e3000f);
    background-color: var(--color-ffffff);
}

#button.show {
    opacity: 1;
    visibility: visible;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

#whatsapp.show {
    opacity: 1;
    visibility: visible;
    text-decoration: none;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}

.whatsapp-btn {
    position: fixed;
    bottom: 195px;
    opacity: 1;
    right: 15px;
    z-index: 999;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #25D366;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
}

.whatsapp-btn i {
    color: #fff;
    font-size: 20px;
    animation: beat 2s ease-in-out infinite;
    text-decoration: none;
    line-height: 0px;
}

.phone-btn {
    position: fixed;
    bottom: 142px;
    right: 15px;
    z-index: 999;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border: 1px solid #fff;
    background: var(--color-e3000f);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.phone-btn i {
    color: #fff;
    font-size: 18px;
}


/*Estilos solo al icono whatsapp*/


/*Estilos con animation contorno respirando*/

@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


/*Estilos de animacion del icono latiendo*/

@keyframes beat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.sticky_share_btn {
    position: fixed;
    right: 15px;
    bottom: 250px;
    z-index: 999;
}

.share-toggle,
.fixed_share ul.listing>li {
    font-size: 20px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    background: #fff;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.share-toggle i {
    color: var(--color-e3000f);
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}

ul.listing {
    list-style: none;
    display: none;
}

.fixed_share ul.listing>li {
    margin-bottom: 10px;
}

.fixed_share ul.listing>li>a {
    display: block;
    width: 70%;
    height: auto;
    color: var(--color-e3000f);
    text-align: center;
}

.share-toggle:hover,
.fixed_share ul.listing>li:hover {
    background: var(--color-e3000f);
}

.share-toggle:hover i,
.fixed_share ul.listing>li:hover a {
    color: var(--color-ffffff);
}

.share-toggle a {
    color: var(--color-e3000f);
}

.get-in-touch p {
    width: 1100px;
}

button.submit {
    border: 1px solid var(--color-e7e6e6);
    padding: 10px 30px;
    background: var(--color-e7e6e6);
    font-size: var(--font-size-16);
    text-transform: uppercase;
    font-weight: var(--font-weight-SemiBold);
    color: #fff;
}

.contact-info {
    display: flex;
    flex-direction: column;
    background-image: url(../);
    background: #000 url(../images/form-bg.jpg) center no-repeat;
    background-size: cover;
    align-items: flex-start;
    color: #fff;
    padding: 50px;
    justify-content: center;
    /* border-radius: 36px 0 0 36px; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contact-page form {
    padding: 28px 50px !important;
}
.contact-info .social{
    margin-top: 0 ;
}
.social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.social ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social ul li i {
    font-size: 20px;
}

.social ul li {
    display: flex;
    align-items: center;
}

.social li a:hover {
    color: var(--color-e3000f);
}

.contact-info a {
    color: var(--color-ffffff);
}

.contact-info a:hover {
    color: var(--color-e2e7ed);
}

.map-container iframe {
    height: 500px;
}

.map-container p {
    padding: 0 20%;
    margin-bottom: 50px;
}


/* main-sus */


/* category-listing */

.custom-sidebar a.border-bottom {
    padding-bottom: 1px;
    margin-bottom: 10px;
    color: #000;
    display: block;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    ;
    gap: 20px;
}


/* Sidebar */

.custom-sidebar {
    background-color: var(--color-ffffff);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.custom-sidebar h5 {
    color: var(--color-484848);
    font-size: var(--font-size-25);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.custom-sidebar ul li {
    margin-bottom: 10px;
}

.custom-sidebar a {
    color: var(--color-484848);
    text-decoration: none;
    font-size: var(--font-size-17);
    transition: all 0.3s ease;
}

.custom-sidebar a.active {
    color: var(--color-e3000f);
    font-weight: bold;
}

.custom-sidebar a:hover {
    color: var(--color-e3000f);
}

.custom-sidebar i {
    transition: transform 0.3s ease;
}

.custom-sidebar a:hover i {
    transform: rotate(15deg) scale(1.2);
}


/* Product Card */

.custom-product-card {
    background-color: var(--color-ffffff);
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.custom-product-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.4s ease;
}

.custom-product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.custom-product-card:hover img {
    transform: scale(1.05);
}

.custom-product-name {
    font-size: var(--font-size-19);
    font-weight: bold;
    margin-top: 12px;
    color: var(--color-293035);
}

.custom-product-category {
    font-size: var(--font-size-16);
    color: var(--color-c2c4c6);
    margin-bottom: 10px;
}


/* View More Button */

.view-more {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    background-color: var(--color-e3000f);
    padding: 2px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: var(--font-weight-Regular);
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.view-more:hover {
    background-color: var(--color-282728);
    /* new background */
    color: #fff;
    /* keep text white */
}

.no-transitions .product-item {
    transition: none !important;
}


/* Sticky button */

.chat-btn {
    position: fixed;
    bottom: 90px;
    right: 15px;
    background: #e3000f;
    border: 1px solid var(--color-e3000f);
    color: white;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -ms-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    z-index: 1000;
}

.chat-btn:hover {
    background: #fff;
    color: var(--color-e3000f);
}


/* Chat form box */

.chat-form {
    position: fixed;
    bottom: 90px;
    right: 80px;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    padding: 15px;
    opacity: 0;
    transform: translateY(50px) scale(0.95);
    transition: all 0.4s ease;
    pointer-events: none;
    z-index: 1000;
}

.chat-form.show {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.chat-form h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #e3000f;
    text-align: center;
}

.chat-form input,
.chat-form textarea {
    font-family: var(--font-family-Poppins);
    width: 100%;
    padding: 0px 6px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 12px;
}

.chat-form input::placeholder,
.chat-form textarea::placeholder {
    color: var(--color-282728)!important;
}

.chat-form textarea {
    height: 60px;
}

.chat-form form button {
    background: #e3000f;
    color: white;
    border: none;
    padding: 2px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    transition: background 0.3s;
}

.chat-form form button:hover {
    background: #b8000c;
}


/* Close button */

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #666;
}

.close-btn:hover {
    color: #e3000f;
}

.report-slider {
    position: relative;
    overflow: hidden;
    padding: 20px;
    padding-bottom: 50px;
}

.report-pdf {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    padding: 15px;
    height: 100%;
}

.report-pdf:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

img.pdf-img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    margin-bottom: 15px;
}

.pdf-text {
    text-align: center;
}

.pdf-text p {
    font-size: 14px;
}

.report-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px;
}

.blog-text p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
    min-height: 48px;
}

.btn-pdfs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.btn-pdfs img {
    width: 30px;
    transition: transform 0.3s ease;
}

.btn-pdfs img:hover {
    transform: scale(1.1);
}

.btn-pdfs .read-more {
    font-size: 12px;
    font-weight: 600;
    color: #e3000f;
    text-decoration: none;
    transition: color 0.3s ease;
}

.btn-pdfs .read-more:hover {
    color: #b1000b;
}


/* Swiper pagination styling */

.swiper-pagination-bullet {
    background: #dbdbdb !important;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #e3000f;
}


/* steps */

.steps-navbar {
    position: sticky;
    top: 132px;
    background: var(--color-ffffff);
    z-index: 99;
    border-radius: 0 0 12px 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--color-e7e6e6);
    text-align: center;
}

.steps-navbar ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    justify-content: center;
}

.steps-navbar li {
    padding: 10px 20px;
    cursor: pointer;
    transition: color 0.3s;
    font-size: var(--font-size-16);
}

.steps-navbar li.active {
    color: var(--color-e3000f);
    font-weight: bold;
}

.steps-indicator {
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: var(--color-e3000f);
    transition: all 0.3s ease;
    left: 0;
    width: 0;
}

.step-item {
    position: relative;
    padding: 50px 0;
    border-bottom: 1px solid var(--color-c2c4c6);
}

.step-item:last-child {
    border-bottom: none;
}

.step-number {
    font-size: 100px;
    font-weight: bold;
    color: #e3000f;
    margin-bottom: 10px;
    position: absolute;
    right: 0;
    top: 50px;
    opacity: 0.5;
}

section.example-report .swiper-pagination-bullet-active {
    background: #e3000f !important;
}

.step-title {
    font-size: var(--font-size-26);
    margin-bottom: 15px;
    color: var(--color-282728);
}

.step-text {
    padding-left: 50px;
}

.step-content img {
    max-width: 30%;
    margin-bottom: 15px;
}

.step-content {
    display: flex;
    align-items: center;
}

.step-text {
    padding-left: 30px;
}
.blogs .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.blogs .pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-293035);
    background-color: var(--color-ffffff);
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blogs .pagination .page-numbers:hover {
    background-color: var(--color-e3000f);
    color: #fff;
}

.blogs .pagination .page-numbers.current {
    background-color: var(--color-e3000f);
    color: #fff;
    cursor: default;
}

.blogs .pagination .page-numbers.next {
    font-weight: 600;
    padding: 0 16px;
    background-color: var(--color-e2e7ed);
}

.blogs .pagination .page-numbers.next:hover {
    background-color: var(--color-e3000f);
    color: #fff;
}

/* Optional disabled state */
.blogs .pagination .page-numbers.disabled {
    pointer-events: none;
    opacity: 0.6;
}


/*search*/

/* Main dropdown */
.ajax-search-list{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 425px; /* UPDATED */
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
    overflow-y: auto;
    z-index: 9999;
}

/* List reset */
ul.ajax-search-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Item */
ul.ajax-search-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--color-e2e7ed);
    transition: background 0.25s ease;
    cursor: pointer;
}

ul.ajax-search-list li:hover {
    background: var(--color-e7e6e6);
}

ul.ajax-search-list li:last-child {
    border-bottom: none;
}

/* Image – UPDATED SIZE */
ul.ajax-search-list .pro-img {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #f9f9f9;
    border: 1px solid var(--color-e2e7ed);
}

ul.ajax-search-list .pro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Product name */
ul.ajax-search-list .pro-name a {
    font-size: 15px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    transition: color 0.2s ease;
}

ul.ajax-search-list li:hover .pro-name a {
    color: var(--color-e3000f);
}

#ajax-search-container {
    position: relative;
}

/* When loading */
#ajax-search-container.loading .ajax-search-list {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Loader animation */
#ajax-search-container.loading::after {
    content: "";
    width: 36px;
    height: 36px;
    border: 3px solid var(--color-e2e7ed);
    border-top-color: var(--color-e3000f);
    border-radius: 50%;
    animation: ajaxSpin 0.9s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}

/* Hide results while loading */
#ajax-search-container.loading ul.ajax-search-list {
    opacity: 0;
}

/* Spinner animation */
@keyframes ajaxSpin {
    to { transform: rotate(360deg); }
}

/* Scrollbar */
.ajax-search-list::-webkit-scrollbar {
    width: 6px;
}

.ajax-search-list::-webkit-scrollbar-thumb {
    background: var(--color-e3000f);
    border-radius: 4px;
}
div.ajax-search-list p {
    text-align: center;
    margin: 0;
    padding: 4px 0;
}

