/* Default styles (for large screens: desktops/laptops) */
.swiper-slide img {
    width: 100%;
    max-width: 200px; /* Adjust to your preference */
    height: auto;
  }
  .swiper-slide{
    text-align: center;
  }
/* For Extra Large Devices (1200px and above) */
@media (min-width: 1200px) {
    
    #navbarbutton{
        display: block !important;
    }
    .about .image-wrapper .small-image {
        position: absolute;
        top: 23% !important;
        left: 72% !important;
        width: 45% !important;
        border: 8px solid var(--surface-color);
    }
    .secndtitle{
        font-size:2rem !important;
    }
    .h4, h4 {
      font-size: 1.2em !important;
  }
}

/* Large Devices (Desktops, 992px - 1199px) */
@media (max-width: 1199px) {
    #navbarbutton{
        display: block !important;
    }
    .about .image-wrapper .small-image {
        position: absolute;
        top: 23% !important;
        left: 72% !important;
        width: 45% !important;
        border: 8px solid var(--surface-color);
    }
    .secndtitle{
        font-size:2rem !important;
    }
    .h4, h4 {
      font-size: 1.2em !important;
  }
    
}

/* Medium Devices (Tablets, 768px - 991px) */
@media (max-width: 991px) {
    .sitename{
        font-size: 20px !important;
    }
    .hero {        
        padding-top: 110px !important;
    }
    #navbarbutton{
        display: none !important;
    }
    .about .image-wrapper .small-image {
        position: static;
        width: 100% !important;
        margin: 0 auto;
        border: 0;
    }
    #about .image-wrapper img {
        display:none !important;
    }
    .secndtitle{
        font-size:1.5rem !important;
    }
    .swiper-slide img {
        max-width: 150px; /* Adjust the size of the logos on tablets */
      }
      .process-step {
        font-size: 10px;        
        font-weight: 700;
      }
      .process-step i{
        display: none;
      }
      .features .nav-tabs {        
        display: contents !important;        
        text-align: center !important;
      }
      #corporate-training-about .image-wrapper img {
        display:none !important;
    }
}


/* Small Devices (Phones, 576px - 767px) */
@media (max-width: 767px) {
    .sitename{
        font-size: 20px !important;
    }
    .hero {        
        padding-top: 110px !important;
    }
    #navbarbutton{
        display: none !important;
    }
    .about .image-wrapper .small-image {
        position: static;
        width: 100% !important;
        margin: 0 auto;
        border: 0;
    }
    #about .image-wrapper img {
        display:none !important;
    }
    .secndtitle{
        font-size:1.5rem !important;
    }
    .swiper-slide img {
        max-width: 120px; /* Adjust the size of the logos on mobile */
      }
      .process-step {
        font-size: 10px;        
        font-weight: 700;
      }
      .process-step i{
        display: none;
      }
      .features .nav-tabs {        
        display: contents !important;        
        text-align: center !important;
      }
      #corporate-training-about .image-wrapper img {
        display:none !important;
    }
}

/* Extra Small Devices (Small Phones, below 576px) */
@media (max-width: 575px) {
    .sitename{
        font-size: 20px !important;
    }
    .hero {        
        padding-top: 110px !important;
    }
    #navbarbutton{
        display: none !important;
    }
    .about .image-wrapper .small-image {
        position: static;
        width: 100% !important;
        margin: 0 auto;
        border: 0;
    }
    #about .image-wrapper img {
        display:none !important;
    }
    .secndtitle{
        font-size:1.5rem !important;
    }
    .features .nav-tabs {        
      display: contents !important;        
      text-align: center !important;
    }
    #corporate-training-about .image-wrapper img {
      display:none !important;
  }
}
/* Keyframes for Floating Effect */

body {
    background: linear-gradient(135deg,
            color-mix(in srgb, var(--accent-color), transparent 95%) 50%,
            color-mix(in srgb, var(--accent-color), transparent 98%) 25%, transparent 50%) !important;
}

/* Floating Animation */
.image-anim {
    animation: float-badge 5s ease-in-out infinite; /* Fixed typo: '3sease' to '3s ease' */
    will-change: transform; /* Optimizes animation performance */
}
.carousel-indicators [data-bs-target]{
background-color: var(--default-color) !important;
}

.hero .company-badge {
    color: var(--default-color) !important;
}
.ourexpertise{
    margin-top:unset !important;
    padding-bottom: unset !important;
    box-shadow: 0 10px 15px rgb(0 0 0 / 9%) !important;
}

