/* Responsive CSS for Collaborative Divorce Practice Template */

/* Large Devices (less than 1200px) */
@media (max-width: 1199.98px) {
    .hero-content h1 {
        font-size: 42px;
    }
    
    .hero-section,
    .hero-slider .swiper-slide {
        height: 650px;
    }
    
    .service-item {
        padding: 25px;
    }
    
    .core-info-item {
        padding: 25px;
    }
}

/* Medium Devices (less than 992px) */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: var(--bg-light);
        padding: 15px;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        border-radius: 0 0 10px 10px;
    }
    
    .navbar-nav .nav-link {
        padding: 10px 0;
    }
    
    .hero-section,
    .hero-slider .swiper-slide {
        height: 600px;
    }
    
    .hero-content h1 {
        font-size: 36px;
    }
    
    .section-padding {
        padding: 60px 0;
    }
    
    .section-title h2 {
        font-size: 32px;
    }
    
    .about-img {
        margin-bottom: 30px;
    }
    
    .about-feature-item {
        margin-bottom: 20px;
    }
    
    .service-item {
        margin-bottom: 30px;
    }
    
    .team-item {
        margin-bottom: 30px;
    }
    
    .reviews-slider .review-item {
        margin: 15px 10px;
    }
    
    .contact-info {
        margin-bottom: 30px;
    }
}

/* Small Devices (less than 768px) */
@media (max-width: 767.98px) {
    .hero-section,
    .hero-slider .swiper-slide {
        height: 500px;
    }
    
    .hero-content h1 {
        font-size: 32px;
    }
    
    .hero-content p {
        font-size: 16px;
    }
    
    .section-padding {
        padding: 50px 0;
    }
    
    .section-title {
        margin-bottom: 40px;
    }
    
    .section-title h2 {
        font-size: 28px;
    }
    
    .section-title h2:after {
        width: 60px;
    }
    
    .about-feature-item {
        padding: 20px;
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    
    .service-icon i {
        font-size: 25px;
    }
    
    .service-item h4 {
        font-size: 18px;
    }
    
    .price-header h4 {
        font-size: 20px;
    }
    
    .price-header .price {
        font-size: 36px;
    }
    
    .team-content h4 {
        font-size: 18px;
    }
    
    .core-info-item {
        margin-bottom: 25px;
    }
    
    .core-info-icon {
        width: 50px;
        height: 50px;
    }
    
    .core-info-icon i {
        font-size: 22px;
    }
    
    .core-info-item h4 {
        font-size: 18px;
    }
    
    .contact-form {
        padding: 25px;
    }
    
    .contact-form .form-control {
        height: 45px;
    }
    
    .footer {
        padding: 50px 0 0;
    }
    
    .footer-widget h4 {
        font-size: 20px;
    }
}

/* Extra Small Devices (less than 576px) */
@media (max-width: 575.98px) {
    .hero-section,
    .hero-slider .swiper-slide {
        height: 450px;
    }
    
    .hero-content h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .hero-content p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .section-padding {
        padding: 40px 0;
    }
    
    .section-title {
        margin-bottom: 30px;
    }
    
    .section-title h2 {
        font-size: 24px;
    }
    
    .about-content h2 {
        font-size: 24px;
    }
    
    .about-feature-item {
        padding: 15px;
    }
    
    .about-feature-item i {
        font-size: 30px;
        margin-bottom: 15px;
    }
    
    .about-feature-item h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .service-item {
        padding: 20px;
    }
    
    .service-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    
    .service-icon i {
        font-size: 20px;
    }
    
    .service-price {
        font-size: 20px;
    }
    
    .feature-item {
        padding: 20px;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    
    .feature-icon i {
        font-size: 20px;
    }
    
    .feature-item h4 {
        font-size: 18px;
    }
    
    .price-header {
        padding: 20px;
    }
    
    .price-body {
        padding: 20px;
    }
    
    .price-footer {
        padding: 0 20px 20px;
    }
    
    .price-header h4 {
        font-size: 18px;
    }
    
    .price-header .price {
        font-size: 30px;
    }
    
    .review-item {
        padding: 20px;
        margin: 10px 5px;
    }
    
    .review-author img {
        width: 40px;
        height: 40px;
    }
    
    .author-info h5 {
        font-size: 16px;
    }
    
    .core-info-item {
        padding: 20px;
    }
    
    .contact-form {
        padding: 20px;
    }
    
    .contact-info-icon {
        width: 40px;
        height: 40px;
    }
    
    .contact-info-icon i {
        font-size: 16px;
    }
    
    .contact-info-text h5 {
        font-size: 16px;
    }
    
    .footer-widget h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

/* Very Small Devices (less than 400px) */
@media (max-width: 399.98px) {
    .hero-section,
    .hero-slider .swiper-slide {
        height: 400px;
    }
    
    .hero-content h1 {
        font-size: 24px;
    }
    
    .hero-content p {
        font-size: 14px;
    }
    
    .btn-primary,
    .btn-outline-primary {
        padding: 8px 16px;
        font-size: 14px;
    }
    
    .section-title h2 {
        font-size: 22px;
    }
    
    .section-title h2:after {
        width: 50px;
    }
    
    .service-item h4 {
        font-size: 16px;
    }
    
    .feature-item h4 {
        font-size: 16px;
    }
    
    .price-header h4 {
        font-size: 16px;
    }
    
    .price-header .price {
        font-size: 26px;
    }
    
    .team-content h4 {
        font-size: 16px;
    }
    
    .core-info-item h4 {
        font-size: 16px;
    }
    
    .contact-info-text h5 {
        font-size: 15px;
    }
} 