*

/* General */
body {
    font-family: "Public Sans", sans-serif;
    color: #4D5765;
    scroll-behavior: smooth;
    font-size: 16px;
}

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

a:hover {
    color: currentColor;
}

ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none;
}

.mask {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 3;
}

.pl-0 {
    padding-left: 0 !important;
}

input::-webkit-search-cancel-button {
    display: none;
    outline: none;
}

input:focus-visible {
    outline: none;
}

input:focus {
    outline: none;
}

input:focus {
    box-shadow: none;
}

.form-control:focus {
    border-color: transparent;
    border: 0;
    box-shadow: none;
}

.py-set {
    padding: 4rem 0;
}

.primary-button {
    white-space: nowrap;
    color: #fff;
    background-color: #12314e;
    padding: 10px 25px;
    border-radius: 10px;
    display: inline-block;
    border: 0;
    font-size: 16px;
    font-weight: 500;
}

.primary-button svg,
.primary-button img {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 7px;
    margin-top: -4px;
}

.primary-button:hover {
    transform: scale(1.04);
    transition: all ease .3s;
    color: #fff;
}

.secondary-button {
    color: #6CA5A3;
    background: #fff;
    padding: 13px 20px;
    border-radius: 8px;
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
}

.secondary-button svg,
.secondary-button img {
    margin-top: -4px;
    width: 20px;
    height: 20px;
    fill: #6CA5A3;
    margin: 0 7px;
}

.secondary-button:hover {
    transform: scale(1.04);
    transition: all ease .3s;
    color: #6CA5A3;
}

.tertiary-button {
    white-space: nowrap;
    color: #fff;
    background: #6CA5A3;
    padding: 10px 30px;
    border-radius: 8px;
    display: inline-flex;
    gap: .25rem;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.tertiary-button svg {
    width: 25px;
    height: 25px;
    fill: #fff;
    margin: 0 7px;
}

.tertiary-button:hover {
    transform: scale(1.04);
    transition: all ease .3s;
    color: #fff;
}

.zed-underline .underline-text span {
    display: inline !important;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: all .3s ease-out;
    line-height: 1.5;
}

.zed-underline:hover .underline-text span,
.zed-underline:focus .underline-text span {
    background-size: 100% 1px;
}

.bg-light {
    background-color: #F4F7FB !important;
}

/* General End */

.cm-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Theme vars */
:root {
    --builza-font: "Public Sans", sans-serif;
    --builza-font-two: "Exo", sans-serif;
    --builza-base: #F36712;
    --builza-base-rgb: 243, 103, 18;
    --builza-black: #0E121D;
    --builza-black-rgb: 14, 18, 29;
    --builza-white: #ffffff;
    --builza-white-rgb: 255, 255, 255;
    --builza-bdr-radius: 10px;
}

body.locked {
    overflow: hidden;
}

/* Header base */
.main-header-two {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.main-menu-two__top {
    position: relative;
    display: block;
    z-index: 1;
}

.main-menu-two__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: var(--builza-base);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.main-menu-two__top-inner:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(var(--builza-white-rgb), .10);
    z-index: -1;
}

.main-menu-two__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__contact-list li .icon {
    display: flex;
    align-items: center;
}

.main-menu-two__contact-list li .text p {
    color: var(--builza-white);
    margin: 0;
}

.main-menu-two__contact-list li .text p a {
    color: var(--builza-white);
    transition: color .3s ease;
}

.main-menu-two__contact-list li .text p a:hover {
    color: var(--builza-black);
}

.main-menu-two__top-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu-two__social {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(var(--builza-white-rgb), .40);
    border-radius: 50%;
    color: var(--builza-white);
    overflow: hidden;
    transition: all .3s ease;
    z-index: 1;
}

.main-menu-two__social a:hover {
    color: var(--builza-base);
    border-color: var(--builza-white);
}

.main-menu-two__social a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--builza-black);
    transform: scale(.5);
    border-radius: 50%;
    opacity: 0;
    transition: all .3s ease;
    z-index: -1;
}

.main-menu-two__social a:hover::before {
    transform: scale(1);
    opacity: 1;
}

.main-menu-two__social a+a {
    margin-left: 5px;
}

.main-menu-two__wrapper {
    position: relative;
    display: block;
}

.main-menu-two__wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-menu-two__wrapper-inner .main-menu-two__left {
    position: relative;
    display: block;
}

.main-menu-two__logo {
    position: relative;
    display: block;
}

.main-menu-two__main-menu-box {
    display: block;
}

.main-menu-two__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu-two__search-box {
    position: relative;
    display: block;
}

.main-menu-two__search {
    color: var(--builza-white);
    transition: color .3s ease;
}

.main-menu-two__search:hover {
    color: var(--builza-base);
}

.main-menu-two__btn-box {
    line-height: 0;
}

.main-menu-two__btn-box .thm-btn:before,
.main-menu-two__btn-box .thm-btn:after {
    background-color: var(--builza-white);
}

.main-menu-two__btn-box .thm-btn:hover {
    color: var(--builza-base);
}

.main-menu-two .main-menu__list>li>a {
    color: var(--builza-white);
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a {
    color: var(--builza-base);
}

/* Main menu */
.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list>li>ul {
        display: flex;
    }
}

.main-menu .main-menu__list>li {
    position: relative;
}

.main-menu .main-menu__list>li>a {
    display: flex;
    align-items: center;
    position: relative;
    transition: color .3s ease;
    font-family: var(--builza-font-two);
    font-weight: 600;
    text-transform: capitalize;
}

.main-menu .main-menu__list>li>a::before {
    content: "";
    height: 2px;
    background-color: var(--builza-base);
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    transform: scale(0, 1);
    transform-origin: left center;
    transition: transform .3s ease;
    z-index: 1;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.main-menu .main-menu__list>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--builza-white);
    min-width: 240px;
    padding: 20px 24px;
    flex-direction: column;
    align-items: flex-start;
    border-bottom-left-radius: var(--builza-bdr-radius);
    border-bottom-right-radius: var(--builza-bdr-radius);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transform: perspective(500px) rotateX(-20deg);
    transform-origin: 50% 0%;
    transition: all .3s ease;
}

.shadow-box {
    box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
}

.main-menu .main-menu__list>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: perspective(500px) rotateX(0);
}

.main-menu .main-menu__list>li>ul>li {
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list>li>ul>li+li {
    border-top: 1px solid rgba(var(--builza-black-rgb), .10);
}

.main-menu .main-menu__list>li>ul>li>a {
    display: flex;
    align-items: center;
    color: var(--builza-black);
    font-size: 15px;
    font-weight: 600;
    font-family: var(--builza-font-two);
    padding: 14px 0;
    transition: all .2s ease;
}

.main-menu .main-menu__list>li>ul>li:hover>a {
    color: var(--builza-base);
    padding-left: 5px;
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    cursor: pointer;
    transition: color .3s ease;
}

/* Thm btn */
.thm-btn {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    background-color: var(--builza-base);
    color: var(--builza-white);
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    padding: 6px 30px 6px;
    padding-right: 6px;
    overflow: hidden;
    border-radius: 2px;
    transition: color .3s ease;
    text-transform: capitalize;
    z-index: 1;
}

.thm-btn>span {
    position: relative;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--builza-black);
    border-radius: 2px;
    color: var(--builza-white);
    transition: background-color .3s ease, color .3s ease;
    flex-shrink: 0;
    order: 2;
    margin-left: auto;
}

.thm-btn:hover>span {
    background-color: var(--builza-white);
    color: var(--builza-base);
}

.thm-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    background-color: var(--builza-black);
    opacity: 0;
    z-index: -1;
    transition: all .3s ease;
}

.thm-btn:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.thm-btn::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    background-color: var(--builza-black);
    opacity: 0;
    z-index: -1;
    transition: all .3s ease;
}

.thm-btn:hover::after {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.thm-btn:hover {
    color: var(--builza-white);
}

/* Mobile nav */
.mobile-nav__wrapper {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    visibility: hidden;
    transition: transform .5s ease, visibility .5s ease;
}

.mobile-nav__wrapper.expanded {
    transform: translateX(0);
    visibility: visible;
}

.mobile-nav__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--builza-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding: 30px 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition-delay: .1s;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    color: var(--builza-white);
    cursor: pointer;
    display: inline-flex;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block !important;
}

.mobile-nav__content .main-menu__list>li>ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-left: .5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 46px;
    transition: color .3s ease;
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--builza-base);
}

.mobile-nav__content .main-menu__list>li>a>button {
    width: 30px;
    height: 30px;
    background-color: var(--builza-base);
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
    transition: transform .3s ease;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 8px;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded {
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--builza-base);
}

.mobile-nav__contact {
    margin: 20px 0;
}

.mobile-nav__contact li {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: #fff;
    transition: color .3s ease;
}

.mobile-nav__contact li a:hover {
    color: var(--builza-base);
}

.mobile-nav__contact li span {
    color: rgba(255, 255, 255, .85);
}

.mobile-nav__social {
    display: flex;
    align-items: center;
}

.mobile-nav__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid rgba(var(--builza-white-rgb), .10);
    border-radius: 50%;
    color: var(--builza-white);
    transition: all .3s ease;
    z-index: 1;
}

.mobile-nav__social a+a {
    margin-left: 10px;
}

.mobile-nav__social a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--builza-base);
    transform: scale(.5);
    border-radius: 50%;
    opacity: 0;
    transition: all .3s ease;
    z-index: -1;
}

.mobile-nav__social a:hover::after {
    transform: scale(1);
    opacity: 1;
}

.mobile-nav__social a:hover {
    color: var(--builza-white);
    border-color: var(--builza-base);
}

.main-menu-two__wrapper-inner .mobile-icon {
    display: flex;
    gap: 1rem;
    justify-items: center;
    align-items: center;
}

/* Search popup base */
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    transform: translateY(-100%);
    transition: transform .5s ease;
}

.search-active .search-popup {
    transform: translateY(0);
}

.search-popup .color-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: var(--builza-base);
    transition: all .5s ease;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .2);
    cursor: pointer;
    color: #fff;
    border: none;
    opacity: 0;
    transform: translateX(100px);
    visibility: hidden;
    transition: all .3s ease;
    z-index: 9999;
}

.search-popup .close-search:hover {
    color: var(--builza-base);
    background-color: #fff;
}

.search-active .search-popup .close-search {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}

.search-popup form {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: opacity .5s ease;
    z-index: 999;
}

.search-active .search-popup form {
    opacity: 1;
}

.search-popup .form-group {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    width: 100%;
    font-weight: 500;
    border: 0;
    transition: all .3s ease;
}

.search-popup .form-group input:focus {
    outline: none;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--builza-black);
    color: var(--builza-white);
    padding: 0;
    cursor: pointer;
    border: none;
    transition: all .3s ease;
}

.search-popup .form-group button:hover {
    background-color: var(--builza-base);
}

/* Header overrides */
.main-header-two {
    top: 0;
}

.main-menu-two__top-inner {
    background-color: var(--builza-base);
    padding: 6px 16px;
}

.main-menu-two__contact-list li .icon .izo-icon {
    width: 14px;
    height: 14px;
    color: var(--builza-white);
}

.main-menu-two__contact-list li .text {
    margin-left: 8px;
}

.main-menu-two__contact-list li .text p,
.main-menu-two__contact-list li .text p a {
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
}

.main-menu-two__contact-list li+li {
    margin-left: 28px;
}

.main-menu-two__contact-list li:before {
    left: -14px;
}

.main-menu-two__social {
    margin-left: 24px;
    gap: 4px;
}

.main-menu-two__social a {
    width: 28px;
    height: 28px;
    border-width: 0;
    background-color: rgba(255, 255, 255, 0.18);
}

.main-menu-two__social a .izo-icon {
    width: 12px;
    height: 12px;
    display: block;
}

.main-menu-two__logo img {
    max-height: 64px;
    width: auto;
    display: block;
}

.main-menu-two__logo {
    padding: 16px 0;
}

.main-menu-two__wrapper-inner {
    background-color: rgba(14, 18, 29, 0.72);
    backdrop-filter: blur(6px);
    padding: 0 16px;
}

.main-menu-two__right {
    gap: 14px;
    padding: 14px 0;
}

.main-menu-two .main-menu__list>li,
.stricky-header.main-menu-two .main-menu__list>li {
    padding-top: 28px;
    padding-bottom: 28px;
}

.main-menu-two .main-menu__list>li+li,
.stricky-header.main-menu-two .main-menu__list>li+li {
    margin-left: 28px;
}

.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: .2px;
}

.main-menu-two .main-menu__list>li.dropdown>a:after {
    display: none;
}

.main-menu-two .main-menu__list>li.dropdown>a {
    gap: 6px;
    padding-right: 0;
}

.main-menu-two .main-menu__list>li.dropdown>a .izo-icon--chevron {
    width: 9px;
    height: 9px;
    flex-shrink: 0;
    margin-top: 2px;
    transition: transform .3s ease;
}

.main-menu-two .main-menu__list>li.dropdown:hover>a .izo-icon--chevron {
    transform: rotate(180deg);
}

.main-menu-two__search {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
}

.main-menu-two__search .izo-icon {
    width: 18px;
    height: 18px;
}

.main-menu-two__btn-box .thm-btn {
    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
    padding: 5px 18px 5px;
    padding-right: 5px;
    gap: 10px;
}

.main-menu-two__btn-box .thm-btn>span {
    width: 34px;
    height: 34px;
    font-size: 12px;
}

.main-menu-two__btn-box .thm-btn>span .izo-icon {
    width: 12px;
    height: 12px;
}

.main-menu-two .mobile-nav__toggler {
    color: #fff;
    display: none;
    align-items: center;
}

.main-menu-two .mobile-nav__toggler:hover {
    color: var(--builza-base);
}

.main-menu-two .mobile-nav__toggler .izo-icon {
    width: 22px;
    height: 22px;
}

.izo-icon {
    display: block;
    flex-shrink: 0;
    fill: currentColor;
}

.mobile-nav__contact li .izo-icon {
    flex-shrink: 0;
    margin-right: 12px;
}

.mobile-nav__content .main-menu__list>li>a>button .izo-icon {
    display: block;
}

