@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
      font-family: "Inter", sans-serif;
       font-weight: 500; font-size: 18px;
}
h1, h2, h3, h4, h5, h6{
      font-family: "Poppins", sans-serif!important;
}
 
.grad-bg{
    background: #162960;
background: linear-gradient(90deg, rgba(22, 41, 96, 1) 0%, rgba(9, 137, 208, 1) 100%); padding: 10px 0; color: #FFFFFF;
}
.grad-bg ul{
    display: flex;justify-content: end; align-items: center; margin: 0; padding: 0;
}
.grad-bg a, .grad-bg a:hover{color: #FFFFFF; text-decoration:none;} 

header ul{
    list-style-type: none;
}
header ul li{
    float: left; margin-left: 20px;
}
header nav a{
    color: #16255F; text-decoration: none; font-size: 18px;
}

.menuPart {
  background: #fff;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px 0;
}

.menuPart .navbar-nav .nav-link {
  padding: 10px 10px;
  font-weight: 500;
  color: #000;
}

.menuPart .navbar-nav .nav-link:hover {
  color: #007bff;
}

/* Mobile button style */
.navbar-toggler {
  border: none;
  font-size: 24px;
}

/* Offcanvas width */
.offcanvas {
  width: 260px; height: 100vh;
} 
.hero-section h1{
    font-size: 68px; font-weight: 700; color: #17346C; margin-bottom: 24px;
}
.btn-blue{
    background-color: #17346C; border-radius: 8px; display: inline-flex; padding: 10px 24px;  gap: 16px; align-items: center; font-size: 24px; color: #FFFFFF;
    text-decoration: none;
}
a.btn-blue:hover{
    text-decoration: none;
}


.btn-border-view-all{
    background-color: #FFFFFF; font-size: 18px; border-radius: 8px; display: inline-flex; padding: 6px 10px 6px 20px;  gap: 16px; align-items: center;  
    color: #3C3C3B; border: 1px solid #000000; border-radius: 100px;
    text-decoration: none;
}
a.btn-blue:hover{
    text-decoration: none;
}


.hero-section {
  position: relative;
}

.hero-slide {
  height: 724px;
  background-size: cover;
  background-position: center;
  display: flex;  padding-top: 80px; justify-content: center; text-align: center;
}
.hero-slide.middle{
  align-items: center;
}

.hero-content {
  max-width: 1320px; margin: 0 auto;
  color: #fff;
}

.hero-slide.middle .hero-content h1{
  font-family: "Poppins", sans-serif!important;
  font-weight: 700;
  position: relative;
  color: #FFFFFF;    
  text-shadow:
    -1px -1px 0 black,
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
}
 
.hero-content h1 {
  font-size: 68px;
  font-weight: bold;
  line-height: 1.2; text-align: center;
}

.modern-breadcrumb {
  background: #f8f9fa;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.modern-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "›"; /* modern arrow */
  color: #6c757d;
  font-size: 18px;
  padding: 0 8px;
}

.modern-breadcrumb a {
  text-decoration: none;
  color: #6c757d;
  font-weight: 500;
  transition: 0.3s;
}

.modern-breadcrumb a:hover {
  color: #17346c;
}

.modern-breadcrumb .breadcrumb-item.active {
  color: #17346c;
  font-weight: 600;
}

.btn-blue {
 background-color: #17346C; border-radius: 8px; display: inline-flex; padding: 10px 24px;  gap: 16px; align-items: center; font-size: 24px; color: #FFFFFF;
    text-decoration: none;
}

.btn-blue img{
    width: 16px!important; height: 16px!important;
}

.heading-section-bg{
 background: url('../images/inner-heading-bg.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover; padding: 110px 0;
}
.heading-section-bg h1{
    font-family: "Poppins", sans-serif!important; font-size: 68px;
  font-weight: 700;
  position: relative;
  color: #FFFFFF;  
}

/* Custom Arrows */
.custom-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 2;
}

.custom-nav button {
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.7;
}

.custom-nav button:hover {
  opacity: 1;
}




 /* Default header */
header {
  width: 100%;
  transition: 
    transform 0.4s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
 box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Sticky state */
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);

  /* Smooth slide from top */
  animation: smoothSlideDown 0.4s ease forwards;
}

