@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: Urbanist, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Urbanist, sans-serif !important;
}

:root {
  --primary--color: #24bcb3;
  --secondary--color: #ffffff;
  --accent--color: #000;
  --text--color: #626262;
  --grey--color: #6d6c6c;
  --grey--family--color: #d1d1d1;
  --black--color: #000000;
  --bg--color: #041937;
  --yellow--color: #fbc729;
  --dark--navy--color: #031530;
  --ice--blue--color: #a9bcd7;
  --ice--blue--color2: #dee6f8;
  --white-family--color: #f5fafd;
  --light--blue--bg--color: #f5f8ff;
}

figure {
  margin-bottom: 0px;
}

h1 {
  font-size: 100px;
  line-height: 96px;
  font-weight: 700;
  color: var(--secondary--color);
  margin-bottom: 31px;
}

h2 {
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
  color: #fff;
}

h3 {
  font-size: 54px;
  line-height: 60px;
  font-weight: 600;
  color: var(--black--color);
}

h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: var(--black--color);
}

h5 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: var(--black--color);
}

h6 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: var(--black--color);
}

p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: var(--text--color);
  word-break: break-word;
}

.text-size-18 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: var(--text--color);
}

.text-size-16 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--text--color);
}

.text-size-14 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--text--color);
}

.special-text {
  color: #f29d22;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 8px;
  font-weight: 600;
  letter-spacing: 2.4px;
}

.black-text {
  color: var(--black--color);
}

.primary_btn {
  min-width: 130px; /* updated to match contact-btn */
  height: 40px; /* same height as contact-btn */
  line-height: 40px; /* center text vertically */
  padding: 0px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;

  color: var(--secondary--color); /* text color like contact-btn */
  background-color: rgb(242, 157, 34); /* same as contact-btn */
  position: relative;
  display: inline-block;
  text-decoration: none; /* like contact-btn */
  transition: 0.8s ease-in-out; /* keep original transition */
}

.secondary_btn {
  font-size: 16px;
  min-width: 130px;
  padding: 0;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  /* border-radius: 100px; */
  position: relative;
  display: inline-block;
  /* width: 100%; */
  text-decoration: none;
  /* From .header-contact .contact-btn */
  background-color: rgb(242, 157, 34); /* bright orange */
  color: var(--secondary--color); /* text color variable */
  transition: all 0.3s ease;
}

.secondary_btn:hover {
  color: #fff;
  background-color: var(--primary--color);
}

.elementary_btn {
  font-size: 16px;
  min-width: 198px;
  padding: 0px;
  height: 58px;
  line-height: 58px;
  font-weight: 700;
  text-align: center;
  border-radius: 35px;
  position: relative;
  display: inline-block;
  border: 1px solid var(--secondary--color);
  color: var(--secondary--color);
  background-color: transparent;
}

.elementary_btn:hover {
  color: var(--accent--color);
  background-color: var(--secondary--color);
}

html {
  scroll-behavior: smooth;
}

.all_row {
  display: flex;
  flex-wrap: wrap;
}

.all_column {
  display: flex;
}

.all_boxes {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
}

.padding-top {
  padding-top: 90px;
}

.padding-bottom {
  padding-bottom: 80px;
}

.heading-title-con {
  margin-bottom: 20px;
}

.heading-title-con h2 {
  margin-bottom: 20px;
}

.heading-title-con p {
  margin-bottom: 26px;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-500 {
  font-weight: 500;
}

.text-black {
  color: var(--black--color);
}

.bg-navy {
  background-color: #3ac7bc;
}

.bg-blue {
  background-color: var(--primary--color);
}

.light-blue-bg {
  background-color: #3ac7bc;
}

.background-none {
  background-image: none !important;
}

body {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: rgb(242, 157, 34);
}

.header-con .navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  color: var(--black--color);
  font-weight: 500;
  position: relative;
  padding: 10px 0px !important;
}

.header-con .navbar-light .navbar-nav .nav-link:hover {
  color: rgb(242, 157, 34);
}

.header-con .navbar-expand-lg .navbar-nav {
  gap: 50px;
  justify-content: center;
  align-items: center;
}

.header-con {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 1;
  padding-top: 25px;
  position: fixed !important;
  margin-top: 0px !important;
}

.header-con .navbar {
  background-color: #ffffff;
  /* border-radius: 36px; */
  border: 1px solid var(--primary--color);
}

.header-con .navbar-light .navbar-nav .nav-link:hover::before {
  width: 100%;
}

.header-con .navbar-light .navbar-nav .nav-link::before {
  left: 0px;
  bottom: 2px;
  width: 0px;
  height: 1px;
  content: "";
  position: absolute;
  background: rgb(242, 157, 34);
  transition: 0.6s ease-in-out;
}

