h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mories-Regular";
  color: #321811;
}

h2 {
  color: #321811;
  font-family: "Mories-Regular";
  font-size: 4vw;
}

.section-heading {
  color: #321811;
  font-family: "Mories-Regular";
  font-size: 4rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

ul li,
p,
a {
  font-size: 1.2rem;
  line-height: 1.6;
  font-family: "Lato-Light";
  color: #000;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

a:hover {
  color: #321811;
}

section {
  padding: 4rem 0;
  overflow-y: visible;
  position: relative;
}

.theme-btn {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  color: #fff;
  font-size: 1.1rem;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  background-color: #321811;
  border-radius: 4px;
}

.theme-btn:hover {
  border: 1px solid #321811;
  transition: all 0.2s ease-in-out;
  color: #321811;
  background-color: rgba(0, 0, 0, 0);
}

.theme-btn2 {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  color: #321811;
  font-size: 1.1rem;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  background-color: #fff;
}

.theme-btn2:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  color: #fff;
}

.extraspan {
  display: none;
}

.spanactive {
  display: block;
}

.btn-container .readmore-btn {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 1px solid #321811;
  padding: 0.5rem 0.8rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

[data-aos="fade-up"] {
  overflow: hidden;
}

.split-text {
  display: inline-block;
  overflow: hidden;
}

.split-text span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Lato-Light";
  src: url("../fonts/Lato-Light.ttf");
}

@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.ttf");
}

@font-face {
  font-family: "Mories-Regular";
  src: url("../fonts/Mories.ttf");
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes rotateY {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(-360deg);
  }
}

@keyframes translateI {
  0% {
    transform: translate(-30px) scale(0.5);
  }

  100% {
    transform: translate(30px) scale(1);
  }
}

@keyframes transformII {
  0% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-5px);
  }
}

@keyframes iconShadow {
  0% {
    filter: drop-shadow(0px 0px 3px rgba(56, 217, 253, 0.8274509804));
  }

  50% {
    filter: drop-shadow(0px 2px 6px rgba(56, 217, 253, 0.9333333333));
  }

  100% {
    filter: drop-shadow(0px 3px 12px #38d8fd);
  }
}

@keyframes transformI {
  0% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-5px);
  }
}

@keyframes scaleI {
  0% {
    transform: scale(0.7);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes scaleY {
  0% {
    transform: scaleY(0);
  }

  100% {
    transform: scaleY(1);
  }
}

@keyframes scaleRotateI {
  0% {
    transform: scale(0.7) rotate(-16deg);
  }

  100% {
    transform: scale(1) rotate(16deg);
  }
}

[data-aos="translate-left"] {
  transform: translateX(-60px);
  transform-origin: center;
  transition-property: transform;
  overflow: hidden;
  transition-timing-function: ease-in;
  transition-duration: 1.5s;
}

[data-aos="translate-left"].aos-animate {
  transform: translateX(0);
}

[data-aos="reveal-right"],
[data-aos="reveal-left"],
[data-aos="reveal-up"],
[data-aos="reveal-down"] {
  position: relative;
  overflow: hidden;
}

[data-aos="reveal-right"]:after,
[data-aos="reveal-left"]:after,
[data-aos="reveal-up"]:after,
[data-aos="reveal-down"]:after {
  content: "";
  transition-property: transform;
  transition-timing-function: ease-in;
  transition-duration: 1s;
  transition-delay: inherit;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fdf1db;
  z-index: 1;
}

[data-aos="reveal-right"].aos-animate:after {
  transform: translateX(100%);
}

[data-aos="reveal-left"].aos-animate:after {
  transform: translateX(-100%);
}

[data-aos="reveal-up"].aos-animate:after {
  transform: translateY(-100%);
}

[data-aos="reveal-down"].aos-animate:after {
  transform: translateY(100%);
}

[data-aos="reveal-circle"] {
  border-radius: 50%;
  overflow: hidden;
  transition-timing-function: ease-in;
  transition-delay: 1s;
  transition-property: border-radius, transform;
  transform: translateZ(0);
}

[data-aos="reveal-circle"].aos-animate {
  transform: translateZ(0);
  border-radius: 0;
  overflow: visible;
}

[data-aos="reveal-center"] {
  transform: scale(0);
  transform-origin: center;
  transition-property: transform;
  opacity: 0;
  transition-delay: 1s;
}

[data-aos="reveal-center"].aos-animate {
  transform-origin: center;
  opacity: 1;
  transform: scale(1);
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

[data-aos="zoom-in"] {
  transform: scale(0.1);
}

@keyframes move-markers {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-200%);
  }

  0% {
    transform: translateX(-100%);
  }
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes steam {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 200% 0;
  }

  100% {
    background-position: 0 0;
  }
}

@keyframes translateYaxis {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(10px);
  }
}

@keyframes shadowdrop {
  0% {
    filter: drop-shadow(0px -15px 12px deeppink);
  }

  100% {
    filter: drop-shadow(0px -15px 21px deeppink);
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
}

.footer {
  padding: 4rem 0 0 0;
  position: relative;
}

.footer .container-fluid {
  width: 90%;
}

.footer .footer-absbranding {
  position: absolute;
  width: 30%;
  bottom: 15%;
  display: none;
  right: 5%;
}

.footer .footer-absbranding svg .cls-f2 {
  stroke-dasharray: 860;
  stroke-dashoffset: 860;
  -webkit-animation: draw 2s infinite linear alternate-reverse;
  animation: draw 2s infinite linear alternate-reverse;
  fill: none;
  stroke: #000;
  stroke: #321811;
  fill: none;
}

.footer h3,
.footer h4 {
  font-size: 1.3rem;
  font-family: "Lora-Medium";
  color: #321811;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.footer p {
  font-size: 14px;
}

.footer .footer-logo img {
  width: auto;
  height: 100px;
}

.footer-logo #blackLogo {
  filter: invert(1);
}