/* Smooth animation */
@keyframes smoothSlideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Logo smooth resize */
header .navbar-brand img { 
  transition: height 0.3s ease;
}
 
 
body.sticky-padding {
  padding-top: 120px;  
}

.section-pad{
    padding-top: 80px;
    padding-bottom: 80px;
}

h2.section-head{
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2; 
}
.prev, .next{
    cursor: pointer;
}

footer{
    background-color: #17346C; padding: 64px 0 0px 0;
}
footer a{
    text-decoration: none;
}

.footer-link{
    color: #F4C812; text-decoration: none;
}
.footerCopyright{
    padding: 16px 0 0 0; border-top: 1px solid rgba(255, 255, 255, 0.2); color: #FFFFFF;
}


.contact-section {
   padding-top: 80px;
    padding-bottom: 80px;
}

.contact-section .form-control {
  background: #D9D9D9;
  border: none;
  padding: 12px;
}

.contact-section .form-control:focus {
  box-shadow: none;
  background: #D9D9D9;
}

.map-box {
  min-height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
 

.gallery-slider .item img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

/* Arrows */
.gallery-nav {
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
  gap: 10px;
}

.gallery-nav button {
  border: 1px solid #ccc;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

.gallery-nav button:hover {
  background: #000;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .dropdown-menu.show{
    position: relative!important; border: 0px; padding: 0; margin: 0;
  }
    .dropdown-menu.show .dropdown-item{
    padding-left: 0px;
  }
  .gallery-slider .item img {
    height: 200px;
  }

  .gallery-nav {
    position: static;
    justify-content: center;
    margin-top: 15px;
  }


  .heading-section-bg{
 background: url('../images/inner-heading-bg.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover; padding: 60px 0;
}
.heading-section-bg h1{
    font-family: "Poppins", sans-serif!important; font-size: 48px;
  font-weight: 700;
  position: relative;
  color: #FFFFFF;  
}

 


}


.testimonial-section {
  background: #1f3b73;
}

.testi-card {
  background: #f5f5f5;
  padding: 25px;
  border-radius: 10px;
  text-align: left;
  height: 100%;
}

.stars {
  color: #ff4d4d;
  margin-bottom: 10px;
  font-size: 18px;
}

.testi-card p {
  font-size: 14px;
  color: #555;
}

.testi-card h6 {
  margin-top: 15px;
  font-weight: 600;
}

.testi-card small {
  color: #777;
}

/* Arrows */
.testi-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between; z-index: 999;
}

.testi-nav button {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* Dots */
.owl-dots {
  margin-top: 20px;
  text-align: center;
}

.owl-dot span {
  width: 20px;
  height: 3px;
  background: #ccc;
  display: inline-block;
  margin: 0 5px;
}

.owl-dot.active span {
  background: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .testi-nav {
    position: static;
    margin-top: 20px;
    justify-content: center;
    gap: 10px;
  }
}



/* Mobile spacing */
@media (max-width: 768px) {
  .map-box {
    height: 300px;
  }
}


/* Responsive */
@media (max-width: 768px) {
  .hero-slide {
    height: 70vh;
  }

  .hero-content h1 {
    font-size: 32px;
  }
  h2.section-head{
  font-size: 32px; 
}
}



/* Section */
.testimonial-section {
  background: linear-gradient(180deg, #243f7a, #1b3568);
  padding: 80px 0 140px 0;
}

/* Heading */
.testimonial-section h2 {
  font-size: 32px;
  letter-spacing: 0.5px;
}

.testimonial-section p.small {
  letter-spacing: 6px;
  font-size: 12px;
  opacity: 0.7;
}

/* Card */
.testi-card {
  background: #f3f3f3;
  border-radius: 12px;
  padding: 28px;
  height: 290px;
  transition: 0.3s ease;
}

/* Center card effect */
.owl-item.center .testi-card {
  transform: translateY(32px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Stars */
.stars {
  color: #E8563F;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

/* Text */
.testi-card p {
  font-size: 20px;
  color: #6C6C6C;
  line-height: 1.6;
}

/* Name */
.testi-card h6 {
  margin-top: 15px; padding-left: 20px;
  font-weight: 600;
  font-size: 18px; margin-bottom: 0; padding-bottom: 0;
}

/* Location */
.testi-card small {
  font-size: 12px;
  color: #999;padding-left: 20px;
}

/* Custom Arrows */
.testi-nav {
  position: absolute;
  width: 100%;
  top: 380px;
  display: flex;
  justify-content: space-between;
}

.testi-nav button {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 16px;
  transition: 0.3s;
}


.owl-carousel.testimonial-slider .owl-dots.disabled  {
    display: block;
}



.testi-nav button:hover {
  background: #fff;
  color: #1b3568;
}

/* Dots (exact style like image) */
.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot span {
  width: 35px;
  height: 3px;
  background: rgba(255,255,255,0.4);
  display: inline-block;
  margin: 0 6px;
  border-radius: 3px;
  transition: 0.3s;
}

.owl-dot.active span {
  background: #fff;
  width: 45px;
}
.owl-carousel.testimonial-slider .owl-stage-outer{
    min-height: 400px;
}

/* Spacing between cards */
.testimonial-slider .item {
  padding: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .owl-carousel.testimonial-slider .owl-dots.disabled  {
    display: block; top: 10px;
}
.testimonial-section {
    background: linear-gradient(180deg, #243f7a, #1b3568);
    padding: 80px 0 80px 0;
}

.owl-carousel.testimonial-slider .owl-stage-outer {
    min-height: 320px;
}

  .testimonial-section {
    padding: 60px 0;
  }

  .testi-nav {
    position: static;
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
  }

  .owl-dot span {
    width: 25px;
  }
}



.ak-services-section {
    padding: 80px 0 110px 0;
}
 

/* Card Base */
.ak-service-card {
    position: relative;
    background: #EBF5FF;
    border-radius: 16px;
    padding: 56px 25px;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 340px;  
}

/* Hover Overlay (Bottom to Top) */
.ak-service-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #17346C;
    transition: height 0.4s ease;
    z-index: 0;
}

.ak-service-card:hover::before {
    height: 100%;
}

/* Content above overlay */
.ak-card-content {
    position: relative;
    z-index: 2;
}

/* Icon */
.ak-service-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

/* Text */
.ak-service-card h5 {
    font-weight: 600;
    margin-bottom: 10px; font-size: 32px;
    transition: 0.3s; color: #3C3C3B;
}

.ak-service-card p {
    font-size: 18px; line-height: 1.2;
    color: #3C3C3B;
    transition: 0.3s;
}

/* Hover Text Color */
.ak-service-card:hover h5,
.ak-service-card:hover p {
    color: #fff;
}

/* Button */
.ak-btn {
    background: #17346C;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
}

/* Responsive spacing */
@media (max-width: 767px) {
    .ak-section-title h2 {
        font-size: 24px;
    }
}



.ak-why-section {
    padding: 80px 0 30px 0;
}

/* Small Title */
.ak-why-tag {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #666;
    margin-bottom: 10px;
}

/* Main Heading */
.ak-why-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Description */
.ak-why-desc {
    color: #666;
    font-size: 18px; line-height: 1.2;
    margin-bottom: 30px;
}

/* Bottom Images */
.ak-why-img {
    border-radius: 16px;
    width: 100%;
    height: 390px;
    object-fit: cover;
}

/* Right Image Wrapper */
.ak-why-right {
    position: relative;
}

.ak-why-right img {
    width: 100%;
    border-radius: 20px;
    height: 700px;
    object-fit: cover;
}

/* Overlay Steps */
.ak-why-steps {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 92%;
}

/* Step Item */
.ak-step-box {
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(6px);
    border-radius: 12px;
    padding: 12px 15px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px; font-size: 24px;
}

/* Step Number */
.ak-step-num {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
   font-size: 24px;
}

/* Step Text */
.ak-step-text {
    font-weight: 500;
}

/* Responsive */
@media (max-width: 991px) {

    .ak-why-section {
    padding: 30px 0 30px 0;
}

    .ak-why-title {
        font-size: 26px;
    }

    .ak-why-steps {
        position: absolute;
        transform: none;
        top: 30%;
        width: 90%;
    }

    .section-pad{
    padding-top: 48px;
    padding-bottom: 48px;
}
.ak-services-section {
    padding: 48px 0 48px 0;
}
}


.ak-about-section {
    padding: 80px 0 40px 0;
}

/* Wrapper */
.ak-about-box {
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    overflow: hidden;
}

/* Left Image */
.ak-about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right Content */
.ak-about-content {
    background: #E9EDF5;
    padding: 50px 40px;
    height: 100%;
}

/* Small Tag */
.ak-about-tag {
    font-size: 13px;
    font-weight: 600;
    color: #3C3C3B;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

/* Title */
.ak-about-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Subtitle */
.ak-about-subtitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* Description */
.ak-about-text {
    font-size: 18px;
    color: #3C3C3B;
    margin-bottom: 10px;
}

/* Button */
.ak-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #3C3C3B;
    padding: 10px 18px;
    border-radius: 4px;
    text-decoration: none;
    color: #3C3C3B;
    font-weight: 500;
    margin-top: 20px;
    transition: 0.3s;
}

.ak-about-btn:hover { 
    color: #3C3C3B; text-decoration: none;
}

/* Responsive */
@media (max-width: 991px) {
    .ak-about-content {
        padding: 30px 20px;
    }

    .ak-about-title {
        font-size: 24px;
    }
}


.ak-space-section {
    padding: 80px 0 20px; 
}

/* Heading */
.ak-space-title {
    font-size: 48px;
    font-weight: 700;
    color: #1f3b6d;
    margin-bottom: 10px;
}

.ak-space-subtitle {
    color: #1f3b6d;
    margin-bottom: 40px; font-size: 32px;
}

/* Grid */
.ak-space-img-box {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

/* Image */
.ak-space-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Zoom Effect */
.ak-space-img-box:hover .ak-space-img {
    transform: scale(1.1);
}

/* Custom Heights */
.ak-h-large {
    height: 550px;
}

.ak-h-medium {
    height: 297px;
}

.ak-h-small {
    height: 236px;
}

 

/* Button */
.ak-space-btn {
    display: inline-block;
    margin-top: 40px;
    background: #1f3b6d;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.ak-space-btn:hover {
    background: #17346C;
}

/* Responsive */
@media (max-width: 991px) {
    .ak-space-title {
        font-size: 26px;
    }

    .ak-h-large {
        height: 250px;
    }

    .ak-space-subtitle {
    color: #1f3b6d;
    margin-bottom: 40px; font-size: 18px;
}
}

@media (max-width: 576px) {
    .ak-h-large,
    .ak-h-medium,
    .ak-h-small {
        height: 200px;
    }
}


.ak-cold-section {
    padding: 110px 0;
    background: linear-gradient(90deg, #1f2c5c, #2c2f6c);
    position: relative;
    overflow: hidden;
}
 

/* Content Layer */
.ak-cold-wrapper {
    position: relative;
    z-index: 2;
}

/* Heading */
.ak-cold-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.ak-cold-text {
    color: #ddd;
    font-size: 18px;
}

/* Card */
.ak-cold-card {
    background: #FFFFFF;
    border-radius: 14px;
    padding: 15px;
    transition: 0.3s;
    height: 560px; margin-bottom: 24px; display: flex; flex-direction: column; 
}

.ak-cold-card:hover {
    transform: translateY(-8px);
}

/* Image */
.ak-cold-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

/* Card Title */
.ak-cold-card h6 {
    font-weight: 600; font-size: 24px; padding: 10px 0;
}

/* Card Text */
.ak-cold-card p {
    font-size: 18px;
    color: #3C3C3B;
}

/* Button */
.ak-cold-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #333;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none;
    color: #000; margin-top: auto; width: 136px;
}

/* Layout spacing */
.ak-cold-top {
    margin-bottom: 25px;
}

/* Responsive */
@media (max-width: 991px) {
    .ak-cold-title {
        font-size: 26px;
    }

    .ak-cold-section {
    padding: 60px 0; 
}


}


.ak-counter-section {
 
}

.ak-counter-box {
  transition: transform 0.3s ease; border-right: 1px solid #3C3C3B!important;
}
.ak-counter-section .row > div:last-child .ak-counter-box {
  border-right: none!important;
}

.ak-counter-box:hover {
  transform: translateY(-5px);
}

.ak-counter-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
}

.ak-counter-label {
  margin-top: 10px;
  font-size: 1rem;
  color: #000000;
}

@media (max-width: 768px) {

.ak-counter-box {
  transition: transform 0.3s ease; border-right: none!important; border-bottom: 1px solid #3C3C3B!important;
}
.ak-counter-section .row > div:last-child .ak-counter-box {
  border-right: none!important;
   border-bottom: 1px solid #3C3C3B!important;
}

}


@keyframes lg-float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}


@keyframes lg-float-reverse {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}


/* Section */
.lg-about-section {
 padding: 110px 0;
}

/* Image Wrapper */
.lg-img-wrapper {
  max-width: 500px;
  margin: auto;
}
 
.lg-img-main {
  animation: lg-float 4s ease-in-out infinite;
}

/* Main Image */
.lg-img-main img {
  width: 100%;
}

/* Overlay Image */
.lg-img-overlay {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 70%;
 animation: lg-float-reverse 4s ease-in-out infinite;
}

.lg-img-overlay img {
  width: 100%;
}

/* Experience Badge */
.lg-exp-badge {
  position: absolute;
  top: -30px;
  right: 40px;
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border: 2px dashed #000;
}

.lg-exp-inner span {
  font-weight: 700;
  font-size: 18px;
  display: block;
}

.lg-exp-inner small {
  font-size: 12px;
}

/* Content */
.lg-tag {
  display: inline-block;
  background: #eee;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 14px;
}

.lg-title {
  font-size: 36px;
  font-weight: 700;
}

.lg-desc {
  color: #666;
}

/* List */
.lg-list {
  list-style: none;
  padding: 0;
}

.lg-list li {
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.lg-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffc107;
  font-weight: bold;
}

/* Button */
.lg-btn {
  background: #fff;
  border: 2px solid #000;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.lg-btn span {
  background: #ffc107;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.lg-btn:hover {
  background: #000;
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .lg-img-overlay {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 20px;
    width: 100%;
  }

  .lg-exp-badge {
    top: 10px;
    right: 10px;
  }

  .lg-title {
    font-size: 28px;
  }

  /* Section */
.lg-about-section {
 padding: 40px 0;
}
}


 .industry-box {
    border-radius: 20px; 
    transition: all 0.3s ease;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; 
  }
 .industry-box img{
      width: 100%!important;
    }

  .industry-box:hover {
    transform: translateY(-15px); 
  }

  .leadership-section {
  padding: 80px  80px 0; 
}

.section-header h2 {
  font-size: 36px;
  color: #2c4c7c;
  margin-bottom: 10px;
}

.section-header p {
  max-width: 700px;
  margin: 0 auto 40px;
  color: #4a6fa5;
  font-size: 16px;
}

.leadership-cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.leader-card {
  width: 250px;
  height: 300px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Background colors */
.leader-card.yellow { background: #f4b400; }
.leader-card.gray { background: #bdbdbd; }
.leader-card.green { background: #4caf50; }
.leader-card.blue { background: #5c8fd6; }

/* White overlay shape */
.leader-card::before {
  content: "";
  position: absolute;
  width: 140%;
  height: 140%;
  background: #fff;
  transform: rotate(25deg);
  top: -20%;
  left: -20%;
  border-radius: 20px;
}

/* Content */
.card-content {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 20px;
}

.card-content h4 {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.card-content h3 {
  margin: 5px 0;
  font-size: 20px;
  color: #111;
}

.card-content p {
  font-size: 14px;
  color: #444;
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .leader-card {
    width: 100%;
    max-width: 300px;
  }
}



