/* Aarvee Trading Company brand colors (from logo) */
:root {
    --bs-primary: #C98A34;
    --bs-primary-rgb: 201, 138, 52;
    --bs-dark: #102838;
    --bs-dark-rgb: 16, 40, 56;
    --bs-light: #F3F6F9;
    --bs-light-rgb: 243, 246, 249;
    --brand-blue: #1C4A68;
    --brand-gold: #C98A34;
    --brand-navy: #102838;
}

html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 90px;
    display: none;
    transition: 0.5s;
    z-index: 99;
}

.whatsapp-float {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    background: #25d366 !important;
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45);
    transition: 0.3s;
}

.whatsapp-float:hover {
    background: #1ebe57 !important;
    color: #fff !important;
    transform: translateY(-2px);
}

@media (max-width: 575.98px) {
    .back-to-top,
    .whatsapp-float {
        right: 16px;
    }

    .whatsapp-float {
        bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    }

    .back-to-top {
        bottom: calc(78px + env(safe-area-inset-bottom, 0px));
    }

    .footer.bg-dark {
        padding-bottom: 5.5rem !important;
    }
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 40px;
    height: 40px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-xl-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-dark);
    background: var(--bs-primary);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--brand-blue);
    color: var(--bs-white);
}

.btn.btn-light {
    color: var(--brand-blue);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--brand-blue);
}

/*** Navbar Start ***/
.header-top .topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.header-top .topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 12px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

.header-top {
    height: 125px;
    position: sticky;
    top: 0;
    z-index: 1050;
    width: 100%;
    background: var(--bs-white);
    box-shadow: 0 2px 16px rgba(16, 40, 56, 0.12);
    overflow-x: clip;
}

.header-top::after {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--bs-dark);
    z-index: 1;
}

.header-top .container {
    position: relative;
    z-index: 999;
}

