/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");

html {
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #6F8BA4;
  font-weight: 400;
  overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  color: #222;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 44px;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.navbar-toggle .icon-bar {
  background: #223a66;
}

input[type=email],
input[type=password],
input[type=text],
input[type=tel] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}
p{
  color: #333;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 0.75rem 2rem;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all 0.35s ease;
}

.btn.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  padding-left: 15px;
}

.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-main:hover {
  background: #e12454;
  border-color: #e12454;
  color: #fff;
}

.btn-main-2 {
  background: #e12454;
  color: #fff;
  border-color: #e12454;
}

.btn-main-2:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-solid-border {
  border: 2px solid #223a66;
  background: transparent;
  color: #223a66;
}

.btn-solid-border:hover {
  border: 2px solid #223a66;
  color: #fff;
  background: #223a66;
}

.btn-solid-border:hover.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.btn-solid-border.btn-icon i {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent {
  background: transparent;
  color: #222;
  border-color: #6F8BA4;
}

.btn-transparent:hover {
  background: #6F8BA4;
  color: #fff;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #222;
}

.btn-white:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-solid-white {
  border-color: #fff;
  color: #fff;
}

.btn-solid-white:hover {
  background: #fff;
  color: #222;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.bg-gray {
  background: #eff0f3;
}

.bg-primary {
  background: #223a66;
}

.bg-primary-dark {
  background: #152440;
}

.bg-primary-darker {
  background: #090f1a;
}

.bg-dark {
  background: #222;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 40px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-bottom {
  padding-bottom: 100px;
}

.subtitle {
  color: #223a66;
  font-size: 14px;
  letter-spacing: 1px;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #223a66;
}

.overly-2 {
  position: relative;
}

.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #222;
  text-decoration: none;
  transition: all 0.35s ease;
}

a:focus,
a:hover {
  color: #e12454;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 120px 0px 70px 0px;
  position: relative;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus,
.slick-slide a {
  outline: none;
}

@media (max-width: 480px) {

  h2,
  .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}

.title-color {
  color: #223a66;
}

.secondary-bg {
  background: #223a66;
}

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

.section-title h2 {
  color: #223a66;
}

.text-lg {
  font-size: 50px;
}

.gray-bg {
  background: #f4f9fc;
}

@media (max-width: 480px) {
  .text-lg {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .text-lg {
    font-size: 28px;
  }
}

#navbarmain .nav-link {
  font-weight: 600;
  padding: 10px 15px;
  color: #222;
  font-family: "Exo", sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  transition: all 0.25s ease;
}

#navbarmain .nav-link:hover,
#navbarmain .active .nav-link {
  color: #e12454;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-brand {
  margin-top: 0px;
}

.header-top-bar {
  background: #223a66;
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.top-bar-info li a {
  color: #fff;
  margin-right: 20px;
}

.top-right-bar a span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
}

.top-right-bar a i {
  color: #fff;
  margin-right: 10px;
}

/* Sticky Header Animation */
.header-sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  animation: slideDown 0.5s ease-in-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.header-sticky .navbar-brand img {
  height: 80px !important;
  width: auto !important;
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  .navigation {
    text-align: center;
  }
}

.navigation .dropdown-menu {
  padding: 0px;
  border: 0px;
  border-top: 5px solid #e12454;
  background: #fff;
  border-radius: 0px;
}

@media (max-width: 992px) {
  .navigation .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}

.navigation .dropdown-toggle::after {
  display: none;
}

.navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
  margin: 0;
}

.navigation .dropleft .dropdown-toggle::before,
.navigation .dropright .dropdown-toggle::after {
  font-weight: bold;
  font-size: 14px;
  border: 0;
  display: inline-block;
  font-family: IcoFont !important;
  vertical-align: 1px;
}

.navigation .dropleft .dropdown-toggle::before {
  content: "\eac9";
  margin-right: 5px;
}

.navigation .dropright .dropdown-toggle::after {
  content: "\eaca";
  margin-left: 5px;
}

.navigation .dropdown-item {
  padding: 13px 20px;
  background: transparent;
  font-weight: 400;
  color: #555;
  border-bottom: 1px solid #eee;
}

.navigation li:last-child .dropdown-item {
  border-bottom: 0;
}

.navigation .dropdown-submenu.active>.dropdown-toggle,
.navigation .dropdown-submenu:hover>.dropdown-item,
.navigation .dropdown-item.active,
.navigation .dropdown-item:hover {
  background: rgba(225, 36, 84, 0.05);
  color: #e12454;
}

.navigation button:focus {
  outline: 0;
}

