
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  background: #F8F9FA;
   font-family: "Outfit", sans-serif;
}

h1 {
  font-size: 42px;
  color: #003152;
  font-weight: 600;
}

h2 {
  font-size: 28px;
  color: #003152;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  color: #003152;
  font-weight: 500;
}

h4 {
  font-size: 18px;
  color: #003152;
  font-weight: 500;
}

p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
a {text-decoration: none;}

.primary-btn {
  background: #841F35;
  color: #FFF;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  border: 0px;
}

.primary-btn:hover {
  background: #5e1626;
  color: #FFF;
}

.primary-btn:active {
  background: #5e1626 !important;
  color: #FFF !important;
}


.secondary-btn {
  background: #003152;
  color: #FFF;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  border: 0px;
}

.secondary-btn:hover {
   background: #001f33;
   color: #FFF;
}

.secondary-btn:active {
   background: #001f33 !important;
   color: #FFF !important;
}
#google_translate_element select {
  font-size: 14px;
}
#google_translate_element {
  font-size: 12px;
}

/* ===== TOP BAR ===== */
.topbar {
  background: #003152;
  color: #FFF;
  font-size: 14px;
}

.topbar select {
  background: #003152;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 4px 10px;
  border-radius: 6px;
}

.topbar a {
  color: #FFF;
  text-decoration: none;
}

.right-bar span {
  display: flex;
  align-items: center;
  gap: 6px;

}
.right-bar span b {
  font-weight: 400 !important;
}

.translate-container select {
  width: 150px !important;
}

/* ===== NAVBAR ===== */
.main-navbar {
  padding: 30px 0;
  background: #FFF;
}

.navbar-nav .nav-link {
  font-weight: 500;
  font-size: 14px;
}

/* ===== MEGA MENU ===== */
.mega-menu {
  width: 600px;
  padding: 20px;
}

.mega-menu h6 {
  font-weight: 600;
  color:#003152;
}

.mega-menu a {
  display: block;
  padding: 6px 0;
  text-decoration: none;
  color: #000;
  font-size:14px;
}

.mega-menu a:hover {
  color:#003152;
}

.dropdown-item {
  font-size: 14px;
}

#mobileTabSelector br {
    display: none !important;
}
/* ===== HOVER SUPPORT (DESKTOP ONLY) ===== */
@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* ===== HERO SECTION ===== */
.hero-section {
  overflow: hidden;
padding: 0px !important;
}



.hero-section p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

.hero-input {
  max-width: 520px;
  margin-bottom: 12px;
}

.hero-input input {
  height: 54px;
}

.hero-input button {
  padding: 0 28px;
}

.hero-links a {
  margin-right: 18px;
  font-size: 14px;
  color: #841F35;
  text-decoration: none;
}

.hero-links a:hover {
  text-decoration: underline;
}

