/*

Venue Template

http://www.templatemo.com/tm-522-venue

*/

body {
  /* font-family: "Inter", "sans-serif"; */
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background-color: #fff;
}

h1 {
  font-size: 47.78px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 23px;
}
h4 {
  font-size: 19px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  /* font-size: 13px; */
  color: #7a7a7a;
  line-height: 24px;
  /* left: 0.25px; */
  max-width: 65ch;

  /* margin-left: auto;
  margin-right: auto;
  text-align: center; */
}

section {
  /* padding-top: 80px; */
}

.section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.section-heading span {
  font-size: 17px;
  display: block;
  margin: 0px;
  color: #1587e5;
}

.section-heading h2 {
  margin-bottom: 0px;
  margin-top: 14px;
  font-size: 23px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

.blue-button a {
  display: inline-block;
  background-color: #1587e5;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 16px;
  text-decoration: none;
  border: 2px solid #1587e5;
  border-radius: 6px;
  transition: all 0.5s;
}

.blue-button a:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

/* Header Style */

.cf:before,
.cf:after {
  content: "";
  display: table;
  visibility: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

#header {
  overflow: visible;
  position: relative;
  background-color: rgba(255, 255, 255, 0.75);
}

#primary-nav {
  /* position: fixed; */
  /* top: 0;
  left: 0; */
}

#primary-nav-button {
  background: transparent;
  display: none;
  position: absolute;
  border: none;
  bottom: 0;
  right: 15px;
  top: 0;
  z-index: 9;
  padding: 0;
  outline: none;
  text-decoration: none;
  color: #1587e5;
  text-align: center;
  font-weight: bold;
  font-size: 0;
  background: #fff;
}

#primary-nav-button:hover {
  background: rgba(0, 0, 0, 0.05);
}

#primary-nav-button.selected {
  background: rgba(0, 0, 0, 0.1);
}

#primary-nav-button:before {
  /* content: 'â˜°'; */
  content: "\2261";
  display: inline-block;
  /* background-color: #1587e5; */
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.05;
  width: 100px;
  height: 91px;
  line-height: 100px;
  color: inherit;
  speak: none;
  border: none;
}

#header .logo {
  float: left;
  padding-top: 0.5em;
  /* padding: 12px; */
}

#header .logo img {
  width: 100%;
  overflow: hidden;
}

.menu {
  float: right;
}

.menu li {
  float: left;
  margin-left: 30px;
  position: relative;
  line-height: 100px;
}

.menu li:last-child {
  margin-right: 0;
}

.menu .sub-menu li {
  width: 100%;
  margin-left: 0px;
}

.menu li a {
  display: block;
  text-decoration: none;
}

#primary-nav li a {
  color: #121212;
  font-weight: bold;
  line-height: 85px;
  padding: 0px 15px;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.5s;
}

#primary-nav li > a:hover,
#primary-nav li.selected > a {
  color: #1587e5;
}

.sub-menu {
  border-top: 3px solid #1587e5;
}

.sub-menu li a {
  line-height: 50px !important;
  font-size: 13px !important;
  color: #7a7a7a;
}

.downarrow {
  background: none;
  display: inline-block;
  padding: 0;
  text-align: center;
  min-width: 3px;
}

.sub-menu .downarrow {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 18px;
  padding-right: 10px;
}

.downarrow:before {
  content: "\25be";
  color: inherit;
  display: block;
  font-size: 1em;
  line-height: 1.1;
  width: 1em;
  height: 1em;
}

.menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  max-height: 1000px;
}

.menu .sub-menu li {
  line-height: 40px;
}

.menu .sub-menu.hide {
  display: none;
}

#primary-nav .sub-menu {
  background: #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
  min-width: 160px;
  z-index: 200;
}

#primary-nav .sub-menu li {
  border-bottom: 1px solid #ddd;
}

#primary-nav .sub-menu li:last-child {
  border-bottom: 0;
}

#primary-nav .sub-menu .downarrow:before {
  content: "\25b8";
}

#primary-nav.mobile {
  display: none;
  position: absolute;
  top: 100px;
  background: #fff;
  width: 100%;
  right: 15px;
  left: 0;
  z-index: 999999;
}

