/*  FONTS
====================================*/



/*  DEFAULT
====================================*/

html[lang="tr"] .text-uppercase {
    locale: tr;
}

.uppercase-tr {
    text-transform: uppercase;
    locale: tr;
}

img {
    max-width: 100%;
    height: auto;
}

svg {
    fill: currentColor;
}

.icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    fill: currentColor;
    vertical-align: -0.15em;
}

.icon-xs {
    width: 0.5rem;
    height: 0.5rem;
}

.icon-sm {
    width: 0.75rem;
    height: 0.75rem;
}

.icon-md {
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: -0.35em;
}

.icon-2x {
    width: 2rem;
    height: 2rem;
}

.icon-24 {
    width: 1.5rem;
    height: 1.5rem;
}

.icon-28 {
    width: 28px;
    height: 28px;
}

.icon-38 {
    width: 38px;
    height: 38px;
}

.icon-3x {
    width: 3rem;
    height: 3rem;
}

.icon-4x {
    width: 4rem;
    height: 4rem;
}

.icon-5x {
    width: 5rem;
    height: 5rem;
}


.help-block {
    font-size: 13px;
    padding: 0.25rem 0;
    display: block;
}

.has-error .error {
    color: #b30000 !important;
}

.has-error .form-control,
.has-error .custom-checkbox .custom-control-label::before {
    border-color: #b30000 !important;
}

.has-error .form-control::placeholder,
.has-error .custom-checkbox .custom-control-label {
    color: red !important;
}

.block {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.block-top {
    padding-top: 1.5rem;
}

.block-bottom {
    padding-bottom: 1.5rem;
}

.block-before,
.block-after,
.block-bg-after,
.block-bg-before {
    position: relative;
    overflow: hidden;
}

.block-after::after,
.block-before::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 120%;
    height: 3rem;
    background-color: #fff;
    transform: translateX(-50%);
    border-radius: 50%;
}

.block-before::before {
    top: -1.5rem;
}

.block-after::after {
    bottom: -1.5rem;
}

.block-bg-after:after,
.block-bg-before:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.block-bg-before:before {
    top: 0;
    background-image: url(../img/bg_block_top.jpg);
    background-position: top center;
}

.block-bg-after:after {
    bottom: 0;
    background-image: url(../img/bg_block_bottom.jpg);
    background-position: bottom center;
}



.block-subtitle {
    position: relative;
    display: inline-block;
    font-weight: normal;
    padding-bottom: 0.5rem;
}

.block-subtitle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #707070;
}

.block-subtitle.text-center {
    padding-left: 1rem;
    padding-right: 1rem;
}


.title-border-bottom-center {
    position: relative;
    padding-bottom: 2.75rem;
    text-align: center;
}

.title-border-bottom-center:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -2px;
    height: 2rem;
    width: 4px;
    background-color: #FEBE2C;
}

.box {
    position: relative;
    display: block;
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #fff;
    box-shadow: 3px 5px 1rem rgba(0, 0, 0, 0.1);
}

.text-facebook {
    color: #3b5999;
}

.text-twitter {
    color: #55acee;
}

.text-youtube {
    color: #cd201f;
}

.text-instagram {
    color: #000;
}

.text-linkedin {
    color: #0077B5;
}

