@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: 'poppins', sans-serif;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

h1,
h2,
h3,
h4 {
     font-family: 'poppins', sans-serif;
    font-size: 40px !important;
    font-weight: 600;
}

.logo-img {
    height: 135px;
}


.brand-name {
    font-weight: bold;
    font-size: 1.5rem;
    color: #5c3317;
}

.info-icon {
    color: #caa471;
    font-size: 25px;
    margin-right: 6px;
}

.info-item {
    font-size: 16px;
    color: #444;
}

.nav-link {
    color: #333 !important;
    font-weight: 500;
    margin-right: 15px;
    font-size: 20px;
}

.enquiry-btn {
    background-color: #701f17;
    color: white;
    border-radius: 25px;
    padding: 6px 20px;
    border: none;
    font-weight: 500;
}


.hero-section {
    height: auto;
    position: relative;
    overflow: hidden;
}

.hero-section .carousel-item img {
    height: auto;
    object-fit: cover;
}




/* .hero-section {
    background-image: url('/wp-content/themes/tecobytes/images/banner-img.webp');
    background-size: cover;
    background-position: center;
    height: 80vh;
    position: relative;
} */

.text-red {
    color:#ad1300 !important;
}

.hero-overlay {
    background: rgb(0 0 0 / 22%);
    height: 100%;
    width: 100%;
}

.hero-text {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}

