/* Mobile Menu Styles */
@media (max-width: 991px) {
    .mobile-menu-toggle {
        display: block;
    }

    /* Hide desktop menu */
    .main-menu .menu {
        display: none;
    }

    /* Mobile menu toggle button */
    .mobile-menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: transparent;
        border: none;
        cursor: pointer;
        z-index: 1001;
    }

    .mobile-menu-toggle span {
        position: relative;
        display: block;
        width: 24px;
        height: 2px;
        background-color: #333;
        transition: all 0.3s ease;
    }

    .mobile-menu-toggle span:before,
    .mobile-menu-toggle span:after {
        content: '';
        position: absolute;
        width: 24px;
        height: 2px;
        background-color: #333;
        transition: all 0.3s ease;
    }

    .mobile-menu-toggle span:before {
        top: -8px;
    }

    .mobile-menu-toggle span:after {
        top: 8px;
    }

    .mobile-menu-toggle.active span {
        background-color: transparent;
    }

    .mobile-menu-toggle.active span:before {
        transform: rotate(45deg);
        top: 0;
    }

    .mobile-menu-toggle.active span:after {
        transform: rotate(-45deg);
        top: 0;
    }

    /* Mobile menu container */
    .mobile-menu-container {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        width: 85%;
        height: 100%;
        background-color: #fff;
        z-index: 1000;
        overflow-y: auto;
        transition: left 0.3s ease;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }

    .mobile-menu-container.active {
        left: 0;
    }

    /* Mobile menu overlay */
    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .mobile-menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    /* Mobile menu header */
    .mobile-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        border-bottom: 1px solid #eee;
    }

    .mobile-menu-header .logo img {
        max-height: 40px;
    }

    .mobile-menu-close {
        font-size: 24px;
        background: transparent;
        border: none;
        cursor: pointer;
    }

    /* Mobile menu items */
    .mobile-menu {
        padding: 15px;
    }

    .mobile-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-menu ul li {
        border-bottom: 1px solid #eee;
    }

    .mobile-menu ul li:last-child {
        border-bottom: none;
    }

    .mobile-menu ul li a {
        display: flex;
        align-items: center;
        padding: 12px 0;
        color: #333;
        text-decoration: none;
        font-weight: 500;
    }

    .mobile-menu ul li a img {
        margin-right: 10px;
    }

    /* Mobile dropdown */
    .mobile-menu .has-dropdown {
        position: relative;
    }

    .mobile-menu .has-dropdown > a {
        display: flex
    ;
        justify-content: start;
        align-items: center;
        gap: 5px;
    }

    .mobile-menu .has-dropdown > a:after {
        content: "\F282";
        font-family: "bootstrap-icons";
        font-size: 16px;
        margin-left: 6px;
        display: inline-block;
        transition: transform 0.3s ease;
    }

    .mobile-menu .has-dropdown.active > a:after {
        transform: rotate(180deg);
    }

    .mobile-menu .dropdown-content {
        display: none;
        padding: 5px 17px;
    }

    .mobile-menu .dropdown-content.active {
        display: block;
    }
    .mobile-menu .dropdown-content.multi .multi-links a {
        display: block;
        padding: 6px 0;
    }

    .mobile-menu .dropdown-content strong {
        display: block;
        margin-top: 10px;
        margin-bottom: 5px;
        color: #333;
        font-size: 14px;
    }

    .mobile-menu .dropdown-content a {
        padding: 8px 0;
        font-weight: normal;
        font-size: 14px;
    }

    .mobile-menu .dropdown-content.multi > div strong {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        gap: 8px;
    }





    .mobile-menu .dropdown-content.multi > div strong.open::after {
        transform: rotate(180deg);
    }
    /* Mobile top bar */
    .top-bar .top-bar-content {
        display: none;
        flex-direction: column;
        padding: 10px 0;
    }

    .top-bar .top-left-content,
    .top-bar .top-rigth-content {
        width: 100%;
        justify-content: center;
    }

    .top-bar .top-left-content {
        margin-bottom: 10px;
    }

    .top-bar .top-menu-item {
        font-size: 12px;
        margin: 0 5px;
    }

    .top-bar .btn-top-bar {
        font-size: 12px;
        padding: 5px 10px;
    }
    .main-menu {
        padding: 5px 0;
    }
}
@media (max-width: 1598px) {

    .slide-content h1 {
        font-size: 2.5rem;
        font-weight: 600;
        font-family: "SUSE";
        font-style: normal;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }
}

