* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}


html,
body {
    overflow-x: hidden;
    width: 100%;
}

h1,
h2,
h3 {
    font-family: serif !important;
}

p {
    font-size: 20px;
}

/* navbar area */
/* Transparent navbar initially */
.transparent-navbar {
    background: transparent !important;
    transition: background-color 0.4s ease;
}

/* Solid color after scrolling */
.transparent-navbar.scrolled {
    background: #E10506 !important;
    padding: 10px;
}

.header-bar button:hover {
    color: #E10506;
    border: 1px solid #112F4E;
    background-color: #fff;
    transition: all .3s;
    color: #000 !important;
}

.transparent-navbar.scrolled .navbar-toggler-icon {
    filter: brightness(0) invert(1) !important;
}

.transparent-navbar.scrolled .nav-link {
    filter: brightness(0) invert(1) !important;
}

.transparent-navbar.scrolled .header-bar button {
    border: 1px solid #fff;
    color: #fff;

}

.transparent-navbar.scrolled .header-bar a {
    color: #fff;

}

/* .transparent-navbar.scrolled .header-bar button:hover{
    color: #000 !important;
} */
.navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    justify-content: space-evenly;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #032868 !important;
    font-weight: 700 !important;
}

/* Open dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* fixes small jump */
}

/* Keep link active on hover */
.nav-item.dropdown:hover .nav-link {
    color: #000;
}

.nav-link {
    color: #fff !important;
    position: relative;
    font-weight: 500 !important;
}

.nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    /* width: 0; */
    height: 1px;
    transform: scale(0);
    transition: all .3s;
    right: 0;
    transform-origin: center;
}

.nav-link:hover::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffff;
    width: 100%;
    height: 1px;
    transform: scale(1);
    transition: all .3s;
}

.nav-link:hover {
    color: #fff !important;
}

.header-bar button {
    width: 150px;
    height: 40px;
    background-color: transparent;
    border: 1px solid#fff;
    color: #fff;
    transition: all.3s;
}

.header-bar button a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: all.3s;
}

.header-bar button:hover {
    color: #E10506;
    border: 1px solid #112F4E;
    background-color: #fff;
    transition: all.3s;
}

.header-bar button:hover a {
    color: #E10506;
    transition: all.3s;
}

header {
    position: fixed;
    /* stays on top */
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;

    background: #E10506;
    /* transparent layer */
    /* backdrop-filter: blur(12px); */
    /* main blur */
    /* -webkit-backdrop-filter: blur(12px); */
    /* Safari support */
    /* 
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */

    padding: 12px 20px;
}


.navbar-brand {
    color: #fff !important;
    font-weight: 700;
}

.scrolled {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #E10506 !important;
    padding: 10px;

}


/* banner start */


.banner {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 700px;
    background-attachment: fixed;
    position: relative;
    padding: 100px;
    overflow: hidden;
}

.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    /* Centers the video */
    z-index: 1;
    object-fit: cover;
    /* Ensures the video covers the entire banner area */
}

.banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(116deg, #000000b8 0%, #ffffff18 110%);
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
}

.banner2 {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    background-attachment: fixed;
    position: relative;
}

.banner3 {
    background-image: linear-gradient(rgb(0 0 0 / 42%)), url(https://kool-best-hvac.searchsoltest.com/wp-content/uploads/2026/02/service-img-3.jpg) !important;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 400px;
    background-attachment: fixed;
    position: relative;
}

.banner-content {
    position: relative;
    z-index: 100;
    text-transform: uppercase;
    text-align: start !important;
}

.banner-content3 {
    position: relative;
    z-index: 100;
    text-transform: uppercase;
}

.banner-content3 h1 {
    color: #fff;
    margin-top: 200px;
    font-size: 30px !important;
    font-weight: 700;
}

.banner-content p {
    font-size: 20px;
    color: #fff;
    /* line-height: 30px; */
    /* margin: 0 auto; */
    /* margin-top: 30px; */
    font-weight: 500;
    text-align: left;
}

.textt-primary {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.2em;
    position: relative;
    padding-left: 20px;
    color: #000 !important;
}

.textt-primary::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    /* text-decoration: dotted; */
    color: #fff;
    height: 8px;
    background-color: #032868;
    width: 8px;
    border-radius: 50%;
}

