/* 
 * Primatz Custom Modern UI Styles 
 * Consolidating all modern section styles (Roadmap, Journey, Tech-Grid, etc.)
 */

/* 0. HEADER & NAVIGATION BRANDING */
.main-menu ul li.current-menu-item > a {
  color: #ab052d !important; /* Brand Red */
  font-weight: 700 !important;
}
.main-menu ul li a:hover {
  color: #ab052d !important;
}

/* 1. HERO SECTION & FORM STYLES */
.rs-banner-one.lead-gen-hero {
  background-color: #001f3f;
  position: relative;
  overflow: hidden;
}
.hero-title {
  font-size: 72px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 30px;
  color: #ffffff;
}
.hero-title span.highlight {
  color: #ffcc00;
}
.hero-desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  max-width: 500px;
}
.as-seen-in {
  margin-top: 60px;
  color: rgba(255, 255, 255, 0.7);
}
.as-seen-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}
.as-seen-logos span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 5px;
}
.lead-gen-hero .contact-page__form-box {
  max-width: 500px;
  margin-left: auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.lead-gen-hero .contact-page__form-box h4,
.lead-gen-hero .contact-page__form-box p {
  color: #001f3f !important;
}
.lead-gen-hero .contact-page__form-box input,
.lead-gen-hero .contact-page__form-box select,
.lead-gen-hero .contact-page__form-box textarea {
  background-color: #f8f9fa !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  color: #333 !important;
  padding: 15px 20px !important;
  height: auto !important;
}
.lead-gen-hero .contact-page__form-box button {
  background-color: #ab052d !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.lead-gen-hero .contact-page__form-box button:hover {
  background-color: #8a0424 !important;
}

/* 2. ROADMAP & TIMELINE STYLES */
.roadmap-section {
  padding: 70px 0;
  background: #fff;
  text-align: center;
}
.roadmap-title-area {
  margin-bottom: 60px;
}
.roadmap-title-area h2 {
  font-size: 36px;
  font-weight: 800;
  color: #001f3f;
  margin-bottom: 15px;
}
.roadmap-title-area p {
  font-size: 16px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}
.roadmap-container {
  position: relative;
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 0 20px;
}
.roadmap-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #ab052d;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 3px;
}
.roadmap-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: left;
}
.roadmap-item:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}
.roadmap-dot {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #ab052d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  margin: 0 40px;
  box-shadow: 0 0 25px rgba(171, 5, 45, 0.4);
  flex-shrink: 0;
}
.roadmap-card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  width: calc(50% - 90px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid #f0f0f0;
  transition: transform 0.3s ease;
}
.roadmap-card:hover {
  transform: translateY(-5px);
}
.step-label {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 25px;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.step-label.green {
  background: #fff0f0;
  color: #ab052d;
}
.step-label.blue {
  background: #e3f2fd;
  color: #1565c0;
}
.step-label.orange {
  background: #fff3e0;
  color: #ef6c00;
}
.step-label.purple {
  background: #f3e5f5;
  color: #7b1fa2;
}
.roadmap-card h4 {
  font-weight: 800;
  margin-bottom: 15px;
  color: #001f3f;
  font-size: 20px;
}
.roadmap-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 0;
}
.roadmap-time {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #ab052d;
  margin-top: 20px;
  font-weight: 700;
  width: 100%;
  justify-content: flex-start;
}
.roadmap-item:nth-child(even) .roadmap-time {
  justify-content: flex-end;
}
.results-box {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 20px;
  margin-top: 60px;
  display: flex;
  justify-content: space-around;
  text-align: center;
  border: 1px solid #f0f0f0;
}
.result-item h3 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 5px;
  color: #001f3f;
}
.result-item p {
  font-size: 13px;
  color: #777;
  margin-bottom: 0;
  font-weight: 600;
}

