/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"); */

html {
  scroll-behavior: smooth;
}

/* Reset margins and paddings */
* {
  margin: 0;
  padding: 0;
  /* font-family: 'Poppins', sans-serif; */
  /* Apply Poppins font */
}

/* Ensure full height for body and html */
body,
html {
  height: 100%;
  margin: 0;
  /* Ensure there's no margin around the body */
}

/* Style for logo */
.logo {
  filter: invert(100%);
  width: 11rem;
}

/* Style for logo */
.logo-bot {
  filter: invert(100%);
  width: 11rem;
  margin: 0px;
}

/* Style for logo */
.under-logo ul li {
  color: white;
  width: 11rem;
  font-size: 13px;
  /* display: inline-block; */
  line-height: 24px;
  letter-spacing: 0.5px;
}

.under-logo ul {
  margin-top: 1em;
}

.logo-top {
  filter: invert(100%);
  margin-top: 1rem;
  width: 11rem;
  align-items: center;
}

.logo-main {
  filter: invert(100%);
  padding-bottom: 1rem;
  /* margin-top: 1rem; */
  width: 16rem;
  /* align-items: center; */
}

/* Hover effects */
.icon-bar:hover {
  background-color: white;
}

/* Remove outline on focus and active links */
.nav a:focus,
.nav a:active {
  outline: none;
}

/* Navbar toggle hover effect */
.navbar-toggle:hover span {
  /* border-color: white; */
}

/* Style for the typed text */
.typed-text::after {
  content: "|";
  animation: blink 0.7s infinite;
}

/* Blinking cursor animation */
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

/* Content overlay styling */
.hero-section .parallax-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  /* Align content to the top */
  justify-content: flex-start;
  /* Align content to the left */
  z-index: 1;
  /* Ensure it is above the video */
  color: #fff;
  text-align: left;
  /* Align text to the left */
  padding: 2rem;
  /* Adjust as needed */
  background: rgba(0, 0, 0, 0);
  /* Semi-transparent background */
}

/* Video wrapper styling */
.hero-section .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Ensure video covers the container */
.hero-section .video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Cover the container area without distortion */
  z-index: -1;
  /* Ensure it's behind other content */
}

/* Main container styling within hero section */
.hero-section .container.main {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  padding-top: 10rem;
  border-radius: 10px;
}

/* Reset margins and paddings */
* {
  margin: 0;
  padding: 0;
}

/* Ensure full height for body and html */
body,
html {
  height: 100%;
  margin: 0;
  /* Ensure there's no margin around the body */
}

/* Content overlay styling */
.hero-section .parallax-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  /* Center content vertically */
  justify-content: center;
  /* Center content horizontally */
  z-index: 1;
  /* Ensure it is above the video */
  color: #fff;
  text-align: center;
  padding: 2rem;
  /* Adjust as needed */
  background: rgba(0, 0, 0, 0);
  /* Semi-transparent background */
}

body {
  /* font-family: 'Poppins', sans-serif; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
div {
  /* font-family: 'Poppins', sans-serif; */
}

.poppins-thin {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 400;
  font-style: normal;
  text-align: left;
}

.poppins-medium {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  /* font-family: "Poppins", sans-serif; */
  font-weight: 900;
  font-style: italic;
}

:root {
  --cards: 5;
  --cardHeight: 20rem;
  --cardTopPadding: 5rem;
  --cardMargin: 1vw;
}

.container {
  width: 90%;
  margin: 0 auto;
}

#cards {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(var(--cards), var(--cardHeight));
  gap: var(--cardMargin);
  padding-bottom: calc(var(--cards) * var(--cardTopPadding));
  margin-bottom: var(--cardMargin);
}

#card1 {
  --index: 1;
}

#card2 {
  --index: 2;
}

#card3 {
  --index: 3;
}

#card4 {
  --index: 4;
}
#card5 {
  --index: 5;
}

.card::before {
  content: var(--index);
  position: absolute;
  top: 0;
  left: 0;
  /* Other styles for the index if needed */
}

.card {
  --index: 0; /* Default value */
}

.card {
  position: sticky;
  top: 7px;
  padding-top: calc(var(--index) * var(--cardTopPadding));
}

#card1 .card-image {
  /* background-image: url('./../images/products/product1.png'); */
}

#card2 .card-body {
  /* background-image: url('./../images/products/image4.jpg'); */
}

#card3 .card-body {
  /* background-image: url('./../images/products/product1.png'); */
}

