/* Styles for the popup container */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/* Styles for the popup container */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}

.popup-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 50%;
}

.popup-content h2 {
    color: #ff893b;
    font-size: 40px;
}

.popup-content .col-8 {
    position: relative;
    text-align: start;
}

.popup-content .col-4 .popimg {
    /* border-radius: 50%; */
    width: 100%;
}

.popup-content .col-8::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #d5e8f1;
    top: 0;
    right: 10px;
}

.popup-content h5 {
    margin: 20px 0;
    font-size: large;
}

.popup-content button {
    border: transparent;
    background-color: #39bd00;
    font-weight: 700;
    font-size: xx-large;
    padding: 6px 8px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 2px;
}



@media screen and (max-width: 980px) {

    .popup-content {
        width: 80%;
    }

}

@media screen and (max-width: 720px) {

    .popup-content {
        padding: 10px;
        width: 80%;
    }

    .popup-content h2 {
        color: #ff893b;
        font-size: xx-large;
    }

    .popup-content button {
        border: transparent;
        background-color: #39bd00;
        font-weight: 700;
        font-size: larger;
        padding: 10px 20px;
        border-radius: 5px;
        color: #fff;
        letter-spacing: 2px;

    }
}

@media screen and (max-width: 380px) {
    .popup-content {
        padding: 5px;
        width: 90%;
    }

    .popup-content h2 {
        color: #ff893b;
        font-size: 23px;
    }

    .popup-content h5 {
        margin: 10px 0;
        font-size: small;
    }


    .popup-content button {
        font-weight: 500;
        font-size: large;
        padding: 5px 1px;
        letter-spacing: 1px;

    }

    .popup-content .col-8 img {
        width: 15%;
        border-radius: 50%;
    }

    .popup-content .col-4 .popimg {
        width: 100%;
    }
}


.fixed-button .call {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    align-items: center;
    border-radius: 50%;
    width: 70px;
    background-color: red;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 100;
    bottom: 20px;
    left: 20px;
    font-size: x-large;
}

.fixed-button .whatsapp {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    align-items: center;
    border-radius: 50%;
    width: 70px;
    background-color: green;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 100;
    bottom: 20px;
    right: 20px;
    font-size: xx-large;
}


.fixed-tel {
    color: #fff;
}

@media screen and (max-width: 720px) {
    .fixed-button .call {
        width: 60px;
        height: 60px;
    }

    .fixed-button .whatsapp {
        width: 60px;
        height: 60px;

    }

}

/* For Fill Background */
.heading h6 {
    float: left;
    width: 100%;
    text-align: center;
}

.heading h6 span {
    background-color: darkred;
    padding: 5px 15px;
    color: #fff;
    border-radius: 20px 20px 0 0;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;

}

.heading h2 {
    color: darkred;
    margin-top: 20px;
}


/* For transparent Background */

.heading1 h6 {
    float: left;
    width: 100%;
}

.heading1 h6 span {
    background-color: #ffc400;
    padding: 5px 15px;
    color: darkred;
    font-weight: bold;
    border-radius: 20px 20px 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;

}

.heading1 h2 {
    color: #ffc400;
    margin-top: 20px;
}


/* -----------------------------------top-bar----------------------------------- */
.top-bar {
    background-color: rgb(187, 0, 0);
}

.top-bar marquee {
    background-color: #ffc400;
    padding: 10px;
    color: rgb(187, 0, 0);
    font-size: larger;
    font-weight: bold;
    margin-right: -10px;
}

.top-bar .call-button {
    position: relative;
    font-size: larger;
    border-left: 30px solid transparent;
    background-color: rgb(187, 0, 0);
    left: -50px;
    display: flex;
    justify-content: center;
    color: #fff;
    width: 100%;
}

.call-button .row {
    position: absolute;
    font-size: xx-large;
    margin-top: 10px;
}

.top-bar .call-button .call a {
    text-decoration: none;
    color: #fff;
}

.top-bar .call-button .call {
    margin-right: -20px;
}

