    * { box-sizing: border-box; }
    body {
      margin: 0;
      font-family: 'Poppins', sans-serif !important;
      background: #f0f0f0;
      
    }
    html {
  scroll-behavior: smooth;
}
   @media (max-width: 1159px) {
.hjkuopkklo{
  display: none;
}
}
.textlopprimary{
  color:rgb(0, 44, 177) ;
}
/* Lock animation */
@keyframes lockShake {
  0% { transform: rotate(0deg); color: red; }
  25% { transform: rotate(-15deg); color: red; }
  50% { transform: rotate(15deg); color: red; }
  75% { transform: rotate(-10deg); color: red; }
  100% { transform: rotate(0deg); color: inherit; } /* back to normal */
}

.lock-icon.animate {
  animation: lockShake 0.6s ease;
}
    .teamlead{
      height: 34px !important;
      width:34px !important;
  margin-left: 6px !important;
  margin-top: 8px !important;
  border: none !important;
  box-shadow: none;
    }
    .layout {
      display: flex;
      height: 100vh;
      overflow: hidden;
    }
    .sidebar {
      width: 340px;
      background: #fff;
      border-right: 1px solid #ddd;
      padding: 20px;
      overflow-y: auto;
      transition: transform 0.3s ease-in-out;
    }
    
/* Scrollbar Styling */
.sidebar::-webkit-scrollbar {
  width: 5px;
}

.sidebar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: rgb(4, 55, 194);
  border-radius: 10px;
  border: 2px solid #fff;
}
  
    .h3aconic{
 font-size: 24px;
      margin-top:-80px !important;
      display: inline-block;
      line-height: 1.5;
    }
    
   
    .sidebar ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .sidebar ul li {
      padding: 8px 0;
      color: #333;
      cursor: pointer;
    }
    .sidebar ul li.active {
      font-weight: bold;
      color: #000;
    }
    .content-area {
      flex: 1;
      padding: 20px;
      overflow-y: auto;
      position: relative;
    }
    .team-list .card {
      background: #fff;
      margin-bottom: 20px;
      padding: 26px 20px;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      display: flex;
      flex-direction: row;
      gap: 20px;
      
      align-items: center;
    }
    .card img {
      width: 120px;
      height: 140px;
      object-fit: cover;
      border-radius: 2px;
      border: 1px solid #ccc;
      padding: 2px;
    }
    .card p { margin: 4px 0; }
    .view-btn {
      color: rgb(255, 255, 255);
      margin-top: 8px;
      display: inline-block;
      text-decoration: none;
      font-weight: bold;
      cursor: pointer;
      background-color: rgb(4, 55, 194);
      padding: 6px 15px;
      border-radius: 20px;
    
    }
     .view-btn:hover {
      color: rgb(255, 255, 255);
    
      background-color: rgb(1, 33, 123);
      
    }
 
    .profile-detail {
      background: white;
      padding: 20px;
      text-align: center;
    }
    .profile-detail img {
      width: 180px;
      height: 200px;
      object-fit: cover;
      border: 1px solid #ccc;
      margin-bottom: 15px;
      padding: 2px;
    }
    .back-btn {
      margin-top: 20px;
      display: inline-block;
      color: blue;
      cursor: pointer;
    }
    .hidden { display: none; }
    .loader {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-weight: bold;
     
      padding: 20px 30px;
      border-radius: 10px;
      display: none;
     
    }
    .hamburger {
      display: none;
      font-size: 26px;
      padding: 10px 20px;
      cursor: pointer;
      background: #09207a;
      color: white;
    }
    @media (max-width: 768px) {
      .layout { flex-direction: column; height: auto; }
      .sidebar {
        position: fixed; top: 0; left: 0; height: 100%;
        transform: translateX(-100%);
        z-index: 1000;
        width: 250px;
        background: #fff;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
      }
      .sidebar.open { transform: translateX(0); }
      .hamburger { display: block; }
      .content-area { padding: 15px; }
      .team-list .card {
        flex-direction: column;
        text-align: center;
      }
      .card img { width: 140px; height: 160px; }
      .profile-detail img { width: 160px; height: 180px; }
      
    }
    .view-btnlink{
      color: rgb(0, 47, 203);
      font-weight: 700;
      font-size: 20px;
    cursor: pointer;
    display: inline-block;
  transition: all 0.2s ease-in-out;
    }
    .portfoliuo{
    text-decoration: none ;  
       color: rgb(0, 47, 203);
      
    }
      .view-btnlink a{
        transition: all 0.2s ease-in-out; 
      }
    .view-btnlink:hover{
      color: rgb(178, 7, 7);
      transform: scale(1.03);
    }
      .view-btnlink:hover a{
      color: rgb(178, 7, 7);
        transform: scale(1.03);
    }
    .close-btn {
      display: none;
      font-size: 22px;
      font-weight: bold;
      color: #001e80;
      cursor: pointer;
      text-align: right;
    }
    @media (max-width: 768px) {
      .close-btn {
        display: block;
        margin-bottom: 10px;
      }
 

  .hpposition{
  
    top:-4px !important;
   
     
  }

    }
    .humbodiv {
      display: flex;
      justify-content: space-between;
      align-items:start;
    }
    .htoow { margin-bottom: 20px; }
    .profile-detail hr { margin: 20px 0; }
    .profile-detail h3 { margin-bottom: 10px; color: #444; }
    .profile-detail p:last-of-type {
      color: #555;
      line-height: 1.5;
    }
    .social-links a {
      margin: 0 10px;
      text-decoration: none;
      color: #444;
      font-size: 20px;
    }
    .socialclassicon{
      background-color: none;
      border: none;
      box-shadow: none;
    }
    .iconicio{
      margin-right: 10px;
      color:rgb(12, 30, 194);
    }
    .aiconicio{
      text-decoration: none;
      color: #000;

    }
    .uliconicio li:hover{
background-color: rgba(142, 139, 139, 0.422);
  color: white ;


    }
    .iopconp{
      font-size: 18px;
    }
    .abiok{
      font-size: 18px;
    }
  .hpposition{
    position: relative;
    top:-2px;
     text-transform: uppercase;
     color:#555;
     letter-spacing: 0.4px;
     
  }
  .mkiddiv{
    margin-left: 20px;
  }
.brandlogo{
    height: 60px;
    width:100px;
}
.navbar-nav .nav-item{
    margin: 0px 8px;
}
.navbar-nav .nav-item .nav-link{
    font-size: 18px;
    font-weight: 600;
}
.sticky-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.283);
  animation: slideDown 0.4s;
  background: #fff !important;
}
@keyframes slideDown {
  from { transform: translateY(-100%);}
  to { transform: translateY(0);}
}
.btnvoicecircle{
    border-radius: 30px ;
    position: relative;
    right: 45px;
    background-color: rgb(0, 86, 245);
    padding: 10px  28px;
    color:white;
}
.inputfildmy{
 border-radius: 30px ;
 width:260px;
 padding-right: 40px;
}
.inputfildmy:focus{
   box-shadow: none;
}
.search-bar {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 40px;
  padding: 8px 16px;
  width: 100%;
  max-width: 380px;
  min-width: 80px  !important;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: relative;
  
}