@media (min-width: 992px) {
  .navigation .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    transform: translateY(10px);
  }

  .navigation .dropleft .dropdown-menu,
  .navigation .dropright .dropdown-menu {
    margin-top: -5px;
  }

  .navigation .dropdown:hover>.dropdown-menu {
    visibility: visible;
    transition: all 0.3s ease 0s;
    opacity: 1;
    transform: translateY(0);
  }
}

.bg-1 {
  background: url("../images/bg/about_us.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(9, 15, 26, 0.82) 0%, rgba(22, 38, 70, 0.72) 100%), url("../images/bg/new-banner.png") no-repeat center center;
  background-size: cover;
  min-height: 600px;
}

.banner .block {
  padding: 80px 0px 80px;
}

.banner .block h1 {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color: #fff;
}
.banner .block p {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Stats Banner Styling */
.stats-banner {
  margin-top: -60px;
  position: relative;
  z-index: 10;
}

.stats-box {
  background: #ffffff;
  padding: 35px 30px 15px 30px;
  border-radius: 20px;
  box-shadow: 0px 15px 40px 0px rgba(34, 58, 102, 0.08);
  border: 1px solid rgba(34, 58, 102, 0.08);
}

.stats-card {
  background: #ffffff;
  border: 1px solid #e1e7ec;
  border-radius: 50px;
  padding: 15px 20px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 95px;
}

.stats-card:hover {
  transform: translateY(-4px);
  border-color: #e12454;
  box-shadow: 0px 8px 20px rgba(34, 58, 102, 0.08);
}

.stats-label {
  font-size: 13px;
  color: #333;
  margin-bottom: 2px;
  font-weight: 500;
  display: block;
}

.stats-number {
  font-size: 26px;
  font-weight: 800;
  color: #223a66;
  margin: 0;
  font-family: "Exo", sans-serif;
}

.stats-number-text {
  font-size: 19px;
  font-weight: 700;
  color: #223a66;
  margin: 0;
  font-family: "Exo", sans-serif;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 768px) {
  .stats-banner {
    margin-top: -30px;
  }
  .stats-box {
    padding: 20px 15px 5px 15px;
  }
  .stats-card {
    padding: 12px 10px;
    min-height: 80px;
    border-radius: 30px;
  }
  .stats-number {
    font-size: 20px;
  }
  .stats-label {
    font-size: 11px;
  }
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #223a66;
}

.text-color-2 {
  color: #e12454;
}

.divider {
  width: 40px;
  height: 5px;
  background: #e12454;
}

@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }

  .banner {
    min-height: 450px;
    background: linear-gradient(rgba(9, 15, 26, 0.85), rgba(9, 15, 26, 0.85)), url("../images/bg/new-banner.png") no-repeat center center !important;
    background-size: cover !important;
  }
}

@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .banner {
    min-height: 450px;
    background: linear-gradient(rgba(9, 15, 26, 0.85), rgba(9, 15, 26, 0.85)), url("../images/bg/new-banner.png") no-repeat center center !important;
    background-size: cover !important;
  }
}

@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }

  .banner {
    background: linear-gradient(rgba(9, 15, 26, 0.85), rgba(9, 15, 26, 0.85)), url("../images/bg/new-banner.png") no-repeat center center !important;
    background-size: cover !important;
  }
}

@media (max-width: 992px) {
  .banner {
    background: linear-gradient(rgba(9, 15, 26, 0.85), rgba(9, 15, 26, 0.85)), url("../images/bg/new-banner.png") no-repeat center center !important;
    background-size: cover !important;
  }
}

