:root {
    --primary-color: #E1B649;
    --secondary-color: #E1B649;
    --dark-color: #161616;
    --light-bg: #E8E0D3;
    --gray-color: #AEAEAE;
    --soft-yellow: #FFF5DF;
    --text-white: #FFF;
    --light-pink: #F8F8F8;

    --bg-light-gray: #D1C8B947;

    --base-font-size: 16px;
    font-size: var(--base-font-size);
}

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body */
body {
    font-family: "Quicksand", sans-serif;
    color: var(--dark-color);
    font-size: 1rem;
    /* 16px */
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}

/* Lists */
ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Links */
a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--secondary-color);
}

/* Responsive Typography */
h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
}

h2 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 700;
}

h3 {
    font-size: clamp(1.25rem, 3vw, 2rem);
    font-weight: 700;
}

h4 {
    font-size: clamp(1rem, 2.5vw, 1.75rem);
    font-weight: 700;
}

h5 {
    font-size: 1rem;
    font-weight: 700;
}


p {
    font-size: clamp(0.875rem, 1.2vw, 1rem);
    line-height: 1.6;
}

.bg-light {
    background-color: var(--bg-light-gray);
}

.btn-2 {
    background: var(--dark-color);
    font-size: 1rem;
    color: #fff;
    padding: 7px 30px;
    display: inline-block;
    border: none;
    font-weight: 600;
    border-radius: 0;
    transition: 0.4s;
}

.btn-2:hover {
    background: #F4C430;
    color: black;
}

/* Section Spacing */
.section-space {
    margin-top: clamp(2.2rem, 5vw, 3.75rem);
}

.section-space-pt {
    padding-top: clamp(2.2rem, 5vw, 3.2rem);
}

.section-space-pb {
    padding-bottom: clamp(2.2rem, 5vw, 3.2rem);
}

/* Header */
.top-nav {
    background-color: var(--primary-color);
    font-family: "Jost", sans-serif;
}

/* Navbar */
.navbar-nav {
    gap: clamp(1rem, 2vw, 1.875rem);
}

/* Navbar Links */
#navbarNav #mega-menu-menu-1 li a.mega-menu-link {
    color: var(--dark-color) !important;
    text-transform: uppercase !important;
    font-family: "Jost", sans-serif !important;
    font-size: clamp(0.875rem, 1.2vw, 0.875rem) !important;
    padding: 0 15px !important;
    background: none !important;
}

#navbarNav #mega-menu-menu-1 li a.mega-menu-link:hover {
    color: var(--secondary-color) !important;
    background: none !important;
}

#navbarNav #mega-menu-menu-1 li.mega-current-menu-item a.mega-menu-link,
#navbarNav #mega-menu-menu-1 li.mega-current-menu-ancestor a.mega-menu-link {
    background: none !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu {
    top: 57px;
    background: #fff !important;
}

.navbar .collapse:not(.show) {
    display: block;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #212529 !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle {
    background: none !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-current_page_item a {
    color: var(--primary-color) !important;
}

/* Navbar new css */
/* .navbar-expand-lg .navbar-nav > li .sub-menu {
    display: none;
} */
#mega-menu-wrap-menu-1 {
    background: none !important;
}

/* Navbar new css end */

/* Active Menu Item */
.navbar-nav .current-menu-item a,
.navbar-nav .current-menu-ancestor a {
    color: var(--secondary-color);
}



/* Home Hero */
.hero-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-slide {
    position: relative;
    width: 100%;
}

.hero-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hero-slide-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-white);
    border-radius: 10px;
}

.hero-slide-content h2 {
    font-weight: 300;
    font-size: clamp(0.8rem, 2.2vw, 1.1rem);
    text-transform: uppercase;
    letter-spacing: clamp(0.2rem, 0.4vw, 0.35rem);
    margin-bottom: 1rem;
    font-family: "Rubik", sans-serif;
}

.hero-slide-content h1 {
    font-weight: 400;
    letter-spacing: clamp(0.3rem, 0.7vw, 0.6rem);
    font-size: clamp(1.2rem, 3vw, 2.2rem);
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    line-height: clamp(1.8rem, 4vw, 3.2rem);
}


.hero-slide-content h1 span {
    color: var(--primary-color);
}

.hero-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.hero-slider .slick-dots li {
    list-style: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
    background-color: white;
    border: 2px solid var(--gray-color);
    transition: all 0.3s ease;
}

.hero-slider .slick-dots li.slick-active {
    border: 2px solid var(--primary-color);
    background-color: var(--text-white);
}

.hero-slider .slick-dots li button {
    display: none;
}