@media (min-width: 992px) {
    .header-top::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 45px;
        top: 0;
        right: 0;
        background: var(--bs-dark);
        z-index: -1;
    }

    .navbar-brand-2 {
        display: none;
    }

    .header-sticky-spacer {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-top.container-fluid,
    .header-top {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 72px;
        min-height: 72px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0;
        overflow: visible;
    }

    .header-sticky-spacer {
        display: block;
        width: 100%;
        height: 72px;
        pointer-events: none;
        visibility: hidden;
    }

    .header-top > .container.d-flex > .d-flex:first-child {
        display: none !important;
    }

    .navbar {
        justify-content: space-between;
    }

    .header-top .container {
        max-width: 100%;
        width: 100%;
        height: 72px;
        min-height: 72px;
        margin: 0;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 12px !important;
        overflow: visible;
        align-items: stretch !important;
    }

    .header-top .w-100.h-100,
    .header-top .nav-bar {
        height: 100%;
    }

    .navbar-brand {
        display: none;
    }

    .navbar-brand-2 {
        position: relative;
        overflow: hidden;
        width: 168px;
        height: 100%;
        margin: 0;
        padding: 6px 28px 6px 8px;
        display: flex;
        align-items: center;
        z-index: 99;
    }

    .navbar-brand-2 img {
        max-height: 56px;
        width: auto;
    }

    .navbar-brand-2::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-dark);
        transform: rotate(-18deg);
        z-index: -1;
    }

    .navbar-brand-2::after {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 5px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-primary);
        transform: rotate(-18deg);
        z-index: -1;
    }

    .header-top .navbar.navbar-light,
    .header-top .navbar {
        height: 100%;
        min-height: 0;
        padding: 0 !important;
        align-items: center;
    }

    .navbar .navbar-collapse {
        margin-top: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 1050;
        background: var(--bs-white);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
        max-height: calc(100dvh - 72px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .header-top::after {
        display: none;
    }

}

.nav-bar .navbar {
    height: 100%;
    background: var(--bs-white);
    position: relative;
    z-index: 9;
}

.navbar-light .navbar-brand img {
    max-height: 105px;
    width: auto;
    object-fit: contain;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar-brand-2 img {
    max-height: 68px;
    width: auto;
    object-fit: contain;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 20px;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--bs-primary);
}

@media (max-width: 991px) {
    .navbar {
        padding: 12px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
        width: 100%;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 12px 16px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        margin-right: 0;
        width: 100%;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
        width: 100%;
        padding: 8px 16px 16px;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 0;
        margin-left: 0;
        padding: 8px 0 12px;
        background: var(--bs-light);
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        flex-direction: column;
    }

    .navbar .navbar-nav .nav-btn a.btn {
        margin-right: 0;
        width: 100%;
        text-align: center;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .nav-bar {
        position: relative;
        z-index: 1060;
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

/* Nested category flyout menus (Our Products) */
.navbar .dropdown-menu .dropdown-submenu {
    position: relative;
}

.navbar .dropdown-menu .dropdown-submenu > .dropdown-item.submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.navbar .dropdown-menu .dropdown-submenu > .dropdown-item.submenu-toggle::after {
    border: none;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-left: auto;
    float: none;
}

.products-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 1.5rem;
}

.products-search {
    max-width: 530px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 4px;
}

.products-search-right {
    margin-left: auto;
    margin-right: 0;
}

.category-intro {
    text-align: left;
    width: 100%;
}

.category-intro-title {
    color: var(--bs-dark);
    font-weight: 700;
    font-size: clamp(1.35rem, 2.4vw, 2.05rem);
    line-height: 1.35;
    margin: 0 0 1.15rem;
    word-break: break-word;
}

.category-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.85fr);
    gap: 1.5rem 2.25rem;
    align-items: start;
}

.category-intro-grid.is-text-only,
.category-intro-grid.is-media-only {
    grid-template-columns: minmax(0, 1fr);
}

.category-intro-grid.is-media-only {
    max-width: 640px;
    margin-left: auto;
}

.category-intro-desc {
    color: #5b6570;
    font-size: 1rem;
    line-height: 1.75;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.category-intro-desc p {
    margin-bottom: 0.85rem;
}

.category-intro-desc p:last-child {
    margin-bottom: 0;
}

.category-intro-desc strong,
.category-intro-desc b {
    color: #3d4650;
    font-weight: 700;
}

.category-intro-desc ul,
.category-intro-desc ol {
    margin: 0 0 0.85rem;
    padding-left: 1.2rem;
}

.category-intro-media {
    width: 100%;
}

.category-intro-media img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    max-height: 380px;
    object-fit: cover;
    display: block;
    background: transparent;
}

.img-load {
    position: relative;
    overflow: hidden;
    background: #edf1f4;
}

.img-load::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #e8eef2 0%, #f7f9fb 50%, #e8eef2 100%);
    background-size: 200% 100%;
    animation: img-shimmer 1.15s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}

.img-load::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    top: 50%;
    left: 50%;
    border: 3px solid rgba(201, 138, 52, 0.22);
    border-top-color: var(--bs-primary);
    border-radius: 50%;
    z-index: 2;
    pointer-events: none;
    animation: img-spin 0.7s linear infinite;
}

.img-load img {
    opacity: 0;
    transition: opacity 0.35s ease;
    position: relative;
    z-index: 0;
}

.img-load.is-loaded::before,
.img-load.is-loaded::after {
    opacity: 0;
    visibility: hidden;
    animation: none;
}

.img-load.is-loaded img {
    opacity: 1;
}

