/* ==========================================================
   ÇEKMEKÖY MEDİKALİM
   Premium UI System v1.0
========================================================== */

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');

/* Reset */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    padding-top:110px;


}

img{

    width:100%;

    display:block;

}

a{

    text-decoration:none;

    color:inherit;

}

ul{

    list-style:none;

}

button{

    font-family:inherit;

    border:none;

    background:none;

    cursor:pointer;

}

/* ==========================================================
   VARIABLES
========================================================== */

:root{

    --primary:#191970;

    --primary-light:#2E63FF;

    --secondary:#0F172A;

    --text:#334155;

    --paragraph:#64748B;

    --border:#E8EEF8;

    --background:#F8FBFF;

    --white:#ffffff;

    --radius:22px;

    --shadow:0 25px 70px rgba(15,23,42,.08);

    --transition:.35s ease;

    --container:1380px;

    --section-space:120px;

}

/* ==========================================================
   CONTAINER
========================================================== */

.container{

    width:min(var(--container),92%);

    margin:auto;

}

/* ==========================================================
   TYPOGRAPHY
========================================================== */

h1{

    font-size:72px;

    line-height:1.05;

    font-weight:800;

    color:var(--secondary);

    letter-spacing:-2px;

}

h2{

    font-size:52px;

    font-weight:800;

    color:var(--secondary);

}

h3{

    font-size:24px;

    color:var(--secondary);

}

p{

    font-size:18px;

    line-height:1.9;

    color:var(--paragraph);

}

/* ==========================================================
   BUTTONS
========================================================== */

.btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    padding:18px 34px;

    border-radius:100px;

    transition:var(--transition);

    font-weight:700;

}

.btn-primary{

    background:var(--primary);

    color:#fff;

}

.btn-primary:hover{

    transform:translateY(-4px);

    box-shadow:0 20px 50px rgba(25,25,112,.25);

}

.btn-outline{

    border:2px solid var(--primary);

    color:var(--primary);

}

.btn-outline:hover{

    background:var(--primary);

    color:#fff;

}

/* ==========================================================
   SECTION
========================================================== */

section{

    position:relative;

    padding:var(--section-space) 0;

}

/* ==========================================================
   TOP BAR
========================================================== */

.top-bar{

    background:var(--primary);

    color:#fff;

    padding:12px 0;

    font-size:15px;

}

