body {
    background-color: #1d1d1f;
    color: #f5f5f7;
    font-family: 'Raleway', sans-serif;
}



h1, h2, h3, h4, h5, h6 {
  font-family: 'Audiowide', sans-serif;
}

.navbar-logo {
    height: 40px;
    width: auto;
  }
  
  @media (max-width: 576px) {
    .navbar-logo {
      height: 30px;
    }
  }

#readability {
    text-shadow: 0 4px 24px rgba(0,0,0,0.5);
}
  
  .hero-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem); /* responsive big font */
    font-weight: 900;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0;
    text-shadow: 0 4px 24px rgba(0,0,0,0.5); /* improves readability */
    pointer-events: none;
  }

  .hero-title2 {
    font-size: clamp(1.5rem, 3vw, 2.5rem); /* responsive big font */
    font-weight: 900;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0;
    text-shadow: 0 4px 24px rgba(0,0,0,0.5); /* improves readability */
    pointer-events: none;
  }
  
  .hero-subtitle {
    font-size: clamp(0.9rem, 1.2vw, 1.2rem);
    font-weight: 400;
    color: #fff;
    margin-top: 2vw;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
    pointer-events: none;
  }
  

  #bgVideo {
    position: fixed;
    left: 50%;
    top: 50%;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    z-index: -1;
    object-fit: cover;
    opacity: 0.7;
    transform: translate(-50%, -50%);
  }
  
  
  .content {
    position: relative;
    z-index: 1;
  }

  #about-us-card {
    width: 28rem;
    margin-left: 1em;
}



.about-us {
    color: #dad7d7;
}

.footer {
    background: rgba(125, 125, 125, 0.5);
    padding: 40px 0 20px;
    /* border-top: 1px solid #eee; */
}

.footer-brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: #f5f5f7;
    margin-bottom: 15px;
}

.footer-brand-text {
    font-size: 1.2rem;
    font-weight: 600;
    color: #f5f5f7;
    margin-bottom: 15px;
    
}

.footer-text {
    color: #f5f5f7;
    font-size: 0.9rem;
    max-width: 300px;
}

.social-links {
    margin: 20px 0;
}

.social-link {
    color: #f5f5f7;
    margin-right: 20px;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #0d6efd;
}

