* {
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Gabarito", sans-serif;
  font-style: normal;
}

:root {
  --primary-color: #318791;
  --secondary-color: #0B2848;
  --matte-black: #282828;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

hr {
  margin: 0;
  opacity: 1;
  background-color: #ddd;
}

a,
a:hover {
  text-decoration: none;
  color: var(--primary-color);
  transition: all 0.3s ease;
}

p {
  margin: 0;
  padding: 0;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--matte-black);
  font-weight: 400;
  margin-bottom: 10px
}

.p-60 {
  padding: 60px;
}

.p-80 {
  padding: 80px;
}

.p-100 {
  padding: 100px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-100 {
  padding-top: 100px;
}

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

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.px-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.px-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.text {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 15px;
}

section {
  position: relative;
}

.btn-page {
  padding: 10px 50px;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
  font-weight: 600;
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 100px;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.3s ease-in;
}

.btn-page i {
  vertical-align: middle;
  font-size: 18px;
  margin-left: 10px;
}

.btn-page:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.btn-page.outline-btn {
  padding: 8px 30px;
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.btn-page.outline-btn i {
  vertical-align: middle;
  margin-left: 10px;
}

.btn-page.outline-btn:hover {
  background: var(--primary-color);
  color: #fff;
}

/* header */
.main-header {
  box-shadow: 0px 8px 24px rgb(0 0 0 / 20%);
  position: relative;
  z-index: 9;
}

.main-header .logo-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ddd;
  padding: 10px 15px 10px 50px
}

.main-header .logo-box img {
  width: 100%;
  object-fit: contain
}

.main-header .header-lower {
  display: flex;
  align-items: stretch;
  position: relative;
  padding: 0 50px 0 30px;
}

.main-header .header-lower .btn-header {
  margin: auto 0 auto auto;
}

.main-header .header-lower .btn-header .btn-page {
  padding: 10px 30px;
}

.main-header .top-header {
  border-bottom: 1px solid #ddd;
  padding: 1px 50px 10px 30px
}

.main-header .top-header .contact-info {
  display: flex;
  align-items: center;
  gap: 10px
}

.main-header .top-header .contact-info li {
  position: relative;
  padding-left: 25px
}

.main-header .top-header .contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
  color: var(--primary-color);
  font-weight: 500
}

.main-header .top-header .contact-info li a {
  color: var(--matte-color);
  font-weight: 400;
  font-size: 14px
}

.main-header .top-header .social-media {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px
}

.main-header .top-header .social-media li {
  position: relative
}

.main-header .top-header .social-media li a {
  width: 30px;
  height: 30px;
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  color: #616161;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 14px;
  padding: 10px;
  transition: all .3s ease
}

.main-header .top-header .social-media li a:hover {
  background-color: transparent;
  color: var(--primary-color)
}

.main-header .main-box .navbar-nav {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row
}

.main-header .main-menu ul li {
  margin-right: 15px;
  position: relative
}

.main-header .main-menu ul li a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--matte-color);
  display: block;
  padding: 20px 0;
  text-transform: capitalize
}

.main-header .main-menu ul li.current_page_item a {
  color: var(--primary-color) !important
}

.main-header .main-box .navbar-nav li.menu-item-has-children>a {
  padding-right: 20px
}

.main-header .top-navbar .support-intro li i {
  background: #fff;
  color: var(--primary-color);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
}

.main-menu .navigation>li.menu-item-has-children a:after {
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -8px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  font-weight: 900;
  color: #666;
  z-index: 5
}

.main-menu .navigation>li.menu-item-has-children ul li a:after {
  content: unset
}

.main-menu .navigation>li>ul {
  position: absolute;
  top: 100%;
  left: -15px;
  background-color: #fff;
  border-radius: 2px;
  padding: 0;
  opacity: 0;
  z-index: 999;
  width: max-content;
  min-width: 250px;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2);
  -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2);
  box-shadow: 0px 7px 10px -1px rgb(0 0 0/20%);
  visibility: hidden
}

.main-menu .navigation>li.menu-item-has-children ul>li>a {
  padding: 8px 14px !important;
  display: block;
  line-height: 25px !important;
  color: #454545;
  transition: all .5s ease
}

.main-menu .navigation>li.menu-item-has-children ul>li>a:hover {
  padding-left: 46px !important;
  background: var(--primary-color);
  color: #fff !important
}

.main-menu .navigation>li.menu-item-has-children ul>li>a:before {
  position: absolute;
  content: "\f061";
  left: 30px;
  right: inherit;
  top: 8px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  transition: .5s;
  opacity: 0;
  color: #fff !important;
  transition: all .5s ease
}

.main-menu .navigation>li.menu-item-has-children>ul>li>a:before {
    position: absolute;
    content: "\ebe6";
    left: 30px;
    right: inherit;
    top: 8px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-family: 'boxicons';
    font-weight: 900;
    font-size: 12px;
    transition: .5s;
    opacity: 0;
    color: #3f3f3f;
    transition: all .5s ease;
}

.main-menu .navigation>li.menu-item-has-children ul>li>a:hover:before {
  opacity: 1
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px inset #d4d4d459;
  display: block
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: 0 inset #454545
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 100%;
  background-color: #fff;
  border-radius: 2px;
  padding: 0;
  width: max-content;
  min-width: 200px;
  margin-top: -40px;
  opacity: 0;
  z-index: 999;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2);
  -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2);
  box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, .2)
}

