  body {
      font-family: 'Roboto', sans-serif;
      scroll-behavior: smooth;
      line-height: 1.6;
    }
    .navbar {
      background-color: rgba(0, 0, 0, 0.1);
      /* padding: 15px 0; */
      transition: background-color 0.3s;
    }
    .navbar.scrolled {
      background-color: #000000ba;
    }
    .navbar-brand img {
      max-height: 60px;
      transition: transform 0.3s;
    }
    .navbar-brand img:hover {
      transform: scale(1.1);
    }

    .nav-item {
    color: #000000;
    background: #000000d6;
    font-weight: 500;
    transition: color 0.3s;
    margin: 2px;
     border-radius: 5px;;
    padding: 0 8px;
}

   .hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 2rem 0;
    background-position: center; /* Centers the image */
}

@media (min-width: 1025px) {
  .hero-section {
   background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../img/web-cover.png') no-repeat center center/cover;
    min-height: 100vh;
  }
}

.hero-content {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    padding: 2rem;
    max-width: 800px;
    backdrop-filter: blur(5px);
}

.hero-logo {
    max-width: 300px;
    height: auto;
    object-fit: contain;
}

@media (max-width: 768px) {
    .hero-logo {
        max-width: 200px;
    }

    .hero-content {
        padding: 1.5rem;
    }

    .display-4 {
        font-size: 2.5rem;
    }

    .fs-5 {
        font-size: 1rem;
    }
}
    .hero-section h1 {
      font-size: 3.5rem;
      font-weight: 800;
      margin-bottom: 1.5rem;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    .hero-section p {
      font-size: 1.6rem;
      margin-bottom: 2.5rem;
    }
    .btn-primary {
      background-color: #ffcc00;
      border-color: #ffcc00;
      padding: 15px 40px;
      font-size: 1.3rem;
      border-radius: 50px;
      transition: all 0.3s ease;
    }
    .btn-primary:hover {
      background-color: #e6b800;
      border-color: #e6b800;
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }
    .service-card {
      transition: all 0.3s ease;
      border: none;
      border-radius: 15px;
      overflow: hidden;
      background: #ffffff;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    .service-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    }
    .service-icon {
      font-size: 2.5rem;
      color: #ffcc00;
      margin-bottom: 1.5rem;
    }
    .service-card h3 {
      font-size: 1.5rem;
      font-weight: 600;
    }
    .testimonial-section {
      background-color: #f8f9fa;
      padding: 80px 0;
    }
   .why-choose-us {
    background: linear-gradient(rgb(0 0 0 / 84%), rgba(0, 0, 0, 0.7)), 
                url(../img/black_white.png) no-repeat center center / cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 6rem 2rem; /* Add enough height for the parallax effect */
}
    .why-choose-us-items{
      background: rgba(255, 255, 255, 0.1);
      border-radius: 15px;
      padding: 20px;
      transition: all 0.3s ease;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    .contact-section {
      background-color: #ffffff;
      padding: 80px 0;
    }
    .form-control, .form-select {
      border-radius: 10px;
      border: 1px solid #ced4da;
      transition: all 0.3s ease;
    }
    .form-control:focus, .form-select:focus {
      border-color: #ffcc00;
      box-shadow: 0 0 8px rgba(255, 204, 0, 0.4);
    }
    footer {
      background-color: #1a1a1a;
      color: white;
      padding: 60px 0 30px;
    }
    footer a {
      color: #ffcc00;
      text-decoration: none;
      transition: color 0.3s;
    }
    footer a:hover {
      color: #e6b800;
    }
    .stats-section {
      background-color: #ffcc00;
      color: #000000;
      text-align: center;
      padding: 40px 0;
      font-weight: 600;
    }
    @media (max-width: 768px) {
      .hero-section h1 {
        font-size: 2.5rem;
      }
      .hero-section p {
        font-size: 1.2rem;
      }
    }

    .stats-section {
      background-color: #ffcc00; /* Bright background for contrast */
      color: #000000;
      text-align: center;
      padding: 50px 0;
    }
    .stats-content {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
      background: #000000; /* Dark background for text block */
      padding: 20px 20px;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      animation: fadeIn 1.5s ease-in-out;
    }
    .stats-icon {
      font-size: 2.5rem;
      color: #ffcc00; /* Accent color for icon */
    }
    .stats-number {
      font-size: 3.5rem;
      font-weight: 900;
      color: #ffcc00; /* Bright number to stand out */
      line-height: 1;
    }
    .stats-text {
      font-size: 1.8rem;
      font-weight: 600;
      color: #ffffff; /* White text for readability */
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .stats-description {
      font-size: 1.1rem;
      font-weight: 400;
      color: #000000;
      margin-top: 10px;
    }
    /* Fade-in Animation */
    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    @media (max-width: 768px) {
      .stats-number {
        font-size: 2.5rem;
      }
      .stats-text {
        font-size: 1.4rem;
      }
      .stats-icon {
        font-size: 2rem;
      }
    }
    .social-icons {
      display: flex;
      justify-content: center;
      gap: 1.5rem;
    }
    .social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      transition: all 0.3s ease;
    }
    .social-icons a img {
      width: 30px;
      height: 30px;
      filter: drop-shadow(2px 3px 2px black);
    }
    .social-icons a:hover {
      background: #003cff17;
      transform: translateY(-3px);
      box-shadow: 0 4px 12px rgba(13, 110, 253, 0.4);
    }
     #facebook-feed {
      background-color: #f8f9fa;
      padding: 80px 0;
    }
    #facebook-feed h2 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #000000;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }
    .sociablekit-facebook-feed {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }
    .sociablekit-facebook-feed .sk-ww-facebook-feed-post {
      background: #ffffff;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      overflow: hidden;
    }
    .sociablekit-facebook-feed .sk-ww-facebook-feed-post:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }
    .sociablekit-facebook-feed .sk-ww-facebook-feed-post img,
    .sociablekit-facebook-feed .sk-ww-facebook-feed-post video {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    .sociablekit-facebook-feed .sk-ww-facebook-feed-post .sk-post-text {
      padding: 15px;
      font-size: 1rem;
      color: #333333;
    }
    .sociablekit-facebook-feed .sk-ww-facebook-feed-post .sk-post-date {
      padding: 0 15px 15px;
      font-size: 0.9rem;
      color: #666666;
    }
    .sociablekit-facebook-feed .sk-ww-facebook-feed-post a {
      color: #ffcc00;
      text-decoration: none;
    }
    .sociablekit-facebook-feed .sk-ww-facebook-feed-post a:hover {
      color: #e6b800;
    }
    @media (max-width: 768px) {
      #facebook-feed h2 {
        font-size: 2rem;
      }
      .sociablekit-facebook-feed {
        grid-template-columns: 1fr;
      }
    }

     #loading-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      opacity: 1;
      transition: opacity 0.5s ease;
    }
    #loading-overlay.hidden {
      opacity: 0;
      pointer-events: none;
    }
    #loading-video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
    }
    .loading-logo {
      position: relative;
      z-index: 10000;
      text-align: center;
    }
    .loading-logo img {
      filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
    }
     .jump {
    animation: jump 1.2s infinite;
  }

  @keyframes jump {
    0%   { transform: translateY(0); }
    30%  { transform: translateY(-10px); }
    50%  { transform: translateY(0); }
    70%  { transform: translateY(-5px); }
    100% { transform: translateY(0); }
  }

  .brand-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.brand-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.2);
}

