/* ===============================================
   MOBILE RESPONSIVE STYLES
   =============================================== */

/* General Mobile Fixes */
@media (max-width: 768px) {
    /* Body and Container Fixes */
    html, body {
        overflow-x: hidden;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    * {
        box-sizing: border-box;
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    
    .row {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    
    .col-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12,
    .col-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6,
    .col-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4,
    .col-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3 {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        max-width: 100%;
    }
    
    /* Force full width on mobile */
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    /* Header and Navigation */
    .headerBg {
        padding: 0;
    }
    
    .headerSliderBg {
        min-height: 500px;
    }
    
    .headedrContent {
        padding: 50px 0 0;
        text-align: center;
    }
    
    .headedrContent h1 {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    
    .headedrContent .lead {
        font-size: 1rem;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    
    .headedrContent .sub-title {
        font-size: 0.9rem;
    }
    
    /* Navbar Mobile */
    .navbar-brand img {
        max-height: 40px;
    }
    
    .navbar-toggler {
        border: none;
        padding: 4px 8px;
    }
    
    .navbar-collapse {
        margin: 10px -16px -8px -16px;
        background-color: #ffffff;
        overflow-y: auto;
        max-height: 535px;
        border-radius: 5px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
    
    .navbar-nav .nav-item .nav-link {
        color: #1a2b8d;
        padding: 12px 15px;
        border-bottom: 1px solid #d2d2d2;
        font-size: 14px;
    }
    
    .navbar-nav .nav-item .nav-link i {
        margin-right: 8px;
        font-size: 12px;
    }
    
    .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none;
    }
    
    ul.dropdown-menu {
        width: 100%;
        transform: translate(0, 0px);
        box-shadow: none;
        border: none;
        background-color: #f8f9fa;
    }
    
    .dropdown-item {
        padding: 8px 20px;
        font-size: 13px;
    }
    
    .dropdown-item i {
        margin-right: 5px;
        font-size: 10px;
    }
    
    /* Hero Section */
    .headedrImg {
        text-align: center;
        margin-top: 30px;
    }
    
    .headedrImg img {
        max-width: 100%;
        height: auto;
    }
    
    /* Section Headings */
    .heading-sub::before, .heading-sub::after {
        width: 60px;
    }
    
    .heading-sub::before {
        left: -80px;
    }
    
    .heading-sub::after {
        right: -80px;
    }
    
    .h2Baslik {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    
    .heading-desc {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    /* About Us Section */
    .aboutUs {
        padding-top: 40px !important;
    }
    
    .aboutUsLeftSection {
        padding: 0;
        margin-bottom: 30px;
    }
    
    .aboutUsLeftSection img {
        width: 100%;
        height: auto;
    }
    
    .aboutUsRightSection {
        padding: 0;
    }
    
    /* Service Cards */
    .service {
        margin-bottom: 20px;
    }
    
    .ct-fancybox-inner {
        padding: 20px;
        text-align: center;
    }
    
    .ct-fancybox-title h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    
    .ct-fancybox-description {
        font-size: 0.9rem;
        line-height: 1.4;
    }
    
    .ct-fancybox-icon {
        margin-bottom: 15px;
    }
    
    .ct-fancybox-icon img {
        max-width: 60px;
        height: auto;
    }
    
    /* Pricing Cards */
    .grid-item {
        margin-bottom: 20px;
    }
    
    .pricing-title {
        font-size: 1.1rem;
    }
    
    .pricing-price {
        font-size: 1.2rem;
    }
    
    .pricing-content ul {
        font-size: 0.9rem;
    }
    
    .pricing-button {
        text-align: center;
    }
    
    .btn {
        font-size: 0.9rem;
        padding: 10px 20px;
        width: 100%;
        margin-top: 10px;
    }
    
    /* Video Background Section */
    #sector-tabContent {
        margin: 0 -15px;
        border-radius: 0;
        min-height: 400px;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    
    #sector-tabContent video {
        height: 100%;
        object-fit: cover;
    }
    
    #sector-tabContent .tab-pane .container {
        padding: 20px 15px;
    }
    
    #sector-tabContent .tab-pane h3 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    #sector-tabContent .tab-pane .lead {
        font-size: 1rem;
        line-height: 1.4;
    }
    
    #sector-tabContent .tab-pane ul {
        font-size: 0.9rem;
        padding-left: 15px;
    }
    
    #sector-tabContent .tab-pane .btn {
        width: 100%;
        margin-top: 15px;
    }
    
    /* Tab Navigation */
    .nav-pills {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .nav-pills .nav-link {
        font-size: 0.8rem;
        padding: 8px 12px;
        margin: 2px;
        white-space: nowrap;
    }
    
    /* Customer Reviews */
    .review-item {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .review-card {
        padding: 20px;
    }
    
    .review-content p {
        font-size: 0.9rem;
        line-height: 1.4;
    }
    
    .slider-btn {
        width: 40px;
        height: 40px;
    }
    
    .slider-btn i {
        font-size: 14px;
    }
    
    /* Footer */
    .footer {
        text-align: center;
    }
    
    .footerFirstSection,
    .footerSecondSection,
    .footerThirdSection,
    .footerFourthSection {
        margin-bottom: 30px;
    }
    
    .footer-badges {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .footer-badges img {
        height: 50px;
        width: 100px;
    }
    
    /* Text Mobile */
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.3;
    }
    
    p, .lead {
        line-height: 1.5;
    }
    
    /* Form Elements */
    .wpcf7-form .wpcf7-text,
    .wpcf7-form .wpcf7-email,
    .wpcf7-form .wpcf7-textarea {
        font-size: 14px;
        padding: 12px 15px;
    }
    
    .wpcf7-submit {
        width: 100%;
        padding: 12px 20px;
        font-size: 14px;
    }
}

/* Extra Small Devices (phones, 576px and down) */
@media (max-width: 576px) {
    .headedrContent h1 {
        font-size: 1.8rem;
    }
    
    .headedrContent .lead {
        font-size: 0.9rem;
    }
    
    .h2Baslik {
        font-size: 1.6rem;
    }
    
    .heading-desc {
        font-size: 0.85rem;
    }
    
    .ct-fancybox-title h3 {
        font-size: 1.1rem;
    }
    
    .ct-fancybox-description {
        font-size: 0.85rem;
    }
    
    .pricing-title {
        font-size: 1rem;
    }
    
    .pricing-price {
        font-size: 1.1rem;
    }
    
    .nav-pills .nav-link {
        font-size: 0.7rem;
        padding: 6px 8px;
    }
    
    .btn {
        font-size: 0.8rem;
        padding: 8px 16px;
    }
    
    .navbar-brand img {
        max-height: 0px;
    }
    
    #sector-tabContent {
        min-height: 350px;
    }
    
    #sector-tabContent .tab-pane h3 {
        font-size: 1.3rem;
    }
    
    #sector-tabContent .tab-pane .lead {
        font-size: 0.9rem;
    }
    
    .review-card {
        padding: 15px;
    }
    
    .review-content p {
        font-size: 0.85rem;
    }
    
    .slider-btn {
        width: 35px;
        height: 35px;
    }
    
    .slider-btn i {
        font-size: 12px;
    }
}

/* Landscape Orientation Mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .headerSliderBg {
        min-height: 400px;
    }
    
    .headedrContent {
        padding: 30px 0 0;
    }
    
    #sector-tabContent {
        min-height: 300px;
    }
}

/* PC Desktop Fixes */
@media (min-width: 769px) {
    .navbar-brand {
        margin-right: 60px;
    }
    
    .navbar-brand img {
        height: 8vh;
        max-height: none;
    }
    
    .top-nav-collapse .navbar-brand {
        display: none;
    }
    
    .navbar-brand.top-nav {
        display: none;
    }
    
    .top-nav-collapse .navbar-brand.top-nav {
        display: block;
    }
    
    .navbar-nav .nav-item .nav-link {
        color: #ffffff;
        font-size: 16px;
        font-family: 'Nunito', sans-serif;
        font-weight: bold;
    }
    
    .navbar-nav li {
        margin: 0 6px;
    }
    
    .navbar-nav .nav-item .nav-link:hover, 
    .navbar-light .navbar-nav .active>.nav-link, 
    .navbar-light .navbar-nav .nav-link.active, 
    .navbar-light .navbar-nav .nav-link.show, 
    .navbar-light .navbar-nav .show>.nav-link {
        color: #ffac14;
    }
    
    .navbar-light .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.1);
    }
    
    .navbar-toggler i {
        color: #ffffff;
    }
    
    /* PC Video Background */
    #sector-tabContent {
        border-radius: 15px;
        min-height: 500px;
    }
    
    #sector-tabContent .tab-pane .container {
        padding: 40px;
    }
    
    #sector-tabContent .tab-pane h3 {
        font-size: 2rem;
        line-height: 1.2;
    }
    
    #sector-tabContent .tab-pane .lead {
        font-size: 1.1rem;
        line-height: 1.5;
    }
    
    #sector-tabContent .tab-pane ul {
        font-size: 1rem;
        padding-left: 20px;
    }
    
    #sector-tabContent .tab-pane .btn {
        width: auto;
        margin-top: 20px;
    }
}