.banner-content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-align: left !important;
    margin: 15px 0;
}

.banner-content h4 {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
    /* line-height: 25px; */
    /* text-align: left !important; */
    font-weight: 400;
}

.banner-content button {
    width: 200px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #fff;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content button a {
    color: #fff;
    text-decoration: none;
    /* font-weight: 700; */
    transition: all .3s;
}

.banner-content button:hover {
    color: #fff;
    background-color: #E10506;
    border: 1px solid #E10506;
    transition: all.3s;
}

.banner-content button:hover a {
    color: #fff;
    transition: all.3s;
}

.banner-content h3 {
    /* margin-top: 200px;
    color: white;
    border-bottom: 2px solid rgb(255, 255, 255);
    width: fit-content; */
}

.banner-content h5 {
    color: #fff;
    font-size: 15px;
}

/* service box section */
.newww {
    padding: 50px;
}

.boxx-new {
    margin: 20px 0;
    padding: 15px;
    box-shadow: #00000021 2px 1px 10px 10px;
    transition: all .3s;
}

.content1 {
    margin-top: 20px;
}

.content1 h3 {
    margin-top: 20px;
    color: #000;
}

.activee {
    background-color: #E10506;
    transition: all.3s;
}

.activee h3 {
    color: #fff !important;
    transition: all.3s;
}

.boxx-new:hover {
    background-color: #E10506;
    transition: all.3s;
}

.boxx-new:hover h3 {
    color: #fff;
    transition: all.3s;
}

/* about */
.about-us {
    /* padding: 100px 0; */
}

.about-content {
    padding: 100px 0;
}

.about-content h2 {
    color: #000;
    font-size: 50px;
    font-weight: 700;
}

.about-content p {
    color: #000000b5;
}

