body {
  background-image: url("../images/background.jpeg");
  background-size: cover;
  background-position: center;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin: 0;
  padding: 0;
  color: #fff;
}
.section-title{
    font-size: 50px;
    text-align: center;
    gap: 1rem;
    margin-bottom: 30px;
}

.custom-navbar {
  padding: 20px 60px;
  background-color: #000;
  text-align: center;
}
.custom-navbar .navbar-brand {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}
.custom-navbar .navbar-nav {
  gap: 2rem;
}
.custom-navbar .nav-link {
  font-size: 25px;
  position: relative;
  color: #fff;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}
.custom-navbar .nav-link::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 2px;
  width: 0%;
  background-color: #f8f9fa;
  transition: width 0.4s ease;
}
.custom-navbar .nav-link:hover::after {
  width: 80%;
}
.navbar-nav .dropdown-toggle::after {
  display: none !important;
}
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; 
}
.dropdown-menu {
  background-color: #000;
  border: none;
  transition: all 0.3s ease;
  padding: 10px 0;
}
.dropdown-item {
  font-size: 25px;
  color: #aaa;
  padding: 8px 20px;
  transition: all 0.3s ease;
}
.dropdown-item:hover {
  color: #fbfbfb;
  background-color: transparent;
}
video {
  pointer-events: none;      
  user-select: none;           
  -webkit-user-drag: none;     
  object-fit: cover;           
}

.hero {
      background-image: url("../images/top.png");
      background-size: cover;
      width: 100%;
      min-height: 60vh;
      text-align: center;
      color: #fff;
      padding: 40px;
      padding: 100px 20px;
}

.hero h2 {
      font-size: 43px;
      margin-bottom: 15px;
}
.hero p {
      font-size: 20px;
      color: #d8d8d8;
      margin-bottom: 30px;
}
.btn {
      background: rgb(31, 31, 31);
      color: #fff;
      padding: 12px 28px;
      border-radius: 6px;
      transition: background 0.3s;
}
.btn:hover {
      background: rgb(255, 255, 255);
}

.service-card {
      background: #000;
      border-radius: 10px;
      padding: 30px 20px;
      text-align: center;
      margin: 10px;
      border: 1px solid #aaa;
      cursor: pointer;
      transition: transform 0.2s ease-in-out;  
}
.service-card:hover {
  transform: scale(1.1);
}
.service-card h3 {
      font-size: 20px;
      margin-bottom: 10px;
      color: #fff;
      margin-top: 10px;
}
.service-card p {
      font-size: 14px;
      color: #ccc;
}

.client-card p{
  color: #aaa;
  font-size: 18px;
  padding-top: 10px;
  text-align: center;
}

.why-card {
      background: linear-gradient(145deg, #1e1e1e, #2a2a2a);
      border: 1px solid #2e2e2e;
      padding: 25px;
      border-radius: 20px;
      margin: 10px;
}
.why-card h3 {
      font-size: 1.5rem;
      margin-bottom: 12px;
      color: #ffffff;
}
.why-card p {
      line-height: 1.6;
      color: #b6b6b6;
}

.why-card-2{
      background: #000;
      border-radius: 10px;
      padding: 30px 20px;
      text-align: center;
      margin: 10px;
      border: 1px solid #aaa;
}
.price-btn{
      border-radius: 10px;
      height: 40px;
      width: 250px;
      background-color: #f8f9fa;
      color: #000;
      border-color: #000 ;
      transition: transform 0.3s;
      margin-top: 15px;
}
.price-btn:hover{
       background-color: #000;
       color: #f8f9fa;
       border-color: rgb(2, 2, 2);
}

.case-card {
    background-color: #111;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    margin: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.case-card:hover {
    transform: translateY(-8px);
}

.case-card img {
    width: auto;
    height: 400px;
    border-radius: 12px;
}

.case-card p {
    color: cyan;
    transition: color 0.3s;
}

.case-card p:hover {
    text-decoration: underline; /* Slightly lighter cyan on hover */
}




footer {
      background: #1a1a1a;
      padding: 50px 20px 30px;
      color: #dddddd;
}
footer h2{
  font-size: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}    
.footer-column{
        margin: 10px;
}
.footer-column h3 {
      margin-bottom: 15px;
      color: #fff;
}
.footer-column ul {
      list-style: none;
      padding: 0;
}
.footer-column ul li {
      margin-bottom: 10px;
}
.footer-column ul li a {
      text-decoration: none;
      color: #ccc;
      transition: color 0.2s;
}
.footer-column ul li a:hover {
      color: #fefefe;
}
.social-icons a {
      display: inline-block;
      margin-right: 10px;
      color: #ccc;
      font-size: 20px;
      transition: all 0.3s ease;
      margin-bottom: 10px;
}
.social-icons a:hover {
      transform: scale(1.1);
}
.footer-bottom {
      text-align: center;
      margin-top: 40px;
      font-size: 0.9rem;
      border-top: 1px solid #333;
      padding-top: 20px;
      color: #888;
}
    .carousel-item img {
      width: 100%;
      height: auto;
      max-width: 250px;
      display: block;
    }

    

    .carousel-control-prev,
    .carousel-control-next {
      width: auto;
      background: none;
    }

    .carousel-control-prev {
      left: -20px;
    }

    .carousel-control-next {
      right: -20px;
    }