*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
}

.container-main {
    max-width: 1320px;
    margin: 0 auto;
}

body {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Teko", sans-serif;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-header {
    padding: 12px 0px;
    position: relative;
    z-index: 2;
}

.mob-header {
    display: none;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left img {
    width: auto;
    max-width: 100%;
    max-height: 80px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-bar-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-main {
    background: #0c1e8b;
    padding: 6px 0px;
}

.top-bar-left ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-bar-left ul li {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
}

.top-bar-left ul li a {
    color: #fff;
}

.top-bar-left ul li i {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
}

.social-media-icon {
    display: flex;
    gap: 15px;
}

.social-media-icon i {
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
}

.header-links {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.header-links ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-links ul li {
    color: #363435;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.header-links ul li.active a,
.header-links ul li:hover a {
    color: #f22e3a;
}

.header-links ul li a {
    color: #363435;
}


.quote-btn a,
.home-banner-content a,
.home-about-right a,
.form-btn input {
    font-size: 16px;
    height: 55px;
    width: max-content;
    padding: 0px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #f22e3a;
    position: relative;
    z-index: 9;
}

.quote-btn a::before,
.home-about-right a::before,
.form-btn input::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #0c1e8b;
    transition: all 0.5s ease;
    z-index: -1;
}

.quote-btn a:hover::before,
.home-about-right a:hover::before,
.form-btn:hover::before {
    bottom: 0;
    height: 100%;
}

.home-banner-main {
    position: relative;
}

.home-banner-slider {
    position: relative;
}

.home-btn-flex {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
    padding: 0px 40px;
}

.home-btn-flex button {
    border: unset;
    background-color: unset;
}

.home-btn-flex img {
    width: 40px !important;
    height: 40px !important;
    filter: invert(1);
}

.home-banner-bg {
    height: 700px;
    position: relative;
    overflow: hidden;
}

.home-banner-bg img {
    border-radius: unset;
}

.home-banner-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
}

.home-banner-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home-banner-info .container-main {
    height: 100%;
}

.home-banner-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.home-banner-content h1 {
    font-size: 82px;
    line-height: 78px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.home-banner-content p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    max-width: 610px;
    margin: 0 auto;
}

.banner-btn {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.home-banner-content a {
    background-color: #f22e3a;
}

.home-banner-content a:hover {
    background-color: #0c1e8b;
}

.read-more {
    background-color: transparent !important;
    border: 1px solid #fff;
}

.read-more:hover {
    background-color: #f22e3a !important;
    border: unset;
}

.text-anime-main {
    overflow: hidden;
    padding: 30px 0px;
    background: #0c1e8b;
    position: relative;
}

.text-anime-main::before,
.home-stats::before {
    position: absolute;
    content: "";
    background-image: url(../images/white-paper-roll-factory.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.text-anime h4 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    position: relative;
    z-index: 2;
}

.home-about-main,
.home-products-main,
.why-us-main,
.home-publications {
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-about-flex,
.home-publications-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home-about-left,
.home-about-right {
    width: 50%;
}

.home-about-left {
    height: 550px;
    border-bottom: 6px solid #f22e3a;
}

.home-about-right {
    padding-left: 70px;
}

.home-about-right h6,
.home-products-heading h6,
.why-us-heading h6,
.home-publications-right h6,
.home-publications-left h6 {
    font-family: "Teko", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    color: #f22e3a;
    display: block;
    border-bottom: 2px solid;
    width: max-content;
    margin-bottom: 5px;
}

.home-about-right h2,
.home-products-heading h2,
.why-us-heading h2,
.home-publications-right h2,
.home-publications-right h2,
.home-publications-left h2 {
    font-size: 58px;
    line-height: 58px;
    font-weight: 500;
    color: #0c1e8b;
    margin-bottom: 10px;
}

.home-about-right p,
.why-us-block p,
.why-us-block a,
.home-publications-right p,
.home-publications-right ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #646c71;
    margin-bottom: 10px;
}

.home-about-right a {
    margin-top: 20px;
}

.home-products-main,
.home-publications {
    background-color: #f4f4f6;
}

.home-products-heading,
.why-us-heading {
    margin-bottom: 30px;
}

.home-products-heading h6,
.why-us-heading h6 {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}

.home-products-heading h2,
.why-us-heading h2,
.why-us-block p {
    text-align: center;
    margin-bottom: 0;
}

.home-products-flex,
.why-us-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -15px;
}

.home-products-block,
.why-us-block {
    width: 33.33%;
    padding: 15px;
}

.home-products-bg {
    height: 320px;
    overflow: hidden;
}

.home-products-bg img {
    margin-left: 30px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.home-products-block:hover .home-products-bg img {
    margin-left: 0;
}

.home-products-content {
    background-color: #f22e3a;
    padding: 10px 30px;
}

.home-products-content h4,
.why-us-block h3 {
    font-size: 32px;
    font-style: normal;
    line-height: 36px;
    color: #fff;
}

.home-products-content h4 a {
    color: #fff;
}

.why-us-main {
    position: relative;
}

/* .why-us-main::before {
    position: absolute;
    content: "";
    background-image: url(../images/cute-shopping-bag-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
} */

.why-us-block-inner {
    /* box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16); */
    background-color: #0c1e8b;
    height: 100%;
    padding: 45px 30px 37px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-bottom: 5px solid #f22e3a;
}

.why-us-icon {
    background: #f22e3a;
    margin-bottom: 17px;
    border-radius: 50%;
    padding: 20px;
    display: inline-block;
}

.why-us-block img {
    height: 50px;
    width: 50px;
    filter: invert(1);
}

.why-us-block h3 {
    color: #fff;
    max-width: 300px;
    margin-bottom: 15px;
    text-align: center;
}

.why-us-block p {
    color: #fff;
}

.why-us-block a {
    color: #f22e3a;
    margin-bottom: 0;
    margin-top: 15px;
}

.why-us-block a:hover {
    text-decoration: underline;
}

.home-stats {
    background-color: #f22e3a;
    padding: 30px 0;
    position: relative;
}

.home-stats::before {
    background-attachment: fixed;
}

.home-stats-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.home-stats-block {
    width: 25%;
    padding: 15px;
}

.home-stats-block img {
    width: 60px;
    height: 60px;
    float: left;
    padding-right: 12px;
    object-fit: scale-down;
    filter: invert(1);
}

.stats-info {
    float: left;
}

.stats-info h4 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    position: relative;
}

.stats-info h4::before {
    position: absolute;
    content: "+";
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    right: -27px;
}

.stats-info p {
    font-size: 16px;
    color: #fff;
    line-height: 1.688;
}

.form-field {
    position: relative;
    margin-bottom: 40px;
}

.form-field input,
.form-field textarea {
    /* border: 1px solid #dee0e5; */
    border: unset;
    background: #f4f4f6;
    border-radius: 0;
    height: 50px;
    width: 100%;
    padding: 0 20px;
    outline: none;
}

.form-btn input {
    background-color: #f22e3a;
    border: unset;
}

.form-btn input:hover {
    background-color: #0c1e8b;
}

.home-publications {
    padding-top: 0;
}

.home-publications-flex {
    align-items: flex-end;
}

.home-publications-left {
    padding-right: 50px;
    margin-top: -5px;
    z-index: 1;
    width: 45%;
}

.home-publications-right ul li i {
    color: #f22e3a;
    margin-right: 12px;
}

.home-publications-left-inner {
    padding: 30px;
    background-color: #fff;
    border-top: 5px solid #0c1e8b;
}

.home-publications-right {
    width: 55%;
}

.footer-main {
    padding-top: 70px;
    background: #363435;
    position: relative;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.footer-logo {
    max-width: 200px;
    margin-bottom: 30px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-block p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-top: 15px;
    max-width: 350px;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.social-icons i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 16px;
    color: #fff;
}

.social-icons i:hover {
    background-color: #f22e3a;
    color: #fff;
}

.footer-block h6 {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}

.footer-block h6::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 2px;
    display: inline-block;
    background: #f22e3a;
}

.footer-block ul li {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #ffffff;
    transition: all 0.35s;
    padding-top: 17px;
    position: relative;
    padding-left: 16px;
}

.footer-block ul li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #f22e3a;
    top: 25px;
}

.footer-block.add ul li:first-child {
    align-items: flex-start;
}

.footer-block.add ul li {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.footer-block ul li span {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 7px;
}

.footer-block ul li a {
    color: #ffffff;
    position: relative;
}

.footer-block.add ul li::before {
    content: unset;
}

.footer-block.add ul li i {
    margin-right: 10px;
    color: #f22e3a;
}

.footer-copyright-main {
    background: rgba(0, 0, 0, 0.2);
    padding: 25px 0;
    /* border-top: 1px solid #e7e7e75c; */
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

.footer-copyright p a {
    color: #f22e3a;
}


/* 18/6/2025   meet */

/* About Page */

.about-banner {
    position: relative;
}

.about-banner-bg {
    height: 300px;
    background-color: #000;
    position: relative;
}

.about-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-banner-bg::before {
    position: absolute;
    content: " ";
    background-color: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.banner-info .container-main {
    height: 100%;
}

.about-banner-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 40px;
}

.about-banner-content h1 {
    font-size: 62px;
    line-height: 70px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}



.about-banner-img {
    width: 50%;
    position: relative;
    z-index: 1;
}

.about-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*customer-prefer */

.customer-prefer-part {
    position: relative;
}
.customer-prefer-info {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #F22E3A;
}
.customer-prefer-info .container-main {
    height: 100%;
    display: flex;
    justify-content: flex-end;
}
.customer-prefer-content {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 50%;
    padding-left: 115px;
}
.customer-prefer-heading h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 25px;
}
.pre-flex {
    display: flex;
        gap: 20px;
}
.pre-left img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    filter: invert(1);
}
.pre-right {
    padding-left: 15px;
}
.pre-right p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 13px;
}
.pre-right span {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    display: block;
}


.stats-section {
    background-color: #0c1e8b;
}



.mission-vision {
    padding: 60px 0px;
    /* padding-top: 0px; */
    text-align: center;
    background-color: #f4f4f6;
}

.mission-vision-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.mission-vision-card {
    /* background-color: #f4f4f6; */
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 2px 2px 12px 4px #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 5px solid #f22e3a;
}

.mission-vision-card:nth-child(even) {
    background-color: #0c1e8b;
}

.mission-vision-card-title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #f22e3a;
}

