@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
::after,
::before {
  box-sizing: border-box;
}

.height {
  height: auto !important;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
  background: none;
  border: 0;
}

label {
  display: inline-block;
}

input:focus,
input:active {
  border: 0;
  outline: 0;
}

.mt-0 {
  margin-top: 0px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.p-5 {
  padding: 5px 0px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-60 {
  padding: 60px 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.p-20 {
  padding: 20px !important;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

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

.d-block {
  display: block;
}

.gap-12 {
  gap: 12px;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100vh !important;
}

.p-relative {
  position: relative;
}

.mt-20 {
  margin-top: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-12 {
  margin-top: 12px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-15 {
  margin-right: 15px;
}

.m-0 {
  margin: 0 !important;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1399px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-0 {
  margin-left: 0px !important;
}

.d-flex {
  display: flex;
}

.f-wrap {
  flex-wrap: wrap;
}

.a-i-c {
  align-items: center;
}

.a-i-fe {
  align-items: flex-end;
}

.a-i-b {
  align-items: baseline;
}

li {
  list-style: none;
}

.li-st-dc {
  list-style-type: disc;
}

.j-c-b {
  justify-content: space-between;
}

.j-c-a {
  justify-content: space-around;
}

.j-c-c {
  justify-content: center;
}

.j-c-r {
  justify-content: right;
}

.j-c-fe {
  justify-content: flex-end;
}

.j-c-e {
  justify-content: space-evenly;
}

.j-c-s {
  justify-content: start;
}

.border-none {
  border-bottom: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
}

.text-underline {
  text-decoration: underline !important;
}

.pl-40 {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .pl-40 {
    padding-left: unset;
  }
}

/*popins font */
/* .poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  } */
@font-face {
  font-family: "Georgia Pro Cond";
  font-style: normal;
  font-weight: normal;
  src: local("Georgia Pro Cond"), url(/themes/fonts/GeorgiaPro-CondRegular.woff) format("woff");
}
@font-face {
  font-family: "Georgia Pro Cond Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Georgia Pro Cond Bold"), url(../../fonts/GeorgiaPro-CondBold.woff) format("woff");
}
@font-face {
  font-family: "Georgia Pro Cond Light";
  font-style: normal;
  font-weight: normal;
  src: local("Georgia Pro Cond Light"), url(../../fonts/GeorgiaPro-CondLight.woff) format("woff");
}
@font-face {
  font-family: "Georgia Pro Cond Semibold";
  font-style: normal;
  font-weight: normal;
  src: local("Georgia Pro Cond Semibold"), url(../../fonts/GeorgiaPro-CondSemiBold.woff) format("woff");
}
.primary-btn {
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  transition: 0.4s;
  position: relative;
  cursor: pointer;
  border: none;
  text-align: center;
  padding-inline: clamp(2rem, 2.813vw, 2rem);
  padding-block: clamp(1.2rem, 2.813vw, 1.6rem);
  overflow: hidden;
  display: inline-block;
}
.primary-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffcd08;
  border-radius: 4px;
  z-index: -2;
}
.primary-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #494522;
  border-radius: 4px;
  transition: width 0.4s ease-in-out;
  z-index: -1;
}
.primary-btn:hover {
  color: #fff;
}
.primary-btn:hover:before {
  width: 100%;
}

.secondary-btn {
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  transition: 0.4s;
  position: relative;
  cursor: pointer;
  border: none;
  text-align: center;
  padding-inline: clamp(2rem, 2.813vw, 2rem);
  padding-block: clamp(1.2rem, 2.813vw, 1.6rem);
  overflow: hidden;
  display: inline-block;
}
.secondary-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #494522;
  border-radius: 4px;
  z-index: -2;
}
.secondary-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffcd08;
  border-radius: 4px;
  transition: width 0.4s ease-in-out;
  z-index: -1;
}
.secondary-btn:hover {
  color: #000;
}
.secondary-btn:hover:before {
  width: 100%;
}

.border-hover {
  position: relative;
  background-clip: padding-box;
}
.border-hover:before {
  content: "";
  position: absolute;
  background-image: linear-gradient(90.23deg, #4800BD 1.84%, #AB33AD 97.95%);
  border-radius: 0.4rem;
  z-index: -1;
  bottom: -0.2rem;
  left: -0.2rem;
  width: 0;
  height: 0;
  transition: width 0.5s, height 0.5s;
}
.border-hover:hover:before {
  width: calc(100% + 0.4rem);
  height: calc(100% + 0.4rem);
}

.fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #b1a9a9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.top-header {
  background-color: #ffcd08;
  overflow: hidden;
  position: relative;
  padding: 10px 100px;
}
@media (max-width: 768px) {
  .top-header {
    padding: 10px 0px;
  }
}
.top-header::after {
  content: "";
  width: 55px;
  height: 90px;
  background: linear-gradient(-90deg, hsla(0, 0%, 100%, 0.5) 15%, hsla(0, 0%, 100%, 0));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  transform: rotate(25deg) translateY(-50%);
  animation: whitestrip 9s infinite;
  -webkit-animation: whitestrip 9s infinite;
}
@keyframes whitestrip {
  0% {
    left: -50px;
  }
  100% {
    left: 100%;
  }
}
.top-header .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.top-header .text .welcome-text {
  font-size: 14px;
  font-weight: 600;
  color: #4A4826;
}
@media (max-width: 992px) {
  .top-header .text .welcome-text {
    display: none;
  }
}
.top-header .text .contact-header {
  display: flex;
  gap: 30px;
}
.top-header .text .contact-header a {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: #4A4826;
}
@media (max-width: 768px) {
  .top-header .text .contact-header a {
    flex: 1;
    text-align: center;
    font-size: 12px;
  }
}
@media (min-width: 360px) and (max-width: 400px) {
  .top-header .text .contact-header a {
    flex: 1;
    text-align: center;
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  .top-header .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 992px) and (max-width: 680px) {
  .top-header .text {
    margin-left: -34px;
  }
}
@media (max-width: 992px) {
  .top-header .text .contact-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
  }
  .top-header .text .contact-header a:first-child {
    text-align: left;
  }
  .top-header .text .contact-header a:last-child {
    text-align: right;
  }
}

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

.header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1019607843);
}