.header-con .navbar-light .navbar-nav .nav-link.active {
  color: rgb(242, 157, 34);
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link:hover::after {
  width: 0px;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link::after {
  width: unset;
  position: absolute;
  background: none;
  top: 20px;
  font-size: 15px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu {
  padding: 10px;
  margin: 10px 0px 0px;
  background-color: var(--secondary--color);
  border: 0px;
  z-index: 2;
  width: 256px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 100px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu a:last-child {
  border-bottom: none;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
  padding: 7px 12px;
  border-bottom: 1px solid var(--secondary--color);
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: var(--black--color);
  /*  */
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active,
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active {
  background-color: var(--primary--color);
  color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item.active {
  background-color: var(--primary--color);
  color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: var(--primary--color);
  color: var(--secondary--color);
}

.header-con .navbar-light .navbar-brand {
  margin: 0px;
  padding: 0px;
}

.header-contact .icon {
  margin-right: 31px;
  padding-left: 30px;
  border-left: 1px solid var(--grey--family--color);
}

.header-contact {
  padding-left: 25px;
}

.header-contact .contact-btn {
  min-width: 130px;
  background-color: rgb(242, 157, 34);
  color: var(--secondary--color);
  height: 40px;
  line-height: 40px;
  /* border-radius: 100px; */
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 0px;
  width: 100%;
  text-decoration: none;
}

.header-contact .contact-btn:hover {
  background-color: var(--primary--color);
  color: var(--secondary--color);
}

.font-weight-700 {
  font-weight: 700 !important;
}

#button {
  background-color: var(--primary--color);
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 100px;
  position: fixed;
  bottom: 60px;
  right: 80px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: 2s ease 0s infinite normal none running spineer;
  text-decoration: none;
  cursor: pointer;
  transition: 0.6s ease-in-out;
}

#button::after {
  content: "";
  font-family: "Font Awesome 5 free";
  font-size: 20px;
  line-height: 20px;
  color: var(--secondary--color);
  font-weight: 600;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

#button:hover {
  transform: translateY(-5px);
}

@-webkit-keyframes spineer {
  0% {
    box-shadow: rgba(67, 114, 252, 0.4) 0px 0px 0px 0px;
  }

  100% {
    box-shadow: rgba(115, 0, 209, 0.01) 0px 0px 0px 35px;
  }
}

@keyframes spineer {
  0% {
    box-shadow: rgba(67, 114, 252, 0.4) 0px 0px 0px 0px;
  }

  100% {
    box-shadow: rgba(115, 0, 209, 0.01) 0px 0px 0px 35px;
  }
}

.loader-mask {
  position: fixed;
  inset: 0px;
  background-color: rgb(255, 255, 255);
  z-index: 99999;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0px;
  color: var(--secondary--color);
  display: inline-block;
  margin: -25px 0px 0px -25px;
  text-indent: -9999em;
  transform: translateZ(0px);
}

.lead {
  font-size: 13px;
}

.loader div {
  background-color: var(--primary--color);
  display: inline-block;
  float: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  opacity: 0.5;
  border-radius: 50%;
  animation: 2s ease-in-out 0s infinite normal none running ballPulseDouble;
}

.loader div:last-child {
  animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

@keyframes ballPulseDouble {
  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  transition: 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  display: none;
}

#search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 106;
  display: block;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -51px;
  width: 60%;
  margin-left: 20%;
  color: rgb(255, 255, 255);
  background: transparent;
  border-top: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  outline: none;
  padding: 10px;
}

#search input[type="search"]::-webkit-search-cancel-button {
  appearance: none;
  height: 20px;
  width: 20px;
  content: "";
  background-image: url("../images/close.png");
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  opacity: 1;
  font-size: 27px;
  color: rgb(255, 255, 255);
}

#search .close:hover {
  color: var(--primary--color);
  cursor: pointer;
  text-shadow: none;
}

.privacy-policy-content-con .main-container {
  padding: 0px 15px;
}

.privacy-policy-content-con h2 {
  margin-bottom: 25px;
}

.privacy-policy-content-con h4 {
  margin-bottom: 18px;
}

.privacy-policy-content-con p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 26px;
}

.coming-soon-con,
.error-section {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.error-con {
  position: relative;
  z-index: 2;
}

.error-con h2 {
  font-size: 170px;
  line-height: 165px;
  margin-bottom: 30px;
  color: var(--secondary--color);
}

.error-con h2 i {
  font-size: 130px;
  line-height: 140px;
  color: var(--primary--color);
}

.error-con h4 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 18px;
  color: var(--secondary--color);
}

.error-con p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
}

.error-con .primary_btn {
  min-width: 220px;
}

.error-con .primary_btn:hover {
  background-color: var(--secondary--color);
  color: var(--primary--color);
}

.error-banner,
.coming-soon-con {
  flex-grow: 1;
}

.coming-soon-con .new-logo {
  margin-bottom: 35px;
}

.coming-soon-con h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
  color: var(--secondary--color);
}

.coming-soon-con h3 {
  margin-bottom: 20px;
  font-size: 40px;
  color: var(--primary--color);
}

.compaign_countdown ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.compaign_countdown ul li {
  width: auto;
  text-align: center;
  margin: 0px 13px;
  min-height: 133px;
  min-width: 133px;
  background-color: var(--secondary--color);
  padding: 20px 16px;
  color: var(--accent--color);
  font-size: 20px;
  font-weight: 400;
  border-radius: 0px;
  float: left !important;
}

.compaign_countdown ul li:first-child {
  margin-left: 0px;
}

.compaign_countdown ul li:last-child {
  margin-right: 0px;
}

.compaign_countdown ul li span.days,
.compaign_countdown ul li span.hours,
.compaign_countdown ul li span.minutes,
.compaign_countdown ul li span.seconds {
  display: block;
  color: var(--primary--color);
  width: auto;
  font-size: 60px;
  line-height: 65px;
  border-radius: 0px;
  font-weight: 600;
  font-family: Oswald, sans-serif;
  margin-bottom: 6px;
}

.compaign_countdown {
  margin: 0px auto;
  width: 70%;
}

.coming-soon-con {
  flex-grow: 1;
  min-height: 100vh;
}

.login-form {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-form h2 {
  color: var(--secondary--color);
}

.login-form .login-form-title {
  margin-bottom: 40px;
  color: var(--secondary--color);
}

.login-form .login-page-logo {
  margin-bottom: 25px;
}

.login-form .login-form-box {
  width: 450px;
  margin: 0px auto;
  position: relative;
}

.login-form .login-card {
  padding: 30px;
  margin-bottom: 30px;
  line-height: 0.8;
  border-radius: 0px;
  background: var(--secondary--color);
}

.login-form .login-card label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 13px;
  color: var(--black--color);
}

.login-form .login-card .input-field {
  font-size: 16px;
  font-weight: 500;
  height: 54px;
  width: 100%;
  line-height: 16px;
  padding: 0px 21px;
  border-radius: 0px;
  background: transparent;
  color: var(--text--color);
  border: 1px solid rgba(24, 26, 23, 0.1);
}

.login-form .login-card .input-field:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--accent--color);
}

.login-form .login-card .form-group {
  margin-bottom: 16px;
}

.login-form .login-card .btn-primary {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  padding: 20px 15px;
  margin-bottom: 16px;
  width: 100%;
  border: none;
  border-radius: 0px;
  text-decoration: none;
  display: inline-block;
  color: var(--secondary--color);
  background-color: var(--primary--color);
  transition: 0.8s ease-in-out;
}

.login-form .login-card .btn-primary:hover {
  color: var(--secondary--color);
  background-color: var(--accent--color);
}

.login-form .login-card .forgot-password {
  color: var(--primary--color);
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.login-form .login-card .forgot-password:hover {
  text-decoration: underline;
}

.login-form .login-form-box .join-now-outer a {
  font-size: 16px;
  line-height: 18px;
  color: var(--secondary--color);
  text-decoration: none;
}

.login-form .login-form-box .join-now-outer a:hover {
  text-decoration: underline;
}

.login-form .login-card .select-option option {
  font-size: 16px;
  color: black;
}

.login-form .form_style::placeholder {
  color: var(--createform-border-color);
  opacity: 1;
}

.sign-up-form {
  padding: 70px 0px;
}

.sign-up-form .login-form-box {
  width: 700px;
}

.sign-up-form .login-card label small {
  font-size: 14px;
}

.sign-up-form .login-card .select-option {
  padding: 0px 40px 0px 21px;
  appearance: none;
  background-repeat: no-repeat !important;
  background-position: 96.5% 24px !important;
  background-image: url("../images/dropdown-arrow.png") !important;
}

.sign-up-form .login-card .select-option:focus {
  outline: none;
  box-shadow: none;
}

.footer-con .middle_portion .logo-content {
  padding: 72px 65px 68px;
  background: #fff;
  width: 400px;
}

.footer-con .middle_portion .logo-content .footer-logo {
  margin-bottom: 33px;
}

.footer-con .middle_portion .logo-content .text {
  position: relative;
  margin-bottom: 8px;
  padding-left: 30px;
  display: inline-block;
}

.footer-con .middle_portion .logo-content i {
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  left: 0px;
  top: 4px;
  color: var(--secondary--color);
}

.footer-con .middle_portion .logo-content a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: var(--white-family--color);
  transition: 0.8s ease-in-out;
  margin-left: 0px !important;
}

