.px-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.bg {
    background: #EEEEEE !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}


.fx-about-6 {
    border-radius: 32px;
    background: #ddd !important;
}

.paddingg {
    padding-right: 23px !important;
    padding-top: 23px !important;
}


.fx-contact-list li {
    font-family: var(--fx-font-pr-1);
    color: #1e1a1a;
    font-size: 14px;
    line-height: 2.6;
    padding-right: 20px;
    border-right: 1px solid rgb(210, 210, 210);
    transition: all 0.5s var(--cube-1);
    font-weight: 510;
}


.fx-header-2-top {
    display: flex;
    border-bottom: 1px solid rgba(210, 210, 210);
    padding-left: 32px;
    gap: 15px;
    position: relative;
    z-index: 1;
}


.fx-header-2-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    border-bottom: 1px solid rgba(210, 210, 210);
    background: #fff !important;
}


.fx-header-2-right {
    width: 100%;
    border-left: 1px solid rgba(210, 210, 210);
}


.fx-header-2-action-link .fx-search-btn-1 i {
    color: #1e1a1a;
}

.fx-header-2-action-link .fx-search-btn-1 {
    color: #ddd;
}

@media (min-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .fx-header-2-action-link .fx-menu-btn-1 {
        display: block;
    }
}

.fx-header-2-action-link .fx-menu-btn-1 {
    width: 45px;
    height: 45px;
    border-radius: 6px;
    align-items: center;
}


.fx-menu-btn-1 {
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
    background: var(--fx-clr-pr-1);
    display: grid !important;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
    align-content: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.5s var(--cube-1);
}

.fx-scn-title-3 {
    font-family: var(--fx-font-pr-2);
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 600;
    color: #1e1a1a;
    letter-spacing: 0px !important;
    line-height: 1;
    margin-bottom: 0;
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .fx-about-6-scn-title-big {
        font-size: 100px;
    }
}

@media (max-width: 767px) {
    .fx-hero-6-title {
        font-size: 40px !important;
        letter-spacing: 0px;
    }
}

.fx-about-6-scn-title-big {
    font-size: 75px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -5px;
    line-height: 0.91;
    font-family: var(--fx-font-pr-2);
}

@media (max-width: 767px) {
    .fx-about-6-scn-title-big {
        font-size: 50px !important;
        letter-spacing: 0;
        line-height: 1;
    }
}

.main-navigation {
    &:is(.has-header-2) {
        & .navbar-nav {
            & li {
                & .dropdown-menu {
                    -webkit-backdrop-filter: blur(2px);
                    backdrop-filter: blur(2px);
                    background: #fff !important;
                }
            }
        }
    }
}



.fx-social-icon-btn:nth-child(2):hover {
    border-color: transparent;
    background: #fff !important;
}

.fx-social-icon-btn:hover {
    background-color: #fff !important;
}


.fx-contact-list li i {
    margin-right: 4px;
    color: #ae0600 !important;
}

@media (max-width: 767px) {
    .fx-scn-title-3 {
        font-size: 30px;
        letter-spacing: 0px;
    }

    h2 {
        font-size: 45px;
    }

    .fx-solution-4-illus {
        display: none;
    }

    .airzo-search-box {
        padding: 35px 15px !important;
        border-radius: 16px !important;

    }

}

.airzo-search-section {
    position: relative;
    padding: 100px 0;
}


.airzo-search-box {
    max-width: 1100px;
    margin: auto;
    padding: 35px 40px;
    border-radius: 16px;
    border: 2px solid #ae060075;
    box-shadow: 0 0 25px #ae060052;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
}

.airzo-search-left h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 6px;
}

.airzo-search-left p {
    color: #d1d1d1;
}

.airzo-search-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.airzo-search-input {
    position: relative;
}

.airzo-search-input i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

.airzo-search-input input {
    width: 340px;
    height: 50px;
    padding: 0 15px 0 42px;
    border-radius: 10px;
    border: none;
    outline: none;
    font-size: 14px;
}


/* ===============================
   AIRZO SEARCH – RESPONSIVE
================================ */

