:root {
	--poppins: 'Poppins';
	--Dark-Copper: #803620;
	--body-text: #000;
	--white: #fff;
}

html {
	scroll-behavior: smooth;
}

* {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a,
a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
}

.btn:focus {
	box-shadow: none;
}

input:focus,
select:focus,
button:focus,
.form-check-input:focus{
	outline: none;
	box-shadow: none;
}
.offer-txt11{font-size:12px;margin: 10px 0;}
.form-control:focus {}

:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

p {
	font-size: 16px;
	color:var(--body-text);
}

body {
	font-family: var(--poppins);
	margin: 0;
}

header {
	background: #fff;
	padding: 10px 0;
}

.header-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-top .logo {}

.header-top .logo a {}

.header-top .logo a img {
	width: 80%;
}

/* HEADER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header {
	position: fixed;
	top: 0px;
	right: 0;
	left: 0;
	z-index: 4;
}

.page-header nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}



/* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header.is-sticky {
	position: fixed;
	padding: 10px 0;
	top: 0;
	animation: slideDown 0.35s ease-out;
}

.page-header.is-sticky img {
	max-width: 100%;
}

.page-header.is-sticky button {
	font-size: 14px;
	padding: 7px 10px;
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}



.top-banner {
    margin-top: 75px;
	margin-bottom: 30px;
}


.top-text p{
	text-align: center;
}

.top-text h1 {
    font-size: 36px;
    color: #803620;
    font-weight: 700;
    text-align: center;
    margin-top: 41px !important;
}

/* -------------form design */

