﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* ============================================
   GENEL AYARLAR
   ============================================ */

* {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif !important;
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}


img,
svg,
video,
canvas,
iframe {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/* ============================================
   YARDIMCI SINIFLAR - GENEL
   ============================================ */

.text-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.text-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.center-mg {
    margin-inline: auto;
}

.bg-gray {
    background-color: #D9D9D9;
}


/* ============================================
   YARDIMCI SINIFLAR - FONT WEIGHT
   ============================================ */

.ft-weig {
    font-weight: 800 !important;
}

.ft-weig2 {
    font-weight: 500 !important;
}

.ft-weig3 {
    font-weight: 400 !important;
}


/* ============================================
   YARDIMCI SINIFLAR - FONT SIZE
   ============================================ */

.ft-size-b {
    font-size: 24px !important;
}

.ft-size19 {
    font-size: 19px !important;
}

.ft-size13 {
    font-size: 13px !important;
}

.ft-size-b2 {
    font-size: 20px !important;
}

.ft-size-k {
    font-size: 16px !important;
}


/* ============================================
   YARDIMCI SINIFLAR - PADDING TOP
   ============================================ */

.pt-cs-1 {
    padding-top: 35px !important;
}

.pt-cs-2 {
    padding-top: 183px !important;
}

.pt-cs-3 {
    padding-top: 12px !important;
}

.pt-cs-4 {
    padding-top: 35px !important;
}


/* ============================================
   YARDIMCI SINIFLAR - PADDING LEFT
   ============================================ */

.pl-cs-1 {
    padding-left: 89px !important;
}

.pl-cs-2 {
    padding-left: 165px !important;
}

.pl-cs-3 {
    padding-left: 205px !important;
}


/* ============================================
   YARDIMCI SINIFLAR - PADDING RIGHT
   ============================================ */

.pr-cs-1 {
    padding-right: 25px !important;
}

.pr-cs-2 {
    padding-right: 78px !important;
}

.pr-cs-3 {
    padding-right: 54px !important;
}

.pr-cs-4 {
    padding-right: 9px !important;
}


/* ============================================
   YARDIMCI SINIFLAR - PADDING BOTTOM
   ============================================ */

.pb-cs-1 {
    padding-bottom: 21px !important;
}

.pb-cs-2 {
    padding-bottom: 170px !important;
}

.pb-cs-3 {
    padding-bottom: 13px !important;
}


/* ============================================
   YARDIMCI SINIFLAR - DİĞER
   ============================================ */

.lef-cs {
    left: 360px !important;
}

.hgt-cs-1 {
    height: 232px !important;
}

.gap-cs-1 {
    gap: 48px !important;
}


/* ============================================
   YARDIMCI SINIFLAR - BACKGROUND
   ============================================ */

.bg-ft-2 {
    background-image: url(../src/navbar/background-2.png);
}

.bg-ft-1 {
    background-image: url(../src/navbar/background-1.png);
}


/* ============================================
   YARDIMCI SINIFLAR - SHADOW
   ============================================ */

.text-sh-1 {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.55);
}

.btn-theme {
    display: inline-block;
    background-color: #102D49;
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-theme:hover {
    background-color: #1a4a6e;
    color: white;
}

.drop-sh-1 {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.55));
}

.in-sh-1 {
    box-shadow: inset 0 2px 0 0px rgba(0, 0, 0, 0.1);
}


/* ============================================
   HEADER - SITE BAŞLIĞI
   ============================================ */

.site-header {
    background-image: url('../src/navbar/background-2.png');
    background-size: cover;
    background-position: center;
    height: 220px;
    padding-top: 0;
    overflow: visible;
    position: relative;
    z-index: 100;
}

.main-flex {
    flex-direction: column;
}

.z-index {
    z-index: 10;
}


/* ============================================
   HEADER - LOGO VE MARKA
   ============================================ */

.brand-wrapper {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 30px;
}

.brand-logo {
    width: 110px;
    height: auto;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.55));
}

.brand-text {
    font-weight: 800;
    font-size: 22px;
    color: white;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.55);
    margin-top: 3px;
}


/* ============================================
   HEADER - NAVİGASYON
   ============================================ */

.main-nav-list {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

.main-nav-list .nav-link {
    color: white !important;
    font-weight: 800 !important;
    font-size: 15px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.55);
    padding: 8px 10px !important;
    padding-bottom: 0 !important;
    transition: transform 0.2s;
    white-space: nowrap;
}

.main-nav-list .nav-link:hover {
    transform: translateY(-2px);
}

.mosque-photo {
    background-image: url('../src/navbar/background-1.png');
    background-repeat: no-repeat;
    background-position: center;
}


/* ============================================
   HEADER - DROPDOWN MENÜ
   ============================================ */

.site-header .dropdown-menu {
    border-radius: 8px;
    border: none;
    text-align: center;
    margin-top: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    display: none;

}

.site-header .dropdown-menu.show {
    display: block;
}

.menu-top-line {
    border-top: 4px solid rgba(32, 70, 90, 0.35);
    width: 60%;
    margin: 0 auto;
    list-style: none;
}

.menu-divider {
    border-bottom: 0.5px solid #C0C0C0;
    width: 40%;
    margin: 0 auto;
    list-style: none;
}

.site-header .dropdown-item {
    font-weight: 600;
    color: #515151;
    padding: 10px;
}

.dropdown-item:focus,
.dropdown-item:active {
    background: transparent !important;
}


/* ============================================
   HEADER - DİL VE ARAMA
   ============================================ */

.header-right {
    min-width: 120px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 10px;
    padding-right: 10px;
}

.lang-flags {
    margin-top: 0;
}

.lang-flags img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.55));
    transition: transform 0.2s;
}

.lang-flags img:hover {
    transform: scale(1.1);
}

.search-container {
    margin-left: 30px;
}

.search-cont {
    position: relative;
    left: auto;
    margin-left: clamp(1rem, 8vw, 12.5rem);
}

.search-icon-btn {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    color: white;
}

.search-icon-btn img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.55));
    transition: transform 0.2s;
    width: 24px;
}

.search-form-overlay {
    position: absolute;
    right: 35px;
    top: 0;
    transform: translateX(0%);
    width: 0;
    overflow: hidden;
    transition: width 0.4s ease-in-out;
    background: transparent;
    border-radius: 30px 0 0 30px;
}

.search-container.active .search-form-overlay {
    width: 150px;
}

.search-input {
    width: 100%;
    height: 30px;
    border: none;
    border-radius: 50px !important;
    font-size: 13px;
    outline: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    background-color: white;
}


/* ============================================
   CAROUSEL - ANA SLIDER
   ============================================ */

.carousel {
    position: relative;
    width: 100%;
}

.carousel-inner {
    position: relative;
    width: 100%;
    height: 508px !important;
    overflow: hidden;
}

.carousel-item {
    height: 100%;
    width: 100%;
}

.carousel-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 10;
    cursor: pointer;
}

.carousel-item > img,
.extra > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    margin: 0;
    z-index: 15 !important;
}

.carousel-control-prev img,
.carousel-control-next img {
    width: 30px;
    height: 153px;
}

.carousel-control-prev {
    left: 20px;
    width: 100px;
}

.carousel-control-next {
    right: 20px;
    width: 100px;
}


/* ============================================
   CAROUSEL - METİNLER
   ============================================ */

.carousel-text {
    position: absolute;
    top: 50%;
    transform: translateY(-73%);
    left: 140px;
    width: 1250px;
    opacity: 1;
    z-index: 5;
    pointer-events: none;
}

.carousel-text-2 {
    position: absolute;
    top: 87%;
    transform: translateY(-73%);
    right: 90px;
    width: auto;
    opacity: 1;
    z-index: 5;
    pointer-events: none;
}

.carousel-text-3 {
    position: absolute;
    top: 58%;
    transform: translateY(-73%);
    left: 120px;
    width: 450px;
    opacity: 1;
    z-index: 5;
    pointer-events: none;
}

.carousel-text h1,
.carousel-text-2 h1,
.carousel-text-3 h1 {
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.55);
    font-weight: 800;
    color: white;
    margin: 0;
}

.carousel-text h1 {
    font-size: 48px;
}

.carousel-text-2 h1 {
    font-size: 45px;
}

.carousel-text-3 h1 {
    font-size: 64px;
}

.pagination .page-item .page-link {
    color: #1a3a5c;
    background-color: #ffffff;
    border: 1px solid #c8d4e0;
    border-radius: 0;
    padding: 6px 14px;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    transition: all 0.2s ease;
}

.pagination .page-item .page-link:hover {
    background-color: #1a3a5c;
    border-color: #1a3a5c;
    color: #ffffff;
}

.pagination .page-item.active .page-link {
    background-color: #1a3a5c;
    border-color: #1a3a5c;
    color: #ffffff;
    font-weight: 600;
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
    outline: none;
}

.pagination .page-item.disabled .page-link {
    color: #aab4be;
    border-color: #e0e6eb;
    background-color: #f8f9fa;
}

.pagination {
    gap: 4px;
}


/* ============================================
   ANA SAYFA - SLIDER 2
   ============================================ */

.main-slider2 {
    overflow: hidden;
}

.slider-2-text {
    min-height: 323px;
    padding-top: 64px;
    padding-bottom: 300px;
	position:relative;
	z-index:2;
}

.slider-2-text > p {
    font-size: 20px;
}

.slider-2-text > a {
    position: relative;
    float: right;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 800;
    padding: 7px 35px;
    background-color: #8FD1BE;
    text-transform: uppercase;
    text-align: center;
    color: black;
    transition: 0.3s;
}

.slider-2-text > a:hover {
    background-color: #9ae2cd;
}