.logo {
  width: 200px;
  height: auto;
  padding: 14px;
}
@media (max-width: 768px) {
  .logo {
    width: 150px;
    height: auto;
    padding: 10px;
  }
}

.nav-desktop {
  display: flex;
}
.nav-desktop ul.menu {
  list-style: none;
  display: flex;
  gap: 14px;
}
.nav-desktop ul.menu li {
  position: relative;
}
.nav-desktop ul.menu li a {
  font-size: 16px;
  font-weight: 400;
  color: #4A4826;
  transition: color 0.3s ease-in-out;
}
.nav-desktop ul.menu li a:hover::before {
  width: 80%;
  color: #4A4826;
}
.nav-desktop ul.menu li a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 10%;
  width: 0;
  height: 2px;
  background-color: #FFC82C;
  transition: width 0.4s ease-in-out;
}
.nav-desktop ul.menu li a.active {
  color: #FFC82C;
}
.nav-desktop ul.menu li a.active::before {
  width: 80%;
  background-color: #FFC82C;
  height: 2px;
  margin-bottom: 7px;
}
.nav-desktop ul.menu li.has-submenu {
  /* Submenu styling */
}
.nav-desktop ul.menu li.has-submenu:hover .submenu {
  display: block;
}
.nav-desktop ul.menu li.has-submenu .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 10px 0;
  background-color: #494522;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  width: 250px;
  z-index: 100;
  transition: opacity 0.3s ease-in-out;
}
.nav-desktop ul.menu li.has-submenu .submenu li {
  padding: 10px 20px;
}
.nav-desktop ul.menu li.has-submenu .submenu li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s ease;
}
.nav-desktop ul.menu li.has-submenu .submenu li a:hover {
  background-color: #FFC82C;
  color: #4A4826;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #494522;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  flex-direction: column;
  transition: all 0.3s ease;
  z-index: 1000;
}
.mobile-menu ul {
  list-style: none;
  text-align: center;
}
.mobile-menu ul li {
  margin: 20px 0;
}
.mobile-menu ul li a {
  font-size: 24px;
  color: #fff;
}
.mobile-menu ul li a:hover {
  color: white;
}
.mobile-menu ul li a.has-submenu:hover + .submenu {
  display: block;
}
.mobile-menu ul li .submenu {
  display: none;
  background-color: #494522;
  width: 100%;
  list-style: none;
  padding: 10px 0;
}
.mobile-menu ul li .submenu li {
  margin: 10px 0;
}
.mobile-menu ul li .submenu li a {
  font-size: 18px;
  color: #fff;
}
.mobile-menu.active {
  left: 0;
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1200px) {
  .toggle-menu {
    display: flex;
  }
  .nav-desktop {
    display: none;
  }
  .menu .has-submenu {
    position: relative;
  }
  .menu .has-submenu .submenu {
    display: none;
    position: relative;
    width: 100%;
    background-color: #494522;
  }
  .menu .has-submenu:hover .submenu {
    display: block;
  }
}
.toggle-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}
.toggle-menu span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #4A4826;
  transition: background-color 0.3s ease-in-out, transform 0.3s;
}
.toggle-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.toggle-menu.active span:nth-child(2) {
  opacity: 0;
}
.toggle-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.swiper-slide {
  min-height: 600px;
  text-align: left;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex; /* Enable Flexbox */
  flex-direction: column; /* Stack children vertically */
  justify-content: center; /* Center vertically */
  align-items: flex-start; /* Align children to the left */
}
@media (max-width: 768px) {
  .swiper-slide {
    min-height: auto !important;
  }
}

.slider-container {
  position: relative;
  z-index: 2;
  margin: 140px 0;
}
@media (max-width: 768px) {
  .slider-container {
    margin: 40px 0;
  }
}

.slider-title {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  opacity: 1;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .slider-title {
    font-size: 24px;
    padding-bottom: 12px;
    color: #fff !important;
  }
}

.slider-sub-title {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .slider-sub-title {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 24px;
    color: #fff !important;
  }
}

