body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #608dfd;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #608dfd;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation styles moved to component */
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #5ca9fb;
  background-image: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #6372ff;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header styles moved to component */
/* Features Section */
#features {
  background: #f6f6f6;
}
#features i.fa {
  font-size: 38px;
  margin-bottom: 20px;
  transition: all 0.5s;
  color: #fff;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  border-radius: 50%;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
/* About Section */
#about {
  padding: 100px 0;
}
#about h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #5ca9fb;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#about img {
  width: 520px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#about p {
  line-height: 24px;
  margin: 30px 0;
}
/* Services Section */
/* Services section styles moved to component */
/* Portfolio Section */
#portfolio {
  padding: 100px 0;
}
.portfolio-item {
  margin: 1px -15px 0 -14px;
  padding: 0;
}
.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(
    to right,
    rgba(99, 114, 255, 0.8) 0%,
    rgba(92, 169, 251, 0.8) 100%
  );
  padding: 30% 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}
/* Testimonials Section */
#testimonials {
  padding: 100px 0;
  background: #f6f6f6;
}
#testimonials i {
  color: #e6e6e6;
  font-size: 32px;
  margin-bottom: 20px;
}
.testimonial {
  position: relative;
  padding: 20px;
}
.testimonial-image {
  float: left;
  margin-right: 15px;
}
.testimonial-image,
.testimonial-image img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonial-content {
  position: relative;
  overflow: hidden;
}
.testimonial-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}
.testimonial-meta {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #666;
}
/* Team Section */
#team {
  padding: 100px 0;
}
#team h4 {
  margin: 5px 0;
}
#team .team-img {
  width: 240px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#team .thumbnail {
  background: transparent;
  border: 0;
}
#team .thumbnail .caption {
  padding: 10px 0 0;
  color: #888;
}
#team .team-img-container {
  width: 220px;
  height: 220px;
  margin: 0 auto 12px auto;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafdff;
}
#team .team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
@media (max-width: 600px) {
  #team .team-img-container {
    width: 98vw;
    max-width: 320px;
    height: 44vw;
    min-height: 160px;
  }
  #team .team-img {
    width: 100%;
    height: 100%;
    max-width: 320px;
    min-height: 160px;
    object-fit: cover;
  }
}
/* Contact Section */
#contact {
  padding: 100px 0 60px;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  color: rgba(255, 255, 255, 0.75);
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact .section-title p {
  font-size: 16px;
}
#contact h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contact .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
}
#contact h3 {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
}
#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
}
#contact .btn-custom:hover {
  color: #1f386e;
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contact .contact-item {
  margin: 20px 0;
}
#contact .contact-item span {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  display: block;
}
#contact .contact-item i.fa {
  margin-right: 10px;
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #608dfd;
  background: #fff;
}
/* Footer Section*/
/* Footer styles moved to component */

@media (max-width: 768px) {
  #about img {
    margin: 50px 0;
  }
}