.text-border {
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    opacity: 0.07;
    font-weight: bold;
    font-size: 10vw;
    white-space: nowrap;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -13vw;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.social .rounded-circle{background-color: #8E9194; width: 30px; height: 30px; display: inline-block; text-align: center; line-height: 30px}
.social .rounded-circle svg{fill:#fff;}
.social .rounded-circle:hover{background-color: #f57d00 }

/*  HEADER
====================================*/
.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header .header-top__menu a{
font-size: .875rem;
color: #000;
}
.header .header-top__menu li:hover a{
    color: #f57d00
}

.header .header-top__menu li:nth-child(n+2):before{
    content: "|";
    padding-right: .25rem;
}

.navbar-brand__logo {
    width: 164px;
    height: 92px;
}

.navbar-toggler {
    position: relative;
    height: 3rem;
    width: 2.5rem;
    padding: 0;
    border: 0;
    margin-left: 1.5rem;
}

.navbar-toggler i {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 3px;
    transition: all 0.4s;
    border-radius: 1rem;
    background-color: #ec6e00 ;
}

.navbar-toggler i:nth-child(2) {
    top: 22px;
    width: 70%;
    transition: all 0s;
}

.navbar-toggler i:nth-child(3) {
    top: 34px;
}

.menu--open,
.menu--open body,
.aside-cart--open,
.aside-cart--open body {
    overflow: hidden;
}

.menu--open .navbar-toggler,
.btn-toggler.active {
    z-index: 19999;
    margin-top: 2rem;
}

.menu--open .navbar-burger i:first-child,
.navbar-toggler.active i:first-child {
    top: 22px;
    -webkit-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
}

.menu--open .navbar-burger i:nth-child(2),
.navbar-toggler.active i:nth-child(2) {
    opacity: 0;
    left: 60px;
}

.menu--open .navbar-burger i:nth-child(3),
.navbar-toggler.active i:nth-child(3) {
    top: 22px;
    -wekit-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !important;
}

.menu--open .bg-navbar {
    visibility: visible;
    z-index: 5999;
    opacity: 0.8;
}

.bg-navbar,
.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.header--fixed .header,
.header-color.header--fixed .navbar {
    -webkit-animation: transform-top 0.4s;
    animation: transform-top 0.4s;
    z-index: 16999;
    background-color: #fff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
   
}
.header--fixed .header .navbar {background-color: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, .15); top: 0;width: 100%; position: fixed;}

@media (min-width: 1200px) {
    .navbar-nav .dropdown-menu {
        min-width: 12rem;
        max-width: min(20rem, calc(100vw - 1.5rem));
        white-space: normal;
    }

    .navbar-nav .dropdown-menu.dropdown-menu-right {
        right: 0;
        left: auto;
    }

    .navbar-nav > .dropdown:nth-last-child(-n+2) .dropdown-menu {
        right: 0;
        left: auto;
    }
}



/*  MAIN SLIDER
====================================*/
.main-slider {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.main-slider .slick-slider,
.main-slider .slick-list,
.main-slider .slick-track {
    height: 100%;
}

.main-slider .slick-slide {
    position: relative;
    display: flex !important;
    align-items: center;
    width: 100%;
    min-height: clamp(480px, 34vw, 620px);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.main-slider .slick-slide.has-slide-bg {
    background-image: var(--slide-bg);
}

.main-slider .slick-slide > .container {
    position: relative;
    z-index: 2;
}

.main-slider .slider-body {
    width: 100%;
    padding: 3.5rem 0 5.5rem;
}

.main-slider .slider-content {
    max-width: 31rem;
}

.main-slider .slider-badge {
    display: inline-block;
    margin-bottom: 1.35rem;
    padding: 0.45rem 0.9rem;
    border: 1px solid #e3a020;
    border-radius: 0.25rem;
    background-color: rgba(255, 255, 255, 0.95);
    color: #e3a020;
    font-family: "Titillium Web", sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.35;
    text-transform: none;
}

.main-slider .slider-headings {
    margin-bottom: 0.15rem;
}

.main-slider .slider-heading-primary,
.main-slider .slider-heading-accent {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 2.8vw + 0.65rem, 3.85rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.015em;
    text-transform: none;
}

.main-slider .slider-heading-primary[style*="--slider-fs"],
.main-slider .slider-heading-accent[style*="--slider-fs"] {
    font-size: clamp(
        calc(var(--slider-fs) * 0.42px),
        calc(var(--slider-fs) * 0.038vw + var(--slider-fs) * 0.32px),
        calc(var(--slider-fs) * 1px)
    );
}

.main-slider .slider-badge[style*="--slider-fs"] {
    font-size: clamp(
        calc(var(--slider-fs) * 0.72px),
        calc(var(--slider-fs) * 0.022vw + var(--slider-fs) * 0.55px),
        calc(var(--slider-fs) * 1px)
    );
}

.main-slider .slider-description[style*="--slider-fs"] {
    font-size: clamp(
        calc(var(--slider-fs) * 0.75px),
        calc(var(--slider-fs) * 0.025vw + var(--slider-fs) * 0.55px),
        calc(var(--slider-fs) * 1px)
    );
}

.main-slider .btn-slider-navy[style*="--slider-fs"],
.main-slider .btn-slider-primary[style*="--slider-fs"] {
    font-size: clamp(
        calc(var(--slider-fs) * 0.78px),
        calc(var(--slider-fs) * 0.018vw + var(--slider-fs) * 0.62px),
        calc(var(--slider-fs) * 1px)
    );
}

.main-slider .slider-heading-primary {
    color: #0b3350;
    white-space: pre-line;
}

.main-slider .slider-heading-accent {
    color: #e3a020;
}

.main-slider .slider-divider {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    max-width: 22rem;
    margin: 0.95rem 0 1.2rem;
}

.main-slider .slider-divider__line {
    flex: 1 1 0;
    height: 2px;
    background-color: #e3a020;
    opacity: 0.85;
    border-radius: 1px;
}

.main-slider .slider-divider__sun {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    line-height: 0;
}

.main-slider .slider-divider__sun svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
}

.main-slider .slider-divider__sun path,
.main-slider .slider-divider__sun circle {
    fill: #e3a020;
}

.main-slider .slider-description {
    margin-bottom: 1.5rem;
    max-width: 22rem;
    color: #5f6b76;
    font-family: "Titillium Web", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    white-space: pre-line;
}

.main-slider .slider-actions {
    margin-top: 0;
    max-width: 22rem;
}

.main-slider .btn-slider-navy,
.main-slider .btn-slider-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.85rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    font-family: "Titillium Web", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: none;
    white-space: nowrap;
}

.main-slider .btn-slider-navy {
    color: #fff;
    background-color: #002e43;
    border-color: #002e43;
}

.main-slider .btn-slider-navy:hover {
    color: #fff;
    background-color: #001724;
    border-color: #001724;
}

.main-slider .btn-slider-primary {
    color: #fff;
    background-color: #FEC82E;
    border-color: #FEC82E;
}

.main-slider .btn-slider-primary:hover {
    color: #fff;
    background-color: #febe08;
    border-color: #f8b801;
}

.main-slider .btn-slider-navy .icon,
.main-slider .btn-slider-primary .icon {
    width: 0.95rem;
    height: 0.95rem;
    flex-shrink: 0;
}

.main-slider .slider-dots-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.35rem;
    z-index: 15;
    pointer-events: none;
}

.main-slider .slider-dots-host {
    pointer-events: auto;
}

.main-slider .slider-dots-host .slick-dots {
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
    display: block !important;
    padding: 0;
    margin: 0.75rem 0 0;
    text-align: left;
}

.main-slider .slider-dots-host .slick-dots li {
    margin: 0 0.35rem 0 0;
}

.main-slider .slider-dots-host .slick-dots li button {
    width: 10px;
    height: 10px;
    transform: none;
    background: #c8cacc;
}

.main-slider .slider-dots-host .slick-dots li.slick-active button {
    background-color: #FEC82E;
    transform: scale(1.15);
}

.main-slider .slider-text {
    position: relative;
    padding-top: 1rem;
    font-size: 1.5rem;
    white-space: pre-line;
}

.main-slider .slider-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 76px;
    height: 7px;
    background-color: #000;
    border-radius: 0.5rem;
}

.main-slider .custom-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

.main-slider .custom-direction {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 13vh 0;
    margin-bottom: 0.5rem;
}

.main-slider .custom-direction:before,
.main-slider .custom-direction:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10vh;
    background-color: #999;
    left: 1rem;
    position: absolute;
}

.main-slider .custom-direction:before {
    top: 0;
}

.main-slider .custom-direction:after {
    bottom: 0;
}

.main-slider .custom-direction .slick-arrow {
    position: relative;
    margin: 0.25rem 0;
    color: #999;
    border-color: #999;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #999;
    cursor: pointer;
}

.main-slider .custom-direction .slick-arrow.slick-hidden {
    display: inline-flex !important;
}

.main-slider .custom-direction .slick-arrow:hover {
    color: #000;
    border-color: #000;
    background-color: transparent;
}

.main-slider .custom-direction .slick-next .custom-progress {
    position: absolute;
    left: 0;
    top: 0;
    fill: transparent;
    stroke: #999;
    stroke-width: 3;
}

.main-slider .custom-fraction {
    display: flex;
    color: #999;
    font-size: 12px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.main-slider .custom-fraction span {
    padding: 0.25rem 0;

}


.btn-scroll {
    position: absolute;
    bottom: 5vh;
    right: 5%;
    z-index: 20;

    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #bcbec0;
    color: #999;
    background-color: #fff;
}

.btn-scroll .icon {
    transform: rotate(90deg);
}

.btn-scroll:hover {
    border-color: #000;
    color: #000;
}




/*  MAIN
====================================*/

/* Block Service  */
.block-service {
    position: relative;
}


.service-box {
    display: flex;
    width: 100%;
    align-items: center;
    transition: all 0.3s;
}

.service-box__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 140px;
    background-color: #F9F9F9;
    border: 2px solid #F0F0F0;
    border-radius: 50%;
    min-height: 140px;
    transition: all 0.3s;
    overflow: hidden;
}

