/* Scoped: Web Sitesi & SEO section */
.service-page-section h1{
    font-family: "Cabin", sans-serif;
    font-weight: 800;
    text-align: center;
}

.service-page-section h1{
    position: relative;
}

.service-page-section h1::after{
    content: "";
    display: block;
    height: 4px;
    width: 220px;
    border-radius: 999px;
    margin: 10px auto 0;
    background: linear-gradient(90deg, #0ea5e9 0%, #2563eb 50%, #7c3aed 100%);
    animation: underlineGrow 1.5s ease-out 0.5s both;
}

.service-page-section > p{
    color: #374151;
    line-height: 1.9;
    font-size: clamp(0.9rem, 0.85rem + 0.3vw, 1rem);
    max-width: 75ch;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

@media (min-width: 1200px){
    .service-page-section > p{
        max-width: 85ch;
    }
}

#websitesi-section .card{
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transition: transform .3s ease, box-shadow .3s ease;
    background: #ffffff;
    animation: fadeInUp 0.8s ease-out;
}

#websitesi-section .card:hover{
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(37, 99, 235, 0.15);
    cursor: pointer;
}

#websitesi-section .card .col-md-4{
    background: linear-gradient(135deg, #22c55e 0%, #2563eb 50%, #7c3aed 100%);
}

#websitesi-section .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

#websitesi-section .card:hover img{
    transform: scale(1.05);
}

#websitesi-section .card-title{
    font-family: "Cabin", sans-serif;
    font-weight: 700;
    color: #1f2937;
}

#websitesi-section .card-text{
    color: #4b5563;
    line-height: 1.6;
}

/* Hizmet sayfalarındaki kartların içeriğini dikeyde ortala (Masaüstü) */
@media (min-width: 768px) {
    .service-page-section .card .card-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
}

/* Hizmet sayfaları kartları için mobil görünüm ayarları */
@media (max-width: 767.98px) {
    .service-page-section .card .card-img-mobile {
        max-height: 200px; /* Görselin maksimum yüksekliğini sınırlar */
        width: 100%;
        object-fit: cover; /* Görselin alana sığmasını sağlar */
    }
    .service-page-section .card .card-title {
        font-size: 1.2rem; /* Başlık yazı boyutunu mobil için ayarlar */
    }
    .service-page-section .card .card-text {
        font-size: 0.95rem; /* Metin yazı boyutunu mobil için ayarlar */
    }
}

@media (max-width: 575.98px){
    .stil.yazi{ font-size: 0.95rem; }
}
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Outfit:wght@100..900&display=swap');
nav{
    background-color: rgb(71, 134, 158);
}

.navbar-toggler{
    background-color: white;
    color: white;
}

.name-logo{
    padding-right: 10%;
    font-weight: bolder;
    color: white;
    font-size: 20px;
}

/* Scoped: Navbar */
#site-navbar{
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 50%, #7c3aed 100%);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

#site-navbar .navbar-brand img{
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.15));
}

#site-navbar .nav-link{
    letter-spacing: .2px;
}

#site-navbar .nav-item a:hover{
    background-color:#ab2e52;
}

/* Brand name styling */
#site-navbar .name-logo{
    font-family: "Cabin", sans-serif;
    font-weight: 800;
    letter-spacing: .4px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}


/* Navbar dropdown look (scoped) */
#site-navbar .dropdown-menu{
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 50%, #7c3aed 100%) !important;
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
    padding: 8px 0;
}

#site-navbar .dropdown-item{
    color: #ffffff;
    padding: 10px 16px;
}

#site-navbar .dropdown-item:hover{
    background-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

/* Mobile navbar: keep logo, title, toggler on one line */
@media screen and (max-width: 991.98px){
    #site-navbar .container-fluid{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    #site-navbar .navbar-brand{
        flex: 0 0 auto;
        margin-right: 8px;
    }
    #site-navbar .name-logo{
        flex: 1 1 auto;
        margin-left: 0 !important;
        margin-right: 8px !important;
        text-align: center;
        font-size: 18px;
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #ffffff;
        padding-right: 0 !important;
    }
    #site-navbar .navbar-toggler{
        flex: 0 0 auto;
        margin-left: auto;
    }
    #site-navbar .navbar-collapse{
        flex-basis: 100%;
        margin-top: 8px;
    }
}