@keyframes img-shimmer {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

@keyframes img-spin {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

.products-search-bar {
    display: flex;
    align-items: stretch;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 24px rgba(16, 40, 56, 0.06);
    overflow: hidden;
}

.products-search-field {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
}

.products-search-field i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #9aa3ab;
    font-size: 0.95rem;
    z-index: 1;
}

.products-search-field input {
    width: 100%;
    border: 0;
    outline: none;
    box-shadow: none;
    background: transparent;
    height: 54px;
    padding: 0 18px 0 48px;
    font-size: 1rem;
    color: var(--bs-dark);
}

.products-search-field input::placeholder {
    color: #9aa3ab;
}

.products-search-field input::-webkit-search-decoration,
.products-search-field input::-webkit-search-cancel-button,
.products-search-field input::-webkit-search-results-button,
.products-search-field input::-webkit-search-results-decoration {
    display: none;
}

.products-search-submit {
    flex: 0 0 auto;
    border: 0;
    background: var(--bs-primary);
    color: #fff;
    font-weight: 600;
    padding: 0 1.75rem;
    min-width: 120px;
    transition: 0.2s ease;
}

.products-search-submit:hover,
.products-search-submit:focus {
    background: #b57a2c;
    color: #fff;
}

.products-search-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: #6c757d;
    flex-wrap: wrap;
}

.products-search-meta a {
    color: var(--bs-primary);
    font-weight: 600;
    text-decoration: none;
}

.products-search-meta a:hover {
    text-decoration: underline;
}

.products-footer-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.5rem;
}

.products-perpage {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.products-perpage-label {
    color: #6c757d;
    font-size: 0.9rem;
}

.products-perpage-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    color: var(--bs-dark);
    background: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
}

.products-perpage-btn:hover {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
    background: #fff;
}

.products-perpage-btn.active {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
}

.products-pagination {
    max-width: 100%;
}

.products-pagination .pagination {
    gap: 0.35rem;
    flex-wrap: wrap;
    justify-content: center;
}

.products-pagination .page-link {
    color: var(--bs-dark);
    border-color: #dee2e6;
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px !important;
    padding: 0 0.75rem;
}

.products-pagination .page-item.active .page-link {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
}

.products-pagination .page-item.disabled .page-link {
    color: #adb5bd;
}

.service .service-item {
    background: #fff;
    height: 100%;
    width: 100%;
}

.service .row > [class*="col-"] {
    display: flex;
}

.service .service-item-photo {
    width: 100%;
    height: 250px;
}

.service .service-item-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service .service-item .border {
    border-color: #dee2e6 !important;
}