/* Tablet (≤ 992px) */
@media (max-width: 992px) {

    .airzo-search-box {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        gap: 20px;
        padding: 30px;
    }

    .airzo-search-left h4 {
        font-size: 22px;
    }

    .airzo-search-right {
        justify-content: center;
        flex-wrap: wrap;
    }

    .airzo-search-input input {
        width: 100%;
        max-width: 420px;
    }
}

/* Mobile (≤ 576px) */
@media (max-width: 576px) {

    .airzo-search-section {
        padding: 70px 15px;
    }

    .airzo-search-box {
        padding: 25px 20px;
        border-radius: 14px;
        gap: 18px;
    }

    .airzo-search-left h4 {
        font-size: 20px;
        line-height: 1.3;
    }


    .airzo-search-right {
        width: 100%;
        flex-direction: column;
        gap: 12px;
    }

    .airzo-search-input {
        width: 100%;
    }

    .airzo-search-input input {
        width: 100%;
        height: 48px;
        font-size: 14px;
    }

    .airzo-search-input i {
        left: 12px;
        font-size: 14px;
    }

    .px-70 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .mobile_logo {
        width: 230px !important;
    }
}

/* Small Mobile (≤ 400px) */
@media (max-width: 400px) {

    .airzo-search-left h4 {
        font-size: 18px;
    }


    .airzo-search-input input {
        height: 46px;
        padding-left: 38px;
    }

    .px-70 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .mobile_logo {
        width: 230px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .fx-contact-us-1-right {
        margin-right: 0px;
    }
}

.fx-contact-us-1-left .fx-form-1 {
    max-width: px;
}


.border-radiuss {
    border-radius: 16px !important;
}


.rs-why-choose-three {
    position: relative;
    z-index: 1;
    overflow-x: clip;
}



/* ===== PRODUCT SECTION ===== */
.airzo-single-product {
    padding: 60px 20px;
}

.product-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 40px;
}

/* ===== FIXED IMAGE CARD ===== */
.product-gallery {
    width: 45%;
}

.big-image {
    /*width: 85%;*/
    /*height: 540px;*/
    /*background: #f5f5f5f0;*/
    border-radius: 14px;
    /* box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08); */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    touch-action: pan-y;
    padding: 15px;
}

.big-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
    border-radius: 10px;
}

/* ===== THUMBNAILS ===== */
.thumbnail-list {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.thumbnail-list img {
    width: 70px;
    height: 80px;
    background: #f8f9fb;
    border-radius: 10px;
    padding: 6px;
    cursor: pointer;
    border: 1.2px solid #ddd;
    transition: 0.3s;
}

.thumbnail-list img.active {
    border-color: #ae0600;
}

/* ===== CONTENT ===== */
.product-content {
    width: 55%;
}


.dt-sc-single-product-separator {
    border-top: 1px solid #ddddddc4;
    margin: 0px 0;
}


.share-icons a i {
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.2s;
}

/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {
    .product-wrapper {
        flex-direction: column;
    }

    .product-gallery,
    .product-content {
        width: 100%;
    }

    .big-image {
        height: 340px;
    }

    .thumbnail-list {
        justify-content: center;
        flex-wrap: wrap;
    }

    .about-image {
        display: none;
    }
}


.breadcrumb-list {
    margin-bottom: 60px;
    
}


.breadcrumb-content {
    padding-bottom: 0px;
}

/* Tabs container */
.airzo-brand-tabs {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

/* Individual tab */
.brand-tab {
    padding: 10px 25px;
    border-radius: 30px;
    border: 1px solid #ddd;
    background: #fff;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s;
}

.brand-tab:hover {
    background: #f0f0f0;
}

/* Active tab */
.brand-tab.active {
    background: #ae0600;
    color: #fff;
    border-color: #ae0600;
}

/* Panels */
.brand-panel {
    display: none;
    /* hide by default */
    padding: 15px 0;
}

/* Active panel */
.brand-panel.active {
    display: block;
}

/* Model pills container */
.model-flow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

/* Individual model pill */
.model-pill {
    padding: 10px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    background: #f8f8f8;
    transition: all 0.3s;
}

.model-pill:hover {
    background: #eaeaea;
}











/* PRODUCT PAGE – CLEAN & UPDATED */

/* ===== FILTER SIDEBAR ===== */
.filter-box {
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 6px;
    position: sticky;
    top: 25px;
    z-index: 10;
}

.filter-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.filter-group {
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 18px;
}

.filter-group h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.filter-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.filter-list li {
    margin-bottom: 8px;
}

.filter-list label {
    font-size: 14px;
    cursor: pointer;
}


/* ===== PRODUCT CARD ===== */
.product-card {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    background: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 7px;
    transition: none !important;
    /* Remove unwanted animations */
}

.product-card img {
    width: 100%;
  /*  height: 200px;
    object-fit: cover;*/
    border-bottom: 1px solid #eee;
    /*padding-bottom: 10px;*/
    margin-bottom: 10px;
}

/* Title & Price */
.product-card h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}


/* Remove ALL hover movement effects */
.product-card:hover,
.product-card:focus,
.product-card:active {
    transform: none;
    box-shadow: none;
}

.product-card img {
    width: 100%;
    border-radius: 10px;
}


/* PRODUCT INFO */
.product-info {
    text-align: center;
    margin-top: 15px;
}

.product-info h6 {
    font-size: 18px;
    font-weight: 600;
    color: #0d0d3b;
}



/* Product Text */
.product-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}