.hero-img {
  max-height: 480px;
  object-fit: cover;
  mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

.min-vh-75 {
  min-height: 75vh;
}

/* ===== CAROUSEL ARROWS ===== */
.hero-section .carousel-control-prev,
.hero-section .carousel-control-next {
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.hero-section .carousel-control-prev {
  left: 40px;
}

.hero-section .carousel-control-next {
  right: 40px;
}

.hero-section .carousel-control-prev-icon,
.hero-section .carousel-control-next-icon {
  background-size: 18px;
  filter: invert(20%);
}

/* ===== MOBILE ===== */
@media (max-width: 991px) {
  .hero-section h1 {
    font-size: 32px;
  }

  .hero-img {
    margin-top: 30px;
    max-height: 360px;
  }

  .hero-section .carousel-control-prev {
    left: 10px;
  }

  .hero-section .carousel-control-next {
    right: 10px;
  }
}

.stats-section {
  background: #f8f9fa;
  padding: 0px !important;
  margin: 20px !important;
  text-align: center;
}

.stat-card {
  background:#003152;
  color: #fff;
  border-radius: 10px;
  padding:8px 10px;
  height: 100%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.stat-card h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #FFF;
}

.stat-card p {
  font-size: 13px;
  margin: 0;
  color: #FFF;
}

.why-choose-us h2 {
  text-align: center;
  margin-bottom: 50px;
}

.choose-card {
  background-color: #e2e8f0;
  padding: 40px 16px 24px;
  border-radius: 12px;
  text-align: left;
  position: relative;
  transition: transform 0.3s;
      height: 100% !important;
}

.choose-card:hover {
  transform: translateY(-10px);
}

.choose-icon {
  background-color: #0b2e56;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  position: absolute;
  top: -30px;
  right: 20px;
}

.choose-card h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #0b2e56;
}

.choose-card p {
  font-size: 14px;
  color: #1e1e1e;
  margin: 0;
}

.section-title {
  margin-bottom: 30px;
}

/* Desktop Tab Styling */
.nav-pills .nav-link {
  color: #000;
  background-color: #f8f9fa;
  border-radius: 6px;
  margin: 0 5px;
  font-weight: 500;
  padding: 10px 20px;
}

.nav-pills .nav-link.active {
  background-color: #003152 !important;
  color: #fff !important;
  font-size: 14px;
}

/* Mobile Dropdown Styling */
.mobile-tab-dropdown .btn-secondary {
  background-color:#003152;
  border: none;
  width: 100%;
  padding: 12px;
  font-weight: 500;
}

/* Card Styling */
/* Enhanced Card Styling */
.service-card {
  background-color: #e9ecef;
  border-radius: 12px;
  height: 100%;
  padding: 24px 16px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  top: 0;
}

.service-card:hover {
  top: -10px;
 box-shadow: 0 15px 30px rgba(0, 48, 73, 0.1);
}

/* Button Hover Effect */
.btn-read-more {
  background-color: #782131;
  /* Maroon color from design */
  color: white;
  border: none;
  padding: 8px 24px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.service-card:hover .btn-read-more {
 
  background-color: #5a1825;
  /* Darker maroon on hover */
}




section {
  /* padding: 80px 0; */
  padding: 40px 0;
}

.about-section {
  /* padding: 80px 0; */
  padding: 40px 0;
}

.sub-title {
  color: #333;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 10px;
}


/* List Styling */
.feature-list {
  padding-left: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 500;
  color: #222;
  font-size: 0.95rem;
}

.feature-list i {
  color: #000;
  font-size: 1.2rem;
  margin-right: 12px;
  font-weight: bold;
}

.btn-brand {
  background-color: #841F35;
  color: white;
  padding: 10px 30px;
  border-radius: 6px;
  font-weight: 600;
  /* transition: all 0.3s ease; */
}

.btn-brand:hover {
  background-color: #5a1825;
  color: white;
  /* transform: translateY(-2px); */
}

/* Image Styling */
.about-image-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.trusted-section {
  padding: 0px !important;
}

.trusted-title {
  color: #000;
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 20px;
}

.logo-wrapper {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.client-logo {
  max-width: 150px;
  height: auto;
  /* filter: grayscale(100%); */
  /* opacity: 0.7; */
  transition: all 0.3s ease;
  margin: 0 auto;
}

.client-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* Adjusting logo container for carousel */
.owl-item img {
  width: auto !important;
  display: inline-block !important;
}

/* Header Section */
.quote-icon {
  width: 50px;
  opacity: 0.2;
  margin-bottom: 15px;
}


/* Google Review Button */
.google-review-btn {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  width: fit-content;
  text-decoration: none;
  margin-top: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.google-logo-box {
  padding: 10px 15px;
  background: #fff;
  display: flex;
  align-items: center;
}

.google-text-box {
  background: #4285f4;
  color: white;
  padding: 10px 15px;
  font-size: 0.85rem;
  line-height: 1.3;
}

/* Testimonial Card Styling */
.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  /* margin: 10px; */
  /* Space for shadow */
  /* height: 100%; */
  /* border: 1px solid #f1f1f1; */
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
  max-height: 400px;
}

/* .testimonial-text {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 30px;
} */

.testimonial-text {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 30px;
  overflow-y: auto;
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
}

/* Chrome, Edge, Safari */
.testimonial-text::-webkit-scrollbar {
    width: 3px;                 /* thinner scrollbar */
    opacity: 0;                 /* default hidden feel */
}

.testimonial-text::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15); /* light & subtle */
    border-radius: 10px;
    transition: background 0.3s ease;
}

.testimonial-text::-webkit-scrollbar-track {
    background: transparent;
}

/* Show stronger scrollbar only on hover */
.testimonial-text:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.35);
}

