@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');

:root {
  --timeline-progress: 0%;
  --gradient-yellow: linear-gradient(165.72deg,
      #f8e07e 21.15%,
      /* Light yellow */
      #f0e035 81.93%
      /* Main yellow (#F0E035) */
    );
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'TomatoGrotesk';
  src: url('../upload/assets/TomatoGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'TomatoGrotesk';
  src: url('../upload/assets/TomatoGrotesk-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TomatoGrotesk';
  src: url('../upload/assets/TomatoGrotesk-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  font-family: 'TomatoGrotesk';
  font-size: 17px;
  color: #86868B;
  font-weight: 400;
  line-height: 130%;
  overflow-x: hidden !important;
}

p {
  font-family: 'TomatoGrotesk';
  font-size: 17px;
  font-weight: 300;
  line-height: 140%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'TomatoGrotesk';
}

h1 {
  font-size: 44px;
  font-weight: 500;
}

h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}

h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

h6 {
  font-size: 17px;
}

img {
  width: 100%;
  height: auto;
}

/* img {
 -webkit-transition: all 0.5s;
 -o-transition: all 0.5s;
 transition: all 0.5s;
 color: #f4f4f4;
} */
span,
a,
a:hover {
  /* display: inline-block; */
  text-decoration: none;
  color: inherit;
}

b {
  font-weight: 500;
}

/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea,
select {
  max-width: 100%;
  margin-bottom: 15px;
  padding: 14px 30px;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.25;
  font-size: 15px;
  font-weight: 400;
  color: #86868B;
  background-image: none;
  border: 1px dashed #ccc;
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 15px;
}

input,
input::placeholder {
  font-size: 15px;
}

textarea,
textarea::placeholder {
  font-size: 15px;
}


/* input:focus,
textarea:focus {
 border-bottom-width: 1px;
 border-color: #009846;
} */

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background: transparent;
  border: 0px solid transparent;
}

/* input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
 border: 0px solid transparent;
} */

/* select {
 padding: 10px;
 border-radius: 5px;
} */

table,
th,
tr,
td {
  border: 0px solid #f8f5f0;
}

th,
tr,
td {
  padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
}

input[type="submit"] {
  font-weight: 400;
  font-family: 'TomatoGrotesk';
  text-transform: uppercase;
  background: #009846;
  color: #fff;
  padding: 8px 24px;
  margin: 0;
  position: relative;
  font-size: 15px;
  letter-spacing: 3px;
}

.alert-success {
  background: transparent;
  color: #666;
  border: 1px solid #009846;
  border-radius: 0px;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #666;
  font-size: 15px;
  font-weight: 400;
}

:-moz-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #666;
}

/* blockquote */
blockquote {
  padding: 45px;
  display: block;
  position: relative;
  background-color: #f8f5f0;
  overflow: hidden;
  margin: 35px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
}

blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
}

blockquote:before {
  content: "\e645";
  font-family: "Themify";
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #222;
}

blockquote p {
  margin-bottom: 0;
}

blockquote p a {
  color: inherit;
}

blockquote cite {
  display: inline-block;
  font-size: 15px;
  position: relative;
  padding-left: 60px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: #009846;
  font-weight: 400;
}

blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: #009846;
}

/* ======= Helper style ======= */
.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

/* important */
.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100%;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.pattern {
  background-repeat: repeat;
  background-size: auto;
}

.bold {
  font-weight: 600;
}

.count {
  font-family: 'TomatoGrotesk';
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.v-bottom {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 0;
  -webkit-transform: translate(0%, -5%);
  transform: translate(0%, -5%);
}

.js .animate-box {
  opacity: 0;
}

:root {
  scroll-behavior: auto;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: none;
}

/* background & color */
.bg-blck {
  background: #222;
}

.bg-cream {
  background: #f8f5f0;
}

.color-1 {
  color: #fff;
}

.color-2 {
  color: #adadad;
}

.color-3 {
  color: #666;
}

.color-4 {
  color: #222;
}

.color-5 {
  color: #009846;
}

/* star - white  */
.star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 0.3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 8px;
}

.star:before,
.star:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}

.star:after {
  transform: rotate(35deg);
}

/* Star rating  */
.star-rating {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 0.3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 8px;
}

.star-rating:before,
.star-rating:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}

.star-rating:after {
  transform: rotate(35deg);
}

/* ======= Selection style ======= */
::-webkit-selection {
  color: #000000;
  background: #F0E035;
}

::-moz-selection {
  color: #000000;
  background: #F0E035;
}

::selection {
  color: #000000;
  background: #F0E035;
}

/* ======= Preloader style ======= */