.main-menu .navigation>li.menu-item-has-children:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px)
}

.main-menu .navigation li.menu-item-has-children ul>li.menu-item-has-children:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px)
}

.main-menu .navigation>li.menu-item-has-children ul>li {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  border-bottom: 1px inset #d4d4d459;
  display: block
}

.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  z-index: 99;
  background: rgba(255, 255, 255, .952941);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, .1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.fixed-header .sticky-header {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
  border-bottom: 2px solid #253674
}

.sticky-header .main-box {
  display: flex;
  align-items: stretch;
  gap: 20px;
  padding-left: 0 !important
}

.sticky-header .main-box .logo-box {
  border: 0;
  max-width: 200px;
  padding: 10px
}

.sticky-header .main-box .main-menu {
  margin-left: auto
}

.sticky-header .main-menu ul li {
  height: 100%;
  display: flex;
  align-items: center
}

.mobile-header {
  position: relative;
  padding: 13px 15px;
  display: none;
  z-index: 99
}

.mobile-header:after {
  display: table;
  clear: both;
  content: ""
}

.mobile-header .logo {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 !important;
  left: 0
}

.mobile-header .logo img {
  max-height: 50px
}

.mobile-header .nav-outer {
  position: relative;
  float: right;
  margin-left: auto
}

.mobile-header .outer-box {
  position: relative;
  float: right
}

.mobile-header .search-box {
  margin: 0
}

/* header end */



/* Start Header */

.main-header .top-navbar .col-lg-6.justify-content-end ul {
  gap: 18px;
}

.main-header .top-navbar {
  padding: 12px 0;
  border-bottom: 1px solid #dbdbdb;
  background: #08194D;
  background: var(--primary-color);
}

.main-header .nav-bar {
  padding: 10px 0;
}

.main-header .nav-bar .logo img {
  width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.main-header .top-navbar .support-intro {
  display: flex;
  justify-content: flex-end;
  column-gap: 20px;
}

.main-header .top-navbar .support-intro li {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
}

.main-header .top-navbar .support-intro li img {
  color: #444;
  width: 20px;
}

.main-header .top-navbar .support-intro li .supportBody h5 {
  font-size: 14px;
  color: #4A4B4A;
  line-height: 1.2;
  margin-bottom: 0;
}

.main-header .top-navbar .support-intro li .supportBody h5 a {
  color: inherit;
  color: #fff;
  display: grid;
  font-weight: 700;
}

.main-header .top-navbar .support-intro li .supportBody h5 a small {
  font-weight: 500;
  font-size: 12px;
  color: #777777;
  line-height: 1.5;
}

.main-header .nav-bar .nav-bar-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header .nav-bar .nav-bar-links .navbar-nav {
  display: inline-flex;
  align-items: stretch;
  flex-direction: row;
  height: 100%;
}

.main-header .nav-bar .nav-bar-links .navbar-nav li {
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-weight: 600;
  font-size: 16px;
}

.main-header .nav-bar .nav-bar-links .navbar-nav>li>a {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 0;
  margin: 0 20px 0 0px;
  position: relative;
  display: block;
  text-transform: capitalize;
}

.sticky-inner-header .nav-bar-links .navbar-nav>li>a {
  margin: 0 0 0 30px !important;
}

.main-header .nav-bar .nav-bar-links .navbar-nav>li>a:hover {}

.main-header .nav-outer .navbar-nav .menu-item-has-children>a::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  right: -10px;
}

/* Dropdown Menu */
.menu-item-has-children {
  position: relative;
  /* This ensures submenu positions correctly */
}

.menu-item-has-children>a {
  display: block;
  padding-right: 30px;
  /* Adding space for the arrow */
}

.main-header  .menu-item-has-children>a::after {
  content: "\f0d7";
  /* FontAwesome Arrow */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.menu-item-has-children>.sub-menu {
  display: none;
  /* Hide submenu by default */
  position: absolute;
  top: 100%;
  /* Position below the parent */
  left: 0;
  background-color: #fff;
  border-radius: 10px;
  min-width: 250px;
  box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.20);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  /* Smooth transition */
}

.menu-item-has-children>.sub-menu::before {
  position: absolute;
  left: 25px;
  top: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  content: "";
}

/* Hover state for menu items with children */
.menu-item-has-children:hover>.sub-menu {
  display: block;
  /* Show the submenu */
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s 0s;
  /* Smooth visibility transition */
}

.menu-item-has-children>.sub-menu li a {
  padding: 6px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.041vw;
  white-space: nowrap;
  text-transform: capitalize;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: left;
  border-radius: 4px;
  width: 100%;
}

.menu-item-has-children>.sub-menu li a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

/* Nested submenus */
.menu-item-has-children>.sub-menu>li>.sub-menu {
  left: 100% !important;
  right: auto;
  top: 0 !important;
}



.mobile-header {

  display: none;

}



.sticky-header {

  position: fixed;

  visibility: hidden;

  opacity: 0;

  left: 0;

  top: 0;

  width: 100%;

  padding: 0;

  z-index: 99;

  background: rgb(255, 255, 255);

  box-shadow: 0px 4px 20px rgba(0, 0, 0, .1);

  -webkit-transition: all .3s ease;

  transition: all .3s ease
}