.top-wrapper{

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.top-left{

    display:flex;

    gap:30px;

}

.top-left a{

    color:#fff;

}

.top-right{

    color:#fff;

}

/* ==========================================================
   HEADER
========================================================== */

.header{

    position:fixed;


    top:0;


    left:0;


    width:100%;


    z-index:9999;


    padding:18px 0;


    background:rgba(255,255,255,.72);


    backdrop-filter:blur(18px);


    -webkit-backdrop-filter:blur(18px);


    border-bottom:1px solid rgba(255,255,255,.5);


    transition:.35s;

}

.header.scrolled{


    padding:12px 0;


    background:rgba(255,255,255,.95);


    box-shadow:0 15px 40px rgba(0,0,0,.08);


}

.logo{

    display:flex;


    flex-direction:column;


    text-decoration:none;


    line-height:1;


}

.logo strong{


    font-size:28px;


    font-weight:800;


    color:#191970;


    letter-spacing:1px;

}

.logo span{


    font-size:14px;


    font-weight:600;


    color:#5d6475;


    margin-top:4px;


    letter-spacing:4px;


    text-transform:uppercase;


}

.menu ul{

    display:flex;

align-items:center;

gap:36px;

list-style:none;

margin:0;

padding:0;

}

.menu a{

position:relative;

text-decoration:none;

font-weight:700;

color:#2b3140;

transition:.3s;

}

.menu a:hover,

.menu a.active{

color:#191970;

}

.menu a::after{


    content:"";


    position:absolute;


    left:0;


    bottom:-8px;


    width:0;


    height:3px;


    background:#191970;


    border-radius:50px;


    transition:.35s;

}

.menu a:hover::after,

.menu a.active::after{


    width:100%;

}

.header-buttons{

    display:flex;


    gap:15px;


    align-items:center;

}

.header-wrapper{


    display:flex;


    align-items:center;


    justify-content:space-between;

}

/* ==========================================================
   HELPER CLASSES
========================================================== */

.text-center{

    text-align:center;

}

.mt-30{

    margin-top:30px;

}

.mt-50{

    margin-top:50px;

}

.mb-30{

    margin-bottom:30px;

}

.mb-50{

    margin-bottom:50px;

}

/* ==========================================================
   RESPONSIVE (Başlangıç)
========================================================== */

@media(max-width:992px){

    h1{

        font-size:48px;

    }

    h2{

        font-size:38px;

    }

    .menu{

        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        gap:16px;

    }

    .top-wrapper{

        flex-direction:column;

        gap:10px;

    }

    .header-buttons{

        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        gap:10px;

    }

    .header-wrapper{

        flex-wrap:wrap;
        justify-content:center;
        gap:20px;

    }

}
/*==================================================
HERO
==================================================*/

.hero{

    position:relative;

    overflow:hidden;

    padding:150px 0;

    background:
    radial-gradient(circle at 85% 15%, rgba(33,85,243,.12), transparent 30%),
    radial-gradient(circle at 10% 90%, rgba(33,85,243,.06), transparent 35%),
    linear-gradient(180deg,#ffffff 0%,#F8FBFF 100%);

}

.hero::before{

    content:"";

    position:absolute;

    width:650px;

    height:650px;

    background:#2155F3;

    opacity:.05;

    border-radius:50%;

    top:-250px;

    right:-180px;

    filter:blur(40px);

}

.hero::after{

    content:"";

    position:absolute;

    width:400px;

    height:400px;

    background:#2155F3;

    opacity:.05;

    border-radius:50%;

    left:-180px;

    bottom:-180px;

    filter:blur(40px);

}

/*--------------------------------*/

.hero-wrapper{

    display:grid;

    grid-template-columns:1.1fr .9fr;

    align-items:center;

    gap:90px;

}

/*--------------------------------*/

.hero-badge{

    display:inline-flex;


    align-items:center;


    gap:10px;


    padding:12px 24px;


    border-radius:999px;


    background:#fff;


    color:#191970;


    font-weight:700;


    box-shadow:0 15px 35px rgba(0,0,0,.08);


    margin-bottom:25px;

}

/*--------------------------------*/

.hero-left h1{

    font-size:64px;


    font-weight:800;


    line-height:1.1;


    margin-bottom:25px;


    color:#1d2433;

}

.hero-left h1 span{

    color:#191970;

    position:relative;

}

.hero-left h1 span::after{


    content:"";


    position:absolute;


    left:0;


    bottom:-8px;


    width:100%;


    height:8px;


    border-radius:10px;


    background:#d9e6ff;


    z-index:-1;

}

/*--------------------------------*/

.hero-left p{

    font-size:18px;


    line-height:1.9;


    color:#5e6575;


    max-width:620px;


    margin-bottom:35px;

}

/*--------------------------------*/

.hero-buttons{

    display:flex;


    gap:18px;


    flex-wrap:wrap;


    margin-bottom:40px;

}

.btn{


    padding:16px 34px;


    border-radius:14px;


    font-weight:700;


    transition:.35s;


    text-decoration:none;

}

.btn-primary{


    background:#191970;


    color:#fff;

}

.btn-primary:hover{


    transform:translateY(-5px);


    box-shadow:0 18px 40px rgba(25,25,112,.25);

}

/* ==========================================================
   HERO DETAILS
========================================================== */

.hero-right{
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:620px;
}

.hero-image{
    position:relative;
    width:100%;
    max-width:720px;
    margin:0 auto;
}

.hero-image img{
    width:100%;
    height:auto;
    object-fit:contain;
    border-radius:36px;
    box-shadow:0 30px 80px rgba(15,23,42,.08);
    display:block;
}

.hero-features{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    margin-top:35px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:14px;
    padding:18px 20px;
    border-radius:20px;
    background:#fff;
    box-shadow:0 20px 50px rgba(15,23,42,.06);
}

.feature-item span{
    font-size:22px;
}

.feature-item p{
    font-weight:700;
    color:#1d2433;
    margin:0;
}

.hero-card{
    position:absolute;
    width:240px;
    min-width:240px;
    padding:26px 24px;
    border-radius:30px;
    background:#fff;
    box-shadow:0 25px 70px rgba(15,23,42,.08);
}

.card-one{
    top:16px;
    left:14px;
}

.card-two{
    bottom:18px;
    right:16px;
}

.card-three{
    bottom:-10px;
    left:18px;
}

.hero-card strong{
    font-size:34px;
    display:block;
    margin-bottom:10px;
    color:#191970;
}

.hero-card span{
    color:#64748B;
    font-size:15px;
    display:block;
}

.hero-card p{
    color:#64748B;
    font-size:14px;
    margin:0;
}

/* ==========================================================
   SECTION HEADING
========================================================== */

.section-heading{
    max-width:700px;
    margin-bottom:60px;
}

.section-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 20px;
    border-radius:999px;
    background:#eef4ff;
    color:#2155F3;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:20px;
}

.section-heading h2{
    font-size:44px;
    line-height:1.05;
    margin-bottom:18px;
}

.section-heading p{
    max-width:620px;
    color:#64748B;
}

/* ==========================================================
   CATEGORIES
========================================================== */

.category-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.category-card{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    background:#fff;
    padding:36px;
    border-radius:30px;
    box-shadow:0 25px 70px rgba(15,23,42,.06);
    transition:transform .35s ease;
    min-height:320px;
}

.category-card:hover{
    transform:translateY(-4px);
}

.category-icon{
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    background:rgba(33,85,243,.08);
    margin-bottom:24px;
    font-size:24px;
}

.category-card h3{
    font-size:22px;
    margin-bottom:12px;
}

.category-card p{
    color:#64748B;
    line-height:1.9;
}

/* ==========================================================
   WHY US
========================================================== */

.why-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:80px;
    align-items:center;
}