.mission-vision-card-img {
    background: #f22e3a;
    margin-bottom: 17px;
    border-radius: 50%;
    padding: 20px;
    display: inline-block;
}

.mission-vision-card-img img {
    height: 50px;
    width: 50px;
    filter: invert(1);
}

.mission-vision-card-content p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.mission-vision-card:nth-child(even) .mission-vision-card-content p {
    color: #fff;
}



/* contact page */

.mission-vision-card-content.contact-information p a {
    text-decoration: none;
    color: #333;
}

.mission-vision-card-img.contact-details-img {
    padding: 10px;
}

.mission-vision-card-img.contact-details-img img {
    height: 30px;
    width: 30px;
}

.contact-details .container-main {
    max-width: 1020px;
}

.getQuote {
    padding: 100px 0px;
}

.getQuote-title h6 {
    font-family: "Teko", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    color: #f22e3a;
    display: block;
    border-bottom: 2px solid;
    width: max-content;
    margin-bottom: 5px;
}

.getQuote-title h2 {
    font-size: 58px;
    line-height: 58px;
    font-weight: 500;
    color: #0c1e8b;
    margin-bottom: 30px;
}


.getQuote-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.getQuote-form .form-field {
    flex: 1 1 calc(50% - 10px);
    position: relative;
    margin-bottom: 10px;
}