.about-design {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.about-design h4 {
    font-size: 20px;
    padding: 10px;
    font-weight: 600;
}

.about-design img {
    background-color: #032868;
    padding: 10px;
    border-radius: 10px;
    transition: all.5s;
}

.about-design:hover img {
    background-color: #E10506;
    filter: blur(0) opacity(1);
    transition: all.5s;
}

.what-we-do-body {
    border-bottom: 1px solid var(--divider-color);
    /* margin-bottom: 40px;
    padding-bottom: 40px; */
}

.what-we-do-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.what-we-do-body ul li {
    background-image: url(https://kool-best-hvac.searchsoltest.com/wp-content/uploads/2026/02/icon-check.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 24px auto;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-left: 35px;
}

.what-we-do-body ul li:last-child {
    margin-bottom: 0;
}

.img-box img {
    border-radius: 15px;
    margin-top: 20px;
}

.small {
    margin-top: 70px;
}

.design-image {
    bottom: -10%;
    background-image: url(https://kool-best-hvac.searchsoltest.com/wp-content/uploads/2026/02/image-logo.png);
    height: 600px;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-primary {
    background-color: #fff !important;
    border: 1px solid #E10506 !important;
    transition: all.3s;
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 21px !important;
    border-radius: 50px !important;
}

.btn-primary:hover {
    color: #fff !important;
    border: 1px solid #032868 !important;
    background-color: #032868 !important;
    transition: all.3s;
}

/* services */
.service-box {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 25px;
}

.services {
    background-color: #E10506;
    padding: 100px 0;
}

.service-content {
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 25px 25px 0 0;
    z-index: 10;
}

.service-content::before {
    content: "";
    position: absolute;
    background-color: #032868;
    bottom: -211px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all.3s;
}

.service-box:hover .service-content::before {
    bottom: 0;
    transition: all.3s;
}

.service-content h3 {
    color: #fff;
}

.service-content p {
    color: #fff;
}

.service-main h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
}

.service-image img {
    border-radius: 0 0 25px 25px;
}

.service-main p {
    color: #fff;
}

/* why choose us */
.percentage {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.percentage-box h5 {
    color: #032868;
}

.percentage-box p {
    color: #000000b5;
}

.percentage-boxx {
    position: relative;
}

.percentage-boxx::before {
    content: "";
    position: absolute;
    left: -35%;
    background-color: #0000008c;
    width: 1px;
    height: 80px;
}

.percentage-boxx::after {
    content: "";
    position: absolute;
    right: -35%;
    top: 0;
    background-color: #0000008c;
    width: 1px;
    height: 80px;
}

.percentage-boxx h5 {
    color: #032868;
}

.percentage-boxx p {
    color: #000000b5;
}

.choose-us {
    padding: 100px;
}

.why h2 {
    color: #000;
    font-size: 45px;
    font-weight: 700;
}

.why p {
    color: #000000b5;
}

.support {
    display: flex;
    justify-content: space-around;
}

.support-box {
    display: flex;
    gap: 20px;
}

.support-box p {
    color: #000000b5;
}

.support-content h4 {
    font-size: 20px;
    font-weight: 700;
}

/* feature */
.feature-content h2 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}

.feature {
    background-color: #E10506;
    padding: 100px;
    position: relative;
}

.feature-box {
    padding: 20px;
    position: relative;
    display: flex;
    z-index: 100;
    overflow: hidden;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.feature-box::before {
    content: "";
    bottom: -200px;
    left: 0;
    background-color: #032868;
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    transition: all.3s;
}

.feature-box:hover::before {
    background-color: #032868;
    bottom: 0;
    transition: all.3s;
}
.feature-design h3{
    color: #fff;
}
.feature-design p {
    font-size: 15px;
    color: #fff;
}

.feature-content1 img {
    width: 60px;
    height: 60px;
    background-color: #032868;
    padding: 5px;
    border-radius: 10px;
    transition: all.5s;
}

.feature-box:hover .feature-content1 img {
    transition: all.5s;
    background-color: #E10506;
}

.feature-content1 h1 {}

.feature-content1 {
    display: flex;
    gap: 15px;
    padding: 10px;
}

.btn-secondary {
    background-color: transparent !important;
    border: 2px solid #032868 !important;
    transition: all.3s;
}

.btn-secondary:hover {
    background-color: #032868 !important;
    transition: all.3s;
}

.feature-box {
    transition: transform .25s ease, box-shadow .25s ease;
}

.feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.20);
}

.feature {
    position: relative;
    overflow: hidden;
}

.feature-bottom-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(to bottom,
            rgba(48, 92, 222, 0) 0%,
            rgba(28, 65, 170, 0.5) 50%,
            rgba(20, 50, 140, 0.8) 100%);
    pointer-events: none;
}

/* blog */
.blogs {
    padding: 100px;
}

.blog-content h2 {
    font-size: 40px;
}

.textt-secondary {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.2em;
    position: relative;
    padding-left: 20px;
    color: #000 !important;
}

.textt-secondary::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 3px;
    bottom: -8px;
    background-color: #032868;
}

.blog-box {
    padding: 22px;
    border-radius: 22px;

    /* glass */
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);

    transition: transform .25s ease, box-shadow .25s ease;
}

.blog-img {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 14px;
}

.blog-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.blog-box p {
    margin: 0 0 10px;
    color: #000;
    font-size: 14px;
}

.blog-box h4 {
    color: #000;
    line-height: 1.25;
    font-size: 22px;
    margin-bottom: 12px;
}

.blog-box a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    opacity: .9;
    transition: all.3s;
}

.blog-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

.blog-box:hover .blog-img img {
    transform: scale(1.05);
}

.blog-box a:hover i {
    transform: rotate(-130deg);
    transition: all.3s;
}

.blog-box a:hover {
    letter-spacing: 1px;
    transition: all.3s;
}

.blog-box i {
    transform: rotate(-90deg);
    background-color: #032868;
    padding: 15px;
    border-radius: 50px;
    height: 10px;
    font-size: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    transition: all.3s;
    align-items: center;
}





/* testimonmial */
.testimonmial {
    width: 100%;
    background-color: #E10506;
    /* padding: 100px 0; */
    /* top-bottom only */
}

.testimonmial-content h5 {
    padding-top: 100px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.testimonmial-content h2 {
    font-size: 45px;
    font-weight: 600;
    color: #000;

}

.content1 {
    background-color: transparent;
    padding: 15px;
    margin-bottom: 20px;
}

.content1 p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 1rem;
    color: #000;
}

.content2 h4 {
    background-color: #032868;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: #fff;
}