.fixed-header .sticky-header {

  opacity: 1;

  z-index: 999;

  visibility: visible;

  border-bottom: 2px solid var(--secondary-color)
}



.sticky-header .main-box {

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 10px 0
}


.sticky-header .main-box .logo img {
  max-width: 80px;
}

/* End Header */


/* ===============================
   FOOTER MAIN
================================ */

.hs-footer {
  background: var(--primary-color);
  color: #d6e2ee;
  padding: 70px 0 0;
  font-size: 14px;
}

/* Logo */

.footer-logo img {
    width: 120px;
    object-fit: contain;
    border: 2px solid #ddd;
    border-radius: 50%;
    box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.1);
}

/* About text */

.footer-about-text {
  line-height: 1.7;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.85);
}

/* Headings */

.hs-footer h5 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 17px;
}

/* ===============================
   SOCIAL
================================ */

.hs-social-links a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  /* background: #1b4f72; */
  color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.3s;
  font-size: 18px;
}

.hs-social-links a:hover {
  background: #2b8c8f;
  transform: translateY(-3px);
}

/* ===============================
   LINKS
================================ */

.hs-footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hs-footer-links ul li {
  margin-bottom: 10px;
}

.hs-footer-links ul li a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: 0.3s;
}

.hs-footer-links ul li a:hover {
  color: #333;
  padding-left: 6px;
}

/* ===============================
   CONTACT
================================ */

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-contact-item i {
  font-size: 20px;
  color: #fff;
  margin-top: 3px;
}

.footer-contact-item span {
  display: block;
  font-size: 12px;
  color: #a9bfd2;
}

.footer-contact-item a {
  color: #fff;
  text-decoration: none;
}

.footer-contact-item p {
  margin: 0;
}

/* ===============================
   BOTTOM BAR
================================ */

.hs-footer-bottom {
  background: var(--primary-color);
  margin-top: 50px;
  padding: 18px 0;
}

.hs-footer-bottom p {
  margin: 0;
  color: #b8c8d8;
}

.footer-policy-links a {
  color: #b8c8d8;
  margin-left: 15px;
  text-decoration: none;
  font-size: 13px;
}

.footer-policy-links a:hover {
  color: #2b8c8f;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .hs-footer {
    padding: 60px 0 0;
    text-align: center;
  }

  .footer-contact-item {
    justify-content: center;
  }

  .hs-social-links {
    justify-content: center;
  }

  .footer-policy-links {
    text-align: center;
  }
}



.default-btn {
  padding: 8px 20px;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  font-style: normal;
  font-weight: 600;
  background: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  border-radius: 40px;
  color: #fff;
  text-transform: capitalize;
  align-items: center;
  width: fit-content;
}

.default-btn img {
  width: 20px !important;
  margin-right: 12px;
}


.main-header .nav-bar .nav-bar-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header .nav-bar .nav-bar-links .navbar-nav {
  display: inline-flex;
  align-items: stretch;
  flex-direction: row;
  height: 100%;
}

.main-header .nav-bar .nav-bar-links .navbar-nav li {
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-weight: 600;
  font-size: 16px;
}

.main-header .nav-bar .nav-bar-links .navbar-nav>li>a {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 0;
  margin: 0 20px 0 0px;
  position: relative;
  display: block;
  text-transform: capitalize;
}

.sticky-inner-header .nav-bar-links .navbar-nav>li>a {
  margin: 0 0 0 30px !important;
}

.main-header .nav-bar .nav-bar-links .navbar-nav>li>a:hover {}

.main-header .nav-outer .navbar-nav .menu-item-has-children>a::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  right: -12px;
  top: 6px;
  bottom: 0;
  height: fit-content;
  margin: auto;
}

/* Dropdown Menu */
.menu-item-has-children {
  position: relative;
  /* This ensures submenu positions correctly */
}

.menu-item-has-children>a {
  display: block;
  padding-right: 30px;
  /* Adding space for the arrow */
}

.main-header .menu-item-has-children>a::after {
  content: "\f0d7";
  /* FontAwesome Arrow */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.menu-item-has-children>.sub-menu {
  display: none;
  /* Hide submenu by default */
  position: absolute;
  top: 100%;
  /* Position below the parent */
  left: 0;
  background-color: #fff;
  border-radius: 10px;
  min-width: 250px;
  box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.20);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  /* Smooth transition */
}

.menu-item-has-children>.sub-menu::before {
  position: absolute;
  left: 25px;
  top: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  content: "";
}

/* Hover state for menu items with children */
.menu-item-has-children:hover>.sub-menu {
  display: block;
  /* Show the submenu */
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s 0s;
  /* Smooth visibility transition */
}

.menu-item-has-children>.sub-menu li a {
  padding: 6px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.041vw;
  white-space: nowrap;
  text-transform: capitalize;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: left;
  border-radius: 4px;
  width: 100%;
}

.menu-item-has-children>.sub-menu li a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

/* Nested submenus */
.menu-item-has-children>.sub-menu>li>.sub-menu {
  left: 100% !important;
  right: auto;
  top: 0 !important;
}

/* ===============================
   HERO SECTION
================================ */

