/*
TemplateMo 585 Barber Shop (Premium Sturkwerk - Premium Turuncu Tema)
Premium Sturkwerk Profesyonel Sıva & Duvar Uygulamaları
*/

/*---------------------------------------
  ÖZEL DEĞİŞKENLER (TURUNCU AĞIRLIKLI PREMİUM RENK PALETİ)
-----------------------------------------*/
:root {
  /* Temel Renkler */
  --white-color:                  #FFFFFF;
  --light-bg-color:               #FFFBF5; /* Sıcak, turuncu tonlu açık zemin */
  
  /* ANA VURGU RENGİ: Canlı Turuncu */
  --primary-color:                #FF6B35; /* Ana turuncu */
  --primary-light:                #FF9B70; /* Açık turuncu */
  --primary-dark:                 #E55A2B; /* Koyu turuncu */
  
  /* KOYU RENKLER: */
  --secondary-color:              #2C2A29;
  --dark-footer-bg:               #1A1817; /* Footer için daha koyu */
  
  /* METİN RENKLERİ */
  --p-color:                      #66605B;
  --p-light:                      #8C8883;

  /* BUTONLAR */
  --custom-btn-bg-color:          #FF6B35;
  --custom-btn-bg-hover-color:    #E55A2B;
  
  /* GRADIENT */
  --gradient-orange:              linear-gradient(135deg, #FF6B35, #FF9B70);
  --gradient-dark:                linear-gradient(135deg, #2C2A29, #1A1817);
  
  /* DİĞER */
  --border-color:                 #FF6B35;
  --link-hover-color:             #E55A2B;
  --overlay-dark:                 rgba(26, 24, 23, 0.85); /* Görsel üzeri karartma */
  --shadow-color:                 rgba(255, 107, 53, 0.15);

  --body-font-family:             'Unbounded', sans-serif;
}

/*---------------------------------------
  TİPOGRAFİ
-----------------------------------------*/
body {
    font-family: var(--body-font-family);
    background-color: var(--white-color);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    letter-spacing: -0.5px;
    color: var(--secondary-color);
}

h1 {
    font-size: 62px;
    line-height: 1.1;
    margin-bottom: 25px;
    color: var(--white-color);
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

h2 {
    font-size: 48px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: var(--gradient-orange);
    border-radius: 2px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 20px;
    font-weight: 600;
}

p {
    color: var(--p-color);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.7;
}

.lead-text {
    font-size: 20px;
    color: rgba(255,255,255,0.95);
    font-weight: 400;
    margin-bottom: 35px;
}

h1 > strong,
h2 > strong,
h4 > strong {
    color: var(--primary-color);
}

.text-white strong {
    color: var(--primary-light) !important;
}

em {
    font-style: normal;
    color: var(--primary-color);
    position: relative;
}

/*---------------------------------------
  GENEL STİLLER
-----------------------------------------*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    color: var(--secondary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--link-hover-color);
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-bg {
    background-color: var(--light-bg-color);
    position: relative;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2:after {
    left: 50%;
    transform: translateX(-50%);
}

/*---------------------------------------
  LOGO & NAVİGASYON
-----------------------------------------*/
.navbar-brand {
    display: flex;
    align-items: center;
    padding: 25px 20px;
    text-decoration: none;
}

.navbar-brand img {
    max-height: 60px;
    margin-right: 15px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.logo-text {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sidebar {
    background: var(--white-color);
    padding: 0;
    border-right: 1px solid rgba(0,0,0,0.05);
    box-shadow: 5px 0 25px rgba(0,0,0,0.03);
}

.sidebar-sticky {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nav-item .nav-link {
    display: flex;
    align-items: center;
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 600;
    padding: 18px 25px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.nav-item .nav-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: var(--gradient-orange);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.nav-item .nav-link:hover:before,
.nav-item .nav-link.active:before {
    transform: translateY(0);
}

.nav-item .nav-link.active,
.nav-item .nav-link:hover {
    color: var(--primary-color);
    background-color: rgba(255, 107, 53, 0.05);
    border-left-color: var(--primary-color);
    padding-left: 35px;
}

.nav-item .nav-link i {
    font-size: 18px;
    width: 24px;
}

/*---------------------------------------
  HERO BÖLÜMÜ
-----------------------------------------*/
.hero-section {
    background-image: linear-gradient(var(--overlay-dark), var(--overlay-dark)), url('../images/hero-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.hero-badge {
    display: inline-block;
    background: var(--gradient-orange);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px var(--shadow-color);
}

.hero-section p.lead-text {
    font-size: 20px;
    margin-bottom: 40px;
}

.custom-block {
    background: var(--gradient-orange);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 450px;
    text-align: center;
    padding: 50px 40px;
    border-radius: 20px 0 0 20px;
    box-shadow: -20px -20px 40px rgba(0,0,0,0.15);
    overflow: hidden;
    z-index: 1;
}

.custom-block:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.3;
    animation: float 20s linear infinite;
}

@keyframes float {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.custom-block-image {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    object-fit: cover;
    display: block;
    margin: auto;
    border: 8px solid rgba(255,255,255,0.3);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    position: relative;
    z-index: 2;
}

.custom-block h4 {
    margin-top: 30px;
    margin-bottom: 0;
    color: white;
    font-size: 22px;
    position: relative;
    z-index: 2;
}

/*---------------------------------------
  ÖZEL BUTONLAR
-----------------------------------------*/
.custom-btn {
    background: var(--gradient-orange);
    border: none;
    border-radius: 50px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    padding: 16px 35px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 10px 20px var(--shadow-color);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.custom-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--primary-dark);
    transition: width 0.3s ease;
    z-index: -1;
    border-radius: 50px;
}

.custom-btn:hover:before {
    width: 100%;
}

.custom-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px var(--shadow-color);
    color: white;
}

.custom-border-btn {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    box-shadow: none;
}

.custom-border-btn:before {
    background: var(--primary-color);
}

.custom-border-btn:hover {
    color: white;
}

.custom-btn-bg-white {
    border-color: white;
    color: white;
}

.custom-btn-bg-white:before {
    background: white;
}

.custom-btn-bg-white:hover {
    color: var(--primary-color);
}

.btn-icon {
    font-size: 18px;
}

/*---------------------------------------
  ÖZEL İKON KUTULARI
-----------------------------------------*/
.custom-block-icon-wrap {
    background: var(--white-color);
    border-radius: 15px;
    padding: 40px 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(255, 107, 53, 0.1);
    position: relative;
    overflow: hidden;
}

.custom-block-icon-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: var(--gradient-orange);
    transition: width 0.3s ease;
}

.custom-block-icon-wrap:hover:before {
    width: 100%;
    opacity: 0.05;
}

.custom-block-icon-wrap:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 107, 53, 0.1);
}

.custom-block-icon {
    color: var(--primary-color);
    font-size: 48px;
    margin-right: 25px;
    min-width: 60px;
}

.custom-block-icon-text h4 {
    margin-bottom: 15px;
    color: var(--secondary-color);
    font-size: 22px;
}

.custom-block-icon-text p {
    color: var(--p-light);
    font-size: 16px;
}

/*---------------------------------------
  HİZMETLER BÖLÜMÜ
-----------------------------------------*/
.services-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    height: 100%;
    transition: all 0.3s ease;
}

.services-thumb:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(255, 107, 53, 0.15);
}

.services-image {
    border-radius: 20px;
    display: block;
    width: 100%;
    transition: all 0.5s ease;
    height: 400px;
    object-fit: cover;
    filter: brightness(0.9);
}

.services-thumb:hover .services-image {
    transform: scale(1.05);
    filter: brightness(1);
}

.services-info {
    background: linear-gradient(to top, rgba(26, 24, 23, 0.95), transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.services-info h4 {
    color: var(--white-color);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.services-thumb-price {
    background: var(--gradient-orange);
    border-radius: 50px;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    align-self: flex-start;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/*---------------------------------------
  PROJELER GALERİSİ
-----------------------------------------*/
.gallery-item {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    height: 320px;
    position: relative;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.gallery-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 107, 53, 0.3), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.gallery-item:hover:before {
    opacity: 1;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-caption h5 {
    color: white;
    margin-bottom: 5px;
}

.gallery-caption small {
    color: rgba(255,255,255,0.7);
}

/*---------------------------------------
  İLETİŞİM BÖLÜMÜ
-----------------------------------------*/
.contact-section {
    background: var(--gradient-dark);
    color: rgba(255,255,255,0.9);
    position: relative;
    overflow: hidden;
}

.contact-section:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: var(--gradient-orange);
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.1;
}

.contact-section h2 {
    color: var(--white-color);
}

.contact-form .form-control {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    font-weight: 400;
    margin-bottom: 25px;
    padding: 18px 20px;
    color: var(--white-color);
    font-size: 16px;
    transition: all 0.3s ease;
}

.contact-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-form .form-control:focus {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.2);
    outline: none;
}

.contact-form textarea.form-control {
    height: 150px;
    resize: none;
}

#submit-button {
    background: var(--gradient-orange);
    border: none;
    color: white;
    font-weight: 600;
    padding: 18px 30px;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 10px;
}

#submit-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 107, 53, 0.3);
}

.contact-info-wrap {
    padding-left: 30px;
}

.contact-info {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 20px;
    border-left: 4px solid var(--primary-color);
    transition: all 0.3s ease;
}

.contact-info:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.contact-info p,
.contact-info a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin-bottom: 0;
}

.contact-info a:hover {
    color: var(--primary-light);
}

.custom-icon {
    color: var(--primary-color);
    font-size: 28px;
    min-width: 40px;
}

/*---------------------------------------
  SOSYAL MEDYA İKONLARI
-----------------------------------------*/
.social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
    color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/*---------------------------------------
  YAN MENÜ İLETİŞİM KUTUSU
-----------------------------------------*/
.contact-sidebar {
    width: 100%;
    max-width: 250px;
    background: rgba(255, 107, 53, 0.05);
    border-left: 4px solid var(--primary-color);
    padding: 25px;
    border-radius: 10px;
    margin-top: 30px;
}

.contact-sidebar h6 {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 15px;
}

/*---------------------------------------
  FOOTER
-----------------------------------------*/
.site-footer {
    background: var(--dark-footer-bg);
    padding-top: 50px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.copyright-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}

.copyright-text a {
    color: var(--primary-light);
    text-decoration: none;
}

.copyright-text a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.back-top-icon {
    color: rgba(255, 255, 255, 0.6);
    font-size: 40px;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    margin: 0 auto;
}

.back-top-icon:hover {
    color: var(--primary-color);
    transform: translateY(-5px);
    background: rgba(255, 107, 53, 0.1);
}

/*---------------------------------------
  LİSTE ÖĞELERİ
-----------------------------------------*/
.list-unstyled li {
    font-size: 16px;
    color: var(--p-color);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.list-unstyled li i {
    color: var(--primary-color);
    margin-right: 10px;
}

/*---------------------------------------
  FORM SELECT ÖZELLEŞTİRMESİ
-----------------------------------------*/
.form-control:focus {
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.2) !important;
}

select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FF6B35' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    padding-right: 40px;
}