/* Text */
.product-count-text {
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
}

.product-count-text span {
    font-weight: 700;
}



.collection-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

/* LEFT - SORT BY */
.sort-by select {
    padding: 12px !important;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
}

/* FILTER BUTTON */
.filter-toggle {
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    background: #fafafa;
    font-size: 14px;
    transition: 0.2s;
}

.filter-toggle:hover {
    background: #f1f1f1;
}

/* RIGHT – VIEW TOGGLE */
.view-toggle {
    display: flex;
    gap: 10px;
}




.product-grid {
    display: grid;
    /* gap: 20px; */
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    /* default 4 */
}

.pagination {
    gap: 10px;
    align-items: center;
    margin-top: 50px !important;
    display: flex;
    justify-content: center;
}

.pagination-btn {
    padding: 5px 15px;
    font-size: 16px;
    cursor: pointer;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.pagination-btn:hover {
    background-color: #ae0600;
    border: 1px solid #ddd;
    color: #fff;
}

.pagination-btn:disabled {
    cursor: not-allowed;
    background-color: #e0e0e0;
    border-color: #ddd;
}



/* FILTER SIDEBAR */
.filter-sidebar {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    padding: 20px;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
    transition: left 0.35s ease-in-out;
    overflow-y: auto;
}

/* ACTIVE STATE */
.filter-sidebar.active {
    left: 0;
}

/* OVERLAY */
.filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9998;
    display: none;
}

.filter-overlay.show {
    display: block;
}

/* FOOTER BUTTON */
.filter-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding-top: 15px;
    border-top: 1px solid #eee;
}


/* MOBILE ONLY */
@media (min-width: 992px) {
    .filter-sidebar {
        display: none;
        /* Hide sidebar on desktop */
    }
}




.filter-sidebar {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    padding: 20px;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
    transition: left 0.35s ease-in-out;
    overflow-y: auto;
    border-right: 1px solid #eee;
}

/* active */
.filter-sidebar.active {
    left: 0;
}

/* overlay */
.filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9998;
    display: none;
}

.filter-overlay.show {
    display: block;
}

/* HEADER */
.filter-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.close-filter {
    background: none;
    border: none;
    font-size: 28px;
    line-height: 20px;
    cursor: pointer;
}

/* FILTER BLOCK */
.filter-block {
    margin-top: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.filter-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
}

/* CHECKBOXES */
.filter-option {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
}

.filter-option input {
    margin-right: 6px;
}

/* PRICE INPUT BOXES */
.price-input input {
    width: 48%;
    font-size: 13px;
    padding: 6px 8px;
}