.animated-area {
  width: 65%;
}
@media (max-width: 768px) {
  .animated-area {
    width: auto;
  }
}

.swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .swiper-slide::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.43) 70%);
  }
}

/* Background images for slides */
.slide-1 {
  background: url("./../../../assets/images/banners/banner-1.jpg") no-repeat center center;
  background-size: cover;
}

.slide-2 {
  background: url("./../../../assets/images/banners/banner-2.jpg") no-repeat center center;
  background-size: cover;
}

.slide-3 {
  background: url("./../../../assets/images/banners/banner-3.jpg") no-repeat center center;
  background-size: cover;
}

.slide-4 {
  background: url("./../../../assets/images/banners/banner-4.jpg") no-repeat center center;
  background-size: cover;
}

/* Animation styles */
.swiper-slide-active .slider-sub-title {
  animation: rollIn 1s;
}

.swiper-slide-active .slider-title {
  animation: fadeInUp 1.5s;
}

.swiper-slide-active.slide-2 .slider-title {
  animation: fadeInRight 1.5s;
}

.swiper-slide-active.slide-3 .slider-title {
  animation: fadeInLeft 1.5s;
}

.swiper-slide-active .slider-button {
  animation: zoomIn 2s;
}

/* Animations */
@keyframes rollIn {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  width: 18px;
  border-radius: 100px;
  background-color: rgb(255, 193, 7);
  display: inline-block;
  height: 18px;
}
@media (max-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: none;
  }
}