.hs-hero-section {
  background: linear-gradient(to right, #ffffff 55%, #f4f9f9 45%);
  padding: 80px 0;
  overflow: hidden;
}
.hs-hero-section .hs-hero-image img {
    width: 25%;
}
.hs-hero-title {
  font-size: 42px;
  font-weight: 700;
  color: #222;
  line-height: 1.2;
}

.hs-hero-title span {
  color: #2b8c8f;
}

.hs-hero-subtitle {
  font-weight: 600;
  margin-top: 15px;
  color: #333;
}

.hs-hero-text {
  margin: 18px 0 30px;
  font-size: 16px;
  color: #000;
  max-width: 70%;
}

/* ===============================
   FEATURE BOXES
================================ */

.hs-feature-cards {
  margin-bottom: 30px;
}

.hs-feature-box {
  background: #fff;
  padding: 20px 15px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.hs-feature-box img {
  width: 40px;
  margin-bottom: 10px;
}



/* ===============================
   BUTTON
================================ */

.hs-btn-primary {
  background: #0c2e4e;
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.hs-btn-primary:hover {
  background: #1b4f72;
  color: #fff;
}

/* ===============================
   IMAGE
================================ */

.hs-hero-image img {
  width: 100%;
  border-radius: 25px;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .hs-hero-section {
    padding: 60px 0;
    background: #f4f9f9;
  }

  .hs-hero-title {
    font-size: 34px;
  }

  .hs-hero-text {
    max-width: 100%;
  }

  .hs-hero-image {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .hs-hero-title {
    font-size: 28px;
  }

  .hs-feature-box {
    margin-bottom: 15px;
  }
}

/* ===============================
   ABOUT SECTION
================================ */

.hs-about-section {
  padding: 80px 0;
}

/* Badge */
.hs-about-badge {
  display: inline-block;
  background: #2b8c8f;
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 15px;
}

/* Title */
.hs-about-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}



/* ===============================
   IMAGE LAYOUT
================================ */

.hs-about-images {
  position: relative;
  height: 100%;
}

.hs-image-large img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.hs-image-bottom {}

.hs-image-bottom img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}

/* Experience Card */
.hs-exp-card {
    background: #fff;
    color: #000;
    padding: 25px;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    position: absolute;
    width: fit-content;
    height: fit-content;
    bottom: 20px;
    left: 20px;
}

.hs-exp-card span {
  font-size: 32px;
  font-weight: 700;
  color: #2b8c8f;
}

.hs-exp-card p {
  margin: 5px 0 0;
  font-weight: 600;
}

.hs-exp-card small {
  color: #555;
}

/* ===============================
   INFO CARDS
================================ */

.hs-about-cards {
  margin-top: 30px;
}

.hs-info-card {
  background: #f1f1f1;
  padding: 20px;
  border-radius: 14px;
  border: 1px solid #ddd;
}

.hs-info-card h6 {
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--primary-color);
  line-height: 24px;
}

.hs-info-card p {
  font-size: 14px;
  margin-bottom: 0;
}

/* ===============================
   BUTTON
================================ */

.hs-about-btn {
  display: inline-block;
  margin-top: 20px;
  background: #0c2e4e;
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.hs-about-btn:hover {
  background: #1b4f72;
  color: #fff;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .hs-about-title {
    font-size: 30px;
  }

  .hs-image-bottom,
  .hs-exp-card {
    position: static;
    margin-top: 20px;
  }
}


/* ===============================
   SERVICES SECTION
================================ */

.hs-services-section {
  background: #f7fbfb;
}

/* Header */

.hs-section-tag {
  display: inline-block;
  background: #e6f4f4;
  color: #2b8c8f;
  padding: 6px 18px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 12px;
}

.hs-section-title {
  font-size: 38px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
}

.hs-section-desc {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 1.7;
  max-width: 720px;
  margin: auto;
}

/* Cards */

.hs-service-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 26px;
  text-align: left;
  transition: 0.35s ease;
  border: 1px solid #e9eeee;
  position: relative;
}

/* Hover effect */

.hs-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  border-color: #dceeee;
}

/* Icon */

.hs-service-icon {
  width: 65px;
  height: 65px;
  background: #eef8f8;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.hs-service-icon img {
  width: 50px;
  height: 50px;
}

/* Title */

.hs-service-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

/* Text */

.hs-service-card p {
  font-size: 14.8px;
  color: #666;
  margin-bottom: 16px;
}

/* Link */

.hs-service-link {
  text-decoration: none;
  color: #2b8c8f;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
}

.hs-service-link:hover {
  color: #0c2e4e;
  letter-spacing: 0.5px;
}

/* Responsive */

@media (max-width: 991px) {
  .hs-section-title {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .hs-section-title {
    font-size: 26px;
  }
}

@keyframes floatRight {
  0% {
    transform: translateY(0) rotate(0deg)
  }

  50% {
    transform: translateY(-15px) rotate(3deg)
  }

  100% {
    transform: translateY(0) rotate(0deg)
  }
}

@keyframes floatLeft {
  0% {
    transform: translateY(0) rotate(0deg)
  }

  50% {
    transform: translateY(20px) rotate(-3deg)
  }

  100% {
    transform: translateY(0) rotate(0deg)
  }
}

.mobileTopHeader li {
  position: relative
}

.mobileTopHeader li:first-child::after {
  width: 1px;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  right: -8px
}

.pitch-sec .callactions {
  width: 200px;
  position: absolute;
  right: 0;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.pitch-sec .callactions a.icon-call {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: white
}

.pitch-sec span.icon {
  display: inline-block;
  background: #fff;
  padding: 8px;
  border-radius: 50%
}

.pitch-sec span.icon+span {
  color: #fff;
  font-size: 16px
}

.pitch-sec .callactions a img {
  width: 25px;
  filter: brightness(0) saturate(100%) invert(28%) sepia(79%) saturate(1542%) hue-rotate(194deg) brightness(92%) contrast(93%)
}

.pitch-sec h4.doctor-designation {
  font-size: 14px
}

.modal .contact-form {
  box-shadow: none;
  padding: 0
}

.service-card-section .card-container {
  border-radius: 12px;
  overflow: hidden;
  border: none;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 25px;
  transition: all .3s ease-in-out;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .05)
}

.service-card-section .card-container:hover .card-title,
.service-card-section .card-container:hover .card-text,
.service-card-section .card-container:hover a {
  color: #fff
}

.service-card-section .service-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  background: #fff;
  border-radius: 100px;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center
}