/* Preloader Styles */
.preloader-bg,
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--gradient-yellow),
    url('https://assets.codepen.io/16327/noise.png');
  /* Replace with the path to your noise texture image */
  background-blend-mode: color-dodge;
  /* Blend the noise texture with the gradient */
  z-index: 999999;
}

#preloader {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-icon {
  position: absolute;
  bottom: 20px;
  /* Position logo at the bottom */
  left: 0;
  /* Start from left */
  transition: left 0.1s ease-in-out;
  /* Smooth transition for left property */
}

.loading-icon img {
  width: 150px;
  /* Adjust image size */
  height: auto;
}

.menu-icon {
  width: 26px;
  height: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.menu-icon span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.4s ease-in-out;
}

.menu-icon.open span:nth-of-type(1) {
  transform: translateY(8px) rotate(45deg);
  background-color: #000;
}

.menu-icon.open span:nth-of-type(2) {
  opacity: 0;
}

.menu-icon.open span:nth-of-type(3) {
  transform: translateY(-8px) rotate(-45deg);
  background-color: #000;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.loading-text {
  position: fixed;
  bottom: 80px;
  left: 40px;
  color: black;
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 500;
}

.loading-icon {
  position: absolute;
  bottom: 20px;
  /* Position logo at the bottom */
  left: 0;
  /* Start from the left */
  width: 100%;
  /* For alignment */
  display: flex;
  /* Flexbox layout */
  justify-content: flex-start;
  /* Align items to the start */
}

.loading-icon img {
  width: 80px;
  height: auto;
  position: absolute;
  bottom: 20px;
  left: 30px;
  transition: left 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.dotted-line {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  height: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  z-index: -1;
  /* Ensure it stays beneath the logo */
}

/* Fade-Out Effect */
/* .fade-out {
  transition: opacity 1s ease;
  opacity: 0;
} */





.highlight_overview_header {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
}

.highlight_overview_header.active {
  opacity: 1;
  transform: translateY(0);
}

/* Preloader Background */

/* .preloader-bg,
#preloader {
 position: fixed;
 width: 100%;
 height: 100%;
 background: linear-gradient(90deg, #cccccc, #ffffff);
 z-index: 999999;
 display: flex;
 align-items: center;
 justify-content: center;
}

#preloader-status {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
}

#battery-icon {
 position: relative; 
 font-size: 150px; 
 color: #009846;
 display: inline-block;
 width: 150px; 
 height: 80px; 
 margin-bottom: 20px;
}

.battery-container {
 position: absolute;
 top: 50px;
 left: 12px;
 width: 107px;
 height: 51px;
 display: flex;
 justify-content: flex-start;
 align-items: flex-end;
}

.battery-fill {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 0%;
 height: 100%;
 background-color: #009846;
 z-index: 0;
 border-radius: 8px;
 transition: width 0.1s ease;
}

.loading-text {
 color: #444;
 font-size: 24px;
 text-transform: uppercase;
 font-weight: 400;
 margin-top: 30px;
 text-align: center;
}

.fade-out {
 transition: opacity 1s ease;
 opacity: 0;
}

.highlight_overview_header {
 opacity: 0;
 transform: translateY(30px);
 transition: all 1s ease;
}

.highlight_overview_header.active {
 opacity: 1;
 transform: translateY(0);
} */



/* ======= Preloader style ======= */


/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0px;
  line-height: 1.5;
  display: block;
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #adadad;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #009846;
  border: 1px solid #009846;
}

/* === owl carousel nav style  === */
.clients .owl-theme .owl-nav,
.team .owl-theme .owl-nav,
.slider-grid-bg .owl-theme .owl-nav,
.news .owl-theme .owl-nav,
.pricing .owl-theme .owl-nav,
.testimonials .owl-theme .owl-nav,
.rooms-page .owl-theme .owl-nav,
.rooms3 .owl-theme .owl-nav,
.rooms2 .owl-theme .owl-nav,
.rooms1 .owl-theme .owl-nav {
  position: absolute !important;
  top: 35% !important;
  bottom: auto !important;
  width: 100%;
}