.content2 h3 {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 400;
    color: #000;
    transition: 0.3s;
}

.content2 p {
    color: #000;
    font-weight: 300;
    font-size: 13px;
}

/* ensure slides center and content width looks consistent */
.testimonialSwiper {
    padding: 1rem 0;
}

.testimonialSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.testimonialSwiper .content1 {
    width: 100%;
    max-width: 720px;
    /* controls single-slide width on large screens */
    box-sizing: border-box;
    padding: 18px;
}

/* optional: make the name/initial look nicer when in slider */
.content2 h4 {
    flex-shrink: 0;
}

/* Testimonials styling */
.swiper {
    padding: 18px 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.testimonial-card {
    width: 100%;
    /* max-width: 360px; */
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 15px;
}

.testimonial-card p {
    margin: 0 0 12px 0;
    line-height: 1.45;
    color: #fff;
}

.testimonial-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.testimonial-meta img {
    width: 80px;
    height: 80px;
    color: #fff;
    border-radius: 50%;
    background: #032868;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}

/* Fix: consistent class name */
.testimonial-edit h3 {
    font-size: 15px;
    margin: 0;
    font-weight: 700;
    color: #032868 !important;
}

.testimonial-edit p {
    font-size: 14px;
    margin: 0;
    color: #fff;
}

/* Navigation / pagination color */
.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.swiper-pagination-bullet {
    background: #000;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.picture-testi {
    background-image: url(https://kool-best-hvac.searchsoltest.com/wp-content/uploads/2026/02/testimonial-image.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
}


.testi-design {}

.star {
    list-style: none;
    color: #032868;
    display: flex;
    padding: 0;
}

.testi-len {
    padding: 90px;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* visibility: hidden; */
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

/* contact */
.home-contact {
    /* background-color: #784093;    */
    padding: 100px;
}

.contact-image1 img {
    border-radius: 20px;
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.contact-image1 {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, #FFFFFF00 70%, #032868 110%);
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.contact-section1 {}

.contact-section1 p {
    color: #000 !important;
}

.contact-section1 h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.contact-section1 h2 {
    font-size: 48px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.titleBar h3 {
    font-size: 45px;
    font-weight: 700;
}

/* footer */

/* Footer Section Start Here */
footer {
    background-color: #E10506;
    position: relative;
    padding-top: 25px;
}

/* footer:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: #222222f5;
          z-index: 0;
        } */
.footer-box h2 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 17px;
    color: var(--s-white);
}

.footer-box p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
}

.footer-box h3 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #fff;
    text-transform: uppercase;
}

.footer-box ul li {
    margin-bottom: 0.5rem;
}

.footer-box li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: all.3s;
}

.footer-box ul {
    list-style: none;
    padding: 0;
    transition: all.3s;

}

.footer-box a {
    text-decoration: none;
    color: #fff;
}

.footer-box ul li a:hover {
    color: #fff;
    letter-spacing: 1px;
    transition: all.3s;
}

.footer1stRow {
    padding: 2rem 0 1.5rem 0;
    position: relative;
    z-index: 1;
    /* border-top: 1px solid #2525251e; */
}

.socialmediaicon li a i {
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 8px;
    padding: 0;
    color: #112F4E;
    transition: 0.3s;
    border-radius: 100px;
}

.socialmediaicon ul {
    list-style: none;
    padding: 0;
}

.socialmediaicon ul li a i:hover {
    transform: rotate(360deg);
    background-color: #fff;
    color: #112F4E;
}

.SocialIcon h3 {
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}

.copyRight {
    border-top: 1px solid #ffffff5b;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.copyRight a {
    /* text-decoration: none; */
    color: #fff;
}

.copyRight p {
    color: #fff;
}


/* About page */
.new-content {
    text-align: center;
}

.new-content h3 {
    color: #fff;
    font-size: 55px;
}

.new-content a {
    display: flex;
    justify-content: center;
}

.breadcrumb {
    justify-content: center;
}

.breadcrumb a {
    color: #fff !important;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}


.about-us h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.about-us h2 {

    font-size: 40px;
    font-weight: 700;
    color: #E10506;
    margin-bottom: 20px;
}

.about-us p {
    margin-top: 0;
    font-size: 16px;
}

.about1 {
    padding: 100px;
}

.about-image {
    position: relative;
}

.about-image img {
    height: 400px !important;
    object-fit: cover;
    width: 100%;
}

.black-bg {
    position: absolute;
    width: 100%;
    height: 80%;
    background-color: #E10506;
    left: -25px;
    top: 100px;
    z-index: -3;
}

.about-us .header-bar button {
    background-color: #E10506;
    color: #fff;
    padding: 0;
}

.about-us .header-bar button:hover a {
    color: #000;
}

/* our mission */
.mission {
    width: 100%;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(120deg,
            #E10506,
            #1c5a94,
            #0c4f92,
            #E10506);
    background-size: 400% 400%;
    animation: gradientMove 20s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.mission-content h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 50px;
}

.mission-content h3 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.mission-content p {
    margin-top: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 50px;
}

.mission-box {
    background-color: #fff;
    margin-top: 50px;
    /* width: 264px; */
    height: 290px;
    margin-bottom: 30px;
    padding: 40px;
    gap: 10px;
}

.mission-box-content h3 {
    color: #000;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 25px;
    margin-top: 25px;
    letter-spacing: 1px;

}

.mission-box-content h5 {
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 0rem;
    color: #5f5f5f;
    font-weight: 600;

}


/*benefits  */
.benefits-content h3 {}

.main-len {
    padding: 100px;
}

.titleBar span {
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    color: #E10506;
    display: block;
    position: relative;
}

.titleBar {
    position: relative !important;
    margin-bottom: 20px;
}

.titleBar h3 {
    font-size: 35px;
    font-weight: 600;
    color: #E10506;
    margin-bottom: 20px;
}

.titleBar p {
    font-size: 17px;
    color: var(--s-black);
    margin-bottom: 0;
}

.list {
    padding: 0;
}

.list li {
    color: var(--s-secondary);
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.list li i {
    font-size: 15px;
    color: var(--s-black);
    font-weight: 500;
    margin-right: 5px;
}

.site-btn {
    padding: 15px 40px 15px 40px;
    font-weight: 500;
    background-color: #E10506;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    font-size: 16px;
    border: 1px solid #E10506;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    transform: translateY(0px);
    transition-duration: .3s;
}

.titleBar hr {
    margin: 10px 0;
    color: #000;
    border: 0;
    border-top: 3px solid #000;
    opacity: 1;
    width: 15%;
}


.cb-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #032868;
    /* circle border */
    border-radius: 50%;
    background-color: #032868;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    z-index: 150;
    transition: opacity 0.3s, color 0.4s;
}


/* Back To Top CSS Start Here */
.button {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #032868;
    cursor: pointer;
    border: 2px solid var(--s-primary);
    /* mix-blend-mode: multiply; */
    overflow: hidden;
    border-radius: 30px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.btn-txt {
    z-index: 10;
}

.type1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: #E10506;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
}

.button:hover {
    box-shadow: 1px 1px 200px var(--s-white);
    color: #fff;
    border: none;
}

.type1:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
}

/* Service page area */

/* services */
.services-content1 h3 {
    color: #E10506 !important;
    font-weight: 700 !important;

}

.services1 {
    padding: 100px 0;
}

.services-content1 {
    margin-top: 20px;
}

.services-content1 p {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 0rem;
    font-weight: 400;
}

.services-image img {
    border-radius: 20px;
    height: 450px;
    object-fit: cover;
    width: 100%;
    clip-path: polygon(0px 0px, calc(100% - 70px) 0px, 100% 70px, 100% 100%, 0px 100%);
}

/* service info */
.aboutSection {
    /* margin-top: 100px; */
    padding: 50px;
}

.allServicesListBody h2 {
    color: #E10506;
}

.innerServicesBtn i {
    color: #E10506;
}

.innerServicesBtn a {
    text-decoration: none;
    color: #E10506;

    font-weight: 600;
}

.innerServicesBtn:hover {
    background-color: #E10506;
    border-radius: 15px !important;

}

.innerServicesBtn a:hover {
    color: #fff;
}

.innerServicesBtn .revSite-btn:hover {
    background-color: #E10506 !important;
    color: #fff !important;
}

.innerServicesBtn:hover i {
    color: #fff;
    /* turn the icon white */
}

.innerServicesPage h1 {
    color: #E10506;
}

.innerServicesPage p {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
}

.innerli li {

    font-weight: 600;
    font-size: 15px;
}


.fq-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.FAQs-box {
    background-image: url(https://kool-best-hvac.searchsoltest.com/wp-content/uploads/2026/02/faq-image3.jpg);
    border-radius: 30px;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}


/* contact */
.content4 img {
    background-color: #E10506;
    width: 70px;
    padding: 20px;
    border-radius: 100px;
}

.contactUSPage {
    background-color: #E10506;
}

.content5 {
    padding: 10px;
}

.content5 h4 {
    font-size: 16px;
    color: #E10506;
    font-weight: 400;
}

.content5 h3 {
    font-size: 17px;
    font-weight: 600;
}

.contact-section {}

.contact-set {
    padding: 100px;
}

.contact-section h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #E10506;
    margin-bottom: 5px;
}

.contact-section h2 {
    font-size: 40px;
    font-weight: 600;
    color: #E10506;
    margin-bottom: 20px;
}

.main-len {
    padding: 100px 0;
}

.navbar-toggler {
    filter: brightness(0) invert(1);
}

.header-side {
    display: flex;
}


/* About page */
.new-content {
    text-align: center;
}

.new-content h3 {
    color: #fff;
    font-size: 55px;
}

.new-content a {
    display: flex;
    justify-content: center;
}

.breadcrumb {
    justify-content: center;
}

.breadcrumb a {
    color: #fff !important;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}


.about-us h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.about-us h2 {

    font-size: 40px;
    font-weight: 700;
    color: #E10506;
    margin-bottom: 20px;
}

.about-us p {
    margin-top: 0;
    font-size: 16px;
}

.about1 {
    padding: 100px;
}

.about-image {
    position: relative;
}

.about-image img {
    height: 400px !important;
    object-fit: cover;
    width: 100%;
}

.black-bg {
    position: absolute;
    width: 100%;
    height: 80%;
    background-color: #E10506;
    left: -25px;
    top: 100px;
    z-index: -3;
}

.about-us .header-bar button {
    background-color: #E10506;
    color: #fff;
    padding: 0;
}

.about-us .header-bar button:hover a {
    color: #000;
}

/* our mission */
.mission {
    width: 100%;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(120deg,
            #E10506,
            #1c5a94,
            #0c4f92,
            #E10506);
    background-size: 400% 400%;
    animation: gradientMove 20s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.mission-content h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 50px;
}

.mission-content h3 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.mission-content p {
    margin-top: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 50px;
}

.mission-box {
    background-color: #fff;
    margin-top: 50px;
    /* width: 264px; */
    height: 290px;
    margin-bottom: 30px;
    padding: 40px;
    gap: 10px;
}

.mission-box-content h3 {
    color: #000;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 25px;
    margin-top: 25px;
    letter-spacing: 1px;

}

.mission-box-content h5 {
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 0rem;
    color: #5f5f5f;
    font-weight: 600;

}


/*benefits  */
.benefits-content h3 {}

.main-len {
    padding: 100px;
}

.titleBar span {
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    color: #E10506;
    display: block;
    position: relative;
}

.titleBar {
    position: relative !important;
    margin-bottom: 20px;
}

.titleBar h3 {
    font-size: 35px;
    font-weight: 600;
    color: #E10506;
    margin-bottom: 20px;
}

.titleBar p {
    font-size: 17px;
    color: var(--s-black);
    margin-bottom: 0;
}

.list {
    padding: 0;
}

.list li {
    color: var(--s-secondary);
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.list li i {
    font-size: 15px;
    color: var(--s-black);
    font-weight: 500;
    margin-right: 5px;
}

.site-btn {
    padding: 15px 40px 15px 40px;
    font-weight: 500;
    background-color: #E10506;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    font-size: 16px;
    border: 1px solid #E10506;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    transform: translateY(0px);
    transition-duration: .3s;
}

.titleBar hr {
    margin: 10px 0;
    color: #000;
    border: 0;
    border-top: 3px solid #000;
    opacity: 1;
    width: 15%;
}


.cb-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #032868;
    /* circle border */
    border-radius: 50%;
    background-color: #032868;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    z-index: 150;
    transition: opacity 0.3s, color 0.4s;
}


/* Back To Top CSS Start Here */
.button {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #032868;
    cursor: pointer;
    border: 2px solid var(--s-primary);
    /* mix-blend-mode: multiply; */
    overflow: hidden;
    border-radius: 30px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.btn-txt {
    z-index: 10;
}

.type1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: #E10506;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
}

.button:hover {
    box-shadow: 1px 1px 200px var(--s-white);
    color: #fff;
    border: none;
}

.type1:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
}

/* responsive */
@media(min-width:1200px) {
    .service-main h2 {
        color: #fff;
        font-size: 35px;
        font-weight: 700;
    }

    .service-content h3 {
        color: #fff;
        font-size: 22px;
    }

    .service-content p {
        color: #fff;
        font-size: 15px;
    }

    .why p {
        color: #000000b5;
        font-size: 17px;
    }

    .feature-content1 {
        display: flex;
        gap: 15px;
        padding: 5px;
    }

    .testi-len {
        padding: 60px;
    }

    .banner-content h1 {
        color: #fff;
        font-size: 55px;
        font-weight: 700;
        text-align: left !important;
        margin: 15px 0;
    }
}

@media(max-width:1200px) {
    .service-main h2 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }

    .service-content p {
        font-size: 14px;
        color: #fff;
    }

    .service-content h3 {
        color: #fff;
        font-size: 20px;
    }

    .why p {
        color: #000000b5;
        font-size: 13px;
    }

    .why h2 {
        color: #000;
        font-size: 30px;
        font-weight: 700;
    }

    .blogs {
        padding: 40px;
    }

    .testi-len {
        padding: 40px;
    }

    .contact-section1 p {
        color: #000 !important;
        font-size: 15px;
    }

    .contact-image1 img {
        border-radius: 20px;
        width: 100%;
        height: 450px;
        object-fit: cover;
    }

    .contact-section1 h2 {
        font-size: 30px;
        font-weight: 600;
        color: #000;
        margin-bottom: 20px;
    }

    .titleBar h3 {
        font-size: 35px;
        font-weight: 600;
        color: #E10506;
        margin-bottom: 0px;
    }

    .design-image {
        bottom: -10%;
        background-image: url(https://kool-best-hvac.searchsoltest.com/wp-content/uploads/2026/02/image-logo.png);
        height: 300px;
        width: 100%;
        display: none;
        position: relative;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media(max-width:992px) {
    .contact-set {
        padding: 20px;
    }

    .large {
        display: none;
    }

    .small {
        display: none;
    }

    .service-main h2 {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
    }

    .service-content h3 {
        color: #fff;
        font-size: 20px;
    }

    .service-content p {
        color: #fff;
        font-size: 14px;
    }

    .why h2 {
        color: #000;
        font-size: 25px;
        font-weight: 700;
    }

    .why p {
        color: #000000b5;
        font-size: 10px;
    }

    .what-we-do-body ul li {
        background-image: url(https://kool-best-hvac.searchsoltest.com/wp-content/uploads/2026/02/icon-check.png);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 24px auto;
        line-height: 1.5em;
        font-size: 11px;
        margin-bottom: 20px;
        padding-left: 35px;
    }

    .feature {
        background-color: #E10506;
        padding: 30px;
        position: relative;
    }

    .feature-content h2 {
        font-size: 25px;
        font-weight: 700;
        color: #fff;
    }

    .feature-content p {
        font-size: 13px;
    }

    .blogs {
        padding: 30px;
    }

    .blog-img img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        display: block;
        transition: transform .35s ease;
    }

    .blog-box h4 {
        color: #000;
        line-height: 1.25;
        font-size: 12px;
        margin-bottom: 12px;
    }

    .blog-box {
        padding: 10px;
    }

    .blog-box a {
        font-size: 14px;
    }

    .testimonial-card p {
        margin: 0 0 12px 0;
        line-height: 1.45;
        color: #fff;
        font-size: 15px;
    }

    .testi-len {
        padding: 70px;
    }

    .contact-image1 img {
        border-radius: 20px;
        width: 100%;
        height: 450px;
        object-fit: cover;
    }

    .home-contact {
        /* background-color: #784093; */
        padding: 30px;
    }

    .banner-content h1 {
        color: #fff;
        font-size: 40px;
        font-weight: 700;
        text-align: left !important;
        margin: 15px 0;
    }

}

@media(max-width:767px) {
    .banner {
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 700px;
        background-attachment: fixed;
        position: relative;
        padding: 20px;
        overflow: hidden;
    }

    .banner-content h1 {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        text-align: left !important;
        margin: 15px 0;
    }

    .banner-content p {
        font-size: 13px;
        color: #fff;
        /* line-height: 30px; */
        /* margin: 0 auto; */
        /* margin-top: 30px; */
        font-weight: 500;
        text-align: left;
    }

    .about-content {
        padding: 100px 20px;
    }

    .about-us {
        padding: 50px 0;
    }

    .about-us h2 {
        font-size: 25px !important;
        font-weight: 700;
        color: #E10506;
        margin-bottom: 20px;
    }

    .about-us p {
        margin-top: 0;
        font-size: 13px;
    }


    .what-we-do-body ul li {
        background-image: url(https://kool-best-hvac.searchsoltest.com/wp-content/uploads/2026/02/icon-check.png);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 18px auto;
        line-height: 1.5em;
        margin-bottom: 20px;
        padding-left: 35px;
        font-size: 12px;
    }

    .large {
        display: none;
    }

    .small {
        display: none;
    }

    .service-main h2 {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
    }

    .choosepic img {
        margin-bottom: 25px;
    }

    .choose-us {
        padding: 30px;
    }

    .why h2 {
        color: #000;
        font-size: 35px;
        font-weight: 700;
    }

    .why p {
        color: #000000b5;
        font-size: 12px;
    }

    .support-box {
        display: flex;
        gap: 20px;
        justify-content: center;
    }

    .feature {
        background-color: #E10506;
        padding: 100px 30px;
        position: relative;
    }


    .feature-content h2 {
        font-size: 25px;
        font-weight: 700;
        color: #fff;
    }

    .feature-box::before {
        content: "";
        bottom: -210px;
        left: 0;
        background-color: #032868;
        position: absolute;
        width: 100%;
        z-index: -1;
        height: 100%;
        transition: all .3s;
    }

    .blogs {
        padding: 100px 30px;
    }

    .blog-content h2 {
        font-size: 30px;
    }

    .picture-testi {
        background-image: url(https://kool-best-hvac.searchsoltest.com/wp-content/uploads/2026/02/testimonial-image.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 350px;
    }

    .testi-len {
        padding: 30px;
    }

    .home-contact {
        /* background-color: #784093; */
        padding: 30px;
    }

    .contact-image1 img {
        border-radius: 20px;
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    .about1 {
        padding: 30px !important;
    }

    .header-side {
        display: block !important;
    }

    .header-side a {
        margin-top: 10px;
    }

    .aboutSection {
        /* margin-top: 100px; */
        padding: 20px;
    }

    .textt-primary {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.2em;
        letter-spacing: 0.2em;
        position: relative;
        padding-left: 20px;
        color: #000 !important;
    }

    .about-design img {
        background-color: #032868;
        padding: 10px;
        border-radius: 10px;
        transition: all .5s;
        height: 70px;
    }

    .about-us h4 {
        font-size: 9px !important;
        margin-top: 5px;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        margin-bottom: 15px;
    }

    .about-image img {
        height: 300px !important;
        object-fit: cover;
        width: 100%;
    }

    .mission-content h3 {
        font-size: 35px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 20px;
    }

    .feature-design h3 {
        font-size: 20px;
    }

    .feature-design p {
        font-size: 16px;
    }

    .main-len {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .btn-primary {
        width: 100%;
        text-align: center;
        font-size: 14px;
        padding: 10px 15px;
    }
}

@media(max-width:450px) {
    .why p {
        color: #000000b5;
        font-size: 9px;
    }

    .service-main h2 {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
    }

    .service-content::before {
        content: "";
        position: absolute;
        background-color: #032868;
        bottom: -241px;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        transition: all .3s;
    }

    .feature-design p {
        font-size: 10px;
    }

    .feature-box {
        padding: 10px;
        position: relative;
        display: flex;
        z-index: 100;
        overflow: hidden;
        border-radius: 25px;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
    }
}