.service-card-section .service-icon img {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}

.service-card-section .card-header-content {
  display: flex;
  margin-bottom: 20px
}

.service-card-section .card-container .card-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--secondary-color);
  margin: 0;
  line-height: 1.6;
}

.service-card-section .card-container:hover .card-title {
  color: #fff
}

.service-card-section .card-text {
  font-size: 16px;
  color: var(--matte-black);
}

.service-card-section .card-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/12/card-background.webp");
  background-size: auto;
  background-position: center;
  opacity: 0;
  transition: opacity .4s ease-in-out;
  z-index: -1;
  --lzl-bg-img: "/wp-content/uploads/2025/12/card-background.webp"
}

.service-card-section .card-container:before.lzl:not(.lzl-ed),
.service-card-section .card-container:before.lzl-ing:not(.lzl-ed) {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAikAAAF0CAYAAADma6mqAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAOHUlEQVR4Ae3QAQ0AAADCoPdPbQ8HESgMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwMDnwACQeAABfV7WjQAAAABJRU5ErkJggg==")
}

.service-card-section .card-container:hover:before {
  opacity: 1
}

.service-card-section .card-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--primary-color);
  z-index: -1;
  opacity: 0;
  visibility: hidden
}

.service-card-section .card-container:hover:after {
  opacity: 1;
  visibility: visible
}

.service-card-section .card-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .1)
}

.service-card-section .view-service-link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--font-color);
  display: inline-flex;
  align-items: center;
  padding-top: 10px;
  transition: color .3s;
  border-bottom: 1px solid #fff;
  width: max-content;
  padding-bottom: 8px
}

.service-card-section .view-service-link svg {
  margin-left: 5px;
  width: 16px;
  height: 16px;
  transition: transform .3s
}

.service-card-section .view-service-link:hover {
  color: #c9333f
}

.service-card-section .view-service-link:hover svg {
  transform: translateX(3px)
}



/* CTA HERO SECTION */
.ir-cta-hero {
  width: 100%;
  overflow: hidden;
}

.ir-cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Right Side Content */
.ir-cta-content {
  color: #ffffff;
  padding: 60px;
}

.ir-cta-content .content-inner {
  max-width: 100%;
}

.ir-cta-content h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
}

.ir-cta-content p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #e2e8f0;
}

.ir-cta-hero .btn span {
  color: #253674;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  word-wrap: break-word;
}

.ir-cta-hero .btn {
  padding: 10px 20px;
  background: white;
  overflow: hidden;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

/* CTA BUTTON */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: #3F4398;
  padding: 14px 26px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btn i {
  font-size: 16px;
}

.cta-btn:hover {
  background: #ff7a00;
  color: #ffffff;
}


/* ===============================
   CONDITIONS SECTION
================================ */

.conditions-services {
  padding: 60px 0;
  background: #ffffff;
}

/* Section Header */

.section-header {
  margin-bottom: 45px;
}

.section-tag {
  background: #e7f4f4;
  color: #2b8c8f;
  font-size: 14px;
  padding: 6px 18px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 15px;
}

.section-heading {
  font-size: 38px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 15px;
  line-height: 1.3;
}

.section-heading span {
  color: #2b8c8f;
}

.section-description {
  font-size: 16px;
  color: #6b6b6b;
  line-height: 1.7;
  max-width: 850px;
  margin: 0 auto;
}

/* ===============================
   CARDS
================================ */

.service-card-section {
  margin-top: 20px;
}

.card-container {
  background: #fff;
  border-radius: 18px;
  padding: 28px 22px;
  height: 100%;
  transition: all 0.35s ease;
  border: 1px solid #edf1f1;
  position: relative;
}

/* Hover Effect */
.card-container:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  border-color: #dceeee;
}