.clients .owl-theme .owl-nav,
.team .owl-theme .owl-nav,
.slider-grid-bg .owl-theme .owl-nav,
.news .owl-theme .owl-nav,
.pricing .owl-theme .owl-nav,
.testimonials .owl-theme .owl-nav,
.rooms-page .owl-theme .owl-nav,
.rooms3 .owl-theme .owl-nav,
.rooms2 .owl-theme .owl-nav,
.rooms1 .owl-theme .owl-nav {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.clients .owl-theme .owl-prev,
.team .owl-theme .owl-prev,
.slider-grid-bg .owl-theme .owl-prev,
.news .owl-theme .owl-prev,
.pricing .owl-theme .owl-prev,
.testimonials .owl-theme .owl-prev,
.rooms-page .owl-theme .owl-prev,
.rooms3 .owl-theme .owl-prev,
.rooms2 .owl-theme .owl-prev,
.rooms1 .owl-theme .owl-prev {
  left: 10px !important;
}

.clients .owl-theme .owl-next,
.team .owl-theme .owl-next,
.slider-grid-bg .owl-theme .owl-next,
.news .owl-theme .owl-next,
.pricing .owl-theme .owl-next,
.testimonials .owl-theme .owl-next,
.rooms-page .owl-theme .owl-next,
.rooms3 .owl-theme .owl-next,
.rooms2 .owl-theme .owl-next,
.rooms1 .owl-theme .owl-next {
  right: 10px !important;
}

.clients .owl-theme .owl-prev,
.clients .owl-theme .owl-next,
.team .owl-theme .owl-prev,
.team .owl-theme .owl-next,
.slider-grid-bg .owl-theme .owl-prev,
.slider-grid-bg .owl-theme .owl-next,
.news .owl-theme .owl-prev,
.news .owl-theme .owl-next,
.pricing .owl-theme .owl-prev,
.pricing .owl-theme .owl-next,
.testimonials .owl-theme .owl-prev,
.testimonials .owl-theme .owl-next,
.rooms-page .owl-theme .owl-prev,
.rooms-page .owl-theme .owl-next,
.rooms3 .owl-theme .owl-prev,
.rooms3 .owl-theme .owl-next,
.rooms2 .owl-theme .owl-prev,
.rooms2 .owl-theme .owl-next,
.rooms1 .owl-theme .owl-prev,
.rooms1 .owl-theme .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0;
  height: 50px;
  width: 50px;
  border-radius: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #272727;
  border: 1px solid #272727;
  line-height: 0;
  text-align: center;
  font-size: 16px;
}

.clients .owl-theme .owl-prev>span,
.clients .owl-theme .owl-next>span,
.team .owl-theme .owl-prev>span,
.team .owl-theme .owl-next>span,
.slider-grid-bg .owl-theme .owl-prev>span,
.slider-grid-bg .owl-theme .owl-next>span,
.news .owl-theme .owl-prev>span,
.news .owl-theme .owl-next>span,
.pricing .owl-theme .owl-prev>span,
.pricing .owl-theme .owl-next>span,
.testimonials .owl-theme .owl-prev>span,
.testimonials .owl-theme .owl-next>span,
.rooms-page .owl-theme .owl-prev>span,
.rooms-page .owl-theme .owl-next>span,
.rooms3 .owl-theme .owl-prev>span,
.rooms3 .owl-theme .owl-next>span,
.rooms2 .owl-theme .owl-prev>span,
.rooms2 .owl-theme .owl-next>span,
.rooms1 .owl-theme .owl-prev>span,
.rooms1 .owl-theme .owl-next>span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.clients .owl-theme .owl-nav [class*="owl-"],
.team .owl-theme .owl-nav [class*="owl-"],
.slider-grid-bg .owl-theme .owl-nav [class*="owl-"],
.news .owl-theme .owl-nav [class*="owl-"],
.pricing .owl-theme .owl-nav [class*="owl-"],
.testimonials .owl-theme .owl-nav [class*="owl-"],
.rooms-page .owl-theme .owl-nav [class*="owl-"],
.rooms3 .owl-theme .owl-nav [class*="owl-"],
.rooms2 .owl-theme .owl-nav [class*="owl-"],
.rooms1 .owl-theme .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  line-height: 34px;
  background: transparent;
  color: #fff;
  font-size: 11px;
  margin-right: 15px;
  margin-left: 15px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}

.clients .owl-theme .owl-nav [class*="owl-"]:hover,
.team .owl-theme .owl-nav [class*="owl-"]:hover,
.slider-grid-bg .owl-theme .owl-nav [class*="owl-"]:hover,
.news .owl-theme .owl-nav [class*="owl-"]:hover,
.pricing .owl-theme .owl-nav [class*="owl-"]:hover,
.testimonials .owl-theme .owl-nav [class*="owl-"]:hover,
.rooms-page .owl-theme .owl-nav [class*="owl-"]:hover,
.rooms3 .owl-theme .owl-nav [class*="owl-"]:hover,
.rooms2 .owl-theme .owl-nav [class*="owl-"]:hover,
.rooms1 .owl-theme .owl-nav [class*="owl-"]:hover {
  transform: scale(0.9);
  background: transparent;
  border: 1px solid #b19777;
  color: #fff;
}

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

  .clients .owl-theme .owl-nav,
  .team .owl-theme .owl-nav,
  .slider-grid-bg .owl-theme .owl-nav,
  .news .owl-theme .owl-nav,
  .pricing .owl-theme .owl-nav,
  .testimonials .owl-theme .owl-nav,
  .rooms-page .owl-theme .owl-nav,
  .rooms3 .owl-theme .owl-nav,
  .rooms2 .owl-theme .owl-nav,
  .rooms1 .owl-theme .owl-nav {
    display: none;
  }
}

