/*==================================
* Author        : "ThemeSine"
* Template Name :  Browny  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Poppins', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Header
3.  Welcome-hero
4.  About me 
5.  Education
6.  Skill
7.  Experience
8.  Profiles
9.  Portfolio
10. Clients
11. Contact

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color: #676a81;
	background: #fff;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #6a708e;
	font-size:16px;
	padding:0;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#43485c;
    font-size: 16px;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
}
p {
	margin: 0;
	line-height:1.8;
	color:#43485c;
	font-size:14px;
	font-family: 'Poppins', sans-serif;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
	
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;}

html,body{
    height: 100%;
	position: relative;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

.fix{position: relative;clear: both;}
/*=============Style css=========*/

/*-------------------------------------
        2. Header
--------------------------------------*/
.top-area {
    position: relative;
    z-index: 9999;
}
@media (min-width: 1024px){}
nav.navbar.bootsnav.no-background {
    background-color: #fff;
    border: none;
}

nav.navbar.bootsnav {
    background-color: #fff;
    border-bottom: transparent;
    box-shadow: 0 3px 15px rgba(0,0,0,.2);
}

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #d92cf9;
    font-size: 20px;
    font-weight: 600;
    padding: 33px 0px 57px;
    text-transform: uppercase;
}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
    font-weight: 400;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding: 35px 20px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus,nav.navbar.bootsnav ul.nav > li.active>a{color: #d92cf9;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a {color:#6a708e;}
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:hover,.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a:focus,.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li.active>a{color: #d92cf9;}
/*.nav li*/



/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #d92cf9;
}
/*.menu-ui-design*/



/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #d92cf9;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #d92cf9;}
/*.navbar-toggle */



/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.welcome-hero{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    background:url(../images/about/indir.gif)no-repeat;
    background-size:cover;
    background-position: center;
    height:890px;
}
.welcome-hero:before{
    position:absolute;
    content: " ";
    top:0;
    left:0;
    background:rgba(31,44,108,.65);
    width:100%;
    height:100%;
}

/*.header-text-area*/
.header-text h2 {
    position: relative;
    top: 40px;  /* azaltarak yukarı kaydırabilirsiniz */
    left: -20px;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
}
.header-text h2 span {color: #d92cf9;}
.header-text p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px 0 60px;
    letter-spacing: 1px;
}
.header-text a {
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    text-transform: capitalize;
    color: #fff;
    background: #b636ff;
    border: 1px solid #b636ff;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.header-text a:hover{ box-shadow: 0 5px 20px rgba(0,0,0,.4);background:#9f00ff;border: 1px solid #9f00ff;}
/*.header-text-area*/

/*-------------------------------------
        4.  About
--------------------------------------*/
.about {padding: 50px 0 100px;}
.about-content {padding-top: 100px;}
/*.single-about-txt*/
.single-about-txt h3 {
    font-size:18px;
    color: #3c4258;
    text-transform: initial;
    line-height: 1.8;
}
.single-about-txt p {
    font-size: 16px;
    color: #999fb3;
    padding: 35px 0 43px;
    border-bottom: 1px solid #999fb3;
}
.single-about-add-info {
    margin: 35px 0;
}
.single-about-add-info h3 {
    color: #636a82;
    font-size: 16px;
    text-transform: capitalize;
}
.single-about-add-info p {font-weight:  300;border:  0;padding: 0;margin-top: 3px;}
/*.single-about-txt*/

/*.single-about-img */
/* Ana kapsayıcı */
.single-about-img {
    position: relative; /* İçindeki absolüte öğeler için referans noktası */
    box-shadow: 0 5px 20px rgba(14, 25, 80, .30);
    border-radius: 8px; /* Köşe yuvarlama */
    overflow: hidden; /* Taşmayı gizle (hem resim hem de :before katmanı için) */
    /* YÜKSEKLİĞİ BURADAN KONTROL EDİYORUZ. 
       Bu değeri metin bloğunuzun yüksekliğine göre ayarlayın.
       Örneğin, 500px, 550px gibi bir değer deneyebilirsiniz.
    */
    height: 550px; /* Örnek yükseklik, ihtiyaca göre ayarlayın */
    /* Flexbox kullanarak içindeki öğeleri dikeyde düzenle (Resim ve ikon çubuğu) */
    display: flex;
    flex-direction: column;
}

    /* Resmin üzerindeki yarı saydam katman */
    .single-about-img:before {
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        /* GÜNCELLEME: %109 yerine %100 olmalı */
        width: 100%;
        height: 100%;
        background: rgba(31, 44, 108, .3);
        z-index: 1; /* Resmin altında ama ikonların altında kalmalı */
    }

    /* Resmin kendisi */
    .single-about-img img {
        width: 100%; /* Kapsayıcının genişliğini tamamen kapla */
        height: 100%; /* Kapsayıcının yüksekliğini tamamen kapla */
        /* SİHİRLİ KISIM: Resmi en-boy oranını bozmadan sığdır */
        object-fit: cover;
        /* Resmin hangi kısmının öncelikli olarak gösterileceğini belirler.
       Portre (dikey) fotoğraf olduğu için üst kısmı (yüz) önceliklendir.
       Eğer merkezde görünmesini isterseniz 'center' kullanın.
    */
        object-position: top 10%;
        /* Resmin flex konteyner içinde büyüyebilmesini sağlar */
        flex-grow: 1;
    }

/* İkon çubuğu */
.about-list-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    /* İkon çubuğunu kapsayıcının en altına sabitle */
    position: absolute;
    bottom: 0;
    left: 0;
    /* GÜNCELLEME: %109 yerine %100 olmalı */
    width: 100%;
    height: 90px; /* İkon çubuğunun sabit yüksekliği */

    background: #1f2c6c;
    z-index: 2; /* İkonların hem resmin hem de :before katmanının üstünde görünmesini sağlar */
}

    /* İkon çubuğundaki liste elemanları ve ikonlar için ek stil (opsiyonel) */
    .about-list-icon ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        gap: 20px; /* İkonlar arası boşluk */
    }

        .about-list-icon ul li a {
            color: #fff;
            font-size: 28px;
            transition: color 0.3s ease;
        }

            .about-list-icon ul li a:hover {
                color: #ffd700; /* Hover rengi örneği */
            }
