/* header  */
.headDsMain {
    width: 100%;
background: linear-gradient(45deg, #eac1b6, transparent);
padding: 10px 0px;
}
	#ast-scroll-top{
	background-color:#249115 !important;
		border-radius:50% !important;
		border:1px solid #fff !important;
	}
.container {
    width: 85%;
    margin: auto;
}

* {
    margin: 0;
    padding: 0;
}

html {
    margin-top: 0px !important;
}

.navLogo {
	display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}

.navbarDs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}



.registerBtn, .BtnRegister {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 7px 32px;
    border-radius: 8px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.registerBtn {
    background-color: transparent;
    color: #fff;
	line-height:1.5;
	font-size:16px;
	padding:8px 16px;
	cursor:pointer;
	border:1px solid #fff;
	border-radius:10px;
    transition-duration: 0.5s;
	font-family:poppins;
}
	.registerBtn1 {
    background-color: #64504b;
color: #fff;
line-height: 1.5;
font-size: 16px;
padding: 10px 25px;
border-radius: 10px;
transition-duration: 0.4s;
border: 1px solid #64504b;
font-weight: 600;
}
	.registerBtn1:hover {
		background-color: transparent;
		color:#64504b;
		
}
	.registerBtn:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #3d2e2a;
	line-height:1.5;
}

.BtnRegister {
    background-color: #fff;
    color: #0095da;
    border: none;
}

.toggleNavDs {
    display: none;
}

.toggleNavDs span {
    width: 25px;
    height: 3px;
    background: #64504b;
    display: block;
    margin: 5px 0;
    transition: 0.5s;
    border-radius: 5px;
}

.navActDs > span:nth-child(1) {
    transform: rotate(45deg);
    margin-top: 14px;
}

.navActDs > span:nth-child(2) {
    opacity: 0;
}

.navActDs > span:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -16px;
}

.navMenuActDs, .navBtnActDs {
    display: flex !important;
    flex-direction: column;
}

.navBtnActDs {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding-bottom: 20px !important;
}

		.showPopup{
			cursor:pointer;
		}

.navBtns{
    display: flex;
    gap: 30px;
}

@media (max-width: 992px) {
    .navLogo {
        width: 100%;
    }

    .toggleNavDs {
        display: block;
        padding-top: 10px;
    }

    .navbarDs {
        flex-direction: column;
        align-items: start !important;
        justify-content: start !important;
    }

    .navBtns {
        display: none;
    }

    .registerBtn, .BtnRegister {
       padding: 10px 24px;
    }

    .navBtns {
        padding-bottom: 20px;
    }
}

@media (max-width: 430px) {

    .navBtns {
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-bottom: 20px;
        display: none;
    }
}

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

footer {
background-color: #000000;
padding: 81.5px 101px;
font-family: "Poppins";
display: flex;
flex-direction: column;
gap: 63px;
}
	li{
		list-style:none !important;
	}
