@font-face {
  font-family: 'Jaturat';
  src: url('./assets/font-family/jatrut/Jaturat/Jaturat.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Clear Sans';
  src: url('./assets/font-family/clear-san/Clear Sans/Clear Sans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  font-family: "Jaturat", serif !important;
  color: rgb(255, 255, 255);
}

p {
  font-family: "Clear Sans", serif !important;
}

.main-content {
  background-color: #000;
}

.logo-2 {
  position: absolute;
  top: 20px;
  left: 5px;
}

.logo-title {
  font-size: 2em;
  font-weight: 400;
  font-style: italic;
  color: rgb(250, 251, 99);
  letter-spacing: 3px;
  margin-bottom: 0px;
}

.logo-sub_title {
  font-size: 10px;
  letter-spacing: 2.5px;
  font-weight: 700;
  font-style: italic;
  color: rgb(107, 255, 247);
}

.hero {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  text-align: center;
}

.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.hero h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: rgb(250, 251, 99);
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.hero button {
  background-color: #fefe4e;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.hero button:hover {
  background-color: #e5e53f;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }

  .hero button {
    font-size: 1rem;
    padding: 0.6rem 1.5rem;
  }
}

/* Footer */
[tabindex],
button {
  -webkit-tap-highlight-color: transparent;
}

/* Contact Us Section */
.Contact_us {
  position: relative;
  height: 600px;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  /* changed from relative */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.chat-section {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* center vertically */
  padding: 2rem 1rem;
  color: white;
}

.chat-label {
  background-color: #fafb63;
  padding: 10px 20px;
  font-size: 2rem;
  font-weight: 800;
  font-style: italic;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: inline-block;
  width: fit-content;
  margin-bottom: 1.5rem;
}

.contact-info h5 {
  font-size: 2rem;
  color: #fafb63;
  margin-bottom: 0.25rem;
}

.contact-info p {
  font-size: 1.25rem;
  color: #fff;
}

.contact-form .form-control {
  border: 1px solid #fff;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: transparent;
  color: #fff;
}

.contact-form textarea {
  resize: none;
}



/* Responsive */
@media (max-width: 767px) {
  .Contact_us {
    height: 800px;
  }

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

  .contact-info {
    gap: 2rem;
  }

  .contact-info h5,
  .contact-info p {
    font-size: 1.2rem;
  }

  .chat-label {
    font-size: 1.5rem;
  }

  .contact-form .btn-bg {
    font-size: 1rem;
  }

  .submit {
    width: 100% !important;
  }
}

/* Users Section */
.Users {
  background-color: black;
  padding: 3rem 1rem;
}

.section-title {
  background-color: #61f7f5;
  max-width: 100%;
  width: fit-content;
  margin: 0px 0px 20px 0px;
  padding: 0.5rem 1rem;
  text-align: center;
  border-radius: 1px;
}

.section-title h2 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 2em;
  font-weight: 700;
  font-style: italic;
  color: rgb(6, 15, 18);
  margin: 0;
}

.testimonial-card {
  position: absolute;
  top: -150px;
}

.testimonial-card p {
  font-size: 1em;
  font-weight: 400;
  padding: 1rem;
  width: 200px;
  height: 150px;
  margin: 0;
}

.testimonial-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-name {
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  padding: 1rem;
}

@media (max-width: 767px) {
  .testimonial-card {
    transform: scale(1);
    width: 100%;
    clip-path: none;
    -webkit-clip-path: none;
    padding: 1rem;
  }

  .testimonial-img {
    width: 100px;
    height: 100px;
  }

  .testimonial-card p {
    font-size: 1em;
  }

  .testimonial-name {
    text-align: center;
    font-size: 1em;
    padding: 0.5rem;
  }

  .clipped-wrapper {
    display: flex;
    justify-content: center;
  }
}

.swiper-slide img {
  width: 200px;
  height: 200px;
}

/* section-5 */
.quote-section {
  background-color: #000;
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}

.quote-text {
  max-width: 550px;
  font-size: 25px;
  line-height: 1.8;
  z-index: 2;
  position: relative;
}

/* Common style for quote icon groups */
.quote-icons {
  position: absolute;
  display: flex;
}

/* Top-left icons */
.quote-icons-top {
  top: 0;
  left: 0;
  transform: translate(80%, -90%);
}

/* Bottom-right icons */
.quote-icons-bottom {
  bottom: 0;
  right: 0;
  transform: translate(-80%, 80%);
}

/* Individual image */
.quote-img {
  width: 80px;
  height: auto;
  opacity: 0.95;
}

/* Responsive scaling */
@media (max-width: 768px) {
  .quote-text {
    font-size: 1.2rem;
  }

  .quote-img {
    width: 50px;
  }

}

@media (max-width: 480px) {
  .quote-text {
    font-size: 1rem;
  }

  .quote-img {
    width: 35px;
  }

  .quote-icons {
    opacity: 0.6;
  }
}

/* Our Clients */

.clients-section {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 4rem 2rem;
  width: 100%;
}

.clients-title {
  margin: 0;
  background-color: #fdfd57;
  padding: 10px 20px;
  color: #000;
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.2;
  display: flex;
  justify-content: start;
  flex-direction: column;
  margin-bottom: 50px;
  width: fit-content;
}

.clients-title .line-1,
.clients-title .line-2 {
  display: block;
}

@media (min-width: 992px) {
  .clients-title {
    flex-direction: row;
    gap: 0.5rem;
  }

  .clients-title .line-1,
  .clients-title .line-2 {
    display: inline;
  }

  .clients-metrics {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 3rem;
    flex-wrap: wrap;
  }

  .metric-item {
    max-width: 280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .metric-img {
    width: 180px;
    max-width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .clients-title {
    flex-direction: row;
    gap: 0.5rem;
  }

  .clients-title .line-1,
  .clients-title .line-2 {
    display: inline;
  }

  .clients-metrics {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 3rem;
    flex-wrap: wrap;
  }

  .metric-item {
    max-width: 280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .metric-img {
    width: 180px;
    height: auto;
    margin-bottom: 1.5rem;
  }
}

.metric-highlight {
  background-color: #faff00;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0rem 1rem;
  border-radius: 1px;
  font-family: "Orbitron", sans-serif;
  margin-bottom: 0.5rem;
}

.metric-description {
  font-size: 1rem;
  color: #adb5bd;
}

@media (max-width: 1199.98px) {
  .clients-title {
    font-size: 2rem;
  }

  .metric-img {
    width: 140px;
  }

  .metric-highlight {
    font-size: 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .clients-metrics {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }

  .metric-img {
    width: 120px;
  }

  .clients-title {
    font-size: 1.8rem;
  }

  .metric-highlight {
    font-size: 1.4rem;
    padding: 0.4rem 1rem;
  }
}

@media (max-width: 1024px) {
  .clients-title {
    font-size: 2rem;
  }

  .metric-img {
    width: 140px;
  }

  .metric-highlight {
    font-size: 1.5rem;
  }
}

@media (max-width: 600px) {
  .clients-metrics {
    flex-direction: column;
    gap: 2.5rem;
  }

  .metric-img {
    width: 120px;
  }

  .metric-highlight {
    font-size: 1.4rem;
    padding: 0.4rem 1rem;
  }

  .clients-title {
    font-size: 1.8rem;
  }
}

/* Ramesh CSS */
.row.hero-row {
  min-height: 60vh;
  align-items: center;
}

.text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-heading {
  font-size: 5rem;
  font-weight: bold;
  color: #00d4ff;
  line-height: 1;
}

/* .highlight {
  color: #ffd700;
} */

.sub-text {
  font-size: 1.2rem;
  color: #ccc;
  margin-top: 20px;
  max-width: 80%;
}

.image-col {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("./assets/skating.png");
  background-size: cover;
  background-position: center;
  height: 470px;
}

.circle-video {
  width: 90%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
  z-index: 1;
}

@media (max-width: 768px) {
  .main-heading {
    font-size: 2.5rem;
  }

  .sub-text {
    font-size: 0.9rem;
    max-width: 100%;
  }

  .image-col {
    padding: 10px;
  }

  .circle-video {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .row.hero-row {
    flex-direction: column-reverse;
    text-align: center;
    min-height: auto;
  }

  .text-col {
    padding: 20px;
  }

  .image-col {
    height: auto;
    padding: 15px;
  }

  .circle-video {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .main-heading {
    font-size: 3rem;
  }

  .sub-text {
    font-size: 1rem;
    max-width: 100%;
  }

  .circle-video {
    width: 100%;
  }
}

.special-section {
  padding: 50px 15px;
}

.zyko-banner {
  display: inline-block;
  background-color: #fdfd57;
  padding: 10px 20px;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 85% 75%, 85% 100%, 0% 100%);
}

.zyko-banner-special {
  display: flex;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: #fdfd57;
  padding: 10px 20px;
  color: #000;
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.2;
}

.section-heading {
  font-size: 3.5rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 2px;
  line-height: 1;
  display: inline-block;
}

.highlight1 {
  background-color: #ffd700;
  color: #000;
  position: relative;
  padding: 0 5px;
}

.highlight1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.highlight1 span {
  position: relative;
  z-index: 2;
}

.feature-card {
  text-align: center;
  margin-bottom: 30px;
}

.circle-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px;
  display: block;
  border: 2px solid #fff;
}

.feature-description {
  font-size: 1rem;
  color: #ccc;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .section-heading {
    font-size: 2rem;
  }

  .circle-image {
    max-width: 250px;
  }

  .feature-title {
    font-size: 1.2rem;
  }

  .feature-description {
    font-size: 0.9rem;
  }
}

.feature-item {
  text-align: center;
  padding: 30px 15px;
}

.feature-image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 30px;
}

.feature-line {
  width: 70px;
  height: 4px;
  background-color: #ffffff;
  margin: 0 auto 12px auto;
}

.feature-title {
  font-size: 22px;
  font-weight: 700;
  color: #f3f035;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.feature-description {
  color: #ffffff;
  font-size: 16px;
  font-family: "Arial", sans-serif;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .feature-image {
    width: 180px;
    height: 180px;
  }
}

/*  */
.why-choose-us {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  z-index: 1;
  gap: 2rem;
}

#background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

.content {
  z-index: 1;
  color: white;
  padding: 50px 15px;
}

.content h2 {
  color: #ffeb3b;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.2;
}

.content p {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.bars {
  display: flex;
  gap: 10px;
  justify-content: end;
}

.choose-2 {
  margin-top: 9rem;
}

.choose-3 {
  margin-top: 13rem;
}

@media (max-width: 767.98px) {
  .choose-2 {
    margin-top: 0;
  }

  .choose-3 {
    margin-top: 0;
  }

  .bars {
    justify-content: center;
  }
}


/*  */
.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.video-background video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.content1 {
  position: relative;
  z-index: 1;
  color: white;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  width: 50px;
  margin-right: 10px;
}

.logo-text {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00ffcc;
}

.logo-subtext {
  font-size: 0.8rem;
  color: #00ffcc;
}

.main-text {
  text-align: center;
  color: #ffeb3b;
  font-size: 4rem;
  font-weight: bold;
  text-transform: uppercase;
}

.main-text span {
  display: block;
}

.learn-more-btn {
  background-color: #ffeb3b;
  color: black;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  align-self: center;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.image-overlay img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.image-overlay img:nth-child(1) {
  transform: translate(10px, 10px);
  opacity: 0.3;
}

.image-overlay img:nth-child(2) {
  transform: translate(-10px, -10px);
  opacity: 0.5;
}

@media (max-width: 768px) {
  .main-text {
    font-size: 2.5rem;
  }
}

/*  */
.main-section-1 {
  height: 100%;
  position: relative;
  width: 100%;
}

.main-section-2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  overflow: hidden;
}

.main-section-3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.main-section-4 {
  height: 100%;
}

.main-section-5 {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  display: flex;
  justify-content: start;
  position: sticky;
  width: 100%;
  z-index: 1;
}

.main-section-6 {
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
  list-style: none;
}

.main-section-7 {
  font-weight: 700;
  overflow: hidden;
  padding: 12px 16px;
  text-overflow: ellipsis;
  transition: opacity 0.1s ease-out;
}

.main-section-8 {
  opacity: 0.7;
}

.main-section-9 {
  color: inherit;
  text-decoration: none;
}

/*  */
@media (min-width: 1200px) {
  .clients-title {
    flex-direction: row;
    gap: 0.5rem;
  }

  .clients-title .line-1,
  .clients-title .line-2 {
    display: inline;
  }
}

@media (max-width: 1024px) {
  .clients-title {
    font-size: 2rem;
  }

  .metric-img {
    max-width: 140px;
  }

  .metric-highlight {
    font-size: 1.5rem;
  }
}

@media (max-width: 600px) {
  .clients-metrics {
    flex-direction: column;
    gap: 2.5rem;
  }

  .metric-img {
    max-width: 100px;
  }

  .metric-highlight {
    font-size: 1.2rem;
  }

  .clients-title {
    font-size: 1.8rem;
  }
}

.carousel-item {
  transition: transform 1s ease-in-out;
}

button a {
  color: black;
}


.contact-btn {
  background-color: #ffeb3b;
  font-size: 1.5rem;
  padding-inline: 0.5rem;
  padding-block: 0.5rem;
  font-weight: 600;
  font-style: italic;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: inline-block;
}

.submit {
  background-color: #ffeb3b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}

.btn-big {
  color: black !important;
}

.btn-big:hover {
  color: black !important;
}

::-webkit-input-placeholder {
  color: white !important;
}

::-webkit-textarea-placeholder {
  color: white !important;
}

.no-spinner::-webkit-inner-spin-button,
.no-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no-spinner {
  -moz-appearance: textfield;
}

/* Social Icons */
.social_icons {
  position: fixed;
  top: 35%;
  z-index: 9999999;
  width: 0;
}

.social_icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  transform: translateX(-270px);
}

.social_icons ul li {
  display: block;
  align-items: center;
  margin: 5px;
  background: rgba(99, 139, 92, 0.5);
  width: 315px;
  text-align: right;
  padding: 7px 10px;
  border-radius: 0 30px 30px 0;
  transition: all 1s ease;
}

.social_icons ul li a {
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  justify-content: flex-end;
  width: 100%;
}

.social_icons ul li .label {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.social_icons ul li i {
  text-align: center;
  color: #000;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 20px;
  transform: rotate(0deg);
  transition: transform 1s ease;
}

.social_icons ul li:hover {
  transform: translateX(80px);
}

.social_icons ul li:hover i {
  transform: rotate(360deg);
}

.social_icons ul li#linkedin:hover {
  background-color: #0a66c2;
}

.social_icons ul li#linkedin:hover i {
  color: #0a66c2;
}

.social_icons ul li#whatsapp:hover {
  background-color: #25d366;
}

.social_icons ul li#whatsapp:hover i {
  color: #68a600;
}

.social_icons ul li#call:hover {
  background-color: #01459a;
}

.social_icons ul li#call:hover i {
  color: #01459a;
}