#card4 .card-body {
  /* background-image: url('./../images/products/image4.jpg'); */
}

.card-body {
  box-sizing: border-box;
  padding: 30px 0px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  height: var(--cardHeight);
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.899); /* Optional: Dark background */
  color: #fff;
}

h2 {
  font-size: 2.5em;
  color: white;
  /* Optional: Ensure text is visible over background images */
}

/* Import Poppins font from Google Fonts */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); */

/* Apply Poppins font to all elements */
* {
  margin: 0;
  padding: 0;
  /* font-family: 'Poppins', sans-serif; */
}

/* Additional styling for headings, paragraphs, etc. */
h2,
h4,
p,
a,
li {
  /* font-family: 'Poppins', sans-serif; */
}

/* Specific styles for .categories-collections */
.categories-collections {
  padding: 3rem 0;
  clear: both;
}

.section-heading h2 {
  font-size: 2.5rem;
  font-weight: 700;
  /* Adjust as needed */
  margin-bottom: 1rem;
}

.item h4 {
  font-size: 1.4rem;
  font-weight: 500;
  /* Adjust as needed */
  margin: 0.5rem 0;
}

.icon-button a {
  color: #333;
  /* Adjust icon color */
  font-size: 1.5rem;
}

.owl-carousel .item h4 {
  font-size: 1.5rem;
  font-weight: 600;
  /* Adjust as needed */
}

.bottom-color {
  color: white;
}

.color-theme {
  color: #fdea5d;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .item {
    margin-bottom: 30px;
  }
}

@media (min-width: 770px) and (max-width: 992px) {
  .container.header-container {
    width: 100%;
  }
}

/* Container for the black background bar */
.header-background {
  background-color: black;
  /* Black background for the bar */
  position: fixed;
  /* Make it sticky */
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  /* Adjust height as needed */
  z-index: 999;
  /* Ensure it is behind the header but above other content */
}

.header {
  position: relative;
  /* Ensure the header is positioned relative to the .header-background */
  z-index: 1000;
  /* Ensure the header content is above the black bar */
}

.header .container {
  position: relative;
}

.navbar {
  background-color: transparent;
  /* Keep the navbar itself transparent */
  margin: 0;
  /* Remove any default margin */
}

.navbar .navbar-header,
.navbar .navbar-collapse {
  background-color: transparent;
  /* Ensure navbar sections are transparent */
}

.navbar-nav > li > a {
  color: white;
  /* White text for the navbar links */
}

/* Optional: Style the toggle button for better visibility */
.navbar-toggle .icon-bar {
  background-color: white;
}

/* Make the .item container a flexbox */
.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 220px;
}

/* Ensure the image fills the container */
.item img {
  width: 100%;
  height: auto;
  max-height: 300px;
  /* Adjust as needed */
  object-fit: cover;
  /* Ensures the image covers the area */
}

/* Make .down-content the same height as the image */
.down-content {
  width: 100%;
  height: 180px;
  /* Set a min-height to ensure it doesn't shrink too much */
  /* min-height: 300px; */
  /* Same value as max-height of the image */
  background: rgba(0, 0, 0, 0.5);
  /* Optional: Darker background for visibility */
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  /* Optional: Text color for contrast */
  text-align: center;
  /* Center text */
}

@media (max-width: 768px) {
  .item {
    flex-direction: column;
  }
  .item {
    flex-direction: column;
  }

  .hero-section .text-content {
    margin: 0;
    padding: 0;
  }

  .poppins-regular h3 {
    display: block;
    white-space: nowrap;
  }

  .poppins-regular .typed-text {
    display: block;
    margin-top: 0.5rem; /* Adjust the margin to control spacing */
  }

  .poppins-regular p {
    font-size: 18px;
  }

  .primary-blue-button {
    margin-top: 1rem;
  }

  .hero-section .parallax-content {
    padding: 0;
  }

  .schedule-input {
    width: 100%;
    margin-bottom: 1rem;
  }

}

/* Apply a background color to the collapsed menu */
.navbar-collapse {
  background-color: rgba(0, 0, 0, 0.5);
  /* Black with 0.5 opacity */
}

/* Ensure the menu items are properly styled */
.navbar-nav > li > a {
  color: white;
  /* Ensure text is readable against the dark background */
}

/* Ensure full viewport height for hero section */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh; /* Use min-height for better viewport coverage */
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/* Basic styling for body */
body {
  font-family: Arial, sans-serif;
}

