* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.common-padding {
  padding-left: 130px;
  padding-right: 130px;
}
h1 {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
}
p {
  font-family: "Roboto", serif;
  font-size: 16px;
}
h2 {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 40px;
}
:root {
  --primary-bg-color: #253858;
  --active-indicator: #ff2c35;
  --inactive-bg-color: #465b7a;
}

/* topbar style start */
.top-bar-content {
  gap: 10px;
  padding: 17px 0px;
}
.topbar-content {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  z-index: 100;
}

/* topbar style end */
/* navbar style start */
.navbar {
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 100;
  background-color: #053360;
  padding: 14px 0px;
  position: fixed;
  width: 100%;
}

.navbar-brand {
  position: absolute;
  top: 0;
  z-index: 120;
  display: block;
  transform: translateY(-12%);
}
.link i {
  color: #053360;
}
.social_media_icon_div {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  transition: all 0.3 ease-in-out;
}
.social_media_icon_div:hover {
  background-color: #ff2c35;
}
.social_media_icon_div:hover i {
  color: #fff;
}
.social_media_icon_divs {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  transition: all 0.3 ease-in-out;
}
.social_media_icon_divs:hover {
  background-color: #ff2c35;
}
.social_media_icon_divs:hover i {
  color: #fff;
}
.style-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  font-family: "Roboto", serif;
  background-color: #ff2c35;
  text-decoration: none;
  border: none;
  text-align: center;
  border-radius: 32px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
}
.style-btn:hover {
  background-color: #e81613 ;
  color: white;
}
.nav-ph,
.nav-email {
  gap: 5px;
}
.nav-ph i,
.nav-email i {
  color: #ff2c35;
}
.nav-ph span,
.nav-email span {
  color: #fff;
}
.nav-content,
.ph_email {
  gap: 20px;
}
.nav-content {
  position: relative;
}

.nav-logo img {
  width: 125px;
}
.sticky {
  position: fixed;
  top: 0% !important;
  left: 0% !important;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/* navbar style end */
/* carousel-item style start */
.carousel-item img {
  height: 696px;
  width: 100%;
}

.carousel-caption {
  all: unset;
  position: absolute;
  left: 8%;
  top: 30%;
}
#carouselExampleCaptions {
  padding: 0;
}
.carousel-caption-text-white {
  color: #fff;
  font-size: 60px;
  display: block;
  font-family: "lora", serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 78px;
}
.carousel-caption-text-red {
  color: #ff2c35;
  font-size: 60px;
  display: block;
  font-family: "lora", serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 78px;
}
.carousel-caption-text-green {
  color: #12f804;
  font-size: 60px;
  display: block;
  font-family: "lora", serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 78px;
}
.carousel-caption p {
  color: white;
  font-size: 22px;
  width: 70%;
  text-transform: capitalize;
}
/* custom btn style  */
.btn-arrow-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 12px 2.6rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff2c35, #991a20);
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  outline: 3px solid rgba(255, 255, 255, 0.6);
  background-size: 200% auto;
  transition: background-position 0.5s ease-in-out;
  overflow: hidden;
}

.btn-arrow-cta .btn-text {
  transition: transform 0.3s ease-in-out;
}

.btn-arrow-cta:hover,
.btn-arrow-cta:focus {
  background-position: right center;
}

.btn-arrow-cta:hover .btn-text,
.btn-arrow-cta:focus .btn-text {
  transform: translateX(-10px);
  color: white;
}

.btn-arrow-cta:hover .arrow-container,
.btn-arrow-cta:focus .arrow-container {
  opacity: 1;
  transform: translateX(5px);
}

.btn-arrow-cta .arrow-container {
  position: absolute;
  right: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.btn-arrow-cta .arrow {
  color: #d32f2f;
  font-size: 18px;
  font-weight: bold;
}
.custom-btn {
  gap: 15px;
  display: flex;
}

#carouselExampleCaptions .carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 80%;
  margin-bottom: 1rem;
  margin-left: 5%;
}

/* carousel-item style end */
/* financial solutions section style start */
.point {
  margin-bottom: 15px;
  gap: 10px;
}
.check-icon {
  color: #ff2c35;
  font-size: 20px;
}
.check-icon:hover {
  color: #253858;
}
.financial-solutions-img {
  /* position: relative; */
}
.financial-solutions-content-upper {
  /* position: absolute;
  top: 2%;
  left: 12%; */
}
.financial-solutions-smallimg {
  position: absolute;
  bottom: 5%;
  left: 12%;
  gap: 15px;
  align-items: center;
}
.number {
  font-family: "lora", serif;
  font-size: 60px;
  color: white;
}
.years {
  font-family: "lora", serif;
  font-size: 24px;
  color: white;
}
.financial-solutions-content-upper p {
  color: white;
  width: 80%;
}
.f_text p {
  color: white;
  width: 70%;
}
.financial-solutions-content-upper p {
  font-family: "Roboto", serif;
  font-size: 19px;
  text-transform: capitalize;
}
.f_text p {
  font-family: "Roboto", serif;
  font-size: 19px;
}
.financial-solutions {
  padding-top: 80px;
}

.finance-heading {
  font-family: "lora", serif;
  font-size: 40px;
  line-height: 52px;
  color: #253858;
  font-weight: 700;
}
.p-text {
  padding-top: 15px;
}
.finance-heading p {
  font-family: "Roboto", serif;
  font-size: 18px;
  padding-top: 50px;
}
b {
  color: #253858;
}
.union-title p {
  font-size: 22px;
  font-family: "lora", serif;
  color: #253858;
  font-weight: 700;
}
.union-affiliates {
  padding-top: 10px;
}