.news .owl-theme .owl-nav [class*="owl-"] {
  opacity: 0;
}

.news .owl-theme:hover .owl-nav [class*="owl-"] {
  opacity: 1;
}

/* ======= Section style ======= */
.section-padding {
  padding: 100px 0;
}

.section-padding-2 {
  padding: 150px 0;
}

.detail-header-padding {
  padding: 140px 0;
}

.header-padding {
  padding: 200px 0;
}

.section-padding2 {
  padding: 0 0 120px 0;
}


.section-subtitle {
  font-size: 15px;
  font-family: 'TomatoGrotesk';
  font-weight: 400;
  color: #666;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 6px;
  margin-bottom: 5px;
}

.section-subtitle span {
  color: #009846;
}

.section-title {
  font-size: 46px;

  font-weight: 400;
  color: #222;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.25em;
}

.section-title span {
  color: #fff;
}

/* ======= Navbar style ======= */
.navbar {
  /* position: absolute; */
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff00;
  z-index: 99;
  padding-right: 0;
  padding-left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.navbar-toggler-icon {
  background-image: none;
}

.navbar .navbar-toggler-icon,
.navbar .icon-bar {
  color: #fff;
}

.navbar .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #2B2A29;
  line-height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 20px 40px;
  align-items: center;
  display: flex;

}

.navbar .navbar-nav .nav-link.nav-color {
  color: #fff;
}

.navbar .navbar-nav .nav-link:hover {
  color: #000;
}

.navbar .navbar-nav .active {
  color: #000 !important;
}

.navbar .navbar-nav .active i {
  color: #000;
}

.nav-scroll {
  background: #fff;
  padding: 0 0 0 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
  box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
  height: 90px;
}

.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
  color: #009846;
}

.nav-scroll .navbar-nav .nav-link {
  color: #222;
}

.nav-scroll .navbar-nav .active {
  color: #009846 !important;
}

.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #fff;
}

.nav-scroll .logo-img {
  width: 160px;
}

.nav-scroll .logo-img {
  margin-bottom: 0px;
}



.nav-scroll .logo-wrapper .logo span {
  display: block;
  font-family: 'TomatoGrotesk';
  font-size: 10px;
  color: #222;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  margin-top: 0px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.nav-scroll .logo-wrapper {}

.logo-wrapper {
  float: left;
}



.logo-wrapper .logo span {
  display: block;
  font-family: 'TomatoGrotesk';
  font-size: 10px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  margin-top: 0px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.logo {
  padding: 0;
}

.logo-img {
  width: 200px;
  text-align: center;
}

.dropdown .nav-link i {
  padding-left: 5px;
  font-size: 8px;
  color: #009846;
}

.mini_nav_item .nav-link i {
  padding-left: 5px;
  font-size: 8px;
  color: #ffffff;
}

.nav-scroll .dropdown .nav-link i {
  color: #222;
}

.nav-scroll .navbar-nav .active i {
  color: #009846;
}

.navbar .dropdown-menu .dropdown-item {
  padding: 8px 0;
  font-family: 'TomatoGrotesk';
  font-size: 16px;
  font-weight: 400;
  color: #2B2A29;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: transparent;
}

.navbar .dropdown-menu .dropdown-item span {
  display: block;
  cursor: pointer;
}

.navbar .dropdown-menu .dropdown-item i {
  padding: 13px 0 0 5px;
  font-size: 8px;
  float: right;
}

.navbar .dropdown-menu .dropdown:hover>.dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
  color: #009846;
}

.navbar .dropdown-toggle::after {
  display: none;
}

.navbar .dropdown-menu {
  /* box-shadow: 0 16px 50px rgb(0 0 0 / 7%); */
}

.navbar .dropdown-menu li:last-child {
  border-bottom: none;
}

.navbar .dropdown-menu .dropdown-menu.pull-left {
  top: 0;
  left: auto;
  right: 100%;
}

/* Navbar Media Query */
@media screen and (min-width: 1299px) {
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    padding: 0 20px;
    border: none;
    border-top: 1px solid #f4f4f4;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

  }

  .navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 5px);
    top: -10px;
    right: auto;
    min-width: 190px;
    transform: translateY(0);
  }

  .navbar .dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}


