@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;800;900&family=Roboto:wght@300;400;500;700&display=swap);
*,
ol,
ul {
    padding: 0;
}
*,
ol,
p,
ul {
    margin: 0;
}
.whatsapp-link,
a:focus,
a:hover {
    text-decoration: none;
}
.menu-column ul li,
.menu-column > a {
    margin-bottom: 10px;
}
.fileUploadArea,
.fileUploadWrap,
.input-placeholder,
.quoteModal .col-12,
.search-form,
.submitBtnWrap {
    position: relative;
}
:root {
    --primary-color: #288ea5;
    --secondary-color: #4CC2DC; /* Changed from var(--secondary-color) to #a0181f for better contrast */
    --third-color: #333;
    --fourth-color: #fff;
    --font-size: 15px;
}
body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #3d3d3d;
    overflow-x: hidden;
    font-size: var(--font-size);
    line-height: 1.7;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
    -webkit-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}
.btn:focus,
.slick-initialized .slick-slide:focus,
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button,
input,
select,
textarea {
    border: none;
}
input,
select,
textarea {
    width: 100%;
    background-color: transparent;
    padding: 0 20px;
    height: 45px;
    font-weight: 300;
    font-size: 13px;
    color: #555;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
textarea {
    height: 200px;
    padding-top: 20px;
    resize: none;
}
input[type="checkbox"],
input[type="radio"] {
    height: auto;
    width: auto;
}
::-webkit-input-placeholder {
    opacity: 1;
    color: #555;
}
::-moz-placeholder {
    opacity: 1;
    color: #555;
}
:-ms-input-placeholder {
    opacity: 1;
    color: #555;
}
::-ms-input-placeholder {
    opacity: 1;
    color: #555;
}
::placeholder {
    opacity: 1;
    color: #555;
}
::-webkit-scrollbar {
    background-color: #ccc;
    width: 8px;
}
::-webkit-scrollbar:horizontal {
    background-color: #ccc;
    height: 4px;
}
::-webkit-scrollbar-thumb {
    background-color: #3d3d3d;
}
.slick-slide img,
a,
i,
span {
    display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, serif;
    font-weight: 700;
    margin: 0;
}
h1 {
    font-size: 34px;
}
h2 {
    font-size: 30px;
    text-transform: capitalize;
}
.whatsapp-link,
h3 {
    font-size: 18px;
}
a,
a:hover,
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    color: #000;
}
ol,
ul {
    list-style-type: none;
}
a {
    -webkit-transition: 0.1s ease-out 0.1s;
    -o-transition: 0.1s ease-out 0.1s;
    transition: 0.1s ease-out 0.1s;
}
@keyframes pulse {
    0%,
    100% {
        transform: scale(0.75);
    }
    50% {
        transform: scale(1);
    }
}
.contactPageWrap .footerContactArea a,
.primaryColor {
    color: var(--primary-color);
}
.mt40 {
    margin-top: 40px;
}
.p80 {
    padding: 80px;
}
.p50 {
    padding: 50px;
}
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt50 {
    padding-top: 50px;
}
.pt80 {
    padding-top: 80px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb50 {
    padding-bottom: 50px;
}
.pl0 {
    padding-left: 0;
}
.site-logo a {
    width: 150px;
}
.search-form {
    top: 8px;
}
.search-form button {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--primary-color);
    font-size: 22px;
    padding: 0 10px;
    color: #fff;
}
.main-btn,
.productCustomQuote > span {
    background: var(--secondary-color);
    letter-spacing: 1px;
}
.top-bar-right {
    text-align: right;
}
#quoteModal,
.category-wrap,
.custom-quote .bg-success p,
.megaMenuViewBtn {
    text-align: center;
}
.whatsapp-link {
    align-items: center;
    color: #25d366;
    display: inline-flex;
    margin-top: 7px;
}
.whatsapp-icon {
    animation: 2s infinite pulse;
    font-size: 34px;
    margin-right: 2px;
    transform: scale(1);
}
.top-bar-right .get-a-quote {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 0px 20px;
    height: 40px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    top: -5px;
}
.menu {
    display: flex;
    justify-content: space-around;
}
.menu > li {
    position: unset;
}
.dropdown:hover .mega-menu {
    display: block;
}
.menu-column {
    width: 24% !important;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
}
.menu-column > a {
    color: #333;
    font-size: 16px;
    text-align: left;
    font-weight: 700;
}
.menu-column ul {
    list-style: none;
}
.menu-column a {
    color: #333;
    padding: 0;
    display: block;
    transition: color 0.1s;
}
.address-widget a:hover,
.card-single a:hover h3,
.menu-column ul li a:hover,
footer ul li a:hover {
    color: var(--secondary-color);
}
.menu-column-last {
    vertical-align: middle;
}
.megaMenuViewBtn {
    background-color: var(--secondary-color);
    color: #fff !important;
    padding: 10px !important;
    margin-top: 50px;
}
.aboutWrap h2,
.banner-section a,
.banner-section img,
.mainBanner img {
    width: 100%;
}
.category-wrap h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.card-single,
.contactPageForm .row,
.processWrap h3 {
    margin: 20px 0;
}
.aboutWrap img,
.card-single img,
.galleryWrap .card-single img,
.productsWrap .card-single img,
.related-subcategory-card img {
    border-radius: 10px;
}
.card-single h3,
.related-subcategories h3 {
    margin-top: 10px;
}
.main-btn {
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
}
.breadcrums p a:hover,
.main-btn:hover {
    opacity: 1;
}
.card-single > a > div {
    font-weight: 700;
    margin-top: 10px;
}
.features-wrap {
    background-color: #f4b0b433;
}
.features-wrap .card-single img {
    border-radius: 0;
    width: 80px;
}
.features-wrap .card-single h3 {
    margin-top: 20px;
}
.whyChooseUs-wrap {
    background-color: #efefef;
}
.whyChooseUs-wrap .card-single {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 2px 10px -3px #999;
}
.whyChooseUs-wrap .card-single i {
    color: var(--secondary-color);
    border-radius: 50%;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.testimonial-single {
    background: #202021;
    text-align: left;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 20px -6px #333;
    color: #fff;
}
.CustomerInfo {
    margin-bottom: 12px;
}
.CustomerInfo img {
    border-radius: 50%;
    width: 50px;
}
.CustomerInfo h3,
.address-widget a,
.requestQuote p,
footer .widget-title,
footer ul li a {
    color: #fff;
}
.CustomerInfo p {
    font-size: 12px;
}
.testimonialWrap .stars img {
    width: 20px;
}
.testimonial-single > p {
    margin: 10px 0 20px;
}
.googleLogo img {
    width: 50px;
}
.googleLogo p {
    margin: 0;
    line-height: 15px;
}
.googleLogo p span {
    font-size: 12px;
    margin: 0;
}
.testimonialWrap .header > div {
    font-size: 30px;
    font-weight: 700;
}
.CustomerName > span,
.fileUploadArea span {
    font-weight: 700;
}
.customQuoteWrap {
    background: url(../img/custom-quote.webp) 0 0 / cover no-repeat;
}
.customQuoteForm {
    background: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 0 7px 0;
}
.customQuoteForm h2 {
    margin-bottom: 40px;
}
.customQuoteForm input {
    font-size: 12px;
    color: #999;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #dfdede;
}
.customQuoteForm textarea {
    border-radius: 10px;
    margin: 10px 0;
    height: 120px;
}
.customQuoteForm input[type="submit"],
.productCustomQuote input[type="submit"] {
    border: none;
    background-color: var(--secondary-color);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    border-radius: 10px;
}
.customQuoteForm input[type="submit"]:hover,
.productCustomQuote input[type="submit"]:hover {
    opacity: 0.6;
}
.bottomContent h2,
.bottomContent h3,
.contactWrap .footerContactArea h3,
.customQuoteForm select,
.dynamicContent h2,
.dynamicContent h3,
.productTabs h2,
.productTabs h3 {
    margin: 10px 0;
}
.quoteRequirments > div {
    padding-right: 5px;
}
.aboutWrap p {
    font-size: 16px;
    margin: 10px;
    line-height: 1.9;
}
.product-details h1 {
    margin-bottom: 30px;
    color: #333;
}
.featuredImage {
    padding: 10px;
    text-align: center;
}
.featuredImage img {
    width: 90%;
}
.otherImages {
    margin: 20px 0;
    text-align: center;
}
.imageSingleWrap {
    display: inline-block;
    width: 19%;
    border: 1px solid #d2d2d2;
    padding: 5px;
    border-radius: 5px;
}
.imageSingleWrap img {
    width: 100%;
    height: 100%;
}
.productCustomQuote {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #606060;
    margin-top: 20px;
    text-align: center;
}
.productCustomQuote > span {
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 0 auto 30px;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 700;
}
.fileUploadArea,
.productCustomQuote textarea {
    margin: 10px 0;
    height: 120px;
}
.productCustomQuote input,
.productCustomQuote select {
    border-radius: 10px;
    margin: 10px 0;
    box-shadow: 0 0 5px -3px;
    height: 60px;
}
.fileUploadArea {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px;
}
.fileUploadArea p {
    margin-top: 10px !important;
    font-size: 14px !important;
}
.fileUploadArea svg {
    width: 40px;
}
.fileUploadArea input {
    position: absolute;
    left: 0;
    top: -10px;
    right: 0;
    z-index: 1000;
    height: 120px;
    opacity: 0;
}
.productFeatures {
    font-size: 16px;
    background: #eaf6ff;
    padding: 20px;
}
.productFeatures i {
    color: var(--secondary-color);
    margin-right: 20px;
    font-size: 20px;
}
#filePreview,
#popfilePreview {
    position: absolute;
    top: -9px;
    left: 0;
    bottom: 1px;
    right: 0;
    background: var(--third-color);
    border-radius: 5px;
    color: #fff;
    padding-top: 20px;
}
#poppreviewImage,
#previewImage {
    display: none !important;
}
.placeholder {
    position: absolute;
    color: var(--secondary-color);
    top: 30px;
    left: 25px;
}
.input-placeholder input:valid + .placeholder {
    display: none;
}
.quoteModal .placeholder {
    top: 25px;
}
.productTabs .nav-tabs {
    border-bottom: 1px solid var(--primary-color);
    text-align: center;
}
.productTabs .nav-tabs .nav-link {
    background: 0 0;
    padding: 10px;
}
.contactPageWrap .social-links a:hover,
.productTabs .nav-tabs .nav-link:hover {
    background: var(--secondary-color);
    color: #fff;
}
.productTabs .nav-tabs .nav-link.active {
    background: var(--primary-color);
    color: #fff;
}
.productTabs .tab-content {
    padding: 20px 20px 0;
}
.dynamicContent ul,
.privacyWrap ul,
.tab-content ul {
    padding-left: 30px;
}
.bottomContent li,
.dynamicContent li,
.privacyWrap li,
.tab-content li {
    list-style: disc;
}
.processWrap .col-6 {
    font-weight: 600;
    font-size: 16px;
}
.processWrap span.circle {
    display: inline-block;
    border: 1px solid #333;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 20px;
}
.processWrap table {
    width: 100%;
    text-align: left;
}
.processWrap tr:nth-child(odd) {
    background-color: #f2f2f2;
}
.processWrap td,
.processWrap th {
    padding: 5px;
}
.processWrap tr:nth-child(2n) {
    background-color: #fff;
}
.breadcrums {
    padding: 30px 0;
}
.breadcrums p {
    text-transform: capitalize;
    letter-spacing: 0px;
}
.breadcrums p span {
    margin: 0 15px;
}
.product-details .breadcrums a,
.product-details .breadcrums p {
    color: #777;
}
.product-details .breadcrums {
    padding: 0 0 30px;
}
footer {
    padding: 50px 0 10px;
    background: #202021;
    color: #fff;
}
footer .widget-title {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 700;
}
footer .footer-copyright-area .social-links ul li {
    margin-right: 15px;
    display: inline;
}
footer .footer-copyright-area .social-links ul li.title {
    margin-right: 20px;
    color: #fff;
    font-weight: 600;
}
footer .footer-copyright-area .social-links ul li:last-child {
    margin-right: 0;
}
footer .footer-copyright-area .social-links ul a {
    color: #202021;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
footer .footer-copyright-area .social-links ul a:hover {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}
footer .footer-copyright-area .copyright-text {
    color: #202021;
    float: right;
    font-size: 14px;
    margin-top: 10px;
}
footer .footer-copyright-area .copyright-text span {
    color: #202021;
    font-weight: 700;
}
.footer-copyright-area {
    margin-top: 30px;
}
.contactPageWrap .social-links {
    width: 100%;
    padding: 20px 0;
}
.contactPageWrap .social-links li {
    display: inline-block;
    text-align: center;
}
.contactPageWrap .social-links a {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid var(--secondary-color);
    line-height: 40px;
    font-size: 18px;
    border-radius: 5px;
    color: var(--secondary-color);
    margin: 0 20px;
}
.contactPageWrap .footerContactArea {
    width: 100%;
    margin-top: 30px;
}
.contactPageWrap .footerContactArea h3 {
    color: #333;
}
.contactPageWrap .footerContactArea i {
    font-size: 30px;
    margin-bottom: 30px;
}
.contactPageForm {
    width: 100%;
    margin-top: 40px;
}
.contactPageForm input[type="submit"] {
    background-color: var(--secondary-color);
    color: #fff;
    border-radius: 5px;
}
.contactPageForm input[type="submit"]:hover {
    background-color: var(--primary-color);
}
.contactWrap h1 {
    font-size: 40px;
}
.privacyWrap h1 {
    margin: 0 0 30px;
}
.privacyWrap h2,
.privacyWrap h3 {
    margin: 30px 0 10px;
}
.privacyWrap p {
    width: 100%;
    line-height: 35px;
}
.requestQuote .container {
    background: #7a8dce;
    padding: 30px;
    margin-bottom: 50px;
    border-radius: 20px;
    box-shadow: 10px 10px 20px -15px var(--secondary-color);
}
.requestQuote h3 {
    color: #fff;
    margin-bottom: 20px;
}
.requestQuote a {
    padding: 10px 25px;
    border-radius: 10px;
    background: var(--primary-color);
    color: #fff !important;
}
.loadingWrap {
    text-align: center;
    position: absolute;
    top: 4px;
    background: var(--secondary-color);
    border-radius: 5px;
    padding: 4px;
    display: none;
    left: 15px;
    right: 15px;
}
.loader {
    width: 60px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side, #fff 90%, #0000);
    background: var(--_g) 0 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
    background-size: calc(100% / 3) 50%;
    animation: 1s linear infinite l3;
    display: inline-block;
}
@keyframes l3 {
    20% {
        background-position: 0 0, 50% 50%, 100% 50%;
    }
    40% {
        background-position: 0 100%, 50% 0, 100% 50%;
    }
    60% {
        background-position: 0 50%, 50% 100%, 100% 0;
    }
    80% {
        background-position: 0 50%, 50% 50%, 100% 100%;
    }
}
#quoteModal .customQuoteForm {
    box-shadow: unset;
    padding-top: 15px;
    padding-bottom: 0;
}
.quoteModal .col-12 {
    padding: 0 20px;
}
.quoteModal .popupHeading {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
}
.quoteModal .btn-close {
    position: absolute;
    background: top;
    right: 40px;
    font-size: 20px;
    top: 10px;
}
.quoteModal .productCustomQuote {
    background: #fff;
    padding: 30px;
    border-radius: unset;
    box-shadow: unset;
    margin-top: 0;
}
.quoteModal .productCustomQuote input,
.quoteModal .productCustomQuote select {
    height: 50px;
}
.quoteModal .fileUploadArea input {
    height: 120px;
}
.quoteModal img {
    height: 100%;
}
.bottomContent ul {
    padding-left: 20px;
}