.search-popup .form-group button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .main-menu-two .main-menu__list {
        display: none !important;
    }

    .main-menu-two .mobile-nav__toggler {
        display: inline-flex;
        order: 3;
        margin-left: 8px;
    }

    .main-menu-two__main-menu-box {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .main-menu-two__top-inner {
        padding: 6px 12px;
        gap: 8px;
    }

    .main-menu-two__contact-list li:nth-child(2) {
        display: none;
    }

    .main-menu-two__contact-list li+li {
        margin-left: 0;
    }

    .main-menu-two__contact-list li:before {
        display: none;
    }

    .main-menu-two__contact-list li .text p,
    .main-menu-two__contact-list li .text p a {
        font-size: 12px;
    }

    .main-menu-two__social {
        margin-left: 0;
        gap: 3px;
    }

    .main-menu-two__social a {
        width: 24px;
        height: 24px;
    }

    .main-menu-two__social a .izo-icon {
        width: 10px;
        height: 10px;
    }

    .main-menu-two__wrapper-inner {
        padding: 0 12px;
    }

    .main-menu-two__logo {
        padding: 10px 0;
    }

    .main-menu-two__logo img {
        max-height: 44px;
    }

    .main-menu-two__right {
        gap: 10px;
        padding: 10px 0;
    }

    .main-menu-two__btn-box {
        display: none;
    }

    .main-menu-two__search .izo-icon {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 420px) {

    .main-menu-two__contact-list li .text p,
    .main-menu-two__contact-list li .text p a {
        font-size: 11px;
    }

    .main-menu-two__contact-list li .icon .izo-icon {
        width: 12px;
        height: 12px;
    }
}

/* Search popup - taller */
.search-popup,
.search-popup .color-layer {
    height: 100vh;
}

.search-popup .color-layer {
    background-color: rgba(14, 18, 29, 0.96);
}

.search-popup form {
    top: 50%;
    transform: translateY(-50%);
    max-width: 760px;
    padding: 0 20px;
}

.search-active .search-popup form {
    transform: translateY(-50%);
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    height: 80px;
    font-size: 20px;
    padding: 10px 30px 10px 85px;
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}

.search-popup input::placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    height: 80px;
    width: 70px;
    background: var(--builza-base);
}

.search-popup .form-group button .izo-icon {
    width: 22px;
    height: 22px;
}

.search-popup .close-search {
    top: 32px;
    right: 32px;
    background-color: rgba(255, 255, 255, 0.12);
    width: 52px;
    height: 52px;
}

.search-popup .close-search .izo-icon {
    width: 22px;
    height: 22px;
}

@media (max-width: 575px) {
    .search-popup form {
        padding: 0 16px;
    }

    .search-popup .form-group input[type="text"],
    .search-popup .form-group input[type="search"] {
        height: 64px;
        font-size: 16px;
        padding-left: 70px;
    }

    .search-popup .form-group input[type="submit"],
    .search-popup .form-group button {
        height: 64px;
        width: 58px;
    }

    .search-popup .close-search {
        top: 18px;
        right: 18px;
        width: 42px;
        height: 42px;
    }

    .search-popup .close-search .izo-icon {
        width: 18px;
        height: 18px;
    }
}

/* Hero */
.izo-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #0E121D;
}

.izo-hero-swiper {
    width: 100%;
}

.izo-hero-slide {
    position: relative;
    overflow: hidden;
    min-height: 640px;
    display: flex;
    align-items: center;
}

.izo-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    display: block;
    transform: scale(1.05);
    transition: transform 8s ease-out;
}

.swiper-slide-active .izo-hero-bg {
    transform: scale(1);
}

.izo-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(14, 18, 29, 0.92) 0%, rgba(14, 18, 29, 0.72) 45%, rgba(14, 18, 29, 0.35) 100%);
}

.izo-hero-slide .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.izo-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 90px 0;
}

.izo-hero-content {
    color: #fff;
    max-width: 560px;
}

.izo-hero-eyebrow {
    display: inline-block;
    color: var(--builza-base, #F36712);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 18px;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--builza-base, #F36712);
}

.izo-hero-title {
    font-family: "Exo", sans-serif;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 700;
    color: #fff;
    line-height: 1.05;
    margin: 0 0 18px;
    letter-spacing: -0.01em;
}

.izo-hero-desc {
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 30px;
    max-width: 460px;
}

.izo-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
}

.izo-hero-product {
    max-width: 100%;
    max-height: 520px;
    width: auto;
    height: auto;
    display: block;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.5));
    opacity: 0;
    transform: translateX(60px) scale(0.96);
    transition: opacity 1s ease .2s, transform 1.1s cubic-bezier(.2, .7, .2, 1) .2s;
}

.swiper-slide-active .izo-hero-product {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.izo-hero-content>* {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .8s ease, transform .9s cubic-bezier(.2, .7, .2, 1);
}

.swiper-slide-active .izo-hero-eyebrow {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .15s;
}

.swiper-slide-active .izo-hero-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
}

.swiper-slide-active .izo-hero-desc {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .45s;
}

.swiper-slide-active .izo-hero-content .thm-btn {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .6s;
}

.izo-hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.izo-hero-nav:hover {
    background: var(--builza-base, #F36712);
    border-color: var(--builza-base, #F36712);
    color: #fff;
}

.izo-hero-prev {
    left: 24px;
}

.izo-hero-next {
    right: 24px;
}

.izo-hero-pagination {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    display: none;
    flex-direction: column;
    gap: 10px;
}

.izo-hero-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    border-radius: 50%;
    margin: 0 !important;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.izo-hero-pagination .swiper-pagination-bullet-active {
    background: var(--builza-base, #F36712);
    transform: scale(1.3);
}

/* Page Detail Hero (sub-page header) */
.izo-page-hero {
    position: relative;
    width: 100%;
    min-height: 450px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    background-color: var(--builza-black, #0E121D);
}

.izo-page-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.izo-page-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.izo-page-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(14, 18, 29, 0.88) 0%, rgba(14, 18, 29, 0.65) 100%);
}

.izo-page-hero .container {
    position: relative;
    z-index: 1;
}

.izo-page-hero-inner {
    text-align: center;
    padding: 110px 0 90px;
    color: var(--builza-white);
}

.izo-page-hero-title {
    font-family: "Exo", sans-serif;
    font-size: clamp(34px, 4.5vw, 56px);
    font-weight: 700;
    color: var(--builza-white);
    margin: 0 0 14px;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

.izo-page-hero-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
}

.izo-breadcrumb-link {
    color: var(--builza-white);
    text-decoration: none;
    opacity: 0.9;
    transition: opacity 0.25s ease, color 0.25s ease;
}

.izo-breadcrumb-link:hover {
    opacity: 1;
    color: var(--builza-base);
}

.izo-breadcrumb-sep {
    display: inline-flex;
    align-items: center;
    color: var(--builza-base);
}

.izo-breadcrumb-current {
    color: var(--builza-base);
    font-weight: 600;
}

@media (max-width: 991px) {
    .izo-page-hero {
        min-height: 300px;
    }

    .izo-page-hero-inner {
        padding: 90px 0 70px;
    }
}

@media (max-width: 575px) {
    .izo-page-hero {
        min-height: 260px;
    }

    .izo-page-hero-inner {
        padding: 80px 0 60px;
    }
}

/* Mission & Vision cards */
.izo-mv-row {
    margin-top: 40px;
}

.izo-mv-card {
    height: 100%;
}

.izo-mv-img {
    margin-bottom: 22px;
    border-radius: 8px;
    overflow: hidden;
}

.izo-mv-img img {
    width: 100%;
    height: auto;
    display: block;
}

.izo-mv-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.izo-mv-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--builza-base);
    flex-shrink: 0;
}

.izo-mv-title {
    font-family: "Exo", sans-serif;
    color: var(--builza-base);
    font-size: clamp(18px, 1.6vw, 22px);
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.izo-mv-text {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 575px) {
    .izo-mv-row {
        margin-top: 30px;
    }

    .izo-mv-img {
        margin-bottom: 18px;
    }
}

@media (max-width: 991px) {
    .izo-hero-slide {
        min-height: 560px;
    }

    .izo-hero-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 70px 0 60px;
        text-align: center;
    }

    .izo-hero-content {
        margin: 0 auto;
    }

    .izo-hero-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .izo-hero-visual {
        min-height: 280px;
    }

    .izo-hero-product {
        max-height: 340px;
    }

    .izo-hero-overlay {
        background: linear-gradient(180deg, rgba(14, 18, 29, 0.85) 0%, rgba(14, 18, 29, 0.55) 100%);
    }

    .izo-hero-pagination {
        left: 50%;
        top: auto;
        bottom: 18px;
        transform: translateX(-50%);
        flex-direction: row;
    }

    .izo-hero-nav {
        width: 40px;
        height: 40px;
    }

    .izo-hero-prev {
        left: 10px;
    }

    .izo-hero-next {
        right: 10px;
    }
}

@media (max-width: 575px) {
    .izo-hero-slide {
        min-height: 520px;
    }

    .izo-hero-grid {
        padding: 150px 0 0px;
    }

    .izo-hero-title {
        font-size: 32px;
    }

    .izo-hero-desc {
        font-size: 14px;
    }

    .izo-hero-product {
        max-height: 260px;
    }

    .izo-hero-nav {
        display: none;
    }
}

/* Hero End */

/* About */
.izo-about {
    background: #fff;
    position: relative;
}

.izo-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.izo-about-visual {
    position: relative;
    min-height: 630px;
}

.izo-about-img {
    overflow: hidden;
    border-radius: 6px;
}

.izo-about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.izo-about-img--main {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.izo-about-badge {
    position: absolute;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 14px 40px rgba(14, 18, 29, 0.18);
    padding: 16px 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 4;
    justify-content: center;
}

.izo-about-badge--top {
    top: 20px;
    right: 0;
    min-width: 180px;
    min-height: 160px;
}

.izo-about-badge--top::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--builza-base);
    border-radius: 4px 0 0 4px;
}

.izo-about-badge-num {
    font-family: "Exo", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--builza-black);
    line-height: 1;
    display: inline-flex;
    align-items: flex-start;
}

.izo-about-badge-num span {
    color: var(--builza-base);
    font-size: 22px;
    margin-left: 2px;
}

.izo-about-badge-text {
    font-size: 12px;
    color: #4D5765;
    line-height: 1.3;
    margin-top: 6px;
    font-weight: 500;
}

.izo-about-badge--bottom {
    left: 0;
    bottom: 20px;
    background: var(--builza-base);
    border-radius: 6px;
    padding: 22px 28px;
    align-items: center;
    text-align: center;
    min-width: 200px;
    box-shadow: 0 20px 50px rgba(243, 103, 18, 0.35);
}

.izo-about-badge-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    color: #fff;
    margin-bottom: 12px;
}

.izo-about-badge-num--lg {
    color: #fff;
    font-size: 34px;
}

.izo-about-badge-num--lg span {
    color: #fff;
}

.izo-about-badge-text--light {
    color: #fff;
    text-align: center;
    align-self: center;
    margin-top: 8px;
    opacity: 0.95;
}

.izo-about-play {
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--builza-base);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: background .3s ease, transform .3s ease;
}

.izo-about-play:hover {
    background: var(--builza-black);
    color: #fff;
    transform: translate(-50%, -50%) scale(1.05);
}

.izo-about-play svg {
    margin-left: 3px;
}

.izo-about-play-ripple {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: var(--builza-base);
    opacity: 0.5;
    animation: izoRipple 1.8s ease-out infinite;
    z-index: -1;
}

@keyframes izoRipple {
    0% {
        transform: scale(1);
        opacity: .55;
    }

    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}

.izo-about-content {
    max-width: 560px;
}

.izo-about-eyebrow {
    display: inline-block;
    color: var(--builza-base);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--builza-base);
}

.izo-about-title {
    font-family: "Exo", sans-serif;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 700;
    color: var(--builza-black);
    line-height: 1.2;
    margin: 0 0 18px;
    letter-spacing: -0.01em;
}

.izo-about-desc {
    color: #4D5765;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 26px;
}

.izo-about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 28px;
}

.izo-about-feature {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.izo-about-feature-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.izo-about-feature-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.izo-about-feature-text h3 {
    font-family: "Exo", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--builza-black);
    margin: 0 0 6px;
}

.izo-about-feature-text p {
    font-size: 13px;
    color: #4D5765;
    line-height: 1.55;
    margin: 0;
}

.izo-about-checks-row {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 22px;
    align-items: center;
    background: #f6f7f9;
    border-radius: 8px;
    padding: 22px 24px;
    margin-bottom: 28px;
}

.izo-about-checks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.izo-about-checks li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--builza-black);
    font-weight: 500;
}

.izo-about-check {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--builza-base);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.izo-about-review {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding-left: 12px;
    border-left: 1px solid #e5e7eb;
}

.izo-about-review-avatars img {
    max-width: 140px;
    height: auto;
    display: block;
    border-radius: 30px;
}

.izo-about-review-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #FFB72B;
}

.izo-about-review-text {
    font-size: 13px;
    color: #4D5765;
    margin: 0;
}

.izo-about-review-text strong {
    color: var(--builza-black);
    font-weight: 700;
}

@media (max-width: 991px) {
    .izo-about-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .izo-about-visual {
        min-height: 460px;
        max-width: 540px;
        margin: 0 auto;
    }

    .izo-about-content {
        max-width: 100%;
    }

    .izo-about-checks-row {
        grid-template-columns: 1fr;
    }

    .izo-about-review {
        border-left: 0;
        border-top: 1px solid #e5e7eb;
        padding-left: 0;
        padding-top: 16px;
    }
}