/* ============================================
   ANA SAYFA - ETKİNLİKLER
   ============================================ */

.events-section {
    background-color: #102D49;
    height: 515px;
}

.events-section > img {
    opacity: 20%;
    width: 100%;
    mix-blend-mode: overlay;
    position: absolute;
}

.events-section > div {
    padding-top: 160px;
    margin-left: 0;
}

.event-main-text {
    position: relative;
    margin-left: 0;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 40px;
    color: rgba(16, 45, 73, 1);
}

.event-card {
    padding: 0;
    width: 100%;
    max-width: 331px;
    height: 380px;
    margin-left: auto;
    margin-right: auto;
    background-color: #EFEFEF;
    z-index: 1;
}

.event-card a > img {
    width: 100%;
    max-width: 331px;
    height: 170px;
    object-fit: cover;
}

.event-card a {
    display: block;
}

.event-text {
    margin: 26px 30px 84px 29px;
    width: auto;
    min-height: 232px;
    height: auto;
}

.event-text h2 {
    font-size: 16px;
    color: black;
    font-weight: 800;
}

.event-text h2 a {
    color: #102D49;
}

.event-text > a {
    float: right;
    font-size: 11px;
    text-decoration: underline;
    color: #8F9EBA;
    font-weight: 800;
}

.event-text p {
    font-size: 14px;
    color: black;
    font-weight: 400;
    float: left;
}


/* ============================================
   ANA SAYFA - DUYURULAR
   ============================================ */

.announcements-section {
    margin-top: 280px;
}

.duyuru-f {
    background-color: #102D49;
    height: 706px;
    width: 75vh;
    overflow: hidden;
    right: 0;
    position: absolute;
}

.duyuru-f > img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100%;
    height: 100%;
    object-position: right;
    opacity: 0.2;
    mix-blend-mode: overlay;
}


.announcement-heading {
    margin-left: 50px;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 40px;
    letter-spacing: 20%;
    color: #8F9EBA;
    display: inline-block;
    top: 150px;
    position: absolute;
    z-index: 2;
}

.announcement-section > div {
    margin-left: 0;
}

.announcement-item {
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 338.34px;
    min-height: 328.04px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #d7d7d7;
    background-blend-mode: lighten;
    z-index: 2;
    top: 220px;
    border-radius: 11px;
    box-shadow: 0 5px 0 0px #0000000D;
}

.announcement-item a > img {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    width: 100%;
    max-width: 338.34px;
    height: 150.75px;
    object-fit: cover;
}

.announcement-item a {
    display: block;
}

.announcement-text {
    margin: 14.83px 14.83px 45.83px 28.52px;
    width: auto;
    min-height: 141.5px;
    height: auto;
}

.announcement-text h2 a {
    color: #102D49;
    text-decoration: none;
}

.announcement-text h2 {
    margin-bottom: 14px;
    font-size: 16px;
    color: black;
    font-weight: 800;
    text-transform: uppercase;
}

.announcement-text p {
    font-size: 12px;
    color: black;
    font-weight: 400;
    float: left;
}

.announcement-link > a {
    font-size: 12px;
    padding: 4px 11px;
    box-shadow: 0 4px 2px 0 #0000001A;
    background-color: #d7d7d7;
    color: #102D49;
    border-radius: 6px;
    display: inline-block;
    right: 20px;
    position: absolute;
    bottom: 20px;
    white-space: nowrap;
    transition: 0.3s;
}

.announcement-link > a:hover {
    background-color: white;
}

.other-announcement-link {
    position: absolute;
    float: right;
    right: 160px;
    color: white;
    font-size: 20px;
    margin-top: 300px;
    display: inline-block;
    font-weight: 600;
    z-index: 2;
}


/* ============================================
   ANA SAYFA - VERİ KORUMA
   ============================================ */

.data-protection-section {
    margin-top: 50px;
    background-image: url("../src/bg4.png");
    background-size: cover;
    background-position: center;
}

.data-protection-container {
    padding-top: 30px;
    padding-bottom: 100px;
}

.header-text {
    text-align: center;
    background-color: #D9D9D9;
    width: 100%;
    max-width: 743px;
    height: 50px;
    margin-inline: auto;
}

.htext-1 {
    font-weight: 800;
    font-size: 23px;
    color: #102D49;
    text-align: center;
}

.htext-2 {
    font-weight: 800;
    font-size: 37px;
    padding: 5px;
    line-height: 50px;
    color: #102D49;
    margin-inline: auto;
    letter-spacing: 20%;
    text-transform: uppercase;
}


/* ============================================
   ANA SAYFA - SWIPER
   ============================================ */

.swiper-wrapper {
    position: relative;
    padding: 10px 0px 50px 0px;

}

.swiper-wrapper-2 {
    padding-bottom: 20px;
    gap: 130px;
}

.go-gallery a {
    text-decoration: none;
    color: rgba(64, 64, 64, 1);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 20%;
    float: right;
}

.go-gallery a:hover {
    text-decoration: underline;
}

.swiper {
    width: 100%;
    position: relative;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 30px;
    color: #102D49;
    position: relative;
}


.swiper-area .swiper-button-prev::after,
.swiper-area .swiper-button-next::after {
    font-size: 40px;
    color: rgb(203, 203, 203);
    position: relative;
    top: -150px;
}

.swiper-area .swiper-button-prev::after {
    left: 10px;
}

.swiper-area .swiper-button-next::after {
    right: 30px;
}

/* ============================================
   ANA SAYFA - KARTLAR
   ============================================ */

.card {
    background: white;
    border-radius: 0;
    padding: 20px;
    height: 291.14px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, border 0.3s ease;
    border: none !important;
}

.card:hover {
    border: 2px solid #9b5de5;
    transform: translateY(-5px);
}

.card-logo {
    max-width: 150px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
}

.card-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a2b49;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-btn {
    width: 100%;
    padding: 10px 0;
    border: 1px solid #ccc;
    background: white;
    color: #333;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s;
    margin-top: 15px;
}

.card-btn:hover {
    background: #1a2b49;
    color: white;
    border-color: #1a2b49;
}


/* ============================================
   ANA SAYFA - KİTAP
   ============================================ */

.book-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    padding-bottom: 50px;
    overflow: hidden;
}

.book-card {
    width: 100%;
    max-width: 469px;
    height: auto;
    margin-left: 0;
    margin-top: 35.73px;
    display: block;
}

.book-text h1 {
    margin-top: 42.7px;
    padding-bottom: 7.53px;
    font-size: 25px;
    font-weight: 800;
    color: #102D49;
    text-transform: uppercase;
    letter-spacing: 20%;
}

.line-large {
    width: 100%;
    max-width: 100%;
    height: 31px;
    background-color: #102D49;
    overflow: hidden;
    right: 0;
}

.line-small {
    width: 193.95px;
    height: 2px;
    background-color: #96C7B6;
}

.book-text h2 {
    padding-top: 7.53px;
    padding-bottom: 7.77px;
    font-size: 25px;
    font-weight: 600;
    color: #102D49;
    text-transform: uppercase;
    letter-spacing: 20%;
}

.book-text a {
    padding: 6.95px 29.38px;
    width: 236.93px;
    height: 33.9px;
    display: inline-block;
    background-color: #8FD1BE;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    color: #102D49;
    text-transform: uppercase;
    margin-top: 112px;
    margin-left: 0;
    transition: 0.3s;
}

.book-text a:hover {
    background-color: #9ae2cd;
    transition-duration: 0.3s;
}

.data-protection-section {
    overflow-x: hidden;
}

.custom-center h1 {
    color: #102D49;
}


/* ============================================
   FOOTER - ANA YAPILAR
   ============================================ */

.footer-con {
    position: relative;
    background-color: #102D49;
    overflow: hidden;
}

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

.footer-con::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../src/bg3.png");
    background-repeat: repeat;
    mix-blend-mode: overlay;
    opacity: 0.2;
    z-index: 2;
}

footer {
    position: relative;
    overflow: hidden;
}

.img-footer {
    position: absolute;
    width: min(1149px, 90vw);
    height: auto;
    aspect-ratio: 1 / 1;
    opacity: 0.33;
    top: 90px;
    right: max(1rem, 35vw);
    transform: rotate(-14.66deg);
    pointer-events: none;
}

.img-ftr {
    top: 0;
    left: 0;
    background-repeat: repeat;
    height: auto;
}


/* ============================================
   FOOTER - LİSTELER
   ============================================ */

.lists li {
    list-style: none;
}

.lists h1 {
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    position: relative;
    left: 0;
}

.lists ul {
    position: relative;
    left: -13px;
    text-align: left;
}

.lists ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
    text-align: left;
    max-width: 200px;
    word-wrap: break-word;
    text-decoration: none;
}

.lists ul li a:hover {
    opacity: 0.8;
}

.lists ul li i {
    color: rgb(168, 166, 166);
}

.icon {
    position: relative;
}


/* ============================================
   FOOTER - AYRAÇLAR
   ============================================ */

.ftr-stck {
    border: 1px solid #8F9EBA;
    width: 100%;
    max-width: 80vh;
    height: 0px;
    margin-inline: auto;
}

.ftr-stck-2 {
    border: 1px solid #8F9EBA;
    width: 100%;
    max-width: 160vh;
    height: 0px;
    margin-inline: auto;
}


/* ============================================
   FOOTER - ALT BÖLÜM
   ============================================ */

.last-ftr h1 a {
    font-size: 14px;
    font-weight: 400;
    color: white;
    text-decoration: none;
    display: block;
}

.last-ftr h1 {
    padding: 15px;
    margin: 0;
}

.last-ftr {
    gap: 50px;
    position: relative;
    left: -130px;
}

