/* Responsive table for product details */
.custom-table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
    .custom-table-responsive table {
        min-width: 600px;
        font-size: 14px;
    }
}
label.required::after {
    content: " *";
    color: red;
    font-weight: bold;
}

/* Global Styles */
@font-face {
    font-family: "TeluguMN";
    src: url("../fonts/TeluguMN.woff2") format("woff2"),
        url("../fonts/TeluguMN.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "TeluguMN";
    src: url("../fonts/TeluguMN.woff2") format("woff2"),
        url("../fonts/TeluguMN.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "BebasNeue-Regular";
    src: url("../fonts/TeluguMN.woff2") format("woff2"),
        url("../fonts/TeluguMN.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Nunito";
    src: url("../fonts/TeluguMN.woff2") format("woff2"),
        url("../fonts/TeluguMN.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "MyriadPro";
    src: url("../fonts/TeluguMN.woff2") format("woff2"),
        url("../fonts/TeluguMN.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
/* @font-face {
    font-family: "TeluguMN";
    src: url("../fonts/TeluguMN-Bold.woff2") format("woff2"),
        url("../fonts/TeluguMN-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "BebasNeue-Regular";
    src: url("../fonts/BebasNeue-Regular.woff2") format("woff2"),
        url("../fonts/BebasNeue-Regular.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Nunito";
    src: url("../fonts/Nunito-SemiBold.woff2") format("woff2"),
        url("../fonts/Nunito-SemiBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "MyriadPro";
    src: url("../fonts/MyriadPro.woff2") format("woff2"),
        url("../fonts/MyriadPro.woff") format("woff");
    font-weight: normal;
    font-style: normal;
} */
:root {
    /* Brand Colors */
    --main-color: #594530;
    --secondary-color: #4e4e50;
    --primary-color: #c3996b;
    --accent-color: #8b4513;

    /* Neutral Colors */
    --neutral-100: #f5ede6;
    --neutral-200: #e0e0e0;
    --neutral-300: #dedbd8;
    --neutral-400: #d4d4d4;
    --neutral-500: #888;
    --neutral-600: #666;
    --neutral-800: #2a2a2a;
    --neutral-900: #171717;

    /* Text Colors */
    --text-dark: #262626;
    --text-gray: #525252;
    --text-light: #fafafa;
    --text-accent: #333;
    --text-disabled: #61677a;
    /* Backgrounds */
    --bg-light: #fafafa;
    --bg-white: #fff;
    --bg-dark: #333;
    --bg-footer: #2a2a2a;

    /* Borders */
    --border-light: #f5ede6;
    --border-dark: #333;
    --border-gray: #ddd;
    --border-accent: #8b4513;
    --border-neutral: #d0d5dd;

    /* Font Families */
    --font-main: "Inter", sans-serif;
    --font-header: "BebasNeue-Regular", sans-serif;
    --font-nunito: "Nunito", sans-serif;
    --font-telugu: "TeluguMN", sans-serif;
    --font-MyriadPro: "MyriadPro", sans-serif;
    /* Misc */
    --shadow-md: 0 4px 10px rgba(0, 0, 0, 0.2);
    --shadow-xl: 0 8px 30px rgba(0, 0, 0, 0.12);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.1);
    --border-radius-xl: 20px;
    --transition-base: all 0.3s ease;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
tr {
    --bs-table-bg: none !important;
}
.table > :not(caption) > * > * {
    padding: 10px 25px 20px 0px !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}
.careers-main-subtitle {
    max-width: 100%;
    word-wrap: break-word;
    padding-left: 0;
    margin-left: 0;
}

body {
    height: 100%;
    font-family: var(--font-MyriadPro);
    line-height: 1.6;
    color: var(--text-accent);
    background-color: var(--bg-light);
    overflow-x: hidden;
    padding-top: 120px;
}
a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}
@media (min-width: 991.5px) {
    .h-lg-100 {
        height: 100%;
    }
}
.pr-0 {
    padding-right: 0px !important;
}
@media (max-width: 767.5px) {
    .pr-0 {
        padding-right: 0 !important;
        padding-right: 0 !important;
    }
}
.px-12 {
    padding: 0 12px;
}
/* @media (max-width: 576px) {
    .px-12 {
        padding: 0 8px;
    }
} */

.my-50 {
    margin: 50px 0;
}
@media (max-width: 576px) {
    .my-50 {
        margin-top: 30px 0;
    }
}
.mb-70 {
    margin-bottom: 70px !important;
}
@media (max-width: 576px) {
    .mb-70 {
        margin-bottom: 40px !important;
    }
}
.mb-100 {
    margin-bottom: 100px;
}
@media (max-width: 576px) {
    .mb-100 {
        margin-bottom: 50px;
    }
}
.py-50 {
    padding: 50px 0;
}
@media (max-width: 576px) {
    .py-50 {
        padding: 30px 0;
    }
}
.py-100 {
    padding: 100px 0;
}
@media (max-width: 992px) {
    .py-100 {
        padding: 50px 0;
    }
}
.mt-50 {
    margin-top: 50px;
}
@media (max-width: 576px) {
    .mt-50 {
        margin-top: 30px;
    }
}
.mb-50 {
    margin-bottom: 50px;
}
@media (max-width: 576px) {
    .mb-50 {
        margin-bottom: 30px;
    }
}
.g-24 {
    gap: 24px;
}
@media (max-width: 576px) {
    .g-24 {
        gap: 16px;
    }
}
.scroll-up-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background-color: var(--secondary-color);
    color: var(--text-light);
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: var(--shadow-md);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.scroll-up-btn:hover {
    background-color: var(--primary-color);
}

/* Header Styles */
.top-header {
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 8px 0;
    font-size: 12px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    transition: none;
}

.header-text {
    font-size: 12px;
}
.header-social-icons a {
    color: white;
    /* margin-right: 15px; */
    color: var(--text-light);
    /* margin: 0 8px; */
    text-decoration: none;
    font-size: 16px;
    transition: opacity 0.3s;
}

.header-social-icons a:hover {
    opacity: 0.7;
}

/* Navigation Styles */
.navbar {
    padding: 15px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 35px; /* Height of .top-header (adjust if needed) */
    left: 0;
    width: 100%;
    z-index: 1039;
    background: #fff;
    transition: none;
}
.navbar-logo {
    display: flex;
    align-items: center;
    width: 90px;
    height: 56px;
}
.top-header {
    padding: 8px 0;
}
@media (min-width: 1199.98px) {
    .top-header {
        padding: 10px 60px;
    }
}
@media (min-width: 1200px) {
    .navbar-logo {
        margin-right: 20px;
    }
    .navbar {
        padding: 15px 60px;
    }
}
@media (max-width: 1199px) {
    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }
}
.brand-text {
    font-size: 28px;
    font-weight: bold;
    color: var(--accent-color);
}

.search-container {
    position: relative;
    width: 200px;
}

.search-input {
    padding-right: 40px;
    border: 1px solid var(--border-gray);
    border-radius: 5px;
}

.search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--neutral-500);
}
.navbar-nav {
    justify-content: center;
    align-items: center;
}
@media (max-width: 1200px) {
    .navbar-nav {
        justify-content: start;
        align-items: start;
    }
}
.nav-link {
    font-family: var(--font-MyriadPro);
    font-weight: 400;
    font-size: clamp(0.75rem, 0.4659rem + 0.4545vw, 0.875rem) !important;
    color: var(--text-dark) !important;
    margin: 0 clamp(0rem, -9.1023rem + 11.3636vw, 1.125rem) 0 0;

}
@media (max-width: 1051px) {
    .nav-link {
        font-size: 12px !important;
    }
}
.btn-dark {
    background-color: var(--bg-dark);
    border: 1px solid var(--border-light);
    border-radius: 0;
    padding: 8px 20px;
}

.btn-outline-dark {
    border: 1px solid var(--border-dark);
    color: var(--text-accent);
    padding: 8px 20px;
    border-radius: 4px;
}

/* Hero Section */
.hero-section {
    /* padding: 100px 100px 50px; */
}
/* Shop Now BUTTON COMPONENT */
.rotating-button-wrapper {
    position: relative;
    width: 100px;
    height: 100%;
    font-family: var(--font-MyriadPro);
    line-height: 1.6;
    color: var(--text-accent);
}
.rotating-button {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid var(--text-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: rotateText 6s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
}

.rotating-text {
    font-size: 0.65rem;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transform: rotate(0deg);
}

.arrow-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--text-accent);
    z-index: 2;
}

@keyframes rotateText {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.company-name {
    font-size: clamp(0.75rem, 0.6986rem + 0.2571vw, 0.93rem);
    color: var(--neutral-400);
    margin-bottom: 6px;
    font-weight: 400;
}

.homepage-hero-title {
    font-family: var(--font-telugu);
    font-weight: 250;
    font-size: clamp(2.5rem, 1.8036rem + 3.4821vw, 4.9375rem);
    
    letter-spacing: 0%;
    color: var(--text-light);
    margin-bottom: 6px;
}

.homepage-hero-description {
    font-weight: 400;
    font-size: clamp(1rem, 0.9286rem + 0.3571vw, 1.25rem);
    
    letter-spacing: 0%;
    color: var(--neutral-400);
    margin-bottom: 32px;
}
@media (min-width: 991px) {
    .homepage-hero-description {
        line-height: 24px;
    }
}
.product-image {
    text-align: center;
}

.product-image img {
    max-width: 100% !important;
    height: 100% !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.guarantee-badge {
    display: inline-block;
    /* margin-top: 30px; */
}

.badge-content {
    width: 100px;
    height: 100px;
    border: 3px solid var(--accent-color);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--bg-white);
}

.badge-number {
    font-size: 24px;
    font-weight: bold;
    color: var(--accent-color);
}

.badge-text {
    font-size: 10px;
    color: var(--accent-color);
    text-align: center;
    line-height: 1.2;
}

/*common styles*/
.section-label {
    font-family: var(--font-MyriadPro);
    font-weight: 400;
    font-size: clamp(0.625rem, 0.5536rem + 0.3571vw, 0.875rem);
    
    letter-spacing: 0%;
    margin-bottom: 18px;
}

/* About Section */

/* .section-label {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
} */

.section-title {
    font-family: var(--font-telugu);
    font-weight: 400;
    font-style: Regular;
    font-size: clamp(
        1.75rem,
        1.2679rem + 2.4107vw,
        3.4375rem
    ); /* leading-trim: NONE; */
    
    letter-spacing: 0%;
    color: var(--text-dark);
}
@media (min-width: 991px) {
    .mb-24 {
        margin-bottom: 24px;
    }
}

.years-cards {
    display: flex;
    background-color: var(--secondary-color);
    border-radius: 10px;
    color: var(--neutral-100);
    padding: 74.3px 20px;
    border: 1px solid var(--primary-color);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media (max-width: 991.5px) {
    .years-cards {
        padding: 40px 20px;
        margin: 1rem 0 1rem;
    }
}
@media (max-width: 768px) {
    .years-cards {
        margin-top: 24px;
    }
}
.about-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.8;
}

.stats-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    height: 100%;
}

.large-stat {
    grid-row: 1 / 3;
    background-color: var(--bg-dark);
    color: var(--text-light);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    border-radius: 10px;
}

.large-stat .stat-number {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.large-stat .stat-label {
    font-size: 18px;
    color: var(--neutral-400);
}

.stats-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stat-card {
    background: var(--bg-white);
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    /* margin-top: 16px; */
}

.stat-card .stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--text-accent);
    margin-bottom: 10px;
}

