@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden !important;
    font-family: "Montserrat", sans-serif;
    background-color: #F8F8FF;
}

html {
    overflow-x: hidden !important;

}

a {
    text-decoration: none;
    color: #000;
}

li {
    list-style: none;
}

p {
    margin-bottom: 0;
}

h2,
h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    color: transparent;
    background: linear-gradient(to right, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    /* For Chrome, Safari, Edge */
    background-clip: text;
    /* Standard property */

}


:root {
    --primary: rgb(23, 117, 197);
    --secondary: rgb(74, 173, 49);
    --padding: 3rem;
    --margin: 3rem;
}


.primaryBtn {
    transition: all 0.3s ease;
    line-height: 26px;
    /* border-width: 1px; */
    display: inline-block;
    padding: 10px 30px;
    letter-spacing: 0px;
    font-weight: 500;
    background: linear-gradient(to right bottom, var(--primary), var(--secondary));
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 1rem;
}



.primaryBtn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    background: linear-gradient(to left bottom, var(--primary), var(--secondary));
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.4s ease;
}

.primaryBtn:hover::before {
    width: 100%;
    height: 100%;
}

.primaryBtn i {
    transition: all 0.3s linear;

}

.primaryBtn:hover i {
    padding-left: 6px;
}

.navbar-toggler,
.navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
}


.commonHeadings {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

/* HEADER START */

.topStrip {
    background-color: var(--primary);
    background: linear-gradient(to right bottom, var(--primary), var(--secondary));


}

.topStrip,
.topStrip a {
    color: #ffffff;
}

.topStrip i {
    margin-right: 0.3rem;
    font-size: 18px;
}

.topLeft {
    display: flex;
    gap: 10px;
    align-items: center;
    height: 100%;
}

.topLeft a:hover {
    text-decoration: underline;
}

.topLeft>div:first-child {
    border-right: 1px solid #ffffff;
    padding-right: 10px;
    padding-block: 8px;
}

.topRight {
    display: flex;
    align-items: center;
    height: 100%;
    display: none;
}

.topRight a {
    display: inline-block;
    height: 100%;
    transition: all 0.3s ease;
}

.topRight i {
    font-size: 22px;
    height: 100%;
    width: 50px;
    border-right: 1px solid #ffffff;
    border-color: #fff !important;
    text-align: center;
    /* border-radius: 50%;
    border: 1px solid #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.topRight a:hover {
    background-color: var(--primary);
    color: #fff;
}


/* Navbar */

.navbar-brand img {
    width: 100px;
    /* background-color: rgba(255, 255, 255, 0.904);
    padding: 0.5rem; */


}

.nav-item {
    margin-left: 30px !important;
}

.nav-item .nav-link {
    color: #000;
    font-weight: 500;
    position: relative;
    padding: 0 !important;
    padding-bottom: 5px !important;
    z-index: 1;
    /* text-transform: uppercase; */
}


.nav-item .nav-link::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: var(--primary);
    transition: all 0.3s ease;
    z-index: -1;
}

.nav-item .nav-link:hover::before {
    width: 100%;
}

nav .nav-link.active,
nav .nav-link:focus {
    border-bottom: 3px solid var(--primary);
    color: var(--primary) !important;
}

.nav-item .nav-link:hover {
    color: var(--primary);
}

nav .dropdown-menu {
    width: 300px;
    border-radius: unset;
    padding: 0;
}

nav .dropdown-menu a {
    padding: 10px;
    border-bottom: 1px dashed var(--primary);
    transition: all 0.3s ease;
}

nav .dropdown-menu a:hover {
    padding-left: 15px;
    background-color: var(--primary);
    color: #fff;
}

.shopBtn {
    background: linear-gradient(to right bottom, var(--primary), var(--secondary));
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.shopBtn:hover {
    background: linear-gradient(to left bottom, var(--primary), var(--secondary));
    transform: scale(1.02);

}

.cart {
    color: var(--primary);
    font-weight: 500;
}

.cart i {
    font-size: 24px;
}

/* Carousel Start */

.carousel-item {
    position: relative;
}

.carousel-item::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: 1; */
    /* clip-path: polygon(0% 0%, 0% 200%, 100% 0%); */
}

.carousel_caption {
    text-align: center;
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;



}

.carousel_caption h3 {
    transition: none;
    line-height: 62px;
    border-width: 0px;
    margin: 0px 0px 20px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 50px;
    text-transform: capitalize;
}

.carousel_caption p {
    transition: none;
    line-height: 26px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 18px;
}

.carousel_caption a {
    transition: all 0.3s ease;
    line-height: 26px;
    border-width: 1px;
    margin-top: 20px;
    display: inline-block;
    padding: 10px 36px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
}



.carousel_caption a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    background: linear-gradient(to right bottom, var(--primary), var(--secondary));

    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.4s ease;
}