.why-image{
    position:relative;
}

.why-image img{
    width:100%;
    border-radius:36px;
    box-shadow:0 30px 80px rgba(15,23,42,.08);
}

.experience-box{
    position:absolute;
    left:0;
    bottom:-28px;
    padding:26px 30px;
    border-radius:30px;
    background:#fff;
    box-shadow:0 25px 70px rgba(15,23,42,.08);
}

.experience-box h3{
    font-size:40px;
    margin-bottom:6px;
}

.experience-box span{
    color:#64748B;
}

.why-content h2{
    font-size:44px;
    line-height:1.08;
    margin-bottom:24px;
}

.why-list{
    display:grid;
    gap:20px;
    margin-top:30px;
}

.why-item{
    display:flex;
    gap:18px;
    align-items:flex-start;
    background:#fff;
    border-radius:28px;
    padding:24px;
    box-shadow:0 25px 70px rgba(15,23,42,.06);
}

.why-icon{
    width:56px;
    height:56px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    background:rgba(33,85,243,.08);
    font-size:22px;
}

.why-item h4{
    margin-bottom:10px;
}

.why-item p{
    color:#64748B;
    line-height:1.8;
}

/* ==========================================================
   FEATURED PRODUCTS
========================================================== */

.featured-products .product-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    align-items:stretch;
}

.product-card{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    background:#fff;
    border-radius:32px;
    padding:30px;
    box-shadow:0 25px 70px rgba(15,23,42,.08);
    transition:transform .35s ease;
    min-height:440px;
}

.product-card:hover{
    transform:translateY(-4px);
}

.product-badge{
    display:inline-flex;
    padding:10px 16px;
    border-radius:999px;
    background:rgba(33,85,243,.08);
    color:#2155F3;
    font-weight:700;
}