.stat-card .stat-label {
    font-size: 14px;
    color: var(--text-gray);
}
.about-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1.13px solid var(--primary-color); */
    border-radius: 4px;
    /* padding: 24px; */
}
/* @media (min-width: 991px) {
    .about-image-container {
        max-height: 375px; 
    }
    .about-image img {
        object-fit: cover;
    }
} */
.about-image {
    border-radius: 10px;
    overflow: hidden;
    /* height: 100%; */
    width: 100%;
}
.about-description {
    font-family: var(--font-MyriadPro);
    font-weight: 400;
    font-size: clamp(0.625rem, 0.5536rem + 0.3571vw, 0.875rem);
    line-height: 150%;
    letter-spacing: 0%;
    color: #262626;
}
@media (max-width: 768px) {
    .about-image {
        width: 100%;
        height: 300px;
    }
    .about-image-container {
        padding: 20px;
        margin-top: 33px;
    }
    .about-image img {
        height: 100%;
    }
}
@media (max-width: 991.5px) {
    .p-sm-md-0 {
        padding: 0 !important;
    }
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* max-height: 357px; */
}

/* Features Section */
/* XL and up: EXACT 126px gap between the 4 items */
@media (min-width: 1200px) {
    .features-section .features-row {
        --bs-gutter-x: 0; /* kill row gutters just here */
        display: flex;
        flex-wrap: nowrap; /* keep all 4 on one line */
        gap: 126px; /* exact space between items */
        align-items: center;
        justify-content: center;
    }

    /* Make each col width account for the 3 gaps: (100% - 3*126px)/4 */
    .features-section .features-row > [class^="col-"],
    .features-section .features-row > [class*=" col-"] {
        flex: 0 0 calc((100% - 3 * 126px) / 4);
        max-width: calc((100% - 3 * 126px) / 4);
        padding-left: 0;
        padding-right: 0;
    }
}

/* If you want this ONLY on xl (not xxl), use this instead:
@media (min-width:1200px) and (max-width:1399.98px) { ... }
*/