/*.ab-list-icon */

/*.single-about-img */

/*-------------------------------------
        5.  Education
--------------------------------------*/

.education {
    background:  #f9fbfd;
    padding-top:  50px;
}
.education-horizontal-timeline {
    padding: 80px 0;
}

/*.education-horizontal-timeline*/
.education-horizontal-timeline .col-sm-4 {padding:0 2px;}

.single-horizontal-timeline .experience-time h3{text-transform: capitalize;}
.single-horizontal-timeline .experience-time h3 span{text-transform:lowercase;}
.single-horizontal-timeline .timeline-content h5 {margin: 15px 0;}
.single-horizontal-timeline p {color: #999fb3;max-width: 335px;}

/*.timeline-horizontal-border*/
.timeline-horizontal-border {
    display:  flex;
    align-items: center;
    padding: 26px 0 30px;
}
.timeline-horizontal-border i {
    font-size:  10px;
    color: #d92cf9;
    margin-right:  5px;
}
span.single-timeline-horizontal {
    display:  inline-block;
    background: #b2c1ce;
    height:  1px;
    width: 380px;
}
span.single-timeline-horizontal.spacial-horizontal-line {width: 88px;}
/*.timeline-horizontal-border*/

/*.education-horizontal-timeline*/

/*-------------------------------------
        6.  Skills
--------------------------------------*/
.skills {
    
}
.skill-content{padding: 50px 0 80px;}
.single-skill-content{padding-top: 100px;}
.section-heading h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5ebf2;
}
.single-progress-txt {
    display: flex;
}
.single-progress-txt h3 {
    width: 10%;
    color: #a606c3;
    position: relative;
    top: 6px;
    left: 20px;
}
.barWrapper {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}
.progress {
    border-radius:3px;
    overflow: visible;
    background: #e6ecf3;
    height:8px;
    margin-top: 15px;
    width: 85%;
    margin-bottom: 37px;
}
.progress-bar {
   background: #b636ff;
    border-radius: 3px;
   -webkit-transition: width 1.5s ease-in-out;
   -ms-transition: width 1.5s ease-in-out;
   -moz-transition: width 1.5s ease-in-out;
   -o-transition: width 1.5s ease-in-out;
   transition: width 1.5s ease-in-out;
}
.tooltip{
   position:relative;
   float:right;
}
.tooltip > .tooltip-inner {
   background-color: transparent;
   padding: 1px 5px;
   color: #b636ff;
   font-weight: 500;
   font-size: 12px;
   border-radius: 0;
}
.popOver + .tooltip > .tooltip-arrow {
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-top: 6px solid #fff;
   bottom: -1px;
   transform: translateX(-50%);
   margin-left: 0;
}

