/* ===========================================
   SATYA GROUP - RESPONSIVE STYLESHEET
   Mobile First Approach | All Devices Supported
   =========================================== */

/* ========== EXTRA LARGE DEVICES (Desktop 1400px+) ========== */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
    
    .hero-section h1 {
        font-size: 58px;
    }
    
    .page-header h1 {
        font-size: 52px;
    }
}

/* ========== LARGE DEVICES (Laptop 1200px - 1399px) ========== */
@media (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 1140px;
    }
    
    .hero-section h1 {
        font-size: 48px;
    }
    
    .page-header h1 {
        font-size: 44px;
    }
    
    .products-item-wrap .products-content h3 {
        font-size: 18px;
    }
}

/* ========== MEDIUM DEVICES (Tablet Landscape 992px - 1199px) ========== */
@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
    
    /* Hero Section */
    .hero-section h1 {
        font-size: 40px;
    }
    
    .hero-section p {
        font-size: 16px;
    }
    
    /* Section Titles */
    .section-title h2 {
        font-size: 32px;
    }
    
    /* Page Header */
    .page-header h1 {
        font-size: 38px;
    }
    
    .page-header p {
        font-size: 16px;
    }
    
    /* Products Section */
    .products-item-wrap .products-content {
        padding: 15px;
    }
    
    .products-item-wrap .products-content h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .products-item-wrap .products-content p {
        font-size: 12px;
    }
    
    /* Content Section */
    .content-section {
        padding: 30px;
    }
    
    /* Counter Section */
    .counter-box h2 {
        font-size: 36px;
    }
    
    .counter-box p {
        font-size: 14px;
    }
    
    /* Benefits Cards */
    .benefit-card h3 {
        font-size: 18px;
    }
    
    .benefit-card p {
        font-size: 13px;
    }
    
    /* Stats Section */
    .stats-section h3 {
        font-size: 30px;
    }
    
    .stats-section p {
        font-size: 14px;
    }
}

