/********** Template CSS **********/
:root {
    --primary:#ce2e27;
    --secondary: #E93C05;
    --tertiary: #292a76;
    --light: #000000;
    --dark: #292a76;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}



.custom-btn {
  position: absolute;
  top: 365px;
  left: 755px;
}



body {
    background: #ffffff;
    margin-top: 20px;
}

.team-section {
    background: #ffffff;
    height: 800px;
}

.team-section h2 {
    color: #fff;
    margin: 0 0 30px 0;
}

.team-member {
    margin-top: 30px;
}

.team-member.secretary {
    display: flex;
    justify-content: center;
    /* Optionally adjust the width */
    width: 100%;
}

.team-card {
    background: #fff;
    box-shadow: 0 4px 0 #acacac;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    padding-bottom: 110px;
    transition: all 0.3s ease; 
}

.team-card:hover {
    transform: scale(1.03); 
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); 
}
.team-card:active {
    transform: scale(1.05); 
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); 
}
.team-card .team-wrap {
    position: relative;
}

.team-card .team-wrap img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 0.3s ease;
}

.team-card .team-info {
    padding: 30px 0;
    position: absolute;
    top: 100%;
    width: 100%;
    transition: all 0.3s ease;
}

.team-card .team-info .team-name {
    margin: 0 0 8px 0;
    font-size: 24px;
    font-weight: 700;
}

.team-card .team-info .team-position {
    margin: 0;
    font-size: 14px;
    color: #555659;
}

.team-card .team-more {
    position: absolute;
    bottom: -100%;
    width: 100%;
    transition: all 0.3s ease;
}

.team-card .team-more p {
    margin: 0 18px 30px 18px;
    line-height: 22px;
}

.team-card .team-more .team-socials {
    margin: 0 0 20px 0;
}

.team-card .team-more .team-socials a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    margin-left: 3px;
    border-radius: 4px;
    background-clip: padding-box;
    text-align: center;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
}

.team-card .team-more .team-socials a:first-child {
    margin-left: 0;
}

.team-social-facebook {
    background: #3262b9;
}

.team-social-facebook:hover {
    background: #2d57a5;
}

.team-social-facebook:active {
    background: #1d4788;
}

.team-social-twitter {
    background: #3dd7e5;
}

.team-social-twitter:hover {
    background: #27d2e2;
}

.team-social-twitter:active {
    background: #1cabb7;
}

.team-social-google {
    background: #dd4b39;
}

.team-social-google:hover {
    background: #c64331;
}

.team-social-google:active {
    background: #b03027; 
}

.team-social-linkedin {
    background: #007bb6;
}

.team-social-linkedin:hover {
    background: #006699;
}

.team-social-linkedin:active {
    background: #005d8a; 
}



.custom-blue {
    color: #292a76 !important;
    font-weight: bold !important;  
}


.custom-text-red {
    color: #ce2e27 !important;  
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


.text-gr {
    color: #48b073 !important;
}



/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}


.btn-redbut {
    background-color: #ce2e27 !important;
    border-color: #5c0804 !important;
    color: var(--light) !important; 
}


.btn-butgrbg {
    background-color: #48b073 !important;
    border-color: #5c0804 !important;
    color: var(--light) !important;
}

.btn-primaryy {
    background-color: #f1f1f1 !important;
    border-color: #3a855d !important;
    color: var(--light) !important;
}

.btn-primaryy:hover {
    background-color: #3a855d !important;
    border-color: #292a76 !important;
    color: var(--light) !important;
}


.btn-white {
    background-color: #f1f1f1 !important;
    border-color: #3a855d !important;
    color: var(--light) !important;
    }
.btn-white:hover {
    background-color: #f1f1f1 !important;
    border-color: #3a855d !important;
    color: var(--light) !important;
    
}


.btn-primary {
    background-color: #f1f1f1 !important;
    border-color: #292a76 !important;
    color: var(--light) !important;
}

.btn-primary:hover {
    background-color: #3a855d !important; 
    border-color: #3da264 !important;
    color: var(--light) !important;
}

.btn-signup {
    background-color: #f1f1f1 !important;
    border-color: #292a76 !important;
    color: var(--light) !important;
}