.h1-text-dv {
    display: inline-block;
    width: 100%;
    max-width: 481px;
    height: auto;
    padding: 0 15px;
}


/* ============================================
   FOOTER - SOSYAL MEDYA
   ============================================ */

.social-icons a {
    color: white;
    transition: opacity 0.3s;
}

.social-icons a:hover {
    opacity: 0.7;
}

.social-icons a i {
    display: block;
}

.social-icons {
    position: relative;
}


/* ============================================
   İLETİŞİM SAYFASI
   ============================================ */

.personal-info {
    width: 240px;
    height: 168px;
    background-color: #D9D9D9;
}

.personal-links-grid div a {
    text-decoration: none;
    color: #102D49;
    font-size: 17px;
    font-weight: 400;
}

.img-other {
    width: 60px;
    height: 60px;
    padding: 10px;
    background-color: #102D49;
    border-radius: 30px;
}

.for-bg1 * {
    position: relative;
    z-index: 2;
}

.for-bg1 {
    position: relative;
    background-color: #102D49;
    overflow: hidden;
    padding: 70px 0 250px 0px;
}

.for-bg1::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../src/bg3.png");
    background-repeat: repeat;
    mix-blend-mode: overlay;
    opacity: 0.2;
    z-index: 2;
}

.contact-text {
    position: relative;
    left: 0;
    text-align: center;
}

.fot-bg1 {
    padding-bottom: 0px;
}

.ct-text1 {
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 20%;
    color: #8FD1BE;
}

.ct-text2 {
    font-size: 32px;
    font-weight: 400;
    color: white;
}

.img-cm2 {
    opacity: 30%;
    width: min(650px, 100%);
    height: auto;
}

.form-ct {
    width: 100%;
    max-width: 713px;
    min-height: 850px;
    height: auto;
    padding: clamp(1.5rem, 4vw, 5.7825rem);
    position: relative;
    margin: -180px auto 0;
    z-index: 2;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.form-control {
    height: 50px !important;
}

.form-control:focus {
    border-color: #102D49 !important;
    box-shadow: none !important;
}

.form-check-input {
    box-shadow: none !important;
}

textarea.form-control {
    height: 130px !important;
}

.send-contact-btn {
    position: relative;
    float: right;
    width: 254px;
    max-width: 100%;
    margin-top: 60px;
    font-size: 14px;
    font-weight: 800;
    padding: 7px 44px 7px 44px;
    background-color: #8FD1BE;
    text-transform: uppercase;
    text-align: center;
    color: white;
    transition: 0.3s;
    border: none !important;
}

.send-contact-btn:hover {
    background-color: #9ce3cf !important;
    transition-duration: 0.3s;
}

/* ============================================
DUYURULAR SAYFASI - YAN MENÜ
============================================ */
.sidemenu li {
    list-style: none;
}

.sidemenu li a:not(.menu-title) {
    text-decoration: none;
    color: black;
    font-weight: 600;
    letter-spacing: 20%;
}

.menu-title {
    font-size: 20px;
}

.sidemenu div:not(.divider-long) {
    background-color: #D9D9D9D1;
    width: 200px;
    height: 2px;
    border-radius: 3px;
}

.divider-long {
    background-color: #D9D9D9D1;
    width: 250px;
    height: 2px;
    border-radius: 3px;
}

.sidemenu {
    position: relative;
    right: 40%;
    top: -20%;
    text-align: center;
    background-color: #DDDDDD1A;
    width: 300px;
    padding: 0 20px 0 20px;
    z-index: 2;
}

.sidemenu-2 li {
    list-style: none;
}

.sidemenu-2 li a:not(.menu-title) {
    text-decoration: none;
    color: black;
    font-weight: 600;
    letter-spacing: 20%;
}

.sidemenu-2 div:not(.divider-long) {
    background-color: #D9D9D9D1;
    width: 200px;
    height: 2px;
    border-radius: 3px;
}

.sidemenu-2 {
    position: relative;
    right: 40%;
    top: -20%;
    text-align: center;
    background-color: #DDDDDD1A;
    width: 300px;
    padding: 0 20px 0 20px;
    z-index: 2;
}

.sidemenu li a:hover,
.sidemenu-2 li a:hover {
    text-decoration: underline;
}

/* ============================================
DUYURULAR SAYFASI - DUYURU DETAY
============================================ */
.head-announce-contain {
    background-color: transparent;
    backdrop-filter: blur(5px);
    width: 100%;
}

.announcement-detail-text p {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 20%;
    text-align: justify;
}

.page-link {
    padding: 15px 25px 15px 25px;
}

.sidemenu-announce li {
    list-style: none;
}

.sidemenu-announce li a {
    text-decoration: none;
    color: #3a5a7c !important;
    font-weight: 600;
    letter-spacing: 20%;
    display: block;
}

.sidemenu-announce li.menu-title a {
    color: #102D49 !important;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}

.sidemenu-announce div:not(.divider-long) {
    background-color: rgba(217, 217, 217, 0.1);
    width: 230px;
    height: 2px;
    border-radius: 3px;
}

.sidemenu-announce {
    text-align: center;
    width: 300px;
    padding: 0 20px 0 20px;
    z-index: 2;
}

.sidemenu-announce-2 li {
    list-style: none;
}

.sidemenu-announce-2 li a {
    text-decoration: none;
    color: #3a5a7c !important;
    font-weight: 600;
    letter-spacing: 20%;
    display: block;
}

.sidemenu-announce-2 li.menu-title a {
    color: #102D49 !important;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}

.sidemenu-announce-2 li span {
    color: #8F9EBA;
    font-size: 12px;
}

.sidemenu-announce-2 div:not(.divider-long) {
    background-color: rgba(217, 217, 217, 0.1);
    width: 250px;
    height: 2px;
    border-radius: 3px;
}

.sidemenu-announce-2 {
    text-align: center;
    width: 300px;
    padding: 0 20px 0 20px;
    z-index: 2;
}

.sidemenu-announce li a:hover {
    text-decoration: underline;
}

.sidemenu-announce-2 li a:hover {
    text-decoration: underline;
}

.sidemenu-announce-light li a {
    color: rgba(255, 255, 255, 0.8) !important;
}

.sidemenu-announce-light li.menu-title a {
    color: #8FD1BE !important;
}

.sidemenu-announce-light div:not(.divider-long) {
    background-color: rgba(255, 255, 255, 0.2);
}

.sidemenu-announce-light .wg-sep-long {
    background: rgba(255, 255, 255, 0.2) !important;
}

.sidemenu-announce-light .wg-sep-short {
    background: rgba(255, 255, 255, 0.1) !important;
}

.sidemenu-announce-2.sidemenu-announce-light li a {
    color: rgba(255, 255, 255, 0.8) !important;
}

.sidemenu-announce-2.sidemenu-announce-light li.menu-title a {
    color: #8FD1BE !important;
}

.sidemenu-announce-2.sidemenu-announce-light li span {
    color: rgba(255, 255, 255, 0.5);
    display: block;
}

.dy-main-text {
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 20%;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.36);
    color: white;
    display: block;
    width: 100%;
}

.announcement-hero {
    height: 450px;
    overflow: hidden;
}

.announcement-hero-img {
    height: 100% !important;
    object-fit: cover !important;
}


.text-dy {
    background-color: rgb(78, 39, 39);
}

.announce-bg {
    position: relative;
    background-color: #102D49;
    overflow: hidden;
    height: 689px;
}

.announce-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../src/bg3.png");
    background-position: center calc(-1 * var(--top-height));
    background-position: 3px top;
    mix-blend-mode: overlay;
    opacity: 0.2;
    z-index: 2;
    pointer-events: none;
}

/* ============================================
DUYURULAR SAYFASI - DUYURU KARTLARI
============================================ */
.announcement-card-text h2 a {
    color: #102D49;
    text-decoration: none;
    display: block;
}

.announcement-card {
    position: relative;
    padding: 0;
    width: 350px;
    height: 350px;
    margin-right: 33px;
    background: linear-gradient(to bottom, #FFFFFF, #F3F3F3);
    background-blend-mode: lighten;
    z-index: 2;
    border-radius: 11px;
    box-shadow: 0 5px 0 0px #0000000D;
    display: flex;
    flex-direction: column;
}

.announcement-card a > img {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    width: 350px;
    height: 123.75px;
    object-fit: cover;
}

.announcement-card-text {
    margin: 14.83px 14.83px 0 28.52px;
    width: 245px;
    flex: 1;
    overflow: hidden;
}

.announcement-card-text h2 {
    margin-bottom: 14px;
    font-size: 16px;
    color: black;
    font-weight: 800;
    text-transform: uppercase;
}

.announcement-card-text p {
    font-size: 12px;
    color: black;
    font-weight: 400;
    float: left;
}

.announcement-card-link {
    padding: 10px 14px 14px;
    text-align: right;
    margin-top: auto;
}

.announcement-card-link > a {
    font-size: 12px;
    padding: 4px 11px;
    box-shadow: 0 4px 2px 0 #0000001A;
    background-color: linear-gradient(to bottom, #FFFFFF, #F3F3F3);
    color: #102D49;
    border-radius: 6px;
    display: inline-block;
    transition: 0.3s;
}

.announcement-card-link > a:hover {
    background-color: white;
    transition-duration: 0.3s;
}

.other-duy-new-link {
    position: absolute;
    float: right;
    right: 250px;
    color: white;
    font-size: 20px;
    padding-top: 30px;
    display: inline-block;
    font-weight: 600;
}

/* ============================================
HABERLER SAYFASI
============================================ */
.news-wrapper {
    position: relative;
    min-height: 689px;
}

.news-bg {
    position: absolute;
    inset: 0;
    display: flex;
    z-index: 2;
}

.news-bg .bg-image {
    width: 55%;
    background: url("../src/bg4.png") center/cover no-repeat;
}

.news-bg .bg-color {
    width: 45%;
    background-color: rgba(16, 45, 73, 1);
}

.announcements-section {
    position: relative;
    min-height: 689px;
}

.announcement-bg {
    position: absolute;
    inset: 0;
    display: flex;
    z-index: 2;
    height: 689px;
}

.announcement-bg .bg-image {
    width: 45%;
    background-color: rgba(16, 45, 73, 1);
}

.announcement-bg .bg-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../src/bg3.png");
    background-repeat: repeat;
    mix-blend-mode: overlay;
    opacity: 0.2;
    z-index: 2;
    background-position: center calc(-1 * var(--top-height));

}

.announcement-bg .bg-color {


    width: 55%;
    background-color: white;
}

.duyuru-banner {
    max-height: 525px;
    overflow: hidden;
}

.news-content {
    position: relative;
    z-index: 2;
    color: white;
}

.news-banner {
    max-height: 525px;
    overflow: hidden;
    margin-top: 220px;
}

.news-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-title-banner {
    padding: 0 10px 0 10px;
    width: 100%;
    max-width: 524px;
    height: 256px;
    bottom: 60px;
    backdrop-filter: blur(2px);
    background-color: rgba(255, 255, 255, 0.13);
    box-shadow: 0 4px 15.8px 0 rgba(0, 0, 0, 0.61);
    z-index: 1;
}

.news-title-banner h1 {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 20%;
    text-transform: uppercase;
}

.news-title-banner span {
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 20%;
    text-transform: uppercase;
    line-height: 100%;
}

.news-title-text p,
.news-title-text li {
    font-size: 22px;
    font-weight: 400;
}

.news-title-text h1 {
    font-size: 24px;
    font-weight: 800;
}

.news-text-gallery-head {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 20%;
    border-bottom: 2px solid rgba(150, 199, 182, 1);
    display: inline-block;
}

.news-slider-line {
    width: min(851px, 100%);
    height: 11px;
    background-color: rgba(16, 45, 73, 1);
    position: relative;
    left: 0;
    margin-left: auto;
    bottom: 55px;
}

.swiper-slide {
    height: auto;
}

.card-v2 {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    max-width: 391px;
    height: 194px;
}

.card-v2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

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

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.other-text {
    position: relative;
    margin-left: 50px;
    margin-bottom: 40px;
    font-weight: 800;
    font-size: 40px;
    letter-spacing: 20%;
    color: #8F9EBA;
}

/* ============================================
FORUM SAYFASI
============================================ */
.forum-first {
    padding: 80px 110px 80px 110px;
    width: min(100%, 838px);
    margin-inline: auto;
}

.forum-second {
    padding: 80px 120px 80px 120px;
    width: min(100%, 1170px);
    margin-inline: auto;
}

.forum-third {
    padding: 80px 120px 80px 120px;
    width: min(100%, 1170px);
    margin-inline: auto;
}

.forum-fourth {
    padding: 80px 120px 80px 120px;
    width: min(100%, 1170px);
    margin-inline: auto;
}

.forum-fourth img {
    padding-top: 120px;
}

.forum-fourth p,
.forum-fourth ul li {
    font-size: 20px;
}

.forum-second p {
    font-size: 20px;
}

.forum-first h1 {
    font-size: 30px;
    font-weight: 800;
}

.forum-first p {
    font-size: 20px;
}

.forum-cizgi {
    background-color: rgba(16, 45, 73, 1);
    width: 100%;
    height: 11px;
}

.forum-third p,
.forum-third ul li {
    font-size: 20px;
}

.forum-second-h1 {
    width: 254px;
    font-size: 14px;
    font-weight: 800;
    padding: 15px 44px 15px 44px;
    background-color: #8FD1BE;
    text-transform: uppercase;
    text-align: center;
    color: white;
    transition: 0.3s;
    display: block;
    margin-top: 10%;
}

.accordion {
    width: 80% !important;
    margin-inline: auto !important;
}

.accordion-button {
    background-color: white !important;
}

.accordion-collapse {
    overflow: hidden;
}

.accordion-item {
    margin-top: 18px;
}

.accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.faq-section-bg {
    position: relative;
    background-color: #102D49;
    overflow: hidden;
    max-height: 700px;
}

.faq-text-1 {
    font-size: 24px;
    color: white;
}

.faq-text-2 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 20%;
    text-transform: uppercase;
    color: #8F9EBA;
}

.faq-section {
    padding: 130px 120px 140px 120px;
}

.faq-section-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../src/bg3.png");
    background-repeat: repeat;
    mix-blend-mode: overlay;
    opacity: 0.2;
    z-index: 2;
    background-position: center calc(-1 * var(--top-height));
}