.footer .footer-newsletter form {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 0;
  align-items: center;
  background-color: rgba(164, 134, 113, 0.1019607843);
}

.footer .footer-newsletter form input,
.footer .footer-newsletter form button {
  border: none;
  outline: none;
  background: none;
}

.footer .footer-newsletter form button {
  text-transform: uppercase;
  padding: 5px 15px 5px 15px;
  font-size: 1rem;
  background-color: #321811;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
}

.footer .footer-newsletter form button:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #321811;
  color: #321811;
}

.footer .footer-newsletter form input {
  color: #000;
  width: 100%;
  padding: 5px 5px 5px 10px;
  border-bottom: 1px solid #321811;
}

.footer .footer-newsletter form input::placeholder {
  color: #000;
}

.footer .footer1-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3333333333);
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.footer .footer-side2 .footer-pages-links ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 0;

}

.footer .footer-side2 .footer-pages-links ul li {
  transition: all 0.4s ease-in-out;
  line-height: 1px;
}

.footer .footer-side2 .footer-pages-links ul li a {
  font-size: 14px;
  color: #000;
  line-height: 18px;
}

.footer .footer-side2 .footer-pages-links ul li a:hover {
  color: #5a5a5a;
}

/* .footer .footer-side2 .footer-pages-links ul li:hover {
  color: #464646;
} */

.desktop-header .nav-item.active a.desktop-header .nav-item.active a .footer .links p {
  color: #000;
}

.footer .links p i {
  color: #321811;
  padding-right: 0.5rem;
  font-size: 14px;
}

.footer .links ul li {
  transition: all 0.4s ease-in-out;
  padding: 0.2rem 0;
}

.footer .links ul li a {
  color: #000;
  font-size: 14px;
}

.footer .links ul li a i {
  font-size: 14px;
  color: #321811;
  padding-right: 0.7rem;
}

.footer .links ul li a:hover {
  color: #5a5a5a;
}

/* .footer .links ul li:hover {
  padding-left: 0.5rem;
} */

.footer .copyright {
  border-top: 0.5px solid rgba(50, 24, 17, 0.1450980392);
}

.footer .copyright p {
  padding: 1rem 0;
  font-size: 0.9rem;
  color: #321811;
}

.footer .copyright p a {
  color: inherit;
  font-size: inherit;
}

.footer-social-links ul>*+* {
  margin-left: 12px;
}

.footer-social-links ul li a i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.0666666667);
  border-radius: 50%;
  transition: all 0.5s ease-in;
  background: #321811;
  font-size: 0.9rem;
  line-height: 28px;
  color: #fff;
}

.footer-social-links ul li:hover a i {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #321811;
  color: #321811;
  transition: all 0.5s ease;
  transform: scale(1.2);
}

.enquiry-form-sec {
  padding: 0 0;
}

.workvideo {
  position: relative;
}

.workvideo .workvideo-brnd {
  position: absolute;
  left: 0;
  opacity: .6;
}

.enquiry-form-sec {
  padding: 0 0;
}

.myenquire-form {
  padding: 2rem 2rem;
  background: url(../media/images/wing.png) no-repeat center;
  background-size: contain;
  background-attachment: fixed;
  border-radius: 15px;
  position: relative;
  background-color: #fcf1dc;
  border: 1px solid #5f341a;
  margin-top: -7rem;
}

.myenquire-form .form-control:disabled,
.myenquire-form .form-control[readonly] {
  background-color: rgba(119, 122, 125, 0.1725490196);
  opacity: 1;
}

.myenquire-form .error {
  color: red;
  font-weight: 800;
  font-size: 12px;
}

.myenquire-form select,
.myenquire-form input,
.myenquire-form select option,
.myenquire-form textarea {
  width: 100%;
  outline: none;
  font-size: 1.1rem;
  padding: 7px 12px;
  caret-color: #000;
  background: rgba(0, 0, 0, 0);
  margin: 5px 0;
  font-family: "Montserrat-Regular", sans-serif;
  transition: all 0.4s ease-in-out;
  border: none;
  border-bottom: 1px solid #321811;
  background-color: transparent;
  color: #000;
  border-radius: 4px;
  appearance: auto;
}

.myenquire-form select:focus,
.myenquire-form input:focus,
.myenquire-form select option:focus,
.myenquire-form textarea:focus {
  box-shadow: none;
  border-bottom: 1px solid #321811;
  background-color: rgba(255, 255, 255, 0.0666666667);
  color: #000;
}

.myenquire-form select::placeholder,
.myenquire-form input::placeholder,
.myenquire-form select option::placeholder,
.myenquire-form textarea::placeholder {
  color: #909090;
}

.myenquire-form select option {
  background-color: #fdf1db;
}

.myenquire-form #charCount {
  color: #000;
}

.myenquire-form .range-slider {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.myenquire-form .range-slider .slider-container {
  width: 75%;
  position: relative;
}

.myenquire-form .range-slider .slider-container #sliderValue {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  background-color: #321811;
  color: #000;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}

.myenquire-form #rangeSlider:focus+#sliderValue {
  opacity: 1;
}

.myenquire-form #rangeSlider::-moz-range-progress {
  background-color: #321811;
}

