/* font */
@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&display=swap');

/* variable */
:root {
    --base-blue-color: #156077;
    --base-color: #fbcc36;
    --dark-gray: #384744;
    --medium-gray: #7c7a75;
    --alt-font: 'Funnel Display', sans-serif;
    --primary-font: 'DM Sans', sans-serif;
}

.imza-font {
    font-family: 'Playwrite GB S';
    font-style: italic;
    font-weight: 400;
}


/* reset */
body {
    font-size: 17px;
    line-height: 28px;
    overflow-x: hidden;
}

.map .alt-font {
    word-spacing: normal;
}

.ws-minus-10px {
    word-spacing: -10px;
}

.ws-minus-3px {
    word-spacing: -3px;
}

.ws-0 {
    word-spacing: 0;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

html,
body {
    overflow-x: hidden;
}

.h-700 {
    height: 650px !important;
}

/* header */
header .navbar-brand img {
    height: 65px;
}

.navbar .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.3px;
    padding: 10px 15px;
}

header .navbar-brand {
    padding: 15px 0;
}

/* bg color */
.bg-gradient-corduroy-green-dark-goldenrod {
    background-image: linear-gradient(to right,
            #156077,
            #2A6F63,
            #4A7C4C,
            #7C8738,
            #B49A2C,
            #D2B745);
}


.bg-gradient-corduroy-green-dark-goldenrod-dark {
    background: rgb(38, 59, 46);
    background: linear-gradient(34deg, rgba(38, 59, 46, 1) 0%, rgba(102, 89, 33, 1) 50%, rgba(173, 127, 15, 1) 100%);
}

.bg-gradient-corduroy-green-dark-goldenrod-transparent {
    background-image: linear-gradient(to top right, rgba(43, 58, 49, .8), rgba(63, 69, 44, .7), rgba(141, 110, 23, .8), rgba(141, 110, 23, .8), rgb(173, 127, 15));
}

.bg-zircon-grey {
    background-color: #D7E2E0;
}

.bg-racing-green {
    background-color: #242E2C;
}

.bg-white-yellow {
    background-color: #f9f4e8;
}

.bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.8);
}

/* text color */
.text-gradient-corduroy-green-dark-goldenrod {
    background-image: linear-gradient(to right, #2b3a31, #3F452C, #665921, #8D6E17, #AD7F0F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-light-conch-green {
    color: #A7B3B1;
}

.text-dark-golden-yellow {
    color: #B6840D;
}

/* heading */
h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
}

h3 {
    line-height: 3rem;
}

/* border color */
.border-color-dark-golden-yellow {
    border-color: #B6840D !important;
}

/* btn */
.btn {
    font-family: var(--primary-font);
    font-weight: 600;
    letter-spacing: 1px;
}

.btn.with-rounded>span {
    border-radius: 4px;
}

.btn.with-rounded.btn-large>span {
    line-height: 32px;
}

.btn.with-rounded.btn-large>span {
    right: 12px;
}

.btn.with-rounded.btn-extra-large>span {
    right: 14px;
}

.btn.with-rounded.btn-medium>span {
    right: 10px;
}

.btn.btn-very-small {
    padding: 8px 16px;
    font-size: 12px;
}

.btn.with-rounded.btn-extra-large {
    padding-right: 75px;
}

.btn.with-rounded.btn-large {
    padding-right: 60px;
}

.btn.with-rounded.btn-medium {
    padding-right: 55px;
}

.btn.with-rounded.btn-small {
    padding-right: 50px;
}

.btn.with-rounded.btn-very-small {
    padding-right: 40px;
}

.btn-gradient-green-goldenrod-yellow {
    background-image: linear-gradient(to right, #156077, #d2b745, #156077);
    background-size: 200% auto;
    color: var(--white);
}

.btn.btn-base-color {
    color: var(--dark-gray);
}

.btn.btn-box-shadow.btn-base-color:hover {
    color: var(--dark-gray);
}

/* progress bar style */
.progress-bar-style-01 .progress {
    height: 7px;
    border-radius: 6px;
}

.progress-bar-style-01 .progress .progress-bar {
    border-radius: 6px;
}

/* pag title style */
.page-title-extra-large h1 {
    font-size: 3.8rem;
    line-height: 3.8rem;
    word-spacing: -8px;
}

.page-title-extra-large h2 {
    font-size: 19px;
    line-height: 34px;
}

.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}

