.navBarContainer{z-index:10;background-color:#fff;justify-content:space-between;align-items:center;width:100%;height:80px;padding:2px 30px;display:flex;position:sticky;top:0;box-shadow:2px 0 5px #000}.logoContainer{justify-content:center;align-items:center;width:100px;height:100%;padding:0;display:flex}.logoContainer>a>img{width:100%;height:100%;transform:scale(1.8)}.menuContainer{justify-content:space-between;align-items:center;gap:30px;width:fit-content;height:100%;padding:10px;display:flex}.menuContainerList{justify-content:space-evenly;align-items:center;gap:50px;width:fit-content;height:100%;padding:20px;display:flex}.menuContainerList>li{color:gray;justify-content:center;align-items:center;height:80px;list-style:none;display:flex;position:relative}.menuContainerList>li>span{cursor:default;justify-content:center;align-items:center;gap:10px;display:flex}.menuContainerList>li>a{color:gray;justify-content:center;align-items:center;gap:10px;height:100%;font-weight:500;text-decoration:none;list-style:none;display:flex}.menuDropDown>li>a{color:gray;cursor:pointer;justify-content:space-between;align-items:center;gap:50px;height:100%;font-weight:500;text-decoration:none;list-style:none;display:flex}.menuContainerList .active{color:var(--customColor1)}.menuContainerList>li:hover .menuDropDown{opacity:1;visibility:visible;display:flex;transform:translateY(-10px)}.menuDropDown{border-top:solid var(--customColor1);opacity:0;visibility:hidden;background-color:#fff;flex-direction:column;justify-content:center;align-items:flex-start;width:220px;padding:10px;transition:all .3s ease-in-out;display:flex;position:absolute;top:80px;left:-60px}.menuDropDown>li{width:100%;margin:10px;transition:all .3s ease-in-out;position:relative}.menuDropDown>li:hover{transform:translate(10px)}.menuDropDown>li>a{color:gray;width:fit-content;text-decoration:none}.menuDropIcon{color:var(--customColor1);font-size:15px}.service-text{font-size:17px;font-weight:500}.innerMenuDropDown{border-top:solid var(--customColor1);visibility:hidden;opacity:0;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;width:220px;padding:10px;display:flex;position:absolute;top:-20px;left:200px;box-shadow:0 0 5px gray}.innerMenuDropDown>li{width:100%;margin:10px;transition:all .3s ease-in-out}.innerMenuDropDown>li:hover{transform:translate(10px)}.innerMenuDropDown>li>a{color:gray;width:fit-content;text-decoration:none}.menuDropDown>li:hover .innerMenuDropDown{opacity:1;visibility:visible;display:flex;transform:translate(-10px)}#subMenuDropDown{width:250px}.respMenuBar{margin-left:150px;display:none}.respMenuIcon{color:var(--customColor2);font-size:30px}.respMenuExit{color:var(--customColor1);cursor:pointer;font-size:28px}.respMenuHeader{z-index:20;background:#fff;border-bottom:2px solid #eee;justify-content:flex-end;align-items:center;width:100%;padding:20px;display:flex;position:sticky;top:0}.respMenuDropIcon{color:var(--customColor2);font-size:20px}.respMenuScroll{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:block;position:absolute;top:0}.respMenu{background-color:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;right:0}.respMenuScroll>li{background-color:#fff;border-bottom:2px solid gray;justify-content:space-between;align-items:center;width:100%;padding:20px;font-size:18px;display:flex}.respMenuScroll>li>a{color:gray;font-weight:500;text-decoration:none}.respMenuScroll>li>span{color:gray;justify-content:space-between;align-items:center;width:100%;font-weight:500;display:flex}.servList{color:gray;flex-direction:column;display:flex}.respMenuDrop{flex-direction:column;justify-content:center;align-items:flex-start;width:100%;display:none}.respMenuDrop>li{justify-content:flex-start;align-items:center;gap:10px;width:100%;padding:10px;list-style:none;display:flex}.respMenuDrop>li>a,.respMenuDrop>li>span>a{color:gray;text-decoration:none}.respMenuDrop>li>span{color:gray;justify-content:space-between;align-items:center;width:100%;text-decoration:none;display:flex}.respDropDown{flex-direction:column;gap:5px;width:100%;padding:10px;display:flex}.respDropDown>li{background-color:#fff;flex-direction:column;justify-content:space-between;align-items:center;width:100%;padding:10px;font-size:18px;display:flex}.respDropDown>li>span{justify-content:space-between;align-items:center;width:100%;display:flex}.respDropDown>li>a{color:gray;text-align:start;width:100%;font-weight:500;text-decoration:none}.respDropDown>li>span>a{color:gray;font-weight:500;text-decoration:none}.respDropdownList{flex-direction:column;justify-content:center;align-items:center;display:flex}.respMenu.show{display:flex;transform:translate(0)}.innerRespMenu.show{transform:translate(0)}.menuNavDropIcon{cursor:pointer}.respMenu .active,.active{color:var(--customColor1)}.innerRespMenuDropDown{flex-direction:column;justify-content:center;align-items:flex-start;width:100%;height:100%}.innerRespMenuDropDown>li{justify-content:flex-start;align-items:center;gap:10px;width:100%;padding:10px;list-style:none;display:flex}.innerRespMenuDropDown>li>a{color:gray;text-decoration:none}.innerRespMenuDropDown>li>span{color:gray;justify-content:space-between;align-items:center;width:100%;text-decoration:none;display:flex}.cardiList{flex-direction:column;justify-content:center;align-items:center;display:flex}.lastBlockList{justify-content:center;align-items:center;display:flex}.respMenuBar{width:40px;height:40px;margin-left:150px;display:none}.respMenuBar>img{width:100%;height:100%}.respMenu{background-color:#037e7eac;width:100%;height:100vh;transition:all 1s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.innerRespMenu{z-index:4;background-color:#fff;justify-content:center;align-items:center;width:90%;height:100%;transition:all 1s 1s;display:flex;position:absolute;top:0;right:0;transform:translate(100%)}.respMenuBar>img:hover .respMenu{transform:translate(0)}.closeX{font-size:30px;position:absolute;top:20px;right:20px}.innerMenu{width:90%;height:80%}.innerMenu>li{border-bottom:1px solid gray;justify-content:flex-start;align-items:center;width:100%;padding:10px;list-style:none;display:flex}.innerMenu>li>span,.innerMenu>li>a{width:100%;color:var(--customDarkBlue);justify-content:space-between;align-items:center;font-size:20px;font-weight:500;text-decoration:none;display:flex}.innerMenu li>a>button{background-color:var(--customBlue);color:#fff;border:solid #fff;border-radius:20px;padding:10px;font-weight:500}.innerMenu li>a>button:hover{border:solid var(--customBlue);color:var(--customBlue);background-color:#fff}.innerMenuDrop{border:1px solid gray;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:100%;display:none;overflow:hidden}.innerMenu .active{color:var(--customColor)}@media screen and (min-width:320px) and (max-width:768px){.navBarContainer{justify-content:space-between;width:100%}#non-repsBtn{display:none}.logoContainer>a>img{border:solid;width:100%;transform:scale(1.6)}.menuContainerList{display:none}.respMenuBar{display:block}.respMenu{display:none}}
.service-headContent{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;padding:20px;display:flex}.service-headContent>h1{color:var(--customColor2);text-align:center;font-size:45px;font-weight:bolder}.service-headContent>p{text-align:justify;color:gray;width:80%;font-size:18px}.service-headContent>h3{color:var(--customColor1);text-align:center;font-size:30px;font-weight:bolder}.service-headContent>p>span{color:var(--customColor2);font-weight:700}.service-headContent>p>a{color:var(--customColor2);text-decoration:none}.service-headContent>h4{color:var(--customColor1);text-align:start;text-align:start;width:80%;font-size:25px;font-weight:bolder}.service-headContent>p>ul>h6{color:var(--customColor2);text-align:start;text-align:start;width:80%;font-size:20px}.service-headContent>p>ul>li{margin:10px}.service-headContent>p>ul>p>a{color:var(--customColor1);text-decoration:none}.service-headContent>p>ul>li>span{color:var(--customColor2);font-weight:700}@media screen and (min-width:320px) and (max-width:768px){.service-headContent{padding:10px}.service-headContent>h1{text-align:center;font-size:35px;font-weight:bolder}.service-headContent>p,.service-headContent>h3,.service-headContent>h4,.service-headContent>p>ul>h6{width:100%}}.serviceComponent{background-color:var(--customColor3);gap:30px;width:100%;margin-top:30px;padding:20px}.serviceComponentHead{text-align:center;width:100%}.serviceComponentHead>h2{color:var(--customColor2);font-size:50px}.serviceComponentMain{flex-wrap:wrap;justify-content:space-evenly;align-items:center;gap:50px;width:100%;padding:50px;display:flex}.serviceComponentCard{background-color:#fff;border-radius:20px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;width:350px;height:600px;transition:all .3s ease-in-out;display:flex;position:relative;box-shadow:inset 0 5px 10px #0000001a,0 10px 20px #00000026}.serviceComponentCardImg{border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-right-radius:20px;width:360px;height:300px;overflow:hidden;box-shadow:0 0 20px #00000089}.serviceComponentCardImg>img{object-fit:cover;width:100%;height:100%;transition:all .3s ease-in-out}.serviceComponentCard:hover .serviceComponentCardImg>img{transform:scale(1.1)}.serviceComponentCardTxt{padding:10px}.serviceComponentCardTxt>h4{color:var(--customColor1)}.serviceComponentCardTxt>p{text-align:justify}.serviceComponentCardTxt>a{color:var(--customColor2);font-size:18px;font-weight:500;text-decoration:none}.serviceComponentCardTxt>h5>a{color:var(--customColor1);text-align:end;text-decoration:none}.homeServiceContent>h5>a{color:var(--customColor1);text-decoration:none}.homeServiceContent>h5>a:hover{color:var(--customColor2);text-decoration:underline}@media screen and (min-width:320px) and (max-width:768px){.serviceComponentHead>h2{font-size:30px}.serviceComponentHead>p{text-align:justify}.serviceComponentMain{flex-wrap:wrap;justify-content:space-evenly;align-items:center;gap:50px;width:100%;padding:20px;display:flex}.serviceComponentCard{background-color:#fff;border-radius:20px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;height:100%;transition:all .3s ease-in-out;display:flex;position:relative;box-shadow:inset 0 5px 10px #0000001a,0 10px 20px #00000026}.serviceComponentCardImg{width:100%;height:100%}}.homeService-container{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex}.homeServiceMain-container{width:100%;height:100%;padding:10px}.mySwiper{width:100%;height:600px;padding:20px}.swiper-3d{padding:30px!important}.homeServiceMain-content{border-radius:10px;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:10px;width:100%;height:100%;padding:20px;display:flex;overflow:hidden;box-shadow:0 0 10px gray}.homeServiceMain-content>img{border-radius:10px;width:100%;height:300px}.homeServiceMain-content>p{font-size:15px}.homeServiceMain-content>a{color:var(--customColor2);font-weight:600;text-decoration:none}.homeServiceMain-cardContainer{border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;margin:20px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 10px #a3a3a3}.homeServiceMain-cardContainer>a{color:#000;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:100%;text-decoration:none;display:flex;position:absolute}.homeServiceMain-cardCover{opacity:0;z-index:1;background-color:#2a2a2aac;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:all .2s ease-in-out;display:flex;position:absolute;bottom:0;transform:translateY(-100%)}.homeServiceMain-cardContainer:hover .homeServiceMain-cardCover{opacity:1;transform:translateY(0%)}.homeServiceMain-cardImg{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.homeServiceMain-cardImg>img{object-fit:cover;width:100%;height:100%;transition:all .4s ease-in-out}.homeServiceMain-cardHead{color:#0800e3;background-color:var(--customColor1);justify-content:center;align-items:center;width:80%;height:10%;transition:all .4s ease-in-out;display:flex;position:absolute;bottom:50px;left:0;overflow:hidden}.homeServiceMain-cardHead>h4{text-align:center;color:#0236b8;justify-content:center;align-items:center;width:100%;height:100%;font-size:40px;display:flex;position:absolute}.homeServiceMain-cardHead>h3{z-index:1;color:#fff;font-size:20px;position:absolute}.homeServiceMain-cardPara{justify-content:center;align-items:center;width:100%;height:100%;padding:20px;font-size:20px;display:flex}.homeServiceMain-cardContainer:hover .ourServicesCardHead{color:var(--customColor2)}.homeServiceMain-cardContainer:hover .homeServiceMain-cardHead>img{transform:scale(1.2)}.homeServiceMain-cardPara>p{text-align:justify;font-size:20px;line-height:25px;transition:all .1s ease-in-out}.homeServiceMain-cardContainer:hover .homeServiceMain-cardPara>p{color:#fff}@media screen and (min-width:320px) and (max-width:768px){.homeServiceHead-container>h2:after{content:"";display:none;position:absolute}.homeServiceMain-container{width:100%;height:100%;padding:0}.swiper-3d{padding:10px!important}.homeServiceMain-cardContainer{border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;margin:0;display:flex;position:relative;overflow:hidden;box-shadow:0 0 10px #a3a3a3}}.mainComponent{flex-direction:column;justify-content:center;align-items:center;display:flex}.component-container{background-color:var(--customColor3);justify-content:space-between;align-items:flex-start;width:100%;height:100%;padding:30px;display:flex}.component-main{border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:30px;width:70%;padding:30px;display:flex}.component-mainContent{background-color:#fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:30px;width:100%;padding:20px;display:flex;box-shadow:0 0 10px gray}.component-sidebar{width:20%;padding:10px}@media screen and (max-width:768px){.component-container{flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;height:100%;padding:20px;display:flex}.component-main,.component-sidebar{width:100%;padding:10px}}.serviceHead{flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex}.serviceHead>h6{color:var(--customColor);text-align:center;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.serviceHead>h6:before{content:"•";color:var(--customColor1);font-size:20px}.serviceHead>h6:after{content:"•";color:#00aeff;font-size:20px}.serviceHead>h2{text-align:start;color:var(--customColor1);font-size:40px}.serviceHead>h2>span{color:var(--customColor1)}.serviceHead>p{color:#666;text-align:justify;width:100%;font-size:20px}.serviceExcept-container>h2{text-align:start;color:var(--customColor2);font-size:40px}.serviceExcept-container>p{color:#666;text-align:justify;width:100%;font-size:20px}@media screen and (max-width:768px){.serviceExcept-container>h2{text-align:start;color:var(--customColor2);font-size:30px}}.service-prepareContainer{border-top:2px solid var(--customColor1);flex-flow:column wrap;justify-content:space-between;align-items:flex-start;gap:20px;width:100%;height:100%;margin:20px 10px 10px;padding:40px 20px;display:flex}#result{flex-direction:row;justify-content:space-between}.service-prepareContent{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;display:flex}.service-prepareContainer{justify-content:center;align-items:flex-start;gap:20px;width:100%;display:flex}.service-prepareHead>h2{text-align:start;width:100%;color:var(--customColor2);margin-bottom:20px;font-size:40px}.service-prepareCard{justify-content:flex-start;align-items:center;gap:20px;width:46%;padding:10px;display:flex}#billing-card{flex-direction:column;align-items:flex-start;width:40%}.service-prepareCardContent>h3{font-size:30px}.service-prepareCardContent>h4{color:var(--customColor1)}.service-prepareCardContent>p{text-align:justify}.service-prepareCardIcon{color:var(--customColor1);justify-content:center;align-items:center;font-size:40px;display:flex}@media screen and (min-width:320px) and (max-width:768px){.serviceHead>h2{font-size:30px}.service-prepareContainer{flex-flow:column wrap;justify-content:space-between;align-items:flex-start;gap:20px;margin:20px 10px 10px;padding:20px 10px;display:flex}.service-prepareContent{flex-direction:column}.service-prepareCard{align-items:flex-start;width:100%;margin-top:20px}#billing-card{width:100%}.service-prepareHead>h2{font-size:30px}}
.bookPopUp{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);visibility:hidden;opacity:0;z-index:50;background:#0000008c;justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:fixed;inset:0}.showPopup{visibility:visible;opacity:1}.exitForm{width:20px;height:20px;position:fixed}.popupContainer{background:#fff;border-radius:14px;flex-direction:column;gap:25px;width:900px;height:fit-content;padding:30px;animation:.4s popupZoom;display:flex;position:relative;overflow-y:scroll;box-shadow:0 10px 40px #0003}.formRow{gap:25px;width:100%;display:flex}.inputGroup{flex-direction:column;gap:8px;width:100%;margin-top:10px;display:flex}@keyframes popupZoom{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.closeBtn{background:var(--customColor1);color:#fff;cursor:pointer;border-radius:50%;align-self:flex-end;width:25px;height:25px;padding:5px}.popupContainer h3{text-align:center;color:var(--customColor1);font-size:26px;font-weight:700}.inputGroup{flex-direction:column;gap:8px;display:flex}.inputGroup label{font-size:16px;font-weight:600}.doubleInput{gap:15px;display:flex}input,textarea{border:1px solid #d7d7d7;border-radius:8px;outline:none;width:100%;padding:12px;font-size:15px;transition:all .3s}textarea{resize:none;height:80px}input:focus,textarea:focus{border-color:var(--customColor1);box-shadow:0 0 5px #0000001a}.bookBtn{background:var(--customColor1);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-top:20px;padding:14px;font-size:18px;font-weight:600;transition:all .3s}.bookBtn:hover{color:var(--customColor1);border:1px solid var(--customColor1);background:#fff}@media (max-width:768px){.doubleInput{flex-direction:column}.popupContainer{width:95%;padding:25px;transform:scale(.8)}}
.whatsAppContainer{z-index:3;flex-direction:column;justify-content:center;align-items:flex-end;display:flex;position:fixed;top:500px;right:10px}.styles-module_chatBody__VBxQH{overflow-y:scroll}@media screen and (min-width:320px) and (max-width:768px){.whatsAppContainer>a>img{z-index:3;flex-direction:column;justify-content:center;align-items:center;width:100px;display:flex;position:fixed;top:500px;right:5px}}
.loader-wrapper{z-index:99999;background:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;inset:0;overflow:hidden}.loader{border:4px solid #eee;border-top-color:var(--customColor1);border-radius:50%;width:45px;height:45px;animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