.getQuote-form .form-field.full-width {
    flex: 1 1 100%;
}

.getQuote-form .form-field input,
.form-field textarea,
.form-field select {
    border: unset;
    background: #f4f4f6;
    border-radius: 12px;
    height: 50px;
    width: 100%;
    padding: 0 20px;
    outline: none;
}

.getQuote-form .form-field select {
    appearance: none;
}


.form-field select,
option:not(:first-of-type) {
    color: #818080;
}

.form-field select option {
    color: #000;

}

.getQuote-form .form-field textarea {
    height: 100px;
    padding: 10px 20px;
    resize: vertical;
    width: 100%;
    border-radius: 12px;
}

.getQuote .container-main {
    max-width: 1020px;
}

.form-field textarea {
    border-radius: unset;
    padding: 15px;
    height: 100px;
}


/* Product Detail Page */

.product-detail-main {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f5f5f5;
}

.product-detail-flex {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    /* margin-bottom: 70px; */
}

.product-detail-right,
.product-detail-left {
    width: 50%;
}

.product-detail-left {
    padding-right: 40px;
}

.product-detail-left img {
    max-width: 100%;
    max-height: 800px;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
    border: 1px solid #ddd;
}


.product-detail-right h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 500;
    color: #0c1e8b;
    margin-bottom: 10px;
}

.in-stock {
    display: flex;
    align-items: center;
    /* background-color: #e0f8e0; */
    color: #2e7d32;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.in-stock i {
    margin-right: 10px;
    font-size: 20px;
    color: #2e7d32;
}

.product-detail-left p {
    margin-bottom: 12px;
    /* color: #444; */
}

.in-stock-info {
    color: #2e7d32;
}

.product-detail-left a {
    color: #007bff;
    text-decoration: none;
}

.pricing-btn {
    margin: 20px 0;
}


.products-details-point ul {
    padding-left: 20px;
    margin-top: 20px;
    list-style-type: disc;
    color: #333;
    margin-bottom: 20px;
}

.products-details-point li {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    /* color: #ffffff; */
    transition: all 0.35s;
    padding-top: 17px;
    position: relative;
    padding-left: 16px;
}
.products-details-point li::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #f22e3a;
    top: 25px;
}


.Request-btn a,.pricing-btn a {
    font-size: 16px;
    height: 55px;
    width: max-content;
    padding: 0px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #f22e3a;
    position: relative;
    z-index: 9;
}
.Request-btn a::before,.pricing-btn a::before{
        position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #0c1e8b;
    transition: all 0.5s ease;
    z-index: -1;
}
.Request-btn a:hover::before,.pricing-btn a:hover::before{
     bottom: 0;
    height: 100%;
}