/* Icon */
.service-icon {
  width: 60px;
  height: 60px;
  background: #f2fbfb;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.service-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

/* Card Heading */
.card-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

/* Card Text */
.card-text {
  font-size: 14.5px;
  color: #6a6a6a;
  line-height: 1.6;
  margin: 0;
}

/* Header Alignment */
.card-header-content {
  display: flex;
  flex-direction: column;
}

/* ===============================
   RESPONSIVE
================================ */

/* Tablet */
@media (max-width: 991px) {

  .section-heading {
    font-size: 30px;
  }

  .conditions-services {
    padding: 70px 0 50px;
  }

}

/* Mobile */
@media (max-width: 576px) {

  .section-heading {
    font-size: 26px;
  }

  .section-description {
    font-size: 15px;
  }

  .card-container {
    padding: 24px 20px;
    text-align: center;
  }

  .service-icon {
    margin-left: auto;
    margin-right: auto;
  }

}

/* ===============================
   WHY CHOOSE SECTION
================================ */

.hs-why-section {
  padding: 90px 0;
  background: #f7fbfb;
}

/* Heading */
.hs-section-badge {
  background: #2b8c8f;
  color: #fff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 12px;
}

.hs-section-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.hs-section-desc {
  color: #666;
  font-size: 16px;
  line-height: 1.7;
}

/* Cards */
.hs-why-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 18px;
  text-align: left;
  height: 100%;
  transition: all 0.35s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.hs-why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

/* Icon */
.hs-why-icon {
  width: 60px;
  height: 60px;
  background: #e6f4f4;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #2b8c8f;
  margin-bottom: 18px;
}

.hs-why-icon img {
  width: 40px;
  height: 40px;
}

.hs-why-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.hs-why-card p {
  font-size: 14.8px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
  .hs-section-title {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .hs-why-section {
    padding: 70px 0;
  }

  .hs-why-card {
    text-align: center;
  }

  .hs-why-icon {
    margin-left: auto;
    margin-right: auto;
  }
}


/* ===============================
   DOCTOR SECTION
================================ */

.hs-doctor-section {
  padding: 60px 0;
  background: #f7fbfb;
}

/* Image */

.hs-doctor-image {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
}

.hs-doctor-image img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
  background: #fff;
}

/* Experience Badge */

.hs-exp-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #2b8c8f;
  color: #fff;
  padding: 18px 22px;
  border-radius: 14px;
  text-align: center;
}

.hs-exp-badge h4 {
  font-size: 26px;
  margin: 0;
  font-weight: 700;
}

.hs-exp-badge span {
  font-size: 13px;
}

/* Content */

.hs-doctor-content {
  padding-left: 20px;
}

.hs-section-badge {
  background: #e6f4f4;
  color: #2b8c8f;
  padding: 6px 18px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 14px;
}

.hs-doctor-name {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
}

.hs-doctor-role {
  color: #2b8c8f;
  font-weight: 600;
  margin-bottom: 18px;
}

.hs-doctor-desc {
  color: #666;
  font-size: 15.5px;
  line-height: 1.7;
  margin-bottom: 14px;
}

/* Qualification */

.hs-qualifications ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}

.hs-qualifications li {
  font-size: 15px;
  margin-bottom: 8px;
  color: #444;
}

/* Button */

.hs-doctor-btn {
  display: inline-block;
  background: #0c2e4e;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.hs-doctor-btn:hover {
  background: #1b4f72;
  color: #fff;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {

  .hs-doctor-content {
    padding-left: 0;
    text-align: center;
  }

  .hs-doctor-name {
    font-size: 30px;
  }

  .hs-exp-badge {
    left: 50%;
    transform: translateX(-50%);
  }

}

@media (max-width: 576px) {

  .hs-doctor-section {
    padding: 70px 0;
  }

  .hs-doctor-name {
    font-size: 26px;
  }

}

/* ===============================
   GALLERY SECTION
================================ */

.hs-gallery-section {
  padding: 90px 0;
  background: #ffffff;
}

/* Gallery item */

.hs-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  cursor: pointer;
}

.hs-gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: 0.4s ease;
}

/* Hover Zoom */

.hs-gallery-item:hover img {
  transform: scale(1.1);
}

/* Overlay effect */

.hs-gallery-item::after {
  content: "View";
  position: absolute;
  inset: 0;
  background: rgba(43, 140, 143, 0.6);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}

.hs-gallery-item:hover::after {
  opacity: 1;
}

/* ===============================
   LIGHTBOX
================================ */

.hs-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.hs-lightbox-content {
  margin: auto;
  display: block;
  max-width: 85%;
  max-height: 85%;
}

