 
    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background: #121212;
      color: #f0f0f0;
      background:url('../../upload/images/image13.jpg') no-repeat center center;
     
    }
    header, section {
      padding: 2rem;
      text-align: center;
    }
    
   /* .hd-logo:before {
    content: '';
    display: block;
    position: absolute;
    width:61px;
    height: 1px;
    background:#00ffd2;
    margin: auto;
     left: 221px;
    
} */

/* .hd-logo:after {
    content: '';
    display: block;
    position: absolute;
    width: 61px;
    height: 1px;
    background:#00ffd2;
    margin: auto;
    left:7px;
} */
  
 .hd-logo
 {
    float:left;
    font-size:22pt;
    margin-left:-44rem;;
    color: #3affc5; 
    font-weight:700;
 }

  /* nav {
  background: #1f1f1f;
  padding: 1.5rem;
  text-align: right;
}*/

nav {
  background:#000000c4;
  padding: 0.7rem;
  text-align: right;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}


nav a {
  color:#fff;
  margin: 0 1rem;
  text-decoration: none;
  font-weight: bold;
}

nav a:hover {
  color:#00ffd2;
 
}


.size-50
{
    width:25%;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
}

    .card {
      background: #1e1e1e;
      margin: 1rem;
      padding: 1rem;
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(255,255,255,0.05);
      display: inline-block;
      width: 280px;
      vertical-align: top;
    }
    form {
      max-width: 400px;
      margin: 0 auto;
      display: grid;
      gap: 1rem;
    }
    input, textarea {
      padding: 0.75rem;
      border: 1px solid #444;
      border-radius: 4px;
      width: 100%;
      background: #1e1e1e;
      color: #f0f0f0;
    }
    button {
      background-color: #2196f3;
      color: white;
      padding: 0.75rem;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }
    button:hover {
      background-color: #1769aa;
    }
    #home {
  position: relative;
  padding: 6rem 2rem;
  color: #fff;
  min-height: 60vh;
 overflow: hidden;

}

#home .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  z-index: 0;
}
  
   #home::before {
 z-index:1 ;
  
}
   #home > *:not(.bg-video) {
  position: relative;
  z-index: 2;
}


#home:hover::before {
  background-color: rgba(0, 0, 0, 0.3);
}

#contact {
  /* background: url('images/image7.jpeg') no-repeat center center; */
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 2rem 2rem;
  z-index: 0;
  background-color:#000000c4;
}

#contact::before {
  
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  /*background-color:rgb(0 0 0 / 99%) */
  
}

#contact form, #contact h2 {
  position: relative;
  z-index: 2;
}
#contact form, #contact h3{
  position: relative;
  z-index: 2;
}
#about {
  position: relative;
  /* background:url('../../upload/images/image13.jpg') no-repeat center center; */
  background-size: cover;
  color: #fff;
  padding: 8rem 2rem;
  z-index: 0;
  overflow: hidden;
  min-height: 60vh;
   background-color:rgb(12 12 12 / 0%);
}

#about::before {
 
  position: absolute;
  top: 0; left: 0;
  width: 100%; 
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.5); */
 /* background-color:rgb(223 213 213 / 70%);*/
  z-index: 1;
}

#about h2,h3,
#about p {
  position: relative;
  z-index: 2;
 line-height: 31pt;
 font-size: 15pt;
}

.lazy-content {
  opacity: 0;
  transform: translateX(-50px); /* slide in from left */
  transition: opacity 1s ease, transform 1s ease;
  min-height: 10vh;
}

.lazy-content.visible {
  opacity: 1;
  transform: translateX(0);
}

.no-js .lazy-content {
  opacity: 1;
  transform: none;
}

.flx-w
{
    flex-wrap: wrap;
    display: flex;
    width: 69%;
    justify-content: center;
}
.ad-icn
{
  width: 60px;
color: #fff;
text-align: center;
font-size: xx-large;
margin-top: 9px;
}

.ad-size
{
width: calc(100% - 60px);
padding-top: 2px;
text-align:justify !important;
z-index: 2;
}