/*-------------------------------------
        7. Experience
-------------------------------------*/
.experience {
    padding: 50px 0 100px;
    border-top: 1px solid #e5ebf2;
}
.experience-content {padding-top: 100px;}
.single-timeline-box {margin-bottom: 75px;}

/*experience-time*/
.experience-time {
    position: relative;
}
.experience-time h2 {
    font-weight: 400;
}
.experience-time h3 {
    font-size: 16px;
    font-weight: 300;
    color: #636a82;
    margin-top: 14px;
    text-transform: uppercase;
}
/*experience-time*/

/*main-timeline*/
.main-timeline{
    position: relative;
}
.main-timeline:before{
    content: "";
    width: 2px;
    height: 84%;
    background: #b2c1ce;
    position: absolute;
    top: 1.5%;
    left: 45.8%;
    z-index: -1;
}
.main-timeline .timeline{
    position: relative;
}

.timeline-content span>i, .experience-time span>i {
    color: #d92cf9;
    position: absolute;
    font-size: 10px;
    left: -14.5%;
    z-index: 1;
}
.timeline-content h4.title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.timeline-content h5 {
    color: #636a82;
    font-size: 14px;
    font-weight: 300;
    margin: 18px 0 20px;
}
.main-timeline .description {
    font-size: 14px;
    color: #999fb3;
}
.main-timeline .timeline-content.right{
    float: right;
    text-align: left;
}
.timeline-single-before:before {
    content: '';
    top: 57px;
    left: -3px;
    position: absolute;
    width: 100%;
    height:400px;
    border-left:15px solid #fff;
}

.experience-time-responsive {

    display: none;
}
    
/*-------------------------------------
        8. Profiles (Sertifikalar) - GÜNCEL VE TAM SÜRÜM
--------------------------------------*/

/*-------------------------------------
        8. Profiles (Sertifikalar) - ENİNE YAYILMA DÜZELTMESİ
--------------------------------------*/

.profiles {
    padding: 50px 0 100px;
    border-top: 1px solid #e5ebf2;
    background: #f9fbfd; /* Diğer bölümlerle uyum için hafif arkaplan */
}

/* Owl Carousel'in genel ayarları */
#certificates-container {
    position: relative;
    padding-top: 50px; /* Başlıktan sonra boşluk */
}

    /* Kaydırma sahnesinin ortalanmasını garanti eder */
    #certificates-container .owl-stage {
        margin: 0 auto;
    }

/* Her bir sertifika kartının wrapper'ı (Link) */
.certificate-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    /* padding: 10px; <-- Hover sorununu çözmek için kaldırıldı */
}

/* Sertifika Kartının Ana Kapsayıcısı */
.single-profile.certificate-card {
    position: relative;
    height: 180px;
    min-height: 180px;
    border: 1px solid #e5ebf2;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
    /* === "ENİNE YAYILMA" DÜZELTMESİ (YENİ KOD) === */
    /* Kartın carousel alanının %90'ını kaplamasını sağlıyoruz */
    width: 90%;
    /* Çok büyük ekranlarda 700px'i geçmesin */
    max-width: 700px;
    /* Bu %90'lık kartı kendi alanı içinde ortalıyoruz */
    margin: 0 auto;
}

    /* KART'ın üzerine gelindiğinde */
    .single-profile.certificate-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(182, 54, 255, 0.15);
    }

/* Kartın Görünen Yüzü */
.certificate-card-front {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    height: 100%;
    transition: opacity 0.3s ease;
}

    .certificate-card-front .fa,
    .certificate-card-front .fa-solid {
        font-size: 40px;
        color: #b636ff;
        margin-bottom: 20px;
    }

    .certificate-card-front .profile-icon-name {
        font-size: 16px;
        font-weight: 600;
        color: #43485c;
        line-height: 1.4;
    }