/* Registration Modal Styles */
.registration-modal-overlay {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(30, 42, 80, 0.45);
  z-index: 9999;
  display: flex; align-items: center; justify-content: center;
}
.registration-modal-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(44,62,80,0.18);
  padding: 0 0 32px 0;
  min-width: 340px; max-width: 420px; width: 100%;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  animation: modalIn 0.25s cubic-bezier(.4,2,.6,1) 1;
  padding-bottom: 8px !important;
  min-height: unset !important;
}
@keyframes modalIn {
  from { transform: translateY(40px) scale(0.98); opacity: 0; }
  to { transform: none; opacity: 1; }
}
.registration-modal-header {
  background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  border-radius: 18px 18px 0 0;
  padding: 28px 32px 18px 32px;
  text-align: center;
  min-height: 48px !important;
  padding: 16px 12px 6px 12px !important;
}
.registration-modal-header h3 {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1px;
}
.registration-modal-stepper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 18px 0 24px 0;
  gap: 10px;
}
.registration-modal-step {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: #eaeaea;
  transition: background 0.2s;
}
.registration-modal-step.active {
  background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  box-shadow: 0 0 0 2px #eaeaea;
}
.registration-modal-close {
  position: absolute; top: 18px; right: 24px;
  border: none; background: none; font-size: 28px; color: #fff; cursor: pointer;
  z-index: 2;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.registration-modal-close:hover { opacity: 1; }
.registration-modal-form {
  padding: 24px 32px 0 32px;
}
.registration-modal-form .form-group {
  margin-bottom: 20px;
}
.registration-modal-form label {
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
  display: block;
  font-size: 14px;
}
.registration-modal-form .form-control {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  padding: 12px 14px;
  font-size: 15px;
  color: #333;
  background: #fafbfc;
  margin-top: 4px;
  margin-bottom: 2px;
  box-sizing: border-box;
  transition: border 0.2s;
}
.registration-modal-form .form-control:focus {
  border: 1.5px solid #5ca9fb;
  outline: none;
}
.registration-modal-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  gap: 10px;
}
.registration-modal-actions .btn-custom {
  min-width: 100px;
  font-size: 15px;
  padding: 12px 0;
}
.registration-modal-profile {
  text-align: center;
  margin-top: 8px;
}
.registration-modal-profile img {
  width: 90px; height: 90px;
  border-radius: 50%;
  border: 3px solid #5ca9fb;
  object-fit: cover;
  margin-top: 8px;
  box-shadow: 0 2px 8px rgba(44,62,80,0.08);
}
@media (max-width: 500px) {
  .registration-modal-card {
    min-width: 0; max-width: 98vw; padding: 0 0 18px 0;
  }
  .registration-modal-header, .registration-modal-form {
    padding-left: 12px; padding-right: 12px;
  }
}

/* Hero styles moved to component */

/* Enhanced Team Card Hover Overlay Animations */
.team-card {
  position: relative;
  background: transparent;
  border: 0;
  margin-bottom: 30px;
  transition: transform 0.25s cubic-bezier(.4,2,.6,1), box-shadow 0.25s;
}
.team-card:hover {
  transform: translateY(-8px) scale(1.035);
  box-shadow: 0 8px 32px rgba(44,62,80,0.13);
}
.team-img-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.team-img {
  display: block;
  width: 100%;
  border-radius: 8px;
  transition: filter 0.35s cubic-bezier(.4,2,.6,1), transform 0.35s cubic-bezier(.4,2,.6,1);
}
.team-card:hover .team-img {
  filter: brightness(0.5) blur(1.5px);
  transform: scale(1.04);
}
.team-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(30, 30, 30, 0.82);
  color: #fff;
  opacity: 0;
  transition: opacity 0.38s cubic-bezier(.4,2,.6,1), transform 0.38s cubic-bezier(.4,2,.6,1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  z-index: 2;
  padding: 18px 10px;
  transform: translateY(18px) scale(0.98);
  pointer-events: none;
}
.team-card:hover .team-overlay {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.team-overlay-content {
  text-align: left;
  width: 100%;
  animation: overlayIn 0.5s cubic-bezier(.4,2,.6,1);
}
@keyframes overlayIn {
  from { opacity: 0; transform: translateY(24px) scale(0.98); }
  to { opacity: 1; transform: none; }
}
.team-overlay-content h4 {
  margin: 0 0 4px 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.team-overlay-content p {
  margin: 0 0 6px 0;
  font-size: 15px;
  color: #e0e0e0;
}
.team-socials {
  margin-top: 10px;
}
.team-socials a {
  color: #fff;
  margin-right: 12px;
  font-size: 18px;
  transition: color 0.2s;
}
.team-socials a:hover {
  color: #5ca9fb;
}
@media (max-width: 600px) {
  .team-overlay-content h4 { font-size: 17px; }
  .team-overlay-content p { font-size: 13px; }
  .team-img { width: 100%; }
}

/* --- Responsive Improvements for Full Site --- */

/* General: Make all sections and containers responsive */
.container, .section-title, #row, #team, #about, #services, #testimonials, #contact, #footer {
  max-width: 100vw;
  box-sizing: border-box;
}

/* Navbar */
@media (max-width: 991px) {
  #menu .navbar-nav > li > a {
    margin: 9px 8px 0;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  #menu {
    padding: 8px;
  }
  #menu .navbar-nav {
    margin: 0;
    padding: 0;
  }
  #menu .navbar-nav > li {
    display: block;
    margin: 0 0 8px 0;
  }
  #menu .navbar-nav > li > a {
    padding: 8px 0;
    font-size: 16px;
  }
}