.carousel_caption a:hover::before {
    width: 100%;
    height: 100%;
}

.carousel-inner img {
    height: 600px;
    object-fit: cover;
}


/* Carousel End */

/* HEADER END */

/* 3 BOXES */

.three_boxes_sec {
    padding-block: var(--padding);
    background-color: rgba(33, 136, 139, 0.1);
}

.three_boxes_sec .boxes {
    text-align: center;
    box-shadow: 0 0 10px #ccc;
    padding: 20px;
    border-radius: 10px;
    height: 170px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
}

.three_boxes_sec .boxes::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(to right top, var(--primary), var(--secondary));
    width: 0;
    height: 0;
    transition: all 0.4s ease;
    z-index: -1;

}

/* .three_boxes_sec .box2 {
    background: linear-gradient(var(--primary), var(--secondary));
    color: #fff;
} */

.three_boxes_sec .boxes:hover {
    color: #fff;
    transition: all 0.2s ease;

}

.three_boxes_sec .boxes:hover::before {
    width: 100%;
    height: 100%;
}



.three_boxes_sec .boxes h5 {
    margin: 0;
    font-weight: 600;
}

.three_boxes_sec .boxes i {
    font-size: 40px;
}

/* HOME ABOUT START */

.home_ab {
    padding-block: var(--padding);
    padding-bottom: 6rem;
    background: url('../imgs/white-bg.jpg') right no-repeat;
    background-size: cover;
}


.home_ab_imgs img {
    width: 85%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.home_ab_imgs img:nth-child(2) {
    width: 230px;
    height: 250px;
    position: absolute;
    bottom: -10%;
    right: 0%;
    outline: 8px solid #fff;
    animation: move 5s linear infinite;
}

@keyframes move {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(10px);

    }

    75% {
        transform: translateY(-10px);

    }

    100% {
        transform: translateY(0px);

    }
}


.vis_mis_sec {
    background: url("../imgs/vision_bg.jpg") no-repeat center fixed;
    background-size: cover;
    padding-block: var(--padding);
}

.vis_box {
    background: rgb(255 255 255 / 96%);
    text-align: center;
    padding: 30px;
    box-shadow: 0 0 10px #ccc;
}

.vis_box h2 {
    margin: 15px 0;
}

.vis_box p {
    margin-bottom: 20px;
}

.vis_mis_sec i {
    font-size: 70px;
    background: linear-gradient(to left bottom, var(--primary), var(--secondary));

    background-clip: text;
    color: transparent;
}


/* HOME ABOUT END */

/* TAGLINE START */

.tagline {
    background: linear-gradient(to left bottom, var(--primary), var(--secondary));
    padding-block: var(--padding);
    color: #fff;
    /* margin-top: var(--margin); */
}

.tagline h2 {
    color: #fff;
}

.tagline_content {
    width: 65%;
    margin: 0 auto;
    text-align: center;
}

/* TAGLINE END */

/* HOME SERVICE START */

.home_services {
    padding-block: var(--padding);
    background: rgb(237, 237, 237);
}

.serv_box {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #ccc;
    border: 1px solid #ccc;

}

.serv_img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.serv_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.serv_box:hover img {
    transform: scale(1.15);
}

.serv_content {
    padding: 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
    /* background: linear-gradient(to right bottom, var(--primary), var(--secondary)); */
    z-index: 1;
}

.serv_content::before {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    top: 0%;
    left: 0%;
    /* transform: translate(-50%, -50%); */
    background: var(--secondary);
    background: linear-gradient(to left bottom, var(--primary), var(--secondary));

    z-index: -1;
    transition: all 0.5s ease;


}

.serv_content h5 {
    font-size: 20px;
    /* color: var(--primary); */
    font-weight: 600;
}

.serv_content * {
    transition: all 0.3s ease;
}

.serv_box:hover .serv_content::before {
    width: 100%;
    height: 100%;
}

.serv_content a::before {
    background: #fff;
}

.serv_content a:hover,
.serv_content a:hover i {
    color: var(--primary);

}

.serv_box:hover * {
    color: #fff;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: space-between !important;
    width: 100%;
}

.owl-nav button {
    background-color: var(--primary) !important;
    height: 35px;
    width: 35px;
    border-radius: 50% !important;
    padding: 5px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease;
    color: #ffffff !important;
    border: 2px solid #fff !important;


}

.owl-nav button span {
    margin-top: -5px;
    font-size: 35px !important;
    height: max-content !important;

}


.owl-nav button:hover {
    background-color: #000000 !important;


}

.owl-dots {
    margin-top: 20px;
}

.our_products .owl-nav {
    display: none !important;
}


/* HOME SERVICE END */

/* TAGLINE 2 */

.tagline2 {
    padding-block: var(--padding);
    background: url('../imgs/white-bg.jpg') right no-repeat;
    background-size: cover;
}

