:root {
    --color-primary: #e85d22;
    --color-secondary: #c74e1a;
    --color-heading: #2b2b2b;
    --color-paragraph: #5c5c5c;
    --dark: #1a1a1a;
    --dark-secondary: #0e0e0e;
    --bg-gradient: linear-gradient(45deg, var(--color-primary) 0%, var(--color-secondary) 100%);
}

body {
    font-family: "Montserrat", "Raleway", sans-serif;
}

.se-pre-con {
    background: #ffffff url(../img/preloader.svg) center no-repeat !important;
}

.top-bar-area {
    background: var(--dark) !important;
    color: #ffffff;
    padding: 5px 0;
}

.top-bar-area .info.box li .info,
.top-bar-area .info.box li .info a {
    font-size: 13px;
    line-height: 1.25;
}

.top-bar-area .info,
.top-bar-area .info span,
.top-bar-area .info a,
.top-bar-area .info.box li .info a,
.top-bar-area .social a {
    color: #ffffff !important;
}

.top-bar-area .info a:hover,
.top-bar-area .social a:hover {
    color: var(--color-primary) !important;
}

.top-bar-area .info.box li .icon {
    padding-right: 8px;
}

.top-bar-area .info.box li .icon i {
    color: #ffffff !important;
    font-size: 20px;
}

.top-bar-area .social li a {
    font-size: 16px;
    line-height: 1;
}

.top-bar-area .info.box li .info .top-bar-phones {
    display: block;
    font-weight: 400;
    line-height: 1.4;
    text-transform: none;
}

.top-bar-area .info.box li .info .top-bar-phones a {
    display: inline;
    font-weight: 400;
    line-height: inherit;
    text-transform: none;
    vertical-align: baseline;
}

/* Small laptop / narrow desktop – slightly smaller top bar */
@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .top-bar-area {
        font-size: 12px;
        padding: 4px 0;
    }

    .top-bar-area .info.box li .icon {
        padding-right: 8px;
    }

    .top-bar-area .info.box li .icon i {
        font-size: 17px;
    }

    .top-bar-area .info.box li .info span {
        font-size: 11px;
        line-height: 16px;
    }

    .top-bar-area .info.box li .info,
    .top-bar-area .info.box li .info a {
        font-size: 12px;
        line-height: 1.35;
    }

    .top-bar-area .address-info.text-start .info.box li {
        margin-right: 10px;
        padding-right: 10px;
    }

    .top-bar-area .social.text-end li {
        margin-left: 10px;
    }

    nav.navbar.validnavs ul.nav.navbar-center > li > a {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }

    nav.navbar.validnavs .navbar-brand {
        padding: 5px 8px;
    }

    /* Tighter vertical rhythm on laptop / narrow desktop */
    .default-padding {
        padding-top: 88px;
        padding-bottom: 88px;
    }

    .default-padding-top {
        padding-top: 88px;
    }

    .default-padding-bottom {
        padding-bottom: 88px;
    }

    .default-padding.bottom-less {
        padding-top: 88px;
        padding-bottom: 68px;
    }

    .site-heading {
        margin-bottom: 36px;
    }

    .bg-gray.default-padding + .bg-gray.default-padding {
        padding-top: 40px;
    }

    .services-inc-area.default-padding.bg-gray {
        padding-bottom: 52px;
    }
}

/* Active page highlight in main nav */
nav.navbar.validnavs ul.nav.navbar-center > li > a.active {
    color: var(--color-primary) !important;
    font-weight: 600;
    position: relative;
}

nav.navbar.validnavs ul.nav.navbar-center > li > a.active::after {
    background: var(--color-primary);
    border-radius: 1px;
    bottom: 20px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: calc(100% - 24px);
}

nav.navbar.validnavs .navbar-collapse.collapse.collapse-mobile ul.nav > li > a.active {
    background: rgba(232, 93, 34, 0.1);
    border-left: 3px solid var(--color-primary);
    color: var(--color-primary) !important;
    font-weight: 600;
    padding-left: 17px !important;
}

.brand-pillars {
    background: #4a4a4a;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.brand-pillars span {
    color: var(--color-primary);
}

.navbar-brand > img.logo,
nav.navbar.validnavs .navbar-brand > img.logo,
nav.navbar.validnavs.navbar-fixed .logo,
.navbar-brand .logo,
footer .logo img,
.footer-top .logo img {
    background: transparent;
    height: auto !important;
    max-height: 95px !important;
    width: auto !important;
}

nav.navbar.validnavs .navbar-brand {
    display: inline-block;
    padding: 5px 10px;
}

/* Side panel + mobile sidenav — logo must stay inside the dark header strip */
.side .widget .logo {
    overflow: hidden;
    padding: 16px 0 10px;
    margin-bottom: 30px;
}

.side .widget .logo img,
nav.navbar.validnavs .navbar-collapse.collapse.collapse-mobile img {
    display: block;
    height: 64px !important;
    max-height: 64px !important;
    width: auto !important;
    object-fit: contain;
}

.banner-area .content h1 span,
.about-content h2 span,
.site-heading h2 span {
    color: var(--color-primary);
}

.btn-theme,
.btn.btn-theme,
.btn.btn-light.border {
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.btn-theme,
.btn.btn-theme {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-theme:hover,
.btn.btn-theme:hover {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
}

.bg-theme,
.bg-gradient {
    background: var(--bg-gradient) !important;
}

.progress-bar,
.owl-dot.active {
    background-color: var(--color-primary) !important;
}

.contact-area .address-items .icon i,
.about-content .icon i,
.services-inc-area .overlay i {
    color: var(--color-primary);
}

.contact-area .contact-split {
    align-items: stretch;
}

.contact-area .contact-info-col,
.contact-area .contact-form-col {
    display: flex;
}

.contact-area .contact-panel {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 32px 28px;
    width: 100%;
}

.contact-area .contact-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-area .contact-info-list > li {
    align-items: flex-start;
    border-bottom: 1px solid #ececec;
    display: flex !important;
    gap: 14px;
    margin-bottom: 0 !important;
    padding: 16px 0;
}

.contact-area .address-items.contact-info-list > li {
    display: flex !important;
    margin-bottom: 0 !important;
}

.contact-area .address-items.contact-info-list > li .icon {
    display: inline-flex !important;
    vertical-align: top;
}

.contact-area .address-items.contact-info-list > li > .info {
    display: block !important;
    padding-left: 0;
}

.contact-area .contact-info-list > li:first-child {
    padding-top: 0;
}

.contact-area .contact-info-list > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-area .contact-info-list > li .icon {
    flex-shrink: 0;
    line-height: 1;
    width: 36px;
}

.contact-area .contact-info-list > li .icon i {
    font-size: 28px;
}

.contact-area .contact-info-list > li > .info {
    display: block;
    flex: 1;
    min-width: 0;
    padding-left: 0;
}

.contact-area .contact-info-list > li > .info > span:first-child {
    color: var(--color-heading);
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.contact-area .contact-info-list .contact-phones {
    color: var(--color-paragraph);
    display: block;
    line-height: 1.6;
}

.contact-area .contact-info-list .contact-phones a {
    color: var(--color-paragraph);
    text-decoration: none;
}

.contact-area .contact-info-list .contact-phones a:hover {
    color: var(--color-primary);
}

.contact-area .contact-form-col .contact-form-panel .contact-form {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-top: 0;
    width: 100%;
}

.contact-area .contact-form-panel textarea {
    min-height: 220px;
}

.breadcrumb-area {
    background-color: #121212;
    background-image:
        linear-gradient(135deg, rgba(8, 8, 10, 0.9) 0%, rgba(22, 22, 24, 0.82) 48%, rgba(8, 8, 10, 0.92) 100%),
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.035) 0,
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px,
            transparent 16px
        ),
        repeating-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.02) 0,
            rgba(255, 255, 255, 0.02) 1px,
            transparent 1px,
            transparent 16px
        ),
        url('../img/banner/2R.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 88px 0;
    position: relative;
}