.btn-signup:hover {
    background-color: #292a76 !important; 
    border-color: #ffff !important;
    color: var(--light) !important;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: var(--tertiary);
    font-weight: 500;
    outline: none;
}

 body.montserrat-bounce {
      margin: 0;
      padding: 0;
      background-color: #fffaf3;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100vh;
      user-select: none;
      color: #444;
    }

    h1.montserrat-bounce__title {
      font-size: 60px;
      display: inline-flex;
flex-wrap: wrap;
gap: 0.4em;
max-width: 90vw;
text-align: left;
justify-content: flex-start;
min-width: 400px; /* or any fixed min-width */

    }

    span.word {
      opacity: 0;
      white-space: nowrap;
      display: inline-block;
      transition: opacity 0.4s ease;
    }

    span.highlight {
      color: #ff5e57;
      position: relative;
      animation: mb-bounce 1.2s infinite;
      transform-origin: bottom center;
      line-height: 1;
      display: inline-block;
      padding-bottom: 4px;
    }

    span.highlight::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 3px;
      background: #ff5e57;
      bottom: 2px; /* moved up underline */
      left: 0;
      border-radius: 3px;
      filter: drop-shadow(1px 1px 1px #c44);
    }

    @keyframes mb-bounce {
      0%, 100% {
        transform: translateY(0) rotate(0deg);
      }
      50% {
        transform: translateY(-10px) rotate(3deg);
      }
    }

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #3da264 !important;

}

.nav-pills .nav-link.active {
    background-color: #48b073 !important;
    color: #fff !important; /* Optional: white text on green */
    border-color: #48b073 !important; /* Optional: match border to background */
}



@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

/* Targets only Services dropdown */
.services-dropdown .dropdown-menu {
    width: 800px; 
    min-width: 350px;  
}


.services-dropdown .dropdown-menu {
    padding: 20px;
}


.services-dropdown .dropdown-menu.mega-dropdown {
    position: absolute;
    top: 100%; 
    left: 0;
}

   .banner-container {
      max-width: 900px;  /* Adjust max width as needed */
      margin: 40px auto; /* Center horizontally with some vertical spacing */
      padding: 20px 30px;
      background: #fffaf3;
      border-radius: 12px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.1);
      user-select: none;
    }

    body.montserrat-bounce {
      margin: 0;
      padding: 0;
      background-color: transparent; /* Make background transparent to inherit from parent */
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      /* Remove flex centering from body, container handles centering */
      color: #444;
    }

    h1.montserrat-bounce__title {
      font-size: 60px;
      display: inline-flex;
      flex-wrap: wrap;
      gap: 0.4em;
      max-width: 90vw;
      text-align: left;
      justify-content: flex-start;
      min-width: 400px; /* or any fixed min-width */
      margin: 0;
    }

    span.word {
      opacity: 0;
      white-space: nowrap;
      display: inline-block;
      transition: opacity 0.4s ease;
    }

    span.highlight {
      color: #ff5e57;
      position: relative;
      animation: mb-bounce 1.2s infinite;
      transform-origin: bottom center;
      line-height: 1;
      display: inline-block;
      padding-bottom: 4px;
    }

    span.highlight::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 3px;
      background: #ff5e57;
      bottom: 2px;
      left: 0;
      border-radius: 3px;
      filter: drop-shadow(1px 1px 1px #c44);
    }

    @keyframes mb-bounce {
      0%, 100% {
        transform: translateY(0) rotate(0deg);
      }
      50% {
        transform: translateY(-10px) rotate(3deg);
      }
    }

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

#nav-tab .nav-link {
    color: #ce2e27 !important;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}
/* Smooth fade transition between slides */
.carousel-item {
    transition: opacity 1.5s ease-in-out !important;
    backface-visibility: hidden;
    perspective: 1000px;
}

/* Add a smooth appearance for caption transitions */
.carousel-caption {
    transition: all 0.8s ease-in-out;
    will-change: transform, opacity;
}

/* Optional: Button hover effect for polish */
.btn-white, .btn-primaryy {
    transition: background-color 0.4s ease, transform 0.3s ease;
}
.btn-white:hover, .btn-primaryy:hover {
    transform: scale(1.05);
}

/* Optional: Add animation delay utility (if you want reusable delays) */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: #ce2e27 !important;  
    border: 10px solid #ce2e27 !important; 
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}