.testimonial-text:hover::-webkit-scrollbar {
    width: 5px; /* slightly wider on hover */
}

/* Author Info */
.author-box {
  display: flex;
  align-items: start;
  gap: 12px;
}

.author-initials {
  width: 45px;
  height: 45px;
  background: #ececec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #444;
  font-size: 0.9rem;
}

.author-meta {
  width: 80%;
}

.author-meta h5 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  color: #000;
}

.author-meta p {
  font-size: 0.75rem;
  color: #666;
  margin: 0;
  line-height: 1.2;
}

/* Carousel Dot Customization */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #d6d6d6;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #003152;
}

/* Section Header */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}



.btn-view-all {
  background-color:#003152;
  color: white;
  padding: 8px 25px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

/* Blog Card Styling */
.blog-card {
  background-color: #e9ecef;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-img-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.blog-img-container img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.blog-body {
  padding:24px 16px;
  /* flex-grow: 1;
  display: flex;
  flex-direction: column; */
}

.blog-title {
  color: #003152;
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.4;
  margin-bottom: 15px;
  min-height: 55px;
}

.blog-excerpt {
  color: #444;
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

.btn-read-more {
  background-color: #841F35;
  color: white;
  border: none;
  padding: 8px 22px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  width: fit-content;
  margin-top: auto;
}

.cta-section {
  background-color: #841F35;
  color: white;
  padding: 60px 0;
}

.cta-title {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #FFF;
}

.cta-description {
  font-size: 1.1rem;
  max-width: 650px;
  margin-bottom: 35px;
  line-height: 1.5;
  color: #FFF;
}

/* Download Buttons */
.btn-download {
  background-color:#003152;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: opacity 0.3s;
}

.btn-download:hover {
  color: white;
  opacity: 0.9;
}

/* Consultation Button */
.consultation-wrapper {
  text-align: right;
}

.consultation-label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 10px;
  font-weight: 500;
}

.btn-outline-white {
  border: 1px solid white;
  color: white;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
}

.btn-outline-white:hover {
  background-color: white;
  color: #841F35;
}

@media (max-width: 991px) {
  .consultation-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}

footer {
  background-color:#003152;
  color: #fff;
  padding: 80px 0 40px;
  font-family: "Segoe UI", sans-serif;
}

.footer-heading {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 5px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.85;
  transition: opacity 0.3s;
}

.footer-links a:hover {
  opacity: 1;
}

/* Newsletter Styling */
.newsletter-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFF;
  text-align: right;
}

.newsletter-form {
  display: flex;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}

.newsletter-form input {
  border: none;
  padding: 15px 20px;
  flex-grow: 1;
  outline: none;
  font-size: 0.95rem;
}

.newsletter-form .btn-register {
  background-color: #841F35;
  color: white;
  border: none;
  padding: 0 30px;
  font-weight: 600;
  cursor: pointer;
}

/* Brand and Social */
.footer-brand {
  margin-bottom: 16px;
  display: block;
}

.footer-tagline {
  font-size: 0.85rem;
  opacity: 0.8;
  margin-bottom: 25px;
  display: block;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-bottom: 16px;
}

.social-link {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s;
}

.social-link:hover {
  background-color: white;
  color: #003152;
}

/* Disclaimer and Copyright */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 40px;
  margin-top: 60px;
}

.disclaimer-text {
  font-size: 0.75rem;
  line-height: 1.6;
  opacity: 0.6;
  color: #FFF;
}

