@charset "UTF-8";


.play-button-anime {
  transition: 0.5s;
  animation: playBtnAnime 1s linear infinite;
}
/* Fix thumbnail container size & alignment */
.ta-widget-recent-post .post-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

/* Constrain the thumbnail size */
.ta-widget-recent-post .post-item .thumb {
    width: 80px;         /* Adjust width as needed */
    height: 80px;        /* Adjust height as needed */
    flex-shrink: 0;      /* Prevents image container from squishing */
    border-radius: 8px;  /* Optional rounded corners */
    overflow: hidden;
    display: block;
}

/* Make image fit properly inside thumbnail container */
.ta-widget-recent-post .post-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* Prevents distortion while filling the frame */
}

/*===== - variables =====*/
:root {
  --body: #f0f4fc;
  --black: #000;
  --white: #fff;
  --theme: #025e87;
  --transparent: rgb(from #025e87 r g b / 10%);
  --header: #001837;
  --text: #555555;
  --border: #D1D1D1;
  --box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.03);
  --header-font: "Google Sans", sans-serif;
  --body-font: "Google Sans", sans-serif;
  --ease: cubic-bezier(.4, 0, .2, 1);
}

/*===== - Base =====*/
:root {
  scroll-behavior: unset !important;
}

html,
body {
  scroll-behavior: auto;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: var(--body-font);
  color: var(--body-font);
  background-color: var(--body);
}



.gy-30 {
  --bs-gutter-y: 30px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.marquee-left,
.marquee-right {
  overflow: hidden;
  width: 100%;
}

.marquee-inner {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.marquee-inner a {
  display: inline-flex;
}

.marquee-inner .ta-page-wrap {
  position: relative;
}

p,
li,
option,
select {
  font-size: 16px;
  color: var(--text);
  line-height: 26px;
  font-family: var(--body-font);
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--header);
  font-family: var(--header-font);
  font-weight: 400;
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  color: var(--header);
  font-family: var(----header-font);
}

a:hover {
  text-decoration: none;
}

.ptb-60 {
  padding: 60px 0px;
}

.ptb-80 {
  padding: 80px 0px;
}


@media (max-width: 767px) {
  .ptb-60 {
    padding: 50px 0px;

  }

  .ptb-80 {
    padding: 60px 0px;
  }

}

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


@media (max-width: 991px) {
  .pt-120 {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .pt-120 {
    padding-top: 40px;
  }
}

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

@media (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.pta-120 {
  padding: 120px 0;
}

@media (max-width: 1199px) {
  .pta-120 {
    padding: 80px 0px;
  }
}

@media (max-width: 991px) {
  .pta-120 {
    padding: 60px 0px;
  }
}



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

@media (max-width: 1199px) {
  .mt-120 {
    margin-top: 80px;
  }
}

@media (max-width: 991px) {
  .mt-120 {
    margin-top: 60px;
  }
}


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

@media (max-width: 1199px) {
  .mt-80 {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  .mt-80 {
    margin-top: 50px;
  }
}


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

@media (max-width: 767px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}

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

@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

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

.mb-20 {
  margin-bottom: 20px !important;
}

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

.wow {
  visibility: hidden;
}

.bg-cover {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

.w-100 {
  width: 100% !important;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

input[type=search],
input[type=text],
input[type=email],
input[type=password],
input[type=date],
textarea,
option,
select {
  font-family: var(--body-font);
  font-size: 16px;
  color: var(--text);
  border: 1px solid transparent;
  padding: 15px;
  border-radius: 5px;
  width: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

input[type=search]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=date]::-moz-placeholder,
option::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--text);
}

input[type=search]::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
option::placeholder,
textarea::placeholder {
  color: var(--text);
}

input[type=search]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
textarea:focus,
option:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--theme);
}

textarea {
  resize: vertical;
  min-height: 120px;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M6 9L12 15L18 9' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 22px !important;
}

select option {
  color: var(--text);
  background-color: var(--white);
}

select option:checked {
  background-color: var(--theme);
  color: var(--white);
}

select option:disabled {
  color: #999;
}

.header-xsmall {
  font-size: 16px;
  color: var(--header);
  font-weight: 600;
  font-family: var(--header-font);
  line-height: 20px;
}

.header-sm {
  font-size: 20px;
  color: var(--header);
  font-weight: 500;
  font-family: var(--header-font);
  line-height: normal;
}

@media (max-width: 767px) {
  .header-sm {
    font-size: 18px;
    line-height: 28px;
    line-height: 20px;
  }
}

.header-md {
  font-size: 24px;
  color: var(--header);
  font-weight: 700;
  font-family: var(--header-font);
  line-height: 36px;
}

@media (max-width: 767px) {
  .header-md {
    font-size: 20px;
    line-height: 30px;
  }
}

.header-lg {
  font-size: 29px;
  color: var(--header);
  font-weight: 600;
  font-family: var(--header-font);
  line-height: 36px;
}

@media (max-width: 767px) {
  .header-lg {
    font-size: 24px;
    line-height: 32px;
  }
}

.header-xl {
  font-size: 38px;
  color: var(--theme);
  font-weight: 700;
  font-family: var(--header-font);
  line-height: normal;
}

@media (max-width: 991px) {
  .header-xl {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .header-xl {
    font-size: 23px;
    line-height: 30px;
  }
}

.header-xl span {
  font-family: var(--header-font-2);
  font-style: italic;
  font-weight: normal;
}

.header-xxl {
  font-size: 72px;
  line-height: 92px;
  color: var(--header);
  font-weight: 900;
  font-family: var(--header-font);
}

@media (max-width: 991px) {
  .header-xxl {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 767px) {
  .header-xxl {
    font-size: 30px;
    line-height: 36px;
  }
}

.header-xxl span {
  color: var(--theme);
  font-family: var(--header-font-2);
  font-style: italic;
  font-weight: normal;
}

.sub-title {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 7px 20px;
  background: linear-gradient(135deg,
      hsla(152, 100%, 33%, 0.8),
      rgba(2, 94, 135, 0.8));
  border-radius: 100px;
  border: 1px solid rgb(from #00a85999 r g b/20%);
  display: inline-block;
  /* text-transform: uppercase; */
  color: var(--white);
}

.center-sub-main-header .sub-title {
  margin: 0 auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.center-sub-main-header p,
.center-sub-main-header h2 {
  text-align: center;
  width: 100%;
  display: inline-block;
}

/*===== image hover effect =====*/
.image-hover-effect {
  position: relative;
  overflow: hidden;
}

.image-hover-effect:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-hover-effect:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

/* ===== underline hover effect ===== */
.bg-line-underline {
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  transition: all 0.3s linear;
  --webkit-trnsition: all 0.3s linear;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}

.bg-line-underline:hover {
  background-size: 0% 1px, 100% 1px;
  transition: background-size 0.3s;
}

.ta-tab-pane {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.ta-tab-pane.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.ta-tab-nav li {
  cursor: pointer;
}

.faq-item .content {
  display: none;
}

.faq-item .heading i {
  display: none;
}

.faq-item.active .heading i {
  display: block;
}

.faq-item.active .content {
  display: block;
}

@media (max-width: 575px) {
  .progress-bars {
    padding: 15px;
  }
}

.progress-bars .progress-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.progress-bars .progress-badge {
  background: var(--theme);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 4px;
  opacity: 0;
  transform: translateY(-4px);
  position: relative;
}

.progress-bars .progress-track {
  width: 100%;
  height: 6px;
  background: var(--border);
  border-radius: 999px;
  overflow: hidden;
}

.progress-bars .progress-fill {
  height: 100%;
  width: 0%;
  background: var(--theme);
  border-radius: 999px;
  transform-origin: left center;
}

.progress-bars .spacer {
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #aaa;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

/*===== - preloader =====*/
.preloader {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.preloader svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #111013;
}

h5.preloader-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: calc(80px + 5vw);
  color: #333;
  font-weight: 900;
}

@media (max-width: 1199px) {
  h5.preloader-text {
    font-size: 60px;
  }
}

h5.preloader-text::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme);
  animation: move 2s infinite alternate;
}

.home-2 h5.preloader-text::after {
  color: tomato;
}

/*==== - buttons =====*/
.ta-button-01 {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background: linear-gradient(135deg, #025e87, #00a859);
  color: var(--white) !important;
  border-radius: 10px;
  font-weight: 600;
  padding: 1rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
}

.ta-button-01 .button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: var(--theme);
  background-color: var(--white);
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.ta-button-01:hover {
  background-color: var(--black);
}

.ta-button-01:hover .button__icon-wrapper {
  color: var(--black);
}

.ta-button-01:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.ta-button-01:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

.ta-button-01 .button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

/*===== Button 02 =====*/
.ta-button-02 {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;

  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;

  border-radius: 10px;
  font-weight: 600;
  padding: 1rem;
  padding-left: 20px;

  white-space: nowrap;
  overflow: hidden;
  transition: all .35s ease;
}

.ta-button-02 .button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;

  background: #ffffff;
  color: #025e87;

  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  transition: .35s ease;
}

.ta-button-02:hover {
  background: #ffffff;
  color: #025e87;
  border-color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(255, 255, 255, 0.18);
}

.ta-button-02:hover .button__icon-wrapper {
  background: linear-gradient(135deg, #025e87, #00a859);
  color: #ffffff;
}

.ta-button-02:hover .button__icon-svg:first-child {
  transition: transform .3s ease-in-out;
  transform: translate(150%, -150%);
}

.ta-button-02:hover .button__icon-svg--copy {
  transition: transform .3s ease-in-out .1s;
  transform: translate(0);
}

.ta-button-02 .button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

/*====== - back-to-top ======*/
.cloudflow-progress-wrap {
  position: fixed;
  right: 12px;
  bottom: 30px;
  height: 43px;
  width: 43px;
  cursor: pointer;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  border-radius: 50%;
  background: var(--white);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.cloudflow-progress-wrap .cloudflow-progress-circle {
  transform: rotate(-90deg);
  fill: none;
  stroke: var(--theme);
  stroke-width: 13;
  stroke-dasharray: 307;
  stroke-dashoffset: 307;
  transition: stroke-dashoffset 10ms linear;
  border-radius: 50%;
  box-shadow: var(--box-shadow);
}

.cloudflow-progress-wrap .cloudflow-scroll-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: var(--theme);
  font-weight: bold;
  pointer-events: none;
}

.cloudflow-progress-wrap.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/*===== - footer =====*/
.ta-footer-wrapper {
  background: var(--header);
  color: var(--white);
  margin: 0px 15px;
  border-radius: 20px;
}

@media (max-width: 1199px) {
  .ta-footer-wrapper {
    margin: 0px;
    border-radius: 0px;
  }
}

.ta-footer-wrapper .footer-top-contact {
  display: flex;
  -webkite-display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .ta-footer-wrapper .footer-top-contact {
    justify-content: start;
  }
}

.ta-footer-wrapper .footer-top-contact i {
  width: 50px;
  height: 50px;
  background: var(--theme);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.ta-footer-wrapper .footer-top-contact .content {
  display: flex;
  --webskite-display: flex;
  flex-direction: column;
  --webskite-flex-direction: column;
}

.ta-footer-wrapper .footer-top-contact .content span {
  font-size: 14px;
  color: var(--white);
}

.ta-footer-wrapper .footer-top-contact .content a {
  font-size: 16px;
  color: var(--white);
  font-weight: 600;
}

.ta-footer-wrapper .foo-head {
  color: var(--white);
  position: relative;
  margin-bottom: 45px;
}

@media (max-width: 1199px) {
  .ta-footer-wrapper .foo-head {
    margin-bottom: 22px;
  }
}

.ta-footer-wrapper .foo-head:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background: var(--border);
  left: 0;
  bottom: -10px;
}

.ta-footer-wrapper .foo-head::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 5px;
  background: var(--theme);
  left: 0;
  bottom: -12px;
  z-index: 9;
}

.ta-footer-wrapper .footer-links li {
  margin-bottom: 8px;
}

.ta-footer-wrapper .footer-links li a {
  color: var(--white);
  transition: 0.3s;
}

.ta-footer-wrapper .footer-links li a:hover {
  color: var(--theme);
}

.ta-footer-wrapper .footer-links li:last-child {
  margin-bottom: 0;
}

.ta-footer-wrapper .footer-blog li {
  display: flex;
  --webskite-display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .ta-footer-wrapper .footer-blog li {
    margin-bottom: 15px;
  }
}

.ta-footer-wrapper .footer-blog li:last-child {
  margin-bottom: 0;
}

.ta-footer-wrapper .footer-blog li .blog-img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
}

.ta-footer-wrapper .footer-blog li .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ta-footer-wrapper .footer-blog li .blog-content {
  display: flex;
  --webskite-display: flex;
  flex-direction: column;
  --webskite-flex-direction: column;
}

.ta-footer-wrapper .footer-blog li .blog-content a h3 {
  color: var(--white);
  transition: 0.3s;
  font-size: 18px;
}

.ta-footer-wrapper .footer-blog li .blog-content a h3:hover {
  color: var(--theme);
}

.ta-footer-wrapper .footer-blog li .blog-content span {
  font-size: 14px;
  color: var(--white);
}

.ta-footer-wrapper .footer-newsletter p {
  color: var(--white);
  margin-bottom: 15px;
}

.ta-footer-wrapper .footer-newsletter form .input {
  position: relative;
  margin-bottom: 15px;
}

.ta-footer-wrapper .footer-newsletter form .input input {
  background: #142A47;
  border: 1px solid rgba(255, 255, 255, 0.19);
}

.ta-footer-wrapper .footer-newsletter form .input input[type=email]::-moz-placeholder {
  color: var(--white);
}

.ta-footer-wrapper .footer-newsletter form .input input[type=email]::placeholder {
  color: var(--white);
}

.ta-footer-wrapper .footer-newsletter form .input button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background: var(--white);
  color: var(--theme);
  border: none;
  outline: none;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
}

.ta-footer-wrapper .footer-newsletter form .input button i {
  font-size: 18px;
}

.ta-footer-wrapper .footer-newsletter form .input button:hover {
  background: var(--theme);
}

.ta-footer-wrapper .footer-newsletter form .input button:hover i {
  color: var(--white);
}

.ta-footer-wrapper .footer-newsletter form .chekbox span {
  color: white;
  margin-left: 5px;
}

.ta-footer-wrapper .footer-open-hours li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

@media (max-width: 1199px) {
  .ta-footer-wrapper .footer-open-hours li {
    justify-content: start;
    gap: 1rem;
  }
}

.ta-footer-wrapper .footer-open-hours li:last-child {
  margin-bottom: 0;
}

.ta-footer-wrapper .footer-open-hours li span {
  color: var(--white);
}

.ta-footer-wrapper .footer-get-in-touch .lists li {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  margin-bottom: 1rem !important;
}

.ta-footer-wrapper .footer-get-in-touch .lists li:last-child {
  margin-bottom: 0;
}

.ta-footer-wrapper .footer-get-in-touch .lists li .icon i {
  color: var(--white);
  font-size: 19px;
}

.ta-footer-wrapper .footer-get-in-touch .lists li .text h4,
.ta-footer-wrapper .footer-get-in-touch .lists li a {
  color: var(--white);
}

.ta-footer-wrapper.two {
  position: relative;
}

.ta-footer-wrapper.two .ta-footer-two-wrapper {
  padding: 60px;
  border-radius: 20px;
  margin-top: -200px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .ta-footer-wrapper.two .ta-footer-two-wrapper {
    padding: 30px;
  }
}

.ta-footer-wrapper.two .newsletter-form .input {
  position: relative;
  margin-bottom: 15px;
}

.ta-footer-wrapper.two .newsletter-form .input input[type=email] {
  width: 100%;
}

.ta-footer-wrapper.two .newsletter-form .input button[type=submit] {
  position: absolute;
  right: 0;
  border: none;
  background: var(--theme);
  width: 76px;
  height: 100%;
  border-radius: 0 5px 5px 0px;
}

.ta-footer-wrapper.two .newsletter-form .input button[type=submit] i {
  color: var(--white);
  font-family: 20px;
}

.ta-footer-wrapper.three .ta-footer-three-top {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .ta-footer-wrapper.three .ta-footer-three-top {
    margin-bottom: 60px;
  }
}

.ta-footer-wrapper.three .newsletter-form .input {
  position: relative;
  margin-bottom: 15px;
}

.ta-footer-wrapper.three .newsletter-form .input input[type=email] {
  width: 100%;
}

.ta-footer-wrapper.three .newsletter-form .input button[type=submit] {
  position: absolute;
  right: 0;
  border: none;
  background: var(--theme);
  width: 76px;
  height: 100%;
  border-radius: 0 5px 5px 0px;
}

.ta-footer-wrapper.three .newsletter-form .input button[type=submit] i {
  color: var(--white);
  font-family: 20px;
}

.footer-hr {
  margin: 75px 0px;
}

@media (max-width: 991px) {
  .footer-hr {
    margin: 45px 0px;
  }
}

@media (max-width: 767px) {
  .footer-hr {
    margin: 30px 0px;
  }
}

.ta-footer-copyright {
  padding: 30px 0px;
}

@media (max-width: 767px) {
  .ta-footer-copyright {
    padding: 15px 0px;
  }
}

.ta-footer-copyright .copyright-text p {
  color: var(--header);
}

@media (max-width: 991px) {
  .ta-footer-copyright .copyright-text p {
    text-align: center;
    margin-bottom: 15px;
  }
}

.ta-footer-copyright .copyright-text p a {
  color: var(--theme);
  font-weight: 600;
}

.ta-footer-copyright .social-icon {
  display: flex;
  --webskite-display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .ta-footer-copyright .social-icon {
    margin-bottom: 15px;
  }
}

.ta-footer-copyright .social-icon p {
  font-weight: 600;
}

.ta-footer-copyright .social-icon li a {
  width: 40px;
  height: 40px;
  background: var(--white);
  border-radius: 50%;
  color: var(--theme);
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.ta-footer-copyright .social-icon li a i {
  font-size: 18px;
}

.ta-footer-copyright .social-icon li a:hover {
  background: var(--theme);
}

.ta-footer-copyright .social-icon li a:hover i {
  color: var(--white);
}

.ta-footer-copyright .copyright-menu {
  display: flex;
  --webskite-display: flex;
  gap: 15px;
  align-items: center;
  justify-content: end;
}

@media (max-width: 1199px) {
  .ta-footer-copyright .copyright-menu {
    justify-content: center;
  }
}

.ta-footer-copyright .copyright-menu p {
  font-weight: 600;
}

.ta-footer-copyright .copyright-menu li {
  position: relative;
  margin-right: 0.6rem;
}

.ta-footer-copyright .copyright-menu li a {
  color: var(--header);
  transition: 0.3s;
}

.ta-footer-copyright .copyright-menu li a:hover {
  color: var(--theme);
}

.ta-footer-copyright .copyright-menu li::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  right: -16px;
  top: 53%;
  transform: translateY(-50%);
  background: var(--theme);
  margin-left: 15px;
  border-radius: 50%;
}

.ta-footer-copyright .copyright-menu li:last-child {
  margin-right: 0;
}

.ta-footer-copyright .copyright-menu li:last-child::after {
  display: none;
}

.ta-footer.two {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .ta-footer.two {
    margin-top: 120px;
  }
}

/*===== - breadcrumb =====*/
.ta-breadcrumb {
  background: var(--theme-2);
  border-radius: 10px;
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .ta-breadcrumb {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .ta-breadcrumb {
    border-radius: 0px;
    margin-top: 15px;
  }
}

.ta-breadcrumb .ta-breadcrumb-content {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  flex-direction: column;
  align-items: start;
}

@media (max-width: 991px) {
  .ta-breadcrumb .ta-breadcrumb-content {
    min-height: 210px;
  }
}

@media (max-width: 767px) {
  .ta-breadcrumb .ta-breadcrumb-content {
    min-height: 180px;
  }
}

.ta-breadcrumb h1,
.ta-breadcrumb h2 {
  color: var(--white);
  margin-bottom: 12px;
  text-align: center;
}

.ta-breadcrumb ul {
  display: flex;
  gap: 1rem;
  padding: 5px 0px;
}

.ta-breadcrumb ul li,
.ta-breadcrumb ul a {
  color: var(--white);
}

.ta-breadcrumb ul li i {
  font-size: 16px;
  margin-left: 12px;
}

li .ta-breadcrumb ul:last-child a {
  color: var(--theme);
}

/*===== - cursor =====*/
.cursor-outer {
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  background-color: transparent;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.color-10 {
  border: 1px solid #333;
}

.cursor-outer.color-5 {
  border: 1px solid #7557ED;
}

.cursor-outer.color-2 {
  border: 1px solid var(--theme-2);
}

.cursor-outer.color-3 {
  border: 1px solid var(--theme-3);
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme);
  opacity: 1;
  transition: all 0.24s ease-out 0s;
}

.cursor-inner.color-5 {
  background-color: #846BED;
}

.cursor-inner.color-2 {
  background-color: var(--theme-2);
}

.cursor-inner.color-3 {
  background-color: var(--theme-3);
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--vkl-text-text-2);
  /* $theme-color */
  border: 1px solid #686363;
  opacity: 0;
}

/*===== - animation =====*/
@keyframes playBtnAnime {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 42, 2, 0);
  }
}

@keyframes moveLeftRigt {
  0% {
    transform: translateX(-30px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes move {
  from {
    clip-path: circle(20% at 0% 50%);
  }

  to {
    clip-path: circle(20% at 100% 50%);
  }
}

/*===== - blog-widgets =====*/
.ta-widget-area {
  position: sticky;
  top: 120px;
}

.widget_block {
  background: var(--white);
  border-radius: 20px;
}

.widget_block .header {
  border-bottom: 1px solid var(--border);
  padding: 15px 30px;
}

.ta-widget-search .ta-search-form {
  padding: 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ta-widget-search input[type=search] {
  border: none;
  background: var(--body);
  border: 1px solid var(--body);
}

.ta-widget-search .search-btn {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--header);
  background: var(--theme);
  border: none;
  padding: 8px 15px;
  border-radius: 0px 5px 5px 0px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.ta-widget-search .search-btn i {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 38px;
  height: 40px;
  color: var(--white);
}

.ta-widget-search .search-btn:hover {
  background: var(--header);
}

.ta-widget-categories {
  padding-bottom: 15px;
}

.ta-widget-categories ul {
  padding: 0px 0;
}

.ta-widget-categories ul li {
  margin: 0 30px;
}

.ta-widget-categories ul li a {
  display: flex;
  --webkit-display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--body);
  border-radius: 6px;
  margin: 1rem 0px;
  padding: 15px;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.ta-widget-categories ul li a:hover {
  color: var(--theme);
}

.ta-widget-recent-post .post-item {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 30px;
}

.ta-widget-recent-post .post-item .content span {
  font-size: 15px;
  color: var(--text);
}

.ta-widget-tags .tagcloud {
  padding: 30px 15px 15px 30px;
}

.ta-widget-tags .tagcloud a {
  padding: 14.5px 15.5px;
  background: var(--body);
  border-radius: 6px;
  display: inline-block;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  font-size: 14px;
  font-family: var(--header-font);
  margin-bottom: 15px;
  margin-right: 15px;
}

.ta-widget-tags .tagcloud a:hover {
  background: var(--theme);
  color: #fff;
}

.ta-widget-newsletter .newsletter-form {
  padding: 30px;
  position: relative;
}

.ta-widget-newsletter .newsletter-form input[type=email] {
  border-radius: 6px;
  background: var(--body);
  border: none;
}

.ta-widget-newsletter .newsletter-form button {
  border-radius: 6px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
  background: var(--theme);
  border: none;
  padding: 8px 15px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.ta-widget-newsletter .newsletter-form button:hover {
  background: var(--header);
}

/*===== - header =====*/
/*===== - navigation =====*/
/* ======================================================
   TOP BAR
====================================================== */
.header-topbar {
  height: 45px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(135deg, #00a859, #025e87);
  position: relative;
  z-index: 1001;
}

.header-topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ta-left,
.ta-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.ta-item {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--white);
  font-size: 16px;
}

.ta-item a {
  color: var(--white) !important;
  font-size: 16px;
}

.ta-item i {
  color: var(--white) !important;
}

.ta-socials {
  display: flex;
  gap: 5px;
}

.ta-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--header);
  font-size: 12px;
  transition: color 0.14s, background 0.14s;
  background: var(--white);
}

.ta-socials a:hover {
  background: var(--theme);
  color: var(--white);
}

/* ======================================================
  OFFCANVAS
====================================================== */
.offcanvas-content .desc {
  margin: 20px 0;
}

.offcanvas-content .services a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  border-radius: 10px;
  background: var(--white);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  margin-bottom: 15px;
}

.offcanvas-content .services a:hover span,
.offcanvas-content .services a:hover span i {
  color: var(--theme);
}

.offcanvas-content .lists li {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  margin-bottom: 0.5rem !important;
}

.offcanvas-content .lists li:last-child {
  margin-bottom: 0;
}

.offcanvas-content .lists li .text h4 {
  line-height: 20px;
  font-weight: 600;
  font-size: 20px;
}

.offcanvas-content .lists li .icon i {
  color: var(--header);
  font-size: 19px;
}

.offcanvas-content .social-icon {
  margin-top: 20px;
  display: flex;
  --webskite-display: flex;
  gap: 10px;
  align-items: center;
}

@media (max-width: 991px) {
  .offcanvas-content .social-icon {
    margin-bottom: 15px;
  }
}

.offcanvas-content .social-icon p {
  font-weight: 600;
}

.offcanvas-content .social-icon li a {
  width: 40px;
  height: 40px;
  background: var(--white);
  border-radius: 50%;
  color: var(--theme);
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.offcanvas-content .social-icon li a i {
  font-size: 18px;
}

.offcanvas-content .social-icon li a:hover {
  background: var(--theme);
}

.offcanvas-content .social-icon li a:hover i {
  color: var(--white);
}

/* ======================================================
   MAIN HEADER
====================================================== */
.site-header {
  position: relative;
  z-index: 1000;
}

.header-main {
  background: var(--white);
  height: 100px;
  display: flex;
  align-items: center;
  position: relative;
  transition: height 0.2s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-main .container {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
}

/* --- STICKY --- */
.site-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  animation: sDown 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.site-header.is-sticky .header-topbar {
  display: none;
}

.site-header.is-sticky .header-main {
  height: 100px;
  /*box-shadow: 0 4px 28px rgba(26, 26, 46, 0.12);*/
  background: #fff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

@keyframes sDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* --- LOGO --- */
.site-logo {
  flex-shrink: 0;
}

.logo-text {
  font-family: var(--header-font);
  font-size: 22px;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.02em;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.logo-text em {
  font-style: normal;
  color: var(--theme);
}

.logo-sub {
  font-family: var(--header-font);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--textm);
  margin-top: 3px;
}

.header-02 .header-main,
.header-03 .header-main {
  background: transparent;
}

.header-02 #searchToggle i,
.header-03 #searchToggle i {
  background: var(--white);
}

.header-02.is-sticky #searchToggle i,
.header-03.is-sticky #searchToggle i {
  background: var(--body);
}

.header-02.is-sticky #searchToggle i:hover,
.header-03.is-sticky #searchToggle i:hover {
  background: var(--theme);
  color: var(--white);
}

/* ======================================================
   PRIMARY NAV
====================================================== */
.main-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.nav-menu {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-menu>li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-menu>li>a {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 100%;
  padding: 0 7px;
  font-size: 15px;
  font-weight: 500;
  color: var(--header);
  font-family: var(--header-font);
  white-space: nowrap;
  position: relative;
  transition: color 0.14s;
}

.nav-menu>li>a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2.5px;
  background: var(--theme);
  border-radius: 2px 2px 0 0;
  transform: translateX(-50%);
  transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-menu>li.tfb-open>a,
.nav-menu>li>a:hover {
  color: var(--theme);
}

.nav-menu>li.tfb-open>a::after,
.nav-menu>li>a:hover::after {
  width: calc(100% - 30px);
}

.nav-menu>li>a .fa-chevron-down {
  font-size: 10px;
  opacity: 0.5;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.14s;
}

.nav-menu>li.tfb-open>a .fa-chevron-down {
  transform: rotate(180deg);
  opacity: 1;
}

/* ======================================================
   DROPDOWN — LEVEL 1
   padding-top acts as a hover bridge over the border gap
====================================================== */
.nav-menu>li>.sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  min-width: 240px;
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(26, 26, 46, 0.14), 0 4px 16px rgba(26, 26, 46, 0.07);
  border: 1px solid var(--border);
  padding: 8px;
  padding-top: 12px;
  /* hover bridge */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9990;
}

/* triangle pointer */
.nav-menu>li>.sub-menu::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: var(--white);
  border: 1px solid var(--border);
  border-bottom: none;
  border-right: none;
}

/* open */
.nav-menu>li.tfb-open>.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* drop-left (rightmost items) */
.nav-menu>li.drop-left>.sub-menu {
  left: auto;
  right: 0;
  transform: translateX(0) translateY(10px);
}

.nav-menu>li.drop-left>.sub-menu::before {
  left: auto;
  right: 20px;
  transform: rotate(45deg);
}

.nav-menu>li.drop-left.tfb-open>.sub-menu {
  transform: translateX(0) translateY(0);
}

/* ======================================================
   DROPDOWN ITEMS — shared for L1, L2, L3
====================================================== */
.nav-menu .sub-menu>li {
  position: relative;
}

.nav-menu .sub-menu>li>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 12px;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  font-family: var(--header-font);
  border-radius: 8px;
  white-space: nowrap;
  transition: background 0.13s, color 0.13s, padding-left 0.13s;
}

.nav-menu .sub-menu>li>a span {
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  font-family: var(--header-font);
}

.nav-menu .sub-menu>li>a:hover,
.nav-menu .sub-menu>li.tfb-open>a {
  background: var(--white);
  color: var(--theme);
  padding-left: 16px;
}

.nav-menu .sub-menu>li>a .fa-chevron-right {
  font-size: 10px;
  opacity: 0.4;
  transition: opacity 0.13s;
}

.nav-menu .sub-menu>li.tfb-open>a .fa-chevron-right {
  opacity: 1;
  color: var(--theme);
}

/* ======================================================
   DROPDOWN — LEVEL 2
   left:100% = zero pixel gap.
   ::after = invisible hover bridge so mouse can travel.
====================================================== */
.nav-menu .sub-menu>li>.sub-menu {
  position: absolute;
  top: -8px;
  left: 100%;
  min-width: 240px;
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(26, 26, 46, 0.14), 0 4px 16px rgba(26, 26, 46, 0.07);
  border: 1px solid var(--border);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(10px);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9991;
}

.nav-menu .sub-menu>li.has-sub::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 100%;
  background: transparent;
}

