*
/* GENEL */
body{font-family: "Montserrat", sans-serif;color: #fff; scroll-behavior: smooth;    background: #07082A;}
a{text-decoration: none;transition: all 0.3s ease;}
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;}
.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;}
.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;}
.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; }
.tmp-mainmenu { display: flex; align-items: center; list-style: none; margin: 0; padding: 0; }
.tmp-mainmenu > li { position: relative; }
.tmp-mainmenu > li.has-dropdown .submenu { position: absolute; top: 120%; left: 50%; transform: translateX(-50%); background-color: #0b0c16; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 8px; min-width: 260px; padding: 12px 0; list-style: none; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6); opacity: 0; visibility: hidden; pointer-events: none; transition: all 0.25s ease-in-out; z-index: 99999; margin: 0; }
.tmp-mainmenu > li.has-dropdown:hover .submenu { opacity: 1; visibility: visible; pointer-events: auto; top: 100%; }
.tmp-mainmenu .submenu li { width: 100%; padding: 0; margin: 0; }
.tmp-mainmenu .submenu li a { display: block; padding: 10px 20px; color: rgba(255, 255, 255, 0.85) !important; text-decoration: none; font-size: 14px; font-weight: 500; transition: all 0.2s ease; text-align: left; white-space: nowrap; border: none !important; }
.tmp-mainmenu .submenu li a:hover { background-color: rgba(255, 255, 255, 0.05); color: #0d6efd !important; padding-left: 25px; }
    
/* GENEL END */

/* HEADER */
header.header-one { position: absolute; width: 100%; z-index: 100; top: 0; left: 0; }
header.header-one.header--transparent { position: absolute; }
header.header-one.set-header { position: fixed !important; background: #10102B; backdrop-filter: blur(9px); box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.05); animation: headerSticky 0.95s ease forwards; }
@keyframes headerSticky {
    0% { transform: translateY(-100%); }
    100% { transform: translateY(0); }
}
.header-defalut-spacing { padding: 25px 0; }
.header-defalut-spacing.set-header { padding: 10px 0; }
.header-content { display: flex; align-items: center; justify-content: space-between; }
.logo img { max-width: 200px; filter: brightness(0) invert(1); }
.tmp-header-right { display: flex; align-items: center; gap: 30px; }
.tmp-mainmenu { display: flex; align-items: center; gap: 5px; margin: 0; padding: 0; list-style: none; }
.tmp-mainmenu li a { color: #fff; font-size: 15px; font-weight: 400; padding: 8px 15px; border-radius: 4px; transition: all ease 0.3s; position: relative; }
.tmp-mainmenu li a::after { content: ""; position: absolute; bottom: 0; left: 15px; right: 15px; height: 2px; background: #99f2fd; transform: scaleX(0); transition: transform ease 0.3s; }
.tmp-mainmenu li a:hover { color: #fff; }
.tmp-mainmenu li a:hover::after { transform: scaleX(1); }
.tmp-mainmenu li.current a::after { transform: scaleX(1); }
.header-btn { display: flex; align-items: center; }
.tmp-btn { display: inline-block; padding: 10px 22px; border-radius: 50px; font-size: 14px; font-weight: 500; transition: all ease 0.3s; white-space: nowrap; }
.tmp-btn.btn-border { color: #fff; border: 1px solid rgba(255, 255, 255, 0.5); background: transparent; }
.tmp-btn.btn-border:hover { background: rgba(255, 255, 255, 0.15); border-color: #fff; color: #fff; }
.tmp-side-collups-area { display: flex; align-items: center; }
.sidenav-toogle { width: 46px; height: 46px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.6); display: flex; align-items: center; justify-content: center; cursor: pointer; color: #fff; transition: all ease 0.3s; position: relative; z-index: 1; }
.sidenav-toogle::after { content: ""; position: absolute; width: 100%; height: 100%; border-radius: 50%; background: rgba(255, 255, 255, 0.15); opacity: 0; transform: scale(0); transition: all ease 0.4s; z-index: -1; }
.sidenav-toogle:hover { border-color: #fff; }
.sidenav-toogle:hover::after { opacity: 1; transform: scale(1); }
.sidenav-toogle svg { fill: #fff; }
.header-social { display: flex; flex-direction: row; gap: 7px; height: 40px; align-items: center; }
.header-social li a { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; }
.header-social li a svg { fill: #fff; width: 20px; height: 20px; }
.side-nav { position: fixed; left: -300px; top: 0; background: #07082A; color: #fff; height: 100%; width: 300px; z-index: 5; transition: all ease 0.3s; display: flex; flex-direction: column; justify-content: space-between; }
.side-nav.shown { left: 0; }
.side-nav > ul > li:nth-child(1) { height: 90px; text-align: center; margin-bottom: 10px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
.side-nav > ul > li:nth-child(1) a:hover { background-color: transparent; }
.side-nav > ul > li:nth-child(1) a img { transition: all ease 200ms; max-height: 70px; margin-top: 10px; max-width: 100%; object-fit: contain; }
.side-nav > ul > li a { color: rgba(255, 255, 255, 0.87); display: block; font-size: 16px; height: 48px; line-height: 48px; padding: 0 20px; font-weight: 400; }
.side-nav > ul > li a:hover { background-color: #f5f5f5; }
.side-nav .header-social { background: #10102B; height: 50px; padding: 0 20px; }
.side-nav .header-social li a svg { fill: #fff; }
/* HEADER END */

/* CONTENT */

/* HAKKIMDA PAGE */
.page-content { padding: 60px 0 80px; }
.hk-metrics { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 8px; }
.hk-metric-card { flex: 1; min-width: 140px; border: 1px solid rgba(147, 242, 255, 0.12); padding: 28px 20px; text-align: center; position: relative; }
.hk-metric-card::before { content: ""; position: absolute; inset: 0; background: rgba(147, 242, 255, 0.03); pointer-events: none; }
.hk-metric-num { display: block; font-size: 42px; font-weight: 800; color: #93F2FF; line-height: 1; margin-bottom: 8px; }
.hk-metric-label { font-size: 12px; color: rgba(255, 255, 255, 0.45); font-weight: 400; text-transform: uppercase; letter-spacing: 0.5px; }
.hk-card { padding: 32px; border: 1px solid rgba(255, 255, 255, 0.08); position: relative; }
.hk-card-title { font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 22px; display: flex; align-items: center; gap: 9px; }
.hk-id-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.hk-id-list li { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.hk-id-list li:last-child { padding-bottom: 0; border-bottom: none; }
.hk-id-key { font-size: 13px; color: rgba(255, 255, 255, 0.4); font-weight: 400; flex-shrink: 0; }
.hk-id-val { font-size: 13px; color: #93F2FF; font-weight: 500; text-align: right; transition: color ease 0.3s; }
a.hk-id-val:hover { color: #fff; }
.hk-timeline { display: flex; flex-direction: column; gap: 0; }
.hk-timeline-item { display: flex; gap: 16px; padding-bottom: 22px; position: relative; }
.hk-timeline-item:last-child { padding-bottom: 0; }
.hk-timeline-item::before { content: ""; position: absolute; left: 7px; top: 18px; bottom: 0; width: 1px; background: rgba(255, 255, 255, 0.08); }
.hk-timeline-item:last-child::before { display: none; }
.hk-timeline-dot { width: 15px; height: 15px; border-radius: 50%; border: 2px solid rgba(147, 242, 255, 0.4); background: #07082A; flex-shrink: 0; margin-top: 3px; }
.hk-timeline-dot.active { border-color: #93F2FF; background: rgba(147, 242, 255, 0.15); }
.hk-timeline-date { display: block; font-size: 11px; color: #93F2FF; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.hk-timeline-title { display: block; font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 4px; }
.hk-timeline-desc { font-size: 13px; color: rgba(255, 255, 255, 0.45); line-height: 1.6; margin: 0; }
.hk-tag-group { display: flex; flex-wrap: wrap; gap: 8px; }
.hk-tag { font-size: 12px; color: rgba(147, 242, 255, 0.8); border: 1px solid rgba(147, 242, 255, 0.2); border-radius: 4px; padding: 4px 10px; background: rgba(147, 242, 255, 0.04); }
.hk-lang-row { display: flex; align-items: center; gap: 12px; }
.hk-lang-label { display: flex; align-items: center; gap: 6px; font-size: 13px; color: rgba(255, 255, 255, 0.45); flex-shrink: 0; }
.hk-article-list { padding-left: 0; margin: 0; list-style: none; display: flex; flex-direction: column; gap: 16px; counter-reset: article-counter; }
.hk-article-list li { display: flex; flex-direction: column; gap: 4px; padding-bottom: 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.06); counter-increment: article-counter; }
.hk-article-list li:last-child { border-bottom: none; padding-bottom: 0; }
.hk-article-link { font-size: 14px; color: #fff; font-weight: 500; line-height: 1.5; transition: color ease 0.3s; }
a.hk-article-link:hover { color: #93F2FF; }
.hk-article-meta { font-size: 12px; color: rgba(255, 255, 255, 0.4); }
.hk-article-meta em { color: rgba(147, 242, 255, 0.6); font-style: normal; }
.hk-cert-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.hk-cert-item { display: flex; gap: 12px; align-items: flex-start; padding: 14px; background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 6px; }
.hk-cert-year { font-size: 12px; font-weight: 700; color: #93F2FF; flex-shrink: 0; min-width: 36px; padding-top: 1px; }
.hk-cert-name { font-size: 13px; color: rgba(255, 255, 255, 0.55); line-height: 1.5; }
@media (max-width: 991px) { .hk-cert-grid { grid-template-columns: 1fr; } }
@media (max-width: 767px) { .hk-metrics { gap: 10px; } .hk-metric-card { min-width: calc(50% - 5px); padding: 20px 15px; } .hk-metric-num { font-size: 32px; } .hk-card { padding: 22px 18px; } }

/* PAGE HERO */
.page-hero { position: relative; padding: 140px 0 80px; overflow: hidden; background-repeat: no-repeat; background-position: right bottom; background-size: auto; }
.page-hero-deco { position: absolute; inset: 0; pointer-events: none; }
.ph-circle { position: absolute; border-radius: 50%; }
.ph-circle-1 { width: 420px; height: 420px; top: -140px; right: -100px; background: radial-gradient(circle, rgba(147, 242, 255, 0.08) 0%, transparent 70%); }
.ph-circle-2 { width: 260px; height: 260px; bottom: -80px; left: -60px; background: radial-gradient(circle, rgba(68, 7, 255, 0.12) 0%, transparent 70%); }
.ph-line { position: absolute; background: rgba(147, 242, 255, 0.06); }
.ph-line-1 { width: 1px; height: 100%; top: 0; left: 28%; }
.ph-line-2 { width: 100%; height: 1px; bottom: 0; left: 0; }
.page-hero-inner { position: relative; z-index: 1; }
.page-hero-title { font-size: 56px; font-weight: 800; color: #fff; margin: 16px 0 20px; line-height: 1.1; }
.page-hero-title span { color: #93F2FF; }
.page-hero-desc { color: rgba(255, 255, 255, 0.5); font-size: 15px; line-height: 1.8; max-width: 600px; margin-bottom: 32px; }
.page-breadcrumb ol { display: flex; align-items: center; gap: 8px; list-style: none; padding: 0; margin: 0; }
.page-breadcrumb li { display: flex; align-items: center; }
.page-breadcrumb a { display: flex; align-items: center; gap: 5px; color: rgba(255, 255, 255, 0.45); font-size: 13px; transition: color ease 0.3s; }
.page-breadcrumb a:hover { color: #93F2FF; }
.page-breadcrumb a svg {width: 25px; height: 25px;}
.page-breadcrumb .separator { color: rgba(255, 255, 255, 0.2); }
.page-breadcrumb .separator svg {width: 25px; height: 25px;}
.page-breadcrumb .current { color: #93F2FF; font-size: 13px; font-weight: 500; }
@media (max-width: 767px) { .page-hero { padding: 120px 0 60px; } .page-hero-title { font-size: 36px; } .page-hero-desc { font-size: 14px; } }

/* SECTION COMMON */
.tmp-section-content { margin-bottom: 50px; }
.tmp-fsb { display: inline-flex; align-items: center; position: relative; height: 28px; margin-bottom: 16px; }
.tmp-fsb .border-left { position: absolute; left: 0; top: 0; width: 1px; height: 28px; background: #93F2FF; }
.tmp-fsb .border-right { position: absolute; right: 0; top: 0; width: 1px; height: 28px; background: #93F2FF; }
.tmp-fsb-subtitle { color: #93F2FF; font-size: 14px; font-weight: 600; padding: 0 18px; }
.tmp-section-title { font-size: 42px; font-weight: 700; color: #fff; margin-bottom: 16px; }
.tmp-section-desc { color: rgba(255, 255, 255, 0.55); font-size: 15px; line-height: 1.8; max-width: 600px; margin: 0 auto; }

/* DETAY PAGE */
.detay-img { border-radius: 12px; overflow: hidden; margin-bottom: 32px; }
.detay-cover-img { width: 100%; height: 380px; object-fit: cover; display: block; }
.detay-title { font-size: 32px; font-weight: 700; color: #fff; margin-bottom: 20px; }
.detay-body p { color: rgba(255, 255, 255, 0.55); font-size: 15px; line-height: 1.85; margin-bottom: 18px; }
.detay-body h3 { font-size: 20px; font-weight: 600; color: #fff; margin: 28px 0 14px; }
.detay-list { padding-left: 0; list-style: none; margin: 0 0 18px; display: flex; flex-direction: column; gap: 10px; }
.detay-list li { display: flex; align-items: flex-start; gap: 10px; color: rgba(255, 255, 255, 0.6); font-size: 14px; line-height: 1.6; }
.detay-list li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #93F2FF; flex-shrink: 0; margin-top: 7px; }
.detay-sidebar { position: sticky; top: 130px; }
.detay-sidebar-widget { padding: 28px; position: relative; border: 1px solid rgba(255, 255, 255, 0.08); }
.detay-sidebar-title { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; }
.detay-sidebar-dot { width: 8px; height: 8px; border-radius: 50%; background: #93F2FF; flex-shrink: 0; }
.detay-cat-list { list-style: none; padding: 0; margin: 0; }
.detay-cat-list li { border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.detay-cat-list li:last-child { border-bottom: none; }
.detay-cat-link { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; color: rgba(255, 255, 255, 0.5); font-size: 14px; transition: all ease 0.3s; }
.detay-cat-link svg { opacity: 0.3; transition: all ease 0.3s; }
.detay-cat-link:hover,
.detay-cat-list li.active .detay-cat-link { color: #93F2FF; }
.detay-cat-link:hover svg,
.detay-cat-list li.active .detay-cat-link svg { opacity: 1; fill: #93F2FF; }
.detay-contact-widget { background: rgba(147, 242, 255, 0.03); }
.detay-contact-text { color: rgba(255, 255, 255, 0.45); font-size: 13px; line-height: 1.7; margin-bottom: 20px; }
@media (max-width: 991px) { .detay-sidebar { position: static; } .detay-cover-img { height: 260px; } }

/* UZMANLIK CARD (category page variant) */
.uzmanlik-card .tmp-card-desc { height: auto; -webkit-line-clamp: unset; display: block; overflow: visible; }

/* DOCTOR SERVICE */
.doctor-service { background: rgba(147, 242, 255, 0.03); border-radius: 50px; margin: 0 30px 30px; padding: 80px 0; position: relative; overflow: hidden; }
.doctor-service::before { content: ""; position: absolute; top: -100px; right: -100px; width: 350px; height: 350px; border-radius: 50%; background: rgba(147, 242, 255, 0.06); filter: blur(80px); pointer-events: none; }

/* SERVICE CARD */
.service-card { display: block; height: 100%; background: transparent; border: 1px solid rgba(255, 255, 255, 0.08); position: relative; transition: all ease 0.3s; }
.service-card .inner { position: relative; height: 100%;  padding: 50px 40px;}
.service-card .card-body { text-align: center; padding: 0; }
.service-card .tmp-card-icon { position: relative; width: 130px; height: 130px; border-radius: 50%; background: rgba(49, 30, 105, 0.25); display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; overflow: hidden; transition: all ease 0.4s; }
.service-card .tmp-card-icon img { max-width: 65px; max-height: 65px; position: relative; z-index: 1; }
.service-card .tmp-card-icon .card-icon-bg { position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(circle, rgba(147, 242, 255, 0.3) 0%, transparent 70%); opacity: 0; transition: all ease 0.4s; }
.service-card .tmp-card-title { font-size: 18px; font-weight: 600; color: #fff; margin-bottom: 12px; }
.service-card .tmp-card-desc { color: rgba(255, 255, 255, 0.5); font-size: 14px; line-height: 1.7; margin: 0; }
.service-card:hover { border-color: rgba(147, 242, 255, 0.2); background: rgba(147, 242, 255, 0.03); }
.service-card:hover .tmp-card-icon { background: rgba(49, 30, 105, 0.5); }
.service-card:hover .tmp-card-icon .card-icon-bg { opacity: 1; }
.service-card:hover .tmp-card-title { color: #93F2FF; }

/* FOUR SIDE BORDER CORNERS */
.tmp-four-side-border .tmp-left { position: absolute; inset-inline-start: -1px; inset-block-start: 0; }
.tmp-four-side-border .tmp-left::after { content: ""; position: absolute; width: 2px; height: 14px; background: #93F2FF; inset-inline-end: -2px; }
.tmp-four-side-border .tmp-left::before { content: ""; position: absolute; width: 14px; height: 2px; background: #93F2FF; inset-block-end: 0; inset-inline-start: 0; }
.tmp-four-side-border .tmp-right { position: absolute; inset-block-start: -2px; inset-inline-end: 0; }
.tmp-four-side-border .tmp-right::after { content: ""; position: absolute; width: 2px; height: 14px; background: #93F2FF; }
.tmp-four-side-border .tmp-right::before { content: ""; position: absolute; width: 14px; height: 2px; inset-inline-end: -1px; background: #93F2FF; }
.tmp-four-side-border .tmp-bottom { position: absolute; inset-inline-start: -2px; inset-block-end: 0; }
.tmp-four-side-border .tmp-bottom::after { content: ""; position: absolute; width: 2px; height: 14px; background: #93F2FF; inset-block-end: -1px; }
.tmp-four-side-border .tmp-bottom::before { content: ""; position: absolute; width: 14px; height: 2px; background: #93F2FF; }
.tmp-four-side-border .tmp-bottom-right { position: absolute; inset-inline-end: -1px; inset-block-end: -1px; }
.tmp-four-side-border .tmp-bottom-right::after { content: ""; position: absolute; width: 2px; height: 14px; background: #93F2FF; inset-inline-end: -1px; inset-block-end: -1px; }
.tmp-four-side-border .tmp-bottom-right::before { content: ""; position: absolute; width: 14px; height: 2px; background: #93F2FF; inset-inline-end: -1px; inset-block-end: -1px; }

/* YAYIMLAR SECTION */
.yayimlar-section { padding: 80px 0; }
.yayin-card { display: flex; flex-direction: column; width: 100%; position: relative; border: 1px solid rgba(255, 255, 255, 0.08); transition: all ease 0.3s; }
.yayin-card .inner { display: flex; flex-direction: column; flex: 1; position: relative; padding: 35px; }
.yayin-card .yayin-title { font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 14px; line-height: 1.4; height: 62px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.yayin-card .yayin-desc { color: rgba(255, 255, 255, 0.5); font-size: 14px; line-height: 1.7; margin-bottom: 24px; height: 48px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.yayin-card .yayin-img { border-radius: 8px; overflow: hidden; margin-top: auto; }
.yayin-card .yayin-img img { width: 100%; height: 300px; object-fit: cover; display: block; transition: transform ease 0.4s; }
.yayin-card:hover { border-color: rgba(147, 242, 255, 0.2); background: rgba(147, 242, 255, 0.02); }
.yayin-card:hover .yayin-title { color: #93F2FF; }
.yayin-card:hover .yayin-img img { transform: scale(1.04); }

/* GORUSLER SECTION */
.gorusler-section { padding: 80px 0; }
.gorusler-slider-wrapper { margin: 0 30px; overflow: hidden; }
.gorusler-swiper { overflow: visible; }
.gorusler-swiper .swiper-slide { height: auto; }
.testimonial-style-1 { position: relative; border: 1px solid rgba(255, 255, 255, 0.08); }
.testimonial-style-1 .card-body { padding: 45px 50px; position: relative; overflow: hidden; }
.testimonial-style-1 .quote { position: absolute; top: 10px; right: 15px; z-index: 0; line-height: 1; }
.testimonial-style-1 .review-text { font-size: 15px; line-height: 1.8; color: rgba(255, 255, 255, 0.65); margin-bottom: 0; margin-top: 0; position: relative; z-index: 1; }
.testimonial-style-1 .testimonial-info { display: flex; align-items: center; margin-top: 28px; gap: 14px; position: relative; z-index: 1; }
.testimonial-style-1 .testimonial-info .thumbnail img { height: 50px; width: 50px; border-radius: 6px; object-fit: cover; }
.testimonial-style-1 .testimonial-info .author-name { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.testimonial-style-1 .testimonial-info .designation { font-size: 12px; color: rgba(255, 255, 255, 0.45); }
.testimonial-style-1 .review-hover { position: absolute; bottom: 10px; right: 30px; height: 140px; width: 140px; background: #93F2FF; border-radius: 50%; transition: all ease 0.4s; z-index: 0; filter: blur(110px); opacity: 0; }
.testimonial-style-1:hover .review-hover { opacity: 0.35; }
.color-border-shape-secondary .tmp-left::after,
.color-border-shape-secondary .tmp-left::before,
.color-border-shape-secondary .tmp-right::after,
.color-border-shape-secondary .tmp-right::before,
.color-border-shape-secondary .tmp-bottom::after,
.color-border-shape-secondary .tmp-bottom::before,
.color-border-shape-secondary .tmp-bottom-right::after,
.color-border-shape-secondary .tmp-bottom-right::before { background: rgba(147, 242, 255, 0.45); }
@media (max-width: 991px) { .gorusler-slider-wrapper { margin: 0 15px; } }
@media (max-width: 575px) { .gorusler-slider-wrapper { margin: 0; } .testimonial-style-1 .card-body { padding: 30px 25px; } }

/* ILETISIM SECTION */
.iletisim-section { padding: 80px 0; }
.iletisim-form-wrapper,
.iletisim-info-wrapper { padding: 45px 40px; border: 1px solid rgba(255, 255, 255, 0.08); height: 100%; position: relative; }
.iletisim-title { font-size: 30px; font-weight: 700; color: #fff; margin-bottom: 32px; line-height: 1.3; }
.zed-form-group { margin-bottom: 20px; }
.zed-form-group.mb-0 { margin-bottom: 0; }
.iletisim-form-wrapper .row.g-3 { --bs-gutter-y: 20px; --bs-gutter-x: 20px; margin-bottom: 20px; }
.zed-form-input,
.zed-form-textarea { width: 100%; padding: 14px 18px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 10px; font-size: 14px; color: #fff; font-family: inherit; transition: all ease 0.3s; }
.zed-form-input::placeholder,
.zed-form-textarea::placeholder { color: rgba(255, 255, 255, 0.35); }
.zed-form-input:focus,
.zed-form-textarea:focus { outline: none; border-color: rgba(147, 242, 255, 0.4); background: rgba(147, 242, 255, 0.04); box-shadow: 0 0 0 3px rgba(147, 242, 255, 0.06); }
.zed-form-input.zed-error,
.zed-form-textarea.zed-error { border-color: rgba(231, 76, 60, 0.6); }
.zed-form-textarea { resize: vertical; min-height: 130px; }
.zed-form-error { color: #e74c3c; font-size: 12px; margin-top: 5px; opacity: 0; transform: translateY(-6px); transition: all 0.3s ease; }
.zed-form-error.zed-show-error { opacity: 1; transform: translateY(0); }
.iletisim-info-item { margin-bottom: 36px; }
.iletisim-info-item:last-child { margin-bottom: 0; }
.iletisim-info-icon { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(147, 242, 255, 0.25); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.iletisim-info-title { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.iletisim-info-text { color: rgba(255, 255, 255, 0.5); font-size: 14px; line-height: 1.7; margin-bottom: 6px; }
.iletisim-info-text strong { color: rgba(255, 255, 255, 0.75); font-weight: 600; }
.iletisim-mail { color: #93F2FF; transition: color ease 0.3s; }
.iletisim-mail:hover { color: #fff; }

/* BANNER STYLE 10 */
.banner-style-10 { background: #07082A; position: relative; padding-top: 220px; padding-bottom: 150px; overflow: hidden; }
.banner-style-10::after { content: ""; position: absolute; top: 0; right: 0; width: 55%; height: 100%; background: radial-gradient(ellipse 80% 80% at 70% 50%, rgba(0, 80, 200, 0.15) 0%, transparent 70%); pointer-events: none; z-index: 0; }
.banner-style-10 .container { position: relative; z-index: 1; }
.banner-style-10 .banner-badge { margin-bottom: 20px; }
.banner-style-10 .banner-badge span { display: inline-block; color: #99f2fd; font-size: 14px; border: 1px solid rgba(147, 242, 255, 0.4); padding: 6px 18px; border-radius: 4px; }
.banner-style-10 .banner-title { font-size: 72px; line-height: 1.1; font-weight: 700; color: #fff; margin-bottom: 20px; }
.banner-style-10 .banner-title .banner-title-sup { font-size: 32px; font-weight: 300; color: rgba(255, 255, 255, 0.75); line-height: 1.4; }
.banner-style-10 .banner-title .banner-title-primary { color: #99f2fd; }
.banner-style-10 .banner-desc { color: rgba(255, 255, 255, 0.6); font-size: 15px; line-height: 1.8; max-width: 520px; margin-bottom: 35px; }
.banner-style-10 .banner-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.banner-style-10 .banner-actions .tmp-btn { display: inline-flex; align-items: center; gap: 8px; color: #07081F; background: #97f1fc; border-color: rgba(147, 242, 255, 0.5); }
.banner-style-10 .banner-actions .tmp-btn:hover { background: rgba(147, 242, 255, 0.12); border-color: #99f2fd; color: #99f2fd; }
.banner-style-10 .banner-social { display: flex; gap: 10px; align-items: center; }
.banner-style-10 .banner-social a { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(147, 242, 255, 0.4); display: flex; align-items: center; justify-content: center; transition: all ease 0.3s; }
.banner-style-10 .banner-social a svg { fill: #99f2fd; width: 17px; height: 17px; }
.banner-style-10 .banner-social a:hover { border-color: #99f2fd; background: rgba(147, 242, 255, 0.1); }
.banner-style-10 .banner-thumbnail-wrapper { position: relative; }
.banner-style-10 .banner-thumbnail-wrapper .banner-thumbnail { position: relative; max-width: 540px; margin-left: auto; z-index: 1; }
.banner-style-10 .banner-thumbnail-wrapper .banner-thumbnail img { width: 100%; position: relative; z-index: 1; }
.banner-style-10 .banner-thumbnail-wrapper .banner-thumbnail::before { content: ""; position: absolute; right: 0; bottom: 10%; width: 350px; height: 350px; background: #93F2FF; border-radius: 50%; filter: blur(100px); opacity: 0.6; z-index: 0; }
.banner-style-10 .banner-thumbnail-wrapper .banner-deco { position: absolute; inset: 0; pointer-events: none; }
.banner-style-10 .banner-thumbnail-wrapper .banner-deco .b-plus-1 { font-size: 70px; color: #fff; position: absolute; left: 8%; top: 15%; font-weight: 300; opacity: 0.85; line-height: 1; animation: gelatine 1.5s linear infinite; }
.banner-style-10 .banner-thumbnail-wrapper .banner-deco .b-plus-2 { font-size: 38px; color: #fff; position: absolute; left: 20%; top: 28%; font-weight: 300; opacity: 0.65; line-height: 1; animation: gelatine 2.5s linear infinite; }
.banner-style-10 .banner-thumbnail-wrapper .banner-deco .b-circle-1 { position: absolute; right: 4%; top: 12%; width: 65px; height: 65px; border-radius: 50%; background: #99f2fd; opacity: 0.55; }
.banner-style-10 .banner-thumbnail-wrapper .banner-deco .b-circle-2 { position: absolute; right: 8%; bottom: 28%; width: 42px; height: 42px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.45); }
.banner-style-10 .banner-thumbnail-wrapper .banner-deco .b-circle-3 { position: absolute; left: 14%; bottom: 22%; width: 26px; height: 26px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.35); }
.mb_mdsm--30 { margin-bottom: 0; }
@keyframes gelatine {
    from, to { transform: scale(1, 1); }
    25% { transform: scale(0.9, 1.1); }
    50% { transform: scale(1.1, 0.9); }
    75% { transform: scale(0.95, 1.05); }
}

/*General CSS*/
.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: 600;}
.zed-form-group {position: relative;}
.zed-form-label {display: block; margin-bottom: 8px; color: #555; font-weight: 500; font-size: 14px;}
.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: white; 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: 12px; 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: 600; 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: 600; 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: 600; color: #2c3e50; margin-bottom: 5px;}
.zed-info-details p {color: #7f8c8d; font-size: 14px; line-height: 1.5;}
.user-text h1{color: #272727;font-size: 1.5rem;margin: 0;margin-bottom: 1.2rem; }
.user-text h2{color: #272727;font-size: 1.4rem;margin: 0;margin-bottom: 1.2rem; }
.user-text h3{color: #272727;font-size: 1.3rem;margin: 0;margin-bottom: 1.2rem; }
.user-text h4{color: #272727;font-size: 1.3rem;margin: 0;margin-bottom: 1.2rem;}
.user-text h5{color: #272727;font-size: 1.2rem;margin: 0;margin-bottom: 1.2rem;}
.user-text p{font-size: 16px;font-weight: 400; margin-bottom: 20px; line-height: 1.4; font-weight: 300;}
.user-text span{font-size: 16px;font-weight: 300;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: 300;line-height: 2}
.user-text ol{margin-bottom: 1rem;}
.user-text ol li{font-size: 16px;font-weight: 300;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: bold;}
.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: bold;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 */
.tmp-footer { background: #07082A url(../images/footer-bg.png) center center / cover no-repeat; position: relative; overflow: hidden; padding-top: 80px; margin: 0 30px 30px; border-radius: 20px; }
.tmp-footer-shape { position: absolute; bottom: 60px; right: 30px; width: 200px; height: 200px; border-radius: 50%; background: linear-gradient(147.77deg, #4407FF 14.56%, #4407FF 86.63%); filter: blur(80px); opacity: 0.18; pointer-events: none; }
.tmp-footer-inner { display: flex; gap: 60px; padding-bottom: 60px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.tmp-footer-left { min-width: 220px; flex-shrink: 0; }
.tmp-footer-logo img { max-width: 200px; filter: brightness(0) invert(1); margin-bottom: 20px; display: block; }
.tmp-footer-tagline { color: rgba(255, 255, 255, 0.5); font-size: 13px; font-weight: 300; margin-bottom: 6px; }
.tmp-footer-mail { display: block; color: #93F2FF; font-size: 14px; font-weight: 400; margin-bottom: 24px; transition: all ease 0.3s; }
.tmp-footer-mail:hover { color: #fff; }
.tmp-footer-social { display: flex; gap: 10px; }
.tmp-footer-social a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(147, 242, 255, 0.3); display: flex; align-items: center; justify-content: center; transition: all ease 0.3s; }
.tmp-footer-social a svg { fill: #93F2FF; width: 15px; height: 15px; }
.tmp-footer-social a:hover { background: rgba(147, 242, 255, 0.1); border-color: #93F2FF; }
.tmp-footer-menus { display: flex; gap: 50px; flex: 1; justify-content: space-between; }
.tmp-widget-title { font-size: 18px; font-weight: 600; color: #fff; margin-bottom: 22px; }
.tmp-widget-menu { list-style: none; padding: 0; margin: 0; }
.tmp-widget-menu li { margin-bottom: 12px; }
.tmp-widget-menu li a { color: rgba(255, 255, 255, 0.55); font-size: 14px; font-weight: 300; transition: all ease 0.3s; line-height: 1.5; display: block; }
.tmp-widget-menu li a:hover { color: #93F2FF; }
.tmp-footer-copyright { padding: 20px 0; }
.tmp-footer-copyright .copyright-wrapper { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.tmp-footer-copyright p { color: rgba(255, 255, 255, 0.35); font-size: 13px; font-weight: 300; margin: 0; }
.tmp-footer-copyright .right { display: flex; align-items: center; gap: 8px; }
.tmp-footer-copyright .web-tasarim { color: rgba(255, 255, 255, 0.35); font-size: 13px; font-weight: 300; transition: color ease 0.3s; }
.tmp-footer-copyright .web-tasarim:hover { color: #93F2FF; }
.tmp-footer-copyright .zedtech-logo { height: 16px; opacity: 0.4; transition: opacity ease 0.3s; filter: brightness(0) invert(1);}
.tmp-footer-copyright .zedtech-logo:hover { opacity: 0.8; }
/* FOOTER END */

/* MODAL */
.modal .modal-body{height: 500px;overflow-y: scroll;}
.modal .modal-body p{font-size: 15px;font-weight: 300}
.modal .modal-body h3{font-size: 1.4rem}
.modal .modal-body ul{margin-left: 30px;margin-bottom: 20px;}
.modal .modal-body ul li{font-size: 15px;font-weight: 300;list-style: circle;}
.modal .modal-body ol li{font-size: 15px;font-weight: 300;}
.modal .modal-body a{color:#3AAA35 ;font-weight: 300}
.modal .modal-body label{font-weight: 300}
.modal .modal-body .teklif-al{background: #3AAA35 ;color: #fff;float: right;padding: 8px 15px;border-radius: 5px;font-size: 14px;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; }
}

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

@media only screen and (max-width: 992px) {
    .table-hide { display: none; }
    .container { max-width: 90%; }
    .py-set { padding: 3rem 0; }
    .about-gallery .gallery-wrapper .gallery-space { display: none; }
    .video-box .video-header .right { width: 70%; }
    .hizmetlerimiz-menu { margin-bottom: 24px; }
    .faq-image img { margin-bottom: 1.5rem; }
    .header-defalut-spacing { padding: 15px 0; }
    .banner-style-10 { padding-top: 130px; padding-bottom: 60px; }
    .banner-style-10 .banner-title { font-size: 52px; }
    .banner-style-10 .banner-title .banner-title-sup { font-size: 26px; }
    .mb_mdsm--30 { margin-bottom: 30px; }
    .tmp-footer-inner { flex-wrap: wrap; gap: 40px; }
    .tmp-footer-menus { flex-wrap: wrap; gap: 30px; }
    .tmp-footer { margin: 0 0 0; border-radius: 0; }
    .doctor-service { margin: 0; border-radius: 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:14px;}
    .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: 14px; }
    .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: 15px; }
    .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: 14px; padding: 10px 20px; }
    .primary-button { font-size: 14px; padding: 7px 21px; }
    .user-text p { font-size: 15px; }
    footer h5 { font-size: 1rem; }
    footer .footer-copyright { height: auto; }
    footer .footer-copyright .left { text-align: center; display: block; font-size: 14px; 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; }
    .treatment-card__subtitle { font-size: 15px; }
    .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: 15px; margin-bottom: .5rem; }
    .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: 14px; }
    .banner-style-10 .banner-social a { width: 38px; height: 38px; }
    .banner-content {padding-top: 40px;} 
}

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

/* 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 */
.detay-meta-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.detay-meta-badge { font-size: 11px; font-weight: 600; color: #93F2FF; background: rgba(147,242,255,0.08); border: 1px solid rgba(147,242,255,0.2); border-radius: 4px; padding: 3px 10px; letter-spacing: 0.05em; text-transform: uppercase; }
.detay-meta-year { font-size: 12px; color: rgba(255,255,255,0.35); margin-left: 4px; }
.detay-body-highlight { color: rgba(255,255,255,0.85); font-weight: 600; }

/* RESPONSIVE END */

