    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: Arial, sans-serif;
    }
    /*Top bar*/
 .top-bar {
  
  background-color: #f0f8ff; /* light blue */
  padding: 5px 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 20px 20px; /* top padding instead of top property */
}

.social-icons {
  
  display: flex;
  gap: 15px;
  justify-content: flex-end; /* default for desktop */
}

.social-icons a {
  font-size: 18px;
  color: #444;
  background-color: transparent;
  padding: 8px;
  border-radius: 100%;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background-color: #d0e8ff; /* slightly deeper light blue */
}

.social-icons a:hover .fa-facebook-f {
  color: #1877F2;
}

.social-icons a:hover .fa-instagram {
  color: #E1306C;
}

.social-icons a:hover .fa-whatsapp {
  color: #25D366;
}

.social-icons a:hover .fa-envelope {
  color: #EA4335;
}

.social-icons a:hover .fa-phone-alt {
  color: #34B7F1;
}

@media (max-width: 768px) {
  .top-bar {
    justify-content: center;
  }

  .social-icons {
    justify-content: center;
    width: 100%;
  }
}
/*Navbar*/
.navbar {
  font-family: Lexend;
   padding: 15px;
  position: fixed;
  top: 80px;
  left: 0;
  right: 100px;
  width: 100%;
  background: #f0f8ff;
  z-index: 10000; /* changed from 1 */
  transition: background 0.3s ease, box-shadow 0.3s ease;
  box-shadow: none;

}

.navbar.scrolled {
  top: 0;
background: #f0f8ff ; /* Changed from transparent to white */
  backdrop-filter: none; /* Optional: disable blur on white */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 10.1); /* Optional shadow */
}
.navbar.scrolled .nav-links a{
  color: black;
}