/* Tablet Specific (768px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .headedrContent h1 {
        font-size: 2.2rem;
    }
    
    .h2Baslik {
        font-size: 2rem;
    }
    
    .ct-fancybox-title h3 {
        font-size: 1.3rem;
    }
    
    .pricing-title {
        font-size: 1.2rem;
    }
    
    .pricing-price {
        font-size: 1.3rem;
    }
}

/* Large Desktop (1200px+) */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    
    .headedrContent h1 {
        font-size: 3rem;
    }
    
    .h2Baslik {
        font-size: 2.5rem;
    }
    
    .ct-fancybox-title h3 {
        font-size: 1.4rem;
    }
}

/* Anadolu SMS Panel Section Mobile Fixes */
@media (max-width: 768px) {
    .phones-right-section {
        padding: 20px 15px !important;
    }
    
    .heading-tag {
        font-size: 24px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
    
    .phones-detail {
        font-size: 16px !important;
        line-height: 1.5 !important;
        margin-bottom: 25px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
    
    .fancybox-layout2 {
        margin-bottom: 20px !important;
        min-height: auto !important;
        height: auto !important;
    }
    
    .fancybox-inner2 {
        flex-direction: row !important;
        padding: 20px 15px !important;
        border-radius: 15px !important;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    }
    
    .fancybox-icon2 {
        width: 40px !important;
        min-width: 40px !important;
        margin-right: 15px !important;
        flex-shrink: 0 !important;
    }
    
    .fancybox-icon2 i {
        font-size: 24px !important;
    }
    
    .fancybox-meta2 {
        flex: 1 !important;
        min-width: 0 !important;
    }
    
    .fancybox-title {
        font-size: 18px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
    
    .fancybox-content {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }
    
    .fancybox-content p {
        margin: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
    
    .phones-right-section .col-12,
    .phones-right-section .col-sm-12,
    .phones-right-section .col-md-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 576px) {
    .phones-right-section {
        padding: 15px 10px !important;
    }
    
    .heading-tag {
        font-size: 20px !important;
        line-height: 1.2 !important;
    }
    
    .phones-detail {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }
    
    .fancybox-inner2 {
        padding: 15px 12px !important;
        border-radius: 12px !important;
    }
    
    .fancybox-icon2 {
        width: 35px !important;
        min-width: 35px !important;
        margin-right: 12px !important;
    }
    
    .fancybox-icon2 i {
        font-size: 20px !important;
    }
    
    .fancybox-title {
        font-size: 16px !important;
        line-height: 1.2 !important;
    }
    
    .fancybox-content {
        font-size: 13px !important;
        line-height: 1.3 !important;
    }
}

/* İletişim Bölümü Mobil Düzeltmeleri */
@media (max-width: 768px) {
    .aboutUsFormBg {
        margin-top: -50px !important;
        padding: 20px 15px !important;
    }
    
    .aboutUsForm {
        padding: 30px 20px !important;
        border-radius: 15px !important;
        margin: 0 15px !important;
    }
    
    .aboutUsForm .row {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .aboutUsForm .col-lg-9,
    .aboutUsForm .col-lg-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    .formTitle {
        font-size: 24px !important;
        line-height: 1.3 !important;
        margin-bottom: 20px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
    
    .input-filled {
        text-align: center !important;
        margin-top: 10px !important;
    }
    
    .wpcf7-submit {
        width: 100% !important;
        max-width: 300px !important;
        padding: 15px 30px !important;
        font-size: 16px !important;
        border-radius: 25px !important;
        display: inline-block !important;
    }
    
    .contact-info {
        margin-top: 30px !important;
        padding: 20px 15px !important;
        background: rgba(255, 255, 255, 0.1) !important;
        border-radius: 15px !important;
    }
    
    .contact-info .row {
        margin: 0 !important;
    }
    
    .contact-info .col-md-4,
    .contact-info .col-md-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px !important;
        padding: 0 10px !important;
    }
    
    .contact-item {
        text-align: center !important;
        padding: 20px 15px !important;
        background: rgba(255, 255, 255, 0.1) !important;
        border-radius: 12px !important;
        margin-bottom: 15px !important;
        transition: all 0.3s ease !important;
    }
    
    .contact-item:hover {
        background: rgba(255, 255, 255, 0.2) !important;
        transform: translateY(-2px) !important;
    }
    
    .contact-item i {
        font-size: 24px !important;
        color: #fff !important;
        margin-bottom: 10px !important;
        display: block !important;
    }
    
    .contact-item h4 {
        font-size: 18px !important;
        color: #fff !important;
        margin-bottom: 8px !important;
        font-weight: 600 !important;
    }
    
    .contact-item p {
        font-size: 14px !important;
        color: rgba(255, 255, 255, 0.9) !important;
        margin: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
}

@media (max-width: 576px) {
    .aboutUsFormBg {
        margin-top: -30px !important;
        padding: 15px 10px !important;
    }
    
    .aboutUsForm {
        padding: 25px 15px !important;
        margin: 0 10px !important;
    }
    
    .formTitle {
        font-size: 20px !important;
        line-height: 1.2 !important;
    }
    
    .wpcf7-submit {
        padding: 12px 25px !important;
        font-size: 14px !important;
    }
    
    /* Mobile Logo Responsive Styles */
    .welcome-left-image {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        text-align: center !important;
        margin: 20px auto !important;
        z-index: 10 !important;
        width: 100% !important;
        display: block !important;
    }
    
    .welcome-icon {
        width: 150px !important;
        height: 135px !important;
        transform: none !important;
        margin: 0 auto !important;
        display: block !important;
        object-fit: cover !important;
        border-radius: 50% !important;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2)) !important;
    }
    
    .contact-info {
        padding: 15px 10px !important;
    }
}

/* Extra small devices (phones, 360px and down) */
@media (max-width: 360px) {
    .welcome-icon {
        width: 120px !important;
        height: 108px !important;
    }
    
    /* FAQ Extra Small Mobile */
    .faq-container {
        padding: 12px 10px !important;
        border-radius: 10px !important;
    }
    
    .faq-container h4 {
        font-size: 1.1rem !important;
        margin-bottom: 15px !important;
    }
    
    .faq-question span {
        font-size: 0.75rem !important;
        line-height: 1.1 !important;
    }
    
    .faq-answer p {
        font-size: 0.75rem !important;
        line-height: 1.3 !important;
    }
    
    .faq-item.active .faq-answer {
        max-height: 70px !important;
    }
}

/* Small devices (landscape phones, 480px and down) */
@media (max-width: 480px) {
    .welcome-icon {
        width: 130px !important;
        height: 117px !important;
    }
    
    /* FAQ Small Mobile Optimization */
    .faq-container {
        padding: 15px 12px !important;
        border-radius: 12px !important;
    }
    
    .faq-container h4 {
        font-size: 1.2rem !important;
        margin-bottom: 18px !important;
    }
    
    .faq-question span {
        font-size: 0.8rem !important;
        line-height: 1.2 !important;
    }
    
    .faq-answer p {
        font-size: 0.8rem !important;
        line-height: 1.4 !important;
    }
    
    .faq-item.active .faq-answer {
        max-height: 80px !important;
    }
    
    /* Productivity Small Mobile */
    .productivity-title {
        font-size: 1.4rem !important;
    }
    
    .productivity-description {
        font-size: 0.9rem !important;
        padding: 0 10px !important;
    }
    
    .modern-card {
        padding: 18px 12px !important;
        border-radius: 12px !important;
    }
    
    .excel-title,
    .workforce-title,
    .phone-title,
    .sms-title {
        font-size: 1.1rem !important;
        margin-bottom: 12px !important;
    }
    
    .excel-text,
    .workforce-text,
    .phone-text,
    .sms-text {
        font-size: 0.8rem !important;
        line-height: 1.4 !important;
    }
    
    .card-icon {
        width: 45px !important;
        height: 45px !important;
        margin-bottom: 12px !important;
    }
    
    .card-icon-img {
        width: 60px !important;
        height: 60px !important;
    }
    
    .side-image {
        max-width: 60% !important;
    }
    
    /* Productivity Extra Small Mobile */
    .productivity-title {
        font-size: 1.2rem !important;
    }
    
    .productivity-description {
        font-size: 0.85rem !important;
        padding: 0 5px !important;
    }
    
    .modern-card {
        padding: 15px 10px !important;
        border-radius: 10px !important;
    }
    
    .excel-title,
    .workforce-title,
    .phone-title,
    .sms-title {
        font-size: 1rem !important;
        margin-bottom: 10px !important;
    }
    
    .excel-text,
    .workforce-text,
    .phone-text,
    .sms-text {
        font-size: 0.75rem !important;
        line-height: 1.3 !important;
    }
    
    .card-icon {
        width: 40px !important;
        height: 40px !important;
        margin-bottom: 10px !important;
    }
    
    .card-icon-img {
        width: 50px !important;
        height: 50px !important;
    }
    
    .side-image {
        max-width: 50% !important;
    }
    
    /* SMS Packages Mobile Optimization */
    .col-md-3 {
        margin-bottom: 20px !important;
    }
    
    .card {
        border-radius: 10px !important;
        box-shadow: 0 5px 15px rgba(0,0,0,.1) !important;
    }
    
    .card-body h5 {
        font-size: 1.1rem !important;
        margin-bottom: 15px !important;
    }
    
    .display-4 {
        font-size: 24px !important;
    }
    
    .card-body ul {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
    }
    
    .btn {
        font-size: 0.9rem !important;
        padding: 8px 16px !important;
    }
    
    /* Gerekli Evraklar Section Mobile */
    .embed-responsive {
        border-radius: 8px !important;
        box-shadow: 0 5px 15px rgba(0,0,0,.1) !important;
    }
    
    .card-body h5 {
        font-size: 1rem !important;
        margin-bottom: 12px !important;
    }
    
    .card-body ul {
        font-size: 0.8rem !important;
        line-height: 1.4 !important;
    }
    
    .text-primary {
        font-size: 0.9rem !important;
    }
    
    /* Compact Feature Cards Mobile */
    .col-md-2 {
        margin-bottom: 15px !important;
    }
    
    .card {
        min-height: 100px !important;
        border-radius: 8px !important;
    }
    
    .card-body img {
        height: 25px !important;
        width: 25px !important;
        margin-bottom: 6px !important;
    }
    
    .card-body h6 {
        font-size: 0.8rem !important;
        margin-bottom: 4px !important;
    }
    
    .card-body p {
        font-size: 0.7rem !important;
        line-height: 1.2 !important;
    }
}

/* Tablet and medium devices (768px and down) */
@media (max-width: 768px) {
    .welcome-left-image {
        margin: 15px auto !important;
        padding: 0 15px !important;
    }
    
    .welcome-icon {
        max-width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 !important;
    }
    
    /* FAQ Mobile Optimization */
    .works-left-faq {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 20px 0 !important;
        padding: 0 10px !important;
        z-index: 10 !important;
    }
    
    .faq-container {
        background: rgba(255, 255, 255, 0.98) !important;
        border-radius: 15px !important;
        padding: 20px 15px !important;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
        backdrop-filter: blur(10px) !important;
        max-height: none !important;
        overflow-y: visible !important;
    }
    
    .faq-container h4 {
        font-size: 1.3rem !important;
        margin-bottom: 20px !important;
        color: #2f30a7 !important;
        text-align: center !important;
        font-weight: 700 !important;
    }
    
    .faq-item {
        margin-bottom: 12px !important;
        border-bottom: 1px solid #e8e8e8 !important;
        padding-bottom: 12px !important;
    }
    
    .faq-question {
        padding: 10px 0 !important;
        cursor: pointer !important;
    }
    
    .faq-question span {
        font-size: 0.85rem !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
        color: #333 !important;
    }
    
    .faq-question i {
        font-size: 0.8rem !important;
        color: #2f30a7 !important;
        transition: transform 0.3s ease !important;
    }
    
    .faq-item.active .faq-question i {
        transform: rotate(180deg) !important;
    }
    
    .faq-item.active .faq-answer {
        max-height: 100px !important;
    }
    
    .faq-answer p {
        font-size: 0.85rem !important;
        line-height: 1.5 !important;
        margin: 10px 0 0 0 !important;
        color: #555 !important;
    }
    
    /* Productivity Section Mobile Optimization */
    .productivity-section {
        margin-top: 30px !important;
    }
    
    .productivity-title {
        font-size: 1.6rem !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }
    
    .productivity-description {
        font-size: 0.95rem !important;
        line-height: 1.4 !important;
        text-align: center !important;
        padding: 0 15px !important;
    }
    
    .modern-card {
        transform: none !important;
        padding: 20px 15px !important;
        border-radius: 15px !important;
        margin-bottom: 20px !important;
        width: 100% !important;
    }
    
    .excel-title,
    .workforce-title,
    .phone-title,
    .sms-title {
        font-size: 1.2rem !important;
        margin-bottom: 15px !important;
        line-height: 1.3 !important;
        text-align: center !important;
    }
    
    .excel-text,
    .workforce-text,
    .phone-text,
    .sms-text {
        font-size: 0.85rem !important;
        line-height: 1.5 !important;
        text-align: center !important;
    }
    
    .card-icon {
        width: 50px !important;
        height: 50px !important;
        margin: 0 auto 15px auto !important;
    }
    
    .card-icon-img {
        width: 70px !important;
        height: 70px !important;
    }
    
    .side-image {
        max-width: 70% !important;
        margin: 15px auto !important;
        display: block !important;
    }
    
    /* Stack layout for mobile */
    .col-lg-2 {
        order: 2 !important;
        margin-top: 15px !important;
    }
    
    .col-lg-10 {
        order: 1 !important;
    }
    
    /* SMS Packages Tablet Optimization */
    .col-md-3 {
        margin-bottom: 25px !important;
    }
    
    .card {
        border-radius: 12px !important;
        box-shadow: 0 8px 20px rgba(0,0,0,.08) !important;
    }
    
    .card-body h5 {
        font-size: 1.2rem !important;
        margin-bottom: 18px !important;
    }
    
    .display-4 {
        font-size: 28px !important;
    }
    
    .card-body ul {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }
    
    .btn {
        font-size: 0.95rem !important;
        padding: 10px 20px !important;
    }
    
    /* Gerekli Evraklar Section Tablet */
    .embed-responsive {
        border-radius: 10px !important;
        box-shadow: 0 8px 20px rgba(0,0,0,.08) !important;
    }
    
    .card-body h5 {
        font-size: 1.1rem !important;
        margin-bottom: 15px !important;
    }
    
    .card-body ul {
        font-size: 0.85rem !important;
        line-height: 1.5 !important;
    }
    
    .text-primary {
        font-size: 1rem !important;
    }
    
    /* Compact Feature Cards Tablet */
    .col-md-2 {
        margin-bottom: 20px !important;
    }
    
    .card {
        min-height: 110px !important;
        border-radius: 10px !important;
    }
    
    .card-body img {
        height: 28px !important;
        width: 28px !important;
        margin-bottom: 7px !important;
    }
    
    .card-body h6 {
        font-size: 0.85rem !important;
        margin-bottom: 5px !important;
    }
    
    .card-body p {
        font-size: 0.72rem !important;
        line-height: 1.25 !important;
    }
    
    .contact-item {
        padding: 15px 10px !important;
    }
    
    .contact-item i {
        font-size: 20px !important;
    }
    
    .contact-item h4 {
        font-size: 16px !important;
    }
    
    .contact-item p {
        font-size: 13px !important;
    }
}