.service-box__body {
    flex: 1 1 auto;
    padding-left: 1rem;
}

.service-box__title {
    font-weight: normal;
    transition: all 0.3s;
}

.service-box__text {
    line-height: 1.3;
}

.service-box__title span {
    font-weight: bold;
    display: block;
}

.service-box-column {
    flex-direction: column;
    text-align: center;
}

.service-box-column .service-box__media {
    margin-bottom: 1rem;
}

.service-box-column .service-box__body {
    padding-left: 0;
}

.service-box__media-circle {
    display: inline-flex;
    border-radius: 50%;
    width: auto;
    padding: 0.75rem;
    min-height: inherit;
}

.service-box__media-circle:after {
    display: none;
}

.service-box__media-circle img {
    max-width: inherit;
}

.service-box:hover {
    color: #fff;
    background-color: #ec6e00 ;
}

.service-box:hover .service-box__media {
    background-color: #fff;
    border: 2px solid #fff;
}

.service-box:hover .service-box__title {
    color: #fff;
}

.block-service .service-box__text {
    font-size: 14px;
    line-height: 1.3;
        display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
}

.service-box:hover .service-box__title,.service-box:hover .service-box__text  {
    color: #fff;
}

/* Home About (Kurucumuzdan) */
.home-about {
    background: linear-gradient(135deg, #004766 0%, #002e43 58%, #001925 100%);
    color: #fff;
}

.home-about__media img {
    width: 100%;
    max-width: 220px;
    aspect-ratio: 1;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.home-about__title {
    color: #fff;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 0.65rem;
    border-bottom: 3px solid #FACE2F;
    display: inline-block;
}

.home-about__content,
.home-about__content p,
.home-about__content li {
    color: rgba(255, 255, 255, 0.94);
    line-height: 1.8;
    font-size: 1rem;
}

.home-about__content p:last-child {
    margin-bottom: 0;
}

.home-about__content a {
    color: #FACE2F;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.home-about__content a:hover {
    color: #fff;
}

.contact-captcha__row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.contact-captcha__question {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.5rem 1rem;
    background: #f3f6f8;
    border: 1px solid #d9dcde;
    border-radius: 0.375rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #002e43;
}

.contact-captcha__refresh {
    white-space: nowrap;
}

.contact-map {
    margin-top: 0.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 16px rgba(0, 46, 67, 0.08);
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 220px;
    border: 0;
}

.custom-arrows {
    display: inline-flex;
    align-items: center;
}
.custom-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    color: #000;
    border: 2px solid #FFBA6E;
    border-radius: 50%;
    margin-right: 0.5rem;
    transition: all 0.3s;
}

.custom-arrow:hover {
    color: #fff;
    background-color: #FFBA6E;
    transition-duration: 0.3s;
}

.content-banner {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    margin-bottom: 1rem;
    border-radius: 10px;
    overflow: hidden;
}
.content-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 10px;
    opacity: .20;
    transition: all .3s .125s ease-in-out;
    z-index: 10;
}
.content-banner:hover:before {
    opacity: .85;
    background-color: #ec6e00;
    transition: all .3s ease;
}
.content-banner:hover .content-banner__title {
    padding-bottom: 0;
}
.content-banner:hover .content-banner__title:after {
    height: 0;
}
.content-banner:hover .content-banner__content {
    max-height: 180px;
    transition: all .5s ease;
}

.block-blog .slick-slide {
    padding: 0 0.5rem 0.5rem 0.5rem;
}
.postImage {
    height: 320px;
    position: relative;
}
.postImage img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.content-banner__body {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    z-index: 99;
    color: #fff;
    padding: 1rem;
}
.content-banner__title {
    color: #fff;
    position: relative;
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.75rem;
    transition: padding .15s ease-in-out;
}
.content-banner__title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 4rem;
    height: 6px;
    background-color: #fea036;
    border-radius: 2rem;
}
.content-banner__content {
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .5s -.125s ease-in-out;
}
.content-banner__link {
    display: inline-block;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    locale: tr;
    margin-bottom: 0.5rem;
}

/*  PAGE HERO
====================================*/

.page-hero {
    position: relative;
    padding: 1.25rem 0 1.25rem;
    background: linear-gradient(180deg, #f3f6f8 0%, #fff 100%);
}

.page-hero.pb-5 {
    padding-bottom: 1.25rem !important;
}

.page-hero + .block {
    padding-top: 1.25rem;
}

.page-layout__sidebar {
    margin-top: 0;
}

@media (max-width: 991.98px) {
    .page-layout__sidebar {
        margin-top: 1.75rem;
    }
}

.page-hero:before {
    display: none;
}

.page-hero-bottom .icon {
    transform: translateY(-15px)
}

.page-hero__wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0.85rem;
    box-shadow: 0 10px 36px rgb(0 46 67 / 0.12);
    min-height: 280px;
}

.page-hero__body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 280px;
    padding: 2rem 2.25rem !important;
}

.page-hero__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.page-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
}

.page-hero__media:before {
    background: linear-gradient(
        180deg,
        rgb(0 46 67 / 0.12) 0%,
        rgb(0 46 67 / 0.45) 50%,
        rgb(0 46 67 / 0.88) 100%
    );
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    border-radius: 0;
    z-index: 1;
}

.page-hero__title {
    margin-bottom: 0.75rem;
    font-size: clamp(1.35rem, 2.8vw, 2.125rem);
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -0.01em;
    border-bottom: none;
    text-shadow: 0 2px 16px rgb(0 0 0 / 0.28);
    max-width: 920px;
}

.page-hero .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.page-hero .breadcrumb-item,
.page-hero .breadcrumb-item a {
    color: rgb(255 255 255 / 0.82);
    font-size: 0.8125rem;
    text-decoration: none;
}

.page-hero .breadcrumb-item a:hover {
    color: #FACE2F;
}

.page-hero .breadcrumb-item.active {
    color: #FACE2F;
    font-weight: 600;
}

.page-hero .breadcrumb-item + .breadcrumb-item::before {
    color: rgb(255 255 255 / 0.45);
}