#primary-nav.mobile .menu {
  text-align: center;
  width: 100%;
}

#primary-nav.mobile li {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

#primary-nav.mobile li:first-child {
  width: 100%;
  margin: 0;
  border-top: 1px solid #ddd;
}

#primary-nav.mobile li.selected > a {
  border-bottom: 1px solid #ddd;
}

#primary-nav.mobile li:last-child {
  border: none;
}

#primary-nav.mobile .sub-menu {
  float: left;
  position: relative;
  width: 100%;
}

#primary-nav.mobile .sub-menu .downarrow {
  top: 15px;
  position: absolute;
  right: 15px;
}

.mobile .downarrow,
.mobile .sub-menu .downarrow {
  position: absolute;
  top: 42px;
  right: 25px;
}

#primary-nav.mobile .sub-menu .downarrow:before {
  content: "\25be";
}
#primary-nav-button.mobile {
  display: inline-block;
}

/* Banner Style */

.banner {
  background-image:
    linear-gradient(60deg, rgba(15, 71, 117, 0.7) 50%, transparent 75.2%),
    url(../img/backgrounds/medical_tech4.png);

  /* background-image:
    linear-gradient(
      to bottom,
      rgba(35, 18, 136, 0) 98%,
      rgba(199, 213, 243) 100%
    ),
    url(../img/backgrounds/medical_tech4.png); */
  width: 99vw;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* object-fit: contain; */
  /* border: 3px solid black; */
}

.banner .banner-caption {
  /* padding: 10px 0px; */
  /* width: 100%;
  height: 900px;
  border: 1px solid black; */
  /* margin-top: 15%; */
}

.banner .banner-caption .line-dec {
  width: 80px;
  height: 3px;
  background-color: #1587e5;
}

.banner .banner-caption h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  /* font-size: 42px; */
  letter-spacing: 0.5px;
  color: #fff;
}

.banner .banner-caption p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
}

.banner .banner-caption .blue-button {
  margin-top: 30px;
}

.banner .submit-form {
  border-bottom: 5px solid #1587e5;
  background-color: #fff;
  padding: 15px;
}

.submit-form .first-item {
  border-right: 1px solid #ddd;
}

.submit-form .second-item {
  border-right: 1px solid #ddd;
}

.submit-form .third-item {
  border-right: 1px solid #ddd;
}

.submit-form select {
  width: 100%;
  height: 50px;
  border: none;
  background-color: transparent;
  font-size: 15px;
  color: #9a9a9a;
  outline: none;
  padding: 0px 10px;
  display: inline-block;
}

.submit-form input {
  width: 100%;
  height: 50px;
  border: none;
  background-color: transparent;
  font-size: 15px;
  color: #9a9a9a;
  outline: none;
  padding: 0px 10px;
  display: inline-block;
  box-shadow: none;
}

.submit-form input:focus {
  border-width: 0px;
  outline: 0; /* I have also tried outline:none */
  -webkit-appearance: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.submit-form button {
  width: 100%;
  height: 50px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border-radius: 0px;
  background-color: #1587e5;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #fff;
  font-weight: 600;
  border: 2px solid #1587e5;
  transition: all 0.5s;
}

.submit-form button:hover {
  background-color: transparent;
  color: #1587e5;
}

.popular-places .owl-nav {
  display: none;
}

.popular-places .owl-dots {
  margin-top: 40px;
  text-align: center;
}

.popular-places .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #cdcdcd !important;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
}

.popular-places .owl-dots .active span {
  background-color: #1587e5 !important;
}

.popular-places .owl-dots button {
  outline: none;
}

.popular-places .popular-item .thumb {
  position: relative;
}

.thumb {
  height: 200px;
  background-color: #fff;
}

.popular-places .popular-item .thumb img {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  border-radius: 5px;
}

.popular-places .popular-item .thumb .text-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 9;
  color: #fff;
}

.popular-places .popular-item .thumb .text-content h4 {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.popular-places .popular-item .thumb .text-content span {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  display: block;
}

.popular-places .popular-item .thumb .plus-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 9;
}

.popular-places .popular-item .thumb .plus-button i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  transition: all 0.5s;
}