/* financial solutions section style end */
/* unlock success section */

.success-circle {
  width: 60px;
  aspect-ratio: 1;
  border-radius: 9999px;
  background-color: #fff06f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.unlock-success-img-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  background-color: white;
  height: 180px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.unlock-success-img-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  background-color: white;
  height: 150px;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}

.unlock-success-img-div:hover {
  box-shadow: 4px 9px 28px 0px rgba(83, 83, 83, 0.75);
  -webkit-box-shadow: 4px 9px 28px 0px rgba(83, 83, 83, 0.75);
  -moz-box-shadow: 4px 9px 28px 0px rgba(83, 83, 83, 0.75);
  transform: scale(1.1);
}
.real-time-chart {
  background-color: #253858;
  position: absolute;
  right: 0;
  padding: 30px 30px;
  border-radius: 20px 0px 0px 20px;
}
.unlock-success {
  position: relative;
}
.real-time-chart-title h2 {
  color: #fff;
  padding-bottom: 20px;
  font-size: 36px;
  width: 65%;
}
.real-time-value {
  background-color: #253858;
  padding: 15px 6px;
  box-shadow: 4px 9px 28px 0px rgba(83, 83, 83, 0.75);
  -webkit-box-shadow: 4px 9px 28px 0px rgba(83, 83, 83, 0.75);
  -moz-box-shadow: 4px 9px 28px 0px rgba(83, 83, 83, 0.75);
  margin-bottom: 10px;
  border-radius: 10px;
  height: 150px;
  text-align: center;
}

.unlock-success {
  padding-top: 80px;
  padding-bottom: 80px;
}
.unlock-success-heading {
  margin-bottom: 20px;
  width: 90%;
}
.real-time-chart-content {
  gap: 10px;
}
.unlock-success-para p {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.real-time-value p {
  color: #fff;
  margin-bottom: 10px;
}
.real-time-value span {
  color: #12f804;
  font-size: 15px;
}
/* add this line of css 3/03/2025 */
.real-time-chart-content {
  display: flex;
  flex-wrap: wrap;
  max-height: 400px;
  overflow-y: auto;
  padding: 10px;
}

.real-time-chart-content::-webkit-scrollbar {
  width: 6px;
}

.real-time-chart-content::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

.real-time-chart-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.real-time-value {
  flex: 1 1 30%;
  min-width: 30%;
  margin-bottom: 15px;
}
/* 03/03/2025 end */
/* financial advisor section style start */
.fianncial-advisor-content {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.fianncial-advisor-heading h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.financial-advisor-subheading p {
  color: #fff;
  text-transform: capitalize;
}
/* federal services section style start */
.federal-services {
  position: relative;
  padding: 50px 0px;
  background-color: #f2f7ff;
}
.federal-service-img {
  position: absolute;
  left: 0;
  width: 100%;
}
/* style for federal services tab */

.federal-services #pills-tab {
  display: flex;
  gap: 10px;
  padding: 0 15px;
}
#consultationModal #pills-tab {
  display: flex;
  gap: 10px;
  padding: 0 15px;
  width: 100%;
}

#consultationModal .nav-item {
  flex: 1;
}
.nav-pills .nav-link {
  border-radius: 25px;
  padding: 15px 25px 15px 25px;
  color: white;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--inactive-bg-color);
  width: 100%;
}
#pills-tab .nav-item {
  flex: 1;
}
#consultationModal .nav-pills .nav-link {
  width: 100%;
  border-radius: 25px;
  padding: 10px 25px 10px 25px;
  align-items: center;
}

.federal-services .nav-pills .nav-link::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.federal-services .nav-pills .nav-link.active::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--active-indicator);
  border-radius: 50%;
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.nav-pills .nav-link.active {
  background-color: var(--primary-bg-color) !important;
}

.tab-content {
  padding: 20px;
}

.main-title {
  color: var(--primary-bg-color);
  font-weight: bold;
  margin-bottom: 20px;
}

.subtitle {
  color: #555;
  font-size: 0.9rem;
}

.benefits-section {
  margin-top: 10px;
  margin-bottom: 15px;
}

.benefits-title {
  color: var(--primary-bg-color);
  font-weight: 600;
  margin-bottom: 15px;
}

.benefits-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}

.benefit-card {
  flex: 1 1 calc(50% - 20px);
  min-width: 250px;
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  border: 1px solid #f0f0f0;
  border-right: 2px solid red;
  overflow: hidden;
  position: relative;
}

.benefit-number {
  display: none !important;
  color: #eaeaea;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  margin-right: 20px;
  flex-shrink: 0;
}

.benefit-content {
  flex-grow: 1;
}

.benefit-title {
  color: var(--primary-bg-color);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.federal-services {
  margin: 50px 0px;
}
.nav-pill-emptypes li button {
  padding-inline: 45px !important;
}

/* federal services section style end */
/* form section style start */
/* .contact-form{
  max-width: 800px;
  width: 100%;
} */

.form-content {
  /* background-color: rgba(10, 25, 47, 0.7); */
  border-radius: 15px;
  padding: 30px;
  /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); */
  /* backdrop-filter: blur(8px); */
}