.footer-con .middle_portion .logo-content a:hover {
  color: var(--bg--color);
}

.footer-con .middle_portion .links {
  padding: 74px 0 35px 0; /* top right bottom left */
}

.footer-con .middle_portion h6 {
  margin-bottom: 17px;
  color: var(--secondary--color);
}

.footer-con .middle_portion li {
  margin-bottom: 9px;
}

.footer-con .middle_portion li:last-child {
  margin-bottom: 0px !important;
}

.footer-con .middle_portion li i {
  font-size: 10px;
  line-height: 10px;
  top: -2px;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  color: var(--secondary--color);
}

.footer-con .middle_portion li a {
  font-size: 16px;
  line-height: 14px;
  font-weight: 400;
  margin-left: 17px;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.footer-con .middle_portion li a:hover {
  color: #f29d22;
}

.footer-con .middle_portion .icon {
  padding: 74px 0px 74px 30px;
}

.footer-con .middle_portion .icon h6 {
  margin-bottom: 23px;
}

.footer-con .middle_portion form {
  margin-bottom: 34px;
}

.footer-con .middle_portion input {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  height: 56px;
  padding: 14px 55px 14px 24px;
  width: 409px;
  position: relative;
  color: var(--text--color);
  background-color: var(--secondary--color);
  border: 1px solid var(--secondary--color);
  border-radius: 30px;
  overflow: visible;
  outline: none;
}

.footer-con .middle_portion input:focus {
  border: 1px solid var(--primary--color);
}

.footer-con .middle_portion input::placeholder {
  color: var(--grey--color);
  font-weight: 500;
}

.footer-con .middle_portion button {
  font-size: 16px;
  width: 48px;
  height: 44px;
  top: 6px;
  right: 6px;
  border: none;
  float: right;
  position: absolute;
  color: var(--secondary--color);
  background-color: var(--primary--color);
  border-radius: 100%;
  overflow: visible;
  outline: none;
  transition: 0.8s ease-in-out;
}

.footer-con .middle_portion button:hover {
  color: var(--secondary--color);
  background-color: var(--accent--color);
}

.footer-con .middle_portion .social-icons li {
  margin: 0px 4px;
  display: inline-block;
  transition: 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons a {
  margin-left: 0px !important;
}

.footer-con .middle_portion .social-icons i {
  font-size: 14px;
  height: 46px;
  width: 46px;
  line-height: 44px;
  border-radius: 100%;
  text-align: center;
  color: var(--secondary--color);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons i:hover {
  transform: translateY(-2px);
  color: var(--secondary--color);
  background-color: var(--primary--color);
  border: 1px solid var(--primary--color);
}

.footer-con .middle_portion .social-icons li:first-child {
  margin-left: 0px;
}

.footer-con .middle_portion .social-icons li:last-child {
  margin-right: 0px;
}

.footer-con .copyright {
  background-color: #f1f1f1;
  padding: 24px 0;
}

.footer-con .copyright .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px; /* adjust as per your site */
  margin: 0 auto;
  padding: 0 15px; /* some side spacing */
}

.footer-con .copyright p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #000000;
}

.footer-con .copyright a {
  color: #000000;
  text-decoration: none;
}

.footer-con .copyright a:hover {
  text-decoration: underline;
}

/* Responsive: stack on small screens */
@media (max-width: 768px) {
  .footer-con .copyright .container {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}

.news-and-articles-con {
  overflow: hidden;
}

.news-and-articles-con .article-box {
  background-color: var(--secondary--color);
  transition: 0.6s ease-in-out;
  margin: 0px 10px;
}

.news-and-articles-con .article-box h4 {
  margin-bottom: 16px;
  line-height: 34px;
}

.news-and-articles-con .article-inner-box {
  padding: 36px;
}

.news-and-articles-con .article-inner-box p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 17px;
  padding-right: 26px;
}

.news-and-articles-con .article-inner-box a i {
  color: var(--primary--color);
  font-size: 16px;
}

.news-and-articles-con .article-inner-box a i:hover {
  color: var(--accent--color);
}

.news-and-articles-con .article-inner-box a:hover {
  color: var(--primary--color);
}

.news-and-articles-con .article-inner-box a:hover h4 {
  color: var(--primary--color);
}

.news-and-articles-con .article-box:hover {
  transform: translateY(-6px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 24px;
}

.news-and-articles-con .article-box figure img {
  transition: 1s ease-in-out;
}

.news-and-articles-con .article-box:hover figure img {
  transform: scale(1.02);
  opacity: 0.9;
}

.news-and-articles-con .article-box figure {
  overflow: hidden;
}

.recent-projects-con .owl-carousel .owl-dots,
.testimonials-con .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.recent-projects-con .owl-carousel .owl-dots button,
.testimonials-con .owl-dots button {
  border: none;
  outline: none;
  box-shadow: none;
  text-align: center;
  margin: 0px auto;
}

.recent-projects-con .owl-carousel .owl-dots button:focus,
.recent-projects-con .owl-carousel .owl-dots button:focus-visible,
.testimonials-con .owl-dots button:focus,
.testimonials-con .owl-dots button:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}

.recent-projects-con .owl-theme .owl-dots .owl-dot.active span,
.testimonials-con .owl-theme .owl-dots .owl-dot.active span {
  background-color: #fff;
  color: #fff;
  width: 15px;
  height: 15px;
}

.recent-projects-con .owl-theme .owl-dots .owl-dot span,
.testimonials-con .owl-theme .owl-dots .owl-dot span {
  background-color: #dee6f8;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
  margin-bottom: 0px;
  border-radius: 100%;
}

.testimonials-con .testimonial-box {
  border-radius: 20px;
  background-color: var(--secondary--color);
  padding: 42px 56px 42px 48px;
  transition: 0.6s ease-in-out;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 9px 56px;
  border-top: 2px solid transparent;
}

.testimonials-con .testimonial-box:hover {
  border-top: 2px solid var(--primary--color);
}

.testimonials-con .testimonial-box .stars {
  margin-bottom: 13px;
}

.testimonials-con .testimonial-box .outer-designation {
  margin-left: 17px;
}

.testimonials-con .testimonial-box p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 29px;
  font-weight: 500;
}

.testimonials-con .testimonial-box .quote-icon {
  right: 49px;
  bottom: 45px;
}