.about-img img {
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.award-img {
  height: 120px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #eff0f3;
}

.appoinment-content {
  position: relative;
}

.appoinment-content img {
  width: 85%;
}

.appoinment-content .emergency {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 20px;
  background: #223a66;
  padding: 48px;
}

.appoinment-content .emergency h2 {
  color: #fff;
}

.appoinment-content .emergency i {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.appoinment-form {
  margin-top: 40px;
}

.appoinment-form .form-control {
  background: #f4f9fc;
  height: 55px;
  border-color: rgba(0, 0, 0, 0.05);
}

.appoinment-form textarea.form-control {
  height: auto;
}

.client-thumb {
  text-align: center;
}

.features {
  margin-top: -70px;
}

.feature-item {
  flex-basis: 33.33%;
  margin: 0px 10px;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.feature-item .feature-icon i {
  font-size: 50px;
  color: #223a66;
}

.feature-item h4 {
  color: #223a66;
}

.feature-item p {
  font-size: 14px;
}

.feature-section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.w-hours li {
  padding: 6px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.counter-stat {
  text-align: center;
  padding: 55px 0px 40px 0px;
  position: relative;
}

.counter-stat i {
  display: block;
  color: rgba(255, 255, 255, 0.06);
  font-size: 70px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  transform: translateY(25px);
}

.counter-stat span {
  font-size: 70px;
  color: #fff;
}

.counter-stat p {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
}

.mb--80 {
  margin-bottom: -80px;
}

/* .service {
  padding-top: 180px;
} */
.service .service-item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  height: calc(100% - 30px);
  /* Adjusting for bottom margin */
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  cursor: default;
}

.service .service-item:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}

.service .icon {
  float: left;
  margin-bottom: 10px;
}

.service i {
  color: #e12454;
}

.service h4 {
  padding-left: 20px;
}

.service .content {
  clear: both;
}

.service-block {
  padding: 20px;
  margin-top: 40px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 38px rgba(21, 40, 82, 0.07);
}

.service-block img {
  width: 100%;
  margin-top: -60px;
  border: 5px solid #fff;
}

.department-service {
  margin-bottom: 40px;
}

.department-service li {
  margin-bottom: 10px;
}

.department-service li i {
  color: #e12454;
}

.doctors .btn-group .btn {
  border-radius: 0px;
  margin: 0px 2px;
  text-transform: capitalize;
  font-size: 16px;
  padding: 0.6rem 1.5rem;
  cursor: pointer;
}

.doctors .btn-group .btn.active {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group .btn.focus {
  box-shadow: none !important;
  border-color: transparent;
}

.doctors .btn-group .btn:focus {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group .btn:hover {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group>.btn-group:not(:last-child)>.btn,
.doctors .btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.doctors .btn-group>.btn:not(:first-child) {
  border-radius: 3px;
}

.doctor-inner-box {
  overflow: hidden;
}

.doctor-inner-box .doctor-profile {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}

.doctor-inner-box .doctor-profile .doctor-img {
  transition: all 0.35s ease;
}

.doctor-inner-box .doctor-profile .doctor-img:hover {
  transform: scale(1.1);
}

.lh-35 {
  line-height: 35px;
}

.doctor-info li {
  margin-bottom: 10px;
  color: #222;
}

.doctor-info li i {
  margin-right: 20px;
  color: #e12454;
}

.read-more {
  color: #223a66;
}

@media (max-width: 480px) {
  .doctors .btn-group {
    display: block;
  }

  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 400px) {
  .doctors .btn-group {
    display: block;
  }

  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 768px) {
  .doctors .btn-group {
    display: block;
  }

  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

.cta {
  background: url("../images/bg/bg-4.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.cta:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(34, 58, 102, 0.95);
}

.mb-30 {
  margin-bottom: 30px;
}

.text-color-primary {
  color: #223a66;
}

.cta-section {
  margin-bottom: -80px;
}

.cta-2 {
  background: url("../images/bg/cta-bg.png") no-repeat;
  background-position: center center;
}

.cta-page {
  background: url("../images/bg/banner.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.testimonial {
  position: relative;
}

.testimonial:before {
  width: 48%;
  height: 100%;
  top: 0;
  left: 0px;
  position: absolute;
  content: "";
  background: url("../images/bg/bg-2.jpg") no-repeat 50% 50%;
}

.testimonial .slick-dots {
  text-align: left;
}

.testimonial-block {
  position: relative;
  margin-bottom: 20px;
}

.testimonial-block p {
  background: #fff;
  font-size: 18px;
}

.testimonial-block .client-info {
  margin-bottom: 20px;
}

.testimonial-block .client-info h4 {
  margin-bottom: 0px;
}

.testimonial-block i {
  font-size: 60px;
  position: absolute;
  right: 46px;
  bottom: 89px;
  opacity: 0.08;
}

.testimonial-block .slick-dots {
  text-align: left;
}

.testimonial-wrap-2 .slick-dots {
  margin-left: -10px;
}

.testimonial-block.style-2 {
  background: #fff;
  padding: 30px;
  margin: 0px 4px;
  margin-bottom: 30px;
}

.testimonial-block.style-2 .testimonial-thumb {
  float: left;
}

.testimonial-block.style-2 .testimonial-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 30px;
  border: 5px solid #eff0f3;
  margin-top: -5px;
}

.testimonial-block.style-2 .client-info p {
  clear: both;
  background: transparent;
}

.testimonial-block.style-2 i {
  bottom: -20px;
  color: #e12454;
  opacity: 0.3;
}

@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }

  .testimonial::before {
    display: none;
  }
}

@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }

  .testimonial::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }

  .testimonial::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }

  .testimonial::before {
    display: none;
  }
}

.contact-form-wrap .form-group {
  margin-bottom: 20px;
}

.contact-form-wrap .form-group .form-control {
  height: 130px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
  background: #f4f9fc;
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  height: auto;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  background: #f4f9fc;
  width: 100%;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 500px;
}

.mt-90 {
  margin-top: 90px;
}

.contact-block {
  text-align: center;
  border: 5px solid #EEF2F6;
  padding: 50px 25px;
}

.contact-block i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color: #e12454;
}