.second-section {
  background-color: #FFC82C;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.second-section .section-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  position: relative;
}
.second-section .section-content .text-box {
  background-color: #fff;
  padding: 20px;
  max-width: 45%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #FFC82C;
}
.second-section .section-content .text-box h2 {
  font-size: 36px;
  color: #4A4826;
}
.second-section .section-content .text-box p {
  font-size: 16px;
  margin: 10px 0;
}
.second-section .section-content .text-box .btn-secondary {
  background-color: #4A4826;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}
.second-section .section-content .text-box .btn-secondary:hover {
  background-color: #FFC82C;
  color: #4A4826;
}
.second-section .section-content .image-box {
  max-width: 45%;
}
.second-section .section-content .image-box img {
  max-width: 100%;
  height: auto;
}

.newsletter-input {
  background-color: #f5f5f5;
  border: 1px solid gainsboro;
  color: #4A4826;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.newsletter-input::-moz-placeholder {
  color: #aca85d;
}
.newsletter-input::placeholder {
  color: #aca85d;
}
.newsletter-input:focus {
  outline: none;
  border-color: #FFC82C;
  background-color: white;
}

.floating-action-buttons {
  position: fixed;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  border-radius: 20px;
  padding: 10px;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
.floating-action-buttons a.action-btn {
  padding: 10px 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  margin: 0 10px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.floating-action-buttons a.action-btn .icon {
  margin-right: 8px;
  font-size: 18px;
}
.floating-action-buttons a.action-btn .arrow {
  margin-left: 5px;
  transition: transform 0.3s;
}
.floating-action-buttons a.action-btn:hover .arrow {
  transform: translateX(5px);
  /* Arrow moves on hover */
}

.show-buttons {
  bottom: 20px;
}

.footer {
  background-color: #111111;
  color: #fff;
  padding: 30px 0 0;
  text-align: left;
}
.footer__columns {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .footer__columns {
    flex-direction: column;
  }
}
.footer__column {
  flex: 1;
  margin-right: 20px;
  padding: 0 0 30px;
}
.footer__column img {
  width: 16px;
  height: 16px;
}
.footer__column h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
.footer__column p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.footer__column ul {
  padding: 0 0 0 10px;
}
.footer__column ul li {
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 8px;
  list-style-type: circle;
  display: flex;
  gap: 8px;
  cursor: pointer;
  transition: 0.5s ease;
}
.footer__column ul li a {
  color: #fff;
  font-weight: 300;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
}
.footer__column ul li a:hover {
  transition: 0.5s ease;
  color: #ffcd08;
}
.footer__column ul li:hover {
  transition: 0.5s ease;
  color: #ffcd08;
}
.footer__column ul li:last-child {
  margin-bottom: 0;
}
.footer__column ul li::marker {
  all: initial;
}
.footer__block {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
}
.footer__block .link {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.footer__location {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.footer__location address {
  font-size: 14px;
  font-weight: 300;
}
.footer__bottom {
  background: #ffcd08;
  color: #000;
  padding: 10px 0;
  text-align: center;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__social img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.footer .newsletter-input {
  border: none;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
}
.footer .footer-social {
  display: flex;
  gap: 25px;
}
.footer .footer-social a {
  font-size: 24px;
  transition: color 0.3s;
}

@media (max-width: 992px) {
  .nav-desktop {
    display: none;
  }
  .toggle-menu {
    display: flex;
  }
  .second-section .section-content {
    flex-direction: column;
    text-align: center;
  }
  .second-section .section-content .text-box,
  .second-section .section-content .image-box {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.faq {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .faq {
    padding: 50px 0;
  }
}
.faq__title {
  padding: 20px;
  text-align: center;
}
.faq__btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.faq__accordian-single {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 10px;
}
.faq__accordian-title {
  border-top: 1px solid #b8b2b2;
  padding: 20px 0 10px 0;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  margin: 0;
}
@media (max-width: 768px) {
  .faq__accordian-title {
    font-size: 16px;
  }
}
.faq__accordian-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffcb2e;
  border-right: solid 2px #ffcb2e;
  transform: translateY(-50%) rotate(135deg);
}
.faq__accordian-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.9s ease-in-out;
}
.faq__accordian-content p {
  padding: 0 0 20px 0;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.faq__accordian-item {
  width: 100%;
}

.faq__accordian-item.is-open .faq__accordian-content {
  max-height: 150px;
}

.faq__accordian-item.is-open .faq__accordian-title::after {
  transform: translateY(-50%) rotate(315deg);
}

.faq__accordian {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.fundWorkWrapper {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .fundWorkWrapper {
    padding: 50px 0;
  }
}

.fundWorkWrapper .fundWorkSec {
  display: grid;
}

.fundWorkWrapper .fundWorkSecLottie {
  display: grid;
  position: relative;
}

@media (max-width: 991.98px) {
  .fundWorkWrapper .fundWorkSecLottie {
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  .fundWorkWrapper .fundWorkSecLottie #lottiePlayer {
    display: none;
  }
}
.fundWorkWrapper .fundWorkSecLottie #lottiePlayerMobile {
  height: 881px;
  display: none;
}

@media (max-width: 991.98px) {
  .fundWorkWrapper .fundWorkSecLottie #lottiePlayerMobile {
    display: block;
    margin-top: 0;
    margin-bottom: 1.6rem;
    height: 900px;
  }
}
.fundWorkWrapper .fundWorkSecLottie .item {
  position: absolute;
  top: 0;
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  width: 310px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.fundWorkWrapper .fundWorkSecLottie .item p {
  line-height: 21px;
}

@media (max-width: 767px) {
  .fundWorkWrapper .fundWorkSecLottie .item {
    top: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fundWorkWrapper .fundWorkSecLottie .item {
    top: 0;
  }
}
.fundWorkWrapper .fundWorkSecLottie .item.item1show, .fundWorkWrapper .fundWorkSecLottie .item.item2show, .fundWorkWrapper .fundWorkSecLottie .item.item3show {
  opacity: 1;
  visibility: unset;
  overflow: unset;
}

.fundWorkWrapper .fundWorkSecLottie .item.item2 {
  bottom: 20px;
  margin: auto;
  top: unset;
  display: block;
  left: 0;
  right: 0;
}

@media (max-width: 991.98px) {
  .fundWorkWrapper .fundWorkSecLottie .item.item1 img {
    top: 50px;
  }
  .fundWorkWrapper .fundWorkSecLottie .item.item2 {
    left: 0;
    bottom: 270px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fundWorkWrapper .fundWorkSecLottie .item.item2 {
    left: 330px;
    bottom: -10px;
  }
}
.fundWorkWrapper .fundWorkSecLottie .item.item2 p {
  position: absolute;
  bottom: -30px;
}

@media (max-width: 991.98px) {
  .fundWorkWrapper .fundWorkSecLottie .item.item2 p {
    top: -250px;
    left: 40px;
  }
}
.fundWorkWrapper .fundWorkSecLottie .item.item2 img {
  bottom: 180px;
}

@media (max-width: 991.98px) {
  .fundWorkWrapper .fundWorkSecLottie .item.item2 img {
    bottom: 100px;
    top: unset;
  }
}
.fundWorkWrapper .fundWorkSecLottie .item.item3 {
  right: 0;
}

@media (max-width: 991.98px) {
  .fundWorkWrapper .fundWorkSecLottie .item.item3 {
    left: 0;
    top: 660px;
  }
  .fundWorkWrapper .fundWorkSecLottie .item.item3 p {
    top: -8rem;
    position: absolute;
  }
}
@media (max-width: 991.98px) {
  .fundWorkWrapper .fundWorkSecLottie .item.item3 img {
    bottom: -70px;
    top: unset;
  }
}
@media (max-width: 767.98px) {
  .fundWorkWrapper {
    padding: 32px 0;
  }
}
.fundWorkWrapper .sfc-fundButton {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  padding: 0 20px;
}

@media (max-width: 767.98px) {
  .fundWorkWrapper .sfc-fundButton {
    display: none;
  }
}
.fundWorkWrapper .fundWorkSec img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  bottom: -150px;
  border-radius: 16px;
}

@media (max-width: 991.98px) {
  .fundWorkWrapper .fundWorkSec img {
    top: 80px;
    left: 30px;
    width: 240px;
    height: 126px;
  }
}
@media (max-width: 767.98px) {
  .fundWorkWrapper {
    margin-top: 48px;
  }
}
.fundWorkSecLottie p {
  font-size: 14px;
  color: #4A4826;
  text-align: justify;
}

.margin-tops {
  margin: 70px 0 -60px 0;
}

.whychoose {
  padding: 80px 0 0 0;
}
@media (max-width: 768px) {
  .whychoose {
    padding: 50px 0;
  }
}
.whychoose__title {
  font-size: 60px;
  text-align: center;
  font-family: "Georgia Pro Cond Bold";
  text-transform: capitalize;
  margin-bottom: 1rem;
}
.whychoose__title span {
  color: #ffcb2e;
  font-size: 60px;
  text-align: center;
  font-family: "Georgia Pro Cond Bold";
}
.whychoose__card-container {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 2rem;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.whychoose__card {
  border-radius: 1.6rem;
  text-align: center;
  padding: 4rem 2.2rem;
  transition: 0.1s ease;
  /* transform: translate3d(0px, 0px, 0px);
  transition: all 0s ease 0s; */
  overflow: hidden;
  height: 32rem;
  border-radius: 16px;
  border: 1px solid #f2f2f2;
  box-shadow: 2px 8px 15px 0px rgba(0, 0, 0, 0.1);
  margin: 1rem 0;
  color: #000;
}
.whychoose__card h2 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 3rem;
  transition: 0.8s ease-in-out;
  font-family: "Georgia Pro Cond Bold";
}
.whychoose__card-img {
  display: block;
  transition: 0.8s ease-in-out;
}
.whychoose__card-img .img-gif {
  width: 100px;
  margin: 0 auto;
  transition: 0.8s ease-in-out;
}
.whychoose__card-content {
  transform: translateY(100px);
  opacity: 0;
  overflow: hidden;
  transition: 0.8s ease-in-out;
  text-align: center;
}
.whychoose__card-content p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.whychoose__card-content ul {
  padding: 36px 0 0 16px;
  text-align: left;
}
.whychoose__card-content ul li {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 1.2rem;
  text-transform: capitalize;
  position: relative;
}
.whychoose__card-content ul li::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 10px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffcb2e;
}

.textDivider {
  height: 3px;
  width: 40%;
  margin: 1.2rem auto;
  background: #ffc107;
  border-radius: 10px;
}

picture,
svg,
img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 550px) {
  .whychoose__card-container {
    display: block;
  }
}
@media (max-width: 850px) {
  .whychoose__card-container {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 990px) {
  .whychoose__card {
    height: auto;
    padding: 2rem;
  }
  .whychoose__card-content {
    transform: translateY(0);
    opacity: 1;
  }
  .whychoose__card-content ul li:last-child {
    margin-bottom: 2rem;
  }
}
@media (min-width: 991px) {
  .whychoose__card:hover ul {
    min-height: 50px;
  }
  .whychoose__card:hover h2 {
    margin-top: 2rem;
  }
  .whychoose__card:hover .whychoose__card-content {
    transform: translateY(0px);
    opacity: 1;
  }
  .whychoose__card:hover .whychoose__card-img .img-gif {
    width: 50%;
  }
  .whychoose__card:hover {
    padding: 2.2rem;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .whychoose__card {
    height: 37rem;
  }
  .whychoose__card:hover h2 {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1399px) {
  .whychoose__card {
    height: 40rem;
  }
}
@media (min-width: 1400px) {
  .whychoose__card {
    height: 35rem;
  }
  .whychoose__card:hover h2 {
    margin-top: 0;
  }
  .whychoose__card-content ul li {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.about-desktops-img {
  display: none;
}
@media (min-width: 768px) {
  .about-desktops-img {
    display: block;
  }
}

.about-desktops-mobileVersion {
  display: block;
}
.about-desktops-mobileVersion img {
  margin: auto;
  display: block;
}
@media (min-width: 768px) {
  .about-desktops-mobileVersion {
    display: none;
  }
}

.about-us {
  padding: 80px 0 0 0;
}
@media (min-width: 768px) {
  .about-us {
    display: none;
  }
}
@media (max-width: 768px) {
  .about-us {
    padding: 50px 0 0 0;
  }
}
.about-us .about-sec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding: 20px;
}
@media (max-width: 768px) {
  .about-us .about-sec {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
    padding-bottom: clamp(4rem, 2.5vw, 6rem);
  }
}
.about-us .about-sec .about-logo {
  margin: auto;
}
.about-us__logo {
  animation: zoom-in-zoom-out 5s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%;
  }
  50% {
    scale: 105%;
  }
  100% {
    scale: 100%;
  }
}
.about-top-imgs {
  top: -80px;
  position: relative;
}
@media (max-width: 768px) {
  .about-top-imgs {
    top: 0;
  }
}

.h-650 {
  height: 650px;
}
@media (max-width: 768px) {
  .h-650 {
    height: auto;
  }
}

.president-pac {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .president-pac {
    padding: 50px 0;
  }
}
.president-pac .president-sec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .president-pac .president-sec {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.president-pac .president-sec .circle-president {
  border-radius: 16px;
  height: 300px;
  border: 6px solid #ffcb2e;
}
.president-pac .president-sec .content-blod {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #4A4826;
}
.president-pac .president-sec .list-content ul {
  list-style: none;
  padding: 0;
}
.president-pac .president-sec .list-content ul li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 24px;
}
.president-pac .president-sec .list-content ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 12%;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  background-color: #ffc107;
  border-radius: 50%;
}
.president-pac .president-sec .list-content ul li .title-bold-content {
  font-size: 20px;
  color: #545037;
}
.president-pac__info {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.president-pac__main-card {
  background-color: #fff;
  color: #000;
  box-shadow: 2px 8px 15px 0px rgba(0, 0, 0, 0.1);
  border-left: 3px solid yellow;
  max-width: 350px;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
.president-pac__card {
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
}
.president-pac__name {
  background-color: yellow;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-family: "Georgia Pro Cond";
  display: block;
  position: absolute;
  bottom: -45px;
  left: 0;
  border-radius: 7px;
  padding: 7px;
}

@keyframes move-left-right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px); /* Adjust the distance as needed */
  }
  100% {
    transform: translateX(0);
  }
}
.your-element-class {
  background-color: #fff;
  color: #000;
  box-shadow: 2px 8px 15px 0px rgba(0, 0, 0, 0.1);
  border-left: 3px solid #ffcb2e;
  max-width: 350px;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  animation: move-left-right 7s infinite linear;
}

.text-contents {
  margin: -12px 0 30px 0;
  background: #ffcb2e;
  padding: 10px;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .text-contents {
    font-size: 14px;
  }
}

.bullet-points {
  color: #4a4826;
}

.success-story {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .success-story {
    padding: 50px 0;
  }
}
.success-story .success-story-sec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .success-story .success-story-sec {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}
.success-story .success-story-sec .success-story-img {
  margin-top: -60px;
}
@media (max-width: 768px) {
  .success-story .success-story-sec .success-story-img {
    margin-top: 0;
  }
}
.success-story .success-story-sec .invest-online ul {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  order: 2;
  z-index: 2;
}
@media (max-width: 767px) {
  .success-story .success-story-sec .invest-online ul {
    order: 1;
  }
}
.success-story .success-story-sec .invest-online ul li:after {
  content: "";
  display: inline-block;
  background: #deded4;
  position: absolute;
  height: 100%;
  width: 2px;
  left: 4px;
  top: 17px;
}
.success-story .success-story-sec .invest-online ul li {
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding-left: 30px;
  padding-bottom: 32px;
}
.success-story .success-story-sec .invest-online ul li span {
  font-size: 16px;
  font-weight: 400;
}
.success-story .success-story-sec .invest-online ul li:last-child:after {
  margin-bottom: 40px;
  display: none;
}
.success-story .success-story-sec .invest-online ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffcb09;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
}
.success-story .success-story-sec .invest-online ul li h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.success-story .success-story-sec .invest-online ul li:last-child {
  padding-bottom: 0;
}
.success-story .success-story-sec .invest-online ul li:after {
  content: "";
  display: inline-block;
  background: #deded4;
  position: absolute;
  height: 100%;
  width: 2px;
  left: 4px;
  top: 17px;
}
.success-story .success-story-sec .invest-online ul li {
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding-left: 30px;
  padding-bottom: 32px;
}
.success-story .success-story-sec .invest-online ul li:last-child:after {
  margin-bottom: 40px;
  display: none;
}
.success-story .success-story-sec .invest-online ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffcb09;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
}
.success-story .success-story-sec .invest-online ul li h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.success-story .success-story-sec .fadeInUp {
  animation-name: fadeInUp;
}

.mission-vision {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1019607843);
}
.mission-vision .param-content {
  display: grid;
  grid-template-columns: 50% 50%;
}
@media (max-width: 768px) {
  .mission-vision .param-content {
    grid-template-columns: 1fr;
  }
}
.mission-vision .param-content .our-mission {
  background: #ffcd08;
  padding: 100px;
}
@media (max-width: 768px) {
  .mission-vision .param-content .our-mission {
    padding: 30px;
  }
}
.mission-vision .param-content .our-mission .our-list {
  font-weight: 400;
  padding-bottom: 20px;
  position: relative;
}
.mission-vision .param-content .our-mission .our-list::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 10px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffcd08;
}
.mission-vision .param-content .our-vision {
  background: #fff;
  padding: 100px;
}
@media (max-width: 768px) {
  .mission-vision .param-content .our-vision {
    padding: 30px;
  }
}
.mission-vision .param-content .our-vision .our-list {
  font-weight: 400;
  padding-bottom: 20px;
  position: relative;
}
.mission-vision .param-content .our-vision .our-list::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 10px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
}

.font-28 {
  font-size: 24px !important;
  padding-bottom: 12px !important;
}

.cards-boxes-primary {
  background-color: #fff;
  border-radius: 24px;
  padding: 50px;
  height: 100%;
}

.cards-boxes-secondary {
  background-color: #ffcd08;
  border-radius: 24px;
  padding: 50px;
  height: 100%;
}

@media (max-width: 768px) {
  .order-2 {
    order: 2;
  }
}

.callback {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #ffcd08;
  top: 65%;
  right: 10px;
  z-index: 1000;
  cursor: pointer;
}
.callback__icon {
  display: grid;
  place-items: center;
  padding: 12px;
}
.callback__text {
  display: none;
  border-radius: 10px 0 0 10px;
  width: 200px;
  text-align: center;
  height: 50px;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffcd08;
  transition: all 0.5s ease-in-out;
  z-index: 1000;
  color: #000;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.callback:hover .callback__text {
  left: -190px;
  margin: 0;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}

.advantage {
  padding: 0;
}
.advantage__table-container {
  background-color: rgba(255, 203, 46, 0.17);
  padding: 50px;
  border-radius: 15px;
}
.advantage__table {
  padding: 10px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  overflow-x: scroll;
}
.advantage__table tr, .advantage__table td, .advantage__table th {
  padding: 16px;
  text-align: left;
}
.advantage__table tr > th {
  background-color: #ffcd08;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  width: 50%;
}
.advantage__table tr > td {
  font-size: 14px;
  font-weight: 400;
}
.advantage__table tr:nth-child(odd) {
  background-color: #fff;
}

.b-l-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 10px !important;
  border-left: 1px solid #fff;
}

.b-r-0 {
  border-top-right-radius: 0 !important;
}

.whysrm {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .whysrm {
    padding: 50px 0;
  }
}
.whysrm__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.whysrm__title h2 {
  text-align: center;
}
.whysrm__grid-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  width: 100%;
  justify-content: center;
}
.whysrm__card {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  transition: 0.6s ease;
}
.whysrm__card:hover {
  background-color: #ffcd08;
  transition: 0.6s ease;
}
.whysrm__card:hover img {
  background-color: #fff;
}
.whysrm__card img {
  width: 50px;
  height: 50px;
  background: #ffcd08;
  border-radius: 50px;
  padding: 10px;
}
.whysrm__card .text {
  font-size: 16px;
  font-weight: 400;
}