.upper-sect {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.left-sect {
display: flex;
flex-direction: column;
gap: 25px;
max-width: 274px;
min-width: 274px;
width: 100%;
}
.left-sect p {
font-size: 15px;
line-height: 1.2;
font-weight: 400;
color: #ffffff;

opacity: 65%;
}
.right-sect {
display: flex;
gap: 71px;
}
.footer-link h2 {
font-size: 15px;
line-height: 1.2;
font-weight: 400;
color: #ffffff;
opacity: 65%;

padding-bottom: 10px;
}
.footer-link ul li a {
font-size: 14px;
line-height: 1.2;
font-weight: 400;
color: #ffffff;
text-decoration: none;
}
.footer-link ul li {
padding: 8px;
}
.footer-link ul {
text-decoration: none;
display: flex;
flex-direction: column;
gap: 10px;
}
.lower-sect {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.icon-div {
display: flex;
gap: 23px;
}
.icon-div img {
height: 22px;
width: 22px;
}
.copyright {
display: flex;
gap: 10px;
align-items: start;
}
.copyright p {
color: #ffffff;
}
.copyright p a {
color: #ffffff;
text-decoration: none;
font-size: 15px;
line-height: 1.2;
font-weight: 400;
}
.copyright img {
height: 24px;
width: 24px;
}
@media (max-width: 430px) {
footer {
padding: 20px 0px 20px 20px;
gap: 20px;
}
.upper-sect {
flex-direction: column;
gap: 20px;
}
.right-sect {
flex-direction: column;
gap: 10px;
}
.footer-link {
padding-top: 15px;
}
.footer-link ul {
gap: 0px;
}
.lower-sect {
flex-direction: column;
gap: 10px;
}
.footer-link ul li {
padding: 5px 8px;
}
}
/* 	pop-up-start */
	.pop-up-box {
        position: fixed; /* Ensure the pop-up stays fixed on the screen */
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.8);
        width: 100%;
        justify-content: center;
        align-items: center;
        z-index: 9999; /* Ensure it appears above all other elements */
/*         display: none; */
        padding: 10px 0;
        height: auto;
        overflow-y: auto;
		transition:0.2s ease;
		scale:0;
      }
.mncontainer {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
  align-items: stretch;
  background-color: #fff;
  /* background-image: linear-gradient(to left, #efa645, #e85d7b 102%) !important; */
  border-radius: 12px; 
  position: relative;
}
.mncontainer::before{
  content: "";
  width: 60%;
  height: 100%;
/* https://lushfranchise.wpenginepowered.com/wp-content/uploads/2024/11/Untitled-design-2.png */
	background-image: url('/wp-content/uploads/2024/11/Untitled-design-2.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
/* 	background-color:#3D2E2A; */
  position: absolute;
  border-radius: 12px 0 0 12px;
  z-index: 1;
}
.closeBtn {
  position: absolute;
  z-index:999;
  top: 15px;
  left: 15px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
	
	.closeBtn:hover{
		background-color:transparent !important;
	}
	.closeBtn>img{
		transition:0.4s ease;
	}
	.closeBtn>img:hover{
		scale:1.2 !important;
		transform:rotate(-360 deg)
	}
.lftCntnr {
  width: 60%;
  background: transparent;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 8px 0 0 8px;
  height: auto;
  position: relative;
  z-index: 10;
}
.rgtCntnr {
  width: 50%;
  background-color: transparent;
  border-radius: 0 8px 8px 0;
  height: auto;
  padding:30px 30px 30px 0;
  position: relative;
  z-index: 10;
}
.popUpdeTails {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  font-family: Arial;
  margin: auto;
}
.lftCntnt {
  width: 86%;
}
.prc {
  color: #ffffff;
  padding-top: 15px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.35;
}
.cities {
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.35;
  padding-bottom: 15px;
}
.cities > span {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  display: inline-block;
  padding-left: 10px;
  
}
.specif {
  color: #fff;
  display: flex;
align-items:stretch;
  justify-content: space-between;
  padding:40px 10px;
}
.rdNum,
.ctNum,
.usersNum,
.drvNum {
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  line-height: 0.8;
	flex:1;
}
.rdNum > span,
.ctNum > span,
.usersNum > span,
.drvNum > span {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.bxJgnFranchise {
  padding: 40px 40px;
  /* position: relative; */
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}
#franchiseForm {
  max-width: 500px;
  margin: auto;
  padding: 20px 0px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}
#franchiseForm label {
  font-size: 13px;
  line-height: 1.35;
  margin: auto auto 5px;
  color: #5f6673;
  display: block;
  font-weight: 500;
  opacity: 0.7;
  padding: 10px 0px 2px 0px;
}
.inputField {
  width: 100%;
  padding: 10px !important;
  padding-left: 10px;
  border-radius: 4px;
  outline: none !important;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 1.4;
  color: #000000;
  border: solid 1px #ccd1da !important;
  background-color: #fff;
  font-weight: 500;
  margin: auto;
}
.bxJgnFranchise form button img {
  height: 18px;
  float: right;
}
.errorText {
  color: red;
  font-size: 13px;
}
.submitButton {
  color: #ffffff !important;
/*   background-image: linear-gradient(to right, #9f776d, #d8b4aa 102%) !important; */
	background-color:#3D2E2A;
  width: 100%;
  font-size: 17px;
  padding: 10px 20px;
  line-height: 1.4;
  margin-top: 20px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  scale: 1.05;
  transition: 0.3s;
}
	.submitButton:hover{
		scale: 1;
    	opacity: 0.7 !important;
	  	background-color:#3D2E2A !important;
	}
.submitButton img {
  vertical-align: middle;
  margin-left: 8px;
}
.bxJgnFranchise > h3 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
	margin:0;
}
.bxJgnFranchise > p {
  color: #000000;
  opacity: 0.7;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding: 5px 0px 0px;
}
.prc>span{
    font-weight: bold;
    font-size: 31px;
}
@media (max-width: 992px) {
  .mncontainer::before{
    content: "";
    background-image: none !important;
	height:0 !important;
  }
  .mncontainer {
    flex-direction: column;
    background-image: url('/wp-content/uploads/2024/11/Untitled-design-2.png');
    padding: 20px 20px;
    height: fit-content;
  }
  .pop-up-box {
    position: fixed;
    padding: 0;
  }
  .specif {
    display: none;
  }
  .lftCntnr {
    display:none;
  }
  .rgtCntnr {
    background-color: transparent;
    width: 100%;
    padding: 0;
  }
  .bxJgnFranchise {
    position: static;
  }
  .lftCntnt {
    width: 100%;
  }
}
@media (max-width: 550px){
    .popUpdeTails {
        font-size: 20px;
    }
    .prc>span{
        font-size: 18px;
    }
    .prc,.cities{
        font-size: 16px;
    }
}
	.error-message {
  color: red;
  font-size: 0.9rem;
  margin-top: 4px;
}
/* thkpopup */
	#thkPopup {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      display: none;
      justify-content: center;
      align-items: center;
      transition: visibility 0.3s, opacity 0.3s;
    }

    /* Popup Content */
    .thk-popup-content {
      background-color: #fff;
      padding: 30px;
      border-radius: 12px;
	  max-width:500px;
      width: 80%;
      text-align: center;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      animation: thk-slide-down 0.5s ease-out;
    }

    /* Close Button */

    /* Headings and Paragraph */
    .thk-popup-content h2 {
      font-size: 24px;
      margin-bottom: 15px;
      color: #65504B;
    }

    .thk-popup-content p {
      font-size: 16px;
      margin-bottom: 20px;
      color: #555;
    }

    .thk-popup-content button {
      padding: 10px 25px;
      color: #fff;
		background-color:#65504B;
		border: 1px solid #65504B;
		transition:0.3s;
      border-radius: 6px;
      cursor: pointer;
    }

    .thk-popup-content button:hover {
      color: #65504B;
		background-color:transparent;
    }

    /* Slide Down Animation */
    @keyframes thk-slide-down {
      from {
        transform: translateY(-30px);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }
/* 	thkpopup */
/* 	pop-up-end */