.top-bar .call-button .call::after {
    height: 40px;
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 0px;
    right: 50px;
}

.top-bar .call-button .whatsapp {
    margin-left: 50px;
}

.top-bar .call-button .whatsapp a {
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 720px) {

    .top-bar .call-button {
        position: relative;
        left: 0px;
        display: flex;
        justify-content: center;
        color: #fff;
        width: 100%;
    }

    .call-button .row {
        margin-top: 0px;

    }

    .top-bar .call-button .call {
        margin-right: -10px;
    }

    .top-bar .call-button .call h6 {
        font-size: x-large;
        margin-top: 8px;
    }

    .top-bar .call-button .call::after {
        height: 40px;
        width: 2px;
        background-color: #fff;
        content: '';
        position: absolute;
        top: 5px;
        right: 106px;
    }

    .top-bar .call-button .whatsapp {
        margin-left: 10px;
    }

    .top-bar .call-button .whatsapp h6 {
        font-size: x-large;
        margin-top: 8px;
    }

    .top-bar .call-button .whatsapp a {
        text-decoration: none;
        color: #fff;
    }

}



/* --------------------------bottom-bar-------------------------- */
.bottom-bar {
    padding: 10px;
    background-color: rgb(187, 0, 0);
}

.bottom-bar a {
    text-decoration: none;
    color: #fff;
    animation: animate 2s linear infinite;
    letter-spacing: 2px;
    font-weight: bold;

}

.bottom-bar h5 {
    font-size: xx-large;
    color: #fff;
    animation: animate 1s linear infinite;
}

@keyframes animate {
    0% {
        color: white;
    }

    100% {
        color: yellow;
    }
}

/* --------------------------cta-------------------------- */
.cta {
    text-align: center;
    padding: 50px;
}

.cta h3 {
    color: rgb(187, 0, 0);
}

.cta h5 {
    color: rgb(187, 0, 0);
}

.cta h1 {
    color: red;
    animation: name 1s linear infinite;
    font-size: 50px;
    font-weight: bolder;
}

@keyframes name {
    0% {
        color: red;
    }

    30% {
        color: rgb(255, 153, 0);
    }

    40% {
        color: red;
    }

    80% {
        color: orange;
    }
}

.cta button {
    background-color: #ffc400;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: x-large;
    font-weight: bold;
    letter-spacing: 1px;
    transform: translateY(0);
    border: 3px solid darkred;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 10px;
}

.cta button a {
    text-decoration: none;
    color: darkred;

}

.cta button:hover {
    transform: translateY(-5px);
    transition: all 0.5s;

}


@media screen and (max-width: 720px) {
    .cta {
        text-align: center;
        padding: 10px;
    }
}


/* -------------------------service------------------------- */
.service {
    /* background-color: darkred; */
    background: rgba(0, 0, 0, 0.5) url(../image/bg1.webp);
    background-size: cover;
    background-blend-mode: darken;
    padding: 50px 0;
    color: #fff;
    text-align: center;
}

.service .service-box {
    /* position: relative; */

}

.service .service-box .img-circle {
    height: 260px;
    width: 260px;
    border-radius: 50%;
    background-color: #fff;
    left: 50%;
    transform: translate(-50%);
    position: relative;
    margin-top: 20px;
}

.service .service-box .img-circle img {
    height: 250px;
    width: 250px;
    border-radius: 50%;
}

.service .service-box h4 {
    color: rgb(255, 208, 0);
    margin: 10px 0;
}

.service button {
    background-color: white;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: x-large;
    font-weight: bold;
    letter-spacing: 1px;
    transform: translateY(0);
    border: 3px solid darkred;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 10px;
}

.service button a {
    text-decoration: none;
    color: darkred;

}

.service button:hover {
    transform: translateY(-5px);
    transition: all 0.5s;

}

.service .service-box {
    /* display: flex;
    justify-content: center;
    position: relative; */
}



/* -----------------------why-choose----------------------- */

.why-choose {
    padding: 50px;
    margin-bottom: 50px;

}