.placeholder-light::-webkit-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.7;
}

.placeholder-light::-moz-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.7;
}

.placeholder-light:-ms-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.7;
}

/* contact form style 03 */
.contact-form-style-03 {
    margin-bottom: -125px;
}

/* interactive banner */
.interactive-banner-style-02.hover-box * {
    will-change: auto;
}

/* footer */
footer {
    padding-top: 90px;
    padding-bottom: 90px;
    margin-top: -90px;
    position: relative;
    z-index: 1;
}

footer .footer-logo img {
    max-height: 110px;
}

footer .nav-link {
    color: #A7B3B1;
    font-size: 15px;
    line-height: normal;
}

footer .medium-icon a {
    font-size: 18px;
}

footer .medium-icon li {
    margin: 0 3px;
}

/* google map */
#map .gmnoprint[data-control-width="40"] {
    bottom: 30px !important;
    top: auto !important;
}

.social-icon-style-09 ul.light li a {
    border-color: rgba(255, 255, 255, 0.2);
}

/* media query responsive */
@media (max-width: 1600px) {
    section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 16px;
    }

    footer .nav-link {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 991px) {
    section {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .contact-form-style-03 {
        margin-bottom: 75px;
    }

    .md-h-500 {
        height: 500px !important;
    }
}

@media (max-width: 767px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    footer {
        padding-top: 90px;
    }

    .contact-form-style-03 {
        margin-bottom: 50px;
    }

    .sm-h-400 {
        height: 400px !important;
    }
}

@media (max-width: 575px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    footer {
        padding-top: 110px;
    }

    .large-icon a {
        font-size: 22px;
        width: 50px;
        height: 50px;
    }
}


/* Mobil cihazlar için (maksimum genişlik 768px) */
@media only screen and (max-width: 768px) {
    .mobil {
        display: block;
        /* Görünür */
    }

    .site-wrapper {
        margin-left: 0;
    }

    .masaustu {
        display: none;
        /* Gizli */
    }
}

/* Masaüstü cihazlar için (minimum genişlik 769px) */
@media only screen and (min-width: 769px) {
    .mobil {
        display: none;
        /* Gizli */
    }

    /* Sayfanın tamamını saran ana container (örnek: body > .main-wrapper vs.) */
    .main-wrapper {
        margin-left: 100px;
        /* Sol menü kadar boşluk bırak */
    }

    .masaustu {
        display: block;
        /* Görünür */
    }
}

/* Bootstrap tabs - force correct visibility */
.tab-content>.tab-pane {
    display: none !important;
}

.tab-content>.tab-pane.active {
    display: block !important;
}

.vekaletbaslik {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 20px;
    margin: 0 0 10px 0;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid var(--extra-medium-gray);
    font-weight: 700;
    color: #ffffff;
    background-color: #156077;
}

.year-active {
    color: var(--base-color) !important;
    /* turuncu */
    font-weight: 700;
    background: color-mix(in srgb, var(--base-color) 15%, transparent);
    border-radius: 10px;
    padding: 8px 10px;
}

.year-link {
    padding: 8px 10px;
    border-radius: 10px;
    transition: .15s;
}

.year-link:hover {
    background: color-mix(in srgb, var(--base-color) 10%, transparent);
}

/* =========================
   Kategori container layout
   ========================= */

.tag-bagis {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* =========================
   Kategori butonları
   ========================= */

.tag-bagis .category-link {
    flex: 1;
    padding: 8px 18px;
    border-radius: 10px;
    border: 1px solid var(--extra-medium-gray);
    font-size: 16px;
    font-weight: 600;
    text-align: center;

    /* NORMAL */
    background-color: var(--base-color);
    color: var(--dark-gray);

    transition: all .2s ease;
}

/* HOVER (her zaman mavi) */
.tag-bagis .category-link:hover {
    background-color: var(--base-blue-color);
    color: var(--white);
}

/* AKTİF */
.tag-bagis .category-link.category-active {
    background-color: var(--base-blue-color);
    color: var(--white);
    font-weight: 700;
}

/* AKTİF + HOVER */
.tag-bagis .category-link.category-active:hover {
    background-color: var(--base-blue-color);
}

/* =========================
   Mobil: alt alta
   ========================= */

@media (max-width: 767px) {
    .tag-bagis {
        flex-direction: column;
        gap: 8px;
    }

    .tag-bagis .category-link {
        width: 100%;
        flex: 0 0 auto;
    }
}

/* =========================
   Online Bağış tablo güzelleştirme
   ========================= */

#donationList {
    border-collapse: separate;
    border-spacing: 0 14px;
    /* satırlar arası boşluk */
}

#donationList thead th {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark-gray);
    padding: 18px 14px;
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, .08);
}