@media (max-width: 575px) {
    .izo-about-visual {
        min-height: 380px;
    }

    .izo-about-badge--top {
        padding: 12px 16px;
        min-width: 110px;
    }

    .izo-about-badge-num {
        font-size: 26px;
    }

    .izo-about-badge--bottom {
        left: -4px;
        padding: 16px 18px;
        min-width: 170px;
    }

    .izo-about-features {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .izo-about-play {
        width: 54px;
        height: 54px;
    }
}

/* About End */

/* Video Modal */
body.modal-open {
    overflow: hidden;
}

.izo-video-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: rgba(14, 18, 29, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}

.izo-video-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.izo-video-modal-inner {
    position: relative;
    width: 100%;
    max-width: 960px;
}

.izo-video-modal-frame {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    transform: scale(0.94);
    transition: transform .35s cubic-bezier(.2, .7, .2, 1);
}

.izo-video-modal.is-open .izo-video-modal-frame {
    transform: scale(1);
}

.izo-video-modal-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.izo-video-modal-close {
    position: absolute;
    top: -48px;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.izo-video-modal-close:hover {
    background: var(--builza-base);
    border-color: var(--builza-base);
    transform: rotate(90deg);
}

@media (max-width: 575px) {
    .izo-video-modal {
        padding: 16px;
    }

    .izo-video-modal-close {
        top: -44px;
        width: 36px;
        height: 36px;
    }
}

/* Video Modal End */

/* Inner page hero (breadcrumb) */
.cm-page-hero {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cm-page-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.cm-page-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.cm-page-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(165deg, rgba(255, 248, 245, 0.5) 0%, rgba(232, 240, 252, 0.55) 45%, rgba(245, 248, 255, 0.45) 100%);
}

.cm-page-hero .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.cm-page-hero-inner {
    text-align: center;
    padding: 72px 12px 68px;
    max-width: 52rem;
    margin: 0 auto;
}

.cm-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.3;
}

.cm-breadcrumb-link {
    color: #09162A;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.cm-breadcrumb-link:hover {
    color: #F36712;
}

.cm-breadcrumb-sep {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.cm-breadcrumb-line {
    display: block;
    height: 3px;
    border-radius: 999px;
    background: #F36712;
    width: 26px;
    flex-shrink: 0;
}

.cm-breadcrumb-line--long {
    width: 52px;
}

.cm-breadcrumb-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #F36712;
    flex-shrink: 0;
}

.cm-breadcrumb-current {
    color: #8892a0;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.cm-page-hero-title {
    margin: 0;
    font-family: "Exo", sans-serif;
    font-size: clamp(38px, 5.5vw, 58px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #09162A;
}

@media (max-width: 575px) {
    .cm-page-hero {
        min-height: 300px;
    }

    .cm-page-hero-inner {
        padding: 56px 12px 52px;
    }

    .cm-breadcrumb {
        gap: 8px 10px;
        margin-bottom: 18px;
    }
}

/* Inner page hero End */

/* Product detail (urun-detay) */
.cm-product-detail-section {
    background: #fff;
}

.cm-pd-nav {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(9, 22, 42, 0.06);
}

.cm-pd-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    background: #F36712;
    color: #fff;
    font-family: "Exo", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2;
}

.cm-pd-nav-header:hover {
    color: #fff;
    filter: brightness(1.05);
}

.cm-pd-nav-header-chevron {
    flex-shrink: 0;
    opacity: 0.95;
}

.cm-pd-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cm-pd-nav-list li {
    border-top: 1px solid rgba(9, 22, 42, 0.06);
}

.cm-pd-nav-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px 12px 16px;
    background: #eef2f6;
    color: #09162A;
    font-family: Oswald, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    border-left: 3px solid #F36712;
    transition: background 0.15s ease, color 0.15s ease;
}

.cm-pd-nav-list a:hover {
    background: #e4eaf1;
    color: #09162A;
}

.cm-pd-nav-item-chevron {
    flex-shrink: 0;
    color: #8892a0;
    opacity: 0.85;
}

.cm-pd-cta {
    position: relative;
    margin-top: 1.25rem;
    padding: 1.35rem 1.25rem 4.5rem;
    background: #e8ecf1;
    border-radius: 4px;
    overflow: hidden;
}

.cm-pd-cta-title {
    margin: 0 0 0.65rem;
    font-family: Oswald, sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #09162A;
    line-height: 1.2;
}

.cm-pd-cta-text {
    margin: 0 0 1rem;
    font-size: 14px;
    line-height: 1.55;
    color: #4a5568;
    max-width: 22rem;
}

.cm-pd-cta-link {
    font-family: Oswald, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #F36712;
    text-decoration: none;
}

.cm-pd-cta-link:hover {
    color: #e88920;
    text-decoration: underline;
}

.cm-pd-cta-icon {
    position: absolute;
    right: -8px;
    bottom: -12px;
    pointer-events: none;
    max-width: min(141px, 55%);
    height: auto;
}

.cm-pd-gallery {
    width: 100%;
}

.cm-pd-main-swiper {
    width: 100%;
    margin-bottom: 1rem;
}

.cm-pd-main-frame {
    border: 1px solid #d5dce5;
    border-radius: 12px;
    background: #fff;
    padding: clamp(12px, 2vw, 28px);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
}

.cm-pd-main-frame img {
    width: 100%;
    max-height: min(520px, 58vh);
    object-fit: contain;
    display: block;
}

.cm-pd-thumbs-row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.cm-pd-thumbs-swiper {
    flex: 1;
    min-width: 0;
}

.cm-pd-thumb-nav {
    flex-shrink: 0;
    width: 36px;
    height: 72px;
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: opacity 0.15s ease;
}

.cm-pd-thumb-nav:hover {
    opacity: 0.85;
}

.cm-pd-thumb-nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

.cm-pd-thumb-frame {
    border: 1px solid #d5dce5;
    border-radius: 10px;
    background: #fff;
    padding: 6px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    min-height: 88px;
}

.cm-pd-thumb-frame img {
    width: 100%;
    height: 100%;
    max-height: 76px;
    object-fit: contain;
    display: block;
}

.swiper-slide-thumb-active .cm-pd-thumb-frame {
    border-color: #F36712;
    box-shadow: 0 0 0 1px rgba(243, 103, 18, 0.25);
}

@media (max-width: 767px) {
    .cm-pd-main-frame {
        min-height: 220px;
    }

    .cm-pd-thumb-frame {
        min-height: 72px;
    }
}

.cm-pd-spec-row {
    margin-top: 2.5rem;
    padding-top: 0.5rem;
}

@media (min-width: 992px) {
    .cm-pd-spec-row {
        margin-top: 3rem;
    }
}

.cm-pd-table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cm-product-table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    font-family: Oswald, sans-serif;
    font-size: clamp(13px, 1.8vw, 16px);
    color: #09162A;
    border: 1px solid #F36712;
}

.cm-product-table th,
.cm-product-table td {
    border: 1px solid #F36712;
    text-align: center;
    vertical-align: middle;
    padding: 12px 10px;
    line-height: 1.35;
}

.cm-product-table thead th {
    background: #F36712;
    color: #fff;
    font-weight: 400;
    padding: 14px 12px;
}

.cm-product-table-th-sub {
    display: block;
    font-weight: 400;
    margin-top: 4px;
    opacity: 0.98;
    font-size: 0.88em;
    line-height: 1.3;
}

.cm-product-table tbody td {
    font-weight: 300;
    background: #fff;
}

.cm-product-table tbody tr:nth-child(even) td {
    background: #F5F5F5;
}

/* Blog detail */
.cm-blog-detail-section {
    background: #fff;
}

.cm-blog-detail-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin: 0 0 18px;
    font-size: 15px;
    font-weight: 400;
    color: #8892a0;
    letter-spacing: 0.03em;
}

.cm-blog-detail-meta time {
    color: #09162A;
    font-weight: 500;
}

.cm-blog-detail-figure {
    margin: 0 0 28px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e8ef;
    background: #f4f6f8;
}

.cm-blog-detail-figure img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}

.cm-pd-nav-list a[aria-current="page"] {
    background: #e8ecf1;
    color: #09162A;
    font-weight: 600;
}

/* Product detail — FAQ */
.cm-pd-faq-section {
    background: #fff;
}

.cm-pd-faq-media {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #e8ecf1;
    border-radius: 4px;
}

.cm-pd-faq-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.cm-pd-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cm-pd-faq-item {
    border-radius: 4px;
    overflow: hidden;
}

.cm-pd-faq-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
    padding: 16px 18px;
    margin: 0;
    border: none;
    cursor: pointer;
    font-family: Oswald, sans-serif;
    font-size: clamp(14px, 1.6vw, 17px);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.25;
    color: #09162A;
    background: #EEF2F6;
    transition: background 0.2s ease, color 0.2s ease;
}

.cm-pd-faq-toggle:hover {
    filter: brightness(0.98);
}

.cm-pd-faq-toggle:focus-visible {
    outline: 2px solid #F36712;
    outline-offset: 2px;
}

.cm-pd-faq-toggle:not(.collapsed) {
    background: #F36712;
    color: #fff;
}

.cm-pd-faq-icons {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
}

.cm-pd-faq-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.cm-pd-faq-toggle.collapsed .cm-pd-faq-icon--minus {
    opacity: 0;
    pointer-events: none;
}

.cm-pd-faq-toggle:not(.collapsed) .cm-pd-faq-icon--plus {
    opacity: 0;
    pointer-events: none;
}

.cm-pd-faq-qtext {
    flex: 1;
    min-width: 0;
}

.cm-pd-faq-collapse {
    border: 1px solid #e2e8ef;
    border-top: none;
    background: #fff;
}

.cm-pd-faq-body {
    padding: 16px 18px 18px 50px;
}

.cm-pd-faq-body p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    color: #555;
}

@media (max-width: 991px) {
    .cm-pd-faq-media {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    .cm-pd-faq-body {
        padding-left: 18px;
    }
}

/* Product detail End */

/* Features */
.cm-features-section {
    background: #EEF1F5;
    position: relative;
    position: relative;
    z-index: 6;
}

.cm-features-section>.container {
    position: relative;
    z-index: 4;
    transform: translateY(-20%);
}

.cm-features-section::after {
    content: "";
    position: absolute;
    left: 40%;
    right: 0;
    background: #fff;
    transform: translateY(-20%);
    height: 100%;
    top: 0;
    z-index: 2;
}

.cm-feat-img-col {
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

.cm-feat-side-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: absolute;
    inset: 0;
}

.cm-feat-side-overlay {
    position: absolute;
    inset: 0;
    background: rgba(9, 22, 42, 0.45);
}

.cm-feat-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 40px 34px 36px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    transition: border-color 0.3s;
}

.cm-feat-hover-bg {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.45s ease;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.cm-feat-hover-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.cm-feat-hover-dim {
    position: absolute;
    inset: 0;
    background: rgba(9, 22, 42, 0.82);
    display: block;
}

.cm-feat-card:hover .cm-feat-hover-bg {
    opacity: 1;
}

.cm-feat-content {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cm-feat-title {
    font-size: 16px;
    font-weight: 500;
    color: #F36712;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.45;
    margin-bottom: 18px;
    transition: color 0.3s;
}

.cm-feat-desc {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.75;
    flex: 1;
    margin-bottom: 28px;
    transition: color 0.3s;
}

.cm-feat-card:hover .cm-feat-desc {
    color: rgba(255, 255, 255, 0.82);
}

.cm-feat-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #F36712;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: lowercase;
    margin-top: auto;
    transition: gap 0.2s, color 0.3s;
}

.cm-feat-link svg {
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.cm-feat-link:hover {
    gap: 12px;
}

.cm-feat-link:hover svg {
    transform: translateX(3px);
}

/* Features End */

/* About */
.cm-about-section {
    position: relative;
    background-color: #f0f2f5;
    background-image: radial-gradient(ellipse 85% 75% at 100% 100%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 58%), url('../images/builder-bg.png');
    background-repeat: no-repeat, no-repeat;
    background-position: right bottom, right bottom;
    background-size: auto, auto;
    padding: 0 0 6rem;
    overflow: hidden;
}

.cm-about-row {
    --cm-about-visual-h: 460px;
}

.cm-about-kicker {
    color: #F36712;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.cm-about-title {
    color: #09162A;
    font-size: clamp(30px, 3.6vw, 44px);
    font-weight: 500;
    line-height: 1.18;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin: 0 0 22px;
}

.cm-about-lead {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0 0 16px;
    max-width: 40rem;
}

.cm-about-lists {
    margin-top: 8px;
}

.cm-about-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.cm-about-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}

.cm-about-list li svg {
    flex-shrink: 0;
    margin-top: 4px;
    color: #09162A;
    opacity: 0.85;
}

.cm-about-visual {
    position: relative;
    min-height: var(--cm-about-visual-h);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 0 -12px 0 0;
}

.cm-about-person {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 440px;
    height: auto;
    display: block;
    margin: 0 0 -1px auto;
    object-fit: contain;
    object-position: bottom right;
}

@media (max-width: 991px) {
    .cm-about-section {
        padding-top: 56px;
        padding-bottom: 0;
    }

    .cm-about-row {
        --cm-about-visual-h: 380px;
    }

    .cm-about-visual {
        margin: 24px auto 0;
        max-width: 420px;
        justify-content: center;
    }

    .cm-about-section {
        background-position: right 5% bottom 0, right 5% bottom 0;
    }

    .cm-about-person {
        margin-left: auto;
        margin-right: auto;
        max-width: 360px;
    }
}

@media (max-width: 575px) {
    .cm-about-title {
        font-size: 26px;
    }

    .cm-about-row {
        --cm-about-visual-h: 320px;
    }
}

/* About End */


/* Product Gallery */
.product-gallery {
    width: 100%;
    margin-bottom: 2rem;
}

.product-main-swiper {
    width: 100%;
    background: #f4f7fb;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
}

.product-main-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    min-height: 400px;
    position: relative;
}

.product-main-swiper .swiper-slide img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 400px;
}

.product-code {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    color: #E66055;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.product-thumbs-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.thumb-nav {
    width: 40px;
    height: 40px;
    border: none;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}

.thumb-nav svg {
    transition: all 0.3s ease;
}

.thumb-nav svg path {
    fill: #F36712;
    transition: all 0.3s ease;
}

.thumb-nav:hover {
    background: #F36712;
    box-shadow: 0 4px 12px rgba(243, 103, 18, 0.2);
}

.thumb-nav:hover svg path {
    fill: #fff;
}

.thumb-nav.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.thumb-nav.swiper-button-disabled:hover {
    background: #fff;
}

.thumb-nav.swiper-button-disabled:hover svg path {
    fill: #F36712;
}

.product-thumbs-swiper {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
}

.product-thumbs-swiper .swiper-slide {
    background: #f4f7fb;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}

.product-thumbs-swiper .swiper-slide img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 120px;
}

.product-thumbs-swiper .swiper-slide:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-thumbs-swiper .swiper-slide-thumb-active {
    border: 2px solid #F36712;
    box-shadow: 0 4px 12px rgba(243, 103, 18, 0.2);
}

/* Product Gallery End */

/* About page article (prose) */
.cm-about-article-section {
    background: #fff;
}

.cm-about-article {
    margin: 0;
}

.cm-about-article-title {
    color: #09162A;
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 0 22px;
    padding-bottom: 14px;
    border-bottom: 3px solid #F36712;
    display: inline-block;
    max-width: 100%;
}