.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 20px;
    background: white;
    color: black;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.btn:hover {
    background: #F4C430;
    color: black;
}

.custom-list {
    list-style-type: disc;
    padding-left: clamp(1rem, 2vw, 2rem);
}


.section-bg::before {
    content: "";
    height: 45vh;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: var(--gray-color);
    position: absolute;
    opacity: 0.4;
    z-index: -1;
}

.mission-vision-goal {
    position: relative;
    padding-top: 6vw;
    padding-bottom: 0;
    z-index: 1;
}

.mission-vision-goal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url('../../assets/images/section-image-1.jpg') no-repeat center/cover;
    width: 100%;
    height: 90%;
    z-index: -1;
}

.mvg-card {
    background: #fff;
    padding: 2rem;
    text-align: center;
    box-shadow: 0rem 0.4rem 1rem rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.mvg-card:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0rem 2.4rem 2rem rgba(0, 0, 0, 0.1);
}

.mvg-card::before {
    content: "";
    position: absolute;
    top: -8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 113%;
    height: 11rem;
    background: var(--primary-color);
    border-radius: 50%;
    transition: background 0.3s ease-in-out;
}

.mvg-card:hover::before {
    background: var(--gray-color);
}

.row.equal-height {
    display: flex;
    flex-wrap: wrap;
}


/* Home Product Slider */
.product-slider {
    margin-top: 20px;
}

.product-item {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 0 1px;
}

.product-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.product-item img {
    width: 100%;
    height: auto;
}

.product-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    color: var(--text-white);
    padding: 8px 25px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 1.8rem;
    z-index: 1;
    letter-spacing: 0.4rem;
}