.faq-section-bg * {
    z-index: 2;
}

.country-name span {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 20%;
    text-transform: uppercase;
    color: #102D49;
}

.country-name img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.55));
    transition: transform 0.2s;
}

.country-div p {
    font-size: 20px;
}

.map-div {
    position: relative;
}

.map-div::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0));
}

/* ============================================
DOKÜMANLAR SAYFASI
============================================ */
.document-section-bg1 {
    height: 20%;
}

.document-section-bg2 {
    height: 80%;
    background-color: #102D49;
}

.document-section-bg2 * {
    z-index: 2;
}

.document-section-bg2::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../src/bg3.png");
    background-repeat: no-repeat;
    mix-blend-mode: overlay;
    opacity: 0.2;
    z-index: 2;
    background-position: center calc(-1 * var(--top-height));
}

.documents-container {
    position: absolute;
    z-index: 2;
    top: 680px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 40px;
    width: min(962px, calc(100% - 2rem));
    height: 800px;
    box-shadow: 0 4px 12.5px 0 rgba(0, 0, 0, 0.25);
}

.documents-container p {
    font-weight: 600;
}

.document-row {
    width: 100%;
    height: 100%;
}

.document-row h1 {
    font-size: 16px;
    text-align: center;
}

.doc-text-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.document-row {
    border: 1px solid black;
    width: 100%;
    max-width: 192px;
    height: 153px;
    margin-inline: auto;
}

.documents-section-backgrounds {
    position: relative;
    height: 800px;
}

/* ============================================
REHBERLER SAYFASI
============================================ */
.guide-card {
    min-height: 182px;
    width: 100%;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.guide-card:hover {
    transform: translateY(-5px);
}

.guide-card h1 {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 20%;
    color: rgba(16, 45, 73, 1);
}

.guide-card p {
    font-size: 14px;
    color: white;
}

.guide-card-left {
    width: 30%;
    background-color: #102D49;
}

.rehber-card-color-1 {
    background-color: rgba(74, 137, 255, 1);
}

.rehber-card-color-2 {
    background-color: rgba(255, 192, 74, 1);
}

.rehber-card-color-3 {
    background-color: rgba(240, 74, 255, 1);
}

.rehber-card-color-4 {
    background-color: rgba(74, 255, 201, 1);
}

.rehber-card-color-5 {
    background-color: rgba(255, 109, 112, 1);
}

.rehber-card-color-6 {
    background-color: rgba(117, 117, 117, 1);
}

.guide-card-right {
    width: 70%;
    background-color: rgba(143, 158, 186, 1);
    padding: 20px;
}

.guide-card-right a {
    text-decoration: none;
    font-size: 14px;
    color: rgba(16, 45, 73, 1);
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    display: inline-block;
    float: right;
    right: 20px;
    bottom: 10px;
    background-color: rgba(51, 51, 51, 0.05);
    padding: 4px;
    transition: 0.3s;
}

.guide-card-right a:hover {
    background-color: rgb(255, 255, 255);
    transition: 0.3s;
}

.guide-title-head {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 20%;
    color: rgba(16, 45, 73, 1);
    margin-left: 3%;
}

.rehber-sayfalama {
    display: flex;
    list-style: none;
    gap: 10px;
    float: right;
    margin-right: 70px;
}

.rehber-sayfalama li a {
    text-decoration: none;
    color: black;
    font-weight: 600;
}

/* ============================================
RAPORLAR SAYFASI
============================================ */
.reports-section-bg1 {
    height: 20%;
}

.reports-section-bg2 {
    height: 80%;
    background-color: #102D49;
}

.reports-section-bg2 * {
    z-index: 2;
}

.reports-section-bg2::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../src/bg3.png");
    mix-blend-mode: overlay;
    opacity: 0.2;
    z-index: 2;
    background-position: center calc(-1 * var(--top-height));
}

.reports-container {
    position: absolute;
    z-index: 2;
    top: 450px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 100px 40px 40px 40px;
    width: min(962px, calc(100% - 2rem));
    height: 360px;
    box-shadow: 0 4px 12.5px 0 rgba(0, 0, 0, 0.25);
}

.reports-section-backgrounds {
    position: relative;
    height: 450px;
}

.report-link-row {
    margin-top: 30px;
    width: 100%;
    max-width: 450px;
    min-height: 50px;
    height: auto;
    border: 2px solid rgba(178, 178, 178, 1);
    padding: 8px 12px;
    box-sizing: border-box;
}

.reports-title h1 {
    display: inline-block;
    width: 313px;
    max-width: 100%;
    height: 34px;
    font-size: 14px;
    font-weight: 800;
    padding: 7px 47px 7px 47px;
    background-color: #8FD1BE;
    text-transform: uppercase;
    text-align: center;
    color: white;
    transition: 0.3s;
    border: none !important;
}

.report-link-row p {
    font-size: 14px;
    line-height: 144%;
    margin: 0;
}

