/* ============= RESPONSIVE DESIGN ============= */
@media (max-width:1280px) {
    .tool_card .card-text {
        padding-bottom: 8px;
    }

    .tool_card .card-text img {
        width: 55px;
        height: 55px;
    }

    .tool_card::after {
        height: 90px;
        width: 90px;
    }
}

/* Large screens (1200px and above) */
@media (max-width: 1199px) {
    .hero {
        margin: 0 20px;
    }

    /* .navbar {
        margin: 0 20px;
    } */

    .hero .item .hero-slide {
        padding: 100px 30px 120px;
    }
}

/* Tablets and medium screens (768px - 991px) */
@media (max-width: 992px) {
    .hero {
        margin: 0 15px;
    }

    .about-hero h1,
    .about-hero p {
        width: 80%;
    }

    /* .navbar {
        margin: 0 15px;
    }
    
    .navbar .nav-item {
        padding: 0 4px;
    }
    
    .navbar .nav-item .nav-link {
        font-size: 14px;
    } */

    .hero .item .hero-slide {
        padding: 80px 20px 100px;
        border-radius: 40px;
    }

    .hero .item .hero-slide .hero-content {
        width: 55%;
    }

    h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .hero .item .hero-slide .hero-content p {
        font-size: 14px;
    }

    .custom-btn {
        padding: 8px 16px;
        font-size: 14px;
    }

    .tool_card .card-text h5 {
        font-size: 20px;
    }

    .tool_card .card-text img {
        width: 50px;
        height: 50px;
    }

    .p-v-60 {
        padding: 40px 0;
    }

    .d-flex {
        flex-wrap: wrap;
    }

    .nav-tabs {
        justify-content: center;
    }

    .standards-table {
        font-size: 12px;
    }

    .standards-table th {
        padding: 0.8rem 0.6rem;
        font-size: 13px;
    }

    .standards-table td {
        padding: 8px 10px;
        font-size: 12px;
    }

    .input-field-sm {
        width: 70px;
        padding: 4px 6px;
        font-size: 0.8rem;
    }

    .benefit-card {
        padding: 25px;
    }

    .benefit-card h4 {
        font-size: 16px;
    }

    .raw-materials {
        padding-right: 15px;
        margin-bottom: 30px;
    }

    .material-item {
        padding: 14px 16px;
        font-size: 14px;
    }

    .labour-efficiency {
        padding: 30px;
    }

    .labour-efficiency .heading {
        font-size: 26px;
    }

    .percentage {
        font-size: 48px;
    }

    /* Comparison Section */
    .comparison-card {
        padding: 30px;
        margin-bottom: 20px;
    }

    .comparison-card h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .comparison-card li {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .saves-card {
        padding: 25px 30px;
    }

    .saves-card h3 {
        font-size: 17px;
    }

    /* Additional Benefits Section */
    .stats-grid {
        gap: 15px;
    }

    .stat-card {
        padding: 35px 25px;
        min-height: 140px;
    }

    .stat-number {
        font-size: 42px;
    }

    .stat-label {
        font-size: 14px;
    }

    .benefits-content {
        padding-left: 20px;
    }

    .benefits-content .heading {
        font-size: 28px;
    }

    .benefits-list li {
        font-size: 15px;
        margin-bottom: 18px;
    }

    /* Blog Section */
    .blog-card {
        border-radius: 20px;
    }

    .blog-image {
        height: 220px;
        border-radius: 20px 20px 0 0;
    }

    .blog-content {
        padding: 25px;
    }

    .blog-content h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .blog-content p {
        font-size: 13px;
    }

    /* Testimonial Section */
    .testimonial-card {
        padding: 25px;
    }

    .client-avatar {
        width: 45px;
        height: 45px;
    }

    .client-info h4 {
        font-size: 15px;
    }

    .testimonial-text {
        font-size: 13px;
    }

    /* CTA Section */
    .cta-section {
        margin: 30px;
    }

    .cta-content {
        padding: 35px;
        gap: 30px;
    }

    .cta-content h2 {
        width: 100%;
    }

    .cta-content h2 {
        font-size: 24px;
    }

    .btn-cta {
        padding: 12px 28px;
        font-size: 14px;
    }

    /* Testimonial Carousel */
    .testimonial-carousel .owl-item {
        padding: 15px;
    }

    .testimonial-carousel .owl-nav {
        margin-top: 20px;
    }

    /* Footer */
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .footer-about {
        grid-column: span 1;
    }

    .footer-logo img {
        height: 75px;
    }

    .recognition-badges img {
        height: 55px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    /* Navbar fix */
    .navbar {
        margin: 0;
    }

    .navbar-collapse {
        background: #fff;
        /* padding: 15px; */
        margin-top: 10px;
        border-radius: 8px;
    }

    .navbar-nav {
        gap: 10px;
    }

    .navbar .nav-item {
        padding: 5px 0;
    }

    .navbar .nav-link {
        font-size: 15px;
    }

    /* Top header */
    .top_header ul {
        gap: 10px;
    }

    .navbar .nav-item .nav-link {
        width: max-content;
    }

    .hero .item .hero-slide .hero-content {
        margin-left: 0;
        width: 60%;
    }

    .hero .item .hero-slide::after {
        border-radius: 20px;
    }

    .tool_card .card-text h5 {
        font-size: 20px;
    }

    .tool_card::after {
        width: 70px;
        height: 70px;
    }

    .tool_card .card-text img {
        width: 40px;
        height: 40px;
    }

    .tool_card .card-text a {
        align-self: center;
    }

    .tool_card .card-text {
        padding-right: 10px;
        padding-bottom: 5px;
        border-radius: 0 0 10px 10px;
    }

    .raw-materials .heading {
        font-size: 28px;
    }

    /* .tool_card img {
    width: auto;
} */
}

@media (max-width:820px) {
    .tool_card .card-text {
        padding-bottom: 15px;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .tool_card::after {
        width: 80px;
        height: 80px;
    }

    .tool_card .card-text img {
        width: 50px;
        height: 50px;
    }
}

/* Small phones (576px - 767px) */
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    /* .top_header {
        padding: 6px 0;
    }
    
    .top_header ul {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center !important;
    }
    
    .top_header li a {
        font-size: 12px;
    }
    
    .top_header ul li:first-child {
        margin-right: initial;
    }
    
    .top_header .email {
        order: -1;
        width: 100%;
        text-align: center;
    }
    
    .navbar {
        margin: 0 10px;
    }
    
    .navbar .nav-item {
        padding: 0 2px;
    }
    
    .navbar .nav-item .nav-link {
        font-size: 13px;
        padding: 0.5rem 0.3rem;
    } */

    .hero {
        margin: 0 10px;
    }

    .hero .item .hero-slide {
        padding: 60px 15px 80px;
        border-radius: 16px;
    }

    .hero .item .hero-slide .hero-content {
        margin-left: 0;
        right: auto;
        width: 80%;
    }

    h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .hero .item .hero-slide .hero-content p {
        font-size: 13px;
        line-height: 1.5;
    }

    .custom-btn {
        padding: 8px 14px;
        font-size: 13px;
    }

    .heading {
        font-size: 26px;
    }

    .sub_heading {
        font-size: 13px;
    }

    .tool_card {
        margin-bottom: 20px;
    }

    .tool_card .card-text h5 {
        font-size: 16px;
    }

    .tool_card .card-text img {
        width: 45px;
        height: 45px;
    }

    .p-v-60 {
        padding: 30px 0;
    }

    .nav-tabs {
        padding: 3px;
        flex-wrap: wrap;
        gap: 5px;
    }

    .nav-tabs .nav-item .nav-link {
        padding: 0.5rem 1rem;
        font-size: 12px;
    }

    .standards-table {
        font-size: 11px;
        min-width: 600px;
    }

    .standards-table th {
        padding: 0.6rem 0.4rem;
        font-size: 11px;
    }

    .standards-table td {
        padding: 6px 8px;
        font-size: 11px;
    }

    .input-field-sm {
        width: 60px;
        padding: 3px 5px;
        font-size: 0.75rem;
    }

    .info-note {
        padding: 0.8rem 1.2rem;
        font-size: 13px;
    }

    .benefit-card {
        padding: 20px;
        margin-bottom: 15px;
    }

    .benefit-card h4 {
        font-size: 15px;
    }

    .benefit-card p {
        font-size: 13px;
    }

    .benefit-list li {
        font-size: 13px;
    }

    /* Comparison Section */
    .comparison-card {
        padding: 25px;
        margin-bottom: 20px;
    }

    .comparison-card h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .comparison-card li {
        font-size: 13px;
        margin-bottom: 10px;
        padding-left: 25px;
    }

    .saves-card {
        padding: 20px 25px;
    }

    .saves-card h3 {
        font-size: 15px;
    }

    /* Additional Benefits Section */
    .stats-grid {
        gap: 12px;
        margin-bottom: 30px;
    }

    .stat-card {
        padding: 30px 20px;
        min-height: 130px;
    }

    .stat-number {
        font-size: 36px;
    }

    .stat-label {
        font-size: 13px;
    }

    .benefits-content {
        padding-left: 0;
    }

    .benefits-content .heading {
        font-size: 24px;
    }

    .benefits-list li {
        font-size: 14px;
        margin-bottom: 15px;
    }

    /* Blog Section */
    .blog-section {
        padding: 40px 0;
    }

    .blog-card {
        border-radius: 16px;
        margin-bottom: 20px;
    }

    .blog-image {
        height: 200px;
        border-radius: 16px 16px 0 0;
    }

    .blog-content {
        padding: 20px;
    }

    .blog-content h3 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .blog-content p {
        font-size: 12px;
    }

    /* Testimonial Section */
    .testimonial-card {
        padding: 20px;
        margin-bottom: 20px;
    }

    .testimonial-header {
        gap: 12px;
        margin-bottom: 15px;
    }

    .client-avatar {
        width: 40px;
        height: 40px;
    }

    .client-info h4 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .testimonial-text {
        font-size: 12px;
    }

    /* CTA Section */
    .cta-section {
        margin: 20px;
        border-radius: 16px;
    }

    .cta-content {
        flex-direction: column;
        padding: 30px;
        gap: 25px;
        text-align: center;
        border-radius: 16px;
    }

    .cta-content h2 {
        font-size: 20px;
        margin: 0;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .btn-cta {
        width: 100%;
        justify-content: center;
        padding: 12px 24px;
        font-size: 13px;
    }

    /* Testimonial Carousel */
    .testimonial-carousel .owl-item {
        padding: 12px;
    }

    .testimonial-carousel .owl-nav {
        margin-top: 15px;
    }

    .testimonial-carousel .owl-nav button {
        font-size: 18px;
    }

    /* Footer */
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 0 30px 0;
    }

    .footer-text {
        font-size: 13px;
    }

    .footer-title {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .footer-list li {
        margin-bottom: 10px;
    }

    .footer-list li a {
        font-size: 13px;
    }

    .footer-logo img {
        height: 65px;
    }

    .recognition-badges {
        gap: 10px;
    }

    .recognition-badges img {
        height: 48px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
        padding: 25px 0;
    }

    .footer-copyright,
    .footer-credit {
        font-size: 12px;
    }

    .awards img {
        object-position: top;
    }
}

/* Extra small phones (below 576px) */
@media (max-width: 575px) {
    body {
        font-size: 13px;
    }

    /* .top_header {
        padding: 5px 0;
    }
    
    .top_header ul {
        flex-direction: column;
        gap: 5px;
    }
    
    .top_header li {
        text-align: center;
    }
    
    .top_header li a {
        font-size: 11px;
    }
    
    .top_header .email img {
        width: 12px;
    } */

    /* .navbar {
        margin: 0 5px;
    }
    
    .navbar .nav-item {
        padding: 0;
    }
    
    .navbar .nav-item .nav-link {
        font-size: 12px;
        padding: 0.3rem 0.2rem;
    }
    
    .collapse.show {
        background-color: rgba(255, 255, 255, 0.95);
        margin-top: 5px;
        border-radius: 8px;
        padding: 10px 5px;
    } */

    .hero {
        margin: 0 5px;
    }

    .hero .item .hero-slide {
        padding: 20px 15px 10px;
        border-radius: 10px;
        background-size: cover !important;
    }

    .hero .item .hero-slide::after {
        border-radius: 10px;
    }

    h1 {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .hero .item .hero-slide .hero-content p {
        font-size: 12px;
        line-height: 1.4;
    }

    .custom-btn {
        padding: 7px 12px;
        font-size: 12px;
    }

    .heading {
        font-size: 22px;
    }

    .sub_heading {
        font-size: 12px;
    }

    .p-v-60 {
        padding: 20px 0;
    }

    .nav-tabs {
        padding: 2px;
        gap: 3px;
    }

    .nav-tabs .nav-item {
        flex: 1;
        text-align: center;
    }

    .nav-tabs .nav-item .nav-link {
        padding: 0.4rem 0.8rem;
        font-size: 11px;
        white-space: nowrap;
    }

    .d-flex {
        /* flex-direction: column; */
        align-items: stretch !important;
    }

    .d-flex>p {
        margin-bottom: 10px;
        text-align: center;
    }

    .standalone-table-wrapper {
        border-radius: 16px;
    }

    .standards-table {
        font-size: 10px;
        min-width: 500px;
    }

    .standards-table th {
        padding: 0.5rem 0.3rem;
        font-size: 10px;
    }

    .standards-table td {
        padding: 5px 6px;
        font-size: 10px;
    }

    .input-field-sm {
        width: 50px;
        padding: 2px 4px;
        font-size: 0.7rem;
    }

    .info-note {
        padding: 0.6rem 1rem;
        font-size: 12px;
        flex-direction: column;
        align-items: flex-start;
    }

    .benefit-card {
        padding: 15px;
        margin-bottom: 15px;
    }

    .benefit-card h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .benefit-card p {
        font-size: 12px;
    }

    .benefit-list li {
        font-size: 13px;
    }

    .raw-materials {
        padding-right: 0;
        margin-bottom: 25px;
    }

    .raw-materials .heading {
        font-size: 24px;
    }

    .material-item {
        padding: 12px 14px;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .material-item h5 {
        font-size: 13px;
        font-weight: 300;
    }

    .important-note {
        padding: 15px;
    }

    .important-note h5 {
        font-size: 14px;
    }

    .labour-efficiency {
        padding: 25px;
        margin-top: 20px;
    }

    .labour-efficiency .heading {
        font-size: 22px;
    }

    .labour-efficiency>p {
        font-size: 14px;
    }

    .labour-list li {
        font-size: 14px;
        padding-left: 20px;
    }

    .efficiency-highlight {
        padding: 20px;
    }

    .percentage {
        font-size: 42px;
    }

    .efficiency-highlight p {
        font-size: 13px;
    }

    /* Comparison Section */
    .comparison-card {
        padding: 20px;
        margin-bottom: 15px;
    }

    .comparison-card h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .comparison-card li {
        font-size: 12px;
        margin-bottom: 8px;
        padding-left: 22px;
    }

    .stats-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .about .blur-box {
        padding: 20px;
    }

    .saves-card {
        padding: 18px 20px;
    }

    .saves-card h3 {
        font-size: 14px;
    }

    /* Additional Benefits Section */
    .stats-grid {
        gap: 10px;
        margin-bottom: 25px;
    }

    .stat-card {
        padding: 25px 15px;
        min-height: 120px;
    }

    .stat-number {
        font-size: 28px;
    }

    .stat-label {
        font-size: 12px;
    }

    .benefits-content .heading {
        font-size: 20px;
    }

    .benefits-list li {
        font-size: 13px;
        margin-bottom: 12px;
        padding-left: 25px;
    }

    /* Blog Section */
    .blog-section {
        padding: 30px 0;
    }

    .blog-card {
        border-radius: 14px;
    }

    .blog-image {
        height: 180px;
        border-radius: 14px 14px 0 0;
    }

    .blog-content {
        padding: 18px;
    }

    .blog-content h3 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .blog-content p {
        font-size: 11px;
        line-height: 1.5;
    }

    /* Testimonial Section */
    .testimonial-card {
        padding: 18px;
        border-radius: 12px;
    }

    .testimonial-header {
        gap: 10px;
        margin-bottom: 12px;
    }

    .client-avatar {
        width: 38px;
        height: 38px;
    }

    .client-info h4 {
        font-size: 13px;
    }

    .stars i {
        font-size: 12px;
    }

    .testimonial-text {
        font-size: 11px;
        line-height: 1.5;
    }

    /* CTA Section */
    .cta-section {
        margin: 15px;
        border-radius: 12px;
        padding: 20px 0;
    }

    .cta-content {
        padding: 25px;
        gap: 20px;
        border-radius: 12px;
    }

    .cta-content h2 {
        font-size: 16px;
        line-height: 1.3;
    }

    .cta-buttons {
        width: 100%;
    }

    .btn-cta {
        width: 100%;
        padding: 10px 20px;
        font-size: 12px;
    }

    /* Testimonial Carousel */
    .testimonial-carousel .owl-item {
        padding: 10px;
    }

    .testimonial-carousel .owl-nav {
        margin-top: 15px;
    }

    .testimonial-carousel .owl-nav button {
        font-size: 16px;
    }

    /* Footer */
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        /* padding: 40px 0; */
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .footer-logo img {
        height: 70px;
    }

    .recognition-badges img {
        height: 50px;
    }
}


/* navbar */
/* =======================
   RESPONSIVE HEADER
======================= */

/* Large screens (1200px and below) */
@media (max-width: 1200px) {
    .navbar {
        margin: 0 15px;
    }

    .navbar .nav-item {
        padding: 0 5px;
    }

    .navbar .nav-item .nav-link {
        font-size: 13px;
    }
}


/* Tablet (992px and below) */
@media (max-width: 992px) {}


/* Mobile (768px and below) */
@media (max-width: 768px) {

    /* Logo resize */
    .navbar-brand img {
        max-width: 140px;
    }

    /* Top header adjustments */
    .top_header {
        padding: 6px 0;
    }

    .top_header li a {
        font-size: 13px;
    }

    .top_header ul {
        gap: 8px;
    }

    /* Email section */
    .top_header .email {
        display: flex;
        align-items: center;
    }

    .top_header .email img {
        width: 14px;
    }
}


/* Small Mobile (576px and below) */
@media (max-width: 576px) {

    .navbar-brand img {
        max-width: 50px;
    }

    .navbar {
        margin: 0;
    }

    .navbar-toggler {
        padding: 4px 8px;
        font-size: 14px;
    }

    .top_header ul {
        /* flex-direction: column; */
        align-items: center;
    }

    .top_header ul li {
        /* width: 100%; */
        text-align: center;
    }

    .top_header li a {
        font-size: 11px;
    }

    .top_header ul {
        gap: 2px;
    }

    .hero .item .hero-slide .hero-content {
        width: 100%;
    }
}

/* =========================
   CALCULATOR RESPONSIVE
========================= */

/* Desktop refinement */
@media (max-width: 1200px) {
    .tool_card .card-text {
        padding: 50px 15px 10px 15px;
    }

    .tool_card .card-text h5 {
        font-size: 20px;
    }

    .tool_card .card-text img {
        width: 50px;
        height: 50px;
    }
}


/* Tablet (992px) */
@media (max-width: 992px) {

    .tool_card .card-text {
        padding: 40px 15px 10px 15px;
    }

    .tool_card::after {
        width: 80px;
        height: 80px;
    }

    .tool_card .card-text h5 {
        font-size: 18px;
    }

    .play {
        top: 65%;
        font-size: 16px;
    }
}


/* Mobile (768px) */
@media (max-width: 768px) {

    .calculator {
        padding: 40px 0;
    }

    .tool_card {
        border-radius: 15px;
    }

    .tool_card img {
        border-radius: 15px;
    }

    .tool_card .card-text {
        padding: 30px 12px 10px 12px;
    }

    .tool_card .card-text h5 {
        font-size: 16px;
        line-height: 1.3;
    }

    .tool_card .card-text img {
        width: 40px;
        height: 40px;
    }

    .tool_card::after {
        width: 70px;
        height: 70px;
        border-radius: 15px 0 0 0;
    }

    .play {
        top: 70%;
        font-size: 16px;
    }
}


/* Small Mobile (576px) */
@media (max-width: 576px) {

    .calculator {
        padding: 30px 0;
    }

    .heading,
    .benefits .heading,
    .raw-materials .heading {
        font-size: 22px;
    }

    .sub_heading {
        font-size: 14px;
        margin-bottom: 25px !important;
    }

    .tool_card .card-text {
        padding: 20px 10px 8px 10px;
    }

    .tool_card .card-text h5 {
        font-size: 15px;
        width: 80%;
    }

    .tool_card .card-text img {
        width: 35px;
        height: 35px;
    }

    .tool_card::after {
        width: 60px;
        height: 60px;
    }

    .about-hero {
        padding: 40px;
    }

    .workVideo::after {
        top: 40%;
        width: 40px;
        height: 40px;
        background-size: 100%;
        background-position: center;
    }

    .play {
        top: 65%;
        font-size: 16px;
    }
}

@media (max-width:480px) {
    .tool_card .card-text h5 {
        font-size: 13px;
        width: 60%;
    }



    .ourWork {
        padding-inline: 20px;
    }

    .about-hero h1,
    .about-hero p {
        width: 100%;
    }




    .play {
        top: 75%;
        font-size: 16px;
    }

    .tool-box {
        width: 200px;
        height: 200px;
    }

    .about {
        background-position-x: -780px !important;
    }
}

@media (max-width:320px) {
    .tool_card .card-text h5 {
        font-size: 12px;
    }

    .tool_card::after {
        width: 50px;
        height: 50px;
    }

    .tool_card .card-text {
        padding: 20px 4px 3px 10px;
    }

    .tool-box {
        width: 130px;
        height: 130px;
    }
}

/* =========================
   LINKS + SERVICES SIDE BY SIDE
   (Tablet + Mobile Only)
========================= */

@media (max-width: 992px) {

    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    /* About full width */
    .footer-about {
        grid-column: span 2;
    }

    /* 🔥 MAIN PART (your requirement) */
    .footer-links {
        grid-column: 1 / 2;
    }

    .footer-services {
        grid-column: 2 / 3;
    }

    /* Recognition full width */
    .footer-recognition {
        grid-column: span 2;
    }
}

@media (max-width: 992px) {

    .mission-card,
    .form-card {
        padding: 28px;
    }

    .mission-card h3 {
        font-size: 30px;
    }

    .mission-description,
    .contact-info-list li {
        font-size: 14px;
    }

    .form-card h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {

    .mission-card,
    .form-card {
        padding: 24px;
    }

    .mission-card h3 {
        font-size: 26px;
    }

    .contact-info-list li {
        gap: 10px;
        margin-bottom: 18px;
        font-size: 13px;
    }

    .form-card h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .btn-call-back {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .mission-card h3 {
        font-size: 24px;
    }

    .mission-description {
        font-size: 13px;
    }

    .contact-info-list li {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .tool-box {
        width: 220px;
        height: 220px;
    }
}

@media (max-width: 767px) {
    .tool-box {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 575px) {
    .tool-box {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 992px) {
    .ourWork {
        padding-inline: 30px;
    }

    .workVideo::after {
        width: 50px;
        height: 50px;
    }

    .play {
        font-size: 16px;
        bottom: 15px;
    }
}

@media (max-width: 767px) {
    .ourWork {
        padding-inline: 20px;
    }

    .workVideo::after {
        width: 40px;
        height: 40px;
    }

    .play {
        font-size: 14px;
        padding: 4px 12px;
        bottom: 10px;
    }
}

@media (max-width: 575px) {
    .ourWork {
        padding-inline: 15px;
    }

    .workVideo::after {
        width: 35px;
        height: 35px;
    }

    .play {
        font-size: 12px;
        padding: 3px 10px;
        white-space: nowrap;
    }
}

@media (max-width: 992px) {


    .awards h2.heading {
        text-align: center;
    }

    .awards p {
        text-align: center;
    }
}

@media (max-width: 767px) {


    .awards h2.heading {
        font-size: 26px;
    }

    .awards p {
        font-size: 14px;
    }
}





@media (max-width: 992px) {
    .aboutUs_content .content h2.heading {
        font-size: 28px;
    }

    .aboutUs_content .content p,
    .aboutUs_content .content ul li {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .aboutUs_content .content h2.heading {
        font-size: 24px;
    }

    .aboutUs_content .content p,
    .aboutUs_content .content ul li {
        font-size: 14px;
    }

    .about-image {
        margin-top: 15px;
    }
}

@media (max-width: 575px) {
    .aboutUs_content .content h2.heading {
        font-size: 22px;
    }

    .awards img {
        height: auto;
    }
}


/* Tablet */
@media (max-width: 992px) {

    .about-hero .banner-content h1 {
        font-size: 38px;
    }

    .about-hero .banner-content p {
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .about-hero .banner-content h1 {
        font-size: 28px;
    }

    .about-hero .banner-content p {
        font-size: 14px;
    }
}

@media (max-width: 575px) {

    .about-hero .banner-content h1 {
        font-size: 24px;
    }

    .about-hero .banner-content p {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .calculator-card {
        padding: 24px;
    }

    .result-number {
        font-size: 26px;
    }
}

@media (max-width: 992px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .footer-about {
        grid-column: span 2;
    }

    .about-hero {
        padding: 50px;
    }
}

@media (max-width: 576px) {
    .footer-content {
        grid-template-columns: 1fr;
    }

    .footer-about {
        grid-column: span 1;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

/* ========== RESPONSIVE BREAKPOINTS ========== */
@media (max-width: 1000px) {
    .results-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

@media (max-width: 850px) {
    .calculator-card {
        padding: 1.2rem;
    }

    .grid-2 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .input-row {
        flex-direction: column;
        gap: 0.8rem;
    }

    .input-row .input-group {
        width: 100%;
    }
    .badge {
        font-size: 0.7rem;
    }
}

@media (max-width: 600px) {


    .brand h1 {
        font-size: 1.6rem;
    }

    .pro-toggle {
        width: 100%;
        justify-content: center;
    }

    .toggle-btn {
        flex: 1;
        text-align: center;
        padding: 0.2rem 0.5rem;
        font-size: 0.70rem;
    }

    .results-grid {
        grid-template-columns: 1fr;
    }

    .result-value {
        font-size: 1.6rem;
    }

    .floating-btn .btn {
        padding: 10px 18px;
        font-size: 0.85rem;
    }

    .btn-calc {
        font-size: 0.9rem;
        padding: 0.75rem;
    }

    .badge {
        font-size: 0.5rem !important;
    }
    .about-hero {
        padding: 20px;
    }.comparison-table {
    width: 100%;
    min-width: 400px;
}

}

@media (max-width: 480px) {
    .calculator-card {
        padding: 1rem;
        border-radius: 1.5rem;
    }

    .input-group label {
        font-size: 0.75rem;
    }

    input {
        padding: 0.6rem 0.8rem;
        font-size: 0.85rem;
    }

    .result-box {
        padding: 1rem;
    }

    .brick-tag {
    background-color: #F9FAFB;
    color: #2563EB;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin: 5px;
    display: inline-block;
}
}
@media (max-width:375px){
    .comparison-table {
    width: 100%;
    min-width: 300px;
}
.product-list li, .product-cat-title{
    font-size: 14px;
}
}

@media (max-width:320px){
    .badge {
        font-size: 0.4rem;
    }
}