/* ===================================
    Crafto - Branding Studio
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100..900&display=swap');
/* variable */
:root {      
    --alt-font: "Archivo", sans-serif; 
    --primary-font: "Archivo", sans-serif;
    --base-color: #004A8E;
    --accent-turquoise: #1BC7CC;
    --accent-green: #3BB273;
    --dark-gray: #151515;
    --medium-gray:#626262;
}
/* reset */
body { 
    font-size: 17px;
    line-height: 28px;
}
/* heading */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    letter-spacing: -1px;
}
h1, .h1 {
    font-size: 5rem;
    line-height: 5.2rem;
}
.h2, h2 {
    line-height: 3.2rem;
}
.h3, h3 {
    line-height: 2.8rem;
}
.h6, h6 {
    line-height: 2.2rem;
}
/* btn */
.btn {
    letter-spacing:0px;
    text-transform: none;
}
.btn.btn-extra-large {
    font-size: 19px;
    padding: 22px 45px;
}
.btn.btn-large {
    font-size: 16px;
    padding: 16px 34px;
}
.btn.btn-medium {
    font-size: 14px;
    padding: 12px 24px;
}
.btn.btn-small {
    font-size: 12px;
    padding: 9px 20px;
}
.btn.btn-very-small {
    font-size: 11px;
    padding: 9px 16px 7px;
}
.btn.btn-switch-text.btn-extra-large>span {
    padding: 22px 47px;
}
.btn.btn-switch-text.btn-large>span {
    padding: 16px 36px;
}
.btn.btn-switch-text.btn-medium>span {
    padding: 12px 26px;
}
.btn.btn-switch-text.btn-small>span {
    padding: 7px 22px;
}
.btn.btn-switch-text.btn-very-small>span {
    padding: 11px 18px 9px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.btn-transparent-light-gray:active, .btn.btn-transparent-light-gray:hover {
    border-color: var(--dark-gray);
}
/* gradient background color */
.bg-gradient-misty-rose {
    background-image: linear-gradient(360deg, rgba(0, 74, 142, 0.18) 0%, rgba(27, 199, 204, 0.18) 55%, #ffffff 100%);
}
/* text gradient color */
.text-gradient-light-gray-white {
    background-image: linear-gradient(to bottom, #eaeaea, #efefef, #f7f7f7, #fafafa, #ffffff); 
} 
/* background */
.bg-bright-turquoise {
    background-color: rgba(27, 199, 204, 0.18);
}
.bg-seashell {
    background-color: rgba(0, 74, 142, 0.06);
}
.bg-base-color-transparent {
    background-color: rgba(0, 74, 142, .85);
}
/* padding */
.pb-190px {
    padding-bottom: 190px;
}
/* bg sliding line */ 
.bg-sliding-line-dark-gray { 
    background-image: linear-gradient(135deg, transparent 45%, #464646 45%, #464646 55%, transparent 0);
    background-size: 5px 5px;
}
/* header */
.hero-video-section {
    position: relative;
}
.hero-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hero-background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 35, 70, 0.75), rgba(0, 74, 142, 0.65));
}
.hero-center-placeholder {
    min-height: 520px;
}
header .container-fluid {
    padding-left: 4%;
    padding-right: 4%;
}
.navbar-brand .default-logo {
    max-height: 110px;
    width: auto;
}
.navbar .navbar-nav .nav-link {
    font-size: 17px;
}
.navbar .btn.btn-switch-text.btn-large > span {
    padding: 13px 25px 12px;
}
.header-partner-logo {
    height: 120px;
    width: auto;
    margin-top: -10px;
}
.header-cta-group {
    gap: 12px;
}
.header-cta-group .btn {
    min-width: 120px;
}
.header-cta-group .btn.btn-deep-green {
    background-color: #035C08;
    border-color: #035C08;
    color: var(--white);
}
.header-cta-group .btn.btn-deep-green:hover,
.header-cta-group .btn.btn-deep-green:focus {
    background-color: #04810B;
    border-color: #04810B;
    color: var(--white);
}
/* Hero Handwriting Title */
.hero-handwriting-title {
    font-family: 'Caveat', cursive !important;
    font-size: 58px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: 0px !important;
}

.hero-handwriting-title .highlight-gonul {
    color: #1BC7CC;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-shadow: 2px 2px 4px rgba(27, 199, 204, 0.4);
}

.hero-handwriting-title .highlight-iyilik {
    color: #3BB273;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-shadow: 2px 2px 4px rgba(59, 178, 115, 0.3);
}

@media (max-width: 991px) {
    .hero-handwriting-title {
        font-size: 48px !important;
    }
}

@media (max-width: 767px) {
    .hero-handwriting-title {
        font-size: 38px !important;
    }
}

.volunteer-cta {
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.volunteer-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #FFD700, #FFA500, #FF8C00);
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.volunteer-cta:hover {
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 15px 35px rgba(255, 215, 0, 0.5) !important;
    background-color: #FFD700 !important;
}

.volunteer-cta:hover::before {
    opacity: 1;
}

.volunteer-cta span {
    position: relative;
    z-index: 1;
}

.volunteer-cta .bi-heart-fill {
    margin-right: 10px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.volunteer-cta:hover .bi-heart-fill {
    transform: scale(1.2) rotate(10deg);
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.8));
}
/* Ayın Gönüllüsü Card - Compact Design */
.ayin-gonullusu-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 25px;
    width: 300px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ayin-gonullusu-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 80px rgba(0, 74, 142, 0.2);
}

