
*
{
  margin: 0px;
  padding: 0px;
}


.footer_logo img
{
    height: 60px;
}

/* Floating Buttons Base */
.floating_btn {
  position: fixed;
  right: 20px;   /* 👈 Fixed on right side */
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  z-index: 999;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.floating_btn:hover {
  transform: scale(1.1);
  box-shadow: 0px 6px 14px rgba(0,0,0,0.3);
}

/* WhatsApp Button */
.floating_whatsapp {
  bottom: 32%;               /* 👈 Middle of the screen */
  background-color: #25D366;
}

/* Call Button */
.floating_call {
  bottom: 20%;               /* 👈 Below WhatsApp button */
  background-color: #007bff;
}

/* Unique Navbar Styling */
.home_navbar {
  background-color: #fff !important;
  padding: 10px 40px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}

.home_nav_logo {
  font-weight: bold;
  font-size: 20px;
  color: #0b0b17 !important;
  display: flex;
  align-items: center;
}


.home_nav_logo img {
  height: 60px;
  margin-right: 8px;
}

.home_nav_links .nav-link {
  font-size: 15px;
  font-weight: 500;
  margin-right: 18px;
  color: #2c2c38 !important;
  transition: color 0.3s ease;
}

.home_nav_links .nav-link:hover,
.home_nav_links .nav-link.active {
  color: #000 !important;
  font-weight: 600;
}


ul.navbar-nav.ml-auto.home_nav_links {
  margin: auto;
}


.home_nav_btn {
  background-color: #0b0b17;
  color: #fff !important;
  padding: 8px 18px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.home_nav_btn:hover {
  background-color: #333;
  color: #fff !important;
}

/* Responsive Fix */
@media (max-width: 991px) {
  .home_navbar {
    padding: 10px 20px;
  }

  .home_nav_links .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .home_nav_btn {
    width: 100%;
    margin-top: 10px;
  }
}


/* ================indec page======================= */


/* Hero Section */
.hero_home_section {
  background: linear-gradient(135deg, #101828 0%, #1C398E 50%, #312C85 100%);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.hero_home_section .hero_tagline {
  display: inline-block;
  padding: 6px 18px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  font-size: 14px;
  margin-bottom: 20px;
}

.hero_home_section h1 {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.3;
}

.hero_home_section h1 .highlight_security {

  background: linear-gradient(104.83deg, #667EEA 0%, #764BA2 50%, #F093FB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.hero_home_section h1 .highlight_facility {
  background: linear-gradient(104.83deg, #667EEA 0%, #764BA2 50%, #F093FB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.hero_home_section h1 .highlight_trust {
  color: #ffb703;
}

.hero_home_section p {
  margin: 20px 0 30px;
  font-size: 1rem;
  line-height: 1.6;
  color: #dce2f0;
}

.hero_buttons .btn-quote {
  background: linear-gradient(102.75deg, #667EEA 0%, #764BA2 50%, #667EEA 100%);
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  margin-right: 15px;
  padding: 12px 25px;
  transition: 0.3s;
}

.hero_buttons .btn-quote:hover {
  background: #a47dfd;
}

.hero_buttons .btn-services {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 12px 25px;
  transition: 0.3s;
}

.hero_buttons .btn-services:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* Image + Animation */
.hero_image_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  transition: transform 0.5s ease;
}

.hero_image_wrap img {
  max-width: 100%;
  width: 500px;
  border-radius: 20px;
  transition: transform 0.6s ease;
}

.hero_image_wrap:hover img {
  transform: scale(1.05);
}


.hero_badge.clients span,
.hero_badge.support span {
  font-size: 30px;
  color: #6d66c8;
  text-align: center;
  font-weight: 700;
}

/* Floating Badges */
.hero_badge {
  position: absolute;
  font-weight: 600;
  height: 100px;
  text-align: center;
  width: 140px;

  box-shadow: 0px 0px 30px 0px #9333EA4D;

  backdrop-filter: blur(20px);

  border-top: 1px solid var(--color-white-10, #FFFFFF1A);
  background: var(--color-white-5, #FFFFFF0D);


  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 10px 20px;
  border-radius: 12px;
  animation: floatAnim 3s ease-in-out infinite;
}


.bg-dots-pattern {
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-size: 15px 15px;
}

.hero_badge.clients {
  top: -10%;
  /* right: -10px; */
  right: -30px;
}

.hero_badge.support {
  bottom: 10%;
  right: -30px;

  box-shadow: 0px 0px 30px 0px #14B8A64D;

  backdrop-filter: blur(20px);

  background: var(--color-white-5, #FFFFFF0D);


  animation-delay: 1.5s;
}

@keyframes floatAnim {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Trusted Box */
.hero_trusted_box {

  /* top: 15%; */
  /* position: absolute; */

  box-shadow: 0px 0px 30px 0px #3B82F64D;

  backdrop-filter: blur(10px);
  border-top: 1px solid var(--color-white-10, #FFFFFF1A);
  background: var(--color-white-5, #FFFFFF0D);

  padding: 15px 20px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  font-size: 0.95rem;

}

.hero_trusted_box i {
  /* background: #8a63f6; */
  background: linear-gradient(135deg, #667eea, #764ba2);

  height: 50px;
  width: 50px;
  text-align: center;
  color: #fff;
  padding: 3px;
  font-size: 26px;
  margin-right: 10px;
  border-radius: 4px
}

/* Feature Cards */
.hero_feature_cards {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
}

.hero_feature_card {
  background: var(--color-white-5, #FFFFFF0D);
  /* background: rgba(255, 255, 255, 0.05); */
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0px 8px 32px 0px #0000001A;
  backdrop-filter: blur(20px);

}

.hero_feature_card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.hero_feature_card i {
  font-size: 1.5rem;
  margin-bottom: 10px;
  display: block;
}

/* Responsive */
@media (max-width: 992px) {
  .hero_home_section {
    padding: 60px 0;
    text-align: center;
  }

  .hero_image_wrap {
    margin-top: 30px;
  }

  .hero_home_section h1 {
    font-size: 2.2rem;
  }

  .hero_trusted_box {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .hero_home_section h1 {
    font-size: 1.8rem;
  }

  .hero_buttons .btn-quote,
  .hero_buttons .btn-services {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}


/* ============================================= */

/* Section Background */
.trusted_section {
  /* background: linear-gradient(135deg, #1e2a78, #4c2b90); */
  background: linear-gradient(135deg, #101828 0%, #1C398E 50%, #312C85 100%);
  color: #fff;
  text-align: center;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

/* Heading */
.trusted_section h2 {
  font-size: 1.3rem;
  margin-bottom: 40px;
  font-weight: 500;
  opacity: 0.9;
}

/* Button Container */
.trusted_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
margin: auto;
      width: 80%;

}



/* Individual Button */

.trusted_btn {
    /* border-top: 1px solid var(--color-white-10, #FFFFFF1A); */
    background: var(--color-white-5, #FFFFFF0D);
    box-shadow: 0px 8px 32px 0px #0000001A;
    backdrop-filter: blur(20px);
    border-top: 1px solid var(--color-white-10, #FFFFFF1A);
    padding: 15px 25px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 220px;
    text-align: center;
}

.trusted_btn:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
  .trusted_btn {
    min-width: 180px;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .trusted_section h2 {
    font-size: 1.1rem;
  }

  .trusted_btn {
    min-width: 100%;
    font-size: 0.9rem;
  }
}

/* =========================================================== */


/* Section Background */
.our_core_section {
  background: linear-gradient(135deg, #0c1c3a 40%, #10244c 100%);
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  color: white;
}

/* Header Icon */
.icons-color {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #00BC7D 0%, #00A63E 100%);
  box-shadow: 0px 0px 30px rgba(20, 184, 166, 0.3);
}

.icons-color i {
  color: white;
  font-size: 1.5rem;
}

/* Section Titles */
.our_core_title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.our_core_subtitle {
  font-size: 1rem;
  opacity: 0.8;
  margin-bottom: 50px;
}

/* Core Cards Base */
.our_core_card {
  /* border-radius: 20px; */
  padding: 25px 20px;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  height: 100%;
}

/* Card Hover Effect */
.our_core_card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.08);
}

/* Icon inside Cards */
.our_core_card .icon {
  font-size: 2rem;
  margin-bottom: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: white;
}

/* Gradient Top Borders & Backgrounds for Cards */
.card-1 {
  background: linear-gradient(135deg, rgba(43,127,255,0.1), rgba(0,184,219,0.1));
  border-top: 6px solid transparent;
  border-image: linear-gradient(90deg, #2B7FFF 0%, #00B8DB 100%) 1;
  border-image-slice: 1;
      /* background: #fffbeb36; */
}
.card-1 .icon {
  background: rgba(43,127,255,0.2);
}

.card-2 {
  background: linear-gradient(135deg, rgba(152,16,250,0.1), rgba(230,0,118,0.1));
  border-top: 6px solid transparent;
  border-image: linear-gradient(90deg, #AD46FF 0%, #F6339A 100%) 1;
  border-image-slice: 1;
}
.card-2 .icon {
  background: rgba(173,70,255,0.2);
}

.card-3 {
  background: linear-gradient(135deg, rgba(0,188,125,0.1), rgba(0,201,80,0.1));
  border-top: 6px solid transparent;
  border-image: linear-gradient(90deg, #00BC7D 0%, #00C950 100%) 1;
  border-image-slice: 1;
}
.card-3 .icon {
  background: rgba(0,188,125,0.2);
}

.card-4 {
  background: linear-gradient(135deg, rgba(254,154,0,0.1), rgba(254,154,0,0.1));
  border-top: 6px solid transparent;
  border-image: linear-gradient(90deg, #FE9A00 0%, #FE9A00 100%) 1;
  border-image-slice: 1;
}
.card-4 .icon {
  background: rgba(254,154,0,0.2);
}

/* Card Text */
.our_core_card h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.our_core_card p {
  font-size: 0.95rem;
  opacity: 0.85;
  margin: 0;
}

/* Leadership Section */
.our_core_leadership {
  margin-top: 60px !important;
  padding: 30px;
  border-radius: 15px;
  background: linear-gradient(116.82deg, #667EEA 0%, #764BA2 50%, #667EEA 100%);
  text-align: center;
  color: #fff;
}

.our_core_leadership .icon {
  font-size: 1.8rem;
  margin-bottom: 15px !important;
  background: rgba(255, 255, 255, 0.1);
  width: 80px;
  padding: 10px;
  border-radius: 10px;
  margin: auto;
}

.our_core_leadership h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.our_core_founder {
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.founder_icon img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
}

.our_core_founder_info h6 {
  font-weight: bold;
  margin: 0;
  font-size: 1.2rem;
}

.our_core_founder_info small {
  font-size: 0.9rem;
  opacity: 0.9;
  display: block;
  margin-top: 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .our_core_leadership {
    padding: 20px;
  }

  .founder_icon img {
    width: 100px;
    height: 100px;
  }
}



/* ============================================ */




.building_trust_section {
    background: linear-gradient(135deg, #0c1c3a 40%, #10244c 100%);
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}



.building_trust_content {
  position: relative;
  z-index: 1;
  color: #fff;
}

.building_trust_title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.building_trust_title span {
  /* color: #a279ff; */
    background: linear-gradient(93.39deg, #667EEA 0%, #764BA2 50%, #F093FB 100%);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}

.building_trust_text {
  margin-top: 20px;
  font-size: 1rem;
  opacity: 0.85;
  line-height: 1.7;
}

.building_trust_img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  
}



img.img-fluid.trust_shadow {
    /* background: linear-gradient(124.06deg, #667EEA 0%, #764BA2 50%, #667EEA 100%); */
    box-shadow: 0px 8px 10px rgba(102, 126, 234, 0.25), 0px 4px 25px rgba(118, 75, 162, 0.25), 0px 10px 40px rgba(102, 126, 234, 0.3);
}


.building_trust_badge {
  position: absolute;
  top: 2px;
  right: 15px;
      background: linear-gradient(123.14deg, #667eea2e 0% 0%, #764ba263 50%, #f093fb6e 100%);
  padding: 5px 15px;
  font-size: 0.9rem;
  font-weight: 600;
  width: 80px;
  height: 70px;
  text-align: center;
  border-radius: 8px;
}

.building_trust_badge span
{
  font-size: 16px;
    background: linear-gradient(93.39deg, #667EEA 0%, #764BA2 50%, #F093FB 100%);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

}

.building_trust_card {

  background: linear-gradient(135deg, rgba(21, 93, 252, 0.1) 0%, rgba(0, 146, 184, 0.1) 100%);
  /* background: rgba(255, 255, 255, 0.05); */
  border: none;
  /* border-radius: 20px; */
  padding: 20px;
  margin-top: 30px;
  text-align: center;
    border-top: 6px solid transparent; 
  border-image: linear-gradient(90deg, #2B7FFF 0%, #00B8DB 100%) 1;
  border-image-slice: 1;
  border-left: none;
  border-right: none;
  border-bottom: none;
  transition: all 0.3s ease;
}


 .card2{
background: linear-gradient(135deg, rgba(152, 16, 250, 0.1) 0%, rgba(230, 0, 118, 0.1) 100%);
  border: none;
  padding: 20px;
  margin-top: 30px;
  text-align: center;
    border-top: 6px solid transparent; 
  border-image: linear-gradient(90deg, #AD46FF 0%, #F6339A 100%) 1;
  border-image-slice: 1;
  border-left: none;
  border-right: none;
  border-bottom: none;
  transition: all 0.3s ease;
}


.building_trust_card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
}

.building_trust_card h5 {
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.building_trust_card p {
  margin: 0;
  font-size: 1rem;
  opacity: 0.8;
}

.building_trust_achievements {
  margin-top: 30px;
  background: var(--color-white-5, #FFFFFF0D);
  /* background: rgba(255, 255, 255, 0.05); */
  box-shadow: 0px 0px 30px 0px #3B82F64D;
  backdrop-filter: blur(20px);

  border-radius: 20px;
  padding: 20px;
  text-align: center;
  width: 60%;
}

.building_trust_achievements h5 {
  margin-bottom: 15px;
  font-weight: bold;
}

.building_trust_achievements .row div {
  font-size: 0.95rem;
  opacity: 0.85;
  margin-bottom: 10px;
  text-align: justify;
}

@media (max-width: 992px) {
  .building_trust_title {
    font-size: 2rem;
  }

  .building_trust_achievements {
    width: 100% !important;
  }

}


.icon.text-info {
    background: linear-gradient(135deg, #2B7FFF 0%, #00B8DB 100%);
    box-shadow: 0px 0px 30px 0px #9333EA4D;
color: white;
    width: 60px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px !important;
    border-radius: 8px;
}

.icon.text-info i , .icon.text-danger i 
{
  color: white;
}

.icon.text-danger
{
background: linear-gradient(135deg, #AD46FF 0%, #F6339A 100%);
box-shadow: 0px 0px 30px 0px #9333EA4D;
color: white;
    width: 60px;
    text-align: center;
   margin: auto;
    margin-bottom: 15px !important;
        border-radius: 8px;
}

/* ====================================== */


.about_section {
  background: linear-gradient(135deg, #0c1c3a 40%, #10244c 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: white;
}

.about_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: repeating-linear-gradient(45deg,
      rgba(255, 255, 255, 0.02),
      rgba(255, 255, 255, 0.02) 10px,
      transparent 10px,
      transparent 20px); */
  z-index: 0;
}



  .gradient_divider {
      display: flex;
      align-items: center;
      text-align: center;
          width: 15%;
    margin: 20px auto;
    }

    .gradient_divider::before,
    .gradient_divider::after {
      content: "";
      flex: 1;
      height: 3px;
      border-radius: 10px;
      background: linear-gradient(90deg, #AD46FF 0%, #00BBA7 100%);
    }

    .gradient_divider span {
      margin: 0 10px;
      font-size: 1.5rem;
      font-weight: bold;
      background: linear-gradient(90deg, #AD46FF 0%, #00BBA7 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
    }


.about_content {
  position: relative;
  z-index: 1;
}

.about_icon_top {
  background: #6a5acd;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 30px;
}

.about_title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  background: linear-gradient(93.39deg, #667EEA 0%, #764BA2 50%, #F093FB 100%);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.about_subtitle {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}

.about_text {
  font-size: 1.1rem;
  max-width: 650px;
  margin: 0 auto 50px;
  opacity: 0.85;
}

.about_stats .card {
  /* background: rgba(255, 255, 255, 0.05); */
border-top: 1px solid var(--color-white-10, #FFFFFF1A);
background: var(--color-white-5, #FFFFFF0D);

  box-shadow: 0px 8px 32px 0px #0000001A;

backdrop-filter: blur(20px);
color: white;
  border: none;
  border-radius: 20px;
  padding: 25px;
  transition: all 0.3s ease;
  text-align: center;
}

.about_stats .card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.1);
}

.about_stats .icon {
  font-size: 2rem;
  padding: 6px 15px;
  border-radius: 8px;
      /* background: linear-gradient(135deg, #2B7FFF 0%, #00B8DB 100%); */
    box-shadow: 0px 0px 30px 0px #3B82F64D;
    /* width: 35%; */
    margin: 10px auto;
}

.about_stats h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.about_stats p {
  margin: 0;
  font-size: 1rem;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .about_title {
    font-size: 2rem;
  }

  .about_subtitle {
    font-size: 1.8rem;
  }

  .about_text {
    font-size: 1rem;
  }
}


/* =======================================*/

/* Section Background */
.our_services_section {
  background: linear-gradient(135deg, #101828 0%, #1C398E 50%, #312C85 100%);
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  color: white;
}

/* Heading Icon */
.our_services_heading_icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px auto;
  border-radius: 20px;
  /* background: linear-gradient(135deg, #8E2DE2, #4A00E0); */
  background: linear-gradient(135deg, #667EEA 0%, #764BA2 50%, #667EEA 100%);

  box-shadow: 0 0 25px rgba(138, 43, 226, 0.4);
  font-size: 1.5rem;
}

/* Title */
.our_services_title {
  font-size: 2.5rem;
  font-weight: 700;
}

.our_services_title span {
  /* color: #a279ff; */
    background: linear-gradient(93.39deg, #667EEA 0%, #764BA2 50%, #F093FB 100%);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.our_services_subtitle {
  font-size: 1rem;
  opacity: 0.8;
  margin-bottom: 50px;
}

/* Cards Base */
.our_services_card {
  border: none;
  border-radius: 20px;
  padding: 25px 20px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.our_services_card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.08);
}

/* Icon */
.our_services_icon {
  font-size: 2rem;
  margin-bottom: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 15px;
  color: white;
}


/* Sequential Card Gradient + Glow + Border-Top */
.card-1 .our_services_icon {
  background: linear-gradient(90deg, #2B7FFF 0%, #00B8DB 100%);
  box-shadow: 0px 0px 30px 0px #3B82F64D;
  border-top: 3px solid #2B7FFF;
}

.card-2 .our_services_icon {
  background: linear-gradient(90deg, #00C950 0%, #00BC7D 100%);
  box-shadow: 0px 0px 30px 0px #00C9504D;
  border-top: 3px solid #00C950;
}

.card-3 .our_services_icon {
  background: linear-gradient(90deg, #AD46FF 0%, #8E51FF 100%);
  box-shadow: 0px 0px 30px 0px #AD46FF4D;
  border-top: 3px solid #AD46FF;
}

.card-4 .our_services_icon {
  background: linear-gradient(90deg, #FE9A00 0%, #FE9A00 100%);
  box-shadow: 0px 0px 30px 0px #FE9A004D;
  border-top: 3px solid #FE9A00;
}

.card-5 .our_services_icon {
  background: linear-gradient(90deg, #615FFF 0%, #2B7FFF 100%);
  box-shadow: 0px 0px 30px 0px #615FFF4D;
  border-top: 3px solid #615FFF;
}

.card-6 .our_services_icon {
  background: linear-gradient(90deg, #00BBA7 0%, #00B8DB 100%);
  box-shadow: 0px 0px 30px 0px #00BBA74D;
  border-top: 3px solid #00BBA7;
}

.card-7 .our_services_icon {
  background: linear-gradient(90deg, #FB2C36 0%, #F6339A 100%);
  box-shadow: 0px 0px 30px 0px #FB2C364D;
  border-top: 3px solid #FB2C36;
}

.card-8 .our_services_icon {
  background: linear-gradient(90deg, #F0B100 0%, #FE9A00 100%);
  box-shadow: 0px 0px 30px 0px #F0B1004D;
  border-top: 3px solid #F0B100;
}




/* ==================================== */

/* Base card style */
.our_core_card {
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  height: 100%;
  border-top: 5px solid transparent; /* default */
}

/* Hover effect */
.our_core_card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.08);
}

/* Sequential gradient + glow + border-top */

/* Card 1 */
.card-1 {
  border-top: 5px solid #2B7FFF;
  /* box-shadow: 0px 0px 30px 0px #3B82F64D; */
}

/* Card 2 */
.card-2 {
  border-top: 5px solid #00C950;
  /* box-shadow: 0px 0px 30px 0px #00C9504D; */
}

/* Card 3 */
.card-3 {
  border-top: 5px solid #AD46FF;
  /* box-shadow: 0px 0px 30px 0px #AD46FF4D; */
}

/* Card 4 */
.card-4 {
  border-top: 5px solid #FE9A00;
  /* box-shadow: 0px 0px 30px 0px #FE9A004D; */
}

/* Card 5 */
.card-5 {
  border-top: 5px solid #615FFF;
  /* box-shadow: 0px 0px 30px 0px #615FFF4D; */
}

/* Card 6 */
.card-6 {
  border-top: 5px solid #00BBA7;
  /* box-shadow: 0px 0px 30px 0px #00BBA74D; */
}

/* Card 7 */
.card-7 {
  border-top: 5px solid #FB2C36;
  /* box-shadow: 0px 0px 30px 0px #FB2C364D; */
}

/* Card 8 */
.card-8 {
  border-top: 5px solid #F0B100;
  /* box-shadow: 0px 0px 30px 0px #F0B1004D; */
}



/* ==================================== */

/* Text */
.our_services_card h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.our_services_card p {
  font-size: 0.95rem;
  opacity: 0.85;
  margin-bottom: 15px;
}

/* Tag */
.our_services_tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 0.85rem;
  font-weight: 600;
}

/* Call-to-Action */
.our_services_cta {
  margin-top: 60px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
}

.our_services_cta h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.our_services_cta p {
  opacity: 0.85;
  margin-bottom: 20px;
}

.our_services_cta .btn {
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
}

.our_services_cta .btn-primary {
  background: linear-gradient(135deg, #8E2DE2, #4A00E0);
  border: none;
}

.our_services_cta .btn-outline-light {
  border: 2px solid #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .our_services_title { font-size: 2rem; }
  .our_services_cta h4 { font-size: 1.3rem; }
}


/* ======================= */








/* Slider */
.detailed_service_slider {
  position: relative;
  width: 100%;
  /* height: 250px; fixed slider height for all images */
  height: 400px;
  overflow: hidden;
}

.detailed_service_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  opacity: 0;
  transition: opacity 1s ease;
}

.detailed_service_slide.active {
  opacity: 1;
}



/* Section Styling */



.detailed_service_section {
  padding: 80px 20px;
  /* background: radial-gradient(circle at 20% 30%, #1d1f5a, #0c1c3a 90%); */
  background: linear-gradient(135deg, #101828 0%, #1D293D 50%, #101828 100%);

  position: relative;
  color: white;

}



.detailed_service_content {
  position: relative;
  z-index: 1;
}

/* Heading */
.detailed_service_icon {
  font-size: 2.5rem;
  color: #a279ff;
  margin-bottom: 15px;
}

.detailed_service_title {
  font-size: 2.5rem;
  font-weight: 800;
}

.detailed_service_title span
{
    background: linear-gradient(93.39deg, #667EEA 0%, #764BA2 50%, #F093FB 100%);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.detailed_service_subtitle {
  opacity: 0.8;
  margin-bottom: 60px;
}

/* Category Heading */
.detailed_service_category {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.detailed_service_category::after {
  content: '';
  display: block;
  width: 60%;
  height: 3px;
  background: #a279ff;
  margin: 8px auto 0;
  border-radius: 3px;
}

/* Service Cards */
.detailed_service_card {
  background: rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}

.detailed_service_card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.08);
}

.detailed_service_img {
  width: 100%;
  /* height: 180px; */
  height: 50%;
  object-fit: cover;
}

.detailed_service_body {
  padding: 20px;
}

.detailed_service_label {
  font-size: 0.85rem;
  font-weight: bold;
  color: #ddd;
  background: rgba(255, 255, 255, 0.1);
  padding: 4px 10px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.detailed_service_body h5 {
  font-weight: 700;
  margin-bottom: 12px;
}

.detailed_service_body p {
  font-size: 0.95rem;
  opacity: 0.85;
  margin-bottom: 15px;
}

.detailed_service_features {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.detailed_service_features li {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 5px;
}

.detailed_service_btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 8px 15px;
  transition: all 0.3s ease;
}

.detailed_service_btn:hover {
  background: #6a5acd;
  border-color: #6a5acd;
}

@media (max-width: 768px) {
  .detailed_service_title {
    font-size: 2rem;
  }

  .detailed_service_category {
    font-size: 1.5rem;
  }
}




/* ========================= */

/* Slider */
.manpower_slider {
  position: relative;
  width: 100%;
  /* height: 200px; */
  height: 55%;
  overflow: hidden;
}

.manpower_slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

.manpower_slide.active {
  opacity: 1;
}

.manpower_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* Section Styles */
.manpower_section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #101828 0%, #1D293D 50%, #101828 100%);
  position: relative;
  color: white;

}



.manpower_content {
  position: relative;
  z-index: 1;
}

/* Heading */
.manpower_title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

.manpower_title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #6a5acd;
  margin: 10px auto 0;
  border-radius: 3px;
}

/* Cards */
.manpower_card {
  background: rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}

.manpower_card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.08);
}

.manpower_img {
  width: 100%;
  /* height: 200px; */
  height: 55%;
  object-fit: cover;
}

.manpower_body {
  padding: 20px;
}

.manpower_label {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: #ddd;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 10px;
  margin-bottom: 12px;
}

.manpower_body h5 {
  font-weight: 700;
  margin-bottom: 12px;
}

.manpower_body p {
  font-size: 0.95rem;
  opacity: 0.85;
  margin-bottom: 15px;
}

.manpower_features {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.manpower_features li {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 5px;
}

.manpower_btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 8px 15px;
  transition: all 0.3s ease;
}

.manpower_btn:hover {
  background: #6a5acd;
  border-color: #6a5acd;
}

@media (max-width: 768px) {
  .manpower_title {
    font-size: 2rem;
  }
}


/* =========================== */



@media (max-width: 768px) {
  /* .emergeny_serv_slider {
    height: 100% !important;
  } */

  /* .detailed_service_slider {
    height: 100% !important;
  } */

  .manpower_slider {
    height: 500px !important;

  }
}




/* ======================= */

/* Section */
.faculity_mngmt_section {
  padding: 80px 20px;
    background: linear-gradient(135deg, #101828 0%, #1D293D 50%, #101828 100%);
      position: relative;
  color: white;

}


.faculity_mngmt_content {
  position: relative;
  z-index: 1;
}

/* Title */
.faculity_mngmt_title {
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.faculity_mngmt_title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #6a5acd;
  margin: 10px auto 0;
  border-radius: 3px;
}

/* Cards */
.faculity_mngmt_card {
  background: rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}

.faculity_mngmt_card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.08);
}

.faculity_mngmt_img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.faculity_mngmt_body {
  padding: 20px;
}

.faculity_mngmt_label {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: #ddd;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 10px;
  margin-bottom: 12px;
}

.faculity_mngmt_body h5 {
  font-weight: 700;
  margin-bottom: 12px;
}

.faculity_mngmt_body p {
  font-size: 0.95rem;
  opacity: 0.85;
  margin-bottom: 15px;
}

.faculity_mngmt_features {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.faculity_mngmt_features li {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 5px;
  position: relative;
  padding-left: 18px;
}

.faculity_mngmt_features li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #6a5acd;
  font-weight: bold;
}

.faculity_mngmt_btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 8px 15px;
  transition: all 0.3s ease;
}

.faculity_mngmt_btn:hover {
  background: #6a5acd;
  border-color: #6a5acd;
}

@media (max-width: 768px) {
  .faculity_mngmt_title {
    font-size: 2rem;
  }
}



/* ============================= */


/* Slider */
.emergeny_serv_slider {
  position: relative;
  width: 100%;
  height: 450px; /* Fixed height for slider */
  overflow: hidden;
}

.emergeny_serv_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

.emergeny_serv_slide.active {
  opacity: 1;
}


/* Section Background */
.emergeny_serv_section {
  color: white;
  padding: 80px 20px;
    background: linear-gradient(135deg, #101828 0%, #1D293D 50%, #101828 100%);
  position: relative;
}





/* Section Title */
.emergeny_serv_title {
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.emergeny_serv_title::after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  background: #6a5acd;
  margin: 10px auto 0;
  border-radius: 3px;
}

/* Card Styles */
.emergeny_serv_card {
  background: rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}

.emergeny_serv_card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.08);
}

.emergeny_serv_img {
  width: 100%;
  /* height: 220px; */
  height: 450px;
  object-fit: cover;
}

.emergeny_serv_body {
  padding: 20px;
}

.emergeny_serv_label {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: #ddd;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 10px;
  margin-bottom: 12px;
}

.emergeny_serv_body h5 {
  font-weight: 700;
  margin-bottom: 12px;
}

.emergeny_serv_body p {
  font-size: 0.95rem;
  opacity: 0.85;
  margin-bottom: 15px;
}

/* Features List */
.emergeny_serv_features {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.emergeny_serv_features li {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 5px;
  position: relative;
  padding-left: 18px;
}

.emergeny_serv_features li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #6a5acd;
  font-weight: bold;
}

/* Button */
.emergeny_serv_btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 8px 15px;
  transition: all 0.3s ease;
}

.emergeny_serv_btn:hover {
  background: #6a5acd;
  border-color: #6a5acd;
}

@media (max-width: 768px) {
  .emergeny_serv_title {
    font-size: 2rem;
  }
}


/* ============================= */

/* Section */
.our_serv_process_section {
  color: white;
  padding: 80px 20px;
    background: linear-gradient(135deg, #101828 0%, #1D293D 50%, #101828 100%);
  position: relative;
}



.our_serv_process_container {
  background: linear-gradient(130.74deg, #667EEA 0%, #764BA2 50%, #667EEA 100%);
  border-radius: 20px;
  padding: 50px 30px;
  width: 80%;
  margin: auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Header */
.our_serv_process_header {
  text-align: center;
  margin-bottom: 50px;
}

.our_serv_process_header h2 {
  font-size: 2rem;
  font-weight:700;
}

.our_serv_process_header p {
  color: #e0e0e0;
  margin-top: 10px;
  font-size: 1.05rem;
}

.our_serv_process_icon {
  font-size: 2rem;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 15px;
    width: 100px;
    padding: 12px;
    margin-bottom: 15px !important;
    margin: auto;
    width: 80px;
}

/* Cards */
.our_serv_process_card {
  background: rgba(255, 255, 255, 0.08);
  border: none;
  border-radius: 15px;
  padding: 20px;
  height: 100%;
  transition: transform 0.3s ease, background 0.3s ease;
}

.our_serv_process_card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.12);
}

.our_serv_process_step {
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  display: inline-block;
}

.our_serv_process_card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.our_serv_process_card p {
  font-size: 0.92rem;
  color: #ddd;
}

@media (max-width: 768px) {
  .our_serv_process_header h2 {
    font-size: 2rem;
  }
}


/* ======================== */

/* Section */
.need_sol_section {
  padding: 60px 20px;
  text-align: center;
    background: linear-gradient(135deg, #101828 0%, #1D293D 50%, #101828 100%);
  position: relative;
}




/* Card */
.need_sol_container {
  background: linear-gradient(145deg, #1d1b3f, #2e2765);
  color: #fff;
  padding: 40px 20px;
  max-width: 700px;
  margin: auto;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
}

.need_sol_container:hover {
  transform: translateY(-5px);
}

.need_sol_container h3 {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.need_sol_container p {
  color: #dcdcdc;
  font-size: 1rem;
  margin-bottom: 25px;
}

/* Button */
.need_sol_btn {
  background: linear-gradient(90deg, #7c4dff, #5a2ea6);
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.need_sol_btn:hover {
  background: linear-gradient(90deg, #5a2ea6, #7c4dff);
  transform: scale(1.05);
}



/* ============================ */


.contct_us_section {
  padding: 80px 20px;
  text-align: center;
}

.contct_us_icon {
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.contct_us_icon i {
  font-size: 32px;
  color: #ba68c8;
}

.contct_us_title {
  font-size: 42px;
  font-weight: 800;
  color: #ba68c8;
}

.contct_us_title span {
  display: block;
  color: #fff;
}

.contct_us_desc {
  max-width: 650px;
  margin: 15px auto 40px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}

.contct_us_line {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.contct_us_line span {
  display: inline-block;
  height: 4px;
  width: 50px;
  margin: 0 5px;
  border-radius: 10px;
}

.contct_us_line .line-blue {
  background: #42a5f5;
}

.contct_us_line .line-green {
  background: #4caf50;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.contct_us_line .line-purple {
  background: #ab47bc;
}

.contct_us_card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 30px 20px;
  transition: all 0.3s ease;
  text-align: center;
  margin-bottom: 20px;
}

.contct_us_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.contct_us_card_icon {
  background: rgba(186, 104, 200, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  margin-bottom: 15px;
}

.contct_us_card_icon i {
  font-size: 26px;
  color: #ba68c8;
}

.contct_us_card h4 {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 5px;
  color: #fff;
}

.contct_us_card p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* ================== */


/* background: linear-gradient(135deg, #1a237e, #283593, #3949ab); */

.contct_us_section {
  margin: 0px;
  padding: 0px;
  width: 100%;
  color: white;
  background: linear-gradient(135deg, #101828 0%, #1C398E 50%, #312C85 100%);
}

.get_touch_container {
  padding: 60px 20px;
  /* width: 100%; */

}


.crd-contct
{

  width: 80%;
  margin: auto;
}

.get_touch_card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s ease-in-out;
}

.get_touch_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.get_touch_icon {
  font-size: 28px;
  margin-right: 15px;
}

.get_touch_title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
}

.get_touch_quote {
  background: linear-gradient(135deg, #3f51b5, #5c6bc0);
  border-radius: 12px;
  padding: 25px;
}

.get_touch_quote h4 {
  margin-bottom: 20px;
  font-weight: 700;
}

.get_touch_form .form-control,
.get_touch_form .form-select {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.get_touch_form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.get_touch_form .form-control:focus,
.get_touch_form .form-select:focus {
  box-shadow: none;
  border-color: #90caf9;
  background: rgba(255, 255, 255, 0.15);
}

.get_touch_btn {
  background: #7e57c2;
  border: none;
  padding: 12px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}

.get_touch_btn:hover {
  background: #673ab7;
}

.get_touch_why {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
}

.get_touch_why h5 {
  font-weight: 700;
  margin-bottom: 15px;
}

.get_touch_why ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.get_touch_why ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.get_touch_why ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #4caf50;
  font-weight: bold;
}


/* ============================ */

.footer_section {
  background: #0d1117;
  color: #ccc;
  padding: 60px 20px 20px;
  font-family: Arial, sans-serif;
}

.footer_logo h5 {
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer_logo h5 i {
  color: #9c27b0;
  font-size: 22px;
}

.footer_desc {
  font-size: 14px;
  margin: 15px 0;
  line-height: 1.6;
  color: #aaa;
}

.footer_badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 15px;
  border-radius: 8px;
  margin-top: 10px;
}

.footer_badge i {
  color: #fff;
  font-size: 18px;
}

.footer_badge strong {
  display: block;
  font-size: 14px;
  color: #fff;
}

.footer_badge span {
  font-size: 13px;
  color: #aaa;
}

.footer_links h6,
.footer_services h6,
.footer_contact h6 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.footer_links ul,
.footer_services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_links ul li,
.footer_services ul li {
  margin-bottom: 10px;
}

.footer_links ul li a,
.footer_services ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 14px;
}

.footer_links ul li a:hover,
.footer_services ul li a:hover {
  color: #9c27b0;
}

.footer_contact p {
  margin: 0 0 12px;
  font-size: 14px;
}

.footer_contact i {
  color: #9c27b0;
  margin-right: 8px;
  font-size: 16px;
}

.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #888;
}


/* ================================== */


   /* ---------- Section Styling ---------- */
    .trusted_org_section {
      background: linear-gradient(180deg, #0a1c68, #1e2a87);
      color: #fff;
      text-align: center;
      padding: 60px 20px;
      font-family: Arial, sans-serif;
    }

    .trusted_org_section h2 {
      font-size: 2.5rem;
      font-weight: bold;
      color: #e084f6;
      margin-bottom: 15px;
    }

    .trusted_org_section p {
      font-size: 1.1rem;
      color: #dcdcdc;
      margin-bottom: 50px;
    }

    /* ---------- Client Cards ---------- */
    .trusted_org_cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 25px;
      margin-bottom: 50px;
    }

    .trusted_org_card {
      background: rgba(255, 255, 255, 0.05);
      border-radius: 15px;
      padding: 20px;
      width: 220px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .trusted_org_card:hover {
      transform: translateY(-8px);
      box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.3);
    }

    .trusted_org_card img {
      width: 70px;
      height: 70px;
      object-fit: contain;
      margin-bottom: 15px;
      border-radius: 10px;
    }

    .trusted_org_card h3 {
      font-size: 1rem;
      font-weight: bold;
      color: #fff;
      margin-bottom: 5px;
    }

    .trusted_org_card p {
      font-size: 0.9rem;
      color: #b8b8b8;
      margin: 0;
    }

    /* ---------- Stats Section ---------- */
    .trusted_org_stats {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 25px;
    }

    .trusted_org_stat_box {
      background: rgba(255, 255, 255, 0.05);
      border-radius: 15px;
      padding: 30px;
      width: 250px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .trusted_org_stat_box:hover {
      transform: translateY(-8px);
      box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.3);
    }

    .trusted_org_stat_box h4 {
      font-size: 2rem;
      font-weight: bold;
      color: #e084f6;
      margin-bottom: 10px;
    }

    .trusted_org_stat_box p {
      font-size: 1rem;
      color: #fff;
      margin: 0;
    }

    /* ---------- Responsive Design ---------- */
    @media (max-width: 768px) {
      .trusted_org_cards {
        gap: 15px;
      }

      .trusted_org_card {
        width: 45%;
      }

      .trusted_org_stat_box {
        width: 80%;
      }
    }

    @media (max-width: 480px) {
      .trusted_org_card {
        width: 100%;
      }

      .trusted_org_stat_box {
        width: 100%;
      }

      .trusted_org_section h2 {
        font-size: 2rem;
      }
    }




    /* ------------------------------------------licenses------------------------- */


        .licenses_sec_section {
          background: linear-gradient(135deg, #0c1c3a 40%, #10244c 100%);
      color: #fff;
      text-align: center;
      padding: 80px 20px;
    }

    .licenses_sec_icon {
      background: linear-gradient(135deg, #836fff, #a78bfa);
      width: 60px;
      height: 60px;
      border-radius: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 20px;
    }

    .licenses_sec_heading {
      font-size: 42px;
      font-weight: 800;
    }

    .licenses_sec_heading span
    {
        background: linear-gradient(93.39deg, #667EEA 0%, #764BA2 50%, #F093FB 100%);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
    }

    .licenses_sec_subheading {
      font-size: 18px;
      max-width: 700px;
      margin: 15px auto 50px;
      color: #d1d5db;
    }

    .licenses_sec_card {
      background: rgba(255, 255, 255, 0.05);
      border-radius: 14px;
      padding: 30px 20px;
      transition: all 0.3s ease;
      box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
      height: 100%;
    }

    .licenses_sec_card:hover {
      transform: translateY(-6px);
      background: rgba(255, 255, 255, 0.08);
    }

    .licenses_sec_card_icon {
      background: linear-gradient(135deg, #836fff, #a78bfa);
      width: 50px;
      height: 50px;
      border-radius: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 15px;
    }

    .licenses_sec_card h3 {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 5px;
    }

    .licenses_sec_card p {
      font-size: 14px;
      color: #d1d5db;
      margin: 0;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .licenses_sec_heading {
        font-size: 32px;
      }
      .licenses_sec_subheading {
        font-size: 16px;
      }
      .licenses_sec_card h3 {
        font-size: 22px;
      }
    }



    /* ----------------------- */

       .licenses_active_section {
      /* background: linear-gradient(135deg, #0d1b47, #1d2f6f); */
      color: #fff;
          background: linear-gradient(135deg, #0c1c3a 40%, #10244c 100%);

      padding: 80px 20px;
      text-align: center;
    }

    .licenses_active_icon {
      background: linear-gradient(135deg, #34d399, #10b981);
      width: 60px;
      height: 60px;
      border-radius: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 20px;
    }

    .licenses_active_heading {
      font-size: 42px;
      font-weight: 800;
    }

    .licenses_active_subheading {
      font-size: 18px;
      max-width: 750px;
      margin: 15px auto 50px;
      color: #d1d5db;
    }

    .licenses_active_card {
      background: rgba(255, 255, 255, 0.05);
      border-radius: 16px;
      padding: 25px;
      text-align: left;
      box-shadow: 0 6px 18px rgba(0,0,0,0.25);
      position: relative;
      transition: all 0.3s ease;
      height: 100%;
    }

    .licenses_active_card:hover {
      transform: translateY(-6px);
      background: rgba(255, 255, 255, 0.07);
    }

    .licenses_active_card_icon {
      background: linear-gradient(135deg, #6366f1, #8b5cf6);
      width: 50px;
      height: 50px;
      border-radius: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 15px;
    }

    .licenses_active_status {
      position: absolute;
      top: 20px;
      right: 20px;
      background: #059669;
      color: #fff;
      font-size: 12px;
      padding: 4px 10px;
      border-radius: 20px;
      font-weight: 600;
    }

    .licenses_active_card h4 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .licenses_active_details {
      background: rgba(255, 255, 255, 0.05);
      border-radius: 12px;
      padding: 12px;
      margin-bottom: 12px;
    }

    .licenses_active_details p {
      font-size: 14px;
      margin: 0;
    }

    .licenses_active_valid {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 15px;
    }

    .licenses_active_valid_box {
      background: rgba(255, 255, 255, 0.05);
      border-radius: 12px;
      padding: 10px;
      flex: 1;
      text-align: center;
    }

    .licenses_active_valid_box p {
      font-size: 13px;
      color: #9ca3af;
      margin-bottom: 4px;
    }

    .licenses_active_valid_box strong {
      font-size: 14px;
      color: #fff;
    }

    .licenses_active_footer {
      text-align: center;
      font-size: 14px;
      font-weight: 600;
      color: #d1d5db;
      padding-top: 10px;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .licenses_active_heading {
        font-size: 32px;
      }
      .licenses_active_subheading {
        font-size: 16px;
      }
      .licenses_active_card h4 {
        font-size: 18px;
      }
    }


    /* --------------------------- */


        .internation_cert_section {
      background: linear-gradient(180deg, #283593, #512da8);
      color: #fff;
      text-align: center;
      padding: 60px 20px;
    }

    .internation_cert_icon {
      background: #ff9800;
      color: #fff;
      font-size: 24px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 20px;
    }

    .internation_cert_title {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .internation_cert_subtitle {
      font-size: 16px;
      max-width: 650px;
      margin: 0 auto 40px;
      color: #e0e0e0;
    }

    .internation_cert_cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      max-width: 1100px;
      margin: 0 auto;
    }

    .internation_cert_card {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0px 6px 15px rgba(0,0,0,0.15);
      color: #333;
      transition: transform 0.3s ease;
    }

    .internation_cert_card:hover {
      transform: translateY(-8px);
    }

    .internation_cert_card_header {
      padding: 15px;
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .internation_cert_card_header i {
      font-size: 22px;
    }

    .internation_cert_badge {
      background: rgba(255,255,255,0.2);
      padding: 3px 10px;
      border-radius: 20px;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
    }

    .internation_cert_card_body {
      padding: 20px;
      background: #333e9c;
      color: white;
    }

    .internation_cert_card_body h3 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 8px;
    }

    .internation_cert_card_body h4 {
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .internation_cert_card_body p {
      font-size: 14px;
      line-height: 1.5;
    }

    /* Header Colors */
    .internation_cert_color1 {
      background: linear-gradient(45deg, #ff9800, #f57c00);
    }

    .internation_cert_color2 {
      background: linear-gradient(45deg, #e91e63, #c2185b);
    }

    .internation_cert_color3 {
      background: linear-gradient(45deg, #4caf50, #388e3c);
    }

    /* Responsive */
    @media (max-width: 992px) {
      .internation_cert_cards {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 600px) {
      .internation_cert_cards {
        grid-template-columns: 1fr;
      }
      .internation_cert_title {
        font-size: 26px;
      }
      .internation_cert_subtitle {
        font-size: 14px;
      }
    }



    /* --------------------------- */


    .commit_excellence_main
    {
    background: linear-gradient(135deg, #0c1c3a 40%, #10244c 100%);
            width: 100%;
padding: 60px 10px;
    }


        .commit_excellence_section {
      background: linear-gradient(180deg, #3f51b5, #673ab7);
      color: #fff;
      text-align: center;
      padding: 60px 20px;
      border-radius: 16px;
      width: 80%;
      margin: auto;
      box-shadow: 0px 8px 20px rgba(0,0,0,0.25);
    }

    .commit_excellence_icon {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: rgba(255,255,255,0.1);
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 20px;
      font-size: 28px;
      color: #fff;
      box-shadow: 0px 0px 20px rgba(255,255,255,0.2);
    }

    .commit_excellence_title {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .commit_excellence_subtitle {
      font-size: 16px;
      max-width: 700px;
      margin: 0 auto 40px;
      color: #e0e0e0;
      line-height: 1.6;
    }

    .commit_excellence_cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-bottom: 30px;
    }

    .commit_excellence_card {
      background: rgba(255,255,255,0.1);
      border-radius: 12px;
      padding: 25px 20px;
      color: #fff;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .commit_excellence_card:hover {
      transform: translateY(-8px);
      box-shadow: 0px 6px 15px rgba(0,0,0,0.25);
    }

    .commit_excellence_card i {
      font-size: 28px;
      margin-bottom: 12px;
      display: block;
    }

    .commit_excellence_card h3 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 6px;
    }

    .commit_excellence_card p {
      font-size: 14px;
      color: #ddd;
    }

    /* CTA Button */
    .commit_excellence_btn {
      background: #fff;
      color: #1e3c90;
      font-weight: bold;
      border: none;
      padding: 14px 30px;
      border-radius: 8px;
      cursor: pointer;
      font-size: 15px;
      transition: all 0.3s ease;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
    }

    .commit_excellence_btn:hover {
      background: #f5f5f5;
      transform: translateY(-2px);
    }

    /* Responsive */
    @media (max-width: 992px) {
      .commit_excellence_cards {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 600px) {
      .commit_excellence_cards {
        grid-template-columns: 1fr;
      }
      .commit_excellence_title {
        font-size: 26px;
      }
      .commit_excellence_subtitle {
        font-size: 14px;
      }
    }

    /* --------------------------------------- */

      .gallery_page_section {
      padding: 60px 20px;
      color: white !important;
      /* background-color: #f9f9f9; */
          background: linear-gradient(135deg, #0c1c3a 40%, #10244c 100%);

    }

    .gallery_page_title {
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 40px;
    }

    .gallery_page_item {
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
      cursor: pointer;
      height: 250px;
    }

    .gallery_page_item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease-in-out;
    }

    .gallery_page_item:hover img {
      transform: scale(1.1);
    }

    .gallery_page_modal img {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }

    @media (max-width: 768px) {
      .gallery_page_title {
        font-size: 1.5rem;
      }
    }