#donationList tbody tr {
    background: var(--white);
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .06);
    overflow: hidden;
    /* radius çalışsın */
}

#donationList tbody td {
    padding: 18px 14px;
    vertical-align: middle;
    border: 0 !important;
    /* bootstrap table çizgilerini kapat */
}

/* ilk ve son td köşeleri yuvarlak */
#donationList tbody tr td:first-child {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

#donationList tbody tr td:last-child {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

/* Bağış adı daha güçlü */
#donationList .product-name span {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-gray);
    letter-spacing: -0.2px;
}

/* Birim / Toplam kolonları */
#donationList .product-price,
#donationList .product-subtotal {
    font-size: 14px;
    font-weight: 700;
    color: var(--dark-gray);
    white-space: nowrap;
}

/* Toplam daha belirgin */
#donationList .product-subtotal .row-total {
    display: inline-block;
}

/* Checkbox daha modern */
#donationList .donation-check {
    width: 20px;
    height: 20px;
    accent-color: var(--base-color);
    /* modern tarayıcılar */
    cursor: pointer;
}

/* Adet kontrol kutusu */
#donationList .quantity {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 12px;
    padding: 0px 5px;
}

/* Adet input */
#donationList .qty-text {
    text-align: center;
    border: 0;
    outline: 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--dark-gray);
    background: transparent;
    padding: 5px;
}

/* Mobilde tabloyu daha okunur yapalım */
@media (max-width: 767px) {
    #donationList {
        border-spacing: 0 10px;
    }

    #donationList thead {
        display: none;
        /* mobilde başlık gizle (isteğe bağlı) */
    }

    #donationList tbody td {
        padding: 14px 12px;
    }

    #donationList .product-name span {
        font-size: 14px;
    }

    #donationList .qty-text {
        font-size: 16px;
    }

}

/* =========================
   İnce dokunuş: daha premium kart görünümü
   (ölçü/boşluk değiştirmez)
   ========================= */

/* Tablo satır kartları: gölgeyi artır + arka planı çok hafif kır */
#donationList tbody tr {
    background: #fbfbfb;
    /* var(--white) yerine çok hafif kırık beyaz */
    box-shadow: 0 10px 28px rgba(0, 0, 0, .10);
}

/* Hover’da biraz daha canlı (ölçü yok) */
#donationList tbody tr:hover {
    box-shadow: 0 14px 34px rgba(0, 0, 0, .14);
}

/* Satır içi içerik daha net görünsün diye çok hafif kontrast */
#donationList tbody td {
    background: transparent;
    /* satır background'u öne çıksın */
}

/* Adet kutusu: arka planı çok hafif kır + daha yumuşak gölge */
#donationList .quantity {
    background: #fdfdfd;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
    border-color: rgba(0, 0, 0, .14);
}

/* Checkbox: seçili iken çok hafif parlaklık hissi */
#donationList .donation-check:checked {
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .12));
}

/* Tüm tablo başlıkları tek satır kalsın */
#donationList thead th {
    white-space: nowrap;
}

/* Fiyat kolonları da tek satır kalsın */
#donationList .product-price,
#donationList .product-subtotal {
    white-space: nowrap;
}

#donationList thead th {
    padding-right: 18px;
}

#donationList .product-quantity {
    text-align: center;
}

#donationList .quantity {
    justify-content: center;
}

/* =========================
   Mobil görünüm düzeltme (width vermeden)
   ========================= */
