@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Courier New", Courier, monospace;
  color: #333;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 10px;
  margin-right: 20px;
}

.hero{
  background-color: rgb(51, 37, 17);
  height: auto;
  position: relative;
  display: absolute;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: image("IMAGES/faceimage.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.hero h3 {
  color: rgb(234, 241, 241);
  font-weight: bold;
  text-align: center;
  position: absolute;
  padding: 20px;
  top: 35%;
  left: 50%;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: larger;
  transform: translate(-50%, -50%);
  margin-bottom: 10px;
}
header p {
  color: white;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: large;
  transform: translate(-50%, -50%);
  margin: 10px;
}
header button {
  background-color: #111111;
  color: #e4e4eb;
  border-radius: 10%;
  padding: 10px 20px;
  cursor: pointer;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container-fluid {
  background-color: #413d64;
  padding: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

h3 {
  color: black;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  text-align: center;
}

.face {
  size: cover;
  width: 100%;
  opacity: 30%;
  height: 85%;
}

.container-fluid {
  background-color: #aaf3f3;
  display: flex;
}


main {
  padding: 20px;
  width: 100%;
  margin: 20px auto;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
main h2 {
  color: #007bff;
  border-bottom: 2px solid #007bff;
  padding-bottom: 5px;
  margin-bottom: 15px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

/* === Google Font Import - Poppins === */
.products {
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

section {
  position: relative;
  padding: 40px 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  
  /* Ocean + grey + white tones */
  background: linear-gradient(-45deg, 
    #a1ffef,      /* light aqua */
    #cfd8dc,      /* light grey */
    #64d6d3,      /* tropical teal */
    #eceff1,      /* whitish grey */
    #2bb3c0,      /* deeper teal */
    #b0bec5,      /* medium grey */
    #146478       /* deep ocean blue */
  );
  
  background-size: 500% 500%;
  animation: oceanFlow 14s ease infinite;
  color: #fff;
  overflow: hidden;
}

/* Shimmer animation */
@keyframes oceanFlow {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Glossy sunlight overlay */
section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.4), transparent 60%);
  animation: lightMove 10s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes lightMove {
  0%   { transform: translate(0,0); }
  100% { transform: translate(20px, 20px); }
}


.swiper-slide {
  display: flex;
  height: auto; /* Allow height to adapt to content */
}

.card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  margin: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
  flex-direction: column; /* Let content stack naturally */
}

.card .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  flex: 1; /* Fill available vertical space */
}

.card .image img {
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
}

.name-profession {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

.name-profession .name {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.name-profession .profession {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}


.swiper-pagination {
  position: absolute;
}

.swiper-pagination-bullet {
  height: 7px;
  width: 26px;
  border-radius: 25px;
  background: #7d2ae8;
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0.7;
  color: #7d2ae8;
  transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
  color: #7d2ae8;
} 





/* Responsive media query code for small screens */
@media (max-width: 768px) {
  section {
    padding: 20px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
.contact-us {
  background-color: #686a6b;
  padding: 20px;
  text-align: center;
  height: fit-content;
  width: 100%;
}
.contact-us h2 {
  color: #fff;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.contact-us p {
  color: #021168;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.social-media {
  display: inline-block;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  padding: 20px;
  width: 100%;
  background-color: hsl(180, 42%, 95%);
  margin: 0%;
  height: fit-content;
}
.social-media .icons {
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 20px;
}
.social-media .icons a {
  color: #dd1515;
  font-size: 24px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.social-media .icons a:hover {
  color: #007bff;
}
.social-media .social-heading {
  text-align: center;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}

.location {
  background-color: #aaf3f3;
  padding: 20px;
  display: block;
  text-align: center;
  height: fit-content;
  width: 100%;
}
.location h2 {
  color: #333;
}

.map {
  position: relative;
  width: 100%; /* Ensure it fills parent */
  max-width: 100%; /* Prevent overflow */
  overflow: hidden;
}
.map iframe {
  width: 100%; /* Full width responsive */
  height: 450px; /* Fixed height or make this responsive too */
  border: 0;
}

footer {
  background-color: #4d4a48;
  text-align: center;
  color: white;
  width: 100%;
  padding: 20px;
}
header.hero {
  background: url("IMAGES/faceimage.jpg") no-repeat center center/cover;
  color: rgb(14, 13, 13);
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  animation: fadeIn 2s ease;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: image("IMAGES/faceimage.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
header.hero .logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 10px;
  margin-right: 20px;
}
header.hero .logo .hero-content {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(0%, -50%);
  text-align: center;
  color: rgb(31, 182, 219);
}
header.hero .logo h3 {
  color: rgb(12, 12, 12);
  display: inline-block;
  font-weight: bold;
  text-align: center;
  position: absolute;
  padding: 20px;
  top: 0%;
  left: 50%;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: larger;
  transform: translate(0%, -50%);
  margin-bottom: 10px;
}
header.hero .logo p {
  color: rgb(14, 13, 13);
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: large;
  transform: translate(0%, -50%);
  margin: 10px;
}
p{
  color: black;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  position: sticky;
  top: 0;
  z-index: 999;
  flex-wrap: wrap;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-img {
  width: 60px;
  height: 80px;
  object-fit: contain;
}

.logo {
  font-size: 1.8rem; /* Default size */
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

/* Default nav links layout */
.nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;
}

.nav-links a {
  text-decoration: none;
  color: rgb(29, 28, 28);
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #00bcd4;
}

/* Menu toggle (hamburger) hidden by default */
.menu-toggle {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  color: rgb(12, 12, 12);
  cursor: pointer;
}

/* ✅ Responsive adjustments */
@media (max-width: 768px) {
  nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
    margin-top: 1rem;
  }
  .nav-links.show {
    display: flex;
  }
  .menu-toggle {
    display: inline;
  }
  /* ✅ Resize logo text for smaller screens */
  .logo {
    font-size: 1.2rem;
  }
}
.hero-content {
  text-align: center;
  padding: 0 2rem 4rem;
  animation: fadeInUp 2s ease;
  color:black ;
}

.hero-content h3 {
  font-size: 2.5rem;
  margin: 0;
  line-height: 1.2;
  color: black;
}

.hero-content p {
  font-size: 1.3rem;
  margin: 1.2rem 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: black;
}
.services {
  background: url("https://www.transparenttextures.com/patterns/brushed-alum.png");
  background-color: #f9fafb;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.card {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-12px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 1rem;
}

/* Basic Section Styling */
/*   */
.content-container {
  display: flex;
  align-items: center; /* Center vertically */
  justify-content: space-between; /* Space out the items */
  padding: 20px; /* Add some padding */
}

.text-content {
  width: 50%; /* Adjust width as needed */
}

.image-content {
  width: 50%; /* Adjust width as needed */
  text-align: center; /* Center the image */
}

.image-content img {
  max-width: 100%; /* Ensure the image is responsive */
  height: auto;
  border-radius: 10px; /* Rounded corners */
}