.product-image{
    margin:28px 0;
    border-radius:28px;
    overflow:hidden;
}

.product-image img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
}

.product-content{
    display:flex;
    flex-direction:column;
    gap:20px;
    flex:1;
}

.product-content h3{
    font-size:22px;
    margin-bottom:16px;
}

.product-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    margin-top:24px;
}

.product-bottom strong{
    font-size:18px;
}

.product-bottom a{
    color:#2155F3;
    font-weight:700;
}

/* ==========================================================
   BRANDS
========================================================== */

.brand-slider{
    overflow:hidden;
    margin-top:40px;
}

.brand-track{
    display:flex;
    gap:28px;
    align-items:center;
    padding:10px 0;
    min-width: max-content;
    animation:scrollBrands 20s linear infinite;
}

.brand-item{
    min-width:160px;
    padding:22px 24px;
    border-radius:26px;
    background:#fff;
    color:#334155;
    text-align:center;
    box-shadow:0 20px 50px rgba(15,23,42,.05);
    font-weight:700;
}

@keyframes scrollBrands{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-50%);
    }
}

/* ==========================================================
   ADVANTAGES
========================================================== */

.advantage-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.advantage-card{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    background:#fff;
    border-radius:28px;
    padding:30px;
    box-shadow:0 25px 70px rgba(15,23,42,.08);
    min-height:280px;
}

.advantage-number{
    font-size:40px;
    color:#191970;
    margin-bottom:18px;
}

/* ==========================================================
   TRUST
========================================================== */

.trust-wrapper{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.trust-card{
    background:#fff;
    border-radius:28px;
    padding:30px;
    box-shadow:0 25px 70px rgba(15,23,42,.08);
    text-align:center;
}

.trust-card h3{
    font-size:40px;
    margin-bottom:12px;
}

.trust-card p{
    color:#64748B;
}

/* ==========================================================
   GOOGLE REVIEWS
========================================================== */

.reviews-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:40px;
    align-items:stretch;
}

.review-card{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    background:#fff;
    border-radius:30px;
    padding:30px;
    box-shadow:0 25px 70px rgba(15,23,42,.08);
    min-height:320px;
}

.review-card p{
    flex:1;
}

.stars{
    color:#f59e0b;
    margin-bottom:18px;
    display:inline-block;
    font-size:18px;
}

.review-card h4{
    margin-top:26px;
    color:#1f2937;
}

.review-button{
    margin-top:35px;
}

.review-button .btn{
    min-width:220px;
}

/* ==========================================================
   SHOP BY BRAND
========================================================== */

.brand-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-top:40px;
}

.brand-box{
    display:block;
    padding:28px;
    background:#fff;
    border-radius:28px;
    box-shadow:0 25px 70px rgba(15,23,42,.08);
    text-align:center;
    transition:transform .35s ease;
}

.brand-box:hover{
    transform:translateY(-4px);
}

.brand-box span{
    display:block;
    font-size:18px;
    font-weight:700;
    margin-bottom:8px;
}

.brand-box small{
    color:#64748B;
}

/* ==========================================================
   CALL TO ACTION
========================================================== */

.cta-section{
    background:#F8FBFF;
}

.cta-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}

.cta-content{
    max-width:640px;
}

.cta-buttons{
    display:flex;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
}

.btn-light{
    background:#fff;
    color:#191970;
    border:1px solid rgba(15,23,42,.08);
}

/* ==========================================================
   FOOTER
========================================================== */

.footer{
    background:#0F172A;
    color:#fff;
    padding:80px 0 40px;
}

.footer-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.footer-logo{
    max-width:180px;
    margin-bottom:24px;
}

.footer-col h3{
    margin-bottom:20px;
}

.footer-col ul{
    display:grid;
    gap:12px;
}

.footer-col a{
    color:#cbd5e1;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.12);
    margin-top:40px;
    padding-top:24px;
}

.footer-bottom-flex{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
}

.footer-links a{
    color:#cbd5e1;
    margin-left:20px;
}

.footer-contact li{
    color:#cbd5e1;
}


