/* Remove unnecessary font-face for Georgia - use Google Fonts link or system font */
/* Brand highlight for text selection */
::selection {
  background: #ff0000;
  color: #000;
}

/* Global reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  font-family: "Inter";
}

/* More accessible line height globally */
html,
body {
  font-family: "Inter";
  line-height: 1.6;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: #000 !important;
  color: #fff;
  overflow-x: hidden;
}

/* Visually hidden utility for a11y if needed */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* --- Hero Section --- */
.hero-section {
  padding-top: 70px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  /*min-height: 100vh;*/
  background-color: #fff;
  overflow: hidden;
}

.hero-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 700px;
  display: flex;
  align-items: center;
  padding: 0 3%;
  margin-left: 30px;
}

.hero-content {
  width: 100%;
  z-index: 2;
  max-width: 55%;
}

.hero-title {
  font-size: 80px;
  font-weight: 700;
  line-height: 110px;
  margin-bottom: 20px;
  color: #000;
}

.text-gray {
  color: #aaa;
  margin-right: 13px;
}

.hero-description {
  font-size: 14px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.6;
  max-width: 100%;
}

.vector-lines {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100vh;
  z-index: 1;
}

.vector-lines svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: drawLine 2s forwards;
  stroke: #00000033 !important;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

/* --- Hero Responsive --- */
@media (min-width: 1441px) and (max-width: 1920px) {
  .hero-description {
    font-size: 22px;
  }
}

@media (max-width: 1300px) {
  .hero-title {
    font-size: 80px;
    line-height: 90px;
  }
}

@media (max-width: 1024px) {
  .hero-title {
    font-size: 60px;
    line-height: 70px;
  }
  .hero-content {
    width: 70%;
    max-width: 70%;
  }
  .vector-lines {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    justify-content: center;
    padding: 25% 5% 10% 5%;
  }
  .hero-content {
    width: 100%;
    max-width: 100%;
  }
  .hero-title {
    font-size: 48px;
    line-height: 58px;
  }
  .hero-description {
    font-size: 16px;
    width: 100%;
        max-width: 300px;
  }
  .vector-lines {
    width: 100%;
    height: 100%;
    opacity: 0.3;
  }
}

@media (max-width: 576px) {
  .hero-description {
    font-size: 16px;
  }
  .hero-title {
    font-size: 42px;
    line-height: 52px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 36px;
    line-height: 46px;
  }
  .text-gray {
    display: inline-block;
  }
}