.cm-about-article-body p {
    color: #555;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    margin: 0 0 20px;
}

.cm-about-article-body p:last-child {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .cm-about-article-title {
        font-size: 20px;
        margin-bottom: 18px;
        padding-bottom: 12px;
    }

    .cm-about-article-body p {
        margin-bottom: 16px;
    }
}

/* About page article End */

/* Category page product grid */
.cm-cat-grid-section {
    background: #fff;
}

.cm-cat-grid-section .cm-products-card {
    height: 100%;
}

/* Category page product grid End */

/* Our systems */
.cm-systems-section {
    position: relative;
    z-index: 3;
    background: linear-gradient(180deg, #09162A 0 72%, #fff 72% 100%);
    overflow: hidden;
}

.cm-systems-top {
    padding: 64px 0 40px;
}

.cm-systems-kicker {
    color: #F36712;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.cm-systems-title {
    color: #fff;
    font-size: clamp(26px, 3.2vw, 40px);
    font-weight: 500;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0;
}

.cm-systems-desc {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0;
    padding-top: 6px;
    max-width: 36rem;
    margin-left: auto;
}

.cm-systems-slider-outer {
    padding: 8px 0 56px;
    overflow: hidden;
}

.cm-systems-slider-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.cm-systems-slider-view {
    flex: 1;
    min-width: 0;
}

.cm-systems-swiper {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 8px;
}

.cm-systems-swiper .swiper-wrapper {
    height: auto;
    align-items: flex-start;
}

.cm-systems-swiper .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

.cm-systems-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-decoration: none;
    color: inherit;
    height: auto;
    align-self: flex-start;
    width: 100%;
    transition: transform 0.2s ease, color 0.2s ease;
}

.cm-systems-card:hover {
    transform: translateY(-2px);
}

.cm-systems-card-img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 0;
}

.cm-systems-card-img {
    width: 100%;
    height: auto;
    max-height: none;
    display: block;
}

.cm-systems-card-label {
    display: block;
    text-align: center;
    padding: 18px 12px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #09162A;
}

.cm-systems-section .cm-systems-prev,
.cm-systems-section .cm-systems-next {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    transform: none !important;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #fff;
    color: #6b7280;
    box-shadow: none;
    transition: background 0.2s, color 0.2s;
    z-index: 2;
}

.cm-systems-section .cm-systems-prev:hover,
.cm-systems-section .cm-systems-next:hover {
    background: #F36712;
    color: #fff;
    box-shadow: none;
}

.cm-systems-section .cm-systems-prev::after,
.cm-systems-section .cm-systems-next::after {
    font-size: 15px;
    font-weight: 700;
}

.cm-systems-section .swiper-button-disabled {
    opacity: 0.35;
}

@media (max-width: 991px) {
    .cm-systems-desc {
        margin-left: 0;
        padding-top: 0;
        max-width: none;
    }

    .cm-systems-title {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .cm-systems-top {
        padding: 48px 0 28px;
    }

    .cm-systems-section {
        background: linear-gradient(180deg, #09162A 0 68%, #fff 68% 100%);
    }

    .cm-systems-slider-outer {
        padding-bottom: 48px;
    }

    .cm-systems-slider-frame {
        gap: 8px;
    }

    .cm-systems-section .cm-systems-prev,
    .cm-systems-section .cm-systems-next {
        width: 42px;
        height: 42px;
    }
}

/* Our systems End */

/* Our products */
.cm-products-section {
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, #09162A 0 60%, #eef1f5 60% 100%);
    overflow: hidden;
}

.cm-products-top {
    padding: 64px 0 40px;
}

.cm-products-kicker {
    color: #F36712;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.cm-products-title {
    color: #fff;
    font-size: clamp(24px, 2.9vw, 36px);
    font-weight: 500;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0;
}

.cm-products-desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0;
    padding-top: 6px;
    max-width: 38rem;
    margin-left: auto;
}

.cm-products-slider-outer {
    padding: 8px 0 56px;
    overflow: hidden;
}

.cm-products-slider-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.cm-products-slider-view {
    flex: 1;
    min-width: 0;
}

.cm-products-swiper {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 8px;
}

.cm-products-swiper .swiper-wrapper {
    height: auto;
    align-items: flex-start;
}

.cm-products-swiper .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

.cm-products-swiper .cm-blog-card {
    background: #fff;
    height: 100%;
}

.cm-products-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-decoration: none;
    color: inherit;
    height: auto;
    align-self: flex-start;
    width: 100%;
    transition: transform 0.2s ease;
}

.cm-products-card:hover {
    transform: translateY(-2px);
}

.cm-products-card-img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 0;
}

.cm-products-card-img {
    width: 100%;
    height: auto;
    max-height: none;
    display: block;
}

.cm-products-card-title {
    display: block;
    padding: 18px 4px 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #09162A;
}

.cm-products-card-desc {
    margin: 0;
    padding: 0 4px 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: #666;
}

.cm-products-section .cm-products-prev,
.cm-products-section .cm-products-next {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    transform: none !important;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #fff;
    color: #6b7280;
    box-shadow: none;
    transition: background 0.2s, color 0.2s;
    z-index: 2;
}

.cm-products-section .cm-products-prev:hover,
.cm-products-section .cm-products-next:hover {
    background: #F36712;
    color: #fff;
    box-shadow: none;
}

.cm-products-section .cm-products-prev::after,
.cm-products-section .cm-products-next::after {
    font-size: 15px;
    font-weight: 700;
}

.cm-products-section .swiper-button-disabled {
    opacity: 0.35;
}

@media (max-width: 991px) {
    .cm-products-desc {
        margin-left: 0;
        padding-top: 0;
        max-width: none;
    }

    .cm-products-title {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .cm-products-top {
        padding: 48px 0 28px;
    }

    .cm-products-section {
        background: linear-gradient(180deg, #09162A 0 58%, #eef1f5 58% 100%);
    }

    .cm-products-slider-outer {
        padding-bottom: 48px;
    }

    .cm-products-slider-frame {
        gap: 8px;
    }

    .cm-products-section .cm-products-prev,
    .cm-products-section .cm-products-next {
        width: 42px;
        height: 42px;
    }
}

/* Our products End */

/* Blog */
.cm-blog-section {
    background: #f4f6f8;
}

.cm-blog-head {
    margin-bottom: 0;
}

.cm-blog-kicker {
    color: #F36712;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.cm-blog-title {
    color: #09162A;
    font-size: clamp(26px, 3.2vw, 40px);
    font-weight: 500;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0;
}

.cm-blog-desc {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0;
    padding-top: 6px;
    max-width: 36rem;
    margin-left: auto;
}

.cm-blog-grid {
    margin-top: 40px;
}

.cm-blog-card {
    height: 100%;
}

.cm-blog-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
    transition: color 0.2s ease;
}

.cm-blog-card-link:hover .cm-blog-read {
    color: #F36712;
}

.cm-blog-card-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e8eaed;
}

.cm-blog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.cm-blog-card-date {
    position: absolute;
    left: 12px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: #F36712;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1;
}

.cm-blog-card-date svg {
    width: 16px;
}

.cm-blog-card-title {
    margin: 22px 0 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #09162A;
}

.cm-blog-card-excerpt {
    margin: 0 0 18px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.65;
    color: #666;
}

.cm-blog-read {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #09162A;
    transition: color 0.2s ease;
}

.cm-blog-read-arrow {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}

@media (max-width: 991px) {
    .cm-blog-desc {
        margin-left: 0;
        padding-top: 0;
        max-width: none;
    }

    .cm-blog-title {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .cm-blog-grid {
        margin-top: 32px;
    }

    .cm-blog-card-title {
        margin-top: 18px;
    }
}

/* Blog End */

/* Why choose us */
.cm-why-section {
    background: #fff;
}

.cm-why-media {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #eef1f5;
}

.cm-why-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.cm-why-kicker {
    color: #F36712;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.cm-why-title {
    color: #09162A;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 500;
    line-height: 1.18;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 22px;
    max-width: 22rem;
}

.cm-why-lead {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0 0 18px;
    max-width: 36rem;
}

.cm-why-lead:last-of-type {
    margin-bottom: 28px;
}

.cm-why-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: #F36712;
    background: transparent;
    border: 2px solid #F36712;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.cm-why-btn:hover {
    background: #F36712;
    color: #fff;
    border-color: #F36712;
}

@media (max-width: 991px) {
    .cm-why-title {
        max-width: none;
    }

    .cm-why-lead {
        max-width: none;
    }
}

@media (max-width: 575px) {
    .cm-why-title {
        font-size: 24px;
    }

    .cm-why-btn {
        width: 100%;
        max-width: 320px;
    }
}

/* Why choose us End */

/* What we do */
.cm-wedo-section {
    background: #09162A;
}

.cm-wedo-row {
    min-height: 0;
}

.cm-wedo-media {
    position: relative;
    min-height: 320px;
    height: 100%;
    background: #09162A;
    transform: translateY(-3rem);
}

.cm-wedo-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.cm-wedo-panel {
    background: #F36712;
    color: #fff;
    padding: 48px 40px 52px 48px;
    height: 100%;
    min-height: 100%;
}

.cm-wedo-kicker {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.95);
}

.cm-wedo-title {
    font-size: clamp(24px, 2.8vw, 36px);
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin: 0 0 22px;
    color: #fff;
    max-width: 22em;
}

.cm-wedo-lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.94);
    max-width: 48rem;
}

.cm-wedo-sep {
    border: 0;
    height: 1px;
    margin: 0 0 28px;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
}

.cm-wedo-grid {
    margin-top: 0;
}

.cm-wedo-item {
    padding-right: 8px;
}

.cm-wedo-icon-wrap {
    margin-bottom: 16px;
}

.cm-wedo-icon-wrap img {
    width: 56px;
    height: auto;
    max-width: 72px;
    display: block;
    filter: brightness(0) invert(1);
}

.cm-wedo-item-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 8px;
    color: #fff;
    line-height: 1.35;
}

.cm-wedo-item-sub {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.4;
}

.cm-wedo-item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 992px) {
    .cm-wedo-row {
        min-height: 440px;
    }

    .cm-wedo-media {
        min-height: 100%;
    }
}

@media (max-width: 991px) {
    .cm-wedo-media {
        min-height: 280px;
    }

    .cm-wedo-panel {
        padding: 40px 28px 44px;
    }
}

/* What we do End */

/* Content */
.zed-form-container {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 40px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.zed-form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #12314e, #e74c3c);
}

.zed-form-title {
    text-align: center;
    color: #2c3e50;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 500;
}

.zed-form-group {
    position: relative;
}

.zed-form-label {
    display: block;
    margin-bottom: 8px;
    color: #555;
    font-weight: 500;
    font-size: 16px;
}

.zed-form-input,
.zed-form-textarea {
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: rgb(225 229 233 / 12%);
}

.zed-form-input:focus,
.zed-form-textarea:focus {
    outline: none;
    border-color: #6CA5A3;
    background-color: rgb(225 229 233 / 12%);
    ;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.zed-form-textarea {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

.zed-form-error {
    color: #e74c3c;
    font-size: 16px;
    margin-top: 5px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.zed-form-error.zed-show-error {
    opacity: 1;
    transform: translateY(0);
}

.zed-form-input.zed-error,
.zed-form-textarea.zed-error {
    border-color: #e74c3c;
    background-color: #fdf2f2;
}

.zed-form-submit {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #6CA5A3 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.zed-form-submit:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

.zed-form-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.zed-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 16px 20px;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    z-index: 1000;
    transform: translateX(400px);
    transition: transform 0.3s ease;
}

.zed-toast.zed-success {
    background-color: #27ae60;
}

.zed-toast.zed-error {
    background-color: #e74c3c;
}

.zed-toast.zed-show {
    transform: translateX(0);
}

.zed-contact-info {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.zed-map-container {
    width: 100%;
    height: 350px;
    position: relative;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.zed-map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(0.3);
    transition: filter 0.3s ease;
}

.zed-map-container iframe:hover {
    filter: grayscale(0);
}

.zed-info-content {
    padding: 40px;
    position: relative;
}

.zed-info-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #12314e, #e74c3c);
}

.zed-info-title {
    font-size: 24px;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.zed-info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.zed-info-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.zed-info-icon {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    flex-shrink: 0;
    fill: #e34c3c;
}

.zed-info-details h4 {
    font-size: 16px;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 5px;
}

.zed-info-details p {
    color: #7f8c8d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.user-text h1 {
    color: #272727;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0;
    margin-bottom: 1.2rem;
}

.user-text h2 {
    color: #272727;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0;
    margin-bottom: 1.2rem;
}

.user-text h3 {
    color: #272727;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0;
    margin-bottom: 1.2rem;
}

.user-text h4 {
    color: #272727;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0;
    margin-bottom: 1.2rem;
}

.user-text h5 {
    color: #272727;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0;
    margin-bottom: 1.2rem;
}

.user-text p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.4;
}

.user-text span {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1rem;
    display: block;
}

.user-text ul {
    margin-left: 30px;
    margin-bottom: 1rem;
}

.user-text ul li {
    font-size: 16px;
    list-style: circle;
    font-weight: 400;
    line-height: 2
}

.user-text ol {
    margin-bottom: 1rem;
}

.user-text ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 2
}

.user-text table {
    width: 100%;
    margin-bottom: 20px
}

.user-text table tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}

.user-text table tr:nth-child(1) {
    font-weight: 500;
}

.user-text table tr:nth-child(1) td {
    line-height: 2;
    border-bottom: 1px solid #212529;
}

.user-text blockquote {
    border-left: 0.35rem solid #1da6e0;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
    background-color: #fbfbfb !important;
    line-height: 1.7;
}

.user-text blockquote p {
    margin-bottom: 0
}

.user-text img {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.user-text .hide-text {
    display: none;
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    background: #25d366;
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: box-shadow 0.2s;
    width: 56px;
    height: 56px;
}

.whatsapp-float svg {
    width: 32px;
    height: 32px;
    fill: #fff;
    display: block;
}

.whatsapp-float span {
    display: none;
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
    font-size: 16px;
}

.whatsapp-ribbon {
    position: absolute;
    top: -7px;
    right: -7px;
    background: #d61617;
    color: #fff;
    font-size: 12px !important;
    margin-left: 0 !important;
    font-weight: 500;
    border-radius: 12px;
    padding: 2px 7px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 2;
    display: none;
    animation: fadeInRibbon 0.5s;
}

@keyframes fadeInRibbon {
    from {
        opacity: 0;
        transform: scale(0.7);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.whatsapp-float.shake {
    animation: shakeWhatsapp 0.5s;
}

@keyframes shakeWhatsapp {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-4px);
    }

    40% {
        transform: translateX(4px);
    }

    60% {
        transform: translateX(-4px);
    }

    80% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0);
    }
}

