/* Base Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.text-success{
color:#0A2342 !important;
}
:root{
  --primary:#C8102E;      /* accent red */
  --accent:#0A2342;       /* navy */
  --muted:#F8F9FA;        /* neutral base */
  --soft:#FFF7F6;         /* faint warm bg */
  --card-shadow: 0 8px 30px rgba(10,35,66,0.08);
  --glass: rgba(255,255,255,0.7);
}
body {
  font-family: 'Poppins', sans-serif;
   font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; color:#222; background:#fff; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; 
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;


}

/* .custom-cursor {
  padding: 40px;
  background: #eee;
  cursor: url(../asset/images/icons/Appeals\ &\ Litigation.webp), auto;
} */
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* Logo Styling */
/* Logo Section */
.logo {
  display: flex;
  align-items: center;
}
/* .navbar-brand {
  border: none !important;
} */

.logo-img {
  height: 65px;

  margin-right: 10px;
  /* border: none !important; */
}


.site-header {
  background-color: #4b00004b;
  padding:0;
  color: white;
   /* position: fixed; */
   /* position: static; */
   /* position: sticky; */

  top: 0;
  z-index: 1000;
}
/* .banner .navbar {
  padding: 0px 106px;

} */
.navbar {
  padding: 0px 106px;

}

.navbar-nav .nav-link {
  color: white !important;
  font-weight: 500;
  margin-left: 20px;
  transition: color 0.3s ease;

}

.navbar-nav .nav-link:hover {
  color: #ff0000 !important;
  /* optional hover color (orange) */
}

.animated-collapse {
  transition: all 0.4s ease;
  transform-origin: top;
}

.collapsing {
  height: auto !important;
  transition: all 0.4s ease;
  overflow: hidden;
  transform: scaleY(0);
  opacity: 0;
}

.collapse.show {
  transform: scaleY(1);
  opacity: 1;
}

.dropdown-menu li a {
  color: #000000;
}
   .dropdown-menu li a:hover{
      padding: 5px;
      /* background-color: #fff; */
   background: linear-gradient(to right, #514242, #1e014d);

        color: #ffffff !important ;


    }
  .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  background: linear-gradient(to top, rgba(244, 243, 243, 0.7), rgba(255, 255, 255, 0.3));
  backdrop-filter: blur(8px); /* Frosted glass effect */
  -webkit-backdrop-filter: blur(8px); /* For Safari */
  /* color: #fb0000 !important; */
  border-radius: 10px;
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
}
    /* .dropdown:hover .dropdown-menu h6 a{
   
      color: #3200fc;
      text-decoration: none ;
    } */

    /* Full-width mega menu */
    .dropdown-fullwidth .dropdown-menu {
      width: 100%;
      left: 0;
      right: 0;
      top: 100%;
      border-radius: 0;
    }







    .dropdown-menu1 {
            /* background: linear-gradient(to top, #0a013b, #0518aa9a); */
             display: block;
  margin-top: 0;
  background: linear-gradient(to top, rgba(244, 243, 243, 0.7), rgba(255, 255, 255, 0.3));
  backdrop-filter: blur(8px); /* Frosted glass effect */
  -webkit-backdrop-filter: blur(8px); /* For Safari */
  /* color: #fb0000 !important; */
  border-radius: 10px;
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
            color: #000000 !important;

    }
     .dropdown-menu1 li {
      padding: 5px;

    }
    .dropdown-menu1 li:hover{
      padding: 5px;
      /* background-color: #fff; */
    background: linear-gradient(to right, #514242, #1e014d);
    color: #fff !important;


    }
.dropdown-menu1 a.nav-link {
    padding: 0.25rem 0;
    display: block;
    color: #000000 !important;
  }
 .dropdown-menu1 a.nav-link:hover {
    padding: 0.25rem 0;
    display: block;
    color: #ffffff !important;
  }
 

    .dropdown-fullwidth .dropdown-menu > .container {
      display: flex;
      flex-wrap: wrap;
    }
/* //// */
    .mega-column {
      min-width: 180px;
      margin-bottom: 20px;
    }

    .mega-column h6 a {
      font-weight: 600;
      font-size: 20px;
         /* background-color: #ffffff56; */
       color: #000000;
       border-radius: 10px;
      text-decoration: none ;
       /* padding: 10px; */
     

    }
    .mega-column h6 a:hover {
 
  background: linear-gradient(to right, #514242, #1e014d);

       color: #ffffff;
       padding: 5px;
       border-radius: 5px;
    
    }

    .mega-column .dropdown-item {
      font-size: 0.875rem;
      padding: 0.25rem 0;
      color: #ffffff;
    }
     .mega-column .dropdown-item:hover {

      color: #cf0000;
    }
      .mega-column .dropdown-item:hover {
     background: none;
    }


    .dropdown-menu {
      border: none;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    

/* banner start */

.carousel-section {
  position: relative;
  padding: 0px;
}

.carousel-item {
  position: relative;
  /* height: 100vh; */
  /* min-height: 400px; */
  height: 700px;
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
}

.carousel-caption {
  position: absolute;
  
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  color: white;
  z-index: 2;
}

.carousel-caption h5 {
  font-size: 60px;
  font-weight: 600;
}

.carousel-caption p {
  font-size: 17px;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.468);
  /* dark overlay */
  z-index: 1;
}
.banner-btn-2{
border-color: #fdfdfd !important;
/* border: none !important; */
color: #ffffff;
border: 3px solid;
}
.banner-btn-2:hover{
border-color: #a10101!important;
/* border: none !important; */
background-color: #a10101;
color: #ffffff !important;
}
/* Animation Classes */
.slide-in-left {
  animation: slideInLeft 1s ease forwards;
}

.zoom-in {
  animation: zoomIn 1s ease forwards;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}

.delay-1 {
  animation-delay: 0.6s;
}

.delay-2 {
  animation-delay: 0.9s;
}

/* Keyframes */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.85);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Button Styling */
.btn-primary {
  background-color: #004aad;
  border-color: #004aad;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 30px;
}

.btn-outline-light {
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 30px;
  transition: 0.3s;
}

.btn-outline-light:hover {
  /* background-color: #ffffff; */
  color: #004aad;
  border-color: #ffffff;
}


/* //// */

/* .hero {
  background: linear-gradient(to right, #002f4b, #00587a);
  color: white;
  padding: 5rem 1rem;
  text-align: center;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.hero .btn {
  display: inline-block;
  background-color: #ffd700;
  color: #002f4b;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  margin-top: 1rem;
  border-radius: 5px;
} */

section {
  padding: 4rem 0;
}

h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #002f4b;
}

/* About Section Layout start */