/* 3. ABOUT PAGE COMPONENTS */
.our-story-section {
  padding: 100px 0;
  background: #fff;
}
.story-content .section-title {
  font-size: 36px;
  font-weight: 800;
  color: #001f3f;
  margin-bottom: 25px;
}
.story-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}
.journey-card {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}
.journey-timeline {
  position: relative;
  padding-left: 50px;
  margin-top: 30px;
}
.journey-timeline::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #eee;
}
.timeline-item {
  position: relative;
  margin-bottom: 30px;
}
.year-badge {
  position: absolute;
  left: -50px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  z-index: 2;
  border: 4px solid #fff;
}
.year-badge.green {
  background: #ab052d;
}
.year-badge.blue {
  background: #007bff;
}
.year-badge.purple {
  background: #6f42c1;
}
.year-badge.orange {
  background: #fd7e14;
}
.year-badge.red {
  background: #dc3545;
}
.timeline-content h6 {
  margin-bottom: 5px;
  font-weight: 700;
  color: #001f3f;
  font-size: 16px;
}
.timeline-content p {
  font-size: 13px;
  margin-bottom: 0;
  color: #777;
  line-height: 1.4;
}

/* 4. TECHNICAL GRID & STATS */
.tech-grid-section {
  background: #f8f9fa;
  padding: 100px 0;
}
.tech-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  flex-shrink: 0;
  margin-right: 20px;
}
.tech-text h5 {
  margin-bottom: 8px;
  font-weight: 700;
  color: #001f3f;
  font-size: 18px;
}
.tech-text p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}
.stats-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}
.stat-box {
  padding: 40px;
  text-align: center;
}
.stat-box h3 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
}
.stat-box p {
  font-size: 14px;
  color: #888;
  margin-bottom: 0;
  font-weight: 500;
}
.text-green {
  color: #ab052d;
}
.text-blue {
  color: #007bff;
}
.text-purple {
  color: #6f42c1;
}
.text-orange {
  color: #fd7e14;
}
.border-right {
  border-right: 1px solid #f0f0f0;
}
.border-bottom {
  border-bottom: 1px solid #f0f0f0;
}

/* 5. FLOATING COMPONENTS */
#whatsapp-btn {
  position: fixed;
  bottom: 100px;
  right: 15px;
  z-index: 99;
  background-color: #25d366;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
  animation: effect 5s infinite ease-in;
}

@keyframes effect {
  20%,
  100% {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
  0%,
  10% {
    width: 55px;
    height: 55px;
    font-size: 35px;
  }
  5% {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}

/* 6. POLICY & LEGAL PAGES */
.policy-area {
  background-color: #fcfcfc;
}
.policy-wrapper {
  background: #ffffff;
  padding: 60px;
  border-radius: 20px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}
.policy-item {
  margin-bottom: 45px;
}
.policy-title {
  font-size: 24px;
  font-weight: 800;
  color: #001f3f;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
.policy-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: #ab052d;
}
.policy-item p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 0;
}
.policy-item ul {
  padding-left: 20px;
  margin-top: 20px;
}
.policy-item ul li {
  font-size: 15px;
  color: #666;
  margin-bottom: 12px;
  position: relative;
  list-style: none;
  padding-left: 25px;
}
.policy-item ul li::before {
  content: "\eb7b";
  font-family: "remixicon";
  position: absolute;
  left: 0;
  color: #ab052d;
  font-weight: bold;
}
.policy-contact {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 15px;
  border-left: 5px solid #ab052d;
}

/* 7. ACCORDION & FAQ PREMIUM STYLES */
.rs-accordion-two .rs-accordion-item {
  background: #fff;
  border-radius: 12px !important;
  margin-bottom: 20px;
  border: 1px solid #eee !important;
  overflow: hidden;
  transition: all 0.3s ease;
}
.rs-accordion-two .rs-accordion-item:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border-color: #ab052d !important;
}
.rs-accordion-two .accordion-button {
  padding: 25px 30px;
  font-size: 18px;
  font-weight: 700;
  color: #001f3f;
  background: transparent;
  box-shadow: none;
}
.rs-accordion-two .accordion-button:not(.collapsed) {
  color: #ab052d;
  background: #fff;
}
.rs-accordion-two .accordion-body {
  padding: 0 30px 30px;
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}