/* Responsive Tasarım */
@media (max-width: 991px) {

    .slide-content h1 {
        font-size: 2.5rem;
        font-weight: 600;
        font-family: "SUSE";
        font-style: normal;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }
    .sobep-intro .intro-content {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .sobep-intro h2 {
        font-size: 32px;
    }

    .sobep-contacts .contact-card {
        height: auto;
    }
}

@media (max-width: 767px) {
    .sobep-intro .stat-item {
        flex: 0 0 50%;
    }

    .sobep-intro h2 {
        font-size: 28px;
    }

    .sobep-apply h2,
    .sobep-contacts h2 {
        font-size: 26px;
    }

    .tabs-nav {
        flex-direction: column;
        align-items: center;
    }

    .tab-link {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    .tab-contact-person {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .person-avatar {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .page-header {
        position: relative;
        padding: 6rem 0 0 0;
    }

    .page-header .page-bg img {
        width: 100vw;
        height: 10vh;
        object-fit: cover;
    }
    .person-info {
        width: 100%;
    }
    .logo {
        width: 105px;
    }

    .slide-content h1 {
        font-size: 1rem;
        font-weight: 600;
        font-family: "SUSE";
        font-style: normal;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }

    .slide-content p {
        font-size: 0.6rem;
        line-height: 1.6;
        opacity: 0.7;
    }

    .slider-btn {
        padding: 8px;
        background-color: var(--main3-color);
        max-width: 34vw;
        font-size: 12px;
    }

    .swiper-slide img {
        width: 100%;
        height: 50vh;
        object-fit: contain; /* cover yerine */
    }

    .slider-pagi {
        display: none;
    }

    .bagis-content {
        position: relative;
        padding: 20px 20px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 2;
    }

    .bagis-bg-container {
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        height: auto;
        /* min-height: 100vh; */
        position: absolute;
    }

    .bagis-content h2 {
        color: #092439;
        font-size: 19px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .bagis-content h1 {
        color: #092439;
        font-size: 19px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .icon-box-area {
        padding: 2rem 2rem;
        position: relative;
    }

    .play-icon img {
        font-size: 42px;
        width: 100%;
        height: 15vh;
        object-fit: contain;
    }

    .video-thumb {
        width: 100% !important;
        height: 10vh !important;
        object-fit: cover !important;
    }

    .product-btn-left {
        padding: 1rem 2rem;
        background-color: #f44336;
        color: var(--white-color);
        max-width: fit-content;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: bold;
        border: 1px solid black;
        font-size: 17px;
        transition: background-color 0.3 sease-in-out, transform 0.3 sease-in-out;
    }

    .product-img img {
        width: 12.2vw;
    }

    .custom-thumb-slider {
        padding: 1rem;
    }

    .product-1, .product-2, .product-3, .product-4 {
        clip-path: none;
    }

    .content-who {
        margin-top: 12rem !important;
        gap: 0rem;
        display: flex;
        flex-direction: column;
    }

    .who-we-area {
        position: relative;
        width: 100%;
        height: 150vh;
        overflow: hidden;
    }
    .blog-area .swiper-button-next, .blog-area .swiper-button-prev {
        display: none;
    }
    .about-us .about-head h2 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 1rem;
    }
    .about-us .about-text {
        font-size: 17px;
        position: relative;
        border-left: 4px solid #fc6539;
        font-weight: 600;
        padding: 16px 25px;
        margin-top: 11px;
    }
    .about-us .vision-mission {
        flex-direction: column;
    }
    .news-box img {
        width: 100% !important;
        object-fit: cover;
        height: 100% !important;
        transition: transform 0.3s ease, filter 0.3s ease;
    }
    .page-header .page-title {
        font-size: 21px;
        top: 56%;
        max-width: 100%;
        left: 6%;
    }
    .product-area {
        padding: 2rem 1rem;
        background-color: #f4f4f4;
    }
    .product-context {
        padding: 1rem 0rem;
    }
    .product-context h4 {
        font-size: 39px;
    }
    .autism-info-area .left-shape img {
        width: 51px;
    }
    .autism-info-area .right-shape ,.autism-info-area .left-shape ,.kalp-icon ,.strategic-goals .center-icon ,.strategic-goals .left-icon,.top-icon,.bottom-icon ,.what-are-we-doing {
        display: none;
    }

    .job-application h2 {
        font-size: 1.5rem;
    }
    .form-group label {
        font-size: 0.9rem;
    }
    .color-palette {
        flex-wrap: wrap;
    }
    .about-us .about-head .about-span {
        font-size: 27px;
    }
    .misyon-vizyon-area {
        margin-top: 21px;
    }
    section-head h2 {
        font-size: 30px;
    }
    .autism-form-container h1 {
        text-align: left;
        font-size: 1.5rem;
    }
    .autism-form-container .submit-button {
        padding: 10px 22px;
        font-size: 15px;
    }
    .education-centers-content {
        padding: 0;
    }
    .education-centers-content .section-span {
        margin-top: 15px;
    }

    .partner-card {
        transition: all 0.3s
        ease;
        height: 163px !important;
    }
    .partner-card {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        padding: 5px;
        text-align: center;
        height: 100%;
        transition: transform 0.3s
        ease, box-shadow 0.3s
        ease;
    }
    .card-body {
        min-height: 0px;

    }
    .project-card2 {
        flex-direction: column;
    }
    .footer-form {
        padding: 0 10px;
    }

    .footer-contact-head {
        padding: 1rem 10px;
        font-size: 25px;
        color: var(--white-color);
    }

@media (max-width: 575px) {
    .sobep-intro .stat-item {
        flex: 0 0 100%;
    }

    .sobep-intro .intro-image .image-shape {
        display: none;
    }

    .slider-social {
        display: none;
    }
    .news-box.text-center.yonetim-first-member {
        padding: 0;
    }

}
}
@media (max-width: 395px) {
    .slide-content h1 {
        font-size: 0.9rem;
        font-weight: 600;
        font-family: "SUSE";
        font-style: normal;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }
    .main-menu {
        padding: 5px 0;
    }
    .logo {
        width: 72px;
    }
}