.copyright-text {
  font-size: 0.8rem;
  opacity: 0.8;
  color: #FFF;
}

/* Mobile text adjustment */
p {letter-spacing: normal !important;}

.free-box {
  padding: 16px 0px;
  border-radius: 12px;
  /* background: #FFF; */
 /* box-shadow: inset 0px 0px 39px -11px rgba(0, 0, 0, 0.10); */
}

.free-box-2 .free-card {
  background: #0031521e;
  padding: 3px 10px;
}

.free-box-2 .free-card p {
  color: #003152;
}

.free-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 8px;
  background: #003152;
  color: #FFF;
  border-radius: 999px;
  flex: 0 0 auto;

}

.free-card .icon-box {
  width: 40px !important;
  height: 40px !important;
  background: #FFF;
  border-radius: 999px;
  color: #003152;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.free-card .icon-box i {
  font-size:22px;
}

.free-card p {
  margin: 0px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}

.tiitle-box {
  margin-bottom: 24px;
}


.requirements-box {
  padding: 12px;
  border-radius: 12px;
  background: #FFF;
  color: #003152;
  height: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}


.requirements-box i {
  font-size: 30px;
  margin-bottom: 10px;
}

.faq-accordion .accordion-button {
  font-weight: 500;
  background: #f1f1f1;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.faq-accordion .accordion-item {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 16px;
}

.faq-accordion .accordion-button::after {
  font-size: 1.2rem;
}


.landing-page-services {
  background: #FFF;
  height: 100%;
}


.landing-page-services .service-card  {
  background: #e2e8f0;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.landing-page-services .service-card:hover  {
  background: #003152;
  transform: translateY(0px) !important;
  top: 0 !important;
}
/* Make owl stage flex */
.company-carousel .owl-stage {
    display: flex !important;
}

/* Make each owl item stretch equal */
.company-carousel .owl-item {
    display: flex;
}

/* Make item wrapper full height */
.company-carousel .item {
    display: flex;
    width: 100%;
}

/* Make card take full height */
.landing-page-services .service-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

/* Keep button bottom aligned */
.landing-page-services .service-card .btn-read {
    margin-top: auto;
}


.landing-page-services .service-card ul {
  padding: 0;
  margin-top: 16px;
}

.landing-page-services .service-card li
{
 list-style: none;
 padding: 2px 10px;
 margin: 0 5px 5px 0px;
 border-radius: 8px;
 background: #ffffff5e;
 position: relative;
 padding-left: 40px;
}

.landing-page-services .service-card li::before {
  content: "\f058";
     font-family: "Font Awesome 7 Free";
     font-weight: 700;
     margin-right: 5px;
     position: absolute;
     left: 10px;
     top: 5;

}

.landing-page-services .service-card:hover li {
  color: #FFF;
}

.landing-page-services .service-card:hover h3 {
  color: #FFF;
}


.process-section {
 
  position: relative;
}

.process-card {
  background: #FFF;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid rgba(255,255,255,0.3);
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.step-number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #841F35;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box {
  font-size: 32px;
  color: #841F35;
}