/*---------------------------------------
  RESPONSIVE STİLLER
-----------------------------------------*/
@media screen and (max-width: 1199px) {
    h1 { font-size: 52px; }
    h2 { font-size: 42px; }
    .custom-block { max-width: 400px; }
}

@media screen and (max-width: 991px) {
    h1 { font-size: 42px; }
    h2 { font-size: 36px; }
    .sidebar-sticky { 
        height: auto; 
        position: relative; 
        padding: 30px 0; 
    }
    .navbar-brand { 
        padding: 20px; 
        justify-content: center; 
    }
    .navbar-brand img { 
        max-height: 50px; 
    }
    .hero-section { 
        min-height: auto; 
        padding-top: 180px; 
        padding-bottom: 100px; 
        background-attachment: scroll;
    }
    .custom-block { 
        position: relative; 
        max-width: 100%; 
        margin-top: 60px; 
        border-radius: 20px; 
    }
    .services-image { 
        height: 350px; 
    }
    .contact-info-wrap { 
        padding-left: 0; 
        margin-top: 50px; 
    }
    .gallery-item { 
        height: 280px; 
    }
}

@media screen and (max-width: 767px) {
    h1 { font-size: 36px; }
    h2 { font-size: 32px; }
    .section-padding { 
        padding-top: 80px; 
        padding-bottom: 80px; 
    }
    .custom-btn { 
        padding: 14px 30px; 
        font-size: 15px; 
    }
    .gallery-item { 
        height: 250px; 
        margin-bottom: 25px; 
    }
    .contact-sidebar {
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    h1 { font-size: 32px; }
    h2 { font-size: 28px; }
    .custom-btn { 
        width: 100%; 
        margin-bottom: 10px; 
    }
    .custom-block { 
        padding: 30px 20px; 
    }
    .custom-block-image { 
        width: 200px; 
        height: 200px; 
    }
    .services-info {
        padding: 25px;
    }
    .services-info h4 {
        font-size: 22px;
    }
    .hero-badge {
        font-size: 12px;
        padding: 6px 15px;
    }
}

/*---------------------------------------
  ANİMASYONLAR
-----------------------------------------*/
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease forwards;
}

/*---------------------------------------
  EK UTILITY SINIFLARI
-----------------------------------------*/
.text-primary {
    color: var(--primary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.rounded-lg {
    border-radius: 15px !important;
}

.shadow-lg {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1) !important;
}

.mt-negative {
    margin-top: -50px;
}

/*---------------------------------------
  YÜKLEME DURUMU
-----------------------------------------*/
.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}