.activity-project__title {
    margin: 0 0 1.25rem;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.35;
    color: #002e43;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #FACE2F;
}

.page-gallery__title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #002e43;
    margin-bottom: 1.25rem;
    padding-bottom: 0.65rem;
    border-bottom: 2px solid #FACE2F;
}

.photo-gallery a{
    position: relative;
    height: 200px;
    overflow: hidden;
    padding: 5px;
    transition: all linear .3s;
}
.photo-gallery a > img {
    position: absolute;
    width: 95%;
    height: 95%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    object-position: center top;
    transform: translate(-50%, -50%); }
.photo-gallery a:hover{background-color: #FACE2F;}
/*  FOOTER
====================================*/
.footer-contact {
    background-color: #fff;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.footer-contact__logo {
    width: 102px;
}

.title-border-top {
    position: relative;
}


.title-border-bottom {
    position: relative;
    padding-bottom: 0.875rem;
}

.title-border-bottom:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 2px;
    background-color: #FEBE2C;
}

.footer-menu li {
    padding: 2px 0;
}

.footer-menu li a {
    color: inherit;
}

.footer-menu li a:hover {
    color: #ec6e00 ;
    text-decoration: none;
}

.footer-bottom {
    color: rgba(255, 255, 255, 0.6);
    background-color: #333333;
}

.footer-bottom a {
    color: inherit;
}

.footer-bottom a:hover {
    color: #ec6e00 ;
    text-decoration: none;
}


/* Line Orange */
.line-orange-top,
.line-orange-bottom {
    position: relative;
}

.line-orange-top:before {
    position: absolute;
    width: 110px;
    height: 10px;
    border-radius: 0 0 8px 8px;
    background-color: #ec6e00 ;
    content: "";
    display: inline-block;
    right: 0;
    transform: translateX(-50%);
    left: 50%;
    top: -10px;
    border-radius: 8px 8px 0px 0px;
}

.line-orange-bottom:after {
    bottom: -10px;
    position: absolute;
    width: 110px;
    height: 10px;
    border-radius: 0 0 8px 8px;
    background-color: #ec6e00 ;
    content: "";
    display: inline-block;
    right: 0;
    transform: translateX(-50%);
    left: 50%;
}


/* .btn-icon */
.btn-icon svg {
    transition: transform 0.4s ease;
}

.btn-icon:hover svg {
    transition: transform 0.4s ease;
    transform: translateX(0.5rem);
}



/* Widget */
.widget {
    display: block;
    margin-bottom: 1.5rem;
}

.widget-title {
    font-size: 1.5rem;
    padding: 0.75rem;
    background-color: #F5F6F6;
    border-radius: 0.25rem;
}

.widget-search .input-group>.form-control {
    border-radius: 4px;
    background-color: #fff;
    border-color: #D3D3D3;
}

.widget-search .input-group .input-group-append {
    position: absolute;
    right: 0;
    z-index: 9;
}

.recent-list li {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.recent-list li .media {
    width: 80px;
    flex: 0 0 80px;
    height: 80px;
    overflow: hidden;
    position: relative;
}

.recent-list li .media img {
    width: 100%;
    height: 100%;
    border: 2px solid #ec6e00;
    border-radius: 50%;
    object-fit: cover;
}

.recent-list li .body {
    flex: 1 1 auto;
    padding-left: .75rem;
}

.recent-list li .body .date {
    font-size: 12px;
}

.recent-list li .body .title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.375rem;
}

.recent-list li .body .title a {
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recent-list li:hover .body .title {
    color: #FED430;
}

.widget-category ul li+li {
    border-top: 2px solid #C9CACA;
}

.widget-category ul li a {
    position: relative;
    display: block;
    padding: 0.5rem 0 0.5rem 2rem;
    color: #000;
}

.widget-category ul li a::before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 18px;
    width: 6px;
    height: 6px;
    border: 1px solid #707070;
    border-radius: 50%;
}

.widget-category ul li a:hover,
.widget-category ul li.active a {
    font-weight: bold;
    color: #000;
}

.document-list-board__intro {
    margin-bottom: 1rem;
}

.document-list-board__hint {
    margin-bottom: 1.25rem;
    color: #5f6b76;
    font-size: 0.9375rem;
}

.page-download-board {
    margin-top: 0.25rem;
}

.page-download-list {
    margin: 0;
    padding: 0;
}

.page-download-list__item + .page-download-list__item {
    margin-top: 0.75rem;
}

.page-download-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.15rem;
    border: 1px solid #e4e7ea;
    border-radius: 0.65rem;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0, 46, 67, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.page-download-card:hover {
    border-color: #c9d4dc;
    box-shadow: 0 8px 24px rgba(0, 46, 67, 0.08);
    transform: translateY(-1px);
    color: inherit;
    text-decoration: none;
}

.page-download-card--pending {
    background: #f8f9fa;
    border-style: dashed;
    border-color: #d5dbe0;
    box-shadow: none;
    cursor: default;
}

.page-download-card__icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 0.65rem;
}

.page-download-card__svg {
    display: block;
    width: 1.65rem;
    height: 1.65rem;
}

.page-download-card__icon.is-pdf {
    background: #fdecea;
    color: #c0392b;
}

.page-download-card__icon.is-word {
    background: #e8f0fe;
    color: #1a5490;
}

.page-download-card__icon.is-excel {
    background: #e8f6ee;
    color: #1e7e45;
}

.page-download-card__icon.is-file {
    background: #f0f3f5;
    color: #002e43;
}

.page-download-card__icon.is-pending {
    background: #eef1f3;
    color: #8a939b;
}

.page-download-card__body {
    flex: 1 1 auto;
    min-width: 0;
}

.page-download-card__title {
    display: block;
    color: #002e43;
    font-family: "Titillium Web", sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
}

.page-download-card__meta {
    display: block;
    margin-top: 0.25rem;
    color: #6b7780;
    font-size: 0.8125rem;
    line-height: 1.4;
    word-break: break-word;
}

.page-download-card__action {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.35rem;
}

.page-download-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.25rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    background: #002e43;
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.page-download-card:hover .page-download-card__btn {
    background: #001724;
}

.page-download-card__arrow {
    width: 1.15rem;
    height: 1.15rem;
    color: #002e43;
    opacity: 0.55;
}

@media (max-width: 767px) {
    .page-download-card {
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 0.95rem;
    }

    .page-download-card__action {
        width: 100%;
        justify-content: flex-end;
        padding-left: 3.75rem;
    }
}

.widget-tags ul {
    display: flex;
    flex-wrap: wrap;
}