/* 8. RESPONSIVE ADJUSTMENTS */
@media (max-width: 991px) {
  .hero-title {
    font-size: 42px;
  }
  .roadmap-line {
    left: 25px;
    transform: none;
  }
  .roadmap-item,
  .roadmap-item:nth-child(even) {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }
  .roadmap-dot {
    margin: 0 20px 0 0;
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .roadmap-card {
    width: calc(100% - 65px);
  }
  .results-box {
    flex-direction: column;
    gap: 30px;
  }
  .policy-wrapper {
    padding: 30px;
  }
}
/* 9. BREADCRUMB OVERLAY */
.rs-breadcrumb-area {
  position: relative;
  overflow: hidden;
}
.rs-breadcrumb-bg-thumb {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rs-breadcrumb-bg-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
  z-index: 1;
}
.rs-breadcrumb-area .container {
  position: relative;
  z-index: 10;
}
.rs-breadcrumb-wrapper {
  position: relative;
  z-index: 2;
}
.rs-breadcrumb-title,
.rs-breadcrumb-desc,
.rs-breadcumb-item,
.rs-breadcumb-item a {
  color: #ffffff !important;
}
.rs-breadcrumb-line {
  background: #ab052d !important;
}

/* 10. NEWSLETTER FORM (SUBSCRIBE) */
.rs-cta-form-wrapper {
  max-width: 550px;
  margin-left: auto;
}
.rs-cta-input-group {
  display: flex !important;
  background: #ffffff !important;
  padding: 8px !important;
  border-radius: 60px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
  border: 4px solid rgba(255, 255, 255, 0.1) !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  overflow: hidden !important;
}
.rs-cta-input-group:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(171, 5, 45, 0.2) !important;
  border-color: rgba(171, 5, 45, 0.3) !important;
}
.rs-cta-input-group input {
  flex-grow: 1 !important;
  background: transparent !important;
  border: none !important;
  color: #333 !important;
  padding: 12px 25px !important;
  outline: none !important;
  font-size: 16px !important;
  width: 100% !important;
  box-shadow: none !important;
}
.rs-cta-input-group input::placeholder {
  color: #999 !important;
}
.rs-cta-input-group button.rs-btn {
  background: #ab052d !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 12px 35px !important;
  font-weight: 700 !important;
  transition: all 0.3s ease !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  height: auto !important;
  margin: 0 !important;
}
.rs-cta-input-group button.rs-btn:hover {
  background: #001f3f !important;
  box-shadow: 0 5px 15px rgba(0, 31, 63, 0.3) !important;
}
.rs-cta-input-group button.rs-btn .icon-box {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
}