.nav-menu .sub-menu>li.tfb-open>.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

/* ======================================================
   DROPDOWN — LEVEL 3
====================================================== */
.nav-menu .sub-menu .sub-menu>li>.sub-menu {
  top: -8px;
  left: 100%;
  z-index: 9992;
  transform: translateX(10px);
}

.nav-menu .sub-menu .sub-menu>li.has-sub::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 100%;
  background: transparent;
}

.nav-menu .sub-menu .sub-menu>li.tfb-open>.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

/* ======================================================
   MEGA MENU — Desktop
   Anchors to .header-main (which has position:relative)
====================================================== */
.nav-menu>li.mega-menu>.sub-menu {
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  width: 1020px !important;
  max-width: calc(100vw - 48px) !important;
  min-width: 0 !important;
  display: inline-flex;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  flex-direction: row !important;
  padding: 0 !important;
  overflow: hidden !important;
  gap: 0 !important;
  border-radius: 12px !important;
  box-shadow: var(--box-shadow);
  border: 1px solid var(--border) !important;
  background: var(--white) !important;
  z-index: 9993 !important;
  transition: 0.1s all ease;
}

@media (max-width: 1599px) {
  .nav-menu>li.mega-menu>.sub-menu {
    left: 200% !important;
  }
}

@media (max-width: 1399px) {
  .nav-menu>li.mega-menu>.sub-menu {
    left: 300% !important;
  }
}

/* open state / when hover */
.nav-menu>li.mega-menu.tfb-open>.sub-menu {
  display: flex;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

/* --- Mega columns --- */
.nav-menu>li.mega-menu>.sub-menu>li.mega-col {
  flex: 1 1 0;
  min-width: 0;
  padding: 22px 16px;
  border-right: 1px solid var(--border);
}

.mega-col {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.mega-col .previw-box {
  position: relative;
  overflow: hidden;
}

.mega-col .previw-box img {
  border-radius: 10px;
}

.mega-col .previw-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  inset: 0;
  background: rgba(15, 15, 26, 0.1);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  border-radius: 10px;
}

.mega-col .previw-box .btn {
  position: absolute;
  top: 80%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.mega-col:hover .previw-box::before {
  opacity: 1;
  visibility: visible;
}

.mega-col:hover .previw-box .btn {
  top: 50%;
  opacity: 1;
  z-index: 999;
}

.mega-col span {
  font-weight: 600;
  color: var(--header);
}

/* ======================================================
   HEADER ACTIONS
====================================================== */
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  margin-left: auto;
}

#searchToggle {
  border: none;
  background: transparent;
}

#searchToggle i {
  background: #EAF1FF;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

#searchToggle i:hover {
  background: var(--theme);
  color: var(--white);
}

.hamburger {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: none;
  background: var(--theme);
  border-radius: 10px;
  transition: background 0.13s, color 0.13s;
}

.hamburger svg path {
  fill: var(--white);
}

.hamburger:hover {
  background: var(--header);
}

/* ======================================================
   SEARCH OVERLAY
====================================================== */
.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 15, 26, 0.6);
  backdrop-filter: blur(4px);
  z-index: 10000;
  padding: 28px 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}

.search-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.search-overlay .container {
  display: flex;
  align-items: center;
  gap: 16px;
}

.search-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 2px solid var(--white);
  transition: border-color 0.14s;
}

.search-wrap input {
  flex: 1;
  background: transparent;
  border: none !important;
  outline: none;
  color: var(--white);
  font-family: var(--header-font);
  font-size: clamp(18px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.search-wrap input::-moz-placeholder {
  color: var(--white);
}

.search-wrap input::placeholder {
  color: var(--white);
}

.search-wrap:focus-within {
  border-color: var(--theme);
}

.search-wrap .search-submit {
  background: var(--theme);
  border: none;
  color: var(--white);
  padding: 15px 30px;
  border-radius: 6px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.13s, transform 0.13s;
}

@media (max-width: 575px) {
  .search-wrap .search-submit {
    padding: 7px 12px;
    margin-right: 10px;
  }
}

.search-wrap .search-submit:hover {
  background: var(--header);
  transform: scale(1.05);
}

@media (max-width: 575px) {
  .is-sticky .search-submit {
    margin-right: 45px;
  }
}

.search-close-btn {
  background: rgba(255, 255, 255, 0.08);
  border: none;
  color: rgba(255, 255, 255, 0.75);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.13s, color 0.13s;
  position: absolute;
  top: 5%;
  right: 2%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

@media (max-width: 575px) {
  .search-close-btn {
    width: 40px;
    height: 40px;
  }
}

.search-close-btn:hover {
  background: var(--white);
  color: var(--header);
}

.is-sticky .search-close-btn {
  top: 25%;
}

/* ======================================================
   MOBILE OVERLAY + DRAWER
====================================================== */
.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 15, 26, 0.6);
  backdrop-filter: blur(4px);
  z-index: 999997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}

.mobile-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: min(490px, 100vw - 48px);
}

@media (max-width: 1199px) {
  .mobile-drawer {
    width: min(360px, 100vw - 48px);
  }
}

.mobile-drawer {
  background: #EAF1FF;
  z-index: 999998;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -20px 0 60px rgba(26, 26, 46, 0.15);
  overflow: hidden;
  padding: 30px;
}

@media (max-width: 1199px) {
  .mobile-drawer {
    padding: 15px;
  }
}

.mobile-drawer.is-open {
  transform: translateX(0);
}

.mob-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  flex-shrink: 0;
}

.mob-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--white);
  border: none;
  color: var(--text);
  font-size: 16px;
  transition: background 0.13s, color 0.13s;
}

.mob-close:hover {
  background: var(--black);
  color: #fff;
}

.mob-body {
  flex: 1;
  overflow-y: auto;
  padding-top: 15px;
  overscroll-behavior: contain;
}

.mob-footer {
  padding: 16px 22px;
  border-top: 1px solid var(--border);
  background: var(--white);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mob-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--textm);
  transition: color 0.13s;
}

.mob-contact i {
  font-size: 13px;
  opacity: 0.6;
}

.mob-contact:hover {
  color: var(--theme);
}

body.no-scroll {
  overflow: hidden;
}

/* ======================================================
   MOBILE NAV
====================================================== */
.mob-nav,
.mob-nav ul {
  list-style: none;
}

.mob-nav>li {
  border-bottom: 1px solid var(--border);
}

.mob-nav>li:last-child {
  border-bottom: none;
}

.mob-row {
  display: flex;
  align-items: center;
}

.mob-nav a {
  flex: 1;
  display: block;
  padding: 13px 12px;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  font-family: var(--header-font);
  transition: color 0.13s, background 0.13s;
}

.mob-nav a:hover {
  color: var(--theme);
}

.mob-toggle {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  background: transparent;
  border: none;
  color: var(--text);
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-right: 4px;
  transition: background 0.13s, color 0.13s;
}

.mob-toggle:hover {
  background: var(--white);
  color: var(--theme);
}

.mob-toggle i {
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.mob-toggle.is-open i {
  transform: rotate(180deg);
  color: var(--theme);
}

/* Hard-reset ALL desktop dropdown styles inside mobile nav */
.mob-nav .sub-menu,
.mob-nav .sub-menu .sub-menu,
.mob-nav .sub-menu .sub-menu .sub-menu {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: none !important;
  background: transparent !important;
  min-width: 0 !important;
  width: auto !important;
  z-index: auto !important;
  padding: 4px 0 8px 0 !important;
  margin: 0 0 0 16px !important;
  display: none;
  overflow: hidden;
  transition: none !important;
}

.mob-nav .sub-menu.is-open {
  display: block;
}

.mob-nav .sub-menu li {
  position: static !important;
  height: auto !important;
  border: none !important;
}

.mob-nav .sub-menu a {
  font-size: 13.5px !important;
  font-weight: 400 !important;
  padding: 9px 14px !important;
}

.mob-nav .sub-menu .sub-menu {
  margin-left: 12px !important;
}

/* hide desktop carets in mobile */
.mob-nav .fa-chevron-right {
  display: none !important;
}

/* disable bridge pseudo in mobile */
.mob-nav li.has-sub::after {
  display: none !important;
}

/* ======================================================
   RESPONSIVE
====================================================== */
@media (max-width: 1199px) {
  .main-nav {
    display: none;
  }

  .header-topbar {
    display: none;
  }
}

@media (max-width: 1399px) {

  .header-main {
    height: 100% !important;
    padding: 10px 0px;
  }

  .is-sticky .header-main {
    height: 100% !important;
  }

  .cta-btn span {
    display: none;
  }

  .cta-btn {
    padding: 0;
    width: 40px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .ta-left {
    display: none;
  }

  .container {
    padding: 0 16px;
  }
}

/* In WP production add: @media(min-width:1025px){.hamburger{display:none}} */
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--theme);
  outline-offset: 2px;
}

/*===== - index =====*/
.ta-hero-one {
  max-height: 680px;
  overflow: hidden;
  margin: 15px 15px 15px 15px;
  border-radius: 20px;
}

@media (max-width: 1399px) {
  .ta-hero-one {
    max-height: 1338px;
  }
}

@media (max-width: 991px) {
  .ta-hero-one {
    max-height: 100%;
  }
}

@media (max-width: 767px) {
  .ta-hero-one {
    max-height: 100%;
  }
}

.ta-hero-one-wrap .hero-left .header-xxl {
  font-size: 52px;
  line-height: normal;
}

@media (max-width: 991px) {
  .ta-hero-one-wrap .hero-left .header-xxl {
    font-size: 46px;
    line-height: normal;
  }
}

@media (max-width: 767px) {
  .ta-hero-one-wrap .hero-left .header-xxl {
    line-height: normal;
    font-size: 32px;
  }
}



.ta-hero-one-wrap .hero-left .btn-grp {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  justify-content: start;
  gap: 1.5rem;
}