.why-choose .choose-box {
    position: relative;
    /* margin-top: 200px; */
}

.why-choose .choose-box .circle1 {
    background-color: #ffc400;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.why-choose .choose-box .circle1 .circle2 {
    background-color: #fff;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-choose .choose-box .circle1 .circle2 .icon {
    color: darkred;
    font-size: 45px;
}

.why-choose .choose-box .circle1::after {
    position: absolute;
    content: '';
    bottom: -45px;
    height: 50px;
    width: 15px;
    background-color: #ffc400;
}

.why-choose .choose-box .text {
    /* margin-top: 45px; */
    background-color: #ffc400;
    border-radius: 10px;
    color: darkred;
    padding: 20px;
    font-weight: 700;
    font-size: x-large;
    left: 50%;
    transform: translate(-50%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 15px;
    position: absolute;
    z-index: -1;
    width: 90%;
    position: absolute;
    top: 170px;
}

@media screen and (max-width: 720px) {

    .why-choose {
        padding: 10px;
        margin-bottom: 10px;
    }
}

/* --------------------------about-us-------------------------- */

.about-us {
    padding: 50px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5) url(../image/bg1.webp);
    background-size: cover;
    background-blend-mode: darken;
    font-size: 17px;
}

.about-us button {
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: x-large;
    font-weight: bold;
    letter-spacing: 1px;
    transform: translateY(0);
    border: 3px solid darkred;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 10px;
}

.about-us button a {
    text-decoration: none;
    color: darkred;

}

.about-us button:hover {
    transform: translateY(-5px);
    transition: all 0.5s;

}

.about-us .left-text ul {
    padding-left: 0rem;
}

.about-us .left-text ul li {
    list-style: none;
    font-size: 20px;
    margin-bottom: 10px;

}

.about-us .left-text ul li a {
    text-decoration: none;
    color: #fff;
}

.about-us .left-text ul li .icon {
    margin-right: 5px;
    color: #ffc400;
}

@media screen and (max-width: 720px) {
    .about-us {
        padding: 10px;
        font-size: 16px;

    }
}

@media screen and (max-width: 480px) {
    .about-us {
        margin-top: 50px;
    }

    .about-us button {
        padding: 5px;
        font-size: larger;
        letter-spacing: 0px;
    }
}

/* -------------------------main-service------------------------- */


.main-service {
    padding: 50px 0;
}

.main-service .heading-box {
    background-color: darkred;
    padding: 20px;
    margin-top: 20px;
}

.main-service .heading-box button {
    background-color: #ffc400;
    border: transparent;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: translateY(0);
    transition: all 0.5s;
    margin: 10px 0;

}

.main-service .heading-box p {
    margin-top: 10px;
    line-height: 1.6;
}

.main-service .heading-box h2 {
    margin-top: 10px;

}

.main-service .heading-box button:hover {
    transform: translateY(-5px);

}

.main-service .heading-box button a {
    text-decoration: none;
    color: darkred;
    font-weight: bold;
    font-size: x-large;
}

.main-service .service-box .img-box {
    overflow: hidden;
    position: relative;
}

.main-service .service-box .img-box img {
    transition: all 0.5s;
    transform: scale(1);
}

.main-service .service-box:hover .img-box img {
    transform: scale(1.15);
}

.main-service .heading-box h2 {
    color: #ffc400;
    font-weight: 700;
    font-size: 50px;
}

.main-service .heading-box h2 span {
    color: #fff;
}

.main-service .heading-box p {
    color: #fff;
    text-align: start;
}

.main-service .service-box {
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    margin-top: 20px;
}

.main-service .service-box h3 {
    color: darkred;
    font-weight: 700;
    margin: 10px 0;
}

.main-service .service-box .text-content {
    padding: 0 20px;
}


