*
/* 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 */
.vy-header {position: fixed; top: 2.5em; left: 0; width: 100%; z-index: 9999; background: transparent; transition: background 0.35s ease, box-shadow 0.35s ease;}
.vy-header.vy-scrolled {background: rgb(16 16 23 / 90%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 2px 24px rgba(0,0,0,0.35); top: 0;}
.vy-header-inner {display: flex; align-items: center; justify-content: space-between; height: 80px;}
.vy-logo {flex-shrink: 0; display: flex; align-items: center;}
.vy-logo img {height: 52px; width: auto; display: block;}
.vy-nav-area {display: flex; align-items: center; gap: 28px;}
.vy-nav {display: flex; align-items: center;}
.vy-nav-link {color: #fff; font-size: 13px; font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase; padding: 8px 14px; transition: color 0.2s ease; white-space: nowrap; font-family: "Oswald", sans-serif;}
.vy-nav-link:hover {color: rgba(255,255,255,0.65);}
.vy-lang {display: flex; align-items: center; gap: 2px;}
.vy-lang-sep {color: rgba(255,255,255,0.3); font-size: 13px; margin: 0 2px;}
.vy-lang-btn {display: inline-flex; align-items: center; gap: 6px; background: none; border: none; cursor: pointer; padding: 4px 8px; color: #fff; font-size: 12px; font-weight: 600; letter-spacing: 0.06em; opacity: 0.6; transition: opacity 0.2s ease; font-family: "Oswald", sans-serif;}
.vy-lang-btn:hover, .vy-lang-btn.vy-lang-active {opacity: 1;}
.vy-lang-btn img {display: block; border-radius: 2px;}
.vy-mobile-controls {display: none; align-items: center; gap: 14px;}
.vy-hamburger {background: none; border: none; cursor: pointer; color: #fff; padding: 4px; display: flex; align-items: center; justify-content: center; line-height: 1;}
/* Overlay */
.vy-overlay {display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 10998; opacity: 0; transition: opacity 0.3s ease;}
.vy-overlay.vy-visible {display: block; opacity: 1;}
/* Mobile Nav Drawer */
.vy-mobile-nav {position: fixed; top: 0; right: -320px; width: 300px; height: 100%; background: #09162A; z-index: 10999; display: flex; flex-direction: column; transition: right 0.32s cubic-bezier(0.4,0,0.2,1); overflow-y: auto;}
.vy-mobile-nav.vy-open {right: 0;}
.vy-mobile-head {display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,0.1); flex-shrink: 0;}
.vy-mobile-head .vy-logo img {height: 38px;}
.vy-mobile-close {background: none; border: none; cursor: pointer; color: rgba(255,255,255,0.7); padding: 6px; display: flex; align-items: center; justify-content: center; border-radius: 4px; transition: color 0.2s, background 0.2s;}
.vy-mobile-close:hover {color: #fff; background: rgba(255,255,255,0.1);}
.vy-mobile-menu {list-style: none; margin: 0; padding: 8px 0; flex: 1;}
.vy-mobile-menu > li > a {display: block; padding: 14px 20px; color: rgba(255,255,255,0.85); font-size: 13px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,0.07); transition: color 0.2s, background 0.2s; font-family: "Oswald", sans-serif;}
.vy-mobile-menu > li > a:hover {color: #fff; background: rgba(255,255,255,0.06);}
.vy-mobile-lang {display: flex; align-items: center; gap: 4px; padding: 20px; border-top: 1px solid rgba(255,255,255,0.1); flex-shrink: 0;}
@media (max-width: 991px) {.vy-nav-area {display: none;} .vy-mobile-controls {display: flex;}}
/* Header End */

/* Hero */
.vy-hero-section {position: relative;height: 100vh;min-height: 600px;background: #0a0a0f;padding: 1rem;z-index: 2;box-sizing: border-box;}
@media (max-width: 768px)  { .vy-hero-section  {height: 70vh;}}
/* Watermark — spans the full section including padding gutters */
.vy-hero-wm { position: absolute; inset: 0; z-index: 0; display: flex; flex-direction: column; pointer-events: none; user-select: none; overflow: hidden; }
.vy-wm-row { flex: 1; overflow: hidden; display: flex; align-items: center; }
.vy-wm-track { display: flex; white-space: nowrap; font-size: clamp(18px, 2.2vw, 38px); font-weight: 900; letter-spacing: 0.25em; text-transform: uppercase; color: #e8e8e0; font-family: system-ui, -apple-system, sans-serif; will-change: transform; }
.vy-wm-h { display: inline-block; }
.vy-wm-r { animation: vy-wm-scroll-r 40s linear infinite; }
.vy-wm-l { animation: vy-wm-scroll-l 38s linear infinite; }
.vy-wm-row:nth-child(3n+1) .vy-wm-track { opacity: 0.07; }
.vy-wm-row:nth-child(3n+2) .vy-wm-track { opacity: 0.085; }
.vy-wm-row:nth-child(3n)   .vy-wm-track { opacity: 0.06; }
@keyframes vy-wm-scroll-r { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@keyframes vy-wm-scroll-l { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Inner rounded container — clips the slider to the padded frame */
.vy-hero-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    overflow: hidden;
    z-index: 1;
}

/* Swiper fills the inner container */
.vy-hero-swiper { position: absolute; inset: 0; z-index: 1; }
.vy-hero-swiper .swiper-wrapper, .vy-hero-swiper .swiper-slide { height: 100%; }
.vy-hslide { position: relative; height: 100%; display: flex; flex-direction: column; }
.vy-hslide-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transform: scale(1.04); transition: transform 6s ease; }
.swiper-slide-active .vy-hslide-bg { transform: scale(1); }
.vy-hslide-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0.2) 100%); }

/* Slide content */
.vy-hslide-body { position: absolute; inset: 0; z-index: 2; display: flex; align-items: flex-end; padding-bottom: 100px; }
.vy-hslide-content { max-width: 640px; }
.vy-hslide-title { font-size: clamp(30px, 4.5vw, 58px); font-weight: 900; color: #fff; line-height: 1.05; text-transform: uppercase; letter-spacing: -0.01em; margin: 0 0 14px; }
.vy-hslide-sub { font-size: clamp(13px, 1.4vw, 17px); font-weight: 300; color: rgba(255,255,255,0.88); margin: 0 0 28px; letter-spacing: 0.02em; }
.vy-hslide-btns { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.vy-hbtn { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; padding: 14px 28px; transition: all 0.3s ease; font-family: "Oswald", sans-serif; white-space: nowrap; }
.vy-hbtn-gold { background: #C9A961; color: #000; }
.vy-hbtn-gold:hover { background: #d4b56f; color: #000; transform: translateY(-1px); }
.vy-hbtn-outline { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.55); }
.vy-hbtn-outline:hover { background: rgba(255,255,255,0.1); color: #fff; transform: translateY(-1px); }

/* Bottom bar — sits inside the rounded inner container */
.vy-hero-bottom { position: absolute; bottom: 0; left: 0; right: 0; z-index: 10; background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, transparent 100%); padding-bottom: 22px; padding-top: 50px; }
.vy-hero-bottom-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.vy-hero-tabs { display: flex; align-items: flex-end; gap: 0; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.vy-hero-tabs::-webkit-scrollbar { display: none; }
.vy-hero-tab { background: none; border: none; cursor: pointer; color: rgba(255,255,255,0.5); font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 12px 16px 10px; white-space: nowrap; position: relative; transition: color 0.25s ease; font-family: "Oswald", sans-serif; }
.vy-hero-tab::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: #C9A961; transform: scaleX(0); transition: transform 0.25s ease; }
.vy-hero-tab:hover { color: rgba(255,255,255,0.8); }
.vy-hero-tab.vy-tab-active { color: #fff; }
.vy-hero-tab.vy-tab-active::after { transform: scaleX(1); }

/* Stats widget */
.vy-hero-stats { display: flex; align-items: center; gap: 0; background: rgba(0,0,0,0.55); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(201,169,97,0.25); padding: 14px 20px; flex-shrink: 0; }
.vy-hstat { text-align: center; padding: 0 18px; border-right: 1px solid rgba(255,255,255,0.1); }
.vy-hstat:last-child { border-right: none; }
.vy-hstat-val { font-size: 18px; font-weight: 900; color: #C9A961; line-height: 1; margin-bottom: 4px; font-family: "Oswald", sans-serif; }
.vy-hstat-lbl { font-size: 8px; font-weight: 700; color: rgba(255,255,255,0.55); letter-spacing: 0.2em; text-transform: uppercase; }

/* Responsive — exact Tailwind rem equivalents: py-4 px-4 / md:py-5 px-5 / lg:py-6 px-7 */
@media (min-width: 768px)  { .vy-hero-section { padding: 1.25rem; } .vy-hero-inner { border-radius: 40px; } }
@media (min-width: 1024px) { .vy-hero-section { padding: 1.5rem 1.75rem; } .vy-hero-inner { border-radius: 50px; } }
@media (max-width: 991px)  { .vy-hero-stats { display: none; } }
@media (max-width: 767px)  { .vy-hero-inner { border-radius: 32px; } .vy-hslide-body { padding-bottom: 80px; } .vy-hslide-title { font-size: clamp(26px, 8vw, 38px); } .vy-hero-tab { font-size: 10px; padding: 10px 10px 8px; } }

/* Fixed Social Buttons */
.vy-float-wrap { position: fixed; bottom: 24px; right: 24px; z-index: 9998; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.vy-float-links { display: flex; flex-direction: column; gap: 10px; }
.vy-float-btn { position: relative; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: transform 0.25s ease, opacity 0.25s ease; box-shadow: 0 4px 14px rgba(0,0,0,0.3); }
.vy-float-btn:hover { transform: scale(1.12); }
.vy-float-ig { background: #e4405f; }
.vy-float-li { background: #0a66c2; }
.vy-float-fb { background: #1877f2; }
.vy-float-tip { position: absolute; right: calc(100% + 10px); top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.85); color: #fff; font-size: 11px; font-weight: 600; padding: 5px 10px; border-radius: 6px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.2s ease; font-family: "Oswald", sans-serif; }
.vy-float-btn:hover .vy-float-tip, .vy-float-wa:hover .vy-float-tip { opacity: 1; }
.vy-float-wa { position: relative; display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; background: #25D366; border-radius: 50%; box-shadow: 0 6px 20px rgba(37,211,102,0.4); transition: background 0.25s ease, transform 0.25s ease; }
.vy-float-wa:hover { background: #20BA5A; transform: scale(1.08); }
.vy-float-wa-ping { position: absolute; inset: 0; border-radius: 50%; background: #25D366; animation: vy-wa-ping 2s ease-out infinite; }
.vy-float-tip-side { right: calc(100% + 10px); top: 50%; transform: translateY(-50%); }
@keyframes vy-wa-ping { 0% { transform: scale(1); opacity: 0.75; } 100% { transform: scale(1.6); opacity: 0; } }
@media (max-width: 575px) { .vy-float-wrap { bottom: 16px; right: 16px; gap: 8px; } .vy-float-links { display: none; } .vy-float-wa { width: 48px; height: 48px; } }
/* 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 */



/* 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 */


/* 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 */
.vy-footer { background: #ffffff; padding: 1.25rem; }
.vy-footer-wrap { max-width: 2000px; margin: 0 auto; }
.vy-footer-inner { background: #0a0a0f; border-radius: 32px; padding: 3rem 2.5rem 1.5rem; }
.vy-footer-main { display: grid; grid-template-columns: 1fr; gap: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.vy-footer-brand { max-width: 340px; }
.vy-footer-logo-link { display: inline-block; margin-bottom: 1.5rem; }
.vy-footer-logo { max-width: 180px; display: block; filter: brightness(0) invert(1); opacity: 0.9; }
.vy-footer-desc { color: rgba(255,255,255,0.45); font-size: 1rem; line-height: 1.8; margin: 0; }
.vy-footer-col-title { font-size: 1.15rem; font-weight: 500; color: #C9A961; text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 1.5rem; }
.vy-footer-list { list-style: none; padding: 0; margin: 0; }
.vy-footer-list li { margin-bottom: 0.75rem; }
.vy-footer-list li a { color: rgba(255,255,255,0.55); font-size: 1rem; line-height: 1.5; transition: color 0.2s; }
.vy-footer-list li a:hover { color: #C9A961; }
.vy-footer-contact li { display: flex; align-items: flex-start; gap: 0.75rem; color: rgba(255,255,255,0.55); font-size: 1rem; margin-bottom: 0.75rem; }
.vy-footer-contact li a { color: rgba(255,255,255,0.55); font-size: 1rem; transition: color 0.2s; }
.vy-footer-contact li a:hover { color: #C9A961; }
.vy-footer-contact li svg { flex-shrink: 0; margin-top: 4px; color: #C9A961; }
.vy-footer-contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.08); }
.vy-footer-contact-card { position: relative; background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 1.5rem; clip-path: polygon(0px 0px, calc(100% - 12px) 0px, 100% 12px, 100% 100%, 0px 100%); overflow: hidden; transition: border-color 0.4s; }
.vy-footer-contact-card:hover { border-color: rgba(201,169,97,0.3); }
.vy-footer-contact-card-accent { position: absolute; top: 0; right: 0; width: 3.5rem; height: 3.5rem; background: linear-gradient(135deg, rgba(201,169,97,0.08), transparent); clip-path: polygon(100% 0px, 100% 100%, 0px 0px); opacity: 0; transition: opacity 0.4s; }
.vy-footer-contact-card:hover .vy-footer-contact-card-accent { opacity: 1; }
.vy-footer-contact-icon { width: 3rem; height: 3rem; display: flex; align-items: center; justify-content: center; border-radius: 10px; background: rgba(201,169,97,0.1); margin-bottom: 1rem; transition: background 0.3s; }
.vy-footer-contact-card:hover .vy-footer-contact-icon { background: rgba(201,169,97,0.18); }
.vy-footer-contact-title { font-size: 1rem; font-weight: 700; color: #ffffff; margin-bottom: 0.4rem; letter-spacing: -0.01em; }
.vy-footer-contact-text { color: rgba(255,255,255,0.5); font-size: 0.9rem; line-height: 1.6; margin: 0; }
.vy-footer-contact-link { color: rgba(255,255,255,0.5); font-size: 0.9rem; line-height: 1.6; transition: color 0.2s; }
.vy-footer-contact-link:hover { color: #C9A961; }
@media (min-width: 768px) { .vy-footer-contact-grid { grid-template-columns: repeat(4, 1fr); gap: 1.25rem; } }
.vy-footer-bottom { padding: 1.5rem 0 0.5rem; }
.vy-footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.75rem; }
.vy-footer-bottom-inner p { color: rgba(255,255,255,0.25); font-size: 0.875rem; margin: 0; }
.vy-footer-zedtech { display: flex; align-items: center; gap: 0.5rem; color: rgba(255,255,255,0.25); font-size: 0.875rem; transition: color 0.2s; }
.vy-footer-zedtech:hover { color: rgba(255,255,255,0.6); }
.vy-footer-zedtech-logo { height: 15px; opacity: 0.35; transition: opacity 0.2s; }
.vy-footer-zedtech:hover .vy-footer-zedtech-logo { opacity: 0.75; }
@media (min-width: 576px) { .vy-footer-main { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .vy-footer-inner { border-radius: 40px; padding: 4rem 3.5rem 2rem; } .vy-footer-main { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; } }
/* 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: 1650px;}
}
@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: 96%; }
    .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 */

/* Why Varna Yapi */
.vy-why-section { position: relative; padding: 0.75rem 0; }
.vy-why-wrap { max-width: 2000px; margin: 0 auto; padding: 0 0.75rem; }
.vy-why-box { background: #ffffff; border-radius: 32px; padding: 3rem 1.5rem; clip-path: polygon(0px 0px, calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%); }
.vy-why-head { text-align: center; margin-bottom: 4rem; }
.vy-why-title { font-size: 2.25rem; font-weight: 700; color: #0a0a0a; margin-bottom: 1.5rem; letter-spacing: -0.025em; }
.vy-why-sub { color: rgba(10,10,10,0.7); font-size: 1.125rem; max-width: 48rem; margin: 0 auto; line-height: 1.7; }
.vy-why-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.vy-why-card { position: relative; background: linear-gradient(135deg, #fafafa, #ffffff); padding: 2rem; border-radius: 16px; border: 1px solid rgba(0,0,0,0.05); clip-path: polygon(0px 0px, calc(100% - 16px) 0px, 100% 16px, 100% 100%, 0px 100%); transition: border-color 0.5s; overflow: hidden; }
.vy-why-card:hover { border-color: rgba(201,169,97,0.3); }
.vy-why-card-accent { position: absolute; top: 0; right: 0; width: 4rem; height: 4rem; background: linear-gradient(135deg, rgba(201,169,97,0.05), transparent); clip-path: polygon(100% 0px, 100% 100%, 0px 0px); opacity: 0; transition: opacity 0.5s; }
.vy-why-card:hover .vy-why-card-accent { opacity: 1; }
.vy-why-icon { width: 3.5rem; height: 3.5rem; margin-bottom: 1.5rem; display: flex; align-items: center; justify-content: center; border-radius: 12px; background: rgba(201,169,97,0.1); transition: background 0.3s; }
.vy-why-card:hover .vy-why-icon { background: rgba(201,169,97,0.2); }
.vy-why-card-title { font-size: 1.25rem; font-weight: 700; color: #0a0a0a; margin-bottom: 0.75rem; letter-spacing: -0.025em; }
.vy-why-card-text { color: rgba(10,10,10,0.7); line-height: 1.7; font-size: 15px; margin-bottom: 0; }
@media (min-width: 768px) {
    .vy-why-section { padding: 1rem 0; }
    .vy-why-wrap { padding: 0 1rem; }
    .vy-why-box { border-radius: 40px; padding: 4rem; }
    .vy-why-head { margin-bottom: 4rem; }
    .vy-why-title { font-size: 3rem; }
    .vy-why-sub { font-size: 1.25rem; }
    .vy-why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .vy-why-section { padding: 1.25rem 0; }
    .vy-why-wrap { padding: 0 1.5rem; }
    .vy-why-box { padding: 5rem; }
    .vy-why-head { margin-bottom: 5rem; }
    .vy-why-title { font-size: 3.75rem; }
    .vy-why-grid { grid-template-columns: repeat(4, 1fr); gap: 2rem; }
    .vy-why-card { padding: 2.5rem; }
    .vy-why-card-title { font-size: 1.5rem; }
}
/* Why Varna Yapi End */

/* Stats */
.vy-stats-section { position: relative; padding: 0.5rem 0; }
.vy-stats-wrap { max-width: 2000px; margin: 0 auto; padding: 0 0.75rem; }
.vy-stats-box { background: linear-gradient(135deg, #ffffff, #fafafa, #ffffff); border-radius: 24px; padding: 1.5rem; clip-path: polygon(0px 0px, calc(100% - 32px) 0px, 100% 32px, 100% 100%, 0px 100%); }
.vy-stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; text-align: center; }
.vy-stat-item { position: relative; padding: 0.5rem; }
.vy-stat-hover { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(201,169,97,0.05), transparent); border-radius: 12px; opacity: 0; transition: opacity 0.5s; }
.vy-stat-item:hover .vy-stat-hover { opacity: 1; }
.vy-stat-num { position: relative; font-size: 1.875rem; font-weight: 700; color: #C9A961; margin-bottom: 0.5rem; transition: transform 0.3s; }
.vy-stat-item:hover .vy-stat-num { transform: scale(1.1); }
.vy-stat-label { position: relative; color: rgba(10,10,10,0.7); text-transform: uppercase; font-size: 0.75rem; letter-spacing: 0.05em; font-weight: 500; }
@media (min-width: 768px) {
    .vy-stats-section { padding: 0.75rem 0; }
    .vy-stats-wrap { padding: 0 1rem; }
    .vy-stats-box { border-radius: 32px; padding: 2rem; }
    .vy-stats-grid { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
    .vy-stat-num { font-size: 2.25rem; }
    .vy-stat-label { font-size: 0.875rem; }
}
@media (min-width: 1024px) {
    .vy-stats-section { padding: 1rem 0; }
    .vy-stats-wrap { padding: 0 1.5rem; }
    .vy-stats-box { padding: 2.5rem; }
    .vy-stat-num { font-size: 3rem; }
    .vy-stat-label { gap: 1.5rem; }
}
/* Stats End */

/* CTA */
.vy-cta-section { position: relative; padding: 0.75rem 0; padding-top: 0 !important; }
.vy-cta-wrap { max-width: 2000px; margin: 0 auto; padding: 0 0.75rem; }
.vy-cta-box { text-align: center; background: linear-gradient(135deg, #0a0a0a, #1a1a1a, #0f0f0f); border-radius: 32px; padding: 3rem; clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0px 100%); }
.vy-cta-title { font-size: 1.875rem; font-weight: 700; color: #ffffff; margin-bottom: 1.5rem; letter-spacing: -0.025em; line-height: 1.2; }
.vy-cta-highlight { color: #C9A961; }
.vy-cta-sub { color: rgba(255,255,255,0.7); font-size: 1.125rem; margin-bottom: 2.5rem; max-width: 42rem; margin-left: auto; margin-right: auto; }
.vy-cta-btns { display: flex; flex-direction: column; align-items: center; gap: 1rem; justify-content: center; }
@media (min-width: 576px) { .vy-cta-title { font-size: 2.25rem; } .vy-cta-btns { flex-direction: row; } }
@media (min-width: 768px) { .vy-cta-section { padding: 1rem 0; } .vy-cta-wrap { padding: 0 1rem; } .vy-cta-box { border-radius: 40px; padding: 4rem; } .vy-cta-title { font-size: 3rem; } .vy-cta-sub { font-size: 1.25rem; margin-bottom: 3rem; } }
@media (min-width: 1024px) { .vy-cta-section { padding: 1.25rem 0; } .vy-cta-wrap { padding: 0 1.5rem; } .vy-cta-box { padding: 5rem; } .vy-cta-title { font-size: 3.75rem; } }
/* CTA End */

/* Our Partners */
.vy-partners-section { background: #ffffff; padding: 3rem 0; overflow: hidden; }
.vy-partners-head { text-align: center; margin-bottom: 2rem; padding: 0 1rem; }
.vy-partners-title { font-size: 1.75rem; font-weight: 700; color: #0a0a0a; margin-bottom: 0.5rem; letter-spacing: -0.02em; }
.vy-partners-sub { font-size: 0.95rem; color: rgba(10,10,10,0.5); margin-bottom: 0; }
.vy-partners-track-wrap { position: relative; overflow: hidden; }
.vy-partners-track-wrap::before,
.vy-partners-track-wrap::after { content: ''; position: absolute; top: 0; bottom: 0; width: 6rem; z-index: 2; pointer-events: none; }
.vy-partners-track-wrap::before { left: 0; background: linear-gradient(to right, #ffffff, transparent); }
.vy-partners-track-wrap::after { right: 0; background: linear-gradient(to left, #ffffff, transparent); }
.vy-partners-swiper { overflow: hidden; }
.vy-partners-logo { display: flex; align-items: center; justify-content: center; }
.vy-partner-img { height: 140px; width: auto; max-width: 140px; object-fit: contain; filter: grayscale(100%) opacity(0.5); transition: filter 0.3s; }
.vy-partners-logo:hover .vy-partner-img { filter: grayscale(0%) opacity(1); }
@media (min-width: 768px) { .vy-partner-img { height: 100px; } }
/* Our Partners End */

/* Our Projects */
.vy-projects-section { position: relative; background: #fff; padding: 0.75rem; }
.vy-projects-wrap { max-width: 2000px; margin: 0 auto; background: #111118; border-radius: 32px; padding: 3rem; }
.vy-projects-head { text-align: center; margin-bottom: 3rem; }
.vy-projects-title { font-size: 2.5rem; font-weight: 700; color: #ffffff; margin-bottom: 0.75rem; letter-spacing: -0.02em; }
.vy-projects-sub { font-size: 1rem; color: rgba(255,255,255,0.5); margin-bottom: 0; }
.vy-projects-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.vy-project-card { position: relative; display: block; border-radius: 16px; overflow: hidden; aspect-ratio: 16/10; text-decoration: none; }
.vy-project-card:hover .vy-project-overlay { opacity: 1; }
.vy-project-card:hover .vy-project-img { transform: scale(1.05); }
.vy-project-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
.vy-project-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.1) 50%, transparent 100%); opacity: 0.7; transition: opacity 0.4s; }
.vy-project-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.25rem 1.5rem; }
.vy-project-name { font-size: 1.5rem; font-weight: 700; color: #ffffff; margin-bottom: 0.2rem; letter-spacing: -0.01em; }
.vy-project-loc { font-size: 1.1rem; color: rgba(255,255,255,0.65); }
.vy-projects-footer { display: flex; flex-direction: column; align-items: center; gap: 1rem; margin-top: 3rem; }
.vy-projects-btn { position: relative; display: inline-block; padding: 0.875rem 2rem; font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; text-decoration: none; overflow: hidden; transition: background 0.3s, color 0.3s; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%); }
.vy-projects-btn span { position: relative; z-index: 1; }
.vy-projects-btn--gold { background: #C9A961; color: #0a0a0a; }
.vy-projects-btn--gold:hover { background: #d4b56f; color: #0a0a0a; }
.vy-projects-btn-shimmer { position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transform: translateX(-100%); transition: transform 0.7s; }
.vy-projects-btn--gold:hover .vy-projects-btn-shimmer { transform: translateX(100%); }
.vy-projects-btn--outline { background: transparent; color: #ffffff; border: 1px solid rgba(255,255,255,0.3); }
.vy-projects-btn--outline:hover { background: rgba(255,255,255,0.1); color: #ffffff; }
@media (min-width: 576px) { .vy-projects-footer { flex-direction: row; justify-content: center; } .vy-projects-btn { padding: 0.875rem 2.5rem; font-size: 12px; } }
@media (min-width: 1024px) { .vy-projects-footer { margin-top: 4rem; } .vy-projects-btn { padding: 1rem 3rem; } }
@media (min-width: 576px) { .vy-projects-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px) {
    .vy-projects-section { padding: 1rem; }
    .vy-projects-wrap { border-radius: 40px; padding: 4rem; }
    .vy-projects-title { font-size: 3rem; }
}
@media (min-width: 1024px) {
    .vy-projects-section { padding: 1.25rem; }
    .vy-projects-wrap { padding: 5rem; }
    .vy-projects-grid { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
    .vy-projects-title { font-size: 3.75rem; }
}
/* Page Hero */
.vy-page-hero { background: linear-gradient(to bottom, #000000, #0a0a0a); padding: 0.75rem; padding-top: calc(130px + 1.25rem); }
.vy-page-hero-wrap { max-width: 2000px; margin: 0 auto; }
.vy-page-hero-box { position: relative; background: linear-gradient(135deg, #0a0a0a, #1a1a1a, #0f0f0f); border-radius: 32px; padding: 3rem; clip-path: polygon(0px 0px, calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%); overflow: hidden; }
.vy-page-hero-bg { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(3, 1fr); pointer-events: none; overflow: hidden; }
.vy-page-hero-bg-img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0.1; display: block; }
.vy-page-hero-content { position: relative; z-index: 1; text-align: center; }
.vy-page-hero-title { font-size: 2.25rem; font-weight: 700; color: #ffffff; margin-bottom: 1.5rem; letter-spacing: -0.025em; line-height: 1.1; }
.vy-page-hero-sub { color: rgba(255,255,255,0.7); font-size: 1rem; max-width: 42rem; margin: 0 auto 2rem; }
.vy-page-hero-search { position: relative; max-width: 36rem; margin: 0 auto 2rem; padding: 0 1rem; }
.vy-page-hero-search-input { width: 100%; padding: 1rem 3rem 1rem 1.5rem; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 9999px; color: #ffffff; font-size: 0.95rem; outline: none; transition: border-color 0.3s; }
.vy-page-hero-search-input::placeholder { color: rgba(255,255,255,0.5); }
.vy-page-hero-search-input:focus { border-color: #C9A961; }
.vy-page-hero-search-icon { position: absolute; right: 2rem; top: 50%; transform: translateY(-50%); width: 1.25rem; height: 1.25rem; color: rgba(255,255,255,0.5); pointer-events: none; }
.vy-page-hero-filters { display: flex; align-items: center; justify-content: center; gap: 0.25rem; flex-wrap: wrap; padding: 0 1rem; margin-top: 2rem; }
.vy-page-hero-filter { position: relative; padding: 0.625rem 1rem; background: none; border: none; color: rgba(255,255,255,0.5); font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; cursor: pointer; transition: color 0.3s; white-space: nowrap; }
.vy-page-hero-filter:hover { color: rgba(255,255,255,0.85); }
.vy-page-hero-filter.vy-filter-active { color: #ffffff; }
.vy-filter-bar { display: block; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: #C9A961; transform: scaleX(0); transition: transform 0.3s; }
.vy-page-hero-filter.vy-filter-active .vy-filter-bar { transform: scaleX(1); }
@media (min-width: 576px) { .vy-page-hero-title { font-size: 3rem; } .vy-page-hero-filter { font-size: 0.7rem; padding: 0.75rem 1.25rem; } }
@media (min-width: 768px) { .vy-page-hero { padding: 1rem; padding-top: calc(130px + 1.25rem); } .vy-page-hero-box { border-radius: 40px; padding: 4rem; } .vy-page-hero-title { font-size: 3.75rem; } .vy-page-hero-sub { font-size: 1.125rem; } .vy-page-hero-filter { font-size: 0.75rem; padding: 0.75rem 1.5rem; } }
@media (min-width: 1024px) { .vy-page-hero { padding: 1.25rem; padding-top: calc(130px + 1.25rem); } .vy-page-hero-box { padding: 5rem; } .vy-page-hero-title { font-size: 4.5rem; } .vy-page-hero-sub { font-size: 1.25rem; } .vy-page-hero-filter { font-size: 0.8rem; } }
/* Page Hero End */

/* Projeler Hero */
.vy-proje-hero { background: linear-gradient(to bottom, #000000, #0a0a0a); padding: calc(8rem + 0.75rem) 0 0; }
.vy-proje-hero-box { position: relative; border-radius: 32px 32px 0 0; overflow: hidden; clip-path: polygon(0px 0px, calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%); padding: 3rem 2rem; }
.vy-proje-hero-bg { position: absolute; inset: 0; }
.vy-proje-hero-bg-img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; opacity: 0.65; }
.vy-proje-hero-box::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(10,10,10,0.35) 0%, rgba(10,10,10,0.6) 100%); }
.vy-proje-hero-box .vy-page-hero-content { position: relative; z-index: 1; }
.vy-proje-hero-filters { display: flex; align-items: center; justify-content: center; gap: 0; margin-top: 2rem; flex-wrap: wrap; }
.vy-proje-separator { width: 1px; height: 1.5rem; background: rgba(255,255,255,0.2); margin: 0 0.25rem; }
@media (min-width: 768px) { .vy-proje-hero { padding-top: calc(8rem + 1rem); } .vy-proje-hero-box { border-radius: 40px 40px 0 0; padding: 4rem 3rem; } }
@media (min-width: 1024px) { .vy-proje-hero { padding-top: calc(8rem + 1.25rem); } .vy-proje-hero-box { padding: 5rem 4rem; } }
/* Projeler Hero End */

/* Proje Detay Hero */
.vy-pd-hero { background: linear-gradient(to bottom, #000000, #0a0a0a); padding-top: 8rem; }
.vy-pd-hero-wrap { max-width: 2000px; margin: 0 auto; padding: 0.75rem; padding-top: 0; }
.vy-pd-hero-box { position: relative; border-radius: 32px; overflow: hidden; clip-path: polygon(0px 0px, calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%); height: 60vh; min-height: 420px; }
.vy-pd-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.vy-pd-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, #000000 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.3) 100%); }
.vy-pd-hero-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 2rem; }
.vy-pd-hero-badge { display: inline-block; padding: 0.5rem 1rem; background: rgba(201,169,97,0.2); border: 1px solid rgba(201,169,97,0.5); color: #C9A961; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1rem; }
.vy-pd-hero-title { font-size: 2.25rem; font-weight: 700; color: #ffffff; margin-bottom: 1rem; line-height: 1.1; letter-spacing: -0.025em; }
.vy-pd-hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; color: rgba(255,255,255,0.7); font-size: 0.875rem; }
.vy-pd-hero-meta-item { display: flex; align-items: center; gap: 0.5rem; }
@media (min-width: 576px) { .vy-pd-hero-content { padding: 3rem; } .vy-pd-hero-badge { font-size: 11px; } .vy-pd-hero-title { font-size: 3rem; } .vy-pd-hero-meta { gap: 1.5rem; font-size: 1rem; } }
@media (min-width: 768px) { .vy-pd-hero-wrap { padding: 1rem; padding-top: 0; } .vy-pd-hero-box { border-radius: 40px; } .vy-pd-hero-title { font-size: 3.75rem; } }
@media (min-width: 1024px) { .vy-pd-hero-wrap { padding: 1.25rem; padding-top: 0; } .vy-pd-hero-content { padding: 4rem; } .vy-pd-hero-title { font-size: 4.5rem; } .vy-pd-hero-meta { font-size: 1.125rem; } }
@media (min-width: 1280px) { .vy-pd-hero-title { font-size: 6rem; } }
/* Proje Detay Hero End */

/* Proje Detay Gallery */
.vy-pd-gallery { background: #ffffff; padding: 1.5rem 0; }
.vy-pd-gallery-wrap { max-width: 2000px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; padding: 0 1.5rem;}
.vy-pd-thumb { position: relative; height: 350px; overflow: hidden; border-radius: 12px; cursor: pointer; border: none; padding: 0; background: none; clip-path: polygon(0px 0px, calc(100% - 12px) 0px, 100% 12px, 100% 100%, 0px 100%); opacity: 0.55; transform: scale(1); transition: opacity 0.3s, transform 0.3s, outline 0.3s; outline: 3px solid transparent; outline-offset: 0px; }
.vy-pd-thumb:hover { opacity: 0.85; }
.vy-pd-thumb-active { opacity: 1;}
.vy-pd-thumb-img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
/* Proje Detay Gallery End */

/* Proje Detay Content */
.vy-pd-content { background: #ffffff; padding: 0.75rem 0; }
.vy-pd-content-wrap { max-width: 2000px; margin: 0 auto; padding: 0 0.75rem; }
.vy-pd-content-inner { max-width: 1600px; margin: 0 auto; }
.vy-pd-grid { display: grid; gap: 1.5rem; }
.vy-pd-main { display: flex; flex-direction: column; gap: 1.5rem; }
@media (min-width: 768px) { .vy-pd-content { padding: 1rem 0; } .vy-pd-content-wrap { padding: 0 1rem; } }
@media (min-width: 1024px) { .vy-pd-content { padding: 1.25rem 0; } .vy-pd-content-wrap { padding: 0 1.5rem; } .vy-pd-grid { grid-template-columns: 2fr 1fr; gap: 2rem; } .vy-pd-main { gap: 2rem; } }
@media (max-width: 768px) { .vy-pd-thumb {height: 140px;} }
/* Proje Detay Content End */

/* Blog Detay Hero */
.vy-blog-detay-hero { position: relative; height: 50vh; overflow: hidden; }
.vy-blog-detay-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.vy-blog-detay-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 50%, #0a0a0a 100%); }
@media (min-width: 576px) { .vy-blog-detay-hero { height: 50vh; } }
@media (min-width: 768px) { .vy-blog-detay-hero { height: 60vh; } }
/* Blog Detay Hero End */

/* Blog Article */
.vy-blog-article { position: relative; z-index: 10; background: #0a0a0a; margin-top: -5rem; padding: 0 1rem 3rem; margin-bottom: 3rem; }
.vy-blog-article::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 8rem; background: linear-gradient(to bottom, transparent, #0a0a0a); pointer-events: none; transform: translateY(-100%); }
.vy-blog-article-wrap { max-width: 56rem; margin: 0 auto; }
.vy-blog-article-header { background: linear-gradient(135deg, rgba(201,169,97,0.1), rgba(0,0,0,0.05)); border: 1px solid rgba(201,169,97,0.2); border-radius: 16px; padding: 1.5rem; margin-bottom: 3rem; backdrop-filter: blur(8px); }
.vy-blog-article-title { font-size: 2rem; font-weight: 700; color: #ffffff; margin: 1rem 0; line-height: 1.2; letter-spacing: -0.025em; }
.vy-blog-article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; color: rgba(255,255,255,0.6); font-size: 0.75rem; }
.vy-blog-article-meta-item { display: flex; align-items: center; gap: 0.5rem; }
.vy-blog-article-body { color: rgba(255,255,255,0.8); font-size: 1.125rem; line-height: 1.75; }
.vy-blog-article-body p { margin-bottom: 1.5rem; }
.vy-blog-article-body h2 { font-size: 1.5rem; font-weight: 700; color: #ffffff; margin: 2.5rem 0 1rem; letter-spacing: -0.02em; }
.vy-blog-article-foot { margin-top: 3rem; padding-top: 3rem; border-top: 1px solid rgba(255,255,255,0.1); }
.vy-blog-article-back { display: inline-block; padding: 0.875rem 2rem; background: #C9A961; color: #000000; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; text-decoration: none; border-radius: 9999px; transition: background 0.3s; }
.vy-blog-article-back:hover { background: #d4b56f; color: #000000; }
@media (min-width: 576px) { .vy-blog-article { padding: 0 2rem 3rem; margin-top: -6rem; } .vy-blog-article-header { padding: 2rem; } .vy-blog-article-title { font-size: 2.5rem; } .vy-blog-article-meta { font-size: 0.875rem; } }
@media (min-width: 768px) { .vy-blog-article { padding: 0 4rem 3rem; margin-top: -8rem; } .vy-blog-article-header { padding: 3rem; } .vy-blog-article-title { font-size: 3rem; } }
@media (min-width: 1024px) { .vy-blog-article-title { font-size: 3.75rem; } }
/* Blog Article End */

/* Detay Hero */
.vy-detay-hero { background: linear-gradient(to bottom, #000000, #0a0a0a); padding-top: 9rem; }
.vy-detay-hero-wrap { max-width: 2000px; margin: 0 auto; padding: 0.75rem; padding-top: 0; }
.vy-detay-hero-box { position: relative; border-radius: 32px; overflow: hidden; clip-path: polygon(0px 0px, calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%); box-shadow: 0 25px 50px rgba(0,0,0,0.5); height: 60vh; min-height: 420px; }
.vy-detay-hero-imgs { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.vy-detay-hero-img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.vy-detay-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, #000000 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.3) 100%); }
.vy-detay-hero-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 2rem; }
.vy-detay-hero-badge { display: inline-block; padding: 0.5rem 1rem; background: rgba(201,169,97,0.2); border: 1px solid rgba(201,169,97,0.5); color: #C9A961; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1rem; }
.vy-detay-hero-title { font-size: 2.25rem; font-weight: 700; color: #ffffff; margin-bottom: 1rem; line-height: 1.1; letter-spacing: -0.025em; }
.vy-detay-hero-sub { color: rgba(255,255,255,0.7); font-size: 1rem; max-width: 48rem; margin: 0; }
@media (min-width: 576px) { .vy-detay-hero-content { padding: 3rem; } .vy-detay-hero-badge { font-size: 11px; } .vy-detay-hero-title { font-size: 3rem; } .vy-detay-hero-sub { font-size: 1.125rem; } }
@media (min-width: 768px) { .vy-detay-hero-wrap { padding: 1rem; padding-top: 0; } .vy-detay-hero-box { border-radius: 40px; } .vy-detay-hero-title { font-size: 3.75rem; } }
@media (min-width: 1024px) { .vy-detay-hero-wrap { padding: 1.25rem; padding-top: 0; } .vy-detay-hero-content { padding: 4rem; } .vy-detay-hero-title { font-size: 4.5rem; } .vy-detay-hero-sub { font-size: 1.25rem; } }
@media (min-width: 1280px) { .vy-detay-hero-title { font-size: 6rem; } }
/* Detay Hero End */

/* Detay Content */
.vy-detay-content { background: #ffffff; padding: 0.75rem 0; }
.vy-detay-content-wrap { max-width: 2000px; margin: 0 auto; padding: 0 0.75rem; }
.vy-detay-content-inner { max-width: 1600px; margin: 0 auto; }
.vy-detay-grid { display: grid; gap: 1.5rem; }
.vy-detay-main { display: flex; flex-direction: column; gap: 1.5rem; }
.vy-detay-card { background: #0a0a0a; border-radius: 24px; padding: 2rem;  clip-path: polygon(0px 0px, calc(100% - 32px) 0px, 100% 32px, 100% 100%, 0px 100%); }
.vy-detay-card-gold { background: #0a0a0a; outline: 1px solid rgba(201,169,97,0.2); clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0px 100%); }
.vy-detay-card-title { font-size: 1.5rem; font-weight: 700; color: #ffffff; margin-bottom: 1.5rem; letter-spacing: -0.025em; }
.vy-detay-card-text { color: rgba(255,255,255,0.7); font-size: 1rem; line-height: 1.75; margin: 0; }
.vy-detay-features { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.vy-detay-usage { display: flex; flex-direction: column; gap: 1rem; }
.vy-detay-feature-item { display: flex; align-items: flex-start; gap: 0.75rem; color: rgba(255,255,255,0.8); font-size: 1rem; }
.vy-detay-dot { width: 8px; height: 8px; background: #C9A961; border-radius: 50%; flex-shrink: 0; margin-top: 0.5rem; transition: transform 0.3s; }
.vy-detay-feature-item:hover .vy-detay-dot { transform: scale(1.5); }
.vy-detay-feature-item:hover span:last-child { color: #ffffff; }
.vy-detay-feature-item span:last-child { transition: color 0.3s; }
.vy-detay-back { margin-top: 1.5rem; }
.vy-detay-back-btn { position: relative; display: inline-flex; align-items: center; gap: 0.75rem; padding: 0.875rem 2rem; background: #C9A961; color: #0a0a0a; font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; text-decoration: none; overflow: hidden; clip-path: polygon(0px 0px, calc(100% - 12px) 0px, 100% 12px, 100% 100%, 0px 100%); transition: background 0.3s; }
.vy-detay-back-btn:hover { background: #d4b56f; color: #0a0a0a; }
.vy-detay-back-shimmer { position: absolute; inset: 0; background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent); transform: translateX(-100%); transition: transform 0.7s; }
.vy-detay-back-btn:hover .vy-detay-back-shimmer { transform: translateX(100%); }
@media (min-width: 576px) { .vy-detay-features { grid-template-columns: repeat(2, 1fr); } .vy-detay-card-title { font-size: 1.875rem; } .vy-detay-back-btn { padding: 0.875rem 2.5rem; font-size: 12px; } }
@media (min-width: 768px) { .vy-detay-content { padding: 1rem 0; } .vy-detay-content-wrap { padding: 0 1rem; } .vy-detay-card { border-radius: 32px; padding: 3rem; } .vy-detay-card-title { font-size: 2.25rem; } }
@media (min-width: 1024px) { .vy-detay-content { padding: 1.25rem 0; } .vy-detay-content-wrap { padding: 0 1.5rem; } .vy-detay-grid { grid-template-columns: 2fr 1fr; gap: 2rem; } .vy-detay-main { gap: 2rem; } .vy-detay-card { padding: 3.5rem; } .vy-detay-back { margin-top: 1.5rem; } .vy-detay-back-btn { padding: 1rem 3rem; } }
/* Detay Content End */

/* Page Content */
.py-set { padding: 3rem 0; }
.vy-hizmetler-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.vy-hizmet-item { display: block; margin-bottom: 1.5rem; }
.vy-hizmet-item.vy-hidden { display: none; }
@keyframes vyFadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.vy-hizmet-item.vy-anim-in { animation: vyFadeIn 0.35s ease forwards; }
@media (min-width: 576px) { .vy-hizmet-item { margin-bottom: 0; } }
.vy-hizmet-card { position: relative; display: block; height: 20rem; border-radius: 16px; overflow: hidden; text-decoration: none; clip-path: polygon(0px 0px, calc(100% - 16px) 0px, 100% 16px, 100% 100%, 0px 100%); }
.vy-hizmet-card-img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform 0.6s ease; }
.vy-hizmet-card:hover .vy-hizmet-card-img { transform: scale(1.05); }
.vy-hizmet-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 50%, transparent 100%); }
.vy-hizmet-card-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.5rem; }
.vy-hizmet-card-badge { display: inline-block; padding: 0.375rem 0.75rem; background: rgba(201,169,97,0.2); border: 1px solid rgba(201,169,97,0.5); color: #C9A961; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.75rem; }
.vy-hizmet-card-title { font-size: 1.5rem; font-weight: 700; color: #ffffff; margin-bottom: 0.5rem; line-height: 1.2; transition: color 0.3s; }
.vy-hizmet-card:hover .vy-hizmet-card-title { color: #C9A961; }
.vy-hizmet-card-desc { color: rgba(255,255,255,0.7); font-size: 0.875rem; line-height: 1.5; margin: 0; }
@media (min-width: 576px) { .vy-hizmetler-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .vy-hizmetler-grid { grid-template-columns: repeat(3, 1fr); } .py-set { padding: 4rem 0; } }
@media (min-width: 1200px) { .vy-hizmetler-grid { grid-template-columns: repeat(4, 1fr); } }

/* Toast Notifications */
.toast-container { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 99999; display: flex; flex-direction: column; gap: 0.75rem; pointer-events: none; }
.toast { background: #1a1a1a; color: #ffffff; padding: 1rem 1.25rem; border-radius: 12px; font-size: 0.875rem; line-height: 1.5; min-width: 260px; max-width: 360px; box-shadow: 0 8px 32px rgba(0,0,0,0.3); border-left: 4px solid #C9A961; opacity: 0; transform: translateX(1rem); transition: opacity 0.35s ease, transform 0.35s ease; pointer-events: auto; }
.toast.show { opacity: 1; transform: translateX(0); }
.toast.success { border-left-color: #22c55e; }
.toast.error { border-left-color: #ef4444; }
.toast.warning { border-left-color: #f59e0b; }
.toast strong { display: block; margin-bottom: 0.25rem; font-weight: 700; }
/* Toast Notifications End */

/* About Page Content */
.vy-ab-section { padding: 0.75rem; }
.vy-ab-wrap { max-width: 2000px; margin: 0 auto; }
.vy-ab-box-light { background: linear-gradient(135deg, #ffffff, #fafafa); border-radius: 32px; padding: 2rem; clip-path: polygon(0px 0px, calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%); }
.vy-ab-box-dark { background: #0a0a0a; border-radius: 32px; padding: 2rem; clip-path: polygon(0px 0px, calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%); }
.vy-ab-head { margin-bottom: 3rem; }
.vy-ab-2col { display: grid; gap: 2rem; }
.vy-ab-2col-flat { display: grid; gap: 1rem; }
.vy-ab-3col { display: grid; gap: 1.5rem; }
.vy-ab-text-block { display: flex; flex-direction: column; gap: 1rem; }
.vy-ab-img-wrap { height: 18rem; overflow: hidden; border-radius: 16px; clip-path: polygon(0px 0px, calc(100% - 20px) 0px, 100% 20px, 100% 100%, 0px 100%); }
.vy-ab-img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.vy-ab-title-dark { font-size: 1.875rem; font-weight: 700; color: #0a0a0a; letter-spacing: -0.025em; margin-bottom: 1rem; }
.vy-ab-title-white { font-size: 1.875rem; font-weight: 700; color: #ffffff; letter-spacing: -0.025em; margin-bottom: 1rem; }
.vy-ab-title-gold { font-size: 1.5rem; font-weight: 700; color: #C9A961; letter-spacing: -0.02em; margin-bottom: 1rem; }
.vy-ab-sub-dark { color: rgba(10,10,10,0.7); font-size: 1rem; max-width: 48rem; margin: 0 auto; line-height: 1.7; }
.vy-ab-text-dark { color: rgba(10,10,10,0.8); font-size: 0.9375rem; line-height: 1.7; margin: 0; }
.vy-ab-text-light { color: rgba(255,255,255,0.8); font-size: 0.9375rem; line-height: 1.7; margin: 0; }
.vy-ab-goal-text { color: #C9A961; font-size: 1.5rem; font-weight: 600; margin: 0; }
.vy-ab-dark-card { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 2rem; clip-path: polygon(0px 0px, calc(100% - 16px) 0px, 100% 16px, 100% 100%, 0px 100%); transition: border-color 0.5s; display: flex; flex-direction: column; gap: 1rem; }
.vy-ab-dark-card:hover { border-color: rgba(201,169,97,0.5); }
.vy-ab-dark-card-title { font-size: 1.25rem; font-weight: 700; color: #ffffff; letter-spacing: -0.02em; }
.vy-stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; text-align: center; }
.vy-stat-item { position: relative; }
.vy-stat-num { font-size: 2.5rem; font-weight: 700; color: #C9A961; margin-bottom: 0.5rem; transition: transform 0.3s; }
.vy-stat-item:hover .vy-stat-num { transform: scale(1.1); }
.vy-stat-label { color: rgba(255,255,255,0.7); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 500; }
@media (min-width: 576px) { .vy-stats-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 768px) { .vy-ab-section { padding: 1rem; } .vy-ab-box-light { border-radius: 40px; padding: 3rem; } .vy-ab-box-dark { border-radius: 40px; padding: 3rem; } .vy-ab-2col { grid-template-columns: repeat(2, 1fr); align-items: center; } .vy-ab-2col-flat { grid-template-columns: repeat(2, 1fr); } .vy-ab-3col { grid-template-columns: repeat(3, 1fr); } .vy-ab-img-wrap { height: auto; min-height: 300px; } .vy-ab-title-dark { font-size: 2.5rem; } .vy-ab-title-white { font-size: 2.5rem; } .vy-ab-title-gold { font-size: 2rem; } .vy-stat-num { font-size: 3rem; } }
@media (min-width: 1024px) { .vy-ab-section { padding: 1.25rem; } .vy-ab-box-light { padding: 4rem; } .vy-ab-box-dark { padding: 4rem; } .vy-ab-img-wrap { min-height: 400px; } .vy-ab-title-dark { font-size: 3rem; } .vy-ab-title-white { font-size: 3rem; } .vy-ab-goal-text { font-size: 2rem; } .vy-stat-num { font-size: 3.75rem; } }
/* About Page Content End */

/* About Hero */
.vy-about-hero { padding: calc(8rem + 0.75rem) 0.75rem 0; background:linear-gradient(to bottom, #000000, #f8f8f8)}
.vy-about-hero-box { position: relative; height: 40vh; border-radius: 32px; overflow: hidden; }
.vy-about-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.vy-about-hero-overlay-lr { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.3), transparent 50%, rgba(0,0,0,0.3)); }
.vy-about-hero-overlay-tb { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.2), transparent 50%, rgba(0,0,0,0.4)); }
.vy-about-hero-content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; }
.vy-about-hero-title { font-size: 3rem; font-weight: 700; color: #ffffff; letter-spacing: -0.025em; margin: 0; }
.vy-about-hero-line { display: block; width: 4rem; height: 2px; background: #C9A961; }
.vy-about-hero-sub { font-family: 'Tangerine', cursive; font-size: 1.5rem; color: rgba(255,255,255,0.9); margin: 0; font-weight: 400; }
@media (min-width: 576px) { .vy-about-hero-box { height: 45vh; } .vy-about-hero-title { font-size: 3.75rem; } .vy-about-hero-sub { font-size: 2rem; } }
@media (min-width: 768px) { .vy-about-hero { padding-left: 1rem; padding-right: 1rem; } .vy-about-hero-box { height: 50vh; border-radius: 40px; } .vy-about-hero-title { font-size: 4.5rem; } .vy-about-hero-sub { font-size: 2.5rem; } }
@media (min-width: 1024px) { .vy-about-hero { padding-left: 1.5rem; padding-right: 1.5rem; } .vy-about-hero-title { font-size: 5.5rem; } .vy-about-hero-sub { font-size: 3rem; } }
/* About Hero End */

/* Contact Page */
.vy-contact-info-section { background: linear-gradient(to bottom, #000000, #f8f8f8); padding: calc(8rem + 0.75rem) 0.75rem 0.75rem; }
.vy-contact-info-wrap { max-width: 2000px; margin: 0 auto; }
.vy-contact-info-box { background: linear-gradient(135deg, #ffffff, #fafafa); border-radius: 32px; padding: 2rem; clip-path: polygon(0px 0px, calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%); }
.vy-contact-info-head { text-align: center; margin-bottom: 3rem; }
.vy-contact-info-title { font-size: 2.25rem; font-weight: 700; color: #0a0a0a; letter-spacing: -0.025em; margin: 0; }
.vy-contact-cards { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.vy-contact-card { position: relative; background: linear-gradient(135deg, #fafafa, #ffffff); border: 1px solid rgba(0,0,0,0.05); border-radius: 16px; padding: 2rem; clip-path: polygon(0px 0px, calc(100% - 16px) 0px, 100% 16px, 100% 100%, 0px 100%); transition: border-color 0.5s; overflow: hidden; }
.vy-contact-card:hover { border-color: rgba(201,169,97,0.3); }
.vy-contact-card-corner { position: absolute; top: 0; right: 0; width: 4rem; height: 4rem; background: linear-gradient(135deg, rgba(201,169,97,0.05), transparent); clip-path: polygon(100% 0px, 100% 100%, 0px 0px); opacity: 0; transition: opacity 0.5s; }
.vy-contact-card:hover .vy-contact-card-corner { opacity: 1; }
.vy-contact-card-icon { width: 3.5rem; height: 3.5rem; margin-bottom: 1.5rem; display: flex; align-items: center; justify-content: center; border-radius: 12px; background: rgba(201,169,97,0.1); transition: background 0.3s; }
.vy-contact-card:hover .vy-contact-card-icon { background: rgba(201,169,97,0.2); }
.vy-contact-card-title { font-size: 1.25rem; font-weight: 700; color: #0a0a0a; margin-bottom: 0.75rem; letter-spacing: -0.02em; }
.vy-contact-card-text { color: rgba(10,10,10,0.7); font-size: 0.9375rem; line-height: 1.6; margin: 0; }
.vy-contact-card-link { color: rgba(10,10,10,0.7); font-size: 0.9375rem; line-height: 1.6; text-decoration: none; transition: color 0.3s; display: block; }
.vy-contact-card-link:hover { color: #C9A961; }

.vy-contact-form-section { background: linear-gradient(to bottom, #f8f8f8, #ffffff); padding: 0.75rem; }
.vy-contact-form-wrap { max-width: 2000px; margin: 0 auto; }
.vy-contact-form-box { background: #0a0a0a; border-radius: 32px; padding: 2rem; clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0px 100%); }
.vy-contact-form-head { text-align: center; margin-bottom: 3rem; }
.vy-contact-form-title { font-size: 2.25rem; font-weight: 700; color: #ffffff; letter-spacing: -0.025em; margin: 0; }
.vy-contact-form-inner { display: grid; gap: 2rem; }
.vy-contact-form { display: flex; flex-direction: column; gap: 1.5rem; }
.vy-cf-row { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.vy-cf-group { display: flex; flex-direction: column; gap: 0.5rem; }
.vy-cf-label { color: rgba(255,255,255,0.7); font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; }
.vy-cf-input { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: #ffffff; padding: 0.875rem 1rem; font-size: 0.875rem; border-radius: 12px; outline: none; width: 100%; transition: border-color 0.3s, background 0.3s; font-family: inherit; }
.vy-cf-input::placeholder { color: rgba(255,255,255,0.3); }
.vy-cf-input:focus { border-color: #C9A961; background: rgba(255,255,255,0.1); }
.vy-cf-textarea { resize: none; min-height: 10rem; }
.vy-cf-submit { display: flex; justify-content: center; padding-top: 1rem; }
.vy-contact-map { border-radius: 16px; overflow: hidden; clip-path: polygon(0px 0px, calc(100% - 20px) 0px, 100% 20px, 100% 100%, 0px 100%); height: 400px; filter: grayscale(1); transition: filter 0.5s; }
.vy-contact-map:hover { filter: grayscale(0); }
.vy-contact-map iframe { width: 100%; height: 100%; display: block; border: 0; }

@media (min-width: 576px) { .vy-contact-cards { grid-template-columns: repeat(2, 1fr); } .vy-cf-row { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px) { .vy-contact-info-box { padding: 3rem; border-radius: 40px; } .vy-contact-info-title { font-size: 3rem; } .vy-contact-form-box { padding: 3rem; border-radius: 40px; } .vy-contact-form-title { font-size: 3rem; } }
@media (min-width: 992px) { .vy-contact-cards { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1024px) { .vy-contact-info-section { padding-top: calc(8rem + 1.25rem); padding-left: 1.5rem; padding-right: 1.5rem; } .vy-contact-form-section { padding: 1.5rem; } .vy-contact-info-box { padding: 4rem; } .vy-contact-form-box { padding: 4rem; } .vy-contact-info-title { font-size: 3.75rem; } .vy-contact-form-title { font-size: 3.75rem; } .vy-contact-form-inner { grid-template-columns: 1fr 1fr; } .vy-contact-map { height: 100%; min-height: 500px; } }
/* Contact Page End */

/* Blog Hero */
.vy-blog-hero { background: linear-gradient(to bottom, #000000, #0a0a0a); padding: 0.75rem; padding-top: calc(5rem + 0.75rem); }
.vy-blog-hero-wrap { max-width: 2000px; margin: 0 auto; }
.vy-blog-hero-box { background: #0a0a0a; border-radius: 32px; overflow: hidden; clip-path: polygon(0px 0px, calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%); padding: 2rem; position: relative; }
.vy-blog-swiper { border-radius: 24px; overflow: hidden; clip-path: polygon(0px 0px, calc(100% - 32px) 0px, 100% 32px, 100% 100%, 0px 100%); height: 400px; }
.vy-blog-slide { display: block; position: relative; width: 100%; height: 100%; text-decoration: none; }
.vy-blog-slide-img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform 0.7s ease; }
.vy-blog-slide:hover .vy-blog-slide-img { transform: scale(1.05); }
.vy-blog-slide-overlay { position: absolute; inset: 0; background: linear-gradient(to top, #000000 0%, rgba(0,0,0,0.6) 50%, transparent 100%); }
.vy-blog-slide-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.5rem; }
.vy-blog-slide-badge { display: inline-block; padding: 0.375rem 0.75rem; background: #C9A961; color: #000000; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1rem; clip-path: polygon(0px 0px, calc(100% - 8px) 0px, 100% 8px, 100% 100%, 0px 100%); }
.vy-blog-slide-title { font-size: 1.5rem; font-weight: 700; color: #ffffff; margin-bottom: 1rem; line-height: 1.2; transition: color 0.3s; }
.vy-blog-slide:hover .vy-blog-slide-title { color: #C9A961; }
.vy-blog-slide-desc { color: rgba(255,255,255,0.8); font-size: 0.875rem; margin-bottom: 1rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.vy-blog-slide-meta { display: flex; align-items: center; gap: 0.75rem; color: rgba(255,255,255,0.6); font-size: 0.75rem; }
.vy-blog-meta-dot { opacity: 0.4; }
.vy-blog-slide-cat { color: #C9A961; }
.vy-blog-nav { position: static; bottom: 2.5rem; right: 2.5rem; z-index: 10; display: flex; align-items: center; gap: 1rem; }
.vy-blog-dots { display: flex; align-items: center; gap: 0.375rem; }
.vy-blog-dots .swiper-pagination-bullet { width: 8px; height: 8px; background: rgba(255,255,255,0.4); border-radius: 9999px; opacity: 1; transition: width 0.3s, background 0.3s; margin: 0; }
.vy-blog-dots .swiper-pagination-bullet-active { width: 2rem; background: #C9A961; }
.vy-blog-counter { display: flex; align-items: center; gap: 0.25rem; color: #ffffff; font-size: 0.875rem; font-weight: 700; background: rgba(0,0,0,0.4); backdrop-filter: blur(8px); padding: 0.375rem 0.75rem; border-radius: 9999px; }
.vy-blog-sep { color: rgba(255,255,255,0.4); }
.vy-blog-tot { color: rgba(255,255,255,0.4); }
@media (min-width: 576px) { .vy-blog-swiper { height: 450px; } .vy-blog-slide-title { font-size: 1.875rem; } .vy-blog-slide-body { padding: 2rem; } }
@media (min-width: 768px) { .vy-blog-hero-box { border-radius: 40px; padding: 3rem; } .vy-blog-swiper { height: 500px; } .vy-blog-slide-title { font-size: 2.25rem; } }
@media (min-width: 1024px) { .vy-blog-nav {position: absolute;} .vy-blog-swiper { height: 550px; } .vy-blog-slide-title { font-size: 3rem; } .vy-blog-slide-body { padding: 3rem; } .vy-blog-slide-desc { font-size: 1.125rem; } .vy-blog-slide-meta { font-size: 0.875rem; } }
/* Blog Hero End */

/* Blog Cards */
.vy-blog-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.vy-blog-card { display: block; text-decoration: none; background: #ffffff; border: 1px solid rgba(0,0,0,0.08); border-radius: 16px; overflow: hidden; transition: box-shadow 0.3s, transform 0.3s; clip-path: polygon(0px 0px, calc(100% - 16px) 0px, 100% 16px, 100% 100%, 0px 100%); }
.vy-blog-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.12); transform: translateY(-4px); }
.vy-blog-card-img-wrap { height: 13rem; overflow: hidden; }
.vy-blog-card-img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform 0.6s ease; }
.vy-blog-card:hover .vy-blog-card-img { transform: scale(1.05); }
.vy-blog-card-body { padding: 1.5rem; }
.vy-blog-card-cat { display: inline-block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #C9A961; margin-bottom: 0.75rem; }
.vy-blog-card-title { font-size: 1.125rem; font-weight: 700; color: #0a0a0a; margin-bottom: 0.75rem; line-height: 1.35; transition: color 0.3s; }
.vy-blog-card:hover .vy-blog-card-title { color: #C9A961; }
.vy-blog-card-desc { color: rgba(10,10,10,0.65); font-size: 0.875rem; line-height: 1.6; margin-bottom: 1rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.vy-blog-card-meta { display: flex; align-items: center; justify-content: space-between; color: rgba(10,10,10,0.4); font-size: 0.75rem; }
@media (min-width: 576px) { .vy-blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .vy-blog-grid { grid-template-columns: repeat(3, 1fr); } }
/* Blog Cards End */

/* Blog News Section */
.vy-blog-news { background: linear-gradient(to bottom, #0a0a0a, #ffffff); padding: 0.75rem; padding-top: 0; }
.vy-blog-news-wrap { max-width: 2000px; margin: 0 auto; }
.vy-blog-news-box { background: #0a0a0a; border-radius: 32px; overflow: hidden; clip-path: polygon(0px 0px, calc(100% - 40px) 0px, 100% 40px, 100% 100%, 0px 100%); }
.vy-blog-news-filters { background: linear-gradient(135deg, #ffffff, #fafafa); border-bottom: 1px solid rgba(0,0,0,0.05); padding: 1.5rem; display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }
.vy-blog-filter-btn { padding: 0.75rem 1.5rem; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; border: none; cursor: pointer; transition: background 0.2s, color 0.2s; clip-path: polygon(0px 0px, calc(100% - 10px) 0px, 100% 10px, 100% 100%, 0px 100%); background: rgba(0,0,0,0.05); color: rgba(0,0,0,0.7); }
.vy-blog-filter-btn:hover { background: rgba(0,0,0,0.1); }
.vy-blog-filter-active { background: #C9A961 !important; color: #000000 !important; }
.vy-blog-news-inner { padding: 2rem; min-height: 50vh;}
.vy-blog-news-head { text-align: center; margin-bottom: 3rem; }
.vy-blog-news-title { font-size: 1.875rem; font-weight: 700; color: #ffffff; margin-bottom: 0.75rem; letter-spacing: -0.025em; }
.vy-blog-news-count { color: rgba(255,255,255,0.7); font-size: 1rem; margin: 0; }
.vy-blog-news-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.vy-blog-ncard { display: block; text-decoration: none; }
.vy-blog-ncard-img-wrap { position: relative; height: 15rem; overflow: hidden; border-radius: 16px; margin-bottom: 1.25rem; clip-path: polygon(0px 0px, calc(100% - 20px) 0px, 100% 20px, 100% 100%, 0px 100%); transition: outline 0.3s; }
.vy-blog-ncard:hover .vy-blog-ncard-img-wrap { outline: 2px solid rgba(201,169,97,0.5); outline-offset: 0; }
.vy-blog-ncard-img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform 0.7s ease; }
.vy-blog-ncard:hover .vy-blog-ncard-img { transform: scale(1.1); }
.vy-blog-ncard-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 50%, transparent 100%); }
.vy-blog-ncard-badge { position: absolute; top: 1rem; left: 1rem; padding: 0.375rem 0.75rem; background: rgba(201,169,97,0.9); color: #000000; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; clip-path: polygon(0px 0px, calc(100% - 8px) 0px, 100% 8px, 100% 100%, 0px 100%); }
.vy-blog-ncard-title { font-size: 1.25rem; font-weight: 700; color: #ffffff; margin-bottom: 0.75rem; line-height: 1.3; transition: color 0.3s; }
.vy-blog-ncard:hover .vy-blog-ncard-title { color: #C9A961; }
.vy-blog-ncard-desc { color: rgba(255,255,255,0.7); font-size: 0.875rem; line-height: 1.6; margin-bottom: 1rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.vy-blog-ncard-meta { display: flex; align-items: center; gap: 0.75rem; color: rgba(255,255,255,0.5); font-size: 0.75rem; }
.vy-blog-ncard.vy-hidden { display: none; }
.vy-blog-ncard.vy-anim-in { animation: vyFadeIn 0.4s ease forwards; }
.vy-blog-news-foot { display: flex; justify-content: center; margin-top: 3rem; }
@media (min-width: 576px) { .vy-blog-news-grid { grid-template-columns: repeat(2, 1fr); } .vy-blog-news-title { font-size: 2.25rem; } }
@media (min-width: 768px) { .vy-blog-news-filters { padding: 2rem; gap: 1rem; } .vy-blog-news-inner { padding: 3rem; } }
@media (min-width: 1024px) { .vy-blog-news-box { border-radius: 40px; } .vy-blog-news-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; } .vy-blog-news-inner { padding: 4rem; min-height: 50vh;} .vy-blog-news-title { font-size: 3rem; } .vy-blog-news-foot { margin-top: 4rem; } }
/* Blog News Section End */

/* Projeler Bento Grid */
.vy-projeler-page .vy-hizmetler-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; gap: 0.5rem; }
.vy-projeler-page .vy-hizmet-card { height: auto; }
.vy-projeler-page .vy-hizmet-card-title { font-size: 1.25rem; }
@media (min-width: 576px) {
    .vy-projeler-page .vy-hizmetler-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 280px; gap: 0.375rem; }
    .vy-projeler-page .vy-hizmet-card:nth-child(1) { grid-column: 1; grid-row: 1 / 3; }
    .vy-projeler-page .vy-hizmet-card:nth-child(2) { grid-column: 2; grid-row: 1; }
}
@media (min-width: 768px) {
    .vy-projeler-page .vy-hizmetler-grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 300px; gap: 0.5rem; }
    .vy-projeler-page .vy-hizmet-card:nth-child(1) { grid-column: 1 / 3; grid-row: 1 / 3; }
    .vy-projeler-page .vy-hizmet-card:nth-child(2) { grid-column: 3 / 5; grid-row: 1; }
    .vy-projeler-page .vy-hizmet-card:nth-child(3) { grid-column: 3; grid-row: 2; }
    .vy-projeler-page .vy-hizmet-card:nth-child(4) { grid-column: 4; grid-row: 2; }
    .vy-projeler-page .vy-hizmet-card-title { font-size: 1.5rem; }
    .vy-projeler-page .vy-hizmet-card:nth-child(1) .vy-hizmet-card-title { font-size: 2rem; }
}
@media (min-width: 1200px) {
    .vy-projeler-page .vy-hizmetler-grid { grid-auto-rows: 340px; gap: 0.625rem; }
    .vy-projeler-page .vy-hizmet-card:nth-child(1) .vy-hizmet-card-title { font-size: 2.5rem; }
}
/* Projeler Bento Grid End */
/* Page Content End */

/* Our Projects — refs strip */
.vy-projects-refs { position: relative; overflow: hidden; margin-bottom: 2.5rem; }
.vy-projects-refs::before,
.vy-projects-refs::after { content: ''; position: absolute; top: 0; bottom: 0; width: 5rem; z-index: 2; pointer-events: none; }
.vy-projects-refs::before { left: 0; background: linear-gradient(to right, #111118, transparent); }
.vy-projects-refs::after { right: 0; background: linear-gradient(to left, #111118, transparent); }
.vy-refs-swiper { overflow: hidden; }
.vy-projects-ref-logo { display: flex; align-items: center; justify-content: center; }
.vy-projects-ref-img { height: 36px; width: auto; max-width: 120px; object-fit: contain; filter: brightness(0) invert(1) opacity(0.45); transition: filter 0.3s; }
.vy-projects-ref-logo:hover .vy-projects-ref-img { filter: brightness(0) invert(1) opacity(0.9); }
@media (min-width: 768px) { .vy-projects-refs { margin-bottom: 3rem; } .vy-projects-ref-img { height: 44px; } }
/* Our Projects End */