.widget-tags ul li {
    flex: 0 0 auto;
    margin: 0 1rem 1rem 0;
}

.widget-tags ul li a {
    display: block;
    color: #000;
    padding: 0.5rem 1.25rem;
    background-color: #F5F6F6;
}

.widget-tags ul li a:hover {
    color: #000;
    background: #D3D3D3;
    text-decoration: none;
}

.blog-meta li {
    padding:0 0.25rem;
}
.blog-meta li + li:before {
    content:"|";
    line-height: 1;
    display: inline-block;
    padding-right: 0.5rem;
}
.blog-item__media {
    margin-bottom: 1rem;
}


.social-menu {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center !important;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: row !important;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.social-menu li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 1.125rem;
    color: #fff;
    white-space: nowrap;
    line-height: 1;
    padding: 0.5rem;
    transition: all 0.3s linear;
    margin-right: 0.75rem;
}

.social-menu li a img {
    border-radius: 0.25rem;
}

.article-social .social-menu li {
    margin-right: 0.75rem;
}

.article-social .social-menu li a {
    border-radius: 50%;
    margin: 0.25rem 0;
}

.article-social .social-menu__label {
    font-weight: bold;
    text-transform: uppercase;
    locale: tr;
    font-size: 1.25rem;
}

.bg-facebook {
    color: #fff;
    background-color: #3b5999;
}
.bg-twitter {
    color: #fff;
    background-color: #55acee;
}
.bg-linkedin {
    color: #fff;
    background-color: #0077B5;
}
.bg-whatsapp {
    color: #fff;
    background-color: #25D366;
}
.bg-mail {
    color: #fff;
    background-color: #333333;
}

.article-tags {
    margin:1.5rem 0;
    padding-top:1rem;
    border-top:1px solid #D6D6D6;
    border-bottom:1px solid #D6D6D6;
}

.article-tags ul li {
    margin-bottom:0;
}


/*  CROSS BROWSER
====================================*/
/*Internet Explorer */
/* IE-10 */
/* Safari */
.safari .form-control,
.safari .btn {
    line-height: normal;
}


/*  MEDIA QUERY
====================================*/

@media (max-width: 1199px) {

    html,
    body {
        overflow-x: hidden;
    }


    .navbar-collapse {
        position: fixed;
        display: block !important;
        align-items: flex-start;
        left: 0;
        top: 0;
        padding: 7rem 2rem 2rem 2rem;
        width: 100%;
        height: 100vh !important;
        max-width: 40rem;
        transform: translateX(-110%);
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
        transition: transform 0.5s;
        overflow: hidden;
        overflow-y: auto;
        z-index: 999;
    }
    .menu--open .navbar-collapse {
        transform: translateX(0%);
        z-index: 6999;
    }

    .main-slider .custom-controls {
        left: 1rem;
    }

    .main-slider .slider-dots-container {
        bottom: 1.5rem;
    }

    .slider-body {
        padding: 0 2rem;
        width: 100%;
    }

    .navbar-nav {
        margin-bottom: 1.5rem;
    }

    .navbar-nav .nav-link {
        padding: 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }

    .navbar-nav .nav-item:last-child .nav-link {
        border-bottom-width: 0;
    }

    .navbar-nav .dropdown-toggle::after {
        position: absolute;
        right: 7px;
        top: 25px;
        transition: all 0.3s;
    }

    .navbar-nav .dropdown.show .dropdown-toggle::after {
        transform: rotate(180deg);
    }

    .navbar-nav .dropdown-menu {
        background-color: transparent;
        border: 0;
    }

    .navbar-nav .dropdown-item {
        padding-left: 1rem;
        padding-right: 1rem;
        color: #000000;
    }

    .navbar-nav .dropdown-item.active {
        color: #ec6e00 ;
    }


}

@media (max-width: 991px) {
        .navbar-brand {}
    .main-slider .slider-content img {
        max-height: 3.5rem;
    }

    .block-media__body {
        margin-bottom: -3rem;
    }

    .menu--open .navbar-brand {
        position: absolute; left: 50%; transform: translateX(-50%); top: 0;
        z-index: 7999;
    }
    .menu--open .header-top{display: none;}
}

@media (max-width: 767px) {

    .main-slider .slider-heading-primary,
    .main-slider .slider-heading-accent {
        font-size: clamp(1.25rem, 5.5vw + 0.35rem, 2rem);
        line-height: 1.08;
    }

    .main-slider .slider-badge {
        margin-bottom: 0.85rem;
        padding: 0.35rem 0.65rem;
        font-size: clamp(0.55rem, 2.2vw + 0.25rem, 0.68rem);
    }

    .main-slider .slider-divider {
        max-width: 16rem;
        margin: 0.65rem 0 0.85rem;
        gap: 0.45rem;
    }

    .main-slider .slider-divider__sun {
        width: 1.35rem;
        height: 1.35rem;
    }

    .main-slider .slider-description {
        font-size: clamp(0.8125rem, 2.4vw + 0.4rem, 0.95rem);
        margin-bottom: 1.25rem;
        max-width: 100%;
        line-height: 1.65;
    }

    .main-slider .btn-slider-navy,
    .main-slider .btn-slider-primary {
        min-height: 2.5rem;
        font-size: clamp(0.65rem, 2vw + 0.3rem, 0.75rem);
        padding-left: 0.65rem;
        padding-right: 0.65rem;
    }

    .main-slider .slider-content {
        max-width: 100%;
    }

    .main-slider .slider-actions {
        max-width: 100%;
    }

    html,
    body {
        overflow-x: hidden;
    }

    .navbar .container {
        justify-content: flex-start;
    }

    .header-button a {
        padding-left: 1rem;
        padding-right: 1rem;
        flex: 1 1 auto;

    }

    .main-slider .slider-body {
        padding: 2rem 2rem 3rem;
    }

    .main-slider .slick-slide {
        min-height: clamp(360px, 58vw, 480px);
        background-position: center center;
    }

    .main-slider .slider-content img {
        max-height: 3rem;
    }

    .main-slider .slider-content p {
        line-height: 1.3;
    }

    .feature-scroll,
    .block-scroll {
        bottom: -3.5rem;
    }

    .block-after::after,
    .block-before::before {
        height: 4rem;
    }

    .block-service:after {
        width: 6rem;
        height: 6rem;
        margin-top: -1.5rem;
    }

    .block-step__col:nth-child(2n) .block-step__item {
        margin-top: 0;
    }

    .block-step__item-body {
        margin-top: 2.5rem;
    }

    .block-step__item-body:before {
        height: 2.5rem;
    }

    .block-media .slick-arrow {
        display: none !important;
    }

    .block-media__body {
        margin-bottom: -2rem;
    }

    .page-hero__wrapper {
        min-height: 220px;
    }

    .page-hero__body {
        min-height: 220px;
        padding: 1.35rem 1.25rem !important;
    }

    .page-hero__media {
        height: auto;
    }

    .page-hero {
        padding: 0.85rem 0 1rem;
    }

    .page-hero.pb-5 {
        padding-bottom: 1rem !important;
    }

    .page-hero + .block {
        padding-top: 1rem;
    }

    .page-hero__title {
        font-size: 1.25rem;
    }

    .page-hero__media img {
        height: 100%;
        object-fit: cover;
    }

    .page-hero .block-scroll svg {
        top: 0.5rem;
    }

    .bg-primary-shape:before {
        width: 120%;
    }
    .blog-hero, .search-hero {
        min-height: 10rem;
    }
    .blog-hero, .search-hero:before {
        height: 10rem;
    }
}

