.elementor-26 .elementor-element.elementor-element-551d49f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:2%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-26 .elementor-element.elementor-element-135a546{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:2%;--padding-left:0%;--padding-right:0%;}.elementor-26 .elementor-element.elementor-element-135a546:not(.elementor-motion-effects-element-type-background), .elementor-26 .elementor-element.elementor-element-135a546 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.ozelalirizanaokulu.com/wp-content/uploads/2025/02/Modern-shapes-people-pattern-v6-scaled.jpg");background-repeat:no-repeat;background-size:cover;}.elementor-26 .elementor-element.elementor-element-7f900ca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:2%;--padding-bottom:2%;--padding-left:0%;--padding-right:0%;--z-index:1;}.elementor-26 .elementor-element.elementor-element-267698b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:2%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;--z-index:0;}.elementor-26 .elementor-element.elementor-element-267698b > .elementor-shape-bottom svg, .elementor-26 .elementor-element.elementor-element-267698b > .e-con-inner > .elementor-shape-bottom svg{height:70px;}.elementor-26 .elementor-element.elementor-element-267698b > .elementor-shape-bottom, .elementor-26 .elementor-element.elementor-element-267698b > .e-con-inner > .elementor-shape-bottom{z-index:2;pointer-events:none;}@media(min-width:768px){.elementor-26 .elementor-element.elementor-element-551d49f{--content-width:90%;}.elementor-26 .elementor-element.elementor-element-135a546{--content-width:90%;}.elementor-26 .elementor-element.elementor-element-7f900ca{--content-width:90%;}.elementor-26 .elementor-element.elementor-element-267698b{--content-width:100%;}}@media(max-width:1024px){.elementor-26 .elementor-element.elementor-element-551d49f{--margin-top:8%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}}@media(max-width:767px){.elementor-26 .elementor-element.elementor-element-551d49f{--padding-top:12%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}}/* Start custom CSS for shortcode, class: .elementor-element-6ffd65a */.testimonial-container {
    background: #FDF5E6;
    text-align: center;
    padding: 100px 40px 120px 40px; /* Alta fazladan padding verdik */
    position: relative;
    overflow: hidden;
}
.testimonial-container h3 {
    font-size: 18px;
    color: #E63946;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}
.testimonial-container h3::after {
    content: "\21A9";
    color: #E63946;
    font-size: 16px;
    position: absolute;
    right: -25px;
    top: 2px;
}
.testimonial-container h2 {
    font-size: 28px;
    color: #1E4D2B;
    font-weight: 700;
    margin-bottom: 40px;
}
.swiper-wrapper {
    align-items: stretch;
}
.swiper-slide {
    display: flex;
    justify-content: center;
}
.testimonial-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #E63946;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: rotate(-2deg);
    transition: transform 0.3s ease-in-out;
    width: 100%;
    max-width: 370px;
    position: relative;
}
.testimonial-card:hover {
    transform: rotate(0);
}
.testimonial-card::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100%;
    height: 100%;
    border: 2px solid #E63946;
    border-radius: 10px;
    transform: rotate(3deg);
    z-index: -1;
}
.testimonial-card i {
    font-size: 24px;
    color: #1E4D2B;
    margin-bottom: 10px;
    display: block;
}
.testimonial-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1E4D2B;
    margin-bottom: 8px;
}
.testimonial-card p {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

/* Swiper Pagination Dots */
.swiper-pagination {
    margin-top: 50px; /* Dots daha aşağıda */
}
.swiper-pagination-bullet {
    background: #E63946; /* Kurumsal kırmızı */
    opacity: 0.5;
}
.swiper-pagination-bullet-active {
    opacity: 1;
}

/* Zürafa Simgesi */
.decor-giraffe {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 90px;
    opacity: 0.7;
}
@media (max-width: 768px) {
    .testimonial-container {
        padding: 80px 20px 100px 20px;
    }
    .decor-giraffe {
        width: 70px;
    }
}/* End custom CSS */