.brand-logo {
    max-height: 80px;
    object-fit: contain;
    transition: all 0.3s ease;
}
@media (max-width: 768px) {
    .brand-logo {
        max-height: 60px;
    }
}

/* contact section */
   
.cta-section {
    background-color: #000000;
    background: linear-gradient(rgb(0 0 0 / 72%), rgba(0, 0, 0, 0.8)), url(../img/contact_us_cover.jpg);
    min-height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: white;
}

.contact-form {
    background: rgb(134 134 134 / 36%);
    color: #333;
    backdrop-filter: blur(5px);
}

.contact-form .form-control {
    border-radius: 8px;
    border: 1px solid #ced4da;
}

.contact-form .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.contact-form .btn-primary {
    background-color: #007bff;
    border: none;
    transition: background-color 0.3s ease;
}

.contact-form .btn-primary:hover {
    background-color: #0056b3;
}

@media (max-width: 992px) {
    .cta-section {
        min-height: auto;
        padding: 3rem 0;
    }

    .contact-form {
        margin-top: 2rem;
    }

    .display-4 {
        font-size: 2.5rem;
    }

    .lead {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .cta-section {
        background-size: contain; /* Switch to contain for mobile to avoid cropping */
    }

    .btn-lg {
        font-size: 1rem;
        padding: 0.75rem 1rem;
    }
}
.premium_serveices_row{
  background-color: #a8a8a84a;
  border-radius: 10px;
  padding: 20px;
}

/* Tablet: 769px to 1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-section {
     background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../img/tablet-cover.jpg') no-repeat center center/cover;
        min-height: 100vh;
        background-size: cover;
  }
}

/* Mobile: up to 768px */
@media (max-width: 768px) {
  .hero-section {
    min-height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
    background-image: url('../img/mobile-cover.jpg');
  }
}



/* scrollbar */

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}