.testimonials-con .owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.testimonials-con .customer-detail h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px !important;
}

.testimonials-con .customer-detail span.designation {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.testimonials-con .testimonial-box i {
  color: var(--yellow--color);
  font-size: 13px;
  margin-bottom: 20px;
  display: inline-block;
}

.testimonials-con .owl-carousel .owl-stage-outer {
  padding: 30px 0px;
}

.testimonials-con .vector2 {
  left: 0px;
  bottom: 0px;
}

.pricing-plan-con .pricing-box {
  background-color: var(--secondary--color);
  padding: 55px 60px 46px;
  transition: 0.6s ease-in-out;
  border-top: 2px solid var(--primary--color);
}

.pricing-plan-con .pricing-box p {
  margin-bottom: 15px;
  line-height: 24px;
}

.pricing-plan-con ul {
  width: 324px;
  margin: 0px auto 28px;
}

.pricing-plan-con ul li {
  padding-left: 30px;
  margin-bottom: 7px;
  color: var(--black--color);
  font-weight: 600;
}

.pricing-plan-con ul li:last-child {
  margin-bottom: 0px;
}

.pricing-plan-con ul li i {
  color: var(--primary--color);
  position: absolute;
  left: 0px;
  top: 4px;
}

.generic-price sup {
  font-size: 30px;
  top: -17px;
  color: var(--primary--color);
  font-weight: 700;
}

.generic-price span.price-text {
  font-size: 54px;
  line-height: 60px;
  color: var(--primary--color);
  font-weight: 600;
}

.generic-price span.per-month {
  font-size: 16px;
  color: var(--text--color);
  font-weight: 500;
  right: 4px;
}

.generic-price {
  margin-bottom: 16px;
}

.pricing-box:hover .generic-price span.price-text,
.pricing-box:hover .generic-price sup,
.pricing-box:hover ul li i {
  color: var(--pink--color);
}

.pricing-box:hover .generic-price span.per-month {
  color: var(--pink--color);
}

.pricing-box:hover {
  transform: translateY(-4px);
  background-color: var(--primary--color);
}

.pricing-box:hover * {
  color: var(--secondary--color);
}

.pricing-box:hover figure img {
  filter: brightness(0) invert(1);
}

.pricing-plan-con .plan-content figure img {
  margin-bottom: 33px;
}

.pricing-plan-con .primary_btn {
  min-width: 188px;
  height: 58px;
  line-height: 58px;
}

.pricing-box:hover .primary_btn {
  background-color: var(--accent--color);
}

.pricing-plan-con .heading-title-con p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 28px;
}

.pricing-plan-con .heading-title-con ul li {
  padding-left: 30px;
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 18px;
}

.services-con .services-box .overlay-image,
.recent-projects-con .case-box .overlay-image,
.services-con .services-box,
.recent-projects-con .case-box {
  position: relative;
}

.recent-projects-con {
  overflow: hidden;
}

.recent-projects-con .case-box h4 {
  margin-bottom: 9px;
  font-size: 18px !important;
}

.recent-projects-con .case-box .overlay-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 345px;
  border-radius: 0px;
  background-image: url("../images/overlay.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  opacity: 1;
}

.services-con .overlay:hover figure::after,
.recent-projects-con .overlay:hover figure::after {
  opacity: 1;
}

.services-con .services-box .image img,
.recent-projects-con .case-box .image img {
  border-radius: 0px;
}

.recent-projects-con .case-box .content {
  position: absolute;
  padding: 0px 32px;
  width: 100%;
  bottom: 30px;
  align-items: end;
}

.recent-projects-con .case-box .content span {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 4px 25px;
  text-align: center;
  display: inline-block;
  margin-bottom: 27px;
}

.recent-projects-con .case-box .content a i {
  color: var(--secondary--color);
  font-size: 18px;
}

.recent-projects-con .owl-carousel .owl-dots {
  margin-top: 50px !important;
}

.features-con .feature-box,
.statistics-con .statistics-box {
  background-color: var(--secondary--color);
  border-top: 2px solid #f29d22;
  padding: 30px;
  transition: 0.6s ease-in-out;
  /* Added shadow */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 0, 0, 0.05);
}

.features-con .feature-box i:hover {
  color: var(--primary--color);
}

.features-con .feature-box:hover,
.statistics-con .statistics-box:hover {
  box-shadow: rgba(23, 132, 211, 0.05) 0px 5px 75px;
  transform: translateY(-2px);
  border-top: 2px solid var(--primary--color);
}

.features-con .feature-box figure img {
  margin-bottom: 23px;
}

.features-con .feature-box h4 {
  margin-bottom: 12px;
  font-size: 18px !important;
}

.features-con .feature-box p {
  margin-bottom: 21px;
}

.features-con .feature-box a {
  display: inline-block;
  max-width: max-content;
}

.innovation-con * {
  color: var(--secondary--color);
}

.innovation-con h2 {
  margin-bottom: 35px;
}

.innovation-con ul li {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 14px;
  padding-left: 32px;
}

.innovation-con ul li i {
  left: 0px;
  position: absolute;
  top: 5px;
}

.innovation-con ul {
  margin-bottom: 38px;
}

.vector4,
.vector8 {
  top: 0px;
  left: 0px;
}

.vector5 {
  bottom: 0px;
  right: 0px;
}

.vector3 {
  bottom: -28px;
  left: 20px;
}

.ino-icon {
  background-color: var(--secondary--color);
  width: 141px;
  height: 141px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  top: 80px;
  position: absolute;
  z-index: 1;
}

.ino-icon.var2 {
  right: 50px;
}

.innovation-con .row.first-one {
  margin-bottom: 80px;
}

.services-con .services-box {
  transition: 0.6s ease-in-out;
  border-right: 1px solid var(--secondary--color);
}

.services-con .services-box .content {
  transition: 0.6s ease-in-out;
}

.services-con .services-box:hover a {
  display: block;
  transition: 0.6s ease-in-out;
}

.services-con .services-box a:hover {
  color: var(--primary--color);
}

.services-con .services-box h4 {
  line-height: 34px;
  margin-bottom: 11px;
}

.services-con .services-box .content a {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  display: block;
  transition: max-height 0.5s, opacity 0.5s;
  color: var(--secondary--color);
}

.services-con .services-box .content a:hover {
  color: var(--primary--color);
}

.services-con .services-box:hover .content a {
  max-height: 40px;
  opacity: 1;
  display: table-caption;
  transition: max-height 0.5s, opacity 0.5s;
}

.services-con .services-box p {
  margin-bottom: 20px;
}

.services-con .services-box .content {
  position: absolute;
  padding: 0px 48px;
  width: 100%;
  bottom: 30px;
}

.services-con .services-box .digit {
  position: absolute;
  padding: 0px 48px;
  width: 100%;
  top: 36px;
}