/* Content End */


/* Footer */
.izo-footer {
    background: #fff;
}

.izo-footer-cta {
    background: var(--builza-black);
    padding: 22px 0;
}

.izo-footer-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.izo-footer-cta-title {
    font-family: "Exo", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--builza-white);
    margin: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.izo-footer-main {
    padding: 70px 0 60px;
    background: #fff;
}

.izo-footer-logo-link {
    display: inline-block;
    margin-bottom: 20px;
}

.izo-footer-logo {
    max-width: 170px;
    display: block;
    height: auto;
}

.izo-footer-desc {
    color: #6b7280;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0 0 28px;
    max-width: 320px;
}

.izo-footer-col-title {
    font-family: "Exo", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--builza-black);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 22px;
    padding-bottom: 10px;
    position: relative;
}

.izo-footer-col-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: var(--builza-base);
}

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

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

.izo-footer-list li:last-child {
    margin-bottom: 0;
}

.izo-footer-list li a {
    color: #4b5563;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    transition: color ease 0.2s, padding-left ease 0.2s;
    display: inline-block;
    text-decoration: none;
}

.izo-footer-list li a:hover {
    color: var(--builza-base);
    padding-left: 4px;
}

.izo-footer-social {
    display: flex;
    gap: 10px;
}

.izo-footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 6px;
    background: #f0f1f3;
    color: #8b94a3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background ease 0.25s, color ease 0.25s, transform ease 0.25s;
}

.izo-footer-social a:hover {
    background: var(--builza-base);
    color: var(--builza-white);
    transform: translateY(-2px);
}

.izo-footer-copyright {
    background: #fff;
    padding: 22px 0 26px;
    border-top: 1px solid #eef0f3;
}

.izo-footer-copyright-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.izo-footer-copyright p {
    color: #6b7280;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.izo-footer-credit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.izo-footer-credit .web-tasarim {
    color: #6b7280;
    font-size: 14px;
    font-weight: 400;
    transition: color ease 0.3s;
    text-decoration: none;
}

.izo-footer-credit .web-tasarim:hover {
    color: var(--builza-base);
}

.izo-footer-credit .zedtech-logo {
    height: 14px;
    opacity: 0.55;
    transition: opacity ease 0.3s;
}

.izo-footer-credit .zedtech-logo:hover {
    opacity: 1;
}

@media (max-width: 991px) {
    .izo-footer-cta-title {
        font-size: 18px;
    }

    .izo-footer-main {
        padding: 55px 0 40px;
    }
}

@media (max-width: 575px) {
    .izo-footer-cta-inner {
        justify-content: center;
        text-align: center;
    }

    .izo-footer-cta-title {
        font-size: 16px;
        letter-spacing: 0.06em;
    }

    .izo-footer-main {
        padding: 45px 0 30px;
    }

    .izo-footer-copyright-inner {
        justify-content: center;
        text-align: center;
    }
}

/* Footer End */

/* Modal */
.modal .modal-body {
    height: 500px;
    overflow-y: scroll;
}

.modal .modal-body p {
    font-size: 16px;
    font-weight: 400
}

.modal .modal-body h3 {
    font-size: 1.4rem;
    font-weight: 500;
}

.modal .modal-body ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

.modal .modal-body ul li {
    font-size: 16px;
    font-weight: 400;
    list-style: circle;
}

.modal .modal-body ol li {
    font-size: 16px;
    font-weight: 400;
}

.modal .modal-body a {
    color: #3AAA35;
    font-weight: 400
}

.modal .modal-body label {
    font-weight: 500
}

.modal .modal-body .teklif-al {
    background: #3AAA35;
    color: #fff;
    float: right;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.modal .modal-body .teklif-al i {
    margin-right: 7px;
    font-size: 12px
}

.modal-header .btn-close:focus {
    outline: none;
    box-shadow: none;
}

/* Modal End */



/* Responsive */

@media only screen and (min-width: 992px) {
    .container {
        width: 90%;
    }

    .product-swiper .swiper-pagination {
        display: none;
    }

    .cm-about-person {
        margin-bottom: -6rem;
    }
}

@media only screen and (min-width: 1440px) {
    .container {
        max-width: 1360px;
    }
}

@media only screen and (max-width: 1200px) {
    .tmp-header-right {
        gap: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .table-hide {
        display: none;
    }

    .container {
        max-width: 90%;
    }

    .py-set {
        padding: 3rem 0;
    }

    .about-gallery .gallery-wrapper .gallery-space {
        display: none;
    }

    .video-box .video-header .right {
        width: 70%;
    }

    .hizmetlerimiz-menu {
        margin-bottom: 24px;
    }

    .faq-image img {
        margin-bottom: 1.5rem;
    }

    .header-defalut-spacing {
        padding: 15px 0;
    }

    .banner-style-10 {
        padding-top: 130px;
        padding-bottom: 60px;
    }

    .banner-style-10 .banner-title {
        font-size: 52px;
    }

    .banner-style-10 .banner-title .banner-title-sup {
        font-size: 26px;
    }

    .mb_mdsm--30 {
        margin-bottom: 30px;
    }

    .cm-footer-second-inner {
        flex-direction: column;
        gap: 36px;
    }

    .cm-footer-cta-title {
        font-size: 20px;
    }

    .doctor-service {
        margin: 0;
        border-radius: 0;
    }

    .cm-hero-swiper {
        height: 460px;
    }

    .cm-hero-title {
        font-size: 44px;
    }

    .cm-hero-content {
        margin-left: 0;
        margin-right: auto;
    }

    .cm-feat-card {
        padding: 32px 24px 28px;
    }

    .cm-features-section>.container,
    .cm-features-section::after,
    .cm-wedo-media {
        transform: translateY(0);
    }
}


@media only screen and (max-width: 768px) {
    footer .container {
        max-width: 95%;
    }

    header .header-top {
        display: none;
    }

    header .header-7-24-link {
        display: none;
    }

    header.set-header nav .brand-logo img {
        height: 60px;
        transition: all ease 200ms;
    }

    .hero-content h2 {
        font-size: 22px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .t-quote {
        font-size: 17px;
    }

    .t-card {
        width: 90%;
    }

    .slider-content .title {
        font-size: 2.25rem;
    }

    .slider-content .text {
        font-size: 1rem;
    }

    .content-header .title {
        font-size: 1.5rem;
    }

    .content-header .text {
        font-size: 1rem;
    }

    .custom-form-container {
        margin-top: 0;
    }

    .zed-contact-page {
        padding: 20px 10px;
    }

    .zed-form-container,
    .zed-info-content {
        padding: 30px 20px;
    }

    .zed-page-title {
        font-size: 28px;
    }

    .zed-page-subtitle {
        font-size: 16px;
    }

    .zed-map-container {
        height: 250px;
    }

    .bg-pattern {
        width: 100px;
    }

    .hero-slider-section .slide-img {
        height: 500px;
    }

    .hero-content .text-box .slide-title {
        font-size: 35px;
    }

    *[data-aos-delay] {
        transition-delay: 0 !important;
    }

    .page-title .title-text {
        width: calc(100% - 140px);
    }

    .product-card {
        height: 310px;
    }
}

@media only screen and (max-width: 570px) {
    .container {
        width: 95%;
    }

    .page-hero {
        justify-content: flex-end;
        height: 300px;
        background-position: left bottom;
        background-size: 220%;
        padding-top: 0;
    }

    .page-hero .ustm-title {
        font-size: 25px;
    }

    .bread-crumbs li a {
        font-size: 16px;
    }

    .whatsapp-dekstop {
        display: none;
    }

    .whatsapp-mobil {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        width: 100%;
        bottom: 0;
        height: 40px;
        background: #25D366;
        text-align: center;
        color: #fff;
        z-index: 10;
        font-size: 16px;
        font-weight: 500;
    }

    .whatsapp-mobil i {
        font-size: 24px;
        margin-right: 7px;
    }

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

    footer .brand-logo {
        margin-bottom: 1.5rem;
        display: block;
    }

    footer .footer-social li a {
        margin-top: 1rem;
    }

    .py-set {
        padding: 3em 0;
    }

    .feature-card {
        margin-bottom: 1.5rem;
    }

    .main-about .rounded-3 {
        margin-bottom: 1rem;
    }

    footer .footer-call {
        justify-content: center;
    }

    footer .header-social {
        margin-bottom: 1.5rem;
    }

    .page-hero .page-hero-content .hero-title {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }

    .page-hero .page-hero-content {
        padding: 2rem .5rem;
    }

    .page-hero .page-hero-content .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .page-hero .tertiary-button {
        font-size: 16px;
        font-weight: 500;
        padding: 10px 20px;
    }

    .primary-button {
        font-size: 16px;
        font-weight: 500;
        padding: 7px 21px;
    }

    .user-text p {
        font-size: 16px;
    }

    footer h5 {
        font-size: 1rem;
    }

    footer .footer-copyright {
        height: auto;
    }

    footer .footer-copyright .left {
        text-align: center;
        display: block;
        font-size: 16px;
        float: none;
    }

    footer .footer-copyright .right {
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 1rem;
        align-items: center;
        margin-top: 1rem;
    }

    footer .footer-copyright .right .web-tasarim {
        margin: 0 !important;
    }

    footer .footer-copyright .right a {
        margin-right: 0;
        display: block;
        float: none;
        margin: auto;
    }

    .whatsapp-float {
        right: 0;
        left: 0;
        bottom: 0;
        width: 100vw;
        height: 50px;
        border-radius: 0;
        justify-content: center;
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.10);
    }

    .whatsapp-float span {
        display: inline;
        font-weight: 400;
    }

    .whatsapp-ribbon {
        display: none !important;
    }

    .zed-underline .underline-text span.d-none {
        display: none !important;
    }

    .treatment-card__title {
        font-size: 22px;
        font-weight: 500;
    }

    .treatment-card__subtitle {
        font-size: 16px;
        font-weight: 500;
    }

    .page-title .title-text {
        width: calc(100% - 70px);
        margin-left: 0;
        text-align: left;
    }

    .references-card {
        padding: 2.5rem .5rem;
    }

    .video-box .video-header {
        flex-direction: column;
        align-items: center;
    }

    .video-box .video-header .right {
        width: 100%;
    }

    .video-box .video-header h3 {
        width: 100%;
    }

    .video-box .video-header h3 span {
        display: inline;
    }

    #faqAccordion .accordion-button,
    #faqAccordion .accordion-body {
        padding-left: 1rem;
        padding-right: 1rem;
    }

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

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 0px);
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 0px);
    }

    .hero-content .text-box {
        padding: 0;
    }

    .page-title .title {
        font-size: 22px;
    }

    .page-title .sup-title {
        font-size: 16px;
        margin-bottom: .5rem;
        font-weight: 500;
    }

    .cta-section .cta-title {
        font-size: 22px;
    }

    .cta-section .cta-text {
        width: 100%;
    }

    .logo img {
        max-width: 210px;
    }

    .tmp-btn.btn-border {
        display: none;
    }

    .sidenav-toogle {
        width: 40px;
        height: 40px;
    }

    .banner-style-10 {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .banner-style-10 .banner-title {
        font-size: 38px;
    }

    .banner-style-10 .banner-title .banner-title-sup {
        font-size: 20px;
    }

    .banner-style-10 .banner-desc {
        font-size: 16px;
        font-weight: 400;
    }

    .banner-style-10 .banner-social a {
        width: 38px;
        height: 38px;
    }

    .banner-content {
        padding-top: 40px;
    }

    .cm-hero-swiper {
        height: 360px;
    }

    .cm-hero-title {
        font-size: 32px;
    }

    .cm-hero-subtitle {
        font-size: 16px;
    }

    .cm-hero-prev,
    .cm-hero-next {
        display: none;
    }
}

@media only screen and (max-width: 350px) {
    .logo img {
        max-width: 90px;
    }
}

/* Responsive End */

/* Animations */
.rotate-center {
    -webkit-animation: rotate-center 3s linear infinite both;
    animation: rotate-center 3s linear infinite both;
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.detay-meta-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.detay-meta-badge {
    font-size: 16px;
    font-weight: 500;
    color: #93F2FF;
    background: rgba(147, 242, 255, 0.08);
    border: 1px solid rgba(147, 242, 255, 0.2);
    border-radius: 4px;
    padding: 4px 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.detay-meta-year {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.35);
    margin-left: 4px;
}

.detay-body-highlight {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

/* Animations End */

/* Products Section */
.izo-products {
    position: relative;
    background: #F5F5F5;
    overflow: hidden;
}

.izo-products > .container {
    position: relative;
    z-index: 1;
}

.izo-products-head {
    margin-bottom: 38px;
    max-width: 760px;
}

.izo-products-eyebrow {
    display: inline-block;
    color: var(--builza-base);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 14px;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--builza-base);
}

.izo-products-title {
    font-family: "Exo", sans-serif;
    font-size: clamp(26px, 2.6vw, 36px);
    font-weight: 700;
    color: var(--builza-black);
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0;
}

.izo-products-slider-frame {
    position: relative;
}

.izo-products-swiper {
    overflow: hidden;
    padding-bottom: 8px;
}

.izo-products-swiper .swiper-slide {
    height: auto;
}

.izo-product-card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 6;
    border-radius: 6px;
    overflow: hidden;
    background: #1a1f2c;
    text-decoration: none;
    color: inherit;
    isolation: isolate;
}

.izo-product-card:hover {
    color: inherit;
}

.izo-product-card-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.izo-product-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
    filter: brightness(0.92);
}

.izo-product-card:hover .izo-product-card-media img {
    transform: scale(1.08);
    filter: brightness(1);
}

.izo-product-card-overlay {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 18px 18px 20px;
    background: var(--builza-base);
    color: var(--builza-white);
    border-radius: 4px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    transform: translateY(calc(100% + 24px));
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
    will-change: transform, opacity;
}

.izo-product-card:hover .izo-product-card-overlay {
    transform: translateY(0);
    opacity: 1;
}

.izo-product-card-info {
    min-width: 0;
}

.izo-product-card-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 6px;
}