.main-service .service-box .text-content button {
    background-color: transparent;
    color: darkred;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: x-large;
    font-weight: bold;
    letter-spacing: 1px;
    transform: translateY(0);
    border: 3px solid darkred;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.main-service .service-box .text-content button a,
.main-service .service-box1 .text-content button a {
    color: darkred;
    text-decoration: none;
}

.main-service .service-box .text-content button .icon,
.main-service .service-box1 .text-content button .icon {
    color: #25D366;
    font-size: xx-large;
}


.main-service .service-box:hover .text-content button {
    transform: translateY(-5px);
    transition: all 0.5s;

}

.main-service .service-box1 {
    text-align: center;
    background-color: darkred;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    margin-top: 20px;
}

.main-service .service-box1 h3 {
    color: rgb(255, 230, 0);
    font-weight: 700;
    margin: 10px 0;
}

.main-service .service-box1 .text-content {
    padding: 0 20px;
}


.main-service .service-box1 .text-content button {
    background-color: #fff;
    color: darkred;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: x-large;
    font-weight: bold;
    letter-spacing: 1px;
    transform: translateY(0);
    border: 3px solid darkred;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.main-service .service-box1:hover .text-content button {
    transform: translateY(-5px);
    transition: all 0.5s;
}


.main-service .service-box1 p {
    color: #fff;
}


.main-service .service-box1 .img-box {
    overflow: hidden;
    position: relative;
}

.main-service .service-box1 .img-box img {
    transition: all 0.5s;
    transform: scale(1);
}

.main-service .service-box1:hover .img-box img {
    transform: scale(1.15);
}

@media screen and (max-width: 480px) {

    .main-service .service-box1 .text-content button {
        padding: 5px;
        font-size: larger;
        letter-spacing: 0;
    }

}

/* ---------------------testimonial------------------------ */

.testimonial {
    padding: 50px 0;
}

.testimonial .testi-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 0 0 10px 0;
    margin-top: 30px;
    margin-right: 5px;
    margin-left: 5px;
}

.testimonial .testi-box .img-circle {
    border: 3px solid darkred;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10px; */
}

.testimonial .testi-box .text {
    padding: 20px 20px 0 20px;
}

.testimonial .testi-box .img-circle img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 3px solid darkred;
    filter: blur(1px);
}

.testimonial .testi-box .name-box {
    background-color: darkred;
    padding: 5px 5px 5px 30px;
    border-radius: 50px 0 0 50px;
    color: #fff;
}

.testimonial .testi-box .name-box .icon {
    color: yellow;
    margin-right: 5px;
}

.testimonial .testi-box .name-box h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    padding: 10px 0;
}

/* ------------------------faq------------------------ */

.faq {
    padding: 50px 0;
    background: rgba(0, 0, 0, 0.5) url(../image/bg1.webp);
    background-size: cover;
    background-blend-mode: darken;
}

.faq .accordion-header .accordion-button {
    background-color: #fff;
    color: darkred;
    transition: all 0.5s;
    font-size: large;
    font-weight: 500;
}

.faq .accordion-header:hover .accordion-button {
    background-color: #ffc400;
    padding-left: 30px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 0 .25rem darkred
}

.faq .accordion .accordion-button:not(.collapsed) {
    color: darkred;
    background-color: #ffc400;
    box-shadow: none;
}

.faq .accordion .accordion-item {
    margin-top: 10px;
    border: 1px solid rgb(173, 0, 0);
    border-top: 1px solid rgb(173, 0, 0);

}

.cta1 {
    padding: 50px;

}

.cta1 .right-content h2 {
    color: darkred;
    font-size: 40px;
    font-weight: bolder;
}

.cta1 .right-content button a {
    text-decoration: none;
    color: darkred;
}

.cta1 .right-content button {
    background-color: #ffc400;
    color: darkred;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: x-large;
    font-weight: bold;
    letter-spacing: 1px;
    transform: translateY(0);
    border: 3px solid darkred;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 20px 0;
}

.cta1 .right-content button:hover {
    transform: translateY(-5px);
    background-color: darkred;
    color: #fff;
    transition: all 0.5s;
}

.cta1 .right-content button:hover a {
    color: #fff;
}

.cta1 .right-content h1 {
    animation: name 1s linear infinite;
    font-weight: bolder;
    font-size: 55px;
}