#project-count {
    animation: countUp 2s ease-out forwards;
}
.header .logo img {
    max-height: 50px;
    margin-right: 8px;
}
.image-wrapper img{
    width: 90% !important;
}
.logo-card-img{
    width: 20% !important;
}
.logo-card-title{
    font-size: 16px !important;
}
.hero{
    background: none !important;
}
section, .section {
    background-color: unset !important;
}
 /* Phone Shake Animation on Hover */
 #phone-ring:hover .phone-icon {
    animation: shake 0.5s ease-in-out infinite;
    color: var(--accent-color) !important; /* Change icon color on hover */
  }
  @keyframes shake {
    0% { transform: rotate(0); }
    20% { transform: rotate(15deg); }
    40% { transform: rotate(-15deg); }
    60% { transform: rotate(10deg); }
    80% { transform: rotate(-10deg); }
    100% { transform: rotate(0); }
  }

  ul li i{
    color: var(--accent-color) !important;
    font-size: 1.25rem !important;
  }

  .animated-text {
    font-weight: 600;
    display: inline-block;
    color: yellow !important;
    background: linear-gradient(45deg, #ff8a00, #e52e71) !important;
    -webkit-background-clip: text !important;
    background-clip: text;
    color: transparent;
    animation: fadeInUp 3.5s infinite;
  }

  @keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(25px); }
    50% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(-25px); }
  }



  /* Link Styling */
  .phone-link {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
  }

  /* Change link color on hover */
  #phone-ring:hover .phone-link {
    color: var(--accent-color) !important; /* Bootstrap primary blue */
  }

@keyframes float-badge {
    0% {
        transform: translateY(0); /* Starting position */
    }
    50% {
        transform: translateY(-10px); /* Float up */
    }
    100% {
        transform: translateY(0); /* Return to start */
    }
}
/* Animation for counting effect */
@keyframes countUp {
    0% {
        content: "0";
    }
    100% {
        content: "25+";
    }
}

/* Footer List Style */
.footer-list li {
    list-style: none;
    margin-bottom: 8px;
    transition: transform 0.3s ease, color 0.3s ease;
  }
  
  .footer-list li a {
    text-decoration: none;
    color: #ddd; /* Light color for better contrast */
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  
  .footer-list li a i {
    margin-right: 8px; /* Space between icon and text */
    transition: color 0.3s ease;
  }
  
  /* Hover Effect */
  .footer-list li:hover {
    transform: translateX(5px); /* Smooth sliding effect */
  }
  
  .footer-list li a:hover {
    color: #4CAF50; /* Change to your brand color */
  }
  .footer .social-links a {
      background: var(--accent-color) !important;
      color: white !important;
      border: 1px solid color-mix(in srgb, white, transparent 50%) !important;
  }
.logo-color{
  color:var(--logo-color) !important;
}
  /* Preloader Styling */

  
  /* Loader Animation */
  /* .loader {
    width: 60px;
    height: 60px;
    border: 6px solid #3498db; /* Loader color
    border-top: 6px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  /* Hide scrollbar while loading 
  body.loading {
    overflow: hidden;
  } */
/* HTML: <div class="loader"></div> */
/* Preloader Styling */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; /* Background color */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999; /* Ensure it's on top */
  }
  
  /* Custom Loader Animation */
  .loader {
    width: 40px;
    aspect-ratio: 1;
    background:
      radial-gradient(farthest-side, #000 90%, #0000) 50%/8px 8px no-repeat,
      conic-gradient(from -90deg at 15px 15px, #0000 90deg, var(--accent-color, #3498db) 0) 0 0/25px 25px;
    animation: l7 1s infinite linear;
  }
  
  @keyframes l7 {
    0% {
      background-position: 50%, 0 0;
    }
  
    50% {
      background-position: 50%, 25px 0;
    }
  
    100% {
      background-position: 50%, 25px 25px;
    }
  }
  
  /* Animated Text */
  .loader-text {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 5px;
    color: #3498db; /* Accent color */
    margin-top: 20px; /* Space between loader and text */
    animation: fadeInOut 2s linear infinite;
  }
  
  /* Text Animation */
  @keyframes fadeInOut {
    0% {
      opacity: 0.3;
    }
  
    50% {
      opacity: 1;
    }
  
    100% {
      opacity: 0.3;
    }
  }
  
  /* Hide Scroll While Loading */
  body.loading {
    overflow: hidden;
  }
  navbar .active{
    color: var(--nav-hover-color) !important;
  }
  .card-container{
  margin: 0px 35px !important;
  }
  .about-title{
    color: var(--accent-color);
  }
  .logo-card-title{
    color: var(--logo-color);
  }
  a{
    text-decoration: unset !important;
  }
    .modal-content {

      background: rgb(0,55,112);
      background: radial-gradient(circle, rgba(0,55,112,1) 0%, rgba(13,131,253,1) 100%);
    }
    .modal-content h4{
      color: white !important;
      font-weight: 700 !important;
      font-size: 26px !important;
    }