/* ===========================
   CANDUŞ BANYO ÜRÜNLERİ
   style.css
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#f5f7fa;
    color:#222;
    overflow-x:hidden;
    line-height:1.6;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

/* ===========================
TOPBAR
=========================== */

.topbar{
    background:#0e2b56;
    color:#fff;
    padding:10px 0;
    font-size:14px;
}

.topbar .container{
    display:flex;
    justify-content:space-between;
}

/* ===========================
HEADER
=========================== */

header{
    background:#fff;
    position:sticky;
    top:0;
    z-index:999;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.nav{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 0;
}

.logo{
    font-size:30px;
    font-weight:700;
    color:#0e2b56;
}

.logo span{
    display:block;
    color:#c59d2b;
    font-size:12px;
    letter-spacing:3px;
}

nav ul{
    display:flex;
    gap:35px;
}

nav a{
    color:#222;
    font-weight:500;
    transition:.3s;
}

nav a:hover{
    color:#c59d2b;
}

.phoneBtn{
    background:#0e2b56;
    color:#fff;
    padding:14px 28px;
    border-radius:40px;
    transition:.3s;
}

.phoneBtn:hover{
    background:#c59d2b;
}

/* ===========================
HERO
=========================== */

.hero{

    position:relative;

    height:90vh;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

    color:#fff;

    background:url("../images/hero.jpg") center center/cover;

}

.overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.55);

}

.hero-content{

    position:relative;

    z-index:5;

}

.hero h1{

    font-size:65px;

    margin-bottom:15px;

}

.hero h2{

    font-size:28px;

    color:#ffd66b;

    margin-bottom:20px;

}

.hero p{

    font-size:18px;

    margin-bottom:35px;

}

.buttons{

    display:flex;

    gap:20px;

    justify-content:center;

}

.btn{

    background:#c59d2b;

    color:#fff;

    padding:16px 38px;

    border-radius:40px;

}

.btn2{

    border:2px solid white;

    color:white;

    padding:16px 38px;

    border-radius:40px;

}

/* ===========================
SECTIONS
=========================== */

section{
    padding:90px 0;
}

.about .container{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.about h2{
    color:#0e2b56;
    font-size:42px;
    margin-bottom:25px;
}

.about ul{
    margin-top:30px;
}

.about li{
    padding:10px 0;
}

.about img{
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.2);
}

/* ===========================
SERVICES
=========================== */

.services{
    background:white;
}

.services h2{
    text-align:center;
    margin-bottom:50px;
    color:#0e2b56;
    font-size:42px;
}

.grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

gap:30px;

}

.card{

background:#fff;

padding:35px;

border-radius:20px;

text-align:center;

box-shadow:0 10px 35px rgba(0,0,0,.08);

transition:.4s;

}

.card:hover{

transform:translateY(-12px);

}

.card i{

font-size:50px;

color:#c59d2b;

margin-bottom:20px;

}

.card h3{

margin-bottom:15px;

}

/* ===========================
COUNTER
=========================== */

.counter{

background:#0e2b56;

color:white;

}

.counter .container{

display:grid;

grid-template-columns:repeat(4,1fr);

text-align:center;

gap:20px;

}

.counter h2{

font-size:55px;

color:#ffd66b;

}

/* ===========================
GALLERY
=========================== */

.gallery h2{

text-align:center;

font-size:42px;

margin-bottom:40px;

color:#0e2b56;

}

.galleryGrid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:20px;

}

.galleryGrid img{

border-radius:18px;

cursor:pointer;

transition:.4s;

}

.galleryGrid img:hover{

transform:scale(1.05);

}

/* ===========================
CTA
=========================== */

.cta{

background:#c59d2b;

color:white;

text-align:center;

}

.cta h2{

font-size:42px;

margin-bottom:20px;

}

.cta a{

display:inline-block;

margin-top:30px;

padding:18px 45px;

background:#0e2b56;

color:white;

border-radius:50px;

}

/* ===========================
CONTACT
=========================== */

.contact .container{

display:grid;

grid-template-columns:1fr 1fr;

gap:50px;

}

form{

display:flex;

flex-direction:column;

gap:18px;

}

input,
textarea{

padding:16px;

border:1px solid #ddd;

border-radius:10px;

font-family:Poppins;

}

textarea{

height:170px;

}

button{

background:#0e2b56;

color:white;

padding:18px;

border:none;

border-radius:10px;

cursor:pointer;

font-size:17px;

}

/* ===========================
FOOTER
=========================== */

footer{

background:#08182f;

color:white;

text-align:center;

padding:60px 0;

}

footer h2{

margin-bottom:15px;

}

footer p{

margin:8px 0;

}

/* ===========================
WHATSAPP
=========================== */

.whatsapp{

position:fixed;

right:25px;

bottom:25px;

width:65px;

height:65px;

background:#25D366;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:32px;

color:white;

box-shadow:0 15px 35px rgba(0,0,0,.25);

z-index:9999;

transition:.3s;

}

.whatsapp:hover{

transform:scale(1.1);

}

/* ===========================
RESPONSIVE
=========================== */