@media (max-width: 767px) {
  .rs-cta-input-group {
    flex-direction: column !important;
    border-radius: 20px !important;
    padding: 15px !important;
    gap: 15px !important;
  }
  .rs-cta-input-group button.rs-btn {
    width: 100% !important;
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 34px !important;
    line-height: 1.25;
    text-align: center;
  }
  .hero-desc {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .as-seen-logos {
    justify-content: center;
    gap: 15px;
  }
  .lead-gen-hero .contact-page__form-box {
    padding: 25px !important;
    margin: 40px auto 0 !important;
    max-width: 100%;
  }
  .regulatory-grid {
    padding: 40px 20px !important;
  }
  .regulatory-item {
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 0 0 30px 0 !important;
    margin-bottom: 30px;
    min-width: 100%;
  }
  .regulatory-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
}

/* 11. INDEX SERVICES BOXES & MODERNIZATION */
.rs-services-item {
  background: #1f2a36 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  padding: 50px 40px !important;
  position: relative !important;
  z-index: 10 !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}
.rs-services-item.item-two {
  background: #ab052d !important;
  box-shadow: 0 20px 50px rgba(171, 5, 45, 0.2) !important;
  border: none !important;
}
.rs-services-item:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3) !important;
  background: #253341 !important;
}
.rs-services-item.item-two:hover {
  box-shadow: 0 30px 70px rgba(171, 5, 45, 0.4) !important;
  background: #b90632 !important;
}
.rs-services-number {
  font-size: 14px !important;
  font-weight: 800 !important;
  opacity: 0.5 !important;
  letter-spacing: 2px !important;
  margin-bottom: 25px !important;
  display: block;
}
.rs-services-title {
  font-size: 26px !important;
  font-weight: 800 !important;
  margin-bottom: 20px !important;
  color: #fff !important;
  letter-spacing: -0.5px !important;
}
.rs-services-desc {
  font-size: 15px !important;
  line-height: 1.8 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  margin-bottom: 30px !important;
}
.rs-services-list ul {
  padding: 0 !important;
  margin-bottom: 30px !important;
}
.rs-services-list ul li {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px !important;
  margin-bottom: 12px !important;
  list-style: none !important;
  padding-left: 25px !important;
  position: relative !important;
}
.rs-services-list ul li::before {
  content: "\eb7b";
  font-family: "remixicon";
  position: absolute;
  left: 0;
  color: inherit;
  font-weight: bold;
}
.rs-services-btn .rs-btn {
  width: 100% !important;
  justify-content: center !important;
}

/* 12. REGULATORY CERTIFICATES MODERNIZATION */
.regulatory-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  background: #1f2a36;
  padding: 80px 40px;
  border-radius: 30px;
  position: relative;
  z-index: 20;
  box-shadow: 0 40px 100px rgba(0,0,0,0.15);
}
.regulatory-item {
  flex: 1;
  min-width: 280px;
  padding: 0 30px;
  border-right: 1px solid rgba(255,255,255,0.05);
  text-align: center;
}
.regulatory-item:last-child {
  border-right: none;
}
.reg-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: rgba(255,255,255,0.03);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reg-icon h4 {
  font-size: 14px;
  font-weight: 800;
  color: #ab052d;
  margin: 0;
}
.regulatory-item h5 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.regulatory-item p {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  margin-bottom: 20px;
}
.reg-meta {
  background: rgba(0,0,0,0.2);
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.reg-meta span {
  display: block;
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  font-weight: 700;
}
.reg-meta strong {
  color: #fff;
  font-size: 13px;
}
.reg-link {
  color: #ab052d;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.reg-link:hover {
  letter-spacing: 1px;
  color: #fff;
}

/* 13. LOGO TICKER ENHANCEMENT */
.brand-ticker-wrapper {
  background: #f8f9fa;
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}
.rs-brand-item img {
  height: 35px !important;
  opacity: 0.5 !important;
  filter: grayscale(1) !important;
  transition: all 0.4s ease !important;
}
.rs-brand-item img:hover {
  opacity: 1 !important;
  filter: grayscale(0) !important;
  transform: scale(1.1);
}

/* 14. SPACING UTILITIES & OVERRIDES */
.pt-60 { padding-top: 60px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pt-70 { padding-top: 70px !important; }
.pb-70 { padding-bottom: 70px !important; }

/* Reduction of global section spaces */
.section-space { padding: 70px 0 !important; }
.section-space-top { padding-top: 70px !important; }
.section-space-bottom { padding-bottom: 70px !important; }

/* 15. FAQ PAGE MODERNIZATION */
.rs-faq-thumb-modern {
  position: relative;
  overflow: visible;
}
.rs-faq-thumb-modern img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 30px;
}
.rs-faq-experience-badge {
  position: absolute;
  bottom: 30px;
  right: -20px;
  background: #ab052d;
  color: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(171, 5, 45, 0.3);
  text-align: center;
  min-width: 180px;
}
.rs-faq-experience-badge .title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 5px;
  color: #fff;
}
.rs-faq-experience-badge p {
  font-size: 13px;
  margin: 0;
  opacity: 0.9;
  font-weight: 600;
}
.icon-box-sm {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 20px;
  color: #ab052d;
}
.bg-primary-soft {
  background: rgba(171, 5, 45, 0.1);
}
.rs-faq-contact-box {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.05);
  border: 1px solid #f0f0f0;
}