/* header styles */
.portfolio-btn {
    font-weight: bold;
    color: white;
    background-color: var(--primary-color); /* Changed from var(--secondary-color) to #a0181f for better contrast */
    margin-left: auto;
}

.menu > li {
    padding: 7px 20px;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    transition: left 0.3s ease;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sticky-header {
    background-color: white;
    position: sticky;
    top: -1px;
    z-index: 1000;
}

.sidebar.open {
    left: 0;
}

.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.sidebar-menu {
    width: 75%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.sidebar-menu li {
    margin: 15px 0;
}

.sidebar-menu .menu-item {
    text-align: left;
    padding-left: 25px;
}

.sidebar-menu a {
    text-decoration: none;
    color: white;
    display: block;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

/* .sidebar-menu a:hover {
    background-color: #575757;
} */

.accordion-button {
    align-items: center;
    background: transparent;
    border: 0px;
    width: 100%;
    justify-content: space-between;
    display: flex;
    color: white;

}

.accordion-item {
    border-width: 1px 0 0;
    border-style: solid;
    border-color:   rgba(255, 255, 255, 0.2);
    background-color: transparent !important;
    border-radius: 5px;
    margin-bottom: 0.5em;
}
textarea::placeholder {
    color: #b6b4b4 !important;
}
/* header sytles end */

.breadcrums a:hover {
    color:  var(--secondary-color);
}

@media screen and (max-width: 767px) {
    .menu,
    .menu a,
    .site-logo {
        text-align: center;
    }
    .desktopNav,
    .searchBar {
        display: none;
    }
    .menu {
        flex-direction: column;
        background: #fff;
    }
    .mega-menu {
        flex-direction: column;
    }
    .menu-column {
        width: 100%;
        padding: 10px 0;
    }
    .p50,
    .p80 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .testimonial-single {
        margin-top: 30px;
    }
    .navbar-toggler-icon {
        font-size: 24px;
    }
    .navbar-collapse {
        position: relative;
        z-index: 999;
    }
    .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        box-shadow: none;
        padding: 0;
        margin: 0;
        background-color: #fff;
    }
    .dropdown-item {
        padding: 10px 15px;
    }
    .navbar-nav > li > .dropdown-menu {
        border-radius: 0;
    }
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }
    .dropdown-menu.show {
        display: block;
    }
    header .container,
    header .container .navbar {
        padding: 0;
    }
    .productTabs .tab-content,
    .sticky-header {
        padding: 20px 0 0;
    }
    .navbar > .navbar-toggler {
        top: -50px;
        position: relative;
    }
    .banner-section {
        margin-top: -45px;
    }
    .card-single img,
    .related-subcategory-card img {
        height: 100%;
    }
    .aboutWrap .pb50 {
        padding-bottom: 0;
    }
    .features-wrap .card-single img {
        height: 80px;
    }
    .bottomContent {
        padding-bottom: 20px;
    }
    .breadcrums p {
        letter-spacing: 0px;
        font-size: 12px;
        font-weight: 700;
    }
    .breadcrums a {
        font-weight: 400;
    }
    .breadcrums p span {
        margin: 0 5px;
    }
    .related-subcategories .header,
    .subcategory-details,
    .subcategory-details .header {
        padding-top: 10px;
    }
    .processWrap .col-6 {
        margin: 0 0 30px;
    }
    .contactPageWrap .social-links a {
        margin: 10px;
    }
    .contactWrap {
        padding-top: 0;
    }
    .contactWrap .header h1 {
        margin-bottom: 15px;
    }
    h1 {
        font-size: 28px;
    }
}
.menu {
    display: flex;
    justify-content: left;
    padding: 0 !important;
    position: relative;
    width: 100%;
}
.sticky-header {
    padding: 0px 15px 0 !important;
}
#mobile-header {
    background-color: white;
    position: sticky;
    top: 0px;
    z-index: 1000;
    padding: 5px !important;
    font-size: 12px;
}
.mobile-header-icons {
    background-color: var(--secondary-color);
    padding: 5px 3px;
    border-radius: 5px;
    font-size: 12px;
}
.navbar {
    border-top: 0px solid #efefef;
    margin-top: 0px !important;
}
.header-2 {
    position: sticky;
    top: 104px;
    z-index: 100;
    background-color: #202021;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.menu > li:hover{
    background-color: var(--secondary-color);
}
.menu a {
    padding: 3px 10px !important;
    display: block;
    color: white;
}
.mega-menu a {
    color: black;
}
.mega-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    padding: 20px;
    z-index: 998;
}
.sticky-header .contect-icones a i {
    border-radius: 7px;
    background: var(--secondary-color);
    color: #fff;
}
.custom-quote {
    padding: 50px 0;
    background-color: #f9f9e4;
}
.custom-quote .form-control,
.form-select {
    height: 35px;
}
.custom-quote button.btn-warning {
    font-size: 16px;
    font-weight: 700;
}
.custom-quote .bg-success h4 {
    text-align: center;
    margin-bottom: 10px;
}
.custom-quote .bg-success img {
    margin: 10px auto;
    display: block;
}
.swiper-button-next,
.swiper-button-prev {
    background-color: #000;
    color: #fff !important;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute;
    top: 26px !important;
    z-index: 10 !important;
    font-size: 14px !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: auto !important;
    right: 60px !important;
}
.swiper-button-next {
    right: 10px !important;
}
@media (max-width: 767px) {
    .header-2 {
        position: static;
        background-color: transparent;
        box-shadow: none;
        display: none;
    }
    .contact-link i,
    .get-a-quote,
    .whatsapp-link i {
        font-size: 1rem;
    }
    .navbar-toggler {
        font-size: 1.5rem;
    }
    .site-logo a {
        width: 120px;
        margin-left: 0px;
        margin-top: 8px;
    }
    .top-bar-right .get-a-quote {
        background-color: var(--secondary-color);
        color: #fff;
        padding: 0px 20px;
        height: 40px;
        border-radius: 5px;
        display: inline-block;
        position: relative;
        top: -5px;
    }
    .top-bar-right {
        justify-content: flex-end !important;
        flex-direction: row !important;
    }
    .get-a-quote,
    .whatsapp-link {
        margin-left: 5px;
    }
    .contect-icones,
    .email-link {
        display: none !important;
    }
    .whatsapp-link {
        order: 1;
    }
    .get-a-quote {
        order: 2;
    }
    .sticky-header {
        background-color: white;
        position: sticky;
        top: 0px;
        z-index: 1000;
        padding: 9px 8px 0 !important;
    }
}
@media (max-width: 1249px) {
    .contect-icones a {
        font-size: 12px;
    }
    .whatsapp-link,
    h3 {
        font-size: 15px;
    }
}
@media (max-width: 1113px) {
    .contect-icones a {
        font-size: 12px;
    }
    .contect-icones a i {
        margin: 0 0 0 2px !important;
    }
    .whatsapp-link,
    h3 {
        font-size: 15px;
    }
}
@media (max-width: 1058px) {
    .contect-icones,
    .email-link {
        margin: 0 !important;
    }
}
@media (max-width: 994px) {
    .site-logo a {
        width: 120px;
    }
    .searchBar {
        padding: 0 !important;
    }
    .contect-icones a,
    .email-link a {
        margin: 0 !important;
    }
}
@media (max-width: 930px) {
    .contect-icones a,
    .email-link a {
        display: none;
    }
}
@media (max-width: 768px) {
    .site-logo a {
        width: 120px;
        margin-left: 0px;
        margin-top: 8px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .site-logo a {
        width: 120px;
        margin-left: 121px;
        margin-top: 8px;
    }
}
.one-plc-tit {
    color: #000;
    font-size: 30px;
    text-transform: capitalize;
    font-family: Roboto, serif;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.feature {
    margin-top: 20px !important;
    color: #000;
    font-size: 18px;
    font-family: Roboto, serif;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}
.detail-desc {
    overflow: visible;
    height: auto;
}
.detail-desc a {
    color: var(--secondary-color);
}
.detail-desc a:hover {
    color: black;
}
.feat-cd {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #f7f7f7;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.25;
    font-weight: bold;
    color: black;
}

.feat-cd img {
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.card-shadow{
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
.card .card-title{
    text-align: 'center' !important;
    font-size: 16px;
    font-weight: bold;
}

.card-shadow a{
    font-size: 14px;
    line-height: 1.25;
}

.card-shadow a:hover{
    color: var(--secondary-color);
}
.price-range{
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    margin-top: 0px !important;
}
.price-range-min-qty{
    font-size: 14px;
    text-align: left;
    font-weight: 400 !important;
    margin-top: 0px !important  ;
}
.blogs-hero-section-bg{
    background-color: #ffe6e6bf;
}
.rounded-cust-10 {
    border-radius: 10px;
}
.rounded-cust-5 {
    border-radius: 5px;
}


.blog-details ul,
.blog-details ol {
    list-style-type: initial !important;
    padding-left: 40px !important;
}

.blog-details ul li,
.blog-details ol li {
    list-style: initial !important;
}

.blog-details ol {
    list-style-type: decimal !important;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-display: swap;
    src: url('../fonts/fa-solid-900.woff2') format('woff2');
  }
  
  @font-face {
    font-family: 'Font Awesome 5 Free';
    font-display: swap;
    src: url('../fonts/fa-regular-400.woff2') format('woff2');
  }
  
  @font-face {
    font-family: 'Font Awesome 5 Free';
    font-display: swap;
    src: url('../fonts/fa-brands-400.woff2') format('woff2');
  }

/* Hide banner section on mobile devices */
@media (max-width: 767px) {
    .banner-section {
        display: none !important;
    }
}

/* Skeleton loading styles */
.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
}

.skeleton-img {
    width: 270px;
    height: 270px;
    border-radius: 10px;
}

.skeleton-text {
    height: 20px;
    margin: 10px 0;
    width: 80%;
}

.skeleton-text.short {
    width: 60%;
}

.skeleton-text.medium {
    width: 70%;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.skeleton-hidden {
    display: none;
}

.image-loaded {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.image-loading {
    opacity: 0;
}

.swiper-navigation-icon{
    width: 50% !important;
    height: 50% !important;
}