@media screen and (min-width: 0px) and (max-width: 991px){
    .nav-item a{
    padding: 15px 0px !important;
    margin: 10px 0px;
    transition: all 1s;
    color: white !important;
    font-weight: bolder;
    border-radius: 5px;
    font-size: 17px;

    }
    .dropdown-menu{
        background-color: rgb(5, 99, 136);
        text-align: center;
    }


}


@media screen and (min-width: 992px) {
    .nav-item a{
    color: white !important;
    font-weight: bolder;
    padding: 10px 20px !important;
    border-radius: 5px;
}

.dropdown-menu{
        background-color: rgb(5, 99, 136);
        text-align: center;
    }

    /* Increase horizontal spacing between navbar items on desktop */
    #site-navbar .navbar-nav{
        gap: 16px;
    }

}

/* Desktop-only: center align Yazılımlarımız dropdown under its toggle */
@media screen and (min-width: 992px) {
    #site-navbar .dropdown-menu{
        left: 50% !important;
        transform: translateX(-50%) !important;
        right: auto !important;
        transform-origin: top center;
    }
}


.nav-item a:hover{
    background-color:#ab2e52 ;
    transition: 1s;
}

/* Generic .active styled to complement navbar gradient */
.active{
    background-color: #475569 !important; /* slate-600 */
    color: #e2e8f0 !important; /* slate-200 */
    border-radius: 8px;
    border: 1px solid rgba(226, 232, 240, 0.25);
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}

/* Active color variants (use with .active for different, harmonious accents) */
.active.active--indigo{
    background-color: #4f46e5 !important; /* indigo-600 */
    color: #ffffff !important;
    border-color: rgba(255,255,255,0.3);
}

.active.active--violet{
    background-color: #7c3aed !important; /* violet-600 */
    color: #ffffff !important;
    border-color: rgba(255,255,255,0.3);
}

.active.active--cyan{
    background-color: #0891b2 !important; /* cyan-600 */
    color: #ecfeff !important; /* cyan-50 */
    border-color: rgba(236, 254, 255, 0.35);
}

.active.active--teal{
    background-color: #0f766e !important; /* teal-600 */
    color: #e6fffb !important;
    border-color: rgba(230, 255, 251, 0.35);
}

.active.active--rose{
    background-color: #e11d48 !important; /* rose-600 (muted red) */
    color: #fff1f2 !important;
    border-color: rgba(255, 241, 242, 0.35);
}

/* Alternative styles */
.active.active--outline{
    background: transparent !important;
    color: #ffffff !important;
    border: 2px solid rgba(255,255,255,0.7) !important;
    border-radius: 999px;
    box-shadow: none !important;
}

.active.active--glass{
    background: rgba(255,255,255,0.14) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    backdrop-filter: saturate(1.2) blur(6px);
    -webkit-backdrop-filter: saturate(1.2) blur(6px);
    border-radius: 10px;
}

/* removed generic .active override per user request */

@media screen and (min-width: 0px) and (max-width: 768px){
    .masaustu{
        display: none !important;
}

}


@media screen and (min-width: 769px) {
    .mobile{
        display: none !important;
    }
}

.about-img img{
    width: 100%;
}