.navbar-container {
  max-width: 1200px;
  margin: auto;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-links {
  display: flex;
  gap: 25px;
  align-items: center;
}

.nav-links a {
  color:  black;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: var(--lightseagreen);
}

.nav-links hr {
  display: none;
}
.hamburger{
  display: none;
}

/* Font Awesome hamburger style */


/* Rotate slightly when active */


/* Mobile styles */
@media (max-width: 768px) {
 .navbar {
    padding-top: 1rem;
    top: 0;
    position: fixed;
    width: 100%;
    background: transparent;
    z-index: 10;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 7px;
    cursor: pointer;
    margin-left: auto; /* ✅ replaces margin-left: 350px */
  }

  .hamburger span {
    width: 25px;
    height: 3px;
    background: black;
    border-radius: 3px;
  }

  .hamburger i {
  font-size: 28px;
  color: black;
  cursor: pointer;
  transition: transform 0.3s ease;
}

  .hamburger.active i {
  transform: rotate(90deg);
}

  .nav-links {
    position: fixed;
    margin-top: 25px;
    left: -100%;
    width: 100%;
    background: white;
    flex-direction: column;
    padding: 20px;
    transition: left 0.3s ease;
    gap: 10px;
    align-items: flex-start;
    z-index: 9;
  }

  .nav-links.active {
    left: 0;
  }

  .nav-links a {
    color: black;
    font-size: 1rem;
    text-decoration: none;
  }

  /* Lines between menu items */
  .nav-links hr {
    display: block;
    width: 90%;                /* slightly shorter than full width */
    border: none;               /* remove default border */
    border-top: 1px solid #ccc; /* gray line */
    margin: 8px 0;              /* spacing above and below line */
  }
}

/* Smaller devices */
@media (max-width: 480px) {
  .navbar-container {
    padding: 15px 15px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }


  .hamburger span {
    width: 22px;
    height: 2px;
  }

  .nav-links {
    top: 65px;
    padding: 15px;
    gap: 8px;
  }

  .nav-links a {
    font-size: 0.9rem;
  }
}

/* Ultra-small devices */
@media (max-width: 319px) {
  .navbar {
    padding: 10px 5px;
    top: 0;
    bottom: auto !important;
  }

  .navbar.scrolled {
    top: 0 !important;
    bottom: auto !important;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .navbar-container {
    padding: 10px 10px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .logo {
    font-size: 0.9rem;
  }

  .hamburger span {
    width: 18px;
    height: 2px;
  }

  .nav-links {
    top: 65px;
    padding: 10px 8px;
    gap: 5px;
  }

  .nav-links a {
    font-size: 0.75rem;
  }

  .nav-links hr {
    width: 100%;
    margin: 3px 0;
  }
}







  /* Desktop View */

.logo_name {
    margin-top:60px;
    background-color: white;
    display: flex;
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Align items vertically */
    padding: 70px 20px;
    flex-wrap: nowrap; /* Prevent wrapping */
    width: 100%;
}

.ss-logo {
    width: 150px; /* Adjust the size of the circle */
    height: 150px; /* Same as width to make it a perfect circle */
    border-radius: 40%; /* Makes the div a circle */
    overflow: hidden; /* Ensures the logo fits inside the circle */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff; /* Optional, sets a background color inside the circle */
    
}

.ss-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Ensures the logo scales without distortion */
}

.header-text {
  font-family: Lexend;
    margin-left: 1px; /* Space between logo and text */
    font-size: 1.8rem; /* Adjust font size */
    color: #333; /* Set text color */
    font-weight: bold; /* Optional, make the text bold */
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
  .logo_name{
    
    margin-top: 0;
  }
    header {
      
       justify-content: center; /* Center the items horizontally */
        align-items: center; /* Center the items vertically */
        padding: 10px 15px;
        flex-wrap: nowrap; /* Prevent wrapping on mobile */
    }

    .ss-logo {
        width: 80px; /* Smaller logo size for mobile */
        height: 80px; /* Maintain the circle shape */
    }

    .header-text {
        margin-left: 10px; /* Less space between logo and text */
        font-size: 1.2rem; /* Slightly smaller font size for mobile */
        color: #333;
        font-weight: bold;
    }

    /* Make sure the logo and text are aligned horizontally */
    .header-text, .ss-logo {
        display: inline-flex; /* Ensure the text and logo are inline */
        align-items: center; /* Align them in the center vertically */
        justify-content: center; /* Center them horizontally */
    }
}

    .logo {
      font-size: 24px;
      font-weight: bold;
      color: #333;
      margin-right: 15px;
    }

    
    .icon-group {
      display: flex;
      gap: 40px;
      align-items: center;
      margin-right: 40px;
      
    }

    .icon-group a {
      font-size: 22px;
      color: #444;
      text-decoration: none;
      transition: transform 0.3s, color 0.3s;
      
    }

    .icon-group a:hover {
      transform: scale(1.2);
      color: #007BFF;
    }

    @media (max-width: 768px) {
      

    
      .icon-group {
        justify-content: flex-start;
        margin-top: 10px;
      }
    }
      .slideshow-container {
       top: 4rem;
    position: relative;
    width: 95%;          /* instead of 100%, gives side space */
    max-width: 1800px;   /* optional, keeps container from stretching too wide */
    margin: 0 auto;      /* centers the container horizontally */
    height: 90vh;
    overflow: hidden;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
}

.slideshow-slide {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slideshow-slide.active {
    opacity: 1;
    z-index: 1;
}

.slideshow-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Keeps the image covering the container */
    object-position: center center; /* Ensures the image is centered */
 /*   filter: brightness(0.4);*/
    transform: scale(1);
    transition: transform 8s ease-in-out;
    overflow: hidden;
}

/*.slideshow-slide.active img {
    transform: scale(1.1);
    filter: saturate(0.5) brightness(0.4) contrast(0.9);
    opacity: 1;
    position: relative;
}*/

.slideshow-text {
    position: absolute;
    bottom: 40px;
    left: 50px;
    color: white;
    max-width: 600px;
}

.slideshow-text h1 {
  text-shadow: 2px 2px 5px rgba(0,0,0,0.10);
    font-family: geo;
    font-size: 3rem;
    margin-bottom: 10px;
}

.slideshow-text p {
   text-shadow:     1px 1px 2px rgba(0,0,0,0.9),
    3px 3px 4px rgba(0,0,0,0.85),
    5px 5px 6px rgba(0,0,0,0.8),
    7px 7px 8px rgba(0,0,0,0.7);
    font-family: lexend;
    font-size: 1rem;
    line-height: 1.5;
    opacity: 0.85;
}

/* Controls Positioned Bottom Right */
.controls {
    position: absolute;
    bottom: 20px;   /* from bottom */
    right: 20px;    /* from right */
    display: flex;
    gap: 12px;
    z-index: 9999;
    opacity: 1 !important; /* always visible */
    transition: none !important;
}

.controls-btn {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: white;
    width: 48px;
    height: 48px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease, transform 0.2s ease;
}
.controls-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.12);
}
.controls-btn:active {
    transform: scale(0.92);
}

