/*
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*/

/*
@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&display=swap');
*/
/*
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
*/
/*
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

* {
    scroll-behavior: smooth;
}

body {
    /*font-family: "Poppins", sans-serif;*/
    /*font-family: "Anek Devanagari", sans-serif;*/
    /*font-family: "Nunito Sans", sans-serif;*/
    /*font-family: "DM Sans", sans-serif;*/
    font-family: "Manrope", sans-serif;
    overflow-x: hidden;
}

:root {
    --color-custom-primary: #10b981;
}

/* 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;
}

/* Hero Swiper Styles */
.hero-swiper-section {
    position: relative;
}

.hero-main-swiper {
    width: 100%;
    height: 100vh;
    min-height: 600px;
}

.hero-main-swiper .swiper-slide {
    position: relative;
}

/* Hero Swiper Navigation */
.hero-swiper-next,
.hero-swiper-prev {
    color: #34d399 !important;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    border: 2px solid rgba(52, 211, 153, 0.5) !important;
    transition: all 0.3s ease !important;
}

.hero-swiper-next:hover,
.hero-swiper-prev:hover {
    background: rgba(52, 211, 153, 0.2) !important;
    border-color: #34d399 !important;
    transform: scale(1.1);
}

.hero-swiper-next::after,
.hero-swiper-prev::after {
    font-size: 20px !important;
    font-weight: bold !important;
}

/* Hero Swiper Pagination */
.hero-swiper-pagination {
    bottom: 30px !important;
}

.hero-swiper-pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
    margin: 0 6px !important;
    transition: all 0.3s ease !important;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
    background: #34d399 !important;
    width: 30px !important;
    border-radius: 6px !important;
}