.popular-places .popular-item .thumb .plus-button i:hover {
  background-color: rgba(250, 250, 250, 0.3);
}

section.featured-places {
  margin-top: 80px;
  padding-bottom: 80px;
  background-color: #f4f4f4;
}

.featured-places .featured-item .thumb {
  position: relative;
  z-index: 1;
}

.featured-places .featured-item .thumb img {
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.featured-places .featured-item .thumb .overlay-content {
  position: absolute;
  z-index: 9;
  top: 30px;
  left: 30px;
  color: #fff;
}

.featured-places .featured-item .thumb .overlay-content li {
  display: inline;
  margin-right: 3px;
}

.featured-places .featured-item .thumb .date-content {
  position: absolute;
  z-index: 9;
  top: 30px;
  right: 30px;
  color: #fff;
  text-align: center;
  width: 90px;
  height: 90px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background-color: #1587e5;
  border-radius: 50%;
}

.featured-places .featured-item .thumb .date-content h6 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}

.featured-places .featured-item .thumb .date-content span {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.5px;
}

.featured-places .featured-item .down-content {
  background-color: #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 0px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.featured-places .featured-item .down-content h4 {
  margin-top: 0px;
  font-size: 19px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 5px;
}

.featured-places .featured-item .down-content span {
  display: block;
  font-size: 13px;
  color: #1587e5;
  margin-bottom: 15px;
}

.featured-places .featured-item .down-content p {
  margin-bottom: 20px;
}

.featured-places .featured-item .down-content .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}

.featured-places .featured-item .down-content .text-button {
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #ddd;
  margin: 0px -5px;
}

.featured-places .featured-item .down-content .first-button {
  border-right: 1px solid #ddd;
}

.featured-places .featured-item .down-content .text-button a {
  font-size: 12px;
  text-transform: uppercase;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  transition: all 0.5s;
}

.featured-places .featured-item .down-content .text-button a:hover {
  color: #1587e5;
}

section.our-services .service-item {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 50px 30px;
}

section.our-services .service-item .icon img {
  max-width: 100%;
}

section.our-services .service-item h4 {
  font-size: 19px;
  font-weight: 600;
  color: #232323;
  margin-top: 30px;
  margin-bottom: 15px;
}

.our-services .left-content h4 {
  font-size: 19px;
  font-weight: 600;
  color: #232323;
  margin-top: 0px;
  margin-bottom: 25px;
}

.our-services .left-content .blue-button {
  margin-top: 25px;
}

.down-services {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding-top: 60px;
}
.accordion li {
  position: relative;
}
.accordion li a {
  border: 1px solid #ddd;
}

.accordion li p {
  display: none;
}

a.active:after {
  background-color: #1587e5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

section#video-container {
  margin-top: 80px;
}

#video-container {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  z-index: 1;
}

#video-container video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

#video-container .video-overlay {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
}

#video-container .video-content {
  z-index: 99999;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

#video-container .video-content .inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}

#video-container .video-content .inner span {
  font-size: 17px;
  display: block;
  margin: 0px;
  color: #fff;
}

#video-container .video-content .inner h2 {
  margin-bottom: 0px;
  margin-top: 14px;
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
}

/* #video-container .video-content .inner a {
  margin-top: 30px;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 56px;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.1);
  font-size: 18px;
  border: 3px solid #fff;
  border-radius: 50%;
} */

section.pricing-tables .table-item {
  text-align: center;
  background-color: #eeeeee;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0px 0px 40px 0px;
}

section.pricing-tables .table-item .top-content {
  background-color: #1587e5;
  padding: 30px;
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

section.pricing-tables .table-item .top-content h4 {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 0px;
  margin-bottom: 0px;
}

section.pricing-tables .table-item .top-content h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: 20px;
  margin-bottom: 10px;
}

section.pricing-tables .table-item ul {
  margin: 40px 0px !important;
}

section.pricing-tables .table-item ul li {
  margin: 25px 0px;
}

section.pricing-tables .table-item ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  text-decoration: none;
  transition: all 0.5s;
}

section.pricing-tables .table-item ul li a:hover {
  color: #1587e5;
}

section.contact .section-heading {
  margin-top: 60px;
  margin-bottom: 30px;
}