.features-section {
    padding: 70px 0 50px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
@media (max-width: 991.5px) {
    .feature-item {
        flex-direction: column;
        text-align: center;
    }
}
.feature-item img {
    width: 35px !important;
    height: 35px !important;
}
.feature-icon {
    width: 80px;
    height: 80px;
    border: 2px solid var(--text-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 0 auto 20px; */
    background: var(--bg-white);
}

.feature-icon i {
    color: var(--text-accent);
}

.feature-title {
    font-family: MyriadPro;
    font-weight: 600;
    font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
    line-height: 33.25px;
    text-transform: capitalize;
}
@media (min-width: 1199.99px) and (max-width: 1399.98px) {
    .feature-title {
        font-size: 12px !important;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
    }

    .hero-description {
        font-size: 16px;
    }

    .stats-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .large-stat {
        grid-row: auto;
    }

    .products-image {
        grid-column: 1;
    }

    .search-container {
        width: 100%;
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
        letter-spacing: 1px;
    }

    .hero-section {
        padding: 40px 0;
    }

    .about-section {
        padding: 20px 0;
    }

    .features-section {
        padding: 40px 0;
    }

    .stat-card .stat-number {
        font-size: 2rem;
    }

    .large-stat .stat-number {
        font-size: 3rem;
    }
}

/* Additional responsive utilities */
@media (max-width: 991px) {
    .navbar-nav {
        margin-top: 15px;
    }

    .navbar-nav .nav-link {
        margin: 5px 0;
    }
}
/* Common videos and news Section Styles */
/* .videos-section,



.section-header {
    margin-bottom: 40px;
}

/* Videos Section */
/* .content-wrapper {
    padding-right: 20px;
} */

.content-text {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
    text-align: justify;
}

.channel-link,
.view-all-link,
.view-more-link {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: clamp(0.875rem, 0.8036rem + 0.3571vw, 1.125rem);
    
    letter-spacing: 0%;
    color: #262626;
    padding-bottom: 4px; /* spacing from text to underline */
    text-decoration: none;
    transition: transform 0.3s ease;
    white-space: nowrap;
}
.channel-link::after,
.view-all-link::after,
.view-more-link::after,
.blog-details::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; /* aligns it just below the padding */
    width: 100%;
    height: 2px;
    background-color: #222;
}

.channel-link:hover,
.view-all-link:hover,
.view-more-link:hover {
    color: #666;
    text-decoration: none;
}

.channel-link i,
.view-all-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.channel-link:hover i,
.view-all-link:hover i {
    transform: translateX(5px);
}

/* Video Placeholder */
.video-placeholder {
    background-color: var(--neutral-200);
    width: 100%;
    height: 300px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.video-desc {
    font-family: MyriadPro;
    font-weight: 400;
    font-style: Regular;
    font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
    line-height: 150%;
    letter-spacing: 0%;
}
.btn-close {
    z-index: 9999 !important;
}
.play-button {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-button:hover {
    /* background-color: rgba(0, 0, 0, 0.8); */
    transform: scale(1.1);
}

.play-button i {
    color: var(--text-light);
    font-size: 24px;
    margin-left: 4px;
}
.video-wrapper {
    position: relative;
    background-color: var(--neutral-300);
    height: 300px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    border-radius: 8px;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.play-button {
    width: 114px;
    height: 86px;
    background: transparent;
    border: 11px solid var(--neutral-500);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button i {
    font-size: 32px;
    color: #514d4a;
    margin-left: 4px;
}

/* Common Section Styles */
/* .categories-section,
.most-popular-section {
    padding: 80px 0;
} */

.most-popular-section {
    /* background-color: #f8f9fa; */
}

.section-header {
    margin-bottom: 50px;
}

/* .section-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    font-weight: 400;
    text-transform: none;
} */

/* Categories Section Styles */
.categories-section {
    padding: 80px 0;
    text-align: center;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.category-card {
    display: flex;
    text-align: center;
    background-color: transparent;
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.category-card:hover {
    transform: translateY(-5px);
    /* box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); */
}

.category-icon {
    color: var(--accent-color);
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.category-title {
    font-weight: 600;
    font-size: 1.3rem;
    color: var(--neutral-900);
    margin-bottom: 10px;
}

.category-description {
    font-weight: 400;
    font-size: 1rem;
    color: var(--text-gray);
}

/* Most Popular Section Styles */
.most-popular-section {
    padding: 50px 0;
}
@media (max-width: 576px) {
    .most-popular-section {
        padding: 40px 0;
    }
}
/* Most Popular Section - Fixed CTA Layout */
.popular-container {
    position: relative;
    display: flex;
    align-items: stretch;
}

.fixed-cta-block {
    flex: 0 0 300px;
    order: 2;
    z-index: 10;
}

.popular-swiper {
    flex: 1;
    order: 1;
    padding: 20px 0 60px 0;
    overflow: hidden;
    padding-left: 50px;
}

.swiper-slide {
    height: auto;
}

.product-card {
    /* background: white; */
    /* border-radius: 12px; */
    overflow: hidden;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
    transition: all 0.3s ease;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.product-image {
    width: 100%;
    height: 221px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.product-content {
    padding: 20px;
}

.product-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--neutral-900);
    margin-bottom: 8px;
}

.product-description {
    font-size: 14px;
    color: var(--text-gray);
    margin-bottom: 0;
}
.product-details-img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
    cursor: pointer;
}
/* Fixed Call to Action Card */
.fixed-cta-block .cta-card {
    background: var(--main-color);
    height: 292px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    /* position: sticky; */
    top: 20px;
}

.fixed-cta-block .cta-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(139, 69, 19, 0.3);
}

.cta-content {
    text-align: center;
    color: var(--text-light);
}

.cta-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.cta-arrow {
    font-size: 24px;
    transition: transform 0.3s ease;
}

.fixed-cta-block .cta-card:hover .cta-arrow {
    transform: translateX(10px);
}

/* Swiper Navigation - Adjusted for new layout */
.swiper-button-next,
.swiper-button-prev {
    color: var(--accent-color);
    background: var(--bg-white);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--primary-color);
    color: var(--text-light);
    transform: scale(1.1);
}

/* .swiper-button-next {
    right: -25px;
} */

.swiper-button-prev {
    /* left: -25px; */
}

/* Swiper Pagination */
.swiper-pagination {
    bottom: 20px;
}

.swiper-pagination-bullet {
    background: var(--accent-color);
    opacity: 0.3;
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
}

/* Responsive Design for Fixed CTA Layout */
@media (max-width: 1200px) {
    .dropdown-menu.show.inner-toggle {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .popular-container {
        gap: 20px;
    }

    .fixed-cta-block {
        flex: 0 0 250px;
    }

    .swiper-button-next {
        right: 10px;
    }

    .swiper-button-prev {
        left: 10px;
    }
}

@media (max-width: 992px) {
    .popular-container {
        flex-direction: column;
        gap: 30px;
    }

    .fixed-cta-block {
        flex: none;
        order: 1;
    }

    .popular-swiper {
        order: 2;
    }

    .fixed-cta-block .cta-card {
        height: 120px;
        position: static;
    }

    .cta-title {
        font-size: 1.3rem;
    }

    .cta-arrow {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .categories-section,
    .most-popular-section {
        padding: 50px 0;
    }

    .popular-container {
        gap: 20px;
    }

    .product-image {
        height: 180px;
    }

    .product-content {
        padding: 15px;
    }

    .product-title {
        font-size: 1.1rem;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .categories-section,
    .most-popular-section {
        padding: 40px 0 !important;
    }

    .product-image {
        height: 160px;
    }

    .cta-title {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }

    .cta-arrow {
        font-size: 16px;
    }

    .popular-swiper {
        padding: 10px 0 50px 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}
/* projects and our clients section */
/* Common Section Styles */
/* Projects Slider - Multi-image layout */
.projects-slider-container {
    position: relative;
    overflow: hidden;
}

.project-text {
    font-weight: 400;
    font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
    line-height: 150%;
    letter-spacing: 0%;
    color: #262626;
}
.projects-swiper {
    overflow: visible;
    padding: 0 10px;
}

.projects-swiper .swiper-slide {
    width: auto;
    margin-right: 15px;
}

.project-slide {
    position: relative;
    width: 280px;
    height: 350px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.project-slide:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

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

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    pointer-events: none;
}

.project-annotations {
    position: relative;
    width: 100%;
    height: 100%;
}

.annotation {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    padding: 6px 10px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    font-style: italic;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Annotation positions for handwritten style */
.annotation-1 {
    top: 15%;
    left: 10%;
    transform: rotate(-2deg);
}
.annotation-2 {
    top: 45%;
    left: 5%;
    transform: rotate(1deg);
}
.annotation-3 {
    top: 65%;
    right: 15%;
    transform: rotate(-1deg);
}
.annotation-4 {
    bottom: 15%;
    left: 20%;
    transform: rotate(2deg);
}
.annotation-5 {
    top: 25%;
    right: 10%;
    transform: rotate(1deg);
}
.annotation-6 {
    bottom: 30%;
    left: 15%;
    transform: rotate(-1deg);
}
.annotation-7 {
    top: 20%;
    left: 15%;
    transform: rotate(-2deg);
}
.annotation-8 {
    bottom: 25%;
    right: 20%;
    transform: rotate(1deg);
}
.annotation-9 {
    top: 30%;
    left: 20%;
    transform: rotate(2deg);
}
.annotation-10 {
    bottom: 20%;
    right: 15%;
    transform: rotate(-1deg);
}
.annotation-11 {
    top: 35%;
    right: 10%;
    transform: rotate(1deg);
}
.annotation-12 {
    bottom: 35%;
    left: 10%;
    transform: rotate(-2deg);
}
.annotation-13 {
    top: 25%;
    left: 25%;
    transform: rotate(1deg);
}
.annotation-14 {
    bottom: 30%;
    right: 25%;
    transform: rotate(-1deg);
}

/* Projects Pagination */
.projects-pagination {
    position: relative !important;
    margin-top: 30px;
    text-align: center;
}

.projects-pagination .swiper-pagination-bullet {
    background: #ddd;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.projects-pagination .swiper-pagination-bullet-active {
    background: #333;
    transform: scale(1.3);
}

/* Responsive adjustments for projects slider */
@media (max-width: 768px) {
    .project-slide {
        width: 220px;
        height: 280px;
    }

    .projects-swiper .swiper-slide {
        margin-right: 10px;
    }

    .annotation {
        font-size: 9px;
        padding: 4px 8px;
    }
}

@media (max-width: 576px) {
    .project-slide {
        width: 180px;
        height: 240px;
    }

    .projects-swiper .swiper-slide {
        margin-right: 8px;
    }

    .annotation {
        font-size: 8px;
        padding: 3px 6px;
    }
}

/* Clients Section */
.clients-swiper {
    padding: 20px 0;
}
.clients-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.clients-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 72px !important; */
    /* height: 72px !important; */
    background: transparent !important;
    box-shadow: none;
}

.client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    box-shadow: none;
    border: none;
}

.client-logo img {
    width: 85px !important;
    height: 80px !important;
    object-fit: fill;
    background: transparent !important;
    box-shadow: none;
    border-radius: 0;
    display: block;
}
@media (max-width: 576px) {
    .client-logo img {
        width: 56px !important;
        height: 56px !important;
    }
}
/* Footer */

.footer-section {
    background-color: var(--bg-footer);
    color: var(--text-light);
    padding: 40px 0;
}

.social-links a {
    color: var(--text-light);
    margin-left: 15px;
    font-size: 18px;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: var(--neutral-400);
}

/* Responsive Design */
@media (max-width: 992px) {
    .projects-content {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .view-more-link {
        align-self: flex-end;
    }
    .section-header {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .projects-section,
    .clients-section {
        padding: 50px 0;
    }

    .project-slide {
        height: 300px;
    }

    .annotation {
        font-size: 10px;
        padding: 6px 10px;
    }

    .client-logo {
        height: 100px;
    }

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

@media (max-width: 576px) {
    .projects-section,
    .clients-section {
        padding: 40px 0;
    }

    .project-slide {
        height: 250px;
    }

    .client-logo {
        height: 80px;
    }

    .logo-placeholder {
        font-size: 12px;
    }

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

/* Loading animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.project-slide,
.client-logo {
    animation: fadeInUp 0.6s ease forwards;
}

/* Hover effects */
.project-slide:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

/* Focus states for accessibility */
.view-more-link:focus,
.blog-details:focus,
.btn-dark:focus,
.form-control:focus,
.footer-links a:focus,
.social-icon:focus,
.footer-legal a:focus {
    /* outline: 2px solid var(--accent-color);
    outline-offset: 2px; */
}
.form-control:focus {
    outline: none;
    border: unset;
    box-shadow: 0 0 0 0.1rem var(--main-color) !important;
}
/* blog and contact us section  */
/* Common Section Styles */
.contact-section {
    margin-bottom: 50px;
}
@media (max-width: 576px) {
    .contact-section {
        margin-bottom: 30px;
    }
}
.section-header {
    margin-bottom: 50px;
}

/* .section-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    font-weight: 400;
} */

/* Blog Section */
.blog-card {
    /* background: white; */
    border-radius: 0;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.blog-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.placeholder-image {
    width: 100%;
    height: 100%;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-image i {
    font-size: 40px;
    color: #666;
}

.blog-content {
    padding: 20px 0;
}

.blog-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--neutral-900);
    margin-bottom: 15px;
}

.blog-excerpt {
    font-size: 14px;
    color: var(--text-gray);
    margin-bottom: 20px;
    line-height: 1.6;
    min-height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    box-orient: vertical;
}

.blog-meta {
    /* border-top: 1px solid #eee; */
    padding-top: 15px;
}

.blog-date {
    font-size: 14px;
    color: #888;
}

.blog-details {
    color: #333;
    text-decoration: none;
    font-size: clamp(0.625rem, 0.5536rem + 0.3571vw, 0.875rem);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.blog-details:hover {
    color: #666;
}

.blog-details i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.blog-details:hover i {
    transform: translateX(5px);
}

/* Contact Section */
.contact-info {
    margin-bottom: 30px;
}

.contact-title {
    font-weight: 600;
    font-size: clamp(1rem, 0.9286rem + 0.3571vw, 1.25rem);
    
    letter-spacing: 0%;
    color: #171717;
    margin-bottom: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact-item i {
    font-size: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
    color: #333;
    margin-right: 15px;
    margin-top: 3px;
}

.contact-item p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}
.vertical-divider {
    width: 2px;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent,
        var(--text-accent),
        transparent
    );
    opacity: 1;
}
.quotation-btn {
    font-family: var(--font-MyriadPro);
    border: 1px solid var(--border-neutral) !important;
    font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem) !important;
}
@media (max-width: 1051px) {
    .quotation-btn {
        font-size: 12px !important;
    }
}
.quotation-btn:hover {
    background-color: var(--main-color) !important;
    color: var(--text-light) !important;
    border: 1px solid var(--main-color) !important;
}
.SignOut {
    font-family: var(--font-MyriadPro);
    border: 1px solid transparent !important;
    background-color: var(--main-color) !important;
    color: var(--text-light) !important;
}
.SignOut:hover {
    background-color: var(--main-color) !important;
    color: var(--text-light) !important;
    border: 1px solid var(--main-color) !important;
}
.customized-btn {
    border-radius: 4px !important;
    font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem) !important;
    border: 1px solid #f5ede6 !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    border: 1px solid var(--border-light) !important;
    color: var(--text-light) !important;
    background-color: var(--secondary-color) !important;
}
.customized-btn:hover {
    background-color: var(--main-color) !important;
    color: var(--text-light) !important;
    border-color: var(--main-color) !important;
}
.btn-dark {
    background-color: #333;
    border: none;
    padding: 8px 20px;
    border-radius: 0;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-dark:hover {
    background-color: #555;
}

/* Newsletter Box */
.newsletter-box {
    /* background: white; */
    padding: 30px;
    border-radius: 0;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); */
}

.newsletter-title {
    font-weight: 600;
    font-size: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem);
    
    letter-spacing: 0%;
    color: #171717;
    margin-bottom: 15px;
}

.newsletter-text {
    font-weight: 400;
    font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
    
    letter-spacing: 0%;
    color: #262626;
    margin-bottom: 20px;
}

.newsletter-form .form-control {
    border-radius: 0;
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #ddd;
}

.newsletter-form .form-control:focus {
    box-shadow: none;
    border-color: #333;
}

/* Footer */
.footer-section {
    background-color: var(--bg-footer);
    color: var(--text-light);
    padding: 30px 0;
    font-size: 14px;
}

.social-links a {
    color: var(--text-light);
    margin-left: 15px;
    font-size: 16px;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: var(--neutral-400);
}

/* Responsive Design */
@media (max-width: 992px) {
    .section-header {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .blog-section,
    .contact-section {
        padding: 60px 0;
    }

    .blog-image {
        height: 180px;
    }

    .contact-info {
        text-align: center;
    }

    .contact-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-item i {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .newsletter-box {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .blog-section,
    .contact-section {
        padding: 40px 0;
    }

    .blog-image {
        height: 160px;
    }

    .blog-content {
        padding: 15px 0;
    }

    .blog-title {
        font-size: 1.1rem;
    }

    .blog-excerpt {
        font-size: 13px;
    }

    .contact-title {
        font-size: 1.1rem;
    }

    .newsletter-box {
        padding: 20px;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.blog-card,
.contact-info,
.newsletter-box {
    animation: fadeInUp 0.6s ease forwards;
}
.blog-card:hover {
    padding: 12px;
}
/* Hover effects */
.blog-card:hover .placeholder-image i {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

/* Focus states for accessibility */
.blog-details:focus,
.btn-dark:focus,
.form-control:focus {
    /* outline: 2px solid #333;
    outline-offset: 2px; */
}
/* footer */
/* Footer Styles */
.footer-section {
    background-color: #2a2a2a;
    color: white;
    padding: 60px 0 30px 0;
}

/* Footer Logos */
.footer-logos {
    padding-bottom: 40px;
    border-bottom: 1px solid #444;
}
.footer-logo-img img {
    width: 90px;
    height: 56px;
}
@media (max-width: 768px) {
    .footer-logo-img {
        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .footer-logo-col {
        margin: auto;
        padding-top: 50px;
    }
}
.footer-logo-col {
    gap: 40px;
}
.footer-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    background-color: transparent;
    transition: all 0.3s ease;
}

.footer-logo-item img {
    width: 83px;
    height: 56px;
    object-fit: fill;
}

/* Footer Content */
.footer-content,
.footer-subscribe {
    padding: 50px 0 40px 0;
    text-align: start;
}
.input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 400px;
}

.subscribe-input {
    width: 100%;
    padding: 11px 24px 11px 12px;
    padding-right: 70px;
    font-size: 16px;
    border: none;
    border-radius: 9px;
    background: white;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    outline: none;
    transition: all 0.3s ease;
    color: #333;
}

.subscribe-input::placeholder {
    font-weight: 400;
    font-style: Regular;
    font-size: clamp(0.5rem, 0.4554rem + 0.2232vw, 0.65625rem);
    line-height: 16.5px;
    letter-spacing: 0%;
    color: #525252;
}

/* .subscribe-input:focus {
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
} */

.subscribe-button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    height: 33px;
    background: var(--secondary-color);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: white;
}

.subscribe-button:hover {
    background: #000;
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.subscribe-button:active {
    transform: translateY(-50%) scale(0.95);
}

.subscribe-button svg {
    transition: transform 0.2s ease;
}

.subscribe-button:hover svg {
    transform: translateX(2px);
}

/* Responsive design */
@media (max-width: 480px) {
    h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .subscribe-input {
        padding: 16px 20px;
        padding-right: 65px;
        font-size: 14px;
    }

    .subscribe-button {
        width: 44px;
        height: 44px;
        right: 4px;
    }
}

/* Focus states for accessibility */
.subscribe-button:focus {
    outline: 2px solid white;
    outline-offset: 2px;
}

/* .subscribe-input:focus {
    outline: 2px solid #667eea;
    outline-offset: 2px;
} */
.footer-heading {
    font-size: 15px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
    text-transform: none;
    white-space: nowrap;
}

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

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    display: block;
}

.footer-links a:hover {
    color: white;
}

/* Social Icons */

.social-icons {
    background-color: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #ffffff;
    gap: 16px;

    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    color: #ccc;
}

.social-icon i {
    font-size: 16px;
}

/* Footer Bottom */
.footer-bottom {
    padding-top: 30px;
    border-top: 1px solid #444;
}

.footer-legal {
    display: flex;
    gap: 30px;
}

.footer-legal a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: white;
}

.footer-copyright p {
    margin: 0;
    font-size: 14px;
    color: #ccc;
}
@media (min-width: 767.5px) {
    .footer-copyright p {
        white-space: nowrap;
    }
}
@media (min-width: 991.5px) {
    .footer-content {
        /* text-align: center; */
    }
}
/* Responsive Design */
@media (max-width: 992px) {
    .footer-content {
        padding: 40px 0 30px 0;
        text-align: center;
    }

    .footer-heading {
        font-size: 15px;
    }

    .footer-links a {
        font-size: 13px;
    }
    .social-icons {
        gap: 10px;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .footer-section {
        padding: 40px 0 20px 0;
    }

    .footer-logos {
        padding-bottom: 30px;
    }

    .footer-logo-item {
        width: 70px;
        height: 45px;
        margin: 0 5px;
    }

    .footer-logo-item span {
        font-size: 11px;
    }

    .footer-content {
        padding: 30px 0 20px 0;
        text-align: center !important;
    }

    .footer-heading {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-links a {
        font-size: 12px;
    }

    .social-icons {
        gap: 0px;
        justify-content: center;
    }

    .social-icon {
        width: 35px;
        height: 35px;
    }

    .social-icon i {
        font-size: 14px;
    }

    .footer-bottom {
        padding-top: 20px;
    }

    .footer-legal {
        /* flex-direction: column; */
        gap: 15px;
        /* margin-bottom: 20px; */
        justify-content: space-between;
    }

    .footer-copyright {
        text-align: center !important;
    }

    .footer-legal a,
    .footer-copyright p {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .footer-content {
        text-align: center !important;
    }
    .footer-logos .row {
        justify-content: center !important;
    }

    .footer-logo-item {
        width: 60px;
        height: 40px;
        margin: 5px;
    }

    .footer-logo-item span {
        font-size: 10px;
    }

    .social-icons {
        justify-content: center;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-content > .row > div {
    animation: fadeInUp 0.6s ease forwards;
}

/* Focus states for accessibility */
.footer-links a:focus,
.social-icon:focus,
.footer-legal a:focus {
    outline: 2px solid white;
    outline-offset: 2px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .section-header {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .blog-section,
    .contact-section {
        padding: 60px 0;
    }

    .blog-image {
        height: 180px;
    }

    .contact-info {
        text-align: center;
    }

    .contact-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-item i {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .newsletter-box {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .blog-section,
    .contact-section {
        padding: 40px 0;
    }

    .blog-image {
        height: 160px;
    }

    .blog-content {
        padding: 15px;
    }

    .blog-title {
        font-size: 1.1rem;
    }

    .blog-excerpt {
        font-size: 13px;
    }

    .contact-title {
        font-size: 1.1rem;
    }

    .newsletter-box {
        padding: 20px;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.blog-card,
.contact-info,
.newsletter-box {
    animation: fadeInUp 0.6s ease forwards;
}

/* Hover effects */
.blog-card:hover .placeholder-image i {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

/* Focus states for accessibility */
.blog-details:focus,
.btn-dark:focus,
.form-control:focus {
    /* outline: 2px solid #333;
    outline-offset: 2px; */
}
/* News Section */
.news-section {
    padding: 80px 0;
    /* background-color: #fff; */
}
@media (max-width: 992px) {
    .news-section {
        padding: 60px 0;
    }
}
@media (max-width: 768px) {
    .news-section {
        padding: 50px 0;
    }
}

.section-header {
    margin-bottom: 50px;
    text-align: start;
}

/* .section-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    font-weight: 400;
} */

.view-all-link {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: clamp(0.875rem, 0.8036rem + 0.3571vw, 1.125rem);
    
    letter-spacing: 0%;
    color: #262626;
    padding-bottom: 4px; /* spacing from text to underline */
    text-decoration: none;
    transition: all 0.3s ease;
}

.view-all-link:hover {
    color: #666;
}

.view-all-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.view-all-link:hover i {
    transform: translateX(5px);
}

/* Featured News */
.featured-news {
    margin-top: 30px;
    position: relative;
}

.news-image-container {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.news-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.image-placeholder {
    width: 647px;
    height: 364px;
}
.news-image {
    width: 100%;
    max-width: 647px;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 647 / 364;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: 100%;
    max-height: 100%;
}
@media (min-width: 1440px) {
    .news-image {
        width: 647px;
        height: 364px;
    }
    .news-image img {
        width: 647px;
        height: 364px;
    }
}
.image-placeholder i {
    font-size: 60px;
    color: #666;
}

.news-content {
    position: absolute;
    left: 50%;
    top: 85%;
    transform: translate(-50%, -50%);
    background: white;
    opacity: 0.94;
    padding: 24px 32px;
    /* margin: 0 auto; */ /* Not needed */
}
@media (max-width: 576px) {
    .news-content {
        top: 110%;
        padding: unset;
        position: unset;
        transform: unset;
        margin: auto;
    }
    .news-section {
        padding: unset !important;
    }
}

.news-headline {
    font-weight: 600;
    font-size: clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem);
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #262626;
    margin-bottom: 24px;
    text-align: center;
}

.news-text {
    font-family: MyriadPro;
    font-weight: 400;
    font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
}
/* Categories Section Layout Enhancements */
.categories-section {
    padding: 80px 0;
    /* margin-top: 150px; */
}

.category-card {
    background-color: transparent;
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 100%;
}

.category-card:hover {
    transform: translateY(-5px);
}
.category-image {
    width: 292px;
    height: 320px;
}
.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.category-card:hover .category-image img {
    transform: scale(1.03);
}

/* Outdoor Category Specific */
.outdoor-image {
    height: auto;
}

.outdoor-image img {
    object-fit: cover;
}

/* Automation Category Specific */
.automation-card {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.automation-content {
    margin-bottom: 15px;
}

.automation-image {
    height: auto;
}

.automation-image img {
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

/* Indoor Category Specific */
.indoor-card {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
}

.indoor-image {
    height: auto;
    width: 100%;
    margin: 0 auto 10px;
}

.indoor-image img {
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

/* Category Content */
.category-content {
    /* padding: 0 10px; */
}
.categories-bg {
    /* background-image: url("/assets/img/categries-background.png");
    background-size: cover;
    background-position: center; */
}
.categories-bg .row {
    padding-top: 50px;
}
.category-second-image {
    width: 318px;
    height: 318px;
}
.category-second-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-title {
    font-weight: 500;
    font-size: clamp(1rem, 0.9286rem + 0.3571vw, 1.25rem);
    
    letter-spacing: 0%;
    text-align: center;
    color: #262626;
    margin-bottom: 10px;
}

.category-description {
    font-weight: 400;
    font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
    
    letter-spacing: 0%;
    text-align: center;
    color: #525252;
    padding-bottom: 16px;
}

@media (max-width: 992px) {
    .category-card {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .categories-bg {
        background-image: none;
    }
}

/*projects*/
/* Hero Section Styles */
.hero-banner {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-banner .container {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-weight: 400;
    font-size: clamp(2rem, 1.1607rem + 4.1964vw, 4.9375rem);
    
    letter-spacing: 0%;
    color: #fafafa;
}

.hero-subtitle {
    font-size: clamp(0.75rem, 0.6986rem + 0.2571vw, 0.93rem);
    font-weight: 400;
    
    letter-spacing: 0%;
    margin-bottom: 6px;
    color: #fafafa;
}

@media (min-width: 768px) {
}
.projects-listing {
    background: #ffffff;
}
/* Project Listing Styles */

.projects-listing .card {
    border: none;
    padding: 48px 0;
    background-color: transparent;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); */
}

/* .projects-listing .card-body {
    padding: 1.5rem;
} */

.projects-listing .card-title {
    font-family: MyriadPro;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    leading-trim: NONE;
    
    letter-spacing: 0%;
    color: var(--neutral-900);
}

.projects-listing .card-text {
    font-family: MyriadPro;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: var(--text-gray);
}
.project-img {
    width: 326px;
    height: 317px;
    object-fit: cover;
}
.project-img img {
    object-fit: cover;
}
@media (max-width: 768px) {
    .project-img {
        width: 100%;
    }
}
.projects-listing .bg-light {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-thumbnail {
    height: 100px;
    background-color: #f5f5f5;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.project-thumbnail img {
    max-height: 60px;
    object-fit: contain;
}

.project-thumbnail:hover {
    background-color: #e0e0e0;
    transform: translateY(-3px);
}
/*-*/
.popular-container {
    display: flex;
    flex-direction: column;
    /* gap: 30px; */
}

.fixed-cta-block {
    width: 100%;
    max-width: 100%;
    order: 2;
    text-align: center;
    padding: 10px 0;
}

.popular-swiper {
    width: 100%;
    order: 1;
    padding: 0px 0 30px;
}

@media (min-width: 992px) {
    .popular-container {
        flex-direction: row;
        align-items: stretch;
    }

    .fixed-cta-block {
        flex: 0 0 300px;
        order: 2;
        padding: 0;
    }

    .popular-swiper {
        flex: 1;
        order: 1;
        padding-left: 50px;
    }
}
/* career page design */
.careers-main-title {
    font-family: MyriadPro;
    font-weight: 600;
    font-size: clamp(1.25rem, 1.1786rem + 0.3571vw, 1.5rem);
    
    letter-spacing: 0%;
    color: #171717;
    padding: 20px 0;
}
.career-stage,
.careers-main-subtitle {
    font-family: MyriadPro;
    font-weight: 400;
    font-style: Regular;
    font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem);
    line-height: 150%;
    letter-spacing: 0%;
    color: #111112;
}
.careers-main-subtitle {
    color: #525252 !important;
}
.careers-main-section {
    padding: 100px;
}
@media (max-width: 767px) {
    .careers-main-section {
        padding: 20px;
    }
}
.careers-main-btn {
    padding: 10px 54px;
}
@media (max-width: 576px) {
    .careers-main-btn {
        width: 100%;
        text-align: center;
    }
}
.job-card {
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.job-card-content {
    padding: 32px 100px;
}
.job-title {
    font-weight: 600;
    font-size: clamp(1.25rem, 1.1786rem + 0.3571vw, 1.5rem);
    
    color: #171717;
}
.posted-date {
    font-size: 0.875rem;
    color: #6b7280;
}
.description-label {
    font-weight: 600;
    font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
    line-height: 150%;
    letter-spacing: 0%;
    color: #525252;
}
.description-text {
    font-weight: 400;
    font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
    line-height: 150%;
    letter-spacing: 0%;
    color: #525252;
}
.apply-button {
    background-color: var(--secondary-color);
    color: #ffffff;
    padding: 10px 87px;
    border-radius: 0.375rem;
    font-weight: 500;
    margin-top: 24px;
    transition: background-color 0.2s ease-in-out;
}
.apply-button:hover {
    background-color: #1f2937;
}
@media (max-width: 576px) {
    .job-card-content {
        padding: 32px 20px;
    }

    .job-title {
        font-size: 1.25rem;
    }

    .apply-button {
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }
}
/* modal design */

.upload-area {
    cursor: pointer;
    /* background-color: #f8f9fa; */
}
.upload-area:hover {
    background-color: #f1f3f5;
}
/* pagination*/
/* Container spacing and alignment */
.page-pagination {
    gap: 8px;
}

/* General pagination link styling */
.page-pagination .page-link {
    border: 1px solid #eae6df;
    border-radius: 8px;
    background-color: #fff;
    color: #1a1a1a;
    font-weight: 500;
    padding: 6px 16px;
    min-width: 44px;
    text-align: center;
    box-shadow: none;
    /* transition: all 0.2s ease-in-out; */
}

/* Hover effect */
.page-pagination .page-link:hover {
    background-color: #f6f2ec;
    border-color: #d5cfc2;
}

/* Active page styling */
.page-pagination .page-item.active .page-link {
    background-color: #fff;
    border-color: #1a1a1a;
    color: #1a1a1a;
    font-weight: 600;
    box-shadow: 0 0 0 2px #1a1a1a1a;
}

/* Disabled buttons */
.page-pagination .page-item.disabled .page-link {
    /* opacity: 0.5; */
    pointer-events: none;
    border-color: #eee;
}

/* "Last" link bold styling */
.page-pagination .page-link.fw-semibold {
    font-weight: 600;
}
*/ .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide-prev {
    /* transform: scale(0.8); */
    z-index: 5;
}
*/ .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #d1d5db;
    opacity: 1;
    border-radius: 50%;
    margin: 0 4px !important;
}
.swiper-pagination-bullet-active {
    background-color: #374151;
}
.placeholder-icon {
    font-size: 96px;
    color: #6b7280;
}
.blog-description-section {
    background-color: #fff;
}

.blog-description-section img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    width: 396px;
    height: 431px;
}

/* blog Description Section */
.blog-description-section h4 {
    color: #171717;
    font-weight: 600;
    
    font-size: clamp(1.25rem, 1.1786rem + 0.3571vw, 1.5rem);
}
.blog-description-section small {
    color: #525252;
    font-weight: 700;
    font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
    line-height: 22.41px;
}
.blog-description-section p {
    font-weight: 400;
    font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem);
    line-height: 150%;
    letter-spacing: 0%;
    color: #525252;
}
/*locations*/
/* .locations-container {
    padding: 32px 100px;
} */
.location-icon {
    width: 56px;
    height: 56px;
}
.location-title {
    font-weight: 600;
    font-size: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem);
    
    letter-spacing: 0%;
    color: #171717;
}
.location-subtitle {
    font-weight: 400;
    font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
    line-height: 120%;
    letter-spacing: 0%;
    color: #525252;
}
.location-link,
.location-call-link {
    font-weight: 700;
    font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
    line-height: 22.41px;
    letter-spacing: 0px;
    position: relative;
    color: var(--primary-color);
}

.location-call-link::after,
.location-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; /* aligns it just below the padding */
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
}
.location-link::after {
    content: "";
    position: absolute;
    left: 27px;
    bottom: 0;
    width: 83%;
    height: 2px;
    background-color: var(--primary-color);
}
@media (max-width: 768px) {
    /* .locations-container {
        padding: 32px 50px;
    } */
    .location-link::after {
        left: -1px;
    }
}
@media (max-width: 576px) {
    /* .locations-container {
        padding: 32px 20px;
    } */
    .location-icon {
        width: 48px;
        height: 48px;
    }
}
/* privacy policy and terms of use  */
.terms-section {
    padding: 100px 200px;
}
@media (max-width: 768px) {
    .terms-section {
        padding: 50px 20px;
    }
}
@media (max-width: 576px) {
    .terms-section {
        padding: 30px 10px;
    }
}
.terms-section ul li i {
    color: #6c757d;
    font-size: 1.2rem;
    margin-top: 2px;
}
.terms-title {
    font-weight: 600;
    font-size: clamp(1.25rem, 1.1786rem + 0.3571vw, 1.5rem);
    
    letter-spacing: 0%;
    color: #171717;
    margin-bottom: 10px;
}
.terms-date {
    font-weight: 700;
    font-size: clamp(0.625rem, 0.5636rem + 0.3071vw, 0.84rem);
    line-height: 22.41px;
    letter-spacing: 0px;
    color: #525252;
}
.terms-desc {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
    color: #525252;
}

.project-details-swiper {
    padding: 0 20px;
}

.project-details-swiper .swiper-slide {
    width: 80%;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.4;
    transform: scale(0.9);
}

.project-details-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.project-details-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}

.project-details-pagination {
    text-align: center;
}

.project-details-pagination .swiper-pagination-bullet {
    background: #ccc;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    opacity: 0.5;
}

.project-details-pagination .swiper-pagination-bullet-active {
    background: var(--main-color);
    opacity: 1;
    transform: scale(1.3);
}

.project-details-swiper {
    padding: 0 20px;
}

.project-details-swiper .swiper-slide {
    width: 80%;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.4;
    transform: scale(0.9);
}

.project-details-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.project-details-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}

.project-details-pagination {
    text-align: center;
}

.project-details-pagination .swiper-pagination-bullet {
    background: #ccc;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    opacity: 0.5;
}

.project-details-pagination .swiper-pagination-bullet-active {
    background: var(--main-color);
    opacity: 1;
    transform: scale(1.3);
}
.project-slider {
    width: 100%;
    padding: 40px 0;
}
.project-swiper {
    margin-bottom: 100px;
}
@media (max-width: 768px) {
    .project-swiper {
        margin-bottom: 60px;
    }
}
@media (max-width: 576px) {
    .project-swiper {
        margin-bottom: 30px;
    }
}
.project-slider .swiper-slide {
    height: 317px;
    overflow: hidden;
    border-radius: 5px;
    transition: transform 0.3s ease;
    object-fit: fill;
}

/* Base width for large screens */
@media (min-width: 1440px) {
    .project-slider .swiper-slide {
        width: 1170px !important;
    }
}

/* Medium screen: ~1024px */
@media (max-width: 1439px) and (min-width: 1024px) {
    .project-slider .swiper-slide {
        width: 900px !important;
    }
}

/* Tablet screens */
@media (max-width: 1023px) and (min-width: 768px) {
    .project-slider .swiper-slide {
        width: 700px !important;
    }
}

/* Mobile screens */
@media (max-width: 767px) {
    .project-slider .swiper-slide {
        width: 90% !important;
    }
}

.project-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.card .row {
    margin-right: 0;
}
.breadcrumb {
    /* padding: 50px 0; */
    margin: 0;
}
/* @media (max-width: 576px) {
    .breadcrumb {
        padding: 30px 0px;
    }
} */
.breadcrumb-disabeled {
    font-weight: 400;
    font-size: 12px;
    
    color: var(--text-disabled);
    background-color: var(--bg-disabled);
}
.breadcrumb-active {
    font-weight: 400;
    font-size: 12px;
    
    color: var(--text-dark);
}
/* Catalogue Section */
.catalogue-card {
    width: 100%;
    max-width: 292px;
    height: 474px;
    margin-inline: auto;
}

.catalogue-image {
    height: 292px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalogue-image img {
    max-height: 100%;
    max-width: 100%;
    width: 292px;
    height: 292px;
    object-fit: cover;
}
.catalogue-image img:hover {
    cursor: pointer;
}
.catalogue-title {
    font-weight: 600;
    font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
    
    letter-spacing: 0%;
    color: #262626;
    padding: 16px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    box-orient: vertical;
}

.catalogue-description {
    font-weight: 400;
    font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem) !important;
    
    letter-spacing: 0%;
    color: #525252;
    padding-bottom: 16px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    box-orient: vertical; */
}
.catalogue-btn {
    background-color: var(--secondary-color);
    color: #fafafa;
    font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem) !important;
    font-weight: 600;
    border-radius: 4px;
}
/* quality assurance Section */
.quality-assurance-image,
.recycling-products-image {
    height: 317px;
}
.quality-assurance-image img,
.recycling-products-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: fill;
}
.quality-assurance-title,
.recycling-products-title {
    font-weight: 600;
    font-size: clamp(1.25rem, 1.1786rem + 0.3571vw, 1.5rem);
    
    color: #171717;
    padding-bottom: 15px;
}
.quality-assurance-date,
.recycling-products-date {
    font-weight: 700;
    font-size: clamp(0.625rem, 0.5636rem + 0.3071vw, 0.84rem);
    line-height: 22.41px;
    letter-spacing: 0px;
    color: #525252;
    padding-bottom: 22.4px;
}
.quality-assurance-description,
.recycling-products-description {
    font-weight: 400;
    font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem);
    line-height: 150%;
    letter-spacing: 0%;
    color: #525252;
    --max-lines: 13;
    --line-height: 1.4;
    max-height: calc(var(--max-lines) * 1em * var(--line-height));
    line-height: var(--line-height);
    overflow: hidden;
}
.hero-slide {
    position: relative;
    /* height: 100vh;  */
    overflow: hidden;
}
@media (max-width: 1051px) {
    /* .hero-slide {
        height: 70vh;
    } */
}
.hero-slide .slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.hero-slide .hero-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-slide .hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 514px;
    width: 100%;
}

.hero-content .company-name,
.hero-content .homepage-hero-title,
.hero-content .homepage-hero-description {
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .hero-slide,
    .hero-slide .hero-content {
        min-height: 450px;
    }
}

@media (max-width: 576px) {
    .hero-slide,
    .hero-slide .hero-content {
        min-height: 380px;
    }

    .hero-content .homepage-hero-title,
    .hero-content .homepage-hero-description {
        max-width: 90%;
    }
}

.projects-swiper .swiper-slide {
    transition: transform 0.4s, opacity 0.4s;
    height: 462px;
}
.projects-swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
    width: 375px !important;
}
.projects-swiper .swiper-slide.swiper-slide-next {
    transform: scale(0.9);
}

.projects-swiper .swiper-slide {
    transform: scale(0.85);
}
.projects-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
@media (max-width: 768px) {
    .projects-swiper .swiper-slide {
        transition: transform 0.4s, opacity 0.4s, width 0.4s;
        height: 300px;
        /* width: 220px !important; */
        /* opacity: 0.6; */
    }
    .projects-swiper .swiper-slide.swiper-slide-active {
        max-width: 360px !important;
        width: 100% !important;
    }
}
.paragraph-image {
    width: 326px;
    height: 326px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
.paragraph-image:hover {
    cursor: pointer;
    transform: scale(1.05);
    transition: transform 0.3s ease;
}
.swiper {
    width: 100%;
    text-align: center;
}
.details-title {
    font-family: MyriadPro;
    font-weight: 600;
    font-size: clamp(1.25rem, 1.1786rem + 0.3571vw, 1.5rem);
    
    letter-spacing: 0%;
    color: #171717;
    padding-bottom: 15px;
}
.details-date {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: clamp(0.75rem, 0.7243rem + 0.1286vw, 0.84rem);
    line-height: 22.41px;
    letter-spacing: 0px;
    color: #525252;
    font-style: normal;
    padding-bottom: 22px;
}
.details-desc {
    font-family: MyriadPro;
    font-weight: 400;
    font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem);
    line-height: 150%;
    letter-spacing: 0%;
    color: #525252;
    /* padding-top: 22px; */
}

.auth-form-container {
    margin: clamp(30px, 5vw, 50px) 0 clamp(40px, 10vw, 150px);
    padding: 0;
}

.auth-form-side-info {
    margin-top: clamp(30px, 4vw, 59px);
    padding: 0;
}

.auth-form-card {
    padding: clamp(16px, 3vw, 32px);
    border-radius: clamp(8px, 1vw, 12px);
    gap: 24px;
    background: #fff;
    box-shadow: 0 0 clamp(4px, 1vw, 10px) rgba(0, 0, 0, 0.1);
}

.auth-form-title {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 1;
    color: #000;
}

.auth-form-input {
    width: 100%;
    padding: clamp(6px, 1vw, 8px) clamp(12px, 1.5vw, 16px);
    border-radius: 4px;
    border: 1px solid rgba(212, 212, 212, 1);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.auth-form-input:hover,
.auth-form-input:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 4px rgba(89, 69, 48, 0.3);
    outline: none;
}

.auth-form-button {
    padding: clamp(8px, 1.5vw, 10px) clamp(14px, 2vw, 18px);
    border-radius: 4px;
    background: rgba(39, 33, 27, 1);
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: clamp(14px, 1.2vw, 16px);
    transition: background 0.3s ease;
}

.auth-form-button:hover {
    background: var(--main-color);
}

.auth-form-footer {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: var(--text-gray);
    text-align: center;
}

.auth-form-pragraph {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 10px;
    
    margin: 0;
    text-align: center;
    color: var(--text-gray);
}

.auth-form-link {
    color: #206aff;
    position: relative;
    text-decoration: none;
    transition: color 0.4s ease;
}

.auth-form-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: var(--main-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.auth-form-link:hover {
    color: var(--main-color);
}

.auth-form-link:hover::after {
    transform: scaleX(1);
}

.auth-info-title {
    font-family: "Nunito", cursive;
    font-size: clamp(28px, 3vw, 39px);
    font-weight: 400;
    color: #000;
    margin-bottom: clamp(24px, 2vw, 41px);
}

.auth-info-item {
    display: flex;
    align-items: flex-start;
    gap: clamp(6px, 1vw, 12px);
    font-family: Inter, sans-serif;
    font-size: clamp(12px, 1.2vw, 14px);
    color: #000;
    margin-bottom: clamp(8px, 1vw, 12px);
    justify-content: center;
    transition: transform 0.2s ease;
}

.auth-info-item:hover {
    transform: translateY(-2px);
}

.auth-info-icon {
    width: clamp(14px, 2vw, 20px);
    height: auto;
    flex-shrink: 0;
}

.auth-form-pragraph-link {
    color: rgba(38, 38, 38, 1);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.auth-form-pragraph-link:hover {
    color: var(--main-color);
}
/* profile-details-section-css */
.profile-page-wrapper .profile-details-form-container {
    max-width: 700px;
    margin: 60px auto;
}

.profile-page-wrapper .profile-picture {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #0082df59;
    background: rgba(250, 250, 250, 1);
    box-shadow: 0 0 10px #0082df59;
    transition: border 0.3s;
}

.profile-page-wrapper .profile-picture:hover {
    border-color: #0082df;
}

.profile-page-wrapper .Profile-form-control {
    width: 100%;
    padding: clamp(6px, 1vw, 8px) clamp(12px, 1.5vw, 16px);
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    background: white;
    color: var(--text-gray);
    transition: border-color 0.3s, box-shadow 0.3s;
}

.profile-page-wrapper .Profile-form-control:focus,
.profile-page-wrapper .Profile-form-control:hover {
    border-color: var(--main-color);
    box-shadow: 0 0 4px rgba(89, 69, 48, 0.3);
    outline: none;
}

.profile-page-wrapper .iti--allow-dropdown {
    width: 100% !important;
}

.profile-page-wrapper .iti--separate-dial-code .iti__selected-flag {
    background-color: white !important;
}

.profile-page-wrapper {
    max-width: 700px;
    margin: 100px auto;
}

.Profile-form-control {
    width: 100%;
    padding: clamp(6px, 1vw, 8px) clamp(12px, 1.5vw, 16px);
    border-radius: 4px;
    border: 1px solid rgba(212, 212, 212, 1);
    background: white;
    color: rgba(82, 82, 82, 1);
}

.Profile-form-control:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 4px rgba(89, 69, 48, 0.3);
    outline: none;
}

.toggle-password {
    position: absolute;
    top: 50%;
    inset-inline-end: 16px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.2rem;
    color: #888;
    padding: 0px 10px;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.product-browser-layout {
    padding: 60px 0;
}

.product-browser-title {
    font-family: var(--font-telugu), sans-serif;
    font-weight: 400;
    font-size: clamp(1.5625rem, 1.0051rem + 2.7027vw, 3.4375rem);
    color: rgba(38, 38, 38, 1);
    text-transform: uppercase;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    box-orient: vertical;
}

.product-browser-description {
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    
    color: rgba(82, 82, 82, 1);
    margin-bottom: clamp(1.25rem, 0.3209rem + 4.5045vw, 4.375rem);
}

.product-browser-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.product-browser-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.product-browser-image-wrapper {
    width: 100%;
    aspect-ratio: 292 / 221;
    overflow: hidden;
    border-radius: 4px;
    background-color: #f2f2f2;
}

.product-browser-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-browser-card-title {
    font-family: "MyriadPro", sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: rgba(38, 38, 38, 1);
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    box-orient: vertical;
}

.product-browser-card-description {
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: rgba(82, 82, 82, 1);
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    box-orient: vertical;
}

.product-browser-card-icon {
    text-align: center;
    font-size: 20px;
    color: rgba(38, 38, 38, 1);
}

.product-browser-card a {
    color: inherit;
    text-decoration: none;
}

.custom-filter-btn {
    min-width: 120px;
    padding: 8px 12px;
    font-size: 13px;
    background-color: var(--bg-light);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    color: var(--main-color);
    font-family: "MyriadPro", sans-serif;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: background-color 0.2s ease;
}

.custom-filter-btn:hover {
    background-color: #f2f2f2;
}

.custom-dropdown-menu {
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
    min-width: 180px;
    z-index: 1;
    max-height: 120px;
    overflow: scroll;
}

.custom-dropdown-menu a {
    color: var(--main-color);
    padding: 8px 12px;
    display: block;
    text-decoration: none;
    transition: background-color 0.2s;
    cursor: pointer;
}

.custom-dropdown-menu a.active {
    background-color: var(--main-color);
    color: #fff;
}

.custom-dropdown-menu a:hover {
    background-color: var(--main-color);
    color: #fff !important;
}
.filter-bar {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 16px;
}

/* Typography */
.product-subname {
    font-family: "MyriadPro", sans-serif;
    font-weight: 600;
    font-size: 9px;
    line-height: 15px;
    letter-spacing: 8%;
    text-transform: uppercase;
}

.product-name {
    font-family: "MyriadPro", sans-serif;
    font-weight: 600;
    font-size: 27px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: var(--secondary-color);
}
.product-slug-description {
    font-family: MyriadPro;
    font-size: 14px;
    
    min-height: 136px;
    margin-top: 10px;
}
.spec-item-title,
.spec-item-description {
    font-family: MyriadPro;
    font-size: 14px;
    
}

.product-slug-description {
    font-weight: 400;
    color: var(--text-dark);
}

.spec-item-title {
    font-weight: 400;
    color: var(--text-gray);
}

.spec-item-description {
    font-weight: 600;
    color: var(--text-dark);
}

/* Product Badge */
.custom-product-badge-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 15px 0;
}

.custom-product-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 27px;
    background: var(--bg-light);
    border-radius: 20px;
    border: 1px solid var(--main-color);
    font-family: "MyriadPro", sans-serif;
    font-weight: 600;
    font-size: 9px;
    color: var(--text-gray);
}

/* Gallery */
.gallery-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.mySwiper {
    width: 75px;
}
.mySwiper .swiper-wrapper {
    max-height: 350px;
    overflow: auto;
    transform: translate3d(0px, 0px, 0px) !important;
}

.mySwiper .swiper-slide {
    width: 100%;
    height: 100px !important;
    opacity: 0.4;
    cursor: pointer;
    border-radius: 9px;
    overflow: hidden;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #fff;
}

.mySwiper .swiper-slide img {
    width: 100%;
    height: 100px !important;
    object-fit: cover;
    border-radius: 9px;
}

.mySwiper2 {
    flex: 1;
    height: 377px;
    border-radius: 15px;
    overflow: hidden;
}

.mySwiper2 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 335px;
    background: #000;
    border-radius: 15px;
}

.mySwiper2 .swiper-slide img {
    width: 100%;
    height: 100% !important;
    object-fit: fill;
    border-radius: 15px;
    background: white;
}

/* Responsive Gallery */
@media (max-width: 768px) {
    .gallery-container {
        flex-direction: column;
    }

    /* .mySwiper .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        flex-direction: row !important;
    } */

    .mySwiper {
        width: 100%;
        height: auto;
        order: 2;
    }

    .mySwiper .swiper-slide {
        width: 80px;
        height: 80px !important;
    }

    .mySwiper .swiper-slide img {
        height: 80px !important;
    }

    .mySwiper2 {
        width: 100%;
        height: 300px;
        order: 1;
    }

    .mySwiper2 .swiper-slide {
        height: 300px;
    }

    .product-slug-list-icon {
        width: 27px;
        height: 27px;
    }
}

/* Features Section */
.product-badge-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.product-slug-list {
    display: flex;
    align-items: center;
    gap: 11px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.product-slug-list i {
    font-size: 20px;
    color: var(--main-color);
    transition: filter 0.3s ease;
}

.product-slug-list:hover i {
    filter: brightness(0) saturate(100%) invert(33%) sepia(75%) saturate(2500%)
        hue-rotate(10deg) brightness(98%) contrast(92%);
}

.product-slug-list-content {
    display: flex;
    flex-direction: column;
}

.product-slug-list-title {
    font-family: MyriadPro;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    color: var(--secondary-color);
    position: relative;
}

.product-slug-list-title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 1.5px;
    background-color: var(--main-color);
    transition: width 0.3s ease;
}

a.product-slug-list:hover .product-slug-list-title::after {
    width: 100%;
}

.product-slug-list-description {
    font-family: MyriadPro;
    font-weight: 400;
    font-size: 10.5px;
    line-height: 16.5px;
    color: var(--text-gray);
}

.product-slug-button {
    padding: clamp(8px, 1.5vw, 10px) clamp(14px, 2vw, 18px);
    border-radius: 4px;
    background: var(--secondary-color);
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: clamp(14px, 1.2vw, 16px);
    transition: background 0.3s ease;
}

.product-slug-button:hover {
    background: var(--main-color);
}

/* Specifications */
.specifications-title {
    font-family: MyriadPro;
    font-weight: 400;
    font-size: 16px;
    
    color: var(--secondary-color);
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.specifications-title::after {
    content: "";
    display: block;
    width: 110px;
    height: 1.5px;
    background-color: var(--main-color);
    margin-top: 5px;
}

.specifications-row {
    margin-top: 20px;
}

.specification-table tr {
    border-bottom: 1px solid var(--neutral-400);
}
.specification-table th,
.specification-table td {
    width: 14.66%;
    padding: 32px 0;
    background-color: var(--background-color);
}
.specification-table th {
    font-family: MyriadPro;
    font-weight: 600;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    
    letter-spacing: 0%;
    color: var(--text-dark);
}
.specification-table td {
    font-family: MyriadPro;
    font-weight: 600;
    font-style: Semi Bold !important;
    font-size: 14px;
    
    letter-spacing: 0%;
    color: var(--text-dark);
    text-align: start;
}

.spec-item {
    padding: 16px 0;
    border-bottom: 1px solid #dadada;
}
/* === NAVBAR ACTIVE LINK GRADIENT === */
.custom-nav-wrapper {
    margin: auto;
    gap: clamp(0rem, -0.5984rem + 1.9149vw, 1.125rem);
}
.nav-link:hover {
    transform: translateY(-2px);
}
.navbar-nav .nav-link.show {
    background: linear-gradient(
        to right,
        var(--main-color) 10%,
        var(--main-color) 20%
    );
    background-position: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateY(0px);
}

/* === DROPDOWN MENU BASE STYLE === */
.dropdown-menu {
    margin: 0;
    padding: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    pointer-events: none;
}

.dropdown-menu.show,
.nav-item:hover > .dropdown-menu,
.nav-item.show > .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
}
.nav-link {
    padding-right: 0px !important;
}
.show-more:hover {
    color: var(--main-color) !important;
    background-color: #fff !important;
    scale: 1.05;
}
.dropdown-menu.show.inner-toggle {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
    gap: 20px;
    max-width: calc(200px * 3 + 64px);
    padding: 12px;
}
.dropdown-menu.show.inner-toggle > li.flex-fill {
    grid-column: 1 / -1;
}
.dropdown-main-item,
.dropdown-sub-item {
    font-family: "MyriadPro", sans-serif;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.quotation-modal-content {
    border-radius: 12px;
    height: auto;
}
.quotation-modal-img {
    width: 220px;
    height: 100%;
    object-fit: cover;
    border-start-end-radius: 12px;
    border-end-end-radius: 12px;
}
.search-results-container a:hover {
    background-color: #f8f9fa !important;
}
.dropdown-main-item {
    font-weight: 500;
    font-size: clamp(0.75rem, 0.4659rem + 0.4545vw, 0.875rem);
    color: rgba(38, 38, 38, 1);
}

.dropdown-sub-item {
    font-weight: 400;
    font-size: 14px;
    color: rgba(82, 82, 82, 1);
}

.dropdown-main-item:hover,
.dropdown-sub-item:hover {
    background-color: var(--main-color);
    color: #fff;
}

.nav-link:focus-visible {
    outline: none;
    box-shadow: 0 0 0 0 rgb(89 69 48 / 44%);
    border-radius: 5px;
}

.languageDropdown {
    border: 1px solid transparent;
    background: transparent;
    color: rgba(82, 82, 82, 1);
    width: fit-content;
    height: fit-content;
}

.languageDropdown:hover {
    border: transparent;
    background: transparent;
    color: var(--main-color);
}

/* .dropdown-menu > li:first-child > .dropdown-main-item {
    border-radius: 5px 5px 0 0;
}

.dropdown-menu > li:last-child > .dropdown-main-item {
    border-radius: 0 0 5px 5px;
}

.dropdown-menu.inner-toggle > li:first-child > .dropdown-item:first-of-type {
    border-radius: 5px 0 0 0;
}

.dropdown-menu.inner-toggle > li:first-child > .dropdown-item:last-of-type {
    border-radius: 0 0 0 5px;
}

.dropdown-menu.inner-toggle > li:last-child > .dropdown-item:first-of-type {
    border-radius: 0 5px 0 0;
}

.dropdown-menu.inner-toggle > li:last-child > .dropdown-item:last-of-type {
    border-radius: 0 0 5px 0;
}
.dropdown-menu.inner-toggle li:only-child .dropdown-item {
    border-radius: 5px !important;
} */
.dropdown-menu .dropdown-menu {
    top: 0;
    inset-inline-start: 100% !important;
    inset-inline-end: auto !important;
    margin-top: -1px;
    display: none;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    visibility: hidden;
    pointer-events: none;
}

.dropdown-menu li:hover > .dropdown-menu,
.dropdown-menu .dropdown-menu.show {
    display: block;
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
}

.dropdown-menu .dropdown-toggle::after {
    transform: rotate(-360deg);
}

.sidebar-header-custom {
    display: none;
}

.navbar-toggler {
    border: none;
    background: transparent !important;
    padding: 0;
    outline: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 30px;
    height: 24px;
    justify-content: center;
    box-shadow: none !important;
}

.navbar-toggler .icon-bar {
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
    /* Customize this color as needed */
    transition: all 0.3s ease-in-out;
}

/* Animation when open (not collapsed) */
.navbar-toggler:not(.collapsed) .top-bar {
    transform: rotate(45deg);
    transform-origin: top left;
}

.navbar-toggler:not(.collapsed) .middle-bar {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: bottom left;
}

/* Reset when collapsed */
.navbar-toggler.collapsed .top-bar,
.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}
.SignUp,
.SignIn {
    font-family: "MyriadPro";
    font-weight: 600;
    font-size: clamp(0.75rem, 0.1818rem + 0.9091vw, 1rem) !important;
    border-radius: 5px;
}
@media (max-width: 1051px) {
    .SignUp,
    .SignIn {
        font-size: 12px !important;
    }
}
.SignUp:hover {
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}
.SignIn:hover {
    color: var(--main-color);
    border-color: var(--main-color);
}
.navbar-custom-wrapper {
    gap: 8px;
}
/* @media (min-width: 1199.5px) {
.navbar-buttons {
    display: flex;
    
}
} */

.dropdown-toggle::after {
    margin-left: 0.255em;
    margin: 0 0.255em;
}
@media (max-width: 1199.98px) {
    /* .navbar-custom-wrapper {
        gap: 4px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    } */

    .sidebar-header-custom {
        display: flex;
        justify-content: space-between;
        padding-top: 20px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: #fff;
        padding: 2rem 1rem;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        transition: right 0.4s ease;
        z-index: 1050;
    }

    .navbar-collapse.show {
        right: 0;
        overflow-y: auto;
    }

    body.nav-open {
        overflow: hidden;
    }

    .navbar-close {
        display: block;
        font-size: 1.5rem;
        background: transparent;
        border: none;
        color: #333;
    }

    .dropdown-menu.show.inner-toggle {
        display: block !important;
    }
}

/* contact us page */
.contact-card-title {
    font-size: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem);
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    color: var(--secondary-color);
    padding-bottom: 12px;
}
.contact-card-details {
    font-weight: 400;
    font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
    line-height: 26px;
    letter-spacing: 0%;
    color: #1f1f1f;
    padding-bottom: 8px;
}
.contact-card {
    height: 298px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    padding: 32px;
    margin-bottom: 50px;
}

/* Responsive scaling */
@media (max-width: 992px) {
    .contact-card {
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
    .contact-us-btn {
        width: 100%;
        margin-bottom: 20px;
    }
}
.contact-us-btn {
    margin-bottom: 50px;
}

.mySwiper2 .swiper-slide video {
    width: 100%;
    height: 100% !important;
    min-width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.video-slide {
    cursor: pointer;
}

.video-slide video {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.mySwiper .swiper-slide video {
    width: 100%;
    height: 100px !important;
    object-fit: cover;
    border-radius: 9px;
}
.code-input {
    border: none;
    border-bottom: 2px solid #ccc;
    background: transparent;
    font-weight: bold;
    outline: none;
    transition: border-color 0.3s;
}

.code-input:focus {
    border-bottom-color: #374ea2;
    outline: none;
}

.code-input::placeholder {
    color: transparent;
}
.confirm-code-subtitle {
    font-family: MyriadPro;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    color: var(--text-gray);
}
.forget-pass {
    font-family: MyriadPro;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    color: #206aff;
    
    letter-spacing: 0%;
    cursor: pointer;
}
.get-quotation-product {
    border: 1px solid rgba(245, 237, 230, 1);
    background-color: rgba(78, 78, 80, 1);
    color: #ffffff;
    font-family: var(--font-MyriadPro);
    border: 1px solid var(--border-neutral) !important;
    font-size: clamp(0.75rem, 0.6786rem + 0.3571vw, 1rem) !important;
}
.get-quotation-product:hover {
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}
.swiper-slide iframe.youtube-video {
    pointer-events: auto;
}
.main-blog-card-title {
    font-family: MyriadPro;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: clamp(1.125rem, 1.0179rem + 0.5357vw, 1.5rem);
    leading-trim: NONE;
    
    letter-spacing: 0%;
    color: var(--neutral-900);
    padding-bottom: 6px;
    padding-top: 22px;
}
.main-blog-card-desc {
    font-family: MyriadPro;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: var(--text-gray);
    /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    box-orient: vertical; */
}
/* @media (max-width: 991.5px) {
    .main-blog-card-desc {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        box-orient: vertical;
    }
} */
.main-blog-card-subtitle {
    font-family: Nunito;
    font-weight: 700;
    font-size: 13.44px;
    leading-trim: NONE;
    line-height: 22.41px;
    letter-spacing: 0px;
    color: var(--text-gray);
}
.download-link {
    white-space: nowrap;
}
