* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;

}

:root {
    --dark-blue: #162d44;
    --red: #d72027;
    --secondary: #1dbee8;

}

html,
body {
    overflow-x: hidden !important;
}

section {
    margin: 0 !important;
}

/* btn-main start */
.btn-main {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid #fff;
    background: var(--red);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 5px;
    z-index: 1;
    /* ✅ REQUIRED */
    transition: color .35s ease, border-color .35s ease;
}

/* icon */
.btn-main span i {
    color: white;
}

/* Base background */
.btn-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--red);
    z-index: -1;
    /* stays inside button */
}

/* Hover slide layer */
.btn-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #b61d23;
    transform: translateX(-100%);
    transition: transform .35s ease;
    z-index: -1;
}

/* Text always on top */
.btn-main span {
    position: relative;
    z-index: 2;
}

/* Hover */
.btn-main:hover::after {
    transform: translateX(0);
    /* left → right */
}

.btn-main:hover {
    color: #fff;
    border-color: #b61d23;
}

/* btn-main end */

/* btn-main start */
.section {
    padding-top: 100px;
    padding-bottom: 100px;

}

/* btn-main end */

/* btn-sec start */
.btn-sec {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid #3eb1e8;
    background: #3eb1e8;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 5px;
    z-index: 1;
    /* ✅ REQUIRED */
    transition: color .35s ease, border-color .35s ease;
    width: fit-content;
}

/* icon */
.btn-sec span i {
    color: white;
}

/* Base background */
.btn-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #3eb1e8;
    z-index: -1;
    /* stays inside button */
}

/* Hover slide layer */
.btn-sec::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #1c94ce;
    transform: translateX(-100%);
    transition: transform .35s ease;
    z-index: -1;
}

/* Text always on top */
.btn-sec span {
    position: relative;
    z-index: 2;
}

/* Hover */
.btn-sec:hover::after {
    transform: translateX(0);
    /* left → right */
}

.btn-sec:hover {
    color: #fff;
    border-color: #3eb1e8;
}

/* btn-sec end */

/* btn-thir start */
.btn-thir {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid #1c94ce;
    background: #1c94ce;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 5px;
    z-index: 1;
    /* ✅ REQUIRED */
    transition: color .35s ease, border-color .35s ease;
    width: fit-content;
}

/* icon */
.btn-thir span i {
    color: white;
}

/* Base background */
.btn-thir::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #1c94ce;
    z-index: -1;
    /* stays inside button */
}

/* Hover slide layer */
.btn-thir::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #3eb1e8;
    transform: translateX(-100%);
    transition: transform .35s ease;
    z-index: -1;
}

/* Text always on top */
.btn-thir span {
    position: relative;
    z-index: 2;
}

/* Hover */
.btn-thir:hover::after {
    transform: translateX(0);
    /* left → right */
}

.btn-thir:hover {
    color: #fff;
    border-color: #1c94ce;
}

/* btn-thir end */


.section {
    padding-top: 100px;
    padding-bottom: 100px;

}




.heading {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 55px;
    font-weight: 900;
    font-family: popins;
    color: rgb(7, 19, 69);
    margin-bottom: 20px;
}

.sub-head {
    font-size: 16px;
    color: var(--red);
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
    font-weight: 600;
}

.sub-head::after {
    content: "";
    background-color: var(--red);
    height: 2px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 50%;

}

/* top-header start */
#top-header .left p a {
    color: white;
    transition: 0.5s;
}

#top-header .left p span {
    color: white;
}

#top-header {
    background-color: #172c59;
    padding: 10px 0;
}

#top-header .right .main-box .icon i {
    color: var(--red);
    margin-right: 10px;
    font-size: 18px;

}

#top-header .right .main-box .content {
    margin-right: 10px;
}

#top-header .right .main-box .content p {
    color: white;
}

#top-header .right .main-box .soci-icon i {
    color: white;
    border-right: 1px solid #ffffff73;
    padding-right: 20px;
    padding-left: 5px;
    transition: 0.5s;
}

#top-header .right .main-box .soci-icon i:hover {
    color: var(--red);
}

#top-header .left p a:hover {
    color: var(--red);
}

/* top-header end */


/* header start */
.navbar-toggler:focus {
    box-shadow: none !important;
}

#header .nav-link {
    color: black;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s;
}

#header .nav-link:hover {
    color: var(--red) !important;
}

#header .nav-link.active {
    color: var(--red) !important;
}

#header .nav-item {
    margin-right: 10px;
}