.about-us-content {
  width: 90%;
  margin: auto;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;

  li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
    font-size: 14px;
    color: #3a3a3a;
  }

  /* icon circle */
  .icon-circle {
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8f0ff;
    color: #2f6df6;
    font-size: 30px;
    margin-top: 2px;
  }
}

.wrapper {
  text-align: center;
}

/* Modal button */
.modal-btn {
  display: inline-block;
  background-color: #1587e5;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 16px;
  text-decoration: none;
  border: 2px solid #1587e5;
  transition: all 0.5s;
}
.modal-btn:hover {
  background-color: transparent;
  color: #1587e5;
}

/* Modal
.modal {
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 1000;
  padding-top: 10%;
  padding-bottom: 10%;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
} */

.modal-animated-in {
  animation: totop-in 0.3s ease;
}
.modal-animated-out {
  animation: totop-out 0.3s ease forwards;
}

/* Keyframes */
@keyframes totop-in {
  0% {
    top: 600px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes totop-out {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: -100%;
    opacity: 0;
  }
}

footer {
  /* margin-top: 80px; */
  padding: 80px 0px 70px 0px;
  border-top: 1px solid #ddd;
}

footer .footer-heading h4 {
  font-size: 21px;
  color: #232323;
  letter-spacing: 0.5px;
  margin-top: 15px;
  margin-bottom: 40px;
}

footer .about-veno .logo {
  margin-bottom: 40px;
}

footer .about-veno ul li a {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  background-color: #cdcdcd;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  margin-right: 3px;
  transition: all 0.5s;
}

footer .about-veno p {
  margin-bottom: 25px;
}

footer .about-veno ul li a:hover {
  background-color: #1587e5;
}

footer .useful-links ul li {
  margin-bottom: 12px;
}

footer .useful-links ul li a {
  font-size: 15px;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.5s;
}

footer .useful-links ul li a:hover {
  color: #1587e5;
}

footer .useful-links ul li i {
  color: #1587e5;
  font-size: 6px;
  position: relative;
  top: -3px;
  margin-right: 8px;
}

footer .contact-info p {
  margin-bottom: 25px;
}

footer .contact-info ul li {
  margin: 10px 0px;
}

footer .contact-info ul li span {
  font-size: 13px;
  color: #7a7a7a;
  font-weight: 600;
  letter-spacing: 0.3px;
  width: 80px;
  display: inline-block;
}

footer .contact-info ul li a {
  font-size: 13px;
  color: #1587e5;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.sub-footer p {
  text-align: center;
  display: inline-block;
  background-color: #f4f4f4;
  width: 100%;
  margin-bottom: 0px;
  padding: 30px 0px;
  font-size: 15px;
  color: #aaaaaa;
}

.sub-footer a {
  text-decoration: none;
  color: #1587e5;
}

@media (max-width: 992px) {
  .logo {
    padding: 12px !important;
    margin-top: 0.5em !important;
  }
  .logo img {
    height: auto;
    width: 15em !important;
  }

  .banner .banner-caption {
    display: none;
    /* padding: 200px 30px; */
  }

  .submit-form input {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
  }

  .submit-form select {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
  }

  .featured-places .featured-item {
    margin-bottom: 30px;
  }

  .featured-places .featured-item .down-content .first-button {
    border-right: none;
  }

  section.our-services .service-item {
    margin-bottom: 30px;
  }

  .down-services .left-content {
    margin-bottom: 60px;
  }

  #video-container .video-content {
    padding: 0 30px;
    text-align: center;
  }

  .table-item {
    margin-bottom: 30px;
  }

  footer .useful-links {
    margin-top: 60px;
  }

  footer .contact-info {
    margin-top: 60px;
  }

  .about-us-caption {
    padding: 16px;
    width: 100% !important;
  }
}

.contacts-icon svg {
  width: 50px; /* Adjust Size */
  height: 50px;
  /* fill: #007bff; Adjust Color */
  transition: fill 0.3s ease;
}

.medical-icon svg {
  width: 75px; /* Adjust Size */
  height: 75px;
  /* fill: #007bff; Adjust Color */
  transition: fill 0.3s ease;
}