.myenquire-form #rangeSlider::-moz-range-thumb,
.myenquire-form #rangeSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #321811 !important;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.myenquire-form .range-slider span {
  color: #000;
  text-wrap: nowrap;
}

.myenquire-form .form-check-res {
  display: flex;
  align-items: center;
  justify-content: start;
}

.myenquire-form .form-check-res .form-check-select {
  width: 50%;
}

.myenquire-form .form-check-input {
  width: fit-content;
}

.myenquire-form .form-check-label {
  font-size: 0.8rem;
}

.myenquire-form .form-check-custom {
  justify-content: start;
  gap: 1rem;
}

.myenquire-form p {
  font-size: 1.5rem;
  color: #321811;
}

.myenquire-form label {
  color: #000;
  font-family: "NunitoSans-Regular";
  text-transform: uppercase;
  font-size: 1rem;
}

.myenquire-form button {
  padding: 0.5rem 1rem;
}

#rangeSlider {
  -webkit-appearance: none;
  padding: 3px 0;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background: #404040;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

#rangeSlider::-moz-range-progress {
  background: #321811;
}

#ranSlider::-webkit-progress-value {
  background: #321811;
}

#rangeSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #321811;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.form-check-input[type="checkbox"] {
  width: 1.2rem;
  appearance: none;
  padding: 0;
  height: 1.2rem;
}

.form-check-input:focus:checked,
.form-check-input:checked {
  background-color: #321811;
  border: 1px solid #321811;
}

video,
img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: #fff;
  position: fixed;
  bottom: 75px;
  right: 10px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 24px;
  z-index: 99;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse:hover {
  color: #fff;
}

.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.modal .modal-content {
  background-color: rgba(0, 0, 0, 0.073);
  backdrop-filter: blur(20px);
}

.modal .modal-header {
  border: none;
}

.modal.website-modal {
  color: #212523;
}

.modal.website-modal .modal-content {
  border-radius: 6px;
  background-color: #fff;
  position: relative;
}

.modal.website-modal .modal-content>button {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1;
}

.modal.website-modal .modal-content .modal-body {
  padding: 0;
}

.modal.website-modal .modal-content .modal-body .media-content img {
  padding: 1rem;
}

.modal.website-modal .modal-content .modal-body .pop-logo {
  width: 80px;
}

.modal.website-modal .modal-content .modal-body h2 {
  font-size: 1.8vw;
  margin-bottom: 1rem;
}

.modal.website-modal .modal-content .modal-body p {
  margin-bottom: 2rem;
}

.modal.website-modal .modal-content .modal-body .text-content {
  padding: 1rem;
  padding-right: 2rem;
}

.modal.website-modal .modal-content .modal-body .text-content .desc a.btn {
  background-color: #321811;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0.8rem 1.5rem;
  transition: all 0.4s ease-in-out;
}

.modal.website-modal .modal-content .modal-body .text-content .desc a.btn:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #321811;
  color: #321811;
}

.fabout-section .fabout-brnd {
  position: absolute;
  right: 0;
  opacity: .4;
  bottom: 0;
}

.faq-banners {
  height: 60vh;
  width: 100%;
  background: url(../media/images/f-branding.png) no-repeat center;
  background-size: 45%;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  padding-top: 140px;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.faq-main-section .faq-brnd {
  position: absolute;
  left: 0;
  opacity: 0.5;
}

.faq-main-section {
  padding-top: 0;
  background: url(../media/images/f-branding.png) no-repeat center;
  background-size: 45%;
  background-attachment: fixed;
}

.faq-main-section .faq-main-para p {
  font-size: 1.5rem;
}

.faq-main-section .faq-main-para .formclass {
  display: flex;
  flex-direction: row;
  border-radius: 50px;
  justify-content: start;
  gap: 0;
  align-items: center;
  background-color: #fff;
}

.faq-main-section .faq-main-para .formclass input,
.faq-main-section .faq-main-para .formclass .faq-btn {
  border: none;
  outline: none;
  background: none;
}

.faq-main-section .faq-main-para .formclass .faq-btn {
  text-transform: uppercase;
  padding: 10px 15px 10px 15px;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
}

.faq-main-section .faq-main-para .formclass .faq-btn:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #321811;
}

.faq-main-section .faq-main-para .formclass input {
  color: #000;
  width: 100%;
  font-size: 14px;
  padding: 10px 5px 10px 15px;
}

.faq-main-section .faq-main-para .formclass input::placeholder {
  color: rgba(0, 0, 0, 0.4666666667);
}

.faq-main-section .accordion-item {
  background: rgba(0, 0, 0, 0);
  padding: 1rem 0;
  border: 1px solid rgba(0, 0, 0, 0);
}

.faq-main-section .accordion-item:not(:last-child) {
  border-bottom: 1px solid #a4836a;
}

.faq-main-section .accordion-button {
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.5rem;
  color: #a4836a;
}