.breadcrumb-area.bg-fixed {
    background-attachment: scroll;
}

@media only screen and (min-width: 992px) {
    .breadcrumb-area.bg-fixed {
        background-attachment: fixed;
    }
}

.breadcrumb-area.shadow.dark::after {
    background: linear-gradient(180deg, rgba(232, 93, 34, 0.1) 0%, transparent 60%);
    opacity: 1;
}

.breadcrumb-area h1 {
    font-size: 34px;
    margin-bottom: 6px;
    margin-top: 0;
}

.breadcrumb-area .breadcrumb {
    padding: 10px 16px;
}

.gem-badge {
    display: inline-block;
    background: var(--color-primary);
    color: #fff;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.client-list li,
.team-dept-item {
    margin-bottom: 12px;
}

.row.projects-grid {
    --bs-gutter-x: 1.75rem;
    --bs-gutter-y: 1.75rem;
}

.featured-project-card {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-left: 5px solid var(--color-primary);
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
    margin-bottom: 40px;
    padding: 28px 30px 26px;
}

.featured-project-card__badge {
    background: rgba(232, 93, 34, 0.12);
    border-radius: 4px;
    color: var(--color-primary);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
    padding: 5px 12px;
    text-transform: uppercase;
}

.featured-project-card h3 {
    color: var(--color-heading);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 12px;
}

.featured-project-card__intro {
    color: var(--color-paragraph);
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 18px;
}

.featured-project-card__districts {
    display: grid;
    gap: 10px 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.featured-project-card__districts li {
    color: var(--color-paragraph);
    font-size: 14px;
    line-height: 1.55;
}

.featured-project-card__districts strong {
    color: var(--color-heading);
}

.featured-project-card__summary {
    background: rgba(232, 93, 34, 0.06);
    border-radius: 6px;
    color: var(--color-heading);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0;
    padding: 14px 16px;
}

@media only screen and (max-width: 767px) {
    .featured-project-card {
        margin-bottom: 32px;
        padding: 22px 18px 20px;
    }

    .featured-project-card h3 {
        font-size: 20px;
    }

    .featured-project-card__districts {
        grid-template-columns: 1fr;
    }
}

.project-card {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-left: 4px solid var(--color-primary);
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    height: 100%;
    margin-bottom: 0;
    padding: 22px 24px;
}

.firm-cards-row > [class*="col-"] {
    display: flex;
}

.firm-cards-row .firm-card {
    align-items: center;
    display: flex;
    flex: 1;
    height: 150px;
    justify-content: center;
    width: 100%;
}

.firm-cards-row .firm-card strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    word-break: break-word;
}

.team-structure-row > [class*="col-"] {
    display: flex;
}

.team-structure-media {
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
    flex: 1;
    min-height: 100%;
    overflow: hidden;
    width: 100%;
}

.team-structure-media img {
    display: block;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
}

.team-structure-panel {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    padding: 28px 28px 24px;
}

.team-structure-summary {
    align-items: center;
    border-bottom: 1px solid #ececec;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
    justify-content: space-between;
    margin-bottom: 22px;
    padding-bottom: 20px;
}

.team-structure-badge {
    align-items: center;
    background: rgba(232, 93, 34, 0.12);
    border-radius: 999px;
    color: var(--color-primary);
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    padding: 8px 16px;
}

.team-structure-summary p {
    color: var(--color-paragraph);
    flex: 1;
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
    min-width: 220px;
}

.team-table-wrap {
    overflow-x: auto;
}

.team-table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    width: 100%;
}