.hs-lightbox-close {
  position: absolute;
  top: 25px;
  right: 40px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

/* Responsive */

@media (max-width: 576px) {
  .hs-gallery-item img {
    height: 170px;
  }

  .hs-gallery-section {
    padding: 70px 0;
  }
}


/* ===============================
   PROCESS SECTION
================================ */

.hs-process-section {
  padding: 90px 0;
  background: #ffffff;
}

/* Heading */

.hs-section-badge {
  background: #e6f4f4;
  color: #2b8c8f;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 12px;
}

.hs-section-title {
  font-size: 38px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
}

.hs-section-desc {
  color: #6a6a6a;
  font-size: 16px;
  line-height: 1.7;
}

/* Wrapper line */

.hs-process-wrapper {
  position: relative;
}

/* horizontal connecting line (desktop) */

@media (min-width: 992px) {
  .hs-process-wrapper::before {
    content: "";
    position: absolute;
    top: 45px;
    left: 8%;
    width: 84%;
    height: 3px;
    background: #e4eeee;
    z-index: 0;
  }
}

/* Step card */

.hs-process-step {
  background: #fff;
  padding: 28px 22px;
  border-radius: 18px;
  text-align: center;
  position: relative;
  z-index: 1;
  height: 100%;
  border: 1px solid #edf1f1;
  transition: 0.3s ease;
}

.hs-process-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

/* Step number circle */

.hs-step-number {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #2b8c8f;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  box-shadow: 0 10px 20px rgba(43, 140, 143, 0.25);
}

/* Text */

.hs-process-step h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.hs-process-step p {
  font-size: 14.8px;
  color: #6a6a6a;
  margin: 0;
  line-height: 1.6;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {

  .hs-section-title {
    font-size: 30px;
  }

  .hs-process-section {
    padding: 70px 0;
  }
}

@media (max-width: 576px) {

  .hs-section-title {
    font-size: 26px;
  }

  .hs-process-step {
    margin-bottom: 20px;
  }

  .hs-step-number {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}


/* ===============================
   TESTIMONIAL SECTION
================================ */

.hs-testimonial-section {
  padding: 90px 0;
  background: #f7fbfb;
}

/* Heading */

.hs-section-badge {
  background: #e6f4f4;
  color: #2b8c8f;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 12px;
}

.hs-section-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 12px;
}

.hs-section-desc {
  color: #6a6a6a;
  font-size: 16px;
  line-height: 1.7;
}

/* Card */

.hs-testimonial-card {
  background: #fff;
  padding: 40px 35px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  position: relative;
}

/* Image */

.hs-testimonial-img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 18px;
  border: 4px solid #e6f4f4;
}

/* Text */

.hs-testimonial-text {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
  font-style: italic;
}

/* Name */

.hs-testimonial-name {
  font-weight: 600;
  margin-bottom: 4px;
}

.hs-testimonial-location {
  color: #888;
  font-size: 14px;
}

/* Stars */

.hs-stars {
  color: #f5b301;
  font-size: 18px;
  margin-top: 10px;
}

/* Carousel buttons */

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #2b8c8f;
  border-radius: 50%;
  padding: 14px;
}

/* Responsive */

@media (max-width: 991px) {
  .hs-section-title {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .hs-testimonial-card {
    padding: 30px 20px;
  }

  .hs-section-title {
    font-size: 26px;
  }
}

/* ===============================
   PACKAGES SECTION
================================ */

.hs-packages-section {
  padding: 90px 0;
  background: #ffffff;
}

/* Card */

.hs-package-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px 30px;
  text-align: center;
  border: 1px solid #e9eeee;
  position: relative;
  height: 100%;
  transition: 0.35s;
}

.hs-package-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

/* Featured */

.hs-package-card.featured {
  border: 2px solid #2b8c8f;
}

.hs-popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #2b8c8f;
  color: #fff;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

/* Title */

.hs-package-name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

/* Price text */

.hs-package-price {
  font-size: 16px;
  color: #2b8c8f;
  font-weight: 600;
  margin-bottom: 18px;
}

/* Features */

.hs-package-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  text-align: left;
}

.hs-package-features li {
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
  font-size: 14.5px;
  color: #555;
}

/* Button */