.izo-product-card-title {
    font-family: "Exo", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--builza-white);
    line-height: 1.15;
    margin: 0;
    letter-spacing: -0.01em;
}

.izo-product-card-arrow {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--builza-black);
    color: var(--builza-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s ease, background 0.3s ease;
}

.izo-product-card:hover .izo-product-card-arrow {
    transform: rotate(-45deg);
}

.izo-products-pagination {
    margin-top: 36px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.izo-products-pagination .swiper-pagination-bullet {
    width: 26px;
    height: 4px;
    border-radius: 999px;
    background: rgba(14, 18, 29, 0.18);
    opacity: 1;
    margin: 0 !important;
    transition: background 0.3s ease, width 0.3s ease;
}

.izo-products-pagination .swiper-pagination-bullet-active {
    background: var(--builza-base);
    width: 36px;
}

@media (max-width: 991px) {
    .izo-products-head {
        margin-bottom: 30px;
    }

    .izo-product-card-overlay {
        transform: translateY(0);
        opacity: 1;
    }

    .izo-product-card-media img {
        transform: scale(1.04);
        filter: brightness(1);
    }
}

@media (max-width: 575px) {
    .izo-product-card-title {
        font-size: 16px;
    }
}

/* Category - Products Grid Section */
.izo-products-grid-section {
    position: relative;
    background-color: var(--builza-white);
}

.izo-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.izo-product-tile {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: #1a1d28;
    box-shadow: 0 14px 38px -22px rgba(14, 18, 29, 0.45);
    isolation: isolate;
}

.izo-product-tile-img {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.izo-product-tile-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(14, 18, 29, 0) 35%, rgba(14, 18, 29, 0.45) 100%);
    pointer-events: none;
}

.izo-product-tile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
    filter: brightness(0.95);
}

.izo-product-tile:hover .izo-product-tile-img img {
    transform: scale(1.06);
    filter: brightness(1.02);
}

.izo-product-tile-foot {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    background: var(--builza-white);
    border-radius: 4px;
    padding: 10px 10px 10px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    box-shadow: 0 10px 26px -16px rgba(14, 18, 29, 0.35);
    transition: transform 0.4s ease;
}

.izo-product-tile:hover .izo-product-tile-foot {
    transform: translateY(-3px);
}

.izo-product-tile-name {
    font-family: "Exo", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--builza-black);
    line-height: 1.2;
    letter-spacing: -0.01em;
    flex: 1;
    min-width: 0;
}

.izo-product-tile-arrow {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 4px;
    background: var(--builza-base);
    color: var(--builza-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s ease, background 0.3s ease;
}

.izo-product-tile:hover .izo-product-tile-arrow {
    background: var(--builza-black);
    transform: translateX(3px);
}

@media (max-width: 991px) {
    .izo-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .izo-product-tile-foot {
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 9px 9px 9px 14px;
    }

    .izo-product-tile-name {
        font-size: 14px;
    }

    .izo-product-tile-arrow {
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 575px) {
    .izo-products-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .izo-product-tile {
        aspect-ratio: 16 / 11;
    }
}

/* Product Detail (urun-detay) */
.izo-pd {
    background-color: var(--builza-white);
}

.izo-pd-grid {
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 36px;
    align-items: start;
}

/* Sidebar */
.izo-pd-sidebar {
    display: flex;
    flex-direction: column;
    gap: 26px;
    position: sticky;
    top: 40px;
}

.izo-pd-cats {
    background-color: #FFF7F0;
    border: 1px solid rgba(232, 75, 12, 0.16);
    border-radius: 6px;
    padding: 22px 22px 14px;
}

.izo-pd-cats-title {
    font-family: "Exo", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--builza-black);
    letter-spacing: -0.01em;
    margin: 0 0 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(14, 18, 29, 0.08);
    position: relative;
}

.izo-pd-cats-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 38px;
    height: 2px;
    background: var(--builza-base);
}

.izo-pd-cats-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.izo-pd-cat-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    background: var(--builza-white);
    border-radius: 4px;
    text-decoration: none;
    color: var(--builza-black);
    font-family: "Exo", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    border: 1px solid rgba(14, 18, 29, 0.06);
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.izo-pd-cat-item:hover {
    background: var(--builza-black);
    color: var(--builza-white);
    border-color: var(--builza-black);
    transform: translateX(2px);
}

.izo-pd-cat-item.is-active {
    background: var(--builza-base);
    color: var(--builza-white);
    border-color: var(--builza-base);
}

.izo-pd-cat-arrow {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(14, 18, 29, 0.06);
    color: inherit;
    transition: background 0.25s ease, color 0.25s ease;
}

.izo-pd-cat-item:hover .izo-pd-cat-arrow,
.izo-pd-cat-item.is-active .izo-pd-cat-arrow {
    background: rgba(255, 255, 255, 0.18);
    color: var(--builza-white);
}

/* Quote (Hızlıca Teklif Al) */
.izo-pd-quote {
    position: relative;
    background-color: var(--builza-black);
    color: var(--builza-white);
    border-radius: 6px;
    padding: 30px 26px 28px;
    text-align: center;
    overflow: hidden;
    isolation: isolate;
}

.izo-pd-quote::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/cta-shape-bg.png);
    background-size: cover;
    background-position: center;
    opacity: 0.06;
    z-index: -1;
}

.izo-pd-quote-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--builza-base);
    color: var(--builza-white);
    margin-bottom: 14px;
    box-shadow: 0 0 0 6px rgba(232, 75, 12, 0.18);
}

.izo-pd-quote-eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: var(--builza-base);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.izo-pd-quote-text {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.72);
    margin: 0 0 14px;
}

.izo-pd-quote-phone {
    display: block;
    font-family: "Exo", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--builza-white);
    text-decoration: none;
    margin-bottom: 18px;
    letter-spacing: -0.01em;
    transition: color 0.25s ease;
}

.izo-pd-quote-phone:hover {
    color: var(--builza-base);
}

.izo-pd-quote-btn {
    width: 100%;
    justify-content: center;
}

/* Main */
.izo-pd-main {
    min-width: 0;
}

.izo-pd-hero-img {
    width: 100%;
    aspect-ratio: 16 / 8.6;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 28px;
    background-color: #f1f2f4;
}

.izo-pd-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.izo-pd-title {
    font-family: "Exo", sans-serif;
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 700;
    color: var(--builza-black);
    letter-spacing: -0.01em;
    margin: 0 0 18px;
    line-height: 1.2;
}

.izo-pd-lead {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(14, 18, 29, 0.78);
    margin: 0 0 16px;
}

.izo-pd-text {
    font-size: 14.5px;
    line-height: 1.7;
    color: rgba(14, 18, 29, 0.7);
    margin: 0 0 20px;
}

.izo-pd-checks {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 24px;
}

.izo-pd-checks li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--builza-black);
    line-height: 1.45;
}

.izo-pd-check {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--builza-base);
    color: var(--builza-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

/* Gallery */
.izo-pd-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin: 6px 0 32px;
}

.izo-pd-gallery-item {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.izo-pd-gallery-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    overflow: hidden;
    background-color: #f1f2f4;
}

.izo-pd-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.izo-pd-gallery-item:hover .izo-pd-gallery-img img {
    transform: scale(1.04);
}

.izo-pd-gallery-item figcaption h4 {
    font-family: "Exo", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--builza-black);
    margin: 0 0 6px;
    letter-spacing: -0.01em;
}

.izo-pd-gallery-item figcaption p {
    font-size: 13.5px;
    line-height: 1.55;
    color: rgba(14, 18, 29, 0.62);
    margin: 0;
}

/* FAQ inside product detail */
.izo-pd-faq {
    margin-top: 8px;
}

.izo-pd-faq-list {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .izo-pd-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .izo-pd-sidebar {
        position: static;
        top: auto;
    }

    .izo-pd-checks {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .izo-pd-hero-img {
        aspect-ratio: 16 / 10;
        margin-bottom: 22px;
    }

    .izo-pd-gallery {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .izo-pd-quote {
        padding: 26px 20px 24px;
    }

    .izo-pd-quote-phone {
        font-size: 18px;
    }
}

/* Search Results (search-result) */
.izo-sr {
    background-color: var(--builza-white);
}

.izo-sr-head {
    margin-bottom: 30px;
}

.izo-sr-form {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 10px;
    background-color: var(--builza-white);
    border: 1px solid #ECECEC;
    border-radius: 6px;
    padding: 8px 8px 8px 50px;
    box-shadow: 0 18px 40px -28px rgba(14, 18, 29, 0.18);
}

.izo-sr-form-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(14, 18, 29, 0.45);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.izo-sr-form input {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    padding: 14px 6px;
    font-family: inherit;
    font-size: 15px;
    color: var(--builza-black);
    outline: none;
}

.izo-sr-form input::placeholder {
    color: #9CA3AF;
}

.izo-sr-form .thm-btn {
    flex-shrink: 0;
    border: 0;
}

.izo-sr-summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(14, 18, 29, 0.08);
}

.izo-sr-summary-title {
    font-family: "Exo", sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--builza-black);
    letter-spacing: -0.01em;
    margin: 0;
}

.izo-sr-summary-term,
.izo-sr-summary-count {
    color: var(--builza-base);
    font-weight: 700;
}

.izo-sr-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.izo-sr-filter {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background-color: #F5F5F5;
    color: var(--builza-black);
    border: 1px solid #ECECEC;
    border-radius: 4px;
    font-family: "Exo", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    cursor: pointer;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.izo-sr-filter span {
    min-width: 22px;
    height: 20px;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--builza-white);
    color: var(--builza-black);
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    border: 1px solid rgba(14, 18, 29, 0.08);
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.izo-sr-filter:hover {
    background-color: var(--builza-black);
    color: var(--builza-white);
    border-color: var(--builza-black);
}

.izo-sr-filter:hover span {
    background-color: rgba(255, 255, 255, 0.16);
    color: var(--builza-white);
    border-color: transparent;
}

.izo-sr-filter.is-active {
    background-color: var(--builza-base);
    color: var(--builza-white);
    border-color: var(--builza-base);
}

.izo-sr-filter.is-active span {
    background-color: rgba(255, 255, 255, 0.18);
    color: var(--builza-white);
    border-color: transparent;
}

.izo-sr-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
}

.izo-sr-grid > .izo-blog-card,
.izo-sr-grid > .izo-product-tile {
    width: 100%;
    min-width: 0;
}

.izo-sr-card-tag {
    margin-left: auto;
    padding: 2px 8px;
    background-color: rgba(232, 75, 12, 0.10);
    color: var(--builza-base);
    border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.izo-sr-empty {
    text-align: center;
    padding: 60px 20px;
    background-color: #FAFAFA;
    border: 1px dashed #ECECEC;
    border-radius: 6px;
}

.izo-sr-empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: rgba(232, 75, 12, 0.10);
    color: var(--builza-base);
    margin-bottom: 16px;
}

.izo-sr-empty h3 {
    font-family: "Exo", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--builza-black);
    margin: 0 0 8px;
}

.izo-sr-empty p {
    font-size: 14px;
    color: rgba(14, 18, 29, 0.62);
    margin: 0;
    max-width: 420px;
    margin-inline: auto;
}

@media (max-width: 991px) {
    .izo-sr-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .izo-sr-summary {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .izo-sr-form {
        flex-wrap: wrap;
        padding: 8px 8px 8px 44px;
    }

    .izo-sr-form-icon {
        left: 14px;
    }

    .izo-sr-form input {
        flex: 1 1 100%;
        order: 1;
    }

    .izo-sr-form .thm-btn {
        order: 2;
        margin-left: auto;
    }

    .izo-sr-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

/* Blog Detail (blog-alt) */
.izo-bd {
    background-color: var(--builza-white);
}

.izo-bd-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(260px, 28vw, 340px);
    gap: 36px;
    align-items: start;
}

/* Main article */
.izo-bd-main {
    min-width: 0;
    grid-column: 1;
}

.izo-bd-hero-img {
    width: 100%;
    aspect-ratio: 16 / 8.6;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 24px;
    background-color: #f1f2f4;
}

.izo-bd-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.izo-bd-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-bottom: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(14, 18, 29, 0.08);
}

.izo-bd-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 600;
    color: rgba(14, 18, 29, 0.65);
    text-decoration: none;
    transition: color 0.25s ease;
}

a.izo-bd-meta-item:hover {
    color: var(--builza-base);
}

.izo-bd-meta-icon {
    width: 22px;
    height: 22px;
    background-color: var(--builza-base);
    color: var(--builza-white);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.izo-bd-title {
    font-family: "Exo", sans-serif;
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 700;
    color: var(--builza-black);
    letter-spacing: -0.01em;
    line-height: 1.22;
    margin: 0 0 18px;
}

.izo-bd-lead {
    font-size: 15.5px;
    line-height: 1.7;
    color: rgba(14, 18, 29, 0.8);
    margin: 0 0 18px;
    font-weight: 500;
}

.izo-bd-text {
    font-size: 14.5px;
    line-height: 1.75;
    color: rgba(14, 18, 29, 0.68);
    margin: 0 0 18px;
}

.izo-bd-subtitle {
    font-family: "Exo", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--builza-black);
    letter-spacing: -0.01em;
    line-height: 1.3;
    margin: 24px 0 14px;
    padding-left: 14px;
    position: relative;
}

.izo-bd-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 4px;
    border-radius: 2px;
    background: var(--builza-base);
}

.izo-bd-list {
    list-style: none;
    padding: 0;
    margin: 4px 0 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.izo-bd-list li {
    position: relative;
    padding-left: 26px;
    font-size: 14.5px;
    line-height: 1.55;
    color: var(--builza-black);
    font-weight: 500;
}

.izo-bd-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--builza-base);
    box-shadow: inset 0 0 0 3px var(--builza-white);
}

.izo-bd-quote {
    position: relative;
    margin: 22px 0;
    padding: 28px 28px 24px 84px;
    background: #FFF7F0;
    border-left: 3px solid var(--builza-base);
    border-radius: 4px;
}

.izo-bd-quote-mark {
    position: absolute;
    top: 22px;
    left: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--builza-base);
    color: var(--builza-white);
    box-shadow: 0 10px 24px -10px rgba(232, 75, 12, 0.55);
}

.izo-bd-quote-mark svg {
    width: 22px;
    height: 22px;
    display: block;
}

.izo-bd-quote p {
    font-size: 15px;
    line-height: 1.65;
    font-style: italic;
    color: var(--builza-black);
    margin: 0 0 10px;
    font-weight: 500;
}