/* --- About Section --- */
.about-section {
  background-color: #000;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}

.about-container {
  max-width: 1920px;
  margin: 0 auto;
}

.about-header {
  padding-top: 60px;
}

.about-title {
  width: 361px;
  margin-left: 185px;
  font-family: "Georgia";
  font-weight: 400;
  font-style: italic;
  font-size: 26px;
  color: #fff;
}

.yellow-line {
  width: 1735px;
  height: 1px;
  margin-left: 185px;
  margin-top: 24px;
  border: 1px solid #ff0000;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-text-container {
  margin-left: 190px;
  margin-top: 120px;
  z-index: 2;
}

.vision-title {
  width: 30vw;
  font-family: "Inter";
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 36px;
  margin-top: 40px;
}

.about-paragraph {
  font-family: "Inter";
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  width: 33vw;
}

.first-paragraph,
.second-paragraph {
  color: #ffffffcc;
}

.first-paragraph {
  margin-bottom: 43px;
}

.vector-container {
  position: absolute;
  width: 2003px;
  height: 558px;
  top: 372px;
  left: -83px;
  z-index: 1;
  pointer-events: none;
}

.vector-line {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-image-container {
  filter: grayscale(100%);
  width: 100%;
  max-width: 923px;
  z-index: 2;
  margin-top: 120px;
  overflow: hidden;
}

.about-image {
  margin-top: 45px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* --- About Responsive --- */

@media(width : 1024px), (width: 1280px){
  .about-image{
    margin-top: 10rem;
  }
}


@media only screen and (max-width: 767px) {
  .about-title {
    margin-left: 20px;
    font-size: 22px;
  }
  .yellow-line {
    margin-left: 20px;
    width: calc(100% - 40px);
  }
  .about-text-container {
    margin-left: 20px;
    margin-top: 10px;
    width: calc(100% - 40px);
  }
  .vision-title,
  .about-paragraph {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }
  .about-image-container {
    margin-top: 40px;
    padding: 0 20px;
  }
  .vector-container {
    display: none;
  }
}

/* Added specific media query for high-resolution mobile screens like Samsung Galaxy S24 and Google Pixel 8 Pro */
@media only screen and (width: 1px) and (max-width: 1400px) and (max-height: 3000px) {
  .about-content {
    flex-direction: column;
    align-items: center;
  }

  .about-title {
    margin-left: 40px;
    font-size: 28px;
    width: auto;
  }

  .yellow-line {
    margin-left: 40px;
    width: calc(100% - 80px);
  }

  .about-text-container {
    margin-left: 40px;
    margin-top: 80px;
    width: calc(100% - 80px);
    max-width: none;
  }

  .vision-title {
    width: 100%;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 40px;
  }

  .about-paragraph {
    width: 100%;
    font-size: 24px;
    line-height: 34px;
  }

  .first-paragraph {
    margin-bottom: 50px;
  }

  .about-image-container {
    margin-top: 60px;
    padding: 0 40px;
    width: calc(100% - 80px);
    max-width: none;
  }

  .vector-container {
    display: none;
  }
}
@media (min-width: 912px) and (max-width: 1023px){
  
    .about-title,
  .yellow-line,
  .about-text-container {
    margin-left: 50px !important;
    width: calc(100% - 100px);
  }
  .vision-title,
  .about-paragraph {
    width: 100%;
  }
  .about-image-container {
    margin-top: 50px;
    padding: 0 50px;
    margin-left: 50px !important;
        width: calc(100% - 100px);
  }
  .vector-container {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 911px) {
  .about-title,
  .yellow-line,
  .about-text-container {
    margin-left: 50px !important;
    margin-right: 50px;
    width: calc(100% - 5px);
  }
  .vision-title,
  .about-paragraph {
    width: 100%;
  }
  .about-image-container {
    margin-top: 50px;
    padding: 0 50px;
            margin-left: 50px !important;
        margin-right: 50px;
        width: calc(100% - 5px);
  }
  .vector-container {
    display: none;
  }
 .about-text-container {
  
    margin-top: 20px;}

}

@media (min-width: 344px) and (max-width: 768px){
  .hero-section{
    padding-top: 0px;
  }
}



/* --- Stats & Features Sections --- */
.container {
  background-color: #000;
  width: 80%;
  max-width: 1552px;
  margin: 0 auto;
  padding: 0 15px;
}

.stats-section,
.why-choose-section {
  padding: 60px 0;
}

.why-choose-section {
  margin-bottom: 100px;
}

.section-heading {
  font-family: "Georgia";
  font-weight: 400;
  font-style: italic;
  font-size: 26px;
  color: #fff;
  margin-bottom: 24px;
}

.divider {
  height: 1px;
  background-color: #ff0000;
  margin-bottom: 60px;
  width: 100%;
}

.stats-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.stat-box {
  aspect-ratio: 280 / 187;
  width: 22%;
  min-width: 200px;
  background: rgba(217, 217, 217, 0.2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.stat-number {
  font-family: "Inter";
  font-weight: 600;
  font-size: 80px;
  margin-bottom: 20px;
  color: #fff;
  display: flex;
  align-items: center;
}

.stat-label {
  font-family: "Inter";
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

/* Added media query for desktop screens to fix statistics box gaps */
@media (min-width: 1025px) and (max-width: 1440px) {
  .stats-container {
    justify-content: center;
    gap: 40px;
  }
}

/* Features Section */
.features-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.feature-card {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 30px 40px;
  min-height: 195px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-title {
  font-family: "Inter";
  font-weight: 600;
  font-size: 26px;
  color: #fff;
  margin-bottom: 20px;
}

.feature-description {
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* Stats/Features Responsive */
@media (min-width: 1441px) and (max-width: 1920px) {
  .stats-container {
    padding-top: 30px;
  }
  .features-container {
    gap: 50px;
  }
  .stat-number {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 90%;
  }
  .stats-container {
    justify-content: center;
    gap: 30px;
  }
  .stat-box {
    width: 45%;
  }
  .stat-number {
    font-size: 60px;
  }
  .features-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    width: 95%;
  }
  .stats-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .stat-box {
    width: 100%;
    max-width: 300px;
  }
  .stat-number {
    font-size: 50px;
  }
  .features-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .feature-card {
    max-height: 180px;
    padding: 20px;
    min-height: 170px;
  }
  .feature-title {
    font-size: 22px;
  }
  .feature-description {
    font-size: 16px;
  }
}

/* --- Vision Section --- */
.vision-section {
  width: 100vw;
  height: 100vh;
  display: grid;
  overflow: hidden;
}

.video-container {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  display: grid;
}

.video-overlay {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  background: #000;
  opacity: 0.43;
  width: 100vw;
  height: 100vh;
}

.background-video {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.vision-content {
  z-index: 2;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  width: 100vw;
  height: 100vh;
  padding-bottom: 5vh;
}

.vision-heading h2 {
  margin-top: 12vh;
  margin-bottom: 12vh;
  margin-left: 12vw;
  color: #fff;
  font-weight: 600;
  font-size: 70px;
}

.vision-horizontal-slider-outer {
  display: grid;
  grid-template-columns: 1fr 85vw;
  width: 100vw;
}

.vision-horizontal-slider {
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  display: flex;
  cursor: grab;
  scroll-behavior: smooth;
}

.vision-horizontal-slider::-webkit-scrollbar {
  display: none;
}

.vision-cards {
  display: flex;
  gap: 2rem;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  transition: transform 0.3s ease;
}

.vision-horizontal-slider.dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.vision-card {
  background: #fff;
  scroll-snap-align: start;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 8px;
  user-select: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  height: 56vh;
  aspect-ratio: 41 / 50;
}

.vision-card.clone {
  opacity: 1;
}

.vision-card a {
  align-self: flex-end;
}

.vision-card-arrow {
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.vision-card-title {
  color: #000;
  max-width: 80%;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: auto;
}

.vision-card-text {
  opacity: 0.8;
  align-self: flex-end;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}

.vision-horizontal-slider-buttons {
  z-index: 1;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  padding-left: 6vw;
  padding-bottom: 4vh;
  gap: 20px;
}

.vision-horizontal-slider-button {
  z-index: 3;
  cursor: pointer;
  background: none;
  border: none;
  transition: transform 0.2s ease;
}

.vision-horizontal-slider-button:hover {
  transform: scale(1.1);
}

.vision-horizontal-slider-button:active {
  transform: scale(0.95);
}

/* Vision Responsive */
@media (min-width: 1600px) and (max-width: 1920px) {
  .vision-heading h2 {
    font-size: 95px;
  }
  .vision-card-title {
    font-size: 36px;
  }
  .vision-card-text {
    font-size: 24px;
    font-weight: 300;
  }
  .vision-card {
    padding-bottom: 30px;
  }
}

@media (max-width: 1024px) and (min-height: 700px) {
  .vision-heading h2 {
    margin-left: 20px;
    font-size: 65px;
  }
  .vision-horizontal-slider-outer {
    display: grid;
    grid-template-rows: 1fr 85vh;
    grid-template-columns: 1fr;
  }
  .vision-card {
    height: 40vh;
    scroll-snap-align: center;
  }
  .vision-card-title {
    font-size: 37px;
  }
  .vision-card-text {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .vision-horizontal-slider-buttons {
    padding-left: 4vw;
    padding-bottom: 6vh;
  }
}

@media (max-width: 768px) {
  .vision-horizontal-slider-outer {
    display: grid;
    grid-template-rows: 1fr 85vh;
    grid-template-columns: 1fr;
  }
  .vision-heading h2 {
    font-size: 60px;
    margin-left: 10px;
  }
  .vision-card {
    height: 40vh;
    scroll-snap-align: center;
  }
  .vision-card-title {
    font-size: 20px;
  }
  .vision-card-text {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .vision-horizontal-slider-buttons {
    padding-left: 2vw;
    padding-bottom: 6vh;
  }
}

@media (max-width: 500px) {
   .vision-card-title {
    font-size: 25px;
  }
  .vision-card-text {
    font-size: 21px;
   
  }
  .vision-heading h2 {
    margin-left: 20px;
    font-size: 48px;
  }
}
@media (min-width: 400px) and (max-width: 768px) {
   .vision-card {
    height: 35vh;}
    
}

@media (max-width: 400px) {
    .vision-card {
    height: 40vh;}
     .vision-card-title {
    font-size: 20px;
  }
  .vision-card-text {
    font-size: 17px;
   
  }
}

@media (width:1024px) and (height:600px) {

  .vision-card {
    height: 50vh;}
}



/* --- Form Section --- */
/* Form Section */
.form-section {
  width: 100%;
  background: #fff;
  padding: 60px 0;
  /* margin-top: 50px; */
}

.form-heading {
  font-family: "Georgia";
  font-weight: 400;
  font-style: italic;
  font-size: 26px;
  color: #000;
  margin-bottom: 20px;
}

.form-divider {
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  margin-bottom: 30px;
}

.form-section-heading {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.form-section-heading p {
  color: rgba(0, 0, 0, 0.8);
  width: 60%;
  font-size: 18px;
  line-height: 1.5;
}

.form-section-form {
  background: #000;
  width: 85%;
  max-width: 1200px;
  margin: 40px auto;
  padding: 40px 60px;
  border-radius: 12px;
  position: relative;
}

.call-us {
  color: #fff;
  position: absolute;
  right: 60px;
  top: 40px;
  font-size: 18px;
}

.hello-form-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(32px, 5vw, 48px);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

#wavy-hand-form-section {
  width: clamp(25px, 3vw, 40px);
  height: auto;
  margin: 0 15px;
  animation: waveHand 2s ease-in-out infinite;
  transform-origin: bottom center;
}

@keyframes waveHand {
  0%,
  100% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(15deg);
  }
}

.form-input-group {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  align-items: center;
}

.form-section-submit-btn {
  background: #fff;
  border: none;
  border-radius: 5px;
  padding: 12px 20px;
  margin: 30px 0 0 0;
  color: #000;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-section-submit-btn:hover {
  background: #f0f0f0;
}

#form-section-send-us-icon {
  width: 24px;
  height: 24px;
}

.form-input-label {
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(20px, 3vw, 36px);
  min-width: fit-content;
}

.form-input-field {
  flex: 1;
  height: 45px;
  font-size: 18px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
  color: #fff;
  outline: none;
  padding: 5px 0;
}

.form-input-field::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-input-field:focus {
  border-bottom-color: #fff;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .form-section-form {
    width: 90%;
    padding: 35px 45px;
  }

  .call-us {
    right: 45px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .form-section {
    padding: 40px 0;
  }

  .form-section-heading {
    width: 95%;
  }

  .form-section-heading p {
    width: 100%;
    font-size: 16px;
  }

  .form-section-form {
    width: 95%;
    padding: 30px;
  }

  .form-input-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .form-input-label {
    font-size: 24px;
  }

  .form-input-field {
    width: 100%;
    font-size: 16px;
  }

  .call-us {
    position: static;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .hello-form-text {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .form-section-form {
    padding: 25px 20px;
  }

  .form-input-label {
    font-size: 20px;
  }

  .form-input-field {
    font-size: 16px;
    height: 40px;
  }

  .form-section-submit-btn {
    font-size: 18px;
    padding: 10px 16px;
  }

  .hello-form-text {
    font-size: 28px;
  }

  #wavy-hand-form-section {
    width: 20px;
    margin: 0 10px;
  }
}
