.elementor-129 .elementor-element.elementor-element-83775a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-129 .elementor-element.elementor-element-83775a7:not(.elementor-motion-effects-element-type-background), .elementor-129 .elementor-element.elementor-element-83775a7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#4EA3A6;}.elementor-129 .elementor-element.elementor-element-b8cbb32{--display:flex;}.elementor-129 .elementor-element.elementor-element-eaf32b9{--display:flex;}.elementor-widget-theme-page-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-129 .elementor-element.elementor-element-729dc83 .elementor-heading-title{color:#FFFFFF;}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-129 .elementor-element.elementor-element-455dc48{color:#FFFFFF;}.elementor-129 .elementor-element.elementor-element-455dc48 a{color:#FFFFFF;}.elementor-129 .elementor-element.elementor-element-455dc48 a:hover{color:#FFFFFF;}.elementor-129 .elementor-element.elementor-element-1e7dfe3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-129 .elementor-element.elementor-element-bf22e1b{--display:flex;}.elementor-129 .elementor-element.elementor-element-35fe7a3{--display:flex;}/* Start custom CSS for awsm-team, class: .elementor-element-bf4259a *//* =========================================
   GOOGLE FONT – OUTFIT
========================================= */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');

/* =========================================
   GENEL FONT AYARI
========================================= */
.awsm-grid,
.awsm-grid * {
    font-family: 'Outfit', sans-serif !important;
    font-style: normal !important;
}


/* =========================================
   MEMBER CARD – 20px YUVARLAK & EŞİT YÜKSEKLİK
========================================= */
.awsm-grid-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 20px !important;
    overflow: hidden;
}

/* =========================================
   RESİM – KART İÇİNDE YUVARLAK
========================================= */
.awsm-grid-card figure,
.awsm-grid-card img {
    border-radius: 20px 20px 0 0 !important;
}

/* =========================================
   CARD İÇERİK – DİKEY HİZALAMA
========================================= */
.awsm-figcaption {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 16px;
}

/* =========================================
   İSİM & ÜNVAN – SABİT HİZALAMA
========================================= */
.awsm-personal-info {
    min-height: 70px; /* tüm kartlarda eşit alan */
    text-align: center;
}

.awsm-personal-info h3,
.awsm-personal-info span {
    font-style: normal !important;
    font-weight: 600;
    display: block;
}

/* =========================================
   ESKİ ICON'LARI GİZLE
========================================= */
.awsm-social-icons i {
    display: none !important;
}

/* =========================================
   BUTON ALANI – ALTTA SABİT
========================================= */
.awsm-social-icons {
    margin-top: auto;
    text-align: center;
}

/* =========================================
   "PROFİLİ GÖR" BUTONU
========================================= */
.awsm-social-icons a {
    display: inline-block;
    background: #4EA3A6;
    color: #ffffff !important;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    font-style: normal !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

/* Hover efekti */
.awsm-social-icons a:hover {
    background: #3b8d90;
    transform: translateY(-2px);
}

/* =========================================
   BUTON YAZISI
========================================= */
.awsm-social-icons a::before {
    content: "Profili Gör";
}/* End custom CSS */