/* Kartın Gizli Yüzü (Overlay) */
.certificate-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #d92cf9 0%, #b636ff 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none; /* Titreme düzeltmesi */
}

/* KART'ın üzerine gelindiğinde OVERLAY'i göster */
.single-profile.certificate-card:hover .certificate-card-overlay {
    opacity: 1;
    transform: scale(1);
}

/* KART'ın üzerine gelindiğinde görünen yüzü gizle */
.single-profile.certificate-card:hover .certificate-card-front {
    opacity: 0;
}

/* Overlay içindeki metin alanı */
.profile-txt-overlay {
    padding: 15px;
    text-align: center;
    overflow: hidden; /* Scrollbar düzeltmesi */
}

    /* Overlay içindeki paragraf */
    .profile-txt-overlay p {
        color: #fff;
        font-size: 13px;
        line-height: 1.5;
        text-transform: none;
        margin-bottom: 15px;
    }

    .profile-txt-overlay .overlay-link-text {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }

/* === OK (NAV) DÜZELTMESİ === */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    background: #f0f0f0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background 0.3s ease, color 0.3s ease;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -60px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -60px;
}

    .owl-carousel .owl-nav button.owl-prev i,
    .owl-carousel .owl-nav button.owl-next i {
        font-size: 20px !important;
        color: #1f2c6c !important;
    }

    .owl-carousel .owl-nav button.owl-prev:hover,
    .owl-carousel .owl-nav button.owl-next:hover {
        background: #b636ff !important;
    }

        .owl-carousel .owl-nav button.owl-prev:hover i,
        .owl-carousel .owl-nav button.owl-next:hover i {
            color: #fff !important;
        }

/* === NOKTA (DOTS) DÜZELTMESİ === */
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-carousel .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #e0e0e0;
    border-radius: 50%;
    margin: 0 5px;
    transition: background 0.3s ease;
}

    .owl-carousel .owl-dot.active {
        background: #b636ff;
    }
/*-------------------------------------
        9. Portfolio
--------------------------------------*/
.portfolio {
    padding:  50px 0 100px;
    border:  1px solid #e5ebf2;
}

.portfolio-content {padding-top: 100px;}

/* ---- .item ---- */
.isotope:after {
    content: '';
    display: block;
    clear: both;
}
.isotope .item {
    position:relative;
    overflow:hidden;
    margin-bottom: 30px;
}
/*.item img*/
.isotope .item img{
    width:100%;
    height:100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.isotope .item:hover  img{
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transform:scale(1.5);
}/*.item img*/

/*.isotope-overlay*/
/*.isotope-overlay*/
.isotope-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(31,44,108,.85); /* Arka plan opaklığı artırıldı (daha okunaklı) */
    /* YENİ FLEXBOX AYARLARI: İçeriği dikeyde yukarıdan başlatır */
    display: flex;
    align-items: center; /* İçeriği en üste hizala */
    text-transform: none; /* Metinler büyük harf olmasın (açıklamalar için) */
    justify-content: center; /* Yatayda soldan başlat (center yerine) */
    flex-direction: column; /* Öğeleri dikey olarak alt alta sırala */
    padding: 30px 20px 20px 20px; /* Üstten ve yanlardan boşluk ekle */
    overflow-y: auto; /* Açıklama çok uzunsa scroll ekle */
    /* HOVER ANIMASYON AYARLARI (Aynı kaldı) */
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    /* !important kullanmadıkça temadaki diğer kurallar çakışmaya devam edebilir. */
}

    .isotope-overlay a {
        display: inline-block;
        color: #fff;
        font-size: 13px; /* Link/Buton metnini küçült */
        text-align: center;
        text-transform: uppercase;
        /* Buton stili vermek için eklendi (Portfolyo linki) */
        padding: 8px 15px;
        background: #d92cf9;
        border-radius: 3px;
        margin-top: 15px; /* Açıklamadan sonra boşluk bırak */
    }
.isotope .item:hover .isotope-overlay{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    top:0;
}/*.isotope-overlay*/

/*-------------------------------------
        10. Clients
--------------------------------------*/
.clients {padding-top: 50px;}
.clients-area {
    display: flex;
    align-items: center;
    height: 250px;
}
.clients-area .item {padding: 0 25px;}