.ayin-gonullusu-header {
    margin-bottom: 20px;
    text-align: center;
}

.ayin-gonullusu-badge {
    display: inline-block;
    background: linear-gradient(135deg, #004A8E, #1BC7CC);
    color: var(--white);
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    box-shadow: 0 6px 15px rgba(0, 74, 142, 0.25);
}

.ayin-gonullusu-profile {
    text-align: center;
    margin-bottom: 18px;
}

.ayin-gonullusu-avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
    border: 5px solid #004A8E;
    box-shadow: 0 10px 25px rgba(0, 74, 142, 0.25);
    position: relative;
}

.ayin-gonullusu-avatar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 74, 142, 0.2), rgba(27, 199, 204, 0.2));
    pointer-events: none;
}

.ayin-gonullusu-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ayin-gonullusu-name {
    color: #004A8E;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0;
}

.ayin-gonullusu-body {
    margin-bottom: 18px;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 74, 142, 0.1);
    border-bottom: 1px solid rgba(0, 74, 142, 0.1);
}

.ayin-gonullusu-desc {
    color: #2d2d2d;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
}

.ayin-gonullusu-footer {
    text-align: center;
}

.ayin-gonullusu-btn {
    width: 100%;
    background: linear-gradient(135deg, #3BB273, #2e8e5a);
    color: var(--white) !important;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 30px;
    border-radius: 12px;
    border: none;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 20px rgba(59, 178, 115, 0.3);
}

.ayin-gonullusu-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #FFD700, #FFA500, #FF8C00);
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.ayin-gonullusu-btn span {
    position: relative;
    z-index: 1;
}

.ayin-gonullusu-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 35px rgba(255, 215, 0, 0.4);
}

.ayin-gonullusu-btn:hover::before {
    opacity: 1;
}