.building-container {
  width: 100%; /* Or any specific width */
  height: 800px; /* Define a height for the container */
  background-image: url("/img/backgrounds/building.jpg");
  background-repeat: no-repeat; /* Prevents tiling if the image is smaller */
  background-position: center center; /* Centers the background image */
  background-size: cover; /* Scales the background to cover the container */
}

.about-us-header-image-container {
  width: 100vw; /* Or any specific width */
  height: 500px; /* Define a height for the container */
  background-image:
    linear-gradient(60deg, rgba(15, 71, 117, 0.7) 50%, transparent 75.2%),
    url("/img/backgrounds/about-us.png");
  background-repeat: no-repeat; /* Prevents tiling if the image is smaller */
  background-position: center center; /* Centers the background image */
  background-size: cover; /* Scales the background to cover the container */
}

.about-us-bg-1 {
  background-image: url("/img/backgrounds/bg_2.png");

  width: 100%;
  border-radius: 16px;
  padding: 32px;
}

.about-us-bg-lower {
  width: 100vw; /* Or any specific width */
  height: auto; /* Define a height for the container */
  padding: 64px 0;
  background-image: url("/img/backgrounds/bg2.png");
  background-repeat: no-repeat; /* Prevents tiling if the image is smaller */
  background-position: center center; /* Centers the background image */
  background-size: cover; /* Scales the background to cover the container */

  /* Add these lines for the fade effect */
  -webkit-mask-image: linear-gradient(to top, black 90%, transparent 100%);
  mask-image: linear-gradient(to top, black 90%, transparent 100%);
}

.our-mission-is-simple {
  background-image: url("/img/backgrounds/about_our_mission_is_simple.png");
  background-repeat: no-repeat; /* Prevents tiling if the image is smaller */
  background-position: center center; /* Centers the background image */
  background-size: cover; /* Scales the background to cover the container */
  height: 10em;
}

.about-us-bg {
  width: 100vw; /* Or any specific width */
  height: 500px; /* Define a height for the container */
  background-image:
    linear-gradient(60deg, rgba(15, 71, 117, 0.7) 50%, transparent 75.2%),
    url("/img/backgrounds/transforming_bg.png");
  background-repeat: no-repeat; /* Prevents tiling if the image is smaller */
  background-position: center center; /* Centers the background image */
  background-size: cover; /* Scales the background to cover the container */
}

/* This pulls cards upward */
.mission-vision-wrapper {
  margin-top: -180px; /* Controls overlap amount */
}

/* Card styling */
.info-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  transition: 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
}

.hoverable-div {
  transition: 0.3s ease;
}

.hoverable-div:hover {
  transform: translateY(-3px);
  border-top: 6px solid #0d6efd !important;
}

.tilt-left {
  /* Positive for clockwise, negative for counter-clockwise */
  transform: rotate(-2deg);
}

.tilt-right {
  /* Positive for clockwise, negative for counter-clockwise */
  transform: rotate(2deg);
}

/* Custom border-left utilities */
.bt-primary {
  border-top: 6px solid #0d6efd !important;
}
.bt-midnight {
  border-top: 6px solid #052c65 !important;
}
.bt-orange {
  border-top: 6px solid #fd7e14 !important;
}

.bt-yellow {
  border-top: 6px solid #fa3614 !important;
}

.bt-gray {
  border-top: 6px solid #f1eeee !important;
}

.about-us-caption {
  width: 600px;
}

.st1 {
  fill: none;
  stroke: #1587e5;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.icon-circle {
  width: 60px;
  height: 60px;
  background-color: #1587e5; /* light blue */
  border-radius: 50%;
  color: #fff; /* icon color */
  transition: 0.3s ease;
}