@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
    background: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    /* height: 100px; */
  }

  .nav-scroll {
    background: #fff;
  }

  .logo-wrapper {
    float: left;
    padding: 26px 0 26px 15px;
  }

  .nav-scroll .logo-wrapper {
    padding: 26px 0 26px 15px;
    background-color: transparent;
  }

  .nav-scroll .logo-img {
    width: 160px;
  }

  .navbar .logo {
    text-align: left;
    margin-left: 0px;
  }

  .nav-scroll .logo {}

  .logo-img {
    margin-bottom: 0px;
    width: 165px;
    padding: 0;
  }

  .navbar button {
    margin-right: 0px;
    outline: none !important;
    background: transparent;
    /* margin-top: 10px; */
    border: none;
  }

  .navbar button:hover {
    background: transparent;
  }

  .navbar button:active,
  .navbar button:focus,
  .navbar button:hover {
    background: transparent;
    outline: none;
    color: transparent !important;
  }

  .navbar .container {
    max-width: 100%;
    padding: 0;
  }

  /* .navbar .nav-link {
   margin: 0px auto !important;
 } */
  .navbar .navbar-nav .nav-link {
    color: #222;
  }

  .nav-scroll .navbar-collapse .nav-link {
    color: #222 !important;
  }

  .nav-scroll .navbar-collapse .active {
    color: #009846 !important;
  }

  .navbar .dropdown-menu .dropdown-item {
    padding: 0 15px;
    font-size: 15px;
    line-height: 40px;
  }

  .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
    font-weight: 400;
  }

  .navbar .dropdown-submenu .dropdown-toggle::after {
    right: 15px;
    font-size: 13px;
  }

  .navbar .dropdown-submenu:hover>.dropdown-toggle::after {
    transform: rotate(0deg);
  }

  .navbar .dropdown-submenu .dropdown-toggle.show::after {
    transform: rotate(90deg);
  }

  .navbar .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #fff;
    box-shadow: none;
  }

  .navbar .dropdown-submenu .dropdown-menu {
    margin: 0;
    padding: 0 0 0 20px;
  }

  .navbar .dropdown-menu li a {
    padding: 0 15px;
  }

  .navbar .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown .nav-link i {
    color: #222;
  }

  .nav-scroll .dropdown .nav-link i {
    color: #222;
  }

  .nav-scroll .dropdown .nav-link.active i {
    color: #009846;
  }
}

@media screen and (max-width: 1199px) {
  .navbar .navbar-collapse {
    /* height: 450px; */
    /* overflow: auto; */
    /* height: auto; */
    /* overflow: scroll; */
    background: #ffffff;
    text-align: left;
    padding: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    /* padding: 0 20px 20px 20px; */
  }

  .navbar-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s cubic-bezier(0.5, 0, 0.5, 1);
  }

  .navbar-collapse.show {
    max-height: 100vh;
  }


  /* Default hidden state */
  .dropdown-menu.dropdown-wide {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    visibility: hidden;
  }

  /* Visible state */
  .dropdown-menu.dropdown-wide.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }





  .navbar .navbar-nav .nav-link {
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
  }

  body.noscroll {
    overflow: hidden;
  }

  /* .nav-item {
   border-bottom: 1px solid #e6e6e6;
 } */

  .navbar .navbar-nav .nav-active-icon {
    display: none;
  }
}


/* ======= Slider style (Inner Page Slider) ======= */
.slider .owl-item {
  height: 100vh;
  position: relative;
}

.slider .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider .item .caption {
  z-index: 9;
}

.slider .owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 3%;
  right: 12%;
  text-align: right;
}

.slider .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 3px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #009846;
  border: 1px solid #009846;
}

/* bounce */
.header .arrow {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  z-index: 8;
}

.header .arrow.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.header .arrow i {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
}

.header .arrow i:hover {
  border: 1px solid #009846;
}

.header .arrow i:hover:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}


.position-relative {
  position: relative !important;
}

/* go home */
.go-back {
  margin-top: 45px;
}

.go-back a {
  color: #fff;
  display: inline-block;
  font-family: 'TomatoGrotesk';
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.go-back a:hover {
  color: #009846;
}

.go-back a span {
  transition: all 0.5s;
}

.go-back a span i {
  color: #fff;
  font-size: 12px;
}

.go-back a:hover span {
  padding-right: 15px;
}


/* ======= Footer style ======= */
.footer {
  position: relative;
  display: block;
  background-color: #FAFAFA;
}

.footer-top {
  position: relative;
  display: block;
  padding: 30px 0;
  z-index: 1;
  border-bottom: 1px solid #DDDDDD;
}

/* .footer-top .footer-column {
 margin-bottom: 30px;
} */
.footer-title {
  font-size: 22px;
  color: #151515;
  margin-bottom: 20px;
  font-weight: 500;
  margin-top: 30px;
}

.footer-about-text {
  font-size: 15px;
  color: #adadad;
  margin: 0;
}

.footer-about-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.footer-about-social-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-about-social-list a+a {
  margin-left: 15px;
}

.footer-about-social-list a:hover {
  background-color: transparent;
  color: #009846;
}

.footer-explore-list li+li {
  margin-top: 3px;
}

.footer-explore-list li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #adadad;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-about h2 {
  color: #86868b;
}