/* ========== SMALL DEVICES (Tablet Portrait 768px - 991px) ========== */
@media (min-width: 768px) and (max-width: 991px) {
    /* General */
    .container {
        max-width: 720px;
    }
    
    /* Navbar */
    .navbar-nav {
        margin-top: 20px;
    }
    
    .dropdown-content {
        position: static;
        width: 100%;
        margin-top: 10px;
    }
    
    /* Hero Section */
    .hero-section {
        padding: 60px 0;
        text-align: center;
    }
    
    .hero-section h1 {
        font-size: 32px;
    }
    
    .hero-section p {
        font-size: 15px;
    }
    
    .hero-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .hero-buttons .btn-primary-custom,
    .hero-buttons .btn-outline-custom {
        width: 80%;
        margin: 5px 0;
        text-align: center;
    }
    
    /* Section Titles */
    .section-title h2 {
        font-size: 28px;
    }
    
    .section-title h6 {
        font-size: 12px;
    }
    
    /* Page Header */
    .page-header {
        padding: 50px 0;
    }
    
    .page-header h1 {
        font-size: 32px;
    }
    
    .page-header p {
        font-size: 15px;
    }
    
    /* Content Section */
    .content-section {
        padding: 25px;
    }
    
    .content-section h2 {
        font-size: 24px;
    }
    
    .content-section h3 {
        font-size: 18px;
    }
    
    .content-section p {
        font-size: 14px;
    }
    
    /* Products Section */
    .products_wrapper {
        padding: 20px 0;
    }
    
    .products-item-wrap .products-content {
        padding: 12px;
    }
    
    .products-item-wrap .products-content h3 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .products-item-wrap .products-content p {
        font-size: 11px;
        line-height: 1.4;
    }
    
    .products-item-wrap .products-content .main-btn {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    /* Services Section */
    .services_wrapper {
        padding: 40px 0;
    }
    
    .service-item-wrap {
        flex-direction: column;
    }
    
    .service-menu-area ul li a {
        padding: 15px;
    }
    
    .service-menu-area ul li a h5 {
        font-size: 16px;
    }
    
    .service-menu-area ul li a p {
        font-size: 13px;
    }
    
    /* Team Section */
    .team-info h5 {
        font-size: 16px;
    }
    
    .team-info p {
        font-size: 12px;
    }
    
    /* Gallery Section */
    .gallery-item {
        margin-bottom: 0;
    }
    
    /* Blog Section */
    .blog-content h3 {
        font-size: 18px;
    }
    
    .blog-content h6 {
        font-size: 14px;
    }
    
    .blog-content p {
        font-size: 13px;
    }
    
    /* Counter Section */
    .counter {
        padding: 20px 0;
    }
    
    .counter h2 {
        font-size: 28px;
    }
    
    .counter p {
        font-size: 13px;
    }
    
    /* Stats Section */
    .stats-section {
        padding: 25px;
    }
    
    .stats-section h3 {
        font-size: 28px;
    }
    
    .stats-section p {
        font-size: 13px;
    }
    
    /* Benefits Section */
    .benefits-section {
        padding: 30px 0;
    }
    
    .benefit-card {
        padding: 20px;
    }
    
    .benefit-card i {
        font-size: 40px;
    }
    
    .benefit-card h3 {
        font-size: 16px;
    }
    
    /* Testimonials Section */
    .testimonials-section {
        padding: 40px 0;
    }
    
    .testimonial-card {
        padding: 20px;
        margin: 10px;
    }
    
    .testimonial-card p {
        font-size: 13px;
    }
    
    /* FAQ Section */
    .faq-section {
        padding: 25px;
    }
    
    .faq-question {
        font-size: 16px;
    }
    
    .faq-answer {
        font-size: 13px;
    }
    
    /* Video Section */
    .video-section {
        padding: 40px 0;
    }
    
    .play-btn {
        font-size: 45px;
    }
    
    /* Specs Table */
    .specs-table {
        padding: 20px;
        overflow-x: auto;
    }
    
    .specs-table td {
        padding: 8px;
        font-size: 13px;
    }
    
    /* Feature List */
    .feature-list li {
        padding: 10px 0;
        font-size: 14px;
    }
    
    .feature-list li i {
        font-size: 18px;
        width: 25px;
    }
    
    /* CTA Section */
    .cta-section {
        padding: 30px 20px;
    }
    
    .cta-section h2 {
        font-size: 24px;
    }
    
    .cta-section p {
        font-size: 15px;
    }
    
    /* Newsletter */
    .newsletter-section {
        padding: 40px 20px;
    }
    
    .newsletter-box h3 {
        font-size: 24px;
    }
    
    .newsletter-form input {
        width: 250px;
    }
    
    /* Achievement Badges */
    .badge-item img {
        width: 60px;
        height: 60px;
    }
    
    .badge-item p {
        font-size: 12px;
    }
    
    /* Footer */
    .footer_wrapper .col-lg-3 {
        margin-bottom: 25px;
    }
    
    .footer_wrapper h5 {
        font-size: 16px;
    }
    
    .footer_wrapper p,
    .footer_wrapper li {
        font-size: 13px;
    }
}

/* ========== EXTRA SMALL DEVICES (Mobile 576px - 767px) ========== */
@media (min-width: 576px) and (max-width: 767px) {
    /* General */
    .container {
        max-width: 540px;
    }
    
    /* Navbar */
    .navbar-brand img {
        width: 140px;
    }
    
    .navbar-toggler {
        padding: 8px 12px;
    }
    
    .dropdown-content {
        position: static;
        width: 100%;
        margin-top: 10px;
        box-shadow: none;
    }
    
    /* Hero Section */
    .hero-section {
        padding: 50px 0;
        text-align: center;
    }
    
    .hero-section h1 {
        font-size: 28px;
    }
    
    .hero-section p {
        font-size: 14px;
    }
    
    .hero-badge {
        font-size: 12px;
        padding: 5px 15px;
    }
    
    .trust-badges span {
        font-size: 12px;
        margin: 3px !important;
    }
    
    /* Section Titles */
    .section-title {
        margin-bottom: 30px;
    }
    
    .section-title h2 {
        font-size: 24px;
    }
    
    .section-title h6 {
        font-size: 11px;
    }
    
    /* Page Header */
    .page-header {
        padding: 40px 0;
    }
    
    .page-header h1 {
        font-size: 28px;
    }
    
    .page-header p {
        font-size: 14px;
    }
    
    /* Content Section */
    .content-section {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .content-section h2 {
        font-size: 22px;
    }
    
    .content-section h3 {
        font-size: 16px;
    }
    
    .content-section p {
        font-size: 13px;
    }
    
    /* Products Section */
    .products_wrapper {
        padding: 15px 0;
    }
    
    .products-item {
        margin-bottom: 20px;
    }
    
    .products-item-wrap .products-content {
        padding: 10px;
    }
    
    .products-item-wrap .products-content h3 {
        font-size: 13px;
        margin-bottom: 5px;
    }
    
    .products-item-wrap .products-content p {
        font-size: 10px;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    
    .products-item-wrap .products-content .main-btn {
        font-size: 10px;
        padding: 4px 10px;
    }
    
    /* Services Section */
    .services_wrapper {
        padding: 30px 0;
    }
    
    .service-item-wrap {
        flex-direction: column;
    }
    
    .service-menu-area ul li a {
        padding: 12px;
    }
    
    .service-menu-area ul li a .service-icon img {
        width: 40px;
    }
    
    .service-menu-area ul li a h5 {
        font-size: 14px;
        margin: 0;
    }
    
    .service-menu-area ul li a p {
        font-size: 11px;
        margin: 5px 0 0;
    }
    
    /* Team Section */
    .team_info {
        padding: 10px;
    }
    
    .team-info h5 {
        font-size: 14px;
    }
    
    .team-info p {
        font-size: 11px;
    }
    
    /* Gallery Section */
    .gallery-item {
        padding: 5px;
    }
    
    /* Blog Section */
    .blog-content {
        padding: 15px !important;
    }
    
    .blog-content h3 {
        font-size: 16px;
        margin-bottom: 5px !important;
    }
    
    .blog-content h6 {
        font-size: 12px;
    }
    
    .blog-content p {
        font-size: 12px;
    }
    
    .blog-content .main-btn {
        font-size: 12px;
        padding: 5px 12px;
    }
    
    /* Counter Section */
    .counter .col-md-3 {
        margin-bottom: 20px;
    }
    
    .counter h2 {
        font-size: 24px;
    }
    
    .counter p {
        font-size: 12px;
    }
    
    /* Stats Section */
    .stats-section {
        padding: 20px;
    }
    
    .stats-section h3 {
        font-size: 24px;
    }
    
    .stats-section p {
        font-size: 12px;
    }
    
    /* Benefits Section */
    .benefits-section {
        padding: 25px 0;
    }
    
    .benefit-card {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .benefit-card i {
        font-size: 35px;
    }
    
    .benefit-card h3 {
        font-size: 15px;
    }
    
    .benefit-card p {
        font-size: 12px;
    }
    
    /* Testimonials Section */
    .testimonials-section {
        padding: 30px 0;
    }
    
    .testimonial-card {
        padding: 15px;
        margin: 10px;
    }
    
    .testimonial-card .stars {
        font-size: 14px;
    }
    
    .testimonial-card p {
        font-size: 12px;
    }
    
    .testimonial-card h4 {
        font-size: 14px;
    }
    
    /* FAQ Section */
    .faq-section {
        padding: 20px;
        margin: 30px 0;
    }
    
    .faq-question {
        font-size: 14px;
    }
    
    .faq-answer {
        font-size: 12px;
    }
    
    /* Video Section */
    .video-section {
        padding: 30px 0;
    }
    
    .play-btn {
        font-size: 40px;
    }
    
    /* Specs Table */
    .specs-table {
        padding: 15px;
        overflow-x: auto;
    }
    
    .specs-table td {
        padding: 6px;
        font-size: 12px;
    }
    
    /* Feature List */
    .feature-list li {
        padding: 8px 0;
        font-size: 13px;
    }
    
    .feature-list li i {
        font-size: 16px;
        width: 22px;
    }
    
    /* Buttons */
    .btn-primary-custom,
    .btn-outline-custom {
        padding: 8px 20px;
        font-size: 13px;
    }
    
    /* CTA Section */
    .cta-section {
        padding: 25px 15px;
        margin: 30px 0;
    }
    
    .cta-section h2 {
        font-size: 20px;
    }
    
    .cta-section p {
        font-size: 14px;
    }
    
    /* Newsletter */
    .newsletter-section {
        padding: 30px 15px;
    }
    
    .newsletter-box h3 {
        font-size: 20px;
    }
    
    .newsletter-box p {
        font-size: 13px;
    }
    
    .newsletter-form input {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .newsletter-form button {
        width: 100%;
    }
    
    /* Achievement Badges */
    .badge-item img {
        width: 50px;
        height: 50px;
    }
    
    .badge-item p {
        font-size: 10px;
    }
    
    /* Footer */
    .footer_wrapper .col-lg-3 {
        margin-bottom: 25px;
        text-align: center;
    }
    
    .footer_wrapper h5 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .footer_wrapper p,
    .footer_wrapper li {
        font-size: 12px;
    }
    
    .social-network {
        justify-content: center;
    }
    
    .copyright-section p {
        font-size: 11px;
        text-align: center;
    }
}

/* ========== MOBILE DEVICES (Less than 576px) ========== */
@media (max-width: 575px) {
    /* General */
    body {
        font-size: 14px;
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Navbar */
    .navbar-brand img {
        width: 120px;
    }
    
    .navbar-toggler {
        padding: 6px 10px;
    }
    
    .dropdown-content {
        position: static;
        width: 100%;
        margin-top: 8px;
        box-shadow: none;
        border: none;
    }
    
    .dropdown-link {
        padding: 8px 15px;
        font-size: 13px;
    }
    
    /* Hero Section */
    .hero-section {
        padding: 40px 0;
        text-align: center;
        min-height: auto;
    }
    
    .hero-section h1 {
        font-size: 24px;
    }
    
    .hero-section p {
        font-size: 13px;
    }
    
    .hero-badge {
        font-size: 11px;
        padding: 4px 12px;
    }
    
    .hero-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .hero-buttons .btn-primary-custom,
    .hero-buttons .btn-outline-custom {
        width: 90%;
        margin: 5px 0;
        text-align: center;
        font-size: 13px;
    }
    
    .trust-badges span {
        font-size: 10px;
        margin: 2px !important;
        padding: 3px 8px !important;
    }
    
    /* Section Titles */
    .section-title {
        margin-bottom: 25px;
    }
    
    .section-title h2 {
        font-size: 22px;
    }
    
    .section-title h6 {
        font-size: 10px;
    }
    
    /* Page Header */
    .page-header {
        padding: 30px 0;
    }
    
    .page-header h1 {
        font-size: 24px;
    }
    
    .page-header p {
        font-size: 13px;
    }
    
    /* Content Section */
    .content-section {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .content-section h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .content-section h3 {
        font-size: 15px;
        margin-top: 15px;
    }
    
    .content-section p {
        font-size: 12px;
        line-height: 1.5;
    }
    
    /* Products Section */
    .products_wrapper {
        padding: 10px 0;
    }
    
    .products-item {
        margin-bottom: 15px;
    }
    
    .products-item-wrap .products-content {
        padding: 8px;
    }
    
    .products-item-wrap .products-content h3 {
        font-size: 12px;
        margin-bottom: 3px;
    }
    
    .products-item-wrap .products-content p {
        font-size: 9px;
        line-height: 1.2;
        margin-bottom: 3px;
    }
    
    .products-item-wrap .products-content .main-btn {
        font-size: 9px;
        padding: 3px 8px;
    }
    
    /* Services Section */
    .services_wrapper {
        padding: 20px 0;
    }
    
    .service-item-wrap {
        flex-direction: column;
    }
    
    .service-menu-area ul li a {
        padding: 10px;
    }
    
    .service-menu-area ul li a .service-icon img {
        width: 35px;
    }
    
    .service-menu-area ul li a h5 {
        font-size: 13px;
        margin: 0;
    }
    
    .service-menu-area ul li a p {
        font-size: 10px;
        margin: 3px 0 0;
    }
    
    /* Team Section */
    .team_wrapper {
        padding: 20px 0;
    }
    
    .team-info {
        padding: 8px;
    }
    
    .team-info h5 {
        font-size: 13px;
    }
    
    .team-info p {
        font-size: 10px;
    }
    
    /* Gallery Section */
    .gallery-item {
        padding: 3px;
    }
    
    /* Blog Section */
    .blog_wrapper {
        padding-bottom: 0;
    }
    
    .blog-content {
        padding: 12px !important;
    }
    
    .blog-content h3 {
        font-size: 14px;
        margin-bottom: 3px !important;
    }
    
    .blog-content h6 {
        font-size: 11px;
    }
    
    .blog-content p {
        font-size: 11px;
        margin-top: 5px !important;
    }
    
    .blog-content .main-btn {
        font-size: 11px;
        padding: 4px 10px;
    }
    
    /* Counter Section */
    .counter .col-md-3 {
        margin-bottom: 15px;
    }
    
    .counter h2 {
        font-size: 22px;
    }
    
    .counter p {
        font-size: 11px;
    }
    
    /* Stats Section */
    .stats-section {
        padding: 15px;
    }
    
    .stats-section h3 {
        font-size: 22px;
    }
    
    .stats-section p {
        font-size: 11px;
    }
    
    /* Benefits Section */
    .benefits-section {
        padding: 20px 0;
    }
    
    .benefit-card {
        padding: 12px;
        margin-bottom: 12px;
    }
    
    .benefit-card i {
        font-size: 30px;
        margin-bottom: 10px;
    }
    
    .benefit-card h3 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .benefit-card p {
        font-size: 11px;
    }
    
    /* Testimonials Section */
    .testimonials-section {
        padding: 25px 0;
        margin: 30px 0;
    }
    
    .testimonial-card {
        padding: 12px;
        margin: 5px;
    }
    
    .testimonial-card .stars {
        font-size: 12px;
        margin-bottom: 8px;
    }
    
    .testimonial-card p {
        font-size: 11px;
        margin-bottom: 10px;
    }
    
    .testimonial-card h4 {
        font-size: 13px;
    }
    
    .testimonial-card span {
        font-size: 11px;
    }
    
    /* FAQ Section */
    .faq-section {
        padding: 15px;
        margin: 20px 0;
    }
    
    .faq-item {
        padding: 12px;
        margin-bottom: 10px;
    }
    
    .faq-question {
        font-size: 13px;
    }
    
    .faq-answer {
        font-size: 11px;
        padding-top: 8px;
    }
    
    /* Video Section */
    .video-section {
        padding: 25px 0;
    }
    
    .play-btn {
        font-size: 35px;
    }
    
    /* Specs Table */
    .specs-table {
        padding: 12px;
        overflow-x: auto;
        display: block;
    }
    
    .specs-table table {
        min-width: 500px;
    }
    
    .specs-table td {
        padding: 5px;
        font-size: 11px;
    }
    
    /* Feature List */
    .feature-list li {
        padding: 6px 0;
        font-size: 12px;
    }
    
    .feature-list li i {
        font-size: 14px;
        width: 20px;
    }
    
    /* Buttons */
    .btn-primary-custom,
    .btn-outline-custom {
        padding: 6px 15px;
        font-size: 12px;
    }
    
    /* CTA Section */
    .cta-section {
        padding: 20px 12px;
        margin: 25px 0;
    }
    
    .cta-section h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .cta-section p {
        font-size: 12px;
        margin-bottom: 15px;
    }
    
    /* Newsletter */
    .newsletter-section {
        padding: 25px 15px;
    }
    
    .newsletter-box h3 {
        font-size: 18px;
    }
    
    .newsletter-box p {
        font-size: 12px;
    }
    
    .newsletter-form input {
        width: 100%;
        padding: 10px 15px;
        margin-bottom: 8px;
    }
    
    .newsletter-form button {
        width: 100%;
        padding: 10px 15px;
    }
    
    /* Achievement Badges */
    .achievements-section {
        padding: 20px 0;
    }
    
    .badge-item {
        padding: 10px;
    }
    
    .badge-item img {
        width: 45px;
        height: 45px;
    }
    
    .badge-item p {
        font-size: 9px;
    }
    
    /* Floating Contact Bar */
    .floating-contact-bar .float-btn-custom {
        padding: 6px 10px;
        font-size: 10px;
    }
    
    /* WhatsApp Float */
    .float-whatsapp {
        width: 45px;
        height: 45px;
        bottom: 75px;
        right: 10px;
        font-size: 24px;
        padding-top: 10px;
    }
    
    .float-whatsapp .my-float {
        margin-top: 12px;
    }
    
    /* Footer */
    .footer_wrapper .col-lg-3 {
        margin-bottom: 20px;
        text-align: center;
    }
    
    .footer_wrapper h5 {
        font-size: 15px;
        margin-bottom: 12px;
    }
    
    .footer_wrapper p,
    .footer_wrapper li {
        font-size: 11px;
    }
    
    .social-network {
        justify-content: center;
    }
    
    .social-network li a {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    
    .copyright-section p {
        font-size: 10px;
        text-align: center;
    }
    
    /* Modal/Popup (if any) */
    .modal-content {
        margin: 10px;
    }
    
    /* Image Gallery */
    .gallery_wrapper .row.g-0 {
        margin: 0;
    }
}

/* ========== VERY SMALL DEVICES (320px - 375px) ========== */
@media (max-width: 375px) {
    .hero-section h1 {
        font-size: 20px;
    }
    
    .section-title h2 {
        font-size: 20px;
    }
    
    .page-header h1 {
        font-size: 22px;
    }
    
    .btn-primary-custom,
    .btn-outline-custom {
        padding: 5px 12px;
        font-size: 11px;
    }
    
    .stats-section h3 {
        font-size: 18px;
    }
    
    .counter h2 {
        font-size: 20px;
    }
    
    .product-info h3 {
        font-size: 14px;
    }
    
    .product-info p {
        font-size: 10px;
    }
}

/* ========== LANDSCAPE MODE (Mobile Landscape) ========== */
@media (max-width: 768px) and (orientation: landscape) {
    .hero-section {
        min-height: auto;
        padding: 30px 0;
    }
    
    .hero-section h1 {
        font-size: 24px;
    }
    
    .products-item-wrap .products-content {
        padding: 8px;
    }
    
    .products-item-wrap .products-content h3 {
        font-size: 12px;
    }
    
    .products-item-wrap .products-content p {
        font-size: 10px;
    }
}

/* ========== PRINT STYLES (For PDF/Print) ========== */
@media print {
    .floating-contact-bar,
    .float-whatsapp,
    .banner_wrapper,
    .hero-section,
    .newsletter-section,
    .testimonials-section {
        display: none;
    }
    
    body {
        background: white;
        color: black;
        padding: 0;
    }
    
    a {
        text-decoration: none;
        color: black;
    }
    
    .content-section {
        box-shadow: none;
        border: 1px solid #ddd;
    }
}

/* ========== HIGH RESOLUTION SCREENS (Retina) ========== */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hero-section,
    .page-header {
        background-attachment: fixed;
    }
}

/* ========== DARK MODE SUPPORT (Optional) ========== */
@media (prefers-color-scheme: dark) {
    /* Optional dark mode styles - if needed */
}