.service .service-item h4 {
    color: var(--bs-dark);
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service .service-item p {
    color: #747d88;
    min-height: 4.5rem;
}

@media (max-width: 991.98px) {
    .products-search {
        max-width: 100%;
    }

    .category-intro-title {
        font-size: clamp(1.25rem, 3.2vw, 1.75rem);
        margin-bottom: 1rem;
    }

    .category-intro-grid {
        gap: 1.25rem 1.5rem;
    }

    .category-intro-media img {
        max-height: 300px;
    }

    .service .service-item-photo {
        height: 220px;
    }

    .service .service-item p {
        min-height: 0;
    }
}

@media (max-width: 767.98px) {
    .category-intro-grid,
    .category-intro-grid.is-media-only {
        grid-template-columns: 1fr;
        max-width: 100%;
        margin-left: 0;
    }

    .category-intro-media {
        order: -1;
    }

    .products-footer-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .products-pagination .page-link {
        min-width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    .bg-breadcrumb .display-4 {
        font-size: calc(1.5rem + 2vw) !important;
        word-break: break-word;
    }

    .bg-breadcrumb .breadcrumb {
        flex-wrap: wrap;
        row-gap: 0.25rem;
        padding: 0 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .products-search-bar {
        flex-direction: column;
    }

    .category-intro {
        margin-bottom: 1.75rem !important;
    }

    .category-intro-title {
        font-size: 1.2rem;
    }

    .category-intro-desc {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .category-intro-media img {
        max-height: 220px;
    }

    .products-search-field i {
        left: 14px;
    }

    .products-search-field input {
        height: 50px;
        padding-left: 42px;
        font-size: 0.95rem;
    }

    .products-search-submit {
        width: 100%;
        min-height: 48px;
        min-width: 0;
    }

    .products-search-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .products-perpage-btn {
        min-width: 36px;
        height: 36px;
    }

    .service .service-item-photo {
        height: 200px;
    }

    .service .service-item .border {
        padding: 1rem !important;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item.dropdown > .dropdown-menu {
        overflow: visible;
    }

    .navbar .dropdown-menu .dropdown-submenu > .dropdown-menu {
        position: absolute !important;
        top: 0;
        left: 100%;
        right: auto;
        margin: 0;
        display: none !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
        min-width: 14rem;
        z-index: 1001;
    }

    .navbar .dropdown-menu .dropdown-submenu:hover > .dropdown-menu,
    .navbar .dropdown-menu .dropdown-submenu:focus-within > .dropdown-menu {
        display: block !important;
    }
}

@media (max-width: 991.98px) {
    .navbar .dropdown-menu .dropdown-submenu > .dropdown-menu {
        position: static !important;
        display: none !important;
        box-shadow: none;
        border: 0;
        padding-left: 0.75rem;
        transform: none !important;
        float: none;
        min-width: 100%;
    }

    .navbar .dropdown-menu .dropdown-submenu.is-open > .dropdown-menu {
        display: block !important;
    }

    .navbar .dropdown-menu .dropdown-submenu > .dropdown-item.submenu-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
        cursor: pointer;
    }

    .navbar .dropdown-menu .dropdown-submenu > .dropdown-item.submenu-toggle::after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        float: none;
        margin-left: auto;
        transition: transform 0.2s ease;
    }

    .navbar .dropdown-menu .dropdown-submenu.is-open > .dropdown-item.submenu-toggle::after {
        transform: rotate(180deg);
    }

    /* Keep Products dropdown visible while browsing categories on mobile */
    .navbar .nav-item.dropdown .dropdown-menu.show {
        display: block !important;
        position: static !important;
        float: none;
        width: 100%;
        margin-top: 0;
        border: 0;
        box-shadow: none;
        background: transparent;
    }
}

@media (min-width: 992px) {
    .nav-bar {
        height: 80px;
    }

    .nav-bar .navbar::before {
        position: absolute;
        content: "";
        width: 50px;
        height: 100%;
        top: 0;
        left: -49px;
        background: var(--bs-white);
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item > .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover > .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 19px;
        background: var(--bs-white);
        transition: .5s;
        opacity: 1;
    }

    .header-top .navbar-brand {
        position: relative;
        overflow: hidden;
        padding: 12px 50px 12px 0;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        z-index: 99;
    }

    .header-top .navbar-brand > img {
        margin-left: 0;
        margin-right: auto;
        position: relative;
        left: 0;
        max-width: 100%;
    }
    
    .navbar-brand::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 300px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-dark);
        transform: rotate(-18deg);
        z-index: -1;
    }
    
    .navbar-brand::after {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 5px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-primary);
        transform: rotate(-18deg);
        z-index: -1;
    }
}
/*** Navbar End ***/


