*
/* General */
body{font-family: "Oswald", sans-serif;color: #fff; 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: 3rem 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; }

/* Header */
.cm-pre-header {background: #09162A; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.06);}
.cm-pre-header-inner {display: flex; align-items: center; justify-content: space-between; gap: 16px;}
.cm-pre-contacts {display: flex; align-items: center; gap: 12px; flex-wrap: wrap;}
.cm-pre-contact-item {display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.78); font-size: 16px; font-weight: 300; transition: color 0.2s ease;}
.cm-pre-contact-item:hover {color: #fff;}
.cm-pre-contact-item svg {flex-shrink: 0; opacity: 0.7;}
.cm-pre-sep {display: inline-block; width: 1px; background: rgba(255,255,255,0.25); align-self: stretch; margin: 0 4px;}
.cm-pre-social {display: flex; align-items: center; gap: 6px;}
.cm-social-link {display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 4px; border: none; color: rgba(255,255,255,0.65); transition: color 0.2s ease, background 0.2s ease;}
.cm-social-link:hover {color: #fff; background: rgba(255,255,255,0.1);}
.cm-main-nav-wrap {background: #ffffff; border-bottom: 1px solid #e8eaed; position: sticky; top: 0; z-index: 999; transition: box-shadow 0.3s ease;}
.cm-main-nav-wrap.cm-scrolled {box-shadow: 0 2px 18px rgba(0,0,0,0.10);}
.cm-main-nav-inner {display: flex; align-items: center; height: 76px; gap: 32px;}
.cm-logo {flex-shrink: 0; display: flex; align-items: center;}
.cm-logo img {height: 64px; width: auto; display: block;}
.cm-nav {flex: 1;}
.cm-nav-list {display: flex; align-items: center; justify-content: center; gap: 2px; list-style: none; margin: 0; padding: 0;}
.cm-nav-item {position: relative;}
.cm-nav-link {display: inline-flex; align-items: center; gap: 5px; color: #09162A; font-size: 16px; font-weight: 500; letter-spacing: 0.5px; padding: 10px 14px; transition: color 0.2s ease; white-space: nowrap; position: relative;}
.cm-nav-link::after {content: ""; position: absolute; bottom: 6px; left: 14px; right: 14px; height: 2px; background: #FD972E; transform: scaleX(0); transform-origin: left; transition: transform 0.25s ease;}
.cm-nav-link:hover {color: #FD972E;}
.cm-nav-link:hover::after, .cm-nav-item.cm-active > .cm-nav-link::after {transform: scaleX(1);}
.cm-chevron {transition: transform 0.25s ease; margin-left: 1px;}
.cm-has-dropdown:hover .cm-chevron {transform: rotate(180deg);}
.cm-dropdown {position: absolute; top: calc(100% + 4px); left: 0; background: #fff; border: 1px solid #e8eaed; border-top: 3px solid #FD972E; box-shadow: 0 8px 28px rgba(0,0,0,0.12); min-width: 210px; list-style: none; margin: 0; padding: 6px 0; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s; z-index: 1000;}
.cm-has-dropdown:hover .cm-dropdown {opacity: 1; visibility: visible; transform: translateY(0);}
.cm-dropdown li a {display: block; padding: 9px 20px; color: #2c3a47; font-size: 16px; font-weight: 500; transition: color 0.2s ease, background 0.2s ease, padding-left 0.2s ease;}
.cm-dropdown li a:hover {color: #FD972E; background: #fdf4ee; padding-left: 26px;}
.cm-trade-btn {display: inline-block; background: #FD972E; color: #fff; font-size: 16px; font-weight: 500; letter-spacing: 0.6px; padding: 11px 22px; white-space: nowrap; transition: background 0.22s ease, transform 0.15s ease; flex-shrink: 0;}
.cm-trade-btn:hover {background: #e07d1a; color: #fff; transform: translateY(-1px);}
.cm-hamburger {display: none; flex-direction: column; justify-content: space-between; width: 26px; height: 20px; background: none; border: none; cursor: pointer; padding: 0; margin-left: auto; flex-shrink: 0;}
.cm-hamburger span {display: block; height: 2px; background: #09162A; border-radius: 2px; transition: all 0.3s ease;}
.cm-hamburger.cm-open span:nth-child(1) {transform: translateY(9px) rotate(45deg);}
.cm-hamburger.cm-open span:nth-child(2) {opacity: 0; transform: scaleX(0);}
.cm-hamburger.cm-open span:nth-child(3) {transform: translateY(-9px) rotate(-45deg);}
.cm-mobile-overlay {display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.45); z-index: 1099; opacity: 0; transition: opacity 0.3s ease;}
.cm-mobile-overlay.cm-visible {display: block; opacity: 1;}
.cm-mobile-nav {position: fixed; top: 0; right: -320px; width: 300px; height: 100%; background: #fff; z-index: 1100; display: flex; flex-direction: column; transition: right 0.32s cubic-bezier(0.4,0,0.2,1); overflow-y: auto; box-shadow: -4px 0 24px rgba(0,0,0,0.15);}
.cm-mobile-nav.cm-open {right: 0;}
.cm-mobile-nav-head {display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid #e8eaed; flex-shrink: 0;}
.cm-mobile-nav-head .cm-logo img {height: 36px;}
.cm-mobile-close {background: none; border: none; cursor: pointer; padding: 6px; color: #09162A; display: flex; align-items: center; justify-content: center; border-radius: 4px; transition: background 0.2s;}
.cm-mobile-close:hover {background: #f0f0f0;}
.cm-mobile-menu {list-style: none; margin: 0; padding: 8px 0; flex: 1;}
.cm-mobile-menu > li > a, .cm-mobile-sub-toggle {display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 13px 20px; color: #09162A; font-size: 16px; font-weight: 500; letter-spacing: 0.3px; border: none; background: none; cursor: pointer; text-align: left; transition: color 0.2s, background 0.2s; border-bottom: 1px solid #f2f2f2;}
.cm-mobile-menu > li > a:hover, .cm-mobile-sub-toggle:hover {color: #FD972E; background: #fdf4ee;}
.cm-mobile-sub {list-style: none; margin: 0; padding: 0; background: #f8f9fa; display: none;}
.cm-mobile-sub.cm-open {display: block;}
.cm-mobile-sub li a {display: block; padding: 11px 20px 11px 36px; color: #445566; font-size: 16px; font-weight: 500; border-bottom: 1px solid #ebebeb; transition: color 0.2s, background 0.2s;}
.cm-mobile-sub li a:hover {color: #FD972E; background: #fdf4ee;}
.cm-mobile-sub li:last-child a {border-bottom: none;}
.cm-mobile-footer {padding: 20px; border-top: 1px solid #e8eaed; flex-shrink: 0; display: flex; flex-direction: column; gap: 18px; align-items: flex-start;}
.cm-mobile-footer .cm-trade-btn {align-self: stretch; text-align: center;}
.cm-mobile-social {display: flex; gap: 10px;}
.cm-mobile-social a {display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 4px; background: #f0f0f0; color: #445566; transition: background 0.2s, color 0.2s;}
.cm-mobile-social a:hover {background: #FD972E; color: #fff;}
@media (max-width: 1100px) {.cm-nav-link {padding: 10px 10px; font-size: 16px;}}
@media (max-width: 991px) {.cm-nav {display: none;} .cm-trade-btn {display: none;} .cm-hamburger {display: flex;} .cm-main-nav-inner {gap: 0;}}
@media (max-width: 575px) {.cm-pre-sep {display: none;} .cm-pre-contacts {gap: 8px;} .cm-pre-contact-item {font-size: 16px;}}
/* Header End */

/* Hero */
.cm-hero-section { width: 100%; overflow: hidden; position: relative;  z-index: 2;}
.cm-hero-swiper { width: 100%; height: 580px; }
.cm-hero-slide { position: relative; display: flex; align-items: center; overflow: hidden; }
.cm-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.cm-hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to right, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.42) 50%, rgba(255,255,255,0.12) 100%); }
.cm-hero-slide .container { position: relative; z-index: 2; width: 100%; }
.cm-hero-content { max-width: 480px; margin-left: auto; padding: 0 20px; }
.cm-hero-badge { display: inline-block; background: #09162A; color: #fff; font-size: 16px; font-weight: 400; letter-spacing: 0.35em; text-transform: uppercase; padding: 6px 16px; margin-bottom: 16px; }
.cm-hero-title { font-size: 62px; font-weight: 800; color: #09162A; line-height: 1.0; text-transform: uppercase; margin: 0 0 12px; letter-spacing: 0.02em; transform: translateX(20px);}
.cm-hero-subtitle { display: block; font-size: 18px; font-weight: 500; color: #09162A; text-transform: uppercase; letter-spacing: 0.12em; margin: 0; transform: translateX(60px);}
.cm-hero-prev, .cm-hero-next { color: #fff; width: 44px; height: 44px; background: rgba(9,22,42,0.35); border-radius: 0; transition: background ease 0.2s; }
.cm-hero-prev::after, .cm-hero-next::after { font-size: 16px; font-weight: 500; }
.cm-hero-prev:hover, .cm-hero-next:hover { background: #FD972E; }
.cm-hero-pagination { bottom: 20px !important; }
.cm-hero-pagination .swiper-pagination-bullet { background: #fff; opacity: 0.6; width: 8px; height: 8px; }
.cm-hero-pagination .swiper-pagination-bullet-active { background: #FD972E; opacity: 1; width: 24px; border-radius: 4px; }
/* Hero 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: #FD972E; }
.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: #FD972E; width: 26px; flex-shrink: 0; }
.cm-breadcrumb-line--long { width: 52px; }
.cm-breadcrumb-dot { width: 5px; height: 5px; border-radius: 50%; background: #FD972E; flex-shrink: 0; }
.cm-breadcrumb-current { color: #8892a0; font-weight: 400; letter-spacing: 0.02em; }
.cm-page-hero-title { margin: 0; font-family: Oswald, 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: #FD972E; color: #fff;
    font-family: Oswald, 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 #FD972E;
    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: #FD972E; 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: #FD972E; box-shadow: 0 0 0 1px rgba(253, 151, 46, 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 #FD972E;
}
.cm-product-table th,
.cm-product-table td {
    border: 1px solid #FD972E; text-align: center; vertical-align: middle;
    padding: 12px 10px; line-height: 1.35;
}
.cm-product-table thead th {
    background: #FD972E; 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 #FD972E; outline-offset: 2px; }
.cm-pd-faq-toggle:not(.collapsed) {
    background: #FD972E; 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: #FD972E; 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: #FD972E; 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: #FD972E; 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: #FD972E; transition: all 0.3s ease;}
.thumb-nav:hover {background: #FD972E; box-shadow: 0 4px 12px rgba(230, 95, 84, 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: #FD972E;}
.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 #FD972E; box-shadow: 0 4px 12px rgba(230, 95, 84, 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 #FD972E; 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: #FD972E; 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: #FD972E; 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: #FD972E; 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: #FD972E; 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: #FD972E; 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: #FD972E; }
.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: #FD972E; 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: #FD972E; 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: #FD972E; background: transparent; border: 2px solid #FD972E; transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease; }
.cm-why-btn:hover { background: #FD972E; color: #fff; border-color: #FD972E; }
@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: #FD972E; 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 */
.cm-footer { background: #fff; }

.cm-footer-cta { background: #FD972E; padding: 28px 0; }
.cm-footer-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.cm-footer-cta-title { font-size: 26px; font-weight: 500; color: #fff; margin: 0; letter-spacing: 0.04em; }
.cm-footer-cta-btn { display: inline-block; padding: 11px 28px; border: 2px solid #ffffff; color: #ffffff; font-size: 16px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; transition: all ease 0.25s; white-space: nowrap; }
.cm-footer-cta-btn:hover { background: #09162A; color: #fff; border-color: #09162A; }

.cm-footer-main { padding: 60px 0 50px; border-bottom: 1px solid #e8e8e8; }
.cm-footer-logo-link { display: inline-block; margin-bottom: 22px; }
.cm-footer-logo { max-width: 180px; display: block; }
.cm-footer-desc { color: #666; font-size: 16px; font-weight: 400; line-height: 1.7; margin-bottom: 12px; }
.cm-footer-col-title { font-size: 16px; font-weight: 500; color: #09162A; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 18px; padding-bottom: 12px; position: relative; }
.cm-footer-col-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 36px; height: 3px; background: #FD972E; }
.cm-footer-list { list-style: none; padding: 0; margin: 0; }
.cm-footer-list li { margin-bottom: 10px; }
.cm-footer-list li a { color: #555; font-size: 16px; font-weight: 400; transition: color ease 0.2s; display: block; }
.cm-footer-list li a:hover { color: #FD972E; }

.cm-footer-second { padding: 44px 0; border-bottom: 1px solid #e8e8e8; }
.cm-footer-second-inner { display: flex; align-items: flex-start; flex-wrap: wrap; }
.cm-footer-social-block { min-width: 200px; }
.cm-footer-social { display: flex; gap: 10px; margin-top: 4px; }
.cm-footer-social a { width: 38px; height: 38px; border: 1px solid #ddd; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #555; transition: all ease 0.2s; }
.cm-footer-social a:hover { background: #FD972E; border-color: #FD972E; color: #fff; }
.cm-footer-newsletter { flex: 1; min-width: 260px; }
.cm-newsletter-form { display: flex; gap: 0; margin-top: 4px; }
.cm-newsletter-input { flex: 1; border: 1px solid #ddd; padding: 12px 16px; font-size: 16px; font-weight: 400; color: #333; outline: none; transition: border-color ease 0.2s; }
.cm-newsletter-input:focus { border-color: #FD972E; }
.cm-newsletter-btn { background: #FD972E; color: #fff; border: none; padding: 12px 22px; font-size: 16px; font-weight: 500; letter-spacing: 0.06em; cursor: pointer; text-transform: uppercase; transition: background ease 0.2s; white-space: nowrap; }
.cm-newsletter-btn:hover { background: #e07d1a; }

.tmp-footer-copyright { background: #f5f5f5; padding: 18px 0; }
.tmp-footer-copyright .copyright-wrapper { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.tmp-footer-copyright p { color: #666; font-size: 16px; font-weight: 400; margin: 0; }
.tmp-footer-copyright .right { display: flex; align-items: center; gap: 8px; }
.tmp-footer-copyright .web-tasarim { color: #666; font-size: 16px; font-weight: 400; transition: color ease 0.3s; }
.tmp-footer-copyright .web-tasarim:hover { color: #FD972E; }
.tmp-footer-copyright .zedtech-logo { height: 16px; opacity: 0.6; transition: opacity ease 0.3s; }
.tmp-footer-copyright .zedtech-logo:hover { opacity: 1; }
/* 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 */