.product-search {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.search-input {
    width: 100%;
    padding: 10px 14px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 6px 0 0 6px;
    outline: none;
}

.search-btn {
    padding: 10px 18px;
    background: #ae0600;
    color: #fff;
    border: none;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
}


.price-filter-box {
    margin-bottom: 25px;
}

.filter-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}


/* MOBILE */
@media(max-width: 480px) {
    .custom-price input {
        width: 28%;
    }

    .apply-price {
        padding: 6px 10px;
        font-size: 12px;
    }
}

.apply-filter-btn {
    width: 100%;
    padding: 10px;
    background: #ae0600;
    color: white;
    border: none;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 600;
}

/* ---------------------- */
/* HIDE EVERYTHING IN DESKTOP */
/* ---------------------- */
@media (min-width: 992px) {

    .filter-sidebar,
    .filter-overlay,
    .filter-btn {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .view-toggle,
    .filter-box {
        display: none;
        /* Hide view change buttons in mobile */
    }
}


/* PRODUCT GRID FIX */
.product-grid {
    display: grid;
    gap: 20px;
}

/* DESKTOP & LAPTOP */
@media (min-width: 992px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* MOBILE */
@media (max-width: 576px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* PRODUCT CARD */
.product-card {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #fff;
    padding: 15px;
    position: relative;
    text-align: center;
}

.product-card img {
    width: 100%;
    /*object-fit: cover !important;*/
}



/* PRODUCT INFO */
.product-info h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Avalors';
}

.product-price del {
    font-size: 14px;
    color: #888;
    margin-left: 5px;
}




.product-tabs {
    width: 100%;
}

.tab-buttons {
    display: flex;
    position: relative;
    border-bottom: 1px solid #ddd;
    gap: 40px;
}

.tab-buttons .tab-btn {
    background: none;
    border: none;
    padding: 15px 0px;
    font-size: 18px;
    font-weight: 600;
    color: #777;
    cursor: pointer;
    font-family: 'Avalors';
    position: relative;
}

.tab-buttons .tab-btn.active {
    color: #1e1a1a;
}

/* Orange Marker */
.tab-indicator {
    position: absolute;
    bottom: -1.5px;
    height: 4px;
    width: 79px;
    background: #ae0600;
    border-radius: 50px;
    right: 89%;
    transform: translateX(-50%);
    transition: 0.3s ease;
}

/* ================================
   TAB CONTENT
================================ */
.tab-content {
    display: none;
    padding: 40px 0;
    animation: fade 0.3s ease;
}

.tab-content.active {
    display: block;
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ================================
   SPECIFICATION TABLE
================================ */
.spec-table {
    width: 50%;
    border-spacing: 0;
    background: #fff;
    margin-top: 20px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ececec;
}

.spec-table tr {
    border-bottom: 1px solid #f3f3f3;
    /* light grey */
}

.spec-table tr:last-child {
    border-bottom: none;
}

.spec-table td {
    padding: 18px 22px;
    font-size: 16px;
    vertical-align: middle;
}

.spec-table td:first-child {
    width: 35%;
    font-weight: 600;
    color: #333;
    /* Dark grey like the image */
}

.spec-table td:last-child {
    color: #666;
    /* Light grey like the image */
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
    .tab-buttons .tab-btn {
        padding: 12px 10px;
        font-size: 16px;
    }

    .tab-indicator {
        width: 0px;
    }

    .spec-table td {
        padding: 14px 12px;
        font-size: 15px;
    }

    .tab-buttons {
        gap: 10px !important;
    }

    .imgg {
        max-width: 70%;
    }

    .airzo-search-page {
        padding: 20px 15px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .image {
        object-fit: contain !important;
        /*padding: 25px;*/
        height: 90% !important;
    }

    .hide {
        display: none;
    }

    .bottomm{
        border-bottom: 1px solid #ddd !important;
        padding-bottom: 25px !important;
        border-right: 0px solid #ddd !important;
        padding-right: 0px !important;
    }
}


.related {
    height: 350px !important;
    border-radius: 16px;
}

.model-details-section {
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}

.model-header {
    display: flex;
    gap: 40px;
    align-items: center !important;
}

.model-image img {
    width: 350px;
    height: auto;
}

.model-info h1 {
    font-size: 32px;
    margin-bottom: 5px;
}

.model-type {
    color: #1e40af;
    font-weight: 500;
    margin-bottom: 15px;
}

.model-desc {
    max-width: 600px;
    margin-bottom: 25px;
    color: #555;
}

.model-table {
    width: 100%;
    border-collapse: collapse;
}

.model-table th,
.model-table td {
    padding: 12px 15px;
    text-align: left;
}

.model-table tr:nth-child(odd) {
    background: #f5f5f5;
}

.model-table th {
    width: 40%;
    font-weight: 600;
}

/* Mobile */
@media (max-width: 768px) {
    .model-header {
        flex-direction: column;
    }
}


.compatible-parts-section h2 {
    margin-bottom: 25px;
    font-size: 26px;
}

.parts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
}

.part-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    transition: 0.3s;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.part-card img {
    max-width: 120px;
    height: 100px;
    border-radius: 7px;
}

.part-card h4 {
    font-size: 16px;
    font-weight: 500;
}



.fx-about-6-content-2 .fx-scn-title-2 {
    margin-bottom: 50px !important;
    letter-spacing: 0;
    line-height: 1;
}

.titlee {
    letter-spacing: 0 !important;
    line-height: 1 !important;
}




/* Gradient Overlay */
.fx-services-3-slider-item::before {
    content: "";
    position: absolute;
    inset: 0;
    /*background: linear-gradient(180deg, rgba(174, 6, 0, 0.05) 0%, rgba(174, 6, 0, 0) 50%, rgba(0, 0, 0, 0.55) 100%);*/
    z-index: 1;
}




.airzo-whatwedo .item {
    position: relative;
    padding: 40px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
}


.airzo-whatwedo .item img {
    width: 60px;
    margin-bottom: 20px;
}

.airzo-whatwedo .item h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.airzo-whatwedo .item .line {
    width: 40px;
    height: 3px;
    background: #ae0600;
    margin: 0px 0px 20px 0px;
}

.airzo-whatwedo .item p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}

.airzo-whatwedo .item .numb {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 40px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.05);
}

.airzo-whatwedo .service-icon {
    width: 70px;
    height: 70px;
    margin: 0px 0px 20px 0px;
    border-radius: 50%;
    background: rgba(174, 6, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ae0600;
    transition: all 0.3s ease;
}

.airzo-whatwedo .item:hover .service-icon {
    background: #ae0600;
    color: #fff;
    transform: scale(1.1);
}



.why-airzo-section {
    background: #f9fbfd;
}

.why-airzo-features .feature-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 14px;
    margin-bottom: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}


.why-airzo-features .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(174, 6, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 22px;
    color: #ae0600;
}

.why-airzo-features h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}



