/* ============================================================
   RESPONSIVE CSS — TURNED
   Breakpoints: 1024px / 992px / 768px / 496px
   ============================================================ */

/* === Desktop menu visibility === */
@media (min-width: 1025px) {
    .menu-style1 {
        display: block;
    }
    .hamburger {
        display: none;
    }
}

/* === Small Laptop / Between 1024–1299 === */
@media screen and (min-width: 1024px) and (max-width: 1299px) {
    .header-logo img {
        width: 120px;
    }
    .language-menu img {
        width: 18px;
    }
    .language-menu .world_map {
        width: 50px;
    }
    .menu-style1 {
        margin-left: 0;
    }
    .menu-style1 > ul > li > a {
        padding: 0 8px;
        font-size: 12px;
    }
    .menu-style1 > ul > li:last-child a {
        padding: 0 8px;
    }
    .main-menu > ul li .sub-menu li a {
        font-size: 15px;
    }
    .main-menu > ul li .sub-menu {
        width: 250px;
    }
    .language-menu button {
        font-size: 13px;
    }
    .header-menu-area {
        padding: 20px;
    }
}

/* ============================================================
   1024px — Küçük laptop / Tablet yatay
   ============================================================ */
@media (max-width: 1024px) {

    /* --- Overflow prevention --- */
    body {
        overflow-x: hidden;
    }

    /* --- Header --- */
    .language_col {
        display: none;
    }
    .header-menu-area {
        padding: 10px 15px;
    }
    .menu-style1 {
        display: none;
    }
    .hamburger {
        display: flex;
        flex-direction: column;
    }
    .header-logo img {
        width: 110px;
    }

    /* --- Mobile Menu --- */
    .side-menu2 > ul ul {
        display: none;
    }
    .side-menu2 > ul > li.active > ul {
        display: block;
    }
    .side-menu2 > ul > li > a {
        color: #0e1428;
        font-size: 16px;
        padding: 20px 0;
        border-bottom: 1px solid rgba(14, 20, 40, 0.08);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .side-menu2 > ul > li > a:hover {
        color: #FF5C14;
    }
    .side-menu2 > ul > li.has-submenu > a::before {
        display: none;
    }
    .side-menu2 > ul > li.has-submenu > a::after {
        content: '+';
        font-size: 18px;
        font-weight: 300;
        transition: transform 0.3s ease;
    }
    .side-menu2 > ul > li.has-submenu.active > a::after {
        content: '−';
    }
    .side-menu2 > ul > li.active > ul > li.active > ul {
        display: block;
    }
    .side-menu2 > ul > li.active > a, .side-menu2 > ul > li.active > a:hover, .side-menu2 > ul ul li a:hover {
        color: #FF5C14;
    }
    /* --- Typography --- */
    .sec-title .title,
    .animated-heading.h2,
    .title.animated-heading {
        font-size: 36px;
    }
    .fnp_detay h2,
    .fnp_detay h3,
    .fnp_detay h4 {
        font-size: 38px;
    }
    .banner-content .title2 {
        font-size: 180px;
    }
    .footer-content .title {
        font-size: 42px;
    }
    .projects-title-soft {
        font-size: 38px;
    }

    /* --- Hero --- */
    .hero-sec-info3 {
        padding: 60px 0 80px 20px;
        max-width: 650px;
    }
    .hero-sec-info3 .title {
        font-size: 38px;
    }
    .exp-box {
        display: none;
    }

    /* --- Section spacing --- */
    .ibt-section-gap {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .ibt-section-gapTop {
        padding-top: 70px;
    }
    .ibt-section-gapBottom {
        padding-bottom: 70px;
    }

    /* --- Service cards: 2 columns --- */
    .service-sec10 .col-xl-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* --- Video banner --- */
    .video-banner {
        background-attachment: scroll;
        min-height: 400px;
    }

    /* --- Globe section --- */
    #globe {
        max-width: 600px;
    }

    /* --- FAQ --- */
    .faq-sec2 .faq-img2 {
        left: -100px;
    }
    .faq-sec2 .faq-img2 img {
        width: 100%;
        max-width: 100%;
    }

    /* --- Blog cards: 2 columns --- */
    .blog-sec .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* --- Footer --- */
    .footer-content .title {
        line-height: 1.2;
    }
    .widget-area .col-xl-8,
    .widget-area .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer-menu {
        gap: 20px;
    }
    .side-bar2 {
        position: static;
        top: auto;
        background: none;
        box-shadow: none;
        padding: 0;
        width: 100%;
        height: 100%;
        transition: none;
    }
    .sidebar-close {
        display: none;
    }
    .sidebar-toggle {
        display: none;
    }
    .strategy-widget {
        max-height: 400px;
    }
    /* --- Sidebar --- */
    .side-bar2 {
        position: static;
        margin-top: 40px;
    }

    /* --- Projects --- */
    .project-card-soft {
        margin-bottom: 24px;
    }

    /* --- Page banner --- */
    .page-banner11 .page-content .title {
        font-size: 36px;
    }

    /* --- Contact section --- */
    .contact-sec .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-form {
        margin-top: 40px;
        padding: 43px 10px 53px;
    }

    /* --- Images overflow prevention --- */
    img {
        max-width: 100%;
        height: auto;
    }
    .menu-links {
        padding: 10px 0;
    }
    .menu-links .social-icon {
        justify-content: center;
        margin-bottom: 0;
        margin-top: 0;
    }
}

/* ============================================================
   992px — Tablet
   ============================================================ */
@media (max-width: 992px) {

    /* --- Typography --- */
    .sec-title .title,
    .animated-heading.h2,
    .title.animated-heading {
        font-size: 32px;
    }
    .fnp_detay h2,
    .fnp_detay h3,
    .fnp_detay h4 {
        font-size: 34px;
    }
    .banner-content .title2 {
        font-size: 140px;
    }
    .footer-content .title {
        font-size: 36px;
    }
    .projects-title-soft {
        font-size: 34px;
    }
    .project-genel-card .inner .title,
    .project-genel-card .inner .count {
        font-size: 22px;
    }

    /* --- Hero --- */
    .hero-sec-info3 {
        padding: 50px 0 60px 15px;
        max-width: 100%;
    }
    .hero-sec-info3 .title {
        font-size: 34px;
        line-height: 1.3;
    }
    .hero-btn2 p {
        font-size: 15px;
    }

    /* --- Section spacing --- */
    .ibt-section-gap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .ibt-section-gapTop {
        padding-top: 60px;
    }
    .ibt-section-gapBottom {
        padding-bottom: 60px;
    }

    /* --- Inner pages: sidebar below, content on top --- */
    .content_section .row {
        flex-direction: column;
    }
    .content_section .col-xl-3.col-lg-4 {
        order: 2;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .content_section .col-xl-9.col-lg-8 {
        order: 1;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .content_section .side-bar2 {
        margin-top: 40px;
    }

    /* --- About section (pricing-sec3) --- */
    .pricing-sec3 .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pricing-sec3 .col-lg-6 img {
        border-radius: 20px;
    }

    /* --- Service section title area --- */
    .service-sec10 .title-area .col-xl-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sec-btn-box {
        margin-top: 20px;
    }

    /* --- Video banner --- */
    .video-banner {
        min-height: 350px;
    }
    .banner-content .sub-title {
        font-size: 16px;
    }
    .banner-content .banner-text {
        font-size: 15px;
    }

    /* --- Globe section --- */
    .section_container .col-lg-5,
    .section_container .col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #globe {
        max-width: 500px;
        margin-top: 30px;
    }

    /* --- FAQ --- */
    .faq-sec2 .col-lg-4 {
        display: none;
    }
    .faq-sec2 .col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* --- Blog title area --- */
    .blog-sec .title-area .col-lg-8,
    .blog-sec .title-area .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .blog-sec .sec-btn-box {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    /* --- Footer --- */
    .widget-area .col-xl-8 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .widget-area .col-xl-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-menu {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
    }
    .footer-menu .footer-links {
        flex: 1;
        min-width: 180px;
    }
    .footer-box {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    /* --- Service detail sidebar --- */
    .ser-detail .col-lg-8,
    .ser-detail .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* --- Vizyon cards --- */
    .vizyon .fnp_detay {
        padding: 30px;
    }

    /* --- Project general cards --- */
    .project-genel-card .inner {
        padding: 18px;
    }
}

/* ============================================================
   768px — Tablet dikey / Büyük mobil
   ============================================================ */
@media (max-width: 768px) {
    .faq-content4 .accordion-button {
        font-size: 22px;
    }
    /* --- Typography --- */
    .sec-title .title,
    .animated-heading.h2,
    .title.animated-heading {
        font-size: 28px;
        line-height: 1.3;
    }
    .fnp_detay h2,
    .fnp_detay h3,
    .fnp_detay h4 {
        font-size: 28px;
    }
    .fnp_detay p {
        font-size: 15px;
        line-height: 1.7;
    }
    .banner-content .title2 {
        font-size: 90px;
    }
    .footer-content .title {
        font-size: 28px;
        line-height: 1.3;
    }
    .projects-title-soft {
        font-size: 28px;
    }
    .projects-desc-soft {
        font-size: 15px;
    }

    /* --- Header --- */
    .header-menu-area {
        padding: 8px 12px;
    }
    .header-logo img {
        width: 100px;
    }
    .header-top4 {
        display: none;
    }

    /* --- Hero --- */
    .hero-style6 {
        min-height: auto;
    }
    .hero-sec-info3 {
        padding: 40px 0 50px 0;
    }
    .hero-sec-info3 .title {
        font-size: 28px;
        line-height: 1.35;
    }
    .hero-btn2 p {
        font-size: 14px;
        line-height: 1.6;
    }
    .hero-slider2 .slider-btn {
        width: 100px;
        height: 45px;
        bottom: 20px;
    }
    .hero-style6 .slider-btn .swiper-button-prev::before, .hero-style6 .slider-btn .swiper-button-next::before{
        font-size: 12px;
    }
    /* --- Section spacing --- */
    .ibt-section-gap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .ibt-section-gapTop {
        padding-top: 50px;
    }
    .ibt-section-gapBottom {
        padding-bottom: 50px;
    }

    /* --- Service cards: single column --- */
    .service-sec10 .col-xl-4,
    .service-sec10 .col-lg-6,
    .service-sec10 .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ser-card10 {
        margin-bottom: 20px;
    }

    /* --- Video banner --- */
    .video-banner {
        min-height: 300px;
        padding: 40px 0;
    }
    .banner-content .sub-title {
        font-size: 14px;
    }
    .banner-content .banner-text {
        font-size: 14px;
        line-height: 1.6;
    }

    /* --- Globe --- */
    #globe {
        max-width: 100%;
    }

    /* --- Blog: single column --- */
    .blog-sec .col-lg-4,
    .blog-sec .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .blog-card {
        margin-bottom: 24px;
    }
    .blog-meta {
        left: 30px;
        font-size: 13px;
    }

    /* --- Project cards: single column --- */
    .col-lg-4.col-md-6.mb-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .project-img-soft {
        height: 220px;
    }
    .project-content-soft {
        padding: 20px 18px 22px;
    }
    .project-title-soft a {
        font-size: 19px;
    }
    .project-text-soft {
        font-size: 14px;
    }

    /* --- Project general cards --- */
    .project-genel-card .inner .title,
    .project-genel-card .inner .count {
        font-size: 20px;
    }
    .project-genel-card .inner {
        padding: 15px;
    }

    /* --- Footer --- */
    .footer-content {
        text-align: center;
        flex-direction: column;
        gap: 20px;
    }
    .footer-menu {
        flex-direction: column;
        gap: 25px;
    }
    .footer-menu .footer-links {
        min-width: 100%;
    }
    .about-widget {
        text-align: center;
    }
    .about-widget .social-icon {
        justify-content: center;
    }
    .footer-box {
        padding: 15px 0;
    }
    .footer-box p {
        font-size: 13px;
    }

    /* --- Contact section --- */
    .contact-sec .row .col-lg-6.col-md-6,
    .contact-sec .row .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-info {
        margin-bottom: 20px;
    }

    /* --- Page banner --- */
    .page-banner11 {
        min-height: 250px;
        padding: 124px 0 100px;
    }
    .page-banner11 .page-content .title {
        font-size: 28px;
    }
    .breadcrumbs {
        font-size: 13px;
    }

    /* --- Partners --- */
    .partners-sec .sec-title {
        max-width: 100%;
    }

    /* --- Post meta --- */
    .post-meta-item {
        width: 50%;
        margin-bottom: 15px;
    }

    /* --- Blog detail --- */
    .blog-single-content .blog-img4::before {
        left: -20px;
    }
    .blog-single-content .blog-meta4 {
        left: 30px;
    }

    /* --- Vizyon --- */
    .vizyon .fnp_detay {
        padding: 25px;
        border-radius: 20px;
    }

    /* --- Services slider --- */
    .services_slider button {
        width: 45px;
        height: 45px;
    }

    /* --- Modal --- */
    .mst-modal {
        width: 96vw;
        max-height: 90vh;
    }
    .mst-modal-body {
        max-height: calc(90vh - 70px);
        padding: 14px;
    }
    .mst-modal-title {
        font-size: 22px;
    }
    .mst-card-grid {
        grid-template-columns: 1fr;
    }
    .mst-card {
        grid-column: span 1;
    }
    .mst-card h4 {
        font-size: 18px;
    }

    /* --- Counter boxes --- */
    .counter-box2 {
        margin-bottom: 20px;
    }
}

/* ============================================================
   496px — Küçük mobil
   ============================================================ */
@media (max-width: 496px) {

    /* --- Overflow prevention --- */
    html, body {
        overflow-x: hidden;
        max-width: 100vw;
    }
    .container,
    .container2,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* --- Typography --- */
    .sec-title .title,
    .animated-heading.h2,
    .title.animated-heading {
        font-size: 24px;
        line-height: 1.35;
    }
    .fnp_detay h2,
    .fnp_detay h3,
    .fnp_detay h4 {
        font-size: 24px;
    }
    .fnp_detay p {
        font-size: 14px;
        line-height: 1.7;
    }
    .fnp_detay ul li {
        font-size: 14px;
    }
    .banner-content .title2 {
        font-size: 60px;
    }
    .footer-content .title {
        font-size: 24px;
        line-height: 1.35;
    }
    .projects-title-soft {
        font-size: 24px;
    }
    .projects-desc-soft {
        font-size: 14px;
    }

    /* --- Header --- */
    .header-menu-area {
        padding: 8px 10px;
    }
    .header-logo img {
        width: 90px;
    }

    /* --- Hero --- */
    .hero-sec-info3 {
        padding: 30px 0 40px 0;
    }
    .hero-sec-info3 .title {
        font-size: 24px;
        line-height: 1.4;
    }
    .hero-btn2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .hero-btn2 p {
        font-size: 13px;
        margin-bottom: 8px;
    }
    .hero-btn2 .ibt-btn {
        width: 100%;
        justify-content: center;
    }

    /* --- Section spacing --- */
    .ibt-section-gap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .ibt-section-gapTop {
        padding-top: 40px;
    }
    .ibt-section-gapBottom {
        padding-bottom: 40px;
    }

    /* --- Service cards --- */
    .ser-card10 {
        border-radius: 18px;
        margin-bottom: 16px;
    }
    .ser-card10 .ser-icon10 {
        width: 60px;
        height: 60px;
    }
    .ser-card10 .title.v2 {
        font-size: 18px;
    }

    /* --- Video banner --- */
    .video-banner {
        min-height: 250px;
        padding: 30px 0;
    }
    .banner-content .sub-title {
        font-size: 13px;
    }
    .banner-content .banner-text {
        font-size: 13px;
    }

    /* --- Globe --- */
    #globe {
        max-width: 100%;
        margin-top: 20px;
    }
    .ex_point-globe {
        width: 5px;
        height: 5px;
    }

    /* --- FAQ --- */
    .accordion-button {
        font-size: 15px;
        padding: 14px 16px;
    }
    .accordion-body {
        font-size: 14px;
        padding: 12px 16px;
    }

    /* --- Blog cards --- */
    .blog-card {
        margin-bottom: 20px;
    }
    .blog-content .title a {
        font-size: 16px;
    }
    .blog-meta {
        left: 20px;
        font-size: 12px;
    }
    .blog-img::before {
        left: -20px;
    }

    /* --- Project cards --- */
    .project-img-soft {
        height: 180px;
    }
    .project-content-soft {
        padding: 18px 15px 20px;
        gap: 10px;
    }
    .project-title-soft a {
        font-size: 17px;
    }
    .project-text-soft {
        font-size: 13px;
        line-height: 1.6;
    }
    .project-btn-soft {
        padding: 10px 16px;
        font-size: 13px;
    }
    .project-card-soft {
        border-radius: 16px;
    }
    .projects-section-soft {
        padding: 40px 0;
    }

    /* --- Project general cards --- */
    .project-genel-card {
        border-radius: 14px;
        margin-bottom: 16px;
    }
    .project-genel-card .inner .title,
    .project-genel-card .inner .count {
        font-size: 18px;
    }
    .project-genel-card .inner {
        padding: 12px;
    }

    /* --- Footer --- */
    .footer-top {
        padding: 30px 0;
    }
    .footer-content {
        gap: 16px;
    }
    .footer-content .ibt-btn {
        width: 100%;
        justify-content: center;
    }
    .about-widget .title {
        font-size: 40px;
    }
    .footer-logo img {
        width: 140px;
    }
    .widget-title {
        font-size: 16px;
    }
    .footer-links ul li a {
        font-size: 14px;
    }
    .footer-box {
        padding: 12px 0;
        gap: 8px;
    }
    .footer-box p {
        font-size: 12px;
        text-align: center;
    }

    /* --- Contact --- */
    .contact-form h2 {
        font-size: 22px;
    }
    .contact-form input,
    .contact-form textarea {
        font-size: 14px;
    }
    .contact-info .call-center .title {
        font-size: 16px;
    }
    .sozlesme {
        font-size: 13px;
    }

    /* --- Page banner --- */
    .page-banner11 {
        height: 280px;
        min-height: unset;
        padding: 0;
        margin: 25px 10px 0;
        border-radius: 18px;
        background-attachment: scroll !important;
        background-size: cover !important;
        background-position: center center !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .page-banner11::before {
        display: none;
    }
    .page-banner11 .page-content {
        text-align: center;
        padding: 0 15px;
    }
    .page-banner11 .page-content .title {
        font-size: 22px;
        line-height: 1.35;
    }
    .page-banner11 .breadcrumbs {
        position: static;
        margin-top: 10px;
        padding: 0 15px;
        font-size: 12px;
        justify-content: center;
        background: none;
        flex-wrap: wrap;
    }
    .page-banner11 .breadcrumbs li,
    .page-banner11 .breadcrumbs li a,
    .page-banner11 .breadcrumbs .items {
        color: #fff !important;
    }
    .page-banner11 .breadcrumbs li a {
        border-bottom-color: rgba(255, 255, 255, 0.5);
    }
    .page-banner11 .breadcrumbs::before,
    .page-banner11 .breadcrumbs::after {
        display: none;
    }
    .breadcrumbs li {
        padding: 0 4px;
    }

    /* --- CTA buttons stack vertically --- */
    .hero-btn2 a,
    .sec-btn-box .ibt-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    /* --- Partners slider --- */
    .brand-sec2 .swiper-slide img {
        max-height: 40px;
    }

    /* --- Post meta mobile --- */
    .post-meta-item {
        width: 100%;
    }
    .post-meta-item p {
        max-width: 100%;
    }

    /* --- Strategy widget sidebar --- */
    .strategy-widget {
        border-radius: 18px;
    }

    /* --- Modal --- */
    .mst-modal {
        width: 98vw;
        max-height: 92vh;
        border-radius: 14px;
    }
    .mst-modal-body {
        max-height: calc(92vh - 65px);
        padding: 12px;
    }
    .mst-modal-header {
        padding: 14px 16px;
    }
    .mst-modal-title {
        font-size: 18px;
    }
    .mst-card-content {
        padding: 12px;
    }
    .mst-card h4 {
        font-size: 16px;
    }
    .mst-card p {
        font-size: 13px;
    }
    .mst-tag {
        font-size: 10px;
        padding: 4px 6px;
    }

    /* --- Service detail --- */
    .ser-detail img {
        margin: 20px 0;
        border-radius: 16px;
    }
    .services_image img {
        border-radius: 18px;
    }
    .services_slider button {
        width: 40px;
        height: 40px;
        border-radius: 14px;
    }

    /* --- Vizyon --- */
    .vizyon .fnp_detay {
        padding: 20px;
        border-radius: 16px;
    }

    /* --- ibt-btn responsive --- */
    .ibt-btn {
        font-size: 14px;
        padding: 12px 20px;
    }

    /* --- About section image --- */
    .pricing-sec3 .col-lg-6 img {
        border-radius: 16px;
    }
}

.footer-policy-sep {
    margin: 0 8px;
    opacity: 0.5;
}

.footer-policy-link {
    text-decoration: underline !important;
}