.partner-with-us {
  position: relative;
  padding: 80px 0;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .partner-with-us {
    padding: 50px 0;
  }
}
.partner-with-us .section-title {
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}
.partner-with-us .section-title::before {
  content: "";
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 180px 0;
  background-color: #ffcd08;
  position: absolute;
  top: -100px;
  z-index: -1;
}
.partner-with-us .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 5px;
  width: 80px;
  border-radius: 3px;
  background-color: #fff;
  bottom: 0;
}
.partner-with-us .sec-desc {
  text-align: justify;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding-top: 50px;
}
.partner-with-us .partner-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .partner-with-us .partner-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .partner-with-us .partner-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.partner-with-us .partner-cards .partner-card {
  background-color: #fff;
  color: #fff;
  border: none;
  border-radius: 15px;
  padding: 24px 16px 32px;
  cursor: pointer;
  z-index: 1;
  transition: background-color 0.3s ease;
  border-bottom: 3px solid #ffc107;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.partner-with-us .partner-cards .partner-card .card-icon {
  margin-bottom: 16px;
}
.partner-with-us .partner-cards .partner-card .card-icon img {
  max-width: 80px;
  margin: 0 auto;
}
.partner-with-us .partner-cards .partner-card h3 {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin-bottom: 16px;
}
.partner-with-us .partner-cards .partner-card ul {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  margin-bottom: 16px;
  list-style: none;
  text-align: left;
  padding-left: 20px;
  position: relative;
}
.partner-with-us .partner-cards .partner-card ul li {
  font-weight: 400;
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.partner-with-us .partner-cards .partner-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #ffc107;
  border-radius: 50%;
}