.icon-view4 {
            display: inline-flex !important;
            justify-content: center !important;
            align-items: center !important;
            width: 24px !important;
            height: 24px !important;
            border-radius: 50% !important;
            background-color: #fff !important;
            color: #ae0600 !important;
            font-size: 14px !important;
            margin-right: 10px !important;
            border: 2px solid #ae0600 !important;
            margin-bottom: 3px !important;
        }


        .fx-feature-row {
            padding: 40px 0;
            border-bottom: 1px solid #eee;
            gap: 30px;
        }

        .fx-feature-row:last-child {
            border-bottom: none;
        }

        .fx-feature-icon {
            width: 70px;
            height: 70px;
            min-width: 70px;
            background: #ae0600;
            /* matches35our Airzo green theme */
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .fx-feature-icon i {
            color: #fff;
            font-size: 26px;
        }

        .fx-feature-content h4 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .fx-feature-content p {
            font-size: 16px;
            color: #666;
            max-width: 650px;
            margin: 0;
        }


/*mobile*/

@media (max-width: 767px) {
    .product-card img {
       height: 150px !important;
    }
}


@media (min-width: 767px) {
    .product-card img {
       object-fit: cover !important;
       /*height: 200px !important;*/
    }
}

.part-card h4
{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  text-align: left !important;
}