.card-img-top {
    border-radius: 8px;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card:hover .card-img-top {
    transform: scale(1.1);
}


.card {
    position: relative;
    border: none;
    overflow: hidden;
}

.card-overlay-label {
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 75%;
    transform: translateX(-50%);
    background-color: white;
    color: black;
    font-weight: 600;
    padding: 6px 14px;
    font-size: 22px;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.card:hover .card-overlay-label {
    background: linear-gradient(135deg, #cb2400, #ad1300);
    color: white;
}

.reliable-flooring {
    background-color: #f9f8f7;
    background-image: url('/projects/perilloplywood/images/flooring-bg-img.webp');
    /* Optional pattern if desired */
    background-size: cover;
    background-position: center;
}

.btn-custom {
    background: linear-gradient(135deg, #cb2400, #ad1300);
    color: white;
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-custom:hover {
    background-color: #a07139;
    color: white;
}

@media (max-width: 768px) {
    .reliable-flooring {
        text-align: center;
    }

    .reliable-flooring img {
        max-width: 100%;
        height: auto;
    }
}

.headings {
    font-size: 30px;
}

.sub-headings {
    font-size: 20px;
}


.featured-projects {
    background-color: #fff;
}

.filter-tabs .tab {
    font-size: 20px;
    border: 1px solid #b6894b;
    background: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-tabs .tab.active,
.filter-tabs .tab:hover {
    background-color: #b6894b;
    color: white;
}

.swiper {
    padding: 20px 0;
}

.swiper-slide {
    width: auto;
}

.swiper-slide img {
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    color: #333;
    border: 1px solid;
    padding: 20px !important;
    border-radius: 50%;
}


.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 16px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-btn {
    height: 60px;
}

.featured-projects .swiper {
    position: relative;
    padding-bottom: 50px;
    /* space for arrows */
}

.featured-projects .swiper-button-prev,
.featured-projects .swiper-button-next {
    position: absolute;
    top: 91%;
    transform: translateY(20px);
}

.featured-projects .swiper-button-prev {
    left: 50%;
    transform: translate(-30px, 20px);
    /* move left from center */
}

.featured-projects .swiper-button-next {
    left: 50%;
    transform: translate(30px, 20px);
    /* move right from center */
}




.video-section {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.video-section img {
    display: block;
    width: 100%;
    height: auto;
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 50%;
    padding: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.play-icon i {
    font-size: 47px;
    color: #8a6240;
    /* Change to match your branding */
}

.why-btn {
    background: linear-gradient(135deg, #cb2400, #ad1300);
    color: #fff;
    padding: 12px 30px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
}

.feature-box h5 {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 20px;
    color: #1f1f1f;
}

.feature-box .number {
    color: #c0935c;
    font-weight: 700;
    font-size: 23px;
    margin-right: 5px;
}

.feature-box .desc {
    color: #666;
    font-size: 18px;
    line-height: 1.6;
    border-top: 1px solid #606060;
    padding-top: 15px;
}

.footer {
   background: linear-gradient(135deg, #ad1300, #9d2005);
    color: #fff;
   /* z-index: 1;*/
    padding: 60px 0 0;
    font-family: 'Arial', sans-serif;
    position: relative;
}
.footer::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url('/wp-content/themes/tecobytes/images/footer-bg.webp');
    opacity: 0.2;
    top:0;
}

.footer .logo {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.footer .logo span {
    color: #ff8d34;
    font-size: 28px;
}

.footer .desc {
  margin-top: 15px;
    line-height: 20px;
    font-size: 15px;
    color: #f5f2f2;
    max-width: 240px;
}

.footer .footer-title {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer .square {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ff8d34;
    margin-right: 8px;
}

.footer .footer-links {
    list-style: none;
    padding: 0;
}

.footer .footer-links li {
    margin-bottom: 10px;
}

.footer .footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}

.footer .footer-links a:hover {
    color: #fff;
}

.footer p i {
    color: #ff8d34;
    margin-right: 10px;
}

.footer .social-icons a {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
    transition: 0.3s;
}

.footer .social-icons a:hover {
    background-color: #ff8d34;
    color: #fff;
}

.footer-bottom p {
    font-size: 13px;
    color: #aaa;
    margin: 0;
}



/*================================================
Client
================================================*/

/* .clients-section {
    background-color: #fff;
    padding: 60px 0;
}

.client-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.client-logos img {
    height: 60px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.client-logos img:hover {
    filter: grayscale(0%);
    opacity: 1;
} */


/*================================================
About Us page
================================================*/


.about-us-section {
    padding: 60px 0;
}



.about-content {
    display: flex;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap;
}

.about-images {
    position: relative;
    flex: 1 1 45%;
}

.main-image {
    width: 100%;
    border-radius: 6px;
    height: auto;
}

.overlay-image {
    position: absolute;
    bottom: -105px;
    left: 272px;
    height: 300px;
    width: 60%;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.about-text {
    flex: 1 1 50%;
}

.section-label {
    color: #da9632;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.about-text h2 {
    font-size: 36px;
    margin-bottom: 16px;
    color: #333;
}

.about-text p {
    color: #666;
    margin-bottom: 24px;
    line-height: 1.6;
}

.features {
    display: flex;
    gap: 40px;
    margin-bottom: 24px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: #2f2f2f;
}

.feature-item img {
    width: 30px;
}

.feature-points {
    list-style: none;
    padding-left: 0;
    margin-bottom: 32px;
}

.feature-points li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #555;
}

.feature-points li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #da9632;
    font-size: 20px;
    line-height: 1;
}

.read-more-btn {
    display: inline-block;
    padding: 14px 28px;
    background-color: #2f2f2f;
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: 0.3s;
}

.read-more-btn span {
    margin-left: 10px;
    transition: 0.3s;
}

.read-more-btn:hover span {
    margin-left: 15px;
}





/* Journey Section */
.perillo-journey {
    position: relative;
    padding: 100px 20px;
    background: #fafafa;
    overflow: hidden;
}

.journey-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.background-text {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    font-size: 120px;
    text-align: center;
    color: #f0f0f0;
    z-index: 0;
    font-weight: 700;
    pointer-events: none;
}

.journey-content {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.journey-images {
    flex: 1;
    position: relative;
    min-width: 280px;
}

.main-img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.overlay-img {
    position: absolute;
    bottom: -30px;
    left: -150px;
    width: 60%;
    border-radius: 12px;
    border: 5px solid #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.journey-text {
    flex: 1;
    min-width: 280px;
}

.section-label {
    color: #c09456;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section-title {
    font-size: 36px;
    margin-bottom: 20px;
}

.journey-text p {
    color: #555;
    margin-bottom: 16px;
}



.vision-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
}

/* Dark overlay */
.vision-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* 0.5 = 50% darkness */
    z-index: 1;
}

/* Ensure text is above the overlay */
.vision-content {
    position: relative;
    z-index: 2;
    max-width: 80%;
    text-align: center;
}


.what-sets-us-apart {
    background-color: #fff;
    padding: 100px 20px;
    text-align: center;
}

.what-sets-us-apart .section-label {
    color: #d4a65a;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.what-sets-us-apart .section-title {
    font-size: 36px;
    color: #222;
    margin-bottom: 60px;
}

.features-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.feature-box {
    background: #f9f9f9;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-8px);
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.feature-box h4 {
    font-size: 20px;
    color: #222;
    font-weight: 600;
    margin-bottom: 15px;
}

.feature-box p {
    text-align: justify;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}



.contact-hero {
    background-image: url('/wp-content/themes/tecobytes/images/about-banner.webp');
    /* Replace with your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh;
    position: relative;
}

.contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
    /* dark overlay */
}

.contact-hero>div {
    position: relative;
    z-index: 2;
}





/* Contact Info Icon */
.contact-info-icon {
    font-size: 1.8rem;
    color: #701f17;
    /* Bright orange */
    margin-right: 15px;
}

/* Form Section */
.form-section {

    /* Soft gradient background */
    padding: 80px 0;
    font-family: 'Arial', sans-serif;
}

.contact-box {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    /* Larger rounded corners */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid #f0f0f0;
    /* Light border for better definition */
}

.contact-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.contact-box h5 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.contact-box p {
    font-size: 1.1rem;
    color: #555;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 14px;
    transition: border 0.3s ease;
}

.form-control:focus {
    border-color: #ff6f00;
    box-shadow: 0 0 8px rgba(255, 111, 0, 0.6);
}

textarea.form-control {
    resize: vertical;
}

button[type="submit"] {
    background: linear-gradient(135deg, #701f17, #f88d34);
    /* Gradient button */
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    /* Round button corners */
    font-size: 1.1rem;
    transition: background 0.3s ease, transform 0.3s ease;
}

button[type="submit"]:hover {
    background: linear-gradient(135deg, #ff6600, #ff9900);
    /* Darker gradient on hover */
    transform: translateY(-2px);
    /* Slight hover effect */
}

/* Google Map */
iframe {
    width: 100%;
    height: 650px;
    border: none;
    min-height: 400px;
    border-radius: 12px;
    /* Rounded map corners */
}

/* Responsive Styles */
@media (max-width: 767px) {
    .ind-vide {
        height: 350px !important;
    }

    .contact-box {
        padding: 25px;
    }

    .form-section {
        padding: 60px 0;
    }

    .col-md-7,
    .col-md-5 {
        width: 100%;
        /* Full width on mobile */
    }

    .product-card img {
        width: 100%;
        height: 246px !important;
        object-fit: cover;
        display: block;
        transition: transform 0.4s ease;
    }

}

@media (min-width: 768px) {
    .col-md-7 {
        width: 58%;
        /* Adjust width for form */
    }

    .col-md-5 {
        width: 42%;
        /* Adjust width for map */
    }
}



.product-icon-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: white;
}

.product-icon-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.product-icon-card img {
    max-height: 150px;
    /* Limit image size */
    object-fit: contain;
}

.bg-light {
    background-color: #f8f9fa;
    /* Light background for a fresh look */
}

/* .text-dark {
    color: #333;
    font-weight: bold;
} */




.why-choose-title {
    font-size: 2.8rem;
    color: #333;
}

.why-choose-subtitle {
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.why-choose-card {
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eee;
}

.why-choose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08);
}

.why-choose-icon i {
    font-size: 3rem;
    display: inline-block;
    background: linear-gradient(45deg, #ff6a00, #ee0979);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-icon {
    background: linear-gradient(135deg, #ff8a00, #e52e71);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.client-testimonials-section {
    padding: 60px 20px;
}

.client-testimonials-swiper {
    padding: 40px 0;
}

.client-testimonials-slide {
    background: #b6894bb3;
    border-radius: 12px;
    padding: 30px;
    min-height: 300px;
    color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.client-testimonials-rating {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.client-testimonials-rating i {
    color: #ffcc60;
    font-size: 1.2rem;
}

.client-testimonials-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.client-testimonials-info h4 {
    margin-bottom: 0;
}

.client-testimonials-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-testimonials-pagination-bullet {
    background: #f39c12;
    margin: 0 6px !important;
    opacity: 1;
}

.client-testimonials-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.client-location {
    font-size: 18px;
    color: #f1f1f1;
    display: block;
    margin-top: 5px;
    text-align: center;
}


.faq-section h2 {
    font-size: 2rem;
}

.accordion-button {
    font-size: 1rem;
    font-weight: 600;
}

.accordion-body {
    font-size: 0.95rem;
    line-height: 1.6;
}

a {
    text-decoration: none;
}




.popup-form {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow-x: scroll;
}

.form-content {
    background: #fff;
    margin: 5% auto;
    padding: 30px;
    width: 90%;
    max-width: 720px;
    border-radius: 10px;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

form input,
form select,
form textarea {
    width: 100%;
    height: 60px;
    padding: 10px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.customer-trust-section {
    /* background: #f8f9fa; */
    color: rgb(0, 0, 0);
    border-radius: 10px;
    /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); */
    padding-top: 50px;
    padding-bottom: 50px;
}

.customer-trust-section .trust-icon h2 {
    font-size: 4.5rem;
    color: #007bff;
    /* Using a blue color for the shield */
}

.customer-trust-section .trust-graphic img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.customer-trust-section h3 {
    font-size: 34px !important;
    font-weight: bold;
    margin-bottom: 15px;
}

.customer-trust-section .lead {
    font-size: 18px;
    color: #6c757d;
}

.customer-trust-section h4 {
    font-size: 32px !important;
    font-weight: bold;
    color: #333;
}

.customer-trust-section a.btn {
    font-size: 1.1rem;
    padding: 14px 35px;
    border-radius: 30px;
    background-color: #007bff;
    color: white;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.customer-trust-section a.btn:hover {
    background-color: #0056b3;
    transform: translateY(-3px);
    /* Slight hover lift effect */
}

.customer-trust-section .text-muted {
    color: #6c757d !important;
}

/* Responsive Adjustments */
@media (max-width: 767px) {

    .vision-content {
        position: relative;
        z-index: 2;
        max-width: 100%;
        text-align: center;
    }

    .vision-bg {
        position: relative;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        height: auto;
        display: flex;
        padding: 10px;
        align-items: center;
        justify-content: center;
        color: #fff;
        overflow: hidden;
    }

    .overlay-image {
        position: absolute;
        bottom: -105px;
        left: 15px;
        height: 248px;
        width: 94%;
        display: none;
        border-radius: 6px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    .feature-box h5 {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 20px;
        color: #1f1f1f;
    }

    .video-play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #ffffff00;
        border-radius: 50%;
        padding: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .play-icon i {
        font-size: 47px;
        color: #ffffff;
    }

    .sub-headings {
        font-size: 16px;
    }

    .card-overlay-label {
        position: absolute;
        bottom: 13px;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
        background-color: white;
        color: black;
        font-weight: 600;
        padding: 6px 14px;
        font-size: 16px;
        border-radius: 4px;
        transition: background-color 0.3s, color 0.3s;
    }

    h1,
    h2,
    h3,
    h4 {
        font-family: "Merriweather", serif;
        font-size: 25px !important;
        font-weight: 600;
        /* font-size: 30px !important; */
    }

    .customer-trust-section .trust-icon h2 {
        font-size: 3.5rem;
    }

    .customer-trust-section h3 {
        font-size: 2.2rem;
    }

    .customer-trust-section .lead {
        font-size: 1.1rem;
    }
}


.dealer-network-section {
    /* background: #f7f7f7; */
    color: #333;
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 15px;
    /* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); */
}

.dealer-network-section .dealer-box {
    background-color: #c0935c;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dealer-network-section .dealer-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.dealer-network-section .dealer-box h3 {
    font-size: 2rem;
    font-weight: bold;
}

.dealer-network-section .dealer-box ul li {
    font-size: 1.1rem;
    color: #fff;
}

.dealer-network-section .dealer-box ul li i {
    font-size: 1.3rem;
}

.dealer-network-section h2 {
    font-size: 34px !important;
    font-weight: 700;

    margin-bottom: 30px;
}

.dealer-network-section .lead {
    font-size: 1.3rem;
    margin-bottom: 30px;
}

.dealer-network-section a.btn {
    font-size: 1.2rem;
    padding: 15px 40px;
    border-radius: 50px;
    background-color: #ffcc00;
    color: #333;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.dealer-network-section a.btn:hover {
    background-color: #e6b800;
    transform: translateY(-3px);
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 767px) {
    .about-us-section {
        padding: 40px 0 !important;
    }

    .nav-wd {
        width: 100% !important;
        line-height: 2rem !important;
    }

    .hero-section {
        background-image: url(/wp-content/themes/tecobytes/images/banner-img.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 150px;
        width: 100%;
        position: relative;
    }

    .main-image {
        width: 100%;
        border-radius: 6px;
        height: 275px;
    }

    .logo-img {
        height: 135px;
        width: 100% !important;
    }

    .top-nav {
        display: none !important;
    }

    .dealer-points {
        margin-left: 0px !important;
    }

    .dealer-network-section h2 {
        font-size: 2.5rem;
    }

    .dealer-network-section .lead {
        font-size: 1.2rem;
    }

    .dealer-network-section .dealer-box h3 {
        font-size: 1.7rem;
    }

    .dealer-network-section a.btn {
        padding: 12px 30px;
        font-size: 1rem;
    }
}


.verify-box {
    border-right: 1px solid gray;
}


.dealer-points {
    margin-left: 150px;
}


h2.position-relative::after {
    content: "";
    display: block;
    width: 150px;
    height: 4px;
    background: #7a1e14;
    margin: 8px auto 0;
    border-radius: 2px;
}

.faq-section h2:after {
     content: "";
    display: block;
    width: 150px;
    height: 4px;
    background: #7a1e14;
    margin: 8px auto 0;
    border-radius: 2px;
}

.gallery-title:after{
     content: "";
    display: block;
    width: 150px;
    height: 4px;
    background: #7a1e14;
    margin: 8px auto 0;
    border-radius: 2px;
} 
.greenply-guarantee h2:after {
      content: "";
    display: block;
    width: 150px;
    height: 4px;
    background: #7a1e14;
    margin: 8px auto 0;
    border-radius: 2px;
}
.product-range h2:after{
     content: "";
    display: block;
    width: 150px;
    height: 4px;
    background: #7a1e14;
    margin: 8px auto 0;
    border-radius: 2px;
}

.headings:after {
    content: "";
    display: block;
    width: 150px;
    height: 4px;
    background: #7a1e14;
    border-radius: 2px;
}

.dealer-inquiry-section h2:after {
     content: "";
    display: block;
    width: 150px;
    height: 4px;
    background: #7a1e14;
     margin: 8px auto 0;
    border-radius: 2px;
}

.navbar-nav .nav-link {
    padding: 0 1rem;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        margin-top: 1rem;
    }
}

.dealer-icon {
    background: linear-gradient(135deg, #cb2400, #ad1300);
    border-radius: 10px;
}

.top-box {
    width: 350px;
}

.enquri-btn {
    background: linear-gradient(135deg, #cb2400, #ad1300);
}

.enquri-btn:hover {
    /* background-color: #701f17; */
}




.product-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.4s ease;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
}

.product-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.product-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, #701e1717, #7d3800f3);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
}

.product-card .overlay span {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.product-card:hover img {
    transform: scale(1.1);
}

.product-card:hover .overlay {
    opacity: 1;


}

.product-card:hover .overlay span {
    transform: translateY(0);
    opacity: 1;
}




.gallery-title {
    letter-spacing: 2px;
    font-size: 1.5rem;
    color: #000;
}

.gallery-item {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 0;
    transition: transform 0.3s ease;
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: transform 0.5s ease, filter 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
    filter: grayscale(0%);
}

.overlay {
    display: none;
    /* Optional: Hide overlay for minimal style */
}

.bi-check-circle-fill {
    color: #5c3317 !important;
}


.nav-wd {
    width: 88%;
}

.product-card {
    border: none;
    border-radius: 16px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    margin-bottom: 2rem;
    width: 100%;
}

.product-img {
    border-radius: 16px 0 0 16px;
    object-fit: cover;
    height: 100%;
}

.product-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.feature-list li::before {
    content: \"\\2714\\0020\";
    color: #28a745;
}

@media (max-width: 768px) {
    .product-img {
        border-radius: 16px 16px 0 0;
    }
}


.location-float img {
    width: 30px;
    height: 30px;
}

.location-float {
    position: fixed;
    bottom: 218px;
    right: 20px;
    z-index: 1000;
    background-color: #cbcbcb;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.location-float.hide {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}


.video-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
    height: 350px;
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}


.about-video-section {
    background-color: #f8f9fa;
}

.video-overlay-wrapper {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
}

.video-overlay-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.play-icon-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px !important;
    height: 120px !important;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}



.testimonial-modern-card {
   background: linear-gradient(135deg, #701e17, #c52000);
    color: #fff;
    transition: all 0.4s ease;
    border: none;
    height: auto;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-modern-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

.testimonial-modern-text {
    color: #fff;
    line-height: 1.7;
    font-size: 1.05rem;
    font-weight: 400;
    font-style: italic;
}

.testimonial-modern-rating i {
    font-size: 1.1rem;
    color: #ffeb3b;
}

.quote-icon i {
    font-size: 2.2rem;
    color: #ffffff;
    opacity: 0.5;
}

.testimonial-modern-card h6 {
    color: #fff;
}

.testimonial-modern-card small {
    color: #ffffff;
}

.about-video-section {
    position: relative;
    /* Required for positioning ::before */
    z-index: 1;
}

.about-video-section::before {
    content: "";
    position: absolute;
    /* background: url('/wp-content/themes/tecobytes/images/bg-element5.webp') no-repeat center/contain; */
    height: 200px;
    width: 200px;
    bottom: 0px;
    right: 1px;
    z-index: 0;
    opacity: 0.8;
    pointer-events: none;
}

.product-range {
    position: relative;
    z-index: 1;
}

.product-range::before {
    content: "";
    position: absolute;
    /* background: url('/wp-content/themes/tecobytes/images//bg-element2.webp') no-repeat center/contain; */
    height: 200px;
    width: 200px;
    top: 0px;
    left: -90px;
    z-index: 0;
    opacity: 0.3;
    pointer-events: none;

}

.why-choose-us-section {
    position: relative;
    z-index: 1;
}

.why-choose-us-section::before {
    content: "";
    position: absolute;
    /* background: url('/wp-content/themes/tecobytes/images/bg-element5.webp') no-repeat center/contain; */
    height: 300px;
    width: 300px;
    bottom: 0px;
    left: 90px;
    z-index: 0;
    opacity: 0.7;
    pointer-events: none;

}

.nav-icon {
    color: #cb2400;
}

.foot-logo {

    height: 100px;
    width: 100px;

}

.faq-box {
    /* background-color: rgba(225, 8, 8, 0.727); */
}

.scanner-img {
    height: 300px;
    width: 300px;
}


.qr-heading {
    font-size: 32px;
    line-height: 1.4;
    color: #222;
}

.highlight-red {
    color: #a30000;
}

.sub-headings {
    font-size: 18px;
    text-align: justify;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .qr-heading {
        font-size: 24px;
        padding: 0 10px;
    }
}



.underline-input {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.underline-input:focus {
    border-color: #a30000;
    box-shadow: none;
}

input::placeholder,
select {
    font-weight: 300;
    font-size: 14px;
}

input:focus,
select:focus {
    outline: none;
}

input[type="tel"] {
    width: 100%;
}

@media (max-width: 767px) {
    .dealer-inquiry-section h2 {
        font-size: 22px;
    }

    .dealer-inquiry-section p {
        font-size: 14px;
    }
}






.dealer-form {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background-color: #fff;
    padding: 30px;
    transition: box-shadow 0.3s ease;
}

.dealer-form:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.custom-input {
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: none;
}

.custom-input:focus {
    border-color: #a30000;
    box-shadow: 0 0 0 3px rgba(163, 0, 0, 0.1);
}

.why-btn {
    background-color: #a30000;
    color: #fff;
    padding: 10px 24px;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.why-btn:hover {
    background-color: #7a0000;
    color: #fff;
}

@media (max-width: 767px) {
    .custom-input {
        font-size: 14px;
    }

    .dealer-form {
        padding: 20px;
    }
}

.terms-section ol {
    list-style: none !important;
    padding-left: 0;
}

.terms-section ol>li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.terms-section ol>li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 2px;
    color: #dc3545;
    font-weight: bold;
    font-size: 16px;
}


.whatsapp-float {
    position: fixed;
    bottom: 145px;
    right: 20px;
    z-index: 1000;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-float img {
    width: 30px;
    height: 30px;
}

.text-transparent {
    position: relative;
    left: -10px;
    z-index: 9;
    margin: 0;
    font-weight: 800;
    font-size: 77px;
    opacity: .05;
    color: #000000;
    bottom: -50px;
}
.woodtree {
   position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;  
    z-index:-1;
    top: 0;
}
/* .about-video-section  ::before {
    position: absolute;
    content: "";
    width:100%;
    height: 100%;
    background: url('/wp-content/themes/tecobytes/images/apptrn.webp');
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.01;
    left: 0;
    top: 0;

} */
 .rect-playwood {
    position: absolute;
    width: 35%;
    height: 50%;
    content: "";
    opacity: 0.4;
    z-index: -1;
    bottom: -50px;
 }

 .perillo-bg::before {
    position: absolute;
    content: "";
    width:100%;
    height: 100%;
    background: url('/wp-content/themes/tecobytes/images/hexabg.webp');
    background-repeat: no-repeat;
    top: 60px;
    left:0;
}