h1 {
  color: white;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.form-control {
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  padding: 12px 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

  &:focus {
    box-shadow: 0 0 0 3px rgba(72, 149, 239, 0.5);
    border: none;
  }
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.btn-submit {
  background-color: #d9363e;
  border: none;
  color: white;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
  display: block;
  margin: 0 auto;
  min-width: 180px;

  &:hover {
    background-color: #b92e35;
    box-shadow: 0 6px 12px rgba(185, 46, 53, 0.3);
    color: white;
  }
  #wpcf7-f110-o3 .wpcf7-form-control-wrap input {
    text-indent: 20px;
  }
}
#wpcf7-f110-o3 form input[type="text"],
#wpcf7-f110-o3 form input[type="tel"],
#wpcf7-f110-o3 form input[type="email"],
#wpcf7-f110-o3 form textarea {
  padding: 10px;
  outline: none;
  border-radius: 5px;
}

/* form section style end */
/* calculator section style start */
/* remove the previous section 03/03/2025 */
.calc-section {
  display: flex;
  margin: 20px;
  /* max-width: 1000px; */
  margin-inline: auto;
}

.planning-tab {
  flex: 1;
  /* padding: 20px; */
  /* max-width: 500px; */
}

.calculator-form {
  flex: 1;
  padding: 20px;
  border-left: 1px dotted #ccc;
}
.calc-tab-content {
  padding: 0;
}

#calc-pills-tab {
  display: flex;
  gap: 10px;
  padding: 0;
}
h3 {
  color: #2b4f81;
  font-weight: 600;
  margin-bottom: 20px;
  width: 25ch;
}

.nav-pills .nav-link {
  border-radius: 20px;
  /* margin-right: 10px; */
  background-color: #f8f8f8;
  color: #333;

  &.active {
    background-color: #1e3a5f;
    color: white;
  }

  &:not(.active) {
    border-inline: 1px solid red;
  }
}

.feature-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;

  & li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
}

.feature-icon {
  background-color: #e63946;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 12px;
}

.calculate-btn {
  background-color: #e63946;
  border: none;
  border-radius: 20px;
  color: white;
  padding: 8px 20px;
  margin-top: 20px;
  width: 100%;
  max-width: 200px;
}

.form-label {
  font-weight: 500;
  color: #555;
  margin-bottom: 5px;
}

.form-control {
  margin-bottom: 15px;
  border-radius: 4px;
}

.progress-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.dot {
  height: 8px;
  width: 8px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 5px;
}

.dot.active {
  background-color: #e63946;
  width: 20px;
  border-radius: 4px;
}
/* remove the previous section 03/03/2025 */
/* calculator section style end */
/* calculator section  modification as per figma style start 03/03/2025 */
.calc-section {
  display: flex;
  margin: 20px;
  margin-inline: auto;
}
.planning_calc_slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 60px;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 1rem;
  margin-left: 5%;
}

.planning-tab {
  flex: 1;
}

.calculator-display {
  flex: 1;
  /* padding: 20px; */
}

.calc-tab-content {
  padding: 0;
}

#calc-pills-tab {
  display: flex;
  gap: 10px;
  padding: 0;
}

/* .calc-section-title {
  width: 100%;
  color: #2b4f81;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 40px;
} */

#calculator-heading {
  color: #2b4f81;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.nav-pills .nav-link {
  border-radius: 20px;
  background-color: #f8f8f8;
  color: #333;
}

.nav-pills .nav-link.active {
  background-color: #1e3a5f;
  color: white;
}

.nav-pills .nav-link:not(.active) {
  border-inline: 1px solid red;
}

.feature-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.feature-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.feature-icon {
  background-color: #e63946;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 12px;
}

.calculate-btn {
  background-color: #e63946;
  border: none;
  border-radius: 30px;
  color: white;
  padding: 15px 20px;
  margin-top: 10px;
  width: 100%;
  max-width: 250px;
  margin: 30px 0px;

  &:hover {
    background-color: #ad2c36;
    color: white;
  }
}

.planning_calc_card {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 30px;
}

.planning_calc_slide {
  position: relative;
  overflow: hidden;
  height: auto;
}

.planning_calc_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.planning_calc_carousel-indicators {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 5px;
  /* width: 100%; */
}

.planning_calc_carousel-indicators [data-bs-target] {
  width: 30px;
  height: 5px;
  border-radius: 0;
  background-color: #ddd;
  opacity: 1;
  border: none;
  margin: 0;
  transition: all 0.3s ease;
}

.planning_calc_carousel-indicators .active {
  background-color: #ff3b30;
}

.planning_calc_carousel .carousel-control-prev,
.planning_calc_carousel .carousel-control-next {
  display: none;
}

.planning_calc_carousel .carousel-inner {
  cursor: grab;
}

.planning_calc_carousel .carousel-inner:active {
  cursor: grabbing;
}
.calc-section-cta-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* calculator section  modification as per figma style end 03/03/2025 */

/* footer section style start */
.footer-part {
  background-color: #16202b;
}
.footer-logo-content,
.footer-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-content {
  padding-top: 50px;
  padding-bottom: 0px;
  border-bottom: 1px solid gray;
}
.social-icon {
  gap: 10px;
}
.facebook,
.twitter,
.instagram,
.youtube {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff2c35;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: white;
  font-size: 20px;
  transition: all 0.3s ease;
  margin-top: 20px;
}
.facebook i,
.twitter i,
.instagram i,
.youtube i {
  color: black;
}
.footer-details p {
  color: white;
}
.footer-details .address a {
  color: white;
  width: 75%;
  display: inline-block;
}
.location-box,
.email-box,
.phone-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-email-icon,
.mobile-icon {
  color: #ff2c35;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #ff2c35;
  margin-bottom: 15px;
}
.location-icon {
  color: #ff2c35;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  aspect-ratio: 1;
  border-radius: 9999px;
  border: 2px solid #ff2c35;
  margin-bottom: 15px;
}
.footer-bottom-content {
  margin-top: 15px;
}
.footer-right-part p {
  color: white;
}
.footer-bottom-content p {
  color: white;
}
.location-box {
  align-items: center;
}