.about-section {
    background: linear-gradient(to right, #f9f9f9, #ffffff);
    padding: 100px 0px !important;
}

.section-title.gradient-text {
  background: linear-gradient(to right, #ad0000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.abou-text-cntn-bx{
  position: relative;
  z-index: 1;

}
.abou-text-cntn-bx::before{
 content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url(../asset/images/Group\ 165.webp);
  background-size: cover;
  background-position: center;
  opacity: 0.2; /* set between 0 (transparent) and 1 (fully visible) */
  z-index: -1;/
}
.about-section h2 {
  text-align: left;
  font-size: 18px !important;
  /* color:#011353 !important; */
}
.abou-text-cntn-bx h5{
  color:#ad0000 ;
  font-size: 30px;
}

.about-description {
  font-size: 1.05rem;
  color: #444;
}

.about-highlights li {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1rem;
  color: #333;
  display: flex;
  align-items: center;
}

.icon-style {
  color: #007bff;
  margin-right: 10px;
  font-size: 1.2rem;
}

.read-more-btn {
    background: linear-gradient(135deg, #d50404, #2a030365);
/* font-size: 30px; */
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
  /* border: none; */
  /* border: 1px solid #00ad14; */
}
.read-more-btn2{
border: 1px solid #ad0000;
  color: #ad0000;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.read-more-btn:hover {
  transform: translateY(-2px);
border: 1px solid #ad0000;
  color: #ad0000;
  background: none;
}

.read-more-btn2:hover {
  transform: translateY(-2px);
      background: linear-gradient(135deg, #d50404, #2a030365);
color: #fff;
}

.about-img-wrapper {
  /* position: relative; */
  border-radius: 15px;
  overflow: hidden;
  width: 400px;

height: 400px;
/* object-fit: cover; */
display: flex;
align-items: end;
justify-content: end;

}
.about-img-wrapper img {
  width: 100%;

height: 100%;

} 
.about-img-group {
  position: relative;
  width: 100%;
  max-width: 420px;
  min-height: 320px;
}

.about-img {
  width: 220px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  position: absolute;
  object-fit: cover;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-img:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

/* Positioning like screenshot */
.about-img.img1 {
 top: -6px;
    right: -32px;
  z-index: 3;
  /* border: 5px solid #ffffff; */

}
.about-img.img2 {
  top: 25%;
  left: 15%;
  z-index: 1;
  width: 300px;
  height: 200px;
  /* border: 5px solid #a00505; */

}
.about-img.img3 {
     bottom: -16%;
    left: -6%;
  z-index: 2;
  /* border: 5px solid #ffffff; */
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .about-img-group {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .about-img {
    position: static;
    width: 80%;
  }
}




@media (max-width: 480px) {
.read-more-btn{
  font-size: 15px !important;
  padding: 10px 10px;

}
.read-more-btn2{
  font-size: 15px !important;
  padding: 10px 10px;

}
    h2.section-title {
   
      font-size: 25px !important;

    }
}


/* About Section Layout end*/

/* video play section start */

/* .firm-video-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.video-wrapper {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.4), rgba(0, 47, 75, 0.6));
  z-index: 2;
}

.video-content {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
}

.video-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  animation: fadeInDown 1s ease-out;
}

.video-content p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
  animation: fadeInUp 1s ease-out 0.5s;
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
  .video-content h2 {
    font-size: 2rem;
  }

  .video-content p {
    font-size: 1rem;
  }
} */

/* video play section end */


/* Service Boxes-section start */

.services-section {
    /* background-image: url(../asset/images/Group\ 165.png); */
  /* background-size: cover; */
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ea0734;
  background: linear-gradient(135deg,#500101fe, #860101fe, #ea0734);

    /* background: linear-gradient(135deg,#370202,#e59191, #dc5a5a, #ffffff); */

  /* background: linear-gradient(135deg,#1f0cc5,#919ae5, #5a67dc, #021537); */

  /* background: linear-gradient(135deg, #004aad, #1b263b); */
  /* background-color: #004aad; */

  position: relative;
  overflow: hidden;
 
    /* background: linear-gradient(to right, #f9f9f9, #ffffff); */
    padding: 100px 0px !important;
    background-image: url(../asset/images/Rectangle\ 11.png);
    background-size: cover;
    background-repeat: no-repeat;
}


.service-card-glass {
  /* background: rgba(255, 255, 255, 0.05); */
  border: 1px solid rgba(254, 254, 254, 0.525);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  transition: transform 0.4s ease, box-shadow 0.3s ease;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
   height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
   position: relative;
  /* background-color: #6e6b6b; */
  overflow: hidden;
  transition: background-image 0.3s ease-in-out;
  
}
.service-card-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../asset/images/Group\ 165.png);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 0;
  pointer-events: none; /* <-- Add this */
}

.service-card-glass:hover::before {
  opacity: 0.3;
}

.service-card-glass:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);

}


.service-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
    filter: invert(99%) sepia(18%) saturate(910%) hue-rotate(330deg) brightness(95%) contrast(95%);
}

.btn-glass {
  background: #ffffff;
  border: none;
  padding: 8px 20px;
  border-radius: 50px;
  color: #0A2342;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
position: relative;
  z-index: 1;
}

.btn-glass:hover{
  /* background: #ffffff; */
  color: #ea0734;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 255, 255, 0.3);
   position: relative;
  background-color: #eee;
  overflow: hidden;
  transition: background-image 0.3s ease-in-out;
  z-index: 999 ;
}
/* .service-card-glass {
  opacity: 0.3;
} */



/* Service Boxes-section end */

/* staff sectiin start */
 /* .staff-section{
  background-image: url(../asset/images/Group\ 165.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #00ad14;
 } */
/* .bg-white {
  background: #f4f6f8 !important;
}

.text-gradient-dark {
  background: linear-gradient(to right, #004aad, #007bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.staff-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.staff-desc {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.05rem;
}

.staff-card-glass {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease-in-out;
  text-align: center;
  position: relative;
}

.staff-card-glass:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.staff-img-wrapper {
  overflow: hidden;
  position: relative;
  height: 320px;
}

.staff-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

.staff-card-glass:hover .staff-img {
  transform: scale(1.05);
}

.staff-info-box {
  padding: 20px;
  background: #120861;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.staff-info-box h5 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 5px;
}

.staff-info-box p {
  color: #909090;
  font-size: 0.95rem;
  margin-bottom: 0;
}

.staff-info-box span {
  font-weight: 500;
  color: #007bff;
}


.swiper-button-next,
.swiper-button-prev {
  color: #333;
} */



/* staff sectiin end */


/* dedicated suppoert start */

.support-section {
  position: relative;
  background: #f4f6f8;
  overflow: hidden;
  /* padding: 100px 0px !important; */
      padding: 100px 0px !important;
}

.support-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #4b0000;
  margin-bottom: 20px;
  text-align: left;
}
.speck-exrt-cntnt-bx{
  position: relative;
  z-index: 1;
}
.speck-exrt-cntnt-bx::before{
    content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url(../asset/images/Group\ 165.webp);
   background-size: cover;
  background-position: center;
  opacity: 0.2; /* set between 0 (transparent) and 1 (fully visible) */
  z-index: -1;
}
.support-desc {
  color: #444;
  font-size: 1.05rem;
  line-height: 1.7;
}

.btn-primary-custom {
    /* background-color: #07410c; */
    background: linear-gradient(135deg, #0A2342, #a65151);
    color: #fff;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-primary-custom:hover {
  /* background-color: #06307d; */
  background: linear-gradient(135deg, #450101, #a65151);

  color: #ffffff;
}

.support-img img {
  border-radius: 16px;
  max-height: 400px;
  object-fit: cover;
}

/* Decorative shapes */
.support-shape-left,
.support-shape-right {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  background: linear-gradient(135deg, #400303, #070136f3);
}

.support-shape-left {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -100px;
}

.support-shape-right {
  width: 250px;
  height: 250px;
  bottom: -100px;
  right: -80px;
}

/* dedicated suppoert end */


/* artical section start */

.articles-section {
  /* background: linear-gradient(135deg, #004aad, #007bff); */
  /* background: linear-gradient(135deg,#1f0cc5,#919ae5, #5a67dc, #021537); */
    /* background: linear-gradient(135deg,#ffffff,#919ae5, #5a67dc, #021537); */
    /* background: linear-gradient(135deg,#ea0734,#e59191, #ea0734, #ffffff); */
    /* background-color: #C8102E; */
  /* background: linear-gradient(135deg, #390101, #ea0734); */

        padding: 100px 0px !important;
   
background-image: url(../asset/images/Frame\ 5\ \(6\).jpg);
background-attachment: fixed;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.section-description {
  font-size: 1.05rem;
  line-height: 1.6;
}

.article-card-alt {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.4s ease;
  height: 340px;
}

.article-card-alt:hover {
  transform: translateY(-10px);
}

.article-img {
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: brightness(0.85);
  transition: 0.5s ease;
}

.article-card-alt:hover .article-img {
  filter: brightness(1);
}

.article-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  transition: 0.3s ease-in-out;
  color: #fff;
  backdrop-filter: blur(4px);
}

.article-overlay h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.article-overlay p {
  font-size: 0.95rem;
  color: #ddd;
  margin-bottom: 12px;
}

.btn-read-glow {
  background: #0A2342;
  color: #ffff;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-read-glow:hover {
  background: #ad0000;
  color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}



/* artical section end */

/* event section start */

.events-updates-section {
  background: #f8fafc;
  /* padding: 60px 0; */
      padding: 100px 0px !important;
  }


.section-title {
  font-size: 2.5rem;
  color: #002f4b;
  font-weight: bold;
}

.section-subtitle {
  color: #555;
  max-width: 700px;
  margin: auto;
  font-size: 1.1rem;
}

/* 🎉 Event Box */
.event-box {
  position: relative;
  height: 320px;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.event-box:hover {
  transform: scale(1.03);
}

.event-content {
  background: rgba(95, 0, 0, 0.6);
  color: #fff;
  padding: 20px;
  width: 100%;
}

.event-date {
  background: #890303;
  color: #ffffff;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 8px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.event-date .day {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}

.event-date .month {
  font-size: 0.9rem;
  text-transform: uppercase;
}

.event-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

/* ⏳ Updates */
.updates-heading {
  font-size: 2rem;
  color: #4b0006;
}

.update-box {
  background: #7b62627a;
  border-left: 5px solid #fd1313;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}

.update-box:hover {
  transform: translateY(-4px);
}

.update-date {
  font-weight: bold;
  color: #4b1000;
  font-size: 1rem;
  margin-bottom: 10px;
}

.update-content h5 {
  margin: 0 0 6px;
  font-size: 1.1rem;
  color: #222;
}

.update-content p {
  margin: 0;
  color: #ffffff;
}

/* event section end */

/* insight section start */



.insight-section-new {
  /* background: linear-gradient(135deg, #004aad, #007bff); */
  /* background: linear-gradient(135deg, #004aad, #1b263b); */
    /* background: linear-gradient(135deg,#370202,#e59191, #dc5a5a, #ffffff); */
    background-color: #ea0734;
        padding: 100px 0px !important;
  background: linear-gradient(135deg, #ea0734, #390101);



}
/* .wave-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: url('waves.svg');
  background-size: cover;
  animation: waveMove 8s linear infinite;
}

@keyframes waveMove {
  0% { background-position-x: 0; }
  100% { background-position-x: 1000px; }
} */

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.section-subtitle {
  font-size: 1.05rem;
  line-height: 1.6;
}

.insight-card-new {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.3s ease;
}

.insight-card-new:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.insight-card-new picture,
.insight-card-new img {
  width: 100%;
  height: 200px; /* Fixed height for all images */
  object-fit: cover;
  display: block;
}

.insight-content-new {
  padding: 20px;
  color: #333;
}

.insight-content-new h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #1f1313;
}

.insight-content-new p {
  font-size: 0.95rem;
  margin-bottom: 12px;
  color: #555;
}

.btn-read {
  background: #0A2342;
  color: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-read:hover {
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  color: #ad0000;
}

/* Optional wave shape at the bottom */
.wave-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url('https://www.svgrepo.com/show/491116/wave.svg') no-repeat center bottom;
  background-size: cover;
  z-index: 1;
  opacity: 0.2;
}



/* insight section end */

/* career section satrt */

.career-section {
  /* background: linear-gradient(135deg, #f0f6ff, #e8edff); */
  background-image: url(../asset/images/Rectangle\ 110.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  height: 400px;
  display: flex;
  align-items: center;
}

.career-box {
  background: #ffffff9f;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 47, 75, 0.1);
  padding: 40px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.career-box:hover {
  transform: translateY(-5px);
}

.career-sticker img {
  width: 100px;
  animation: bounce 3s infinite;
  margin-right: 30px;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.career-content {
  flex: 1;
  min-width: 250px;
  margin-left: 20px;
  display: flex !important;
  align-items: center !important;
  /* justify-content: center !important; */

}

.career-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000ad;
  /* margin-bottom: 15px; */
  margin-right: 50px !important;
  margin-bottom: 0px !important;
}

.career-btn {
  display: inline-flex;
  align-items: center;
  background: #b30303ad;
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.career-btn .arrow {
  margin-left: 10px;
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}

.career-btn:hover {
  background: #700000;
}

.career-btn:hover .arrow {
  transform: translateX(5px);
}

/* Responsive */


@media (max-width: 768px) {
  .career-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    gap: 1.5rem;
  }

  .career-title {
    font-size: 1.5rem;
  }
  
  .career-content {
    margin-left: 0;
    margin-top: 20px;
  }

  .career-btn {
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
  }

  .career-sticker img {
    max-width: 120px;
  }
}

/* Extra small devices (phones below 480px) */
@media (max-width: 480px) {
  .site-header{
    padding: 0px;
  }
  .navbar{
    padding: 0px;
  }
  .carousel-caption h5{
    font-size: 40px;
  }
  .career-box {
    padding: 1rem;
    gap: 1rem;
    /* height: 500px; */
    /* display: block !important; */
  }
  .support-desc{
    margin-bottom: 0px;
  }
.support-img img{
  margin-top: 30px;
}
  .career-title {
    font-size: 1.25rem;
    /* margin: 0px !important; */
    margin-right: 0px !important;
    margin-bottom: 10px;
  }
 .career-content {
   display: grid !important;
   margin: 0px;
  }
  .career-btn {
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
        display:flow-root !important;
  }

  .career-sticker img {
    max-width: 50px;
  }
}

/* career section end */



/* footer section start */

.footer-section {
  background-color:  #0A2342 !important;
  color: #111;
  font-family: 'Segoe UI', sans-serif;
  /* background: none !important; */
} 

.footer-title {
  font-weight: 600;
  margin-bottom: 1rem;
  border-bottom: 1px solid #999;
  padding-bottom: 0.5rem;
  font-size: 14px;
  text-transform: uppercase;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 0.5rem;
  font-size: 14px;
  
}

.footer-list li i {
  margin-right: 8px;
}

.footer-list a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.footer-list a:hover {
  text-decoration: underline;
}

.footer-text {
  font-size: 13px;
  margin-bottom: 0.8rem;
}

.newsletter-form input[type="email"] {
  font-size: 14px;
  padding: 8px 10px;
}

.newsletter-form button {
  font-size: 14px;
  padding: 8px 10px;
}

.footer-title {
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.footer-link {
  color: #ff0000;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.3s;
}

.footer-link:hover {
  color: #ffc107;
  text-decoration: underline;
}
.list-unstyled li a{
  text-decoration: none;
  color: #fff;
}
.list-unstyled li a:hover{
    color: #bd0303;

}
.list-unstyled li a i{
margin-right: 10px;
}

/* footer section end */

/* contact page start*/

   .info-box {
      background: #fff;
      border-radius: 1rem;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
      padding: 30px;
      transition: transform 0.3s ease;
    }
    .info-box:hover {
      transform: translateY(-5px);
    }
    .info-box2{
      background: #c8050540;
      border-radius: 1rem;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
      padding: 30px;
      transition: transform 0.3s ease;
    }
    .text-primary{
      color:rgb(17, 1, 55) !important ;
    }
     .info-box2:hover {
      transform: translateY(-5px);
    }
     .info-box3{
      background: #400202bd;
      border-radius: 1rem;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
      padding: 30px;
      transition: transform 0.3s ease;
      color: #fff;
    }
    .info-box3 a{
   color: #fff;
   text-decoration: none;
    }
     .info-box3:hover {
      transform: translateY(-5px);
    }
    .contact-info-icon {
      color: #ffffff;
      font-size: 1.5rem;
    }
    .contact-info-icon:hover {
      color: #0dfd59;
      font-size: 1.5rem;
    }
     .decor-wave {
      position: relative;
      height: 120px;
      background: url('https://svgshare.com/i/12xv.svg') no-repeat center bottom / cover;
      margin-top: -50px;
    }
    .contact-highlight {
      background: linear-gradient(135deg, #d0ebff, #e6fcf5);
      padding: 80px 0;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .contact-highlight::before {
      content: "";
      position: absolute;
      top: -40px;
      left: -40px;
      width: 200px;
      height: 200px;
      background: radial-gradient(circle, rgba(13, 109, 253, 0.326) 40%, transparent 70%);
      border-radius: 50%;
      z-index: 0;
    }
    .contact-highlight::after {
      content: "";
      position: absolute;
      bottom: -60px;
      right: -60px;
      width: 180px;
      height: 180px;
      background: radial-gradient(circle, rgb(4, 209, 72) 40%, transparent 70%);
      border-radius: 50%;
      z-index: 0;
    }
    .contact-highlight h2,
    .contact-highlight p {
      position: relative;
      z-index: 1;
    }
    .contact-highlight h2 {
      font-size: 2.4rem;
      font-weight: 600;
      color: #084298;
    }
    .contact-highlight p {
      font-size: 1.1rem;
      color: #495057;
      margin: 20px auto;
      max-width: 720px;
    }
    .map-card iframe {
      border: none;
      border-radius: 1rem;
      width: 100%;
      height: 350px;
    }
      .info-box3 i {
      min-width: 30px;
    }

    iframe {
      width: 100%;
      height: 300px;
      border: 0;
    }

/* ////// */



/* key people page start */


.core-services-section2{
 background: linear-gradient(135deg, #f9fdfc, #eef9ff);
}
.core-services-section {
  background: linear-gradient(135deg, #f9fdfc, #eef9ff);
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.core-services-section span{
  color: #fd0d0d !important;
  background-color:#fd0d0d !important ;
}

.bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  z-index: 0;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background-color: #198754;
  top: -100px;
  left: -100px;
}

.shape-2 {
  width: 200px;
  height: 200px;
  background-color: #0d6efd;
  bottom: -80px;
  right: -80px;
}

.section-heading {
      color: #00bd2c;
    }

    /* founders section start */

.founders-bx{
  padding: 100px 0px;
}
.founders-bx{
  position: relative;
  z-index: 1;
  
}
.founders-bx::before{
    content: "";
  position: absolute;
  top: 0; left: 0;
  /* width: 100%; height: 100%;
    background-image: url(../asset/images/purple-floating-shape.png);

   background-size: cover;
  background-position: center;
  opacity: 0.3; 
  z-index: -1;
  background-attachment: fixed; */
}
.founders-bx h4{
  font-size: 50px;
  font-weight: 600;
  /* text-align: center; */
  padding: 0px !important;
}
.founders-bx p{
 color: #000000b9;
 margin-bottom: 50px;
 text-align: left;
}
  
    .staff-card {


      border-radius: 16px ;

      padding: 0px 80px;

      cursor: pointer;
      transition: box-shadow 0.3s ease;
    }
    .staff-card-cntnt{
      border-radius: 10px !important;
    }
     .staff-info {
  
      bottom: 0;
      width: 100%;
      background: rgba(140, 7, 7, 0.6);
      color: rgb(255, 255, 255);
      text-align: center;
      padding: 10px;
      border-radius: 16px ;
        /* position: relative;
  width: 100%; */

    }

    .staff-name {
      font-weight: 600;
      font-size: 1rem;
    }

    .staff-role {
      font-size: 0.9rem;
      color: #d0f8e3;
    }
  .staff-card img {
      width: 100%;
      height: 300px;
      object-fit: cover;

      border-radius: 16px ;

      margin-bottom: 15px;

    }

    /* /// */

.staff-wrapper {
  position: relative;
  width: 100%;
}

/* Hover Box - updated to behave like a floating panel beside the card */
.hover-box {
    position: absolute;

      top: 50%;
      left: 50%;
       width: 100%;

       max-width: 1140px;

   background: rgba(255, 255, 255, 0.7);
      backdrop-filter: blur(16px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 0px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: all 0.4s ease;
    overflow: hidden;
      /* position: relative; */
   display: flex;
      /* flex-wrap: wrap; */
      align-items: center;
      justify-content: center;
      visibility: hidden;
      transform: translate(-50%, -60%) scale(0.95);
      transition: all 0.4s ease;
      z-index: 10;
      pointer-events: none; 
}

   /* .hover-box {
     
    
      padding: 30px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 30px;
      opacity: 0;
      visibility: hidden;
      transform: translate(-50%, -60%) scale(0.95);
      transition: all 0.4s ease;
      z-index: 10;
      pointer-events: none; 
    } */
/* .staff-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
} */

/* Show hover-box on hover of parent */
.staff-wrapper:hover .hover-box {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Prevent hover-box from affecting layout */
.staff-wrapper {
  display: inline-block;
}

/* Optional: add arrow/indicator */
.hover-box::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}

  @media (max-width: 480px) {
    
      .staff-card {
    flex-direction: row;
    /* text-align: left; */
  }

  .staff-card .staff-image {
    margin-right: 2rem;
  }

  .staff-info .bio {
    display: none;
    transition: all 0.3s ease;
  }

  .staff-card:hover .bio {
    display: block;
  }
    .hover-box .left{
 display: flex;
 align-items: center;
 justify-content: center;
  
}
  .hover-box .left img {
    width: 60px !important;
    height: 60px !important;
  
}
  .hover-box .right p {
      font-size: 13px !important;
      /* width: 75%; */
    }
    .hover-box .left {
   
     width: 100% !important;
  display: flex;
      align-items: center;
      /* justify-content: center; */
    }
        .hover-box .right {
   
     width: 100% !important;
  display: flex;
      align-items: center;
      justify-content: center;
    }
       .hover-box .socials {
      /* display: grid !important; */
      gap: 10px !important;
      align-items: center;
      justify-content: center;
      margin-top: 10px;
    }
      .founder-contact-details ul {  
      display: grid !important;
      gap: 0px !important;
      margin-bottom: 20px;

    }
  
  }
/* //// */

   
  .staff-wrapper:hover .hover-box {
      opacity: 1;
      visibility: visible;
      transform: translate(-50%, -50%) scale(1);
      pointer-events: auto;
    }

    .staff-card::before {
      content: '';
      position: absolute;
      inset: 0;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .staff-card:hover::before {
      opacity: 1;
    }


 

     .hover-box .left {
      flex: 1;
      min-width: 250px;
      text-align: center;
    }

    .hover-box .left img {
      width: 160px;
      height: 160px;
      object-fit: cover;
      border-radius: 50%;
      border: 4px solid #ddd;
      margin-bottom: 10px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    }

    .hover-box .name {
      font-size: 20px;
      font-weight: 600;
    }
 
    .hover-box .right {
      flex: 2;
      min-width: 300px;
      padding: 10px ;
    }

    .hover-box .right p {
      font-size: 16px;
      color: #333;
      line-height: 1.6;
      margin-bottom: 20px !important;
    }
     .hover-box .socials {
      display: flex;
      gap: 30px;
      margin-top: 10px;
    }

    .hover-box .socials a {
      color: #0a66c2;
      font-size: 18px;
      text-decoration: none;
      transition: color 0.3s;
    }

    .hover-box .socials a:hover {
      color: #007f06;
    }

 
    .founder-contact-details ul {  
      /* display: flex; */
      gap: 60px;
      margin-bottom: 20px;

    }
    .founder-contact-details ul li a{
      color: #00357f !important;

    }
     .founder-contact-details ul li a:hover{
      color: #007f06 !important;

    }

    @media (max-width: 768px) {
      .hover-box {
        flex-direction: column;
        padding: 20px;
      }

      .hover-box .right {
        text-align: center;
      }
      .staff-wrapper{
        padding: 0px;
      }
      .staff-card {
            padding: 0px 0px;
      }
    }

    /* founders section end */

   
 /* //// senior staff start */

.senior-staff{
  background-color: #4b0000;
}
.senior-staff h4{
color: #ffffff;
font-size: 30px;

}
.senior-staff p{
color: #ffffff7e;
margin-bottom: 60px;
}
 
.senior-staff-card{
      border: 1px solid #ffffff00;

}
    .senior-staff-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 25px rgba(0, 189, 44, 0.118) !important;
      border: 1px solid #ffffff5b;
    }



.senior-staff-card img{
    width: 100%;
      height:250px !important;
      object-fit: cover;
      display: block;
      border-radius: 5px !important;

 }
.senior-staff-card .staff-name{
  color: #ffffff;
  text-align:left;

}
.senior-staff-card .staff-role{
  color: #808380 ;
  text-align:left;

 }
.senior-staff-card .staff-description{
  color: #ffffff86;
  text-align:left;
 }
.senior-staff-card .staff-social a{
color: #fff;
text-align: left ;

 }
 .senior-staff-card .staff-social a:hover{
color: #08b113 ;
 }


/* //// senior staff end */


/* ///// general-team start */

.general-team-section{
      background: radial-gradient(circle, rgba(253, 13, 13, 0.326) 40%, transparent 70%);

}

.general-team-section h4{
  font-size: 30px;
  font-weight: 600;
  color: #a4d4b2;
}

.general-team {
  /* background-color: #fff; */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.general-team:hover {
  transform: translateY(-6px);
  /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); */
}

.general-team .staff-img-wrapper {
  position: relative;
  width: 220px;
  height: 220px;
  padding: 15px;
  overflow: hidden;

  transition: all 0.3s ease-in-out;

}

.general-team .staff-img {
    width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;

}

/* Add overlay using a pseudo-element directly on the image */
.general-team:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(6, 1, 21, 0.4), rgba(0, 123, 255, 0.4));
  z-index: 2;
  transform: translateY(-6px);
  
}

.general-team .staff-name {
  font-weight: 600;
  font-size: 1.05rem;
  color: #000000;
}

.general-team .staff-role {
  font-size: 0.95rem;
  color: #760000 !important;
}

/* Responsive optimization */
@media (max-width: 576px) {
  body{
    overflow-y: hidden;
  }
  .general-team .staff-img-wrapper {
    width: 100px;
    height: 100px;
    padding: 0px;
  }

  .general-team .staff-name {
    font-size: 1rem;
  }

 .general-team .staff-role {
    font-size: 0.9rem;
  }
  .founders-bx h4 {
    font-size: 32px;
    padding: 0px !important;
 
}

}


/* key people page end */

/* about page start */

.approuc-section{
   background: linear-gradient(135deg,#500101fe, #860101fe, #ea0734);
}
.approuc-section p{
  color: #fff;
}
.approuc-section ul li{
  color: #ffffffa8;
}

/* ///// */
.section-title.gradient-text-2 {
  background: linear-gradient(to right, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
/* clent review box */

 .count {
      color: #134e5e;
      font-weight: bold;
    }
    .counter-box {
      border: 2px dashed #810101;
      border-radius: 15px;
      padding: 2rem;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
      text-align: center;
      /* background-color: rgb(255, 255, 255); */
    }
        .counter-box p{
color: #000000 !important;
font-weight: 800;
    }
    .counter-box small{
color: #818181 !important;
    }

/* //// */

/* mission vission section star */

.mission-vision-section{
  padding: 100px 0px !important;
}

.bg-primary-gradient {
    background: linear-gradient(135deg, #a30000, #b27171);
}
.bg-success-gradient {
  background: linear-gradient(135deg, #411199, #3893ef);
}
.bg-danger-gradient {
  background: linear-gradient(135deg, #41d3ff, #2bceff);
}

/* Floating animated icons in background */
.floating-shapes .shape {
  position: absolute;
  font-size: 5rem;
  opacity: 0.1;
  animation: float 6s ease-in-out infinite;
  z-index: 0;
  
}
.shape-11 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
  width: 0px;
  height: 0px;

 
}
.shape-22 {
  bottom: 2%;
  right: 50%;
  animation-delay: 2s;
   width: 0px;
  height: 0px;
}
.shape-33 {
  top: 50%;
  left: 80%;
  animation-delay: 4s;
   width: 0px;
  height: 0px;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* Info cards */
.info-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}


/* /// */
.qout-section {
  background-image: url(../asset/images/Frame\ 5\ \(6\).jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.qout-box{
  border-radius: 16px;
  background-color: #0000001f;
}
.qout-box a{
  /* border-radius: 16px; */
  background-color: #ffffff1f ;
  border: none;
  margin-top: 5px;
}
.qout-box a:hover{
  /* border-radius: 16px; */
  background-color: #ffffff ;
  border: none;
  color: #a70000;
}
/* ///// */



.industries-section {
         /* background: linear-gradient(135deg,#500101fe, #860101fe, #ea0734); */
         background-image: url(../asset/images/Rectangle\ 11.png);
         background-size: cover;
/* background-position: center; */
background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
 
}
.industries-section h2{
  color: #ffffff!important;
background: none;
}
.industries-section p{
  margin-bottom: 60px;
  color: #ababab;

}
.industies-listing  {
padding: 0px;
}
.aligned-list-item {
  position: relative;
  padding-left: 1.8em; /* enough space for icon */
  text-indent: -1.5em; /* pull icon into margin */
}
.aligned-list-item i {
  width: 1.5em;
  display: inline-block;
  text-align: center;
}
.industies-listing li {
list-style: none;
margin-bottom: 20px;
color: #ffffff;
}

.industies-listing li img{
  width: 40px ;
  height: 40px;
  margin-right: 20px;
}

@media (max-width: 480px) {
  body{
    overflow-y: hidden;
  }
.approuc-section .list-unstyled li{
  font-size: 15px;
  margin-bottom: 5px;
}
.img-fluid {
  margin-bottom: 40px;
}


}



/* about section end */

/* career page satrt */

  section {
      padding: 80px 0;
      position: relative;
    }
    /* .container {
      width: 90%;
      max-width: 1140px;
      margin: auto;
    } */
    h2.section-title {
      text-align: center;
      font-size: 36px;
      color: #ffffff;
      margin-bottom: 20px;
      position: relative;
    }
     h2.section-title .highlight {
      text-align: center;
      font-size: 36px;
      color: #ffffff;
      /* margin-bottom: 20px; */
      margin-left: 5px;
      position: relative;
    }
    h2.section-title::after {
      content: '';
      height: 3px;
      width: 80px;
      background: #0A2342;
      display: block;
      margin: 10px ;
      border-radius: 2px;
      
    }
    .highlight {
      color: #00b894;
      font-weight: bold;
    }
    
       /* Hero Section */
        .hero {
            text-align: center;
            padding: 4rem 0 3rem;
        }
        .hero h1 {
            font-size: 2.5rem;
            font-weight: 700;
        }
        .hero span {
            color: #000;
        }
        .hero p {
            max-width: 80%;
            margin: 1rem auto;
            font-size: 1.1rem;
        }
        .hero .btn-dark {
            border-radius: 30px;
            padding: 0.6rem 1.5rem;
            transition: transform 0.3s ease;
            background-color: #000000d0 ;
            color: #ff0000;
            border: none;
            font-weight: 600;
        }
        .hero .btn-dark:hover {
            transform: scale(1.05);
            background-color: #00ff48;
            color: #011c3ed0;

        }
        /* Slanted Images */
        .slanted-img {
            border-radius: 20px;
            transform: skewY(-5deg);
            overflow: hidden;
        }
        .slanted-img img {
            width: 100%;
            height: auto;
            display: block;
        }
        /* Features Section */
      .feature-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* background-color: #0218e024 ; */
  border: 1.5px solid #ff0000;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  background-color: #2300e71d!important;

}
 .feature-box h5 span{
  position: relative;
  padding-bottom: 4px;
  color: #000000;
}
 .feature-box p{
 margin-top: 10px;
text-align: justify;
}
.highlight-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #a00202; /* Bootstrap primary color */
  border-radius: 2px;
}
.highlight {
  color: #000000;
  font-weight: 800;
}
    .section-bg {
        background: linear-gradient(135deg,#370202,#920707, #aa0202, #efefef00);
    }

    .card-box {
      display: flex;
      gap: 40px;
      flex-wrap: wrap;
      margin-top: 40px;
    }
    .card {
      flex: 1 1 45%;
      background: #ffffff83;
      padding: 30px;
      border-radius: 16px;
      box-shadow: 0 0 10px rgba(0,0,0,0.06);
      transition: all 0.3s;
    }
    .card:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }
    .image-text-section-career {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 40px;
    }
    .image-text-section-career img {
      max-width: 480px;
      border-radius: 16px;
    }
    .image-text-section-career .text {
      flex: 1;
    }
    .image-text-section-career .text h3 {
      color: #fff;
      margin-bottom: 20px;
      font-weight: 600;
    }
    .image-text-section-career .text p{
    
      color: #fff;

    }
     .image-text-section-career .text p .highlight{
    
      color: #f5f5f5;
      font-weight: 800;
      font-size: 18px;

    }
    .join-us-cta {
      background: url('../asset/images/ARTICAL\ 2.jpg') no-repeat center center/cover;
      text-align: center;
      color: white;
      padding: 100px 30px;
      border-radius: 12px;
      position: relative;
    }
    .join-us-cta::before {
      content: '';
      position: absolute;
      inset: 0;
        background: linear-gradient(135deg,#170101d7,#4e1b1ba8, #190606c0, #ffffff00);
      border-radius: 12px;
      z-index: 1;
    }
    .join-us-cta h2,
    .join-us-cta p 
 {
      position: relative;
      z-index: 3;
    }
    .join-us-cta h2 {
color: #fff;
    }
    .join-button {
      margin-top: 30px;
      background: #0000b88b;
      color: white;
      padding: 15px 35px;
      border-radius: 40px;
      font-weight: bold;
      display: inline-block;
      transition: 0.3s;
      position: relative;

      z-index: 3;

    }
    .join-button:hover {
      background: #019f7e;
    }
    .section-bg-gallery{
        background-image: url(../asset/images/Frame\ 5\ \(6\).jpg);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .section-bg-gallery p{
      color: #fff;
    }
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 20px;
      margin-top: 40px;
    }
    .gallery-grid img {
      width: 100%;
      border-radius: 12px;
      transition: transform 0.3s ease;
    }
    .gallery-grid img:hover {
      transform: scale(1.05);
    }
    @media (max-width: 768px) {
      .image-text-section {
        flex-direction: column;
      }
    }
        @media (max-width: 480px) {
          .image-text-section-career img {
    max-width:unset;
    width: 100%;
          }
            h2.section-title .highlight {
   
      font-size: 20px;
     
     
    }

      }
    

    /* /// */


        /* Mid Feature Grid */
        .feature-section{
padding-top: 100px !important;
        }
         .feature-section h2{
          color: #7f0000 !important;
          text-align: left;
          margin-bottom: 40px;
        }
        .feature-card {
            border-radius: 16px;
            overflow: hidden;
            position: relative;
            min-height: 300px;
            color: white;
            /* display: flex; */
            align-items: flex-end;
            padding: 1rem;
            background-size: cover;
            background-position: center;
            transition: transform 0.3s ease;
        }
           .feature-card .feature-card-img{
          width: 100%;
          height: 250px;
          /* object-fit: contain; */
     
        }
        .feature-card .feature-card-img img{
          width: 100%;
          /* height: 100% ; */
        }
        .feature-card:hover {
            transform: scale(1.02);
        }
        /* Section headings */
        .section-title {
            text-align: center;
            margin-bottom: 2.5rem;
        }

        .feature-section h5{
font-weight: 600;
margin-bottom: 10px;

        }
         .feature-section p{
          font-size: 16px;
          color: #ffffff;
        }
        /* //////// */
/* vacnsies sectio */
.available-vacancies h1{
  color: #020152;
  margin-bottom: 10px;
}
.available-vacancies h4{
  color: #000000;
  font-weight:600;
  margin-bottom: 5px !important;
}

.available-vacancies p{
  color: rgb(46, 46, 47);
  margin-bottom: 10px;
}


.card-custom {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.card-custom:hover {
    transform: translateY(-5px);
}
.card-top {
    padding: 1rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.card-tags {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}
.card-tag {
    background-color: white;
    border-radius: 30px;
    padding: 0.2rem 0.6rem;
    font-size: 0.8rem;
    font-weight: 600;
}
.card-title {
    /* font-family: 'Playfair Display', serif; */
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.card-text {
    font-size: 0.95rem;
    margin-bottom: 0.8rem;
}
.card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}
.read-more:hover {
    text-decoration: underline;
}

/* // */

/* job vacancis detal section */

/* .job-vacancies-details {
    background: #b6b6b6;
} */

.section-header .section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #004080;
}

.section-header .section-subtitle {
    font-size: 1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* //// */

.job-listings {
    max-width: 100%;
    margin: auto;
               background: linear-gradient(135deg, #efefef00 ,#aa0202 ,#920707 ,#370202 );


}
.job-listings h3{
color: #fff;
margin-bottom: 10px;
}
.job-listings p{
  color: #fff;
margin-bottom: 60px;

}

.section-title {
    text-align: center;
    margin-bottom: 30px;
    color: #004080;
}

.job-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.05);
}

.job-header {
    display: flex;
    align-items: left;
    justify-content: space-between;
    text-align: left;
    padding: 15px;
    cursor: pointer;
    background: #f9f9ff;
}

.job-header:hover {
    background: #eef4ff;
}

.job-icon {
    font-size: 20px;
    background: #e5ebff;
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
}

.job-info h4 {
    margin: 0;
    font-size: 1.2rem;
    color: #333;
}

.job-info p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

.job-toggle {
    font-size: 1.2rem;
    color: #666;
    transition: transform 0.3s ease;
}

.job-details {
    display: none;
    padding: 15px;
    background: #fff;
}

.job-details h5 {
    margin-top: 15px;
    font-weight: bold;
    color: #004080;
}

.job-details ul {
    padding-left: 20px;
}

.job-details a {
    color: #004080;
}
/* / */

.alumni-family-section {
    position: relative;
    background: linear-gradient(135deg, #ffe9e9 0%, #fff6f6 100%);
    padding: 60px 0;
    overflow: hidden;
}

/* Decorative circles */
.alumni-family-section::before,
.alumni-family-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 102, 204, 0.08);
    z-index: 0;
}
.alumni-family-section::before {
    width: 200px;
    height: 200px;
    top: -50px;
    left: -50px;
}
.alumni-family-section::after {
    width: 300px;
    height: 300px;
    bottom: -100px;
    right: -100px;
}

/* Title */
.alumni-family-section .section-title {
    text-align: center;
    font-size: 2.2rem;
    color: #003366;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.alumni-family-section .section-title .highlight {
    color: #022e5d;
}

/* Card Box Layout */
.alumni-family-section .card-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.alumni-family-section .card {
    flex: 1 1 calc(50% - 20px);
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.alumni-family-section .card:hover {
    transform: translateY(-5px);
}

.alumni-family-section h3 {
    color: #004080;
    margin-bottom: 10px;
}

.alumni-family-section p {
    color: #555;
    line-height: 1.6;
}

.alumni-family-section a {
    color: #007bff;
    text-decoration: none;
}

.alumni-family-section a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .alumni-family-section .card {
        flex: 1 1 100%;
    }
}

/* // news and events page start */


        
/* // news and events page end */

    
    h2 {
        font-size: 28px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }
    /* h2::before {
        content: "";
        display: inline-block;
        width: 40px;
        height: 2px;
        background: black;
        margin-right: 10px;
    } */
    .about-text {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin-bottom: 50px;
    }
    .about-text p {
        line-height: 1.6;
    }

.news-section-mobil{
     /* position: relative; */
      background-image: url(../asset/images/0e609270-889f-41e5-a8ca-98b4ca8ad436.jpg);
       background-size: cover;
    background-position: center;
    color: white;
    padding: 80px 0;
    display: none;
}
    .news-section-mobil .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.775); /* dark overlay */
    z-index: 1;
}
.news-section-mobil .container {
    position: relative;
    z-index: 2;
    /* text-align: center; */
}
    .news-section{
          position: relative;
      background-image: url(../asset/images/0e609270-889f-41e5-a8ca-98b4ca8ad436.jpg);
       background-size: cover;
    background-position: center;
    color: white;
    padding: 80px 0;
    background-attachment: fixed;

    }
    .news-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.775); /* dark overlay */
    z-index: 1;
}
.news-section .container {
    position: relative;
    z-index: 2;
    /* text-align: center; */
}
    .news-section h1{
color: #fff;
    }
     .news-section p{
color: #fff;
      margin-bottom: 40px;
    }
    .cards-row {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        margin-bottom: 50px;
    }
    .card-maine {
      /* background: white; */
        border-radius: 6px;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        padding: 8px !important;
        margin-bottom: 10px;
    }
    .card-maine-img{
      padding: 8px;
      background-color: #ffffffd7;
        border-radius: 6px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        margin-bottom: 10px;

    }
     .card-maine img{
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 6px;

    }
    .card-maine-contant{
      padding: 10px;
      color: #000000 !important;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
background-color: #ffffffcc;
border-radius: 6px;
    }
     .card-maine-contant h3{
       margin-bottom: 5px;
        font-size: 25px;
        font-weight: 600;
        margin-top: 10px;
        color: #000;
    }
     .card-maine-contant p{
       font-size: 14px;
        margin: 0px;
        color: #000;

    }
     .card-maine-contant span{
       font-size: 12px;
        /* margin: 0px; */
        /* margin-bottom: 10px !important; */
        color: #323232;
    }
     .card-maine:hover{
      transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }
     
    .card {
        background: #ffffffd7;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        border-radius: 6px;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        padding: 8px !important;
        margin-bottom: 10px;
           position: relative;

 
   
    }
    .card img {
        /* width: 100%; */
        /* height: 50px; */
        object-fit: cover;
        margin-bottom: 5px;

        width: 100%;
        height: 150px;
        display: block;
    }
     .date-overlay {
        position: absolute;
        top: 15px;
        left: 15px;
        color: rgb(255, 255, 255);
        font-size: 14px;
        z-index: 2;
        background: rgba(113, 0, 0, 0.988);
        padding: 4px 10px;
        border-radius: 5px;
    }
     .date-overlay .day-circle {
        display: inline-block;
        background-color: #224eff;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        line-height: 17px;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        margin-right: 8px;
        color: white;
    }
    .card-content {
        /* padding: 20px; */
    }
    .card-content h3 {
        margin-bottom: 5px;
        /* font-weight: 18px !important; */
        font-size: 18px;
        font-weight: 600;
        
    }
      .card-content p{
        font-size: 14px;
        margin: 0px;
        color: #000;
        line-height: 20px !important;
        margin-bottom: 10px;
      }
    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }
    .card .read-more-btn {
        display: inline-block;
        padding:5px 10px;
        background-color: unset !important ;
        color: rgb(0, 0, 0);
        border: 1px solid #000;
        border-radius: 4px;
        text-decoration: none;
        transition: background-color 0.3s;
        font-size: 14px;
        font-weight: 200;
        cursor: pointer;
        background: none;
    }

    .card .read-more-btn:hover {
        background-color: #0056b3 !important;
        color: #fff;
    } 
    /* /// */


    .image-grid-item {
        overflow: hidden;
        border-radius: 4px;
        height: 100% ;
    }
    .image-grid-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }
    .image-grid-item:hover img {
        transform: scale(1.05);
    }
    .image-grid-item span {
        position: absolute;
        bottom: 10px;
        left: 10px;
        background: rgba(0,0,0,0.5);
        color: white;
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 3px;
    }

    /* Specific layout positions */
    .item1 {
        grid-column: span 2;
        grid-row: span 1;
    }
    .item2 {
        grid-column: span 2;
        grid-row: span 1;
    }
    .item3, .item4 {
        grid-column: span 2;
        grid-row: span 1;
    }

    /* Fade-in animation */
    .fade-in {
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.8s ease-out;
    }
    .fade-in.show {
        opacity: 1;
        transform: translateY(0);
    }

@media (max-width: 480px) {
  .news-section-mobil{
    
    display: block;
}
  .news-section{
    
    display: none;
}
 .image-grid-item {
   
        height: 150px !important;
    }
   .image-grid-item img {
 
        /* height: 150px !important; */
    
    }
 
  }


    /* /// enent section strat */

     .event-section {
    padding: 60px 0;
  }

  .event-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
  }
   .event-section h1 span{
   color: #640000;
  }

  .event-section p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 1.1rem;
    color: #555;
  }

  .image-grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
  }

  .image-grid-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .image-grid-item:hover img {
    transform: scale(1.05);
  }

  .image-grid-item span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.9rem;
  }

  @media (max-width: 767.98px) {
    .image-grid-item {
      margin-bottom: 15px;
    }

    .event-section h1 {
      font-size: 2rem;
    }

    .event-section p {
      font-size: 1rem;
    }
  }

  /* artical & journel page start */

/* ARTICAL STArt */
    .page-banner {
      background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://via.placeholder.com/1600x500?text=Articles+%26+Journals') center/cover no-repeat;
      color: white;
      padding: 100px 0;
      text-align: center;
    }

    .page-banner h1 {
      font-size: 3rem;
      font-weight: bold;
    }

    .page-banner p {
      font-size: 1.2rem;
      margin-top: 15px;
      max-width: 800px;
      margin-inline: auto;
    }

    .article-card {
      background: white;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.08);
      transition: all 0.3s ease-in-out;
      overflow: hidden;
      height: 100%;
    }

    .article-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 20px rgba(0,0,0,0.15);
    }

    .article-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .article-content {
      padding: 20px;
    }

    .article-content h5 {
      font-weight: 600;
    }

    .article-content p {
      font-size: 0.95rem;
      color: #555;
    }

    .read-more {
      text-decoration: none;
      color: #007bff;
      font-weight: 500;
    }

    .read-more:hover {
      text-decoration: underline;
    }

/* journel start */

      .journal-banner {
      background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), 
                  url('https://via.placeholder.com/1600x500?text=Journal+Section') center/cover no-repeat;
      color: white;
      padding: 100px 20px;
      text-align: center;
    }

    .journal-banner h1 {
      font-size: 3rem;
      font-weight: 700;
    }

    .journal-banner p {
      max-width: 800px;
      margin: 20px auto 0;
      font-size: 1.1rem;
    }

    .journal-entry {
      background: white;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.07);
      transition: all 0.3s ease-in-out;
      overflow: hidden;
      margin-bottom: 30px;
    }

    .journal-entry:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }

    .journal-entry img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }

    .journal-body {
      padding: 20px;
    }

    .journal-body h5 {
      font-weight: 600;
      font-size: 1.25rem;
    }

    .journal-body p {
      font-size: 0.95rem;
      color: #555;
      margin-top: 10px;
    }

    .read-more {
      text-decoration: none;
      color: #007bff;
      font-weight: 500;
    }

    .read-more:hover {
      text-decoration: underline;
    }


    /* service page start */

    .statutory-audit-section p{
      text-align: justify;
    }
     .statutory-audit-section ul{
     /* padding-right: 5px !important; */
     margin-left: 10px !important;
    }
      .statutory-audit-section img{
     margin: 10px 0px;
    }

.decor-line{
  background: linear-gradient(to right, #a72828, #ce6c6c) !important;

}
.btn-success{
  background-color: #b80000 !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  
}
.btn-success:hover{
  background-color: #ffffff !important;
  color:#b80000 ;

  
}
    /* //// */

    .event-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-card img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.event-card:hover img {
  transform: scale(1.05);
}

.event-content {
  padding: 15px;
}

.event-card.wide img {
  height: 250px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .event-card.wide img {
    height: auto;
  }
}


/* /// */

.people-section {
  position: relative;
  background: url('../asset/images/Rectangle\ 110.jpg') no-repeat center center/cover;
  color: white;
  text-align: center;
  /* padding: 100px 20px; */
  padding: 0px;
}

.people-section .overlay {
  background: rgba(0, 0, 0, 0.241);
  padding: 100px 20px;
}

.people-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center !important;
  display: block;
  color: #fff !important;
}

.people-section p {
  max-width: 900px;
  margin: 0 auto 15px;
  font-size: 1rem;
  line-height: 1.6;
}

.people-section .btn-group {
  margin-top: 25px;
}

.people-section .btn {
  display: inline-block;
  border: 1px solid rgb(220, 0, 0);
  padding: 10px 20px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  margin: 5px;
  transition: background 0.3s ease;
}

.people-section .btn:hover {
  background: rgb(220, 0, 0);
  color: rgb(255, 255, 255);
}


/* /// */

/* alumini page start */

  /* .hero-section {
      background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://picsum.photos/1600/500?grayscale') center/cover no-repeat;
      color: white;
      padding: 120px 20px;
      text-align: center;
    }
    .hero-section h1 {
      font-size: 3rem;
      font-weight: bold;
    } */
    .alumni-card {
      transition: transform 0.3s, box-shadow 0.3s;
      border-radius: 15px;
      overflow: hidden;
    }
    .alumni-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    }
    .alumni-card img {
      height: 250px;
      object-fit: cover;
    }
    .cta-section {
      background: #871919;
      color: white;
      padding: 60px 20px;
      text-align: center;
      border-radius: 15px;
    }
    .cta-section h2{
      text-align: center !important;
      display: block;
      color: #fff;
    }
    .form-control{
      background-color: #cbc8c8 !important;
      font-size: 16px;
    }

    /* /// */

    /* why join us page */

       .hero {
      padding: 80px 0;
      text-align: center;
      background: #ffffff;
    }
    .hero h1 {
      font-size: 2.5rem;
      font-weight: 700;
    }
    .hero h1 span {
      color: #871919; /* green highlight */
    }
    .hero p {
      max-width: 800px;
      margin: 20px auto;
      font-size: 1.1rem;
      line-height: 1.6;
    }
    .hero .btn {
      padding: 10px 30px;
      border-radius: 30px;
    }
    /* Feature Boxes */
 .feature-card {
    height: 100%;
  }
  .feature-img {
    object-fit: cover;
    height: 100%;
    transition: transform 0.4s ease;
  }
  .feature-card:hover .feature-img {
    transform: scale(1.08);
  }
  .feature-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
    transition: background 0.3s ease-in-out;
  }
  .feature-card:hover .feature-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.1));
  }

    /* lifeatramca page start */


       .section-title {
      font-weight: 700;
      color: #dc3545;
      margin-bottom: 20px;
      position: relative;
    }
    .section-title::after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background: #dc3545;
      border-radius: 2px;
    }
    .content-box {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      overflow: hidden;
      transition: transform 0.3s ease;
    }
    .content-box:hover {
      transform: translateY(-6px);
    }
    .content-box img {
      object-fit: cover;
      height: 100%;
    }
    .highlight {
      color: #dc3545;
      font-weight: 600;
    }
    .shape {
      position: absolute;
      width: 150px;
      height: 150px;
      background: rgba(220, 53, 69, 0.1);
      border-radius: 50%;
      z-index: 0;
    }
    .shape.shape1 { top: -50px; left: -50px; }
    .shape.shape2 { bottom: -60px; right: -60px; }

    /* //// */

    /* gallery page styart */

     .gallery-section {
      padding: 70px 0;
      position: relative;
    }
    .gallery-section h2 {
      text-align: center;
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 20px;
      color: #c40021;
      display: block;
    }
    .gallery-section p {
      text-align: center;
      max-width: 700px;
      margin: auto;
      margin-bottom: 50px;
      color: #555;
    }
    .filter-btns {
      text-align: center;
      margin-bottom: 30px;
    }
    .filter-btns button {
      border: none;
      background: #fff;
      color: #c40021;
      font-weight: 600;
      margin: 5px;
      padding: 10px 20px;
      border-radius: 50px;
      border: 2px solid #c40021;
      transition: 0.3s;
    }
    .filter-btns button.active,
    .filter-btns button:hover {
      background: #c40021;
      color: #fff;
    }
    .gallery-item {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      margin-bottom: 20px;
      cursor: pointer;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: transform 0.4s ease;
    }
    .gallery-item:hover {
      transform: scale(1.05);
    }
    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.4s;
    }
    .gallery-item:hover img {
      opacity: 0.8;
    }
    .overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(196,0,33,0.9);
      color: #fff;
      padding: 20px;
      transform: translateY(100%);
      transition: 0.4s;
      text-align: center;
    }
    .gallery-item:hover .overlay {
      transform: translateY(0);
    }
    /* Shape background elements */
    .shape {
      position: absolute;
      border-radius: 50%;
      background: rgba(196,0,33,0.08);
      z-index: -1;
    }
    .shape1 { width: 200px; height: 200px; top: 80px; left: -60px; }
    .shape2 { width: 150px; height: 150px; bottom: 100px; right: -50px; }