.faq-main-section .accordion-button:focus {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.faq-main-section .accordion-button::after {
  background-image: url(../media/images/plus.png);
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
}

.faq-main-section .accordion-button {
  font-family: "Lato-Light";
}

.faq-main-section .accordion-button:not(.collapsed) {
  color: #a4836a;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}

.faq-main-section .accordion-button:not(.collapsed)::after {
  background-image: url(../media/images/minus.png);
}

.subscribing-modal h2 {
  font-family: "Poppins-Regular";
}

.subscribing-modal .modal-content {
  background: url(../media/images/building.png) no-repeat bottom;
  background-size: contain;
  background-position: bottom;
  background-color: #fff;
  text-align: center;
  border: none;
  padding: 2rem 2rem 10rem 2rem;
  backdrop-filter: none;
}

.subscribing-modal .modal-content .modal-header {
  border-bottom: none;
  padding: 0.5rem;
}

.subscribing-modal .modal-content img {
  width: auto;
  height: 100px;
}

.subscribing-modal .modal-content h2 {
  text-align: center;
  font-family: "Poppins-Regular";
  color: #000;
  font-weight: 600;
  padding: 2rem 0;
  font-size: 1.5rem;
}

.subscribing-modal .modal-content p {
  text-align: center;
  font-family: "Montserrat-Regular";
  font-size: 1.1rem;
  color: #000;
}

.subscribing-modal .modal-content .modal-footer {
  border: none;
  justify-content: center;
}

.resubscribing-modal {
  padding: 5vw 2rem 5vw 2rem;
  background-color: #fff;
}

.resubscribing-modal .modal-content {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.resubscribing-modal .modal-content .modal-header {
  padding: 0.5rem;
  border-bottom: none;
}

.resubscribing-modal .modal-content img {
  width: auto;
  height: 100px;
}

.resubscribing-modal .modal-content h2 {
  text-align: center;
  font-family: "Poppins-Regular";
  color: #000;
  font-weight: 600;
  font-size: 1.5rem;
}

.resubscribing-modal .modal-content p {
  text-align: center;
  font-family: "Montserrat-Regular";
  font-size: 1.1rem;
  color: #000;
}

.resubscribing-modal .modal-content .modal-footer {
  border: none;
  justify-content: center;
}

.hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 60%;
  height: 60%;
  pointer-events: none;
}

.hamburger-toggle .hamburger span {
  width: 100%;
  height: 3px;
  position: absolute;
  background: #fcf1dc;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.4s ease-in-out;
  left: 0px;
}

.hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.blog-section .container-fluid {
  width: 90%;
}

.blog-section .blog-para {
  padding: 0.5rem 0 2rem 0;
}

.blog-section .blog-para p {
  font-size: 1.5rem;
}

.blog-section .blog-heading {
  margin: 0rem 0 1.5rem 0;
}

.blog-section .blog-heading a {
  font-size: 1rem;
  text-transform: uppercase;
  color: #321811;
  display: inline-block;
}

.blog-section .blog-heading a:hover {
  color: #fff;
}

.blog-section .blog-cards {
  display: flex;
  flex-direction: row;
  align-items: start;
  flex-wrap: wrap;
  justify-content: start;
  gap: 2rem;
}

.blog-section .blog-cards .blogs-cards-items {
  width: calc(33.6% - 2rem);
}

.blog-section .blog-cards .blogs-cards-items .blog-images {
  overflow: hidden;
  border-radius: 10px;
}

.blog-section .blog-cards .blogs-cards-items .blog-images img {
  height: 320px;
  transition: all 0.5s ease-in-out;
}

.blog-section .blog-cards .blogs-cards-items .blog-images:hover img {
  transform: scale(1.2);
}

.blog-section .blog-cards .blogs-cards-items .blog_cards-content {
  padding-top: 1rem;
}

.blog-section .blog-cards .blogs-cards-items .blog_cards-content h3 {
  font-size: 1.2rem;
  padding: 1rem 0;
}

.blog-section .blog-cards .blogs-cards-items .blog_cards-content small {
  color: #fff;
  display: flex;
  font-family: "NunitoSans-Regular";
  justify-content: space-between;
  align-items: center;
}

.blog-section .blog-cards .blogs-cards-items .blog_cards-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 14px;
}

.blog-section .blog-cards .blogs-cards-items a {
  display: inline-block;
}

.blog-page {
  padding-top: 100px;
}

.blogslatest-section .container-fluid {
  width: 90%;
}

.blogslatest-section .blogs_latestbig-cards-items .blog-images {
  overflow: hidden;
  border-radius: 10px;
}

.blogslatest-section .blogs_latestbig-cards-items .blog-images img {
  transition: all 0.5s ease-in-out;
}

.blogslatest-section .blogs_latestbig-cards-items .blog-images:hover img {
  transform: scale(1.2);
}

.blogslatest-section .blogs_latestbig-cards-items .blog_cards-content {
  padding-top: 1rem;
}

.blogslatest-section .blogs_latestbig-cards-items .blog_cards-content h3 {
  font-size: 1.2rem;
  padding: 1rem 0;
}

.blogslatest-section .blogs_latestbig-cards-items .blog_cards-content small {
  color: #fff;
  display: flex;
  font-family: "NunitoSans-Regular";
  justify-content: space-between;
  align-items: center;
}

.blogslatest-section .blogs_latestbig-cards-items .blog_cards-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 14px;
}

.blogslatest-section .blogs_latestbig-cards-items .blog_cards-content a {
  display: inline-block;
}

.blogslatest-section .blogs_latestbig-cards-items .blog_cards-content a img {
  width: 30px;
}

.blogdetails-section {
  padding-top: 140px;
}

.blogdetails-section .blogdetails-content small {
  font-size: 1rem;
  text-transform: uppercase;
  display: inline-block;
}

.blogdetails-section .blogdetails-content h3 {
  color: #321811;
  margin-bottom: 3rem;
  font-size: 2rem;
}

.sosa_vid-section {
  padding: 0 0;
}

.myOverflow {
  overflow: hidden;
}

.sosa_vid-section .sosa_vid-video {
  overflow: hidden;
}

.sosa_vid-section .sosa_vid-video video {
  height: 100vh;
}

.sosa_about-section .sosa_about-brnd {
  position: absolute;
  right: 0;
  opacity: 0.4;
}