.m-centers {
  margin: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
}

.forms-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.forms-popup .popup-content {
  background: white;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 800px;
  position: relative;
  transform: translateY(100%);
  transition: transform 1s ease-in-out;
  top: 10%;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .forms-popup .popup-content {
    width: 90%;
  }
}
.forms-popup .popup-content .modal-parent-dev {
  display: grid;
  grid-template-columns: 50% auto;
}
@media (max-width: 768px) {
  .forms-popup .popup-content .modal-parent-dev {
    grid-template-columns: 1fr;
  }
}
.forms-popup .popup-content .modal-parent-dev .left-dev {
  padding: 40px;
}
.forms-popup .popup-content .modal-parent-dev .left-dev h2 {
  font-size: 28px;
  line-height: 25px;
  font-weight: 500;
  padding-bottom: 10px;
}
.forms-popup .popup-content .modal-parent-dev .right-dev {
  padding: 40px;
  display: flex;
  gap: 24px;
  background-color: #fbf8f0;
  align-items: center;
  border-radius: 0 15px 15px 0;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .forms-popup .popup-content .modal-parent-dev .right-dev {
    display: none;
  }
}
.forms-popup .popup-content .modal-parent-dev .right-dev img {
  margin: 0 auto;
}
.forms-popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  cursor: pointer;
  z-index: 999;
}