.hs-package-btn {
  display: inline-block;
  background: #0c2e4e;
  color: #fff;
  padding: 13px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.hs-package-btn:hover {
  background: #1b4f72;
  color: #fff;
}

/* Responsive */

@media (max-width: 991px) {
  .hs-packages-section {
    padding: 70px 0;
  }
}

@media (max-width: 576px) {
  .hs-package-card {
    padding: 28px 20px;
  }

  .hs-package-name {
    font-size: 20px;
  }
}

/* ===============================
   FAQ SECTION
================================ */

.hs-faq-section {
  padding: 60px 0;
  background: #f7fbfb;
}

/* Accordion */

.hs-faq-accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

/* Question button */

.hs-faq-accordion .accordion-button {
  background: #ffffff;
  font-weight: 600;
  font-size: 16px;
  padding: 18px 22px;
  color: #222;
}

.hs-faq-accordion .accordion-button:not(.collapsed) {
  background: #e6f4f4;
  color: #2b8c8f;
  box-shadow: none;
}

/* Remove bootstrap focus glow */

.accordion-button:focus {
  box-shadow: none;
}

/* Answer */

.hs-faq-accordion .accordion-body {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  padding: 18px 22px;
  background: #fff;
}

/* Arrow color */

.accordion-button::after {
  filter: hue-rotate(140deg);
}

/* Responsive */

@media (max-width: 991px) {
  .hs-section-title {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .hs-faq-section {
    padding: 70px 0;
  }

  .hs-section-title {
    font-size: 26px;
  }
}

/* ===============================
   APPOINTMENT SECTION
================================ */

.hs-appointment-section {
  padding: 90px 0;
}

/* Left Info */

.hs-appointment-info {
  padding-right: 20px;
}

.hs-appointment-points {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.hs-appointment-points li {
  font-size: 15px;
  color: #444;
  margin-bottom: 10px;
}

/* Form Card */

.hs-appointment-form {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

/* Inputs */

.hs-appointment-form .form-control,
.hs-appointment-form .form-select {
  height: 50px;
  border-radius: 10px;
  border: 1px solid #dfe7e7;
  font-size: 14.5px;
}

.hs-appointment-form textarea.form-control {
  height: auto;
}

/* Focus */

.form-control:focus,
.form-select:focus {
  border-color: #2b8c8f;
  box-shadow: 0 0 0 0.15rem rgba(43, 140, 143, 0.15);
}

/* Button */

.hs-appointment-btn {
  background: #0c2e4e;
  color: #fff;
  padding: 14px 32px;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
}

.hs-appointment-btn:hover {
  background: #1b4f72;
}

/* Responsive */

@media (max-width: 991px) {

  .hs-appointment-section {
    padding: 70px 0;
  }

  .hs-appointment-info {
    text-align: center;
    padding-right: 0;
  }

}

@media (max-width: 576px) {

  .hs-appointment-form {
    padding: 25px 20px;
  }

}

/* ===============================
   BLOG SECTION
================================ */

.hs-blog-section {
  padding: 90px 0;
  background: #f7fbfb;
}

/* Card */

.hs-blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.35s;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
}

.hs-blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

/* Image */

.hs-blog-img {
  overflow: hidden;
}

.hs-blog-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: 0.4s;
}

.hs-blog-card:hover .hs-blog-img img {
  transform: scale(1.08);
}

/* Content */

.hs-blog-content {
  padding: 22px;
}

.hs-blog-date {
  font-size: 13px;
  font-weight: 600;
  color: #2b8c8f;
  display: inline-block;
  margin-bottom: 10px;
}

.hs-blog-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
  line-height: 1.4;
}

.hs-blog-text {
  font-size: 14.5px;
  color: #666;
  margin-bottom: 15px;
}

/* Read more */

.hs-blog-btn {
  text-decoration: none;
  color: #0c2e4e;
  font-weight: 600;
  font-size: 14px;
}

.hs-blog-btn:hover {
  color: #2b8c8f;
}

/* View all */

.hs-blog-viewall {
  display: inline-block;
  background: #0c2e4e;
  color: #fff;
  padding: 13px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.hs-blog-viewall:hover {
  background: #1b4f72;
  color: #fff;
}

/* Responsive */

@media (max-width: 991px) {
  .hs-section-title {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .hs-blog-section {
    padding: 70px 0;
  }

  .hs-blog-title {
    font-size: 17px;
  }
}

/* ===============================
   CONTACT SECTION
================================ */

.hs-contact-section {
  padding: 90px 0;
  background: #f7fbfb;
}

/* Info Box */

.hs-contact-info {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.hs-contact-box {
  margin-bottom: 20px;
}

.hs-contact-box h5 {
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
}

.hs-contact-box p {
  margin: 0;
  color: #555;
}

.hs-contact-box a {
  color: #2b8c8f;
  text-decoration: none;
}

.hs-contact-box a:hover {
  text-decoration: underline;
}

/* WhatsApp Button */

.hs-whatsapp-btn {
  display: block;
  margin-top: 15px;
  background: #25D366;
  color: #fff;
  padding: 13px 20px;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.hs-whatsapp-btn:hover {
  background: #1ebe5d;
  color: #fff;
}

/* Map */

.hs-map {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

/* Contact Form */

.hs-contact-form {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

/* Inputs */

.hs-contact-form .form-control {
  height: 50px;
  border-radius: 10px;
  border: 1px solid #dfe7e7;
}

.hs-contact-form textarea.form-control {
  height: auto;
}

/* Focus */

.form-control:focus {
  border-color: #2b8c8f;
  box-shadow: 0 0 0 0.15rem rgba(43, 140, 143, 0.15);
}

/* Button */

.hs-contact-btn {
  background: #0c2e4e;
  color: #fff;
  padding: 14px 30px;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
}

.hs-contact-btn:hover {
  background: #1b4f72;
}

/* Responsive */

@media (max-width: 991px) {

  .hs-contact-section {
    padding: 70px 0;
  }

  .hs-map {
    min-height: 300px;
  }

}

@media (max-width: 576px) {

  .hs-contact-form {
    padding: 25px 20px;
  }

}


/* ================================
TEAM SECTION
================================ */

.hs-team-section {
  background: #f7fbfb;
}

/* Card */

.hs-team-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 25px;
  transition: 0.35s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.hs-team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

/* Image */

.hs-team-img {
  position: relative;
  overflow: hidden;
}

.hs-team-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: 0.4s;
  object-position: top;
}

.hs-team-card:hover img {
  transform: scale(1.05);
}

/* Info */

.hs-team-info {
  padding: 18px 20px 0;
}

.hs-team-name {
  font-weight: 600;
  margin-bottom: 6px;
}

.hs-team-role {
  color: #2b8c8f;
  font-size: 14px;
  font-weight: 500;
}

/* Responsive */

@media (max-width: 991px) {

  .hs-team-img img {
    height: 280px;
  }

}

@media (max-width: 576px) {

  .hs-team-img img {
    height: 240px;
  }

}

/* about page */
.about-doctor-hero .hs-hero-image img {
  width: 100%;
  /* border-radius: 25px; */
  width: 300px;
  margin-left: auto;
  display: block;
}

.hs-qualifications-section .nav-pills .nav-link {
  background: #fff;
  border-radius: 100px;
  color: #555;
  border: 1px solid #ddd;
  padding: 10px 30px;
  width: max-content;
  margin: 0 10px;
}

.hs-qualifications-section .nav-pills .nav-link.active,
.hs-qualifications-section .nav-pills .show>.nav-link {
  color: #fff;
  background-color: var(--primary-color);
}


.content-box ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 10px;
}

.content-box li {
  padding-left: 26px;
  color: #222;
  line-height: 26px;
  font-size: 16px;
  position: relative;
}

.content-box ul li::before {
  content: "\ed3c";
  color: var(--primary-color);
  font-family: boxicons !important;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-size: 20px;
  display: flex;
  align-items: start;
}