.progress-line {
  position: absolute;
  top: 50px;
  left: 8%;
  width: 84%;
  height: 4px;
  background: linear-gradient(to right, #841F35, #6c757d);
  z-index: 0;
  border-radius: 5px;
}

.process-card {
  z-index: 1;
}


.business-section {
  background: #FFF;
}

.service-card {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.4);
  transition: all 0.35s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
       display: flex;
    flex-direction: column;
    justify-content: space-between;
  
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.icon-circle {
  width: 60px;
  height: 60px;
  background: #003152;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.service-card ul {
  padding-left: 18px;
  line-height: 1.8;
}

.service-card ul li {
  margin-bottom: 0px;
}


.landing-why .col-md-6 {

  margin-bottom: 40px;
}

.header-submenu a {
color: #841F35;
font-size: 14px;
font-weight: 600;
}

.header-submenu a:hover {
  color: #212529;
}

.header-submenu  .list-inline-item {
  margin-right: 16px;
}
    .countries-section {
        background: #003152;
        color: #FFF;
      
    }

     .countries-section h2 {
      color: #FFF;
     }

     .countries-section p {
      color: #FFF;
     }

   

    .country-card {
        background:#024f835d;
        border-radius: 20px;
        padding: 35px 20px;
        text-align: center;
        transition: all 0.35s ease;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        border: 1px solid rgba(0,0,0,0.04);
        height: 100%;
    }

    .country-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    }

    .flag-circle {
        width: 90px;
        height: 90px;
        margin: auto;
        border-radius: 50%;
        overflow: hidden;
        border: 5px solid #ffffff;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        transition: 0.3s;
    }

    .country-card:hover .flag-circle {
        transform: scale(1.05);
    }

    .flag-circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .country-name {
        margin-top: 18px;
        font-weight: 600;
        color: #FFF;
    }

    .divider {
        width: 70px;
        height: 4px;
        background: linear-gradient(to right, #0d6efd, #4dabf7);
        margin: 15px auto 25px;
        border-radius: 10px;
    }

.timeline-creative {
    background: #003152;
    padding:50px 16px;
    border-radius: 16px;
}

.timeline-title {
    /* text-align: center; */
    /* margin-bottom: 70px; */
    margin-bottom: 50px;
    color: #FFF;
}

.process-wrapper {
    position: relative;
}

.process-step {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 40px 16px 16px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
}

.process-step:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

.step-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #841f35;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -70px auto 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.step-days {
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 8px;
}

.step-heading {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    color: #1e293b;
}

.step-text {
    font-size: 14px;
    color: #6b7280;
}

.arrow {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    font-size: 40px;
    color: #841f35;
}

@media (max-width: 991px) {
    .arrow {
        display: none;
    }
}
    .left-menu  .list-group-item {
      justify-content: space-between;
      display: flex;
      align-items: center;
    }

.left-menu .list-group-item.active {
background: #003152;
border-color: #003152;
}

.left-menu .list-group-item:hover {
background: #003152;
color: #FFF;
border-color: #003152;
}

.price-box {
      background: #f8f9fa;
    padding: 20px 16px;
    border-radius: 16px;
}

.doc-box {
  padding: 20px 16px;
  background: #f0f0f0;
  border-radius: 12px;
  height: 100%;
  /* box-shadow:  0 0.5rem 1rem rgba(0, 0, 0, 0.15); */
}

.doc-box ul li {
  margin-bottom: 5px;
}

.box-in-1 {
  border-left: 3px solid #003152;
  padding: 12px;
  background: #00315227;
  border-radius: 0px 12px 12px 0px;
  height: 100%;
}

.box-in-1 p {
  margin: 0px;
}

.box-in-2 {
  padding: 0px;
  
}

.box-in-2 li {
  list-style: none;
  padding: 5px 10px;
  background: #f0f0f0;
  margin-bottom: 5px;
  border-radius: 8px;
}
.box-in-2 li strong {
  color: #000;
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
}

.box-in-3 {
  background: #f7f7f7;
  padding: 30px 16px 16px;
  border-radius: 12px;
  height: 100%;
  position: relative;
}

.box-in-3 h5 {
  display: inline-block;
  background: #003152;
  color: #FFF;
  padding:5px 16px;
 border-radius: 999px;
 position: absolute;
 top: -20px;
}

  .section-title {
            font-weight: 700;
            color: #8B1E2D;
        }

        .section-desc {
            max-width: 750px;
            margin: auto;
            color: #6c757d;
        }

        /* cards */

        .requirement-card {
            color: #fff;
            border-radius: 14px;
            padding: 16px;
            height: 100%;
            transition: .3s;
            position: relative;
            overflow: hidden;
            background: #e2e8f0;
        }