.yazi {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.baslik {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}



.social a{
    text-decoration: none;

}

.social a i{
    font-size: 35px;
    
}

.bi-linkedin{
    color: blue;
    transition: all 1s;
}

.bi-instagram{
    color: rgb(141, 34, 241);
    transition: all 1s;
}

.bi-whatsapp{
    color: white;
    transition: all 1s;
}

.bi-linkedin:hover{
    cursor: pointer;
    color: rgb(90, 90, 240);
    font-size: 38px;
    transition: 1s;
    
}

.bi-instagram:hover{
    cursor: pointer;
    color: rgb(144, 69, 214);
    font-size: 38px;
    transition: 1s;
}

.bi-whatsapp:hover{
    cursor: pointer;
    color: rgb(45, 219, 45);
    font-size: 38px;
    transition: 1s;
}


.linkler p{
    margin: 10px 0px !important;
    padding: 10px 8px !important;
    font-weight: bolder;
    font-size:17px ;
}
.linkler a{
    text-decoration: none;
    font-weight: bolder;
    padding: 10px 8px !important;
    transition: all 1s;
    color: white !important;
    font-weight: bolder;
    border-radius: 5px;
    font-size: 17px;
}

.linkler a:hover{
    background-color:#ab2e52 ;
    transition: 1s;
}

/* Footer links: keep on one line and avoid wrapping */
.linkler a{
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.linkler a i{
    vertical-align: middle;
}

.linkler p i{
    vertical-align: middle;
}

.linkler p:hover{
    background: transparent;
}

@media screen and (max-width: 575.98px){
    .linkler a{
        font-size: 16px;
        padding: 12px 8px !important;
    }
}




/* Scoped: Hakkımızda (about-section) */
#about-section{
    position: relative;
}

#about-section .row{
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

#about-section .about-img img{
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

#about-section h1{
    font-family: "Cabin", sans-serif;
    font-weight: 700;
    position: relative;
}

#about-section h1::after{
    content: "";
    display: block;
    height: 4px;
    width: 220px;
    border-radius: 999px;
    margin: 10px auto 0;
    background: linear-gradient(90deg, #0ea5e9 0%, #2563eb 50%, #7c3aed 100%);
    animation: underlineGrow 1.5s ease-out 0.5s both;
}

#about-section h1{
    position: relative;
    display: block;
    text-align: center;
}

#about-section h1::after{
    content: "";
    display: block;
    height: 4px;
    border-radius: 999px;
    margin: 8px auto 0;
    width: 120px;
    background: linear-gradient(135deg, #7c3aed 0%, #2563eb 100%);
}
/* Scoped: Hakkımızda sayfası üst blok (about-hero) */
#about-hero h1{
    font-family: "Cabin", sans-serif;
    font-weight: 800;
    letter-spacing: .3px;
}

#about-hero h1{
    position: relative;
    display: block;
    text-align: center;
}

#about-hero h1::after{
    content: "";
    display: block;
    height: 4px;
    border-radius: 999px;
    margin: 10px auto 0;
    width: 160px;
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 50%, #7c3aed 100%);
    animation: underlineGrow 1.5s ease-out 0.5s both;
}

#about-hero .top{
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.06);
    padding: 24px;
}

#about-hero .about-hero-banner{
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(0,0,0,0.10);
}

#about-hero .about-hero-banner img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

@media (min-width: 992px){
    #about-hero .about-hero-banner img{
        height: 420px;
    }
}

#about-hero .baslik{
    font-family: "Cabin", sans-serif;
}

#about-hero .baslik:not(.card-title){
    position: relative;
    font-weight: 700;
}

#about-hero .baslik:not(.card-title)::after{
    content: "";
    display: block;
    height: 3px;
    border-radius: 999px;
    margin-top: 6px;
    width: 100px;
    background: linear-gradient(135deg, #7c3aed 0%, #2563eb 100%);
}

/* Mobile only: center "Biz Kimiz?" heading and underline */
@media (max-width: 575.98px){
    #about-hero .baslik:not(.card-title){
        text-align: center;
    }
    #about-hero .baslik:not(.card-title)::after{
        margin-left: auto;
        margin-right: auto;
    }
}

/* Anasayfa Hakkımızda Bölümü Yeni Stiller */
#about-section .about-content {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 992px) {
  #about-section .about-content {
    padding: 1rem 2rem;
  }
}

#about-section .about-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #374151;
  text-align: justify;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.2px;
}

#about-section .about-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
}

#about-section .about-list li {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  font-weight: 500;
  color: #1f2937;
  margin-bottom: 0.75rem;
  background-color: rgba(238, 242, 255, 0.7);
  padding: 0.8rem 1rem;
  border-radius: 10px;
  border-left: 4px solid #4f46e5;
  transition: all 0.3s ease;
}

#about-section .about-list li:hover {
  transform: translateX(5px) scale(1.02);
  box-shadow: 0 8px 20px rgba(79, 70, 229, 0.12);
  border-left-color: #22c55e;
}