@media (max-width: 768px )
{
      /* Center heading at bottom */
      .slideshow-container{
        top: 1rem;
        height: 60vh;            /* reduce height */
        padding-left: 5%;        /* add small side gap */
        padding-right: 5%;       /* add small side gap */
        border-radius: 1rem;     /* smaller rounded corners */
      }
    .slideshow-text {
    position: absolute;
    bottom: 100px; /* space for paragraph + buttons */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%; /* full width, no side gap */
}

  .slideshow-slide img {
        object-fit: cover;       /* still covers the container */
        border-radius: 1rem;     /* match container */
    }

.slideshow-text h1 {
  top: 2rem;
    font-size: 2.5rem;
    margin-bottom: 5px;
}

.slideshow-text p {
    font-size: 0.95rem;
    line-height: 1.4;
    margin-bottom: 5px;
    padding: 10px; /* no inside gap */
}

/* Mobile-only yellow text for slide-1 */
    .slideshow-slide.slide-1 .slideshow-text h1{
        color: white !important;
    }
    .slideshow-slide.slide-1 .slideshow-text p {
        color: white !important;
    }

    
      .controls {
        position: absolute;
        bottom: 10px;
        left:58%;
        
        transform: translateX(-50%);
        gap: 8px;
    }

    .controls-btn {
        width: 26px;
        height: 26px;
        font-size: 1rem;
    }
}
.section-heading{
  font-family: lexend;
  margin-bottom: 10rem;
  text-align: center;
}

.product-section {
  top: 13rem;
  font-family: Lexend;
  padding: 20px;
  background: #f5f5f5;
  position: relative;
}

.product-wrapper {
 overflow: hidden;
  width: 100%;
}

.product-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 10px 40px;
  transition: transform 0.3s ease;
  white-space: nowrap;
}

.product-item {
  flex: 0 0 auto;
  text-align: center;
  width: 100px;
  height: 100px;
  cursor: pointer;
  color: #333;
}

.product-item i {
  font-size: 40px;
  display: block;
  margin-bottom: 10px;
}


.product-page {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

.arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease, transform 0.2s ease;
  z-index: 10;
}

.arrow-btn:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-50%) scale(1.1);
}

.arrow-left {
  left: 10px;
}

.arrow-right {
  right: 10px;
}

.arrow-btn i {
  font-size: 20px;
  color: #333;
}

/* === MOBILE CAROUSEL === */
.mobile-product-carousel {
  top: 8rem;
  position: relative;
  display: none;
}

.mobile-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 2;
  transition: background 0.3s ease;
}


.mobile-slide-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  overflow: hidden;
}

.mobile-slide {
  min-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 20px;
  padding: 20px;
}

@media (max-width: 768px) {
  
  
  .product-section {
    display: none;
  }

}