.tagline2 img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

/* PRODUCT START */
.our_products {
    padding-block: var(--padding);
    /* background: url(../imgs/bg-blue.jpg) no-repeat center; */
    background: linear-gradient(to left bottom, var(--primary), var(--secondary));

    background-size: cover;
    color: #fff;
}

.our_products h2 {
    color: #fff;
}

.prodDetails {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 8px solid #fff;
    background-color: #fff;


}

.prodDetails::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transform: scale(0);
    transition: all 0.6s ease;
    border-radius: 6px;

}

.prodDetails:hover::before {
    transform: scale(1);
}

.prodImg {
    height: 300px;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.5s ease;

}

.prodImg img {
    height: 100%;
    width: 100%;
    object-fit: contain;

}

.prodContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.4s ease;

    color: #fff;
    width: 95%;
    text-align: center;

}

.prodDetails:hover {
    backdrop-filter: brightness(50%);
}

.prodDetails:hover .prodContent {
    transform: translate(-50%, -50%) scale(1);

}

.qty-controls {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.qty-controls button {
    padding: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
    border: none;
}

.qty-controls input {
    width: 60px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 20px;
}

/* PRODUCT END */

/* WHY SAAK START */
.why_saak {
    margin-block: var(--margin);
}

.why_saak_holder {
    display: grid;
    grid-template-columns: 40% 20% 40%;
    gap: 20px;
    margin-top: 2rem;
}

.why_saak img {
    width: 100%;
    transition: all 0.4s ease;
}

.why_saak_holder:hover img {
    transform: scale(1.05);
}

.why_saak_box {
    padding: 15px;
    border-radius: 10px;
    height: 160px;
    box-shadow: 0 0 10px #ccc;
    border: 1px solid #ccc;
    color: #fff;
}

.why_saak_box h5 {
    /* color: var(--primary); */
    font-weight: 600;
}

.why_saak_box1 {
    background: linear-gradient(to right bottom, var(--primary), var(--secondary));
    margin-top: 10px;
}

.why_saak_box2 {
    background: linear-gradient(to left bottom, var(--primary), var(--secondary));
    margin-top: 20px;
}

.why_saak_box p {
    max-height: 72px;
    overflow: hidden;
}

/* WHY SAAK END */

/* WE SERVE START */

.we_serve {
    padding-block: var(--padding);
    background: url('../imgs/white-bg.jpg') right no-repeat;
    background-size: cover;
}

.we_serv_boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    box-shadow: 0 0 15px #ccc;
    border-radius: 10px;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    gap: 10px;
    padding: 5px;
    padding-left: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 2rem;
    background-color: #fff;
    /* height: 100px; */

}

.we_serv_boxes::before {
    content: '';
    height: 100%;
    width: 40%;
    background: linear-gradient(to right bottom, var(--secondary), var(--primary));
    position: absolute;
    top: 0;
    right: 0;
    /* z-index: -1; */
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);

    transition: all 0.5s ease;
}

.we_serv_boxes:hover:before {
    width: 100%;
    transform: scale(5);
}

.we_serv_boxes:hover h5 {
    color: #fff;
}

.we_serv_boxes h5 {
    font-size: 18px;
    background: linear-gradient(to right bottom, var(--secondary), var(--primary));

    background-clip: text;
    color: transparent;
    float: right;
    font-weight: 600;
    margin: 0;
    transition: all 0.3s ease;
    width: 70%;


}

.we_serv_boxes * {
    position: relative;
    z-index: 9;
}

.we_servImgs i {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

/* WE SERVE END */


/* FOOTER START */

footer {
    background: linear-gradient(to right bottom, var(--primary), var(--secondary));
    padding-block: var(--padding);
    color: #fff;

}

footer a {
    color: #fff;
    font-weight: 500;
}

footer i {
    font-size: 18px;
}

footer a:hover {
    text-decoration: underline;
}

footer h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

footer li {
    margin-bottom: 10px;
}

footer ul {
    padding: 0;
}

.ftLinks a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: var(--secondary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

.ftLinks a:hover {
    background-color: transparent;
    color: #fff;
}

.sub_footer {
    border-top: 1px solid #fff;
    text-align: center;
    padding: 10px;
    background: var(--secondary);
    color: #fff;
}

/* FOOTER END */


/* whatsap css */
#whatsapp {
    position: fixed;
    right: 40px;
    bottom: 15%;
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: 1;
    z-index: 99990;
    opacity: 0;
}

#whatsapp #whatsappMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgba(255, 255, 255, 0);
    width: 70px;
    height: 70px;
    color: #40c351;
    z-index: 9;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}

#whatsapp #whatsappMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background-image: url('../imgs/whatsapp.png');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}

@-webkit-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}

@-moz-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}

@keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}

@-webkit-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}

