@charset "UTF-8";

body {
    font-family: "Inter", sans-serif;
    background-color: #F6F6F6;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

header .top-section {
    padding: 30px 0;
    background-color: #fff;
}

header .logo-text {
    color: #324176;
    font-size: 18px;
    font-weight: 300;
}

header .logo-text span {
    font-weight: 400;
}

header .header-input {
    border-radius: 12px;
    border: 1px solid #324176;
    background: #FFF;
    padding: 10px 15px;
    width: 370px;
}

header .header-button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background-color: #324176;
    border-radius: 12px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    padding: 20px;
}

.header-bottom {
    background-color: #324176;
    padding: 10px 30px;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-bottom .left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-bottom .header-items {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.header-bottom .right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-bottom .wp-button {
    border-radius: 6px;
    background: #04C25F;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 30px;
    width: fit-content;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    height: 44px;
}

.wp-button {
    border-radius: 6px;
    background: #04C25F;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 30px;
    width: fit-content;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    height: 44px;
}

header .modal-body {
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

header .modal-body .top-sec {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

header .modal-body .top-sec .title {
    color: #324176;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

header .modal-body .top-sec .text {
    color: #1E1E1E;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

header .modal-body .modal-label {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 500;
}

.main-input-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main-input-section label {
    color: rgba(50, 65, 118, 0.5);
    font-size: 16px;
    font-weight: 500;
}

.main-input-section .main-input {
    border-radius: 6px;
    background: rgba(30, 30, 30, 0.1);
    padding: 12px 15px;
    border: none;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #324176;
}

.main-input-section .main-button-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.mt-40 {
    margin-top: 40px;
}

.upload-box {
    border: 2px dashed #ccc;
    border-radius: 8px;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    text-align: center;
    transition: border-color 0.3s ease;
}

.upload-box:hover {
    border-color: #3f51b5;
}

.upload-box input[type=file] {
    display: none;
}

.upload-icon {
    font-size: 32px;
    color: #3f51b5;
    margin-bottom: 10px;
}

.upload-text {
    color: #3f51b5;
    font-weight: bold;
    cursor: pointer;
}

.upload-subtext {
    color: #333;
    margin-top: 5px;
}

.file-name {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

.main-button {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #324176;
    padding: 12px 30px;
    border: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}

footer {
    background-color: #fff;
}

footer .footer-top {
    padding: 40px 0 50px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px;
}

footer .menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer .menu .menu-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

footer .menu .title {
    color: #324176;
    font-size: 18px;
    font-weight: 600;
}

footer .menu .footer-items {
    color: rgba(50, 65, 118, 0.5);
    font-size: 14px;
    font-weight: 400;
}

footer .footer-bottom {
    padding: 50px 0 40px 0;
}

.mt-50 {
    margin-top: 50px;
}

.sidebar {
    border-radius: 12px;
    background: #FFF;
    padding: 25px 25px 35px 25px;
}

.sidebar .title {
    color: #324176;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #324176;
    padding-bottom: 20px;
}

.sidebar .sidebar-menu {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sidebar .sidebar-menu .sidebar-items {
    color: rgba(50, 65, 118, 0.3);
    font-size: 16px;
    font-weight: 500;
}

.sidebar .sidebar-menu .sidebar-items.active {
    font-weight: 700;
    color: #324176;
    background: none !important;
}

.pe-5rem {
    padding-right: 5rem;
}

.mainpage-content {
    border-radius: 12px;
    background: #FFF;
    padding: 25px 40px 40px 40px;
}

.main-title {
    color: #324176;
    font-size: 24px;
    font-weight: 600;
}

.about {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.duyurudvexa {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.text-sec {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-text {
    color: #0E0438;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.main-text a {
    text-decoration: underline;
}

.about-slider {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.yonetim-kurulu {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.yonetim-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.yonetim-card {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.yonetim-card .image-box {
    width: 100%;
}

.yonetim-card .image-box img {
    width: 100%;
}

.yonetim-card .yonetim-body {
    display: flex;
    flex-direction: column;
}

.yonetim-card .name {
    color: #324176;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.yonetim-card .title {
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.yonetim-card .link-div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.yonetim-card .link-div .linkedin {
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

.yonetici-mesaj {
    display: flex;
    gap: 30px;
}

.yonetici-mesaj .image-box {
    min-width: 200px;
}

.sirket-karti-page {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.main-accordion {
    border: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.main-accordion .accordion-body {
    padding: 1rem 0;
}

.main-accordion .accordion-item {
    border: none;
}

.main-accordion .accordion-title {
    border-radius: 0px 0px 12px 0px !important;
    background: rgba(50, 65, 118, 0.1);
    width: 100%;
    color: rgba(14, 4, 56, 0.5);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    border: none;
    border-left: 10px solid #324176;
    padding: 15px 20px;
    text-align: start;
    box-shadow: none;
}

.main-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: #324176;
    border-color: #04C25F;
    color: #fff;
}

.main-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M20.9997 20L13.333 12.3333L15.6663 10L25.6663 20L15.6663 30L13.333 27.6667L20.9997 20Z' fill='%23324176'/%3E%3C/svg%3E");
    width: 40px;
    height: 40px;
    background-size: unset;
}

.main-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M20 20.9987L27.6667 13.332L30 15.6654L20 25.6654L10 15.6654L12.3333 13.332L20 20.9987Z' fill='white'/%3E%3C/svg%3E");
    width: 40px;
    height: 40px;
    background-size: unset;
    rotate: 180deg;
}

table td {
    font-size: 14px;
    color: rgba(50, 65, 118, 0.6) !important;
}

.pay-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pay-card .items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pay-card .items .info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pay-card .items .title {
    color: #324176;
    font-size: 18px;
    font-weight: 600;
}

.pay-card .items .number {
    color: #324176;
    font-size: 16px;
    font-weight: 400;
}

.month {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.month-card {
    border-radius: 6px;
    background: #324176;
    padding: 10px 30px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}

.mt-100 {
    margin-top: 100px;
}

.sikayet-formu-section {
    background-color: #fff;
    border-radius: 12px;
    padding: 40px 0 50px 0;
}

.sikayet-formu-section .top-sec {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.sikayet-formu-section .top-sec .title {
    color: #324176;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.sikayet-formu-section .top-sec .text {
    color: #1E1E1E;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.sikayet-formu-section .modal-label {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 500;
}

.mt-10 {
    margin-top: 10px;
}

.checkbox-label {
    color: #324176;
    font-size: 14px;
    font-weight: 500;
}

.checkbox-label span {
    font-weight: 700;
}

.pdf-div {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 20px;
}

.pdf-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pdf-card .text {
    color: #0E0438;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: underline;
    width: 95%;
}

.duyuru-div {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.duyuru-div .duyuru-section {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.main-title-two {
    color: #0E0438;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.sss-accordion {
    border: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sss-accordion .accordion-body {
    padding: 1rem;
    background-color: rgba(50, 65, 118, 0.1);
}

.sss-accordion .accordion-item {
    border: none;
    background: rgba(50, 65, 118, 0.1);
}

.sss-accordion .accordion-title {
    border-radius: 0px 0px 12px 0px !important;
    background: rgba(50, 65, 118, 0.1);
    width: 100%;
    color: rgba(14, 4, 56, 0.5);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    border: none;
    padding: 15px 20px;
    text-align: start;
    box-shadow: none;
}

.sss-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: rgba(50, 65, 118, 0.1);
    color: #0E0438;
}

.sss-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M20.9997 20L13.333 12.3333L15.6663 10L25.6663 20L15.6663 30L13.333 27.6667L20.9997 20Z' fill='%23324176'/%3E%3C/svg%3E");
    width: 40px;
    height: 40px;
    background-size: unset;
}

.sss-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M20 20.9987L27.6667 13.332L30 15.6654L20 25.6654L10 15.6654L12.3333 13.332L20 20.9987Z' fill='%23324176'/%3E%3C/svg%3E");
    width: 40px;
    height: 40px;
    background-size: unset;
    rotate: 180deg;
}

.sss-text {
    color: #0E0438;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.contact-page {
    border-radius: 20px;
    border: 1px solid #04C25F;
    background: #FFF;
}

.contact-page iframe {
    border-radius: 20px;
}

.contact-input-div {
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;
    justify-content: center;
}

.contact-input {
    width: 100%;
}

.contact-input input,
.contact-input textarea {
    border: none;
    border-bottom: 1px solid #04C25F;
    padding-bottom: 15px;
    width: 100%;
}

.contact-input input:focus,
.contact-input textarea:focus {
    outline: none;
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
    color: rgba(28, 28, 28, 0.2);
    font-size: 16px;
    font-weight: 500;
}

.contact-label {
    color: #1C1C1C;
    font-size: 14px;
    font-weight: 500;
}

.contact-adres {
    min-height: 150px;
    /* Tüm kutular eşit yükseklikte */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Dikey ortalama */
    text-align: center;
    background-color: #fff;
    border: 1px solid #04C25F;
    padding: 20px;
    border-radius: 8px;
}

.contact-adres a {
    color: black;
}

.contact-adres span {
    font-weight: bold;
    color: #04C25F;
}

.iframe-div {
    height: 650px;
}

.contact-send-button {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    border-radius: 8px 0px;
    background: #04C25F;
    border: none;
    padding: 10px 35px;
}

.ref-page {
    border-radius: 12px;
    background: #FFF;
    padding: 40px 50px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.ref-card {
    background-color: #eaecf2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 130px;
    border-radius: 12px;
}

.makale-slider {
    position: relative;
}

.makale-slider .shadow {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.makale-slider .makale-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background-color: #fff;
    width: 300px;
    height: 80px;
    padding: 20px 20px 10px;
    border-radius: 20px 20px 0 0;
    gap: 50px;
    display: flex;
    justify-content: center;
}

.makale-slider .makale-button::before,
.makale-slider .makale-button::after {
    content: "";
    position: absolute;
    bottom: 5px;
    /* Yarım dairenin yarısı kadar yukarı taş */
    width: 70px;
    /* Çıkıntı genişliği */
    height: 70px;
    /* Çıkıntı yüksekliği */
    background-color: #050604;
    border-radius: 50%;
    display: none;
}

.makale-slider .makale-button::before {
    left: -60px;
    /* Sağdan/solan uzaklığı ayarlayın */
    z-index: 2;
}

.makale-slider .makale-button::after {
    right: -60px;
}

.makale-slider .prev-button::after,
.makale-slider .next-button::after {
    content: '';
    width: 30px;
    height: 60px;
    position: absolute;
    bottom: 0;
    background-color: #FFF;
    display: none;
}

.makale-slider .prev-button::after {
    left: -30px;

}

.makale-slider .next-button::after {
    right: -30px;

}

.makale-slider .makale-button .prev-button,
.makale-slider .makale-button .next-button {
    background-color: transparent;
    border: none;
}

.makale-slider img {
    /*border-radius: 30px;*/
    /*border-radius: 30px;*/
}

.makale-slider .makale-slider-item {
    position: relative;
    z-index: 2;
}

.makale-slider .makale-slider-item .content {
    position: absolute;
    left: 45px;
    bottom: 45px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.makale-slider .makale-slider-item .title {
    color: #FFF;
    font-size: 26px;
    font-weight: 500;
    max-width: 500px;
}

.makale-slider .makale-slider-item .hash {
    display: flex;
    align-items: center;
    gap: 20px;
}

.makale-slider .makale-slider-item .hash span {
    color: #04C25F;
    font-size: 16px;
    font-weight: 500;
}

.makale-left-title {
    color: #1C1C1C;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.makale-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.makale-left .makale-left-title {
    border-bottom: 1px solid rgba(28, 28, 28, 0.5);
    padding-bottom: 20px;
}

.makale-left .makale-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.makale-mini-card {
    display: flex;
    align-items: center;
    gap: 20px;
}

.makale-mini-card .image-box {
    width: 102px;
    height: 102px;
    min-width: 102px;
}

.makale-mini-card .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 10px 0;
}

.makale-mini-card .right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.makale-mini-card .name {
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 500;
}

.makale-mini-card .date {
    color: rgba(28, 28, 28, 0.5);
    font-size: 14px;
    font-weight: 400;
}

.main-image {
    width: 100%;
}

.main-image img {
    width: 100%;
}

.makale-page-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.makale-page-right .title {
    color: #111;
    font-size: 26px;
    font-weight: 500;
}

.makale-page-right .text {
    color: rgba(17, 17, 17, 0.75);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.makale-page-right .makale-right-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #04C25F;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: underline;
}

.makale-page-right .hashtag {
    display: flex;
    align-items: center;
    gap: 20px;
}

.makale-page-right .hashtag span {
    color: #04C25F;
    font-size: 16px;
    font-weight: 500;
}

.mt-30 {
    margin-top: 30px;
}

.makale-tabs {
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.makale-tabs .tab-item {
    color: rgba(28, 28, 28, 0.5);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    background-color: transparent;
    border: none;
    position: relative;
}

.makale-tabs .tab-item.active {
    color: #04C25F;
    font-weight: 600;
}

.makale-tabs .tab-item.active::before {
    content: "●";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}

.makale-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.makale-card .image-box {
    width: 100%;
}

.makale-card .image-box img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.makale-card .makale-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.makale-card .makale-body .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.makale-card .makale-body .top .cat {
    color: #04C25F;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.makale-card .makale-body .top .date {
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.makale-card .makale-body .name {
    color: #1C1C1C;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 54px;
}

.makale-card .makale-body .short-desc {
    color: rgba(28, 28, 28, 0.75);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 72px;
}

.makale-card .makale-body .link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #04C25F;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: underline;
}

.makale-detail-title {
    color: #1C1C1C;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 1px solid rgba(28, 28, 28, 0.5);
    padding-bottom: 20px;
}

.main-image.makale img {
    border-radius: 12px;
}











.duyurunasayfa .makale-body .name {
    color: #1C1C1C;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 30px;
}

.duyurunasayfa .makale-body .short-desc {
    color: rgba(28, 28, 28, 0.75);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 30PX;
}

.duyurunasayfa .makale-body .link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #04C25F;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: underline;
}

.duyurunasayfa-title {
    color: #1C1C1C;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 1px solid rgba(28, 28, 28, 0.5);
    padding-bottom: 20px;
}

.main-tab-content .desc-contentduyuruanasayfa {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mt-60 {
    margin-top: 60px;
}

.main-tabs {
    background-color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 10px 40px;
    border-radius: 12px 12px 0px 0px;
    border-bottom: 1px solid #F6F6F6;
}

.main-tabs .tab-items {
    color: #324176;
    font-size: 18px;
    font-weight: 600;
    border: none;
    padding: 10px 20px;
    background-color: transparent;
}

.main-tabs .tab-items.active {
    color: #fff;
    border-radius: 12px;
    background: #04C25F;
}

.main-tab-center {
    display: flex;
    justify-content: center;
}

.main-tab-content {
    background-color: #fff;
    padding: 70px 30px;
    border-radius: 12px;
}

.main-tab-content .desc-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.main-tab-content .desc-content .section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.main-tab-content .desc-content .section .desc-title {
    color: #0E0438;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.main-tab-content .desc-content .section .desc {
    color: #0E0438;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.main-tab-content .desc-content .section .yazar-link {
    color: #0E0438;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: underline;
}

.review-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.review-card .head {
    display: flex;
    align-items: center;
    gap: 20px;
}

.review-card .head .image-box {
    width: 80px;
    height: 80px;
    min-width: 80px;
}

.review-card .head .image-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.review-card .head .name {
    color: #242424;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.review-card .head .title {
    color: #242424;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
}

.review-card .center .text {
    color: #C2C2C2;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.6;
}

.review-card .bottom img {
    width: fit-content;
}

.mt-80 {
    margin-top: 80px;
}

.brand-section-slider {
    padding: 40px 0;
    border-radius: 12px;
    background-color: #fff;
}

.brand-section-slider .items {
    height: 42px;
}

.brand-section-slider .items img {
    height: 100%;
    object-fit: contain;
}

.grafik-main-section {
    border-radius: 12px;
    background-color: #fff;
    padding: 40px;
}

.enerji-hesaplama {
    padding: 30px 30px 50px 30px;
    background-color: #fff;
    border-radius: 12px;
}

.enerji-hesaplama .box {
    border-radius: 12px;
    background: #F6F6F6;
    padding: 60px 15px 30px 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: centers;
}

.enerji-hesaplama .box .title {
    color: #324176;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.enerji-hesaplama .box .text {
    color: #0E0438;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.enerji-tab-section {
    border: none;
}

.enerji-tab-section .enerji-tab-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    color: #324176;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    border: none;
    background-color: transparent;
}

.enerji-tab-section .enerji-tab-item .icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #324176;
}

.enerji-tab-section .enerji-tab-item.active .icon {
    background-color: #324176;
    color: #fff;
}

.enerji-tab-section .nav-item {
    flex: 1;
}

.elektrik-inputs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.elektrik-inputs label {
    color: rgba(50, 65, 118, 0.5);
    font-size: 16px;
    font-weight: 500;
}

.elektrik-inputs input {
    background-color: #eaecf2;
    border: none;
    padding: 10px;
}

.main-prev-button {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-color: transparent;
    border: none;
    z-index: 9;
}

.main-next-button {
    position: absolute;
    bottom: 30px;
    left: 280px;
    background-color: transparent;
    border: none;
    z-index: 9;
}

#main-slider .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 10%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
}

.footer-bottom .left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 30%;
}

.footer-bottom .title {
    color: #324176;
    font-size: 20px;
    font-weight: 500;
}

.footer-bottom .left-text {
    color: #324176;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.footer-bottom .sirketler {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-bottom .sirketler img {
    opacity: .5;
}

.footer-bottom .sirketler img:hover {
    opacity: 1;
}

.footer-bottom .right {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.footer-bottom .right .top-title {
    color: #324176;
    font-size: 16px;
    font-weight: 600;
}

.footer-bottom .right .footer-input {
    border-radius: 12px;
    border: 1px solid #324176;
    padding: 12px 30px;
    width: 400px;
}

.footer-bottom .right .footer-input-button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    border-radius: 12px;
    background: #04C25F;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    padding: 10px 20px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
}

.footer-bottom .address {
    color: #324176;
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.footer-bottom .address-bold {
    color: #324176;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.adres-social .mail-adres {
    color: #04C25F;
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

.adres-social {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: end;
}

.adres-social .social-div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}

.footer-copyright .left-text {
    color: #324176;
    font-size: 12px;
    font-weight: 500;
}

.footer-copyright .right-text-end {
    color: #324176;
    font-size: 12px;
    font-weight: 500;
}

.main-slider-item {
    border-bottom-left-radius: 10px;

}

.main-slider {
    position: relative;
}

.main-slider-item .content {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 40%;
}

.main-slider-item {
    display: flex;
    position: relative;
    background-color: #fff;
}

.main-slider-item .content .title {
    color: #111;
    font-size: 22px;
    font-weight: 400;
}

.main-slider-item .content .text {
    color: #111;
    font-size: 18px;
    font-weight: 400;
}

.main-slider-item img {
    width: 60% !important;
    border-top-right-radius: 10px;
    margin-left: auto;
    z-index: 2;
    border-bottom-right-radius: 10px;
    clip-path: polygon(15% 0%,
            /* üst kenardan 15% içeride başla */
            100% 0%,
            /* üst sağ köşe */
            100% 100%,
            /* alt sağ köşe */
            0% 100%
            /* alt sol köşe */
        );
    height: 400px;
    object-fit: cover;
}

@media screen and (min-width: 990px) and (max-width: 1200px) {
    .ref-page {
        grid-template-columns: repeat(3, 1fr);
    }
}

.mobile-header {
    display: none;
}

.enerji-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -2vw;
}

.enerji-hesaplama .left {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.left .box {
    margin-top: auto;
}

@media (max-width: 990px) {
    .mobile-header .offcanvas-end {
        width: 80%;
    }

    .enerji-icon {
        display: none;
    }

    header {
        display: none;
    }

    .main-slider-item img {
        width: 100% !important;
        /* height: 100%; */
        clip-path: unset;
        border-radius: 10px;
    }

    .main-slider-item .content {
        position: absolute;
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 80%;
        z-index: 222222222222;
    }

    .main-slider-item {
        position: relative;
        display: inline-block;
    }

    .main-slider-item::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        /* %50 siyah filtre */
        z-index: 1;
    }

    .main-slider-item img {
        display: block;
        width: 100%;

        z-index: 0;
    }

    .main-slider-item .content .title {
        color: #fff;
        font-size: 22px;
        font-weight: 500;
    }

    .main-slider-item .content .text {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }

    #main-slider .owl-dots {
        position: unset;
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }

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

    .main-tabs {
        gap: 20px;
    }

    .main-tab-content {
        border-radius: 0 0 12px 12px;
    }

    footer .footer-bottom {
        flex-direction: column;
    }

    .footer-copyright {
        flex-direction: column;
        gap: 20px;
    }

    .adres-social {
        align-items: center;
    }

    .footer-bottom .center {
        display: none;
    }

    .footer-bottom .right {
        margin-top: 15px;
    }

    .footer-bottom .address {
        text-align: center;
    }

    .footer-bottom .address-bold {
        text-align: center;
    }

    .footer-bottom .right .footer-input {
        width: 100%;
    }

    .footer-bottom .left {
        width: 100%;
    }

    footer .footer-top {
        grid-template-columns: repeat(2, 1fr);
    }

    .makale-tabs .tab-item.active::before {
        display: none;
    }

    .makale-tabs {
        gap: 20px;
        padding-bottom: 20px;
    }

    .makale-card .makale-body .short-desc {
        height: auto;
    }

    .makale-card .makale-body .name {
        height: auto;
    }

    .makale-page-right .title {
        font-size: 22px;
    }

    .mt-100 {
        margin-top: 40px;
    }

    .makale-left {
        gap: 20px;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .ref-page {
        grid-template-columns: repeat(1, 1fr);
    }

    .contact-input-div {
        padding: 0 30px;
    }

    .mt-mobil-40 {
        margin-top: 40px;
    }

    .sikayet-formu-section {
        padding: 40px 20px;
    }

    .month-card {
        padding: 8px 20px;
        font-size: 14px;
    }

    .yonetim-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .pe-5rem {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }

    .mainpage-content {
        padding: 25px;
    }

    .about {
        gap: 25px;
    }

    .yonetici-mesaj {
        flex-direction: column;
    }

    .iframe-div {
        height: 350px;
    }

    .iframe-div iframe {
        height: 350px;
    }

    .mobile-header {
        background-color: #fff;
        border-bottom: 1px solid #324176;
        padding: 20px 0;
        display: block;
    }

    .bars-button {
        background-color: transparent;
        border: none;
    }

    .mobile-header .offcanvas-body {
        display: flex;
        flex-direction: column;
        padding: 0 1rem;
    }

    .mobile-header .mobile-items {
        color: #000;
        font-weight: 500;
        padding: 10px 0;
        border-bottom: 1px solid #EEE;
    }

    footer .footer-top {
        padding: 40px 0 50px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0px;
    }

    footer .menu .footer-items {
        color: rgba(50, 65, 118, 0.5);
        font-size: 12px;
        font-weight: 400;
    }

    footer .menu {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }

    .yonetim-card .name {
        color: #324176;
        font-size: 17px;
        font-weight: 700;
        line-height: 1.4;
    }

    .yonetim-card .title {
        color: #1C1C1C;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.8;
        min-height: 50px;
    }

    .yonetim-card {
        display: flex;
        flex-direction: column;
        gap: 25px;
        margin-bottom: 20px;
    }

    .yonetim-card .link-div .linkedin {
        color: #1C1C1C;
        font-size: 12px;
        font-weight: 400;
        text-decoration: underline;
        padding-top: 5px;
    }

    .pay-card .items .title {
        color: #324176;
        font-size: 12px;
        font-weight: 600;
    }

    .pay-card .items .number {
        color: #324176;
        font-size: 12px;
        font-weight: 400;
    }

    .main-accordion .accordion-title {
        border-radius: 0px 0px 12px 0px !important;
        background: rgba(50, 65, 118, 0.1);
        width: 100%;
        color: rgba(14, 4, 56, 0.5);
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3;
        border: none;
        border-left: 10px solid #324176;
        padding: 5px 10px;
        text-align: start;
        box-shadow: none;
    }

    .pdf-card .text {
        color: #0E0438;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
        text-decoration: underline;
        width: 95%;
    }

    .sss-accordion .accordion-title {
        border-radius: 0px 0px 12px 0px !important;
        background: rgba(50, 65, 118, 0.1);
        width: 100%;
        color: rgb(0 0 0);
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3;
        border: none;
        padding: 15px 20px;
        text-align: start;
        box-shadow: none;
    }



}

.makale-slider .makale-slider-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    /* YARISINA kadar */
    background: linear-gradient(to top, rgb(0 0 0), transparent);
    pointer-events: none;
    z-index: 1;
}

.main-tab-content.baskan img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.pay-card img {
    width: 150px;
    object-fit: contain;
}

.custom-border {
    border: 1px solid #324176;
    border-radius: 0.375rem;
    padding: 1rem;
}



@media (max-width: 767px) {
    .pay-card .items .info {
        flex-direction: column;
        align-items: flex-start;
    }
}

.bg-white.d-flex.gap-5.grafik-container {
    padding: 10px 10px;
}

.grafik-container img {
    height: 40px;
    width: 40px;
}

.grafik-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 12px;
    font-weight: 700;
}

.grafik-item {
    display: flex;
    gap: 8px;
    align-items: center;
    flex: 0 0 auto;
}


.grafik-item.green span {
    color: #2CC45A;
}

.grafik-item.normal.green svg path {
    fill: #2CC45A;
}

.grafik-item.son.green svg {
    stroke: #2CC45A;
}




.grafik-item.red span {
    color: #C42C2C;
}

.grafik-item.normal.red svg path {
    fill: #C42C2C;
}

.grafik-item.son.red svg {
    stroke: #C42C2C;
}

.grafik-container {
    height: 100px;
    overflow: auto;
    justify-content: center;
    align-items: center;

}

/* Başta scrollbar görünmesin - Chrome/Safari */
.grafik-container::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

/* Hover olunca scrollbar görünür olsun */
.grafik-container:hover::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 1px;
    height: 1px;
}

.grafik-container:hover::-webkit-scrollbar-thumb {
    background-color: #04C25F;
    border-radius: 1px;
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.grafik-container:hover::-webkit-scrollbar-track {
    background: transparent;
}

/* Firefox için - başta gizli */
.grafik-container {
    scrollbar-width: none;
    /* Firefox */
}

/* Firefox için - hover olunca göster */
.grafik-container:hover {
    scrollbar-width: thin;
    scrollbar-color: #04C25F transparent;
}

.web-dnone {
    display: none;
}



@media (max-width: 991px) {
    .web-dnone {
        display: block;
    }
    .main-tabs {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: scroll;
        justify-content: flex-start;
        padding-left: 10px;
        gap: 10px;
    }

    .main-tabs .tab-items {
        font-size: 14px;
        padding: 10px 5px;
    }

    .grafik-container {
        gap: 10px !important;
        padding-left: 5px !important;
    }

    .grafik-container img {
        display: none !important;
    }

    .grafik-item {
        padding-right: 15px;
        border-right: 1px solid #e5e5e5;
    }

    .grafik-item:last-child {
        padding-right: 0 !important;
        border-right: unset !important;
    }
}