.gradient-text-contact-us,
.banner-text {
  background: linear-gradient(90deg, #004770, #1587e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.custom-btn-xl {
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 10px; /* Optional: adjust border radius */
}

/* swiper */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  /* width: 20%; */
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* FEATURE BADGES */
.feature-badges span {
  background: rgba(238, 244, 255, 0.7);
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 14px;
}

.learn-more {
  color: white;
  text-decoration: none;
  font-weight: 500;
}

/* Card Container */
.service-card {
  /* width: 320px; */
  border-radius: 20px;
  /* Multi-layered background for the glow effect */
  /* background:
    radial-gradient(
      circle at 10% 10%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 40%
    ),
    linear-gradient(145deg, #0e4da4 0%, #062d6b 100%); */
  position: relative;
  overflow: hidden;
}

.service-card-1 {
  background-image: url(../img/cards/bg_1.jpg);
  background-repeat: no-repeat; /* Prevents tiling if the image is smaller */
  background-position: center center; /* Centers the background image */
  background-size: cover; /* Scales the background to cover the container */
}

.service-card-2 {
  background-image: url(../img/cards/bg_2.jpg);
  background-repeat: no-repeat; /* Prevents tiling if the image is smaller */
  background-position: center center; /* Centers the background image */
  background-size: cover; /* Scales the background to cover the container */
}

.service-card-3 {
  background-image: url(../img/cards/bg_3.jpg);
  background-repeat: no-repeat; /* Prevents tiling if the image is smaller */
  background-position: center center; /* Centers the background image */
  background-size: cover; /* Scales the background to cover the container */
}

.service-card-4 {
  background-image: url(../img/cards/bg_4.jpg);
  background-repeat: no-repeat; /* Prevents tiling if the image is smaller */
  background-position: center center; /* Centers the background image */
  background-size: cover; /* Scales the background to cover the container */
}

/* The Icon Styling */
.icon-wrapper {
  background: rgba(255, 255, 255, 0.15);
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* List Styling */
.service-card ul li {
  font-size: 1.1rem;
  font-weight: 500;
  opacity: 0.95;
}

/* Light blue dots */
.dot {
  width: 8px;
  height: 8px;
  background-color: #00d4ff;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 8px #00d4ff;
}

/* Learn More Link Styling */
.learn-more {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 2px;
  transition: all 0.3s ease;
}

.learn-more:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  letter-spacing: 0.5px;
}

/* Optional: Adding the subtle mesh background pattern */
.service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.05) 1px,
    transparent 1px
  );
  background-size: 20px 20px;
  pointer-events: none;
}
.transforming-care::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  /* background-image: */
  /* linear-gradient(
      to bottom,
      rgba(255, 255, 255, 1) 0%,
       rgba(255, 255, 255, 0) 60%,
      rgba(255, 255, 255, 0) 75%,
      rgba(255, 255, 255, 1)100% 
    ), */
  /* url("/img/backgrounds/transforming_bg.png"); */
  background-size: cover;
  background-position: bottom;
  filter: blur(7px);
  z-index: -1;
}
.transforming-care {
  height: 500px;
  padding-top: 10rem;
}

.no-line-height {
  line-height: 20px;
}

.ready-to-modernize-background {
  position: relative; /* important */
  height: 25rem;
  overflow: hidden;
}

.ready-to-modernize-background::before {
  content: "";
  position: absolute; /* makes it a background layer */
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  background: url("/img/cards/bg_2.jpg") center/cover no-repeat;
  filter: blur(6px); /* optional blur */
  z-index: -1; /* puts it behind content */
}

.ready-to-modernize-button {
  height: 5rem;
  width: 30rem;
  border-radius: 24px;
  /* background-color: rgba(0, 89, 255, 0.8); */
  color: #fff;
  border: transparent;
}
/* .ready-to-modernize-button:hover{
  background-color: white;
  color: rgba(0, 89, 255, 0.8);
} */

/* =============================
   TITLE
============================= */
.section-title {
  font-weight: 700;
  font-size: 32px;
  color: #1f2d3d;
}

.title-underline {
  width: 60px;
  height: 4px;
  background: #0d6efd;
  margin: 15px auto 40px;
  border-radius: 10px;
}