/* 
        .card-blue {
            background: #8B1E2D;
        }

        .card-red {
            background: #053B57;
        } */

        .requirement-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        }

        /* icon */

       .requirement-card .icon-box {
            width: 55px;
            height: 55px;
            background: #d3dde6;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
        }

        .requirement-card .icon-box i {
            font-size: 24px;
            color: #8B1E2D;
        }

        /* text */

        .requirement-card h6 {
            font-weight: 600;
            line-height: 1.4;
            margin: 0;
            color: #053B57;
        }
/* Submenu positioning */
.dropdown-submenu .dropdown-menu{
    top:0;
    left:100%;
    margin-left:.1rem;
    display:none;
}

/* show submenu on hover */
.dropdown-submenu:hover .dropdown-menu{
    display:block;
}

/* arrow icon */
.dropdown-submenu > a::after{
    content: "›";
    float:right;
    border: none !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 15px;
}

  /* Modal */

        .modal-content {
            border: none;
            border-radius: 20px;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
        }

        /* Tabs */

        .modal-content  .nav-tabs {
            border: none;
            justify-content: center;
            margin-bottom: 20px;
        }

         .modal-content  .nav-tabs .nav-link {
            border: none;
            font-weight: 600;
            color: #003152;
            padding: 10px 25px;
            border-radius: 30px;
        }

        .modal-content  .nav-tabs .nav-link.active {
            background: #e2e8f0;
            color: #8B1E2D;
        }

        /* Inputs */

         .modal-content  .input-group {
            background: #F5F6F8;
            border-radius: 12px;
            border: 1px solid #E4E7EC;
            overflow: hidden;
        }

         .modal-content  .input-group-text {
            background: transparent;
            border: none;
            color: #BFC5CF;
        }

         .modal-content  .form-control {
            border: none;
            background: transparent;
            padding: 12px;
        }

        .modal-content  .form-control:focus {
            box-shadow: none;
        }

        /* Button */

        .modal-content  .main-btn {
            background: #8B1E2D;
            color: white;
            border: none;
            width: 100%;
            padding: 12px;
            border-radius: 30px;
            font-weight: 600;
            transition: 0.3s;
        }

        .modal-content  .main-btn:hover {
            background: #731724;
        }

        /* Footer */

       .modal-content   .modal-footer {
            justify-content: space-between;
            font-size: 14px;
            border-top: 1px solid #eee;
        }

        .modal-footer a {
            text-decoration: none;
            color: #8B1E2D;
        }

        .modal-content  .close-btn {
            border-radius: 30px;
            border: 1px solid #8B1E2D;
            color: #8B1E2D;
            background: white;
            padding: 6px 20px;
        }

        .modal-content  .close-btn:hover {
            background: #8B1E2D;
            color: white;
        }


@media (max-width: 767px) {
section {
  padding: 40px 0;
}

.left-side {width: 100%;}

.right-bar i.material-icons {
  font-size: 24px !important;
}
.right-bar a {display: flex;}
.contact-info {
  width: 100%;
}
h1 {
  font-size: 28px;
  margin-bottom: 16px;
}
.free-card .icon-box {
  width: 30px !important;
 height: 30px !important;
}
.free-card .icon-box i {
  font-size: 16px;
}
.newsletter-heading {
  text-align: left;
}
.landing-why .choose-card {
    margin-bottom: 0px;
  }

  .choose-card {
    margin-bottom: 40px;
    text-align: center;
    height: auto !important;
  }
  .right-bar {
    margin-top: 16px;
  }

  .choose-icon {
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
  }
  .stat-card h2 {
    font-size: 34px;
  }

  .stat-card p {
    font-size: 14px;
  }
    .right-bar span b {
    display: none;
  }
}

.dropdown-menu {
  z-index:999999 !important;
}

.blog-title > a {
  color : #003152 !important;
}

.float {
    position: fixed;
    width: 60px;
    bottom: 10px;
    left: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

table {
    width: 100%;
    border-collapse: collapse;
}
table td, table th {
    border: 1px solid #ccc;
    padding: 10px 14px;
    vertical-align: top;
}