/* Modal styling */
.custom-modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(69, 69, 69, 0.4); /* Black background with opacity */
}

/* Modal content styling */
.custom-modal-content {
  background-color: #000000;
  margin: 10% auto;
  border: 2px solid rgb(114 114 114);
  padding: 20px;
  width: 80%;
  max-width: 500px;
  border-radius: 10px;
  position: relative;
}

.custom-close-btn {
  position: absolute;
  top: 65px;
  right: 70px;
  width: 30px;
  height: 30px;
  background-color: #fdea5d;
  border-radius: 50%;
  font-size: 24px;
  color: black; 
  text-align: center;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center; 
  justify-content: center; 
}

.custom-close-btn:hover {
  background-color: #b31e1e;
  color: white; 
}


/* Form styling */
.custom-modal-content form {
  display: flex;
  flex-direction: column;
}

label {
  margin: 10px 0 5px;
  color: white; /* Ensure label text is visible */
}

input,
textarea {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #000000;
  border-radius: 5px;
}

button {
  background-color: #fdea5d;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 20px;
  font-size: 16px;
}

button:hover {
  background-color: #baac46;
}

/* Back to Top Button Styling */
.back-to-top-btn {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 20px; /* Distance from the bottom */
  right: 20px; /* Distance from the right */
  width: 50px; /* Width of the button */
  height: 50px; /* Height of the button */
  background-color: #fdea5d; /* Background color */
  color: white; /* Text color */
  border: none; /* Remove default border */
  border-radius: 50%; /* Make it round */
  cursor: pointer; /* Pointer cursor on hover */
  outline: none; /* Remove outline */
  z-index: 1000; /* Ensure it appears above other content */
  transition: background-color 0.3s ease; /* Smooth background color change */

  /* Flexbox for centering */
  display: flex;
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
}

.back-to-top-btn:hover {
  background-color: #baac46; /* Darker background color on hover */
}

.back-to-top-btn img {
  width: 24px; /* Adjust the width of the image */
  height: 24px; /* Adjust the height of the image */
  /* filter: invert(100%); Invert the image color */
}

/* Basic styling for card content */
.card-content {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

/* Styling for card text */
.card-text {
  flex: 1;
  /* display: flex; */
  padding-right: 20px; /* Adjust padding as needed */
  /* flex-direction: column; */
  /* justify-content: flex-start; Ensure text is aligned to the top */
}

/* Styling for card image */
.card-image {
  flex: 2;
  text-align: right; /* Ensure image is on the right */
}

.card-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px; /* Optional: Add some border radius */
}

/* Ensure text is visible */
h2,
p {
  color: white;
}

.schedule-input {
  background-color: rgb(95, 95, 95);
  color: white;
}

.custom-content {
  color: white;
  margin-top: -2rem;
  margin-bottom: 3rem;
  text-align: justify;
}

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

.button-hover:hover {
  background-color: #baac46;
}

.categories h4 {
  /* color: #FDEA5D; */
}

.icon img {
  /* filter: invert(100%); */
  height: 75%;
  width: 75%;
}


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

    .card{
        top: 3rem;
    }

    :root {
        --cardTopPadding: 2.5rem;
        --cardHeight: 20rem;
    }

}

@media (min-width: 451px) and (max-width: 572px) {
    :root {
        --cardHeight: 20rem;
        --cardTopPadding: 2rem;
    }
    
  .card {
    top: 5.5rem;
  }
}


@media (min-width: 573px) and (max-width: 670px) {
    :root {
        --cardHeight: 50vh;
        --cardTopPadding: 2.2rem;
    }
    
    .card {
        top: 5.5rem;
    }
}

@media screen and (min-width: 1199px) {
    :root {
        --cardHeight: 25rem;
        --cardTopPadding: 3.5rem;
    }
    .card {
        top: 2rem
    }
}

@media (min-width: 670px) and (max-width: 767px) {
    
    :root{
        --cardHeight: 28rem;
        --cardTopPadding: 2rem;
    }

    .card{
        top:6rem;
    }
    
  .card-content {
    flex-direction: column; /* Change direction to column for smaller screens */
    align-items: flex-start; /* Align items to the start of the container */
  }

  .card-image {
    flex: 0 0 auto; /* Image size is automatic in column layout */
    width: 100%; /* Make the image take up the full width */
    margin-top: 1rem; /* Add space between text and image */
  }

  .card-text h2 {
    font-size: 1.6rem;
  }

  .card-text p {
    font-size: 0.9rem;
  }

  .custom-content {
    font-size: 0.9rem;
  }
}