.dropdown-item {
    font-size: 17px !important;
    font-weight: 500 !important;
    color: black !important;
    transition: 0.5s;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: white !important;
    color: var(--red) !important;
}

#header
/* header end */

/* about-sec start */


#about-sec .left .heading {
    margin-bottom: 10px;
}

#about-sec .left h4 {
    margin-bottom: 30px;
}

#about-sec .left .point i {
    color: red;
}

#about-sec .left .point p {
    font-weight: 600;
    font-size: 18px;
}


/* about-sec end */

/* services-sec start */

#services-sec {
    background-color: #eceff5;
}

#services-sec .content .icon i {
    font-size: 70px;
    color: #11589f;
}

#services-sec .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    /* margin: 20px; */
    background-color: white;
    padding: 20px 0;
    ;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 10px;

}

#services-sec .content::after {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #0056b3;
    transition: 0.5s;
    z-index: -1;

}

#services-sec .content:hover::after {
    height: 100%;
}

#services-sec .content:hover p {
    color: white;
}

#services-sec .content:hover .icon i {
    color: white;
}

#services-sec .content p {
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

#services-sec .content p small {
    font-size: 16px;
    font-weight: 500;
}

#services-sec .content .card-text {
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
}

#services-sec .main-box {
    display: flex;
    justify-content: space-between;

}

#services-sec .content.diff {
    background-color: red;
    color: white;
}

#services-sec .content.diff a {
    color: white;
}

/* services-sec end */

/*right-com start */
#right-com {
    background-color: #1577af;
}

#right-com .heading {
    color: white;
}

#right-com p {
    color: white;
}

#right-com h4 {
    color: white;
    margin-bottom: 20px;
}

#right-com .point p {
    font-size: 20px;
}

/*right-com end */

/* why-choose start */
#why-choose .left .point i {
    color: red;
}

#why-choose {
    background-color: #eceff5;

}

#why-choose .left .point p {
    font-weight: 600;
    font-size: 18px;
}

#why-choose .trust-box {
    width: 188px;
    height: 230px;
    background-color: #0a3f8a;
    border-radius: 8px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

#why-choose .trust-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

#why-choose .trust-text {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

#why-choose .trust-text strong {
    font-size: 22px;
    font-weight: 700;
}

#why-choose .left {
    position: relative;
}

#why-choose .trust-box {
    position: absolute;
    right: 50px;
    bottom: 50px;
}


/* why-choose end */

/* about2 section start */
.counter-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 20px;
    /* background: #fff; */

}

.about2 .icon-box i {
    font-size: 70px;
    color: var(--red);
}

.counter-box {
    /* flex: 1 1 180px;
    max-width: 200px; */
    text-align: center;
    align-items: center;
    display: flex;

}

.counter-box .main-box {

    border-radius: 10px;
    padding: 30px 15px;
    margin: 0px 10px;
    position: relative;
}

.card-effect:hover {
    transform: translateY(-10px);
    transition: 0.5s;
}

.counter-box .main-box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    z-index: -1;
    background-color: var(--primary);
    transition: 0.5s;
    border-radius: 10px;
}

.counter-box .main-box:hover::after {
    height: 100%;
}

.counter {
    font-size: 50px;
    font-weight: bold;
    color: black;
}

.label {
    font-size: 18px;
    color: black;
    font-weight: 600;
}


/* about2 section end */

/* our-pro section start */
#our-pro {
    background-color: #172c59;
}

.our-pro .sub-head {
    margin: auto;
    width: fit-content;
}


#our-pro .heading {
    color: white;
}

.our-pro .swiper {
    width: 100%;
    padding: 30px 0;
}

.our-pro .main-card {
    background: #fff;
    border: 1px solid #535050;
    border-radius: 0px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    border-radius: 10px;
}

.our-pro .main-card .icon-box {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    transition: 0.5s;
    opacity: 0;
    background: linear-gradient(#172c59b9, #d72026f6);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    border-radius: 10px;
}

.our-pro .main-card .icon-box h4 {
    color: white;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

.our-pro .main-card .icon-box p {
    color: white;
    font-size: 18px;
}

.our-pro .main-card:hover .icon-box {
    opacity: 1;
    height: 100%;
}

.our-pro .main-card .icon-box i {
    color: white;
    padding: 10px;
}


.our-pro .card-img {
    width: 100%;
    object-fit: cover;
    background-color: #95a3b517;
    border-radius: 10px;
}

.our-pro .main-card h5 {
    position: relative;
    color: black;
    margin-bottom: 20px;
}

.our-pro .main-card h5::after {
    content: "";
    background-color: var(--primary);
    position: absolute;
    left: 50%;
    bottom: -10px;
    height: 2px;
    width: 80px;
    text-align: center;
    margin: auto;
    transform: translateX(-50%);
}

/* Custom Swiper Buttons */
.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #ff00006e;
    /* aapke theme ka primary color */
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    padding: 18px 14px;
}

/* testimonial start */
.testimonial-slider .main-box {
    padding: 30px;
}

.testimonial-slider .main-box .left {
    margin: auto;
    height: 100px;
    width: 100px;
}

.testimonial-slider .main-box .card-title span {
    color: red;
    font-size: 16px;
    font-weight: 500;
}

/* testimonial end */

/* call-us start */
#call-us {
    background-color: #022549;
    padding: 50px 0;
}