.izo-bd-quote cite {
    font-style: normal;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--builza-base);
    letter-spacing: 0.02em;
}

.izo-bd-inline-img {
    margin: 18px 0 22px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #f1f2f4;
}

.izo-bd-inline-img img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 8;
    object-fit: cover;
}

.izo-bd-inline-caption {
    display: block;
    padding: 10px 14px;
    background: #FAFAFA;
    font-size: 12.5px;
    color: rgba(14, 18, 29, 0.62);
    font-weight: 500;
    text-align: center;
    border-top: 1px solid #ECECEC;
}

/* Footer (tags + share) */
.izo-bd-footer {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(14, 18, 29, 0.08);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.izo-bd-tags,
.izo-bd-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.izo-bd-tags-label,
.izo-bd-share-label {
    font-family: "Exo", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--builza-black);
    margin-right: 4px;
}

.izo-bd-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    background-color: #F5F5F5;
    color: var(--builza-black);
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #ECECEC;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.izo-bd-tag:hover {
    background-color: var(--builza-base);
    color: var(--builza-white);
    border-color: var(--builza-base);
}

.izo-bd-share a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #F5F5F5;
    color: var(--builza-black);
    border: 1px solid #ECECEC;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.izo-bd-share a:hover {
    background-color: var(--builza-base);
    color: var(--builza-white);
    border-color: var(--builza-base);
    transform: translateY(-2px);
}

/* Sidebar */
.izo-bd-sidebar {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    gap: 22px;
    position: sticky;
    top: 40px;
}

.izo-bd-widget {
    background-color: var(--builza-white);
    border: 1px solid #ECECEC;
    border-radius: 6px;
    padding: 22px;
}

.izo-bd-widget-title {
    font-family: "Exo", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--builza-black);
    letter-spacing: -0.01em;
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(14, 18, 29, 0.08);
    position: relative;
}

.izo-bd-widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 38px;
    height: 2px;
    background: var(--builza-base);
}

/* Search widget */
.izo-bd-search {
    padding: 0;
    border: 0;
    background: transparent;
}

.izo-bd-search-form {
    position: relative;
}

.izo-bd-search-form input {
    width: 100%;
    padding: 14px 50px 14px 16px;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    background-color: var(--builza-white);
    font-family: inherit;
    font-size: 14px;
    color: var(--builza-black);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.izo-bd-search-form input::placeholder {
    color: #9CA3AF;
}

.izo-bd-search-form input:focus {
    outline: none;
    border-color: var(--builza-base);
    box-shadow: 0 0 0 3px rgba(232, 75, 12, 0.10);
}

.izo-bd-search-form button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 4px;
    background-color: var(--builza-base);
    color: var(--builza-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.25s ease;
}

.izo-bd-search-form button:hover {
    background-color: var(--builza-black);
}

/* Categories widget */
.izo-bd-cats {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.izo-bd-cats a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background-color: transparent;
    border-radius: 4px;
    color: var(--builza-black);
    font-family: "Exo", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.izo-bd-cats a:hover {
    background-color: #FFF7F0;
    color: var(--builza-base);
    border-color: rgba(232, 75, 12, 0.15);
    transform: translateX(3px);
}

.izo-bd-cats-count {
    flex-shrink: 0;
    min-width: 28px;
    height: 22px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--builza-base);
    color: var(--builza-white);
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

/* Recent posts */
.izo-bd-recent {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.izo-bd-recent a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.izo-bd-recent-img {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f1f2f4;
}

.izo-bd-recent-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.izo-bd-recent a:hover .izo-bd-recent-img img {
    transform: scale(1.08);
}

.izo-bd-recent-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.izo-bd-recent-date {
    font-size: 11.5px;
    color: rgba(14, 18, 29, 0.55);
    font-weight: 600;
    letter-spacing: 0.02em;
}

.izo-bd-recent-title {
    font-family: "Exo", sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--builza-black);
    line-height: 1.35;
    letter-spacing: -0.01em;
    transition: color 0.25s ease;
}

.izo-bd-recent a:hover .izo-bd-recent-title {
    color: var(--builza-base);
}

/* Tag cloud (sidebar widget) */
.izo-bd-widget-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

@media (max-width: 767px) {
    .izo-bd-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .izo-bd-main,
    .izo-bd-sidebar {
        grid-column: 1;
    }

    .izo-bd-sidebar {
        position: static;
        top: auto;
    }
}

@media (max-width: 575px) {
    .izo-bd-hero-img {
        aspect-ratio: 16 / 10;
        margin-bottom: 18px;
    }

    .izo-bd-meta {
        gap: 12px;
    }

    .izo-bd-quote {
        padding: 24px 18px 18px 70px;
    }

    .izo-bd-quote-mark {
        width: 38px;
        height: 38px;
        top: 18px;
        left: 14px;
    }

    .izo-bd-quote-mark svg {
        width: 18px;
        height: 18px;
    }

    .izo-bd-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .izo-bd-widget {
        padding: 18px;
    }
}

/* Video CTA Section */
.izo-video {
    position: relative;
    display: block;
    background-color: var(--builza-black);
    overflow: hidden;
    isolation: isolate;
}

.izo-video-bg {
    position: absolute;
    inset: 0;
    background-image: url(../images/video-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.28;
    z-index: -2;
}

.izo-video-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(900px 480px at 50% 50%, rgba(14, 18, 29, 0) 0%, rgba(14, 18, 29, 0.55) 60%, rgba(14, 18, 29, 0.85) 100%),
        linear-gradient(180deg, rgba(14, 18, 29, 0.45) 0%, rgba(14, 18, 29, 0.65) 100%);
    z-index: -1;
}

.izo-video-inner {
    position: relative;
    display: block;
    text-align: center;
}

.izo-video-box {
    position: relative;
    display: inline-block;
}

.izo-video-play {
    position: relative;
    display: inline-block;
    z-index: 5;
    text-decoration: none;
    color: inherit;
    line-height: 0;
}

.izo-video-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--builza-white);
    color: var(--builza-base);
    transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease;
}

.izo-video-icon svg {
    margin-left: 3px;
}

.izo-video-play:hover .izo-video-icon {
    background-color: var(--builza-base);
    color: var(--builza-white);
    transform: scale(1.06);
}

.izo-video-icon::before {
    content: "";
    position: absolute;
    inset: -12px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    pointer-events: none;
}

.izo-video-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 94px;
    height: 94px;
    margin: -47px 0 0 -47px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    animation: izoVideoRing 2.9s linear 0s infinite;
}

.izo-video-ring--2 {
    animation-delay: 1s;
}

.izo-video-ring--3 {
    animation-delay: 2s;
}

@keyframes izoVideoRing {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        opacity: 0.35;
    }
    100% {
        transform: scale(2.1);
        opacity: 0;
    }
}

.izo-video-title-box {
    position: relative;
    display: block;
    margin-top: 56px;
}

.izo-video-title {
    font-family: "Exo", sans-serif;
    color: var(--builza-white);
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 0;
}

@media (max-width: 991px) {
    .izo-video-title-box {
        margin-top: 44px;
    }
}

@media (max-width: 575px) {
    .izo-video-icon {
        width: 60px;
        height: 60px;
    }

    .izo-video-ring {
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px;
    }

    .izo-video-title-box {
        margin-top: 36px;
    }
}

/* Stats / Why Us Section */
.izo-stats {
    position: relative;
    background: #F5F5F5;
    overflow: hidden;
    padding-bottom: 5rem;
}

.izo-stats > .container {
    position: relative;
    z-index: 1;
}

.izo-stats-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.izo-stats-head-left {
    max-width: 600px;
}

.izo-stats-eyebrow {
    display: inline-block;
    color: var(--builza-base);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 14px;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--builza-base);
}

.izo-stats-title {
    font-family: "Exo", sans-serif;
    font-size: clamp(26px, 2.6vw, 36px);
    font-weight: 700;
    color: var(--builza-black);
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0;
}

.izo-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.izo-stat-card {
    position: relative;
    background: var(--builza-black);
    border-radius: 10px;
    padding: 70px 22px 36px;
    text-align: center;
    transition: transform ease 0.35s, box-shadow ease 0.35s;
}

.izo-stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px -22px rgba(14, 18, 29, 0.55);
}

.izo-stat-icon {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: var(--builza-base);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px -12px rgba(243, 103, 18, 0.55);
    border: 4px solid #f5f5f5;
}

.izo-stat-icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.izo-stat-number {
    font-family: "Exo", sans-serif;
    font-size: clamp(34px, 3.4vw, 46px);
    font-weight: 700;
    color: var(--builza-white);
    line-height: 1;
    margin-bottom: 22px;
    letter-spacing: -0.01em;
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
}

.izo-stat-plus {
    color: var(--builza-base);
    font-weight: 700;
}

.izo-stat-label {
    display: inline-block;
    background: #000;
    color: var(--builza-white);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 9px 18px;
    border-radius: 10px;
    white-space: nowrap;
    position: absolute;
    bottom: -20px;
    left: 20px;
    border: 4px solid #f5f5f5;
    width: calc(100% - 40px);
}

@media (max-width: 991px) {
    .izo-stats-head {
        margin-bottom: 60px;
    }

    .izo-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 22px;
    }
}

@media (max-width: 575px) {
    .izo-stats-head {
        margin-bottom: 50px;
    }

    .izo-stats-grid {
        grid-template-columns: 1fr;
        gap: 60px;
        max-width: 320px;
        margin: 0 auto;
    }

    .izo-stats-head-right .thm-btn {
        margin-top: 4px;
    }
}

/* Certificates Section */
.izo-certs {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.izo-certs-head {
    text-align: center;
    margin-bottom: 100px;
}

.izo-certs-eyebrow {
    display: inline-block;
    color: var(--builza-base);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 14px;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--builza-base);
}

.izo-certs-title {
    font-family: "Exo", sans-serif;
    font-size: clamp(26px, 2.6vw, 36px);
    font-weight: 700;
    color: var(--builza-black);
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0;
}

.izo-certs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1040px;
    margin: 0 auto;
}

.izo-cert-card {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 80px 24px 30px;
    text-align: center;
    box-shadow: 0 14px 32px -22px rgba(14, 18, 29, 0.18),
                0 2px 6px -2px rgba(14, 18, 29, 0.06);
    border: 1px solid #eef0f3;
    transition: transform ease 0.35s, box-shadow ease 0.35s;
}

.izo-cert-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 40px -22px rgba(14, 18, 29, 0.28),
                0 4px 10px -4px rgba(14, 18, 29, 0.08);
}

.izo-cert-img {
    position: absolute;
    top: -78px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform ease 0.4s;
}

.izo-cert-card:hover .izo-cert-img {
    transform: translateX(-50%) scale(1.04);
}

.izo-cert-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.izo-cert-label {
    font-family: "Exo", sans-serif;
    color: var(--builza-black);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .izo-certs-head {
        margin-bottom: 90px;
    }

    .izo-certs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 24px;
    }
}

@media (max-width: 575px) {
    .izo-certs-head {
        margin-bottom: 80px;
    }

    .izo-certs-grid {
        grid-template-columns: 1fr;
        gap: 90px;
        max-width: 320px;
    }

    .izo-cert-img {
        width: 130px;
        height: 130px;
        top: -70px;
    }
}

/* FAQ Section */
.izo-faq {
    position: relative;
    background-color: #F5F5F5;
    overflow: hidden;
}

.izo-faq-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 60px;
    align-items: center;
}

.izo-faq-eyebrow {
    display: inline-block;
    color: var(--builza-base);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--builza-base);
    margin-bottom: 14px;
}

.izo-faq-title {
    font-family: "Exo", sans-serif;
    color: var(--builza-black);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0 0 28px;
}

.izo-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.izo-faq-item {
    background-color: #FFF8F2;
    border-left: 3px solid var(--builza-base);
    border-radius: 4px;
    overflow: hidden;
    transition: box-shadow 0.25s ease;
}

.izo-faq-item:hover {
    box-shadow: 0 8px 24px -16px rgba(0, 0, 0, 0.25);
}

.izo-faq-item[open] {
    background-color: #FFF1E5;
    box-shadow: 0 10px 24px -16px rgba(0, 0, 0, 0.22);
}

.izo-faq-question {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 700;
    color: var(--builza-black);
    line-height: 1.35;
    user-select: none;
}

.izo-faq-question::-webkit-details-marker {
    display: none;
}

.izo-faq-question::marker {
    display: none;
    content: "";
}

.izo-faq-chevron {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #6B7280;
    transition: color 0.25s ease, transform 0.25s ease;
}

.izo-faq-item[open] .izo-faq-chevron {
    color: var(--builza-base);
    transform: rotate(180deg);
}

.izo-faq-answer {
    padding: 0 18px 16px 18px;
    color: #555;
    font-size: 13.5px;
    line-height: 1.6;
}

.izo-faq-answer p {
    margin: 0;
}

/* Right visual */
.izo-faq-visual {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.izo-faq-visual-bg {
    position: absolute;
    inset: 0;
    background-image: url(../images/cta-shape-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.18;
    pointer-events: none;
}

.izo-faq-visual-img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    max-height: 520px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 22px 40px rgba(0, 0, 0, 0.22));
}

/* Responsive */
@media (max-width: 991px) {
    .izo-faq-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .izo-faq-visual {
        min-height: 360px;
        order: -1;
    }

    .izo-faq-visual-img {
        max-height: 360px;
    }

    .izo-faq-title br {
        display: none;
    }
}

@media (max-width: 575px) {
    .izo-faq-question {
        font-size: 13px;
        padding: 12px 14px;
    }

    .izo-faq-answer {
        padding: 0 14px 14px;
        font-size: 13px;
    }

    .izo-faq-visual {
        min-height: 280px;
    }

    .izo-faq-visual-img {
        max-height: 280px;
    }
}

/* Blog Section */
.izo-blog {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.izo-blog-head {
    text-align: center;
    margin-bottom: 40px;
}

.izo-blog-eyebrow {
    display: inline-block;
    color: var(--builza-base);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--builza-base);
    margin-bottom: 14px;
}