#about-section .about-list i {
  color: #4f46e5;
  font-size: 1.4rem;
  margin-right: 1rem;
}

#about-hero .stil{
    line-height: 1.75;
}

#about-hero .stil.yazi{
    color: #374151;
    margin-bottom: 14px;
}

#about-hero .stil.yazi:last-child{
    margin-bottom: 0;
}

@media (max-width: 575.98px){
    #about-hero .stil.yazi{ font-size: 1.05rem; }
}

@media (max-width: 991.98px){
    #about-hero .baslik{ font-size: 28px !important; }
}
/* Scoped: Hizmetlerimiz section */
#services-section h1{
    font-family: "Cabin", sans-serif;
    font-weight: 700;
    position: relative;
}

#services-section h1::after{
    content: "";
    display: block;
    height: 4px;
    width: 220px;
    border-radius: 999px;
    margin: 10px auto 0;
    background: linear-gradient(90deg, #0ea5e9 0%, #2563eb 50%, #7c3aed 100%);
    animation: underlineGrow 1.5s ease-out 0.5s both;
}

#services-section h1{
    position: relative;
    display: block;
    text-align: center;
}

#services-section h1::after{
    content: "";
    display: block;
    height: 4px;
    border-radius: 999px;
    margin: 8px auto 0;
    width: 140px;
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 50%, #7c3aed 100%);
}

#services-section .row{
    --services-gap: 1.5rem;
}

#services-section .card{
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0,0,0,0.06);
    transition: transform .3s ease, box-shadow .3s ease;
    background: #ffffff;
}

#services-section .card:hover{
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0,0,0,0.10);
}

#services-section .card-img-top{
    height: 200px;
    object-fit: cover;
}

#services-section .card-title{
    letter-spacing: .2px;
}

#services-section .card-text{
    color: #495057;
}

#services-section .icon-badge{
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 12px;
    color: #fff;
    font-size: 32px;
}

#services-section .icon-badge--web{
    background: linear-gradient(135deg, #ff7b7b 0%, #ff3d3d 100%);
}

#services-section .icon-badge--custom{
    background: linear-gradient(135deg, #ffb84d 0%, #ff8c1a 100%);
}

#services-section .icon-badge--mobile{
    background: linear-gradient(135deg, #4dabf7 0%, #1c7ed6 100%);
}

#services-section .icon-badge--warehouse{
    background: linear-gradient(135deg, #6ee7b7 0%, #10b981 100%);
}

#services-section .icon-badge--sales{
    background: linear-gradient(135deg, #c084fc 0%, #8b5cf6 100%);
}

#services-section .icon-badge--task{
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

#services-section .btn{
    border-radius: 10px;
}

/* Equal heights for cards within services section */
#services-section .row > .col{
    display: flex;
}

#services-section .card{
    display: flex;
    flex-direction: column;
    width: 100%;
}

#services-section .card-body{
    display: flex;
    flex-direction: column;
}

#services-section .card-body > .text-center:last-child{
    margin-top: auto;
}

/* Scoped: Biz Sizi Arayalım (contact-callback) */
#contact-callback{
    position: relative;
    background: linear-gradient(135deg, rgba(14,165,233,0.12) 0%, rgba(124,58,237,0.12) 60%, rgba(99,102,241,0.12) 100%);
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(0,0,0,0.08);
    padding: 28px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

#contact-callback::before{
    content: "";
    position: absolute;
    inset: -40% -20% auto -20%;
    height: 60%;
    background: radial-gradient(60% 60% at 50% 40%, rgba(14,165,233,0.25) 0%, rgba(124,58,237,0.22) 45%, rgba(255,255,255,0) 70%);
    filter: blur(40px);
    pointer-events: none;
}

#contact-callback h1{
    font-family: "Cabin", sans-serif;
    font-weight: 700;
    color: #0f172a;
}

#contact-callback h1{
    position: relative;
}

#contact-callback h1::after{
    content: "";
    display: block;
    height: 4px;
    width: 200px;
    border-radius: 999px;
    margin: 10px auto 0;
    background: linear-gradient(90deg, #0ea5e9 0%, #2563eb 50%, #7c3aed 100%);
}

#contact-callback h1{
    position: relative;
    display: block;
    text-align: center;
}