/* Hero/Intro Section */
@media (max-width: 900px) {
  .intro h1 { font-size: 48px; }
  .intro p { font-size: 18px; }
  header .intro-text { padding-top: 180px; padding-bottom: 100px; }
}
@media (max-width: 600px) {
  .intro h1 { font-size: 28px; }
  .intro p { font-size: 15px; }
  header .intro-text { padding-top: 80px; padding-bottom: 40px; }
}

/* Section Titles */
@media (max-width: 600px) {
  .section-title h2 { font-size: 22px; }
  .section-title p { font-size: 14px; }
}

/* About, Services, Testimonials, Team, Contact: Columns stack on mobile */
@media (max-width: 991px) {
  #row > [class^="col-"],
  #team > [class^="col-"],
  #about > [class^="col-"],
  #services > [class^="col-"],
  #testimonials > [class^="col-"],
  #contact > [class^="col-"] {
    width: 100% !important;
    float: none;
    max-width: 100vw;
    margin-bottom: 24px;
  }
}

/* Team Section: Make images and overlays scale */
@media (max-width: 991px) {
  #team .team-img, .team-img { width: 100% !important; max-width: 320px; margin: 0 auto; }
  .team-card { margin-bottom: 18px; }
}
@media (max-width: 600px) {
  #team .team-img, .team-img { max-width: 98vw; }
  .team-card { margin-bottom: 12px; }
}

/* About Section: Responsive image */
@media (max-width: 991px) {
  #about img { width: 100% !important; max-width: 400px; margin: 0 auto 18px auto; display: block; }
}
@media (max-width: 600px) {
  #about img { max-width: 98vw; }
}

/* Services Section: Responsive icons */
@media (max-width: 600px) {
  #services i.fa { width: 60px; height: 60px; font-size: 22px; padding: 18px 0; }
}

/* Testimonials: Responsive images and text */
@media (max-width: 600px) {
  .testimonial-image, .testimonial-image img { width: 40px; height: 40px; }
  .testimonial-content p { font-size: 12px; }
}

/* Contact Section: Responsive form */
@media (max-width: 600px) {
  #contact .form-control { font-size: 13px; padding: 8px 8px; }
  #contact .btn-custom { font-size: 13px; padding: 8px 0; }
}

/* Footer: Responsive text */
@media (max-width: 600px) {
  #footer p { font-size: 12px; }
}

/* Responsive tables (executive list, etc.) */
.responsive-table {
  width: 100%;
  overflow-x: auto;
  display: block;
}
.responsive-table table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
}
@media (max-width: 600px) {
  .responsive-table table, .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr {
    display: block;
    width: 100%;
  }
  .responsive-table thead { display: none; }
  .responsive-table td {
    position: relative;
    padding-left: 50%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #eee;
  }
  .responsive-table td:before {
    position: absolute;
    top: 8px; left: 8px;
    width: 45%;
    white-space: nowrap;
    font-weight: bold;
    content: attr(data-label);
    color: #5ca9fb;
  }
}

/* Buttons: Full width on mobile */
@media (max-width: 600px) {
  .btn-custom, button, input[type="submit"] {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  #services .col-xs-6 {
    width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 28px;
  }
  #services .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }
  #services .service-desc {
    margin: 10px 0 0 0;
    text-align: center;
  }
}

@media (max-width: 600px) {
  #menu .navbar-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
  }
  #menu .navbar-brand {
    order: 0;
    margin: 0;
    font-size: 20px;
    padding: 8px 0;
    text-align: left;
    flex: 1 1 auto;
  }
  #menu .navbar-toggle {
    order: 1;
    margin-left: 0;
    margin-right: 0;
    align-self: center;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    float: none;
    max-width: 38px;
    padding: 6px 6px;
    height: 38px;
    min-width: unset;
  }
  #menu .navbar-toggle .icon-bar {
    width: 22px;
    height: 3px;
    margin: 3px 0;
    border-radius: 2px;
  }
  #menu .navbar-toggle:focus {
    outline: none;
    box-shadow: none !important;
  }
}