/* footer part style end */
/* latest news */
.header {
  text-align: center;
  padding-top: 50px;
  color: #2c3e50;
}
.header h1 {
  text-align: center;
  color: #2c3e50 !important;
}
.news-detail {
  padding-bottom: 50px;
}

.latest-news .carousel-item {
  height: 400px;
  position: relative;
}

.latest-news .carousel-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.latest-news .carousel-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  z-index: 1;
}

.carousel-overlay h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

.carousel-overlay p {
  margin-bottom: 15px;
}

.latest-news .carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
}

.latest-news .carousel-indicators .active {
  background-color: #dc3545 !important;
}
.read-more {
  color: white;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 10px;
  position: relative;
  z-index: 5;
  cursor: pointer;
}

.read-more {
  /* color: white;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  z-index: 5; */

  &:hover {
    color: #dc3545;
  }

  & i {
    margin-left: 5px;
  }
}

.news-card {
  margin-bottom: 20px;
  border-radius: 30px 0px 0px 30px;
  overflow: hidden;
  background-color: white;
  transition: transform 0.3s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);

  &:hover {
    transform: translateY(-5px);
  }
}

.news-image {
  width: 120px;
  /* height: 120px; */
  object-fit: cover;
  border-radius: 30px 0px 0px 30px;
}

.news-date {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 5px;
  padding-top: 7px;
  position: relative;
}
.news-date p {
  position: relative;
  padding-left: 15px;
}
.news-date p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #dc3545;
}

.news-title {
  font-family: "Roboto";
  color: #053360;
  margin-bottom: 10px;
  font-weight: 600;
}

.red-line {
  width: 3px;
  height: 100%;
  background-color: #dc3545;
  margin-right: 30px;
}
.latest-news {
  background-color: #f2f7ff;
}
#newsCarousel p {
  font-family: "Roboto", serif;
  font-size: 16px;
  position: relative;
  padding-left: 10px;
}

#newsCarousel p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: red;
  z-index: 1;
}

@media (max-width: 767px) {
  .latest-news .carousel-item {
    height: 300px;
  }

  /* .news-image {
    width: 100px;
    height: 100px;
  } */
  header h1 {
    text-align: center;
    padding-top: 20px;
    color: #2c3e50 !important;
  }
}

/* fqa section style start  03/03/2023 */
*/ .faq-image img {
  width: 100%;
}

.faq-section {
  padding-top: 50px;
  margin-bottom: 50px;
}

.faq__section-title {
  font-size: 47px;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
  color: #053360;
}

.tab-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 2rem;
}