.forms-popup.show .popup-content {
  transform: translateX(0);
}

/* Style the play button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 30px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: none; /* Initially hide the play button */
  z-index: 10;
}

/* Hide the play button when video is playing */
video:playing + #playButton {
  display: none;
}

.form {
  width: 500px;
  margin: 0 auto;
  margin-top: 150px;
  font-family: sans-serif;
  background: #fff;
}

.form-elements {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}
.form-elements input {
  display: block;
  width: 100%;
  height: 40px;
  font-weight: 400;
  background: transparent;
  border-radius: 8px;
  border: solid 1px #ccc;
  transition: all 0.3s ease;
  padding: 0 15px;
}
.form-elements input:focus {
  border-color: #ffcd08;
}
.form-elements input:focus + label {
  font-size: 11px;
  top: -5px;
  font-weight: 400;
  color: #ffcd08;
}
.form-elements input:valid + label {
  font-size: 11px;
  font-weight: 500;
  top: -5px;
}
.form-elements label {
  position: absolute;
  cursor: text;
  z-index: 2;
  top: 13px;
  left: 10px;
  font-size: 12px;
  font-weight: 400;
  background: #fff;
  padding: 0 10px;
  color: #999;
  transition: all 0.3s ease;
}

.custom-select {
  position: relative;
}