.mobile-product-carousel {
      display: none;
    }

    @media (max-width: 768px) {
      .mobile-product-carousel {
        display: block;
        background: #fff;
        overflow: hidden;
        position: relative;
        height: 100px;
      }

      .carousel-track {
        display: flex;
        width: max-content;
        animation: scrollIcons 20s linear infinite;
      }

      .product-item {
        flex: 0 0 auto;
        width: 100px;
        height: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #333;
        transition: transform 0.3s ease;
        
      }

      .product-item i {
        font-size: 28px;
        margin-bottom: 4px;
      }

      .product-item.zoom {
        transform: scale(1.3);
      }

      @keyframes scrollIcons {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
      }
    }

    /*Sorting*/
     

    /* Layout */
      :root {
      --accent: #6366f1;
      --radius: 12px;
      --shadow: 0 12px 28px -10px rgba(0,0,0,0.08);
      --text: #1f2d3a;
      --surface: #f9f9fb;
      --transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .layout {
      
      display: grid;
      grid-template-columns: 30% 70%;
      gap: 24px;
      padding: 21px;
      align-items: start;
      padding: 15rem 20px 20px; /* top padding instead of top property */
    }

    /* Sidebar */
    .sidebar-wrapper {
      position: relative;
    }
    .sidebar {
      background: var(--surface);
      padding: 24px 16px 32px;
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      display: flex;
      flex-direction: column;
      gap: 12px;
      position: relative;
    }
    .sidebar-header h2 {
      margin: 0 0 8px;
      font-size: 1.25rem;
    }
    .categories {
      display: flex;
      flex-direction: column;
      gap: 8px;
      overflow: auto;
      max-height: calc(100vh - 140px);
    }
    .category {
      position: relative;
      padding: 12px 16px;
      border-radius: 10px;
      cursor: pointer;
      background: #fff;
      border: 1px solid transparent;
      transition: var(--transition);
      font-size: 0.95rem;
      display: flex;
      align-items: center;
    }
    .category:hover {
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    }
    .category.active {
      border: 1px solid var(--accent);
      color: var(--accent);
      font-weight: 600;
    }
    .category.active::before {
      content: "";
      position: absolute;
      left: 0;
      top: 6px;
      bottom: 6px;
      width: 4px;
      background: var(--accent);
      border-radius: 4px 0 0 4px;
    }

    /* Products */
.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, 235px); /* fixed card width */
  justify-content: center; /* left-align when few items */
  gap: 20px;
  padding: 0 12px; /* small horizontal padding so cards don’t hug edges */
}


    .card {
      border: 1px solid #ccc;
      border-radius: 10px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      display: flex;
      flex-direction: column;
    }
    .card img {
      width: 100%;
      height: 180px;
      object-fit: contain;
      background: #f9f9f9;
    }
    .card-content {
      padding: 15px;
      flex: 1;
      display: flex;
      flex-direction: column;
    }
    .card h3 {
        text-align: center;
      margin: 0 0 20px;
      font-size: 1.1rem;
    }
    .details{
    text-align: center;
      font-size: 13px;
      font-family: 'Inter', sans-serif;
      margin-bottom: 8px;

    }
    .features {
      
      font-family: 'Inter', sans-serif;
      font-size: 13px;
      margin-bottom: 8px;
      line-height: 1.7;
      
    }
    .features strong {
      display: block;
      font-weight: bold;
      color: #333;
      margin-bottom: 4px;
    }

    .features ul {
  margin: 0;
  padding-left: 20px; /* adjust indent */
}

    /*Hide Points*/
    /* By default (desktop) show everything */
.hide-mobile {
  display: list-item;
}