@media (max-width: 768px) {
  #mission-vision .row {
    flex-direction: column !important;
    gap: 0 !important;
  }
  #mission-vision .col-md-5 {
    width: 100% !important;
    max-width: 98vw;
    margin: 0 auto 22px auto !important;
    padding: 18px 8px !important;
    min-height: unset !important;
    box-sizing: border-box;
  }
  #mission-vision .col-md-5:last-child {
    margin-bottom: 0 !important;
  }
  #mission-vision .section-title h2 {
    font-size: 22px !important;
    margin-bottom: 12px !important;
  }
  #mission-vision .section-title p {
    font-size: 15px !important;
    margin-bottom: 18px !important;
  }
}

/* Executive List Modal Styles (Mobile) */
@media (max-width: 768px) {
  .executive-modal-overlay {
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background: linear-gradient(135deg, #eaf1ff 0%, #fafdff 100%);
    z-index: 9999;
    display: flex; align-items: center; justify-content: center;
    overflow-y: auto;
    padding: 0;
  }
  .executive-modal-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(44,62,80,0.18);
    border: 1.5px solid #e0e7ff;
    width: 98vw;
    max-width: 430px;
    padding: 0 0 18px 0;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    animation: modalIn 0.25s cubic-bezier(.4,2,.6,1) 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-height: 96vh;
  }
  .executive-modal-header {
    background: linear-gradient(90deg, #5ca9fb 0%, #6372ff 100%);
    border-radius: 18px 18px 0 0;
    padding: 22px 18px 8px 18px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(44,62,80,0.08);
  }
  .executive-modal-header h3 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 800;
    margin: 0;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(44,62,80,0.10);
  }
  .executive-modal-desc {
    padding: 18px 16px 0 16px;
    text-align: center;
    font-size: 15.5px;
    color: #444;
    font-weight: 500;
    line-height: 1.6;
  }
  .executive-modal-table-wrap {
    overflow-x: auto;
    margin-top: 16px;
    flex: 1 1 auto;
    max-height: 44vh;
    box-shadow: 0 2px 12px rgba(44,62,80,0.07);
    border-radius: 10px;
    background: #fafdff;
    padding-bottom: 2px;
  }
  .executive-modal-table {
    min-width: 600px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    font-size: 13.5px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }
  .executive-modal-table thead {
    position: sticky;
    top: 0;
    z-index: 2;
    background: linear-gradient(90deg, #5ca9fb 0%, #6372ff 100%);
    color: #fff;
    box-shadow: 0 2px 8px rgba(44,62,80,0.08);
  }
  .executive-modal-table th, .executive-modal-table td {
    padding: 10px 7px;
    text-align: left;
    border: 1px solid #eaeaea;
    font-size: 13.5px;
  }
  .executive-modal-table th {
    font-weight: 800;
    font-size: 14.5px;
    background: linear-gradient(90deg, #5ca9fb 0%, #6372ff 100%);
    color: #fff;
    text-shadow: 0 1px 4px rgba(44,62,80,0.10);
    letter-spacing: 0.5px;
  }
  .executive-modal-table tr:nth-child(even) {
    background: #fafdff;
  }
  .executive-modal-table tr:nth-child(odd) {
    background: #f1f6fa;
  }
  .executive-modal-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 22px 16px 0 16px;
    gap: 10px;
  }
  .executive-modal-actions .btn-custom {
    width: 100px;
    font-size: 16px;
    padding: 12px 0;
    border-radius: 8px;
    font-weight: 700;
    background: linear-gradient(90deg, #5ca9fb 0%, #6372ff 100%);
    color: #fff;
    border: none;
    box-shadow: 0 2px 8px rgba(44,62,80,0.08);
    transition: background 0.2s, color 0.2s;
  }
  .executive-modal-actions .btn-custom:disabled {
    background: #e0e7ff;
    color: #aaa;
    box-shadow: none;
    cursor: not-allowed;
  }
  .executive-modal-pagination {
    font-size: 15px;
    color: #555;
    margin: 0 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  .executive-modal-cancel {
    width: 92%;
    margin: 22px 4% 0 4%;
    background: linear-gradient(90deg, #e53935 0%, #c00 100%) !important;
    border: none !important;
    color: #fff !important;
    font-weight: 700;
    border-radius: 8px;
    font-size: 17px;
    padding: 14px 0;
    transition: background 0.2s;
    box-shadow: 0 2px 8px rgba(44,62,80,0.10);
    letter-spacing: 0.5px;
  }
  .executive-modal-cancel:hover {
    background: linear-gradient(90deg, #b71c1c 0%, #a00 100%) !important;
  }
}

@media (min-width: 700px) {
  .registration-modal-card {
    max-width: 480px;
    width: 96vw;
    min-width: 340px;
    padding-bottom: 8px;
  }
  .registration-modal-header {
    min-height: 48px;
    padding: 16px 12px 6px 12px;
  }
}
@media (min-width: 1000px) {
  .registration-modal-card {
    max-width: 540px;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .registration-modal-card {
    max-width: 98vw;
    width: 100%;
    min-width: 0;
    padding-bottom: 6px;
  }
  .registration-modal-header {
    min-height: 36px;
    padding: 10px 6px 4px 6px;
  }
}

@media (max-width: 768px) {
  .registration-modal-overlay {
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background: rgba(30, 42, 80, 0.45);
    z-index: 9999;
    display: flex; align-items: center; justify-content: center;
    padding: 0;
    overflow-y: auto;
  }
  .registration-modal-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(44,62,80,0.18);
    min-width: 0; max-width: 98vw; width: 100%;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    animation: modalIn 0.25s cubic-bezier(.4,2,.6,1) 1;
    padding-bottom: 24px;
    margin: 0 4px;
    overflow: hidden;
  }
  .registration-modal-close {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    margin: 10px 0 0 10px;
    border: none;
    background: none;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    opacity: 0.92;
    transition: opacity 0.2s;
    font-weight: 700;
    line-height: 1;
  }
  .registration-modal-close:hover {
    opacity: 1;
  }
  .registration-modal-header {
    background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
    border-radius: 18px 18px 0 0;
    padding: 38px 18px 18px 18px;
    text-align: center;
    position: relative;
    min-height: 120px;
  }
  .registration-modal-header h3 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(44,62,80,0.10);
  }
  .registration-modal-stepper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 18px 0 24px 0;
    gap: 10px;
    z-index: 2;
    position: relative;
  }
  .registration-modal-step {
    width: 12px; height: 12px;
    border-radius: 50%;
    background: #eaeaea;
    transition: background 0.2s;
  }
  .registration-modal-step.active {
    background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
    box-shadow: 0 0 0 2px #eaeaea;
  }
  .registration-modal-form {
    padding: 24px 18px 0 18px;
  }
}

@media (max-width: 768px) {
  #about .about-text {
    max-width: 98vw;
    width: 100%;
    margin: 0 auto 18px auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #about img {
    max-width: 98vw;
    width: 100%;
    margin: 0 auto 18px auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(44,62,80,0.08);
  }
}

@media (max-width: 768px) {
  .container, .section-title, #row, #team, #about, #services, #testimonials, #contact, #footer, #mission-vision, .registration-modal-card {
    max-width: 100vw !important;
    width: 100% !important;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #header, #header .intro, #header .overlay, #header .container {
    max-width: 100vw !important;
    width: 100% !important;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden !important;
  }
}

@media (max-width: 600px) {
  header .intro-text {
    padding-top: 100px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    background: rgba(30, 42, 80, 0.32);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(44,62,80,0.13);
    margin: 0 8px 18px 8px;
  }
  .intro h1, .intro p {
    text-shadow: 0 2px 12px rgba(0,0,0,0.25), 0 1px 2px rgba(0,0,0,0.18);
    color: #fff;
    margin-bottom: 18px;
  }
  .intro h1 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
  }
  .intro p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 18px;
    line-height: 1.5;
  }
  .btn.btn-custom.btn-lg {
    width: 100%;
    font-size: 17px;
    padding: 16px 0;
    border-radius: 12px;
    margin-bottom: 0;
    box-shadow: 0 2px 8px rgba(44,62,80,0.10);
  }
  .intro .overlay {
    background: rgba(0,0,0,0.60) !important;
  }
  #header {
    margin-bottom: 18px;
  }
  .mobile-hero-card {
    /* background: rgba(44,62,80,0.85); */
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(44,62,80,0.18);
    padding: 32px 16px 18px 16px;
    margin: 0 0 18px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
  }
  .mobile-hero-logo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-bottom: 18px;
    background: #fff;
    object-fit: contain;
    box-shadow: 0 2px 8px rgba(44,62,80,0.10);
  }
  .mobile-hero-card h1 {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
  .mobile-hero-card p {
    font-size: 13px;
    font-weight: 500;
    color: #e0e0e0;
    margin-bottom: 18px;
    line-height: 1.5;
  }
  .mobile-hero-card .btn.btn-custom.btn-lg {
    width: 100%;
    font-size: 17px;
    padding: 16px 0;
    border-radius: 12px;
    margin-bottom: 0;
    box-shadow: 0 2px 8px rgba(44,62,80,0.10);
  }
  .mobile-hero-scroll-indicator {
    font-size: 28px;
    color: #5ca9fb;
    margin-top: 18px;
    animation: scroll-bounce 1.2s infinite alternate;
    font-weight: bold;
    letter-spacing: 2px;
  }
  @keyframes scroll-bounce {
    0% { transform: translateY(0); }
    100% { transform: translateY(10px); }
  }
  .mobile-hero-logo-text {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    color: #5ca9fb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 18px;
    box-shadow: 0 2px 8px rgba(44,62,80,0.10);
    letter-spacing: 1px;
  }
  .mobile-hero-btn {
    width: 70%;
    min-width: 120px;
    max-width: 260px;
    margin: 0 auto;
    display: block;
  }
}