.footer-links {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links a {
    color: #f5f5f7;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #0d6efd;
}

.copyright {
    color: #f5f5f7;
    font-size: 0.85rem;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.background-image {
    background-image: url('https://picsum.photos/id/233/900/400');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    /* background-position: center; */
  }

.section-card {
    background: rgba(69, 69, 69, 0.817); /* Black with 40% opacity */
    border-radius: 12px;             /* Optional: rounded corners */
    padding: 20px;                   /* Optional: inner spacing */
    box-shadow: 0 2px 8px rgba(0,0,0,0.15); /* Optional: subtle shadow */
  }

  .image {
    border-radius: 50%;
    width: 100%;
    max-width: 350px;      /* Optional: limits image size on large screens */
    aspect-ratio: 1 / 1;   /* Maintains a square shape */
    height: auto;          /* Ensures proportional scaling */
    object-fit: cover;    /* Ensures image covers the area without distortion */
  }

  .image1 {
  border-radius: 50%;
  width: 150px;        /* Set a smaller width */
  height: 150px;       /* Set height equal to width for a perfect circle */
  object-fit: cover;   /* Ensures image covers the area without distortion */
}


  .square-image {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
    padding: 20px;
    width: 100%;
    max-width: 600px;      /* Optional: limits image size on large screens */
    aspect-ratio: 1 / 1;   /* Maintains a square shape */
    height: auto;          /* Ensures proportional scaling */
    object-fit: cover;    /* Ensures image covers the area without distortion */
  }

  .square-image1 {
    padding: 20px;
    width: 100%;
    max-width: 600px;      /* Optional: limits image size on large screens */
    aspect-ratio: 1 / 1;   /* Maintains a square shape */
    height: auto;          /* Ensures proportional scaling */
    object-fit: cover;    /* Ensures image covers the area without distortion */
  }

  .square-image2 {
    padding: 20px;
    width: 100%;
    max-width: 500px;      /* Optional: limits image size on large screens */
    aspect-ratio: 1 / 1;   /* Maintains a square shape */
    height: auto;          /* Ensures proportional scaling */
    object-fit: cover;    /* Ensures image covers the area without distortion */
  }
  

  .section-container {
    position: relative;
    overflow: visible;
}

.image-container {
    position: relative;
    height: 400px;
}

.overflow-image {
    position: absolute;
    top: -20%;
    bottom: -20%;
    left: 0;
    width: 100%;
    height: 140%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .overflow-image {
        position: relative;
        top: 0;
        height: auto;
        max-height: 400px;
        margin-bottom: 2rem;
    }
     .image-container {
        height: auto;
    }
}

@media (max-width: 768px) {
    .overflow-image {
        position: relative;
        top: 0;
        height: 300px;
        margin-bottom: 2rem;
    }
    #bgVideo {
      display: none;
    }
    .navbar .free-demo {
      font-size: 0.8rem !important;
      padding: 6px 12px;
    }
    .section-card .free-demo {
      font-size: 1.2rem !important;
    }
    .footer-logo-lg {
      max-height: 60px;
    }
    .footer {
      text-align: center;
    }
    .footer .col-md-8, .footer .col-md-4 {
        text-align: center !important;
    }
    .social-links {
        justify-content: center;
        display: flex;
    }
    .footer-links {
      justify-content: center;
    }
    .footer-brand-text {
      margin-right: auto;
      margin-left: auto;
      max-width: 300px;
    }
}

.free-demo {
  position: relative;
  font-family: "Gill Sans", sans-serif;
  background-color: rgba(126, 126, 126, 0.3);
  box-shadow:
    -4px -4px 10px rgba(255, 105, 180, 0.6),
    4px 4px 10px rgba(0, 0, 255, 0.6);
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s ease;
  z-index: 0;
}

/* Hover effect */
.free-demo:hover {
  transform: scale(1.06);
  box-shadow:
    -4px -4px 10px rgba(255, 105, 180, 0.6),
    4px 4px 10px rgba(0, 0, 255, 0.6);
}

/* Border animation element */
.free-demo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -300%;
  width: 100%;
  height: 100%;
  border: 5px solid hotpink;
  box-shadow:
    -4px -4px 10px rgba(255, 105, 180, 0.6),
    4px 4px 10px rgba(0, 0, 255, 0.6);
  border-radius: 8px;
  box-sizing: border-box;
  z-index: 1;
  animation: border-move 3.5s linear infinite;
  pointer-events: none;
}

/* Only show animated border on hover */
.free-demo:hover::before {
  left: 0;
  box-shadow:
    -4px -4px 10px rgba(255, 105, 180, 0.6),
    4px 4px 10px rgba(0, 0, 255, 0.6);
}

/* Animation keyframes */
@keyframes border-move {
  0% {
    clip-path: inset(0 100% 100% 0);
    border-color: blue;
  }
  25% {
    clip-path: inset(0 0 100% 0);
    border-color: hotpink;
  }
  50% {
    clip-path: inset(0 0 0 100%);
    border-color: blue;
  }
  75% {
    clip-path: inset(100% 0 0 0);
    border-color: blue;
  }
  100% {
    clip-path: inset(0 100% 100% 0);
    border-color: blue;
  }
}

.arrow-img {
    width: 50px; /* Example: Set width to 50 pixels */
    height: auto; /* Maintain aspect ratio based on the new width */
}



/* footer styles */

.footer-logo-lg {
  max-height: 100px; 
  height: auto;
  width: auto;
  margin-right: 4.3rem;
  margin-bottom: 2rem;
}

.footer-logo-md {
  max-height: 60px; 
  height: auto;
  width: auto;
}

@media (max-width: 768px) {
  #bgVideo {
    display: none;
  }
  .free-demo {
    font-size: 1rem !important;
    padding: 8px 16px;
  }
  .footer-logo-lg {
    max-height: 60px;
  }
  .footer {
    text-align: center;
  }
  .footer .col-md-8, .footer .col-md-4 {
      text-align: center !important;
  }
  .social-links {
      justify-content: center;
      display: flex;
  }
  .footer-links {
    justify-content: center;
  }
  .footer-brand-text {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
  }
}