.report-link-row .date-border {
    padding-left: 12px;
    border-left: 2px solid rgba(178, 178, 178, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.report-link-row .row {
    display: flex;
    flex-wrap: nowrap !important;
    align-items: center;
    margin: 0;
}

.report-link-row .col-3,
.report-link-row .col-md-2 {
    padding-right: 0;
    flex: 0 0 95px;
    /* Tarih için sabit ama yeterli genişlik */
    max-width: 95px;
}

.report-link-row .col-7,
.report-link-row .col-md-8 {
    padding-left: 0;
    padding-right: 0;
    flex: 1 1 auto;
    min-width: 0;
    /* Ellipsis çalışması için kritik */
    overflow: hidden;
}

.report-link-row .col-2 {
    padding-left: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 45px;
    /* İkonlar için sabit genişlik */
    max-width: 45px;
}

.report-link-row .col-2 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    transition: all 0.2s ease;
}

.report-link-row .col-2 a:hover {
    transform: scale(1.1);
}

.report-link-row .col-2 img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.date-border {
    border-left: 2px solid rgba(178, 178, 178, 1);
    margin-left: 7px;
}

.report-link-row {
    padding: 10px;
    width: 100%;
    max-width: 430px;
}

.raporlar-sayfalama {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    list-style: none;
    gap: 10px;
    float: right;
}

.raporlar-sayfalama li a {
    text-decoration: none;
    color: black;
    font-weight: 600;
}

/* ============================================
TUTANAKLAR SAYFASI
============================================ */
.tutanaklar-section-bg1 {
    height: 20%;
}

.tutanaklar-section-bg2 {
    height: 80%;
    background-color: #102D49;
}

.tutanaklar-section-bg2 * {
    z-index: 2;
}

.tutanaklar-section-bg2::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../src/bg3.png");
    mix-blend-mode: overlay;
    opacity: 0.2;
    z-index: 2;
    background-position: center calc(-1 * var(--top-height));
}

.tutanaklar-container {
    position: absolute;
    z-index: 2;
    top: 700px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 100px 40px 40px 40px;
    width: min(962px, calc(100% - 2rem));
    height: 800px;
    box-shadow: 0 4px 12.5px 0 rgba(0, 0, 0, 0.25);
}

.tutanaklar-section-backgrounds {
    position: relative;
    height: 1050px;
}

.tutanak-link-div {
    margin-top: 30px;
    width: 100%;
    max-width: 430px;
    height: 41px;
    border: 2px solid rgba(178, 178, 178, 1);
}

.tutanaklar-baslık h1 {
    display: inline-block;
    width: 313px;
    max-width: 100%;
    height: 34px;
    font-size: 14px;
    font-weight: 800;
    padding: 7px 47px 7px 47px;
    background-color: #8FD1BE;
    text-transform: uppercase;
    text-align: center;
    color: white;
    transition: 0.3s;
    border: none !important;
}

.tutanak-link-div p {
    font-size: 14px;
    line-height: 144%;
}

.tutanak-link-div {
    padding: 10px;
    width: 100%;
    max-width: 430px;
}

.tutanaklar-sayfalama {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    list-style: none;
    gap: 10px;
    float: right;
}

.tutanaklar-sayfalama li a {
    text-decoration: none;
    color: black;
    font-weight: 600;
}

/* ============================================
TARİHÇE VE VİZYON
============================================ */
.tarıhce-baslik {
    position: relative;
    width: 180px;
    margin-top: 34px;
    font-size: 17px;
    font-weight: 800;
    padding: 7px 44px 7px 44px;
    background-color: #8FD1BE;
    text-transform: uppercase;
    text-align: center;
    color: white;
    transition: 0.3s;
    border: none !important;
}

.tarıhce-yazı {
    font-size: 20px;
}

.vizyon-container ul li {
    font-size: 20px;
}

/* ============================================
ORGANİZASYON TÜZÜĞÜ
============================================ */
.tuzuk-baslık {
    font-size: 30px;
    font-weight: 800;
}

/* ============================================
BAŞKANLIK
============================================ */
.baskanlık-baslik {
    position: relative;
    width: 300px;
    margin-top: 34px;
    font-size: 17px;
    font-weight: 800;
    padding: 7px 20px 7px 20px;
    background-color: #8FD1BE;
    text-transform: uppercase;
    text-align: center;
    color: white;
    transition: 0.3s;
    border: none !important;
}

.image-baskanlık {
    bottom: -230px;
    right: -107px;
    opacity: 0.4;
}

.image-baskan {
    background-color: rgba(217, 217, 217, 1);
    border-radius: 250px;
}

.baskan-ad-text {
    font-size: 20px;
    letter-spacing: 20%;
    font-weight: 800;
    text-transform: uppercase;
    color: rgba(16, 45, 73, 1);
}

.baskan-mesaj-text {
    font-size: 15px;
    color: rgba(16, 45, 73, 1);
}

.baskan-text-container {
    position: relative;
    bottom: 160px;
    left: 220px;
    width: 200px;
}

/* ============================================
SEKRETERYA
============================================ */
.sekreterya-baslik {
    position: relative;
    width: 300px;
    margin-top: 34px;
    font-size: 17px;
    font-weight: 800;
    padding: 137px 20px 7px 20px;
    background-color: #8FD1BE;
    text-transform: uppercase;
    text-align: center;
    color: white;
    transition: 0.3s;
    border: none !important;
}

.image-sekreterya {
    background-color: rgba(217, 217, 217, 1);
    border-radius: 250px;
}

.sekreterya-ad-text {
    font-size: 20px;
    letter-spacing: 20%;
    font-weight: 800;
    text-transform: uppercase;
    color: rgba(16, 45, 73, 1);
}

.sekreterya-mesaj-text {
    font-size: 15px;
    color: rgba(16, 45, 73, 1);
}

.sekreterya-text-container {
    position: relative;
    bottom: 160px;
    left: 0;
    width: min(900px, 100%);
}

.sekreterya-unvan-text {
    font-size: 14px;
    color: rgba(143, 158, 186, 1);
}

/* ============================================
ÜYE OTORİTELER
============================================ */
.authority-intro-container h1 {
    font-size: 30px;
    font-weight: 700;
}

.authority-intro-container p {
    font-size: 20px;
    font-weight: 500;
}

.member-countries-container {
    gap: clamp(1.25rem, 4vw, 6.5625rem);
    width: min(1000px, 100%);
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    margin-inline: auto;
    align-items: center;
    justify-content: center;
}

.member-countries-container a img {
    display: block;
}

.authority-intro-bg {
    position: relative;
    background: linear-gradient(336.12deg, rgba(255, 255, 255, 0.775) 45.27%, rgba(255, 255, 255, 0.94) 80.57%),
    url('../src/bg6.png') repeat;
    background-size: auto, 70px auto;
}

.authority-intro-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    mix-blend-mode: overlay;
    opacity: 14%;
    z-index: 2;
    pointer-events: none;
}

.authority-stats-bg {
    position: relative;
    background-color: #102D49;
    overflow: hidden;
    padding: 70px 0 20px 0px;
}

.authority-stats-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../src/bg3.png");
    background-repeat: repeat;
    mix-blend-mode: overlay;
    opacity: 0.2;
    z-index: 2;
}

.authority-text-light {
    color: white;
    font-size: 20px;
}

.authority-text-bold {
    color: white;
    font-size: 27px;
    font-weight: 800;
}

.authority-number {
    color: white;
    font-size: 65px;
    font-weight: 800;
}

.authority-text-emphasis {
    color: rgba(143, 209, 190, 1);
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 20%;
    font-weight: 800;
}

/* ============================================
İCRA KOMİTESİ
============================================ */
.icra-flag {
    width: 169px;
    height: 44px;
}