.clients .clients-area .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius:0;
}

/*-------------------------------------
        11. Contact
--------------------------------------*/
/*
 * ---------------------------------------------------------------------------------
 * CONTACT BÖLÜMÜ - YENİDEN DÜZENLENMİŞ STİLLER
 * ---------------------------------------------------------------------------------
 */

/* 1. BÖLÜM YERLEŞİMİ (Layout)
----------------------------------------------------------------- */
.contact {
    background: #f9fbfd;
    padding: 50px 0 100px;
}

/* Form ve Bilgi kutularının üstündeki boşluk */
.single-contact-box {
    padding-top: 100px;
}


/* 2. FORM ALANLARI (INPUT & TEXTAREA) - SOL TARAF
----------------------------------------------------------------- */
.contact-form .form-group {
    margin-bottom: 20px;
}

/* Input ve Textarea alanlarının temel stili (Belirgin stil) */
.contact-form .form-control {
    color: #222;
    background: #ffffff; /* Arka planı net beyaz */
    /* Önceki isteğiniz üzerine daha kalın, belirgin kenarlık */
    border: 2px solid #ccd5db;
    border-radius: 8px; /* Modern yuvarlatılmış köşe */
    box-shadow: none;
    padding: 12px 15px; /* İç boşluğu artırdık */
    height: auto;
    /* Tıklandığında yumuşak bir geçiş efekti için */
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    /* Form alanlarına tıklandığında (focus) */
    .contact-form .form-control:focus {
        /* Kenarlık rengini, butonla ve temayla uyumlu
       ana mor renginizle değiştiriyoruz.
    */
        border-color: #b636ff;
        /* Etrafına hafif bir mor parlama (gölge) ekleyelim */
        box-shadow: 0 0 10px rgba(182, 54, 255, 0.3);
        background: #fff;
    }


/* 3. GÖNDER BUTONU - SOL TARAF
----------------------------------------------------------------- */

/* Butonun etrafındaki kapsayıcı (wrapper).
   Sadece butonu yatayda ortalamak için kullanıyoruz.
*/
.contact-form .single-contact-btn {
    display: flex;
    justify-content: center;
    margin-top: 3px;
    /* NOT: Orijinal kodunuzdaki arka plan, border, shadow gibi 
       tüm stilleri buradan kaldırıp, direkt butonun kendisine
       (aşağıdaki .contact-btn) taşıdık. Bu daha temiz bir yöntemdir.
    */
}

/* Butonun KENDİSİ. 
   Tüm stil (renk, padding, gölge) artık burada.
*/
.contact-form .contact-btn {
    display: inline-block;
    width: 100%; /* Kapsayıcısını (wrapper) doldur */
    padding: 12px 30px;
    color: #fff; /* Beyaz yazı */
    background: #b636ff; /* Ana tema rengi (Mor) */

    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #b636ff; /* Kenarlık da aynı renk */
    /* Input alanlarıyla tutarlı, yuvarlak köşe */
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    /* Geçiş (transition) */
    transition: all 0.4s ease;
    /* Orijinal koddaki gereksiz stilleri sıfırla */
    margin-top: 0;
    outline: 0;
}

    /* Butonun üzerine gelince (hover) ve tıklanınca (focus) */
    .contact-form .contact-btn:hover,
    .contact-form .contact-btn:focus {
        background: #9f00ff; /* Bir ton koyu mor (Hover renginiz) */
        border-color: #9f00ff;
        color: #fff; /* Yazı rengi beyaz kalsın */
        box-shadow: 0 6px 22px rgba(0, 0, 0, 0.3);
        transform: translateY(-2px); /* Hafif kalkma efekti */
    }


/* 4. BİLGİ KUTUSU (Adres vb.) - SAĞ TARAF
----------------------------------------------------------------- */
.contact-add-head h3 {
    font-size: 24px;
    color: #3c4258;
}

.contact-add-head p {
    font-size: 16px;
    text-transform: capitalize;
    color: #636a82;
    font-weight: 300;
    margin-top: 6px;
}

.contact-add-info {
    margin: 42px 0 52px;
}

.single-contact-add-info {
    margin-bottom: 26px;
}

    .single-contact-add-info h3 {
        color: #636a82;
        font-weight: 500;
    }

    .single-contact-add-info p {
        color: #999fb3;
        font-size: 16px;
        margin-top: 18px;
    }


/* 5. SOSYAL MEDYA İKONLARI - SAĞ TARAF
----------------------------------------------------------------- */
.hm-foot-icon ul {
    padding-left: 0;
    list-style: none; /* list-style-type: none; */
    margin-bottom: 0;
}

    .hm-foot-icon ul li {
        float: left; /* İkonları yan yana diz */
    }

        .hm-foot-icon ul li > a {
            display: block;
            color: #636a82;
            margin-right: 18px;
            font-size: 18px; /* İkonları biraz büyüttük */
            transition: color 0.3s ease;
        }

            /* İkonların üzerine gelince ana tema rengini (mor) al */
            .hm-foot-icon ul li > a:hover {
                color: #b636ff;
            }

/* NOT: .hm-footer-copyright stilleri muhtemelen 
   bu bölüme değil, sayfanın en altındaki
   genel footer bölümüne aittir,
   bu yüzden buraya dahil etmedim.
*/

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#b636ff;
	border:1px solid #b636ff;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#fff;
    color: #b636ff;
	border:1px solid #b636ff;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
/*========================Thank you=================

    /* ===================================================================
   MODERN & ETKİLEYİCİ STİL GÜNCELLEMESİ (DÜZELTİLMİŞ VERSİYON)
   Lütfen bu bloğu mevcut CSS dosyanızın EN SONUNA ekleyin.
=================================================================== */

/* 1. GLOBAL MODERNLEŞTİRME & CSS DEĞİŞKENLERİ
------------------------------------------------------------------- */
:root {
    /* Ana Renk Paletiniz */
    --primary-color: #b636ff;
    --primary-dark: #9f00ff;
    --primary-gradient: linear-gradient(to right, #d92cf9 0%, #b636ff 100%);
    /* Modern Metin ve Arkaplan Renkleri */
    --text-dark: #3c4258;
    --text-light: #676a81;
    --text-muted: #999fb3;
    --bg-light: #f9fbfd;
    --bg-white: #ffffff;
    --border-color: #e5ebf2;
    /* Standartlaştırılmış Gölgeler ve Köşeler */
    --card-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
    --card-shadow-hover: 0 12px 30px rgba(0, 0, 0, 0.1);
    --border-radius: 12px; /* Daha yumuşak köşeler */
}

/* Sayfa geneli için yumuşak font ve giriş animasyonu */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: fadeIn 1s ease-out;
}

/* Tüm bölümler için standart dolgu ve giriş animasyonu */
section {
    padding: 90px 0; /* Standart bölüm boşluğu */
    opacity: 0; /* Animasyon için başlangıçta gizli */
    animation: fadeInUp 0.8s ease-out forwards;
}

/* Bölümler için kademeli animasyon gecikmesi */
#about {
    animation-delay: 0.1s;
}