@media (max-width: 567px) {
    .main-slider .slider-content .btn:not([style*="--slider-fs"]) {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        font-size: 13px;
    }

    .main-slider .custom-controls {
        left: 0.25rem;
    }

    .main-slider .slider-dots-container {
        bottom: 1rem;
    }
}

@media (max-width: 374px) {}

@media (min-width: 568px) {}

@media (min-width: 568px) and (max-width: 767px) {}

@media (min-width: 768px) {
    .block {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .block-top {
        padding-top: 2.5rem;
    }

    .block-bottom {
        padding-bottom: 2.5rem;
    }

    .block-before::before {
        top: -2rem;
        height: 4rem;
    }

    .block-after::after {
        bottom: -2rem;
        height: 4rem;
    }

    .icon-md-2x {
        width: 2rem;
        height: 2rem;
    }

    .icon-md-3x {
        width: 3rem;
        height: 3rem;
    }

    .icon-md-4x {
        width: 4rem;
        height: 5rem;
    }

    .icon-md-5x {
        width: 5rem;
        height: 5rem;
    }

}

@media (min-width: 568px) and (max-width: 991px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) {
    .box {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }

    .block-media .nav-tabs .nav-link {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {

    .block {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .block-top {
        padding-top: 4rem;
    }

    .block-bottom {
        padding-bottom: 4rem;
    }

    .block-before {
        padding-top: 5rem !important;
    }

    .block-after {
        padding-bottom: 5rem !important;
    }

    .block-before::before {
        top: -10rem;
        height: 20rem;
    }

    .block-before .block-top {
        padding-top: 10rem !important;
    }

    .block-after::after {
        bottom: -10rem;
        height: 20rem;
    }

    .block-after .block-bottom {
        padding-bottom: 10rem !important;
    }

    .feature-scroll,
    .block-scroll {
        bottom: 0;
        width: 10rem;
        height: 10rem;
    }

    .block-footer__menu .block-top {
        padding-top: 7rem !important;
    }

    .block-blog .slick-slide {
        padding: 0 1rem 1rem 1rem;
    }

}

@media (min-width: 1360px) {}

@media (min-width: 1600px) {}

@media (min-width: 1200px) and (max-width: 1899px) {}

@media (min-width: 1900px) {
    .block {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .block-top {
        padding-top: 4.5rem;
    }

    .block-bottom {
        padding-bottom: 4.5rem;
    }


}

@media (min-width: 2100px) {}

@media (min-width: 2500px) {}

::selection {
    color: #ffffff;
    background-color: #002e43;
}

::-moz-selection {
    color: #ffffff;
    background-color: #002e43;
}

::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #002e43;
    border-radius: 0;
}

.block-head blockquote {
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #F5F6F6;
    border-radius: 0.25rem;
    font-style: normal;
    font-weight: 400;
    border-left: none;
}

.block-head h1,
.block-head h2,
.block-head h3,
.block-head h4,
.block-head h5,
.block-head h6 {
    margin-bottom: 1rem;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
}

.block-head h2 {
    font-size: 2rem;
}

.block-head h1 strong,
.block-head h2 strong,
.block-head h3 strong,
.block-head h4 strong,
.block-head h5 strong,
.block-head h6 strong {
    font-weight: inherit;
}

.block-head p {
    margin-bottom: 1rem;
    text-align: justify;
}

.block-head a.content-download-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 700;
    color: #002e43;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.block-head a.content-download-link::after {
    content: "↓";
    font-size: 0.9em;
    line-height: 1;
    opacity: 0.85;
}

.block-head a.content-download-link:hover {
    color: #e3a020;
}

.team-board {
    padding-top: 0.5rem;
}

.team-board__excerpt {
    margin-bottom: 1.5rem;
}

.team-board__excerpt p {
    margin: 0;
    padding: 1rem 1.25rem;
    background-color: #F5F6F6;
    border-radius: 0.25rem;
    color: #444;
    line-height: 1.7;
    text-align: justify;
}

.team-board__excerpt:not(:has(+ .team-board__intro)) {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #eef0f1;
}

.team-board__intro {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #eef0f1;
}

.team-board__intro h1::after,
.team-board__intro h2::after,
.team-board__intro h3::after {
    display: none;
    content: none;
}

.team-board__intro h1,
.team-board__intro h2,
.team-board__intro h3 {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 700;
    color: #002e43;
    margin-bottom: 1rem;
}

.team-board__intro p {
    text-align: center;
    color: #555;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.team-board__list {
    margin-top: 0.5rem;
}

.team-board__featured-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.75rem;
}

.team-board__featured-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    locale: tr;
    color: #002e43;
    margin-bottom: 0.5rem;
}

.team-board__featured-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #eef0f1 100%);
    border: 1px solid #d9dcde;
    border-top: 3px solid #002e43;
    border-radius: 0.35rem;
    padding: 1rem 1.5rem;
    min-width: 220px;
    max-width: 360px;
    width: 100%;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 46, 67, 0.08);
}

.team-board__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    max-width: 720px;
    margin: 0 auto;
}