.sosa_about-section {
  background: url(../media/images/about-academy.jpg) no-repeat left;
  background-size: contain;
}

.sosa_course-section {
  padding: 0 0 3rem 0;
  background-color: #a5866f;
}

.sosa_course-section .sosa_courses-abs {
  position: absolute;
  right: 0;
  top: -24%;
  width: 21%;
}

.sosa_course-section .sosa_course-heading h4 {
  font-family: "Lato-Light";
  color: #fff;
}

.sosa_course-section .sosa_course-heading h2 {
  color: #fff;
}

.sosa_course-section .sosa_courses-grid {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.sosa_course-section .sosa_courses-grid .sosa_courses-items {
  width: calc(33% - 20px);
}

.sosa_course-section .sosa_courses-grid .sosa_courses-items .sosa_courses-content {
  position: relative;
  overflow: hidden;
}

.sosa_course-section .sosa_courses-grid .sosa_courses-items .sosa_courses-content:nth-child(1) {
  margin-bottom: 20px;
}

.sosa_course-section .sosa_courses-grid .sosa_courses-items .sosa_courses-content:hover img {
  transform: scale(1.2);
  transition: all 0.6s ease-in-out;
}

.sosa_course-section .sosa_courses-grid .sosa_courses-items .sosa_courses-content .sosa-inner_content {
  position: absolute;
  width: 90%;
  padding: 2rem;
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 5%;
  top: 5%;
  background-color: rgba(50, 24, 17, 0.6705882353);
  transform: rotate3d(1, 1, 0, -45deg);
  opacity: 0;
  transform-origin: bottom left;
  transition: all ease 0.6s;
}

.sosa_course-section .sosa_courses-grid .sosa_courses-items .sosa_courses-content .sosa-inner_content p {
  color: #fff;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  transform: translateY(30px);
  transition: all ease 0.4s;
  opacity: 0;
  text-align: center;
  visibility: hidden;
}

.sosa_course-section .sosa_courses-grid .sosa_courses-items .sosa_courses-content .sosa-inner_content h5 {
  color: #fff;
  font-size: 1.5rem;
  transform: translateY(30px);
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}

.sosa_course-section .sosa_courses-grid .sosa_courses-items .sosa_courses-content .sosa-inner_content a {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  text-transform: uppercase;
  transform: translateY(30px);
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}

.sosa_course-section .sosa_courses-grid .sosa_courses-items .sosa_courses-content:hover .sosa-inner_content {
  opacity: 1;
  transform: rotate3d(1, 1, 0, 0);
}

.sosa_course-section .sosa_courses-grid .sosa_courses-items .sosa_courses-content:hover .sosa-inner_content h5 {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
  transform: translateY(0);
}

.sosa_course-section .sosa_courses-grid .sosa_courses-items .sosa_courses-content:hover .sosa-inner_content p {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.6s;
  transform: translateY(0);
}

.sosa_course-section .sosa_courses-grid .sosa_courses-items .sosa_courses-content:hover .sosa-inner_content a {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.9s;
  transform: translateY(0);
}

.bsupport-section {
  background: url(../media/images/wing.png) no-repeat left;
  background-size: 65%;
  background-position: -81%;
}

.bsupport-section .bsupport-list ul {
  padding-left: 0;
}

.bsupport-section .bsupport-list ul li {
  margin-bottom: 1.2rem;
}

.bsupport-section .bsupport-list ul li span {
  color: #a4836a;
  font-weight: bold;
}

.philosophy-section .row:nth-child(2) {
  flex-direction: row-reverse;
}

.philosophy-section .philosophy-content h3 {
  font-family: "Lato-Light";
  text-transform: uppercase;
  color: #a4836a;
}

.philosophy-section .mission-row .philosophy-content {
  text-align: right;
  width: 80%;
}

.philosophy-section .philosophy-brnd {
  position: absolute;
  right: 0;
  opacity: 0.5;
}

.philosophy-section .mission-row .philosophy-img {
  position: relative;
  margin-left: -6rem;
}

.vertical-images {
  overflow: hidden;
}

.downloads-section .download-card {
  position: relative;
}

.downloads-section .download-card .download-hover {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(50, 24, 17, 0.6705882353);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  transform: rotate3d(1, 1, 0, -5deg);
  opacity: 0;
  transform-origin: bottom left;
  gap: 4vw;
  padding: 2vw;
  transition: all ease 0.6s;
}

.downloads-section .download-card .download-hover p {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.downloads-section .download-card .download-hover p i {
  margin-left: 0.7rem;
  font-size: 1.1rem;
}

.downloads-section .download-card .download-hover p:nth-child(2) {
  font-size: 1.1rem;
}

.downloads-section .download-card:hover .download-hover {
  opacity: 1;
  transform: rotate3d(1, 1, 0, 0);
}

.bg-upper {
  position: relative;
  margin-bottom: -3px;
}

.bg-lower {
  position: relative;
  margin-top: -3px;
}

.michel-section .michel-abs {
  position: absolute;
  width: 25%;
  height: auto;
  left: 0;
  bottom: 12%;
}

.about-div .about-brnd img {
  mix-blend-mode: screen;
}

.about-div .about-brnd {
  left: 0;
  top: 0;
  position: absolute;
  width: 25%;
}

.about-div {
  background-color: #a5866f;
  position: relative;
}

.about-div .board-heading p {
  font-size: 1.5rem;
  color: #fff;
}

.about-div .board-heading h2 {
  color: #fff;
}

.kk-section .kk-abs {
  position: absolute;
  width: 25%;
  height: auto;
  right: 0;
  bottom: 12%;
}

.kk-section .kk-content {
  text-align: end;
}

.cmn-cont {
  z-index: 1;
  position: relative;
}

.cmn-cont h4 {
  font-family: "Lato-Light";
  color: #fff;
}

.cmn-cont p {
  color: #fff;
}

.statics-section .statics-brnd {
  position: absolute;
  right: 0;
  opacity: .4;
}

.statics-section .row {
  margin-bottom: 2rem;
}

.statics-section .statistic-card h2 {
  font-family: "Lato-Regular";
  font-size: 3rem;
  font-weight: bold;
}

.statics-section .statistic-card p {
  font-size: 1rem;
  text-transform: uppercase;
  color: #5c3218;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(92, 50, 24, 0.2039215686);
}

.statics-section .statics-grid {
  display: grid;
  gap: 3rem;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
}

.cta-img {
  background: url(../media/images/fcta.png) no-repeat center;
  background-size: cover;
  padding: 15vw 0;
}

.cta-img .cta-content {
  text-align: center;
}

.cta-img .cta-content h2 span {
  font-weight: 700;
}

.cta-img .cta-content h2 {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-family: "Lato-Light";
}

.cta-img .cta-content h3 {
  color: #fff;
  font-family: "Lato-Light";
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fdf1db;
  font-size: 1.1rem;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-family: "Lato-Light";
  height: auto;
  color: #000;
}

::selection {
  color: #fff;
  background: #000;
}

::-webkit-scrollbar-track {
  background-color: #0c0520;
}

::-webkit-scrollbar {
  width: 4px;
  background-color: #321811;
}

::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: #321811;
}

#scroll {
  position: fixed;
  cursor: pointer;
  width: 40px;
  height: 40px;
  bottom: 15px;
  right: 15px;
  background: #000;
  text-indent: -9999px;
  border: 1px solid #fff;
  display: none;
  border-radius: 50%;
  z-index: 999;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid rgba(0, 0, 0, 0);
  transition: all 0.5s ease;
  border-bottom-color: #fff;
}