.services-con .services-box .digit span {
  font-size: 24px;
  font-weight: 500;
}

.services-con .services-box .overlay-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 444px;
  border-radius: 0px;
  background-image: url("../images/overlay2.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  opacity: 1;
}

.vector1 {
  right: 0px;
  bottom: 0px;
}

.about-us-con h2 {
  margin-bottom: 20px;
}

.about-us-con p {
  font-size: 18px;
  line-height: 28px;
  padding-right: 41px;
}

.about-us-con .about-content-con ul.list1 {
  width: 260px;
  margin-right: 20px;
  margin-bottom: 24px;
}

.about-us-con .about-content-con ul.list2 {
  width: 275px;
}

.about-us-con .about-content-con ul li {
  padding-left: 28px;
  font-size: 18px;
  color: var(--black--color);
  font-weight: 500;
  margin-bottom: 10px;
}

.about-us-con .about-content-con ul li i {
  color: var(--primary--color);
  font-size: 16px;
  position: absolute;
  left: 0px;
  top: 4px;
}

.home_banner_outer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-img-vector {
  right: 0px;
  top: 0px;
  z-index: 1;
}

.banner-con {
  padding-top: 170px;
  padding-bottom: 184px;
}

.banner-con .banner-inner-con span::before {
  content: "";
  height: 2px;
  width: 34px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  background-color: var(--primary--color);
  position: absolute;
}

.banner-con .banner-inner-con span {
  padding-left: 46px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2.8px;
  margin-bottom: 13px;
}

.banner-con .banner-inner-con p,
.sub-banner-con p {
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 32px;
}

.banner-con .primary_btn {
  min-width: 198px;
  border: 1px solid var(--primary--color);
  margin-right: 16px;
}

.banner-con .primary_btn:hover {
  border: 1px solid var(--secondary--color);
}

.banner-con .banner-social-icons {
  position: absolute;
  left: -174px;
  top: 116px;
}

.banner-con .banner-social-icons li {
  margin: 5px 0px;
}

.banner-con .banner-social-icons li i {
  color: var(--secondary--color);
  font-size: 18px;
}

.banner-con .banner-social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
}

.banner-con .banner-social-icons li a:hover {
  border-radius: 100px;
  background-color: var(--primary--color);
  text-decoration: none;
}

.banner-play-btn {
  position: absolute;
  right: 839px;
  bottom: 172px;
  z-index: 1;
}

.sub_banner_outer {
  background-image: url("../images/sub-banner-bg-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 673px;
}

.sub_banner_outer::after {
  content: "";
  height: 289px;
  width: 359px;
  right: 0px;
  bottom: 0px;
  background-color: var(--primary--color);
  position: absolute;
}

.sub-banner-img-vector {
  right: 0px;
  top: 0px;
  z-index: 1;
}

.sub-banner-con {
  padding-top: 144px;
  padding-bottom: 150px;
}

.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item.active {
  color: var(--secondary--color);
}

.breadcrumb-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.breadcrumb {
  padding: 17px 20px;
  min-width: 213px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.6s ease-in-out;
  border-radius: 26.5px;
  justify-content: center;
  background-color: transparent;
}

.breadcrumb-item a {
  text-decoration: none;
  color: var(--secondary--color);
}

.breadcrumb-item a:hover {
  color: var(--primary--color);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--secondary--color);
  content: "/";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  padding: 0px 16px;
  font-weight: 700;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0px !important;
}

.sub-banner-con p {
  margin-bottom: 35px;
}

.our-main-features-con .feature-box {
  box-shadow: rgba(23, 132, 211, 0.05) 0px 5px 75px;
}

.our-main-features-con .col-lg-3 {
  margin-bottom: 45px;
}

.our-main-features-con .col-lg-3:nth-last-of-type(-n + 4) {
  margin-bottom: 0px;
}

.main-projects-con.recent-projects-con .case-box .overlay-image::before {
  width: 440px;
}

.main-projects-con.recent-projects-con .col-lg-4.col-md-6 {
  padding: 0px 21px;
  margin-bottom: 47px;
}

.main-projects-con.recent-projects-con
  .col-lg-4.col-md-6:nth-last-of-type(-n + 3) {
  margin-bottom: 0px;
}

.work-with-us-con {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../images/doctors/1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 144px 0px 125px;
}

.work-with-us-con .heading-title-con h2 {
  margin-bottom: 24px;
}

.work-with-us-con .heading-title-con p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 37px;
}

.work-with-us-con .heading-title-con .special-text {
  margin-bottom: 6px;
}

.work-with-us-con .vector6 {
  bottom: 0px;
  right: 0px;
}

.work-with-us-con .primary_btn:hover {
  background-color: var(--secondary--color);
  color: var(--primary--color);
}

.main-about-us-con .main-abt-img-con img.main-abt-img1 {
  border-radius: 100%;
  position: relative;
  z-index: 1;
}

.main-about-us-con.about-us-con p {
  padding-right: 12px;
  margin-bottom: 16px;
}

.main-about-us-con.about-us-con p.last-abt-text {
  margin-bottom: 30px;
}

.statistics-con .statistics-box span {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 16px;
  font-weight: 700;
  color: var(--primary--color);
}

.statistics-con .statistics-box sup {
  font-size: 36px;
  font-weight: 700;
  color: var(--primary--color);
  top: unset;
}

.statistics-con .statistics-box span.span-text {
  font-size: 16px;
  line-height: 16px;
  color: var(--text--color);
  margin-bottom: 0px;
  font-weight: 600;
}

.statistics-con .statistics-box:hover span.counter,
.statistics-con .statistics-box:hover sup {
  color: var(--accent--color);
}

.statistics-con .statistics-box {
  padding: 30px;
}

.our-team-con .team-box .designation {
  margin-bottom: 16px;
  font-size: 16px;
  font-family: Urbanist, sans-serif !important;
  font-weight: 500;
}

.our-team-con .team-box figure {
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}

.our-team-con .team-box h5 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

.our-team-con .team-box figure img {
  transition: 1s ease-in-out;
}

.our-team-con .team-box:hover figure img {
  transform: scale(1.02);
}

.our-team-con .team-box ul li a {
  margin: 0px 2px;
}

.our-team-con .team-box ul li:hover i {
  transform: translateY(-2px);
}

.our-team-con .team-box ul li i {
  width: 38px;
  height: 38px;
  font-size: 16px;
  background-color: var(--primary--color);
  line-height: 38px;
  color: var(--secondary--color);
  border-radius: 100%;
  transition: 0.5s ease-in-out;
}

.our-team-con .team-box ul li i:hover {
  background-color: var(--accent--color);
}

.our-team-con .team-box {
  transition: 0.6s ease-in-out;
  padding-bottom: 20px;
  background-color: #f7f7f7;
}

