

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-links {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .site-footer {
        padding: 40px 0 0;
    }
    
    .footer-links {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .social-links {
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .footer-legal {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .hero-title {
        color: #fff;
        text-shadow: 0 0 30px #00000080;
        font-size: 2rem;
        padding: 1rem;
    }
    .hero-overlay p{
        color: #fff;
        text-shadow: 0 0 30px #00000080;
    }
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-image {
        height: 70vh;
        min-height: 300px;
    }
    .hero-subject img {
        height: 100%;
    }
    
    .about-content {
        padding: 25px;
    }
    
    .product-card-detailed .product-actions {
        flex-direction: column;
    }
    
    .product-card-detailed .product-actions .btn {
        min-width: auto;
    }
    
    /* Header responsive */
    .header-content {
        padding: 10px 0;
        min-height: 60px;
    }
    
    .site-title {
        font-size: 1.4rem;
    }
    
    .site-logo {
        max-height: 42px;
    } 
    
    .header-actions {
        gap: 10px;
    }
    
    .header-action-btn {
        width: 40px;
        height: 40px;
    }
    
    .header-action-btn svg {
        width: 18px;
        height: 18px;
    }
    
    .nav-menu {
        gap: 25px;
    }
    
    .nav-menu li a {
        font-size: 0.95rem;
        padding: 10px 0;
    }
    
    .sub-menu {
        min-width: 160px;
        padding: 6px 0;
    }
    
    .sub-menu li a {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
    
    /* Footer responsive */
    .footer-main {
        padding: 40px 0 30px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .footer-brand {
        max-width: none;
        margin-bottom: 20px;
    }
    
    .footer-widget {
        text-align: left;
    }
    
    .footer-widget-title {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .footer-widget-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .social-links {
        justify-content: center;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .footer-bottom-links {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .row {
        --bs-gutter-x: 1rem;
    }
    .header-content {
        padding: 8px 0;
        min-height: 55px;
    }
    
    .site-title {
        font-size: 1.2rem;
    }
    
    .site-logo {
        max-height: 42px;
    }
    
    .header-actions {
        gap: 8px;
    }
    
    .header-action-btn {
        width: 35px;
        height: 35px;
    }
    
    .header-action-btn svg {
        width: 16px;
        height: 16px;
    }
    
    .cart-count {
        font-size: 0.6rem;
        min-width: 16px;
        height: 16px;
    }
    
    /* Footer mobile responsive */
    .footer-main {
        padding: 30px 0 20px;
    }
    
    .footer-content {
        gap: 25px;
    }
    
    .footer-site-title {
        font-size: 1.5rem;
    }
    
    .footer-description {
        font-size: 0.9rem;
    }
    
    .social-link {
        width: 35px;
        height: 35px;
    }
    
    .social-link svg {
        width: 16px;
        height: 16px;
    }
    
    .footer-widget-title {
        font-size: 1.1rem;
    }
    
    .footer-menu li a,
    .footer-categories li a {
        font-size: 0.9rem;
    }
    
    .contact-item {
        font-size: 0.9rem;
    }
    
    .contact-item svg {
        width: 14px;
        height: 14px;
    }
    
    .copyright {
        font-size: 0.85rem;
    }
    
    .footer-bottom-links a {
        font-size: 0.85rem;
    }
    .category-content{
        position: relative;
        margin-top: -2rem;
    }
    .about-section img{
        object-position: left;
    }
}

/* Responsive pagination */
@media (max-width: 576px) {
    .nav-links {
        gap: 4px;
        flex-wrap: wrap;
    }
    
    .nav-links .page-numbers {
        min-width: 36px;
        height: 36px;
        padding: 0 8px;
        font-size: 0.85rem;
    }
    
    .nav-links .page-numbers.prev,
    .nav-links .page-numbers.next {
        padding: 0 12px;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .nav-links .page-numbers {
        transition: none;
    }
    
    .nav-links .page-numbers::before {
        display: none;
    }
    
    .nav-links .page-numbers:hover {
        transform: none;
    }
}

/* Responsive Design */
@media (max-width: 968px) {
    .product-content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .product-title {
        font-size: 2rem;
    }
    
    .product-price .price {
        font-size: 2.2rem;
    }
    
    .product-images {
        height: auto;
        gap: 1rem;
    }
    
    .product-main-image {
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .single-product {
        padding: 1rem 0;
    }
    
    .product-title {
        font-size: 1.8rem;
    }
    
    .product-price .price {
        font-size: 2rem;
    }
    
    .product-images {
        flex-direction: column;
        height: auto;
        gap: 1rem;
        align-items: center;
    }
    
    .product-main-image {
        max-width: 100%;
        width: 100%;
        max-width: 400px;
        order: 1;
    }
    
    .carousel-main-image {
        /* height: 300px; */
        margin-bottom: 0.8rem;
    }

    
    .carousel-nav {
        width: 35px;
        height: 35px;
        opacity: 1;
        display: none !important
    }
    
    .carousel-prev {
        left: 10px;
    }
    
    .carousel-next {
        right: 10px;
    }
    
    .carousel-thumbnails {
        gap: 0.4rem;
        overflow-x: auto;
        padding: 0.5rem 0;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
    }
    
    .thumbnail-item {
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
    }
    
    .related-products {
        padding: 1.5rem;
        margin-top: 3rem;
    }
    
    .related-products h2 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .related-products-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.5rem;
    }
    
    .related-product-info {
        padding: 1.2rem;
    }
    
    .related-product-info h3 a {
        font-size: 1rem;
    }
    
    .product-info-column,
    .product-description-column {
        padding: 0.5rem 0;
    }
    
    .product-features {
        margin-bottom: 1.5rem;
    }
    
    .product-features h3 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    
    .features-list {
        gap: 0.8rem;
    }
    
    .features-list li {
        padding: 0.8rem 1rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .features-list li::after {
        position: absolute;
        top: 0.8rem;
        right: 1rem;
        margin: 0;
    }
    
    .features-list li strong {
        font-size: 0.95rem;
        margin-bottom: 0.3rem;
        padding-right: 2rem;
    }
    
    .features-list li span {
        font-size: 0.9rem;
        line-height: 1.4;
    }
}

@media (max-width: 576px) {
    
    .product-title {
        font-size: 1.2rem;
    }
    
    .product-price .price {
        font-size: 1.8rem;
    }
    
    .product-images {
        margin-bottom: 2rem;
    }
    
    .product-main-image {
        max-width: 350px;
    }
    
    .gallery-item {
        flex: 0 0 60px;
        max-width: 60px;
        min-width: 60px;
    }
    
    .related-products {
        margin-top: 2.5rem;
        padding: 1rem;
    }
    
    .related-products h2 {
        font-size: 1.3rem;
        margin-bottom: 1.2rem;
    }
    
    .related-products-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .related-product-info {
        padding: 1rem;
    }
    
    .related-product-info h3 a {
        font-size: 0.95rem;
    }
    
    .related-product-price .price {
        font-size: 1.1rem;
    }
    
    .product-header {
        margin-bottom: 1.5rem;
    }
    
    .product-sku {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
    }
    
    .product-features {
        margin-bottom: 1rem;
    }
    
    .product-features h3 {
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
    }
    
    .features-list {
        gap: 0.6rem;
    }
    
    .features-list li {
        padding: 0.6rem 0.8rem;
    }
    
    .features-list li::after {
        top: 0.6rem;
        right: 0.8rem;
        width: 20px;
        height: 20px;
        font-size: 0.8rem;
    }
    
    .features-list li strong {
        font-size: 0.9rem;
        padding-right: 1.8rem;
    }
    
    .features-list li span {
        font-size: 0.85rem;
    }
    
    .add-to-cart {
        font-size: 14px;
        height: 45px;
        padding: 0.8rem 1rem;
        position: fixed;
        bottom: 1rem;
        left: 1rem;
        width: calc(100% - 2rem);
        z-index: 10;
    }

    .voice-input-section {
        margin-bottom: 0 !important
    }
    
    .product-actions {
        margin-bottom: 1.5rem;
    }
    
    .add-to-cart-form {
        gap: 1.2rem;
    }
}

@media (max-width: 768px) {
    .lightbox-nav {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .lightbox-prev {
        left: -50px;
    }
    
    .lightbox-next {
        right: -50px;
    }
    
    .lightbox-close {
        top: -40px;
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
    }
}

/* Responsive Design */
@media (max-width: 968px) {
    .checkout-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .order-summary {
        position: static;
        order: -1;
    }
}

@media (max-width: 768px) {    
    .checkout-page .page-header {
        margin-bottom: 2rem;
        padding: 1.5rem;
    }
    
    .checkout-page .page-title {
        font-size: 2rem;
    }
    
    .checkout-form-section{
        padding: 0;
    }
    .order-summary {
        padding: 2rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.875rem 1rem;
    }
    
    .checkout-form .btn {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .checkout-page .page-header {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .checkout-page .page-title {
        font-size: 1.75rem;
    }
    
    .checkout-form-section{
        padding: 0;
    }
    .order-summary {
        padding: 1.5rem;
    }
    
    .checkout-form-section h2,
    .order-summary h2 {
        font-size: 1.3rem;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.75rem;
        font-size: 0.95rem;
    }
    
    .order-item {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }
    
    .item-total {
        align-self: flex-end;
    }
    
    .total-final {
        margin: 0 -1.5rem;
        padding: 1rem 1.5rem;
    }
    
    .order-actions {
        margin-top: 1.5rem;
        padding-top: 1rem;
    }
    
    .checkout-page .order-actions .btn {
        padding: 1rem 1.5rem;
        font-size: 1rem;
        position: fixed;
        margin: 0 -25px 0 0;
        width: calc(100% - 40px);
        bottom: 1rem;
        z-index: 10;
    }
    .hero-overlay .bigbtn {
        border-color: #fff;
        color: #fff;
        backdrop-filter: blur(3px);
    }
    .total-final .total-value,.total-final .total-label{
        font-size: 16px;
    }
    .order-items{
        margin-bottom: 1rem
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .phone-auth-content {
        width: 95%;
        margin: 1rem;
    }
    
    .phone-auth-header,
    .phone-auth-body {
        padding: 1.5rem;
    }
    
    .phone-auth-header h3 {
        font-size: 1.3rem;
    }
    
    .otp-inputs {
        gap: 0.8rem;
    }
    
    .otp-input {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .phone-auth-header,
    .phone-auth-body {
        padding: 1rem;
    }
    
    .phone-auth-header h3 {
        font-size: 1.2rem;
    }
    
    .otp-inputs {
        gap: 0.6rem;
    }
    
    .otp-input {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
    
    .phone-auth-body input[type="tel"] {
        padding: 0.8rem;
        font-size: 0.95rem;
    }
    
    .phone-auth-body .btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.95rem;
    }
}

/* Print styles */
@media print {
    .site-header {
        position: static;
        box-shadow: none;
        border-bottom: 1px solid #ccc;
    }
    
    .header-actions,
    .mobile-menu-toggle {
        display: none;
    }
    
    .site-footer {
        background: #f5f5f5 !important;
        color: #333 !important;
    }
    
    .social-links {
        display: none;
    }
    
    .pagination {
        display: none;
    }
    
    .product-actions,
    .related-products {
        display: none;
    }
    
    .checkout-page {
        background: white !important;
    }
    
    .checkout-form-section,
    .order-summary {
        border: 1px solid #ccc;
    }
    
    .checkout-form .btn {
        display: none;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .product-price-preview {
        margin-bottom: 1.5rem;
    }
    
    .price-label {
        font-size: 1rem;
        margin-bottom: 0.2rem;
    }
    
    .price-value {
        font-size: 1.1rem;
        align-self: flex-end;
    }
    
    .total-price {
        font-size: 1.3rem;
    }
    
    .prepayment-price {
        font-size: 1.2rem;
    }
    
    .voice-input-wrapper {
        padding: 1.5rem;
        min-height: 100px;
    }
    
    .voice-placeholder {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .product-price-preview {
        margin-bottom: 1rem;
    }
    
    .price-item {
        padding: 0.6rem 0;
    }
    
    .price-label {
        font-size: 14px
    }
    
    .price-value,.weight-value,.total-price {
        font-size: 14px !important
    }
    
    .prepayment-price {
        font-size: 1.1rem;
    }
    
    .voice-input-wrapper {
        padding: 1rem;
        min-height: 80px;
    }
    
    .voice-label {
        font-size: 1rem;
        margin: 0.8rem 0;
    }
    
    .voice-placeholder {
        font-size: 0.85rem;
    }
}

/* Extra small screens */
@media (max-width: 320px) {
    .single-product {
        padding: 0.5rem 0;
    }
    
    .product-title {
        font-size: 1.2rem;
    }
    
    .product-price .price {
        font-size: 1.6rem;
    }
    
    .product-main-image {
        max-width: 280px;
    }
    
    .gallery-item {
        flex: 0 0 50px;
        max-width: 50px;
        min-width: 50px;
    }
    
    .price-item {
        padding: 0.5rem 0;
    }
    
    .price-label {
        font-size: 0.9rem;
    }
    
    .price-value {
        font-size: 0.95rem;
    }

    
    .prepayment-price {
        font-size: 1rem;
    }
    
    .voice-input-wrapper {
        padding: 0.8rem;
        min-height: 70px;
    }
    
    .voice-label {
        font-size: 0.95rem;
        margin-bottom: 0.6rem;
    }
    
    .voice-placeholder {
        font-size: 0.8rem;
    }
    
    .add-to-cart {
        font-size: 13px;
        height: 42px;
        padding: 0.7rem 0.8rem;
    }
    
    .features-list li {
        padding: 0.5rem 0.6rem;
    }
    
    .features-list li strong {
        font-size: 0.85rem;
        padding-right: 1.5rem;
    }
    
    .features-list li span {
        font-size: 0.8rem;
    }
    
    .features-list li::after {
        width: 18px;
        height: 18px;
        font-size: 0.75rem;
    }
    
    .related-products {
        margin-top: 2rem;
        padding: 0.8rem;
    }
    
    .related-products h2 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    
    .related-product-info {
        padding: 0.8rem;
    }
    
    .related-product-info h3 a {
        font-size: 0.9rem;
    }
    
    .related-product-price .price {
        font-size: 1rem;
    }
}

/* Responsive design for variations */
@media (max-width: 768px) {
    .variation-options {
        gap: 0.5rem;
    }
    
    .variation-option {
        min-width: 100px;
        padding: 0.6rem 0.8rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .variation-option {
        min-width: auto;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .my-account-page .hero-title {
        font-size: 2.5rem;
    }
    
    .my-account-page .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .profile-card {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }
    
    .profile-stats {
        justify-content: center;
        gap: 1.5rem;
    }
    
    .widget-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .stat-widget {
        padding: 1.5rem;
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .widget-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .widget-content h3 {
        font-size: 1.5rem;
    }
    
    .modern-tabs {
        flex-direction: column;
    }
    
    .modern-tabs .nav-link {
        padding: 1rem;
        flex-direction: row;
        justify-content: flex-start;
        gap: 1rem;
    }
    
    .tab-icon {
        margin-bottom: 0;
        font-size: 1.2rem;
    }
    
    .order-header {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    
    .order-status-section {
        align-items: flex-start;
        width: 100%;
    }
    
    .order-progress {
        width: 100%;
    }
    
    .form-row {
        flex-direction: column;
        gap: 1rem;
    }
    
    .floating-group {
        margin-bottom: 1.5rem;
    }
    
    .order-actions {
        flex-direction: column;
        padding: 0;
        margin: 0;
        border: none;
    }
    
    .login-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-modern {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .my-account-page .hero-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .profile-card {
        padding: 1.5rem;
    }
    
    .profile-name {
        font-size: 1.5rem;
    }
    
    .profile-stats {
        flex-direction: column;
        gap: 1rem;
    }
    
    .widget-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .stat-widget {
        padding: 1.25rem;
    }
    
    .modern-card {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .modern-form {
        padding: 1.5rem;
    }
    
    .floating-input {
        padding: 0.875rem 0.875rem 0.875rem 2.5rem;
    }
    
    .floating-label {
        right: 2.5rem;
    }
    
    .empty-state {
        padding: 3rem 1.5rem;
    }
    
    .empty-icon {
        font-size: 3rem;
    }
}

/* Tablet Styles */
@media (max-width: 992px) {
    .about-hero {
        min-height: 60vh;
    }
    
    .about-page .hero-title {
        font-size: 3rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .values-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }
    
    .value-card {
        padding: 2.5rem;
    }
    
    .timeline-content {
        padding: 2rem;
    }
    
    .mission-card,
    .vision-card {
        padding: 3rem 2.5rem;
    }
}

@media (max-width: 768px) {
    /* Hero Section Mobile */
    .about-hero {
        min-height: 50vh;
        padding: 2rem 0;
    }
    
    .about-page .hero-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        line-height: 1.2;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
        line-height: 1.5;
        margin-bottom: 0;
    }
    
    .hero-content {
        padding: 0 1rem;
    }
    
    /* Section Titles */
    .about-page .section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
        margin-top: 1rem;
    }
    
    /* Mission & Vision Cards */
    .mission-card,
    .vision-card {
        padding: 2.5rem 2rem;
        margin-bottom: 2rem;
    }
    
    .mission-card h2,
    .vision-card h2 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    
    .mission-card p,
    .vision-card p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Statistics */
    .stat-item {
        padding: 2rem 1rem;
        margin-bottom: 1rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .stat-label {
        font-size: 0.95rem;
    }
    
    /* Timeline Mobile */
    .timeline {
        padding: 1rem 0;
    }
    
    .timeline::before {
        left: 20px;
    }
    
    .timeline-item {
        width: 100%;
        left: 0 !important;
        text-align: left !important;
        padding-left: 4rem;
        padding-right: 1rem;
        margin-bottom: 2rem;
    }
    
    .timeline-item::before {
        left: 10px !important;
        right: auto !important;
    }
    
    .timeline-content {
        padding: 2rem 1.5rem;
    }
    
    .timeline-year {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .timeline-content h3 {
        font-size: 1.3rem;
        margin-bottom: 0.8rem;
    }
    
    .timeline-content p {
        font-size: 0.95rem;
        line-height: 1.5;
    }
    
    .timeline-image img {
        height: 150px;
    }
    
    /* Team Section */
    .team-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .member-info {
        padding: 1.5rem;
    }
    
    .member-name {
        font-size: 1.3rem;
    }
    
    .member-position {
        font-size: 0.95rem;
    }
    
    .member-bio {
        font-size: 0.9rem;
    }
    
    /* Values Section */
    .values-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-top: 2rem;
    }
    
    .value-card {
        padding: 2.5rem 2rem;
    }
    
    .value-content h3 {
        font-size: 1.3rem;
        margin-bottom: 0.8rem;
    }
    
    .value-content p {
        font-size: 1rem;
        line-height: 1.5;
    }
    
    .value-icon img {
        width: 60px;
        height: 60px;
    }
    
    /* Page Content */
    .page-content {
        padding: 2rem 0;
        margin: 0 -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Modern Mobile Menu Responsive */
    .mobile-menu-content {
        width: 280px;
    }
    
    .mobile-menu-header {
        padding: 1.5rem 1rem 1rem;
    }
    
    .mobile-site-title {
        font-size: 1.3rem;
    }
    
    .modern-mobile-nav-menu li a {
        padding: 0.8rem 1rem;
        font-size: 1rem;
    }
    
    .mobile-menu-footer {
        padding: 1rem;
    }
    
    .mobile-action-btn {
        padding: 0.8rem;
        font-size: 0.9rem;
    }
    .timeline-item.right{
        right: 0;
    }
}

@media (max-width: 480px) {
    /* Modern Mobile Menu Small Screens */
    .mobile-menu-content {
        width: 100%;
        max-width: 300px;
    }
    
    .mobile-menu-header {
        padding: 1.2rem 1rem 0.8rem;
    }
    
    .mobile-site-title {
        font-size: 1.2rem;
    }
    
    .modern-mobile-nav-menu li a {
        padding: 0.7rem 0.8rem;
        font-size: 0.95rem;
        margin-right: 0.5rem;
    }
    
    .mobile-menu-footer {
        padding: 0.8rem;
    }
    
    .mobile-menu-actions {
        gap: 0.5rem;
    }
    
    .mobile-action-btn {
        padding: 0.7rem;
        font-size: 0.85rem;
        gap: 0.3rem;
    }
    
    .mobile-cart-count {
        font-size: 0.7rem;
        min-width: 18px;
        height: 18px;
    }
}

@media (max-width: 480px) {
    /* Hero Section Small Mobile */
    .about-hero {
        min-height: 40vh;
        padding: 1.5rem 0;
    }
    
    .about-page .hero-title {
        font-size: 2rem;
        line-height: 1.1;
        margin-bottom: 0.8rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        line-height: 1.4;
    }
    
    .hero-content {
        padding: 0 0.5rem;
    }
    
    /* Section Titles */
    .about-page .section-title {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    
    .section-subtitle {
        font-size: 0.95rem;
        margin-top: 0.8rem;
    }
    
    /* Mission & Vision Cards */
    .mission-card,
    .vision-card {
        padding: 2rem 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .mission-card h2,
    .vision-card h2 {
        font-size: 1.4rem;
        margin-bottom: 0.8rem;
    }
    
    .mission-card p,
    .vision-card p {
        font-size: 0.95rem;
        line-height: 1.5;
    }
    
    /* Statistics */
    .stat-item {
        padding: 1.5rem 1rem;
        margin-bottom: 0.8rem;
    }
    
    .stat-number {
        font-size: 2.2rem;
    }
    
    .stat-label {
        font-size: 0.9rem;
    }
    
    /* Timeline Small Mobile */
    .timeline {
        padding: 0.5rem 0;
    }
    
    .timeline::before {
        left: 15px;
    }
    
    .timeline-item {
        padding-left: 3rem;
        padding-right: 0.5rem;
        margin-bottom: 1.5rem;
    }
    
    .timeline-item::before {
        left: 7px !important;
        width: 15px;
        height: 15px;
    }
    
    .timeline-content {
        padding: 1.5rem 1rem;
    }
    
    .timeline-year {
        font-size: 0.75rem;
        padding: 0.3rem 0.6rem;
    }
    
    .timeline-content h3 {
        font-size: 1.2rem;
        margin-bottom: 0.6rem;
    }
    
    .timeline-content p {
        font-size: 0.9rem;
        line-height: 1.4;
    }
    
    .timeline-image img {
        height: 120px;
    }
    
    /* Team Section */
    .member-info {
        padding: 1.2rem;
    }
    
    .member-name {
        font-size: 1.2rem;
    }
    
    .member-position {
        font-size: 0.9rem;
    }
    
    .member-bio {
        font-size: 0.85rem;
    }
    
    /* Values Section */
    .values-grid {
        gap: 1rem;
        margin-top: 1.5rem;
    }
    
    .value-card {
        padding: 2rem 1.5rem;
    }
    
    .value-content h3 {
        font-size: 1.2rem;
        margin-bottom: 0.6rem;
    }
    
    .value-content p {
        font-size: 0.95rem;
        line-height: 1.4;
    }
    
    .value-icon img {
        width: 50px;
        height: 50px;
    }
    
    /* Page Content */
    .page-content {
        padding: 1.5rem 0;
        margin: 0 -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Extra Small Devices */
@media (max-width: 360px) {
    .about-hero {
        min-height: 35vh;
        padding: 1rem 0;
    }
    
    .about-page .hero-title {
        font-size: 1.8rem;
        line-height: 1.1;
    }
    
    .hero-subtitle {
        font-size: 0.95rem;
    }
    
    .about-page .section-title {
        font-size: 1.6rem;
    }
    
    .mission-card,
    .vision-card {
        padding: 1.5rem 1rem;
    }
    
    .mission-card h2,
    .vision-card h2 {
        font-size: 1.3rem;
    }
    
    .timeline-item {
        padding-left: 2.5rem;
    }
    
    .timeline-item::before {
        left: 3px !important;
        width: 12px;
        height: 12px;
    }
    
    .timeline-content {
        padding: 1.2rem 0.8rem;
    }
    
    .timeline-content h3 {
        font-size: 1.1rem;
    }
    
    .value-card {
        padding: 1.5rem 1rem;
    }
    
    .value-content h3 {
        font-size: 1.1rem;
    }
    
    .value-icon img {
        width: 45px;
        height: 45px;
    }
}


/* ========================================
   CONTACT PAGE RESPONSIVE STYLES
======================================== */

/* Tablet Styles */
@media (max-width: 992px) {
    .contact-hero {
        min-height: 50vh;
    }
    
    .contact-page .hero-title {
        font-size: 3rem;
    }
    
    .contact-page .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .contact-method-card {
        padding: 2rem;
    }
    
    .contact-info-section,
    .contact-form-section {
        padding: 2.5rem;
    }
    
    .map-container iframe {
        height: 350px;
    }
}

@media (max-width: 768px) {
    /* Contact Hero Mobile */
    .contact-hero {
        min-height: 40vh;
        padding: 2rem 0;
    }
    
    .contact-page .hero-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        line-height: 1.2;
    }
    
    .contact-page .hero-subtitle {
        font-size: 1.1rem;
        line-height: 1.5;
        margin-bottom: 0;
    }
    
    .hero-content {
        padding: 0 1rem;
    }
    
    /* Contact Methods Mobile */
    .contact-methods-section {
        padding: 3rem 0;
        margin: 0 -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .contact-method-card {
        padding: 2rem 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .contact-method-card h3 {
        font-size: 1.3rem;
        margin-bottom: 0.8rem;
    }
    
    .method-description {
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
    }
    
    .method-item {
        padding: 0.6rem;
        margin-bottom: 0.8rem;
    }
    
    .method-item i {
        font-size: 1rem;
    }
    
    /* Contact Content Mobile */
    .contact-content {
        padding: 3rem 0;
    }
    
    .contact-info-section,
    .contact-form-section {
        padding: 2rem 1.5rem;
        margin-bottom: 2rem;
    }
    
    .contact-item {
        padding: 1.2rem;
        margin-bottom: 1.5rem;
        gap: 1rem;
    }
    
    .contact-icon {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    .contact-content h4 {
        font-size: 1.1rem;
        margin-bottom: 0.4rem;
    }
    
    .contact-content p {
        font-size: 0.95rem;
    }
    
    .social-links-section h4 {
        font-size: 1.2rem;
        margin-bottom: 1.2rem;
    }
    
    .social-link {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    /* Contact Form Mobile */
    .contact-form-fields input,
    .contact-form-fields textarea {
        padding: 0.8rem;
        font-size: 0.95rem;
    }
    
    .contact-form-fields .btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.95rem;
    }
    
    /* Map Section Mobile */
    .map-section {
        padding: 3rem 0;
        margin: 0 -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .map-header h2 {
        font-size: 2rem;
        margin-bottom: 0.8rem;
    }
    
    .map-address {
        font-size: 1rem;
    }
    
    .map-container iframe {
        height: 300px;
    }
    
    /* FAQ Section Mobile */
    .faq-section {
        padding: 3rem 0;
    }
    
    .faq-section h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .faq-question {
        padding: 1.2rem;
    }
    
    .faq-question h4 {
        font-size: 1.1rem;
    }
    
    .faq-answer {
        padding: 0 1.2rem 1.2rem;
    }
    
    .faq-answer p {
        font-size: 0.95rem;
    }
    
    /* Testimonials Mobile */
    .testimonials-section {
        padding: 3rem 0;
        margin: 0 -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .testimonials-section h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .testimonial-card {
        padding: 2rem 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .testimonial-text {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .author-photo img {
        width: 45px;
        height: 45px;
    }
    
    .author-info h5 {
        font-size: 1rem;
    }
    
    .author-info p {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    /* Contact Hero Small Mobile */
    .contact-hero {
        min-height: 35vh;
        padding: 1.5rem 0;
    }
    
    .contact-page .hero-title {
        font-size: 2rem;
        line-height: 1.1;
        margin-bottom: 0.8rem;
    }
    
    .contact-page .hero-subtitle {
        font-size: 1rem;
        line-height: 1.4;
    }
    
    .hero-content {
        padding: 0 0.5rem;
    }
    
    /* Contact Methods Small Mobile */
    .contact-methods-section {
        padding: 2rem 0;
        margin: 0 -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .contact-method-card {
        padding: 1.5rem 1rem;
        margin-bottom: 1rem;
    }
    
    .contact-method-card h3 {
        font-size: 1.2rem;
        margin-bottom: 0.6rem;
    }
    
    .method-description {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    .method-item {
        padding: 0.5rem;
        margin-bottom: 0.6rem;
        gap: 8px;
    }
    
    .method-item i {
        font-size: 0.9rem;
        width: 16px;
    }
    
    /* Contact Content Small Mobile */
    .contact-content {
        padding: 2rem 0;
    }
    
    .contact-info-section,
    .contact-form-section {
        padding: 1.5rem 1rem;
        margin-bottom: 1.5rem;
    }
    
    .contact-item {
        padding: 1rem;
        margin-bottom: 1rem;
        gap: 0.8rem;
    }
    
    .contact-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .contact-content h4 {
        font-size: 1rem;
        margin-bottom: 0.3rem;
    }
    
    .contact-content p {
        font-size: 0.9rem;
    }
    
    .social-links-section h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    /* Contact Form Small Mobile */
    .contact-form-fields input,
    .contact-form-fields textarea {
        padding: 0.7rem;
        font-size: 0.9rem;
    }
    
    .contact-form-fields .btn {
        padding: 0.7rem 1.2rem;
        font-size: 0.9rem;
    }
    
    /* Map Section Small Mobile */
    .map-section {
        padding: 2rem 0;
        margin: 0 -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .map-header h2 {
        font-size: 1.8rem;
        margin-bottom: 0.6rem;
    }
    
    .map-address {
        font-size: 0.95rem;
    }
    
    .map-container iframe {
        height: 250px;
    }
    
    /* FAQ Section Small Mobile */
    .faq-section {
        padding: 2rem 0;
    }
    
    .faq-section h2 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    
    .faq-question {
        padding: 1rem;
    }
    
    .faq-question h4 {
        font-size: 1rem;
    }
    
    .faq-answer {
        padding: 0 1rem 1rem;
    }
    
    .faq-answer p {
        font-size: 0.9rem;
    }
    
    /* Testimonials Small Mobile */
    .testimonials-section {
        padding: 2rem 0;
        margin: 0 -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .testimonials-section h2 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    
    .testimonial-card {
        padding: 1.5rem 1rem;
        margin-bottom: 1rem;
    }
    
    .testimonial-text {
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
    }
    
    .author-photo img {
        width: 40px;
        height: 40px;
    }
    
    .author-info h5 {
        font-size: 0.95rem;
    }
    
    .author-info p {
        font-size: 0.8rem;
    }
}

/* Extra Small Devices */
@media (max-width: 360px) {
    .contact-hero {
        min-height: 30vh;
        padding: 1rem 0;
    }
    
    .contact-page .hero-title {
        font-size: 1.8rem;
        line-height: 1.1;
    }
    
    .contact-page .hero-subtitle {
        font-size: 0.95rem;
    }
    
    .contact-method-card {
        padding: 1.2rem 0.8rem;
    }
    
    .contact-method-card h3 {
        font-size: 1.1rem;
    }
    
    .method-description {
        font-size: 0.85rem;
    }
    
    .contact-info-section,
    .contact-form-section {
        padding: 1.2rem 0.8rem;
    }
    
    .contact-item {
        padding: 0.8rem;
        gap: 0.6rem;
    }
    
    .contact-icon {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
    
    .contact-content h4 {
        font-size: 0.95rem;
    }
    
    .contact-content p {
        font-size: 0.85rem;
    }
    
    .social-link {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
    
    .contact-form-fields input,
    .contact-form-fields textarea {
        padding: 0.6rem;
        font-size: 0.85rem;
    }
    
    .contact-form-fields .btn {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }
    
    .map-header h2 {
        font-size: 1.6rem;
    }
    
    .map-address {
        font-size: 0.9rem;
    }
    
    .map-container iframe {
        height: 200px;
    }
    
    .faq-section h2 {
        font-size: 1.6rem;
    }
    
    .faq-question {
        padding: 0.8rem;
    }
    
    .faq-question h4 {
        font-size: 0.95rem;
    }
    
    .faq-answer {
        padding: 0 0.8rem 0.8rem;
    }
    
    .faq-answer p {
        font-size: 0.85rem;
    }
    
    .testimonials-section h2 {
        font-size: 1.6rem;
    }
    
    .testimonial-card {
        padding: 1.2rem 0.8rem;
    }
    
    .testimonial-text {
        font-size: 0.9rem;
    }
    
    .author-photo img {
        width: 35px;
        height: 35px;
    }
    
    .author-info h5 {
        font-size: 0.9rem;
    }
    
    .author-info p {
        font-size: 0.75rem;
    }
}

/* Breadcrumb responsive styles */
@media (max-width: 768px) {
    .breadcrumbs {
        margin: 0.5rem 0 1.5rem 0;
    }
    
    .breadcrumb-list {
        font-size: 0.85rem;
    }
    
    .breadcrumb-item:not(:last-child)::after {
        margin: 0 0.3rem;
    }
}

@media (max-width: 480px) {
    .breadcrumbs {
        margin: 0 0 1rem 0;
    }
    
    .breadcrumb-list {
        font-size: 0.8rem;
    }
    
    .breadcrumb-item:not(:last-child)::after {
        margin: 0 0.25rem;
    }
}

/* Single Post Responsive Styles */
@media (max-width: 992px) {
    .single-post .container {
        padding: 0 1.5rem;
    }
    
    .post-header {
        padding: 2rem 2rem 1.5rem;
    }
    
    .post-title {
        font-size: 2.25rem;
    }
    
    .post-meta {
        gap: 1.5rem;
    }
    
    .post-content {
        padding: 2rem;
        font-size: 1rem;
    }
    
    .post-tags {
        padding: 1.5rem 2rem;
    }
    
    .post-footer {
        padding: 1.5rem 2rem;
    }
    
    .related-posts {
        padding: 2rem;
    }
    
    .related-posts-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .single-post {
        padding: 1rem 0;
    }
    
    .single-post .container {
        padding: 0 1rem;
    }
    
    .post-header {
        padding: 1.5rem 1rem 1rem;
    }
    
    .post-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .post-meta {
        flex-direction: column;
        gap: 1rem;
    }
    
    .meta-item {
        flex-direction: row;
        align-items: center;
        gap: 1rem;
    }
    
    .meta-label {
        font-size: 0.8rem;
        min-width: 80px;
    }
    
    .post-content {
        padding: 1.5rem 1rem;
        font-size: 0.95rem;
    }
    
    .post-content h2 {
        font-size: 1.5rem;
    }
    
    .post-content h3 {
        font-size: 1.25rem;
    }
    
    .post-tags {
        padding: 1rem;
    }
    
    .tag-list {
        gap: 0.25rem;
    }
    
    .tag-item {
        padding: 0.375rem 0.75rem;
        font-size: 0.8rem;
    }
    
    .post-footer {
        padding: 1rem;
    }
    
    .post-navigation {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .nav-link {
        padding: 1rem;
    }
    
    .nav-title {
        font-size: 1rem;
    }
    
    .related-posts {
        padding: 1.5rem 1rem;
        margin-top: 2rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .related-posts-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .related-post-content {
        padding: 1rem;
    }
    
    .related-post-title {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .post-header {
        padding: 1rem 0.75rem 0.75rem;
    }
    
    .post-title {
        font-size: 1.75rem;
        line-height: 1.3;
    }
    
    .post-meta {
        gap: 0.75rem;
    }
    
    .meta-item {
        gap: 0.5rem;
    }
    
    .meta-label {
        font-size: 0.75rem;
        min-width: 70px;
    }
    
    .meta-value {
        font-size: 0.9rem;
    }
    
    .post-content {
        padding: 1rem 0.75rem;
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .post-content h2 {
        font-size: 1.375rem;
        margin: 1.5rem 0 0.75rem 0;
    }
    
    .post-content h3 {
        font-size: 1.125rem;
    }
    
    .post-content p {
        margin-bottom: 1rem;
    }
    
    .post-content blockquote {
        padding: 0.75rem 1rem;
        margin: 1.5rem 0;
    }
    
    .post-tags {
        padding: 0.75rem;
    }
    
    .tags-title {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }
    
    .tag-item {
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
    }
    
    .post-footer {
        padding: 0.75rem;
    }
    
    .nav-link {
        padding: 0.75rem;
    }
    
    .nav-direction {
        font-size: 0.75rem;
    }
    
    .nav-title {
        font-size: 0.9rem;
    }
    
    .related-posts {
        padding: 1rem 0.75rem;
    }
    
    .section-title {
        font-size: 1.375rem;
    }
    
    .related-post-thumbnail img {
        height: 150px;
    }
    
    .related-post-content {
        padding: 0.75rem;
    }
    
    .related-post-title {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }
    
    .related-post-date {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .post-title {
        font-size: 1.5rem;
    }
    
    .post-content {
        font-size: 0.85rem;
    }
    
    .post-content h2 {
        font-size: 1.25rem;
    }
    
    .post-content h3 {
        font-size: 1rem;
    }
    
    .tag-item {
        padding: 0.2rem 0.4rem;
        font-size: 0.7rem;
    }
    
    .nav-link {
        padding: 0.5rem;
    }
    
    .nav-title {
        font-size: 0.85rem;
    }
    
    .section-title {
        font-size: 1.25rem;
    }
    
    .related-post-thumbnail img {
        height: 120px;
    }
    
    .related-post-title {
        font-size: 0.85rem;
    }
}

/* Blog Page Responsive Styles */
@media (max-width: 768px) {
    .blog-page {
        padding: 1rem 0;
    }
    
    .blog-image img {
        height: 150px;
    }
    
    .blog-content {
        padding: 1rem;
    }
    
    .blog-title {
        font-size: 1rem;
    }
    
    .blog-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .blog-excerpt {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .blog-image img {
        height: 120px;
    }
    
    .blog-content {
        padding: 0.75rem;
    }
    
    .blog-title {
        font-size: 0.9rem;
    }
    
    .blog-excerpt {
        font-size: 0.8rem;
    }
    
    .blog-meta {
        gap: 0.25rem;
    }
    
    .blog-date {
        font-size: 0.75rem;
    }
    
    .blog-category {
        font-size: 0.65rem;
        padding: 0.2rem 0.5rem;
    }
    .footer-brand img {
        margin: 1rem auto;
    }
}

@media (max-width: 480px) {
    .blog-image img {
        height: 100px;
    }
    
    .blog-content {
        padding: 0.5rem;
    }
    
    .blog-title {
        font-size: 0.85rem;
    }
    
    .blog-excerpt {
        font-size: 0.75rem;
    }
}