.izo-blog-title {
    font-family: "Exo", sans-serif;
    color: var(--builza-black);
    font-size: clamp(26px, 2.6vw, 36px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0;
}

.izo-blog-slider-frame {
    position: relative;
}

.izo-blog-swiper {
    padding: 4px 0 30px;
}

.izo-blog-card {
    background-color: #fff;
    border: 1px solid #ECECEC;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.izo-blog-card:hover {
    transform: translateY(-4px);
    border-color: #E0E0E0;
    box-shadow: 0 18px 40px -22px rgba(0, 0, 0, 0.25);
}

.izo-blog-card-img {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background-color: #f4f4f4;
}

.izo-blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.izo-blog-card:hover .izo-blog-card-img img {
    transform: scale(1.06);
}

.izo-blog-card-body {
    padding: 18px 20px 22px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.izo-blog-card-meta {
    margin-bottom: 8px;
}

.izo-blog-card-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #6B7280;
    letter-spacing: 0.01em;
}

.izo-blog-card-date-icon {
    width: 22px;
    height: 22px;
    background-color: var(--builza-base);
    color: var(--builza-white);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.izo-blog-card-title {
    font-family: "Exo", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--builza-black);
    line-height: 1.35;
    margin: 0 0 10px;
    min-height: 44px;
}

.izo-blog-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease;
}

.izo-blog-card-title a:hover {
    color: var(--builza-base);
}

.izo-blog-card-desc {
    font-size: 13.5px;
    color: #6B7280;
    line-height: 1.5;
    margin: 0 0 14px;
    flex: 1 1 auto;
}

.izo-blog-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--builza-base);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    align-self: flex-start;
    transition: gap 0.25s ease, color 0.25s ease;
}

.izo-blog-card-link:hover {
    color: var(--builza-black);
    gap: 12px;
}

.izo-blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.izo-blog-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(14, 18, 29, 0.18);
    opacity: 1;
    border-radius: 50%;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.izo-blog-pagination .swiper-pagination-bullet-active {
    background-color: var(--builza-base);
    transform: scale(1.15);
}

@media (max-width: 575px) {
    .izo-blog-head {
        margin-bottom: 30px;
    }

    .izo-blog-card-body {
        padding: 16px 16px 18px;
    }

    .izo-blog-card-title {
        font-size: 15px;
        min-height: 0;
    }
}

/* Blog List (blog.html) */
.izo-blog-list-section {
    background-color: var(--builza-white);
}

.izo-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.izo-blog-list-section .izo-blog-card {
    height: 100%;
}

.izo-blog-pager {
    margin-top: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.izo-blog-pager-num,
.izo-blog-pager-btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    font-family: "Exo", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--builza-black);
    background-color: #F5F5F5;
    border: 1px solid #ECECEC;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.izo-blog-pager-num:hover,
.izo-blog-pager-btn:hover {
    background-color: var(--builza-black);
    color: var(--builza-white);
    border-color: var(--builza-black);
    transform: translateY(-2px);
}

.izo-blog-pager-num.is-active {
    background-color: var(--builza-base);
    color: var(--builza-white);
    border-color: var(--builza-base);
}

.izo-blog-pager-num.is-active:hover {
    background-color: var(--builza-base);
    border-color: var(--builza-base);
    transform: none;
}

@media (max-width: 991px) {
    .izo-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }
}

@media (max-width: 575px) {
    .izo-blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .izo-blog-pager {
        margin-top: 32px;
        gap: 6px;
    }

    .izo-blog-pager-num,
    .izo-blog-pager-btn {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }
}

/* References / Clients */
.izo-refs {
    position: relative;
    background-color: var(--builza-black, #0E121D);
    padding: 60px 0;
    overflow: hidden;
}

.izo-refs-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.izo-refs-title {
    font-family: "Exo", sans-serif;
    color: var(--builza-white);
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 700;
    letter-spacing: 0.06em;
    margin: 0;
    text-transform: uppercase;
}

.izo-refs-swiper {
    width: 100%;
    overflow: hidden;
    padding: 4px 0;
}

.izo-refs-swiper .swiper-wrapper {
    transition-timing-function: linear;
    align-items: stretch;
}

.izo-ref-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 110px;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    padding: 14px 18px;
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.izo-ref-card:hover {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
    transform: translateY(-2px);
}

.izo-ref-card img {
    height: 120px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    opacity: 0.75;
    transition: opacity 0.25s ease;
}

.izo-ref-card:hover img {
    opacity: 1;
}

@media (max-width: 575px) {
    .izo-refs {
        padding: 50px 0;
    }

    .izo-refs-head {
        margin-bottom: 24px;
    }

    .izo-ref-card {
        height: 100px;
    }

    .izo-ref-card img {
        height: 60px;
    }
}

/* Contact CTA Section — full-width split layout */
.izo-contact {
    position: relative;
    background-color: var(--builza-black, #0E121D);
    overflow: hidden;
    color: var(--builza-white);
}

.izo-contact-grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 0;
    align-items: stretch;
    min-height: 620px;
}

/* Left side — cta-left.png background with orange info card overlay */
.izo-contact-left {
    position: relative;
    background-image: url(../images/cta-left.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--builza-white);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 60px 0 60px clamp(24px, 4vw, 55px);
}

.izo-contact-info {
    width: 100%;
    max-width: 420px;
    background-color: var(--builza-base);
    color: var(--builza-white);
    padding: 36px clamp(24px, 2.4vw, 34px);
    border-radius: 6px;
    box-shadow: 0 22px 60px -18px rgba(0, 0, 0, 0.40);
    position: relative;
    z-index: 2;
}

.izo-contact-info-title {
    font-family: "Exo", sans-serif;
    color: var(--builza-white);
    font-size: clamp(18px, 1.6vw, 20px);
    font-weight: 500;
    margin: 0 0 26px;
    letter-spacing: 0.01em;
}

.izo-contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.izo-contact-info-item {
    display: flex;
    align-items: center;
    gap: 18px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 14px;
    padding: 18px 22px;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.izo-contact-info-item:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.85);
}

.izo-contact-info-icon {
    width: 22px;
    height: 22px;
    background: transparent;
    color: var(--builza-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.izo-contact-info-text {
    line-height: 1.35;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.izo-contact-info-label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--builza-white);
    margin: 0 0 2px;
    letter-spacing: 0;
    text-transform: none;
    opacity: 1;
}

.izo-contact-info-text p,
.izo-contact-info-text a {
    color: var(--builza-white);
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    text-decoration: none;
    font-weight: 400;
    opacity: 0.92;
    word-break: break-word;
}

.izo-contact-info-text a:hover {
    text-decoration: underline;
}

.izo-contact-info-divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.35);
    margin: 28px 0 18px;
}

.izo-contact-info-socials {
    display: flex;
    gap: 10px;
}

.izo-contact-info-socials a {
    width: 36px;
    height: 36px;
    background: var(--builza-black);
    color: var(--builza-white);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.izo-contact-info-socials a:hover {
    background: var(--builza-white);
    color: var(--builza-base);
    transform: translateY(-2px);
}

/* Right side — form area on dark navy */
.izo-contact-right {
    position: relative;
    background-color: var(--builza-black, #0E121D);
    padding: 70px clamp(28px, 5vw, 80px);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.izo-contact-shape {
    position: absolute;
    inset: 0;
    background-image: url(../images/cta-shape-bg.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    opacity: 0.035;
    pointer-events: none;
    z-index: 0;
}

.izo-contact-form-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 620px;
}

.izo-contact-form-title {
    font-family: "Exo", sans-serif;
    color: var(--builza-white);
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 6px;
}

.izo-contact-form-subtitle {
    color: var(--builza-base);
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 26px;
    letter-spacing: 0.04em;
}

.izo-contact-form .izo-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 14px;
}

.izo-contact-form .izo-form-col {
    flex: 1 1 0;
    min-width: 0;
}

.izo-contact-form .izo-form-col--full {
    flex: 1 1 100%;
}

.izo-contact-form .zed-form-group {
    position: relative;
}

.izo-contact-form .zed-form-input,
.izo-contact-form .zed-form-textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    color: var(--builza-white);
    padding: 14px 16px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.izo-contact-form .zed-form-input:focus,
.izo-contact-form .zed-form-textarea:focus {
    outline: none;
    border-color: var(--builza-base);
    background: rgba(255, 255, 255, 0.06);
}

.izo-contact-form .zed-form-input::placeholder,
.izo-contact-form .zed-form-textarea::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.izo-contact-form .zed-form-textarea {
    min-height: 110px;
    resize: vertical;
}

.izo-contact-form .zed-form-error {
    display: none;
    color: #ff7676;
    font-size: 12px;
    margin-top: 6px;
}

.izo-contact-form .has-error .zed-form-error {
    display: block;
}

.izo-contact-form-actions {
    margin-top: 18px;
}

.izo-contact-form-actions .thm-btn {
    border: 0;
    cursor: pointer;
    font-family: inherit;
}

/* Responsive */
@media (max-width: 991px) {
    .izo-contact-grid {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .izo-contact-left,
    .izo-contact-right {
        padding: 60px 24px;
        justify-content: center;
    }

    .izo-contact-info {
        max-width: 460px;
        margin: 0 auto;
    }

    .izo-contact-form-inner {
        max-width: 560px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .izo-contact-form .izo-form-row {
        flex-direction: column;
        gap: 14px;
    }

    .izo-contact-left,
    .izo-contact-right {
        padding: 50px 18px;
    }

    .izo-contact-info-item {
        padding: 14px 16px;
        gap: 14px;
    }

    .izo-contact-info-label {
        font-size: 15px;
    }

    .izo-contact-info-text p,
    .izo-contact-info-text a {
        font-size: 14px;
    }

    .izo-contact-form-title {
        font-size: 26px;
    }
}

/* Contact Page (iletisim.html) */
.contact-page {
    background-color: var(--builza-white);
}

.contact-page .row {
    --bs-gutter-x: 24px;
}

.contact-page .zed-form-container,
.contact-page .zed-contact-info {
    background-color: var(--builza-white);
    border: 1px solid #ECECEC;
    border-radius: 6px;
    box-shadow: 0 18px 40px -28px rgba(14, 18, 29, 0.18);
    padding: 32px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.contact-page .zed-form-container::before,
.contact-page .zed-info-content::before {
    content: none;
}

.contact-page .zed-info-content {
    padding: 0;
}

.contact-page .zed-info-title {
    font-family: "Exo", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--builza-black);
    letter-spacing: -0.01em;
    margin: 0 0 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(14, 18, 29, 0.08);
    position: relative;
    display: block;
}

.contact-page .zed-info-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 44px;
    height: 2px;
    background: var(--builza-base);
}

/* Form */
.contact-page .zed-form-group {
    margin-bottom: 16px;
}

.contact-page .zed-form-label {
    display: block;
    margin-bottom: 6px;
    color: var(--builza-black);
    font-family: "Exo", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
}

.contact-page .zed-form-input,
.contact-page .zed-form-textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #E5E7EB;
    border-radius: 4px;
    background-color: #FAFAFA;
    color: var(--builza-black);
    font-family: inherit;
    font-size: 14px;
    transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-page .zed-form-input::placeholder,
.contact-page .zed-form-textarea::placeholder {
    color: #9CA3AF;
}

.contact-page .zed-form-input:focus,
.contact-page .zed-form-textarea:focus {
    outline: none;
    border-color: var(--builza-base);
    background-color: var(--builza-white);
    box-shadow: 0 0 0 3px rgba(232, 75, 12, 0.10);
}

.contact-page .zed-form-textarea {
    min-height: 130px;
    resize: vertical;
}

.contact-page .zed-form-input.zed-error,
.contact-page .zed-form-textarea.zed-error {
    border-color: #DC2626;
    background-color: #FEF2F2;
}

.contact-page .zed-form-error {
    color: #DC2626;
    font-size: 12px;
    margin-top: 4px;
}

/* Submit button (override .secondary-button inside contact-page) */
.contact-page .secondary-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--builza-base);
    color: var(--builza-white);
    padding: 12px 14px 12px 22px;
    border: none;
    border-radius: 4px;
    font-family: "Exo", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.contact-page .secondary-button > span {
    line-height: 1;
}

.contact-page .secondary-button svg {
    width: 28px;
    height: 28px;
    padding: 7px;
    margin: 0;
    fill: var(--builza-white);
    background-color: var(--builza-black);
    border-radius: 3px;
    transition: transform 0.3s ease;
}

.contact-page .secondary-button:hover {
    background-color: var(--builza-black);
    color: var(--builza-white);
    transform: translateY(-1px);
}

.contact-page .secondary-button:hover svg {
    background-color: var(--builza-base);
    transform: translateX(2px);
}

/* Info items */
.contact-page .zed-info-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
    padding: 16px;
    background: #FFF7F0;
    border: 1px solid rgba(232, 75, 12, 0.12);
    border-radius: 6px;
    transition: background-color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.contact-page .zed-info-item:last-child {
    margin-bottom: 0;
}

.contact-page .zed-info-item:hover {
    background: var(--builza-white);
    border-color: rgba(232, 75, 12, 0.28);
    transform: translateX(3px);
}

.contact-page .zed-info-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    padding: 10px;
    margin: 0;
    background-color: var(--builza-base);
    border-radius: 4px;
    fill: var(--builza-white);
    transition: background-color 0.25s ease;
}

.contact-page .zed-info-item:hover .zed-info-icon {
    background-color: var(--builza-black);
}

.contact-page .zed-info-details {
    min-width: 0;
}

.contact-page .zed-info-details h4 {
    font-family: "Exo", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--builza-black);
    margin: 0 0 4px;
    letter-spacing: -0.01em;
}

.contact-page .zed-info-details p {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(14, 18, 29, 0.62);
    margin: 0;
    font-weight: 500;
}

/* Map */
.contact-page .zed-map-container {
    width: 100%;
    height: 380px;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 8px;
    border: 1px solid #ECECEC;
    box-shadow: 0 18px 40px -28px rgba(14, 18, 29, 0.18);
}

.contact-page .zed-map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    filter: none;
}

@media (max-width: 991px) {
    .contact-page .zed-form-container,
    .contact-page .zed-contact-info {
        padding: 26px;
    }

    .contact-page .zed-map-container {
        height: 320px;
    }
}

@media (max-width: 575px) {
    .contact-page .zed-form-container,
    .contact-page .zed-contact-info {
        padding: 22px 18px;
    }

    .contact-page .zed-info-title {
        font-size: 20px;
    }

    .contact-page .zed-info-item {
        padding: 14px;
        gap: 12px;
    }

    .contact-page .zed-info-icon {
        width: 36px;
        height: 36px;
        padding: 9px;
    }

    .contact-page .zed-map-container {
        height: 260px;
    }
}