.blog-item-content h2 {
  font-weight: 600;
  font-size: 38px;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #eee;
  text-align: center;
  padding-top: 13px;
  font-weight: 600;
  margin-right: 10px;
}

.nav-links .page-numbers:hover {
  background: #223a66;
  color: #fff;
}

.nav-links .page-numbers.current {
  background: #223a66;
  color: #fff;
}

.comment-area .comment-thumb {
  margin-right: 20px;
  margin-bottom: 30px;
}

.comment-area h5 {
  font-size: 18px;
  font-weight: 500;
}

.comment-area span {
  font-size: 14px;
}

.posts-nav h6 {
  font-weight: 500;
}

.quote {
  font-size: 22px;
  color: #223a66;
  padding: 40px;
  font-style: italic;
  border-left: 5px solid #e12454;
  margin: 25px 0px;
}

.tag-option a {
  border: 1px solid #eff0f3;
  padding: 6px 12px;
  color: #6F8BA4;
  font-size: 14px;
}

.comment-form .form-control {
  background: #f7f8fb;
  border-radius: 5px;
  border-color: #f7f8fb;
  height: 50px;
}

.comment-form textarea.form-control {
  height: auto;
}

.post.post-single {
  border: none;
}

.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 20px;
}

.post-comments .media>.pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}

.post-comments .comment-author a {
  color: #223a66;
  font-size: 14px;
  text-transform: uppercase;
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}

.post-comments .comment-button {
  color: #223a66;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #223a66;
}

.post-excerpt {
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #223a66;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author>img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #223a66;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input,
.comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus,
.comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.comment-reply-form textarea,
.comment-reply-form .btn-main {
  height: auto;
}

.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.sidebar-widget h5 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.sidebar-widget h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 3px;
  background: #e12454;
}

.sidebar-widget.latest-post .media img {
  border-radius: 7px;
}

.sidebar-widget.latest-post .media h6 {
  font-weight: 500;
  line-height: 1.4;
}

.sidebar-widget.latest-post .media p {
  font-size: 12px;
}

.sidebar-widget.category ul li {
  margin-bottom: 10px;
}

.sidebar-widget.category ul li a {
  color: #222;
  transition: all 0.3s ease;
}

.sidebar-widget.category ul li a:hover {
  color: #223a66;
  padding-left: 5px;
}

.sidebar-widget.category ul li span {
  margin-left: 10px;
}

.sidebar-widget.tags a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  line-height: 41px;
  height: 41px;
  font-weight: 500;
  border-radius: 20px;
  color: #666;
  display: inline-block;
  background-color: #eff0f3;
  margin: 0 7px 10px 0;
  padding: 0 25px;
  transition: all 0.2s ease;
}

.sidebar-widget.tags a:hover {
  color: #fff;
  background: #223a66;
}

.sidebar-widget.schedule-widget {
  background: #f4f9fc;
  padding: 25px;
}

.sidebar-widget.schedule-widget ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.search-form {
  position: relative;
}

.search-form i {
  position: absolute;
  right: 15px;
  top: 35%;
}

.footer {
  padding-bottom: 10px;
}

.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}

.logo h3 {
  color: #223a66;
}

.logo span {
  color: #223a66;
}

.widget .divider {
  height: 3px;
}

.widget h4 {
  color: #223a66;
}

.widget .footer-menu a {
  color: #6F8BA4;
}

.widget .footer-menu a:hover {
  color: #e12454;
}

.footer-contact-block span {
  font-weight: 400;
  color: #6F8BA4;
}

.footer-contact-block i {
  font-size: 20px;
}

.footer-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a {
  width: 45px;
  height: 45px;
  background: #6F8BA4;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  padding-top: 12px;
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}

.widget-contact h6 i {
  color: #e12454;
}

.subscribe {
  position: relative;
}

.subscribe .form-control {
  border-radius: 50px;
  height: 60px;
  padding-left: 25px;
  border-color: #eee;
}

.subscribe .btn {
  position: absolute;
  right: 6px;
  top: 6px;
}

.backtop {
  position: fixed;
  background: #223a66;
  z-index: 9999;
  display: inline-block;
  right: 55px;
  width: 50px;
  height: 50px;
  bottom: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 50px;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .backtop {
    bottom: 40px;
    right: 15px;
  }
}

