/*

Table of Content:
- fonts
- general
- button
- navbar
- header title
- about us
- home intro
- section title
- services
- our works
- features
- latest blog
- blog
- blog single
- pagination
- contact
- testimonial
- footer
- responsive

*/

/* fo
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900");

/* Color */

.t_acik-mavi {color: #BBCDE5 !important;}
.t_mavi {color: #204169 !important;}
.t_sari {color: #FBB13C !important;}
.t_yesil {color: #44A1A0 !important;}

.bg_acik-mavi {background: #BBCDE5 !important;}
.bg_mavi {background: #204169 !important;}
.bg_sari {background: #FBB13C !important; }
.bg_yesil {background: #44A1A0 !important;}

/* general */
body {
    background: #fff;
    color: #242424;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
}

a {
    color: #111;
}

a:hover {
    color: #fbb13c;
    text-decoration: none;
    transition: .5s ease-out;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

p {
    line-height: 18px;
}

.bg-grey {
    background: #f5f3fd;
}

/* button */
.button {
    background: #fbb13c;
    padding: 12px 30px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 2px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 22px;
    display: inline-block;
    border: 0;
}

.button:hover {
    color: #fff;
}

.hb-fill-right:before {
    background: #44a1a0 !important;
    color: #fff !important;
}

/* loader */
.spinner4 {
    background: #fbb13c;
}

/* navbar */
.navbar {
    padding: 10px;
    transition: .5s ease-out;
    background: transparent;
}
.navbar img {margin-top: 10px;}
.navbar .container-fluid {
    padding: 0 45px;
}

.navbar span.call {
    font-size: 17px;
    margin-left: 12px;
    margin-top: 5px;
    color: #fff;
}

.navbar .navbar-brand {
    color: #fff;
    font-size: 32px;
    padding: 15px 0;
    font-weight: 700;
}

.navbar .navbar-nav li {
    padding: 0 15px;
}

.navbar .navbar-nav li a {
    color: #FFF;
    font-size: 15px;
}



.navbar .navbar-toggler {
    padding-right: 0;
}

.navbar .navbar-toggler i {
    color: #fff;
}

.navbar-fixed {
    background: #fff;
    transition: .5s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
}

.navbar-fixed .navbar-brand {
    color: #204169;
}

.navbar-fixed .navbar-nav li a {
    color: #204169;
}

.navbar-fixed .navbar-toggler i {
    color: #204169;
}

.navbar-transparent {
    background: transparent !important;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Override Bootstrap's default margin */
}

.navbar-nav .dropdown-toggle::after {
    display: none;
}


.dropdown-menu .dropdown-item {
    color: #204169 !important; /* Custom font color */
    font-size: 14px !important;
}
/* Change font color of dropdown menu items on hover */
.dropdown-menu .dropdown-item:hover {
    color: #204169 !important; /* Custom font color on hover */
    background-color: #BBCDE5;
}

/* haader title */
.header-title {
    padding: 200px 0 110px;
    color: #fff;
}

.header-title .title-section {
    margin-bottom: 0;
}

.header-title .title-section p span {
    background: #fff;
}

.header-title h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}

/* about us */
.about {
    padding: 75px 0;
}

.about .col {
    /*background: #fbb13c;*/
}

.about img {

}

.about .box {
    padding: 20px;
    color:#000;
    -webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
background-color: #BBCDE5;
margin-bottom: 20px;
}

.about .box1 {background-color: #b0dedd;}
.about .box2 {background-color: #bccce5;}
.about .box3 {background-color: #e6e6e6;}

.about .content {
    padding: 40px 50px;
    color: #fdfdfd;
    background: #fbb13c;
}

.about .content h3 {
    color: #fff;
    font-weight: 600;
    font-size: 44px;
}

.about .content span {
    font-size: 16px;
    color: #fff;
    margin-bottom: 22px;
    display: block;
}

.about .content span i {
    margin-right: 18px;
}

.about .button {
    background: #44a1a0;
    margin-top: 8px;
}

.about .button:hover {
    color: #333;
}

.about .hb-fill-right:before {
    background: #fff !important;
    color: #333 !important;
}

/* home intro */
.wrapper-intro {
    background: linear-gradient(rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url("../images/bg-intro.jpg");
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right;
}

.home-intro {
    position: relative;
    padding: 160px 0 100px !important;
}

.home-intro .content {
    z-index: 999;
    position: relative;
}

.home-intro .content .button-intro {
    border: 2px solid #fbb13c;
    background: transparent;
    padding: 10px 30px;
}

.home-intro .content .button-intro:hover {
    border-color: #fff;
}

.home-intro .content .button {
    background: #44a1a0;
}

.home-intro .content-text {
    padding: 90px 0 40px ;
}





.home-intro .button:hover {
    color: #333;
}

.home-intro .hb-fill-right:before {
    background: #fff !important;
    color: #333 !important;
}



.home-intro h5 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 32px;
    font-weight: 600;
}

.home-intro h2 {
    color: #fff;
    font-size: 62px;
    font-weight: 700;
    margin: 25px 0;
    line-height: 54px;
    letter-spacing: 1px;
}

.home-intro h6 {
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
}

.home-intro img {
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

/* section */
.section {
    padding: 40px 0 30px;
}

.section-no-title {
    padding: 120px 0 120px;
}

.section-top {
    padding-top: 125px;
}

.title-section {
    margin-bottom: 50px;
}

.title-section h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.title-section h3 span {
    color: #fbb13c;
}

.title-section-left {
    margin-bottom: 0;
}

.title-section-left h3 {
    font-size: 40px;
    font-weight: 600;
}

.title-section-left h3 span {
    color: #fbb13c;
}

.title-section p {
    margin: auto;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
}

.title-section p span {
    width: 50px;
    height: 3px;
    background: #fbb13c;
    display: block;
    display: inline-block;
    position: relative;
    top: -5px;
    margin-right: 20px;
}

.title-section-two {
    text-align: left;
}

.title-section-two p {
    width: 100%;
}

/* services */
.services {
    padding: 50px 0;
}

.services .content {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
    border-left: 4px solid #204169;
    position: relative;
    transition: 0.6s ease-out;
    right: 100%;
    left: 0;
    z-index: 99;
    cursor: pointer;
}

.services .content.yesil {
    border-left: 4px solid #44a1a0;
}

.services .content h5 {
    font-weight: 600;
}

.services .content:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #204169;
    height: 100%;
    transition-duration: 0.6s;
    transition-timing-function: ease-out;
    color: #fff;
    z-index: -9;
}

.services .content.yesil:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #44a1a0;
    height: 100%;
    transition-duration: 0.6s;
    transition-timing-function: ease-out;
    color: #fff;
    z-index: -9;
}


.services .content:hover:after {
    right: 0;
}

.services .content:hover i {
    color: #fff;
}

.services .content:hover h5 {
    color: #fff;
}

.services .content:hover p {
    color: #fff;
}

.services .content i {
    font-size: 54px;
    color: #204169;
}

.services .content h5 {
    margin: 25px 0 14px;
}

/* our work */
.our-work .content img {
    width: 100%;
    position: relative;
}

.our-work .content .caption {
    position: absolute;
    background-color: #FFF;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s ease;
    text-align: center;
    width: 80%;
    height: 100%;
    margin: auto;
    
    /* Yeni düzenlemeler */
    display: flex;
    flex-direction: column;  /* İçerikleri alt alta sıralar */
    justify-content: center;
    align-items: center;
    padding: 20px;  /* İçerik için padding */
}

/* Caption içindeki elementlerin stilini düzenleyelim */
.our-work .content .caption h6 {
    color: #204169;
    margin-bottom: 15px;  /* Başlık ile paragraflar arası boşluk */
}

.our-work .content .caption p {
    color: #204169;
    margin: 5px 0;  /* Paragraflar arası boşluk */
    line-height: 1.5;  /* Satır yüksekliği */
    font-size: 16px;  /* Font boyutu */
}

.our-work .content .caption p:hover {
    color: #204169;
}

.our-work .content a:hover .caption {
    opacity: 1;
    width: 100%;
    transition: all .3s ease;
}

/* pricing */
.pricing .content {
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
    text-align: center;
    background: #fff;
}

.pricing .content h3 {
    font-size: 38px;
    font-weight: 600;
    margin: 10px 0 22px;
    color: #fbb13c !important;
}

.pricing .content li {
    margin: 15px 0;
}

.pricing .content li i {
    margin-right: 20px;
}

.pricing .content-color {
    border: 2px solid #fbb13c;
    padding: 0 !important;
}

.pricing .content-color .head {
    background: #fbb13c;
    padding: 30px;
    border-radius: 0 0 50px 50px;
    padding-bottom: 1px;
}

.pricing .content-color .head h5 {
    color: #fff;
}

.pricing .content-color .head h3 {
    color: #fff !important;
}

.pricing .content-color .button {
    margin-bottom: 30px;
}

/* features */
.features .content {
    background: #fff;
    border-radius: 6px;
    padding-bottom: 20px;
    position: relative;
}

.features .content i {
    font-size: 30px;
    color: #44A1A0 ;
    margin-top: 16px;
}

.features .content h5 {
    margin: 0 0 9px;
}

.features .content .icon {
    float: left;
    margin-right: 30px;
    text-align: center;
    width: 65px;
    height: 65px;
    background: #fbb13c;
    border-radius: 5px;
    line-height: 65px;
}

.features .content .content-text {
    overflow: hidden;
}

/* latest blog */
.latest-blog h5 {
    font-weight: 600;
}

.latest-blog .content {
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.latest-blog .content-text {
    padding: 30px;
    border-bottom: 4px solid #fbb13c;
}

.latest-blog .content-text span {
    font-size: 15px;
    color: #777;
    margin-bottom: 15px;
    display: block;
}

.latest-blog .content-text h5 {
    line-height: 30px;
}

.latest-blog .content-text a:hover {
    color: #fbb13c;
    transition: .5s ease-out;
}

/* blog */
.blog .content {
    border-radius: 6px;
    margin-bottom: 30px;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.blog .content img {
    border-radius: 3px 3px 0 0;
}

.blog .content-text {
    padding: 30px;
}

.blog .content-text span {
    font-size: 15px;
    color: #777;
    margin-bottom: 15px;
    display: block;
}

.blog .content-text h5 {
    line-height: 30px !important;
    font-size: 20px !important;
}

.blog .content-text a:hover {
    color: #fbb13c;
    transition: .5s ease-out;
}

/* pagination */
.pagination ul li {
    display: inline-block;
    margin: 10px;
}

.pagination ul li a {
    height: 50px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    display: block;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    border-radius: 6px;
    background: #fff;
}

.pagination ul li .active {
    background: #fbb13c;
    color: #fff;
    border-color: #fbb13c;
}

/* blog single */
.blog-single .content h5 {
    font-size: 24px;
    line-height: 34px;
}

.blog-single .content li {
    display: inline-block;
    margin-right: 20px;
}

.blog-single .content li i {
    margin-right: 10px;
}

.blog-single .content .quote {
    background: #eee;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 22px;
}

.blog-single .comments {
    border-top: 2px solid #ddd;
    padding-top: 30px;
    margin-top: 35px;
}

.blog-single .comments h5 {
    margin-bottom: 25px;
}

.blog-single .button {
    margin-top: 0;
}

.blog-single .search {
    margin-bottom: 16px;
}

.blog-single .search input {
    width: calc(100% - 65px);
    height: 52px;
}

.blog-single .search .button {
    float: right;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 22px;
    height: 52px;
    line-height: 26px;
    width: 52px;
}

.blog-single .sidebar-link h5 {
    border-bottom: 2px solid #ddd;
    padding-bottom: 14px;
    margin-bottom: 22px;
}

.blog-single .sidebar-link li {
    margin-bottom: 16px;
}

.blog-single .sidebar-link li a {
    font-size: 15px;
}

.blog-single .categories {
    margin-top: 40px;
}

.blog-single .img-blog-single {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* contact */
.contact .content-office {
    border-left: 4px solid #fbb13c;
    padding-left: 30px;
}

.contact .content-office h5 {
    font-size: 22px;
    margin-bottom: 18px;
    font-weight: 600;
}

.contact .content-office li {
    margin-bottom: 16px;
    font-size: 16px;
}

.contact form input,
.contact form textarea {
    border: 2px solid #ddd;
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    width: 100%;
    color: #aaa;
}

.contact .button {
    margin-top: 0;
}

.contact li i {
    margin-right: 15px;
    color: #555;
}

.contact .map {
    position: relative;
    top: -5px;
}

.contact .map i {
    float: left;
    margin-right: 23px;
    margin-top: 10px;
}

.contact .map p {
    overflow: hidden;
    line-height: 30px;
}

::placeholder {
    color: #aaa;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #aaa;
}

::-ms-input-placeholder {
    color: #aaa;
}

form input,
form textarea {
    border: 2px solid #ddd;
    padding: 15px 20px;
    margin-bottom: 30px;
    width: 100%;
    color: #aaa;
}

/* testimonial */
.testimonial .carousel-item {
    text-align: center;
    padding: 0 20%;
}

.testimonial .carousel-item p {
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 16px;
}

.testimonial .carousel-item span i {
    font-size: 50px;
    margin-bottom: 35px;
}

.testimonial .carousel-item h5 {
    margin-top: 25px;
    font-weight: 600;
}

.testimonial .carousel-control-next,
.testimonial .carousel-control-prev {
    width: auto;
}

.testimonial a i {
    font-size: 56px;
    color: #000;
    z-index: 999;
    opacity: 1;
}

/* footer */
footer {
    text-align: center;
    background: #111;
    color: #bbb;
}

footer p {
    width: 60%;
    margin: auto;
}

footer ul {
    margin: 40px 0;
}

footer ul li {
    display: inline-block;
    margin: 0 8px;
}

footer ul li i {
    color: #fff;
    height: 40px;
    width: 40px;
    background: #fbb13c;
    border-radius: 50%;
    padding-top: 12px;
    border: 1px solid transparent;
}

footer ul li i:hover {
    border-color: #fff;
    color: #fff;
}

footer ul li i.fa-facebook-f {
    background: #3b5999;
}

footer ul li i.fa-twitter {
    background: #55acee;
}

footer ul li i.fa-instagram {
    background: #f46f30;
}

footer ul li i.fa-dribbble {
    background: #ea4c89;
}

footer ul li i.fa-linkedin {
    background: #007bb6;
}

footer h6 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    position: relative;
    margin-bottom: 28px;
}

/*responsive*/
@media (max-width:991px) {
    .home-intro h2 {
        line-height: 80px;
    }

    .home-intro .content:before {
        width: 100%;
    }

    .home-intro .content::after {
        width: 245px;
    }

    .about .content h3 {
        font-size: 38px;
    }

}

    .navbar .navbar-nav li {
        padding: 0 10px;
    }

    .home-intro h2 {
        line-height: 80px;
    }



    .features .content:last-child {
        margin-bottom: 30px;
    }

    .services .content {
        padding: 20px;
    }

    .pricing .content {
        padding: 20px;
    }

    .latest-blog .content {
        margin-bottom: 0;
    }

    .latest-blod .content.r-980 {
        margin-bottom: 0;
    }




@media (max-width:767px) {
    .about img {
        width: 70%;
        
        }
    .home-intro {
        position: relative;
        padding: 140px 0 40px !important;
    }
    .home-intro .content {
        padding-top: 30px;
    }

    .container {
        padding: 0 14px !important;
    }

    .navbar .navbar-toggler i {
        margin-right: 0;
    }

    .navbar .navbar-nav {
        background: #FBB13C;
        padding-top: 10px;
        padding-bottom: 12px;
        text-align: right;
    }

    .navbar-fixed .navbar-nav {
        background: #fff;
    }

    .navbar-fixed .navbar-nav li {
        padding: 0 4px !important;
    }

    .navbar .navbar-nav li {
        padding: 0 32px;
    }

    .home-intro .content::before {
        width: 100%;
    }

    .home-intro .content::after {
        width: 248px;
    }

    .pricing .content {
        margin-bottom: 30px;
    }

    .pricing .last-content {
        margin-bottom: 0;
    }

    .latest-blog .content {
        margin-bottom: 30px;
    }

    .latest-blog .content.r-980 {
        margin-bottom: 0;
    }

    .blog-single .search {
        margin-top: 30px;
    }

    .blog-single .sidebar-link li:last-child {
        margin-bottom: 0;
    }

    .contact .content-office {
        margin-bottom: 30px;
    }

    .contact form {
        margin-bottom: 75px;
    }

    .contact iframe {
        height: 400px !important;
    }

    footer p {
        width: 80%;
    }

}

@media (max-width:640px) {
    .about img {
        
        
        }
    .home-intro {
        position: relative;
        padding: 100px 0 80px !important;
    }
    .home-intro .content {
        padding-top: 30px;
    }
    .services .content {
        margin-bottom: 30px;
    }

    .services .col-sm-12:last-child .content {
        margin-bottom: 0;
    }

    .pricing .content {
        margin-bottom: 30px;
    }

    .pricing .col-sm-12:last-child .content {
        margin-bottom: 0;
    }

    .latest-blod .content.r-980 {
        margin-bottom: 0;
    }

    .blog-single .search {
        margin-top: 30px;
    }

    footer .col-sm-6 {
        margin-top: 50px;
    }

}

@media (max-width:420px) {
    .home-intro {
        position: relative;
        padding: 100px 0 80px !important;
    }

    .home-intro .content::before {
        width: 100%;
    }

    .home-intro .content::after {
        width: 115px;
    }

}

@media (max-width:480px) {
    .home-intro {
        position: relative;
        padding: 100px 0 80px !important;
    }

    .home-intro .content-text {
        
    }

    .home-intro h2 {
        font-size: 42px;
        line-height: 60px;
    }

    .title-section h3 {
        font-size: 35px;
    }

    .about .content-image {
        padding-bottom: 0;
    }

    .about .bg-style {
        background: transparent;
    }

    .latest-blod .content.r-980 {
        margin-bottom: 0;
    }

    .testimonial a i {
        font-size: 30px;
    }

    .testimonial .carousel-item {
        padding: 0 15%;
    }
    .testimonial .carousel-item > p {
        line-height: 1.5; /* !important kullanımından kaçınılmalı, line-height için standart değer kullanılmalı */
    }

    footer .col-12 {
        margin-top: 30px;
    }

}

@media (max-width:360px) {
    .home-intro {
        position: relative;
        padding: 100px 0 80px !important;
    }
    .home-intro h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .latest-blod .content.r-980 {
        margin-bottom: 0;
    }

}

.linkedin-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

/* Team Members Styling - Profesyonel Tasarım */
.team-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.team-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
}

.team-member {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    max-width: 350px;
    margin-bottom: 30px;
}

.team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.team-member-image {
    position: relative;
    overflow: hidden;
}

.team-member-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-member:hover .team-member-image img {
    transform: scale(1.05);
}

.team-member-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(32, 65, 105, 0.85), transparent);
    padding: 20px;
    transform: translateY(100%);
    transition: all 0.3s ease;
    opacity: 0;
}

.team-member:hover .team-member-overlay {
    transform: translateY(0);
    opacity: 1;
}

.team-member-info {
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-member-info h4 {
    color: #204169;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    transition: color 0.3s ease;
    text-align: center;
    width: 100%;
}

.team-member-info h4:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #BBCDE5;
}

.team-member-info h4 a {
    display: block;
    text-align: center;
    color: #204169;
    text-decoration: none;
    width: 100%;
}

.team-member:hover .team-member-info h4 {
    color: #44A1A0;
}

.team-member-info .title {
    color: #555;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
    line-height: 1.1;
    max-width: 90%;
    padding: 0 5px;
}

.team-member-info .title p {
    line-height: 10px;
}
.team-member-info .description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.team-social {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.team-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0f0f0;
    color: #204169;
    font-size: 16px;
    transition: all 0.3s ease;
}

.team-social a:hover {
    background: #204169;
    color: #fff;
    transform: translateY(-3px);
}

.team-social a.linkedin {
    background: #0077b5;
    color: #fff;
}

.team-social a.linkedin:hover {
    background: #00669c;
    box-shadow: 0 5px 15px rgba(0, 119, 181, 0.3);
}

.team-member-skills {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.team-member-skills span {
    padding: 4px 12px;
    border-radius: 20px;
    background: #BBCDE5;
    color: #204169;
    font-size: 12px;
    font-weight: 500;
}

/* Team responsive */
@media (max-width: 991px) {
    .team-container {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .team-member {
        max-width: 100%;
    }
    
    .team-member-image img {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .team-member-info {
        padding: 20px 15px;
    }
    
    .team-member-image img {
        height: 220px;
    }
}

/* Team Member Profile Page Styling */
.team-profile-content {
    padding: 50px 0;
}

.team-profile-photo {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.team-profile-photo img {
    width: 100%;
    height: auto;
    display: block;
}

.team-profile-company {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.team-profile-company img {
    max-width: 200px;
    margin: 0 auto 15px;
}

.team-profile-status {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

.status-badge {
    background: #BBCDE5;
    color: #204169;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin: 5px 0;
}

.team-profile-social {
    margin-top: 20px;
}

.team-profile-social a.linkedin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #0077b5;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.team-profile-social a.linkedin:hover {
    background: #00669c;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 119, 181, 0.3);
}

.team-profile-languages {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.team-profile-languages h4 {
    color: #204169;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 2px solid #BBCDE5;
    padding-bottom: 10px;
}

.languages-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.language-item {
    background: #f5f5f5;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 14px;
    color: #333;
}

.team-profile-tabs {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.team-profile-tabs .nav-tabs {
    background: #204169;
    border: none;
}

.team-profile-tabs .nav-tabs .nav-item {
    flex: 1;
}

.team-profile-tabs .nav-tabs .nav-link {
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    padding: 15px;
    border-radius: 0;
    text-align: center;
    transition: all 0.3s ease;
}

.team-profile-tabs .nav-tabs .nav-link.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 3px solid #FBB13C;
}

.team-profile-tabs .nav-tabs .nav-link i {
    margin-right: 8px;
}

.team-profile-tabs .tab-content {
    padding: 25px;
}

.team-profile-section {
    color: #333;
}

.team-profile-section p {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 15px;
}

.team-profile-section ul {
    padding-left: 20px;
}

.team-profile-section ul li {
    margin-bottom: 8px;
    list-style-type: disc;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .team-profile-tabs .nav-tabs .nav-link {
        font-size: 14px;
        padding: 12px;
    }
    
    .team-profile-tabs .tab-content {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .team-profile-photo {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .team-profile-tabs .nav-tabs .nav-link i {
        margin-right: 5px;
    }
    
    .team-profile-tabs .tab-content {
        padding: 15px;
    }
    
    .status-badge {
        font-size: 12px;
        padding: 6px 12px;
    }
}

/* Team Profile Section Content Styling - Daha Yüksek Öncelik */
.team-profile-tabs .tab-content .team-profile-section {
    color: #000 !important; /* Tüm yazıları siyah yap */
}

.team-profile-tabs .tab-content .team-profile-section * {
    color: #000 !important; /* Tüm alt elementleri siyah yap */
}

/* Paragraf düzenlemeleri - Satır aralıkları azaltıldı ve paragraf başlangıçları içeri alındı */
.team-profile-tabs .tab-content .team-profile-section p {
    line-height: 1.4 !important; /* 1.8'den 1.4'e düşürüldü */
    margin-bottom: 12px !important; /* 18px'ten 12px'e düşürüldü */
    font-size: 15px !important;
    text-align: left !important;
    display: block !important;
    text-indent: 20px !important; /* Paragraf başlangıçlarını içeri al */
}

/* Liste öğeleri için de satır aralıkları azaltıldı */
.team-profile-tabs .tab-content .team-profile-section ul li,
.team-profile-tabs .tab-content .team-profile-section ol li {
    margin-bottom: 8px !important; /* 10px'ten 8px'e düşürüldü */
    line-height: 1.4 !important; /* 1.6'dan 1.4'e düşürüldü */
    padding-left: 0 !important;
}

/* Başlıklar arası boşlukları da azalt */
.team-profile-tabs .tab-content .team-profile-section h3, 
.team-profile-tabs .tab-content .team-profile-section h4, 
.team-profile-tabs .tab-content .team-profile-section h5 {
    margin-top: 20px !important; /* 25px'ten 20px'e düşürüldü */
    margin-bottom: 10px !important; /* 15px'ten 10px'e düşürüldü */
    font-weight: 600 !important;
}

/* Tab içeriği için ekstra stil */
.team-profile-tabs .tab-content {
    padding: 30px !important;
    background: #fff !important;
}

/* Görsel metin formatlama için düzeltmeler */
.team-profile-tabs .tab-content strong, 
.team-profile-tabs .tab-content b {
    font-weight: 700 !important;
}

.team-profile-tabs .tab-content em, 
.team-profile-tabs .tab-content i:not(.fas):not(.fab):not(.far) {
    font-style: italic !important;
}