.team-table thead th {
    background: linear-gradient(135deg, var(--color-primary) 0%, #d14f18 100%);
    border: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 16px 20px;
    text-transform: uppercase;
}

.team-table thead th:first-child {
    border-radius: 8px 0 0 0;
}

.team-table thead th:last-child {
    border-radius: 0 8px 0 0;
    width: 120px;
}

.team-table tbody td {
    border-bottom: 1px solid #f0f0f0;
    color: var(--color-heading);
    font-size: 16px;
    padding: 16px 20px;
    vertical-align: middle;
}

.team-table tbody tr:last-child td {
    border-bottom: none;
}

.team-table tbody tr:hover td {
    background: rgba(232, 93, 34, 0.04);
}

.team-dept-name {
    align-items: center;
    display: inline-flex;
    gap: 14px;
}

.team-dept-icon {
    align-items: center;
    background: rgba(232, 93, 34, 0.1);
    border-radius: 50%;
    color: var(--color-primary);
    display: inline-flex;
    flex-shrink: 0;
    font-size: 15px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.team-count {
    background: #f5f5f5;
    border-radius: 999px;
    color: var(--color-heading);
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    min-width: 38px;
    padding: 6px 12px;
    text-align: center;
}

.team-table tfoot th,
.team-table tfoot td {
    background: #fafafa;
    border-top: 2px solid rgba(232, 93, 34, 0.25);
    color: var(--color-heading);
    font-size: 16px;
    font-weight: 700;
    padding: 18px 20px;
}

.team-count-total {
    background: var(--color-primary);
    color: #ffffff;
}

.team-highlight-card h4 {
    align-items: center;
    color: var(--color-heading);
    display: flex;
    font-size: 20px;
    gap: 10px;
    margin-bottom: 14px;
}

.team-highlight-card h4 i {
    color: var(--color-primary);
    font-size: 18px;
}

.team-highlight-card p {
    color: var(--color-paragraph);
    line-height: 1.65;
    margin-bottom: 12px;
}

.team-highlight-card p:last-child {
    margin-bottom: 0;
}

.services-area .project-card img {
    display: block;
    width: 100%;
}

.product-details-area {
    background: #f7f7f7;
    border-radius: 8px;
    margin-top: 60px;
    padding: 50px 32px;
}

.product-detail-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: var(--box-shadow-regular);
    overflow: hidden;
    padding: 0 0 22px;
}

.product-detail-card__head {
    align-items: center;
    background: linear-gradient(135deg, rgba(232, 93, 34, 0.12) 0%, rgba(232, 93, 34, 0.04) 100%);
    border-bottom: 1px solid #ececec;
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
    padding: 22px 22px 18px;
}

.product-detail-card__icon {
    align-items: center;
    background: var(--color-primary);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 18px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.product-detail-card__head h4 {
    color: var(--color-heading);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.product-detail-list {
    list-style: none;
    margin: 0;
    padding: 0 22px;
}

.product-detail-list li {
    align-items: flex-start;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    gap: 10px;
    padding: 10px 0;
}

.product-detail-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.product-detail-list li i {
    color: var(--color-primary);
    flex-shrink: 0;
    font-size: 12px;
    margin-top: 5px;
}

.product-detail-list li span {
    color: var(--color-paragraph);
    line-height: 1.55;
}

.project-card .badge {
    background: rgba(232, 93, 34, 0.12);
    color: var(--color-primary);
}

.projects-cta {
    margin-top: 35px;
}

.stat-box h2 {
    color: var(--color-primary);
}

.why-choose-list {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}

.why-choose-list li {
    align-items: flex-start;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    gap: 12px;
    padding: 12px 0;
}

.why-choose-list li:last-child {
    border-bottom: none;
}

.why-choose-list li i {
    color: var(--color-primary);
    flex-shrink: 0;
    font-size: 18px;
    margin-top: 2px;
}

.why-choose-list li span {
    color: var(--color-paragraph);
    line-height: 1.6;
}

/* About Us – expertise / values section */
.about-values-area .about-values-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: var(--box-shadow-regular);
    padding: 36px 32px;
}

.about-values-area .about-values-card h2 {
    font-size: 30px;
    margin-bottom: 18px;
}

.about-values-area .about-values-card h2 span {
    color: var(--color-primary);
}

.about-values-area .about-values-lead {
    color: var(--color-paragraph);
    line-height: 1.7;
    margin-bottom: 28px;
}

.about-values-area .about-values-block {
    border-left: 3px solid var(--color-primary);
    margin-bottom: 24px;
    padding-left: 18px;
}

.about-values-area .about-values-block:last-child {
    margin-bottom: 0;
}

.about-values-area .about-values-block h4 {
    align-items: center;
    color: var(--color-heading);
    display: flex;
    font-size: 18px;
    font-weight: 700;
    gap: 10px;
    margin-bottom: 10px;
}

.about-values-area .about-values-block h4 i {
    color: var(--color-primary);
    font-size: 16px;
}

.about-values-area .about-values-block p {
    color: var(--color-paragraph);
    line-height: 1.7;
    margin: 0;
}

.about-values-area .mission-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-values-area .mission-list li {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.about-values-area .mission-list li:last-child {
    margin-bottom: 0;
}

.about-values-area .mission-list li i {
    color: var(--color-primary);
    flex-shrink: 0;
    font-size: 16px;
    margin-top: 3px;
}

.about-values-area .mission-list li span {
    color: var(--color-paragraph);
    line-height: 1.6;
}

.about-values-area .why-choose-list {
    margin-bottom: 28px;
}

.about-values-area .dealership-panel {
    background: rgba(232, 93, 34, 0.08);
    border-radius: 6px;
    margin-top: 8px;
    padding: 20px;
}

.about-values-area .dealership-panel h4 {
    align-items: center;
    color: var(--color-heading);
    display: flex;
    font-size: 17px;
    font-weight: 700;
    gap: 10px;
    margin-bottom: 14px;
}

.about-values-area .dealership-panel h4 i {
    color: var(--color-primary);
}

.about-values-area .dealership-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.about-values-area .dealership-badge {
    background: #ffffff;
    border: 1px solid rgba(232, 93, 34, 0.35);
    border-radius: 4px;
    color: var(--color-heading);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
}

.achivement-area .fun-fact .counter-static {
    color: var(--color-primary);
    display: block;
    font-family: var(--font-default);
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}

.services-inc-area .overlay a i,
.about-items .item a i {
    font-size: 36px;
    margin-bottom: 10px;
    display: inline-block;
}

.services-inc-area .overlay a i.fas,
.services-inc-area .overlay a i.far,
.services-inc-area .overlay a i.fab,
.about-items .item a i.fas {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}

.project-card > i.fas {
    font-size: 36px;
}

.maps-area iframe {
    min-height: 420px;
    width: 100%;
    border: 0;
}

.about-area .about-content ul li .info .about-phones a {
    display: inline;
    line-height: inherit;
    vertical-align: baseline;
}

.about-area .about-content ul li .info .about-phones {
    display: inline;
}

.about-area.inc-video .about-hero-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.about-area.inc-video .video-info .thumb {
    flex: 1;
    min-height: 100%;
    overflow: hidden;
}

.about-area.inc-video .video-info .thumb img {
    display: block;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
}

.about-area.inc-video .about-content {
    height: 100%;
}

/* Product categories carousel – stable card heights & alignment */
.services-inc-area.half-bg .container {
    position: relative;
    z-index: 1;
}

.services-inc-area .services-carousel.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.services-inc-area .services-carousel .owl-item {
    display: flex;
}

.services-inc-area .services-items.services-carousel .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
}

.services-inc-area .item .thumb {
    flex-shrink: 0;
    min-height: 240px;
    overflow: hidden;
    background: #2a2a2a;
}

.services-inc-area .item .thumb img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.services-inc-area .item .thumb .overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.services-inc-area .item .thumb .overlay > a {
    pointer-events: auto;
}

.services-inc-area .item .info {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.services-inc-area .item .info p {
    margin-bottom: 0;
}

.services-inc-area .item .info a {
    margin-top: auto;
    padding-top: 18px;
}

.services-inc-area .services-carousel {
    position: relative;
    padding: 0 45px;
}

.services-inc-area .services-carousel .owl-nav .owl-prev,
.services-inc-area .services-carousel .owl-nav .owl-next {
    left: 0;
    right: auto;
}

.services-inc-area .services-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.footer-phone-cols {
    margin-left: 0;
    margin-right: 0;
}

.footer-phone-cols > [class*="col-"] {
    padding-left: 0;
}

.footer-phone-cols > [class*="col-"]:last-child {
    padding-right: 0;
}

.footer-phone-cols p {
    margin-bottom: 0;
}

.footer-bottom__copy {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin: 0;
}

.footer-bottom__channel {
    display: inline-flex;
    line-height: 0;
    margin-left: 2px;
    vertical-align: middle;
}

.footer-bottom__channel:hover {
    opacity: 0.85;
}

.footer-bottom__channel-img {
    display: block;
    height: 22px;
    width: auto;
}

/* Footer – equal column heights */
@media (min-width: 768px) {
    footer .f-items > .row {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
    }

    footer .f-items .equal-height.item {
        display: flex;
        margin-bottom: 0;
    }

    footer .f-items .equal-height .f-item {
        display: flex;
        flex: 1;
        flex-direction: column;
        width: 100%;
    }

    footer .f-items .equal-height:first-child .f-item .social {
        margin-top: 12px;
    }

    footer .f-item.link ul {
        margin-bottom: 0;
    }
}

/* =========================
   Responsive improvements
   ========================= */

@media only screen and (max-width: 991px) {
    .navbar-brand .logo,
    .navbar-brand > img.logo,
    nav.navbar.validnavs .navbar-brand > img.logo {
        max-height: 62px !important;
    }

    .brand-pillars {
        padding: 8px 0;
        font-size: 13px;
    }

    .services-inc-area .services-carousel {
        padding: 0;
    }

    .services-inc-area .item .thumb,
    .services-inc-area .item .thumb img {
        min-height: 200px;
        height: 200px;
    }

    .default-padding {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .default-padding.bottom-less {
        padding-top: 64px;
        padding-bottom: 48px;
    }

    .site-heading {
        margin-bottom: 36px;
    }

    .bg-gray.default-padding + .bg-gray.default-padding {
        padding-top: 36px;
    }

    .services-inc-area.default-padding.bg-gray {
        padding-bottom: 44px;
    }
}

@media only screen and (max-width: 767px) {
    /* Compact top bar – one short strip instead of a tall stack */
    .top-bar-area {
        display: block !important;
        padding: 4px 0;
    }

    .top-bar-area .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .top-bar-area .row {
        align-items: center;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap;
        gap: 4px 8px;
        justify-content: space-between;
    }

    .top-bar-area .address-info,
    .top-bar-area .social {
        flex: 0 1 auto;
        text-align: left !important;
        width: auto !important;
    }

    .top-bar-area .social {
        margin-left: auto;
        text-align: right !important;
    }

    .top-bar-area .social ul {
        display: flex;
        gap: 10px;
        justify-content: flex-end;
        margin: 0;
    }

    .top-bar-area .social ul li {
        margin: 0 !important;
    }

    .top-bar-area .info.box ul {
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 6px 12px;
        justify-content: flex-start;
        margin: 0;
    }

    /* Office address is in footer / side menu */
    .top-bar-area .info.box li:first-child {
        display: none !important;
    }

    .top-bar-area .info.box li {
        align-items: center;
        display: inline-flex !important;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .top-bar-area .info.box li::after {
        display: none !important;
    }

    .top-bar-area .info.box li .icon {
        padding-right: 5px;
    }

    .top-bar-area .info.box li .icon,
    .top-bar-area .info.box li .info {
        display: block !important;
        vertical-align: middle;
    }

    .top-bar-area .info.box li .icon i {
        font-size: 14px;
    }

    .top-bar-area .info.box li .info span {
        display: inline;
        font-size: 10px;
        line-height: 1.2;
        margin-right: 4px;
    }

    .top-bar-area .info.box li .info,
    .top-bar-area .info.box li .info a {
        display: inline;
        font-size: 11px;
        line-height: 1.35;
    }

    .top-bar-area .info.box li .info .top-bar-phones {
        display: inline;
    }

    .brand-pillars {
        padding: 6px 0;
        font-size: 12px;
    }

    /* Navbar */
    nav.navbar.validnavs .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    nav.navbar.validnavs .navbar-header {
        align-items: center;
        display: flex;
        gap: 8px;
        width: 100%;
    }

    nav.navbar.validnavs .navbar-toggle {
        margin: 0;
        order: 1;
    }

    nav.navbar.validnavs .navbar-brand {
        flex: 1;
        margin: 0 !important;
        order: 2;
        padding: 5px 6px !important;
        text-align: center;
    }

    nav.navbar.validnavs .attr-right {
        order: 3;
    }

    .navbar-brand .logo,
    .navbar-brand > img.logo,
    a.navbar-brand img.logo {
        height: auto !important;
        max-height: 50px !important;
        max-width: 200px;
        width: auto !important;
    }

    /* Section spacing */
    .default-padding,
    .default-padding-top,
    .default-padding-bottom {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .default-padding.bottom-less {
        padding-bottom: 40px;
    }

    .site-heading h2 {
        font-size: 26px;
    }

    .site-heading p {
        font-size: 15px;
        line-height: 1.55;
    }

    .breadcrumb-area h1 {
        font-size: 26px;
    }

    .breadcrumb-area {
        padding: 58px 0;
    }

    /* Hero / banner */
    .banner-area .content {
        padding-top: 20px;
    }

    .banner-area .content .gem-badge {
        font-size: 12px;
        margin-bottom: 10px;
        padding: 5px 12px;
    }

    .banner-area .content h1 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .banner-area .content h3 {
        font-size: 16px;
        line-height: 1.35;
        margin-bottom: 10px;
    }

    .banner-area .content .btn {
        display: inline-block;
        font-size: 13px;
        margin: 6px 8px 0 0;
        padding: 10px 18px;
    }

    .banner-area .carousel-control-prev,
    .banner-area .carousel-control-next {
        display: none;
    }

    /* Footer subscribe bar */
    .footer-top .row {
        gap: 12px;
        text-align: center;
    }

    .footer-top .logo,
    .footer-top .form {
        text-align: center !important;
    }

    .footer-top .logo img {
        margin: 0 auto;
        max-height: 56px;
    }

    .footer-top .stylish-input-group {
        width: 100%;
    }

    .footer-bottom__copy {
        font-size: 13px;
        gap: 4px;
    }

    .footer-bottom__channel-img {
        height: 18px;
    }

    input.form-control,
    select.form-control,
    textarea.form-control {
        font-size: 16px;
    }

    .about-items .single-item {
        margin-bottom: 16px;
    }

    /* Improve spacing for Achivement (why choose) area */
    .achivement-area .info {
        padding-right: 0;
        margin-bottom: 25px;
        text-align: left;
    }

    .achivement-area .achivement-items .fun-fact {
        padding: 28px 18px;
    }

    .achivement-area .achivement-items .fun-fact .timer,
    .achivement-area .fun-fact .counter-static {
        font-size: 40px;
    }

    .about-values-area .about-values-card {
        padding: 28px 22px;
    }

    .about-values-area .about-values-card h2 {
        font-size: 26px;
    }

    .product-details-area {
        margin-top: 40px;
        padding: 32px 18px;
    }

    .product-detail-card__head {
        padding: 18px 16px 14px;
    }

    .product-detail-list {
        padding: 0 16px;
    }

    .contact-area .contact-panel {
        padding: 24px 20px;
    }

    .contact-area .contact-form-panel {
        margin-top: 0;
    }

    .about-area.inc-video .video-info .thumb img {
        height: auto;
        max-height: 360px;
        min-height: 0;
        object-fit: cover;
    }

    .firm-cards-row .firm-card {
        height: 170px;
    }

    .team-structure-panel {
        padding: 22px 18px 18px;
    }

    .team-structure-media {
        min-height: 280px;
    }

    .team-structure-media img {
        height: auto;
        max-height: 360px;
        min-height: 280px;
        object-fit: cover;
    }

    .team-structure-summary {
        align-items: flex-start;
        flex-direction: column;
    }

    .team-table thead th,
    .team-table tbody td,
    .team-table tfoot th,
    .team-table tfoot td {
        font-size: 15px;
        padding: 14px 14px;
    }

    .team-dept-icon {
        height: 34px;
        width: 34px;
    }
}

@media only screen and (max-width: 480px) {
    .top-bar-area .info.box li:nth-child(3) {
        display: none !important;
    }

    .top-bar-area .info.box li .info,
    .top-bar-area .info.box li .info a {
        font-size: 10px;
    }

    .navbar-brand .logo,
    .navbar-brand > img.logo,
    a.navbar-brand img.logo {
        max-height: 44px !important;
        max-width: 170px;
    }

    .banner-area .content h1 {
        font-size: 24px;
    }

    .banner-area .content h3 {
        font-size: 14px;
    }

    .banner-area .content .btn {
        display: block;
        margin-right: 0;
        max-width: none;
        text-align: center;
        width: 100%;
    }

    .site-heading h2 {
        font-size: 22px;
    }

    .breadcrumb-area h1 {
        font-size: 22px;
    }

    .breadcrumb-area {
        padding: 46px 0;
    }

    .default-padding,
    .default-padding-top,
    .default-padding-bottom {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .footer-phone-cols > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .team-structure-row {
        flex-direction: column;
    }
}

/* Floating WhatsApp (desktop) + Call/WhatsApp bar (mobile) */
.floating-contact {
    pointer-events: none;
    position: fixed;
    z-index: 99990;
}

.floating-contact a,
.floating-contact .scroll-top {
    pointer-events: auto;
}

.floating-contact__fab-col {
    align-items: center;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    pointer-events: none;
    position: fixed;
    right: 24px;
    z-index: 99991;
}

.floating-contact__fab-col > * {
    pointer-events: auto;
}

.scroll-top {
    align-items: center;
    background: #ffffff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(26, 26, 26, 0.1);
    color: var(--color-primary);
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    height: 52px;
    justify-content: center;
    opacity: 0;
    padding: 0;
    position: relative;
    transform: translateY(10px) scale(0.92);
    transition:
        opacity 0.3s ease,
        transform 0.3s cubic-bezier(0.34, 1.4, 0.64, 1),
        box-shadow 0.25s ease;
    visibility: hidden;
    width: 52px;
}

.scroll-top.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    visibility: visible;
}

.scroll-top:hover {
    box-shadow: 0 6px 20px rgba(232, 93, 34, 0.2);
    transform: translateY(-2px) scale(1.04);
}

.scroll-top.is-visible:hover {
    transform: translateY(-2px) scale(1.04);
}

.scroll-top__ring {
    height: 52px;
    left: 0;
    position: absolute;
    top: 0;
    width: 52px;
}

.scroll-top__track,
.scroll-top__progress {
    fill: none;
    stroke-width: 2;
}

.scroll-top__track {
    stroke: #e4e4e4;
}

.scroll-top__progress {
    stroke: var(--color-primary);
    stroke-linecap: round;
    transition: stroke-dashoffset 0.12s ease-out;
}

.scroll-top__icon {
    color: var(--color-primary);
    font-size: 16px;
    line-height: 1;
    position: relative;
    transition: transform 0.2s ease;
    z-index: 1;
}

.scroll-top:hover .scroll-top__icon {
    transform: translateY(-2px);
}

.floating-contact__wa-desktop {
    align-items: center;
    background: linear-gradient(145deg, #2bdc65 0%, #25d366 55%, #1da851 100%);
    border-radius: 50%;
    box-shadow:
        0 8px 24px rgba(37, 211, 102, 0.38),
        0 2px 6px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    display: none;
    flex-shrink: 0;
    font-size: 28px;
    height: 56px;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition:
        transform 0.3s cubic-bezier(0.34, 1.4, 0.64, 1),
        box-shadow 0.25s ease;
    width: 56px;
}

.floating-contact__wa-desktop::before {
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    content: "";
    inset: 3px;
    position: absolute;
}

.floating-contact__wa-desktop:hover {
    box-shadow:
        0 12px 30px rgba(37, 211, 102, 0.45),
        0 4px 10px rgba(0, 0, 0, 0.12);
    color: #ffffff;
    transform: translateY(-2px) scale(1.04);
}

.floating-contact__wa-desktop i {
    position: relative;
    z-index: 1;
}

.floating-contact__quote-desktop {
    align-items: center;
    background: var(--color-primary);
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(232, 93, 34, 0.35);
    color: #ffffff;
    display: none;
    flex-shrink: 0;
    font-size: 22px;
    height: 52px;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.25s ease, background 0.25s ease;
    width: 52px;
}

.floating-contact__quote-desktop:hover {
    background: var(--color-secondary);
    box-shadow: 0 12px 28px rgba(232, 93, 34, 0.42);
    color: #ffffff;
    transform: translateY(-2px) scale(1.04);
}

.floating-contact__mobile-bar {
    display: none;
}

@media only screen and (min-width: 768px) {
    .floating-contact__wa-desktop,
    .floating-contact__quote-desktop {
        display: inline-flex;
    }
}

@media only screen and (max-width: 767px) {
    body.has-floating-contact {
        padding-bottom: 56px;
    }

    .floating-contact__fab-col {
        bottom: 68px;
        right: 16px;
    }

    .floating-contact__mobile-bar {
        background: #ffffff;
        border-top: 1px solid #e7e7e7;
        bottom: 0;
        box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.1);
        display: flex;
        left: 0;
        position: fixed;
        right: 0;
        width: 100%;
    }

    .floating-contact__mobile-btn {
        align-items: center;
        color: #ffffff;
        display: flex;
        flex: 1 1 33.333%;
        font-size: 12px;
        font-weight: 700;
        gap: 6px;
        justify-content: center;
        min-height: 52px;
        padding: 10px 6px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .floating-contact__mobile-btn i {
        font-size: 18px;
    }

    .floating-contact__mobile-btn--wa {
        background: var(--color-primary);
    }

    .floating-contact__mobile-btn--wa:hover {
        background: var(--color-secondary);
        color: #ffffff;
    }

    .floating-contact__mobile-btn--quote {
        background: #f0f0f0;
        color: var(--dark);
    }

    .floating-contact__mobile-btn--quote:hover {
        background: #e4e4e4;
        color: var(--dark);
    }

    .floating-contact__mobile-btn--call {
        background: var(--dark);
    }

    .floating-contact__mobile-btn--call:hover {
        background: var(--dark-secondary);
        color: #ffffff;
    }
}

/* =========================
   UI/UX system overrides
   ========================= */

:root {
    --section-padding: 96px;
    --body-line-height: 1.75;
    --heading-line-height: 1.3;
}

body {
    line-height: var(--body-line-height);
}

p,
.about-content p,
.f-item p,
.contact-form p,
.project-card p,
.dealership-card p {
    line-height: var(--body-line-height);
}

/* Tighter section spacing on desktop / large screens */
@media only screen and (min-width: 992px) {
    .default-padding,
    .default-padding-top,
    .default-padding-bottom {
        padding-bottom: 88px;
        padding-top: 88px;
    }

    .default-padding.bottom-less {
        padding-bottom: 68px;
        padding-top: 88px;
    }

    .carousel-shadow,
    .carousel-shadow.default-padding {
        padding-bottom: 58px;
    }

    .services-inc-area.carousel-shadow.default-padding.bg-gray {
        padding-bottom: 52px;
    }

    .bg-gray.default-padding + .bg-gray.default-padding {
        padding-top: 40px;
    }

    .services-inc-area.default-padding.bg-gray + .achivement-area.default-padding {
        padding-top: 40px;
    }

    .site-heading {
        margin-bottom: 36px;
    }

    .compact-section,
    .compact-section.default-padding {
        padding-bottom: 56px !important;
        padding-top: 56px !important;
    }
}

@media only screen and (min-width: 1400px) {
    .default-padding,
    .default-padding-top,
    .default-padding-bottom {
        padding-bottom: 80px;
        padding-top: 80px;
    }

    .default-padding.bottom-less {
        padding-bottom: 60px;
        padding-top: 80px;
    }

    .carousel-shadow,
    .carousel-shadow.default-padding {
        padding-bottom: 52px;
    }

    .services-inc-area.carousel-shadow.default-padding.bg-gray {
        padding-bottom: 44px;
    }

    .bg-gray.default-padding + .bg-gray.default-padding,
    .services-inc-area.default-padding.bg-gray + .achivement-area.default-padding {
        padding-top: 36px;
    }

    .site-heading {
        margin-bottom: 34px;
    }
}

/* Sticky header shrink + alignment */
@media only screen and (min-width: 992px) {
    .top-bar-area,
    nav.navbar.validnavs,
    nav.navbar.validnavs .navbar-brand .logo,
    nav.navbar.validnavs .navbar-brand > img.logo,
    nav.navbar.validnavs ul.nav.navbar-center > li > a {
        transition:
            padding 0.35s ease,
            max-height 0.35s ease,
            font-size 0.35s ease,
            box-shadow 0.35s ease;
    }

    nav.navbar.validnavs .container.d-flex {
        align-items: center;
        flex-wrap: nowrap;
        gap: 8px;
    }

    nav.navbar.validnavs .navbar-header {
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        float: none !important;
    }

    nav.navbar.validnavs .attr-right,
    nav.navbar.validnavs .attr-nav,
    nav.navbar.validnavs .attr-nav > ul {
        align-items: center;
        display: flex;
        float: none !important;
        flex: 0 0 auto;
    }

    /* Side-panel hamburger — vertically centered with nav links */
    nav.navbar.validnavs .attr-right .attr-nav li.side-menu a {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        gap: 6px;
        height: auto;
        justify-content: center;
        padding: 12px 14px !important;
        width: auto;
    }

    nav.navbar.validnavs .attr-nav .side-menu span {
        display: block;
        height: 2px;
        position: static;
        right: auto;
        top: auto;
        transform: none;
        width: 25px;
    }

    nav.navbar.validnavs .attr-nav .side-menu span:nth-child(2) {
        width: 35px;
    }

    nav.navbar.validnavs .attr-nav .side-menu span:nth-child(3) {
        width: 15px;
    }

    nav.navbar.validnavs ul.nav.navbar-center > li > a {
        padding: 24px 18px !important;
    }

    nav.navbar.validnavs ul.nav.navbar-center > li > a.active::after {
        bottom: 18px;
    }

    body.header-scrolled .top-bar-area {
        padding: 3px 0;
    }

    body.header-scrolled nav.navbar.validnavs.sticked .navbar-brand .logo,
    body.header-scrolled nav.navbar.validnavs.sticked .navbar-brand > img.logo {
        max-height: 58px !important;
    }

    body.header-scrolled nav.navbar.validnavs.sticked ul.nav.navbar-center > li > a {
        padding: 10px 18px !important;
    }

    body.header-scrolled nav.navbar.validnavs.sticked ul.nav.navbar-center > li > a.active::after {
        bottom: 6px;
    }

    body.header-scrolled nav.navbar.validnavs.sticked {
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    }
}

/* Desktop navbar — hide mobile-only collapse chrome, show full inline menu */
@media only screen and (min-width: 1024px) {
    nav.navbar.validnavs .navbar-header .navbar-toggle {
        display: none;
    }

    nav.navbar.validnavs .navbar-collapse {
        align-items: center;
        display: flex !important;
        flex: 1 1 auto;
        float: none !important;
        justify-content: center;
        min-width: 0;
    }

    nav.navbar.validnavs ul.nav.navbar-center {
        align-items: center;
        display: flex !important;
        flex-wrap: nowrap;
        float: none !important;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    nav.navbar.validnavs .navbar-collapse.collapse > img,
    nav.navbar.validnavs .navbar-collapse.collapse > button.navbar-toggle {
        display: none !important;
    }
}

/* Unified heading underline — brand orange */
.site-heading h2::before,
.section-title-left::after,
.achivement-area .info h2::after,
.faq-area .section-title-left::after {
    background: var(--color-primary) !important;
}

.half-bg .site-heading h2::before,
.services-inc-area.half-bg .site-heading h2::before {
    background: #ffffff !important;
}

.section-title-left {
    font-weight: 700;
    line-height: var(--heading-line-height);
    margin-bottom: 18px;
    padding-bottom: 16px;
    position: relative;
    text-transform: capitalize;
}

.section-title-left span {
    color: var(--color-primary);
}

.section-title-left::after {
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 48px;
}

.about-content h2,
.site-heading h2,
.faq-area h2 {
    line-height: var(--heading-line-height);
}

.about-content h2 {
    margin-bottom: 22px;
}

.about-content > p {
    margin-bottom: 24px;
}

/* Hero banner */
.banner-area .slider-thumb {
    position: relative;
}

.banner-area .slider-thumb::after {
    background: linear-gradient(105deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.52) 48%, rgba(0, 0, 0, 0.28) 100%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.banner-area .box-table {
    position: relative;
    z-index: 2;
}

.banner-area .content h1 {
    font-size: 48px;
    line-height: 1.22;
    margin-bottom: 18px;
    max-width: 760px;
}

.banner-area .content h3 {
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 14px;
}

.banner-area .content .btn {
    margin-right: 10px;
    margin-top: 10px;
}

.banner-area .carousel-control-prev,
.banner-area .carousel-control-next {
    height: 42px;
    margin-top: -21px;
    opacity: 0.85;
    width: 42px;
}

.banner-area .carousel-control-prev-icon,
.banner-area .carousel-control-next-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    display: inline-flex;
    font-size: 16px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.banner-area:hover .carousel-control-prev,
.banner-area:hover .carousel-control-next {
    opacity: 1;
}

/* Trust badges — about */
.trust-badges-row {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
}

.trust-badge-card {
    align-items: flex-start;
    background: #fafafa;
    border: 1px solid #ececec;
    border-left: 3px solid var(--color-primary);
    border-radius: 8px;
    display: flex;
    gap: 12px;
    padding: 12px 14px;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.trust-badge-card:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.trust-badge-card i {
    color: var(--color-primary);
    font-size: 20px;
    margin-top: 2px;
}

.trust-badge-card strong {
    color: var(--color-heading);
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.trust-badge-card span {
    color: var(--color-paragraph);
    display: block;
    font-size: 13px;
    line-height: 1.45;
}

.about-area .thumb img {
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    width: 100%;
}

/* Card hover polish */
.project-card,
.client-logo-card,
.dealership-card,
.firm-card {
    transition: box-shadow 0.28s ease, transform 0.28s ease, border-color 0.28s ease;
}

.project-card:hover,
.client-logo-card:hover,
.dealership-card:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.btn.btn-light.border {
    background: transparent;
    border: 1px solid #d8d8d8 !important;
    color: var(--color-heading);
}

.banner-area .content .btn.btn-light.border {
    border-color: rgba(255, 255, 255, 0.7) !important;
    color: #ffffff;
}

.banner-area .content .btn.btn-light.border:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.btn-theme:hover,
.btn.btn-theme:hover {
    box-shadow: 0 6px 16px rgba(232, 93, 34, 0.28);
    transform: translateY(-1px);
}

/* Clients grid */
.clients-logo-grid {
    margin-bottom: 28px;
}

.client-logo-card {
    align-items: center;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    height: 100%;
    min-height: 72px;
    padding: 14px 16px;
}

.client-logo-card i {
    color: var(--color-primary);
    flex-shrink: 0;
    font-size: 18px;
}

.client-logo-card span {
    color: var(--color-heading);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.clients-cta .btn,
.projects-cta .btn {
    margin: 0 6px 8px;
}

/* Dealership compact section */
.compact-section {
    padding-bottom: 56px !important;
    padding-top: 56px !important;
}

.dealership-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    height: 100%;
    padding: 28px 24px;
    position: relative;
    text-align: center;
}

.dealership-card__icon,
.dealership-card__logo {
    align-items: center;
    background: rgba(232, 93, 34, 0.1);
    border-radius: 50%;
    color: var(--color-primary);
    display: inline-flex;
    font-size: 28px;
    height: 64px;
    justify-content: center;
    margin-bottom: 16px;
    width: 64px;
}

.dealership-card__logo {
    background: #f5f5f5;
    border-radius: 10px;
    display: flex;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
    overflow: hidden;
    padding: 14px;
    width: 100%;
}

.dealership-card__logo img {
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.dealership-card h4 {
    color: var(--color-heading);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.dealership-card p {
    color: var(--color-paragraph);
    font-size: 14px;
    margin-bottom: 16px;
}

.dealership-card__tag {
    background: rgba(232, 93, 34, 0.12);
    border-radius: 999px;
    color: var(--color-primary);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 5px 12px;
    text-transform: uppercase;
}

/* FAQ accordion */
.brand-accordion .accordion-item {
    background: #fff;
    border: 1px solid #e6e6e6 !important;
    border-radius: 8px !important;
    margin-bottom: 14px;
    overflow: hidden;
}

.brand-accordion .accordion-button {
    background: #fff;
    box-shadow: none !important;
    color: var(--color-heading) !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    padding: 18px 20px;
    transition: background 0.2s ease, color 0.2s ease;
}

.brand-accordion .accordion-button:not(.collapsed) {
    background: var(--color-primary) !important;
    color: #ffffff !important;
}

.brand-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.brand-accordion .accordion-button.collapsed::after {
    filter: none;
}

.brand-accordion .accordion-button:hover {
    background: #fafafa;
    color: var(--color-heading) !important;
}

.brand-accordion .accordion-button:not(.collapsed):hover {
    background: var(--color-secondary) !important;
    color: #ffffff !important;
}

.brand-accordion .accordion-button::after {
    background-size: 14px;
    height: 14px;
    width: 14px;
}

.brand-accordion .accordion-body {
    border-top: 1px solid #efefef;
    padding: 16px 20px 20px;
}

.brand-accordion .accordion-body p {
    margin: 0;
}

.faq-area .col-lg-5 .btn {
    margin-right: 8px;
    margin-top: 8px;
}

/* Footer */
.site-footer .footer-top {
    padding: 14px 0;
}

.site-footer .footer-top .logo a {
    margin-top: 0;
}

.site-footer .footer-top img,
.site-footer .footer-top .logo img {
    height: 40px;
    max-height: 40px;
}

.site-footer .footer-top .form form input {
    font-size: 16px;
    min-height: 44px;
    padding-left: 18px;
}

.site-footer .footer-top .form form .input-group-addon button {
    font-size: 14px;
    min-height: 36px;
    padding: 0 18px;
    right: 4px;
    top: 4px;
}

.site-footer .f-item p,
.site-footer .f-item a,
.site-footer .footer-bottom__copy {
    font-size: 16px;
    line-height: var(--body-line-height);
}

.site-footer .f-item p {
    margin-bottom: 10px;
}

.site-footer .f-item h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
}

.site-footer .f-item.link li {
    margin-bottom: 8px;
}

.site-footer .f-item.link li a {
    font-size: 16px;
    padding-left: 14px;
}

.site-footer .contact-gst {
    margin-bottom: 0;
}

.footer-social ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

.site-footer .f-item .social,
.site-footer .f-item .footer-social {
    border-top: none;
    margin-top: 10px;
    padding-top: 0;
}

.footer-social ul li {
    margin: 0;
}

.footer-social ul li a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-flex;
    font-size: 15px;
    height: 36px;
    justify-content: center;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
    width: 36px;
}

.footer-social ul li a:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    transform: translateY(-2px);
}

.footer-contact-block .footer-address,
.footer-contact-block .footer-owners {
    margin-bottom: 8px;
}

.footer-contact-block .footer-phone-cols {
    margin-bottom: 4px;
}

.footer-contact-block .footer-phone-cols p {
    margin-bottom: 6px;
}

.footer-map-link {
    margin-bottom: 0;
}

.footer-map-link a {
    color: #ffffff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    gap: 6px;
    text-decoration: none;
}

.footer-map-link a:hover {
    color: var(--color-primary);
}

.address-company-name {
    display: block;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.address-lines {
    display: block;
    font-weight: 400;
    line-height: 1.45;
    margin: 0;
    padding: 0;
}

.contact-area .contact-info-list .address-company-name,
.contact-area .contact-info-list .address-lines,
.footer-address .address-company-name,
.footer-address .address-lines,
.side .widget.address .address-company-name,
.side .widget.address .address-lines {
    margin: 0;
    padding: 0;
}

.footer-owners {
    margin-bottom: 0;
}

.footer-quick-contact {
    font-size: 12px;
    margin-top: 10px;
    padding: 7px 16px;
}

.footer-main.default-padding {
    padding-bottom: 28px;
    padding-top: 28px;
}

.site-footer .footer-bottom {
    padding: 10px 0;
}

.site-footer .footer-bottom__copy {
    font-size: 15px;
}

.site-footer .footer-bottom__channel-img {
    height: 18px;
}

@media only screen and (max-width: 991px) {
    .banner-area .content h1 {
        font-size: 34px;
    }

    .banner-area .content h3 {
        font-size: 17px;
    }

    .trust-badges-row {
        grid-template-columns: 1fr;
    }

    .compact-section {
        padding-bottom: 44px !important;
        padding-top: 44px !important;
    }
}

.solution-card,
.offering-card,
.leadership-card {
    transition: box-shadow 0.28s ease, transform 0.28s ease;
}

.solution-card:hover,
.offering-card:hover,
.leadership-card:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.solution-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    border-top: 3px solid var(--color-primary);
    padding: 28px 24px;
    text-align: center;
}

.solution-card__icon,
.offering-card__icon {
    align-items: center;
    background: rgba(232, 93, 34, 0.1);
    border-radius: 50%;
    color: var(--color-primary);
    display: inline-flex;
    font-size: 26px;
    height: 60px;
    justify-content: center;
    margin-bottom: 16px;
    width: 60px;
}

.solution-card h4,
.offering-card h4 {
    color: var(--color-heading);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.solution-card p,
.offering-card p {
    color: var(--color-paragraph);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.offering-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 26px 22px;
    text-align: center;
}

.leadership-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-left: 4px solid var(--color-primary);
    border-radius: 10px;
    padding: 28px 26px;
}

.leadership-card__head {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.leadership-card__avatar {
    align-items: center;
    background: rgba(232, 93, 34, 0.12);
    border-radius: 50%;
    color: var(--color-primary);
    display: inline-flex;
    flex-shrink: 0;
    font-size: 28px;
    height: 64px;
    justify-content: center;
    width: 64px;
}

.leadership-card h4 {
    color: var(--color-heading);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}

.leadership-card__role {
    color: var(--color-primary);
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.leadership-card__qual {
    color: var(--color-paragraph);
    display: block;
    font-size: 13px;
    font-style: italic;
}

.leadership-card p {
    color: var(--color-paragraph);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .trust-badges-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Product catalog (folder-based) */
.catalog-grid > [class*="col-"] {
    display: flex;
}

/* Root product category cards on services page — original project-card look */
.product-category-card {
    display: flex;
    flex-direction: column;
}

.product-category-card__image-link {
    display: block;
}

.product-category-card__image-link img {
    display: block;
    width: 100%;
}

.product-category-card__icon {
    color: var(--color-primary);
    font-size: 36px;
}

.product-category-card__cta {
    color: var(--color-heading);
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 6px;
    letter-spacing: 0.5px;
    margin-top: auto;
    padding-top: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

.product-category-card__cta:hover {
    color: var(--color-primary);
}

.catalog-category-card,
.catalog-product-card {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-left: 4px solid var(--color-primary);
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.catalog-category-card__media {
    align-items: center;
    background: #ececec;
    display: flex;
    height: 220px;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.catalog-category-card__media img {
    box-sizing: border-box;
    display: block;
    height: 100%;
    max-height: 220px;
    object-fit: contain;
    object-position: center;
    padding: 14px;
    width: 100%;
}

.catalog-category-card__media--icon {
    align-items: center;
    display: flex;
    justify-content: center;
}

.catalog-category-card__media--icon i {
    color: var(--color-primary);
    font-size: 48px;
    opacity: 0.85;
}

.catalog-category-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px 22px 22px;
}

.catalog-category-card__icon {
    color: var(--color-primary);
    font-size: 22px;
    line-height: 1;
    margin-bottom: 10px;
}

.catalog-category-card__body h4 {
    color: var(--color-heading);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 10px;
    text-transform: none;
}

.catalog-category-card__summary {
    color: var(--color-paragraph);
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

.catalog-category-card__link {
    color: var(--color-heading);
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 6px;
    letter-spacing: 0.5px;
    margin-top: auto;
    padding-top: 16px;
    text-decoration: none;
    text-transform: uppercase;
}

.catalog-category-card__link:hover {
    color: var(--color-primary);
}

.catalog-product-card {
    border-left-width: 3px;
    padding: 14px 14px 16px;
}

.catalog-product-card__thumb {
    background: #f7f7f7;
    border-radius: 6px;
    display: block;
    margin-bottom: 12px;
    overflow: hidden;
}

.catalog-product-card__thumb img {
    display: block;
    height: 180px;
    object-fit: contain;
    padding: 8px;
    width: 100%;
}

.catalog-product-card__title {
    color: var(--color-heading);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0;
    text-align: center;
    text-transform: none;
}

.catalog-section-title {
    color: var(--color-heading);
    font-size: 22px;
    font-weight: 700;
    margin: 8px 0 4px;
    text-transform: capitalize;
}

.catalog-section-title--products {
    margin-top: 20px;
}

.catalog-carousel-placeholder {
    align-items: center;
    background: #2a2a2a;
    display: flex;
    height: 240px;
    justify-content: center;
    width: 100%;
}

.catalog-carousel-placeholder i {
    color: var(--color-primary);
    font-size: 56px;
}

.product-catalog-area .catalog-back-link .btn i {
    margin-right: 6px;
}

/* Medicines catalogue */
.medicines-page-content {
    margin: 0 auto;
    max-width: 960px;
}

.medicines-intro {
    margin-bottom: 28px;
}

.medicines-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 18px;
}

.medicines-stat {
    align-items: center;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 999px;
    color: var(--color-heading);
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    gap: 8px;
    padding: 8px 16px;
}

.medicines-stat i {
    color: var(--color-primary);
}

.medicines-search-wrap {
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    display: flex;
    gap: 10px;
    margin: 0 auto;
    max-width: 520px;
    padding: 12px 16px;
}

.medicines-search-wrap i {
    color: var(--color-primary);
    font-size: 15px;
}

.medicines-search {
    border: none;
    flex: 1;
    font-size: 15px;
    min-width: 0;
    outline: none;
    padding: 0;
}

.medicines-accordion {
    --bs-accordion-border-color: #e8e8e8;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(232, 93, 34, 0.15);
}

.medicines-accordion__item {
    border: 1px solid #e8e8e8;
    border-radius: 8px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    margin-bottom: 12px;
    overflow: hidden;
}

.medicines-accordion__item:last-child {
    margin-bottom: 0;
}

.medicines-accordion .accordion-button {
    align-items: center;
    background: #fff;
    box-shadow: none;
    color: var(--color-heading);
    font-size: 15px;
    font-weight: 700;
    gap: 12px;
    padding: 16px 20px;
    text-transform: none;
}

.medicines-accordion .accordion-button:not(.collapsed) {
    background: rgba(232, 93, 34, 0.08);
    color: var(--color-heading);
}

.medicines-accordion .accordion-button::after {
    flex-shrink: 0;
}

.medicines-accordion__title {
    flex: 1;
    line-height: 1.4;
    text-align: left;
}

.medicines-accordion__count {
    background: var(--color-primary);
    border-radius: 999px;
    color: #fff;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 28px;
    padding: 5px 10px;
    text-align: center;
}

.medicines-accordion .accordion-body {
    background: #fafafa;
    padding: 0;
}

.medicines-table-wrap {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.medicines-table {
    margin: 0;
    width: 100%;
}

.medicines-table thead th {
    background: #f1f1f1;
    border-bottom: 1px solid #e0e0e0;
    color: var(--color-heading);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding: 11px 18px;
    text-transform: uppercase;
    white-space: nowrap;
}

.medicines-table tbody td {
    background: #fff;
    border-bottom: 1px solid #efefef;
    color: var(--color-paragraph);
    font-size: 14px;
    line-height: 1.55;
    padding: 12px 18px;
    vertical-align: top;
}

.medicines-table tbody tr:nth-child(even) td {
    background: #fcfcfc;
}

.medicines-table tbody tr:last-child td {
    border-bottom: none;
}

.medicines-table tbody tr:hover td {
    background: rgba(232, 93, 34, 0.06);
}

.medicines-table__sr {
    color: var(--color-heading);
    font-weight: 600;
    text-align: center;
    width: 72px;
}

.medicines-accordion__item.is-hidden {
    display: none;
}

.medicines-table tbody tr.is-hidden {
    display: none;
}

.medicines-no-results {
    color: var(--color-paragraph);
    margin: 24px 0 0;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .medicines-page-content {
        max-width: none;
    }

    .medicines-accordion .accordion-button {
        font-size: 14px;
        padding: 14px 16px;
    }

    .medicines-table thead th,
    .medicines-table tbody td {
        font-size: 13px;
        padding: 10px 12px;
    }
}