#scroll:hover span {
  border-bottom-color: #000;
}

#scroll:hover {
  background: #321811;
  border: 1px solid #000;
}

.desktop-header .contact-us {
  border-radius: 30px;
  padding: 15px 30px;
  color: #ffffff !important;
}

.footer1-row #footerLogo {
  text-align: center !important;
  display: flex !important;
  justify-content: space-around !important;
}

#iao-logo {
  background-color: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1) !important;
  z-index: 999 !important;
  width: 120px !important;
  height: 120px !important;
}
.footer-extra-links{

  display: flex;
}
.footer-extra-links-mob{
  display: none;
}
.footer-extra-links ,.footer-extra-links-mob {
  flex-direction: row;
  align-items: start;
  justify-content: start;
  margin-right: auto;
  gap: 10px;
}


.footer-extra-links a , .footer-extra-links-mob a {
  color: #aaaaaa;
  font-size: 13px;
  text-decoration: none;
}

.footer-extra-links a:hover {
  color: #4d4d4d;
}

#footer-left-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-about {
  margin-bottom: 20px;
}

.two-row-links {
  display: flex;
  flex-direction: row;
  gap: 70px;

}

.two-row-links .list-unstyled li a {
  cursor: pointer;
}

.footer-social-links .list-unstyled img {
  filter: invert(1);
  width: 1px;
}

.footer-social-links .list-unstyled img:hover {
  filter: invert(0.8);

}

@media (max-width: 576px) {
  .menu-topbar .navbar-logo img {
    height: 40px !important;
  }

  .footer1-row {
    flex-direction: row !important;
    display: flex !important;
    justify-content: space-evenly !important;
    align-items: center;
    gap: 90px;
  }

  #footerLogo {
    width: 70px !important;
    max-width: 70px !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

  }

  .footer-logo img,
  .footer-logo div {
    width: auto !important;
    height: 45px !important;
  }

  #iao-logo {
    width: auto !important;
    height: auto !important;
  }
}

.sosa_about-content #franchise-list .bullet {

  display: inline-block;
  width: 18px;
}

.sosa_about-content #franchise-list li {
  display: list-item !important;
}

.adv-head {
  text-align: center;
  /* padding-left: 32px !important; */
}

.tnc h2 {
  font-size: 3vw;
}