/*** Carousel Hero Header Start ***/
.hero-section {
    background-image: url(../img/carousel-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-bg-half-1 {
    background-image: url(../img/banner-slide1-tall.jpg);
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(10%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
}

.hero-slide-1 {
    background-image: url(../img/banner-slide1-wide.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-slide-1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16, 40, 56, 0.88) 0%, rgba(16, 40, 56, 0.72) 48%, rgba(16, 40, 56, 0.25) 100%);
    z-index: 0;
}

.hero-slide-1 .carousel-caption,
.hero-slide-1 .hero-shape-1,
.hero-slide-1 .hero-bg-half-1 {
    z-index: 1;
}

.hero-bg-half-2 {
    background-image: url(../img/banner-slide2-tall.jpg);
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(10%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
}

.hero-slide-2 {
    background-image: url(../img/banner-slide2-wide.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-slide-2::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16, 40, 56, 0.88) 0%, rgba(16, 40, 56, 0.72) 48%, rgba(16, 40, 56, 0.25) 100%);
    z-index: 0;
}

.hero-slide-2 .carousel-caption,
.hero-slide-2 .hero-shape-2,
.hero-slide-2 .hero-bg-half-2 {
    z-index: 1;
}

.hero-bg-half-3 {
    background-image: url(../img/banner-slide3-tall.jpg);
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(10%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
}

.hero-slide-3 {
    background-image: url(../img/banner-slide3-wide.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-slide-3::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16, 40, 56, 0.88) 0%, rgba(16, 40, 56, 0.72) 48%, rgba(16, 40, 56, 0.25) 100%);
    z-index: 0;
}

.hero-slide-3 .carousel-caption,
.hero-slide-3 .hero-shape-1,
.hero-slide-3 .hero-bg-half-3 {
    z-index: 1;
}

.hero-bg-half-4 {
    background-image: url(../img/banner-slide4-tall.jpg);
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(10%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
}

.hero-slide-4 {
    background-image: url(../img/banner-slide4-wide.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-slide-4::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16, 40, 56, 0.88) 0%, rgba(16, 40, 56, 0.72) 48%, rgba(16, 40, 56, 0.25) 100%);
    z-index: 0;
}

.hero-slide-4 .carousel-caption,
.hero-slide-4 .hero-shape-2,
.hero-slide-4 .hero-bg-half-4 {
    z-index: 1;
}

.hero-bg-half-5 {
    background-image: url(../img/banner-slide5-tall.jpg);
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(10%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
}

.hero-slide-5 {
    background-image: url(../img/banner-slide5-wide.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-slide-5::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16, 40, 56, 0.88) 0%, rgba(16, 40, 56, 0.72) 48%, rgba(16, 40, 56, 0.25) 100%);
    z-index: 0;
}

.hero-slide-5 .carousel-caption,
.hero-slide-5 .hero-shape-1,
.hero-slide-5 .hero-bg-half-5 {
    z-index: 1;
}

.hero-bg-pair {
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(10%);
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.hero-bg-pair .hero-bg-top,
.hero-bg-pair .hero-bg-bottom {
    flex: 1 1 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 991.98px) {
    .hero-bg-pair,
    .hero-bg-half-1,
    .hero-bg-half-2,
    .hero-bg-half-3,
    .hero-bg-half-4,
    .hero-bg-half-5 {
        width: 100%;
        clip-path: none;
        opacity: 0.28;
    }

    .hero-shape-1,
    .hero-shape-2 {
        display: none;
    }
}

.hero-shape-1 {
    background-color: var(--bs-primary);
    width: 150px;
    height: 50%;
    position: absolute;
    left: 54%;
    top: 0;
    transform: translateY(-50%) skew(-26deg, 0deg);
    pointer-events: none;
}

.hero-shape-1:before {
    background-color: var(--bs-dark);
    content: "";
    width: 50%;
    height: 80%;
    position: absolute;
    right: 0;
    top: 0;
}

.hero-shape-2 {
    background-color: var(--bs-dark);
    width: 150px;
    height: 50%;
    position: absolute;
    right: -43%;
    bottom: 0;
    transform: translateY(50%) skew(-25deg, 0deg);
    z-index: 1;
    pointer-events: none;
}

.hero-shape-2::after {
    background-color: var(--bs-primary);
    content: "";
    width: 75px;
    height: 80%;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 700px;
}

.header-carousel .owl-nav {
    margin: 0;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: var(--bs-white);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 10;
}

.header-carousel .owl-nav .owl-prev {
    left: 0;
}
.header-carousel .owl-nav .owl-next {
    right: 0;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 65px 0 var(--bs-primary);
    color: var(--bs-dark);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    z-index: 9;
    padding: 2rem 0;
}

@media (max-width: 1199.98px) {
    .hero-section,
    .header-carousel .header-carousel-item {
        height: 640px;
    }

    .header-carousel .header-carousel-item .carousel-caption h1.display-2 {
        font-size: calc(1.8rem + 1.5vw);
    }
}

@media (max-width: 991.98px) {
    .hero-section,
    .header-carousel.owl-carousel,
    .header-carousel .header-carousel-item {
        height: 560px;
    }

    .header-carousel .header-carousel-item .carousel-caption {
        padding: 3.5rem 0.75rem 3rem;
        align-items: center;
    }

    .header-carousel .header-carousel-item .carousel-caption h4 {
        font-size: 0.95rem;
        margin-bottom: 0.85rem !important;
    }

    .header-carousel .header-carousel-item .carousel-caption h1.display-2 {
        font-size: calc(1.55rem + 1.8vw);
        margin-bottom: 1rem !important;
        line-height: 1.2;
    }

    .header-carousel .header-carousel-item .carousel-caption p.fs-5 {
        font-size: 1rem !important;
        margin-bottom: 1.25rem !important;
    }

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }

    .header-carousel .owl-nav .owl-prev {
        left: 8px;
    }

    .header-carousel .owl-nav .owl-next {
        right: 8px;
    }

    .hero-slide-1::before,
    .hero-slide-2::before,
    .hero-slide-3::before,
    .hero-slide-4::before,
    .hero-slide-5::before {
        background: linear-gradient(180deg, rgba(16, 40, 56, 0.88) 0%, rgba(16, 40, 56, 0.78) 55%, rgba(16, 40, 56, 0.55) 100%);
    }
}

@media (max-width: 575.98px) {
    .hero-section,
    .header-carousel.owl-carousel,
    .header-carousel .header-carousel-item {
        height: auto;
        min-height: 480px;
    }

    .header-carousel .header-carousel-item .carousel-caption {
        position: relative;
        height: auto;
        min-height: 480px;
        padding: 3.25rem 2.75rem 2.5rem;
    }

    .header-carousel .header-carousel-item .carousel-caption h1.display-2 {
        font-size: clamp(1.35rem, 6vw, 1.85rem);
        margin-bottom: 0.85rem !important;
    }

    .header-carousel .header-carousel-item .carousel-caption p.fs-5 {
        font-size: 0.95rem !important;
        margin-bottom: 1rem !important;
    }

    .header-carousel .header-carousel-item .carousel-caption .btn {
        padding: 0.7rem 1.25rem !important;
    }

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        width: 38px;
        height: 38px;
        font-size: 16px;
        top: 50%;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/banner-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .display-4 {
    line-height: 1.25;
    overflow-wrap: anywhere;
    word-break: break-word;
    max-width: 100%;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.25rem;
}

.bg-breadcrumb .breadcrumb-item {
    white-space: normal;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** Service Start ***/
.service .nav .nav-item {
    width: 75%;
    border: 1px solid var(--bs-primary);
    background: var(--bs-light);
}

.service .nav .nav-item a {
    display: flex;
    justify-content: center;
}


.owl-stage-outer {
    margin-right: -1px;
}
.service .nav-item a.active {
    background: var(--bs-primary);
}

.service .nav-item a span {
    color: var(--bs-dark);
}

.service .nav-item a.active span {
    color: var(--bs-white);
}

.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next {
    position: absolute;
    padding: 10px 35px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    background: var(--bs-light);
    transition: 0.5s;
}

/* Product cards equal-height helpers */
.service .row > [class*="col-"] {
    display: flex;
}

.service-carousel .owl-nav .owl-prev:hover,
.service-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .service-carousel .owl-nav .owl-prev {
        top: 0;
        left: -115px;
    }
    
    .service-carousel .owl-nav .owl-next {
        bottom: 0;
        left: -115px;
    }
}

@media (max-width: 991px) {
    .owl-stage-outer {
        margin-bottom: 70px;
    }
    .service-carousel .owl-nav .owl-prev {
        bottom: -70px;
        left: 0;
    }

    .service-carousel .owl-nav .owl-next {
        bottom: -70px;
        right: 0;
    }

    .service .nav {
        display: flex;
        justify-content: center;
    }
}
/*** Service End ***/

/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px; right: -100%;
    z-index: 9;
    transition: 0.5s;
}

.team .team-item:hover .team-img .team-icon {
    right: 25px;
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(246, 138, 10, .2);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}

.team .team-item .team-content {
    transition: 0.5s;
}

.team .team-item:hover .team-content {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
}

.testimonial .testimonial-item .customer-text {
    border: 1px solid var(--bs-primary);
    border-top: none;
}

.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    color: var(--bs-dark);
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-inner img {
    width: 100px; 
    height: 100px;
    border: 2px solid var(--bs-primary);
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    margin: 30px 10px 0 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

@media (max-width: 991px) {
    .testimonial-carousel .owl-dots .owl-dot {
        margin: 0 10px 0 10px;
    }
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    margin-right: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-white);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-primary);
    transition: 0.5s;
}
/*** Testimonial End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover {
    color: var(--bs-primary);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/

.navbar-brand > img:nth-child(1) {
    max-width: 140px;
    max-height: 98px;
}

.footer-logo > img:nth-child(1) {
    max-width: 200px;
    max-height: 150px;
  }

/*** Product Detail Start ***/
.product-detail-section {
    background: #f8f9fa;
}

.product-gallery {
    background: #fff;
    border: 1px solid #e9ecef;
    padding: 12px;
    width: 100%;
}

.product-gallery-main {
    width: 100%;
    height: 420px;
    object-fit: contain;
    background: #fff;
}

.product-gallery .carousel-control-prev,
.product-gallery .carousel-control-next {
    width: 44px;
    height: 44px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    opacity: 1;
}

.product-gallery .carousel-control-prev {
    left: 12px;
}

.product-gallery .carousel-control-next {
    right: 12px;
}

.product-thumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
}