.footer-about h2 span {
  color: #009846;
}

.footer-explore-list li a:hover {
  padding-left: 15px;
  color: #009846;
}

.footer-explore-list li a:before {
  position: absolute;
  top: 55%;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #009846;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-explore-list li a:hover:before {
  opacity: 1;
}

.footer-contact {
  position: relative;
  display: block;
}

.footer-contact .footer-title {
  margin-bottom: 20px;
}

.footer-contact-text {
  margin: 0;
  padding-bottom: 20px;
  font-size: 17px;
  color: rgba(21, 21, 21, 0.6);
  margin-bottom: 3px;
  font-weight: 500;
  line-height: 130%;
}

.footer-contact-info p {
  margin: 0;
}

.footer-contact-phone {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-contact-phone:hover {
  color: #fff;
}

.footer-contact-mail {
  font-size: 15px;
  line-height: 3em;
  color: #fff;
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-contact-mail:hover {
  color: #fff;
}

.footer-contact-mail:before {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #009846;
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-contact-mail:hover:before {
  background-color: #009846;
}

/* language */
.footer-language {
  width: 160px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 30px;
}

.footer-language i {
  position: absolute;
  right: 30px;
  top: 17px;
  font-size: 15px;
  opacity: 0.6;
  color: #adadad;
}

.footer-language select {
  height: 50px;
  background: #282828;
  color: #adadad;
  border: 1px solid #282828;
  border-radius: 0px;
}

.footer-language select option {
  color: #fff;
}

.contact-info {
  position: relative;
  display: block;
}

.contact-info a {
  display: block;
  font-size: 17px;
  color: rgba(21, 21, 21, 0.6);
  font-weight: 500;
}

.social-info {
  position: relative;
  display: block;
}

.social-info a {
  display: block;
  font-size: 17px;
  color: rgba(21, 21, 21, 0.6);
  font-weight: 500;
}

/* select {
 width: 160px;
 max-width: 100%;
 height: 70px;
 padding: 0 30px;
 border: 1px solid #adadad;
 color: #adadad;
 -webkit-appearance: none;
 -moz-appearance: none;
} */

.footer-bottom {
  position: relative;
  display: block;
  background-color: #dbdddc;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.05);
  padding: 32px 0;
}

.footer-bottom-inner {
  position: relative;
  display: block;
  text-align: center;
}

.footer-bottom-copy-right {
  font-size: 17px;
  color: rgba(21, 21, 21, 0.6);
  margin: 0;
  line-height: 120%;
}

.footer-bottom-copy-right span {
  color: #151515;
  font-weight: 500;
}

.footer-bottom-copy-right a {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-bottom-copy-right a:hover {
  color: #009846;
}

/* ======= toTop Button style ======= */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "themify";
  content: "\e648";
  text-align: center;
  line-height: 45px;
  font-size: 12px;
  font-weight: 700;
  color: #323232;
  left: 0;
  top: 0;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.progress-wrap::after {
  color: #F0E035;
}

.progress-wrap svg.progress-circle path {
  stroke: #F0E035;
}

/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #000;
}

[data-overlay-darkgray]:before {
  background: #222;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}

[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
  color: #fff;
}

[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
  color: #999;
}

[data-overlay-dark] p {
  color: #fff;
}

[data-overlay-darkgray] p {
  color: #999;
}

[data-overlay-light] p {
  color: #999;
}

[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}



@media screen and (max-width: 991px) {
  .bg-fixed {
    background-attachment: scroll !important;
  }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }

  .header .caption h1 {
    font-size: 40px;
  }

  .video-fullscreen-wrap .booking-box,
  .kenburns-inner .booking-box,
  .banner-header .booking-box {
    display: none;
  }
}


.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.navbar_choras_tech {
  display: flex;
  position: relative;
}

.choras_tech_menubar {
  background-color: #F4F4F2;
  border-radius: 10px;
}

.choras_tech_navlink:after {
  background: #bbbfbb;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: -1px;
  width: 1px;
}

.choras_tech_navlink {
  position: relative;
}

.choras_tech_header_btn {
  position: relative;
  display: inline-block;
  line-height: 100%;
}

.choras_tech_header_btn a {
  background: #F0E035;
  font-size: 15px;
  font-weight: 500;
  padding: 20px 40px;
  margin: 0;
  position: relative;
  border-radius: 100px;
  /* Round button */
  display: inline-block;
  overflow: hidden;
  /* Ensures hover effect respects the border-radius */
  text-decoration: none;
  color: inherit;
}

.choras_tech_header_btn a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  z-index: 1;
  border-radius: inherit;
  /* Match the parent border-radius */
  transition: width 0.3s ease-in-out;
  /* Smooth width expansion */
}

.choras_tech_header_btn a span {
  position: relative;
  z-index: 2;
  /* Ensure text is above the hover effect */
  color: inherit;
}

.choras_tech_header_btn a:hover:after {
  width: 100%;
  /* Full width on hover */
}

.choras_tech_header_btn a:hover span {
  color: #ffffff;
}

.header_followus_btn {
  line-height: 100%;
}

.choras_tech_hero_area {
  display: block;
  position: relative;
  background-color: #F4F4F2;
  border-radius: 20px;
}

.choras_tech_hero_content {
  display: block;
  position: relative;
}

.choras_tech_hero_content h1 {
  font-size: 60px;
  font-weight: 500;
  color: #000000;
  line-height: 100%;
  margin: 0;
}

.choras_tech_hero_image {
  display: block;
  position: relative;
  padding-top: 80px;
}

.choras_tech_hero_image img {
  max-width: 100%;
}

.choras_tech_hero_content_span {
  color: #F0E035;
}

.image_corner {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.left_content_service {
  display: block;
  position: relative;
}

.service_single_area {
  display: flex;
  position: relative;
  padding: 30px;
  border-radius: 20px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.service_single_area:last-child {
  margin-bottom: 0;
}

.service_single_area.blue {
  background-color: #9DC4F5;
}

.service_single_area.pink {
  background-color: #FFCADC;
}

.service_single_area.yellow {
  background-color: #FBE74E;
}

.service_single_icon {
  display: block;
  position: relative;
}

.service_single_icon img {
  width: 30px;
}

.service_single_tagname {
  display: inline-block;
  position: relative;
  align-content: center;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px 25px;
  border-radius: 40px;
}

.service_single_tagname p {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  color: #000000;
}

.service_main_content {
  display: block;
  position: relative;
}

.service_header_content {
  display: block;
  position: relative;
}

.service_header_content h3 {
  font-size: 32px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 54px;
}

.right_content_service {
  display: block;
  position: relative;
  background: #f4f4f2;
  padding: 30px;
  border-radius: 20px;
}

.right_side_content_area {
  display: block;
  position: relative;
}

.right_side_content_area h4 {
  font-size: 26px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 140px;
}

.right_side_content_area_image {
  display: block;
  position: relative;
}

.right_side_content_area_image img {
  width: 80px;
}

/* .choras_technology_section_main_row {
 display: flex;
 align-items: stretch;
 justify-content: space-between;
}

.left_content_service,
.center_content_service {
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 height: 100%;
 box-sizing: border-box;
} */

.sticky-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  box-sizing: border-box;


  /* position: relative;
 overflow: hidden; */
}

.service_single_area, .sticky-right {
  opacity: 0;
}

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


.header-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
}

.lottie-container {
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
}


#globe_contours {
  position: absolute;
  display: block;
  width: 100% !important;
  height: 100vh !important;
  margin: 0 auto;
  opacity: 1;
}


.choras_space,
.choras_wrapper {
  width: 100%;
  min-height: 120px;
}

.choras_wrapper {
  padding-bottom: 50px;
}

.card-choras_wrapper {
  width: 100%;
  perspective: 500px;
  margin-bottom: 50px;
}

.card-choras_wrapper:last-child {
  margin-bottom: 0;
}

.choras_cards {
  width: 100%;
  margin: 0 auto;
}

.card_special {
  width: 100%;
  padding: 70px 100px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.choras_features_content_area {
  display: block;
  position: relative;
  width: 450px;
}

.choras_features_content_area h2 {
  font-size: 42px;
  font-weight: 500;
  color: #000;
  line-height: 100%;
  margin-bottom: 35px;
}

.choras_features_content_area p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #86868B;
  margin-bottom: 35px;
}

.choras_features_content_area a {
  display: flex;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: #E9CC00;
  margin: 0;
}

.choras_features_content_area a img {
  width: 28px;
  margin-right: 12px;
}

.yellowtone_bg {
  background-color: #F4F4F2;
}


.whatsapp_dp_area_image_1 {
  display: block;
  position: relative;
  margin-bottom: 100px;
}

.whatsapp_dp_area_image_1 img {
  max-width: 100%;
}

.whatsapp_dp_area_image_2 {
  display: block;
  position: relative;
  margin-top: 100px;
}

.whatsapp_dp_area_image_2 img {
  max-width: 100%;
}

.whatsapp_feature_content {
  display: block;
  position: relative;
}

.whatsapp_feature_content h2 {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  line-height: 110%;
  text-align: center;
  margin: 0;
}

.whatsapp_chat_demo_wrapper {
  background-image: url("../upload/home/Chat_image.webp");
  padding: 200px 0;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  /* Centers content horizontally */
  align-items: center;
  /* Centers content vertically */
  height: 100vh;
  /* Make the wrapper take full viewport height */
}

.whatsapp_chat_demo_wrapper .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.whatsapp_chat_demo_wrapper .row {
  display: flex;
  justify-content: center;
  /* Aligns the content horizontally */
  align-items: center;
  /* Aligns the content vertically */
  width: 100%;
}

.whatsapp_chat_demo_wrapper .col-lg-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.whatsapp_chat_area {
  display: block;
  position: relative;
  opacity: 0;
  /* Initially hidden */
  margin-bottom: 30px;
}

.whatsapp_chat_area:last-child {
  margin-bottom: 0;
}

.whatsapp_chat_area img {
  max-width: 75%;
}

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

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

.process_main_area_section {
  display: block;
  position: relative;
}

.process_main_area_section h2 {
  font-size: 42px;
  font-weight: 500;
  color: #000;
  line-height: 110%;
}

.process_main_area_span {
  color: #E9CC00;
}

.process_section_area {
  display: block;
  position: relative;
  padding: 40px 30px 0 30px;
  background-color: #F4F4F2;
  border-radius: 20px;
  overflow: hidden;
}

.pt-80 {
  padding-top: 80px;
}

.process_section_content {
  display: block;
  position: relative;
}

.process_section_content h3 {
  font-size: 32px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 20px;
}

.process_section_content p {
  font-size: 17px;
  color: #86868B;
  font-weight: 400;
  margin-bottom: 50px;
}


.lottie_section_area_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.main_scroll_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5000;
  color: white;
  font-size: 54px;
  opacity: 0;
  filter: blur(10px);
}