select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  font-size: 12px;
  padding: 0 15px;
  height: 40px;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 8px;
  color: #999;
  font-weight: 400;
  cursor: pointer;
  transition: border-color 0.3s; /* Optional for smooth transition */
}

select:focus {
  border-color: #ffcd08;
  outline: none; /* Remove the default focus outline */
}

.custom-select::before,
.custom-select::after {
  content: "";
  position: absolute;
  right: 4rem;
  pointer-events: none;
}

.custom-select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  top: 55%;
}

.banner-video {
  display: flex;
  align-items: center; /* Vertically centers */
  justify-content: center; /* Horizontally centers, if needed */
  position: relative; /* Needed for absolute positioning of children */
}
.banner-video .banner-titles {
  position: absolute;
  left: 10%;
  top: 10%;
  color: #fff;
  text-shadow: 0px -1px 10px #443f21;
  font-size: 60px;
  font-weight: 600;
}
@media (max-width: 680px) {
  .banner-video .banner-titles {
    font-size: 28px;
  }
}

.contact-sections {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 40px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .contact-sections {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.contact-sections .contact-main {
  display: grid;
  grid-template-columns: 65% 30%;
  gap: 50px;
}
@media (max-width: 768px) {
  .contact-sections .contact-main {
    grid-template-columns: 1fr;
  }
}
.contact-sections .contact-main .contact-us-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.contact-sections .contact-main .contact-us-form .form-elements {
  margin: 0;
}
.contact-sections .contact-main .contact-us-form .form-elements input {
  height: 50px;
}
.contact-sections .contact-main .contact-us-form .form-elements select {
  height: 50px;
}
.contact-sections .contact-main .contact-us-form .form-elements .primary-btn {
  background: #ffcd08 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media (max-width: 768px) {
  .contact-sections .contact-main .right-dev {
    display: none;
  }
}

:root {
  font-size: 62.5%;
}

* {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  text-decoration: none;
}

.title {
  font-family: "Georgia Pro Cond Bold";
  color: #494522;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: clamp(3.2rem, 2.813vw, 4rem);
  margin-bottom: clamp(3.2rem, 2.813vw, 4rem);
}
@media (max-width: 768px) {
  .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    padding-bottom: clamp(2.4rem, 2.813vw, 4rem);
    margin-bottom: clamp(2.4rem, 2.813vw, 4rem);
  }
}
.title span {
  color: #ffcd08;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.sub-title {
  width: 100%;
  max-width: 700px;
  margin: auto;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.border-bottom {
  position: relative;
}
.border-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 5px;
  width: 80px;
  border-radius: 3px;
  background-color: #ffcd08;
  bottom: 0;
}

.border-bottom2 {
  position: relative;
}
.border-bottom2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 5px;
  width: 80px;
  border-radius: 3px;
  background-color: #fff;
  bottom: 0;
}

.card-border-btm {
  position: relative;
}
.card-border-btm::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  margin: auto;
  height: 5px;
  width: 80px;
  border-radius: 3px;
  background-color: #ffcd08;
  bottom: 0;
}

.yellow-bg {
  background: rgba(255, 203, 46, 0.17);
  padding: 100px 0;
}

.green-bg {
  background: rgba(174, 171, 135, 0.12);
  padding: 100px 0;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.auto-element {
  margin: auto;
}

.text-justify {
  text-align: justify;
}
@media (max-width: 768px) {
  .text-justify {
    text-align: left;
  }
}

.font-12 {
  font-size: 12px;
}

.font-16 {
  font-size: 16px;
}

.header-flex-item {
  display: flex;
  gap: 12px;
}

.line-primary {
  position: relative;
  padding-left: 80px;
}
@media (max-width: 768px) {
  .line-primary {
    padding-left: 44px;
  }
}
.line-primary::before {
  content: "";
  position: absolute;
  z-index: 999;
  width: 70px;
  height: 4px;
  top: 10px;
  left: 0;
  background-color: #ffcd08;
}
@media (max-width: 768px) {
  .line-primary::before {
    width: 30px;
  }
}

.our-list {
  font-weight: 400;
  padding-bottom: 20px;
  position: relative;
}
.our-list::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 10px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffcd08;
}

.text-black {
  color: #000;
}/*# sourceMappingURL=common.css.map */