@media (max-width: 768px) {
  .backtop {
    width: 45px;
    height: 45px;
  }
}

.backtop:hover {
  background-color: #e12454;
}

.backtop i {
  color: #fff;
  font-size: 20px;
}

.reveal {
  transition: all 0.3s;
  cursor: pointer;
  opacity: 1;
}

/* WhatsApp Toggle Styles */
.whatsapp-toggle {
  position: fixed;
  bottom: 115px;
  right: 55px;
  width: 50px;
  height: 50px;
  background-color: #25D366 !important;
  color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Pulse Concentric Ripple Animations (Pulsing every 10s from behind) */
.whatsapp-toggle::before,
.whatsapp-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  border: 1px solid #25D366;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
}

.whatsapp-toggle.reveal::before {
  animation: whatsapp-ripple-concentric 10s infinite ease-out;
}

.whatsapp-toggle.reveal::after {
  animation: whatsapp-ripple-concentric 10s infinite ease-out 0.4s;
}

@keyframes whatsapp-ripple-concentric {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  2% {
    opacity: 0.8;
  }
  15% {
    transform: translate(-50%, -50%) scale(1.9);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.9);
    opacity: 0;
  }
}

/* Red Notification Badge Dot with Breathing effect */
.whatsapp-badge {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 13px;
  height: 13px;
  background-color: #ff3b30;
  border: 2px solid #ffffff;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transform-origin: center;
  animation: whatsapp-badge-breathing 2s infinite ease-in-out;
}

@keyframes whatsapp-badge-breathing {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.6);
  }
  50% {
    transform: scale(1.15);
    box-shadow: 0 0 0 5px rgba(255, 59, 48, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 59, 48, 0);
  }
}

.whatsapp-toggle.reveal {
  opacity: 1;
  visibility: visible;
}

.whatsapp-toggle:hover,
.whatsapp-toggle:focus,
.whatsapp-toggle:active {
  background-color: #20ba5a !important;
  color: #fff !important;
  text-decoration: none !important;
  transform: scale(1.05) !important;
  box-shadow: 0px 6px 15px rgba(37, 211, 102, 0.25);
}

.whatsapp-toggle i {
  color: #fff !important;
}

@media (max-width: 992px) {
  .whatsapp-toggle {
    bottom: 100px;
    right: 15px;
  }
}

@media (max-width: 768px) {
  .whatsapp-toggle {
    width: 45px;
    height: 45px;
    font-size: 26px;
  }
  .whatsapp-badge {
    width: 11px;
    height: 11px;
    top: 0px;
    right: 0px;
  }
}

/* Our Mission Blue Icon Style */
.blue-icon-box {
  position: absolute;
  bottom: 0px;
  right: -40px;
  background: #00a0e3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid #fff;
  color: #fff;
  font-size: 40px;
  z-index: 1;
}

@media (max-width: 992px) {
  .blue-icon-box {
    right: 0px;
    width: 80px;
    height: 80px;
    font-size: 30px;
    border-width: 5px;
  }
}

/* Benefits Section Typography */
.benefit-card h4 {
  font-size: 1.3rem !important;
  line-height: 30px !important;
  margin-top: 15px !important;
}

.benefit-card p {
  font-size: 16px !important;
  line-height: 30px !important;
  color: #333 !important;
}

.benefit-card i {
  color: #e12454 !important;
}

.benefit-card {
  transition: all 0.3s ease;
  cursor: default;
}

.benefit-card:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05) !important;
  transform: translateY(-5px);
}

/* Preloader Styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease;
}

.loader-content {
  position: relative;
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-logo {
  width: 180px;
  z-index: 10;
}

.spinner {
  position: absolute;
  width: 220px;
  height: 220px;
  border: 3px solid transparent;
  border-top-color: #223a66;
  border-bottom-color: #e12454;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#preloader.fade-out {
  opacity: 0;
  pointer-events: none;
}

/* New Services Page Cards Styling */
.service-card-alt {
  transition: all 0.3s ease;
  border: 1px solid transparent;
  cursor: default;
}

.service-card-alt:hover {
  background: #fff !important;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}

.service-content-alt h4 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #222;
}

.service-content-alt p {
  color: #6F8BA4;
  font-size: 15px;
  line-height: 1.6;
}

/* Services Page V2 Styling */
.service-card-v2 {
  border: 1px solid #eee;
  transition: all 0.3s ease;
  cursor: default;
}

.service-card-v2:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1) !important;
  border-color: transparent;
}

