/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 13 2025 | 11:31:53 */
/*
Theme Name: Acme Industries
Theme URI: https://wordpress.org/themes/Acme/
Author: Abdul Ahad
Author URI: https://acmeindustries.co.in
Description: Acme Industries - E Commerce Website
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: https://wordpress.org/themes/Acme/
Text Domain: Acme
*/

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Quicksand&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navbar {
    margin-top: -16px;
    position: relative;
    top: 20px;
}

.nav-item a {
    font-size: 16px !important;
    font-weight: bold;
    font-family: 'Figtree', sans-serif;
    color: black;
}

.nav-item a:hover {
    color: #008352 !important;
}

.sub-item {
    padding-top: 15px !important;
}

.contact-btn {
    background-color: #198754;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 5px 15px;
    font-weight: 600;
    font-family: "Figtree", serif;
    font-size: 16px;
    color: white !important;
    height: 40px !important;
}

.contact-btn:hover {
    background-color: #74a38d;
    color: black !important;
}

.mr-x {
    margin-right: 30px;
}

.main-img {
    background-image: url('https://acmeindustries.info/wp-content/uploads/2025/01/Landscape-gallery.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
}

.hero-section {
    margin-top: -70px;
}

.hero-section-readables {
    position: relative;
    top: 10rem;
    width: 85%;
}

.hero-section-readables h2 {
    font-family: "Figtree", serif;
    font-size: 35px;
    font-weight: 600;
    color: black;
    line-height: 46px;
}

.hero-section-readables p {
    font-family: "Quicksand", serif;
    font-size: 16px;
    font-weight: 500 !important;
    color: black;
    line-height: 25px;
    padding-top: 12px;
}

.Enquire {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    font-family: "Figtree", serif;
    background: white;
    padding: 7px 15px 7px 15px;
    border: 1px solid #198754;
    border-radius: 10px;
    position: relative;
    top: 10px;
    letter-spacing: 3px;
    color: white;
    background-color: #008352;
}

.Enquire:hover {
    color: white;
    background-color: #47836d;
}

.feature-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.scnd-sctn h2 {
    font-family: "Figtree", serif;
    font-size: 28px;
    font-weight: bold;
    color: black;
    line-height: 35px;
}

.scnd-sctn p {
    font-family: "Quicksand", serif;
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.scnd-card img {
    height: 50px;
    width: 50px;
    margin-bottom: 20px;
}

.scnd-card h2 {
    font-family: "Figtree", serif;
    font-size: 22px;
    font-weight: bold;
    color: black;
    line-height: 30px;
}

.scnd-card p {
    font-family: "Quicksand", serif;
    font-size: 14px;
    font-weight: 500;
    color: black;
    line-height: 20px;
}

.sc-one,
.sc-three {
    /* background-color: #f7f7f7; */
    border-right: 5px solid #008352;
    border-bottom: 5px solid #008352;
    border-top: 5px solid yellow;
    border-left: 5px solid yellow;
}

.sc-one:hover,
.sc-three:hover {
    border-top: 5px solid #008352;
    border-left: 5px solid #008352;
    border-right: none;
    border-bottom: none;
    background-color: #f7f7f7;
    border-bottom: 5px solid yellow;
    border-right: 5px solid yellow;
}

.sc-one,
.sc-two,
.sc-three,
.scnd-sctn {
    border-radius: 5px;
}

.sc-two,
.scnd-sctn {
    /* box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.3); */
    border-right: 5px solid #008352;
    border-bottom: 5px solid #008352;
    border-top: 5px solid yellow;
    border-left: 5px solid yellow;
}

.sc-two:hover,
.scnd-sctn:hover {
    border-top: 5px solid #008352;
    border-left: 5px solid #008352;
    border-bottom: 5px solid yellow;
    border-right: 5px solid yellow;
    background-color: #f7f7f7;
}

.scnd-sctn,
.sc-one,
.sc-two,
.sc-three {
    width: 270px !important;
}

.card-flex {
    display: flex;
    justify-content: space-between;
}

.second-main-img {
    background-image: url('./Images/Landscape-2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    width: 100%;
}

/* .swiper {
    width: 100%;
    height: 100%;
} */

.swiper-slide {
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}

.swiper-slide img {
    display: block;
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.product-slider-one {
    background-color: #f7f7f7;
}

.product {
    padding: 0px 35px 15px 35px;
    background-color: white;
}

.specs h5 {
    font-size: 16px;
    font-family: "Figtree", serif;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    line-height: 20px;
    color: black;
}

.specs h3 {
    font-size: 20px;
    font-family: "Quicksand", serif;
    font-weight: bolder;
    line-height: 30px;
    color: black;
}

.buttons {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
}

.buttons .cntct {
    text-decoration: none;
    background: #008352;
    padding: 3px 7px 5px 7px;
    color: white;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Quicksand", serif;
}

.buttons .enqr {
    font-family: "Quicksand", serif;
    text-decoration: none;
    background: #ecec58;
    font-size: 14px;
    padding: 3px 7px 5px 7px;
    border-radius: 6px;
    color: black;
    font-weight: 700;
}

.product-heading {
    display: flex;
    justify-content: space-between;

}

.product-heading h2 {
    font-size: 40px;
    line-height: 35px;
    color: black;
    font-family: "Figtree", serif;
    font-weight: 600;
}

.product-heading a {
    font-size: 16px;
    text-decoration: none;
    background: #008352;
    color: white;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-family: "Figtree", serif;
    position: relative;
    top: 5px;
    font-weight: 600;
}

.product-heading {
    padding-top: 35px;
    padding-bottom: 35px;
}

.productSliderTwo {
    padding-bottom: 60px !important;
}

.slider-buttons {
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 1;
    top: 50%;
    /* Vertically centers the buttons */
    width: 100%;
    /* Ensures buttons are spaced across the width */
    transform: translateY(-50%);
    /* Adjusts alignment */
    pointer-events: none;
    /* Allows click-through for slider content */
}

.slider-buttons .swiper-button-prev-one,
.slider-buttons .swiper-button-next-one {
    pointer-events: all;
    /* Enables interaction with the buttons */
    color: #fff;
    /* Ensures icon visibility */
    padding: 10px;
    border-radius: 50%;
    /* Optional: Circular buttons */
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    /* Makes sure buttons are independently positioned */
}

.slider-buttons .swiper-button-prev-one {
    top: -60px;
    left: -10px;
}

.slider-buttons .swiper-button-next-one {
    right: 14px !important;
    top: -60px;
}

.btn-bg-one {
    color: white;
    background: black;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px 5px 5px 0px;
}

.btn-bg-two {
    color: white;
    background: black;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px 0px 0px 5px;
}

.pro-img {
    display: flex;
    justify-content: center;
}

.iec-code h3 {
    font-family: "Figtree", serif;
    font-size: 17px;
    font-weight: 600;
    color: black;
    line-height: 24px;
    margin-left: 10px;
}

.iec-code p {
    font-family: "Quicksand", serif;
    font-size: 14px;
    font-weight: 600;
    color: black;
    margin-left: 10px;
}

.iec-code-x h3 {
    font-family: "Figtree", serif;
    font-size: 14px;
    font-weight: 600;
    color: black;
    line-height: 18px;
}

.iec-code-x p {
    font-family: "Quicksand", serif;
    font-size: 12px;
    font-weight: 600;
    color: black;
}

.credentials-down {
    display: flex;
    justify-content: center;
    background: #f7f7f7;
    height: 209px;
    padding-top: 70px;
    border-radius: 5px;
    box-shadow: inset 1px 1px 20px 1px rgba(0, 0, 0, 0.3);
}

.credentials-down-two {
    display: flex;
    justify-content: center;
    background: #f7f7f7;
    height: 100px;
    padding-top: 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.3);
}

.crdntls-img {
    height: 75px;
    width: 75px;
}

.readables {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.credential-top {
    font-size: 30px;
    font-weight: bold;
    font-family: "Figtree", serif;
    color: black;
}

.credential-top h2 {
    font-family: "Figtree", serif;
    font-size: 40px;
    font-weight: bold;
    color: black;
    line-height: 35px;
}

.view a {
    font-size: 16px;
    text-decoration: none;
    background: #008352;
    color: white;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-family: "Figtree", serif;
    position: relative;
    top: 5px;
    font-weight: 600;
}

.credentials {
    height: 400px;
}

.creative-image {
    height: 250px;
    width: 250px;
    box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.cred-one,
.cred-two {
    display: flex;
    justify-content: space-between;
}

.cred-two {
    padding-top: 20px !important;
}

.new h2 {
    font-weight: 600;
    font-size: 40px;
    font-family: "Figtree", serif;
    color: black;
}

.new p {
    font-size: 15px;
    color: black;
    font-family: "Quicksand", serif;
    font-weight: 500;
}

.lists h3 {
    font-size: 26px;
    color: #008352;
    font-weight: 600;
    font-family: "Figtree", serif;
    margin-top: 40px;
}

li {
    font-size: 16px;
    color: black;
    font-family: "Quicksand", serif;
    font-weight: 700;
    padding-bottom: 20px;
}

.ul-list {
    margin-top: 30px;
}

.lists a {
    text-decoration: none;
    background: #008352;
    padding: 7px 15px 7px 15px;
    color: white;
    font-family: "Quicksand", serif;
    font-weight: 700;
    border-radius: 4px;
    font-size: 14px;
}

.trophy-section {
    display: flex;
    justify-content: space-between;
}

.delivery-details h2 {
    font-family: "Figtree", serif;
    font-size: 30px;
    font-weight: 600;
    color: black;
    padding-bottom: 20px;
}

.delivery-details p {
    font-size: 16px;
    color: black;
    font-weight: 500;
    font-family: "Quicksand", serif;
    padding-bottom: 15px;
}

.reads h4 {
    font-family: "Figtree", serif;
    font-size: 25px;
    font-weight: 600;
    color: #008352;
}

.reads>div,
.reads>span {
    font-size: 48px;
    font-weight: 600;
    font-family: "Figtree", serif;
    color: black;
}

.para p {
    font-size: 16px;
    color: black;
    font-weight: 500;
    font-family: "Quicksand", serif;
    padding-top: 15px;
}

.delivery-image {
    background: #f7f7f7;
    ;
    border-radius: 0px 50% 50% 0px;
}

.delivery {
    margin-top: 100px;
}

.slide-in {
    animation: slideIn 2s ease-in-out infinite;
}

@keyframes slideIn {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.faq-section h2 {
    font-size: 28px;
    font-weight: 600;
    font-family: "Figtree", serif;
    color: black;
}

.faq-section p {
    font-family: "Quicksand", serif;
    font-size: 14px;
    font-weight: 600;
    color: black;
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    font-size: 18px !important;
    font-family: "Figtree", serif !important;
    color: black !important;
    font-weight: 500 !important;
}

.accordion-body {
    font-size: 16px !important;
    color: black !important;
    font-weight: 400 !important;
    font-family: "Quicksand", serif !important;
}

.accordion-button:not(.collapsed) {
    background-color: #7bffcf !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.pc-img {
    height: 150px;
    width: auto;
}

.specs h4 {
    font-size: 16px;
    color: black;
    font-weight: 600;
    font-family: "Figtree", serif;
    text-align: center;
    padding-top: 10px;
}

.specs h6 {
    font-size: 25px;
    font-weight: 700;
    font-family: "Quicksand", serif;
    color: black;
    padding: 5px 0px 5px 0px;
    text-align: center;
}

.specs p {
    font-size: 11px;
    color: black;
    font-weight: bold;
    font-family: "Figtree", serif;
    text-align: center;
}

.pcf-img {
    display: flex;
    justify-content: center;
}

.best-btn {
    background-color: #008352 !important;
    font-size: 14px !important;
    color: white !important;
    font-weight: 600 !important;
    font-family: "Quicksand", serif !important;
    width: 100%;
}

.xtra-pdng {
    border: 1px solid #e2e1e1;
    padding: 10px;
    border-radius: 10px;
    width: 250px !important;
    /* box-shadow: inset 1px 1px 20px 1px rgba(0, 0, 0, 0.3); */
    box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.3);
}

.bs-fluid {
    background-color: #f7f7f7;
}

.best-seller {
    display: flex;
    justify-content: space-between;
}

.bs-sell {
    display: flex;
    justify-content: space-between;
}

.bs-sell h2 {
    font-size: 32px;
    font-weight: bold;
    font-family: "Figtree", serif;
    color: #008352;
    padding-top: 30px;
    padding-bottom: 40px;
}

.bs-btn {
    font-size: 14px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    background: #008352;
    padding: 10px 10px 5px 10px;
    border-radius: 5px;
    font-family: "Quicksand", serif;
    height: 40px;
    margin-top: 25px;
}

footer {
    background: #008352;
}

.logo-section p {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: white;
    font-family: "Quicksand", serif;
    padding-top: 20px;
    padding-bottom: 10px;
}

.social-images {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    left: -35px;
}

.social-images i {
    font-size: 20px;
    color: white;
}

.list-one {
    font-size: 18px;
    font-weight: bold;
    font-family: "Figtree", serif;
    color: black;
    position: relative;
    left: 32px;
}

.ul-first ul,
.ul-second ul {
    list-style-type: none;
    padding-top: 30px;
}

.ul-first ul li a,
.ul-second ul li a {
    font-size: 14px;
    color: white !important;
    text-decoration: none !important;
    font-weight: 600;
    font-family: "Quicksand", serif;
}

.list-two {
    font-size: 18px;
    font-weight: bold;
    font-family: "Figtree", serif;
    color: black;
    position: relative;
    left: 32px;
}

.luk {
    font-size: 18px;
    font-weight: bold;
    font-family: "Figtree", serif;
    color: black;
}

.footer-form {
    padding-top: 20px;
}

.footer-form .subscribe {
    height: 30px;
    width: 100%;
    border-radius: 5px;
    border: none;
    padding-left: 15px;
    font-weight: 500;
    font-family: "Figtree", serif;
}

.submit {
    margin-top: 10px;
    background: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Figtree", serif;
    color: black;
    height: 28px;
    width: 50%;
}

.copyright {
    font-size: 14px;
    font-weight: 600;
    color: white;
    line-height: 17px;
    font-family: "Figtree", serif;
    padding-top: 20px;
}

/* About Us Page  */
.main-img-about {
    background-image: url('https://acmeindustries.info/wp-content/uploads/2025/01/About-one.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 85vh;
    width: 100% !important;
}

.services-heading {
    font-size: 32px;
    color: black;
    font-family: "Figtree", serif;
    font-weight: 700;
    padding-bottom: 40px;
}

.services-cards {
    border: 1px solid #f7f7f7;
    ;
    padding: 35px 35px 5px 35px;
    width: 23% !important;
    box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.3);
}

.services-cards:hover {
    border: 1px solid #f7f7f7;
    ;
    border-radius: 10px;
    box-shadow: 1px 1px 15px 5px #008352;
    cursor: pointer;
}

.award {
    background: yellow;
    padding: 10px;
    font-size: 18px;
    border-radius: 0px 20px 0px 20px;
}

.more h5 {
    font-size: 20px;
    color: black;
    font-family: "Quicksand", serif;
    font-weight: 600;
    margin-top: 20px;
}

.more p {
    font-size: 16px;
    font-family: "Figtree", serif;
    color: black;
    font-weight: 500;
    line-height: 20px;
}

.srvcs {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
}

.award-icon a {
    background: #008352;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    border-radius: 0px 15px 0px 15px;
    font-family: "Figtree", serif;
    color: white;
    font-weight: 500;
    font-size: 15px;
}

.arrow-section {
    background-color: #f7f7f7;
}

.credens {
    padding-top: 20px;
    padding-bottom: 50px;
}

.credens h2 {
    font-size: 35px;
    font-weight: 600;
    font-family: "Figtree", serif;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: left;
    color: black;
}

.icon-one i {
    font-size: 50px;
    color: #008352;
}

.icon-one-reads {
    margin-top: 20px;
}

.icon-one-reads h4 {
    font-size: 24px;
    color: black;
    font-family: "Figtree", serif;
    font-weight: 600;
}

.icon-one-reads p {
    font-size: 14px;
    color: black;
    font-weight: 500;
    font-family: "Quicksand", serif;
}

.xtra-brdr {
    border: 2px solid #f7f7f7;
    border-radius: 20px;
    width: 22% !important;
}

.xtra-brdr:hover {
    border: 2px solid #008352;
    box-shadow: 1px 1px 15px 5px #008352;
    cursor: pointer;
}

.flexy {
    display: flex;
    justify-content: space-between;
}

.card-reads h2 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: black;
    font-family: "Figtree", serif;
}

.card-reads p {
    font-size: 14px;
    color: black;
    font-weight: 500;
    font-family: "Quicksand", serif;
    text-align: center;
}

.exploring {
    background: green;
    color: white;
    padding: 5px 15px 5px 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-family: "Quicksand", serif;
}

.card-content {
    border: 2px solid #f7f7f7;
    padding: 20px;
    border-radius: 0px 30px 0px 30px;
    box-shadow: 1px 1px 15px 5px #494444;
}

.cardex {
    padding-top: 70px;
}

@keyframes twinkle {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.box {
    animation: twinkle 1.5s ease-in-out infinite;
    /* Twinkle animation */
}

.box:nth-child(2) {
    animation-delay: 0.5s;
    /* Slight delay for variation */
}

.box:nth-child(3) {
    animation-delay: 1s;
    /* Another delay for staggered effect */
}

.six {
    background-color: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
}

.head-para {
    border: 2px solid #008352;
    padding: 0px 15px 0px 15px;
    box-shadow: 1px 1px 15px 5px #008352;
    border-radius: 10px;
}

.head-para h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Figtree", serif;
    margin-top: 30px;
    text-align: center !important;
}

.head-para {
    font-size: 16px;
    font-family: "Quicksand", serif;
    line-height: 22px;
    margin-top: 20px;
    text-align: center;
}

.images-one img {
    background: white;
    padding: 10px;
    border-radius: 20px;
    height: 115px;
    width: 115px;
    margin-top: 15px;
    border: 2px solid #008352;
    box-shadow: 1px 1px 4px 1px #008352;
}

/* Gallery  */
.gallery {
    margin-top: 70px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs {
    color: black;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #008352 !important;
    border: none;
}

.nav-link {
    color: black !important;
}

.nav-tabs {
    border: none !important;
}

/* Contact us */
.contact-reads h3 {
    font-size: 40px;
    color: black;
    font-family: "Figtree", serif;
    font-weight: 600;
    padding-top: 80px;
    padding-bottom: 20px;
}

.contact-reads p {
    font-size: 16px;
    color: black;
    font-weight: 500;
    font-family: "Quicksand", serif;
    padding-bottom: 30px;
}

.envelope {
    font-size: 20px;
    color: white;
    background: #008352;
    padding: 7px 12px 7px 12px;
    border-radius: 8px;
}

.textx {
    padding-left: 15px;
    margin-top: -8px;
}

.textx span {
    font-size: 14px;
    text-align: left;
    color: black;
    font-weight: 600;
    font-family: "Figtree", serif;
    color: #008352;
}

.textx p {
    font-size: 13px;
    color: black;
    font-weight: 600;
    font-family: "Quicksand", serif;
}

.first-sect {
    display: flex !important;
    justify-content: space-between;
}

.infor {
    margin-bottom: 30px;
}

.form-structure form {
    margin-left: 70px;
    background: #f7f7f7;
    padding: 30px 30px 30px 30px;
    margin-top: 80px;
}

.submit-btn {
    width: 100%;
    background: #008352 !important;
}

.one-image img {
    width: 100px;
    height: 100px;
}

.in-slide {
    display: flex;
    justify-content: space-between;
}

.pb-100 {
    padding-bottom: 100px;
}

label {
    font-size: 16px;
    font-weight: 600;
    color: black;
    font-family: "Figtree", serif;
}

.swiper-axe {
    height: 0px !important;
}

.help-text {
    width: 70%;
    height: 40px;
    padding: 5px 10px 5px 20px;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Figtree", serif;
    background: #f7f7f7;
}

.help-submit {
    width: 25%;
    height: 40px;
    border-radius: 30px;
    border: none;
    font-family: "Figtree", serif;
    color: white;
    font-weight: 500;
    background: #008352;
    margin-left: 10px;
}

.helping-heading {
    font-size: 40px;
    font-family: "Figtree", serif;
    font-weight: 600;
    color: black;
    padding-top: 30px;
    padding-bottom: 40px;
}

.heading-help h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: black;
    font-family: "Figtree", serif;
}

.para-help p {
    font-size: 15px;
    color: black;
    font-weight: 500;
    font-family: "Quicksand", serif;
    padding-top: 10px;
}

.side-borders {
    background: #f7f7f7;
    padding: 15px 20px 15px 20px;
    border-left: 15px solid #008352;
    border-radius: 20px;
    border-right: 15px solid #008352;
    width: 48% !important;
    margin-bottom: 30px;
}

.side-borders:hover {
    border-left: 15px solid green;
    border-right: 15px solid green;
    background-color: white;
    cursor: pointer;
}

.flexiness {
    display: flex;
    justify-content: space-between;
}

.main-product-image img {
    height: 270px;
    width: 270px;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 1px 1px 15px 5px #008352;
    margin-left: 185px;
}

.col-content {
    padding-top: 175px;
}

.col-content h3 {
    font-size: 22px;
    color: #008352;
    font-family: "Figtree", serif;
    font-weight: 600;
}

.col-content h2 {
    font-size: 45px;
    font-family: "Figtree", serif;
    font-weight: 600;
    line-height: 54px;
    color: black;
}

.col-content p {
    font-size: 16px;
    font-family: "Quicksand", serif;
    font-weight: 500;
    color: black;
    padding-top: 10px;
}

.extra-pdng {
    padding-top: 30px;
}

.mt-bt {
    margin-top: 70px;
    margin-bottom: 80px;
}

.cardimage img {
    height: 200px;
    width: 200px;
}

.product-alone-card {
    border: 1px solid black;
    display: flex;
    justify-content: center;
    padding: 20px 0px 35px 0px;
    border-radius: 8px;
    width: 20% !important;
}

.card-flex {
    display: flex;
    justify-content: space-between;
}

.buttons-cards {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
}

.cntct-card {
    background: green;
    padding: 8px 0px 8px 0px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-family: "Figtree", serif;
    font-weight: 600;
    border-radius: 5px;
}

.enqr-card {
    background: #ecec58;
    padding: 8px 0px 8px 0px;
    color: black;
    text-decoration: none;
    font-size: 16px;
    font-family: "Figtree", serif;
    font-weight: 600;
    border-radius: 5px;
}

.card-prods {
    border: 5px solid #777777;
    padding: 20px;
    border-radius: 25px;
    text-align: center;
    height: 100%;
    box-shadow: inset 1px 1px 20px 1px rgba(0, 0, 0, 0.3);
}

.cardimage img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    padding: 20px;
    box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    margin-bottom: 20px;
}

.cardimageSix img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    padding: 20px;
    box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    margin-bottom: 20px;
}

.achievements {
    display: flex;
    justify-content: space-between;
}

.achievements img {
    height: 100px;
    width: 100px;
    background: #f7f7f7;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid black;
}

#new-s {
    font-size: 40px;
    color: black;
    font-weight: 600;
    font-family: "Figtree", serif;
    padding-top: 40px;
    padding-bottom: 40px;
}

.sce-sct {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sce-sct i {
    font-size: 30px;
    color: #008352;
}

#myTab {
    display: flex;
    justify-content: center;
}

.button-size {
    font-size: 22px;
    font-weight: bold;
    font-family: "Figtree", serif;
}

.contact-main {
    background-image: url('https://acmeindustries.info/wp-content/uploads/2025/01/contact-landscape.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
}

.help-main {
    background-image: url('https://acmeindustries.info/wp-content/uploads/2025/01/customer-help-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
}

.gallery-main {
    background-image: url('https://acmeindustries.info/wp-content/uploads/2025/01/Landscape_new.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
}

/* Payment Section  */
.payment-image img {
    height: 75vh;
}

.payment-reads h2 {
    font-size: 35px;
    font-weight: 600;
    font-family: "Figtree", serif;
    color: #008352;
}

.payment-reads p {
    font-size: 16px;
    color: black;
    font-weight: 500;
    font-family: "Quicksand", serif;
}

.read-one {
    margin-bottom: 10px;
    margin-bottom: 10px;
    background-color: #008352;
    height: 55px;
    padding-top: 16px;
    padding-left: 20px;
    width: 300px;
    border-radius: 10px;
}

.read-one p {
    color: white;
    font-size: 16px;
    font-family: "Figtree", serif;
    font-weight: 600;
}

.sub-img img {
    height: 260px;
    display: flex;
    margin-left: 70px;
    background: #f7f7f7;
    padding: 10px;
    margin-top: -6px;
    border-radius: 20px;
    box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.3);
}

.flex-hope {
    display: flex;
    justify-content: space-between;
	margin-top: 50px;
}

.payment {
    padding-top: 30px;
    padding-bottom: 50px;
}

.product-one-image {
    background-image: url('https://acmeindustries.info/wp-content/uploads/2025/01/Lp-6.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
}

.product-two-image {
    background-image: url('https://acmeindustries.info/wp-content/uploads/2025/01/Lp-4.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
}

.product-three-image {
    background-image: url('https://acmeindustries.info/wp-content/uploads/2025/01/Lp-2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
}

.product-four-image {
    background-image: url('https://acmeindustries.info/wp-content/uploads/2025/01/Lp-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
}

.product-five-image {
    background-image: url('https://acmeindustries.info/wp-content/uploads/2025/01/Lp-5.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
}

.product-six-image {
    background-image: url('https://acmeindustries.info/wp-content/uploads/2025/01/Lp-3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: white;
}

::-webkit-scrollbar-thumb {
    background: #008352;
}

.our-logo {
    background: white;
    padding: 5px;
    border-radius: 5px;
    margin-top: 20px;
}

.our-logo-reads h6 {
    font-size: 14px;
    color: white;
    line-height: 18px;
    margin-top: 10px;
}

.our-logo-reads p {
    font-size: 14px;
    color: white;
    font-weight: bold;
    font-family: 'Quicksand';
}

/* Animation for the text */
.animated-logo {
    animation: bounceZoom 3s infinite ease-in-out;
}

@keyframes bounceZoom {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.cont-top {
    margin-top: 50px;
}

.img-fit {
    height: 70px;
    width: auto;
    object-fit: contain;
}

.pg{
    font-size: 40px;
    color: #008352;
    font-weight: 600;
    font-family: "Figtree", serif;
}

.our-logo-section img{
	height: 60px;
}

.hero-section-readables-home,
.hero-section-readables-contact,
.hero-section-readables-helpx
{
	position: relative;
    top: 12rem;
}

.card-img, .card-img-bottom, .card-img-top{
    width: 100%;
    height: 100px;
    object-fit: contain;
    background: #f7f7f7;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9999;
	padding-top: 40px;
}   

#image-popup-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 1000;
        justify-content: center;
        align-items: center;
    }

    #image-popup-container {
        position: relative;
        max-width: 90%;
        max-height: 90%;
    }

    #popup-image {
        width: 350px;
        height: auto;
    }

    .close {
        position: absolute;
        top: 10px;
        right: 10px;
        color: white;
        font-size: 30px;
        font-weight: bold;
        cursor: pointer;
    }

    .close:hover {
        color: red;
    }

/* Media Queries  */
@media screen and (max-width:576px) {
    .main-img {
        background-image: url('https://acmeindustries.info/wp-content/uploads/2025/01/mobile-2.png');
    }

    .hero-section-readables h2 {
        font-size: 22px !important;
        line-height: 35px;
    }

    .hero-section-readables p {
        font-size: 12px;
        font-weight: 600 !important;
        line-height: 20px;
    }

    .Enquire {
        font-size: 10px;
        background-color: #008352;
    }

    #new-s {
        font-size: 24px;
        padding-top: 60px;
        padding-bottom: 20px;
        text-align: center;
    }

    .scnd-sctn h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .scnd-sctn p {
        font-size: 14px;
        font-weight: 500;
    }

    .scnd-card h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .scnd-card p {
        font-size: 11px;
        font-weight: 600;
        line-height: 18px;
    }

    .sce-sct i {
        font-size: 24px;
    }

    .card-flex {
        justify-content: center;
    }

    .sc-one,
    .sc-two,
    .sc-three,
    .scnd-sctn {
        margin-bottom: 20px;
    }

    .product-heading {
        padding-top: 10px;
        display: inline-grid;
        padding-bottom: 40px;
    }

    .product-heading h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .product-heading a {
        font-size: 12px;
        top: 10px;
    }

    .specs {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-bottom: 15px;
    }

    .specs h5 {
        text-align: center;
    }

    .pro-img {
        display: flex;
        justify-content: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .readables {
        display: flex;
        padding-bottom: 40px;
        flex-direction: column;
    }

    .credential-top h2 {
        font-size: 24px;
        line-height: 16px;
    }


    .view a {
        font-size: 12px;
        top: 15px;
        font-weight: 600;
    }

    .credentials-down {
        height: 120px;
        padding: 10px;
    }

    .iec-code h3 {
        font-size: 12px;
        line-height: 18px;
    }

    .credentials-down {
        padding-top: 25px;
        width: 270px !important;
        box-shadow: none;
        margin-left: 15px;
        margin-bottom: 20px !important;
        position: relative;
        top: 10px;
    }

    .iec-code p {
        font-size: 12px;
    }

    .crdntls-img {
        height: 65px;
        width: 65px;
    }

    .credentials-down-two {
        padding-top: 25px;
        width: 270px !important;
        box-shadow: none;
    }

    .iec-code-x h3 {
        font-size: 12px;
        line-height: 16px;
    }

    .new h2 {
        font-size: 30px;
    }

    .new {
        margin-top: 200px !important;
    }

    .new p {
        font-size: 14px;
    }

    li {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .creative-image {
        height: 100px;
        width: 100px;
    }

    .cred-one,
    .cred-two {
        display: flex;
        justify-content: space-evenly;
        padding-top: 40px;
    }

    .bs-sell h2 {
        font-size: 28px;
    }

    .bs-sell {
        display: inline;
        justify-content: space-between;
    }

    .bs-btn {
        font-size: 12px;
        position: relative;
        top: -30px;
    }

    .best-seller {
        display: flex !important;
        justify-content: center;
    }

    .xtra-pdng {
        margin-bottom: 30px;
    }

    .deliver-image img {
        height: 200px;
        width: 200px;
        padding-bottom: 20px;
    }

    .delivery-details h2 {
        font-size: 24px;
        margin-top: 30px;
    }

    .delivery-details p {
        font-size: 14px;
    }

    .reads h4 {
        font-size: 20px;
    }

    .reads>div,
    .reads>span {
        font-size: 34px;
    }

    .reads {
        margin-left: 10px;
    }

    .faq-section h2 {
        font-size: 22px;
    }

    .faq-section p {
        font-size: 14px;
        margin-top: 20px;
        font-weight: 500;
    }

    .accordion-flush>.accordion-item>.accordion-header .accordion-button,
    .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
        font-size: 15px !important;
    }

    .accordion-body {
        font-size: 12px !important;
        font-weight: 500 !important;
    }

    .logo-section p {
        font-size: 13px;
        text-align: center;
    }

    .social-images {
        left: 0px;
    }

    .list-one {
        font-size: 20px;
        text-align: center;
        margin-top: 30px;
        left: 0px;
    }

    .ul-first ul,
    .ul-second ul {
        text-align: center;
        margin-left: -30px;
    }

    .list-two {
        left: 0px;
        text-align: center;
    }

    .luk {
        text-align: center;
    }

    .footer-form .subscribe {
        padding-left: 0px;
        text-align: center;
    }

    .footer-form {
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .copyright {
        text-align: center;
    }

    .slide-in {
        width: 230px;
    }

    /* About us  */
    .hero-section-readables {
        top: 32rem !important;
        text-align: center;
    }
	
	.hero-section-readables-home{
		top: 37rem;
        position: relative;
        text-align: center;
	}
	
	.hero-section-readables-helpx {
        top: 36rem !important;
        text-align: center;
		position: relative;
    }

    .services-cards {
        width: 80% !important;
        margin-bottom: 30px;
    }

    .srvcs {
        display: flex;
        justify-content: center;
    }

    .credens h2 {
        font-size: 30px;
    }

    .xtra-brdr {
        width: 90% !important;
        margin-bottom: 20px;
    }

    .flexy {
        justify-content: center;
    }

    .images-one img {
        height: 110px;
        width: 120px;
    }

    .images-one {
        display: flex;
        justify-content: space-around;
    }

    /* Help Center  */
    .helping-heading {
        font-size: 30px;
        padding-bottom: 20px;
		text-align: center;
    }

    .side-borders {
        width: 100% !important;
    }

    .heading-help h4 {
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        text-align: center;
    }

    .para-help p {
        font-size: 12px;
        font-weight: 700;
        text-align: center;
    }

    /* Contact Us  */
    .contact-reads h3 {
        font-size: 30px;
    }

    .contact-reads p {
        font-size: 13px;
    }

    .first-sect {
        flex-direction: column;
    }

    .achievements {
        display: flex;
        flex-wrap: wrap;
    }

    .achievements img {
		height: 160px;
        width: 160px;
        margin-bottom: 20px;
    }

    .form-structure form {
        margin-left: 0px;
        margin-top: 20px;
        border-radius: 20px;
    }

    /* Products  */
    .col-content h3 {
        font-size: 16px;
    }

    .col-content h2 {
        font-size: 26px;
        line-height: 35px;
    }

    .col-content p {
        font-size: 13px;
        padding-top: 10px;
    }

    .feature-section {
        padding-top: 18rem;
        padding-bottom: 70px;
    }

    .hero-section-readables {
        width: 100%;
    }
	
	.hero-section-readables-contact{
		top: 33rem !important;
		position: relative;
		text-align: center;
	}

    .main-img-about {
        background-image: url('https://acmeindustries.info/wp-content/uploads/2025/01/mobile-3.png');
        height: 63vh;
    }

    .services {
        padding-top: 17rem;
    }

    .contact-main {
        background-image: url('https://acmeindustries.info/wp-content/uploads/2025/01/mobile-4-1.png');
        background-size: cover;
        height: 62vh;
    }

    .pb-100 {
        padding-bottom: 100px;
        padding-top: 15rem;
    }

    .help-main {
        background-image: url('https://acmeindustries.info/wp-content/uploads/2025/01/mobile-5.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 75vh;
    }

    .help-top {
        padding-top: 15rem;
    }

    .help-text {
        width: 100%;
    }

    .help-submit {
        width: 50%;
        height: 35px;
        margin-left: 0px;
        margin-top: 10px;
    }

    .gallery-main {
        background-image: url('https://acmeindustries.info/wp-content/uploads/2025/01/mobile-1.png');
        height: 63vh;
    }

    .gallery {
        margin-top: 70px;
        padding-top: 15rem;
    }

    .clause {
        padding-top: 19rem;
    }

    /* New Section  */
    .flex-hope {
        flex-direction: column;
    }

    .payment-image img {
        height: 55vh !important;
    }

    .payment-reads h2 {
        font-size: 22px;
        margin-top: 20px;
    }

    .payment-reads p {
        font-size: 14px;
    }

    .read-one {
        height: 40px;
        padding-top: 10px;
        text-align: center;
        width: 100%;
    }

    .sub-img img {
        display: none;
    }

    .paymentrow {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .col-content {
        padding-top: 34rem;
        text-align: center;
    }

    .cont-top {
        padding-top: 19rem;
    }

    .product-one-image {
        background-image: url('https://acmeindustries.info/wp-content/uploads/2025/01/mp-6.png');
    }

    .product-two-image {
        background-image: url('https://acmeindustries.info/wp-content/uploads/2025/01/mp-4.png');
    }

    .product-three-image {
        background-image: url('https://acmeindustries.info/wp-content/uploads/2025/01/mp-2.png');
    }

    .product-four-image {
        background-image: url('https://acmeindustries.info/wp-content/uploads/2025/01/mp-1.png');
    }

    .product-five-image {
        background-image: url('https://acmeindustries.info/wp-content/uploads/2025/01/mp-5.png');
    }

    .product-six-image {
        background-image: url('https://acmeindustries.info/wp-content/uploads/2025/01/mp-3.png');
    }
	
	.logo-section{
		display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
	}
	
	.our-logo-section{
		    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
		text-align: center;
	}
	
	.our-logo-reads{
		    text-align: center;
    margin-top: 30px;
	}
	
	.buttons {
    gap: 15px;
}
	
	    #popup-image {
        width: 280px;
        height: auto;
    }

}

@media screen and (max-width: 540px) {
    .cont-top {
        padding-top: 11rem;
    }
	
	    .feature-section {
        padding-top: 18rem;
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 414px) {
    .cont-top {
        padding-top: 15rem;
    }
}

@media screen and (max-width: 320px) {
    .cont-top {
        padding-top: 20rem;
    }
}

@media screen and (min-width:577px) and (max-width:767px) {
    .hero-section-readables h2 {
        font-size: 27px;
        line-height: 36px;
    }

    .hero-section-readables p {
        font-size: 14px;
        line-height: 20px;
        padding-top: 0px;
    }

    .scnd-sctn h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .scnd-sctn p {
        font-size: 14px;
    }

    .scnd-card h2 {
        font-size: 16px;
        line-height: 16px;
    }

    .scnd-sctn,
    .sc-one,
    .sc-two,
    .sc-three {
        width: 260px !important;
        margin-bottom: 20px;
    }

    .product-heading h2 {
        font-size: 30px;
    }

    .specs {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .credential-top h2 {
        font-size: 30px;
    }

    .credentials-down {
        height: 120px;
        padding-top: 30px;
        margin-bottom: 30px;
        position: relative;
        top: 15px;
    }

    .four-images {
        margin-top: 200px;
    }

    .new h2 {
        font-size: 30px;
    }

    .new p {
        font-size: 14px;
        margin-top: 20px;
    }

    .creative-image {
        margin-top: 40px;
    }

    .xtra-pdng {
        width: 260px !important;
        margin-bottom: 20px;
    }

    .delivery-image {
        margin-top: -60px;
        margin-bottom: 30px;
    }

    .reads h4 {
        font-size: 23px;
    }

    .faq-section h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .social-images {
        left: 0px;
        margin-bottom: 40px;
    }

    .logo-section p {
        text-align: center;
    }

    .list-two {
        left: 0px;
    }

    .list-one {
        left: 0px;
    }

    /* About Us Page */
    .services-cards {
        border: 1px solid #f7f7f7;
        padding: 35px 35px 5px 35px;
        width: 48% !important;
        box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
        margin-bottom: 20px;
    }

    .xtra-brdr {
        width: 48% !important;
        margin-bottom: 20px;
    }

    .images-one img {
        height: 215px;
        width: 215px;
    }

    .images-one {
        display: flex;
        justify-content: space-evenly;
    }

    .side-borders {
        width: 100% !important;
    }

    /* Contact us  */
    .form-structure form {
        margin-left: 0px;
        margin-top: 80px;
        border-radius: 10px;
    }

    /* Products  */
    .col-content h3 {
        font-size: 20px;
    }

    .col-content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .hero-section-readables {
        position: relative;
        top: 6rem;
        width: 85%;
    }

    .services {
        padding-top: 0rem;
    }

    /* New Section  */
    .sub-img img {
        display: none;
    }

    .payment-reads h2 {
        font-size: 28px;
        margin-top: 10px;
    }

    .reads-pymnt {
        width: 100%;
    }

    .read-one {
        height: 40px;
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

    .paymentrow {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .col-content {
        padding-top: 125px;
    }

    .cont-top {
        margin-top: 3rem;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hero-section-readables h2 {
        font-size: 24px;
        line-height: 38px;
    }

    .hero-section-readables p {
        font-size: 14px;
        line-height: 21px;
        padding-top: 0px;
    }

    .scnd-sctn,
    .sc-one,
    .sc-two,
    .sc-three {
        width: 350px !important;
        margin-bottom: 20px;
    }

    .product-heading h2 {
        font-size: 30px;
    }

    .credential-top h2 {
        font-size: 30px;
    }

    .iec-code h3 {
        font-size: 14px;
        line-height: 17px;
    }

    .iec-code p {
        font-size: 12px;
    }

    .iec-code-x h3 {
        font-size: 10px;
        line-height: 14px;
    }

    .iec-code-x p {
        font-size: 10px;
    }

    .new h2 {
        font-size: 30px;
    }

    .new p {
        font-size: 14px;
    }

    li {
        font-size: 14px;
    }

    .creative-image {
        height: 170px;
        width: 160px;
        box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }

    .bs-sell h2 {
        font-size: 30px;
    }

    .best-seller {
        display: flex;
        justify-content: center;
        gap: 50px;
    }

    .delivery-details h2 {
        font-size: 24px;
    }

    .delivery-details p {
        font-size: 14px;
    }

    .reads h4 {
        font-size: 20px;
    }

    .reads>div,
    .reads>span {
        font-size: 35px;
    }

    .faq-section h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .logo-section p {
        font-size: 10px;
    }

    .social-images {
        left: -15px;
    }

    .list-one {
        font-size: 15px;
        left: 32px;
    }

    .list-two {
        font-size: 15px;
    }

    .luk {
        font-size: 15px;
    }

    .submit {
        width: 75%;
    }

    .copyright {
        font-size: 10px;
        line-height: 15px;
    }

    /* About Us  */
    .hero-section-readables h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .card-reads h2 {
        font-size: 16px;
        line-height: 23px;
    }

    .card-reads p {
        font-size: 10px;
    }

    .exploring {
        font-size: 7px;
    }

    .xtra-brdr {
        width: 48% !important;
        margin-bottom: 30px;
    }

    .head-para h2 {
        font-size: 18px;
        margin-top: 20px;
    }

    .head-para {
        font-size: 11px;
    }

    /* Contact Us  */
    .contact-reads h3 {
        font-size: 25px;
    }

    .contact-reads p {
        font-size: 14px;
    }

    .first-sect {
        display: flex !important;
        flex-direction: column;
    }

    .achievements img {
        height: 50px;
        width: 50px;
    }

    .form-structure form {
        margin-left: 20px;
        border-radius: 10px;
    }

    /* Products  */
    .col-content h3 {
        font-size: 20px;
    }

    .col-content h2 {
        font-size: 27px;
        line-height: 35px;
    }

    .col-content p {
        font-size: 14px;
    }

    .cardimage img {
        height: 120px;
        width: 110px;
    }

    .payment-reads h2 {
        font-size: 22px;
    }

    .payment-reads p {
        font-size: 14px;
    }

    .read-one {
        height: 50px;
        width: 100%;
    }

    .sub-img img {
        display: none;
    }

    .reads-pymnt {
        width: 100%;
        text-align: center;
    }

    .col-content {
        padding-top: 125px;
    }

    .cont-top {
        margin-top: 3rem;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .hero-section-readables h2 {
        font-size: 32px;
        line-height: 44px;
    }

    .hero-section-readables p {
        font-size: 14px;
        padding-top: 0px;
    }

    .hero-section-readables {
        top: 6rem;
    }

    #new-s {
        font-size: 35px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .scnd-sctn,
    .sc-one,
    .sc-two,
    .sc-three {
        width: 310px !important;
        margin-bottom: 20px;
    }

    .product-heading h2 {
        font-size: 30px;
    }

    .specs {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .credential-top h2 {
        font-size: 30px;
    }

    .iec-code h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .iec-code-x h3 {
        font-size: 12px;
    }

    .new h2 {
        font-size: 35px;
    }

    .new p {
        font-size: 14px;
    }

    li {
        font-size: 14px;
    }

    .creative-image {
        height: 210px;
        width: 220px;
        box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.3);
    }

    .best-seller {
        justify-content: center;
        gap: 30px;
    }

    .delivery-details h2 {
        font-size: 26px;
    }

    .delivery-details p {
        font-size: 14px;
    }

    .reads h4 {
        font-size: 21px;
    }

    .reads>div,
    .reads>span {
        font-size: 33px;
    }

    .faq-section h2 {
        font-size: 24px;
    }

    /* About Us  */
    .services-cards {
        border: 1px solid #f7f7f7;
        padding: 35px 35px 5px 35px;
        width: 48% !important;
        box-shadow: 1px 1px 7px 4px rgba(0, 0, 0, 0.3);
        margin-bottom: 30px;
    }

    .card-content {
        height: 220px;
    }

    .boy-pic {
        height: 450px !important;
    }

    .xtra-brdr {
        width: 24% !important;
    }

    .icon-one-reads h4 {
        font-size: 20px;
    }

    .card-content {
        height: 300px;
    }

    .exploring {
        font-size: 12px;
    }

    /* Contact Us  */
    .contact-reads h3 {
        font-size: 30px;
    }

    .contact-reads p {
        font-size: 14px;
    }

    .textx span {
        font-size: 12px;
    }

    .envelope {
        font-size: 12px;
        padding: 5px 8px 5px 8px;
        border-radius: 5px;
    }

    .textx p {
        font-size: 10px;
    }

    .achievements img {
        height: 80px;
        width: 80px;
    }

    /* Products  */
    .col-content h3 {
        font-size: 20px;
    }

    .col-content h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .col-content p {
        font-size: 14px;
    }

    .cardimage img {
        height: 170px;
        width: 170px;
    }

    .payment-reads h2 {
        font-size: 24px;
    }

    .payment-reads p {
        font-size: 14px;
    }

    .sub-img img {
        height: 180px;
        margin-left: 0px;
    }

    .read-one {
        height: 40px;
        padding-top: 10px;
        text-align: center;
    }

    .col-content {
        padding-top: 100px;
    }

}

@media screen and (min-width:1201px) and (max-width:1399px) {
    .col-content h3 {
        font-size: 20px;
    }

    .col-content h2 {
        font-size: 33px;
        line-height: 45px;
    }

    .col-content p {
        font-size: 14px;
    }

    .payment-reads p {
        font-size: 14px;
    }

    .payment-image img {
        height: 80vh;
    }

    .col-content {
        padding-top: 135px;
    }

}

@media screen and (min-width:1400px) {

    .scnd-sctn,
    .sc-one,
    .sc-two,
    .sc-three {
        width: 320px !important;
    }

    .cred-one,
    .cred-two {
        display: flex;
        justify-content: flex-end;
        gap: 50px;
    }

    .reads {
        position: relative;
        left: -90px;
    }
}


@media screen and (min-width:1600px) {}