.footer_top_area {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid #dadada
}

.footer_top_area_content {
  display: block;
  position: relative;
}

.footer_top_area_content h1 {
  font-size: 100px;
  font-weight: 600;
  color: #000;
  line-height: 100%;
  margin-bottom: 0;
}

.footer_top_area_social_links {
  display: flex;
  position: relative;
  align-items: end;
}

.footer_top_area_social_links a img {
  width: 48px;
}

.footer_top_area_social_links a:first-child {
  margin-right: 10px;
}

.pr-60 {
  padding-right: 60px;
}

.footer_bottom_area {
  display: block;
  position: relative;
  padding-top: 50px;
}

.footer_bottom_contact_area {
  display: block;
  position: relative;
}

.footer_bottom_contact_area h5 {
  font-size: 17px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer_bottom_contact_area p {
  font-size: 17px;
  color: #86868b;
  font-weight: 40;
  margin-bottom: 0;
  line-height: 130%;
}

.subscribe-box {
  display: flex;
  align-items: center;
  border: 2px solid #F0E035;
  border-radius: 0;
  padding: 0px 10px;
  max-width: 360px;
  /* margin: 0 auto; */
  background-color: #f9f9f9;
}

.subscribe-box input[type="email"] {
  border: none;
  outline: none;
  flex: 1;
  padding: 10px;
  font-size: 26px;
  border-radius: 20px;
  background: none;
  margin: 0;
}

.subscribe-box button {
  border: none;
  /* background: #007bff; */
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}


.subscribe-box button .arrow-icon {
  margin-left: 5px;
  display: inline-block;
}

input,
input::placeholder {
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  color: #CBCBCB;
}

.footer_bottom_subscribe_area {
  display: block;
  position: relative;
  padding-top: 50px;
  justify-self: right;
  justify-items: right;
}

.footer_copyright_area {
  display: block;
  position: relative;
  margin-top: 120px;
}

.footer_copyright_area p {
  font-size: 15px;
  color: #86868b;
  font-weight: 40;
  margin-bottom: 0;
  line-height: 130%;
}

.whatsapp_dp_area_image_1 img, .whatsapp_dp_area_image_2 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.mobile_display_only {
  display: block;
}

.mmt_20 {
  margin-top: 0;
}

.mmt_30 {
  margin-top: 0;
}

.footer_bottom_contact_area a {
  display: block;
}