.search-bar input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 8px;
  background: transparent;
}

.search-bar .search-icon,
.search-bar .mic-icon {
  font-size: 18px;
  color: gray;
  cursor: pointer;
  padding: 4px;
}
.loader {
  display: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
 
}
.social-links img{
border: none;


}
.backbtnu{
  background-color:  rgb(4, 55, 194) ;
  color: white;
 padding: 6px 15px;
 border-radius: 15px;
  font-weight: bold;
      cursor: pointer;
}
 .backbtnu:hover {
      color: rgb(255, 255, 255);
    
      background-color: rgb(1, 33, 123);
      
    }

/* Responsive search bar placement */
@media (max-width: 768px) {
  nav .search-bar {
    display: none !important;
  }
  .search-bar{
    margin:auto;
    
  }

  .mobile-searchbar-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 2000;
    padding: 10px 16px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    animation: slideDown 0.3s;
  }
  .mobile-searchbar-wrapper .search-bar {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 24px;
    padding: 6px 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    gap: 8px;
  }
  .mobile-searchbar-wrapper .search-bar .mic-icon {
    margin-left: 0;
    margin-right: 0;
    padding: 4px;
    font-size: 20px;
    color: gray;
    background: none;
    border: none;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-searchbar-wrapper .search-bar input {
    border: none;
    background: transparent;
    outline: none;
    flex: 1;
    margin: 0 8px;
    min-width: 0;
  }
  #mobileSearchIcon {
    display: inline-block !important;
  
  }
}
@media (min-width: 769px) {
  .mobile-searchbar-wrapper {
    display: none !important;
  }
  nav .search-bar {
    display: flex !important;
  }


}

@media (max-width: 740px) {
    #mobileSearchIcon{
  margin-left:-180px !important;
}
}
@media (max-width: 571px) {
    #mobileSearchIcon{
  margin-left:-280px !important;
}
}

@media (max-width: 370px) {
   .layout { flex-direction: column; height: 100vh; 

  
  }
  .loader {
      position: absolute;
      top: 30%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-weight: bold;
     
      padding: 20px 30px;
      border-radius: 10px;
      display: none;
    
    }
    #mobileSearchIcon{

  margin-left:-350px !important;
}
      .teamlead{
      height: 28px !important;
      width:28px !important;
  margin-left: 6px !important;
  margin-top: 10px !important;

    }

}
  .floating-buttons {
      position: fixed;
      bottom: 82px;
      right: 16px;
      z-index: 999;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .floating-buttons a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 55px;
      height: 55px;
      border-radius: 50%;
      background-color: #25d36500;
      color: white;
      text-decoration: none;
    
      font-size: 25px;
      transition: all 0.3s ease;
    }

    .floating-buttons a.call-button {
      background-color: #035ae4; /* Blue for call */
    }

    .floating-buttons a:hover {
      transform: scale(1.1);
    }

  @media (max-width: 991px) {
#mobileSearchIcon{


  margin-right:-460px !important;
}

  }
  @media (max-width: 1039px) {

 .globe-container {
      height: 550px;
      cursor: pointer;
    }
}
@media (max-width: 460px) {
#mobileSearchIcon{
  margin-right:-380px !important;
}
}