@-moz-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}

@keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}

/* whatsap css */


/* Back To Top */
.backToTop {
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #111;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 999;
}

.backToTop i {
    position: absolute;
    color: #fff;
    font-size: 18px;
    pointer-events: none;
}

.progress-ring__circle {
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    stroke-dasharray: 138;
    /* circumference of circle (2 * π * r = 2*π*22) */
    stroke-dashoffset: 138;
    transition: stroke-dashoffset 0.2s linear;
}

/* CONTACT US PAGE START */


/* Comman Banner */
.banner-area {
    width: 100%;
    text-align: center;
    height: auto;
    position: relative;
}

.banner-area img {
    display: block;
    width: 100%;
    margin: auto;
    height: 400px;
    object-fit: cover;
}

/* Comman Heading */

.abou-hed {
    width: 100%;
    height: 41px;
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.abou-hed h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 400;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 5px 22px;
}

/* Comman Strip */
.breadcrumb_bg {
    background: linear-gradient(to right bottom, var(--primary), var(--secondary));
}

.breadcrumb {
    margin: 0;
    font-size: 16px;
    color: #fff;
    background: none;
    padding: 6px 0px;
    font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:hover {
    font-weight: 500;
    color: #fff;
}

.breadcrumb li.active {
    color: #fff;
}

.breadcrumb a:hover {
    text-decoration: underline;
}


.contactUsPage {
    padding-block: var(--padding);
    background: url(../imgs/white-bg.jpg) fixed no-repeat;
    background-size: cover;
}

.contactInformation {
    height: 100%;
    overflow: hidden;

}

.contactInformation {
    color: #000000;
    padding: 2rem;
}



.contactUsPage form {
    background: linear-gradient(to right bottom, var(--primary), var(--secondary));
    padding: 2rem;
    padding-block: 3rem;
    padding-top: 1rem;
    box-shadow: 0 0 20px #ccc;
    border-radius: 1rem;
}

.contactUsPage form input,
.contactUsPage form textarea {
    border: none;
    margin-top: 1rem;
    background-color: transparent;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 1rem;
    border-radius: 8px;
    color: #fff;
}

.contactUsPage form textarea {
    color: #fff;
}

.contactUsPage form input:focus,
.contactUsPage form textarea:focus {
    outline: none;
}

.contactUsPage form textarea {
    padding-bottom: 0;
}


.contactUsPage form input::placeholder,
.contactUsPage form textarea::placeholder {
    color: #424040;
    color: #fff;
}

.contactUsPage h3 {
    color: var(--primary);
    font-size: 30px;
    font-weight: 700;
}

.contactUsPage h5 {
    margin-top: 1rem;
    font-weight: 600;
    color: var(--primary);
}

.contactPageBtn {
    width: max-content !important;
    border: none;
    display: inline-block;
    color: #fff;
    margin-top: 30px;
    margin-right: 0.5rem;
    cursor: pointer;

    font-size: 16px;
    color: #fff;
    padding: 10px 30px !important;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-weight: 500;
    border: 2px solid #fff !important;
}


.contactPageBtn:hover {
    background-color: #fff !important;
    color: var(--primary);
    border-color: #fff !important;
}

.contactresetBtn:hover {
    background-color: transparent !important;
    color: #fff !important;
    border-color: #fff !important;
}

.contactresetBtn {
    background-color: #fff !important;
    color: #000 !important;
}

.contactaddSec {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

/* .contactaddSec img {
    margin-top: 10px;
    height: 200px;
    width: 100%;
    object-fit: cover;
} */

.contactaddSec .col-6 {
    margin-top: 1rem;
}

.add_dtl {
    margin-top: 1rem;
}

.add_dtl i {
    color: var(--primary);
    font-size: 1.3rem;
}

.add_dtl strong {
    color: var(--primary);
    font-size: 1.1rem;
}

.add_dtl a:hover {
    color: var(--primary);
    text-decoration: underline;
}

/* CONTACT US PAGE END */

/* ABOUT PAGE START */

.ab_page {
    padding-bottom: var(--padding);
}

.ab_page img {
    width: 100%;
    height: 100%;
}

/* ABOUT PAGE END */

.sitemap {
    margin-block: var(--margin);
}

.sitemap a {
    display: block;
    background: var(--primary);
    padding: 15px 20px;
    color: #fff;
    border-radius: 6px;
    transition: all 0.3s ease;
}


.sitemap a:hover {
    background-color: var(--secondary);
}

.sitemap h4 {
    margin-bottom: 1rem;
}

/* SITEMAP PAFE END */

/* PRODUCT PAGE START */

.product_page{
    margin-block: var(--margin);
}

.product_page img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    padding: 0.5rem;
    border: 1px solid #ccc;
}

.product_page p{
    line-height: 1.7;
}

/* PRODUCT PAGE END */