.our-team-con .col-lg-3.col-md-6 {
  margin-bottom: 65px;
}

.our-team-con .col-lg-3.col-md-6:nth-last-of-type(-n + 4) {
  margin-bottom: 0px;
}

.our-team-con .vector6 {
  bottom: 0px;
  right: 0px;
}

.main-pricing-con .pricing-box {
  box-shadow: rgba(23, 132, 211, 0.05) 0px 5px 75px;
}

.pricingmission-con {
  background-color: var(--primary--color);
}

.pricingmission-con::after {
  content: "";
  height: 100%;
  top: 0px;
  position: absolute;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  right: 0px;
  width: 47.5%;
  background-image: url("../images/mission-img.jpg") !important;
}

.pricingmission-con p {
  font-size: 18px;
  line-height: 28px;
}

.pricingmission-con .mission-leftimage {
  position: absolute;
  left: 0px;
  top: 27%;
}

.pricingmission-con .mission_content {
  padding: 0px 87px 0px 0px;
  position: relative;
  z-index: 1;
}

.pricingmission-con .mission_content h6 {
  margin-bottom: 14px;
}

.pricingmission-con .mission_content h2 {
  margin-bottom: 34px;
}

.pricingmission-con .mission_content .text1 {
  margin-bottom: 40px;
  color: rgb(209, 225, 227);
}

.pricingmission-con .mission_content .mission-measure .text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: var(--secondary--color);
  margin-bottom: 16px;
  display: inline-block;
}

.pricingmission-con .mission_content .mission-measure .percentage {
  float: right;
  position: relative;
  right: -5px;
}

.pricingmission-con .mission_content .mission-measure .percentage span,
.pricingmission-con .mission_content .mission-measure .percentage .plus {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--secondary--color);
}

.pricingmission-con .mission_content .mission-measure .progress {
  overflow: hidden;
  height: 10px;
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.pricingmission-con .mission_content .mission-measure .progress-bar {
  float: left;
  width: 50%;
  height: 100%;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  background-color: var(--secondary--color);
  animation: 5s ease-in-out 0s 1 normal none running progress-animation;
  border-radius: 5px;
}

.pricingmission-con .mission_content .mission-measure .progress-bar1 {
  width: 60%;
}

.pricingmission-con .mission_content .mission-measure .progress-bar2 {
  width: 80%;
}

.pricingmission-con .mission_content .mission-measure .progress-bar3 {
  width: 75%;
}

.pricingmission-con .mission_content .mission-measure:last-child .progress {
  margin-bottom: 0px !important;
}

@keyframes progress-animation {
  0% {
    width: 0%;
  }
}

.pricingmission-con .mission_wrapper {
  display: none;
}

.zyn-icon {
  position: absolute;
  inset: 0px -80px 0px 0px;
  margin: auto;
  background-color: var(--secondary--color);
  width: 175px;
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  z-index: 1;
}

.faq-con .faq_content .heading-title-con span {
  margin-bottom: 14px;
}

.faq-con .faq_content .heading-title-con h2 {
  margin-bottom: 0px;
}

.faq-con h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: uppercase;
  display: inline-block;
  font-family: Teko, sans-serif;
}

.faq-con .accordion-card {
  margin-bottom: 25px;
  width: 100%;
  border-radius: 0px;
  background-color: var(--secondary--color);
  box-shadow: rgba(0, 0, 0, 0.03) 0px 9px 56px;
}

.faq-con .accordion-card:last-child {
  margin-bottom: 0px;
}

.faq-con .accordion-card .btn-link h6 {
  color: var(--primary--color);
}

.faq-con .accordion-card h6 img {
  position: absolute;
  top: 14px;
  margin: 0px auto;
  left: 20px;
}

.faq-con .accordion-card h6 {
  font-size: 20px;
  font-weight: 700;
}

.faq-con .accordion-card .collapsed h6 {
  color: var(--black--color);
  white-space: inherit;
  word-break: break-word;
}

.faq-con .accordion-card:has(.btn-link) {
  border: 1px solid var(--primary--color);
}

.faq-con .accordion-card:has(.collapsed) {
  border: 1px solid var(--secondary--color);
}

.faq-con .accordian-inner .card-header {
  padding: 0px;
  margin-bottom: 0px;
  background: none;
  border: none;
}

.faq-con .accordian-inner .card-header a {
  padding: 23px 37px;
}

.faq-con .accordian-inner .card-body {
  padding: 0px 37px 20px;
}

.faq-con .accordion-card a.btn.btn-link:focus {
  outline: none;
  box-shadow: none;
}

.faq-con .accordian-inner .accordion-card i {
  position: absolute;
  right: 20px;
  margin: -6px 0px;
}

.faq-con .accordian-inner .accordion-card .btn {
  text-decoration: none;
  text-align: left;
  display: block;

  white-space: inherit;
  word-break: break-word;
}

.faq-con .accordion-card a.btn.btn-link {
  position: relative;
}

.faq-con .accordion-card .btn-link::before {
  content: "";
  font-size: 20px;
  top: 19px;
  right: 24px;
  position: absolute;
  font-family: FontAwesome;
  color: var(--accent--color);
}

.faq-con .accordion-card .collapsed::before {
  content: "+";
  color: var(--primary--color);
}

.contact-info-con .contct-info-box {
  background-color: var(--secondary--color);
  border-radius: 0px;
  border-top: 2px solid var(--primary--color);
  padding: 35px;
  transition: 0.6s ease-in-out;
  box-shadow: rgba(23, 132, 211, 0.05) 0px 5px 75px;
}

.contact-info-con .contct-info-box:hover {
  border-top: 2px solid #fbc729;
  transform: translateY(-4px);
  box-shadow: rgba(23, 132, 211, 0.05) 0px 5px 75px;
}

.contact-info-con .contct-info-box h4 {
  margin-bottom: 11px;
}

.contact-info-con .contct-info-box .info-content {
  margin-left: 28px;
}

.contact-info-con .contct-info-box a {
  color: var(--text--color);
  font-weight: 500;
}

.contact-info-con .contct-info-box a:hover {
  color: var(--primary--color);
  text-decoration: none;
}

.contact-form-con #contactpage span.error {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  display: block;
  padding-left: 14px;
  color: var(--primary--color);
  text-align: left;
  font-weight: 500;
}

.contact-form-con form ul li {
  float: left;
  width: 32%;
  margin-right: 28px;
  margin-bottom: 30px;
}

.contact-form-con form ul li:nth-child(3) {
  margin-right: 0px;
}

.contact-form-con form ul li input {
  width: 100%;
  padding: 13px 19px;
  background-color: var(--secondary--color);
  height: 64px;
  font-size: 14px;
  font-weight: 400;
  border: none;
  color: var(--text--color);
  border-radius: 0px;
}