.team-board__card {
    background-color: #ffffff;
    color: #333;
    padding: 0.75rem 0.5rem;
    font-weight: 600;
    border: 1px solid #d9dcde;
    border-radius: 0.25rem;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    min-height: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.team-board__card:hover {
    border-color: #002e43;
    box-shadow: 0 2px 6px rgba(0, 46, 67, 0.1);
}

.team-board__card--alt {
    background-color: #f5f6f6;
}

.team-board__member-name {
    display: block;
    font-weight: 600;
    color: #222;
}

.team-board__member-bio {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #666;
    line-height: 1.35;
}

.team-board__list--cards {
    margin-top: 0;
    padding-top: 0;
}

.team-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem 1.5rem;
    max-width: 580px;
    margin: 0 auto;
    padding: 0 0.25rem;
}

.team-cards__item {
    flex: 0 0 auto;
    width: calc(33.333% - 1rem);
    min-width: 140px;
    max-width: 168px;
}

.team-cards__card {
    width: 100%;
    background: #fff;
    border-radius: 0.4rem;
    padding: 0.6rem 0.6rem 0;
    border: 1px solid #eceff1;
    box-shadow: 0 1px 6px rgba(0, 46, 67, 0.05);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.team-cards__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 46, 67, 0.09);
}

.team-cards__item--lead .team-cards__card {
    border-color: #f0e6c0;
    box-shadow: 0 2px 10px rgba(254, 200, 46, 0.12);
}

.team-cards__media {
    position: relative;
    aspect-ratio: 1 / 1;
    max-height: 130px;
    background: #f3f5f6;
    overflow: hidden;
    border-radius: 0.3rem;
}

.team-cards__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.35s ease;
}

.team-cards__card:hover .team-cards__media img {
    transform: scale(1.04);
}

.team-cards__media-overlay {
    display: none;
}

.team-cards__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 30% 20%, rgba(254, 200, 46, 0.12) 0%, transparent 50%),
        linear-gradient(165deg, #004766 0%, #002e43 55%, #001925 100%);
}

.team-cards__placeholder::before {
    content: "";
    position: absolute;
    inset: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.2rem;
}

.team-cards__initials {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: 0.06em;
    line-height: 1;
    user-select: none;
}

.team-cards__content {
    padding: 0.7rem 0.15rem 0.85rem;
    text-align: center;
    background: transparent;
    border-top: none;
}

.team-cards__badge {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    margin-bottom: 0.45rem;
    font-size: 0.5625rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    locale: tr;
    color: #fff;
    background: #002e43;
    border-radius: 999px;
    line-height: 1.2;
    box-shadow: none;
}

.team-cards__item--lead .team-cards__badge {
    background: #FEC82E;
    color: #1a1a1a;
}

.team-cards__name {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    locale: tr;
    letter-spacing: 0.04em;
    color: #222;
    margin: 0;
    line-height: 1.45;
}

.team-cards__bio {
    font-size: 0.6875rem;
    color: #888;
    margin: 0.5rem 0 0;
    line-height: 1.5;
    padding-top: 0.5rem;
    border-top: 1px dashed #ebeff1;
    text-align: left;
}

@media (min-width: 992px) {
    .team-cards {
        gap: 1.35rem 1.75rem;
        max-width: 600px;
    }

    .team-cards__item {
        max-width: 172px;
    }

    .team-cards__media {
        max-height: 138px;
    }
}

@media (max-width: 767px) {
    .team-cards {
        gap: 1.1rem 1.25rem;
        max-width: 100%;
    }

    .team-cards__item {
        width: calc(50% - 0.65rem);
        max-width: 160px;
    }
}

@media (max-width: 575px) {
    .team-cards__item {
        width: calc(50% - 0.5rem);
        min-width: 130px;
        max-width: 150px;
    }

    .team-cards__media {
        max-height: 120px;
    }
}

@media (max-width: 767px) {
    .team-board__grid {
        grid-template-columns: 1fr;
        max-width: 360px;
    }
}

.activity-board {
    padding-top: 0.25rem;
}

.activity-board__lead {
    margin: 0 0 1.75rem;
    padding: 1rem 1.25rem;
    border-left: 4px solid #FACE2F;
    background: linear-gradient(90deg, #f8fbfd 0%, #fff 100%);
    border-radius: 0 0.5rem 0.5rem 0;
    font-size: 1rem;
    line-height: 1.65;
    color: #44515f;
}

.activity-board__intro {
    margin-bottom: 0;
}

.activity-index {
    margin-top: 0.5rem;
}

.activity-index__group {
    margin-bottom: 2.5rem;
}

.activity-index__group:last-child {
    margin-bottom: 0;
}

.activity-index__heading {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0 0 1.25rem;
    padding-bottom: 0.85rem;
    border-bottom: 2px solid #eef1f3;
}

.activity-index__heading-icon {
    flex-shrink: 0;
    width: 4px;
    height: 1.5rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #FACE2F 0%, #002e43 100%);
}

.activity-index__heading-text {
    margin: 0;
    flex: 1;
    font-size: 1.125rem;
    font-weight: 700;
    color: #002e43;
    letter-spacing: -0.01em;
}

.activity-index__count {
    flex-shrink: 0;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    background: #e8f4fb;
    color: #0077b6;
    font-size: 0.75rem;
    font-weight: 600;
}

.activity-index__heading--muted .activity-index__heading-icon {
    background: linear-gradient(180deg, #dde4e8 0%, #94a3b8 100%);
}

.activity-index__heading--muted .activity-index__count {
    background: #f1f5f9;
    color: #64748b;
}

.activity-cards {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.25rem;
}

@media (min-width: 576px) {
    .activity-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .activity-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.activity-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e8edf0;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 46 67 / 0.04);
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.activity-card:hover {
    transform: translateY(-4px);
    border-color: #c5e3f3;
    box-shadow: 0 12px 28px rgb(0 46 67 / 0.1);
}

.activity-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef1f3;
}

.activity-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.activity-card:hover .activity-card__media img {
    transform: scale(1.05);
}

.activity-card__badge {
    position: absolute;
    right: 0.65rem;
    bottom: 0.65rem;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: rgb(0 46 67 / 0.78);
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 600;
    backdrop-filter: blur(4px);
}

.activity-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 1.1rem 1.15rem;
}

.activity-card__title {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.4;
    color: #002e43;
}

.activity-card__excerpt {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #64748b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.activity-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: auto;
    padding-top: 0.35rem;
    color: #0077b6;
    font-size: 0.8125rem;
    font-weight: 600;
}

.activity-card__cta svg {
    width: 1rem;
    height: 1rem;
    transition: transform 0.2s ease;
}

.activity-card:hover .activity-card__cta svg {
    transform: translateX(3px);
}

.press-other-board {
    padding-top: 0.25rem;
}