/* On mobile hide the extra points */
@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}


    /* Mobile */
    .sidebar-toggle {
  display: flex;             /* puts icon and word side-by-side */
  align-items: center;       /* vertical centering */
  gap: 6px;                  /* space between icon and text */
  position: fixed;           /* stays static on scroll */
  top: 14px;
  left: 14px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 12px 28px -10px rgba(0,0,0,0.08);
  z-index: 100;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  backdrop-filter: blur(6px);
   opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.sidebar-toggle svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.sidebar-toggle.show {
  opacity: 1;
  transform: translateY(0);
}



@media (min-width: 1025px) {
  .sidebar-toggle {
    display: none;
  }
}



    .color-filter-section h4 {
  margin-bottom: 6px;
  font-weight: 600;
}

.colors {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.color-chip {
  padding: 6px 12px;
  border-radius: 8px;
  background: #eef2f7;
  cursor: pointer;
  font-size: 12px;
  border: 1px solid transparent;
  transition: 0.2s;
}
.color-chip:hover {
  background: #e0e7ff;
}
.color-chip.active {
  background: white;
  border: 1px solid var(--accent);
  color: var(--accent);
  font-weight: 600;
}


    @media (max-width: 768px) {
      .layout{
        padding: 10rem 20px 20px; /* top padding instead of top property */
      }
  .products {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    .features{
        display: block;
    }
  }
}
@media (max-width: 480px) {
  .products {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .features{
    font-size: 12px;
        display: block;
    }
}

/* Responsive sidebar behavior */
@media (max-width: 1024px) {
  .layout {
    grid-template-columns: 1fr;
  }
  .sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100vh;
    padding-top: 70px;
    transition: var(--transition);
    z-index: 50;
    overflow-y: auto;
  }
  .sidebar.open {
    left: 0;
  }
  .sidebar-toggle {
    display: block;
  }
  .main {
    margin-top: 10px;
  }
  .features{
        display: none;
    }
}
/*Logo*/

.logo_head{
  text-align: center;
  margin-top: 10rem;
  font-size: 2.3rem;
  font-family: lexend;
  color: lightseagreen;
}
     
.logo-slider {
  top: 3rem;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 20px 0;
  }

  .logo-track {
    display: flex;
    width: calc(200px * 60); /* 30 logos × 2 duplicates */
    animation: scroll 40s linear infinite;
  }

  .logo-slider:hover .logo-track {
    animation-play-state: paused;
  }

  .logo {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    
    flex-shrink: 0;
  }

  .logo a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
  }

  .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 40%;
    transition: transform 0.3s ease;
  }

  .logo img:hover {
    transform: scale(1.1);
  }

  @keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  /* Responsive for tablets */
  @media (max-width: 768px) {
    .logo_head{
      font-size: 1.5rem;
    }
    .logo {
      width: 80px;
      height: 80px;
      margin: 0 15px;
    }
    .logo-track {
      animation-duration: 50s;
    }
  }

  /* Responsive for mobiles */
  @media (max-width: 480px) {
    .logo {
      width: 60px;
      height: 60px;
      margin: 0 10px;
    }
    .logo-track {
      animation-duration: 55s;
    }
  }
    /*About*/
       /* Base Section */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  /* Removed background + color here so other pages are safe */
}

.about-section {
  background-color: white;
  color: #aaa;
  padding: 60px 20px;
  text-align: center;
  width: 100%;          /* stretch full width */
  max-width: none;      /* remove limit */
  margin: 0;            /* no auto margin */
  margin-top: 5rem;
  
}

.underline {
  border-bottom: 5px solid black; 
  display: inline-block;
  padding-bottom: 5px;
  width: 10%;
}


/* Heading */
.main-heading {
  
  font-family: lexend;
  font-size: 2.3rem;
  color: lightseagreen;
  margin-bottom: 10px;
}

/* Intro line */
.intro-text {
  margin-top: 50px;
  font-family: lexend;
  font-size: 1rem;
  color: #000;
  margin-bottom: 40px;
}

/* Image */
.about-image img {
  width: 100%;
  max-width: 300px;
  border-radius: 12px;
  display: block;
  margin: 0 auto 10px;
}

/* Sub Heading */
.sub-heading {
  font-family: lexend;
  font-size: 1.9rem;
  color: lightseagreen;
  margin-bottom: 20px;
}

/* Paragraph */
.about-description {
  font-family: Lexend;
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  text-align: left;
}