#education {
    animation-delay: 0.2s;
}

#skills {
    animation-delay: 0.3s;
}

#experience {
    animation-delay: 0.4s;
}

#profiles {
    animation-delay: 0.5s;
}

#portfolio {
    animation-delay: 0.6s;
}

#contact {
    animation-delay: 0.7s;
}

/* Modern Bölüm Başlıkları */
.section-heading h2 {
    font-size: 34px; /* Daha büyük ve okunaklı */
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 70px; /* Başlık ve içerik arası daha fazla nefes alanı */
    border-bottom: 3px solid var(--primary-color);
    display: inline-block; /* Çizginin sadece metin kadar olmasını sağlar */
    letter-spacing: 0.5px;
}

/* Anahtar Animasyonlar (Keyframes) */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Timeline ikonları için nabız efekti */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(182, 54, 255, 0.5);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(182, 54, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(182, 54, 255, 0);
    }
}

/* 2. BÖLÜM BAZLI GÜNCELLEMELER
------------------------------------------------------------------- */

/* --- Welcome Hero --- */
.welcome-hero:before {
    /* Koyu düz renk yerine modern bir gradient overlay */
    background: linear-gradient(45deg, rgba(31, 44, 108, .85), rgba(89, 39, 137, 0.75));
}

.header-text h2 {
    font-size: 52px; /* Daha vurgulu */
    font-weight: 700;
    line-height: 1.3;
    /* --- DÜZELTME: Yazma efekti kaldırıldı, basit animasyon eklendi --- */
  /*  animation: fadeIn 1s ease-out 0.5s;
    animation-fill-mode: backwards;*/
}