.contact-form-con form ul li input::placeholder,
.contact-form-con form ul li textarea::placeholder {
  color: var(--text--color);
}

.contact-form-con form ul li:last-child {
  width: 100%;
}

.contact-form-con form ul li textarea {
  height: 141px;
  padding: 20px 25px;
  background-color: var(--secondary--color);
  border: none;
  font-size: 14px;
  width: 100%;
  color: var(--text--color);
  float: left;
  border-radius: 0px;
}

.contact-form-con form ul li textarea::placeholder {
  color: var(--text--color);
}

.contact-form-con form ul li:last-child {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 45px;
}

.contact-form-con form ul li input:focus-visible,
.contact-form-con form ul li textarea:focus-visible {
  border: none;
  outline: none;
}

.contact-form-con form ul li input:focus,
.contact-form-con form ul li textarea:focus {
  border: 1px solid var(--primary--color);
  box-shadow: rgba(67, 114, 252, 0.35) 0px 1px 8px;
}

.contact-map-con iframe {
  height: 547px;
  width: 100%;
  filter: grayscale(100%);
  pointer-events: none;
  border: none;
}

.contact-map-con iframe:hover {
  filter: none;
}

button.primary_btn {
  border: none;
}

.logo {
  width: 200px;
  height: auto;
  padding: 5px;
}

.footer-logo img {
  width: 200px;
  height: auto;
  padding: 5px;
}

.video-banner-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .video-banner-section {
    height: 50vh;
  }
}

.specialty-top {
  margin-top: 30px;
}

.feature-box figure img {
  width: 70px;
  height: 70px;
  object-fit: contain; /* ensures image doesn't get stretched */
  display: block;
  margin: 0 auto; /* centers the image inside the figure */
}

.black-text-head {
  color: #000000 !important;
}

/* Wrapper for the 3 cards */
.why-choose-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: nowrap;
  max-width: 1200px;
  margin: 0 auto;
}

/* Card base styling */
.choose-card {
  background: #fff;
  /* border-radius: 12px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 24px;
  padding: 28px 26px;
  text-align: left;
  width: 400px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Middle card (highlighted + lowered) */
.choose-card.active {
  background: #3ac7bc;
  color: #fff;
  width: 400px;
  padding: 34px 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 24px;
  /* border-radius: 12px; */
  transform: translateY(18px);
}

/* Icon box */
.choose-card .icon-box {
  width: 70px;
  height: 70px;
  margin-bottom: 18px;
}

.choose-card .icon-box img {
  width: 100%;
  height: auto;
  display: block;
}

/* Text content */
.choose-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: -10px !important;
  letter-spacing: 0.2px;
}

.choose-card p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #666;
}

.choose-card.active h3,
.choose-card.active p {
  color: #fff;
}

/* Hover effects */
.choose-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 45px rgba(8, 16, 32, 0.12);
}

.choose-card.active:hover {
  transform: translateY(8px);
  box-shadow: 0 22px 58px rgba(47, 183, 183, 0.16);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .why-choose-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  .choose-card {
    width: 45%;
  }
  .choose-card.active {
    width: 48%;
    transform: translateY(14px);
  }
}

@media (max-width: 576px) {
  .why-choose-wrapper {
    display: block;
    max-width: 420px;
    margin: 0 auto;
  }
  .choose-card,
  .choose-card.active {
    width: 100%;
    margin: 16px auto;
    transform: translateY(0);
  }
}

.slider-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 40px auto 0;
  overflow: hidden;
  position: relative;
}

.slider {
  display: flex;
  gap: 30px; /* Gap between images */
  transition: transform 0.6s ease-in-out;
}

.slider img {
  width: calc(33.333% - 20px);
  object-fit: cover;
  height: auto;
}

.slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.slider-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background-color: #dee6f8;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slider-dots button.active {
  background-color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .slider {
    gap: 15px;
  }
  .slider img {
    width: 100%;
  }
}

.news-and-articles-con .article-box h4 {
  font-size: 18px !important;
  line-height: 25px !important;
}

/* Align everything in the Helpline column consistently */
.contact-info ul {
  padding-left: 0;
  margin-bottom: 0;
}

.contact-info ul li {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-bottom: 14px !important;
}

.contact-info ul li i {
  font-size: 16px;
  color: #fff;
  margin-top: 7px;
}

.contact-info ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.contact-info ul li a:hover {
  color: #0d8acb;
}

/* Social icons row - left aligned, proper spacing */
.contact-info .social-links {
  display: flex;
  gap: 10px;
  margin-top: 15px; /* adds breathing space below email */
  justify-content: flex-start; /* aligns with text above */
}

.social-icon {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
  margin-top: 5px !important;
}

.social-links i {
  font-size: 16px !important;
}

.social-links a {
  margin-left: 0px !important;
}
.social-icon.fb {
  background-color: #3b5998;
}
.social-icon.ig {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}
.social-icon.wp {
  background: #46e500;
}
.social-icon.yt {
  background-color: #ff0000;
}

.social-icon:hover {
  transform: translateY(-3px);
  opacity: 0.85;
}

.headone {
  margin-bottom: 22px !important;
}

.contct-info-box img {
  width: 60px;
  height: 60px;
}

.masonry-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  gap: 15px;
}

.masonry-item {
  position: relative;
  overflow: hidden;
  /*  */
}

.masonry-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.masonry-item:hover img {
  transform: scale(1.05);
}

.masonry-item.wide {
  grid-column: span 2;
}

.masonry-item.tall {
  grid-row: span 2;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .masonry-item.wide {
    grid-column: span 1;
  }
  .masonry-item.tall {
    grid-row: span 1;
  }
}

@media (max-width: 576px) {
  .masonry-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }
}

/* Fancybox clean popup */
.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.85) !important;
}

