@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #747070;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
}

/***** Headings *****/

@font-face {
  font-family: "retro";
  src: url(../fonts/retro-floral.regular.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "retro";
}

h1 {
  font-size: 40px;
  line-height: 40px;
}

h2 {
  font-size: 35px;
  line-height: 45px;
}

h3 {
  font-size: 30px;
  line-height: 35px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 18px;
  line-height: 22px;
}

h6 {
  font-size: 12px;
  line-height: 20px;
}

p {
  font-size: 14px;
  line-height: 24px;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.flx {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bt {
  display: inline-block;
}

.pbtn {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
  height: 58px;
  padding: 0 5px 0 24px;
  border-radius: 45px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  border: 0px;
  background: linear-gradient(to bottom, #034a88, #061f42);
}

.maxWidth {
  max-width: 1440px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #fff;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #fff;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000000cf;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #000;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* =================================== Banner ========================== */

span.bt-icn {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  background: #fff;
}

img.banner-img1 {
  height: 850px;
  object-fit: cover;
}

.banner_text {
  padding-left: 70px;
  margin-top: -150px;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12;
}

.bannerSlider .slick-slide {
  margin: 0px;
  opacity: 0;
}

.bannerSlider .slick-slide.slick-current.slick-active {
  opacity: 1;
}

.bannerbtm {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 900px;
  background: #034d8e;
}

.bannerbtm .video-img {
  position: relative;
}

.bannerbtm .video-img img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}

.banner-counts.position-relative.border-bottom {
  border-bottom: 1px solid #dee2e630 !important;
  width: 80%;
}

.banner-counts:before {
  position: absolute;
  content: "";
  width: 60%;
  background: #fff;
  height: 1px;
  bottom: 0;
}

.baner-sl-btn button {
  height: 110px;
  background: #fff;
  border: 0px;
  width: 100px;
  transition: 0.2s;
}

.baner-sl-btn button img {
  width: 14px;
  object-fit: fill;
  transition: 0.3s;
}

.baner-sl-btn button:hover img {
  filter: brightness(0) invert(1);
}

.baner-sl-btn button:hover {
  background: linear-gradient(to bottom, #034a88, #061f42);
}

.bannerbtm .video-img a {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 45px;
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  margin: 0px auto;
  color: #05254c;
  outline: 1px solid #fff;
  outline-offset: 5px;
  transition: 0.2s;
}

.bannerbtm .video-img a:hover {
  outline-offset: 0;
  background: #05254c;
  color: #fff;
}

.subheading {
  background: linear-gradient(to bottom, #034a88, #061f42);
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}

.banner_text h1 span {
  font-size: 45px;
  line-height: 60px;
}

.banner-counts span.current-item {
  font-family: "retro";
  font-size: 20px;
  position: relative;
  top: -6px;
}

span.total-slides {
  color: #7796b1;
  font-family: "retro";
  font-size: 14px;
  line-height: 20px;
}

span.spacer {
  color: #7796b1;
}

/* =================================== Banner ========================== */

/* =================================== About  ========================== */

.ab-left {
  padding-left: 60px;
  padding-top: 60px;
}

img.about-img1 {
  height: 340px;
  width: 340px;
  position: absolute;
  left: 0;
  top: 0;
}

img.about-img2 {
  position: relative;
  height: 600px;
  object-fit: fill;
  width: 100%;
}

img.about-img3 {
  float: right;
  position: relative;
  margin-top: -190px;
  right: -70px;
  height: 260px;
  width: 380px;
  object-fit: fill;
}

.mission-block {
  position: relative;
  padding-left: 64px;
}

.abtWrap {
  width: 90%;
  margin: 0px auto;
}

/* && Chose  */

.chose-mils {
  float: right;
  position: relative;
  margin-top: -170px;
  right: -40px;
  width: 250px;
  object-fit: fill;
  background: linear-gradient(to bottom, #034a88, #061f42);
  outline: 10px solid #fff;
  padding: 40px 26px;
}

.chose-right {
  position: relative;
  top: 24px;
  padding-left: 7px;
}

.chose-mils p {
  color: #ffffffb0;
  font-size: 13px;
  line-height: 20px;
}

.chose-mils h6 {
  font-family: "Montserrat";
}

/* =================================== About  ========================== */

/* =================================== Services   ========================== */

.servicesSlider .slick-slide {
  opacity: 1;
  margin: 0px 16px;
}

img.service-img {
  height: 520px;
  object-fit: cover;
  width: 100%;
}

.ss-card:hover .ss-txt {
  background: linear-gradient(to top, #052a54, transparent);
}

.slick-slide.slick-current.slick-active .ss-card .ss-txt {
  background: linear-gradient(to top, #052a54, transparent);
}

.ss-card {
  position: relative;
}

.ss-card .ss-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 30px;
  background: linear-gradient(to top, black, transparent);
  transition: 0.3s;
}

.servicesSlider {
  margin-left: 32px;
}

img.services-bg-img {
  position: absolute;
  left: 0;
  object-fit: fill;
  top: 0;
}

section.services .maxWidth {
  max-width: 1600px;
}

.service-heading {
  padding-left: 80px;
}

.servicesSlider .slick-list {
  padding-right: 140px !important;
}

section.home-svs {
  padding: 60px 0;
  position: relative;
}

/* =================================== Services   ========================== */

/* ===============================
   LATEST WORK SECTION
================================ */

.latest_work_sec {
  padding: 5px 0 150px;
  overflow: hidden;
}

/* Heading */
.latest_workheading h2 {
  color: #000;
  text-align: center;
}

/* ===============================
   SLIDER CONTAINER
================================ */

.slider-container {
  position: relative;
  height: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* ===============================
   SLIDER IMAGES – BASE
================================ */

.slider-container img {
  position: absolute;
  width: 600px;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
  opacity: 0;
  transform: scale(0.6);
  filter: brightness(0.55);
  background: #fff;
}

/* ===============================
   CENTER IMAGE
================================ */

.slider-container img.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  z-index: 5;
  filter: brightness(1);
  box-shadow: 0 40px 80px #0000004d;
}

/* ===============================
   LEFT / RIGHT IMAGES
================================ */

.slider-container img.left {
  opacity: 1;
  transform: translateX(-300px) scale(0.82);
  z-index: 4;
}

.slider-container img.right {
  opacity: 1;
  transform: translateX(300px) scale(0.82);
  z-index: 4;
}

/* ===============================
   FAR LEFT / FAR RIGHT
================================ */

.slider-container img.far-left1 {
  opacity: 1;
  transform: translateX(-560px) scale(0.68);
  z-index: 3;
}

.slider-container img.far-right1 {
  opacity: 1;
  transform: translateX(560px) scale(0.68);
  z-index: 3;
}

/* ===============================
   HIDE EXTRA IMAGES
================================ */

.slider-container img.far-left2,
.slider-container img.far-right2 {
  opacity: 0;
  pointer-events: none;
}

/* ===============================
   DOTS NAVIGATION
================================ */

.latest_work_sec .dots {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 13px;
}

.latest_work_sec .dots button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  padding: 0;
  background: linear-gradient(to bottom, #034a88, #061f42);
  opacity: 0.4;
  transition: all 0.3s ease;
}

/* ACTIVE DOT */
.latest_work_sec .dots button.active {
  opacity: 1;
  transform: scale(1.4);
  position: relative;
}

/* ACTIVE DOT RING */
.latest_work_sec .dots button.active::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid #034a88;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 1200px) {
  .slider-container img {
    width: 560px;
  }

  .slider-container img.left {
    transform: translateX(-300px) scale(0.8);
  }

  .slider-container img.right {
    transform: translateX(300px) scale(0.8);
  }

  .slider-container img.far-left1 {
    transform: translateX(-520px) scale(0.62);
  }

  .slider-container img.far-right1 {
    transform: translateX(520px) scale(0.62);
  }
}

@media (max-width: 768px) {
  .slider-container {
    height: 420px;
  }

  .slider-container img {
    width: 90%;
  }

  .slider-container img.left,
  .slider-container img.right,
  .slider-container img.far-left1,
  .slider-container img.far-right1 {
    opacity: 0;
  }
}

/* ========================================= End End =============================== */

/* ========================================= Our Testimonials =============================== */

img.cleint-img {
  width: 60px;
  height: 60px;
  border-radius: 65px;
  display: block;
  margin-bottom: 16px;
}

.test-header {
  margin-bottom: 40px;
  padding-top: 80px;
}

.test-slider {
  background: linear-gradient(to bottom, #051c3c, #034b8a);
  padding: 40px 20px;
}

img.testi-main-img {
  height: 660px;
  object-fit: cover;
}

.mainwrap .baner-sl-btn {
  position: absolute;
  right: -70px;
  bottom: 0;
}

.mainwrap .baner-sl-btn button {
  width: 70px;
  height: 70px;
  box-shadow: 0px 0px 9px 1px #0000001f;
}

.mainwrap .baner-sl-btn button img {
  width: 10px;
}

h3.author-pf {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  background: #fff;
  margin-bottom: 14px;
  color: #052144;
}
/* ========================================= Our Testimonials =============================== */

/* ========================================= Contact =============================== */

.social-icon {
  width: 50px;
  height: 50px;
  border: 1px solid #adadad;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adadad;
  text-decoration: none;
  font-size: 18px;
}

.social-icon:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(to bottom, #034a88, #061f42);
}

section.contact-sec ul li {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: #333;
}

.formbox {
  margin-right: 12px;
  padding: 40px;
}

.formbox input,
.formbox textarea {
  padding: 12px 22px;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

.formbox label {
  font-size: 15px;
  font-weight: 500;
  color: #111;
}

.formbox textarea {
  resize: unset;
  height: 140px;
}

.contact-info i {
  /* Gradient for icons */
  background: linear-gradient(to bottom, #034a88, #061f42);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-map {
  margin-top: -180px;
}

img.map-img {
  height: 580px;
  object-fit: cover;
}
/* ========================================= Contact =============================== */

/* ----------------------------- Footer ------------------------*/

footer {
  background: linear-gradient(to bottom, #061f42, #034a88);
  padding-top: 80px;
}

.bottom-footer {
  border-top: 1px solid #cacaca50;
}

.ft-general {
  padding: 40px 0 50px;
  position: relative;
}

.footerlogo {
  border-right: 1px solid #cacaca50;
  border-left: 1px solid #cacaca50;
}

.footer-info {
  margin-left: 80px;
  width: 70%;
}

footer p,
footer a {
  color: #ffffff94;
  font-weight: 400;
}

.double-links {
  gap: 90px;
}

img.footer-logo {
  width: 140px;
}

.newsform {
  padding: 0px 0 0px 10px;
  background: #1e4c7a;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px #44444470;
}

.newsform input {
  background: transparent;
  color: #ffff;
  font-size: 13px;
  padding: 12px 10px;
}

.newsform input::placeholder {
  color: #ffffff85;
}

.newsform button {
  width: 80px;
  height: 50px;
  background: #fff;
  border: 0;
  border-radius: 6px;
  transition: 0.2s;
}

.newsform button:hover {
  background: #d7dde5;
}

/* ----------------------------- Footer ------------------------*/

/* ============================= Inner Pages ======================= */

img.inner-img1 {
  height: 550px;
  object-fit: cover;
  object-position: top;
}

.inner-banner-txt {
  max-width: 550px;
  margin: 0 0 0 auto;
}

/* ============================= Inner Pages ======================= */

/* ----------------------------- Gallery  ------------------------*/

.gal-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}

/* && Testimonals  */

.testi-inner-card {
  background: linear-gradient(to bottom, #051c3c, #034b8a);
  padding: 24px 20px;
  border-radius: 7px;
  height: 100%;
}

/* && Testimonals  */

/* ----------------------------- Gallery  ------------------------*/

img.program-img {
  width: 100%;
  object-fit: cover;
  height: 600px;
}

.menuSec ul li.active:before {
  background: linear-gradient(to bottom, #034a88, #061f42);
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 60%;
  height: 2px;
}

section.chose .mission-block {
  padding-left: 40px;
}

.service-main-img img {
  width: 100%;
  height: 510px;
  object-fit: cover;
  border-radius: 30px;
}

.main-ser-txt {
  text-align: center;
  background: #fff;
  margin: 0px 40px;
  margin-top: -30px;
  position: relative;
  padding: 16px 20px 10px;
  border-radius: 15px;
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.1);
}

.main-ser-txt p {
  display: none;
  font-size: 14px;
}

.main-ser-txt .pbtn {
  display: none;
}

.main-ser-txt h4 {
  margin-bottom: 8px;
}

.service-heading {
  padding-left: unset;
  text-align: center;
  margin-bottom: 30px;
}

.service-heading h1 span {
  font-style: italic;
  font-family: unset;
  padding: 0px 4px;
  color: #14467e;
}
.services-new-Slider .slick-slide.slick-active {
  opacity: 1;
}

.services-new-Slider .slick-current + .slick-active .main-ser-txt p {
  display: block;
}

.services-new-Slider .slick-current + .slick-active .main-ser-txt a.pbtn {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}

.main-ser-txt .pbtn img {
  width: 11px;
}

.services-new-Slider .slick-current + .slick-active .main-ser-txt {
  margin-top: -250px;
  border-radius: 25px;
  padding: 26px 20px 24px;
}
.services-new-Slider .slick-next:hover:before {
  background: #1e477d;
  color: #fff !important;
}
.services-new-Slider .slick-next:before {
  content: "\f061" !important;
  font-family: "FontAwesome";
  border: 1px solid #1e467c;
  padding: 14px 16px;
  border-radius: 30px;
  color: #1e467c !important;
  background: #fff;
}
.services-new-Slider .slick-prev:hover:before {
  background: #1e477d;
  color: #fff !important;
}
.services-new-Slider .slick-prev:before {
  content: "\f060" !important;
  font-family: "FontAwesome";
  border: 1px solid #1e467c;
  padding: 14px 16px;
  border-radius: 30px;
  color: #1e467c !important;
  background: #fff;
}
.services-new-Slider .slick-prev {
  left: -55px;
}

/* -------------------------------------------------  Bok Now Page Start  -----------------------------------*/

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.form-card {
  text-align: left;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform input,
#msform textarea,
#msform select {
  padding: 11px 15px 11px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 19px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  background-color: #eceff1;
  font-size: 16px;
  letter-spacing: 0px;
  appearance: auto;
  font-family: "Montserrat";
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #673ab7;
  outline-width: 0;
}

#msform .action-button {
  width: 100px;
  background: #034a88;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 30px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
  font-family: "Montserrat";
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #000;
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 30px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.fs-title {
  font-size: 25px;
  color: #000;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
  font-family: "Montserrat";
  font-weight: 600;
}

.purple-text {
  color: #034a88;
  font-weight: normal;
}

.steps {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #034a88;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 14%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f05a";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f3c5";
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f15b";
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}
#progressbar #appointment:before {
  font-family: FontAwesome;
  content: "\f274 ";
}
#progressbar #additional:before {
  font-family: FontAwesome;
  content: "\f05a";
}
#progressbar #upload:before {
  font-family: FontAwesome;
  content: "\f093"; /* upload icon */
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #034a88;
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: #034a88;
}

.fit-image {
  width: 100%;
  object-fit: cover;
  filter: brightness(0) saturate(100%) invert(56%) sepia(39%) saturate(456%)
    hue-rotate(158deg) brightness(93%) contrast(90%);
}
.book-emer-main input {
  width: unset !important;
  margin-bottom: 13px !important;
}

.form-card p {
  color: gray;
  text-align: left;
  margin-bottom: 7px;
}

.service-book-form h2#heading {
  font-size: 50px;
}

.modal-content {
  border-radius: 0px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.modal-header {
  background: linear-gradient(to bottom, #034a88, #061f42);
  color: white;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.modal-body {
  padding: 2rem;
  text-align: center;
}
.modal-footer {
  border-top: none;
  border-radius: unset !important;
}
.btn-custom {
  background-color: #034a88;
  color: white;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  transition: 0.3s;
}
.btn-custom:hover {
  background-color: #000;
  color: #fff;
}
.modal-header h5 {
  color: #fff;
  font-size: 20px;
}

.modal-body h4 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  color: #000;
  font-family: "Montserrat";
  text-transform: capitalize;
}

.modal-header .btn-close {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3374%)
    hue-rotate(121deg) brightness(121%) contrast(109%);
  opacity: 1;
}

#msform textarea {
  height: 210px;
}

.modal-body a.theme-btn {
  margin: 0 auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*Book Now Page End*/

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #034a88, #061f42);
  color: #fff;
  margin: 0 auto 15px;
  transition: transform 0.3s ease;
}

.process-card:hover .icon-circle,
.serve-card:hover .icon-circle {
  transform: scale(1.1);
}

/* Gradient Card for Who We Serve */
.serve-card-gradient {
  background: linear-gradient(to bottom, #034a88, #061f42);
  color: #fff;
  padding: 40px 25px;
  border-radius: 16px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.serve-card-gradient:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

/* Icon Circle for Gradient Cards */
.serve-card-gradient .icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15); /* semi-transparent circle */
  color: #fff;
  margin: 0 auto 15px;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.serve-card-gradient .icon-circle:hover {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.25);
}

span.step-number {
  color: #043d73;
  font-weight: 700;
  font-family: "retro";
  font-size: 15px;
  text-shadow: 0 0 10px #043d73;
}