.mrg-r
{
margin-right: 37rem;
}

.mrg-r-30
{
margin-right: 30rem;
}
.ft-size
{
  font-size: 15pt;
}
.ft-13
{
font-size: 13pt;
}
.fs-1em{
  font-size: 1.5em;
  color: #660505;
  margin-top: 0.7rem;
}

.text-110
{ 
   font-family: Arial, sans-serif;;
    line-height: 1.222222;
    color:#fff;
    
}
.w-213
{
width:20rem;
}
.w-t-90
{
 width: 70px;
}

.dropdown {
  display: inline-block;
  position: relative;
}
.hd-lbl
{
  font-size: 2em;
    color: #660505;
    font-weight: 600;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0; /* align to the right side of nav */
  background-color:#aa29f38a;
  min-width: 160px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  z-index: 5;
  font-size: 10pt;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  color:#fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #333;
}

.slide-up {
  opacity: 0;
  transform: translateY(50px); /* start 50px below */
  transition: opacity 1s ease, transform 1s ease;
}

.slide-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.footer-bottom {
text-align: center;
  margin-top: 30px;
  font-size: 14px;
}
.img-logo
{
  max-width:2%; 
  height:auto;
}

@media screen and (max-width: 768px) {
  nav {
    text-align: center;
    padding: 1rem;
    width: 100%;
  }

  .hd-logo {
    float: none;
    display: block;
    margin: 0 auto 1rem;
    position: relative;
    margin-left: 0.5rem;
    margin-bottom: 0rem;
  }

  .dropdown-content {
    right: 50%;
    transform: translateX(50%);
  }

  .size-50,
  .flx-w {
    width: 90% !important;
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 90%;
  }

  .w-213, .w-t-90 {
    width: 100% !important;
  }

  .ad-size {
    width: 100%;
    padding-left: 0;
    text-align: center !important;
  }

  .ad-icn {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }

  #home span {
    font-size: 26pt !important;
  }

  #home p {
    font-size: 16pt !important;
  }

  .mrg-r, .mrg-r-30 {
    margin-right: 0 !important;
  }

  .dropdown-content {
    position: static;
    box-shadow: none;
  }
  .img-logo
{
  max-width:8%; 
  height:auto;
}
}


.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.hamburger {
  display: none;
  font-size: 26px;
  cursor: pointer;
  color: #fff;
}

.nav-links a {
  color: #fff;
  margin: 0 1rem;
  text-decoration: none;
  font-weight: bold;
}

/* Sidebar menu */
.sidebar-menu {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #210236db;
  overflow-x: hidden;
  transition: 0.4s ease;
  padding-top: 60px;
  z-index: 9999;
}

.sidebar-menu a {
  display: block;
  padding: 12px 24px;
  color: white;
  text-decoration: none;
  font-size: 18px;
}

.sidebar-menu a:hover {
  background-color:#121212c9;
}

.sidebar-menu .closebtn {
  position: absolute;
  top: 1px;
  right:186px;
  font-size:19px;
  color: white;
  cursor: pointer;
}

.hamburger {
  display: none;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

/* Show hamburger & sidebar on small screens */
@media screen and (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .hamburger {
    display: block;
    margin-right: 17px;
  }
}

.sidebar-dropdown .dropdown-content {
  display: none;
   background-color: #9304e554;
  /* padding-left: 1rem; */
}

.sidebar-dropdown .dropdown-content a {
  padding: 10px 20px;
  font-size: 10px;
}

.sidebar-dropdown.open .dropdown-content {
  display: block;
  margin-right: 11rem;

}
.h-css
{
    line-height: 31pt;
    font-size: 15pt;
}

#client {
    padding: 60px 20px;
    background: #f9fafc;
}

.stats-container {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.stat-box {
    background:#ffffff00;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-8px);
}

.stat-box h1 {
    font-size: 48px;
    font-weight: 700;
    color:#ffffff;
    margin: 0;
}

.stat-box p {
    font-size: 18px;
    margin-top: 8px;
    color:white;
}