@media(max-width:991px){

nav{
display:none;
}

.hero h1{
font-size:42px;
}

.about .container,
.contact .container{
grid-template-columns:1fr;
}

.counter .container{
grid-template-columns:repeat(2,1fr);
}

.galleryGrid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:600px){

.hero{
height:70vh;
}

.hero h1{
font-size:32px;
}

.hero h2{
font-size:20px;
}

.buttons{
flex-direction:column;
}

.galleryGrid{
grid-template-columns:1fr;
}

.counter .container{
grid-template-columns:1fr;
}

}


/* Scroll Animation */

.hidden{

opacity:0;

transform:translateY(50px);

transition:1s;

}

.show{

opacity:1;

transform:translateY(0);

}

/* Back To Top */

.topButton{

position:fixed;

left:25px;

bottom:25px;

width:55px;

height:55px;

background:#0e2b56;

color:white;

display:flex;

justify-content:center;

align-items:center;

font-size:28px;

border-radius:50%;

cursor:pointer;

opacity:0;

visibility:hidden;

transition:.4s;

z-index:999;

}

.topButton.active{

opacity:1;

visibility:visible;

}

.topButton:hover{

background:#c59d2b;

}

/* PAGE TITLE */

.page-title{

padding:90px 0;

background:#0e2b56;

color:white;

text-align:center;

}

.page-title h1{

font-size:48px;

margin-bottom:15px;

}

.page-title p{

font-size:18px;

opacity:.8;

}

/* GALLERY */

.gallery-page{

padding:80px 0;

background:#f7f7f7;

}

.gallery-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:30px;

}

.gallery-item{

position:relative;

overflow:hidden;

border-radius:18px;

box-shadow:0 20px 40px rgba(0,0,0,.1);

}

.gallery-item img{

width:100%;

height:320px;

object-fit:cover;

transition:.5s;

}

.gallery-item:hover img{

transform:scale(1.08);

}

.gallery-overlay{

position:absolute;

inset:0;

background:rgba(14,43,86,.7);

display:flex;

justify-content:center;

align-items:center;

opacity:0;

transition:.4s;

}

.gallery-item:hover .gallery-overlay{

opacity:1;

}

.gallery-overlay a{

width:70px;

height:70px;

background:white;

color:#0e2b56;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:26px;

}

.viewer{

position:fixed;

inset:0;

background:rgba(0,0,0,.92);

display:flex;

justify-content:center;

align-items:center;

z-index:99999;

cursor:pointer;

}

.viewer img{

max-width:90%;

max-height:90%;

border-radius:15px;

box-shadow:0 20px 80px black;

}


/* SERVICES PAGE */

.services-page{

padding:90px 0;

background:#f7f7f7;

}

.services-page .container{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

gap:30px;

}

.service-card{

background:#fff;

padding:40px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

}

.service-card:hover{

transform:translateY(-10px);

}

.service-card i{

font-size:50px;

color:#c59d2b;

margin-bottom:20px;

}

.service-card h3{

margin-bottom:15px;

color:#0e2b56;

}

/* PROCESS */

.work-process{

padding:90px 0;

background:#0e2b56;

color:white;

}

.work-process h2{

text-align:center;

font-size:42px;

margin-bottom:60px;

}

.steps{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

gap:30px;

}

.step{

text-align:center;

}

.step span{

width:70px;

height:70px;

background:#c59d2b;

display:flex;

align-items:center;

justify-content:center;

margin:auto;

border-radius:50%;

font-size:28px;

font-weight:bold;

margin-bottom:20px;

}
/* CONTACT PAGE */

.contact-page{

padding:90px 0;

background:#f7f7f7;

}

.contact-page .container{

display:grid;

grid-template-columns:1fr 1fr;

gap:60px;

}

.contact-info{

background:white;

padding:45px;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.contact-info h2{

margin-bottom:30px;

color:#0e2b56;

}

.contact-info p{

margin:18px 0;

font-size:18px;

}

.contact-info i{

color:#c59d2b;

width:30px;

}

.callButton{

display:inline-block;

margin-top:30px;

background:#0e2b56;

color:white;

padding:16px 35px;

border-radius:40px;

}

.contact-form{

background:white;

padding:45px;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.map iframe{

width:100%;

height:500px;

border:0;

}

/* ABOUT PAGE */

.about-page{

padding:90px 0;

background:#fff;

}

.about-page .container{

display:grid;

grid-template-columns:1fr 1fr;

gap:60px;

align-items:center;

}

.about-image img{

width:100%;

border-radius:20px;

box-shadow:0 15px 40px rgba(0,0,0,.15);

}

.about-content h2{

font-size:42px;

color:#0e2b56;

margin-bottom:25px;

}

.about-content p{

margin-bottom:20px;

line-height:1.8;

}

.about-list{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:15px;

margin:30px 0;

font-weight:600;

}

.why-us{

padding:90px 0;

background:#f7f7f7;

}

.why-us h2{

text-align:center;

font-size:40px;

margin-bottom:50px;

color:#0e2b56;

}

.why-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:30px;

}

.why-card{

background:#fff;

padding:35px;

border-radius:20px;

text-align:center;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.3s;

}

.why-card:hover{

transform:translateY(-10px);

}

.why-card i{

font-size:48px;

color:#c59d2b;

margin-bottom:20px;

}

.why-card h3{

margin-bottom:15px;

color:#0e2b56;

}

@media(max-width:991px){

.about-page .container{

grid-template-columns:1fr;

}

.about-list{

grid-template-columns:1fr;

}

}