/* Registration Modal: Membership Category & Bank Details */
.registration-modal-form .form-group label[for="category"],
.registration-modal-form .form-group .category-label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  color: #34495e;
}
/* --- Modern Membership Category Cards --- */
.registration-modal-form .category-radio-group {
  display: flex;
  flex-direction: row;
  gap: 28px;
  flex-wrap: nowrap;
  margin-bottom: 0;
  justify-content: center;
  align-items: stretch;
  margin-top: 12px;
}
.registration-modal-form .category-radio {
  min-width: 200px;
  max-width: 240px;
  min-height: 100px;
  flex: 1 1 200px;
  box-sizing: border-box;
  margin-bottom: 0;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70px !important;
  padding-top: 10px !important;
  padding-bottom: 8px !important;
}
@media (max-width: 900px) {
  .registration-modal-form .category-radio {
    min-width: 140px;
    max-width: 100%;
    font-size: 15px;
    padding: 14px 6px 10px 6px;
  }
  .registration-modal-form .category-radio-group {
    gap: 14px;
  }
}
@media (max-width: 600px) {
  .registration-modal-form .category-radio-group {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 8px;
  }
  .registration-modal-form .category-radio {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    padding: 8px 2px 6px 2px !important;
    min-height: 54px !important;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.registration-modal-form .category-radio-group {
  margin-bottom: 12px;
  margin-top: 8px;
}
.registration-modal-form .category-radio {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #fafdff;
  border-radius: 14px;
  padding: 18px 22px 14px 22px;
  font-size: 16px;
  font-weight: 500;
  color: #34495e;
  cursor: pointer;
  border: 2px solid #e0e0e0;
  transition: border 0.2s, box-shadow 0.2s, background 0.2s;
  margin-bottom: 8px;
  min-width: 160px;
  min-height: 90px;
  box-shadow: 0 2px 8px rgba(44,62,80,0.04);
  position: relative;
}
.registration-modal-form .category-radio.selected {
  border: 2.5px solid #5ca9fb;
  background: linear-gradient(90deg, #e3f0ff 0%, #fafdff 100%);
  box-shadow: 0 4px 18px rgba(92,169,251,0.10);
}
.registration-modal-form .category-radio input[type="radio"] {
  display: none;
}
.registration-modal-form .category-radio .category-icon {
  font-size: 2.1rem;
  margin-bottom: 8px;
  color: #5ca9fb;
}
.registration-modal-form .category-radio.selected .category-icon {
  color: #2d7be5;
}
.registration-modal-form .category-radio span {
  font-size: 15px;
  font-weight: 600;
  color: #34495e;
  margin-top: 2px;
}
.registration-modal-form .category-radio.selected span {
  color: #2d7be5;
}
.registration-modal-form .category-radio .category-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #5ca9fb;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 8px;
  padding: 2px 8px;
  letter-spacing: 0.5px;
  display: none;
}
.registration-modal-form .category-radio.selected .category-badge {
  display: block;
}
/* --- Bank Details Box --- */
.registration-modal-form .bank-details-box {
  background: linear-gradient(90deg, #e3f0ff 0%, #fafdff 100%);
  border-radius: 12px;
  padding: 18px 16px 12px 16px;
  margin-top: 18px;
  margin-bottom: 8px;
  box-shadow: 0 2px 12px rgba(44,62,80,0.08);
  font-size: 15.5px;
  color: #34495e;
  border-left: 5px solid #5ca9fb;
}
.registration-modal-form .bank-details-box b {
  color: #2d7be5;
  font-size: 17px;
  display: block;
  margin-bottom: 6px;
}
.registration-modal-form .bank-details-box .bank-detail-row {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
}
.registration-modal-form .bank-details-box .bank-detail-row strong {
  color: #5ca9fb;
  font-weight: 700;
}
.registration-modal-form .bank-details-box .bank-detail-note {
  font-size: 13px;
  color: #888;
  margin-top: 8px;
}
/* --- General Spacing --- */
.registration-modal-form .form-group {
  margin-bottom: 14px !important;
}

@media (max-width: 600px) {
  .registration-modal-overlay {
    align-items: flex-start !important;
    justify-content: center !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    min-height: 100vh;
    box-sizing: border-box;
  }
  .registration-modal-card {
    max-width: 98vw;
    width: 98vw;
    min-width: 0;
    border-radius: 12px;
    margin: 0 auto;
    padding: 0 10px 10px 10px !important;
    box-sizing: border-box;
    overflow-y: auto;
  }
  .registration-modal-header {
    min-height: 36px;
    padding: 10px 6px 4px 6px !important;
    font-size: 17px;
    border-radius: 12px 12px 0 0;
  }
  .registration-modal-header h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .registration-modal-form {
    padding: 0 2px;
  }
  .registration-modal-form .form-group {
    margin-bottom: 10px !important;
  }
  .registration-modal-form input.form-control,
  .registration-modal-form textarea.form-control {
    font-size: 15px;
    padding: 8px 8px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border-radius: 7px;
  }
  .registration-modal-form .btn-custom,
  .registration-modal-form button,
  .registration-modal-form input[type="submit"] {
    font-size: 15px;
    padding: 10px 0;
    width: 100%;
    min-width: 0;
    border-radius: 8px;
  }
  .registration-modal-form .bank-details-box {
    font-size: 13.5px;
    padding: 10px 6px;
    border-radius: 8px;
  }
}

@media (max-width: 400px) {
  .registration-modal-overlay {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .registration-modal-card {
    max-width: 100vw;
    width: 100vw;
    min-width: 0;
    border-radius: 6px;
    margin: 0;
    padding: 0 2px 4px 2px !important;
    box-sizing: border-box;
    box-shadow: none;
  }
  .registration-modal-header {
    min-height: 28px;
    padding: 6px 2px 2px 2px !important;
    font-size: 14px;
    border-radius: 6px 6px 0 0;
  }
  .registration-modal-header h3 {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .registration-modal-form {
    padding: 0 1px;
  }
  .registration-modal-form .form-group {
    margin-bottom: 6px !important;
  }
  .registration-modal-form input.form-control,
  .registration-modal-form textarea.form-control {
    font-size: 13px;
    padding: 6px 6px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border-radius: 5px;
  }
  .registration-modal-form .btn-custom,
  .registration-modal-form button,
  .registration-modal-form input[type="submit"] {
    font-size: 13px;
    padding: 7px 0;
    width: 100%;
    min-width: 0;
    border-radius: 6px;
  }
  .registration-modal-form .category-radio-group {
    gap: 6px;
    margin-bottom: 6px;
    margin-top: 4px;
  }
  .registration-modal-form .category-radio {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    padding: 4px 1px 4px 1px !important;
    min-height: 36px !important;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 5px;
    box-shadow: none;
  }
  .registration-modal-form .category-icon {
    font-size: 1.2rem !important;
    margin-bottom: 2px !important;
  }
  .registration-modal-form .bank-details-box {
    font-size: 11.5px;
    padding: 6px 2px;
    border-radius: 5px;
    border-left: 3px solid #5ca9fb;
  }
}