.fancybox__container,
.fancybox__slide,
.fancybox__content,
.fancybox__toolbar,
.fancybox__nav {
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

.fancybox__image {
  filter: none !important;
  box-shadow: none !important;
  background: transparent !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}

.blog-box h5 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.blog-box p {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.videos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.video-item {
  position: relative;
  overflow: hidden;
  /*  */
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.video-item img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}
.video-item:hover img {
  transform: scale(1.1);
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
  padding: 15px;
  border-radius: 50%;
  transition: background 0.3s ease, transform 0.3s ease;
}
.video-item:hover .play-btn {
  /* background: #00aaff; */
  transform: translate(-50%, -50%) scale(1.2);
}

/* Video Popup */
.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.video-popup .popup-content {
  position: relative;
  width: 90%;
  max-width: 800px;
}
.video-popup iframe {
  width: 100%;
  height: 450px;
}
.close-popup {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 992px) {
  .videos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .videos-grid {
    grid-template-columns: 1fr;
  }
  .video-popup iframe {
    height: 300px;
  }
}

.about-content p {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.text-white {
  color: #fff !important;
}

.core-card {
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.core-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.core-card img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .card-number {
    font-size: 2rem;
  }
}

.more-info {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.more-info-inner {
  padding: 15px 20px;
  border-radius: 8px; /* optional */
  margin-top: 10px;
  line-height: 1.5;
}

.more-info p {
  margin: 0;
  font-size: 16px;
  color: #444;
}

.team-box .toggle-btn {
  cursor: pointer;
}

.team-btn {
  font-size: 16px;
  min-width: 130px;
  padding: 0;
  height: 40px;
  width: 150px !important;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 15px auto 0 auto; /* center button */
  text-decoration: none;
  background-color: rgb(242, 157, 34);
  color: var(--secondary--color);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.team-btn:hover {
  color: #fff;
  background-color: var(--primary--color);
}

@media (max-width: 767px) {
  .team-box img {
    width: 100%;
  }
}

.content-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.hospital-left {
  flex: 1 1 65%;
}
.hospital-left ul li {
  color: #626262;
}

.hospital-right {
  flex: 1 1 30%;
  animation: fadeInRight 1s ease both;
}
.hospital-left img {
  width: 100%;
  margin-bottom: 25px;
  transition: transform 0.6s ease;
}

/* RIGHT SIDEBAR */
.services-box {
  background: #f7f7f7;
  overflow: hidden;
  margin-bottom: 30px;
}
.services-box h4 {
  background-color: #24bcb3;
  color: #fff;
  padding: 20px 15px;
  font-size: 36px;
}
.services-list {
  display: flex;
  flex-direction: column;
}
.services-list a {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  color: #24bcb3;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none;
  transition: 0.3s ease;
  display: block;
}
.services-list a.active {
  background: #f29d22;
  color: #fff !important;
  /* border-left: 4px solid #c92b20; */
}
.contact-form {
  background: #f7f7f7;
  padding: 20px;
}
.contact-form h4 {
  background-color: #24bcb3;
  color: #fff;
  padding: 20px 15px;
  font-size: 36px;
  margin: -20px -20px 15px -20px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  font-size: 14px !important;
}
.contact-form button {
  background-color: #f29d22;
  color: #fff;
  border: none;
  padding: 8px 30px;
  cursor: pointer;
  transition: 0.3s ease;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.contact-form button:hover {
  background-color: #24bcb3;
}

/* FAQ */
.faq-section h4 {
  color: #24bcb3;
  margin-bottom: 20px;
  text-align: left;
}
.faq-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
.faq-question {
  padding: 12px 15px;
  background: #f7f7f7;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  color: #000000 !important;
  font-size: 18px !important;
}
.faq-question::after {
  content: "+";
  position: absolute;
  right: 15px;
  font-size: 20px;
  color: #f29d22; /* changed color */
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.5s ease;
}
.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 15px;
  opacity: 1;
  transform: translateY(0);
  color: #000000 !important;
}

/* DOCTORS */
.doctors-section {
  margin-top: 25px;
  /* text-align: center; */
}
.doctors-grid {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  gap: 35px;
}
.doctor-card {
  width: 350px;
  background: #fff;
  /* border: 2px solid #24bcb3; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: 0.5s ease;
}
.doctor-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.doctor-info {
  padding-left: 15px;
}

/* Animations */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* RESPONSIVE FIXES */
@media (max-width: 1199px) {
  .hospital-left {
    flex: 1 1 60%;
  }
  .hospital-right {
    flex: 1 1 35%;
  }
}
@media (max-width: 991px) {
  .content-wrap {
    flex-direction: column;
  }
  .hospital-left,
  .hospital-right {
    width: 100%;
  }
  .hospital-right {
    order: -1;
  }
}
@media (max-width: 768px) {
  .hospital-left h2 {
    font-size: 22px;
    line-height: 1.4;
  }
  .hospital-left h3 {
    font-size: 18px;
  }
  .hospital-left p,
  .hospital-left ul li {
    font-size: 15px;
  }
  .doctor-card {
    width: 45%;
  }
}
@media (max-width: 575px) {
  .doctor-card {
    width: 100%;
  }
  .faq-question {
    font-size: 15px;
  }
  .contact-form h4,
  .services-box h4 {
    font-size: 16px;
  }
}

.doctor-info p {
  color: #f29d22;
}

/* -------------------------
   Layout & internal dividers
   ------------------------- */
.top-row {
  display: grid;
  grid-template-columns: 1fr min(520px, 100%); /* unchanged from your original */
  gap: 0; /* no gap, using borders for division */
  align-items: start;
  margin-bottom: 0;
}

/* vertical divider between left and right in the top row */
.top-row > .text-area {
  padding: 24px;
}

.top-row > .image-area {
  padding: 24px;
}

/* Features row (bottom half) */
.features-row {
  display: grid;
  grid-template-columns: 1fr min(520px, 100%); /* unchanged */
  gap: 0; /* using borders not gaps */
  align-items: flex-start;
}

/* left column of bottom row: vertical divider + top horizontal divider */
.features-row > .text-area {
  padding: 24px;
}

/* right column of bottom row: only top horizontal divider */
.features-row > .advantages-area {
  padding: 24px;
}

/* -------------------------
   Content typographic styles
   ------------------------- */
.lead {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
  font-weight: 500;
}

.image-area {
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.image-area img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.advantages-area {
  padding-left: 80px;
}

.advantages-list {
  list-style: disc;
  padding-left: 20px;
  color: #626262;
  /* font-weight: 600; */
  line-height: 1.6;
}

/* -------------------------
   Swiper styles (unchanged)
   ------------------------- */
.infra-swiper {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.infra-swiper .swiper-slide {
  background: #f7f7f7 !important;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.infra-swiper img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.swiper-button-prev,
.swiper-button-next {
  background: #f29d22 !important;
  color: #fff !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #24bcb3 !important;
  color: #f29d22 !important;
}

.swiper-pagination-bullet {
  background: #24bcb3;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  background: #f29d22;
  opacity: 1;
}

:root {
  --swiper-navigation-size: 20px !important;
  color: #fff !important;
}

/* -------------------------
   Responsive adjustments
   ------------------------- */
@media (max-width: 1024px) {
  .top-row {
    grid-template-columns: 1fr min(420px, 100%);
  }

  .features-row {
    grid-template-columns: 50% 50%;
  }
}

@media (max-width: 768px) {
  /* Stack sections on mobile — remove internal dividers for clean stacked look */
  .top-row,
  .features-row {
    grid-template-columns: 1fr;
  }

  .top-row > .text-area,
  .top-row > .image-area,
  .features-row > .text-area,
  .features-row > .advantages-area {
    border: none; /* remove internal lines on mobile */
    padding: 20px;
  }

  .image-area {
    order: 2;
    margin-top: 18px;
  }
}