.ta-hero-one-wrap .hero-left .btn-grp .popup-video {
  min-width: 44px;
  min-height: 44px;
  background: var(--theme);
  border-radius: 50%;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.ta-hero-one-wrap .hero-left .btn-grp .popup-video:hover {
  background: var(--header);
  color: var(--white);
}

.ta-hero-one-wrap .hero-left .btn-grp .popup-video {
  color: var(--header);
  height: 48px;
  width: 48px;
  background: rgb(from #001837 r g b/20%);
}

.ta-hero-one-wrap .hero-right {
  position: relative;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
}

.ta-hero-one-wrap .hero-right .main-img {
  margin-bottom: -127px;
}

.ta-hero-one-wrap .hero-right .circle {
  position: absolute;
  top: 16%;
  right: 12%;
}

.ta-hero-one-wrap .hero-right .group {
  position: absolute;
  bottom: 0;
  right: -10%;
  width: 274px;
  height: 182px;
  border-radius: 20px;
  padding: 30px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --webkit-display: flex;
  box-shadow: var(--box-shadow);
}

@media (max-width: 1599px) {
  .ta-hero-one-wrap .hero-right .group {
    right: 0;
  }
}

.ta-hero-one-wrap .hero-right .group p span span span {
  color: var(--header);
  font-size: 22px;
}

.ta-feature-one-wrap {
  margin-top: 30px;
  margin-left: 5px;
  margin-right: 5px;
}

.ta-feature-one-item {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  gap: 1.5rem;
  flex-direction: column;
  background: var(--white);
  border-radius: 20px;
  padding: 40px 30px;
  align-items: unset;
}

@media (max-width: 767px) {
  .ta-feature-one-item {
    padding: 30px 20px;
  }
}

.ta-feature-one-item .icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ta-feature-one-item .icon .img {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  background: var(--transparent);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.ta-feature-one-item .icon .img img {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.ta-feature-one-item:hover {
  transform: translateY(5px);
}

.ta-feature-one-item:hover .icon .img img {
  transform: rotateY(180deg) scale(1.1);
}

.ta-feature-one-item:hover .arrow svg path {
  stroke: var(--theme);
}

.ta-about-one-left .feature li {
  margin-bottom: 5px;
  color: var(--header);
}

.ta-about-one-left .feature li i {
  color: var(--theme);
}

.ta-about-one-left .feature li:last-child {
  margin-bottom: 0;
}

.ta-about-one-middle {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ta-about-one-middle .about-shape {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
}

.ta-about-one-middle .about-shape .shape-img {
  animation: spinner 10s linear infinite;
}

.ta-about-one-middle .about-shape .logo-img {
  position: absolute;
}

.ta-about-one-right li {
  border-bottom: 1px solid var(--border);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.ta-about-one-right li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ta-about-one-right .icon-item {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}

.ta-about-one-right .icon-item .icon {
  min-width: 100px;
  min-height: 100px;
  border-radius: 50%;
  background: var(--theme);
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
}

.ta-facilities-one {
  background: linear-gradient(135deg, #ffffff, #f4fbfd);
}

.ta-facilities-one-wrap {
  background: var(--white);
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 18px 45px rgba(2, 94, 135, 0.12);
  border: 1px solid rgba(0, 168, 89, 0.12);
  transition: 0.35s ease;
}

@media (max-width: 1399px) {
  .ta-facilities-one-wrap {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .ta-facilities-one-wrap {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .ta-facilities-one-wrap {
    padding: 20px;
  }
}

.ta-facilities-list {
  margin: 20px 0px;
}

.ta-facilities-list li {
  background: var(--transparent);
  border-radius: 6px;
  padding: 7px 19px;
  display: inline-block;
  margin-right: 1rem;
  color: var(--header);
}

@media (max-width: 767px) {
  .ta-facilities-list li {
    margin-bottom: 10px;
  }
}

.ta-facilities-list li:last-child {
  margin-right: 0;
}

.ta-facilities-list li:hover {
  background: var(--theme);
  color: var(--white);
}

.ta-facilities-list li.active {
  background: var(--theme);
  color: var(--white);
}

.ta-facilities-content {
  display: flex;
  gap: 15px;
  align-items: center;
}

@media (max-width: 767px) {
  .ta-facilities-content {
    flex-direction: column;
    align-items: start;
  }
}

.ta-facilities-content .feature li {
  margin-bottom: 1rem;
  color: var(--header);
}

@media (max-width: 767px) {
  .ta-facilities-content .feature li {
    margin-bottom: 0.5rem;
  }
}

.ta-facilities-content .feature li i {
  color: var(--theme);
}

.ta-facilities-content .feature li:last-child {
  margin-bottom: 0;
}

.ta-service-one {
  background: var(--header);
  border-radius: 20px;
  margin: 0px 15px;
}

.center-sub-main-header.service-one-header .sub-title {
  border: 1px solid rgb(from #fff r g b/20%);
}

.service-one-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid rgb(from #fff r g b/20%);
  padding: 2.5rem 0;
  position: relative;
  margin: 0 1rem;
}

.service-one-item .icon {
  position: relative;
}

.service-one-item .icon .service-icon {
  height: 90px;
  width: 90px;
  background: var(--theme);
  border-radius: 50%;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
}

.service-one-item .icon .service-img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.service-one-item .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.service-one-item:hover .icon .service-img {
  opacity: 1;
}

.service-one-item:hover .arrow svg path {
  stroke: var(--theme);
}

.service-one-item:hover .info h3 {
  color: var(--theme);
}

.service-one-item .info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-right: 2rem;
}

.service-one-item .info span,
.service-one-item .info h3 {
  color: var(--white);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.pricing-item {
  padding: 48px 40px;
  border-radius: 20px;
  background: var(--white);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

@media (max-width: 1399px) {
  .pricing-item {
    padding: 40px 30px;
  }
}

@media (max-width: 991px) {
  .pricing-item {
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .pricing-item {
    padding: 20px 15px;
  }
}

.pricing-item:hover {
  box-shadow: var(--box-shadow);
  transform: translateY(-10px);
}

.pricing-item .pricing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
  padding-bottom: 1.5rem;
}

.pricing-item .pricing-header .text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.pricing-item .pricing-header .icon {
  height: 80px;
  width: 80px;
  background: var(--transparent);
  border-radius: 6px;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-item .header-content {
  padding: 1.5rem 0;
}

.pricing-item .header-content h3 {
  color: var(--header);
  padding-bottom: 0.5rem;
}

.pricing-item .header-content span {
  color: var(--text);
}

.pricing-item .header-content .feature li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.pricing-item .header-content .feature li i {
  color: #008000;
}

.pricing-item .header-content .feature li:last-child {
  margin-bottom: 0;
}

.ta-text-slider-one .marquee-text {
  font-size: 80px;
  line-height: 90px;
  font-weight: 900;
  font-family: var(--header-font);
  /* Change this to transparent to see the outline */
  color: transparent;
  -webkit-text-fill-color: transparent;
  margin: 0 1.5rem;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
}

.ta-case-one-list li {
  padding: 25px 27px;
  border: 1px solid var(--border);
  border-radius: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ta-case-one-list li .text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.ta-case-one-list li .text span {
  text-transform: uppercase;
}

.ta-case-one-list li .text h3 {
  text-transform: capitalize;
}

.ta-case-one-list li:last-child {
  margin-bottom: 0;
}

.ta-case-one-list li.active {
  background: var(--white);
}

.ta-case-one-list li.active .arrow svg path {
  stroke: var(--theme);
}

.testi-one-left {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 37px;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .testi-one-left {
    padding: 30px;
  }
}

.testi-one-left img {
  max-width: 148px;
  max-height: 148px;
  margin: 0 auto;
  display: block;
}

.ta-process-one {
  background: var(--header);
  border-radius: 20px;
  margin: 0px 15px;
}

.center-sub-main-header.ta-process-one .sub-title {
  border: 1px solid rgb(from #fff r g b/20%);
}

.process-item-one {
  border-right: 1px solid rgb(from #fff r g b/20%);
  padding: 0px 30px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
  .process-item-one {
    border: none;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .process-item-one {
    border: none;
    padding: 15px 0px;
  }
}

.process-item-one .icon-box {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}

.process-item-one .icon-box .icon {
  min-width: 90px;
  min-height: 90px;
  background: var(--theme);
  border-radius: 6px;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
}

.process-item-one .icon-box .icon img {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.process-item-one .icon-box span {
  color: var(--white);
  text-transform: uppercase;
}

.process-item-one .text {
  margin-top: 2rem;
}

.process-item-one .text h3 {
  margin-bottom: 0.5rem !important;
}

.process-item-one .text p,
.process-item-one .text h3 {
  color: var(--white);
}

.process-item-one:hover {
  transform: translateY(5px);
}

.process-item-one:hover .icon-box .icon img {
  transform: rotateY(180deg) scale(1.1);
}

.process-item-one:hover .arrow svg path {
  stroke: var(--theme);
}

.contact-form-one {
  background: var(--white);
  border-radius: 20px;
  padding: 40px;
  margin-right: 2.5rem;
}

@media (max-width: 1399px) {
  .contact-form-one {
    padding: 30px;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .contact-form-one {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .contact-form-one {
    padding: 15px;
  }
}

.contact-form-one input[type=text],
.contact-form-one input[type=email],
.contact-form-one input[type=date],
.contact-form-one select,
.contact-form-one option,
.contact-form-one textarea {
  background: var(--body);
  color: var(--header);
}

.contact-form-one input[type=text]::-moz-placeholder,
.contact-form-one input[type=email]::-moz-placeholder,
.contact-form-one input[type=date]::-moz-placeholder,
.contact-form-one select::-moz-placeholder,
.contact-form-one option::-moz-placeholder,
.contact-form-one textarea::-moz-placeholder {
  color: var(--text);
}

.contact-form-one input[type=text]::placeholder,
.contact-form-one input[type=email]::placeholder,
.contact-form-one input[type=date]::placeholder,
.contact-form-one select::placeholder,
.contact-form-one option::placeholder,
.contact-form-one textarea::placeholder {
  color: var(--text);
}

.faq-item {
  background: var(--white);
  border-radius: 20px;
  padding: 18px 20px;
  margin-bottom: 15px;
  position: relative;
}

@media (max-width: 991px) {
  .faq-item {
    padding: 20px;
  }
}

.faq-item .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item.active .heading i {
  background: var(--theme);
  color: var(--white);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
}

.faq-item.active .content {
  padding-top: 10px;
}

.ta-partners-one-wrap .partner {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
}

/*===== - index-02 =====*/
.ta-hero-two {
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 15px;
  border-radius: 20px;
}

@media (max-width: 1399px) {
  .ta-hero-two {
    margin-left: 0;
    margin-right: 0;
  }
}

.ta-hero-two-left {
  position: relative;
}

.ta-hero-two-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ta-hero-two-left .card {
  max-width: 411px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  background: rgb(from #001837 r g b/50%);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.ta-hero-two-left .card img {
  max-width: 100px !important;
  max-height: 100px !important;
}

.ta-hero-two-left .card .text p,
.ta-hero-two-left .card .text h2,
.ta-hero-two-left .card .text h2 span {
  color: var(--white);
}

.ta-hero-two-right {
  border-radius: 20px;
  padding: 100px 57px;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .ta-hero-two-right {
    padding: 80px 40px;
  }
}

@media (max-width: 767px) {
  .ta-hero-two-right {
    padding: 60px 30px;
  }
}

@media (max-width: 575px) {
  .ta-hero-two-right {
    padding: 40px 20px;
  }
}

.ta-hero-two-right .header-xxl {
  font-size: 80px;
  line-height: 90px;
}

@media (max-width: 991px) {
  .ta-hero-two-right .header-xxl {
    font-size: 58px;
    line-height: 66px;
  }
}

@media (max-width: 767px) {
  .ta-hero-two-right .header-xxl {
    line-height: 52px;
    font-size: 46px;
  }
}

.ta-hero-two-right .img-btn-grp {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  justify-content: start;
}

@media (max-width: 575px) {
  .ta-hero-two-right .img-btn-grp {
    flex-direction: column;
    align-items: baseline;
  }
}

.ta-hero-two-right .img-btn-grp .img-grp {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

@media (max-width: 575px) {
  .ta-hero-two-right .img-btn-grp .img-grp {
    flex-direction: column;
    align-items: baseline;
    margin-top: 20px;
  }
}

.ta-hero-two-bottom {
  border-radius: 20px;
  background: var(--header);
  padding: 30px 35px;
}

.ta-hero-two-bottom .count-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ta-hero-two-bottom .count {
  display: flex;
  justify-content: start;
  align-items: end;
}

.ta-hero-two-bottom .count .suffix,
.ta-hero-two-bottom .count .header-xxl span span {
  color: var(--white);
  font-size: 50px;
  line-height: 60px;
  font-family: var(--header-font);
  font-weight: 900;
}

.ta-hero-two-bottom p {
  color: var(--white);
}

@media (max-width: 991px) {
  .ta-hero-two-bottom {
    padding: 20px;
  }
}

.ta-about-header-two .about-two-hr {
  margin: 25px 0px;
}

@media (max-width: 767px) {
  .ta-about-header-two .about-two-hr {
    margin: 15px 0;
  }
}

.ta-about-header-two .feature {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

@media (max-width: 767px) {
  .ta-about-header-two .feature {
    flex-direction: column;
  }
}

.ta-about-header-two .feature .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ta-about-header-two .feature .item .icon {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  background: var(--theme);
  border-radius: 50%;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.ta-about-header-two .feature .item .icon:hover {
  background: var(--header);
  color: var(--white);
}

.ta-about-header-two .feature .item .icon {
  width: 80px;
  height: 80px;
}

@media (max-width: 575px) {
  .ta-about-header-two .feature {
    flex-direction: column;
  }
}

.ta-about-two-img {
  position: relative;
}

.ta-about-two-img img {
  width: 100%;
}

.ta-about-two-img .card {
  max-width: 211px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: rgb(from #001837 r g b/50%);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.ta-about-two-img .card .icon {
  min-width: 44px;
  min-height: 44px;
  background: var(--theme);
  border-radius: 50%;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.ta-about-two-img .card .icon:hover {
  background: var(--header);
  color: var(--white);
}

.ta-about-two-img .card p {
  color: var(--white);
}

.ta-text-slider-two .text-fill {
  font-size: 80px;
  line-height: 90px;
  font-weight: 900;
  font-family: var(--header-font);
  margin: 0 1.5rem;
}

.ta-service-one {
  background: var(--header);
  border-radius: 20px;
  margin: 0px 15px;
}

.center-sub-main-header.service-two-header .sub-title {
  border: 1px solid rgb(from #fff r g b/20%);
}

.service-two-item {
  display: flex;
  gap: 2rem;
  align-items: center;
  border-bottom: 1px solid rgb(from #fff r g b/20%);
  padding: 2.5rem 0;
  position: relative;
  margin: 0 1rem;
}

.service-two-item .ser-img {
  position: absolute;
  top: -20%;
  right: 10%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  z-index: 3;
  transform: rotateX(180deg);
  transform-origin: bottom;
}

@media (max-width: 1199px) {
  .service-two-item .ser-img {
    display: none;
  }
}

@media (max-width: 1199px) {
  .service-two-item {
    flex-direction: column;
    align-items: baseline;
  }
}

.service-two-item .icon .service-icon {
  height: 90px;
  width: 90px;
  background: var(--theme);
  border-radius: 50%;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
}

.service-two-item .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.service-two-item .info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-right: 2rem;
  overflow: hidden;
}

.service-two-item .info h3 {
  color: var(--white);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transform: translateY(100%);
}

@media (max-width: 1199px) {
  .service-two-item .info h3 {
    transform: translateY(0);
  }
}

.service-two-item .info p.desc {
  max-width: 55%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transform: translateY(100%);
  opacity: 0;
}

@media (max-width: 1199px) {
  .service-two-item .info p.desc {
    max-width: 85%;
    transform: translateY(0);
    opacity: 1;
  }
}

.service-two-item:hover .arrow svg path {
  stroke: var(--theme);
}

.service-two-item:hover .info h3 {
  color: var(--theme);
  transform: translateY(0);
}

.service-two-item.active .info .desc {
  transform: translateY(0);
  opacity: 1;
}

.service-two-item.active .ser-img {
  transform: rotateY(0deg);
  opacity: 1;
}

.service-two-item.active .info h3 {
  transform: translateY(0);
}

.service-two-bottom {
  color: var(--white);
  text-align: center;
}

.service-two-bottom a {
  color: var(--theme);
  margin-left: 1rem;
}

.ta-case-study-two-item {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.ta-case-study-two-item .text-grp {
  position: absolute;
  padding: 30px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(1000px) scale(0.5);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  opacity: 0;
  z-index: 5;
}

.ta-case-study-two-item .text-grp p,
.ta-case-study-two-item .text-grp h3 {
  color: var(--white);
}

.ta-case-study-two-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(from #001837 r g b/1%), rgb(from #001837 r g b/90%));
  z-index: 2;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.ta-case-study-two-item:hover .text-grp {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.ta-case-study-two-item:hover::before {
  transform: translateY(0);
}

.ta-fac-fact-header-two {
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.ta-fac-fact-header-two::before {
  position: absolute;
  content: "";
  width: 45%;
  height: 1px;
  top: 50%;
  left: 0;
  background: var(--border);
  transform: translate(0, -50%);
}

@media (max-width: 1399px) {
  .ta-fac-fact-header-two::before {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .ta-fac-fact-header-two::before {
    width: 30%;
  }
}

.ta-fac-fact-header-two::after {
  position: absolute;
  content: "";
  width: 45%;
  height: 1px;
  top: 50%;
  right: 0;
  background: var(--border);
  transform: translate(0, -50%);
}

@media (max-width: 1399px) {
  .ta-fac-fact-header-two::after {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .ta-fac-fact-header-two::after {
    width: 30%;
  }
}

.ta-fac-fact-two-wrapper {
  border-radius: 20px;
}

.ta-fac-fact-two-wrapper .count-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ta-fac-fact-two-wrapper .count {
  display: flex;
  justify-content: start;
  align-items: end;
}

.ta-fac-fact-two-wrapper .count .suffix,
.ta-fac-fact-two-wrapper .count .header-xxl span span {
  font-size: 50px;
  line-height: 60px;
  font-family: var(--header-font);
  font-weight: 900;
  color: var(--header);
}

@media (max-width: 991px) {
  .ta-fac-fact-two-wrapper {
    padding: 20px;
  }
}

.ta-choose-header-two .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.ta-choose-header-two .icon-box .icon {
  min-width: 44px;
  min-height: 44px;
  background: var(--theme);
  border-radius: 50%;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.ta-choose-header-two .icon-box .icon:hover {
  background: var(--header);
  color: var(--white);
}

.ta-choose-header-two .icon-box .icon {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  min-width: 80px;
}

.ta-choose-two-img {
  position: relative;
}

.ta-choose-two-img .card-box {
  min-width: 160px;
  min-height: 160px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  background: rgb(from #001837 r g b/50%);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 20px;
}

.ta-choose-two-img .card-box .cricle-shape {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
}

.ta-choose-two-img .card-box .cricle-shape .shape-img {
  animation: spinner 10s linear infinite;
}

.ta-choose-two-img .card-box .cricle-shape .logo-img {
  position: absolute;
}

.ta-testimonial-two {
  background: var(--header);
  border-radius: 20px;
  margin: 0px 15px;
}

.testimonialTwoSlider .swiper-slide-active {
  border-right: 1px solid rgb(from #fff r g b/10%);
}

@media (max-width: 991px) {
  .testimonialTwoSlider .swiper-slide-active {
    border-right: none;
  }
}

.testi-two-item {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 80px;
}

@media (max-width: 991px) {
  .testi-two-item {
    padding: 0 55px;
  }
}

@media (max-width: 767px) {
  .testi-two-item {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .testi-two-item {
    padding: 0 30px;
  }
}

.testi-two-item .rating {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.testi-two-item .rating .icon {
  color: orange;
}

.testi-two-item .author {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.ta-blog-grid-02 {
  position: relative;
  overflow: hidden;
}

.ta-blog-grid-02 .news-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.ta-blog-grid-02 .news-thumb .news-thumb-meta .thumb-cat {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  border-radius: 16px;
  background: var(--white);
  color: var(--header);
  box-shadow: var(--box-shadow);
  padding: 8px 18px;
}

.ta-blog-grid-02 .news-description {
  padding-top: 30px;
  border-top: transparent;
}

.ta-blog-grid-02 .news-description .news-top-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 16px;
  gap: 5px;
  position: relative;
  z-index: 1;
}

.ta-blog-grid-02 .news-description .news-top-meta .post_meta {
  margin-right: 15px;
}

.ta-blog-grid-02 .news-description .news-top-meta .post_meta .entry-comments a,
.ta-blog-grid-02 .news-description .news-top-meta .post_meta .entry-comments span,
.ta-blog-grid-02 .news-description .news-top-meta .post_meta .author-thumb a,
.ta-blog-grid-02 .news-description .news-top-meta .post_meta .author-thumb span {
  color: var(--text);
}

.ta-blog-grid-02 .news-description .news-top-meta .post_meta .entry-comments i,
.ta-blog-grid-02 .news-description .news-top-meta .post_meta .author-thumb i {
  color: var(--theme) !important;
}

.ta-blog-grid-02 .news-description .news-top-meta .post-author .author-thumb {
  display: flex;
  align-items: center;
}

.ta-blog-grid-02 .news-description .news-top-meta .post-author .author-thumb .post-author-icon {
  margin-right: 8px;
  color: var(--webex-primary-color2);
}

.ta-blog-grid-02 .news-description .news-top-meta .post-author .author-thumb .author-thumb .note {
  margin-right: 5px;
}

.ta-blog-grid-02 .news-description .post-excerpt {
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.ta-blog-grid-02 .news-description .read-more-button {
  margin-top: 15px;
  position: relative;
  z-index: 1;
  color: var(--black);
}

.ta-blog-grid-02 .news-description .read-more-button a {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: var(--black);
  font-weight: 700;
}

.ta-blog-grid-02 .news-description .read-more-button a i {
  transform: rotate(90deg);
  font-size: 16px;
  margin-left: 0.2rem;
}

.ta-partner-two {
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.ta-partner-two::before {
  position: absolute;
  content: "";
  width: 44%;
  height: 1px;
  top: 50%;
  left: 0;
  background: var(--border);
  transform: translate(0, -50%);
}

@media (max-width: 1399px) {
  .ta-partner-two::before {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .ta-partner-two::before {
    width: 30%;
  }
}

.ta-partner-two::after {
  position: absolute;
  content: "";
  width: 44%;
  height: 1px;
  top: 50%;
  right: 0;
  background: var(--border);
  transform: translate(0, -50%);
}

@media (max-width: 1399px) {
  .ta-partner-two::after {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .ta-partner-two::after {
    width: 30%;
  }
}

.ta-contact-two-wrap .feature-two li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 15px;
}

.ta-contact-two-wrap .feature-two li:last-child {
  margin-bottom: 0;
}

.ta-contact-two-wrap .feature-two li .icon {
  min-width: 44px;
  min-height: 44px;
  background: var(--theme);
  border-radius: 50%;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.ta-contact-two-wrap .feature-two li .icon:hover {
  background: var(--header);
  color: var(--white);
}

.ta-contact-two-wrap .feature-two li .text .header-sm {
  margin-right: 5px;
}

.ta-contact-two-wrap .social-icon {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ta-contact-two-wrap .social-icon ul li {
  display: inline-block;
  align-items: center;
  gap: 12px;
  margin-right: 10px;
}

.ta-contact-two-wrap .social-icon ul li:last-child {
  margin-right: 0;
}

.ta-contact-two-wrap .social-icon ul li a {
  min-width: 44px;
  min-height: 44px;
  background: var(--theme);
  border-radius: 50%;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.ta-contact-two-wrap .social-icon ul li a:hover {
  background: var(--header);
  color: var(--white);
}

.ta-contact-two-wrap .social-icon ul li a {
  background: var(--white);
  color: var(--header);
}

/*===== - index-03 =====*/
.ta-hero-three {
  overflow: hidden;
  margin: 15px 15px 0px 15px;
  margin-top: 15px;
  border-radius: 20px;
}

.ta-hero-three-left {
  padding: 100px 0 0 125px;
  padding-bottom: 30px;
}

@media (max-width: 1399px) {
  .ta-hero-three-left {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 1199px) {
  .ta-hero-three-left {
    padding: 90px;
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  .ta-hero-three-left {
    padding: 80px 40px;
  }
}

@media (max-width: 767px) {
  .ta-hero-three-left {
    padding: 60px 30px;
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .ta-hero-three-left {
    padding: 40px 20px;
    padding-left: 0;
  }
}

.ta-hero-three-left .sub-title {
  border: 1px solid rgb(from #fff r g b/10%);
}

.ta-hero-three-left .header-xxl {
  font-size: 80px;
  line-height: 90px;
}

@media (max-width: 991px) {
  .ta-hero-three-left .header-xxl {
    font-size: 58px;
    line-height: 66px;
  }
}

@media (max-width: 767px) {
  .ta-hero-three-left .header-xxl {
    line-height: 52px;
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .ta-hero-three-left .header-xxl {
    line-height: 42px;
    font-size: 36px;
  }
}

.ta-hero-three-left .img-btn-grp {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  justify-content: start;
}

@media (max-width: 575px) {
  .ta-hero-three-left .img-btn-grp {
    flex-direction: column;
    align-items: baseline;
  }
}

.ta-hero-three-left .img-btn-grp .img-grp {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

@media (max-width: 575px) {
  .ta-hero-three-left .img-btn-grp .img-grp {
    flex-direction: column;
    align-items: baseline;
    margin-top: 20px;
  }
}

.ta-hero-three-bottom {
  padding-bottom: 60px;
  padding-left: 125px;
}

@media (max-width: 1399px) {
  .ta-hero-three-bottom {
    padding-bottom: 30px;
  }
}

@media (max-width: 1399px) {
  .ta-hero-three-bottom {
    padding-left: 80px;
  }
}

@media (max-width: 1199px) {
  .ta-hero-three-bottom {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .ta-hero-three-bottom {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .ta-hero-three-bottom {
    padding-left: 0;
  }
}

.ta-hero-three-bottom .count-wrapper {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.ta-hero-three-bottom .count {
  display: flex;
  justify-content: start;
  align-items: end;
}

.ta-hero-three-bottom .count .suffix,
.ta-hero-three-bottom .count .header-xxl span span {
  color: var(--white);
  font-size: 50px;
  line-height: 60px;
  font-family: var(--header-font);
  font-weight: 900;
}

.ta-hero-three-img {
  position: relative;
  transform: translateX(30px);
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
}

.ta-hero-three-img .play-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ta-hero-three-img .play-icon a {
  min-width: 44px;
  min-height: 44px;
  background: var(--theme);
  border-radius: 50%;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.ta-hero-three-img .play-icon a:hover {
  background: var(--header);
  color: var(--white);
}

.ta-hero-three-img .play-icon a {
  min-width: 120px;
  min-height: 120px;
}

.ta-hero-three-img .play-icon a i {
  font-size: 60px;
}

.ta-partner-three .container-fluid {
  padding: 0;
}

.ta-partner-three .ta-partner-three-wrap {
  border-bottom: 1px solid var(--border);
}

.ta-partner-three .ta-partner-three-wrap .partner {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
  border-right: 1px solid var(--border);
  border-left: 1px solid var(--border);
}

@media (max-width: 991px) {
  .ta-partner-three .ta-partner-three-wrap .partner {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .ta-partner-three .ta-partner-three-wrap .partner {
    padding: 30px;
  }
}

.ta-feature-one-item.three {
  background: transparent !important;
  padding-bottom: 0 !important;
}

.ta-about-three-wrap {
  border-radius: 20px;
}

@media (max-width: 1399px) {
  .ta-about-three-wrap {
    padding: 80px;
  }
}

@media (max-width: 991px) {
  .ta-about-three-wrap {
    padding: 60px;
  }
}

@media (max-width: 767px) {
  .ta-about-three-wrap {
    padding: 40px;
  }
}

.ta-about-list {
  margin: 20px 0px;
}

.ta-about-list li {
  background: var(--transparent);
  border-radius: 6px;
  padding: 7px 19px;
  display: inline-block;
  margin-right: 1rem;
  color: var(--header);
}

@media (max-width: 1399px) {
  .ta-about-list li {
    margin-bottom: 10px;
  }
}

.ta-about-list li:last-child {
  margin-right: 0;
}

.ta-about-list li:hover {
  background: var(--theme);
  color: var(--white);
}

.ta-about-list li.active {
  background: var(--theme);
  color: var(--white);
}

.ta-about-content {
  display: flex;
  gap: 15px;
  align-items: center;
}

@media (max-width: 767px) {
  .ta-about-content {
    flex-direction: column;
    align-items: start;
  }
}

.ta-about-content .feature li {
  margin-bottom: 1rem;
  color: var(--header);
}

@media (max-width: 767px) {
  .ta-about-content .feature li {
    margin-bottom: 0.5rem;
  }
}

.ta-about-content .feature li i {
  color: var(--theme);
}

.ta-about-content .feature li:last-child {
  margin-bottom: 0;
}

.about-three-icons .icon-item {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}

.about-three-icons .icon-item .icon {
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
  background: var(--theme);
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
}

.ta-case-three {
  overflow: hidden;
  margin: 15px 15px 0px 15px;
  margin-top: 15px;
  border-radius: 20px;
}

.ta-case-three p.sub-title {
  border: 1px solid rgb(from #fff r g b/10%);
}

.caseStudySliderThree .ta-case-study-three-item {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.caseStudySliderThree .ta-case-study-three-item .text-grp {
  position: absolute;
  padding: 30px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(1000px) scale(0.5);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  opacity: 0;
  z-index: 5;
}

.caseStudySliderThree .ta-case-study-three-item .text-grp p,
.caseStudySliderThree .ta-case-study-three-item .text-grp h3 {
  color: var(--white);
}

.caseStudySliderThree .ta-case-study-three-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(from #001837 r g b/1%), rgb(from #001837 r g b/90%));
  z-index: 2;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.caseStudySliderThree .swiper-slide.swiper-slide-active .ta-case-study-three-item .text-grp {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.caseStudySliderThree .swiper-slide.swiper-slide-active .ta-case-study-three-item::before {
  transform: translateY(0);
}

.ta-service-list-three li {
  padding: 25px 27px;
  border: 1px solid var(--border);
  border-radius: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ta-service-list-three li .text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.ta-service-list-three li .text span {
  text-transform: uppercase;
}

.ta-service-list-three li .text h3 {
  text-transform: capitalize;
}

.ta-service-list-three li:last-child {
  margin-bottom: 0;
}

.ta-service-list-three li.active {
  background: var(--white);
}

.ta-service-list-three li.active .arrow svg path {
  stroke: var(--theme);
}

.service-three-content {
  display: flex;
  gap: 15px;
  align-items: center;
}

@media (max-width: 767px) {
  .service-three-content {
    flex-direction: column;
    align-items: start;
  }
}

.service-three-content .feature li {
  margin-bottom: 1rem;
  color: var(--header);
}

@media (max-width: 767px) {
  .service-three-content .feature li {
    margin-bottom: 0.5rem;
  }
}

.service-three-content .feature li i {
  color: var(--theme);
}

.service-three-content .feature li:last-child {
  margin-bottom: 0;
}

.service-three-shape {
  position: absolute;
  bottom: 25px;
  right: 25px;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
}

.service-three-shape .shape-img {
  animation: spinner 10s linear infinite;
}

.service-three-shape .logo-img {
  position: absolute;
}

.center-sub-main-header.ta-process-three .sub-title {
  border: 1px solid var(--border);
}

.process-item-three {
  border-right: 1px solid var(--border);
  padding: 0px 30px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
  .process-item-three {
    border: none;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .process-item-three {
    border: none;
    padding: 15px 0px;
  }
}

.process-item-three .icon-box {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}

.process-item-three .icon-box .icon {
  min-width: 90px;
  min-height: 90px;
  background: var(--theme);
  border-radius: 6px;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
}

.process-item-three .icon-box .icon img {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.process-item-three .icon-box span {
  text-transform: uppercase;
}

.process-item-three .text {
  margin-top: 2rem;
}

.process-item-three .text h3 {
  margin-bottom: 0.5rem !important;
}

.process-item-three:hover {
  transform: translateY(5px);
}

.process-item-three:hover .icon-box .icon img {
  transform: rotateY(180deg) scale(1.1);
}

.process-item-three:hover .arrow svg path {
  stroke: var(--header);
}

.ta-testimonial-three {
  background: var(--header);
  border-radius: 20px;
  margin: 0px 15px;
}

.center-sub-main-header.ta-testi-header-three .sub-title {
  border: 1px solid rgb(from #fff r g b/10%);
}

.testi-three-item {
  background: rgb(from #fff r g b/10%);
  border-radius: 20px;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  gap: 2.5rem;
  padding: 40px;
}

@media (max-width: 991px) {
  .testi-three-item {
    padding: 25px;
    gap: 1rem;
  }
}

@media (max-width: 575px) {
  .testi-three-item {
    flex-direction: column;
  }
}

.testi-three-item .content {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.testi-three-item .content .rating {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  align-items: baseline;
  justify-content: start;
  gap: 1rem;
}

.testi-three-item .content .rating .icon {
  color: orange;
}

.center-sub-main-header.ta-team-three .sub-title {
  border: 1px solid var(--border);
}

.team-three-item {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  padding: 12px;
  border-radius: 12px;
  height: 100%;
  box-shadow: 0 12px 30px rgba(2, 94, 135, 0.1);
  border: 1px solid rgba(0, 168, 89, 0.12);
}

.team-three-item .main-image {
  position: relative;
  margin-bottom: 20px;
}

.team-three-item .main-image img {
  width: 100%;
  height: 230px;
  object-fit: contain;
}

.team-three-item .main-image ul.icons {
  position: absolute;
  top: 20%;
  right: 10px;
  z-index: 99999999;
}

.team-three-item .main-image ul.icons li {
  margin-bottom: 7px;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.4s ease;
}

.team-three-item .main-image ul.icons li:last-child {
  margin-bottom: 0;
}

.team-three-item .main-image ul.icons li a {
  min-width: 44px;
  min-height: 44px;
  background: var(--theme);
  border-radius: 50%;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.team-three-item .main-image ul.icons li a:hover {
  background: var(--header);
  color: var(--white);
}

.team-three-item .main-image ul.icons li a {
  max-width: 36px;
  max-height: 36px;
  background: var(--white);
}

.team-three-item .main-image ul.icons li a i {
  color: var(--header);
}

.team-three-item .main-image ul.icons li a:hover {
  background: var(--theme);
}

.team-three-item .main-image ul.icons li a:hover i {
  color: var(--white);
}

.team-three-item .main-image:hover ul.icons li {
  transform: translateY(0);
  opacity: 1;
}

.team-three-item .main-image:hover ul.icons li:nth-child(1) {
  transition-delay: 0.1s;
}

.team-three-item .main-image:hover ul.icons li:nth-child(2) {
  transition-delay: 0.2s;
}

.team-three-item .main-image:hover ul.icons li:nth-child(3) {
  transition-delay: 0.3s;
}

.team-three-item .main-image:hover ul.icons li:nth-child(4) {
  transition-delay: 0.4s;
}

.team-three-item .main-image:hover ul.icons li:nth-child(5) {
  transition-delay: 0.5s;
}

.team-three-item .main-image:hover ul.icons li:nth-child(6) {
  transition-delay: 0.6s;
}

.team-three-item .info {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.team-three-item .info h2 {
  font-size: 18px;
  color: var(--header);
  font-weight: 600;
  line-height: normal;
  padding-bottom: 5px;
}

.team-three-item .info span {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.contact-three-hr {
  margin: 40px 0;
}

.contact-three-icons .icon-item {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.contact-three-icons .icon-item:last-child {
  margin-bottom: 0;
}

.contact-three-icons .icon-item .icon {
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
  background: var(--theme);
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
}

.contact-three-icons .icon-item .text h3 {
  margin-bottom: 0.5rem;
}

.ta-blog-three {
  overflow: hidden;
  margin: 15px 15px 0px 15px;
  margin-top: 15px;
  border-radius: 20px;
}

.ta-blog-three p.sub-title {
  border: 1px solid rgb(from #fff r g b/10%);
}

.ta-blog-grid-03 {
  position: relative;
  overflow: hidden;
}

.ta-blog-grid-03 .news-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.ta-blog-grid-03 .news-thumb .news-thumb-meta .thumb-cat {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  border-radius: 16px;
  background: var(--white);
  color: var(--header);
  box-shadow: var(--box-shadow);
  padding: 8px 18px;
}

.ta-blog-grid-03 .news-description {
  padding-top: 30px;
  border-top: transparent;
}

.ta-blog-grid-03 .news-description .news-top-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 16px;
  gap: 5px;
  position: relative;
  z-index: 1;
}

.ta-blog-grid-03 .news-description .news-top-meta .post_meta {
  margin-right: 15px;
}

.ta-blog-grid-03 .news-description .news-top-meta .post_meta .entry-comments a,
.ta-blog-grid-03 .news-description .news-top-meta .post_meta .entry-comments span,
.ta-blog-grid-03 .news-description .news-top-meta .post_meta .author-thumb a,
.ta-blog-grid-03 .news-description .news-top-meta .post_meta .author-thumb span {
  color: var(--white);
}

.ta-blog-grid-03 .news-description .news-top-meta .post_meta .entry-comments i,
.ta-blog-grid-03 .news-description .news-top-meta .post_meta .author-thumb i {
  color: var(--white) !important;
}

.ta-blog-grid-03 .news-description .news-top-meta .post-author .author-thumb {
  display: flex;
  align-items: center;
}

.ta-blog-grid-03 .news-description .news-top-meta .post-author .author-thumb .post-author-icon {
  margin-right: 8px;
  color: var(--webex-primary-color2);
}

.ta-blog-grid-03 .news-description .news-top-meta .post-author .author-thumb .author-thumb .note {
  margin-right: 5px;
}

.ta-blog-grid-03 .news-description .header-md a {
  color: var(--white);
}

.ta-blog-grid-03 .news-description .read-more-button {
  margin-top: 15px;
  position: relative;
  z-index: 1;
  color: var(--white);
}

.ta-blog-grid-03 .news-description .read-more-button a {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: var(--white);
  font-weight: 700;
}

.ta-blog-grid-03 .news-description .read-more-button a i {
  transform: rotate(90deg);
  font-size: 16px;
  margin-left: 0.2rem;
}

.ta-accordion-three-left {
  position: relative;
}

.ta-accordion-three-left .shape {
  position: absolute;
  bottom: -50%;
  right: 20%;
  animation: spinner 10s linear infinite;
}

.ta-fac-fact-two-wrapper {
  border-radius: 20px;
}

.ta-fac-fact-two-wrapper .count-wrapper {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}

.ta-fac-fact-two-wrapper .count {
  display: flex;
  justify-content: start;
  align-items: end;
}

.ta-fac-fact-two-wrapper .count .suffix,
.ta-fac-fact-two-wrapper .count .header-xxl span span {
  font-size: 50px;
  line-height: 60px;
  font-family: var(--header-font);
  font-weight: 900;
  color: var(--header);
}

@media (max-width: 991px) {
  .ta-fac-fact-two-wrapper {
    padding: 20px;
  }
}

/* ===== - blog-grid =====*/
.ta-blog-grid-01 {
  position: relative;
  overflow: hidden;
  padding: 16px 14px;
  background: #fff;
  border-radius: 16px;

}

.ta-blog-grid-01 .news-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.ta-blog-grid-01 .news-thumb .news-thumb-meta {
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: 1;
  border-radius: 10px;
  background: var(--white);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0;
  padding: 10px 14px;
  line-height: normal;
}

.ta-blog-grid-01 .news-thumb .news-thumb-meta .thumb-date {
  font-weight: 900;
  margin-bottom: -6px;
}

.ta-blog-grid-01 .news-thumb .news-thumb-meta span {
  text-align: center;
  color: var(--header);
  font-weight: 600;
}

.ta-blog-grid-01 .news-description {
  padding-top: 18px;
  border-top: transparent;
}

.ta-blog-grid-01 .news-description .news-top-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 16px;
  gap: 5px;
  position: relative;
  z-index: 1;
}

.ta-blog-grid-01 .news-description .news-top-meta .post_meta {
  margin-right: 15px;
}

.ta-blog-grid-01 .news-description .news-top-meta .post_meta .entry-comments a,
.ta-blog-grid-01 .news-description .news-top-meta .post_meta .entry-comments span,
.ta-blog-grid-01 .news-description .news-top-meta .post_meta .author-thumb a,
.ta-blog-grid-01 .news-description .news-top-meta .post_meta .author-thumb span {
  color: var(--text);
}

.ta-blog-grid-01 .news-description .news-top-meta .post_meta .entry-comments i,
.ta-blog-grid-01 .news-description .news-top-meta .post_meta .author-thumb i {
  color: var(--theme) !important;
}

.ta-blog-grid-01 .news-description .news-top-meta .post-author .author-thumb {
  display: flex;
  align-items: center;
}

.ta-blog-grid-01 .news-description .news-top-meta .post-author .author-thumb .post-author-icon {
  margin-right: 8px;
  color: var(--webex-primary-color2);
}

.ta-blog-grid-01 .news-description .news-top-meta .post-author .author-thumb .author-thumb .note {
  margin-right: 5px;
}

.ta-blog-grid-01 .news-description .post-excerpt {
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

.ta-blog-grid-01 .news-description .read-more-button {
  margin-top: 12px;
  position: relative;
  z-index: 1;
  color: var(--black);
}

.ta-blog-grid-01 .news-description .read-more-button a {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: var(--black);
  font-weight: 700;
}

.ta-blog-grid-01 .news-description .read-more-button a i {
  transform: rotate(180deg);
  font-size: 16px;
  margin-left: 0.2rem;
}

/* ===== - blog-standard =====*/
.ta-blog-standard {
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e9e9e9;
}

.ta-blog-standard .blog-thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

/*===== pagination ======*/
.pagination-wrapper {
  text-align: center;
  margin-top: 76px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin: 40px 0;
    display: flex;
    --webkit-display: flex;
    align-items: center;
    justify-content: center;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 56px;
  height: 56px;
  line-height: 50px;
  font-size: 16px;
  font-size: calc-rem-value(16);
  font-weight: 600;
  color: var(--header);
  background: #F5F5F7;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: calc-rem-value(15);
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: var(--theme);
  border-color: var(--border);
  color: var(--white);
}

.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: calc-rem-value(15);
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/*===== - blog-single =====*/
.ta-blog-inner .blog-thumb {
  border-radius: 20px;
}

.ta-blog-inner .blog-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.ta-blog-inner .meta-infos {
  display: flex;
  --webkit-display: flex;
  gap: 30px;
  margin-bottom: 15px;
}

.ta-blog-inner .meta-infos .date i,
.ta-blog-inner .meta-infos .author i,
.ta-blog-inner .meta-infos .comment i {
  color: var(--theme);
  margin-right: 5px;
}

@media (min-width: 1200px) {
  .ta-blog-inner .title {
    margin-right: 100px;
  }
}

.ta-blog-inner blockquote {
  padding: 30px;
  background: var(--white);
  border-radius: 5px;
  border-left: 5px solid var(--theme);
  display: flex;
  --webkit-display: flex;
  flex-direction: column;
  gap: 10px;
}

.ta-blog-inner blockquote p {
  color: var(--header);
}

.ta-blog-inner blockquote span {
  line-height: 30px;
  font-weight: 600;
  font-size: 19px;
  color: var(--theme);
}

.ta-blog-inner ul.feature {
  display: flex;
  --webkit-display: flex;
  gap: 15px;
  flex-direction: column;
}

.ta-blog-inner ul.feature li i {
  color: var(--theme);
  margin-right: 15px;
}

.ta-blog-inner .divider {
  border: none;
  border-top: 1px solid var(--border);
}

.ta-blog-single-tags,
.ta-blog-single-share {
  display: flex;
  --webkit-display: flex;
  gap: 14px;
  flex-direction: column;
}

.ta-blog-single-share .icon {
  display: flex;
  --webkit-display: flex;
  gap: 8px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .ta-blog-single-share .icon {
    justify-content: flex-start;
  }
}

.ta-blog-single-share .icon a i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--theme);
  color: var(--white);
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.ta-blog-single-share .icon a i:hover {
  background: var(--header);
}

.ta-blog-single-tags .items li {
  position: relative;
  margin-right: 20px;
  display: inline-block;
}

.ta-blog-single-tags .items li::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -15px;
  width: 5px;
  height: 5px;
  background: var(--text);
  border-radius: 50%;
  z-index: -1;
}

.ta-blog-single-tags .items li:last-child::before {
  display: none;
}

.ta-blog-single-comment-form .header {
  margin-bottom: 41px;
}

@media (max-width: 991px) {
  .ta-blog-single-comment-form .header {
    margin-bottom: 30px;
  }
}

.ta-blog-single-comment-form .comment-form button {
  padding: 20px 40px;
  border: none;
  font-family: var(--header);
  border-radius: 5px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--white);
  background: var(--theme);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.ta-blog-single-comment-form .comment-form button:hover {
  background: var(--header);
}

/* ===== - 404 =====*/
.ta-404 {
  position: relative;
  background: var(--theme-2);
  border-radius: 30px;
  margin: 0px 30px 0px 30px;
}

@media (max-width: 1199px) {
  .ta-404 {
    margin: 15px;
  }
}

.ta-404-content {
  display: flex;
  --webkit-display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.ta-404-content h1 {
  font-size: 190px;
  color: var(--header);
  font-weight: 900;
  font-family: var(--header-font);
  line-height: 140px;
  text-align: center;
  font-weight: bold;
}

.ta-404-content h1 span {
  color: var(--theme);
}

@media (max-width: 991px) {
  .ta-404-content h1 {
    font-size: 62px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .ta-404-content h1 {
    font-size: 38px;
    line-height: 30px;
  }
}

.ta-404-content h2 {
  font-size: 57px;
  color: var(--header);
  font-weight: 900;
  font-family: var(--header-font);
  line-height: 63px;
  text-align: center;
}

@media (max-width: 991px) {
  .ta-404-content h2 {
    font-size: 46px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .ta-404-content h2 {
    font-size: 28px;
    line-height: 30px;
  }
}

/*===== - service =====*/
.ta-service-four-item {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  gap: 1.5rem;
  flex-direction: column;
  background: var(--white);
  border-radius: 20px;
  padding: 40px 30px;
  align-items: unset;
}

@media (max-width: 767px) {
  .ta-service-four-item {
    padding: 30px 20px;
  }
}

.ta-service-four-item .icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ta-service-four-item .icon .img {
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  background: var(--transparent);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.ta-service-four-item .icon .img img {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.ta-service-four-item:hover {
  transform: translateY(5px);
}

.ta-service-four-item:hover .icon .img img {
  transform: rotateY(180deg) scale(1.1);
}

.ta-service-four-item:hover .arrow svg path {
  stroke: var(--theme);
}

.ta-service-four-item:hover .ser-btn i {
  transform: rotate(0);
  transition: 0.1s all ease;
  font-size: 17px;
}

.ta-service-four-item .ser-btn {
  font-weight: 600;
  text-align: left;
}

.ta-service-four-item .ser-btn i {
  margin-left: 5px;
  transform: rotate(-30deg);
}

/*===== - testimonial =====*/
.testi-one-item {
  background: var(--white);
  border-radius: 20px;
  padding: 56px 30px;
  display: flex;
  gap: 1.5rem;
}

@media (max-width: 499px) {
  .testi-one-item {
    flex-direction: column;
  }
}

.testi-one-item .testi-img {
  position: relative;
}

.testi-one-item .testi-img img {
  min-height: 120px;
  min-width: 120px;
}

.testi-one-item .testi-img i {
  position: absolute;
  left: 50%;
  top: 33%;
  transform: translate(-50%, 50%);
  font-size: 50px;
  z-index: 2;
}

@media (max-width: 767px) {
  .testi-one-item .testi-img i {
    display: none;
  }
}

.testi-one-item .testi-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.testi-one-item .testi-content .rating i {
  color: orange;
}

/*===== - project =====*/
.ta-project-page-item {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.ta-project-page-item .text-grp {
  position: absolute;
  padding: 30px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(1000px) scale(0.5);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  opacity: 0;
  z-index: 5;
}

.ta-project-page-item .text-grp p,
.ta-project-page-item .text-grp h3 {
  color: var(--white);
}

.ta-project-page-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(from #001837 r g b/1%), rgb(from #001837 r g b/90%));
  z-index: 2;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.ta-project-page-item:hover .text-grp {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.ta-project-page-item:hover::before {
  transform: translateY(0);
}

/*===== - appointment =====*/
.ta-appointment-img {
  position: relative;
}

.ta-appointment-img .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ta-appointment-img .play-icon a {
  min-width: 44px;
  min-height: 44px;
  background: var(--theme);
  border-radius: 50%;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.ta-appointment-img .play-icon a:hover {
  background: var(--header);
  color: var(--white);
}

.ta-appointment-img .play-icon a {
  min-height: 58px;
  min-width: 58px;
}

.contact-page-one {
  background: var(--white);
  border-radius: 20px;
  padding: 40px;
}

@media (max-width: 1399px) {
  .contact-page-one {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .contact-page-one {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .contact-page-one {
    padding: 15px;
  }
}

.contact-page-one input[type=text],
.contact-page-one input[type=email],
.contact-page-one input[type=date],
.contact-page-one select,
.contact-page-one option,
.contact-page-one textarea {
  background: var(--body);
  color: var(--header);
}

.contact-page-one input[type=text]::-moz-placeholder,
.contact-page-one input[type=email]::-moz-placeholder,
.contact-page-one input[type=date]::-moz-placeholder,
.contact-page-one select::-moz-placeholder,
.contact-page-one option::-moz-placeholder,
.contact-page-one textarea::-moz-placeholder {
  color: var(--text);
}

.contact-page-one input[type=text]::placeholder,
.contact-page-one input[type=email]::placeholder,
.contact-page-one input[type=date]::placeholder,
.contact-page-one select::placeholder,
.contact-page-one option::placeholder,
.contact-page-one textarea::placeholder {
  color: var(--text);
}

/*===== - contact =====*/
.contact-info-item {
  background: linear-gradient(135deg, #025e87, #00a859);
  padding: 20px;
  border-radius: 20px;
  display: flex;
  gap: 1rem;
  align-items: center;
  position: relative;
}

@media (max-width: 575px) {
  .contact-info-item {
    padding: 20px;
  }
}

.contact-info-item .icon {
  min-width: 44px;
  min-height: 44px;
  background: var(--theme);
  border-radius: 50%;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.contact-info-item .icon:hover {
  background: var(--header);
  color: var(--white);
}

.contact-info-item .icon {
  min-height: 68px;
  min-width: 68px;
  border-radius: 10px;
}

.contact-info-item .icon i {
  font-size: 28px;
}

.contact-info-item .content {
  display: flex;
  flex-direction: column;
}

.contact-info-item .shape {
  position: absolute;
  top: 30%;
  right: 0%;
  transform: translateX(-50%);
}

.contact-info-item .shape i {
  font-size: 65px;
  color: rgb(from #fff r g b/10%);
}

.ta-appointment-img {
  position: relative;
}

.ta-appointment-img .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ta-appointment-img .play-icon a {
  min-width: 44px;
  min-height: 44px;
  background: var(--theme);
  border-radius: 50%;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.ta-appointment-img .play-icon a:hover {
  background: var(--header);
  color: var(--white);
}

.ta-appointment-img .play-icon a {
  min-height: 58px;
  min-width: 58px;
}

.contact-page-one {
  background: var(--white);
  border-radius: 20px;
  padding: 40px;
}

@media (max-width: 1399px) {
  .contact-page-one {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .contact-page-one {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .contact-page-one {
    padding: 15px;
  }
}

.contact-page-one input[type=text],
.contact-page-one input[type=email],
.contact-page-one input[type=date],
.contact-page-one select,
.contact-page-one option,
.contact-page-one textarea {
  background: var(--body);
  color: var(--header);
}

.contact-page-one input[type=text]::-moz-placeholder,
.contact-page-one input[type=email]::-moz-placeholder,
.contact-page-one input[type=date]::-moz-placeholder,
.contact-page-one select::-moz-placeholder,
.contact-page-one option::-moz-placeholder,
.contact-page-one textarea::-moz-placeholder {
  color: var(--text);
}

.contact-page-one input[type=text]::placeholder,
.contact-page-one input[type=email]::placeholder,
.contact-page-one input[type=date]::placeholder,
.contact-page-one select::placeholder,
.contact-page-one option::placeholder,
.contact-page-one textarea::placeholder {
  color: var(--text);
}

.ta-map-one-wrap iframe {
  width: 100%;
  border-radius: 20px;
}

/* ===== - service-details =====*/
.service-single-thumb {
  position: relative;
}

.service-single-thumb .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 44px;
  min-height: 44px;
  background: var(--theme);
  border-radius: 50%;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.service-single-thumb .icon:hover {
  background: var(--header);
  color: var(--white);
}

.service-single-thumb .icon {
  min-height: 80px;
  min-width: 80px;
}

.service-single-thumb .icon i {
  font-size: 30px;
}

.ser-single-feaure li {
  color: var(--header);
  font-weight: 600;
  margin-bottom: 16px;
}

.ser-single-feaure li:last-child {
  margin-bottom: 0;
}

.ser-single-feaure li i {
  color: var(--theme);
  margin-right: 6px;
  font-size: 19px;
}

.ser-single-form {
  padding: 30px;
}

.ser-single-form input,
.ser-single-form textarea {
  background: var(--body);
}

.ser-single-open-hours {
  padding: 30px;
}

.ser-single-open-hours li {
  margin-bottom: 16px;
}

.ser-single-open-hours li:last-child {
  margin-bottom: 0;
}

.ser-single-open-hours li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ser-single-open-hours li .date {
  font-weight: 600;
  color: var(--header);
}

/* ===== - project-details =====*/
.service-project-thumb {
  position: relative;
}

.service-project-thumb .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 44px;
  min-height: 44px;
  background: var(--theme);
  border-radius: 50%;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.service-project-thumb .icon:hover {
  background: var(--header);
  color: var(--white);
}

.service-project-thumb .icon {
  min-height: 80px;
  min-width: 80px;
}

.service-project-thumb .icon i {
  font-size: 30px;
}

.ser-single-feaure li {
  color: var(--header);
  font-weight: 600;
  margin-bottom: 16px;
}

.ser-single-feaure li:last-child {
  margin-bottom: 0;
}

.ser-single-feaure li i {
  color: var(--theme);
  margin-right: 6px;
  font-size: 19px;
}

.ser-single-form {
  padding: 30px;
}

.ser-single-form input,
.ser-single-form textarea {
  background: var(--body);
}

.ser-single-project-info {
  padding: 30px;
}

.ser-single-project-info li {
  margin-bottom: 16px;
}

.ser-single-project-info li:last-child {
  margin-bottom: 0;
}

.ser-single-project-info li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ser-single-project-info li .date {
  font-weight: 600;
  color: var(--header);
}

.ser-single-project-info li i {
  color: orange;
}

.ser-single-open-hours {
  padding: 30px;
}

.ser-single-open-hours li {
  margin-bottom: 16px;
}

.ser-single-open-hours li:last-child {
  margin-bottom: 0;
}

.ser-single-open-hours li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ser-single-open-hours li .date {
  font-weight: 600;
  color: var(--header);
}

/*===== - team-deails ======*/
.ser-team-info {
  max-width: 450px;
  padding: 30px 0;
}

.ser-team-info li {
  margin-bottom: 16px;
}

.ser-team-info li:last-child {
  margin-bottom: 0;
}

.ser-team-info li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ser-team-info li .info {
  font-weight: 700;
  color: var(--header);
}

.team-single-social-icon {
  display: flex;
  gap: 10px;
}

.team-single-social-icon li a {
  min-width: 44px;
  min-height: 44px;
  background: var(--theme);
  border-radius: 50%;
  display: flex;
  --webkit-display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.team-single-social-icon li a:hover {
  background: var(--header);
  color: var(--white);
}

.team-single-social-icon li a {
  min-width: 48px;
  min-height: 48px;
}

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

.site-logo img {
  width: 203px;
  height: auto;
}


.contact-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 30px;
}

.contact-highlights .item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border-radius: 10px;
  background: #f8f8f8;
}

.contact-highlights .item i {
  font-size: 20px;
  color: #025e87;
}

.medical-journey {
  background: linear-gradient(135deg, #eef9ff, #ffffff);

}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.journey-card {
  position: relative;
  background: #ffffff;
  padding: 45px 12px 20px;
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(0, 102, 153, 0.12);
  transition: all 0.35s ease;
  overflow: hidden;
}

.journey-card:hover::before {
  opacity: 1;
}

.journey-card:hover {
  transform: translateY(-12px);
}

.journey-card * {
  position: relative;
  z-index: 1;
}

.step-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #e8f9fb;
  color: #00a859;
  font-weight: 700;
  padding: 8px 13px;
  border-radius: 50px;
  font-size: 14px;
}

.journey-card .icon {
  width: 66px;
  height: 66px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #025e87, #00a859);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
}

.journey-card .icon i {
  color: #fff;
}

.journey-card h3 {
  font-size: 19px;
  font-weight: 700;
  color: #025e87;
  margin-bottom: 8px;
}

.journey-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #66788a;
}


/* Responsive */
@media (max-width: 1100px) {
  .journey-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {


  .journey-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}



.treatments-section {
  background: linear-gradient(135deg, #f4fbfd, #ffffff);
}


.treatment-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(2, 94, 135, 0.12);
  border: 1px solid rgba(0, 168, 89, 0.12);
  transition: 0.4s ease;
  height: 100%;
}



.treatment-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(2, 94, 135, 0.2);
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.specialty-icon {
  width: 75px;
  height: 65px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 25px rgb(70 70 70 / 25%);
}

.specialty-icon img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.specialty-icon i {
  font-size: 31px;
  color: #ffffff;
}

.saving-badge {
  background: #e9f9f0;
  color: #025e87;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 50px;
}

.category {
  color: #00a859;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.treatment-card h3 {
  font-size: 21px;
  color: #025e87;
  font-weight: 700;
  margin-bottom: 5px;
}

.card-desc {
  color: #667785;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.info-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 12px;
}

.info-row:has(> :nth-child(2):last-child) {
  grid-template-columns: repeat(2, 1fr);
}

.info-row:has(> :only-child) {
  grid-template-columns: 1fr;
}

.info-box {
  background: #f5fbfc;
  border-radius: 11px;
  padding: 9px 7px;
  border: 1px solid rgba(2, 94, 135, 0.08);
}

.info-box i {
  color: #00a859;
  font-size: 17px;
  margin-bottom: 5px;
}

.info-box span {
  display: block;
  color: #6a7c88;
  font-size: 13px;
  margin-bottom: 0px;
  display: block;
}

.info-box strong {
  color: #025e87;
  font-size: 13px;
  display: inline-block;
}

.card-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: linear-gradient(135deg, #00a859, #025e87);
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s ease;
  gap: 13px;
}

.card-btn:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 25px rgba(0, 168, 89, 0.25);
}

@media (max-width: 768px) {

  .treatment-card {
    max-width: 100%;
  }
}

.why-india-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f4fbfd, #ffffff);
}

.why-india-section::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  top: -150px;
  right: -150px;
}


.stat-box {
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(12px);
  padding: 14px 10px;
  border-radius: 16px;
  border: 1px solid rgb(0 0 0 / 15%);
  text-align: center;
  transition: .4s;
  height: 100%;
}

.stat-box:hover {
  transform: translateY(-6px);
}

.stat-icon {
  width: 52px;
  height: 55px;
  margin: 0 auto 13px;
  border-radius: 10px;
  background: linear-gradient(135deg, #00a859, #025e87);
  border: 1px solid rgba(255, 255, 255, .2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-icon i {
  font-size: 22px;
  color: #fff;
}

.stat-box h3 {
  color: #025e87;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 5px;
}

.stat-box span {
  color: #535353;
  font-size: 15px;
}



.benefit-card {
  background: #fff;
  border-radius: 20px;
  padding: 15px 12px;
  transition: .4s;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
  height: 100%;
  border: 1px solid rgb(117 117 117 / 15%);
}

.benefit-card:hover {
  transform: translateY(-8px);
}

.benefit-card .icon {
  width: 71px;
  height: 71px;
  padding: 3px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 1px 10px rgb(70 70 70 / 20%);
}

.benefit-card .icon img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.benefit-card .icon i {
  color: #fff;
  font-size: 25px;
}

.benefit-card h4 {
  color: #025e87;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
}

.benefit-card p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}


.cost-table-section {
  background: #f6fbfc;
}

.cost-table-wrapper {
  background: #ffffff;
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 20px 55px rgba(2, 94, 135, 0.14);
  overflow-x: auto;
}

.cost-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 950px;
  overflow: hidden;
  border-radius: 18px;
}

.cost-table thead {
  background: linear-gradient(135deg, #025e87, #00a859);
}

.cost-table th {
  color: #ffffff;
  padding: 20px 18px;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.cost-table th small {
  display: block;
  font-size: 12px;
  opacity: 0.85;
  margin-top: 3px;
}

.cost-table tbody tr {
  border-bottom: 1px solid #e8f1f4;
  transition: 0.3s ease;
}

.cost-table tbody tr:hover {
  background: #f1fbf6;
}

.cost-table td {
  padding: 20px 18px;
  color: #4f6670;
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
}

.cost-table td:first-child {
  color: #025e87;
  font-weight: 800;
}

.cost-table td:first-child i {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, #025e87, #00a859);
  color: #ffffff;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.cost-table td small {
  display: block;
  color: #7b8f99;
  font-size: 12px;
  margin-left: 52px;
  margin-top: 3px;
}

.india-price {
  color: #00a859 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

.save-badge {
  display: inline-block;
  background: linear-gradient(135deg, #00a859, #025e87);
  color: #ffffff;
  padding: 9px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.table-note {
  text-align: center;
  margin-top: 30px;
  color: #607080;
  font-size: 17px;
}

@media (max-width: 768px) {

  .cost-table-wrapper {
    padding: 10px;
  }

  .cost-table td {
    padding: 12px 10px;
  }

  .cost-table td:first-child {
    font-weight: 700;
    display: inline-grid;
    gap: 10px;
  }

  .cost-table {
    min-width: 630px;
  }

}

.partner-hospitals-section {
  background: linear-gradient(135deg, #f4fbfd, #ffffff);
}


.hospital-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(2, 94, 135, 0.12);
  border: 1px solid rgba(0, 168, 89, 0.12);
  transition: 0.35s ease;
}

.hospital-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -90px;
  right: -90px;
  border-radius: 50%;
  background: linear-gradient(135deg, #025e87, #00a859);
  opacity: 0.12;
}

.hospital-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 65px rgba(2, 94, 135, 0.18);
}

.hospital-header {
  display: flex;
  /*align-items: center;*/
  gap: 18px;
  margin-bottom: 24px;
}

.hospital-icon {
  min-width: 72px;
  width: 72px;
  height: 72px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(2, 94, 135, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}


.hospital-header h3 {
  color: #025e87;
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 6px;
}

.hospital-header span {
  display: inline-block;
  color: #00a859;
  font-weight: 700;
  font-size: 15px;
}

.hospital-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 26px;
}

.hospital-stats div {
  background: #f6fbfc;
  border-radius: 14px;
  padding: 14px 10px;
  text-align: center;
  border: 1px solid rgba(2, 94, 135, 0.08);
}

.hospital-stats i {
  color: #00a859;
  font-size: 22px;
  margin-bottom: 8px;
}

.hospital-stats strong {
  display: block;
  color: #025e87;
  font-size: 14px;
  line-height: 1.4;
}

.hospital-card h4 {
  color: #025e87;
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 14px;
}

.specialty-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.specialty-list span {
  background: #e9f9f0;
  color: #025e87;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 50px;
}

.highlight-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.highlight-list li {
  color: #5f7078;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
  position: relative;
  padding-left: 26px;
}

.highlight-list li::before {
  content: "\f058";
  /* fa-circle-check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 17px;
  color: #025e87;
}

.hospital-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #00a859, #025e87);
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 20px;
  border-radius: 12px;
  transition: 0.3s ease;
}

.hospital-btn:hover {
  color: #ffffff;
  transform: scale(1.03);
  box-shadow: 0 12px 28px rgba(0, 168, 89, 0.25);
}

.hospital-badges {
  margin-top: 35px;
}

.badge-box {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  padding: 10px 12px;
  text-align: center;
  height: 100%;
  box-shadow: 0 12px 30px rgba(2, 94, 135, 0.1);
  border: 1px solid rgba(0, 168, 89, 0.12);
}

.badge-box i {
  display: block;
  color: #00a859;
  font-size: 30px;
  margin-bottom: 15px;
}

.badge-box span {
  color: #025e87;
  font-weight: 800;
  font-size: 17px;
}

@media (max-width: 768px) {

  .hospital-card {
    padding: 14px;
  }

  .hospital-header {
    align-items: flex-start;
  }

  .hospital-stats div {
    border-radius: 8px;
    padding: 10px 8px;
  }

  .hospital-stats strong {
    font-size: 11px;
  }

  .hospital-stats i {
    font-size: 20px;
  }

  .specialty-list span {
    background: #e9f9f0;
    color: #025e87;
    font-size: 11px;
    font-weight: 500;
    padding: 2px 7px;
    border-radius: 7px;
  }

  .badge-box span {
    color: #025e87;
    font-weight: 600;
    font-size: 15px;
  }

}


.mtts-support-section {
  background: #f8fcfd;
  position: relative;
}


.support-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.support-side {
  width: 32%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.support-card {
  background: #fff;
  padding: 16px;
  border-radius: 18px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  box-shadow: 0 10px 30px rgba(2, 94, 135, .08);
  transition: .3s;
}

.support-card:hover {
  transform: translateY(-8px);
}

.support-card i {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 12px;
  background: #f6f8ff;
  color: #025e87;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  border: 1px solid rgb(0 0 0 / 8%);
  box-shadow: 0 5px 22px rgba(2, 94, 135, 0.17);
}

.support-card h4 {
  color: #025e87;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.support-card p {
  color: #667785;
  margin: 0;
  line-height: 1.6;
}

.support-center {
  width: 300px;
  position: relative;
}

.center-circle {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: linear-gradient(135deg, #025e87, #00a859);
  padding: 12px;
  position: relative;
}

.center-circle img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}

.pulse-ring {
  position: absolute;
  inset: -15px;
  border: 2px solid rgba(0, 168, 89, .4);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.15);
    opacity: 0;
  }
}

@media(max-width:991px) {

  .support-wrapper {
    flex-direction: column;
  }

  .support-side {
    width: 100%;
  }

  .support-center {
    order: -1;
    margin-bottom: 30px;
  }

  .center-circle {
    width: 260px;
    height: 260px;
    margin: auto;
  }
}

.contact-section {
  background: linear-gradient(135deg, #025e87, #00a859);
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  top: -150px;
  right: -120px;
}

.contact-tag {
  display: inline-block;
  color: #fff;
  background: rgba(255, 255, 255, .15);
  padding: 8px 18px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
}


.contact-info-grid {
  display: grid;
  gap: 16px;
}

.contact-info-box {
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(12px);
  padding: 18px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-info-box i {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #fff;
  color: var(--theme);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.contact-info-box span {
  display: block;
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
}

.contact-info-box strong {
  color: #fff;
  font-size: 17px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.trust-row div {
  background: rgba(255, 255, 255, .15);
  color: #fff;
  padding: 10px 14px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
}

.contact-form-card {
  background: #fff;
  padding: 35px;
  border-radius: 28px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, .18);
  position: relative;
  z-index: 2;
}

.contact-form-card h3 {
  color: #025e87;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 24px;
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  width: 100%;
  border: 1px solid rgba(2, 94, 135, .12);
  background: #f6fbfc;
  padding: 15px 18px;
  border-radius: 14px;
  color: #42545c;
  outline: none;
}

.contact-form-card input:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus {
  border-color: #00a859;
  box-shadow: 0 0 0 4px rgba(0, 168, 89, .12);
}

.contact-form-card button {
  width: 100%;
  border: none;
  background: linear-gradient(135deg, #00a859, #025e87);
  color: #fff;
  padding: 15px 24px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 800;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: .3s;
}

.contact-form-card button:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 168, 89, .25);
}

.secure-note {
  margin-top: 18px;
  color: #667785;
  font-size: 14px;
  text-align: center;
}

.secure-note i {
  color: #00a859;
}

@media (max-width: 768px) {
  .contact-content h2 {
    font-size: 34px;
  }

  .contact-form-card {
    padding: 24px;
  }
}

.faq-section {
  background: linear-gradient(135deg, #f4fbfd, #ffffff);
}

.faq-card {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 168, 89, .12);
  box-shadow: 0 8px 25px rgba(2, 94, 135, .06);
  transition: .3s;
}

.faq-card:hover {
  box-shadow: 0 15px 35px rgba(2, 94, 135, .12);
}

.faq-btn {
  width: 100%;
  border: none;
  background: #fff;
  padding: 15px 20px 15px 15px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  text-align: left;
  color: #025e87;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.faq-btn i {
  width: 26px;
  height: 26px;
  min-width: 26px;
  font-size: 14px;
  border-radius: 50%;
  background: #e9f9f0;
  color: #00a859;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.faq-content {
  display: none;
  padding: 0 20px 15px 15px;
}

.faq-content p {
  color: #667785;
  line-height: 1.7;
  margin: 0;
  font-size: 16px;
}

.faq-card.active .faq-content {
  display: block;
}

.faq-card.active .faq-btn i {
  transform: rotate(180deg);
  background: linear-gradient(135deg, #025e87, #00a859);
  color: #fff;
}

.faq-card.active {
  border-left: 4px solid #00a859;
}


.footer-section {
  background: linear-gradient(135deg, #025e87, #00a859);
  padding: 80px 0 20px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.footer-section::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  top: -160px;
  right: -140px;
}

.footer-widget {
  position: relative;
  z-index: 2;
}

.footer-widget h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 18px;
  color: #fff;
}

.footer-widget h4 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 22px;
  color: #fff;

}

.footer-widget p {
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  margin-bottom: 18px;
}

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

.footer-widget ul li {
  margin-bottom: 12px;
}

.footer-widget ul li a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}

.footer-widget ul li a:hover {
  color: #ffffff;
  padding-left: 6px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #ffffff;
  color: #00a859;
  transform: translateY(-5px);
}

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

.footer-contact p a {
  color: #ffffff;
  font-size: 17px;
}

.footer-contact i {
  color: #ffffff;
  margin-top: 5px;
}



.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  padding-top: 20px;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  margin-left: 18px;
}

.footer-bottom a:hover {
  color: #ffffff;
}

@media (max-width: 768px) {
  .footer-section {
    padding: 40px 0;
  }

  .footer-bottom {
    text-align: center;
    justify-content: center;
  }

  .footer-bottom a {
    margin: 0 8px;
  }
}

.footer-logo img {
  height: auto;
  width: 250px;
  border-radius: 10px;
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .hero-banner-bg {
    background:
      linear-gradient(90deg,
        rgba(0, 0, 0, 0.80) 0%,
        rgba(0, 0, 0, 0.50) 40%,
        rgba(0, 0, 0, 0.20) 75%,
        rgba(0, 0, 0, 0.05) 100%),
      url("../images/banner-bg.webp");

    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
  }



  .treatment-banner-bg {
    background:
      linear-gradient(90deg,
        rgba(0, 0, 0, 0.80) 0%,
        rgba(0, 0, 0, 0.50) 40%,
        rgba(0, 0, 0, 0.20) 75%,
        rgba(0, 0, 0, 0.05) 100%),
      url("../images/treatment-inner-banner.webp");
  }

  .fortis-banner-bg {
    background:
      linear-gradient(90deg,
        rgba(0, 0, 0, 0.80) 0%,
        rgba(0, 0, 0, 0.50) 40%,
        rgba(0, 0, 0, 0.20) 75%,
        rgba(0, 0, 0, 0.05) 100%),
      url("../images/fortis-banner.webp");

    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
  }

  .apollo-banner-bg {
    background:
      linear-gradient(90deg,
        rgba(0, 0, 0, 0.80) 0%,
        rgba(0, 0, 0, 0.50) 40%,
        rgba(0, 0, 0, 0.20) 75%,
        rgba(0, 0, 0, 0.05) 100%),
      url("../images/apollo-banner.webp");

    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
  }

  .hcg-banner-bg {
    background:
      linear-gradient(90deg,
        rgba(0, 0, 0, 0.80) 0%,
        rgba(0, 0, 0, 0.50) 40%,
        rgba(0, 0, 0, 0.20) 75%,
        rgba(0, 0, 0, 0.05) 100%),
      url("../images/hcg-cancer-banner.webp");

    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
  }

}

@media (max-width: 767px) {
  .hero-banner-bg {
    background:
      linear-gradient(180deg,
        rgba(0, 0, 0, 0.60) 0%,
        rgba(0, 0, 0, 0.60) 50%,
        rgba(0, 0, 0, 0.60) 100%),
      url("../images/banner-bg.webp");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }


  .treatment-banner-bg {
    background:
      linear-gradient(180deg,
        rgba(0, 0, 0, 0.60) 0%,
        rgba(0, 0, 0, 0.60) 50%,
        rgba(0, 0, 0, 0.60) 100%),
      url("../images/treatment-inner-banner.webp");
  }


  .fortis-banner-bg {
    background:
      linear-gradient(180deg,
        rgba(0, 0, 0, 0.60) 0%,
        rgba(0, 0, 0, 0.60) 50%,
        rgba(0, 0, 0, 0.60) 100%),
      url("../images/fortis-banner.webp");

    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
  }

  .apollo-banner-bg {
    background:
      linear-gradient(180deg,
        rgba(0, 0, 0, 0.60) 0%,
        rgba(0, 0, 0, 0.60) 50%,
        rgba(0, 0, 0, 0.60) 100%),
      url("../images/apollo-banner.webp");

    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
  }

  .hcg-banner-bg {
    background:
      linear-gradient(180deg,
        rgba(0, 0, 0, 0.60) 0%,
        rgba(0, 0, 0, 0.60) 50%,
        rgba(0, 0, 0, 0.60) 100%),
      url("../images/hcg-cancer-banner.webp");

    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
  }

  .site-logo img {
    width: 170px;
    height: auto;
  }

  .hamburger {
    width: 43px;
    height: 43px;
  }

}

@media (min-width: 992px) {

  .mega-menu-parent {
    position: relative;
  }

  .treatment-mega-menu {
    position: absolute;
    top: 100%;
    left: 0% !important;
    transform: translateX(-50%) translateY(18px);
    width: 999px;
    max-width: 99vw;
    background: #ffffff;
    padding: 22px;
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 99999;
  }

  .treatment-mega-menu>li>a {
    justify-content: start !important;
  }

  .mega-menu-parent:hover .treatment-mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

  .treatment-mega-menu::before {
    left: 55% !important;
  }

  .treatment-mega-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .treatment-mega-menu li a {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 6px 7px !important;
    border-radius: 15px;
    background: linear-gradient(135deg, #f7fbff, #ffffff);
    border: 1px solid rgba(0, 119, 182, 0.1);
    color: #17233c;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: normal;
  }

  .treatment-mega-menu li a .menu-title {
    font-size: 15px !important;
  }

  .menu-img-icon {
    width: 41px;
    height: 41px;
    min-width: 41px;
    border-radius: 8px;
    background: #eef8ff;
    border: 1px solid rgba(0, 119, 182, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .menu-img-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
    transition: all 0.3s ease;
  }

  .treatment-mega-menu li a:hover {
    color: #055f99;
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 0px 20px rgba(0, 119, 182, 0.14);
    border-color: rgba(0, 119, 182, 0.22);
  }


  .main-menu,
  .main-menu ul,
  nav {
    overflow: visible !important;
  }
}


/* testimonials review */

.review-left,
.review-left h3,
.rating-line,
.review-card,
.review-header,
.review-card p,
.review-header div {
  text-align: left !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}


/* Button should stay visually proper */
.google-btn {
  text-align: center !important;
  align-self: center;
}

@media (max-width: 768px) {
  .review-summary-box {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .google-btn {
    align-self: flex-start;
  }
}

.google-review-section {
  background: #f7f7f7;
}

.review-summary-box {
  background: #ececec;
  border-radius: 16px;
  padding: 22px 28px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 15px;
}

.review-left h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
}

.google-text {
  color: #4285F4;
}

.rating-line {
  display: flex;
  gap: 10px;
  margin-top: 6px;
}

.score {
  font-size: 1.5rem;
  font-weight: 700;
}

.stars {
  color: #fbbc05;
  font-size: 1.2rem;
}

.google-btn {
  background: #1a73e8;
  color: #fff;
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}


.review-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #ececec;
  border-radius: 16px;
  padding: 22px;
  height: 100%;
  text-align: left;
}

.review-avatar {
  flex: 0 0 70px;
}

.review-avatar img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  object-fit: cover;
}

.review-content {
  flex: 1;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}

.review-header h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.review-header span {
  color: #777;
  font-size: 14px;
}

.stars {
  color: #fbbc05;
  font-size: 21px;
  margin-bottom: 5px;
}

.review-card p {
  margin: 0;
  color: #444;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width:768px) {

  .review-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .review-avatar {
    margin-bottom: 12px;
  }

  .review-content {
    width: 100%;
  }

  .review-header {
    justify-content: center;
    text-align: center;
  }

  .stars {
    text-align: center;
  }
}

.swiper {
  padding: 10px 5px 40px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #444;
}


/* PREMIUM ARROW BUTTON DESIGN */
.swiper-button-next,
.swiper-button-prev {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent;
  background-color: rgba(17, 17, 17, 0.5);
  fill: rgb(255, 255, 255);
  box-shadow: none;
  transition: all 0.3s ease;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  transform: scale(1.08);
  background: #1a73e8;
  box-shadow: 0 12px 24px rgba(26, 115, 232, 0.35);
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #fff;
}

/* Position refinement */
.swiper-button-prev {
  left: 0px;
}

.swiper-button-next {
  right: 0px;
}

@media (max-width: 768px) {

  .swiper-button-next,
  .swiper-button-prev {
    width: 32px;
    height: 32px;
  }

  .swiper-button-prev {
    left: 0px;
  }

  .swiper-button-next {
    right: 0px;
  }
}


.facility-section {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.facility-main-card,
.facility-side-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 18px 45px rgba(10, 40, 80, 0.08);
  border: 1px solid rgba(0, 119, 182, 0.08);
  height: 100%;
}

.facility-card-top {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 28px;
}

.facility-icon-main {
  width: 62px;
  height: 62px;
  min-width: 62px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0a8fdc, #055f99);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 27px;
  box-shadow: 0 12px 25px rgba(10, 143, 220, 0.25);
}

.facility-card-top h3,
.side-card-header h3 {
  font-size: 21px;
  font-weight: 700;
  color: #17233c;
  margin-bottom: 10px;
}


.facility-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.facility-feature-grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.facility-feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f7fbff;
  border: 1px solid rgba(0, 119, 182, 0.09);
  border-radius: 12px;
  padding: 8px 12px;
  transition: all 0.3s ease;
}

.facility-feature-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(10, 40, 80, 0.08);
  background: #ffffff;
}

.feature-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(10, 143, 220, 0.14), rgba(5, 95, 153, 0.12));
  color: #0a78bb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.facility-feature-item span {
  font-size: 15px;
  font-weight: 600;
  color: #17233c;
  line-height: 1.5;
}

.side-card-header {
  margin-bottom: 24px;
}

.facility-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.facility-stat-box {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border: 1px solid rgba(0, 119, 182, 0.1);
  border-radius: 12px;
  padding: 14px 18px;
  text-align: center;
  transition: all 0.3s ease;
}

.facility-stat-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(10, 40, 80, 0.08);
}

.stat-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0a8fdc, #055f99);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  box-shadow: 0 0px 24px rgba(10, 143, 220, 0.22);
}

.facility-stat-box h4 {
  font-size: 23px;
  font-weight: 700;
  color: #0a78bb;
  margin-bottom: 6px;
  line-height: 1;
}

.facility-stat-box p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #4e5e77;
  line-height: normal;
}

@media (max-width: 991px) {

  .facility-main-card,
  .facility-side-card {
    padding: 24px;
  }

  .facility-card-top {
    flex-direction: column;
  }

  .facility-feature-grid {
    grid-template-columns: 1fr;
  }

  .facility-feature-grid.grid-3 {
    grid-template-columns: 1fr;
  }

  .facility-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {

  .facility-stat-box {
    padding: 12px 10px;
  }

  .facility-stat-box p {
    font-size: 12px;
  }

  .facility-card-top h3,
  .side-card-header h3 {
    font-size: 22px;
  }

  .facility-stat-box h4 {
    font-size: 28px;
  }
}

.heart-cta-section {
  background: #f8fbff;
  position: relative;
  overflow: hidden;
}

.heart-cta-box {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: 58px 56px;
  background: linear-gradient(135deg, #064d7d 0%, #087fc3 48%, #15b8d7 100%);
  box-shadow: 0 28px 75px rgba(5, 95, 153, 0.3);
  z-index: 1;
}

.heart-cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.24), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.18), transparent 35%);
  z-index: -1;
}

.heart-cta-box::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 42px solid rgba(255, 255, 255, 0.08);
  z-index: -1;
}

/* Content */
.heart-cta-content {
  position: relative;
  z-index: 2;
}

.heart-cta-small-title {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 9px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.heart-cta-small-title i {
  color: #b7ffdd;
}

.heart-cta-content h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
}

.heart-cta-content p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 24px;
  max-width: 760px;
}


/* Buttons */
.heart-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 2;
}

.heart-support-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 4px;
}

.heart-support-badge i {
  color: #b7ffdd;
}

.heart-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 15px 22px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.heart-consult-btn {
  background: #ffffff;
  color: #055f99;
  box-shadow: 0 12px 30px rgba(255, 255, 255, 0.22);
}

.heart-consult-btn:hover {
  color: #055f99;
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(255, 255, 255, 0.3);
}

.heart-wa-btn {
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.25);
}

.heart-wa-btn:hover {
  color: #ffffff;
  background: #1ebe5d;
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(37, 211, 102, 0.36);
}

/* Floating Cardiac Icons */
.heart-floating-icon {
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  z-index: 0;
  pointer-events: none;
  animation: heartFloat 5s ease-in-out infinite;
}

.heart-float-1 {
  right: 70px;
  bottom: 25px;
  width: 110px;
  height: 110px;
  font-size: 54px;
}

.heart-float-2 {
  left: 38px;
  top: 28px;
  animation-delay: 0.8s;
}

.heart-float-3 {
  right: 32%;
  top: 24px;
  animation-delay: 1.2s;
}

.heart-float-4 {
  right: 28px;
  top: 44%;
  animation-delay: 1.6s;
}

/* ECG Line */
.heart-ecg-line {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.12);
  font-size: 170px;
  line-height: 1;
  z-index: 0;
  pointer-events: none;
}

@keyframes heartFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .heart-cta-box {
    padding: 42px 28px;
    text-align: center;
    border-radius: 26px;
  }

  .heart-cta-content h2 {
    font-size: 32px;
  }

  .heart-cta-content p {
    font-size: 16px;
  }



  .heart-cta-buttons {
    align-items: center;
  }

  .heart-action-btn,
  .heart-support-badge {
    width: 100%;
    max-width: 330px;
  }

  .heart-float-3,
  .heart-float-4,
  .heart-ecg-line {
    display: none;
  }
}

@media (max-width: 575px) {
  .heart-cta-box {
    padding: 34px 20px;
  }

  .heart-cta-content h2 {
    font-size: 26px;
  }

  .heart-cta-small-title {
    font-size: 12px;
    padding: 8px 13px;
  }


  .heart-action-btn {
    font-size: 14px;
    min-height: 50px;
  }

  .heart-float-1,
  .heart-float-2 {
    display: none;
  }
}

.arab-services-section {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.arab-service-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 20px 16px;
  height: 100%;
  border: 1px solid rgba(0, 119, 182, 0.08);
  box-shadow: 0 16px 40px rgba(8, 48, 92, 0.07);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.arab-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0a8fdc, #16b6d8);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.arab-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(8, 48, 92, 0.12);
}

.arab-service-card:hover::before {
  transform: scaleX(1);
}

.service-icon-box {
  width: 62px;
  height: 62px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0a8fdc, #055f99);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin-bottom: 15px;
  box-shadow: 0 0px 28px rgba(10, 143, 220, 0.22);
}

.arab-service-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #17233c;
  margin-bottom: 5px;
  line-height: 1.3;
}

.arab-service-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #5f6f85;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .arab-service-card {
    padding: 24px 20px;
  }

  .arab-service-card h3 {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .service-icon-box {
    width: 52px;
    height: 52px;
    font-size: 21px;
    border-radius: 11px;
  }

  .arab-service-card h3 {
    font-size: 18px;
  }

  .arab-service-card p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.expert-team-section {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.heart-info-section {
  background: #f8fbff;
}

.heart-info-card {
  height: 100%;
  background: #fff;
  border-radius: 22px;
  padding: 20px;
  border: 1px solid #e9eef5;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .06);
  transition: .35s;
}

.heart-info-card:hover {
  transform: translateY(-6px);
}

.symptoms-card {
  border-top: 5px solid #0a8fdc;
}

.diagnostics-card {
  border-top: 5px solid #00a859;
}

.section-icon {
  width: 62px;
  height: 62px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}

.symptoms-card .section-icon {
  background: linear-gradient(135deg, #0a8fdc, #055f99);
}

.diagnostics-card .section-icon {
  background: linear-gradient(135deg, #17e081, #00753f);
}

.info-label {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 50px;
  background: #eef7ff;
  color: #0a8fdc;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.symptoms-card .info-label {
  background: #eef7ff;
  color: #0a8fdc;
}

.heart-info-card h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 700;
}

.info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.info-item {
  display: flex;
  gap: 15px;
  padding: 10px 14px;
  border-radius: 14px;
  background: #fff7f7;
  transition: .3s;
}

.info-item:hover {
  transform: translateX(6px);
}

.symptoms-card .info-item {
  background: #eef7ff;
}

.info-item i {
  width: 34px;
  height: 34px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
}

.symptoms-card .info-item i {
  background: #0a8fdc;
}

.diagnostics-card .info-item i {
  background: #00a859;
}

.info-item span {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #23324b;
}

@media(max-width:991px) {

  .heart-info-card {
    padding: 20px;
  }

  .heart-info-card h2 {
    font-size: 23px;
  }

  .info-list {
    grid-template-columns: 1fr;
  }


}


.hero-stats {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 20px 15px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, .12);
  width: max-content;
  max-width: 100%;
}

.hero-stat-item {
  display: flex;
  gap: 12px;
}

.hero-stat-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

.hero-stat-content h3 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.hero-stat-content p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.hero-stat-divider {
  width: 1px;
  height: 48px;
  background: rgba(255, 255, 255, .18);
}

@media(max-width:991px) {

  .hero-stats {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 18px;
  }

  .hero-stat-divider {
    display: none;
  }

}





/* =====================================
   HERO CONSULTATION FORM
===================================== */

.hero-enquiry-form {
  position: relative;
  width: 100%;
  padding: 18px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 20px;
  box-shadow: 0 24px 65px rgba(5, 25, 50, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
  z-index: 2;
}

.hero-enquiry-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #087680, #12aa8c);
}

.hero-enquiry-form::after {
  content: "";
  position: absolute;
  top: -85px;
  right: -85px;
  width: 180px;
  height: 180px;
  background: rgba(18, 170, 140, 0.07);
  border-radius: 50%;
  pointer-events: none;
}

.hero-enquiry-form form {
  position: relative;
  z-index: 2;
}


/* =====================================
   FORM HEADER
===================================== */

.hero-form-header {
  position: relative;
  margin-bottom: 5px;
  z-index: 2;
}

.hero-form-header>span {
  display: inline-block;
  margin-bottom: 5px;
  color: #087680;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.hero-form-header h2 {
  margin: 0;
  color: #10263f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.hero-form-description {
  position: relative;
  margin: 0 0 12px;
  color: #687486;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
  z-index: 2;
}


/* =====================================
   FORM LAYOUT
===================================== */

.hero-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.hero-form-group {
  position: relative;
  width: 100%;
  margin-bottom: 9px;
}


/* =====================================
   INPUTS AND TEXTAREA
===================================== */

.hero-form-group input,
.hero-form-group select,
.hero-form-group textarea {
  width: 100%;
  color: #17293e;
  background-color: #f7fafc;
  border: 1px solid #dfe7ee;
  border-radius: 9px;
  outline: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease;
}

.hero-form-group input,
.hero-form-group select {
  height: 42px;
  padding: 9px 12px;
}

.hero-form-group textarea {
  min-height: 60px;
  padding: 10px 12px;
  resize: vertical;
}

.hero-form-group input::placeholder,
.hero-form-group textarea::placeholder {
  color: #7f8c99;
  opacity: 1;
}

.hero-form-group input:hover,
.hero-form-group select:hover,
.hero-form-group textarea:hover {
  border-color: #b8c9d6;
}

.hero-form-group input:focus,
.hero-form-group select:focus,
.hero-form-group textarea:focus {
  color: #17293e;
  background-color: #ffffff;
  border-color: #0b8f91;
  box-shadow: 0 0 0 3px rgba(11, 143, 145, 0.1);
}


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

.hero-form-submit {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  padding: 10px 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #087680, #12aa8c);
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(8, 118, 128, 0.24);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.hero-form-submit:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #06666f, #0d947b);
  box-shadow: 0 13px 28px rgba(8, 118, 128, 0.34);
  transform: translateY(-2px);
}

.hero-form-submit:focus {
  outline: none;
  box-shadow:
    0 13px 28px rgba(8, 118, 128, 0.3),
    0 0 0 4px rgba(11, 143, 145, 0.15);
}

.hero-form-submit:active {
  box-shadow: 0 7px 18px rgba(8, 118, 128, 0.25);
  transform: translateY(0);
}


/* =====================================
   CONFIDENTIAL MESSAGE
===================================== */

.hero-form-confidential {
  margin: 9px 0 10px;
  color: #718093;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
}


/* =====================================
   FORM FEATURES
===================================== */

.hero-form-features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px 12px;
  padding-top: 10px;
  border-top: 1px solid #e4ebf1;
}

.hero-form-features span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #33475b;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
}

.hero-form-features i {
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 15px;
  color: #ffffff;
  background: #149578;
  border-radius: 50%;
  font-size: 7px;
}


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

@media (max-width: 1199px) {
  .hero-enquiry-form {
    padding: 16px;
    border-radius: 17px;
  }

  .hero-form-header h2 {
    font-size: 18px;
  }

  .hero-form-description {
    font-size: 11px;
  }

  .hero-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-form-group input {
    height: 40px;
  }

  .hero-form-features {
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .hero-enquiry-form {
    max-width: 650px;
    margin: 28px auto 0;
  }

  .hero-form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
}

@media (max-width: 767px) {
  .hero-enquiry-form {
    padding: 15px;
    border-radius: 15px;
  }

  .hero-form-header h2 {
    font-size: 18px;
  }

  .hero-form-description {
    margin-bottom: 11px;
    font-size: 12px;
  }

  .hero-form-group input,
  .hero-form-group textarea {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .hero-enquiry-form {
    padding: 14px;
  }

  .hero-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-form-header h2 {
    font-size: 17px;
  }

  .hero-form-group {
    margin-bottom: 8px;
  }

  .hero-form-group input {
    height: 42px;
  }

  .hero-form-group textarea {
    min-height: 58px;
  }

  .hero-form-features {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }
}


/* =========================================
   MTTS About Us Section
========================================= */

.mtts-about-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(23, 114, 185, 0.08), transparent 28%),
    radial-gradient(circle at 90% 80%, rgba(20, 177, 159, 0.08), transparent 30%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.mtts-about-section::before {
  content: "";
  position: absolute;
  top: -170px;
  right: -150px;
  width: 420px;
  height: 420px;
  border: 70px solid rgba(23, 114, 185, 0.04);
  border-radius: 50%;
}

.mtts-about-section::after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -160px;
  width: 430px;
  height: 430px;
  border: 75px solid rgba(20, 177, 159, 0.04);
  border-radius: 50%;
}

.mtts-about-section .container {
  position: relative;
  z-index: 2;
}



.mtts-about-main-card::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: linear-gradient(135deg,
      rgba(23, 114, 185, 0.08),
      rgba(20, 177, 159, 0.08));
}

/* Image Area */

.mtts-about-image-wrapper {
  position: relative;
  max-width: 570px;
  margin: 0 auto;
  padding: 18px 36px 35px 18px;
}

.mtts-about-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  width: 88%;
  height: 90%;
  border-radius: 25px;
  background: linear-gradient(135deg, #1772b9, #14b19f);
  opacity: 0.14;
  transform: rotate(4deg);
}

.mtts-about-image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 500px;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(14, 54, 89, 0.18);
}

.mtts-about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      transparent 60%,
      rgba(11, 45, 75, 0.15));
}

.mtts-about-image img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.mtts-about-image-wrapper:hover img {
  transform: scale(1.05);
}

.mtts-about-image-pattern {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 115px;
  height: 115px;
  opacity: 0.38;
  background-image: radial-gradient(#1772b9 2px, transparent 2px);
  background-size: 13px 13px;
}

/* Floating Icons Around Image */

.mtts-image-service-icon {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 5px solid #ffffff;
  border-radius: 16px;
  background: linear-gradient(135deg, #1772b9, #14b19f);
  color: #ffffff;
  font-size: 20px;
  box-shadow: 0 12px 30px rgba(17, 70, 110, 0.2);
  animation: mttsImageIconFloat 4s ease-in-out infinite;
}

.mtts-image-icon-one {
  top: 55px;
  left: -4px;
}

.mtts-image-icon-two {
  top: 125px;
  right: 4px;
  animation-delay: 0.8s;
}

.mtts-image-icon-three {
  bottom: 85px;
  left: -4px;
  animation-delay: 1.4s;
}

.mtts-image-icon-four {
  right: 0;
  bottom: 40px;
  animation-delay: 2s;
}

@keyframes mttsImageIconFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

/* Content Area */

.mtts-about-content {
  position: relative;
  padding: 35px;
  border: 1px solid #e5edf5;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 45px rgba(18, 58, 94, 0.08);
}

.mtts-about-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 35px;
  width: 85px;
  height: 4px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(90deg, #1772b9, #14b19f);
}

.mtts-content-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 23px;
  border-radius: 18px;
  background: linear-gradient(135deg,
      rgba(23, 114, 185, 0.12),
      rgba(20, 177, 159, 0.14));
  color: #1772b9;
  font-size: 26px;
}

.mtts-about-content>p {
  margin-bottom: 0;
  color: #5f7388;
  font-size: 15px;
  line-height: 1.9;
}



/* Background Icons */

.mtts-floating-icon {
  position: absolute;
  z-index: 1;
  color: rgba(23, 114, 185, 0.055);
  font-size: 64px;
  animation: mttsBackgroundFloat 7s ease-in-out infinite;
}

.mtts-icon-one {
  top: 10%;
  left: 4%;
}

.mtts-icon-two {
  top: 24%;
  right: 4%;
  animation-delay: 1s;
}

.mtts-icon-three {
  bottom: 15%;
  left: 5%;
  animation-delay: 2s;
}

.mtts-icon-four {
  right: 8%;
  bottom: 12%;
  animation-delay: 3s;
}

.mtts-icon-five {
  top: 48%;
  left: 48%;
  animation-delay: 1.5s;
}

@keyframes mttsBackgroundFloat {

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

  50% {
    transform: translateY(-18px) rotate(5deg);
  }
}

/* Responsive */

@media (max-width: 1199px) {
  .mtts-about-main-card {
    padding: 30px;
  }

  .mtts-about-content {
    padding: 28px;
  }

  .mtts-about-image,
  .mtts-about-image img {
    min-height: 470px;
  }
}

@media (max-width: 991px) {
  .mtts-about-main-card {
    padding: 25px;
  }

  .mtts-about-image-wrapper {
    max-width: 680px;
  }

  .mtts-about-image,
  .mtts-about-image img {
    min-height: 520px;
  }

  .mtts-about-content {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .mtts-about-main-card {
    padding: 15px;
    border-radius: 20px;
  }

  .mtts-about-image-wrapper {
    padding: 10px 10px 40px;
  }

  .mtts-about-image,
  .mtts-about-image img {
    min-height: 420px;
  }

  .mtts-about-content {
    padding: 25px 20px;
    border-radius: 18px;
  }

  .mtts-image-service-icon {
    width: 46px;
    height: 46px;
    border-width: 4px;
    border-radius: 13px;
    font-size: 17px;
  }

  .mtts-image-icon-one {
    left: -3px;
  }

  .mtts-image-icon-two {
    right: -3px;
  }

  .mtts-image-icon-three {
    left: -3px;
  }

  .mtts-image-icon-four {
    right: -3px;
  }

  .mtts-floating-icon {
    font-size: 42px;
  }
}

@media (max-width: 480px) {

  .mtts-about-image,
  .mtts-about-image img {
    min-height: 350px;
  }

  .mtts-about-content>p {
    font-size: 14px;
    line-height: 1.8;
  }

  .mtts-content-icon {
    width: 52px;
    height: 52px;
    font-size: 21px;
  }

  .mtts-about-service-item {
    width: 46px;
    height: 46px;
    font-size: 17px;
  }
}

.doctor-main-details h3 {
  color: #025e87;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}


.doctor-details-contents ul {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px 12px;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(2, 94, 135, 0.12);
  border: 1px solid rgba(0, 168, 89, 0.12);
  transition: 0.35s ease;
  margin: 10px 0px 22px 0px;
}

.doctor-details-contents ul h4 {
  color: #025e87;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.doctor-details-contents ul li {
  color: #5f7078;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
  position: relative;
  padding-left: 26px;
}

.doctor-details-contents ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 17px;
  color: #025e87;
}

.ta-facilities-one-left p {
  margin-bottom: 12px;
}


.blog-form {
  background: #ffffff;
  padding: 28px;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
}

.blog-form-header {
  margin-bottom: 15px;
}


.blog-form-header h3 {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 700;
  color: #1d2433;
}

.blog-form-header p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #727986;
}

.blog-form-group {
  position: relative;
  margin-bottom: 14px;
}

.blog-form-group i {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: #89909d;
  font-size: 15px;
}

.blog-form-group input {
  width: 100%;
  height: 52px;
  padding: 0 16px 0 44px;
  border: 1px solid #e3e6ec;
  border-radius: 10px;
  background: #fafbfc;
  color: #1d2433;
  font-size: 15px;
  outline: none;
  transition: all 0.3s ease;
}

.blog-form-group input::placeholder {
  color: #9a9faa;
}

.blog-form-group input:focus {
  background: #ffffff;
  border-color: #1f63e9;
  box-shadow: 0 0 0 4px rgba(31, 99, 233, 0.1);
}

.blog-form-btn {
  width: 100%;
  min-height: 52px;
  margin-top: 4px;
  padding: 12px 20px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #0a8fdc, #055f99);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.blog-form-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(31, 99, 233, 0.25);
}

.blog-form-btn i {
  transition: transform 0.3s ease;
}

.blog-form-btn:hover i {
  transform: translateX(4px);
}

@media (max-width: 575px) {
  .blog-form {
    padding: 22px 18px;
    border-radius: 12px;
  }

  .blog-form-header h3 {
    font-size: 20px;
  }
}


.medical-blog-section {
  padding: 60px 0;
  background: #fff;
}

.medical-blog-card {
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(22, 34, 55, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.medical-blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 42px rgba(22, 34, 55, 0.14);
}

.medical-blog-image {
  position: relative;
  height: 225px;
  overflow: hidden;
}

.medical-blog-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.medical-blog-card:hover .medical-blog-image img {
  transform: scale(1.06);
}

.medical-blog-category {
  position: absolute;
  top: 16px;
  left: 16px;
  min-height: 34px;
  padding: 7px 15px;
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  color: #354052;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.medical-blog-category:hover {
  background: #0a8fdc;
  color: #ffffff;
}

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

.medical-blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 14px;
  color: #8b94a4;
  font-size: 13px;
}

.medical-blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.medical-blog-meta i {
  color: #9ba5b5;
  font-size: 12px;
}

.medical-blog-meta .meta-dot {
  width: 4px;
  height: 4px;
  padding: 0;
  background: #c6ccd6;
  border-radius: 50%;
}

.medical-blog-title {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700;
}

.medical-blog-title a {
  color: #172033;
  text-decoration: none;
  transition: color 0.3s ease;
}

.medical-blog-title a:hover,
.medical-blog-card:hover .medical-blog-title a {
  color: #0a8fdc;
}

.medical-blog-description {
  min-height: 76px;
  margin: 0 0 20px;
  color: #747f91;
  font-size: 15px;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.medical-blog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-top: 18px;
  border-top: 1px solid #edf0f4;
}

.medical-blog-author {
  display: flex;
  align-items: center;
  gap: 9px;
}

.medical-author-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #13b7ef, #087feb);
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
}

.medical-author-name {
  color: #536074;
  font-size: 13px;
  font-weight: 600;
}

.medical-blog-actions {
  display: flex;
  align-items: center;
  gap: 13px;
}

.medical-read-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0a8fdc;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.medical-read-more i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.medical-read-more:hover {
  color: #173fb8;
}

.medical-read-more:hover i {
  transform: translateX(4px);
}

.medical-share-wrapper {
  position: relative;
}

.medical-share-btn {
  width: 38px;
  height: 38px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 10px;
  background: #eef3ff;
  color: #025e87;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.medical-share-btn:hover {
  background: #025e87;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(65, 105, 245, 0.25);
}

.medical-share-popup {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  width: 145px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #e7eaf0;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(20, 31, 50, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  z-index: 10;
  transition: all 0.25s ease;
}

.medical-share-popup.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.medical-share-popup a,
.medical-copy-link {
  width: 100%;
  padding: 8px 9px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 7px;
  background: transparent;
  color: #536074;
  font-size: 13px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.medical-share-popup a:hover,
.medical-copy-link:hover {
  background: #f1f5ff;
  color: #0a8fdc;
}

.medical-share-popup i {
  width: 16px;
  text-align: center;
}

@media (max-width: 1199px) {
  .medical-blog-image {
    height: 210px;
  }

  .medical-blog-title {
    font-size: 19px;
  }

  .medical-blog-content {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .medical-blog-section {
    padding: 40px 0;
  }

  .medical-blog-image {
    height: 220px;
  }

  .medical-blog-description {
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .medical-blog-card {
    border-radius: 14px;
  }

  .medical-blog-image {
    height: 205px;
  }

  .medical-blog-content {
    padding: 19px 18px;
  }

  .medical-blog-title {
    font-size: 18px;
  }

  .medical-blog-description {
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .medical-blog-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .medical-blog-actions {
    width: 100%;
    justify-content: space-between;
  }

  .medical-share-popup {
    right: auto;
    left: 0;
  }
}

.blog-category-filter {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 35px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(22, 34, 55, 0.07);
}

.blog-category-scroll {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.blog-category-scroll::-webkit-scrollbar {
  display: none;
}

.blog-category-tab {
  flex-shrink: 0;
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid #e3e8f1;
  border-radius: 30px;
  background: #f7f9fc;
  color: #596579;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-category-tab:hover {
  border-color: #025e87;
  background: #eef3ff;
  color: #0a8fdc;
}

.blog-category-tab.active {
  border-color: #025e87;
  background: linear-gradient(135deg, #0a8fdc, #055f99);
  color: #ffffff;
  box-shadow: 0 7px 16px rgba(65, 105, 245, 0.25);
}

.blog-category-arrow {
  width: 34px;
  height: 34px;
  padding: 0;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e3e8f1;
  border-radius: 50%;
  background: #ffffff;
  color: #025e87;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-category-arrow:hover {
  border-color: #025e87;
  background: #025e87;
  color: #ffffff;
}

.blog-filter-item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.blog-filter-item.blog-item-hide {
  display: none;
}

.blog-filter-item.blog-item-show {
  animation: blogItemShow 0.45s ease;
}

@keyframes blogItemShow {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .blog-category-filter {
    gap: 7px;
    margin-bottom: 28px;
    padding: 8px;
    border-radius: 13px;
  }

  .blog-category-tab {
    min-height: 40px;
    padding: 8px 16px;
    font-size: 13px;
  }

  .blog-category-arrow {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 575px) {
  .blog-category-filter {
    padding: 7px;
  }


}


/* =====================================
           MEDICAL HERO BANNER
        ===================================== */

.medical-hero-banner {
  position: relative;
  min-height: 555px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 34px 0;

  /* Add your background image here */
  background-image: url("images/medical-banner-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Dark blue gradient overlay */
.medical-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg,
      rgba(3, 32, 64, 0.98) 0%,
      rgba(4, 66, 108, 0.96) 48%,
      rgba(5, 105, 125, 0.9) 76%,
      rgba(0, 121, 82, 0.82) 100%);
}

/* Reference-style grid */
.medical-hero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.11;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 29px 29px;
}

.medical-hero-banner .container {
  position: relative;
  z-index: 3;
}

/* =====================================
           LEFT CONTENT
        ===================================== */

.medical-hero-content {
  max-width: 580px;
}

.medical-hero-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 4.2vw, 48px);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: normal;
}

.medical-hero-title .highlight-text {
  display: block;
  background: linear-gradient(90deg,
      #00d5ee 0%,
      #15b8d7 48%,
      #42d990 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.medical-hero-description {
  max-width: 520px;
  margin-top: 32px;
  margin-bottom: 0;
  color: #b3cbe1;
  font-size: 16px;
  line-height: 1.75;
}

/* Buttons */

.medical-hero-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.medical-hero-btn {
  min-height: 50px;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.medical-hero-btn-primary {
  background: linear-gradient(135deg, #0a8fdc, #055f99);
  color: #ffffff;
  box-shadow: 0 12px 25px rgba(0, 142, 165, 0.28);
}

.medical-hero-btn-primary:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(0, 168, 89, 0.32);
}

.medical-hero-btn-primary i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.medical-hero-btn-primary:hover i {
  transform: translateX(4px);
}

.medical-hero-btn-secondary {
  border: 1px solid rgba(184, 219, 239, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  backdrop-filter: blur(8px);
}

.medical-hero-btn-secondary:hover {
  border-color: rgba(75, 224, 193, 0.7);
  background: rgba(0, 168, 89, 0.17);
  color: #ffffff;
  transform: translateY(-3px);
}

/* Stats */

.medical-hero-stats {
  max-width: 480px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 42px;
}

.medical-stat-item {
  position: relative;
}

.medical-stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -12px;
  width: 1px;
  height: 46px;
  background: rgba(255, 255, 255, 0.14);
}

.medical-stat-value {
  display: flex;
  align-items: center;
  gap: 9px;
}

.medical-stat-value i {
  color: #fff;
  font-size: 17px;
}

.medical-stat-value strong {
  color: #ffffff;
  font-size: 23px;
  line-height: 1;
}

.medical-stat-label {
  display: block;
  margin-top: 6px;
  color: #e0f1ff;
  font-size: 15px;
}

/* =====================================
           RIGHT CATEGORY CARDS
        ===================================== */

.medical-specialty-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.medical-specialty-card {
  position: relative;
  min-height: 96px;
  display: flex;
  gap: 15px;
  padding: 17px 54px 17px 18px;
  border: 1px solid rgba(189, 221, 235, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(135deg,
      rgba(46, 83, 116, 0.9),
      rgba(31, 92, 110, 0.78));
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 15px 34px rgba(0, 34, 54, 0.2);
  backdrop-filter: blur(12px);
  transition: all 0.35s ease;
}

.medical-specialty-card:nth-child(odd) {
  margin-left: 28px;
}

.medical-specialty-card:nth-child(even) {
  margin-right: 28px;
}

.medical-specialty-card:hover {
  border-color: rgba(66, 227, 193, 0.58);
  background:
    linear-gradient(135deg,
      rgba(8, 127, 195, 0.96),
      rgba(0, 168, 89, 0.88));
  color: #ffffff;
  transform: translateX(-8px);
  box-shadow: 0 22px 42px rgba(0, 50, 65, 0.3);
}

.medical-specialty-icon {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: #ffffff;
  font-size: 21px;
  box-shadow: 0 9px 20px rgba(0, 0, 0, 0.18);
}

.medical-specialty-card:nth-child(1) .medical-specialty-icon {
  background: linear-gradient(135deg, #087fc3, #15b8d7);
}

.medical-specialty-card:nth-child(2) .medical-specialty-icon {
  background: linear-gradient(135deg, #025e87, #0aa5b8);
}

.medical-specialty-card:nth-child(3) .medical-specialty-icon {
  background: linear-gradient(135deg, #0cc39a, #00a859);
}

.medical-specialty-card:nth-child(4) .medical-specialty-icon {
  background: linear-gradient(135deg, #13b5c9, #0783a9);
}

.medical-specialty-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.medical-specialty-info strong {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
}

.medical-specialty-info small {
  overflow: hidden;
  color: #bfd5df;
  font-size: 15px;
  line-height: 1.5;
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
}

.medical-specialty-arrow {
  position: absolute;
  right: 19px;
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #b8e9df;
  font-size: 11px;
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.medical-specialty-card:hover .medical-specialty-arrow {
  opacity: 1;
  transform: translateX(0);
  background: #ffffff;
  color: #00896e;
}

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

@media (max-width: 1199px) {
  .medical-hero-title {
    font-size: 53px;
  }

  .medical-specialty-card:nth-child(odd),
  .medical-specialty-card:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .medical-hero-banner {
    min-height: auto;
    padding: 70px 0;
  }

  .medical-hero-banner::before {
    background:
      linear-gradient(180deg,
        rgba(3, 42, 75, 0.97) 0%,
        rgba(5, 82, 116, 0.94) 60%,
        rgba(0, 119, 88, 0.9) 100%);
  }

  .medical-specialty-list {
    margin-top: 10px;
  }

  .medical-specialty-card:hover {
    transform: translateY(-5px);
  }
}

@media (max-width: 767px) {
  .medical-hero-banner {
    padding: 58px 0;
  }

  .medical-hero-title {
    font-size: 43px;
    letter-spacing: -1.3px;
  }

  .medical-hero-description {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .medical-hero-banner {
    padding: 48px 0;
    background-position: center;
  }

  .medical-hero-title {
    font-size: 35px;
    line-height: 1.13;
    letter-spacing: -0.8px;
  }

  .medical-hero-description {
    margin-top: 22px;
  }

  .medical-hero-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .medical-hero-btn {
    width: 100%;
  }

  .medical-hero-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 32px;
  }

  .medical-stat-item:not(:last-child)::after {
    right: -4px;
  }

  .medical-stat-value {
    gap: 5px;
  }

  .medical-stat-value strong {
    font-size: 18px;
  }

  .medical-stat-label {
    font-size: 10px;
  }

  .medical-specialty-card {
    min-height: 85px;
    gap: 12px;
    padding: 14px 43px 14px 14px;
    border-radius: 13px;
  }

  .medical-specialty-icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }

  .medical-specialty-info strong {
    font-size: 14px;
  }

  .medical-specialty-info small {
    font-size: 11px;
    white-space: normal;
  }

  .medical-specialty-arrow {
    right: 10px;
    width: 28px;
    height: 28px;
    opacity: 1;
    transform: none;
  }
}

.medical-blog-actions .article-time,
.medical-blog-actions .article-date {
  color: #515151;
  font-size: 15px;
}




.blog-detail-heading {
  margin-bottom: 28px;
}

.blog-detail-category {
  min-height: 31px;
  margin-bottom: 15px;
  padding: 6px 13px;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  background: rgba(0, 168, 89, 0.1);
  color: #00864e;
  font-size: 12px;
  font-weight: 700;
}

.blog-detail-heading h1 {
  margin: 0;
  color: #142d42;
  font-size: clamp(25px, 3.2vw, 28px);
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: normal;
}

.blog-detail-heading p {
  margin: 17px 0 0;
  color: #687b8c;
  font-size: 16px;
  line-height: 1.7;
}

.medical-blog-actions>span i {
  color: #087fc3;
}

.ta-blog-standard p {
  margin-bottom: 12px;
}


.mtts-info-box {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-top: 30px;
  padding: 22px;
  border-left: 4px solid #0a8fdc;
  border-radius: 0 18px 18px 0;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(21, 76, 91, 0.1);
}

.mtts-info-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, #0a8fdc, #055f99);
  color: #ffffff;
  font-size: 21px;
}

.mtts-info-box p {
  margin: 0;
  color: #4f666e;
  font-size: 15px;
  line-height: 1.75;
}

.urgent-spine-box {
  margin-top: 22px;
  padding: 15px 10px;
  border-left: 4px solid #e53935;
  border-radius: 0 14px 14px 0;
  background: rgba(229, 57, 53, 0.07);
}

.urgent-spine-box h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
  color: #c62828;
  font-size: 17px;
  font-weight: 700;
}

.urgent-spine-box p {
  margin: 0;
  color: #5f6871;
  font-size: 14px;
  line-height: 1.7;
}


.fw-600 {
  font-weight: 600;
}

.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}

.dr-view-btn {
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 13px;
}

.dr-experience {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef7ff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 7px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0px 5px;
}

.hospital-partners-section {
  background: #f7fbfd;
}

.hospital-partner-item {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e4edf2;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 35px rgba(20, 64, 95, 0.08);
}

.hospital-partner-image {
  height: 230px;
  overflow: hidden;
}

.hospital-partner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hospital-partner-name {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
}

.hospital-partner-name i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(0, 157, 225, 0.1);
  color: #009de1;
  font-size: 18px;
}

.hospital-partner-name h3 {
  margin: 0;
  color: #173c58;
  font-size: 19px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .hospital-partner-image {
    height: 210px;
  }

  .ta-hero-one-wrap .hero-left .btn-grp {
    display: block;
  }

  .ta-hero-one-wrap .hero-left .btn-grp a {
    margin-bottom: 13px;
  }

  .journey-card .icon {
    margin: 0 0px 25px;
  }

}

.inner-banner-bg {
  background:
    linear-gradient(90deg,
      rgba(0, 0, 0, 0.80) 0%,
      rgba(0, 0, 0, 0.50) 40%,
      rgba(0, 0, 0, 0.20) 75%,
      rgba(0, 0, 0, 0.05) 100%),
    url("../images/inner-banner.webp");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.doctor-image-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.doctor-image-box>img {
  display: block;
  width: 100%;
}

.doctor-share-wrap {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* Invisible hover bridge */
.doctor-share-wrap::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 44px;
  width: 55px;
  height: 30px;
  background: transparent;
  pointer-events: auto;
}

.doctor-share-main {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #008fcf;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.doctor-share-wrap:hover .doctor-share-main,
.doctor-share-wrap.is-open .doctor-share-main {
  background: #008fcf;
  color: #ffffff;
  transform: rotate(45deg);
}

/* Social icons */
.doctor-share-options {
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding-bottom: 12px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
}

.doctor-share-wrap:hover .doctor-share-options,
.doctor-share-wrap.is-open .doctor-share-options,
.doctor-share-options:hover {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.doctor-share-options a,
.doctor-share-options button {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.doctor-share-options a:hover,
.doctor-share-options button:hover {
  color: #ffffff;
  transform: translateX(-4px) scale(1.06);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.share-whatsapp {
  background: #25d366;
}

.share-facebook {
  background: #1877f2;
}

.share-instagram {
  background: linear-gradient(135deg,
      #feda75,
      #d62976,
      #962fbf,
      #4f5bd5);
}

.share-twitter {
  background: #000000;
}

.share-linkedin {
  background: #0a66c2;
}

.share-copy {
  background: #465a69;
}

.copy-message {
  position: absolute;
  right: 58px;
  bottom: 8px;
  z-index: 30;
  width: max-content;
  padding: 7px 11px;
  border-radius: 6px;
  background: #173c58;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  visibility: hidden;
  opacity: 0;
  transform: translateX(8px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
}

.copy-message.show {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 767px) {
  .doctor-share-wrap {
    right: 10px;
    bottom: 10px;
  }

  .doctor-share-main {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .doctor-share-options {
    padding-bottom: 10px;
  }

  .doctor-share-options a,
  .doctor-share-options button {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
    font-size: 12px;
  }
}

/* =========================================
   Blog Share Dropdown
========================================= */

.blog-share-wrap {
  position: relative;
  z-index: 100;
  display: inline-flex;
  align-items: center;
}

/* Keep existing medical-share-btn styling */
.blog-share-wrap .medical-share-btn {
  position: relative;
  z-index: 5;
  cursor: pointer;
}

/* Social icons container */
.blog-share-options {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  z-index: 20;

  display: flex;
  align-items: center;
  gap: 8px;

  padding-right: 5px;

  visibility: hidden;
  opacity: 0;
  pointer-events: none;

  transform: translate(12px, -50%);

  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
}

/* Invisible hover bridge */
.blog-share-options::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 16px;
  height: 100%;
  background: transparent;
}

/* Show icons */
.blog-share-wrap:hover .blog-share-options,
.blog-share-wrap.is-open .blog-share-options,
.blog-share-options:hover {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}

/* Social icon buttons */
.blog-share-options a,
.blog-share-options button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 40px;
  width: 40px;
  height: 40px;

  padding: 0;
  border: 0;
  border-radius: 50%;

  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;

  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.18);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.blog-share-options a:hover,
.blog-share-options button:hover {
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
}

.blog-share-whatsapp {
  background: #25d366;
}

.blog-share-facebook {
  background: #1877f2;
}

.blog-share-instagram {
  background: linear-gradient(135deg,
      #feda75,
      #d62976,
      #962fbf,
      #4f5bd5);
}

.blog-share-twitter {
  background: #000000;
}

.blog-share-linkedin {
  background: #0a66c2;
}

.blog-share-copy {
  background: #465a69;
}

/* Copy notification */
.blog-copy-message {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 30;

  width: max-content;
  padding: 7px 11px;

  border-radius: 6px;
  background: #173c58;
  color: #ffffff;

  font-size: 12px;
  font-weight: 600;

  visibility: hidden;
  opacity: 0;
  transform: translateY(-5px);

  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
}

.blog-copy-message.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* Mobile */
@media (max-width: 767px) {
  .blog-share-options {
    top: calc(100% + 10px);
    right: 0;
    flex-direction: column;
    padding-top: 6px;
    padding-right: 0;
    transform: translateY(-8px);
  }

  .blog-share-wrap:hover .blog-share-options,
  .blog-share-wrap.is-open .blog-share-options,
  .blog-share-options:hover {
    transform: translateY(0);
  }

  .blog-share-options::after {
    top: auto;
    right: 0;
    bottom: 100%;
    left: auto;
    width: 100%;
    height: 16px;
  }
}


/* =========================================
   Gallery Section
========================================= */

.medical-gallery-section {
    padding: 60px 0;
    background: #f7fafc;
}

.medical-gallery-item {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 35px rgba(18, 59, 87, 0.1);
}

.medical-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.6s ease,
        filter 0.4s ease;
}

/* Gallery overlay */

.medical-gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(6, 49, 75, 0.55);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.medical-gallery-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #ffffff;
    color: #008fcf;
    font-size: 19px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    transform: scale(0.65);
    transition:
        transform 0.35s ease,
        background 0.35s ease,
        color 0.35s ease;
}

.medical-gallery-item:hover img {
    filter: brightness(0.78);
    transform: scale(1.08);
}

.medical-gallery-item:hover .medical-gallery-overlay {
    opacity: 1;
}

.medical-gallery-item:hover .medical-gallery-icon {
    transform: scale(1);
}

.medical-gallery-icon:hover {
    background: #008fcf;
    color: #ffffff;
}



/* Responsive */

@media (max-width: 991px) {
    .medical-gallery-item {
        height: 270px;
    }
}

@media (max-width: 767px) {
    .medical-gallery-section {
        padding: 45px 0;
    }

    .medical-gallery-item {
        height: 240px;
        border-radius: 15px;
    }

    .medical-gallery-overlay {
        background: rgba(6, 49, 75, 0.3);
        opacity: 1;
    }

    .medical-gallery-icon {
        width: 48px;
        height: 48px;
        font-size: 17px;
        transform: scale(1);
    }


}



.video-gallery-page {
    padding: 60px 0;
    background: #f7fafc;
}

.youtube-video-box {
    position: relative;
    width: 100%;
    padding-top: 62.25%;
    overflow: hidden;
    border-radius: 16px;
    background: #000000;
    box-shadow: 0 14px 35px rgba(18, 59, 87, 0.12);
}

.youtube-video-box iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 767px) {
    .video-gallery-page {
        padding: 45px 0;
    }

    .youtube-video-box {
        border-radius: 12px;
    }
}

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

.hero-slider-section {
    position: relative;
    min-height: 530px;
    overflow: hidden;

    display: flex;
    align-items: center;

    background: #061f2f;
}


/* ========================================
   CAROUSEL
======================================== */

.hero-bg-slider {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    z-index: 1;
}


.hero-bg-slider .carousel-inner,
.hero-bg-slider .carousel-item {
    width: 100%;
    height: 100%;
}


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

.hero-slide-bg {
    position: relative;

    width: 100%;
    height: 100%;
    min-height: 530px;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    transform: scale(1.04);
}


/* ========================================
   BACKGROUND ZOOM
======================================== */

.hero-bg-slider .carousel-item.active .hero-slide-bg {
    animation: heroZoom 6s ease-out forwards;
}


@keyframes heroZoom {

    0% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }

}


/* ========================================
   OVERLAY
======================================== */

.hero-slide-overlay {
    position: absolute;

    inset: 0;

    z-index: 1;

    background: linear-gradient(
        90deg,
        rgba(6, 31, 47, 0.68) 0%,
        rgba(6, 31, 47, 0.48) 38%,
        rgba(6, 31, 47, 0.30) 68%,
        rgba(6, 31, 47, 0.08) 100%
    );

    pointer-events: none;
}


/* ========================================
   HERO CONTENT
======================================== */

.hero-content-container {
    position: relative;

    z-index: 5;

    width: 100%;
}


.ta-hero-one-wrap {
    width: 100%;
}


.hero-left {
    position: relative;

    z-index: 5;
}


.hero-left .sub-title {
    color: #ffffff;
}


/* ========================================
   INDICATORS
======================================== */

.hero-bg-slider .hero-indicators {
    position: absolute;

    left: 72px !important;
    right: auto !important;
    bottom: 30px;

    z-index: 20;

    width: auto;

    margin: 0 !important;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    gap: 8px;
}


/* Normal Indicator */

.hero-bg-slider .hero-indicators button {
    width: 9px !important;
    height: 9px !important;

    flex: 0 0 9px;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    border-radius: 50% !important;

    background-color: #ffffff !important;
    background-image: none !important;

    opacity: 0.55;

    transition:
        width 0.3s ease,
        flex-basis 0.3s ease,
        opacity 0.3s ease,
        border-radius 0.3s ease;

    cursor: pointer;
}


/* Active Indicator */

.hero-bg-slider .hero-indicators button.active {
    width: 28px !important;

    flex: 0 0 28px;

    height: 9px !important;

    border-radius: 30px !important;

    background-color: #ffffff !important;
    background-image: none !important;

    opacity: 1;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 991px) {

    .hero-left {
        max-width: 650px;
    }


    .hero-bg-slider .hero-indicators {
        left: 35px !important;
    }


    .hero-slide-overlay {
        background: linear-gradient(
            90deg,
            rgba(6, 31, 47, 0.72) 0%,
            rgba(6, 31, 47, 0.50) 65%,
            rgba(6, 31, 47, 0.25) 100%
        );
    }

}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 767px) {

    .hero-slider-section {
        min-height: 530px;
    }


    .hero-slide-bg {
        min-height: 530px;
        background-position: center center;
    }


    .hero-slide-overlay {
        background: linear-gradient(
            90deg,
            rgba(6, 31, 47, 0.68) 0%,
            rgba(6, 31, 47, 0.45) 70%,
            rgba(6, 31, 47, 0.25) 100%
        );
    }


    .hero-bg-slider .hero-indicators {
        left: 25px !important;
        bottom: 20px;
    }

}


.floating-contact {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9999;

    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-btn {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;

    border-radius: 50px;
    overflow: hidden;

    text-decoration: none;
    color: #fff;

    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);

    transition:
        width 0.35s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

/* Icon always visible */
.icon-wrap {
    min-width: 52px;
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
}

/* Text hidden initially */
.btn-text {
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;

    font-size: 14px;
    font-weight: 600;

    transform: translateX(-8px);

    transition:
        opacity 0.25s ease,
        transform 0.3s ease,
        visibility 0.25s ease;
}

/* Expand on hover */
.contact-btn:hover {
    width: 145px;
    color: #fff;
    transform: translateX(4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.contact-btn:hover .btn-text {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* Call */
.call-btn {
    background: #0b63ce;
}

.call-btn:hover {
    background: #084faa;
}

/* WhatsApp */
.whatsapp-btn {
    background: #25D366;
}

.whatsapp-btn:hover {
    background: #1ebc5a;  
}

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

    .floating-contact {
        left: 12px;
        bottom: 18px;
        gap: 10px;
    }

    .contact-btn {
        width: 48px;
        height: 48px;
    }

    .icon-wrap {
        min-width: 48px;
        width: 48px;
        height: 48px;

        font-size: 19px;
    }

    .contact-btn:hover {
        width: 135px;
    }

    .btn-text {
        font-size: 13px;
    }
}
