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

* {
    scroll-behavior: smooth;
}

body {
    font-family: "Figtree", sans-serif;
    overflow-x: hidden;
}

:root {
    --color-custom-primary: #ef4444;
}

/* Line Clamp Utility */
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

/* TinyMCE reklam kaldırma */
.tox-promotion {
    display: none !important;
}

.swiper {
    width: 100%;
    height: auto;
}

.swiper-pagination-bullet {
    background-color: var(--color-custom-primary) !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--color-custom-primary) !important;
    font-size: 1.5rem !important;
    font-weight: bolder !important;
    border-radius: 50% !important;
    border: 2px solid var(--color-custom-primary) !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: all 0.3s ease-in-out !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
    padding: 5px !important;

    &:hover {
        background-color: var(--color-custom-primary) !important;
        color: #fff !important;
    }
}

.animate-delay-1 {
    animation-delay: 100ms;
}

.animate-delay-2 {
    animation-delay: 200ms;
}

.animate-delay-3 {
    animation-delay: 300ms;
}

.animate-delay-4 {
    animation-delay: 400ms;
}

.animate-delay-5 {
    animation-delay: 500ms;
}

.animate-delay-6 {
    animation-delay: 600ms;
}

.animate-delay-7 {
    animation-delay: 700ms;
}

.animate-delay-8 {
    animation-delay: 800ms;
}

.animate-delay-9 {
    animation-delay: 900ms;
}

.animate-delay-10 {
    animation-delay: 1000ms;
}

.custom-shape-divider-bottom-1761747906 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1761747906 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 67px;
}

.custom-shape-divider-bottom-1761747906 .shape-fill {
    fill: var(--color-gray-100);
}

/* Hero Section Enhancements */
.hero-section .swiper-slide {
    transition: opacity 0.6s ease-in-out;
}

/* Swiper Pagination for Hero */
.swiper-main-pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: white !important;
    opacity: 0.5 !important;
}

.swiper-main-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #ef4444 !important;
}

/* Swiper Pagination for Testimonials */
.swiper-testimonials-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #ef4444 !important;
    opacity: 0.3 !important;
}

.swiper-testimonials-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
    width: 30px !important;
    border-radius: 5px !important;
}