@media (max-width: 767px) {

    /* Kart satırlarını 2 kolonlu grid yap */
    #donationList tbody tr {
        display: grid;
        grid-template-columns: 34px 1fr;
        /* checkbox | içerik */
        grid-auto-rows: auto;
        row-gap: 10px;
        align-items: center;
    }

    /* Hücreleri grid içine yerleştir */
    #donationList tbody tr td {
        display: block;
        padding: 0 !important;
        /* içeride zaten kart padding var hissi için */
        border: 0 !important;
    }

    /* Checkbox */
    #donationList tbody tr td.product-remove {
        grid-column: 1;
        grid-row: 1;
        align-self: start;
        padding-top: 2px !important;
        text-align: left;
    }

    /* Bağış adı */
    #donationList tbody tr td.product-name {
        grid-column: 2;
        grid-row: 1;
    }

    #donationList .product-name span {
        font-size: 15px;
        line-height: 1.2;
    }

    /* Birim (₺) satırı */
    #donationList tbody tr td.product-price {
        grid-column: 2;
        grid-row: 2;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #donationList tbody tr td.product-price::before {
        content: "Birim (₺)";
        font-weight: 600;
        color: #6b6b6b;
    }

    /* Adet satırı */
    #donationList tbody tr td.product-quantity {
        grid-column: 2;
        grid-row: 3;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #donationList tbody tr td.product-quantity::before {
        content: "Adet";
        font-weight: 600;
        color: #6b6b6b;
    }

    #donationList .quantity {
        margin-left: 12px;
    }

    /* Toplam satırı */
    #donationList tbody tr td.product-subtotal {
        grid-column: 2;
        grid-row: 4;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #donationList tbody tr td.product-subtotal::before {
        content: "Toplam";
        font-weight: 600;
        color: #6b6b6b;
    }

    /* Kart iç padding hissi: tr'ye padding ver, td padding'i kapattık */
    #donationList tbody tr {
        padding: 14px 14px !important;
    }

    /* Mobilde thead zaten gizliydi, kalsın */
    #donationList thead {
        display: none;
    }
}

/* =========================
   reCAPTCHA %100 genişlik
   ========================= */

.recaptcha-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    /* desktop ortala */
}

/* Google iframe sabit 304px → scale ile büyüt */
.recaptcha-wrapper .g-recaptcha {
    transform-origin: center top;
}

/* Büyük ekranlar */
@media (min-width: 768px) {
    .recaptcha-wrapper .g-recaptcha {
        transform: scale(1.05);
    }
}

/* Mobil ekranlar */
@media (max-width: 767px) {
    .recaptcha-wrapper {
        justify-content: flex-start;
        /* mobilde sola yasla */
    }

    .recaptcha-wrapper .g-recaptcha {
        transform: scale(0.95);
    }
}

/* Çok küçük telefonlar */
@media (max-width: 360px) {
    .recaptcha-wrapper .g-recaptcha {
        transform: scale(0.85);
    }
}

/* Kurban kartı içi */
.kurban-card{
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  padding:16px;
  margin-bottom:14px;
  background:#fff;
}

/* Başlık satırı */
.kurban-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}
.kurban-no{
  font-weight:800;
  font-size:18px;
  color:#222;
}
.kurban-type{
  font-weight:700;
  font-size:13px;
  color:#555;
  text-transform:uppercase;
  letter-spacing:.3px;
  line-height:1.25;
}

/* Vekalet satırı (checkbox + metin düzgün) */
.kurban-vekalet{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:12px 12px;
  border:1px solid rgba(0,0,0,.06);
  border-radius:12px;
  background:#fafafa;
  margin-top:10px;
}
.kurban-vekalet input[type="checkbox"]{
  width:18px;
  height:18px;
  margin:2px 0 0 0;  /* metinle hizala */
  flex:0 0 18px;
}
.kurban-vekalet label{
  margin:0;
  color:#111;
  font-size:14px;
  line-height:1.35;
  font-weight:600;
}
.kurban-vekalet .vk-sub{
  display:block;
  margin-top:3px;
  font-size:12px;
  font-weight:500;
  color:#666;
}

/* Mobilde taşmayı azalt */
@media (max-width: 575px){
  .kurban-card{ padding:14px; }
  .kurban-no{ font-size:16px; }
  .kurban-type{ font-size:12px; }
}

/* mfp-content zaten 90% diyorsun; yine de garanti */
.mfp-content{
  max-width: 90vw;
  max-height: 90vh;
}

/* popup içini ortala, taşma olmasın */
#subscribe-popup .popup-inner{
  display:flex;
  align-items:center;
  justify-content:center;
}

/* RESİM: kırpma yok, oran sabit */
#subscribe-popup img{
  display:block;
  width:auto !important;
  height:auto !important;
  max-width:90vw;
  max-height:90vh;
  object-fit:contain; /* kırpma yok */
}
.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    z-index: 9999;
    transition: 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