#contact-callback h1::after{
    content: "";
    display: block;
    height: 4px;
    border-radius: 999px;
    margin: 8px auto 0;
    width: 160px;
    background: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
}

#contact-callback .form-label{
    font-family: "Cabin", sans-serif;
    color: #1f2937;
}

#contact-callback .form-control{
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 10px 14px;
    background-color: #ffffff;
}

#contact-callback .form-control:focus{
    border-color: #2563eb;
    box-shadow: 0 0 0 .22rem rgba(37, 99, 235, .22);
}

#contact-callback textarea.form-control{
    min-height: 120px;
}

#contact-callback .btn{
    border-radius: 10px;
}

#contact-callback .btn-primary{
    background: linear-gradient(135deg, #22c55e 0%, #2563eb 50%, #7c3aed 100%);
    border: none;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.30), 0 4px 10px rgba(34, 197, 94, 0.18);
}

#contact-callback .btn-primary:hover{
    background: linear-gradient(135deg, #16a34a 0%, #1e40af 50%, #5b21b6 100%);
    box-shadow: 0 12px 26px rgba(37, 99, 235, 0.36), 0 6px 14px rgba(22, 163, 74, 0.2);
}

.active{
    background-color:#63001c ;
    
}

.top{
    background-color: rgb(243, 235, 235);
    padding: 30px;
}


.stil{
    text-align: justify;
    
}


.custom-intro-text {
    text-align: justify;
    background-color: #f8f9fa;
    
    padding: 25px 30px;
    border-radius: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.8;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    font-size: 1.25rem; /* Default büyük ekran boyutu */
}

.custom-intro-text:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

/* Responsive font size ayarları */
@media (max-width: 4000px) {
    .custom-intro-text {
        font-size: 1.15rem !important;
    }
}

@media (max-width: 992px) {
    .custom-intro-text {
        font-size: 1.1rem !important;
        padding: 22px 25px;
    }
}

@media (max-width: 768px) {
    .custom-intro-text {
        font-size: 1rem !important;
        padding: 20px 20px;
    }
}

@media (max-width: 576px) {
    .custom-intro-text {
        font-size: 18px !important;
        padding: 18px 15px;
    }
}

/* Grafik Tasarımı Bölümü Görsel Geliştirmeleri */
.grafik-section {
    position: relative;
    overflow: hidden;
}

.grafik-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(14,165,233,0.05) 0%, rgba(124,58,237,0.05) 100%);
    z-index: -1;
}

.grafik-title {
    animation: fadeInUp 1s ease-out;
    position: relative;
}

.grafik-title::after {
    animation: underlineGrow 1.5s ease-out 0.5s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes underlineGrow {
    from {
        width: 0;
    }
    to {
        width: 220px;
    }
}

.grafik-intro {
    position: relative;
    transition: all 0.3s ease;
}


.grafik-form-section {
    /* Mevcut #contact-callback stillerini genişlet */
    animation: slideInUp 1s ease-out 0.7s both;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.grafik-form-title {
    animation: fadeInUp 1s ease-out 0.5s both;
}

.grafik-label {
    transition: color 0.3s ease;
    position: relative;
}

.grafik-label::after {
    content: "*";
    color: #dc2626;
    margin-left: 4px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.grafik-label:has(+ .grafik-input[required])::after {
    opacity: 1;
}

.grafik-input, .grafik-textarea {
    transition: all 0.3s ease;
    border: 2px solid #e5e7eb;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.grafik-input:focus, .grafik-textarea:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.25);
    transform: scale(1.02);
    background: #ffffff;
}

.grafik-submit-btn {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #22c55e 0%, #2563eb 50%, #7c3aed 100%);
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.grafik-submit-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s;
}

.grafik-submit-btn:hover::before {
    left: 100%;
}

.grafik-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
}

.grafik-submit-btn:active {
    transform: translateY(0);
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .grafik-intro::before {
        display: none;
    }

    .grafik-input:focus, .grafik-textarea:focus {
        transform: none;
    }

    .grafik-title::after {
        width: 150px !important;
    }

    .grafik-submit-btn {
        font-size: 1rem;
        padding: 10px 20px;
    }
}

@media (max-width: 576px) {
    .grafik-section::before {
        background: linear-gradient(45deg, rgba(14,165,233,0.03) 0%, rgba(124,58,237,0.03) 100%);
    }

    .grafik-intro {
        font-size: 1rem !important;
        padding: 18px 15px !important;
    }

    .grafik-form-section {
        padding: 20px;
    }

    .grafik-title {
        font-size: 2rem;
    }
}

/* Scoped: Grafik Cards Section */
.grafik-section .card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
    transition: transform .3s ease, box-shadow .3s ease;
    background: #ffffff;
    animation: fadeInUp 0.8s ease-out;
}

.grafik-section .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0,0,0,0.10);
    cursor: pointer;
}

