﻿.about-section {
    position: relative;
    padding: 40px 0px 40px 0px;
}

.our-protection {
    padding: 40px 0;
}

.cta-section {
    position: relative;
    padding: 40px 0px 40px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.testimonial-section {
    position: relative;
    width: 100%;
    padding: 40px 0px 20px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 10px 0px 5px 0px;
    border-top: 1px solid #252c2e;
}

.footer-top {
    position: relative;
    padding: 60px 0px 50px 0px;
}
.form-section:before {
    position: absolute;
    content: '';
    background: rgb(92 93 94 /5%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    line-height: 26px;
    font-weight: 500;
    opacity: 1;
    text-transform: uppercase;
    padding: 10px 0px 10px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.page-title:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.0);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.page-title {
    position: relative;
    width: 100%;
    padding: 40px 0px 0px 0px;
    background-size: cover;
    margin-bottom: 18px;
    background-repeat: no-repeat;
    margin-top: 100px;
}

.contact-section .contact-info .single-info .text a {
     color: #000000 !important; 
}

.contact-section .contact-info .single-info h5 {
    color: #000000 !important;
    line-height: 25px;
}

.contact-section .contact-info .title h3 {
    position: relative;
    display: block;
    color: #000000 !important;
    padding-top: 11px;
    margin-bottom: 26px;
}

.contact-section .contact-info {
    position: relative;
     background: #fff; 
    color: #000000 !important;
    padding: 45px 30px 40px 46px;
}

.testimonial-block-one {
    position: relative;
    background: #ffffff;
    margin: 30px 0px 50px 0px;
    padding: 1px 30px 64px 50px !important;
    transition: all 500ms ease;
}

.testimonial-block-one:before {
    position: absolute;
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-size: 48px;
    color: #1280b4;
    right: 50px;
    bottom: 20px;
    font-weight: 700;
}

.page-title .content-box .title {
    position: relative;
    display: block;
    font-size: 48px;
    font-family: 'Poppins', sans-serif;
    line-height: 55px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 0;
    text-align: left;
}

    .our-protection {
    padding: 60px 0;
}

.single-product-item {
    position: relative;
    margin-bottom: 20px;
}

.title-box.centred {
    text-align: center;
    margin-bottom: 20px;
}

.tile {
    background-color: #f0f0f0;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.tile h4 {
    font-size: 18px;
    color: #333;
    margin: 0;
}

.tile a {
    color: inherit;
    text-decoration: none;
    display: block;
    font-weight: 600;
}

.tile:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background-color: #e6e6e6;
}

.tile:nth-child(odd) {
    background-color: silver;
}

    .tile:nth-child(even) {
        background-color: silver;
    }

@media (min-width: 768px) {
    .product-column {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .tile {
        margin-bottom: 10px;
    }
}