/* ak 2026 update */
.menu-btn {
    font-family: var(--ztc-family-font1);
    font-size: 16px !important;
    line-height: var(--ztc-font-size-font-s16);
    color: #ffffff;
    background: #5D6E8C;
    padding: 8px 8px !important;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 8px !important;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

/* Hover state */
.menu-btn:hover {
    background: #000000 !important;
    color: #ffffff;
}

.menu-area-btn {
    display: flex !important;
    align-items: center;
    flex-direction: row;
    gap: 10px !important;
}

/* .tranform-deg {
    transform: rotate(316deg) !important;
    margin-left: 5px;
} */

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover .tp-submenu {
    width: 800px !important;
    max-width: 800px !important;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu {
    left: -330px !important;
}

/*  */

.mega-market-row {
    padding-left: 20px;
}

/* Column wrapper */
.market-col {
    margin-bottom: 24px;
    display: flex !important;
    flex-direction: column !important;
}

/* Main & sub links */
.market-main,
.market-sub li a {
    display: flex !important;
    align-items: center;
    gap: 12px;
    width: 100%;
}

/* Main link */
.market-main {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    text-decoration: none;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.market-main:hover {
    color: #5D6E8C !important;
}

/* Sub list */
.market-sub {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex !important;
    flex-direction: column;
}

.market-sub li {
    margin-bottom: 10px !important;
}

/* Sub links */
.market-sub li a {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.market-sub li a:hover {
    color: #5D6E8C !important;
}

/* Arrow icon */
.market-arrow {
    font-size: 14px;
    transform: rotate(312deg);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

/* Hover animation */
.market-main:hover .market-arrow,
.market-sub li a:hover .market-arrow {
    transform: rotate(312deg) translateX(4px);
}

/*  */

/* CONTAINER */


.cus-product-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

/* LEFT IMAGE */
.cus-product-image {
    position: relative;
    text-align: center;
}

.cus-product-image img {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
}

/* ICONS */
/* .cus-image-icons {
    position: absolute;
    top: 15%;
    right: 0;
    transform: translateY(-50%);
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cus-image-icons li a {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.18);
    transition: 0.3s;
} */

/* .cus-image-icons li img {
    width: 38px;
} */

/* .cus-image-icons li a:hover {
    background: #000;
}

.cus-image-icons li a:hover img {
    filter: invert(1);
} */

/* RIGHT CONTENT */
.cus-product-content {
    display: flex;
    flex-direction: column;
}

.cus-product-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
}

.cus-product-short {
    font-size: 17px;
    font-weight: 700;
    color: #5d6e8c;
    margin-bottom: 14px;
}

.cus-product-desc {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 8px;
    color: #333;
}

/* SECTION HEADINGS */
.cus-section-title {
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 6px;
    text-transform: uppercase;
}

/* KEY ADVANTAGE IMAGE */
.cus-product-extra-image img {
    max-width: 450px;
    width: 100%;
    border-radius: 8px;
}

/* .w-100 {
    max-width: 700px !important;
    width: 700px !important;
    border-radius: 8px;
} */

.feut {
    display: grid !important;
    grid-template-columns: 2fr 1fr !important;
    gap: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    /* .cus-image-icons {
        top: 45%;
        right: 10px;
    } */

    .feut {
        display: grid;
        grid-template-columns: auto !important;
        gap: 10px;
    }

    .cus-product-extra-image img {
        max-width: 100%;
    }
}

.h-bor span {
    text-transform: uppercase;
}