.tab-button {
  padding: 10px 20px;
  border-radius: 25px;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.tab-button.active {
  background-color: #1a365d;
  color: white;
}

.tab-button:not(.active) {
  background-color: #f0f0f0;
  color: #333;
}

.faq-image {
  width: 100%;
  border-radius: 10px;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 5px;
}

.accordion-button {
  padding: 1.5rem 1rem;
  font-weight: 600;
  box-shadow: none !important;
}

.accordion-button::after {
  display: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: inherit;
}

.circle-icon {
  margin-left: auto;
  min-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-icon svg {
  fill: #1a365d;
}
.accordion-button:not(.collapsed) .circle-icon svg {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.accordion-button.collapsed .circle-icon svg {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed),
.faq__accordion-details,
.faq__accordion-text {
  color: #053360;
  font-family: "Inter", sans-serif;
}

.faq__accordion-text {
  font-size: 20px;
  font-weight: 700;
}
.faq__accordion-details {
  font-size: 16px;
  font-weight: 400;
}
#faqTabContent {
  padding: 0;
}

/* faq section style end  03/03/2023 */

/* ex-lineup section style start */
.explore__main-title {
  text-align: center;
  color: #2d3e50;
  font-weight: bold;
  margin: 2rem 0;
  font-size: 2.2rem;
}

@media (max-width: 768px) {
  .explore__main-title {
    font-size: 1.8rem;
    margin: 1.5rem 0;
  }
}

.explore__events-container {
  position: relative;
  padding: 0 0px;
  margin: 20px 0;
}

@media (max-width: 576px) {
  .explore__events-container {
    padding: 0 10px;
  }
}

.explore__event-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.explore__event-img {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.explore__date-badge {
  position: absolute;
  top: 0;
  left: 1.5rem;
  background-color: #f73832;
  color: white;
  padding: 5px 16px 8px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  font-weight: bold;
  text-align: center;
  width: 70px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.explore__date-badge .explore__day {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}

.explore__date-badge .explore__month {
  font-size: 16px;
}

.explore__event-info {
  background-color: #1a3251;
  color: white;
  padding: 15px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
}

.explore__event-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 12px;
}

.explore__event-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.explore__time-row {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.explore__detail-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
}

.explore__detail-item i {
  color: #ff3b30;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
  margin-top: 3px;
}

.explore__detail-item span {
  word-break: break-word;
  line-height: 1.4;
}

.explore__nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.explore__nav-btn i {
  font-size: 14px;
  color: #1a3251;
}

.explore__nav-btn-prev {
  left: 10px;
}

.explore__nav-btn-next {
  right: 10px;
}

@media (min-width: 768px) {
  .explore__nav-btn-prev {
    left: 20px;
  }

  .explore__nav-btn-next {
    right: 20px;
  }
}

@media (min-width: 992px) {
  .explore__nav-btn-prev {
    left: -5px;
  }

  .explore__nav-btn-next {
    right: -5px;
  }
}

.explore__detail-item span {
  display: block;
  word-break: break-word;
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
}

.swiper {
  width: 100%;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .explore__time-row {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .explore__event-img {
    height: 180px;
  }
}
/* testimonial section style start */

.testimonial-section {
  background-color: #f0f4f9;
  padding: 50px 0;
  position: relative;
}

.testimonial__heading {
  color: #2c3e50;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.testimonial__card {
  background-color: white;
  border-radius: 15px;
  padding: 30px 25px;
  height: 100%;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin: 15px 5px;
  text-align: center;
}

.testimonial__quote-icon::before {
  content: "\201D";
  color: #253858;
  font-size: 60px;
  position: absolute;
  right: 15px;
  top: 0;
  font-family: Georgia, serif;
  line-height: 1;
}

/* .testimonial__quote-icon::after {
  content: "\201D";
} */
.testimonial__client {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  justify-content: center;
}

.testimonial__client-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

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

.testimonial__client-info {
  display: flex;
  flex-direction: column;
}

.testimonial__client-name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 2px;
  color: #2c3e50;
}

.testimonial__client-position {
  font-size: 12px;
  color: #7f8c8d;
  font-weight: 800;
}

.testimonial__rating {
  color: #f1c40f;
  font-size: 20px;
  margin-left: auto;
}

.testimonial__text {
  font-size: 14px;
  line-height: 1.6;
  color: #34495e;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.testimonial__navigation {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.testimonial__btn {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #2c3e50;
  font-size: 18px;
  transition: all 0.3s ease;
  pointer-events: auto;
}

.testimonial__button-prev:hover,
.testimonial__button-next:hover {
  background-color: #f0f4f9;
}

.testimonial__pagination {
  position: relative;
  margin-top: 30px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background-color: #bdc3c7;
  opacity: 0.5;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ff2c35 !important;
  width: 20px;
  height: 6px;
  border-radius: 4px;
}
.swiper-pagination-bullet {
  opacity: 1;
  background-color: #e0e0e0;
  width: 20px;
  height: 6px;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .testimonial__heading {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .testimonial__card {
    padding: 25px 20px;
  }

  .testimonial__button-prev {
    left: 5px;
  }

  .testimonial__button-next {
    right: 5px;
  }
}

@media (max-width: 575px) {
  .testimonial__heading {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .testimonial__client-img {
    width: 40px;
    height: 40px;
  }

  .testimonial__client-name {
    font-size: 14px;
  }

  .testimonial__text {
    font-size: 13px;
  }
}
.testimonial-title h1 {
  color: #253858;
  font-size: 45px;
  font-family: "lora";
}
/* modal form design start */
#consultationModal .btn-close {
  position: relative;
  width: 15px;
  height: 15px;
  transform: translateY(-15px);
  opacity: 1;
  background-color: #e63946 !important;
  border: none;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/></svg>")
    center/2em auto no-repeat;
}
#modalLabel {
  width: 100%;
  text-align: center;
}
.form-control {
  border: none;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
  padding: 10px 0;
  box-shadow: none;
  height: 70px;
}
#consultationModal .tab-control-btn-emp-type {
  position: relative;
}

#consultationModal .tab-control-btn-emp-type::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid black;
}

#consultationModal .tab-control-btn-emp-type:focus::after,
#consultationModal .tab-control-btn-emp-type:active::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: red;
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-submit {
  background-color: #c1272d;
  color: white;
  border-radius: 30px;
  padding: 12px 40px;
  font-weight: bold;
  transition: background-color 0.3s;
}
.custom-radio.selected:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e63946;
}
.custom-radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #1d3557;
  background-color: white;
  position: relative;
}
.modal {
  --bs-modal-width: 600px;
  --bs-modal-padding: 1.25rem;
}
input[type="radio"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid gray;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

input[type="radio"]:checked {
  border-color: red;
}
input::placeholder {
  font-family: "Roboto", serif;
  font-size: 16px;
  color: #12f804;
}

input[type="radio"]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#consultationModal .nav-pills .nav-link {
  border-radius: 25px;
  padding: 10px 30px 10px 45px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
}

[data-name="select-916"] select {
  width: 100%;
  padding: 10px;
  /* border: 1px solid #dee2e6; */
  border-radius: 5px;
  appearance: none;
  background-color: white;
  color: #212529;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

[data-name="select-916"] {
  position: relative;
  display: inline-block;
  width: 100%;
}

[data-name="select-916"]::after {
  content: "▼";
  font-size: 14px;
  color: #e63946;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

[data-name="select-916"] select:focus + [data-name="select-916"]::after {
  color: #ff5733;
}

[data-name="select-916"] select:focus {
  outline: none;
  border-color: #6c757d;
  box-shadow: 0 0 5px rgba(230, 57, 70, 0.5);
}
.wpcf7-form-control::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #6c757d;
  opacity: 1;
}

/* carosel-indicators background color */
.carousel-indicators .active {
  background-color: #e63946 !important;
}
/* latest news */
/* #newsCarousel .carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 60px;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 71%;
  margin-bottom: 1rem;
  margin-left: 5%;
} */
/* for modal form */
.form-control {
  &:focus {
    box-shadow: none !important;
    border: none;
    outline: none;
  }
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: transparent;
  border-bottom: 1px solid #8d8d8d;
  box-shadow: none;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: red;
  border-color: #ffb900;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #ffb900;
  color: green;
}

.latest-news .carousel-indicators {
  z-index: 15;
  margin-bottom: 15px;
}
.sidebar-read-more {
  color: #007bff;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  padding: 3px 5px;
  position: relative;
  z-index: 5;
  cursor: pointer;
}

.news-detail {
  padding-bottom: 50px;
}

.latest-news .carousel-item {
  height: 400px;
  position: relative;
}

.latest-news .carousel-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.latest-news .carousel-indicators {
  margin-bottom: 10px;
  z-index: 15;
}

.latest-news .carousel-indicators button {
  /* width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important; */
  margin: 0 4px !important;
  width: 20px !important;
  height: 6px !important;
  border-radius: 4px !important;
}

.latest-news .carousel-indicators .active {
  background-color: #dc3545 !important;
}

.latest-news .carousel-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}

