@charset "utf-8";

* {
  outline: none;
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  font-family: 'Bahnschrift-SemiCondensed', sans-serif;
  box-sizing: border-box;
}

:root {
  --primary-clr: #e7c881;
  --secondary-clr: #4c3a31;
  --title-clr: #8b2c01;
  --txt-clr: #000;
}


body {
  text-decoration: none;
  background-color: #fff;
  font-family: 'Bahnschrift-SemiCondensed', sans-serif;
  font-size: 14px;
  color: var(--txt-clr);
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

.smooth-scroll-wrapper {
  position: fixed;
  width: 100%;
  /* top: 0; */
  left: 0;
  will-change: transform;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

p {
  font-style: normal;
  font-display: swap;
  height: auto;
  font-size: 1em;
  color: var(--txt-clr);
  line-height: 1.5;
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 0.7px;
}

li {
  font-size: 14px;
  font-weight: normal;
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.nav-cell.active {
  background: #1f4f7f;
  color: #fff;
}

.nav-cell {
  cursor: pointer;
}

.nav-cell .check-mark {
  display: none;
}

.nav-cell.answered .check-mark {
  display: inline-block !important;
}

@font-face {
  font-family: 'Bahnschrift-SemiCondensed';
  src: url('../fonts/Bahnschrift.eot');
  src: url('../fonts/Bahnschrift.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Bahnschrift.woff2') format('woff2'),
    url('../fonts/Bahnschrift.woff') format('woff'),
    url('../fonts/Bahnschrift.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Bahnschrift-SemiLight';
  src: url('../fonts/Bahnschrift_1.eot');
  src: url('../fonts/Bahnschrift_1.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Bahnschrift_1.woff2') format('woff2'),
    url('../fonts/Bahnschrift_1.woff') format('woff'),
    url('../fonts/Bahnschrift_1.ttf') format('truetype');
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "InterTight";
  src: url("../fonts/InterTight-Regular.eot");
  src: url("../fonts/InterTight-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/InterTight-Regular.woff2") format("woff2"),
    url("../fonts/InterTight-Regular.woff") format("woff"),
    url("../fonts/InterTight-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/************************************************** MENU **************************************************/

body.pages .sexy-menu {
  position: fixed;
}

.sexy-menu.detached .header-contact {
  display: none;
}

video {
  width: 100%;
}

.sexy-menu.detached .tophead {
  display: none;
}

.sexy-menu.detached .logo {
  margin-top: 5px;
  /* width: 70%; */
}

/* .sexy-menu.detached .nav-header {
  width: 70%;
} */

.nav-menu2 {
  border-top: 0;
  margin-top: 0;
}

.wh-top {
  margin-right: 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.nav-menu>li>a {
  margin: 0 7px;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.034em;
  font-family: 'Samsung Sharp Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  text-align: center;
  /* padding: 0.5rem 0; */
  transition: color 0.3s ease;
  letter-spacing: 1.8px;
}

.nav-menu2>li>a {
  margin: 35px 44px 20px;
}


/* Hover underline animation */
/* .nav-menu>li>a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #e7c881;
  transform-origin: center;
  transition: width 0.3s ease;
}

.nav-menu>li>a:hover::after {
  width: 100%;
} */


.nav-link {
  background: transparent;
  border: none;
  padding: 1em 1.5em;
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 1;
  text-decoration: none;
}

.nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: var(--primary-clr);
  transition: width 0.3s ease;
  z-index: 2;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: var(--primary-clr);
  transition: height 0.3s ease;
  z-index: -1;
}

.nav-link:hover::before {
  width: 100%;
}

.nav-link:hover::after {
  height: 100%;
  transition-delay: 0.25s;
}

.nav-link:hover {
  color: #1e1e2b;
  transition-delay: 0.25s;
}



.nav-menu {
  /* border-top: 2px solid rgb(199 199 199 / 23%); */
  margin-top: 14px;
}

.header-phone {
  display: flex !important;
  align-items: center;
  margin-top: 30px !important;
}

.wh-img {
  margin-right: 10px;
}

.sexy-menu.detached .header-phone {
  display: none;
}

.nav-menu>li:last-child a,
ul.header-social li:last-child,
.nav-menu2>li>a:last-child {
  margin-right: 0 !important;
}

.nav-menu>li:first-child a,
.nav-menu2>li:first-child a {
  margin-left: 0 !important;
}

.resp-show {
  display: none !important;
}

.nav-menu:hover {
  color: #532315;
}

/* .sexy-menu.detached .nav-menu>li>a {
  margin: 15px 15px;
  color: #393939;
} */

.sexy-menu.detached .nav-menu {
  border-top: 0;
}

.sexy-menu.detached .header-phone {
  margin: 32px 15px !important;
}

#button {
  display: inline-block;
  background-color: #333;
  line-height: 50px;
  width: 50px;
  color: #fff;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

#button i {
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.carousel-indicators .active,
.carousel-indicators li {
  width: 15px !important;
  height: 15px !important;
  border: 0 !important;
}

.carousel-indicators .active {
  background: #dfc0f3 !important;
}

.carousel-indicators li {
  background: #655a8e !important;
  margin: 0 3px !important;
}

.carousel-indicators {
  bottom: 5em !important;
  right: 200px !important;
  left: unset !important;
  width: unset !important;
}

/* Text Align */

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.clear {
  clear: both;
}

audio,
::selection {
  background: #2a5a85 !important;
  color: #fff !important;
}

span::selection {
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #fff !important;
  background: #2a5a85 !important;
}

::-moz-selection {
  color: #fff !important;
}

.grecaptcha-badge {
  display: none !important;
}

.img-full {
  width: 100%;
  height: auto;
  display: block;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.logo1 {
  display: none;
}

.sexy-menu.detached .navigation {
  align-items: center;
}

.navigation {
  padding: 5px 0;
}

.nav-brand img {
  width: 100%;
  filter: brightness(0) invert(1);
}

.sexy-menu.detached .header-call {
  margin-top: 8px;
}

/* .top-container {
  background-color: #fff;
} */

.desk-view {
  display: block;
}

.mob-view {
  display: none;
}

.hide-menu {
  display: none;
}

/************************************************** BREDCUM **************************************************/

.bredcum-wraper {
  width: 100%;
  height: auto;
  padding: 10px 0;
  text-align: center;
  display: flex;
  margin: 0 auto;
  align-items: center;
  position: relative;
  z-index: 9;
  overflow-x: hidden;
  /* Remove horizontal scrollbar */
}

.bredcum-container {
  width: 100%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.bred-home {
  width: auto;
  height: auto;
  float: left;
}

.bred-home a,
.bred-home {
  width: auto;
  height: auto;
  float: left;
  font-family: 'Samsung Sharp Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: 0.6px;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--txt-clr);
}

.bred-home a {
  font-size: 1.068em;
}

.bred-home a:hover {
  width: auto;
  height: auto;
  float: left;
  color: #000;
}

.bred-arrow {
  width: auto;
  height: auto;
  float: left;
  font-size: 0.85em;
  color: #000;
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.bred-next {
  width: auto;
  height: auto;
  float: left;
  font-family: 'Samsung Sharp Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 1.068em;
  letter-spacing: 0.6px;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--txt-clr);
}

/************************************************** FOOTER **************************************************/

.footer-wraper {
  width: 100%;
  height: auto;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
  /* background-color: #fbf6e9; */
  background-image: url("../images/footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #edd6b8;
  padding-bottom: 30px;
}

.footer-logo {
  width: 10%;
  height: auto;
}

.footer-address-container {
  width: 83%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: flex-end;
}

.footer-address {
  display: flex;
  justify-content: space-between;
}

.icon-f {
  width: auto;
  height: auto;
  display: flex;
  gap: 15px;
  align-items: center;
  text-align: left;
}

.icon-f-inner {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.icon-f-inner a {
  color: var(--txt-clr);
  font-size: 1.086em;
}

.phn-num {
  display: flex;
  gap: 10px;
}

.btm-link p {
  color: var(--txt-clr);
  font-size: 1.086em;
}

.footer-mid {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 1em 0em;
}

.footer-menu ul {
  width: auto;
  height: auto;
  list-style-type: none;
}

.footer-menu ul li {
  width: auto;
  height: auto;
  float: left;
  padding: 0px 2.1em 0 0em;
  font-size: 1.086em;
}

.footer-menu ul li a {
  width: auto;
  height: auto;
  text-transform: capitalize;
  font-family: 'Samsung Sharp Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  letter-spacing: 1px;
  color: var(--txt-clr);
  line-height: 1.8;
}

.footer-menu ul li a:hover {
  color: #000;
}

.footer-social-links {
  width: auto;
  height: auto;
  align-content: center;
}

.footer-social-links ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer-social-links ul li {
  width: auto;
  height: auto;
  float: left;
  margin-left: 1em;
  font-size: 1.25em;
  color: #833b06;
}

.footer-social-links ul li a {
  width: auto;
  height: auto;
  float: left;
  font-size: 1em;
  color: #b85a35;
}


.footer-bottom-container {
  display: flex;
  justify-content: space-between;
}

.copy-right {
  width: auto;
  height: auto;
  float: left;
  font-family: 'Samsung Sharp Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  color: var(--txt-clr);
  line-height: 40px;
}

.copy-right span {
  font-family: 'Samsung Sharp Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.designed {
  width: auto;
  height: auto;
  float: right;
}

.designed-ido {
  float: right;
  height: auto;
  padding-left: 8px;
  padding-top: 15px;
  width: auto;
}

.designed p {
  width: auto;
  height: auto;
  float: right;
  font-family: 'Samsung Sharp Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  line-height: 40px;
  margin: 0;
  color: var(--txt-clr);
}

.designed p a {
  text-decoration: none;
  font-family: 'Samsung Sharp Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  color: var(--txt-clr);
}


/************************************************** CONTACT FORM **************************************************/

.enquiry-cont {
  align-items: center;
}

.welcome-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.enquiry-top {
  width: 100%;
  height: auto;
  padding: 30px 0px 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.enquire-pic {
  width: 47%;
  border-radius: 10px;
  overflow: hidden;
}

.enquiry-home {
  width: 49%;
  height: auto;
}

.enquiry-home-title {
  width: 100%;
  height: auto;
  padding-bottom: 0.5em;
}

.title-enquiry {
  width: 100%;
  height: auto;
  font-size: 1.5em;
  color: #000;
  font-family: 'Futura Std';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 1.38;
}

.enquiry-form-outer {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding-top: 1em;
}

.enquiry-form-outer .user-box {
  position: relative;
  margin-right: 2%;
  width: 49%;
  float: left;
  margin-bottom: 15px;
}

.enquiry-form-outer .user-box:nth-child(2n + 2) {
  margin-right: 0%;
}

.enquiry-form-outer .user-box input,
.enquiry-form-outer .user-box select {
  width: 100%;
  padding: 0px 1em;
  font-size: 1em;
  color: #000;
  border: none;
  outline: none;
  background: #fff;
  line-height: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #d9caae;

}

.enqry-box input {
  line-height: 55px !important;
}

.enquiry-form-outer .user-box select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12px;
  padding-right: 45px;
  cursor: pointer;
}

.ui-widget-content {
  background: #f5f3ef;
}

.enquiry-form-outer .user-box select option {
  font-size: 1em;
  font-family: 'Futura Std';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  padding: 20px 0;
}

.enquiry-form-outer .user-box input:focus~label,
.enquiry-form-outer .user-box input:valid~label {
  top: -7px;
  left: 0px;
  color: #505050;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.enquiry-form-outer .user-box select:focus~label,
.enquiry-form-outer .user-box select:valid~label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.enquiry-form-outer .enqry-box input:focus~label,
.enquiry-form-outer .enqry-box input:valid~label {
  color: #4d4d4d;
}

.enquiry-form-outer .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 1em;
  pointer-events: none;
  transition: 0.5s;
  /* bottom: 0; */
  line-height: 50px;
  background-color: transparent;
  font-size: 1.034em;
  font-family: 'Samsung Sharp Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: 0.6px;
  color: var(--txt-clr);
}

.enquiry-form-outer .enqry-box label {
  color: var(--txt-clr)
}

/* .enquiry-form-outer .enqry-box label {
  line-height: 55px;
} */

.full-field {
  width: 100% !important;
  margin-right: 0% !important;
}

textarea:focus~.floating-label,
textarea:not(:placeholder-shown)~.floating-label,
input:not(:focus):valid~.floating-label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.scheme-des textarea {
  width: 100%;
  resize: none;
  font-size: 1em;
  color: #532315;
  font-family: inherit;
  font-weight: normal;
  /* border-radius: 10px; */
  background: #fff;
  border-radius: 10px;
  border: 1px solid #d9caae;
  height: 130px;
  padding: 20px 20px 0 20px;
}

.enqry-box textarea {
  height: 120px !important;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 10px;
  transition: 0.2s ease all;
  color: #999999;
  font-size: 1em;
}

/* active state */
.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
  width: 50%;
}

/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.contact-btn {
  text-transform: uppercase;
  font-family: 'Samsung Sharp Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 1.019em;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #8b2c01;
  padding: 15px 30px;
  color: #fff;
  border-radius: 10px;
}

.contact-btn:active {
  transform: scale(0.96);
}

.submit-button {
  /* line-height: 1.7; */
  color: var(--txt-clr);
  text-transform: uppercase;
  font-family: 'Samsung Sharp Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  border-radius: 8px;
  padding: 0px 25px;
  line-height: 35px;
}

.submit-button:active {
  transform: scale(0.96);
}


/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.button-out {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#plus {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--txt-clr);
  width: 48px;
  cursor: pointer;
  margin-bottom: 0.25em;
  background: var(--primary-clr);
  height: 170px;
  font-size: 1.042em;
  padding: 20px 5px;
  float: left;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: 'Samsung Sharp Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1.8px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#plus .desk-view {
  /* transform: rotate(90deg); */
  white-space: nowrap;
}

#popUp {
  position: fixed;
  width: 400px;
  height: auto;
  background: var(--primary-clr);
  bottom: 8%;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 9999;
  padding: 2% 2% 2%;
  right: 0;
  opacity: 0;
  border-bottom-right-radius: 80px;
  border-top-right-radius: 35px;
}

#popUp .close {
  position: absolute;
  top: -5px;
  opacity: 1;
  left: -4%;
  color: #fff;
  font-family: inherit;
  font-weight: normal;
  font-size: 1.5em;
  cursor: pointer;
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#popUp .close i {
  color: var(--txt-clr);
  font-size: 1em;
  margin-left: 0px;
}

.button-out {
  position: fixed;
  right: 0;
  bottom: 40vh;
  z-index: 999;
}

/* WhatsApp button */

.whats-app {
  background: #e7c881;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  position: fixed;
  bottom: 10vh;
  right: 25px;
  z-index: 120000;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  animation: float 3s ease-in-out infinite;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

/* Icon color */
.whats-app i {
  color: var(--secondary-clr);
  font-size: 1.3em;
}

/* Premium Pulse Ring */
.whats-app::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(231, 200, 129, 0.4);
  /* Matching WhatsApp green */
  animation: pulseRing 2.5s infinite;
  z-index: -1;
}

/* Soft glossy shine */
.whats-app::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%,
      rgba(255, 255, 255, 0.4),
      transparent 60%);
  pointer-events: none;
}

/* Hover effect */
.whats-app:hover {
  animation-play-state: paused;
  transform: scale(1.1);
  background: #e7c881;
  /* Slightly darker green for hover */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Floating animation */
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* Pulse ring animation */
@keyframes pulseRing {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  70% {
    transform: scale(1.6);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* Mobile Bigger */
@media (max-width: 768px) {
  li.mob-view {
    display: block !important;
  }

  .enquiry-form-outer.assistance-form {
    padding-bottom: 2em;
  }

  .whats-app {
    width: 70px;
    height: 70px;
    font-size: 2.3em;
    right: 15px;
    bottom: 15vh;
  }

  .mango-row {
    display: block !important;
    text-align: center;
  }

  .mango-pic {
    padding-top: 2em;
    padding-left: 0;
  }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  .whats-app {
    animation: none;
  }
}

#plus::after {
  display: block;
  display: relative;
}

.side-form .form-group {
  margin-bottom: 12px;
}

.side-form-title {
  font-size: 2em;
  font-family: 'Futura Std';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #fff;
  line-height: 1;
  display: block;
}

/************************************************ WRAPER ***********************************************/

.main-wraper {
  width: 100%;
  height: auto;
  padding-top: 100px;
  position: relative;
  /* overflow-x: hidden; */
}

.wraper {
  width: 100%;
  height: auto;
  padding-top: 70px;
  position: relative;
  /* overflow-x: hidden; */
}

.container {
  width: 100%;
  height: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.d-container {
  width: 100%;
  padding-left: 16%;
  padding-right: 16%;
}

.innerpage-container {
  width: 100%;
  height: auto;
  /* padding: 0 4%; */
}


/************************************************** TOP MENU **************************************************/

.top-container {
  display: flex;
  align-items: center;
  padding: 15px 5.5% 0;
}

.nav-menus-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 5px;
}

.nav-bar {
  border-right: 1px solid #56aaae;
}

.nav-bar i {
  color: #56aaae;
  font-size: 2em;
  padding-right: 25px;
}

.banner-contact {
  display: flex;
  gap: 10px;
}

.banner-whatsapp {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
  letter-spacing: 0;
  font-family: 'Samsung Sharp Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 1.207em;
}

.banner-whatsapp img {
  margin-right: 5px;
  filter: brightness(0) saturate(100%) invert(82%) sepia(38%) saturate(641%) hue-rotate(4deg) brightness(95%) contrast(89%);
}

.banner-topbtn {
  background-color: var(--primary-clr);
  color: var(--secondary-clr);
  padding: 10px 20px;
  font-size: 1em;
  font-family: 'Samsung Sharp Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  border-radius: 10px;

  &:hover {
    color: var(--secondary-clr);
  }
}

.banner-topbtn:active {
  transform: scale(0.96);
}



/************************************************ Login Page ***********************************************/


.banner-wraper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  /* align-items: center; */
  justify-content: flex-end;
}

.banner-wraper picture,
.banner-wraper picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* .banner-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 6.5%;
  z-index: 2;
} */

.banner-caption {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 6.5%;
  z-index: 2;
  box-sizing: border-box;
}

.banner-caption-left {
  width: 100%;
  /* max-width: 500px; */
  max-width: fit-content;
  padding: 20px;
  border-radius: 23px;
  text-align: left;
  background: rgba(245, 245, 245, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  margin-top: auto;
  align-self: flex-end;
}

.banner-cap-left-title {
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

.banner-caption-left p {
  /* line-height: 1.7; */
  font-size: 1.143em;
}

.banner-caption-right {
  width: 100%;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  color: #fffefe;
  /* justify-content: center; */
  align-items: flex-start;
}

.banner-logos {
  background-color: rgba(255, 255, 255);
  padding: 15px 40px 15px 30px;
  border-radius: 23px;
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 60px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.banner-main-caption {
  font-size: 2.6em;
  line-height: 1.02;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Bahnschrift-SemiCondensed';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  letter-spacing: -1.1px;
}

.banner-sub-caption {
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: -0.6px;
  margin-bottom: 30px;
  font-family: 'Bahnschrift-SemiCondensed';
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

.banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #fff;
  background-color: #00a0e3;
  border: 1px solid #008ec9;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px 16px;
  box-shadow: 0px 6px 0px #006b99;
  font-family: "InterTight", sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.1s ease, box-shadow 0.1s ease, transform 0.1s ease;
  margin-top: 20px;
}

.banner-btn:hover {
  background-color: #0fb0f5;
}

.banner-btn:hover i {
  display: inline-block;
  transition: transform 0.2s ease;
  transform: translateX(3px);
}

.banner-btn:active {
  box-shadow: 0px 2px 0px #006b99;
  transform: translateY(4px);
}

.login-field {
  width: 100%;
}

/* .login-field form input {
  width: 40%;
  height: 48px;
  padding: 0 15px;
  border-radius: 10px;
}

.login-field form input:first-child {
  margin-right: 20px;
} */

.input-wraper {
  display: flex;
  gap: 20px;
}

#label-input {
  transition: all 0.1s ease-in-out;
  color: #000;
  position: absolute;
  top: 30%;
  left: 18px;
  /* transform: scale(0.95); */
  opacity: 1;
  pointer-events: none;
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 0.7px;
}

.input-base {
  border-radius: 10px;
}

#input:focus~label#label-input,
#input:not(:placeholder-shown)~#label-input {
  top: -20% !important;
  left: 2px !important;
  transform: scale(0.8);
  background: white;
  color: black;
  padding: 0 10px;
  opacity: 1;
}

#input {
  transition: outline 0.2s ease;
  font-size: 1rem;
  outline: unset;
  border: 1px solid #bbbbbb;
  padding: 12px 15px;
  width: 100%;
  font-family: 'Bahnschrift-SemiCondensed';
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

#input:focus {
  box-shadow: 0 0 0 1px #e8e8e8, 0 0 0 3px rgb(0, 142, 201);
}

.input-field {
  position: relative;
  width: 40%;
}




/*************************** instruction page *****************************/

.quiz-container {
  width: 100%;
  min-height: 100vh;
  background-image: url('../images/introduction-banner.webp');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 40px 40px;
}

.quiz-card {
  width: 100%;
  max-width: 92%;
  min-height: 100vh;
  background-color: #ffffff;
  border-radius: 27px;
  padding: 80px 80px 60px 80px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
  flex-direction: column;
}

.quiz-card>picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.quiz-card picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  border-radius: 27px;
}

.quiz-header,
.instructions-area {
  position: relative;
  z-index: 2;
}

.quiz-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}

.header-logos {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  background-color: #ffffff;
  padding: 15px 40px;
  border-radius: 23px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -90%);
  z-index: 10;
}

.quiz-title {
  font-family: 'Bahnschrift-SemiCondensed';
  font-weight: 400;
  color: #134b7a;
  text-transform: uppercase;
  margin-top: 4%;
  font-size: 2.6em;
  line-height: 1.02;
  letter-spacing: -1.1px;
}

.instructions-heading {
  font-family: 'Bahnschrift-SemiCondensed';
  font-weight: 350;
  color: #2a5a85;
  font-size: 1.786em;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  padding: 12px 0;
  margin-bottom: 25px;
  padding-left: 7%;
  letter-spacing: -0.6px;
}

.instruction-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 86%;
  margin: auto;
}

.instruction-item {
  display: flex;
  align-items: center;
  gap: 25px;
}

.instruction-number {
  background-color: #134b7a;
  color: #ffffff;
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  min-width: 27px;
  height: 27px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.instruction-title {
  font-family: 'Bahnschrift-SemiCondensed';
  font-weight: 350;
  color: #2a5a85;
  font-size: 1.286em;
  letter-spacing: -0.45px;
}

.instruction-desc {
  color: #525252;
}

.btn-continue {
  margin-top: 3%;
  margin-left: 7%;
}

/* .btn-continue a {
  background-color: #134b7a;
  color: #ffffff;
  border: none;
  padding: 12px 20px;
  border-radius: 10px;
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.7px;
} */


.btn-continue button {
  position: relative;
  font-size: 1em;
  letter-spacing: 3px;
  height: 3.5em;
  padding: 0 3em;
  border: none;
  background-color: #134b7a;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-continue button::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%;
  background: linear-gradient(90deg, #134b7a 20%, #0a2b4a 100%);
  transition: height 0.3s ease;
}

.btn-continue button .label {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
  font-family: "InterTight";
  font-weight: normal;
}

.btn-continue button .btn-conti-icon {
  position: absolute;
  z-index: 2;
  right: 1.5em;
  top: -3em;
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 1em;
}

.btn-continue button:hover::before {
  height: 100%;
}

.btn-continue button:hover .btn-conti-icon {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.btn-continue button:hover .label {
  transform: translateX(-12px);
}



/************************* Mock test page **************************/

.quiz-workspace {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e2e8f0;
  padding-top: 40px;
}

.question-area {
  width: 53.5%;
  display: flex;
  flex-direction: column;
  margin-top: 2%;
}

.question-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.question-number-title {
  font-family: 'Bahnschrift-SemiCondensed';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  color: #2a5a85;
  font-size: 1.786em;
  letter-spacing: -0.6px;
}

/* .btn-next {
  background-color: #def3fb;
  color: #134b7a;
  border: none;
  padding: 10px 35px;
  border-radius: 10px;
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  cursor: pointer;
  letter-spacing: 0.7px;
} */




.btn-next {
  position: relative;
  font-size: 1em;
  letter-spacing: 3px;
  height: 3.5em;
  padding: 0 3em;
  border: none;
  background-color: #def3fb;
  color: #134b7a;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-next::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%;
  background: linear-gradient(90deg, #def3fb 0%, #c5eafa 100%);
  transition: height 0.3s ease;
}

.btn-next .label {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
  font-family: "InterTight";
  font-weight: normal;
}

.btn-next .btn-nxt-icon {
  position: absolute;
  z-index: 2;
  right: 1.5em;
  top: -3em;
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 1em;
}

.btn-next:hover::before {
  height: 100%;
}

.btn-next:hover .btn-nxt-icon {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.btn-next:hover .label {
  transform: translateX(-12px);
}








.q-text-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.q-num-badge {
  background-color: #134b7a;
  color: #ffffff;
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  min-width: 27px;
  height: 27px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.q-text {
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #525252;
  font-size: 1.143em;
  line-height: 2.5;
  letter-spacing: 0.8px;
}

.options-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 18px;
  padding-left: 5%;
}

.option-item {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #cbd5e0;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  background-color: #ffffff;
  transition: all 0.2s ease;
}

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

.option-item:hover {
  background-color: #00a0e3;
  color: #fff;
}

.option-letter {
  background-color: #00a0e3;
  color: #ffffff;
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  width: 28px;
  height: 33px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.option-item:hover .option-letter {
  background-color: #fff;
  color: #00a0e3;
}

.option-label-text {
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #525252;
  font-size: 1em;
  letter-spacing: 0.7px;
}

.option-item:hover .option-label-text {
  color: #fff;
}

.option-item:has(input[type="radio"]:checked) {
  background-color: #00a0e3;
  border-color: #00a0e3;
  color: #fff;
}

.option-item:has(input[type="radio"]:checked) .option-letter {
  background-color: #ffffff;
  color: #00a0e3;
}

.option-item:has(input[type="radio"]:checked) .option-label-text {
  color: #ffffff;
}


.backBtn,
.exportBtn,
.submitBtn {
  width: 130px;
  height: 40px;
  border-radius: 10px;
  border: none;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  color: #ffffff;
  background: linear-gradient(to left, #134b7a, #2a72b5);
  letter-spacing: 0.7px;
  font-family: "InterTight";
  font-weight: normal;
  font-size: 1em;
  text-transform: uppercase;
}

.submitBtn {
  margin-left: 5%;
}

.backBtn:hover .btn-back-arrow {
  animation: slide-in-left 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.exportBtn:hover .btn-export-arrow {
  animation: slide-in-right 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-left {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    transform: translateX(-10px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.backBtn:active,
.exportBtn:active,
.submitBtn:active {
  transform: scale(0.97);
}





.quiz-sidebar {
  width: 36.5%;
  background-color: #ecf1f5;
  border-radius: 19px;
  padding: 25px;
}

.sidebar-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.sidebar-title {
  font-family: 'Bahnschrift-SemiCondensed';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  color: #2a5a85;
  font-size: 1.786em;
  display: flex;
  align-items: center;
  gap: 6px;
}

.timer-badge {
  background-color: #134b7a;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.timer-text {
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1.17em;
  letter-spacing: 0.819px;
}

.score-board {
  display: flex;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 25px 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  gap: 30px;
}

.stat-box {
  display: flex;
  align-items: flex-end;
  text-align: left;
  gap: 5px;
}

.score-board .stat-box:nth-child(2) {
  border-left: 1px solid #83a0b7;
  border-right: 1px solid #83a0b7;
  padding: 0 25px;
}

.stat-num {
  font-family: 'Bahnschrift-SemiCondensed';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size: 3.574em;
  color: #2a5a85;
  line-height: .6;
}

.stat-label {
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 0.816em;
  color: #2a5a85;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.5px;
}

.nav-grid-title {
  font-family: 'Bahnschrift-SemiLight';
  font-weight: 350;
  font-style: normal;
  font-display: swap;
  color: #2a5a85;
  font-size: 1.071em;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 1.7px;
}

.nav-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 20px;
  column-gap: 16px;
}

.nav-cell {
  background-color: #ffffff;
  border: 1px solid #d4e4f0;
  border-radius: 8px;
  height: 50px;
  display: flex;
  align-items: center;
  font-family: 'Bahnschrift-SemiLight';
  font-weight: 350;
  font-style: normal;
  font-display: swap;
  color: #2a5a85;
  font-size: 2.004em;
  position: relative;
  cursor: pointer;
  justify-content: center;
  gap: 6px;
}

/* .nav-cell.active {
  border: 2px solid #00a0e3;
  color: #00a0e3;
} */

.check-mark {
  font-size: 0.65rem;
}

.mock-test .quiz-card {
  padding: 80px 100px 60px 100px;
}



/***************** Result page *****************/

.result-wraper {
  position: relative;
  z-index: 2;
  border-top: 1px solid #e2e8f0;
  padding-top: 40px;
}

.result-inner-wraper {
  width: 100%;
  background-color: #ecf1f5;
  border-radius: 19px;
  padding: 50px 100px 30px;
}

.result-wraper-title {
  text-align: center;
  padding: 10px 0 20px 0;
  font-size: 1.571em;
  font-family: 'Bahnschrift-SemiCondensed';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  color: #2a5a85;
}

.result-btns {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  gap: 20px;
}

.copy-right-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 30px;
}























@media (min-width: 1023px) and (max-width: 1279px) {

  body,
  li {
    font-size: 12px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 4% !important;
    padding-right: 4% !important;
  }

  .container {
    padding-left: 4%;
    padding-right: 4%;
  }

  /*************** Login Page *****************/


  .banner-caption {
    padding: 20px 3%;
  }

  .banner-caption-left p {
    font-size: 1em;
  }

  .banner-caption-left p br {
    display: none;
  }

  .banner-caption-right {
    max-width: 500px;
  }

  .banner-logos {
    gap: 35px;
    margin-bottom: 25px;
  }

  .banner-main-caption {
    font-size: 2.4em;
    margin-bottom: 15px;
  }

  .banner-sub-caption {
    font-size: 1.3em;
    margin-bottom: 15px;
  }

  .banner-logo {
    width: 65px;
  }

  .banner-logos .banner-logo:nth-child(2) {
    width: 130px;
  }

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

  .banner-btn {
    gap: 6px;
    padding: 11px 16px;
  }

  .banner-btn:hover i {
    transform: translateX(3px);
  }


  /******************** Mock Test Page ************************/

  .quiz-card {
    max-width: unset;
    min-height: unset;
  }

  .mock-test .quiz-card {
    padding: 70px 30px 30px;
  }

  .header-logos img {
    width: 70px;
  }

  .header-logos :nth-child(2) {
    width: 120px;
  }

  .quiz-title {
    font-size: 2.4em;
  }

  .question-area {
    width: 43%;
    margin-top: 0;
  }

  .quiz-sidebar {
    width: 50%;
  }

  .option-item {
    padding: 5px;
  }

  .submitBtn {
    width: 100px;
    height: 35px;
  }

  .options-grid {
    grid-template-columns: 1fr;
  }

  .mock-test .stat-box {
    align-items: center;
    text-align: center;
    flex-direction: column;
  }

  .nav-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .q-text {
    line-height: 1.5;
  }


  /**************** Result Page  ***************/

  .result-inner-wraper {
    padding: 30px 60px 40px;
  }

}


@media (min-width: 1280px) and (max-width: 1359px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }


  /************* Login Page ****************/

  .banner-caption {
    padding: 20px 3%;
  }

  .banner-caption-left p {
    font-size: 1em;
  }

  .banner-caption-left p br {
    display: none;
  }

  .banner-caption-right {
    max-width: 600px;
  }

  .banner-logos {
    padding: 15px 30px 15px 30px;
    gap: 29px;
    margin-bottom: 25px;
  }

  .banner-main-caption {
    font-size: 2.4em;
    margin-bottom: 14px;
  }

  .banner-sub-caption {
    margin-bottom: 15px;
  }

  /************* Mock test Page ****************/

  .mock-test .quiz-card {
    padding: 80px 50px 60px 50px;
  }

  .quiz-card picture img {
    object-fit: fill;
  }

  .quiz-card {
    max-width: unset;
    min-height: unset;
  }

  .question-area {
    width: 46%;
    margin-top: 0%;
  }

  .quiz-sidebar {
    width: 48%;
  }

  .mock-test .stat-num {
    font-size: 3em;
  }

  .q-text {
    line-height: 1.5;
  }

  .options-grid {
    grid-template-columns: 1fr;
  }

  .nav-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .quiz-title {
    font-size: 2.2em;
  }

}





@media (min-width: 1360px) and (max-width: 1399px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 7% !important;
    padding-right: 7% !important;
  }


  /* Login Page */

  .banner-caption {
    padding: 20px 3%;
  }

  .banner-caption-left p {
    font-size: 1em;
  }

  .banner-caption-right {
    max-width: 600px;
  }

  .banner-logos {
    padding: 15px 30px 15px 30px;
    gap: 29px;
    margin-bottom: 25px;
  }

  .banner-main-caption {
    font-size: 2.4em;
    margin-bottom: 14px;
  }

  .banner-sub-caption {
    margin-bottom: 15px;
  }

  /************* Mock test Page ****************/

  .mock-test .quiz-card {
    padding: 80px 50px 60px 50px;
  }

  .quiz-card picture img {
    object-fit: fill;
  }

  .quiz-card {
    max-width: unset;
    min-height: unset;
  }

  .question-area {
    width: 48%;
    margin-top: 0%;
  }

  .quiz-sidebar {
    width: 44%;
  }

  .mock-test .stat-num {
    font-size: 3em;
  }

  .q-text {
    line-height: 1.5;
  }

  .quiz-title {
    font-size: 2.2em;
  }

  .option-letter {
    width: 13%;
  }

  .option-item span:last-child {
    width: 80%;
  }


}

@media (min-width: 1400px) and (max-width: 1441px) {
  body {
    font-size: 15px !important;
  }

  li {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 6% !important;
    padding-right: 6% !important;
  }

  /* Login Page */

  .banner-caption {
    padding: 20px 4%;
  }

  .banner-caption-left p {
    font-size: 1em;
  }

  .banner-caption-right {
    max-width: 610px;
  }

  .banner-logos {
    padding: 15px 30px 15px 30px;
    margin-bottom: 30px;
  }

  .banner-main-caption {
    font-size: 2.3em;
    margin-bottom: 20px;
  }

  .banner-sub-caption {
    margin-bottom: 20px;
  }


  /************* Mock test Page ****************/

  .mock-test .quiz-card {
    padding: 80px 50px 60px 50px;
  }

  .quiz-card picture img {
    object-fit: fill;
  }

  .quiz-card {
    max-width: unset;
    min-height: unset;
  }

  .question-area {
    width: 48%;
  }

  .quiz-sidebar {
    width: 44%;
  }

  .mock-test .stat-num {
    font-size: 3em;
  }

  .q-text {
    line-height: 1.5;
  }

  .option-letter {
    width: 13%;
  }

  .option-item span:last-child {
    width: 80%;
  }


}

@media (min-width: 1441px) and (max-width: 1599px) {

  li,
  body {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

}

@media (min-width: 1600px) and (max-width: 1680px) {
  body {
    font-size: 15px !important;
  }

  li {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 10% !important;
    padding-right: 10% !important;
  }



  /************ Login page  ************/

  .banner-caption {
    padding: 20px 3%;
  }

  .banner-caption-left p {
    font-size: 1em;
  }

  .banner-logos {
    margin-bottom: 35px;
  }

  .banner-sub-caption {
    margin-bottom: 20px;
  }


  /************ Mock Test page  ************/

  .mock-test .quiz-card {
    padding: 80px 50px 60px 60px;
  }

  .question-area {
    width: 48%;
  }

  .quiz-sidebar {
    width: 44%;
  }

  .option-letter {
    width: 13%;
  }

  .option-item span:last-child {
    width: 80%;
  }

}


@media (min-width: 1681px) {}





@media (max-width: 992px) {

  .header-contact {
    display: none;
  }

  .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent !important;
  }

  .nav-dropdown {
    min-width: 100% !important;
  }

  .sexy-menu.detached {
    opacity: 1 !important;
    position: unset !important;
  }

  .navigation-portrait li {
    font-size: 18px !important;
  }

  .nav-brand img {
    display: flex;
    align-items: center;
  }

  .navigation-portrait .nav-brand {
    /* font-size: 18px; */
    line-height: 0 !important;
  }

  .nav-header {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 52%);
  }

  .nav-menus-wrapper {
    flex-direction: column;
    align-items: flex-end;
  }

  .hide-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
    padding: 15px 10px;
    display: block;
    box-shadow:
      0 -2px 6px rgba(0, 0, 0, 0.05),
      0 -10px 25px rgba(0, 0, 0, 0.08);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .hide-menu img {
    display: block;
    justify-content: center;
    margin: 0 auto;
    width: 38px;
  }

  .hide-menu a {
    width: 25%;
    line-height: 1;
    font-size: .9em;
    display: inline-block;
    float: left;
    text-align: center;
    font-weight: 500;
    font-family: 'Futura Std';
  }

  .hide-menu a:hover {
    color: #532315;
  }

  .hide-menu a i {
    display: block;
    justify-content: center;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    margin: 0 auto 10px;
    font-size: 1.6em;
  }

  .desk-view {
    display: none;
  }

  .mob-view {
    display: block;
  }

  .nav-menu>li>a {
    color: #fff !important;
    text-align: left;
  }

  .nav-toggle,
  .navigation-hidden .nav-header {
    display: block !important;
  }

  .sexy-menu.detached .header-phone a {
    margin: 12px 20px !important;
  }

  .sexy-menu.detached {
    position: fixed !important;
    bottom: 0px !important;
    top: inherit !important;
    height: auto;
    background-color: transparent !important;
    backdrop-filter: unset !important;
  }

  #button.show {
    display: none;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 2em;
  }

  .banner-contact {
    display: none;
  }

  .nav-menu {
    flex-direction: column;
  }

  #popUp {
    padding: 3% 4% 3%;
  }

  .sexy-menu.detached .logo {
    width: 100%;
    margin-top: 0;
  }

  .sexy-menu.detached .navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sexy-menu.detached .nav-brand img {
    width: 100%;
  }

  .top-container {
    padding: 0 8px;
  }

  /* .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open .nav-toggle {
    opacity: 0;
  } */

  .footer-social-links ul li a {
    font-size: 1.5em;
  }

  .navigation-portrait .nav-menu>li {
    width: 100% !important;
    border-bottom: 1px solid #fff;
  }

  .nav-menu>li>a::after {
    background: #fff;
    height: 1px;
  }

  .nav-menus-wrapper-close-button {
    margin: 15px 15px 0 0 !important;
    padding: 10px;
    border: 1px solid #fff;
  }

  .navigation {
    padding: 0px 10.5%;
  }

  .nav-toggle {
    position: absolute;
    left: -65%;
    top: 50%;
    transform: translateY(-50%);
  }



  /*********************Login Page ************************/

  .banner-wraper picture,
  .banner-wraper picture img {
    height: 100vh;
  }

  .banner-caption {
    flex-direction: column-reverse;
    gap: 50px;
    justify-content: center;
  }

  .banner-caption-left,
  .banner-caption-right {
    width: 100%;
    max-width: unset;
  }

  .banner-caption-left {
    margin-top: 0;
    align-self: flex-start;
    text-align: center;
  }

  .banner-caption-right {
    align-items: center;
  }

  .banner-cap-left-title {
    /* font-size: 1.2em; */
    margin-bottom: 3px;
  }

  .banner-caption-left p {
    font-size: 1em;
  }

  .banner-caption-left p br {
    display: none;
  }

  .banner-btn {
    gap: 6px;
  }

  .banner-btn:hover i {
    transform: translateX(3px);
  }

  .banner-logos {
    padding: 15px 20px 15px 20px;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner-main-caption {
    font-size: 1.5em;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.2;
  }

  .banner-main-caption br {
    display: none;
  }

  .banner-sub-caption {
    font-size: 1.3em;
    margin-bottom: 15px;
    text-align: center;
  }

  .banner-btn {
    padding: 10px 18px;
    font-size: 1em;
  }

  .banner-btn-link {
    text-align: center;
  }

  .banner-logo {
    width: 53px;
  }

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

  .banner-logos .banner-logo:nth-child(2) {
    width: 85px;
  }

  .input-field {
    width: 50%;
  }

  .login-field {
    text-align: center;
  }

  /***************************** Mock test *******************************/

  .quiz-container {
    padding: 30px 20px;
  }

  .quiz-card {
    max-width: unset;
    padding: 20px;
  }

  .mock-test .quiz-card {
    padding: 20px;
  }

  .header-logos {
    gap: 25px;
    padding: 0;
    position: unset;
    transform: unset;
  }

  .quiz-title {
    font-size: 1.5em;
    margin-top: 10%;
    line-height: 1.1;
  }

  .quiz-title br {
    display: none;
  }

  .quiz-workspace {
    padding-top: 25px;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .quiz-sidebar {
    width: 100%;
    padding: 20px;
  }

  .question-area {
    width: 100%;
  }

  .mock-test .score-board .stat-box:nth-child(2) {
    border-left: none;
    border-right: none;
    padding: 0;
  }

  .nav-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .sidebar-title {
    font-size: 1.5em;
  }

  .options-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 18px;
    padding-left: 0;
  }

  .submitBtn {
    margin-left: 0%;
  }

  .header-logos img {
    width: 55px;
  }

  .header-logos :nth-child(2) {
    width: 90px;
  }

  .quiz-header {
    margin-bottom: 25px;
  }



  .q-text {
    line-height: 1.5;
  }


  /***************************** Result Page *******************************/

  .result-inner-wraper {
    padding: 20px 20px 30px;
  }

  .result-wraper-title {
    font-size: 1.5em;
    line-height: 1.3;
  }

  .result-wraper-title br {
    display: none;
  }

  .result-wraper {
    padding-top: 25px;
  }

  .result-inner-wraper .score-board {
    margin-bottom: 30px;
    gap: 40px;
    flex-wrap: wrap;
  }

  .copy-right-content p br {
    display: none;
  }


}


@media (max-width: 420px) {

  body,
  li {
    font-size: 14px !important;
  }

  p {
    font-size: 14px;
  }

  .d-container {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }

  /* Login Page */

  .banner-caption-left p {
    font-size: .9em;
  }

  .input-wraper {
    flex-direction: column;
  }

  .input-field {
    width: 100%;
  }

  .login-field {
    text-align: center;
  }

  /* Mock Test Page */

  .question-number-title {
    font-size: 1.5em;
  }

  .nav-cell {
    font-size: 1.5em;
  }

  .nav-grid {
    row-gap: 8px;
    column-gap: 8px;
  }


  /* Result Page */

  .score-board .stat-box:nth-child(2) {
    border-left: none;
    border-right: none;
    padding: 0;
  }

}

@media (max-width: 380px) {

  body,
  li {
    font-size: 14px !important;
  }

  p {
    font-size: 14px;
  }

  .d-container {
    padding-left: 2% !important;
    padding-right: 2% !important;
  }


  /* Login Page */

  .banner-logo {
    width: 43px;
  }

  .banner-logos .banner-logo:nth-child(2) {
    width: 80px;
  }

  .banner-main-caption {
    font-size: 1.3em;
  }

  /* Mock Test Page */

  .header-logos {
    gap: 22px;
  }

  .header-logos img {
    width: 43px;
  }

  .header-logos :nth-child(2) {
    width: 80px;
  }

  .backBtn,
  .exportBtn {
    width: 120px;
    gap: 7px;
    letter-spacing: 0.7px;
    font-size: .9em;
  }

  .result-btns {
    margin: 10px 0;
    gap: 10px;
  }

  .quiz-sidebar {
    padding: 15px;
  }

  .timer-icon {
    width: 16px;
  }

  .timer-text {
    font-size: 1.1em;
    letter-spacing: 0;
  }

  .timer-badge {
    padding: 8px 14px;
    gap: 9px;
  }

  .score-board {
    gap: 23px;
  }

  .stat-num {
    font-size: 2em !important;
  }

  .option-letter {
    width: 13%;
  }

  .option-item span:last-child {
    width: 80%;
  }

  .result-wraper-title {
    font-size: 1.3em;
  }

  .quiz-title {
    font-size: 1.4em;
    line-height: 1.2;
  }


}

@media (min-width: 421px) and (max-width: 460px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }



  /* Login Page */

  .banner-logo {
    width: 60px;
  }

  .banner-logos .banner-logo:nth-child(2) {
    width: 120px;
  }

  .input-wraper {
    flex-direction: column;
  }

  .input-field {
    width: 100%;
  }

  .login-field {
    text-align: center;
  }

  /* Mock Test Page */

  .score-board {
    gap: 45px;
  }

  .header-logos {
    gap: 30px;
  }

  .header-logos img {
    width: 60px;
  }

  .header-logos :nth-child(2) {
    width: 105px;
  }

  /* Result Page */

  .score-board .stat-box:nth-child(2) {
    border-left: none;
    border-right: none;
    padding: 0;
  }

  .result-inner-wraper .score-board {
    column-gap: 70px;
    row-gap: 40px;
  }


}

@media (max-width: 560px) {

  .stat-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
  }

  .stat-num {
    font-size: 2.8em;
  }


}

@media (min-width: 461px) and (max-width: 560px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }

  /**************** Login Page ****************/

  .banner-logo {
    width: 78px;
  }

  .banner-logos .banner-logo:nth-child(2) {
    width: 150px;
  }


  /**************** Mock Test Page ****************/

  .score-board {
    gap: 70px;
  }

  .header-logos img {
    width: 85px;
  }

  .header-logos :nth-child(1) {
    width: auto;
  }

  .header-logos :nth-child(2) {
    width: auto;
  }
}

@media (min-width: 561px) and (max-width: 680px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }


  /* Login Page */

  .banner-logos {
    gap: 27px;
  }

  .banner-logo {
    width: auto;
  }

  .banner-logos .banner-logo:nth-child(2) {
    width: auto;
  }

  /************* Mock Test Page ****************/

  .header-logos img {
    width: auto;
  }

  .header-logos :nth-child(2) {
    width: auto;
  }

  .quiz-title {
    font-size: 2em;
    line-height: 1.1;
  }

  .score-board {
    gap: 50px;
  }

  .nav-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .options-grid {
    grid-template-columns: 1fr 1fr;
  }

  /************* Result Page *****************/

  .result-inner-wraper .score-board {
    gap: 26px;
  }


}

@media (min-width: 681px) and (max-width: 768px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }



  /* Login Page */

  .banner-logos {
    gap: 40px;
  }

  .banner-logo {
    width: auto;
  }

  .banner-logos .banner-logo:nth-child(2) {
    width: auto;
  }


  /************* Mock Test Page ****************/

  .header-logos {
    gap: 45px;
  }

  .header-logos img {
    width: auto;
  }

  .header-logos :nth-child(2) {
    width: auto;
  }

  .quiz-title {
    font-size: 2em;
    line-height: 1.1;
  }

  .score-board {
    gap: 50px;
  }

  .nav-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .sidebar-title {
    font-size: 1.7em;
  }

  .options-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mock-test .quiz-card {
    padding: 35px;
  }


  /* Result Page */

  .quiz-card {
    padding: 40px 40px 40px 40px;
  }

  .result-inner-wraper .score-board {
    column-gap: 35px;
  }

}