.service-icon-v2 {
  width: 100px;
  height: 100px;
  background: #223a66;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.service-icon-v2 i {
  font-size: 40px;
  color: #fff;
}

.service-card-v2 h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #223a66;
  line-height: 1.4;
}

.service-card-v2:hover .service-icon-v2 {
  background: #e12454;
}

/* New Services Detail Box Styling */
.service-detail-box {
  display: none;
  background: transparent;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 15px;
  position: relative;
  z-index: 10;
}

.service-detail-box ul li {
  margin-bottom: 8px;
  color: #6F8BA4;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.service-detail-box ul li i {
  font-size: 16px;
  color: #e12454 !important;
}

.service-card-alt[data-service] {
  cursor: pointer !important;
  transition: all 0.3s ease;
  height: auto !important;
  /* Allow card to expand */
  min-height: 180px;
  overflow: visible;
}

.service-card-alt[data-service]:hover {
  background: #fff !important;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}

.text-primary {
  color: #e12454 !important;
}

/* Contact Redesign Styling */
.serving-list li {
  font-size: 16px;
  color: #555;
  font-family: "Exo", sans-serif;
}

.serving-list li i {
  color: #00bcd4 !important;
  /* Info blue color for checks */
}

.contact-form-content h2 {
  font-family: "Exo", sans-serif;
  line-height: 1.2;
}

.iti {
  width: 100%;
}

.iti__flag-container {
  z-index: 5;
}

.contact-input {
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  padding: 12px 15px !important;
  height: auto !important;
  background-color: #f4f9fd !important;
  /* Light blue/greyish background as per screenshot */
}

textarea.contact-input {
  min-height: 200px !important;
  /* Increased height to match screenshot */
}

.recaptcha-placeholder {
  background-color: #f9f9f9;
  border: 1px solid #d3d3d3;
  color: #555;
}

/* Simulated reCAPTCHA Styling */
.simulated-captcha {
  background: #f9f9f9;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  width: 302px;
  height: 76px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}

.captcha-checkbox {
  width: 28px;
  height: 28px;
  border: 2px solid #c1c1c1;
  background: #fff;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.captcha-checkbox:hover {
  border-color: #b2b2b2;
}

.captcha-text {
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.captcha-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #4d90fe;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: captcha-spin 0.6s linear infinite;
}

@keyframes captcha-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Scroll Animations */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Trust Bar Credibility Section */
.trust-bar {
  padding: 90px 0;
  background-color: #f4f7fa; /* Sleek off-white for beautiful section separation */
}

.trust-badge-card {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.015);
  outline: none;
  height: 220px; /* Fixed height for perfect symmetry */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.trust-badges-slider {
  padding: 10px 0;
}

.trust-badges-slider .slick-slide {
  outline: none;
  padding: 15px 0;
}

.trust-badge-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 35px rgba(34, 58, 102, 0.1);
  border-color: #223a66; /* Accent color on hover */
}

.trust-badge-card img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.trust-badge-card:hover img {
  transform: scale(1.06);
}

.trust-badge-card h5 {
  color: #223a66;
  font-size: 18px;
  margin-top: 18px;
  font-family: "Exo", sans-serif;
  font-weight: 700;
}

.tracking-wider {
  letter-spacing: 2px;
}

/* Footer Trust Badges */
.footer-badges {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.footer-badges img {
  height: 38px;
  width: auto;
  object-fit: contain;
  opacity: 0.75;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.footer-badges img:hover {
  filter: none;
  opacity: 1;
  transform: scale(1.08);
}

/* High-Level Benefits Section Styles */
.benefits {
  background-color: #f8f9fb !important; /* Premium subtle light grey/blue */
}

.benefit-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #eaeaea;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.015);
  height: 100%;
}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(34, 58, 102, 0.08);
  border-color: #223a66;
}

.benefit-icon {
  width: 75px;
  height: 75px;
  background: #f4f7fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon {
  background: #e12454;
}

.benefit-card:hover .benefit-icon i {
  color: #ffffff !important;
}

.benefit-card h4 {
  color: #223a66;
  font-family: "Exo", sans-serif;
  font-size: 20px;
}