.product-slider .slick-prev,
.product-slider .slick-next {
    background: var(--dark-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -25px;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 1.6rem;
}

.product-slider .slick-prev {
    left: 47%;
}

.product-slider .slick-next {
    right: 47%;
}



/* style */
.step {
    margin: auto;
}

.connector-line {
    max-width: 120px;
    width: 100%;
    height: 2px;
    background-color: #d4af37;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}

.dot {
    width: 13px;
    height: 13px;
    background-color: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    visibility: hidden;
}

@keyframes followBorder {
    0% {
        top: 47%;
        left: -8px;
    }
    25% {
        top: -8px;
        left: -6px;
    }
    65% {
        top: -8px;
        left: 100%;
        transform: translateX(-50%);
    }
    85% {
        top: 47%;
        left: calc(103% - 8px);
    }
    100% {
        top: 47%;
        left: 130%;
    }
}

@keyframes followBorderLastStep {
    0% {
        top: 47%;
        left: -8px;
    }
    25% {
        top: -8px;
        left: -6px;
    }
    65% {
        top: -8px;
        left: 100%;
        transform: translateX(-50%);
    }
    100% {
        top: 47%;
        left: calc(103% - 8px);
    }
}

.first-step {
    margin-left: 0;
}

.last-step {
    margin-right: 0;
}

/* style */

/* .line-container {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: var(--light-bg);
    max-width: 80px;
}

.moving-circle {
    position: absolute;
    top: -5px;
    left: 0;
    width: 15px;
    height: 15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid var(--primary-color);
    animation: moveArrow 2.5s linear infinite;
    transform: rotate(90deg);
}

@keyframes moveCircle {
    0% { left: 0; }
    100% { left: 100%; }
} */


.process-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 2vw;
    gap: 2%;
}

.step {
    position: relative;
    width: 15%;
    text-align: center;
    padding: 0.8rem;
    background: white;
    border: 0.2rem dashed var(--primary-color);
    border-radius: 0.5rem;
    z-index: 2;
}

.step h4 {
    font-size: 20px;
}

.step-circle {
    position: absolute;
    top: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 5rem;
    height: 5rem;
    background: var(--primary-color);
    color: var(--dark-color);
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.5rem;
    z-index: 9;
}

.step-circle span {
    font-size: 1rem;
}

.step-content {
    padding-top: 2rem;
    background-color: var(--soft-yellow);
    border-radius: 10px;
}

.step img {
    width: 100%;
    height: auto;
    border-radius: 0.3rem;
}

.arrow-down {
    position: absolute;
    right: 200px;
    bottom: 10rem;
}

.industries-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    background: white;
    padding: 3rem 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 13vw;
    left: -31vw;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.industries-content {
    position: relative;
    top: 18%;
}

.industries-content-slider.fadein .industries-box {
    animation: fadeInCustom 0.6s ease-in-out forwards;
}

@keyframes fadeInCustom {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

.industries-content-h,
.industries-content-p {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;

}

.industries-content-slider.fadein .industries-content-h,
.industries-content-slider.fadein .industries-content-p {
    animation: fadeInCustomtwo 0.6s ease-in-out forwards;
    animation-delay: 0.3s;
}

@keyframes fadeInCustomtwo {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

.industry-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.industry-item img {
    background: var(--primary-color);
    padding: 10px;
    height: 80px;
    width: 80px;
}

.industry-item h4 {
    font-size: 1rem;
    margin: 0;
    margin-bottom: 8px;
}

.industry-item p {
    margin-bottom: 0;
}

.custom-arrows {
    margin-top: 1rem;
    display: flex;
    gap: 4rem;
    font-weight: 400;
    font-size: 3rem;
    cursor: pointer;
    transition: 0.3s;
}



.brand-logos {
    background: url("../../assets/images/brands-bg.png") no-repeat center/cover;
}



.award-item {
    gap: 20px;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

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

.award-item img {
    border-radius: 5px;
    object-fit: cover;
}

.award-content h4 {
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}

.award-content .honour {
    color: var(--primary-color);
    margin-top: 5px;
}

.awards-slider-arrows {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 10px;
    position: absolute;
    top: 50%;
    right: 0.5rem;
}

.awards-slider-arrows button {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.awards-slider-arrows button:hover {
    color: var(--primary-color);
}

/* Product Listing */
.tags .badge {
    background-color: var(--soft-yellow);
    border-radius: 0
}

.product-card {
    border: 1px solid var(--primary-color);
    padding: 10px;
    background: var(--soft-yellow);
}

.product-card img {
    width: 100%;
    height: 450px !important;
    object-fit: cover;
    object-position: top;
    transform: scale(1);
    transition: 0.4s;
}

.product-card .product-image {
    overflow: hidden;
}

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

.product-actions {
    background: var(--primary-color);
    padding: 10px;
    font-weight: bold;
}

.btn-cart,
.btn-enquiry {
    text-decoration: none;
    padding: 5px 15px;
}

.btn-cart:hover,
.btn-enquiry:hover {
    color: var(--dark-color);
}

.separator {
    margin: 0 10px;
    font-weight: bold;
}

.product-details {
    padding: 10px;
    font-size: 14px;
}

.product-meta {
    font-size: 12px;
}

.category-buttons {
    display: flex;
    gap: 15px;
}

.category-button {
    padding: 6px 35px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.category-button.active {
    background: var(--primary-color);
    font-weight: bold;
}

.category-button:hover {
    background: var(--primary-color);
    color: var(--dark-color);
}

.filter-options input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 18px;
    height: 18px;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    color: var(--primary-color);
}

.filter-options input[type="checkbox"]:checked {
    background-color: var(--primary-color);
}

.filter-options input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.similar-products {
    background-color: var(--bg-light-gray);
}


/* Common banner  */
.inner-bg {
    background: url("../../assets/images/inner-bg.png") no-repeat center/cover;
    position: relative;
}

.inner-bg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, #1622330A 30%, #0000002b 100%);
    z-index: 0;
}

.inner-bg .fw-bold,
.inner-bg p {
    position: relative;
    z-index: 1;
}

/* Product Listing */
#filter-sidebar {
    background-color: var(--light-pink);
}



.woocommerce-cart-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.woocommerce-cart-table th {
    background-color: #F9F9F9;
    padding: 10px;
    text-align: center;
}

.woocommerce-cart-table thead {
    border: 1px solid #EBEBEB;
}

.woocommerce-cart-table td {
    background-color: var(--light-pink);
    border: 1px solid #EBEBEB;
    padding: 10px;
    text-align: center;
}

.product-thumbnail {
    width: 80px;
    height: auto;
}

.comment-box {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.remove-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: red;
    font-size: 18px;
}

.remove-btn:hover {
    color: darkred;
}

.cart-form .form-control {
    background-color: var(--light-pink);
    border: 1px solid #EBEBEB;
    padding-left: 2.5rem;
    position: relative
}

.cart-form .form-logo {
    position: absolute;
    top: 41%;
    z-index: 99;
    margin-left: 0.5rem
}

.cart-form .form-logo-textarea {
    top: 13%;
}

.single .blog-content ul {
    padding-left: 28px;
}

.single .blog-content li {
    list-style: disc;
}

.single .bg-warning,
.page-template-blog .bg-warning {
    background-color: var(--primary-color) !important;
}


/* Footer */

.footer {
    background: var(--light-bg);
    font-weight: 600;
}

.footer-text {
    max-width: 90%;
    font-size: 0.875rem;
}

.footer-bg {
    background: url("../../assets/images/footer-bg.png") no-repeat center/cover;
}

.footer p,
footer a {
    font-size: 0.875rem;
}

footer a:hover {
    color: var(--dark-color);
}

.footer-br {
    border-top: 1px solid var(--dark-color);
    max-width: 200px;
    height: 3px;
}

.footer-line::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 70%;
    background-image: url("../../assets/images/Line 28.svg");
    background-repeat: no-repeat;
    background-position: right;
}

.subscription-box {
    max-width: 500px;
    margin-left: auto;
}

.subscription-box p {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 0 !important;
}

.input-group {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.input-group-text {
    background: var(--text-white);
    border: none;
    font-size: 1rem;
    padding: 0.75rem;
}

.form-control {
    border: none;
    font-size: 0.875rem;
    padding: 0.75rem;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    border: none;
}

.subscribe-btn {
    background: var(--primary-color);
    color: var(--dark-color);
    font-weight: bold;
    padding: 0.75rem 1rem;
    border: none;
    transition: 0.3s;
    margin-top: 0;
    font-size: 1rem;
    border-radius: 0;
}

.subscribe-btn:hover {
    background: var(--primary-color);
    color: var(--text-white);
}

.subscription-box span .wpcf7-not-valid-tip {
    display: none;
}

/* contact us page css  */
.contact-page {
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(to top, #16223300 51%, #0000000f 101%);
}

.contact-page .contact-details {
    background-color: var(--bg-light-gray);
    border: 1px solid #D2C5AF;
    padding: 25px;
    margin-right: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 87%;
}

.contact-page .contact-details .footer-text {
    max-width: 90%;
    font-size: 0.875rem;
}

.contact-page .contact-details p,
.contact-page .contact-details a {
    font-size: 0.875rem;
}

.contact-page .contact-details p {
    padding-left: 26px;
}

.contact-page .contact-details .footer-br {
    border-top: 1px solid var(--dark-color);
    max-width: 200px;
    height: 3px;
}

.contact-page .contact-details .social-icon.text-center {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.contact-page .contact-details .social-icon.text-center img {
    max-width: 24px;
    height: auto;
}

.contact-page .contact-form .form-control {
    border: none;
    border-bottom: 1px solid var(--dark-color);
    border-radius: 0;
    background: transparent;
}

.contact-page .contact-form input.form-control {
    height: 25px;
    padding: 0 5px;
}

.contact-page .contact-form textarea.form-control {
    border: 1px solid var(--dark-color);
}

.contact-page .contact-form .form-floating {
    position: relative;
    margin-bottom: 90px;
}

.contact-page .contact-form .textarea-div {
    margin-top: 35px;
}

.contact-page .contact-form .btn-2 {
    margin-top: 40px;
    float: right;
}

.contact-page .contact-form .form-floating>label {
    font-size: 1.125rem;
    background: transparent !important;
}

.contact-page .contact-bg-text {
    color: #e8e0d34a;
    font-size: clamp(1.5rem, 23vw, 21rem);
    text-align: center;
    line-height: 0.8;
    margin-bottom: -5%;
}

/* about us css  */
.about-p {
    line-height: 2;
}

.about-1-h {
    font-size: clamp(1.2rem, 4vw, 1.6rem);
    position: relative;
    width: max-content;
    padding-bottom: 22px;
}

.about-1-h::after {
    position: absolute;
    content: "";
    width: 70%;
    height: 14px;
    background-color: var(--primary-color);
    left: 0;
    bottom: 0;
}

.about-2 {
    background-color: var(--bg-light-gray);
}

.about-2 .row {
    position: relative;
}

.about-2 .text-box-new {
    background: #fff;
    padding: 25px;
    position: relative;
    left: -20%;
    right: 0;
    width: 120%;
    margin-top: 17%;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 18px 68px -20px, rgba(0, 0, 0, 0.3) 0px 7px 30px -30px;
}

.about-2 .text-box-new h4 {
    font-size: clamp(1.5rem, 2.5vw, 1.5rem);
    margin-bottom: 10px;
}

.about-2 .text-box-new p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.quote-p {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 700;
    position: relative;
    left: 50%;
    transform: translateX(-50%) !important;
    width: 65%;
    top: 12%;
}

.quote-p:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 18px;
    background-image: url('../images/quote.svg');
    left: -17%;
    top: -14%;
    background-repeat: no-repeat;
    background-size: contain;
}

.quote-p:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 18px;
    background-image: url('../images/quote.svg');
    right: -17%;
    bottom: -7%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: scaleX(-1);
}

.small-heading {
    font-size: 1.25rem;
}

.about-3-h {
    font-size: clamp(1.5rem, 2.5vw, 1.5rem);
}

.about-3 .row {
    position: relative;
}

.about-3 .row:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 50%;
    background-image: url('../images/half-circle.png');
    top: 2%;
    left: 10%;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-3 .text-box,
.about-3 .about-3-img {
    position: relative;
    z-index: 2;
}

header .main-nav.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    transition: 0.3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#product-listing .pagination {
    justify-content: center;
    gap: 30px;
    padding-top: clamp(2.2rem, 5vw, 3.2rem);
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-button:focus:not(:focus-visible) {
    box-shadow: none;
}

#order-quantity {
    margin-top: 6px;
}

/* workflow css  */
.workflow-content {
    display: flex;
    justify-content: center;
}

.workflow-bg-1 {
    background-color: var(--primary-color);
}

.workflow-bg-2 {
    background-color: #E3E3E3;
}

.workflow-text {
    padding: 20px 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    writing-mode: sideways-lr;
    padding-top: 60px;
    margin-bottom: 0;
}

.workflow-text-box {
    max-width: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: -1px;
}

.workflow-img {
    position: relative;
    z-index: 2;
    border: 8px solid #F1F1F1;
    border-radius: 50%;
    max-width: 140px;
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: -40px;
}

.workflow-bottom {
    height: 65px;
    width: 100%;
}

.workflow-content .box {
    text-align: center;
    width: 100%;
    align-content: end;
    animation-duration: 1s;
}

/* .box-1 .workflow-text-box, .box-1 .workflow-img{
    animation-delay:0.2s;
}
.box-2 .workflow-text-box, .box-2 .workflow-img{
    animation-delay:0.4s;
}
.box-3 .workflow-text-box, .box-3 .workflow-img{
    animation-delay:0.6s;
}
.box-4 .workflow-text-box, .box-4 .workflow-img{
    animation-delay:0.8s;
}
.box-5 .workflow-text-box, .box-5 .workflow-img{
    animation-delay:1s;
}
.box-6 .workflow-text-box, .box-6 .workflow-img{
    animation-delay:1.2s;
}
.box-7 .workflow-text-box, .box-7 .workflow-img{
    animation-delay:1.4s;
}
.animate__slideUp {
    animation-name: slideUp;
    animation-duration: 1s;
    animation-fill-mode: both;
}
@keyframes slideUp{
    0% {
        transform: translateY(35px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
} */

.workflow-col {
    position: relative;
}

.workflow-line {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #ccc;
    overflow: hidden;
    bottom: 26px;
}

.workflow-line .arrow {
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    width: 40px;
    height: 4px;
    background-color: red;
    animation: moveArrow 2s ease-out forwards;
    /* Only once, then stop at end */
    animation-delay: 1s;
}

.workflow-line .arrow::after {
    content: '➤';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: red;
}

@keyframes moveArrow {
    0% {
        left: -40px;
    }

    100% {
        left: calc(100% - 40px);
        /* Stops exactly at the end */
    }
}


/* hero slider */

.hero-slider h2,
.hero-slide h1,
.hero-slide a.btn {
    opacity: 0;
}

.hero-slider .hero-animation h2,
.hero-slider .hero-animation h1 {
    animation: fadeInUp 0.8s ease-in-out forwards;
    animation-delay: 0s;
}

.hero-slider .hero-animation a.btn {
    animation: fadeInUp 0.8s ease-in-out forwards;
    animation-delay: 0.6s;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

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

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

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

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

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

#page.site {
    overflow-x: hidden;
}

.image-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: 0.4s;
}

.image-popup-overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

.image-popup-overlay .close-popup {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

/* ---------------------Infrastructure page css--------------------- */

.gallery-section .tabs {
    margin-bottom: 30px;
    text-align: center;
}

.gallery-section .category-button.active {
    background: var(--primary-color);
    font-weight: bold;
}

.gallery-section .image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-section .image-item {
    width: calc(33.8% - 20px);
    display: block;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.gallery-section .image-item img {
    width: 100%;
    display: block;
    transition: 0.8s;
    aspect-ratio: 418/279;
    object-fit: cover;
}

.gallery-section .image-item:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 102%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 2;
    opacity: 0;
    transition: 0.4s;
}

.gallery-section .image-item:hover:after {
    opacity: 0.5;
    width: 100%;
}

.gallery-section .image-item:hover img {
    transform: scale(1.2);
}


.cart-items-count {
    font-size: 0.7rem;
    padding: 0.2rem 0.4rem;
    min-width: 1.2rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d4af37;
}