.questions-sec{
	background: linear-gradient(180deg, #FFFFFF 0%, #E9D7C1 100%);
	padding-bottom: 30px;

}
  .quiz-box {
      max-width: 100%;
      margin: auto;
      /* background: #fff; */
    }

	.quiz-box p{
		font-size: 24px;
		font-weight: 500;
	}

    .option {
      display: block;
   background: #F7FAFC;

	 box-shadow: 0px 4px 4px 0px #0000000D;

      border: 1px solid #eee;
      border-radius: 6px;
      /* padding: 0.75rem 1rem; */
      margin-bottom: 0.7rem;
      cursor: pointer;
      position: relative;
      transition: background 0.2s;
    }

    .option:hover {
      background: #f0f6fc;
    }

    .option input[type="radio"] {
      display: none;
    }

    .option span.label {
      display: inline-block;
      background: white;
      border: 1px solid #803620;
      color: #803620;
      font-weight: bold;
      padding: 0.25rem 0.6rem;
      margin-right: 0.75rem;
      border-radius: 4px;
    }

    .option input[type="radio"]:checked + .text {
      background: #fbeee9;
      border-color: #803620;
    }

    .option input[type="radio"]:checked + .text .label {
      background: #803620;
      color: white;
    }

    .option input[type="radio"]:checked + .text::after {
      content: "✔";
      color: #803620;
      font-weight: bold;
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
    }

  .text {
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 0.75rem;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #803620;
}

.swal-icon--warning {
    border-color: #842029 !important;}

.swal-button {
   background: #803620 !important;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
}

.swal-icon--warning__body {
    width: 5px;
    height: 37px !important;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
}

.swal-icon--warning__body, .swal-icon--warning__dot {
    position: absolute;
    left: 50%;
    background-color: #842029 !important;
}

.swal-icon {
    width: 70px;
    height: 70px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 20px auto;
}

.next-btn {
    background: #803620;
    border: 1px solid;
    /* border-image-source: linear-gradient(88.13deg, #550202 -42.06%, #8A0405 58.46%, #550202 165.46%); */
    color: #fff;
    padding: 11px 50px;
    border-radius: 10px;
    display: block;
    font-size: 16px;
    margin-top: 35px !important;
    margin: auto;
}
	.divider{
		width: 100%;
		height: 1px;
		background-color: #22222233;
		margin-top: 30px;
		margin-bottom: 24px;
		opacity: 0.4;
	}

	.questions-row {
    font-size: 24px;
    font-weight: 500;
    margin-top: 16px !important;
}

.top-paragraph{
	font-size: 17px;
}

/* --------form--------- */

.form-wrapper {
    background: url("../images/top-bg.svg") no-repeat left top,
    url("../images/bottom-bg.svg") no-repeat right bottom,
    #803620;
    background-size: 30% 50%, 27% 71%;
    padding: 30px;
    border-radius: 24px;
    width: 100%;
    color: white;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    margin-top: 30px;
}


    .form-wrapper h2 {
      text-align: center;
      margin-bottom: 1.5rem;
      font-weight: bold;
    }

.form-wrapper  form {
  background: #6F2B17;

    border-radius: 48px;
	border: 0.1px solid #4C0001;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 680px;
    margin: auto;
}
   /* .form-wrapper .form-group {
      display: flex;
      gap: 1rem;
    } */

   .form-wrapper .input-icon {
      position: relative;
      flex: 1;
    }

 .form-wrapper .input-icon input {
    width: 100%;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    font-weight: 300;
}

 .form-wrapper .input-icon i {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(50%);
    color: #A0A3BD;
    opacity: 0.3;
}

.bv-form .help-block {
    margin-bottom: 0;
    position: absolute;
    font-size: 12px;
}

.form-wrapper label {
    font-size: 15px;
    font-weight: 300;
    opacity: 0.8;
    margin-bottom: 3px;
    margin-top: 5px;
}

.form-wrapper .input-icon select {
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  border-radius: 10px;
  border: none;
  font-size: 14px;
  appearance: none;
  background-color: white;
  color: #A0A3BD;
  font-weight: 300;
}

.form-wrapper button {
    margin-top: 1rem;
    padding: 0.75rem;
    border: none;
    border-radius: 10px;
    background: #f3e6d9;
    color: #803620;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 300px;
    margin: 15px auto;
   
}

   .form-wrapper button:hover {
      background: #e2d4c8;
    }


	/* -------modal------- */

	.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0px !important; 
    border-bottom:none !important;
   
}

.btn-close {
    position: absolute;
    opacity: .5;
    background: #fff;
    top: 29px;
    z-index: 999;
    right: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6F2B17;
}

.modal-content{
	border: none !important;
}

.modal-body{
	padding: 0px !important;
}


/* --------------thank you -------- */

.thank-you-popup {
     background: 
    url("../images/thanku-bg.svg") no-repeat right bottom,
    #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 23px;
    border-radius: 20px;
	box-shadow: 0px 4px 60px 0px #8A04051A;

}

.thank-you-popup h2 {
    font-size: 20px;
    font-weight: 700;
}
.success-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.highlight {
  color: #803620;
  font-weight: bold;
}

.ok-btn {
  margin-top: 20px;
  padding: 10px 30px;
  background: #803620;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ---------footer------- */



footer {
	background: #242424;
	padding: 1.5rem 0 0;
}

.footerbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-link a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #e8c498;
}

.address p {
    color: var(--white);
    width: 90%;
    font-size: 18px;
}

.footerbar .address {}

.footerbar .address h5,
.footerbar .address p,
.footerbar .address p a {
	color: var(--white);
}

.footerbar .address h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footerbar .address p {
    font-weight: 300;
    line-height: 26px;
    display: flex;
    gap: 10px;
    /* align-items: center; */
}

.footerbar .address span i {
    color: #e8c498;
    font-size: 20px;
}

.footerbar .address p a {}

.footerbar .address p a:hover {
	color: var(--drk-blue);
}

.footerbar .social-media {
	text-align: center;
}

.footerbar .social-media img {}

.footerbar .social-media ul {
	margin-top: 20px;
}

.footerbar .social-media ul li {
	display: inline-block;
}

.footerbar .social-media ul li a i {}

.footerbar .social-media ul li a {
	background: #161616;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footerbar .social-media ul li a {}

.footerbar .social-media ul li a img {}

.copyright {
    text-align: center;
    background: #242424;
    color: var(--white);
    font-size: 13px;
    font-weight: 200;
    padding: 20px 0;
    /* padding-left: 90px; */
    position: relative;
}

.top-banner img{
	width: 100%;
}

.social-media {
    /* display: inline; */
    /* float: right; */
    /* margin-right: 60px; */
    position: absolute;
    right: 10%;
    top: 22px;
}
.social-media a {
    color: #FFFFFF;
    margin-left: 12px;
}

.disclaimer{text-align:center;padding-top: 15px;}
.disclaimer p{color:#fff;margin-bottom: 0;font-size: 14px;}
.disclaimer p small{font-weight: 300;}


/* Go to Top Start */
#scroll-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	font-size: 32px;
	background: var(--drk-blue);
	border-radius: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	/* box-shadow: 0 0 0 1px var(--orange); */
}

#scroll-top span {
	display: flex;
}

#scroll-top span i {
	color: var(--white);
	font-size: 20px;
}

/* #scroll-top:hover { */
/* transition: 0.3s; */
/* box-shadow: 0 0 20px 4px #fff; */
/* } */
/* Go to top end */