
body {
    
    padding-top: 70px;
    overflow-x: hidden; /* Prevent horizontal scroll */
}

html {
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
}
        
#home{
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg stroke='%23CCC' stroke-width='0' %3E%3Crect fill='%23F5F5F5' x='-60' y='-60' width='110' height='240'/%3E%3C/g%3E%3C/svg%3E");
    

}
        

.fixed-header {
    position: fixed;
    top: 0;
    
    width: 100%;
    
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg stroke='%23F5F5F5' stroke-width='0' %3E%3Crect fill='%23CCCCCC' x='-60' y='-60' width='110' height='240'/%3E%3C/g%3E%3C/svg%3E");
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    height: 150px;
        

    padding: 5px 20px;
}


@media only screen and (max-width: 768px) {
    .fixed-header img {
        max-width: 100%; /* Adjust the size for better fit */
        height: auto;
    }
}

.btn-black {
    background-color:black;
            color:white;
            font-weight: bold;
}
.btn-black:hover{
    background-color:#f4c542;
}
.contact-btn:hover {
    background-color: #48a7c5;
}




        .hero-section {
           
            
            color:black;
            font-size: 100px;
            padding-bottom: 150px;
            padding-top: 200px;
        }

        .hero-section h1 {
            font-weight: bold;
            padding-top: 100px;
        }

        .hero-section p {
            font-size: 1.2rem;
        }

        .btn-gold {
            background-color: #f4c542;
            color: #003366;
            font-weight: bold;
        }

        .btn-gold:hover {
            background-color: #d6a530;
            color: white;
        }

        .features-section {
            padding: 200px 0;
            background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 200 200'%3E%3Cpolygon fill='%23F5F5F5' points='100 0 0 100 100 100 100 200 200 100 200 0'/%3E%3C/svg%3E");
        }
        .features-section h2 {
            color:black !important;
            font-weight: bold;
            font-size: 1.5rem;
        }

        .features-section h3 {
            color: #003366;
        }
        .features-section p {
            color: #333;
            font-size: 1.2rem;
        }

        .footer {
            background-color:black;
            color: white;
            /* padding: 20px 0; */
            
        }

        .footer a {
            color: #f4c542;
        }
        

        .logo-slider {
            position: relative;
            overflow: hidden;
            background-color:white;
            padding: 60px 0;
            z-index: 1000;
        }

        .slider-track {
            display: flex;
            width: calc(200%); /* Twice the container width for smooth looping */
            animation: scroll 20s linear infinite;
        }

        .slider-track img {
            max-height: 40px;
            margin: 0 25px;
            flex-shrink: 0;
        }

        @keyframes scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }
        .gallery-section {
            padding: 50px 0;
            background-color: #f9f9f9; /* Similar light background */
        }

        .gallery-title {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 30px;
            font-weight: bold;
        }

        .gallery-card {
            background-color: #fff;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .gallery-card img {
            max-width: 100%;
            height: 100px;
            object-fit: contain;
            margin: auto;
            display: block;
        }
        .highlight-section {
            background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg stroke='%23CCC' stroke-width='0' %3E%3Crect fill='%23F5F5F5' x='-60' y='-60' width='110' height='240'/%3E%3C/g%3E%3C/svg%3E");
            
            padding-top: 160px !important;
            padding-bottom: 60px;
            color:black;
            font-size:25px ;
            line-height: 1.5; /* Better readability */
            font-weight: 400;


          }
          .highlight-title{
            font-weight: 700;
        

          }
          
          
          #contactpage{
            
padding-top: 50px;

          }
          
          
          
          .me-2{
color:#f4c542;
          }

          .partner-with-us {
            background: linear-gradient(135deg, #f9fafc, #ffffff);
          }
          
          h2 {
            font-size: 2.5rem;
          }
          
          .shadow-sm {
            transition: transform 0.2s ease, box-shadow 0.3s ease;
          }
          
          .shadow-sm:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
          }
          
          
          
          .number-circle {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: bold;
            border: 2px solid;
            border-radius: 50%;
            position: absolute;
            top: -25px;
            left: 20px;
            background-color: #cccccc;
          }
          .how-we-help{
            padding-top: 150px !important;
          }
          
          .how-we-help h2 {
            font-size: 2.5rem;
          }
          
          .shadow-sm {
            transition: transform 0.2s ease, box-shadow 0.3s ease;
          }
          
          .shadow-sm:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
          }
.bg-custom{
    background-color:#cccccc;
}   



/* Color Variables */
:root {
  
  --sidebar-width: 100px;
  --sidebar-width-active: 150px;
  --text-color: #fff;
  --menu-item-color: black;
  --menu-item-hover-bg: rgb(117, 109, 109);
  --menu-item-hover-color: #fff;
  --menu-header-color: rgb(137, 135, 135);
  --tooltip-bg: rgba(0, 0, 0, 0.8);
  --border-color: rgb(218, 147, 147);
}
.sidebar {
  position: fixed;
  top: 50px;
  left: 0;
  height: 100vh;
  width: var(--sidebar-width);
  color: var(--text-color);
  padding: 0 20px;
  background-color: var(--sidebar-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease;
  z-index: 999;
}


.menu-item{
    
  display: flex;
  align-items: center;
  justify-content: center;
  transition: justify-content 0.5s ease;
}



.menu-item i{
  font-size: 5px;
  transition: 0.5s ease;
}


.menu-item span {
  margin-left: 10px;
  display: none;
  transition: 0.5s ease;
}

.menu {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
}


.menu-item,.menu-item a {
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 3px;
  color: var(--menu-item-color);
  transition: all 0.5 ease;
}

.menu-item:hover,
.nav-active,
.logout:hover {
  background: var(--menu-item-hover-bg);
  color: var(--menu-item-hover-color);
  transition: 0.5s ease;
}

.menu-item i
{
  font-size: 35px;
}










/* menu item tooltip */
[data-tooltip] {
  position: relative;
}
[data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  left: 120%;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--tooltip-bg);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 20px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

[data-tooltip]:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent var(--tooltip-bg) transparent transparent;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.sidebar:not(.active) [data-tooltip]:hover::before,
.sidebar:not(.active) [data-tooltip]:hover::after {
  opacity: 1;
}





  
  .menu-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; /* Remove underline */
    padding: 5px; /* Add minimal padding */
    margin: 0; /* Remove margin */
    color: var(--menu-item-color); /* Maintain text color */
  }
  
  
  
    @media only screen and (max-width: 768px) {
        .sidebar {
            display: none;
    
    }}
    

    