/* How It Works Section Styles */
.how-it-works {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.workflow-container {
  position: relative;
  z-index: 2;
}

.workflow-card {
  background: #ffffff;
  border-radius: 35px;
  box-shadow: 0 10px 35px rgba(34, 58, 102, 0.03);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: auto;
  position: relative;
  overflow: visible;
  z-index: 2;
}

/* Gradient Borders precisely matching Step 1, 2, 3 colors */
.step-1-card, .step-2-card {
  border: 3.5px solid transparent !important;
  background: linear-gradient(to right, white, white) padding-box, 
              linear-gradient(135deg, #00bcd4 0%, #223a66 100%) border-box !important;
}

.step-3-card {
  border: 3.5px solid transparent !important;
  background: linear-gradient(to right, white, white) padding-box, 
              linear-gradient(135deg, #00bcd4 0%, #28a745 100%) border-box !important;
}

/* Glowing Pins/Dots on Top and Bottom Borders */
.workflow-card::before {
  content: "";
  position: absolute;
  top: -8.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.workflow-card::after {
  content: "";
  position: absolute;
  bottom: -8.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

/* Pin colors */
.step-1-card::before, .step-1-card::after,
.step-2-card::before, .step-2-card::after {
  background-color: #00bcd4;
}

.step-3-card::before, .step-3-card::after {
  background-color: #28a745;
}

/* Card hover animations */
.workflow-card:hover {
  transform: translateY(-10px);
}

.step-1-card:hover, .step-2-card:hover {
  box-shadow: 0 25px 50px rgba(0, 188, 212, 0.15) !important;
}

.step-3-card:hover {
  box-shadow: 0 25px 50px rgba(40, 167, 69, 0.15) !important;
}

.step-1-card:hover::before, .step-1-card:hover::after,
.step-2-card:hover::before, .step-2-card:hover::after {
  background-color: #e12454;
  transform: translateX(-50%) scale(1.3);
}

.step-3-card:hover::before, .step-3-card:hover::after {
  background-color: #e12454;
  transform: translateX(-50%) scale(1.3);
}

.workflow-icon-box {
  width: 85px;
  height: 85px;
  background-color: #f4f9fd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.workflow-icon-box i {
  font-size: 40px;
  color: #223a66;
  transition: all 0.4s ease;
}

.step-1-card:hover .workflow-icon-box {
  background-color: #e0f7fa;
}
.step-1-card:hover .workflow-icon-box i {
  color: #00bcd4;
  transform: rotate(10deg) scale(1.1);
}

.step-2-card:hover .workflow-icon-box {
  background-color: #e8eaf6;
}
.step-2-card:hover .workflow-icon-box i {
  color: #223a66;
  transform: scale(1.1);
}

.step-3-card:hover .workflow-icon-box {
  background-color: #e8f5e9;
}
.step-3-card:hover .workflow-icon-box i {
  color: #28a745;
  transform: rotate(-10deg) scale(1.1);
}

.step-num {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
}

.text-success-color {
  color: #28a745 !important;
}

.workflow-title {
  color: #223a66;
  font-size: 20px;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  line-height: 1.35;
}

.workflow-sub-section h5 {
  font-size: 15px;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.workflow-sub-section p {
  font-size: 14.5px;
  line-height: 1.6;
}

/* Precise curved connecting arrows on desktop */
.workflow-arrow-desktop {
  position: absolute;
  z-index: 10;
  display: none;
}

@media (min-width: 992px) {
  .workflow-card {
    height: 100% !important;
  }

  .workflow-arrow-desktop {
    display: block;
  }
  
  .arrow-1 {
    left: 30.5%;
    top: 40%;
    transform: translateY(-50%);
    width: 6.5%;
  }
  
  .arrow-2 {
    left: 64%;
    top: 40%;
    transform: translateY(-50%);
    width: 6.5%;
  }
}

.workflow-arrow-desktop svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.workflow-arrow-desktop path {
  stroke-dasharray: 8;
  animation: dash 20s linear infinite;
}

@keyframes dash {
  to {
    stroke-dashoffset: -1000;
  }
}

/* Decorative Dots Columns exactly replicating the reference image details */
.decorative-dots {
  position: absolute;
  width: 12px;
  height: 150px;
  background-image: radial-gradient(#00bcd4 2.5px, transparent 2.5px);
  background-size: 12px 18px;
  z-index: 1;
  opacity: 0.55;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .dots-1 {
    left: 3%;
    top: 30%;
  }
  
  .dots-2 {
    left: 33%;
    top: 45%;
  }
  
  .dots-3 {
    left: 66.5%;
    top: 45%;
  }
  
  .dots-4 {
    right: 3%;
    top: 30%;
  }
}

.workflow-connector-mobile {
  margin-top: 30px;
  margin-bottom: -18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
}

.mobile-arrow-svg {
  animation: pulse-mobile-arrow 1.8s infinite ease-in-out;
}

@keyframes pulse-mobile-arrow {
  0% { transform: translateY(-4px); opacity: 0.8; }
  50% { transform: translateY(4px); opacity: 1; }
  100% { transform: translateY(-4px); opacity: 0.8; }
}

/* Consistent Section Spacing Override */
section.section {
  padding: 85px 0 !important;
}

@media (max-width: 768px) {
  section.section {
    padding: 55px 0 !important;
  }
}

/* Polished About Section Image styling */
.about-img {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(34, 58, 102, 0.09);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.about-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(34, 58, 102, 0.04) 0%, rgba(225, 36, 84, 0.02) 100%);
  pointer-events: none;
}

.about-img img {
  width: 100% !important;
  height: 480px !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.about-img:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(34, 58, 102, 0.16);
}

.about-img:hover img {
  transform: scale(1.035);
}

@media (max-width: 991px) {
  .about-img img {
    height: 380px !important;
  }
}

/* Colorful PNG Social Icons in Footer */
.footer-socials-png {
  padding: 0;
  margin: 0;
}

.footer-socials-png .list-inline-item {
  margin-right: 8px;
  margin-bottom: 6px;
}

.social-icon-png-link {
  display: inline-block;
  border-radius: 50%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-icon-png-link:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.social-icon-png {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

/* Offering Section Premium Styles */
.about-offering-intro {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  color: #223a66;
}

.offering-bullet-star {
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 4px;
  color: #e12454;
}

.offering-bullet-text {
  font-size: 15px;
  color: #333333; /* Bullet text color #333 as requested */
  line-height: 1.6;
}

.offering-bullet-text strong {
  font-size: 16px;
  color: #223a66;
}

/* FAQ Accordion Styles */
.faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.faq-title {
    font-size: 2rem;
    color: #333;
}
.custom-accordion .card {
    border-bottom: 1px solid #eee !important;
    border-radius: 0;
}
.custom-accordion .btn-link {
    color: #222;
    text-decoration: none;
    font-size: 1.1rem;
    outline: none;
    box-shadow: none;
}
.custom-accordion .btn-link:hover, .custom-accordion .btn-link:focus {
    text-decoration: none;
}
.custom-accordion .btn-link[aria-expanded="true"] .icon-toggle {
    transform: rotate(180deg);
}
.custom-accordion .icon-toggle {
    transition: transform 0.3s ease;
}
.custom-accordion .card-body {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
}
.custom-accordion .card-body ul {
    padding-left: 20px;
    margin-bottom: 0;
}
.custom-accordion .card-body ul li {
    margin-bottom: 5px;
}

/* Trust Bar Styles */
.trust-bar {
    background-color: #f8f9fb;
}
.trust-badge-card img {
    max-height: 80px;
}
.trust-badge-card .small {
    color: #6f8ba4;
}

/* FAQ Banner Styles */
.bg-faq {
  background-image: url("../images/bg/faq-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Core Pillars Styles */
.core-pillar-card {
    border-radius: 10px;
    border-bottom: 4px solid transparent !important;
    transition: all 0.3s ease;
}
.core-pillar-card:hover {
    transform: translateY(-5px);
    border-bottom: 4px solid #e12454 !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}
.core-pillar-card .icon-wrap i {
    display: inline-block;
    transition: all 0.3s ease;
}
.core-pillar-card:hover .icon-wrap i {
    transform: scale(1.1);
}

/* Flip Card Component Styles */
.flip-card {
  background-color: transparent;
  width: 100%;
  perspective: 1000px; 
  margin-bottom: 30px;
  height: 100%; /* Stretch in row */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border-radius: 15px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  grid-area: 1 / 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 15px;
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.flip-card-front {
  background-color: #ffffff;
  border: 1px solid #e1e7ec;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2;
}

.flip-card-front i {
  font-size: 5rem;
  color: #e12454;
  margin-bottom: 30px;
}

.flip-card-front h3 {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.4;
  color: #223a66;
}

.flip-card-back {
  background-color: #223a66;
  color: white;
  transform: rotateY(180deg);
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
}

.flip-card-back h4 {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 25px;
  border-bottom: 2px solid rgba(255,255,255,0.2);
  padding-bottom: 15px;
  width: 100%;
}

.flip-card-back .sub-item {
  margin-bottom: 15px;
  width: 100%;
}

.flip-card-back .sub-item h5 {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 6px;
  display: flex;
  align-items: flex-start;
}
.flip-card-back .sub-item h5 i {
  color: #e12454;
  margin-right: 8px;
  font-size: 1.1rem;
  margin-top: 2px;
}

.flip-card-back .sub-item p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0;
  padding-left: 24px;
}

/* Custom Banners */
.bg-benefits {
  background: url("../images/bg/benefits-uhr.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-contact {
  background: url("../images/bg/contact-us.jpg") no-repeat 50% 50%;
  background-size: cover;
}

/*# sourceMappingURL=style.css.map */