/*new navbar styling */

 /* Top Bar Styles */
    .menu-topbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 2rem;
        background-color: rgb(0, 0, 0);
        z-index: 1000;
        height: 80px;
    }

    .menu-topbar .navbar-logo img {
        height: 60px;
        margin-bottom: 0px;
    }

    .navbar-logo img {
        height: 70px;
        width: auto;
        /* filter: invert(1); */
        margin-bottom: 15px;
    }

    .toggleMenuBtn {
        background: none;
        border: none;
        color: white;
        font-size: 1.8rem;
        cursor: pointer;
        z-index: 1001;
    }

    /* Menu Container */
    .menu-container {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        height: 100vh;
        margin: 0;
        display: flex;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        z-index: 999;
        overflow: hidden;
    }

    .menu-container.open {
        transform: translateX(0);
    }

    /* Left Menu Styles */
    .left-menu {
        width: 50%;
        height: 100%;
        background: #080808;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 4em;
        padding-top: 4em;
        overflow: auto;
    }

    .links-container {
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        padding: 2em 0;
        z-index: 5;
    }

    .links-scroll-container {
        height: 100%;
        overflow-y: auto;
        padding-right: 1em;
        display: flex;
        flex-direction: column;
        gap: .6rem;
        align-items: flex-end;
        text-transform: uppercase;
    }

    .social-links-nav {
        display: flex;
        flex-direction: row;
        justify-content: end;
        align-items: center;
        gap: 20px;
        margin-top: 20px;
    }

    .social-links-nav a {
        color: #fff;
        gap: 10px;
        font-size: 30px;
    }

    .social-links-nav a:hover {
        color: #bbbbbb;
    }

    /* Custom scrollbar */
    .links-scroll-container::-webkit-scrollbar {
        width: 6px;
    }

    .links-scroll-container::-webkit-scrollbar-track {
        background: #222;
    }

    .links-scroll-container::-webkit-scrollbar-thumb {
        background: #FFD700;
        border-radius: 3px;
    }

    .menu-item-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
        position: relative;
    }

    .menu-link {
        color: white;
        text-decoration: none;
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: lighter;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0.2rem;
        padding: 0.5rem 0;
        background: none;
        border: none;
        text-align: right;
        cursor: pointer;
        width: 100%;
    }

    .menu-link:hover,
    .menu-link.active {
        color: #b38d42;
    }

    .menu-link.active {
        font-weight: 500;
    }

    .menu-link.active:hover {
        color: #FFD700;
        transform: translateX(5px);
    }

    .mobile-submenu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding: 0.5rem 0;
        gap: 0.8rem;
        width: 100%;
    }

    .mobile-submenu.active {
        display: flex;
    }

    .sublink {
        color: #ccc;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 300;
        transition: all 0.3s ease;
        padding: 0.3rem 0;
        padding-left: 30px;
        width: 100%;
        text-align: left;
    }

    .sublink:hover,
    .sublink.active {
        color: #FFD700;
        transform: translateX(5px);
    }

    /* Right Menu Styles */
    .right-menu {
        width: 50%;
        height: 100%;
        position: relative;
        overflow: hidden;
        background-color: #080808;
    }

    .right-menu video {
        height: 100%;
    }

    .video-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.7;
    }

    .sublinks-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 2em 4em;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
    }

    .sublinks-container.active {
        opacity: 1;
        visibility: visible;
    }

    .sublinks-scroll-container {
        height: fit-content;
        overflow-y: auto;
        padding-right: 1em;
        width: 100%;
    }

    .sublinks-scroll-container::-webkit-scrollbar {
        width: 6px;
    }

    .sublinks-scroll-container::-webkit-scrollbar-track {
        background: #222;
    }

    .sublinks-scroll-container::-webkit-scrollbar-thumb {
        background: #FFD700;
        border-radius: 3px;
    }

    .submenu-title {
        color: #FFD700;
        font-size: 1.2rem;
        margin-bottom: 1rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: start;
    }

    /* Business verticals list styling */
    .business-verticals-list {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }

    .business-item {
        display: flex;
        align-items: center;
        padding: 1rem;
        border-radius: 5px;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .business-item:hover {
        transform: translateX(5px);
    }

    .business-icon {
        font-size: 1.5rem;
        color: #FFD700;
        margin-right: 1rem;
        width: 30px;
        text-align: center;
    }

    .business-name {
        color: #ccc;
        font-size: 1rem;
        font-weight: 500;
        text-decoration: none;
    }

    .business-name:hover {
        color: #FFD700;
    }

    /* Navigation controls for submenus */
    .nav-controls {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .back-button {
        background: none;
        border: none;
        color: #FFD700;
        font-size: 1rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.5rem 1rem;
        border: 1px solid #FFD700;
        border-radius: 4px;
        transition: all 0.3s ease;
    }

    .back-button:hover {
        background-color: rgba(255, 215, 0, 0.1);
    }

    /* Media options styling */
    .media-options {
        display: flex;
        gap: 1.5rem;
        margin-top: 0.5rem;
        flex-wrap: wrap;
    }

    .media-option {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        transition: transform 0.2s;
        min-width: 100px;
    }

    .media-option:hover {
        transform: translateY(-5px);
    }

    .media-icon {
        font-size: 2rem;
        color: #FFD700;
        margin-bottom: 0.5rem;
    }

    .media-label {
        color: white;
        font-size: 0.9rem;
        text-align: center;
    }

    /* Static Content Styles */
    .static-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        text-align: center;
        color: white;
        padding: 2em;
        z-index: 2;
        background-color: #08080879;
        opacity: 1;
        visibility: visible;
        transition: all 0.4s ease;
    }

    .static-content.hidden {
        opacity: 0;
        visibility: hidden;
    }

    .static-logo img {
        height: 80px;
        width: auto;
        margin-bottom: 2rem;
    }

    .static-content p {
        font-size: 16px;
        color: #fff !important;
        font-weight: 500;
        letter-spacing: .5px;
        margin-bottom: 2rem;
        text-align: left;
    }

    .static-contact {
        display: flex;
        flex-direction: row;
        gap: 4rem;
    }

    .static-contact span {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .static-contact span h5 {
        font-size: 16px;
        color: #fff;
        margin-bottom: 0.5rem;
    }

    .static-contact span a {
        color: #eee;
        text-decoration: none;
    }

    .contact-link {
        color: white;
        text-decoration: none;
        font-size: 1rem;
        transition: color 0.3s ease;
    }

    .contact-link:hover {
        color: #b38d42;
    }

    #threads-icon {
        height: 19px !important;
        width: 16px !important;
    }

    /* Mobile Static Content */
    .mobile-static-content {
        display: none;
    }

    .extra-links {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        margin-right: auto;
        gap: 10px;
    }

    .extra-links a {
        color: #bebebe;
        font-size: 12px;
        text-decoration: none;
    }

    .extra-links a:hover {
        color: #fff;
    }

    /* Mobile navigation levels - UPDATED FOR FULLSCREEN RIGHT SIDE */
    .mobile-nav-level {
        position: fixed;
        top: 0;
        right: 0;
        width: 50%;
        height: calc(100vh - 70px);
        background: rgba(8, 8, 8, 0.98);
        padding: 2rem;
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
        overflow-y: auto;
        z-index: 1002;
    }

    .mobile-nav-level.active {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .mobile-nav-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #333;
    }

    .mobile-nav-title {
        color: #FFD700;
        font-size: 1.2rem;
        text-transform: uppercase;
    }

    .mobile-nav-back {
        background: none;
        border: none;
        color: #FFD700;
        font-size: 1.2rem;
        cursor: pointer;
    }

    .mobile-nav-list {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .mobile-nav-item {
        padding: 1rem;
        cursor: pointer;
        transition: all 0.3s ease;
        color: #ccc;
        font-size: 1rem;
        border-bottom: 1px solid #222;
    }

    .mobile-nav-item:hover {
        color: #FFD700;
    }

    /* Body Scrolling */
    body.menu-open {
        overflow: hidden;
    }

    /* Responsive Styles */
    @media (max-width: 992px) {
        .left-menu {
            width: 100%;
            height: auto;
            padding: 2rem;
            padding-bottom: 100px;
        }

        .right-menu {
            display: none;
        }

        .menu-link {
            text-align: left;
            justify-content: flex-start;
        }

        .social-links-nav {
            margin-right: auto;
            gap: 12px;
            margin-top: 2rem;
            padding-top: 1rem;
            border-top: 1px solid #333;
            width: 100%;
            justify-content: start;
        }

        .mobile-static-content {
            display: none;
            margin-top: 2rem;
        }

        .social-links-nav {
            gap: 25px;
        }

        .mobile-static-content .static-logo img {
            height: 60px;
            margin-bottom: 1rem;
        }

        .mobile-static-content .static-contact {
            flex-direction: column;
            gap: 1rem;
        }

        /* Mobile-specific media options */
        .media-options {
            flex-direction: column;
            gap: 0.8rem;
        }

        .media-option {
            flex-direction: row;
            align-items: center;
            min-width: auto;
        }

        .media-icon {
            font-size: 1.5rem;
            margin-bottom: 0;
            margin-right: 0.5rem;
        }

        /* Mobile submenu improvements */
        .mobile-submenu {
            padding-left: 1rem;
        }

        .sublink {
            padding-left: 1.5rem;
            font-size: 0.9rem;
        }

        /* Better mobile scrolling */
        .links-scroll-container {
            overflow-y: auto;
            margin-top: 2vh;
            padding-right: 0.5rem;
            align-items: flex-start;
        }

        .logo-dark {
            height: 25px !important;
            width: 25px !important;
        }

        /* Hide left menu when mobile navigation is active */
        .links-container.hidden {
            opacity: 0;
            visibility: hidden;
        }

        /* Mobile navigation levels full width */
        .mobile-nav-level {
            width: 100%;
        }

        #nav-social-links {
            display: flex !important;
            align-items: center;
            justify-content: flex-start !important;
            gap: 14px !important;
            margin-top: 20px;
        }

    }

    @media (min-width: 993px) and (max-width: 1200px) {
        .left-menu {
            padding: 0 2em;
        }

        .static-content {
            padding: 1em;
        }

        .static-content p {
            font-size: 14px;
        }

        .static-contact {
            flex-direction: column;
            gap: 1.5rem;
        }

        /* Tablet adjustments */
        .menu-link {
            font-size: 0.9rem;
        }

        .sublinks-container {
            padding: 1.5em 2em;
        }
    }

    /* Menu link styles */
    .menu-link {
        font-weight: 400 !important;
        letter-spacing: 2px;
    }

    /* Mobile landscape optimization */
    @media (max-height: 500px) and (orientation: landscape) {
        .left-menu {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        .links-scroll-container {
            max-height: 50vh;
        }

        .mobile-static-content {
            margin-top: 1rem;
        }

        .mobile-nav-item {
            padding: 0.8rem;
        }
    }

    .demo-title {
        text-align: center;
        padding: 20px;
        margin-top: 80px;
        color: #FFD700;
        font-size: 2rem;
    }

    .demo-description {
        text-align: center;
        color: #ccc;
        max-width: 800px;
        margin: 0 auto 40px;
        padding: 0 20px;
    }

    @media (max-width: 400px) {
        .links-container {
            padding-top: 2em;
        }

        .menu-link {
            padding: 0.7rem 0;
            font-size: 0.9rem;
        }

        .sublink {
            padding: 0.7rem 0;
            padding-left: 1.5rem;
            font-size: 0.85rem;
        }

        .mobile-nav-level {
            padding: 1.5rem;
        }

        .mobile-nav-item {
            padding: 0.8rem;
            font-size: 0.9rem;
        }


    }

    @media (min-width: 769px) and (max-width: 1400px) {

        .menu-container {
            padding-bottom: 3em;
        }

        .sublinks-container {}

        .sublink {
            padding: 0;
        }

        .links-scroll-container {
            gap: 0px;
            padding-top: 5em;

        }

        #nav-social-links {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
            margin-top: 20px;
        }
    }

    #nav-social-links {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        margin-top: 20px;
    }

    #nav-social-links img {
        height: 40px;
        width: 40px;
    }

    .logo-dark {
        height: 20px !important;
        width: 20px !important;
    }