.carousel-overlay h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

.carousel-overlay p {
  margin-bottom: 15px;
}

.read-more {
  color: white;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 10px;
  position: relative;
  z-index: 5;
  cursor: pointer;
}

.read-more:hover {
  color: #dc3545;
}

.read-more i {
  margin-left: 5px;
}

.news-card {
  margin-bottom: 20px;
  border-radius: 30px;
  overflow: hidden;
  background-color: white;
  transition: transform 0.3s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.news-card:hover {
  transform: translateY(-5px);
}

.news-image {
  width: 120px;
  /* height: 120px; */
  object-fit: cover;
  border-radius: 30px 0px 0px 30px;
}

.news-date {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}

.news-title {
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 10px;
}

.sidebar-read-more {
  color: #007bff;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  padding: 3px 5px;
  position: relative;
  z-index: 5;
  cursor: pointer;
}

.sidebar-read-more:hover {
  color: #0056b3;
}

.sidebar-read-more i {
  margin-left: 5px;
}

#calc-pills-tab .nav-link {
  min-width: 180px;
  text-align: center;
}

.calc-tab-content {
  padding: 0;
}

#calc-pills-tab {
  display: flex;
  gap: 10px;
  padding: 0;
}

.planning-calculators .calc-section-title {
  width: 80%;
  color: #2b4f81;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 20px;
  font-family: "lora";
}

#calculator-heading {
  color: #2b4f81;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.nav-pills .nav-link {
  border-radius: 30px;
  background-color: #f8f8f8;
  color: #333;
}

.nav-pills .nav-link.active {
  background-color: #1e3a5f;
  color: white;
}

.nav-pills .nav-link:not(.active) {
  border-inline: 1px solid red;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
  #calc-pills-tab {
    flex-direction: column;
    width: 100%;
  }

  #calc-pills-tab .nav-link {
    min-width: 80%;
    margin-bottom: 5px;
  }
}
.nav-pills.calc-pills-tab .nav-item {
  flex: 1;
  display: flex;
}

.nav-pills.calc-pills-tab .nav-item .nav-link {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  padding: 8px 16px;
}

@media (max-width: 768px) {
  .nav-pills.calc-pills-tab {
    flex-direction: column;
  }

  .nav-pills.calc-pills-tab .nav-item {
    width: 80%;
  }
}
#calc-pills-tab {
  display: flex;
  gap: 10px;
  width: 70%;
  padding: 0;
}
.news-letter__subscription-container {
  width: 100%;
  max-width: 500px;
}

.news-letter__subscription-form {
  display: flex;
  position: relative;
  border-radius: 50px;
  background-color: #535353;
}

.news-letter__email-input {
  flex-grow: 1;
  background-color: transparent;
  color: white;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
  outline: none;
  z-index: 1;
}

.news-letter__email-input::placeholder {
  color: #a0a0a0;
  opacity: 1;
}

.news-letter__subscribe-btn {
  background-color: #ff3b30;
  color: white;
  border: none;
  padding: 15px 25px;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.3s ease;
  border-radius: 50px;
  z-index: 2;
}

.news-letter__subscribe-btn:hover {
  background-color: #e43429;
}

@media (max-width: 576px) {
  /* .news-letter__subscription-container {
      max-width: 300px;
  }

  .news-letter__email-input {
      padding: 12px 15px;
      font-size: 14px;
      width: 60%;
  }

  .news-letter__subscribe-btn {
      padding: 12px 15px;
      font-size: 14px;
  } */
}
/* #wpcf7-f109-o4 .wpcf7-form-control-wrap {
  background-color: #535353;
  position: relative;
  padding: 18px 15px;
  border-radius: 50px;
  position: relative;
} */
/* .news-letter__subscription-container .wpcf7-form-control-wrap {
  background-color: #535353;
  position: relative;
  padding: 18px 15px;
  border-radius: 50px;
  position: relative;
}  */
.news-letter__subscription-container {
  position: relative;
}
.news-letter__subscription-container input#email-input {
  width: 100%;
  background-color: #535353;
  position: relative;
  padding: 18px 15px;
  border-radius: 50px;
  position: relative;
}
/* .news-letter__subscription-container input {
  width: 100%;
} */
.news-letter__subscribe-btn {
  background-color: #ff3b30;
  color: white;
  border: none;
  padding: 18px 25px;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.3s ease;
  border-radius: 50px;
  top: 0;
  position: absolute;
  right: 0;
}

.banner-section {
  background-image: url("../Images/banner_link.png");
  height: 350px;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
.banner-section h2 {
  color: white;
  font-size: 50px;
  font-weight: bold;
  font-family: "lora", serif;
  text-transform: uppercase;
  padding-top: 70px;
  text-align: center;
}

.latest-news h2 {
  font-size: 22px !important;
  font-family: "roboto", sans-serif;
}
#n_date {
  color: #8c8989;
}
#newsCarousel .carousel-control-next,
.carousel-control-prev {
  width: 7% !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: transparent !important;
}
.footer-logo img {
  width: 150px;
}
.foote-logo {
  margin-bottom: 30px;
}
.wpcf7-not-valid-tip {
  width: 140%;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent !important;
}
.batch_img {
  max-width: 15%;
}