#call-us .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

#call-us .content .heading {
    color: white;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

#call-us .content h4 {
    color: white;
    ;
    font-size: 20px;
}

#call-us .content .heading span {
    color: var(--secondary);
}

#call-us .content a i {
    color: white;
    font-size: 40px;
}

#call-us .content a {
    color: #f9bb27;
    font-size: 45px;
    font-weight: bold;
}

#call-us .content p {
    margin-bottom: 0;
}

/* #call-us .content p i{
    animation: phone-ani 0.5s ease-in infinite;
} */
#call-us .content p {
    animation: phone-ani 0.9s ease-in infinite;
}

@keyframes phone-ani {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);

    }

}


/* call-us end */

/* footer start */
#footer {
    background: #0b1d3a;
    color: #cfd8e3;
    font-size: 15px;
}

/* Top bar */
.footer-top {
    background: linear-gradient(135deg, #0e2a52, #06162f);
    color: #fff;
}

.footer-top i {
    color: #ff3d3d;
    margin-right: 8px;
}

.footer-top span {
    text-align: start !important;
}

/* Main footer */
.footer-main {
    padding: 60px 0 20px;
}

/* Logo */
.footer-logo .logo-icon {
    width: 45px;
    height: 45px;
    background: #1e90ff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 22px;
}

.footer-logo h4 {
    color: #fff;
    font-weight: 700;
}

.footer-logo small {
    color: #ffffffe0;
}

.footer-logo img {
    width: 50%;
}

.footer-text {
    color: #ffffffe0;
    margin-bottom: 20px;
}

/* Social icons */
.footer-social a {
    width: 38px;
    height: 38px;
    border: 1px solid #3b4f72;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 8px;
    transition: 0.3s;
}

.footer-social a:hover {
    /* background: #ff3d3d; */
    border-color: #ff3d3d;
    transition: 0.5s;
    color: white;
}

/* Links */
.footer-title {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ffffffe0;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #fff;
}

/* Divider */
.footer-line {
    border-color: #1f355d;
    margin: 30px 0;
}

/* Copyright */
.footer-copy {
    color: #ffffffe0;
}

/* Plumber image */
.footer-man {
    max-width: 180px;
}

.footer-top span a {
    font-size: 18px;
}

.footer-top a {
    color: white;
}

.footer-top span:hover a {
    color: var(--red);
    transition: 0.5s;
}

.footer-top i {
    color: #ff3d3d;
    margin-right: 8px;
    font-size: 30px;
}

.email {
    border-left: 1px solid #ffffff54;
    border-right: 1px solid #ffffff54;
}

/* footer end */

/* scroll-top start */

#scroll-top {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: black;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

#scroll-top:hover {
    background-color: var(--primary);
    color: white;
}

/* scroll-top end */

/* This is the whatsapp section */
/* whatsapp */
.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .1s all ease-in-out;
    border-radius: 50%;
    font-size: 2rem;
    color: white;
    box-shadow: 0 0 .75rem #18d26e;
    background-color: #18d26e;
    z-index: 2;
    transition: 0.5s;
}

.whatsapp:hover {
    background-color: white;
    color: #18d26e;
}

.call {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    transition: .1s all ease-in-out;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 2rem;
    color: white;
    background-color: #222222;
    box-shadow: 0 0 .5rem #eee;
    z-index: 2;
    transition: 0.5s;
}

.call:hover {
    background-color: white;
    color: #222222;
}

.call i {
    font-size: 24px;
}

/* End whatsapp section */

/* home-banner section start */

.carousel-control-next-icon {
    background: var(--primary);
    border-radius: 50%;
}

.carousel-control-prev-icon {
    background: var(--primary);
    border-radius: 50%;
}

.carousel-indicators {
    display: none
}

#home-banner .home-banner-1 {
    display: block;
}