@media (max-width: 991px) {
  .rs-faq-experience-badge {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: -50px;
    margin-left: 20px;
    margin-right: 20px;
    min-width: auto;
  }
}

/* 16. CONTACT PAGE PROFESSIONAL DESIGN */
.rs-contact-card-modern {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}
.rs-contact-card-modern:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.icon-box-primary {
  width: 70px;
  height: 70px;
  background: rgba(171, 5, 45, 0.1);
  color: #ab052d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 30px;
  margin-bottom: 25px;
}
.rs-contact-card-modern h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #001f3f;
}
.rs-contact-card-modern p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
.rs-contact-card-modern .link {
  font-weight: 700;
  color: #ab052d !important;
  text-decoration: none;
  font-size: 15px;
}
.bg-dark-blue {
  background: #001f3f;
}
.p-60 { padding: 60px; }
.bg-white-opacity-5 { background: rgba(255,255,255,0.03); }
.border-top-white-10 { border-top: 1px solid rgba(255,255,255,0.1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }

.form-control-modern {
  width: 100%;
  padding: 15px 20px;
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 10px;
  color: #fff !important;
  transition: all 0.3s ease;
}
.form-control-modern:focus {
  background: rgba(255,255,255,0.1) !important;
  border-color: #ab052d !important;
  outline: none;
}
.form-select-modern {
  width: 100%;
  padding: 15px 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  color: #fff;
}
.verify-badge {
  background: rgba(255,255,255,0.05);
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  height: 100%;
}
.verify-badge:hover {
  background: rgba(255,255,255,0.1);
  transform: scale(1.05);
}
.verify-badge img {
  height: 50px;
  margin-bottom: 12px;
  filter: brightness(1.2);
}
.verify-badge span {
  display: block;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.icon-box-xs { width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; }
.text-sm { font-size: 13px !important; }

@media (max-width: 991px) {
  .p-60 { padding: 30px; }
}

/* 17. CREDENTIALS GALLERY (ABOUT PAGE) */
.credential-item-modern {
  text-align: center;
  margin-bottom: 30px;
}
.credential-item-modern .thumb {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.credential-item-modern:hover .thumb {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
  border-color: #ab052d;
}
.credential-item-modern .thumb img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.7;
  transition: all 0.3s ease;
}
.credential-item-modern:hover .thumb img {
  filter: grayscale(0);
  opacity: 1;
}
.credential-item-modern h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #001f3f;
}
.credential-item-modern p {
  font-size: 12px;
  color: #888;
  margin: 0;
}

/* 18. LIGHT FORM THEME */
.bg-light-soft { background: #f9fbfd; }
.border-10-whitesmoke { border: 10px solid #f0f2f5; }
.form-control-modern-light {
  width: 100%;
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #e1e7ec;
  border-radius: 10px;
  color: #001f3f;
  transition: all 0.3s ease;
  margin-bottom: 5px;
}
.form-control-modern-light:focus {
  border-color: #ab052d;
  box-shadow: 0 0 0 4px rgba(171, 5, 45, 0.05);
  outline: none;
}
.border-top-gray-10 { border-top: 1px solid #eee; }

/* Select2 Light Theme Overrides */
.select2-container--default .select2-selection--single {
  height: 54px !important;
  background-color: #fff !important;
  border: 1px solid #e1e7ec !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  transition: all 0.3s ease;
}
.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #ab052d !important;
  box-shadow: 0 0 0 4px rgba(171, 5, 45, 0.05) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #001f3f !important;
  padding-left: 20px !important;
  line-height: 52px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px !important;
  right: 15px !important;
}
.select2-container--default .select2-selection--single {
    width: 100% !important;
}
.select2-dropdown {
  border: 1px solid #e1e7ec !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
  z-index: 1000;
}