/* =============================
   STATS CARD
============================= */
.stats-container {
  background: #ffffff;
  border-radius: 25px;
  padding: 30px 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.stat-icon {
  width: 55px;
  height: 55px;
  background: #e9f3ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  color: #0d6efd;
}

.stat-number {
  font-size: 22px;
  font-weight: 700;
  color: #1f2d3d;
}

.stat-text {
  font-size: 14px;
  color: #6c757d;
}

.footer-background::before {
  content: "";
  position: absolute;
  background: url("/img/backgrounds/building.jpg") top/cover no-repeat;
  filter: blur(10px); /* optional blur */
  z-index: -1; /* puts it behind content */
  inset: 0;
}

.footer-background {
  position: relative; /* important */
  /* height: 40rem; */
  overflow: hidden;
  color: white;
}

.custom-accordion {
  /* Default and Active State Colors */
  --bs-accordion-btn-color: white;
  --bs-accordion-btn-bg: #dc3545; /* Background color */
  --bs-accordion-active-color: white;
  --bs-accordion-active-bg: #a71d2a; /* Open background color */

  /* Icon color (requires SVG URL-encoding) */
  --bs-accordion-btn-icon: url("data:image/svg+xml,...");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,...");
}

.deep-blue {
  color: #13265c;
}

.folder-shape {
  /* clip-path: polygon(
    0% 99%,
    0% 0%,
    100% 0%,
    100% 30%,
    95% 34%,

    95% 90%,
    94.5% 94%,
    93.5% 96.5%,
    92% 98%,
    90% 99%,
    87% 99.6%,
    85% 100%,

    0% 100%
  ); */
  clip-path: polygon(0% 99%, 0% 0%, 100% 0%, 100% 30%, 98% 34%, 98% 100%);
  border-radius: 25px;
  border: transparent;
}

/* our products */

.contact-us-bg,
.trusted_by_care {
  width: 100vw; /* Or any specific width */
  height: auto; /* Define a height for the container */
  /* background-image: url("/img/backgrounds/our_solutions_bg.png"); */
  /* background-color: rgba(129, 220, 238, 0.3); */
  background-image: linear-gradient(
    to left,
    rgb(255, 255, 255),
    rgba(143, 116, 172, 0.3)
  );

  /* background-color: rgba(196, 230, 238, 0.3); */
  background-repeat: no-repeat; /* Prevents tiling if the image is smaller */
  background-position: center center; /* Centers the background image */
  background-size: cover; /* Scales the background to cover the container */
}

/* .trusted_by_care {
  background-image: linear-gradient(
    to left,
    rgb(255, 255, 255),
    rgba(143, 116, 172, 0.938)
  );
} */

.our-products-bg,
.intelligent-solutions-bg {
  width: 100vw; /* Or any specific width */
  height: auto; /* Define a height for the container */
  /* background-image: url("/img/backgrounds/our_solutions_bg.png"); */
  /* background-color: rgba(129, 220, 238, 0.3); */
  /* background-image: linear-gradient(
    to bottom,
    rgb(255, 255, 255),
    rgba(119, 36, 207, 0.3)
  ); */

  background-image: linear-gradient(
    to top,
    rgba(0, 119, 145, 0.3) 15%,
    rgb(255, 255, 255) 90%
  );

  /* background-color: rgba(196, 230, 238, 0.3); */
  background-repeat: no-repeat; /* Prevents tiling if the image is smaller */
  background-position: center center; /* Centers the background image */
  background-size: cover; /* Scales the background to cover the container */

  /* Add these lines for the fade effect */
  /* -webkit-mask-image: linear-gradient(to top, black 90%, transparent 100%);
  mask-image: linear-gradient(to top, black 90%, transparent 100%); */
}

.product-card1,
.product-card2,
.product-card3 {
  height: auto;
  background-repeat: no-repeat; /* Prevents tiling if the image is smaller */
  background-position: center center; /* Centers the background image */
  background-size: cover; /* Scales the background to cover the container */

  /* Smooth hover transition */
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
  will-change: transform;
}

.product-card1 {
  background-image:
    linear-gradient(to top, rgba(255, 255, 255, 0) 40%, rgb(10, 24, 54) 100%),
    url(/img/backgrounds/healthcare_solutions.png);
}

.product-card2 {
  background-image:
    linear-gradient(to top, rgba(255, 255, 255, 0) 40%, rgb(10, 24, 54) 100%),
    url(/img/backgrounds/hr_management_bg.png);
}

.product-card3 {
  background-image:
    linear-gradient(to top, rgba(255, 255, 255, 0) 40%, rgb(10, 24, 54) 100%),
    url(/img/backgrounds/other_solutions_bg.png);
}

.product-card1:hover,
.product-card2:hover,
.product-card3:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