#home-banner {
    position: relative;
}

.home-banner .carousel-inner .carousel-caption {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    height: fit-content;
}

.home-banner .carousel-inner .first {
    background-image: linear-gradient(#08468de0, #08468de0), url("img/home-banner.webp");
    background-position: center;
    background-size: cover;
    height: 87vh;
    background-repeat: no-repeat;
    background-image: #172c59e3;
}


/* .home-banner .carousel-inner .second {
  background-image: url("../img/banner-2.jpg");
  background-position: center;
  background-size: cover;
  height: 80vh;
  background-repeat: no-repeat;
}

.home-banner .carousel-inner .third {
  background-image: url("../img/banner");
  background-position: center;
  background-size: cover;
  height: 80vh;
  background-repeat: no-repeat;
} */


.home-banner .carousel-inner .first .carousel-caption {
    text-align: end;

}

.home-banner .carousel-inner .second .carousel-caption {
    text-align: start;
}

.home-banner .carousel-inner .carousel-caption h1 {
    font-size: 50px;
    color: white;
    margin-bottom: 20px;
    font-family: popins;
    font-weight: bold;
}

.home-banner .carousel-inner .carousel-caption p {
    font-size: 18px;
    color: var(--secondary);
    font-weight: 600;
    color: white;
    /* font-family: popins; 
    /* font-weight: bold;*/
}

.home-banner .carousel-inner .carousel-caption .sub-head {
    color: white;
    margin-bottom: 20px;
}

.home-banner .carousel-inner .carousel-caption .left {
    display: flex;
    justify-content: center;
    flex-direction: column;
}


/* .home-banner .carousel-inner .carousel-caption p span{
  color: #1a72dc;
} */

.home-banner .carousel-inner .first .carousel-caption p:nth-child(2) {
    font-size: 20px;
    font-weight: normal;
    color: white;
    margin-left: 30%;

}

.home-banner .carousel-inner .second .carousel-caption p:nth-child(2) {
    margin-right: 30%;
    margin-left: 0;
    margin-bottom: 25px;
}


.home-banner .carousel-inner .third .carousel-caption p:nth-child(2) {
    margin-left: 30%;
}

.home-banner .carousel-inner .carousel-caption .calling {
    background-color: white;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin-left: 10px;
    text-align: end;
}

.home-banner .carousel-inner .carousel-caption .calling a i {
    color: var(--primary);
}

/* 
.home-banner .carousel-inner .carousel-caption h5 {
  color: var(--primary);
} */



@keyframes call-ani {
    from {
        height: 20%;
        width: 16px;
    }

    to {}
}



/* home-banner section end */
#faq-contact h3 {
    font-weight: 600;
    color: #333;
}

.accordion-button {
    background-color: #f7f7f7 !important;
    color: #333;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    background-color: #ff4d4f;
    color: #fff;
}

.accordion-button i {
    transition: transform 0.3s;
}

.accordion-button.collapsed i {
    transform: rotate(0deg);
}

.accordion-button:not(.collapsed) i {
    transform: rotate(180deg);
}

/* Remove the default Bootstrap accordion arrow */
.accordion-button::after {
    display: none;
}

/* Move Font Awesome icon to the right */
.accordion-button i.fa-circle-plus {
    margin-left: auto;
    /* Push it to the right */
    margin-right: 0;
}

/* Optional: adjust spacing if needed */
.accordion-button {
    justify-content: flex-start;
    /* Keep text on left */
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
    color: black !important;
}

.accordion-item {
    border: 1px solid #ff3d3d !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.accordion-button-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-button:focus {
    box-shadow: none !important;
}

/* contact form start */

.form-control:focus {
    box-shadow: none !important;
}

.form-select:focus {
    box-shadow: none !important;
}

/* popup start */

.modal-header {
    background-color: #d72027;
    color: white;
}

.modal-body p {
    font-size: 20px;
}

.modal-header {
    background-color: #d72027;
    color: white;
}

/* popup end */

/* thank-you start */
.thank-card {
    background: #fff;
    padding: 50px 40px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.success-icon {
    font-size: 70px;
    color: #22c55e;
    margin-bottom: 20px;
}

.thank-card h1 {
    font-weight: 800;
    color: #0d6efd;
    font-family: popins;
}

.thank-card p {
    color: #555;
    margin: 20px 0;
}



.btn-outline-main {
    border: 2px solid #22c55e;
    color: #22c55e;
    padding: 12px 25px;
}

.btn-outline-main:hover {
    background: #22c55e;
    color: #fff;
}

/* thank-you end */