@media (min-width: 451px) and (max-width: 767px) {

/*     
  .card {
    top: 4rem;
  } */

    /* :root {
      --cardHeight: 70vh;
      --cardTopPadding: 3rem;
    } */
}  

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


    
    /* :root{
        --cardHeight: 65vh;
        --cardTopPadding: 2rem;
    }

    .card{
        top:6rem;
    } */
    

  .card-content {
    flex-direction: column; /* Change direction to column for smaller screens */
    align-items: flex-start; /* Align items to the start of the container */
  }

  .card-image {
    flex: 0 0 auto; /* Image size is automatic in column layout */
    width: 100%; /* Make the image take up the full width */
    margin-top: 1rem; /* Add space between text and image */
  }

  .card-text h2 {
    font-size: 1.6rem;
  }

  .card-text p {
    font-size: 0.9rem;
  }

  .custom-content {
    font-size: 0.9rem;
  }
}

.card-text p {
  text-align: justify;
}

.card-text h2 {
  margin-bottom: 3rem;
}

.hero-title {
  font-size: 1.8rem; /* Adjust font size here */
}

.nowrap {
  white-space: nowrap;
}

.hero-section h3 {
  font-size: 1.5rem; /* Adjust as needed */
}

.hero-section p {
  font-size: 1rem; /* Adjust as needed */
}

.hero-content {
  font-size: 1.1rem;
}

.ailogo {
  filter: invert(100%);
  width: 40px;
}

html,
body {
  font-family: "Lato", sans-serif;
}
.stepper-wrapper {
  font-family: Arial;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin: 4rem 0; 
}

.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter {
  background-color: #FDEA5D;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid green;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}

.stepper-item:last-child::after {
  content: none;
}

.step-name {
  font-size: 16px;
  color: white;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px; /* Adds some space between name and desc */
}

.step-desc {
  font-size: 14px;
  color: lightgray;
  text-align: center; /* Ensure it aligns with the stepper */
}

@media (max-width: 768px) {
  .step-name {
    font-size: 14px;
  }
  .step-desc {
    font-size: 12px;
  }
}
.service-section {
  display: flex;
  justify-content: space-between; /* Distributes space between items */
  align-items: center; /* Optional: aligns items vertically in the center */
  flex-wrap: wrap; /* Ensures items wrap if they exceed the container's width */
}

.service-section .row {
  place-items: left;
}

.service-section {
  /* height: 100vh; */
  width: 100%;
  display: grid;
  margin-top: 4rem; 
}

.service-section .row {
  display: flex;
  flex-wrap: wrap;
}

.service-section .column {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}.service-section .card {
  width: 100%;
  height: 10rem;
  padding: 2em 1.5em;
  background: linear-gradient(rgb(35, 35, 35) 50%, rgba(253, 234, 93, 0.4) 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border: 2px solid #3a3a3a;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  margin-left: 1rem;

  display: flex;              /* Enable Flexbox */
  align-items: center;        /* Center items vertically */
  justify-content: flex-start; /* Align items to the start */
}

.icon-wrapper {
  margin-right: 0.5rem;      /* Add space to the right of the icon */
}

h3 {
  flex: 1;                   /* Take remaining space */
  text-align: center;        /* Center the heading */
  margin: 0;                /* Remove default margin */
}



.service-section h3 {
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin: 1em 0;
}

.service-section p {
  color: white;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.service-section .icon-wrapper {
  background-color: #FDEA5D;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}

.service-section .card:hover {
  background-position: 0 100%;
}

.service-section .card:hover .icon-wrapper {
  /* background-color: black; */
  color: white;
}

.service-section .card:hover h3 {
  color: white;
}

.service-section .card:hover p {
  color: black;
}

@media screen and (min-width: 768px) {
  .service-section {
    padding: 0 0em;
  }

  .service-section .column {
    flex: 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .service-section {
    padding: 1em 0;
  }

  .service-section .column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.image-row {
  display: flex; /* Use flexbox */
  flex-wrap: nowrap; /* Prevent wrapping to the next line */
  justify-content: space-between;
}

.image-row > div {
  flex: 1; /* Make each column equal width */
  position: relative; /* Ensure the absolute positioning of the text works correctly */
}

@media (max-width: 768px) {
  .image-row {
      flex-direction: row; /* Ensure images are in a row */
  }
  .image-row > div {
      min-width: 50%; /* Maintain equal column width */
  }
}