.press-other-board__lead {
    margin: 0 0 1.75rem;
    padding: 1rem 1.25rem;
    border-left: 4px solid #f5a623;
    border-radius: 0 0.5rem 0.5rem 0;
    background: linear-gradient(90deg, rgb(245 166 35 / 0.08), transparent);
    color: #334155;
    font-size: 1.05rem;
    line-height: 1.7;
}

.press-other-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.press-other-card {
    display: grid;
    grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 0.875rem;
    background: #fff;
    box-shadow: 0 2px 8px rgb(0 46 67 / 0.05);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.press-other-card:hover {
    transform: translateY(-3px);
    border-color: #c5e3f3;
    box-shadow: 0 14px 32px rgb(0 46 67 / 0.1);
}

.press-other-card__media {
    position: relative;
    display: block;
    min-height: 100%;
    overflow: hidden;
    background: #eef2f5;
    text-decoration: none;
}

.press-other-card__media img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.press-other-card:hover .press-other-card__media img {
    transform: scale(1.04);
}

.press-other-card__media-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 220px;
    color: #94a3b8;
}

.press-other-card__media-placeholder svg {
    width: 3rem;
    height: 3rem;
}

.press-other-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1.35rem 1.5rem;
}

.press-other-card__title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    color: #002e43;
}

.press-other-card__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.press-other-card__title a:hover {
    color: #f5a623;
}

.press-other-card__excerpt {
    flex: 1;
    margin: 0;
    color: #475569;
    font-size: 0.975rem;
    line-height: 1.75;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.press-other-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    align-self: flex-start;
    margin-top: auto;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    background: #002e43;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.press-other-card__cta svg {
    width: 1rem;
    height: 1rem;
    transition: transform 0.2s ease;
}

.press-other-card:hover .press-other-card__cta {
    background: #f5a623;
    color: #002e43;
}

.press-other-card:hover .press-other-card__cta svg {
    transform: translateX(3px);
}

.press-other-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 3rem 1.5rem;
    border: 1px dashed #cbd5e1;
    border-radius: 0.875rem;
    background: #f8fafc;
    text-align: center;
}

.press-other-empty__icon {
    color: #94a3b8;
}

.press-other-empty__icon svg {
    width: 2.5rem;
    height: 2.5rem;
}

.press-other-empty__text {
    margin: 0;
    color: #64748b;
    font-size: 1rem;
}

.press-other-article.block-head {
    padding-top: 0.25rem;
}

.press-other-article.block-head h1,
.press-other-article.block-head h2,
.press-other-article.block-head h3 {
    margin-top: 1.5rem;
    color: #002e43;
}

.press-other-article.block-head h2:first-child,
.press-other-article.block-head h3:first-child {
    margin-top: 0;
}

.press-other-article.block-head p {
    color: #334155;
    font-size: 1rem;
    line-height: 1.85;
}

.press-other-article.block-head a {
    color: #002e43;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.press-other-article.block-head a:hover {
    color: #f5a623;
}

@media (max-width: 767.98px) {
    .press-other-card {
        grid-template-columns: 1fr;
    }

    .press-other-card__media img,
    .press-other-card__media-placeholder {
        min-height: 200px;
    }

    .press-other-card__body {
        padding: 1.15rem 1.2rem 1.25rem;
    }

    .press-other-card__title {
        font-size: 1.125rem;
    }
}

.awards-board {
    margin-top: 0.5rem;
}

.awards-board__intro {
    margin-bottom: 2rem;
    color: #555;
    line-height: 1.7;
}

.awards-board__intro p:last-child {
    margin-bottom: 0;
}

.awards-list {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.awards-list__year-group {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.awards-list__entry {
    display: grid;
    grid-template-columns: minmax(0, 200px) minmax(0, 1fr);
    gap: 1.5rem 2rem;
    align-items: start;
}

.awards-list__media {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.awards-list__media img {
    width: 100%;
    height: auto;
    border-radius: 0.375rem;
    display: block;
}

.awards-list__year {
    font-size: 1.125rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0;
}

.awards-list__body {
    min-width: 0;
}

.awards-list__description {
    color: #555;
    line-height: 1.75;
}

.awards-list__entry + .awards-list__entry {
    padding-top: 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.awards-grid {
    margin-top: 0.5rem;
}

.plaket-gallery__grid .plaket-gallery__item {
    width: 100%;
    height: 153px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.plaket-gallery__grid .plaket-gallery__item > img {
    object-fit: contain;
    object-position: center;
}

.plaket-gallery__pagination {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.plaket-pagination__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin: 0;
}

.plaket-pagination__item {
    margin: 0;
}

.plaket-pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.9375rem;
    color: #222;
    text-decoration: none;
    line-height: 1.4;
}

.plaket-pagination__link:hover {
    color: #c89200;
    text-decoration: none;
}

.plaket-pagination__link.is-active {
    color: #e53935;
    font-weight: 700;
}

.plaket-pagination__item--dots span {
    padding: 0 0.35rem;
    color: #777;
}

.awards-grid__item {
    display: block;
    margin-bottom: 1rem;
    border-radius: 0.375rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.awards-grid__item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.awards-grid__item img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
}

.awards-empty {
    padding: 2rem;
    text-align: center;
    color: #777;
    background: #f8f9fa;
    border-radius: 0.5rem;
}

@media (max-width: 767.98px) {
    .awards-board__intro {
        margin-bottom: 1.25rem;
        font-size: 0.9375rem;
    }

    .awards-list {
        gap: 1.75rem;
    }

    .awards-list__year-group {
        gap: 0.875rem;
    }

    .awards-list__entry {
        grid-template-columns: minmax(0, 118px) minmax(0, 1fr);
        gap: 0.625rem 0.875rem;
        align-items: start;
    }

    .awards-list__entry + .awards-list__entry {
        padding-top: 0.875rem;
    }

    .awards-list__media {
        gap: 0.5rem;
    }

    .awards-list__media img {
        border-radius: 0.25rem;
    }

    .awards-list__year {
        font-size: 0.9375rem;
    }

    .awards-list__description {
        font-size: 0.8125rem;
        line-height: 1.55;
    }

    .awards-list__description + .awards-list__description {
        margin-top: 0;
    }
}

@media (max-width: 399.98px) {
    .awards-list__entry {
        grid-template-columns: minmax(0, 92px) minmax(0, 1fr);
        gap: 0.5rem 0.75rem;
    }

    .awards-list__year {
        font-size: 0.875rem;
    }

    .awards-list__description {
        font-size: 0.78125rem;
        line-height: 1.5;
    }
}