/* Etkinlik Kartları */
.event-points-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.event-points-badge .badge {
    background: linear-gradient(135deg, #3BB273 0%, #2e8e5a 100%);
    box-shadow: 0 8px 20px rgba(59, 178, 115, 0.4);
    border-radius: 25px;
    padding: 8px 18px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.bg-gradient-green {
    background: linear-gradient(135deg, #3BB273 0%, #2e8e5a 100%) !important;
}

.services-box-style-06 {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.services-box-style-06:hover {
    transform: translateY(-10px);
}

.services-box-style-06 .image img {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.services-box-style-06:hover .image img {
    transform: scale(1.08);
}

/* Komisyonlar Marquee */
.marquee-container {
    display: flex;
    overflow: hidden;
    user-select: none;
    width: 100%;
    position: relative;
}

.marquee-content {
    display: flex;
    gap: 40px;
    animation: marquee 50s linear infinite;
    will-change: transform;
}

.marquee-content:hover {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.commission-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
    color: #151515;
    padding: 14px 28px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%);
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(0, 74, 142, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

.commission-item:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 74, 142, 0.15);
    border-color: rgba(0, 74, 142, 0.3);
}

.commission-item i {
    font-size: 22px;
    flex-shrink: 0;
}

.text-accent-green {
    color: #3BB273 !important;
}

.text-accent-turquoise {
    color: #1BC7CC !important;
}

/* Responsive */
@media (max-width: 768px) {
    .ayin-gonullusu-card {
        width: 100%;
        max-width: 340px;
    }
    
    .commission-item {
        font-size: 16px;
        padding: 12px 24px;
    }
    
    .commission-item i {
        font-size: 20px;
    }
}
.mayor-social-block {
    padding-bottom: 25px;
}
.mayor-social-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,.35);
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}
.mayor-social-link i {
    font-size: 18px;
}
.mayor-social-link:hover,
.mayor-social-link:focus {
    background-color: rgba(27, 199, 204, 0.2);
    color: var(--white);
    border-color: var(--accent-turquoise);
}
.mayor-figure {
    min-height: 520px;
}
.mayor-quote {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,74,142,0.75) 100%);
}
header .left-nav .navbar-nav:before {
    background: rgba(0,0,0,.3);
}
/* highlight separator */
.highlight-separator[data-shadow-animation] span,
.highlight-separator[data-shadow-animation] span img {
    height: 29px;
    z-index: -1;
}
.highlight-separator[data-shadow-animation] span {
    bottom: -13px;
}
/* height */
.h-430px {
    height: 430px !important;
}
/* position */
.bottom-minus-180px {
    bottom: -180px;
}
/* HTML video play */
.video-icon-medium .video-icon {
    width: 60px;
    height: 60px;
}
.video-icon-medium .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 110px;
    height: 110px;
}
/* blog button */
.categories-btn {
    font-size: 12px;
}
/* accordion style 02 */
.accordion-style-02 .accordion-item .accordion-header {
    padding: 24px 0;
}
.accordion-style-02 .accordion-item .accordion-body {
    padding-right: 35px;
}
/* review star */
.review-star-icon i {
    color: var(--base-color);
}
/* animation rotation */
.animation-rotation-slow {
    -webkit-animation: rotation 35s infinite linear;
}
/* list */
.list-style-02 li {
    align-items: center;
}
/* portfolio */
.portfolio-transform .portfolio-box .caption {
    box-shadow: none;
    padding: 10px 35px;
}
/* page title */
.page-title-extra-large h2 {
    font-size: 5rem;
    line-height: 5rem;
}
.page-title-extra-large h1 {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
}
/* swiper */
.swiper-pagination-style-2 .swiper-pagination-bullet:first-child{
    margin-left: 0 !important;
}
.swiper-pagination-style-2 .swiper-pagination-bullet {
    margin: 0 10px !important;
}
/* footer */
footer {
    line-height: 24px;
}
footer ul li {
    margin-bottom: 3px;
}
footer ul li a {
    color: var(--white);
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1270px;
    }
}
@media (max-width: 1900px) {
    .fs-275 {
        font-size: 14rem;
        line-height: 14rem;
    }
}
@media (max-width: 1600px) {
    header .container-fluid {
        padding-left: 2%;
        padding-right: 2%;
    }
    h1, .h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
    .fs-275 {
        font-size: 12rem;
        line-height: 12rem;
    }
}
@media (max-width: 1399px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 10px;
    }
    .fs-275 {
        font-size: 9rem;
        line-height: 9rem;
    }
}
@media (max-width: 991px) {
    .fs-275 {
        font-size: 8rem;
        line-height: 8rem;
    }
}
@media (max-width: 767px) { 
    .fs-275 {
        font-size: 4rem;
        line-height: 4rem;
    }
    
    /* Hero Section - Mobile */
    .hero-video-section {
        padding-top: 90px !important; /* Space for fixed header */
        min-height: 100vh;
        display: flex !important;
        align-items: center !important;
    }
    
    .hero-video-section .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    
    .hero-video-section .row {
        flex-direction: column;
        gap: 30px;
    }
    
    /* Hero Center Placeholder - Remove on mobile */
    .hero-center-placeholder {
        display: none !important;
    }
    
    /* Hero Handwriting Title - Mobile */
    .hero-handwriting-title {
        font-size: 38px !important;
        line-height: 1.3 !important;
        text-align: center !important;
        margin-bottom: 25px !important;
    }
    
    /* Hero Description Text */
    .hero-video-section p {
        font-size: 17px !important;
        line-height: 1.6 !important;
        text-align: center !important;
        margin-bottom: 35px !important;
    }
    
    /* Volunteer Button - Mobile */
    .volunteer-cta {
        width: 100% !important;
        max-width: 220px !important;
        margin: 0 auto !important;
        font-size: 14px !important;
        padding: 12px 22px !important;
    }
    
    /* Ayın Gönüllüsü Card - Hide on Mobile */
    .ayin-gonullusu-card {
        display: none !important;
    }
    
    
    /* Hero Text Column - Mobile */
    .hero-video-section .col-xxl-4,
    .hero-video-section .col-xl-5,
    .hero-video-section .col-lg-8 {
        text-align: center !important;
        padding-bottom: 30px;
    }
    
    /* Hero Card Column - Mobile */
    .hero-video-section .col-xxl-3,
    .hero-video-section .col-xl-4,
    .hero-video-section .col-md-5 {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 480px) {
    /* Extra Small Mobile */
    .hero-handwriting-title {
        font-size: 32px !important;
    }
    
    .hero-video-section p {
        font-size: 15px !important;
    }
    
    .volunteer-cta {
        max-width: 200px !important;
        padding: 11px 20px !important;
        font-size: 13px !important;
    }
}