.icra-main-title-bold {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

.icra-ara-cizgi {
    width: 247px;
    height: 7px;
    background-color: rgba(143, 209, 190, 1);
}

.icra-flag-title {
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    color: rgba(16, 45, 73, 1);
}

.icra-main-bg {
    opacity: 0.4;
}

/* ============================================
ÇALIŞMA GRUPLARI
============================================ */
.working-group-main-title {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 20%;
    color: #102D49;
}

.working-group-card {
    background-color: rgba(143, 158, 186, 1);
    width: 100%;
    max-width: 344px;
    height: 200px;
    margin-right: 0;
    margin-bottom: 40px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-inline: auto;
}

.working-group-card p {
    font-size: 14px;
    color: white;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 40px;
}

.working-group-main-grid {
    margin-inline: auto;
}

.working-group-card a {
    text-decoration: none;
    color: rgba(16, 45, 73, 1);
    font-size: 15px;
    font-weight: 800;
    border: 1px solid rgba(16, 45, 73, 1);
    padding: 3px 10px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: 0.3s;
}

.working-group-card-link {
    text-decoration: none !important;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.working-group-card-link:hover {
    transform: translateY(-5px);
    background-color: rgba(143, 158, 186, 0.9);
}

.working-group-bg-image {
    background-image: url("../src/bg8.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.working-group-bg-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.6;
}

.working-group-card a:hover {
    background-color: white;
    border-color: white;
    transition-duration: 0.3s;
}

.working-group-card-title {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 20%;
    color: #102D49;
}

.bg404 {
    position: relative;
    min-height: 100vh;
    background-color: #102D49;
    overflow: hidden;
}

.bg404::before {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    background: url("../src/bg3.png") repeat;
    opacity: 0.2;
    mix-blend-mode: overlay;
    pointer-events: none;
}

.con-404 {
    position: relative;
    top: 150px;
    background-color: white;
}

.bg404 h1 {
    color: black;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 20%;
}

.bg404 p {
    color: black;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 20%;
}

.bg404 a {
    padding: 3.95px 29.38px 3.95px 29.38px;
    width: 236.93px;
    display: inline-block;
    background-color: #8FD1BE;
    text-align: center;
    font-size: 17px;
    font-weight: 800;
    color: #102D49;
    text-transform: uppercase;
    transition: 0.3s;
}

.bg404 a:hover {
    background-color: #9ae2cd;
}


/* ============================================
RESPONSIVE - MEDIUM DESKTOP (992px - 1200px)
============================================ */
@media (min-width: 992px) and (max-width: 1200px) {
    .main-nav-list {
        gap: 5px;
    }

    .main-nav-list .nav-link {
        font-size: 12px !important;
        padding: 6px 5px !important;
        margin-top: 120px;
    }

    .site-header {
        height: 180px;
    }

    .brand-wrapper {
        margin-right: -30px;
        margin-top: 40px;
    }

    .brand-logo {
        width: 80px;
    }

    .brand-text {
        font-size: 16px;
    }
}

/* ============================================
RESPONSIVE - DESKTOP (min-width: 992px)
============================================ */
@media (min-width: 992px) {
    .navbar-nav > .dropdown:hover > .dropdown-menu {
        display: block;
        animation: fadeIn 0.3s;
    }

    .lists ul li a {
        font-size: 13px;
        max-width: 112px;
    }


    .site-header .dropdown-menu li {
        position: relative;
    }

    .site-header .dropdown-menu .custom-dd-org2 {
        display: none;
        position: absolute;
        left: 100% !important;
        top: -5px;
        margin-top: -5px;
        min-width: 240px;
        background-color: #ffffff;
        box-shadow: 5px 4px 15px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        z-index: 2;
    }

    .site-header .dropdown-menu li:hover > .custom-dd-org2 {
        display: block;
        animation: fadeIn 0.3s;
    }

    .last-ftr h1 {
        padding: 10px 15px;
        position: relative;
        left: 0px;
    }

    .last-ftr {
        gap: 15px;
        position: relative;
        left: 0px;
    }

    .custom-dd-org {
        min-width: 260px;
        left: -80px;
    }

    .custom-dd-doc {
        min-width: 230px;
        left: -85px;
    }

    .navbar-nav > .dropdown:hover > .dropdown-menu {
        display: block;
        animation: fadeIn 0.3s;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

/* ============================================
RESPONSIVE - TABLET (max-width: 991px)
============================================ */
@media (max-width: 991px) {
    .site-header {
        height: auto !important;
        padding-bottom: 10px;
        background-color: white !important;
        position: relative;
        z-index: 2;
    }

    .for-bg1 {
        padding: 70px 0 70px 0px;
    }

    .slider-2-text {
        padding-bottom: 150px;
    }

    .con-404 {
        top: 300px;
    }


    .announcement-bg .bg-color {
        width: 0;
    }

    .announcement-bg .bg-image {
        width: 100%;

    }

    .working-group-bg-image {
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .member-countries-container {
        width: 600px;
    }

    .sekreterya-text-container {
        position: relative;
        top: 30px;
        bottom: 0px;
        left: 0px;
        width: 700px;
        padding: 30px;
    }

    .image-baskanlık {
        bottom: -120px;
        right: -107px;
        opacity: 0.4;
        width: 600px;
        height: 600px;
    }

    .tuzuk-baslık {
        font-size: 24px;
        font-weight: 800;
    }

    .tarıhce-yazı {
        font-size: 17px;
    }

    .vizyon-container ul li {
        font-size: 17px;
    }

    .tutanaklar-container {
        top: 600px;
    }

    .tutanaklar-section-backgrounds {
        height: 900px;
    }

    .reports-container {
        width: 562px;
        top: 1000px;
        height: 1635px;
    }

    .reports-section-backgrounds {
        height: 1715px;
    }

    .report-link-row {
        margin-inline: auto;
    }

    .news-slider-line {
        display: none;
    }

    .rehber-sayfalama {
        margin-right: 0;
        justify-content: center;
        align-items: center;
        margin-inline: auto;
        float: none;
    }

    .guide-card {
        margin-inline: auto;
    }

    .guide-title-head {
        text-align: center;
    }

    .documents-container {
        width: 85%;
        height: 70%;
        top: 51%;
    }

    .documents-section-backgrounds {
        height: 849px;
    }

    .document-row {
        margin-top: 20px;
    }

    .forum-first,
    .forum-second,
    .forum-third,
    .forum-fourth {
        width: 100%;
        padding: 30px;
        margin-inline: auto;
    }

    .forum-first p,
    .forum-first ul li,
    .forum-second p,
    .forum-second ul li,
    .forum-third p,
    .forum-third ul li,
    .forum-fourth p,
    .forum-fourth ul li {
        font-size: 18px;
    }

    .forum-first h1,
    .forum-second h1,
    .forum-third h1,
    .forum-fourth h1 {
        margin-top: 140px;
    }

    .news-title-banner {
        width: 360px;
        height: 170px;
        bottom: 70px;
    }

    .news-title-banner h1,
    .news-title-banner span {
        font-size: 32px;
    }

    .card-v2 {
        width: 300px;
        height: 200px;
        margin-inline: auto;
    }

    .head-announce-contain {
        width: auto;
        backdrop-filter: blur(0px);
    }

    .announce-bg {
        padding-bottom: 1150px;
    }

    .announcement-detail-text p {
        font-size: 14px;
    }

    .dy-main-text {
        font-size: 20px;
    }

    .flex-texts {
        flex-direction: row;
    }

    .announcement-card {
        margin-inline: auto;
    }

    .social-icons {
        right: 0px;
    }

    .main-flex {
        flex-direction: row;
    }

    .sidemenu,
    .sidemenu-2 {
        top: 0;
        right: 0;
        margin-inline: auto;
    }

    .custom-center {
        text-align: center;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
        display: none;
    }


    .brand-wrapper {
        transform: none !important;
        flex-direction: column !important;
        align-items: center !important;
        width: fit-content;
        position: relative;
        top: 15px;
    }

    .brand-logo {
        width: 70px;
        margin-bottom: 5px;
    }

    .brand-text {
        font-size: 18px;
        margin: 0;
        display: block;
    }

    .mobile-controls {
        top: 50px !important;
        z-index: 1000;
    }

    .navbar-toggler {
        border: none;
        padding: 0;
        box-shadow: none !important;
        z-index: 1001;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }

    .navbar-collapse,
    .navbar-collapse.collapsing,
    .navbar-collapse.show {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 10px 0 !important;
        background-color: #ffffff !important;
        z-index: 999;
        border-top: 1px solid #eee;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        transition: height 0.35s ease;
    }

    .main-nav-list {
        width: 100%;
        padding: 0;
        gap: 0 !important;
    }

    .main-nav-list .nav-link {
        color: #102D49 !important;
        text-shadow: none !important;
        font-weight: 600 !important;
        padding: 15px 25px !important;
        border-bottom: 1px solid #f1f1f1;
        text-align: center;
        display: block;
        width: 100%;
        margin-top: 0 !important;
    }

    .site-header .dropdown-menu {
        position: static !important;
        float: none;
        width: 100% !important;
        box-shadow: none !important;
        border: none;
        background-color: #f8f9fa !important;
        margin: 0;
        padding: 0;
    }

    .nav-item {
        width: 100%;
    }

    .site-header .dropdown-item {
        padding: 12px 40px;
        border-bottom: 1px solid #e9ecef;
        color: #666;
    }

    .data-protection-section {
        margin-top: 400px;
    }

    .gap-custom {
        gap: 120px;
    }

    .custom-dd-org,
    .custom-dd-doc {
        min-width: unset !important;
        left: unset !important;
    }

    .mobile-search-wrapper {
        margin-top: 10px;
    }

    .mobile-search-input {
        background: #f1f3f5;
        border: 1px solid #ddd;
        border-radius: 50px;
        padding: 10px 20px;
    }

    .search-form img {
        display: none;
    }

    .carousel-text {
        left: 70px;
    }

    .carousel-text-2 {
        top: 85%;
        right: 70px;
    }

    .carousel-text-3 {
        width: 350px;
        left: 70px;
        bottom: 15px;
    }

    .carousel-text h1,
    .carousel-text-3 h1 {
        font-size: 24px;
        letter-spacing: 0.1em;
    }

    .carousel-text-2 h1 {
        font-size: 24px;
    }

    .carousel-inner {
        height: 308px !important;
    }

    .carousel-control-prev img,
    .carousel-control-next img {
        width: 20px;
        height: 82px;
    }

    .carousel-control-prev {
        left: 0px;
    }

    .carousel-control-next {
        right: 0px;
    }

    .event-card {
        height: 430px;
        margin-left: 20px;
    }

    .etk3 {
        margin-top: 30px;
    }

    .events-section {
        height: 430px;
    }

    .events-section > div {
        margin-inline: auto !important;
        padding-top: 100px;
    }

    .events-section > img {
        width: 100%;
        height: 40%;
    }

    .duyuru-f {
        height: 450px;
        width: 100%;
    }

    .announcement-section > div {
        margin-left: 0px;
        margin-inline: auto;
    }

    .duyuru-f > img {
        width: 100%;
        height: auto;
        object-position: center;
        opacity: 0.2;
        mix-blend-mode: overlay;
    }


    .announcement-heading {
        margin-left: 0px;
        z-index: 2;
        position: absolute;
        left: 50% !important;
        transform: translateX(-50%) !important;
        text-align: center;
    }

    .duy2,
    .announcement-item {

        margin-left: 20px;
    }

    .duy3 {
        margin-left: 20px;
        margin-top: 60px;
    }

    .other-announcement-link {
        position: absolute;
        margin-left: 0;
        float: none;
        right: 50%;
        transform: translateX(50%);
        color: black;
        font-size: 20px;
        margin-top: 280px;
        display: inline-block;
        font-weight: 600;
    }

    .card {
        margin-inline: auto;
    }

    .line-large {
        width: 100%;
        height: 31px;
        background-color: #102D49;
    }

    .book-card {
        margin-left: 0px;
    }

    .custom-dd-org2 {
        display: block;
        position: static !important;
        background-color: #f0f2f4 !important;
        margin: 5px 15px !important;
        padding: 0 !important;
        width: auto !important;
        box-shadow: none !important;
    }

    .custom-dd-org2 .dropdown-item {
        padding-left: 30px !important;
        font-size: 14px !important;
    }

    .custom-dd-org2 .menu-top-line,
    .custom-dd-org2 .menu-divider {
        display: none;
    }

    .form-ct {
        margin-top: 0;
        right: 0;
        position: absolute;
        top: 200px;
        left: 50px;
    }

    .contact-text {
        text-align: center;
        left: 0;
    }
}

/* ============================================
RESPONSIVE - MOBILE (max-width: 768px)
============================================ */
@media (max-width: 768px) {

    .announcement-hero {
        height: 300px;
    }

    .personal-info {
        width: 100%;
    }

    .event-main-text {
        margin-left: 23px;
        margin-bottom:-15px;
    }

    .divider-long,
    .divider-short {
        width: 300px !important;
    }

    .working-group-main-title {
        font-size: 28px;

    }

    .news-bg .bg-color {
        width: 0;
    }

    .news-bg .bg-image {
        width: 100%;
    }

    .site-header {
        z-index: 1000 !important;
    }

    .navbar {
        z-index: 1001 !important;
    }

    .carousel-control-prev img,
    .carousel-control-next img {
        width: 15px;
        height: 77px;
    }

    .bg404 p {
        font-size: 20px;
    }

    .con-404 {
        width: 340px;
        margin-inline: auto;
    }

    .bg404 h1 {
        font-size: 30px;
    }

    .bg404 a {
        font-size: 15px;
    }


    .sekreterya-text-container {
        position: relative;
        top: 30px;
        bottom: 0px;
        left: 0px;
        width: 370px;
        padding: 30px;
    }

    .member-countries-container {
        width: 350px;
    }

    .image-baskanlık {
        bottom: -60px;
        right: 0px;
        opacity: 0.4;
        width: 300px;
        height: 300px;
    }

    .image-baskan {
        width: 130px;
        height: 130px;
    }


    .baskan-ad-text {
        font-size: 17px;
        width: 150px;
    }

    .baskan-text-container {
        width: 150px;
        bottom: 115px;
        left: 190px;
    }

    .baskan-mesaj-text {
        font-size: 14px;
        width: 120px;
    }

    .report-link-row {
        width: 300px;
        height: 120px;
    }

    .tutanaklar-container {
        top: 700px;
        width: 362px;
        height: 1050px;
    }

    .tutanak-link-div {
        width: 290px;
        height: 80px;
    }

    .tutanaklar-baslık h1 {
        width: 280px;
        padding: 0px;
        line-height: 34px;
    }

    .reports-section-backgrounds {
        height: 700px;
    }

    .tutanaklar-section-backgrounds {
        height: 1100px;
    }

    .reports-title h1 {
        width: 280px;
        padding: 0px;
        line-height: 34px;
    }

    .reports-container {
        top: 470px;
        width: 360px;
        height: 600px;
        margin-inline: auto;
    }

    .guide-card {
        margin-inline: auto;
        width: 100%;
        height: auto;
        min-height: 200px;
    }

    .documents-container {
        width: 85%;
        height: 105%;
        top: 71%;
    }

    .documents-section-backgrounds {
        height: 1060px;
    }

    .document-row {
        margin-top: 20px;
    }

    .faq-section {
        padding: 130px 20px 140px 20px;
    }

    .country-div p {
        font-size: 17px;
    }

    .news-title-banner {
        width: 100%;
        height: 90px;
        line-height: 100%;
        bottom: 0px;
        left: 0;
        padding: 10px;
    }

    .news-title-banner h1,
    .news-title-banner span {
        font-size: 16px;
    }

    .news-title-text p,
    .news-title-text li {
        font-size: 17px;
    }

    .news-title-text h1 {
        font-size: 18px;
    }

    .card-v2 {
        width: 350px;
        height: 200px;
        margin-inline: auto;
    }

    .swiper {
        padding: 0;
    }

    .announce-bg {
        padding-bottom: 740px;
    }

    .dy-main-text {
        font-size: 16px;
    }

    .flex-texts {
        flex-direction: column;
    }

    .main-flex {
        flex-direction: column;
    }

    .sidemenu,
    .sidemenu-2,
    .sidemenu-announce,
    .sidemenu-announce-2 {
        left: 0;
        right: 0;
        top: 0;
        margin-inline: auto;
    }

    .line-small {
        position: relative;
        display: inline-block;
        left: 20px;
    }

    .social-icons {
        right: 0px;
    }

    .send-contact-btn {
        margin-top: 0;
        float: none;
        text-align: center;
        right: 0;
    }

    .events-section > div {
        margin-left: 0 !important;
        padding-top: 40px;
    }

    .ft-size19 {
        font-size: 16px !important;
    }

    .events-section {
        width: 100%;
        height: 300px;
    }

    .slider-2-text > p {
        font-size: 16px;
    }

    .slider-2-text > a {
        position: relative;
        right: 23%;
    }

    .book-text a {
        position: relative;
        left: 20%;
    }

    .event-card {
        margin-top: 40px;
        margin-inline: auto;
        width: 350px;
        height: 420px;
    }

    .event-text {
        width: 300px;
    }

    .event-text h2 a {
        font-size: 16px;
        padding: 0px 5px 0px 5px;
    }

    .event-text p {
        font-size: 14px;
    }

    .event-text a {
        font-size: 13px;
    }

    .event-text .button {
        position: relative;
        right: 15px;
    }


    .event-card a > img {
        width: 350px;
        height: 200px;
    }

    .book-card {
        width: 369px;
        height: 273px;
    }

    .book-text a {
        margin-left: 0px;
    }

    .other-text {
        margin-left: 25px !important;
        margin-bottom: -25px !important;
        font-size: 24px;
    }

    .announcement-heading {
        font-size: 25px;
        margin-left: 0 !important;
        left: 50% !important;
        text-align: center;
        position: relative;
        transform: translate(-50%, -70%) !important;
        top: 100px;
    }

    .announcement-container {
        padding-top: 30px;
    }

    .data-protection-section {
        margin-top: 830px;
    }

    .data-protection-container {
        padding-bottom: 0px;
    }

    .other-announcement-link {
        position: relative;
        margin-left: 0px;
        color: black;
        float: right;
        right: 50%;
        font-size: 18px;
        margin-top: 1250px;
    }

    .last-ftr {
        left: 0;
    }

    .announcement-section > div {
        margin-left: 0;
        margin-right: 0;
        margin-inline: auto;
        height: 150px;
    }

    .announcement-item {
        margin-left: 20px;
        margin-inline: auto !important;
        width: 350px;
        height: 350px;
        margin-top: 40px;
    }

    .announcement-item a > img {
        width: 350px;
        height: 150px;
        border-top-left-radius: 11px;
        border-top-right-radius: 11px;
    }

    .announcement-text {
        width: 300px;
        height: 100px;
    }

    .announcements-section {
        margin-top: 1200px;
    }

    .announcement-link > a {
        margin-left: 230px;
        margin-bottom: 8px;
    }

    .announcement-text h2 {
        font-size: 16px;
    }

    .announcement-text p {
        font-size: 14px;
    }

    .header-text {
        width: 100%;
        height: 35px;
    }

    .card {
        margin-inline: auto;
        overflow: hidden;
    }

    .htext-2 {
        font-size: 19px;
        line-height: 35px;
    }

    .htext-1 {
        font-size: 16px;
    }

    .carousel-text-2 {
        top: 87%;
        right: 20px;
    }

    .carousel-text-2 h1 {
        font-size: 16px;
    }

    .carousel-text-3 {
        left: 70px;
        width: 250px;
        bottom: 80px;
    }

    .carousel-text-3 h1 {
        font-size: 20px;
        position: relative;
        bottom: 40px;
    }

    .carousel-text {
        left: 70px;
        width: 80%;
    }

    .carousel-text h1 {
        font-size: 20px;
        letter-spacing: 0.1em;
    }

    .carousel-control-prev {
        left: 0px;
    }

    .carousel-control-next {
        right: 0px;
    }

    .ftr-stck,
    .ftr-stck-2 {
        max-width: 90%;
    }


    .book-text h1,
    .book-text h2 {
        padding: 0 20px 0 20px;
    }

    .lists h1 {
        color: white;
        font-size: 18px;
        left: 0px;
        text-align: center;
    }

    .lists ul {
        left: 0 !important;
        text-align: center;
        padding-left: 0 !important;
    }

    .lists ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .lists ul li a {
        max-width: 40%;
        text-align: center;
    }

    .last-ftr {
        flex-direction: column;
        align-items: center;
        gap: 0 !important;
        margin-top: 10px;
    }

    .last-ftr h1 {
        padding: 8px 15px;
    }

    .last-ftr h1 a {
        font-size: 13px;
    }

    .footer-con {
        padding: 30px 15px !important;
        text-align: center;
    }

    .h1-text-dv {
        margin-inline: auto !important;
    }

    .h1-text-dv h1 {
        font-size: 18px;
        text-align: center !important;
    }

    .lists h1 {
        font-size: 16px;
    }


    .lists ul li a {
        font-size: 12px;
    }

    .last-ftr h1 a {
        font-size: 12px;
    }

    .last-ftr h1 {
        padding: 4px 10px !important;
    }

    .social-icons a {
        font-size: 20px;
        margin: 0 10px !important;
    }

    .icon {
        bottom: 8px;
    }

    .ct-text1,
    .ct-text2 {
        font-size: 30px !important;
    }

    .img-cm2 {
        display: none !important;
    }

    .form-ct {
        left: 0;
        top: 0;
        position: relative;
        width: 100%;
        height: auto;
        padding: 40px;
    }

    .form-select {
        width: 100% !important;
    }

    .contact-text {
        left: 0;
        text-align: center;
    }
}

/* ============================================
RESPONSIVE - SMALL MOBILE (max-width: 360px)
============================================ */
@media (max-width: 360px) {

    .announcement-hero {
        height: 200px;
    }

    .event-main-text {
        font-size: 27px;
        margin-left: 11px;
        margin-bottom:-15px;
    }
	
	.slider-2-text > a {
        right: 16%;
    }

    .event-card {
        width: 305px;
        height: 409px;
        margin-inline: auto;
    }

    .working-group-main-title {
        font-size: 24px;

    }

    .guide-card {
        flex-direction: column;
    }

    .guide-card-left {
        width: 100% !important;
        height: 10px;
    }

    .guide-card-right {
        width: 100% !important;
    }

    .con-404 {
        top: 200px;
        width: 300px;
    }

    .bg404 p {
        font-size: 18px;
    }

    .bg404 h1 {
        font-size: 25px;
    }

    .bg404 a {
        font-size: 13px;
    }


    .icra-flag-title {
        display: block;
    }

    .sekreterya-text-container {
        position: relative;
        top: 30px;
        bottom: 0px;
        left: 0px;
        width: 350px;
        padding: 30px;
    }

    .documents-container {
        width: 85%;
        height: 130%;
        top: 87%;
    }

    .documents-section-backgrounds {
        height: 1060px;
    }

    .document-row {
        margin-top: 20px;
    }

    .card-v2 {
        width: 300px;
        height: 190px;
    }

    .announce-bg {
        padding-bottom: 740px;
    }

    .dy-main-text {
        font-size: 13px;
    }

    .announcement-detail-text p {
        font-size: 13px;
    }

    .main-flex {
        flex-direction: column;
    }

    .flex-texts {
        flex-direction: column;
    }

    .social-icons {
        right: 0px;
    }

    .last-ftr {
        position: relative;
        left: 0%;
    }

    .carousel-text-3 h1 {
        width: 78%;
        font-size: 20px;
        position: relative;
        bottom: 40px;
    }

    .carousel-text-3 {
        width: 350px;
    }

    .events-section > div {
        padding-top: 40px;
    }

    .announcement-link > a {
        margin-left: 170px;
        margin-bottom: 10px;
    }

    .slider-2-text > p {
        font-size: 14px;
    }

    .book-text a {
        position: relative;
        left: 15%;
    }

    .announcement-item,
    .duy2,
    .duy3 {
        width: 305px;
        height: 400px;
    }

    .announcement-text p {
        font-size: 14px;
    }

    .htext-2 {
        font-size: 15px;
        line-height: 35px;
    }

    .htext-1 {
        font-size: 14px;
    }

    .announcement-heading {
        font-size: 25px;
        margin-left: 0 !important;
        left: 50% !important;
        text-align: center;
    }

    .event-card a > img {
        width: 305px;
    }

    .event-text {
        width: 250px;
        padding-bottom: 30px;
    }

    .data-protection-section {
        margin-top: 1000px;
    }

    .other-announcement-link {
        margin-top: 1410px;
        position: relative;
        right: 50%;
    }

    .book-text h1,
    .book-text h2 {
        font-size: 19px;
    }

    .event-text h2 {
        font-size: 15px;
    }

    .event-text p {
        font-size: 14px;
    }

    .event-text > a {
        font-size: 13px;
    }

    .other-text {
        margin-left: 25px;
        font-size: 20px;
    }

    .announcements-section {
        margin-top: 1200px;
    }

    .announcement-text {
        width: 250px;
    }

    .book-card {
        width: 269px;
        height: 173px;
    }

    .data-protection-container {
        padding-bottom: 0px;
    }
}

/* Working Groups Detail - theme uyumlu */

.wg-hero {
    overflow: hidden;
}

.wg-hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(1200px 500px at 20% 10%, rgba(143, 209, 190, .35), transparent 60%),
    linear-gradient(135deg, #102D49 0%, #0b2236 65%, #081a2a 100%);
}

.wg-title {
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.wg-subtitle {
    max-width: 900px;
    line-height: 1.6;
}

.wg-breadcrumb a {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
}

.wg-breadcrumb a:hover {
    color: #fff;
    text-decoration: underline;
}

.wg-bc-current {
    color: rgba(255, 255, 255, .9);
}

.wg-detail-bg {
    padding-bottom: 50px;
    height: auto;
    overflow: visible;
}

.wg-card {
    box-shadow: 0 10px 30px rgba(16, 45, 73, .10);
}

.wg-content {
    color: #102D49;
    line-height: 1.85;
    font-size: 1rem;
}

.wg-content img {
    max-width: 100%;
    height: auto;
}

.wg-content h2,
.wg-content h3 {
    margin-top: 28px;
    color: #102D49;
}

.wg-btn-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #102D49;
    text-decoration: none;
    padding: 12px 18px;
    border: 1px solid rgba(16, 45, 73, 0.1);
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
    box-shadow: 0 4px 15px rgba(16, 45, 73, 0.08);
}

.wg-btn-back:hover {
    background: #f8f9fa;
    color: #102D49;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(16, 45, 73, 0.12);
}

.wg-btn-icon {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(16, 45, 73, 0.05);
}

.sidemenu-announce .wg-sep {
    width: 100%;
    list-style: none;
}

.sidemenu-announce .wg-sep-long {
    height: 2px;
    background: rgba(16, 45, 73, .15);
    margin: 10px 0 6px;
}

.sidemenu-announce .wg-sep-short {
    height: 1px;
    background: rgba(16, 45, 73, .10);
    margin: 0;
}

/* ============================================
   SINGLE PAGE - theme uyumlu
============================================ */

.sp-hero {
    overflow: hidden;
}

.sp-hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(1200px 500px at 20% 10%, rgba(143, 209, 190, .35), transparent 60%),
    linear-gradient(135deg, #102D49 0%, #0b2236 65%, #081a2a 100%);
}

.sp-title {
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.sp-subtitle {
    max-width: 900px;
    line-height: 1.6;
}

.sp-breadcrumb a {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
}

.sp-breadcrumb a:hover {
    color: #fff;
    text-decoration: underline;
}

.sp-bc-current {
    color: rgba(255, 255, 255, .9);
}

.sp-detail-bg {
    background-color: #102D49;
    padding-bottom: 50px;
    height: auto;
    overflow: visible;
    position: relative;
}

.sp-detail-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../src/bg3.png");
    background-position: 3px top;
    mix-blend-mode: overlay;
    opacity: 0.2;
    z-index: 2;
    pointer-events: none;
}

.sp-card {
    box-shadow: 0 10px 30px rgba(16, 45, 73, .10);
    position: relative;
    z-index: 3;
}

.sp-img {
    border-radius: 4px;
    max-height: 400px;
    object-fit: cover;
    width: 100%;
}

.sp-content {
    color: #102D49;
    line-height: 1.85;
    font-size: 1rem;
}

.sp-content img {
    max-width: 100%;
    height: auto;
}

.sp-content h2,
.sp-content h3 {
    margin-top: 28px;
    color: #102D49;
}

/* ============================================
   BOOTSTRAP UYUMLULUK / TASMA DÜZELTMELERİ
============================================ */

.contact-form-layout {
    position: relative;
}

@media (max-width: 1199.98px) {
    .search-cont {
        margin-left: 0;
    }

    .book-section {
        justify-content: center;
    }

    .book-text a {
        margin-top: 2rem;
        float: none;
    }

    .img-footer {
        right: 50%;
        transform: translateX(50%) rotate(-14.66deg);
    }
}

@media (max-width: 991.98px) {
    .form-ct {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        margin: 1.5rem auto 0 !important;
        min-height: auto;
    }

    .carousel-text-3 {
        left: 1rem;
        right: 1rem;
        width: auto !important;
        max-width: calc(100% - 2rem) !important;
    }


    .event-card a > img,
    .announcement-item a > img,
    .duy2 a > img,
    .duy3 a > img {
        width: 100% !important;
        max-width: 100% !important;
    }

    .documents-container,
    .reports-container,
    .tutanaklar-container {
        padding: 1.5rem;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 767.98px) {
    .for-bg1 {
        padding-bottom: 64px;
    }

    .other-announcement-link {
        right: 50%;
        transform: translateX(50%);
        position: relative;
        top: 66px;
    }

    .news-slider-line {
        bottom: 24px;
    }

    .report-link-row .row {
        flex-wrap: wrap !important;
        row-gap: 0.5rem;
    }

    .report-link-row .col-3,
    .report-link-row .col-md-2,
    .report-link-row .col-7,
    .report-link-row .col-md-8,
    .report-link-row .col-2 {
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: flex-start;
    }

    .report-link-row .date-border {
        border-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 2560px) and (min-width: 1536px) {
    .events-section > div:not(.other-text) {
        margin-inline: auto;
    }

    .announcement-section > div {
        margin-inline: auto;
    }

    .book-section {
        flex-wrap: nowrap;
    }
}