.header-text p {
    font-size: 22px;
    /* DÜZELTME: Gecikme normale çekildi */
   /* animation: fadeInUp 1s ease-out 0.8s;
    animation-fill-mode: backwards;*/
}

/* CV İndirme Butonu */
.header-text a {
    border-radius: 50px; /* Modern "Pill" şekli */
    font-weight: 600;
    padding: 0 30px; /* Genişlik yerine padding kullanalım */
    width: auto;
   /* animation: fadeInUp 1s ease-out 1.1s;
    animation-fill-mode: backwards;*/
    transition: all 0.3s ease;
}

    .header-text a:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
        background: var(--primary-dark);
        border-color: var(--primary-dark);
    }

/* --- About Me --- */
.single-about-txt p {
    border-bottom: 2px solid var(--border-color); /* Daha temiz ayraç */
}

/* --- DÜZELTME: .about-list-icon stilleri kaldırıldı --- */
/* Orijinal CSS dosyanızdaki stiller artık geçerli olacak */


/* --- Education --- */
.education {
    background: var(--bg-white); /* Arkaplanı temiz beyaz yapalım */
}
/* Eğitim kartları */
.single-horizontal-timeline {
    background: var(--bg-white);
    padding: 30px;
    border-radius: var(--border-radius);
    box-shadow: var(--card-shadow);
    transition: all 0.3s ease;
    height: 100%; /* Kart yüksekliklerini eşitle */
    border-top: 4px solid var(--primary-color);
}

    .single-horizontal-timeline:hover {
        transform: translateY(-10px);
        box-shadow: var(--card-shadow-hover);
    }
/* Zaman çizgisi noktası */
.timeline-horizontal-border i {
    font-size: 12px;
    animation: pulse 2s infinite; /* Canlı nabız efekti */
}

span.single-timeline-horizontal {
    background: var(--border-color);
    height: 2px;
}

/* --- Skills --- */
.skills {
    background: var(--bg-light); /* Beceriler için açık arkaplan */
}

.progress {
    height: 12px; /* Çubukları biraz kalınlaştıralım */
    border-radius: 50px;
    background: #e6ecf3;
    overflow: hidden;
}

.progress-bar {
    background: var(--primary-gradient); /* Gradient dolgu */
    border-radius: 50px;
}
/* Yüzde metni */
.single-progress-txt h3 {
    position: relative;
    top: -2px;
    font-weight: 700;
    color: var(--text-dark);
}

/* --- Experience (JS ile oluşturulan .single-experience-card) --- */
.single-experience-card {
    background: var(--bg-white);
    margin-bottom: 30px;
    padding: 30px;
    border-left: 5px solid var(--primary-color);
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
    box-shadow: var(--card-shadow);
    transition: all 0.3s ease;
}

    .single-experience-card:hover {
        transform: translateY(-8px);
        box-shadow: var(--card-shadow-hover);
    }

    .single-experience-card h4 { /* Şirket Adı */
        font-size: 20px;
        font-weight: 600;
        color: var(--text-dark);
    }

    .single-experience-card h5 { /* Pozisyon */
        color: var(--primary-color);
        font-weight: 600;
        font-size: 16px;
    }

    .single-experience-card p i { /* Takvim ikonu */
        color: var(--primary-color);
        margin-right: 5px;
    }

/* --- Profiles (Sertifikalar) --- */
.profiles {
    background: var(--bg-light);
}

.single-profile.certificate-card {
    height: 220px;
    min-height: 220px;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    box-shadow: var(--card-shadow);
}
    /* Üzerine gelince daha belirgin mor bir parlama */
    .single-profile.certificate-card:hover {
        box-shadow: 0 8px 30px rgba(182, 54, 255, 0.25);
        transform: translateY(-5px);
    }