#news marquee {
    font-size: 24px;
    color: #355EFC;
}



@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/blank.png) top left no-repeat;
    background-size: cover;
}

.board-header {
    padding-top: 16rem;   
    padding-bottom: 10rem;
    background: url(../img/board.jpg) top left no-repeat;
    background-size: cover;
}

.chairman-header {
    padding-top: 16rem;   
    padding-bottom: 10rem;
    background: url(../img/chairman\ \(1\).jpg) top left no-repeat;
    background-size: cover;
}

.shares-header {
    padding-top: 16rem;   
    padding-bottom: 10rem;
    background: url(../img/SHARES.jpg) top left no-repeat;
    background-size: cover;
}

.calc-header {
    padding-top: 16rem;   
    padding-bottom: 10rem;
    background: url(../img/calc.jpg ) top left no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}


.facts {
  position: relative;
  background: url(../img/bg.png) no-repeat center center;
  background-size: cover;
  padding: 5rem 0;
  color: #fff;
  overflow: hidden;
  font-family: 'YourFont', sans-serif;
}

.facts::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 0;
}

.facts > .container {
  position: relative;
  z-index: 1;
}

.facts > .container > .row {
  position: relative;
  z-index: 1;
}

.text-yellow {
  color: #ffc107 !important;
}

.custom-navbar {
  background-color: #1a1a40; /* Or any color you want */
}

.animated-bg-white {
  background: linear-gradient(
    270deg,
    #ffffff,
    #f1f1f1,
    #fceea2,   /* soft warm yellow */
    #f1f1f1,
    #ffd6d3,   /* soft light red/pink */
    #b7d2ff,
    #a3c3fa,   /* soft pastel blue */
    #9dc1ff
  );
  background-size: 200% 200%;
  animation: gradientPulse 8s ease-in-out infinite;
}

@keyframes gradientPulse {
  0% {
    background-size: 200% 200%;
    background-position: center center;
  }
  50% {
    background-size: 220% 220%;
    background-position: center center;
  }
  100% {
    background-size: 200% 200%;
    background-position: center center;
  }
}



.animated-gradient-navbar {
  background: linear-gradient(-45deg, #404099, #292a76, #1e1e5e, #5858b4);
  background-size: 400% 400%;
  animation: gradientMove 12s ease infinite;
  color: white !important;
}

.animated-gradient-navbar .nav-link,
.animated-gradient-navbar .navbar-brand {
  color: white !important;
}

.animated-gradient-navbar .nav-link:hover {
  color: #fffacd !important; /* light yellow hover effect */
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}




/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(147, 0, 0, 0.95), rgba(147, 0, 0, 0.95)), url(../img/bg.png);
    z-index: -1;
}

.text-yelloow {
    color: #eca200 !important;  /* Apply the yellow color */
}

.text-yellow {
    color: #f4b01b !important;  /* Apply the diff yellow color */
}

.text-bluee {
    color: #292a76 !important;  /* Apply the blue color */
  }

  .text-greeen {
    color: #3da264 !important;  /* Apply the red color */
  }

  .text-reddd {
    color: #ce2e27 !important;  /* Apply the redgreen color */
}

 .text-greyy {
    color: #5c5656 !important;  /* Apply the grey color */
}

 /* Container Styling */
  .social-impact-card-container {
  background: linear-gradient(
    270deg,
    #ffffff,
    #f1f1f1,
    #fff3b0,   /* soft warm yellow */
    #f1f1f1,
    #ffd6d3,   /* soft light red/pink */
    #f1f1f1,
    #a8c8ff,   /* soft pastel blue */
    #f1f1f1
  );
  background-size: 1600% 1600%;
  animation: subtleColorShift 20s ease infinite;
  padding: 30px;
  border-radius: 12px;
  max-width: 800px;
  margin: 40px auto;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  color: #292a76; /* Dark text for contrast */
}