#newsCarousel .carousel-inner {
  border-radius: 30px;
}
/* .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -22px;
  left: 0;
  top:0;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -22px; 
    left: 0;
    right: 0; 
} */

/*.certificate {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
} */
.certificate img {
  width: 140px;
}
.caps {
  text-transform: lowercase;
}
.font-weight {
  font-weight: bold;
}
.success-circle img {
  width: 32px;
}
.place_section .nav-card {
  /*padding: 30px;*/
  height: 100%;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: none !important;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
}

/*multi step form*/
.form_first {
  background-color: #053360;
  padding: 30px 0;
}
.form_second {
  background-color: #053360;
  padding: 30px 0;
}
.form_third {
  background-color: #053360;
  padding: 30px 0;
}
a {
  text-decoration: none;
}
.form_first label {
  color: white;
  font-family: "roboto", serif;
  font-size: 18px;
}
.form_second label {
  color: white;
  font-family: "roboto", serif;
  font-size: 18px;
}
.form_second label {
  color: white;
  font-family: "roboto", serif;
  font-size: 18px;
}
.form_first input::placeholder {
  color: white;
}
.form_second input::placeholder {
  color: white;
}
.form_third input::placeholder {
  color: white;
}
.input-group input::placeholder {
  color: white;
}
.dropdown input::placeholder {
  color: white;
}
.heading_form {
  text-align: center;
  color: white;
  font-family: "lora", serif;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
}
.dropdown-btn {
  width: 100%;
  padding: 15px;
  background-color: #001849;
  border: 1px solid white;
  border-radius: 5px;
  color: white;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form_first .form-control {
  width: 100%;
  padding: 15px;
  background-color: #001849;
  border: 1px solid white;
  border-radius: 5px;
  color: white;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form_second .form-control {
  width: 100%;
  padding: 15px;
  background-color: #001849;
  border: 1px solid white;
  border-radius: 5px;
  color: white;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form_third .form-control {
  width: 100%;
  padding: 15px;
  background-color: #001849;
  border: 1px solid white;
  border-radius: 5px;
  color: white;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form_first textarea.form-control {
  resize: vertical;
  min-height: 120px;
}
.form_second textarea.form-control {
  resize: vertical;
  min-height: 120px;
}
.form_third textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

/* Input groups with icons */
.input-group {
  display: flex;
  width: 100%;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid white;
}

.input-group .form-control {
  flex: 1;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0 15px;
  background-color: #001849;
  border: 1px solid #2d3b59;
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: white;
}

.hidden {
  display: none;
}
.dropdown-menu {
  max-height: 280px;
  overflow-y: auto;
  width: 100%;
}
.dropdown-search {
  position: sticky;
  top: 0;
  z-index: 1;
  background: white;
  padding: 10px;
  border-bottom: 1px solid #dee2e6;
}
.dropdown-item-div {
  padding: 10px;
  cursor: pointer;
}
.dropdown-item-div:hover {
  background-color: #f8f9fa;
}
/* a{
    display: inline-block ;
    padding: 15px 60px ;
    text-decoration: none ;
    background: linear-gradient(45deg, #FF2C35, #991A20) !important;
    color: white;
    cursor: pointer ;
    border-radius: 32px ;
    text-align: center ;
    margin-top: 10px ;
} */
#sub-btns button {
  display: inline-block;
  padding: 15px 60px;
  text-decoration: none;
  background: linear-gradient(45deg, #ff2c35, #991a20);
  color: white;
  cursor: pointer;
  border-radius: 32px;
  text-align: center;
  margin-top: 10px;
  border: none;
  font-size: 16px;
}
#last-submitprev button {
  display: inline-block;
  padding: 15px 60px;
  text-decoration: none;
  background: linear-gradient(45deg, #ff2c35, #991a20);
  color: white;
  cursor: pointer;
  border-radius: 32px;
  text-align: center;
  margin-top: 10px;
  border: none;
  font-size: 16px;
}

.hidden {
  display: none !important;
}

.flatpickr-calendar {
  background: #052866;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.flatpickr-day {
  color: white;
}

.flatpickr-day.selected {
  background: #ce2a36;
  border-color: #ce2a36;
}

.flatpickr-day:hover {
  background: rgba(206, 42, 54, 0.5);
}

.flatpickr-months .flatpickr-month,
.flatpickr-weekdays,
.flatpickr-weekday,
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month .numInputWrapper,
.flatpickr-monthDropdown-month,
span.flatpickr-weekday {
  color: white;
  background: #052866;
}

.numInputWrapper span {
  border-color: rgba(255, 255, 255, 0.2);
}

.flatpickr-time {
  background: #052866;
}

.flatpickr-time input,
.flatpickr-time .flatpickr-am-pm {
  color: white;
}

.flatpickr-time .flatpickr-time-separator {
  color: white;
}

#contactDate,
#contactTime {
  cursor: pointer;
}
.dropdown_time {
  position: relative;
}

.dropdown-container {
  position: relative;
  width: 100%;
}

#formStep2 .dropdown-btn {
  border: 1px solid #ccc;
  padding: 15px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  border-radius: 5px;
  height: 70px;
}

.dropdown-btn .icon {
  margin-left: auto;
}

#dropdownList {
  display: none;
  position: absolute;
  background-color: #001849;
  width: 100%;
  border: 1px solid #2d3b59;
  border-radius: 5px;
  z-index: 10;
  margin-top: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dropdown-content label {
  display: block;
  padding: 10px 15px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.dropdown-content.is-active {
    display: block; /* Show when active class is present */
}


/* .show {
  display: block;
} */

.form_first .form-select:focus {
  outline: none;
  border-color: white;
  box-shadow: none;
  background-color: #001849;
}
.form_first .form-control:focus {
  outline: none;
  border-color: white;
  box-shadow: none;
  background-color: #001849;
}
.form_second .form-select:focus {
  outline: none;
  border-color: white;
  box-shadow: none;
  background-color: #001849;
}
.form_second .form-control:focus {
  outline: none;
  border-color: white;
  box-shadow: none;
  background-color: #001849;
}
.form_third .form-select:focus {
  outline: none;
  border-color: white;
  box-shadow: none;
  background-color: #001849;
}
.form_third .form-control:focus {
  outline: none;
  border-color: white;
  box-shadow: none;
  background-color: #001849;
}
.form_second .dropdown-btn:focus {
  outline: none;
  border-color: white;
  box-shadow: none;
  background-color: #001849;
}
.form_first .form-select:focus {
  color: white;
}
.form_first .form-control:focus {
  color: white;
}
.form_second .form-select:focus {
  color: white;
}
.form_second .form-control:focus {
  color: white;
}

.form_second .dropdown-btn:active {
  background-color: #001849;
}
.form_second .dropdown-btn:hover {
  background-color: #001849;
  border-color: white;
}
.form_first .form-select:active {
  background-color: #001849;
}
.form_second .form-select:active {
  background-color: #001849;
}
.form_third .form-select:active {
  background-color: #001849;
}
.form_first .form-select:hover {
  border-color: white;
  background-color: #001849;
}
.form_second .form-select:hover {
  border-color: white;
  background-color: #001849;
}
.form_third .form-select:hover {
  border-color: white;
  background-color: #001849;
}
.form_first .form-control:hover {
  border-color: white;
  background-color: #001849;
}
.form_second .form-control:hover {
  border-color: white;
  background-color: #001849;
}
.form_third .form-control:hover {
  border-color: white;
  background-color: #001849;
}

.form_first .form-select option:checked,
.form-select option:focus .form-control:focus {
  background-color: #0a2357;
}
.form_second .form-select option:checked,
.form-select option:focus .form-control:focus {
  background-color: #0a2357;
}
.form_third .form-select option:checked,
.form-select option:focus .form-control:focus {
  background-color: #0a2357;
}
.form_first input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid white;
  outline: none;
  margin-right: 0px;
  position: relative;
  top: 2px;
  left: 2px;
  cursor: pointer;
}

.form_first input[type="radio"]:checked {
  background-color: #ff2c35;
  border: 3px solid white;
}

.form_first input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 3.5px;
  left: 3.2px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #ff2c35;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-input,
.dropdown-icon {
  padding-right: 30px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.dropdown::after {
  content: "▼";
  font-size: 14px;
  color: #e63946;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.dropdown_time::after {
  content: "▼";
  font-size: 14px;
  color: #e63946;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
#workingInput input::placeholder {
  color: white;
}

.form-select,
.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
}

.dropdown::after,
.dropdown_time::after {
  content: none;
}

.custom-dropdown-arrow {
  position: absolute;
  right: 20px;
  top: 25px;
  /* transform: translateY(-50%); */
  color: #e63946;
  font-size: 14px;
  pointer-events: none;
  z-index: 100;
}
.custom-time-arrow {
  position: absolute;
  right: 20px;
  top: 25px;
  color: #e63946;
  font-size: 14px;
  pointer-events: none;
  z-index: 100;
}

.is-invalid + .custom-dropdown-arrow,
.is-invalid + .custom-time-arrow {
  top: 36% !important;
  transform: none !important;
}

.dropdown:has(.is-invalid) .custom-dropdown-arrow,
.dropdown_time:has(.is-invalid) .custom-time-arrow {
  top: 25% !important;
  transform: none !important;
}

.form-select.is-invalid,
.form-control.is-invalid {
  padding-right: 4.5rem;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: none;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: white !important;
}
.show {
  display: block;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid white;
  height: 70px;
}
/* loader */

.dot-spinner {
  --uib-size: 2.8rem;
  --uib-speed: .9s;
  --uib-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
}

.dot-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.dot-spinner__dot::before {
  content: '';
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--uib-color);
  transform: scale(0);
  opacity: 0.5;
  animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
  box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.dot-spinner__dot:nth-child(2) {
  transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
  animation-delay: calc(var(--uib-speed) * -0.875);
}

.dot-spinner__dot:nth-child(3) {
  transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
  animation-delay: calc(var(--uib-speed) * -0.75);
}

.dot-spinner__dot:nth-child(4) {
  transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
  animation-delay: calc(var(--uib-speed) * -0.625);
}

.dot-spinner__dot:nth-child(5) {
  transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
  animation-delay: calc(var(--uib-speed) * -0.5);
}

.dot-spinner__dot:nth-child(6) {
  transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
  animation-delay: calc(var(--uib-speed) * -0.375);
}

.dot-spinner__dot:nth-child(7) {
  transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
  animation-delay: calc(var(--uib-speed) * -0.25);
}

.dot-spinner__dot:nth-child(8) {
  transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
  animation-delay: calc(var(--uib-speed) * -0.125);
}

@keyframes pulse0112 {
  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}
.form_first {
  position: relative; 
}
.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 900;
  visibility: hidden; 
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.loading-overlay.show {
  visibility: visible;
  opacity: 1;
}