.product-thumb {
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    padding: 0;
    border: 2px solid #dee2e6;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-thumb.active,
.product-thumb:hover {
    border-color: var(--bs-primary);
}

.product-detail-content {
    background: #fff;
    border: 1px solid #e9ecef;
    padding: 1.75rem;
    height: 100%;
}

.product-category-badge {
    display: inline-block;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.85rem;
    background: rgba(var(--bs-primary-rgb), 0.12);
    color: var(--bs-primary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    max-width: 100%;
    word-break: break-word;
}

.product-detail-title {
    font-size: clamp(1.45rem, 2.5vw, 2.25rem);
    color: var(--bs-dark);
    font-weight: 700;
    line-height: 1.3;
    word-break: break-word;
}

.product-detail-desc {
    color: #5a626c;
    line-height: 1.7;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

.product-detail-desc img,
.product-detail-desc table,
.product-detail-desc iframe {
    max-width: 100%;
    height: auto;
}

.product-detail-desc table {
    display: block;
    overflow-x: auto;
}

.product-inquiry-btns {
    width: 100%;
}

.product-inquiry-btns .btn {
    min-width: 200px;
    padding: 0.75rem 1.4rem;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    box-shadow: none;
}

.btn-whatsapp {
    background: #128c7e;
    border: 1px solid #128c7e;
    color: #fff;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
    background: #0e7a6e;
    border-color: #0e7a6e;
    color: #fff;
}

.btn-email {
    background: #fff;
    border: 1.5px solid var(--bs-primary);
    color: var(--bs-primary);
}

.btn-email:hover,
.btn-email:focus {
    background: rgba(var(--bs-primary-rgb), 0.08);
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

@media (max-width: 991.98px) {
    .product-gallery-main {
        height: 340px;
    }

    .product-detail-content {
        padding: 1.5rem;
    }

    .product-gallery .carousel-control-prev,
    .product-gallery .carousel-control-next {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 767.98px) {
    .product-gallery-main {
        height: 280px;
    }

    .product-inquiry-btns .btn {
        flex: 1 1 100%;
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 575.98px) {
    .product-gallery {
        padding: 8px;
    }

    .product-gallery-main {
        height: 240px;
    }

    .product-detail-content {
        padding: 1.1rem;
    }

    .product-thumb {
        width: 56px;
        height: 56px;
    }

    .product-gallery .carousel-control-prev {
        left: 6px;
    }

    .product-gallery .carousel-control-next {
        right: 6px;
    }
}
/*** Product Detail End ***/

/*** Counter + Why Us + Contact extras ***/
.counter-section {
    background: var(--bs-dark);
    color: #fff;
}

.counter-section .display-4 {
    color: #fff;
}

.counter-section .text-primary {
    color: var(--bs-primary) !important;
}

.counter-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.75rem 1rem;
    height: 100%;
}

.counter-item p {
    color: rgba(255, 255, 255, 0.85);
}

.why-us-item {
    background: #fff;
    border: 1px solid #e9ecef;
    padding: 1.75rem;
    transition: 0.25s ease;
}

.why-us-item:hover {
    border-color: var(--bs-primary);
    transform: translateY(-4px);
}

.why-us-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--bs-primary-rgb), 0.12);
    color: var(--bs-primary);
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.why-us-item h4 {
    margin-bottom: 0.75rem;
    color: var(--bs-dark);
}

.why-us-item p {
    color: #6c757d;
}

.about-home-media,
.about-page-media {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.about-media-main {
    width: 100%;
    overflow: visible;
    background: #fff;
    line-height: 0;
}

.about-media-main img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.about-media-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    align-items: stretch;
}

.about-media-badge {
    position: static;
    width: 100%;
    min-height: 140px;
}

.about-media-badge .bg-primary {
    min-height: 140px;
}

.about-media-side {
    position: static;
    width: 100%;
    min-height: 140px;
    overflow: hidden;
    background: #fff;
}

.about-media-side img {
    width: 100%;
    height: 100%;
    min-height: 140px;
    object-fit: cover;
    display: block;
}

.about-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.contact-info-list .contact-info-item {
    background: #fff;
    border: 1px solid #e9ecef;
    padding: 1rem 1.15rem;
    margin-bottom: 1rem;
}

.contact-info-item h5 {
    margin-bottom: 0.4rem;
    font-size: 1rem;
}

.contact-info-item a {
    color: var(--bs-dark);
    text-decoration: none;
    word-break: break-word;
}

.contact-info-item a:hover {
    color: var(--bs-primary);
}

.contact-form-wrap,
.contact-map {
    border: 1px solid #e9ecef;
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 330px;
    border: 0;
}

.footer-logo > img {
    max-width: 200px;
    height: auto;
}

@media (max-width: 991.98px) {
    .about .display-4,
    .service .display-4,
    .why-us .display-4,
    .contact .display-4,
    .counter-section > .container > .d-flex .display-4,
    .bg-breadcrumb .display-4 {
        font-size: clamp(1.4rem, 1rem + 2vw, 2.25rem);
        line-height: 1.25;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .bg-breadcrumb .breadcrumb-item {
        white-space: normal;
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .about .fs-5 {
        font-size: 1rem !important;
    }

    .why-us-item {
        padding: 1.35rem;
    }
}

@media (max-width: 767.98px) {
    .about-media-footer {
        grid-template-columns: 1fr;
    }

    .about-media-badge .bg-primary,
    .about-media-side,
    .about-media-side img {
        min-height: 120px;
    }

    .about-media-badge .display-4 {
        font-size: 2.25rem;
    }

    .counter-item {
        padding: 1.25rem 0.75rem;
    }

    .counter-item .display-4 {
        font-size: 2rem;
    }

    .counter-item p {
        font-size: 0.9rem;
    }

    .contact-form-wrap {
        padding: 1.25rem !important;
    }

    .contact-map iframe {
        height: 260px;
    }

    .footer-logo > img {
        max-width: 160px;
    }

    .copyright .col-md-6 {
        text-align: center !important;
    }
}

@media (max-width: 575.98px) {
    .about-cta-group .btn {
        width: 100%;
        margin-left: 0 !important;
    }

    .why-us-item h4 {
        font-size: 1.1rem;
    }

    .contact-map iframe {
        height: 220px;
    }
}
  