/* Ön yüz (ikon) */
.certificate-card-front .fa,
.certificate-card-front .fa-solid {
    font-size: 50px;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.single-profile.certificate-card:hover .certificate-card-front .fa,
.single-profile.certificate-card:hover .certificate-card-front .fa-solid {
    transform: scale(1.1);
}
/* Arka yüz (overlay) */
.certificate-card-overlay {
    background: var(--primary-gradient);
}
/* Carousel Navigasyon Okları */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: #fff !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    width: 50px;
    height: 50px;
}

    .owl-carousel .owl-nav button.owl-prev:hover,
    .owl-carousel .owl-nav button.owl-next:hover {
        background: var(--primary-color) !important;
    }
/* Carousel Noktaları (Dots) */
.owl-carousel .owl-dot.active {
    background: var(--primary-color);
}

.owl-carousel .owl-dot:hover {
    background: var(--primary-color);
    opacity: 0.7;
}

/* --- Portfolio --- */
.item.portfolio-card {
    border-radius: var(--border-radius);
    box-shadow: var(--card-shadow);
    overflow: hidden; /* Overlay'in taşmamasını sağlar */
    transition: all 0.3s ease;
}

    .item.portfolio-card:hover {
        box-shadow: var(--card-shadow-hover);
    }
/* Resim hover efekti (daha yumuşak zoom) */
.isotope .item img {
    transition: transform 0.4s ease-out;
}

.isotope .item:hover img {
    transform: scale(1.1);
}
/* Yeni Portfolio Overlay Efekti (Aşağıdan Kayarak Gelme) */
.isotope-overlay {
    background: linear-gradient(to top, rgba(31, 44, 108, .95) 0%, rgba(182, 54, 255, 0.7) 100%);
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    /* Başlangıç pozisyonu: Aşağıda ve gizli */
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.isotope .item:hover .isotope-overlay {
    /* Bitiş pozisyonu: Yerinde ve görünür */
    transform: translateY(0);
    opacity: 1;
}

.isotope-overlay h4 {
    font-size: 18px;
    font-weight: 600;
}
/* "Detayları Gör" yazısı için buton stili */
.isotope-overlay span {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #fff;
    padding: 6px 14px;
    border-radius: 50px;
    margin-top: 15px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
}

/* --- Contact --- */
/* Form alanları (focus stiliniz harikaydı, onu koruyoruz) */
.contact-form .form-control {
    border: 2px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 14px 18px;
    transition: all 0.3s ease;
}

    .contact-form .form-control:focus {
        border-color: var(--primary-color);
        box-shadow: 0 0 10px rgba(182, 54, 255, 0.3);
    }
/* Gönder Butonu */
.contact-form .contact-btn {
    background: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: var(--border-radius);
    font-weight: 600;
    padding: 14px;
    transition: all 0.3s ease;
}

    .contact-form .contact-btn:hover,
    .contact-form .contact-btn:focus {
        background: var(--primary-dark);
        border-color: var(--primary-dark);
        transform: translateY(-3px);
        box-shadow: 0 8px 15px rgba(0,0,0,0.2);
    }
/* Sağdaki İletişim Bilgi Kartı */
.contact-adress {
    background: var(--bg-white);
    padding: 40px;
    border-radius: var(--border-radius);
    box-shadow: var(--card-shadow);
    height: 100%;
}

.contact-add-head h3 {
    font-size: 28px;
    font-weight: 700;
}

.contact-add-info h3 {
    font-weight: 700;
    color: var(--text-dark);
}

.contact-add-info p {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
}
/* Sosyal Medya İkonları */
.hm-foot-icon ul li > a {
    font-size: 26px;
    color: var(--text-light);
    transition: all 0.3s ease;
}

    .hm-foot-icon ul li > a:hover {
        color: var(--primary-color);
        transform: scale(1.1) translateY(-3px);
    }

/* --- Proje Detay Modalı --- */
.modal-content {
    border-radius: var(--border-radius);
    border: 0;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.modal-header {
    border-bottom: 1px solid var(--border-color);
}

    .modal-header .modal-title {
        font-size: 24px;
        font-weight: 600;
        color: var(--text-dark);
    }

.modal-footer {
    border-top: 1px solid var(--border-color);
}
/* Modal "Projeye Git" Butonu */
#modal-project-link.btn-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    #modal-project-link.btn-primary:hover {
        background: var(--primary-dark);
        border-color: var(--primary-dark);
        transform: scale(1.05);
    }

/* --- DÜZELTME: Gereksiz keyframe'ler kaldırıldı --- */