/* Points Grid */
.points-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.point {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  text-align: left;
  background: #1a1a1a;
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.point:hover {
  transform: translateY(-5px);
}

.icon {
  font-size: 1.8rem;
  color: #e63946;
}

.point h3 {
  font-family: geo;
  color: #fff;
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.point p {
  font-family: lexend;
  font-size: 0.95rem;
  color: #aaa;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
  .main-heading {
    font-size: 1.5rem;
  }
  .sub-heading{
    font-size: 1.5rem;
  }
  .about-description {
    text-align: center;
  }
  .intro-text {
    line-height: 1.7;
  }
}

/* Certificates Section */
.certificates {
  text-align: center;
  padding: 10px 20px;
  
  color: #fff;
}

.cert-heading {
  font-family: lexend;
  font-size: 2rem;
  margin-bottom: 10px;
  color: lightseagreen;
}

.cert-subtext-first-point {
  font-family: lexend;
  font-size: 1rem;
  color: #444444;
  margin-bottom: 40px;
  margin-top: 50px;
}

.cert-subtext-second-point {
  font-family: lexend;
  font-size: 1rem;
  color: #444444;
  margin-bottom: 80px;
  margin-top: 10px;
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  justify-items: center;
}

.cert-card {
  
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-width: 450px;
  height: 320px; /* default for horizontal */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.cert-card.portrait {
  width: 41%;
  height: 425px; /* extra height for portrait */
}

.cert-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.cert-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 30px rgba(0,0,0,0.7);
}

hr {
  width: 90%;
  margin: 40px auto;
}

@media (max-width: 768px) {
  .cert-heading {
    font-size: 1.3rem;
  }
  .cert-card.portrait {
    width: 65%;
    height: 300px;
  }
  .cert-card {
    width: 95%;
    height: 200px;
    margin-bottom: 40px;
  }
}

/*Footer*/
    .footer {
      background-color: #000;
      color: #fff;
      padding: 40px 20px 10px;
    }

    .footer-container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      max-width: 1200px;
      margin: auto;
    }

    .footer-left {
      flex: 1;
      min-width: 250px;
    }

    .footer-left .logo-name {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 15px;
    }

    .footer-left img {
      width: 50px;
      height: 50px;
      object-fit: cover;
      border-radius: 50%;
    }

    .footer-left h3 {
        font-family: tektur;
        color: lightseagreen;
      font-size: 1.5rem;
      margin: 0;
    }

    .footer-left p {
        font-family: lexend;
      margin: 5px 0;
      line-height: 1.6;
    }

    .footer-right {
      flex: 1;
      min-width: 300px;
    }

    .footer-right h4 {
        font-family: geo;
      margin-bottom: 15px;
      font-size: 1.2rem;
    }

    .contact-form {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .contact-form input,
    .contact-form textarea {
      padding: 10px;
      border: none;
      border-radius: 4px;
      font-size: 1rem;
    }

    .contact-form textarea {
      resize: vertical;
      min-height: 80px;
    }

    .contact-form button {
      background-color: lightseagreen;
      color: #fff;
      padding: 10px;
      border: none;
      cursor: pointer;
      border-radius: 4px;
      font-size: 1rem;
    }

    .contact-form button:hover {
      background-color: #a0454d;
    }

    .footer-bottom {
      border-top: 1px solid #333;
      margin-top: 40px;
      padding-top: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      max-width: 1200px;
      margin: 40px auto 10px;
    }

    .footer-links, .footer-social {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .footer-links a,
    .footer-social a {
      color: #ccc;
      text-decoration: none;
      font-size: 0.95rem;
      transition: color 0.3s;
    }

    .footer-links a:hover,
    .footer-social a:hover {
      color: #fff;
    }

    .footer-social a i {
      font-size: 1.2rem;
    }

    .copyright {
      text-align: center;
      font-size: 0.85rem;
      color: #888;
      margin-top: 10px;
    }
    .footer-social a {
  color: #ccc;
  font-size: 1.2rem;
  margin-left: 15px;
  transition: color 0.3s;
}

.footer-social a.facebook:hover {
  color: #3b5998; /* Facebook Blue */
}

.footer-social a.instagram:hover {
  color: #E1306C; /* Instagram Pink */
}

.footer-social a.whatsapp:hover {
  color: #25D366; /* WhatsApp Green */
}


    @media (max-width: 768px) {
      .footer-container {
        flex-direction: column;
        gap: 30px;
      }

      .footer-left,
      .footer-right {
        width: 100%;
        text-align: center;
      }

      .footer-left .logo-name {
        justify-content: center;
        
      }
      .footer-left h3{
        font-size: 20px;
      }
      

      .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
      }
    }