@keyframes subtleColorShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

    /* Headings */
    .impact-heading {
      font-size: 2rem;
      color: #292a76;
      text-align: center;
      line-height: 1.5;
    }

    .sub-heading {
      font-size: 1.2rem;
      color: #292a76;
      font-weight: 600;
    }

    /* Slider Section */
    .slider-container {
      text-align: center;
      margin: 30px 0 20px;
    }

    .slider-description {
      font-size: 1.1rem;
      color: #292a76;
      margin-bottom: 5px;
    }

    .text-rode {
      font-size: 1.5rem;
      font-weight: bold;
      color: #e63946;
    }

    .loan-slider {
      -webkit-appearance: none;
      appearance: none;
      width: 80%;
      height: 10px;
      border-radius: 5px;
      background: linear-gradient(to right, #292a76 10%, #ddd 10%);
      outline: none;
      transition: background 0.3s ease;
      margin-top: 15px;
    }

    .loan-slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      height: 22px;
      width: 22px;
      border-radius: 50%;
      background: #292a76;
      border: 2px solid #fff;
      cursor: pointer;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      transition: background 0.3s;
    }

    .loan-slider::-webkit-slider-thumb:hover {
      background: #1b1c5c;
    }

    .loan-slider::-moz-range-thumb {
      height: 22px;
      width: 22px;
      border-radius: 50%;
      background: #292a76;
      border: none;
      cursor: pointer;
    }

    .loan-slider::-moz-range-track {
      height: 10px;
      background: #ddd;
      border-radius: 5px;
    }

    /* Results Section */
    .impact-results {
      display: flex;
      justify-content: space-between;
      margin-top: 30px;
      gap: 20px;
      flex-wrap: wrap;
    }

    .result-box {
      background-color: #ffffff;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      width: 45%;
      text-align: center;
      min-height: 120px;
    }

    .result-box h2 {
      font-size: 1.8rem;
      color: #28a745;
      margin: 10px 0;
    }

    .result-note {
      font-size: 0.9rem;
      color: #6c757d;
    }

    /* === Animations === */

    .slide-in-left {
      animation: slideInLeft 0.4s ease;
    }

    @keyframes slideInLeft {
      0% { opacity: 0; transform: translateX(-20px); }
      100% { opacity: 1; transform: translateX(0); }
    }

    .scale-up {
      animation: scaleUp 0.4s ease-in-out;
    }

    @keyframes scaleUp {
      0% { transform: scale(0.9); opacity: 0.8; }
      100% { transform: scale(1); opacity: 1; }
    }

    .fade-bounce {
      animation: fadeBounce 0.5s ease-out;
    }

    @keyframes fadeBounce {
      0% { opacity: 0; transform: translateY(10px); }
      60% { opacity: 1; transform: translateY(-4px); }
      100% { transform: translateY(0); }
    }

@keyframes horizontalMove {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
}

.impact-heading {
  display: inline-block; /* so transform works nicely */
  animation: horizontalMove 3s ease-in-out infinite;
}

.sub-heading {
  display: inline-block;
  animation: horizontalMove 3s ease-in-out infinite;
  animation-delay: 1s; /* stagger start */
  margin-left: 6px;
}

.sub-heading:nth-of-type(2) {
  animation-delay: 2s;
}

  
/*** Footer ***/
.footer .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #ffffff !important;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}


.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #000B1C;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}


.gold-loan-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 6px;
}
 

.offers-section {
  padding: 20px;
  font-family: 'Segoe UI', sans-serif;
  background-color: #f8f9fa;

  
  display: flex;
  justify-content: center; 
  gap: 20px;
  flex-wrap: wrap; 
}

.offers-title {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.offer-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  padding: 20px;


  width: 300px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.card-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  border-radius: 8px 8px 0 0;
  color: #ffffff;
}

.fd-title {
  background-color: #292a76;
}

.rd-title {
  background-color: #eca200;
}

.loan-title {
  background-color: #ce2e27;
}

.rates-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.rates-table th, .rates-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.rates-table th {
  font-weight: 600;
}
.offer-cards-container {
  display: flex;
  gap: 20px;
  justify-content: center; 
  flex-wrap: wrap; 
  margin-top: 30px;
}

.offer-card {
  flex: 1 1 300px;
  max-width: 350px; 
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
}

.rates-table {
  width: 100%;
  border-collapse: collapse;
}

.rates-table th, .rates-table td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}


.fd-card {
  background-color: #cce4f7; 
 
}

.rd-card {
  background-color: #ffecb4;
  
}