.grafik-section .card img {
    transition: transform .3s ease;
}

.grafik-section .card:hover img {
    transform: scale(1.05);
}

.grafik-section .card-title {
    font-family: "Cabin", sans-serif;
    font-weight: 700;
    color: #1f2937;
}

.grafik-section .card-text {
    color: #4b5563;
    line-height: 1.6;
}

/* Responsive for grafik cards */
@media (max-width: 768px) {
    .grafik-section .card-title {
        font-size: 1.1rem;
    }

    .grafik-section .card-text {
        font-size: 0.9rem;
    }
}

/* Footer Güzelleştirme */
footer {
  background: linear-gradient(135deg, #120513 0%, #1e40af 50%, #7c3aed 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -10px 30px rgba(0,0,0,0.3);
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 70%, rgba(255,255,255,0.05) 0%, transparent 50%);
  pointer-events: none;
}

footer .social {
  position: relative;
  z-index: 2;
}

footer .social a {
  display: inline-block;
  margin: 0 10px;
  transition: all 0.4s ease;
  transform: scale(1);
}

footer .social a:hover {
  transform: scale(1.2) rotate(5deg);
}

footer .social i {
  font-size: 40px;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

footer h6 {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  margin-bottom: 20px;
}

footer h6::after {
  content: "";
  display: block;
  height: 3px;
  width: 80px;
  background: #ffffff;
  border-radius: 2px;
  margin-top: 8px;
}

/* Responsive Footer Headings */
@media (max-width: 991.98px) {
  footer h6::after {
    margin-left: auto;
    margin-right: auto;
    width: 60px;
  }
}

footer p, footer a {
  color: #e2e8f0;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #ffffff;
  text-decoration: none;
  transform: translateX(5px);
}

footer .linkler a {
  background: rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 12px 16px !important;
  margin: 8px 0 !important;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

footer .linkler a:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

footer .text-center.p-3 {
  background: rgba(0,0,0,0.3);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,0.1);
}

footer .text-center.p-3 a {
  font-weight: 600;
  color: #ffffff;
  transition: color 0.3s ease;
}

footer .text-center.p-3 a:hover {
  color: #22c55e;
}

/* Responsive Footer */
@media (max-width: 768px) {
  footer .social a {
    margin: 0 8px;
  }

  footer .social i {
    font-size: 35px;
  }

  footer h6::after {
    width: 60px;
  }

  footer .linkler a {
    padding: 10px 12px !important;
    font-size: 16px;
  }
}</search>
</search_and_replace></search>
</search_and_replace>

footer p, footer a {
  color: #e2e8f0;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #ffffff;
  text-decoration: none;
  transform: translateX(5px);
}

footer .linkler a {
  background: rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 12px 16px !important;
  margin: 8px 0 !important;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

footer .linkler a:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

footer .text-center.p-3 {
  background: rgba(0,0,0,0.3);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,0.1);
}

footer .text-center.p-3 a {
  font-weight: 600;
  color: #ffffff;
  transition: color 0.3s ease;
}

footer .text-center.p-3 a:hover {
  color: #22c55e;
}

/* Responsive Footer */
@media (max-width: 768px) {
  footer .social a {
    margin: 0 8px;
  }

  footer .social i {
    font-size: 35px;
  }

  footer h6::after {
    width: 60px;
  }

  footer .linkler a {
    padding: 10px 12px !important;
    font-size: 16px;
  }
}

/* Floating WhatsApp Button */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
  color: #FFF;
}