.loan-card {
  background-color: #edd4d4; 
  
}
.services-dropdown .dropdown-menu {
      width: 540px;
      left: 50%;
      transform: translateX(-50%);
      display: none;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.4s ease, transform 0.4s ease;
      background: #fff;
      border-radius: 12px;
      border: 1px solid #ddd;
      box-shadow: 0 10px 30px rgba(41, 42, 118, 0.2);
      position: absolute;
      top: 100%;
      z-index: 1000;
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }

    .services-section h6 {
      font-size: 1rem;
      color: #292a76;
      margin-bottom: 0.8rem;
      font-weight: bold;
      border-bottom: 2px solid #292a76;
      padding-bottom: 4px;
    }

    .services-section .dropdown-item {
      padding: 6px 0;
      color: #444;
      font-size: 0.95rem;
      transition: all 0.3s ease;
      border-radius: 6px;
    }

    .services-section .dropdown-item:hover {
      background-color: rgba(41, 42, 118, 0.1);
      color: #292a76;
      transform: translateX(4px);
    }

    /* Mega Dropdown (Leadership, Legal, etc.) */
    .mega-dropdown {
      min-width: 250px;
      max-width: 300px;
      padding: 6px;
      white-space: normal;
      overflow-wrap: break-word;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .dropdown-menu h6 {
      white-space: nowrap;
      font-size: 1rem;
      padding: 6px;
      margin-bottom: 8px;
      font-weight: 600;
      border-bottom: 2px solid #292a76;
    }

    .dropdown-item {
      font-size: 0.95rem;
      padding: 6px;
      white-space: normal;
      word-break: break-word;
      transition: background-color 0.2s;
    }

    .dropdown-item:hover {
      background-color: #f0f0f0;
    }

    @media (max-width: 768px) {
      .services-dropdown .dropdown-menu {
        width: 95%;
        left: 2.5%;
        transform: none;
      }

      .services-grid {
        grid-template-columns: 1fr;
      }

      .navbar-brand img {
        width: 200px;
      }

      .navbar-collapse {
        background-color: #ffffff;
        padding: 10px;
      }
    }

    /* ---------------------------------------
   🌐 Responsive Navbar Media Queries
   --------------------------------------- */

    @media (max-width: 991.98px) {

      /* Logo shrink on mobile */
      .navbar-brand img {
        width: 180px;
        height: auto;
      }

      /* Collapse menu background */
      .navbar-collapse {
        background-color: #ffffff;
        padding: 15px;
        border-radius: 0 0 12px 12px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
      }

      /* Collapse items vertical layout */
      .navbar-nav {
        flex-direction: column;
        gap: 10px;
      }

      /* Mobile dropdowns look full-width */
      .dropdown-menu {
        width: 100% !important;
        border-radius: 10px;
        box-shadow: none;
        border: 1px solid #ddd;
      }

      /* Mega dropdown (Services) adjustment */
      .mega-dropdown {
        padding: 1rem;
      }

      .mega-dropdown .row {
        flex-direction: column;
      }

      .mega-dropdown .col-md-3 {
        width: 100% !important;
        margin-bottom: 10px;
      }

      .mega-dropdown h6 {
        font-size: 1rem;
        padding-bottom: 5px;
      }

      .dropdown-item {
        padding: 8px 10px;
        font-size: 0.95rem;
      }

      /* Ensure menu items don't break */
      .nav-link {
        font-size: 1rem;
        padding: 8px 12px;
      }
    }

    @media (max-width: 575.98px) {
      .navbar-brand img {
        width: 150px;
      }

      .dropdown-item {
        font-size: 0.9rem;
      }

      .mega-dropdown {
        padding: 0.5rem;
      }

      .mega-dropdown h6 {
        font-size: 0.95rem;
      }
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(41,42,118,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
  .navbar {
      background-color: #ffffff;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.021);
    }

    .navbar-brand {
      color: #292a76;
      font-weight: 800;
    }





.position-custom {
  position: absolute;
  top: 60%;        /* Adjust this value to move up/down */
  left: 10%;       /* Adjust this value to move left/right */
  z-index: 10;
}
.btn-butgrbgg {
    background-color: #292a76 !important;
    border-color: #292a76 !important;
  
}