:root {
  --cnvs-themecolor: #000;
  --cnvs-themecolor-rgb: 0, 0, 0;

  --cnvs-body-font: "Open Sans", sans-serif;
  --cnvs-primary-font: "Jost", sans-serif;
  --cnvs-secondary-font: "Nunito", sans-serif;
}

#header {
  --cnvs-primary-menu-font-weight: 500;
  --cnvs-primary-menu-font-size: 12px;
  --cnvs-primary-menu-tt: none;
  --cnvs-primary-menu-ls: 0;
  --cnvs-primary-menu-submenu-font-size: 0.875rem;
  --cnvs-primary-menu-submenu-font-weight: 400;
  --cnvs-primary-menu-submenu-hover-font-weight: 500;
  --cnvs-primary-menu-submenu-tt: none;
}

.is-expanded-menu .mega-menu-style-2 .mega-menu-title > .menu-link {
  font-size: calc(var(--cnvs-primary-menu-submenu-font-size) * 0.9);
}

@media (min-width: 992px) {
  .menu-link {
    text-transform: none;
  }

  .sub-menu-container .menu-item > .menu-link {
    font-size: 0.875rem;
  }

  .primary-menu
    ul
    li
    .mega-menu-content.style-2
    ul.mega-menu-column
    > li.mega-menu-title
    > a {
    text-decoration: underline !important;
    color: var(--bs-danger) !important;
  }

  #header.full-header .menu-container {
    border-right: 0;
  }

  .slider-caption h2 {
    text-transform: none;
  }
}

@media (max-width: 991.98px) {
  #top-account {
    padding-right: 15px;
  }
}

#top-account {
  font-size: 14px;
  font-weight: 500;
  border-right: 0px solid #ddd;
  padding: 3px 15px 3px 0;
}

.dark .top-links-item > a,
.dark #top-social li a,
#top-bar.dark {
  color: #fff;
}

body.top-search-open #top-search-trigger > i {
  opacity: 0;
}

/* shop-categories */
.shop-categories [class^="col-"] {
  position: relative;
  margin-bottom: 30px;
}

.shop-categories [class^="col-"] > a {
  display: block;
  position: relative;
  height: 200px;
  background-color: #eee;
}

.shop-categories [class^="col-"] img {
  display: block;
}

.shop-categories [class^="col-"] > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0.4;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.shop-categories [class^="col-"] > a:hover::before {
  opacity: 1;
}

.product .product-title h3 {
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  text-transform: capitalize;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-price {
  font-size: 14px;
  font-weight: 500;
}

.product-image .product-overlay {
  opacity: 0;
  width: 90px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: bottom 0.3s ease, opacity 0.3s 0.1s ease !important;
  -o-transition: bottom 0.3s ease, opacity 0.3s 0.1s ease !important;
  transition: bottom 0.3s ease, opacity 0.3s 0.1s ease !important;
}

.product-image:hover .product-overlay {
  opacity: 1;
  bottom: 20px;
}

.product-overlay a span {
  display: none;
}

.product-overlay a {
  width: 40px;
  height: 40px !important;
  border-radius: 50%;
  text-align: center;
  line-height: 41px;
  padding-left: 2px;
}
.product-overlay a:last-child {
  margin-left: 10px;
}

.owl-carousel .owl-nav [class*="owl-"] {
  opacity: 1;
}
.owl-carousel .owl-nav .owl-next {
  right: -18px;
}
.owl-carousel .owl-nav .owl-prev {
  left: -18px;
}

.clients-grid .grid-item {
  width: 12.5%;
  padding: 1rem;
}

.button.button-desc.button-small {
  padding: 14px 20px;
  font-size: 16px;
}

.button.button-desc.button-small i {
  top: -1px;
  width: 34px;
  font-size: 34px;
  text-align: left;
}
.margin-down {
  margin-bottom: 15px;
}
.button.button-desc.button-small span {
  font-size: 12px;
  margin: 0 0 8px 0;
}

.widget .list-unstyled li {
  margin-bottom: 3px;
}

.widget .list-unstyled li a {
  color: #666 !important;
}

.widget > h4 {
  --cnvs-widget-title-font-size: 1rem;
  --cnvs-widget-title-font-weight: 700;
  --cnvs-widget-title-letter-spacing: 1px;
}

.shop-footer-features h5 a:hover {
  color: #444;
  border-bottom: 1px dotted #aaa;
}

.shop-footer-features i {
  position: relative;
  top: 5px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  margin-right: 10px;
  color: #888;
}

.shop-footer-features h5 span {
  color: #a0acb6 !important;
}

.app-button {
  border: 1px solid #0072be;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #0072be;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease; /* Smooth transition for all properties */
  width: fit-content;
}

.app-button:hover {
  border: 1px solid #0072be;
  background-color: transparent;
  color: #0072be !important;
}

.custom-slider-height {
  width: 100%;
  min-height: 90vh !important;
  height: 90vh !important;
  background-size: cover;
  background-position: center;
}

/* Desktop Background Images */
.slider-1-home {
  background-image: url(../../images/slider/1.jpg);
  background-size: cover;
  background-position: center;
}

.slider-2-home {
  background-image: url(../../images/slider/2.jpg);
  background-size: cover;
  background-position: center;
}

.slider-3-home {
  background-image: url(../../images/slider/3.jpg);
  background-size: cover;
  background-position: center;
}
.slider-4-home {
  background-image: url(../../images/slider/4.jpg);
  background-size: cover;
  background-position: center;
}
.slider-5-home {
  background-image: url(../../images/slider/5.jpg);
  background-size: cover;
  background-position: center;
}
.swiper-slide-bg-left::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 40%,
    #ffffffad 60%
  );
}
.swiper-slide-bg-right::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 40%,
    #ffffffad 60%
  );
}
.owf-dropdown-section-title {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6b7280;
  margin-bottom: 2px;
  padding: 0 4px;
}
.owf-dropdown-link-desc {
  font-size: 10px !important;
  color: #6b7280;
}
.custom-loca {
  max-width: 70% !important;
}
.custom-loca h2 {
  font-size: 60px !important;
  line-height: 1.2 !important;
  -webkit-text-stroke: 2px #0072be;
  color: #0072be;
  font-weight: 800;
}
.new-p-sm {
  border-left: 5px solid #0072be;
  font-size: 12px !important;
  margin-top: 5px !important;
  padding: 10px;
  font-family: "Jost", sans-serif;
  background: linear-gradient(
    145deg,
    rgba(110, 168, 102, 0.15),
    rgba(255, 255, 255, 0.08)
  );
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 28px #0072be6b;
}
.slider-1-p {
  width: 65%;
  color: #000000;
  float: right;
  border-right: 5px solid #0072be;
  border-left: 0px;
  text-align: right;
  border-radius: 16px 0px 0px 16px;
}
.slider-2-p {
  width: 58%;
    color: #000000;
    float: left;
    text-align: left;
    border-radius: 0px 16px 16px 0px;
    font-size: 12px !important;
}
.slider-3-p {
  width: 65%;
  color: #000000;
  float: right;
  border-right: 5px solid #0072be;
  border-left: 0px;
  text-align: right;
  border-radius: 16px 0px 0px 16px;
}
.slider-4-p {
  width: 60%;
  color: #000000;
  float: right;
  border-right: 5px solid #0072be;
  border-left: 0px;
  text-align: right;
  border-radius: 16px 0px 0px 16px;
}
.slider-5-p {
  width: 68%;
  color: #000000;
  float: right;
  border-right: 5px solid #0072be;
  border-left: 0px;
  text-align: right;
  border-radius: 16px 0px 0px 16px;
}
.over_lay_image {
  width: 100%;
  height: 25%;
  background: linear-gradient(
  to bottom,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  position: absolute;
  top: 0;
}
.info-widget.style-4 {
  background-size: cover;
  padding: 60px 0 0 60px;
}
.info-widget.style-4 .widget-media {
  width: 60px;
  height: 60px;
  padding: 10px;
  background-color: #fff;
  border-radius: 15px 15px 0 15px;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: -20px 10px 50px rgba(var(--bs-secondary-rgb), 0.1);
}
.info-widget.style-4 .widget-media::before {
  bottom: 0;
  right: -20px;
}
.info-widget.style-4 .widget-media::after,
.info-widget.style-4 .widget-media::before {
  content: "";
  position: absolute;
  background-image: url(../../images/slider/round-info.svg);
  background-size: 100%;
  height: 20px;
  width: 20px;
}

.info-widget.style-4 .widget-media img {
  border-radius: 10px;
}
.info-widget.style-4 .widget-media::after {
  bottom: -20px;
  right: 0;
  transform: rotate(180deg);
}
.info-widget.style-4 .widget-content {
  background-color: #fff;
  border-radius: 0 15px 15px 15px;
  padding: 15px 18px 12px;
  box-shadow: 0 20px 50px rgba(var(--bs-secondary-rgb), 0.1);
}
.info-widget.style-4 .widget-content .title {
  font-size: 14px;
  color: #566593;
  font-weight: 400;
  margin-bottom: 0;
}
.info-widget.style-4 .widget-content a {
  font-size: 18px;
  color: #0072be;
  font-weight: 700;
  display: block;
  font-family: "Jost", sans-serif;
}
.move-4 {
  -webkit-animation: move4 5s infinite;
  animation: move4 5s infinite;
}

@-webkit-keyframes move4 {
  0% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }

  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }

  100% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
}
.infoodp {
  position: absolute;

  right: 0px;
  top: 60vh;
  z-index: 3;
}
.info-widget.style-5 {
  display: inline-flex;
  align-items: normal;
  gap: 15px;
  position: relative;
  top: 50px;
}
.info-widget.style-5 .widget-media {
  width: 35px;
  height: 35px;
}
.info-widget.style-5 .widget-media i {
  font-size: 45px;
  color: #0072be;
}
.info-widget.style-5 .widget-content .title {
  font-size: 18px;
  color: #cc2930;
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
}
.info-widget.style-5 .widget-content a {
  font-size: 18px;
  font-weight: 600;
  color: #0072be;
}
.dz-ring-effect {
  -webkit-animation: dzRing 1.2s infinite ease-in-out;
  animation: dzRing 1.2s infinite ease-in-out;
  display: inline-flex;
}

@-webkit-keyframes dzRing {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes dzRing {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.custom-locasl3 h2 {
  font-size: 50px !important;
  line-height: 1.2 !important;
  -webkit-text-stroke: 1px #0072be;
  color: #0072be;
  font-weight: 600;
}
.custom-locasl3 h2 span {
  display: block;
  font-size: 30px !important;
  -webkit-text-stroke: 1px #cc2930;
  color: #cc2930 !important;
  font-weight: 300 !important;
}
.custom-locasl4 h2 {
  font-size: 60px !important;
  line-height: 1.2 !important;
  -webkit-text-stroke: 2px #0072be;
  color: #0072be;
  font-weight: 800;
}
.custom-locasl4 h2 span {
  display: block;
  font-size: 34px !important;
  -webkit-text-stroke: 1px #cc2930;
  color: #cc2930 !important;
  font-weight: 300 !important;
}
.custom-locasl5 h2 {
  font-size: 55px !important;
  line-height: 1.2 !important;
  -webkit-text-stroke: 2px #0072be;
  color: #0072be;
  font-weight: 400;
}
.custom-locasl5 h2 span {
  display: block;
  font-size: 48px !important;
  -webkit-text-stroke: 1px #cc2930;
  color: #cc2930 !important;
  font-weight: 300 !important;
}
.right-sli {
  float: right;
  text-align: right;
}
.width-fluide {
  width: 95%;
}
.custom-loca h2 span {
  display: block;
  font-size: 38px;
  -webkit-text-stroke: 2px #cc2930;
  color: #cc2930 !important;
  font-weight: 200;
}
.usp-box h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0 5px;
  color: #000000;
  font-family: "Jost", sans-serif;
}
.usp-box p {
  display: block;
  font-size: 12px;
  padding-bottom: 5px;
  font-weight: 500;
  color: #818181;
  margin-bottom: 0;
}
.usp-section {
  background-color: #fff !important;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.no-margin {
  margin: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.usp-box {
  transition: all 0.9s ease; /* Adjusted timing for smoother transition */
  color: #000;
  text-align: center;
  padding: 10px 5px 5px;
  position: relative;
  overflow: hidden;

  background-color: #f7f8f9;
  border-right: 1px solid #e1e1e1;
  cursor: pointer;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.dLkQRC {
  display: none !important;
}
.usp-box:hover {
  background-color: #fff;
  transform: scale(1.01); /* Only zooms in slightly on hover */
}
.usp-box img {
  width: 65px;
  padding: 0px;
}
.best-iv-gg {
  font-size: 26px;
  -webkit-text-stroke: 1px #ef609c;
  color: #ef609c !important;
  font-weight: 300;
  margin: 0px 0px -10px;
}
.rep-uta {
  font-weight: 300;
  color: #657e7e;
  letter-spacing: 0.5px;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: "Jost", sans-serif;
  width: 85%;
}
.ivf-hi-cli {
  margin: 0px;
  font-size: 20px;
  color: #df9b8e;
}
.usp-head-in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: left;
  border-right: 1px solid #e1e1e1;
}
.usp-head-in h2 {
  font-size: 18px; /* Adjust size as needed */
  font-weight: 700; /* Bold for emphasis */

  margin: 0; /* Remove default margin */
  font-family: "Jost", sans-serif; /* Replace with your preferred font */
  color: #cc2930 !important;
}
.usp-head-in h3 {
  font-size: 14px; /* Slightly smaller than h2 */
  font-weight: 400; /* Normal weight */
  color: #555; /* Lighter color for contrast */
  margin: 5px 0 0; /* Small space between h2 and h3 */
  font-family: "Jost", sans-serif; /* Replace with your preferred font */
}

.custom-wrap {
  padding: 0px !important;
}
.side-par-tit {
  padding: 5px;
}

.side-par-tit h2 {
  font-size: 4.5rem;
  font-weight: 900;
  margin: 0;
  color: #cc2930;
}

.side-par-tit h2 span {
  font-size: 22px;
  color: #0072be !important;
  margin: 0px 0px 0px 5px;
  font-family: "Nunito", sans-serif;
  padding: 5px 0px;
  writing-mode: tb;
  transform: rotate(0);
  position: relative;
  top: 100px;
}
.side-par-tit h3 {
  font-size: 46px;
  font-weight: 800;
  color: #ffff !important;
  display: flex;
  flex-wrap: nowrap;
  font-family: "Jost", sans-serif;
  background-color: #0072be;
  width: fit-content;
  padding: 0px 15px;
}
.side-par-tit p {
  font-family: "Jost", sans-serif;
  color: #585858;
  font-weight: 300;
  margin: 10px 0px 0px 0px;
  font-size: 14px;
}
.side-par-tit p span {
  background-color: #cc2930;
  font-family: "Jost", sans-serif;
  font-weight: 800;
  margin: 0px;
  color: #fff !important;
  padding: 0px 5px;
}
.info-widget.style-7 {
  display: flex;
  position: relative;
  overflow: hidden;
}
.info-widget.style-7 .widget-content {
  writing-mode: tb;
  transform: rotate(180deg);
  border-radius: 0 25px 25px 0;
  color: #0072be;
  text-align: center;
  padding: 15px 15px 15px 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: -35px;
  font-family: "Jost", sans-serif;
  background-color: #0072be00 !important;
}
.info-widget.style-7 .widget-media {
  border: 2px solid #fff;
  border-radius: 25px;
  overflow: hidden;
  width: 205px;
  position: relative;
}
.info-widget.style-7 .widget-media img {
  width: 100%;
}
.call-widget {
  position: absolute;
  bottom: 10px;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(60px);
  height: 35px;
  border-radius: 30px;
  left: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 20px;
}
.video-call-left {
  position: absolute;
  bottom: 20px;
  border-radius: 24px;
  left: -65px;
  padding: 10px 10px 10px 0;
  z-index: 1;
  background: rgb(255 255 255);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 0px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 8px 32px 0 #0072be;
}
.info-widget.style-6 {
  width: 275px;
  border-radius: 14px;
  padding: 20px 20px 15px;
  position: relative;
  margin: 0px 0px 0 0;
  background: linear-gradient(145deg, #0072be9c, #0072be30);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset -10px 10px 28px 0px #0072be;
  border: 1px solid #0072be;
}
.info-widget.style-6 .title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.info-widget.style-6 ul li {
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
}
.time-table {
  position: absolute;
  top: 15px;
  right: -100px;
}
.info-widget.style-6 .info-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  position: absolute;
  left: -30px;
  top: -30px;
  padding: 10px;
  background-color: #0072be;
}
.book-time-button {
  display: block;
  text-align: center;
  font-family: "Jost", sans-serif;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px;
  transition: all 0.9s ease;
}
.book-time-button:hover {
  border: 1px solid #0072be;
  background-color: #fff;
  color: #0072be !important;
}
.health_background {
  background-image: url(../../images/general/background.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 20px 0px 20px 0px;
}
.parent-woo-con {
  padding: 0px 0px 0px 85px;
  /* background-image: url(../../images/general/circle.svg);
		background-position: 0px 0%;
		background-repeat: no-repeat;
	background-size: 130% auto; */
}
.parent-woo-con img {
  height: 660px;
  margin: 0px 0px 0px 40px;
  border: 25px solid #fcecd3;
  border-radius: 40px;
}
.call-widget .active {
  background-color: #ff4747;
  width: 30px;
  height: 30px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.pri-he-ph {
  font-size: 17px;
  font-weight: 800;
  font-family: "Nunito", sans-serif;
  margin: 0 0px 10px;
  color: #fff;
  background-color: #cc2930;
  padding: 0px 5px;
}
.home-according {
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: "Jost", sans-serif;
  margin: 10px 0px 0px !important;
  color: #0072be;
  border-radius: 8px;
  padding-left: 15px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 #0072be4f;
}
.content-home-according {
  font-size: 13px !important;
  font-weight: 300 !important;
  font-family: "Nunito", sans-serif;
  padding: 15px 20px 10px;
  margin: 10px 0px 0px 0px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px 12px 12px 12px;
  border: 0px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 8px 32px 0 #0072be6e;
}
/* usp css started */
.dc-homevtwo .dc-doctorslider .owl-item .dc-doctordetails-holder {
  padding-top: 20px;
}
.dc-homevtwo .dc-doctordetails-holder {
  height: 186px;
}
.dc-doctordetails-holder {
  float: left;
  width: 100%;
  padding: 25px 10px;
  height: 300px;
  background: #fff;
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 6px 5px 10px 2px #cc29303b;
  border: 0px solid rgba(255, 255, 255, 0.2);
  color: #212529;
}

.dc-slidercounter {
  font-size: 74px;
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: 600;
  background: linear-gradient(90deg, #cc2930a1, #0072be7a, #ffffff, #cc2930a8);
  background-size: 250%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  animation: dcGlow 15s infinite linear;
  font-family: "Poppins", sans-serif;
}

@keyframes dcGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.dc-homevtwo .dc-doctordetails-holder h3 {
  margin: 74px 0 10px;
}
.dc-titlecolor1 h3 {
  color: #ff6f61;
}
.dc-titlecolor2 h3 {
  color: #8e75b5;
}
.dc-titlecolor3 h3 {
  color: #388e8e;
}
.dc-titlecolor4 h3 {
  color: #3a70b2;
}
.dc-titlecolor5 h3 {
  color: #ffb300;
}
.dc-titlecolor6 h3 {
  color: #d95375;
}
.dc-doctordetails-holder h3 {
  margin: 0;
  display: block;
  font-size: 14px;
  overflow: hidden;
  line-height: 30px;
  white-space: nowrap;
  margin: 176px 0 10px;
  text-overflow: ellipsis;
}
.dc-titlecolor1 .dc-btn {
  border-color: #1abc9c;
}

.dc-doctordetails-holder .dc-btn {
  width: 100%;
  margin-top: 20px;
}
.dc-btn {
  min-width: 160px;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  padding: 0 0px;
  position: relative;
  text-align: left;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  color: #818181;
}
.dc-titlecolor1.dc-doctordetails-holder:after {
  background: #ff6f61;
}
.dc-titlecolor2.dc-doctordetails-holder:after {
  background: #8e75b5;
}
.dc-titlecolor3.dc-doctordetails-holder:after {
  background: #388e8e;
}
.dc-titlecolor4.dc-doctordetails-holder:after {
  background: #3a70b2;
}
.dc-titlecolor5.dc-doctordetails-holder:after {
  background: #ffb300;
}
.dc-titlecolor6.dc-doctordetails-holder:after {
  background: #d95375;
}
.dc-doctordetails-holder:after {
  left: 0;
  width: 0;
  bottom: 0;
  height: 5px;
  content: "";
  background: #eee;
  position: absolute;
}
.dc-doctordetails-holder:hover {
  background: #fcfcfc;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}
.mar-blo {
  margin-bottom: 15px;
  padding-right: 0px !important;
}
.dc-doctordetails-holder:hover .dc-slidercounter {
  opacity: 0;
  visibility: hidden;
}
.dc-homevtwo .dc-doctordetails-holder:hover h3 {
  margin: 0;
}
.dc-titlecolor1.dc-doctordetails-holder:after {
  background: #1abc9c;
}
.dc-doctordetails-holder:hover:after {
  width: 100%;
}
.dc-doctordetails-holder:after {
  left: 0;
  width: 0;
  bottom: 0;
  height: 5px;
  content: "";
  background: #eee;
  position: absolute;
}
.dc-doctordetails-holder h3 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  line-height: inherit;
  text-overflow: ellipsis;
  color: var(--terthemecolor);
}
/*ups css end */
.svg-waves {
  position: absolute;
  bottom: -25px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 175px;
}
.home-tkk {
  position: relative;
  z-index: 9;
}
.svg-waves__parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5)
    infinite;
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.svg-waves__parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  fill: #0072be85;
}

.svg-waves__parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  fill: #0072be57;
}

.svg-waves__parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
  fill: #0072be47;
}

.svg-waves__parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  fill: #0072be47;
}

@-webkit-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

.step-light-bg {
  background-color: #f6feff;
}
/* step -by step	*/
.single-department-2 .thumb-wrap {
  position: relative;
  z-index: 1;
}
.single-department-2 .thumb-wrap .shape {
  position: absolute;
  left: -35px;
  top: -10px;
  width: 125px;
  height: 125px;
}
.single-department-2 .thumb {
  height: 225px;
  line-height: 200px;
  z-index: 3;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
  padding: 0px;
  margin-bottom: 10px;
}

.single-department .thumb {
  padding: 2px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  width: 225px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.single-department .thumb img {
  border-radius: 50%;
}
.single-department-2 .thumb .count {
  background: linear-gradient(
    90deg,
    rgba(76, 188, 211, 1) 0%,
    rgba(1, 140, 196, 1) 100%
  );
}

.single-department .thumb .count {
  position: absolute;
  right: 5px;
  top: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  background: #cc2930;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
}
.single-department-2.small-box {
  margin-top: 80px;
}

.single-department.small-box {
  margin-top: 40px;
}
.single-department-2 .title {
  margin-bottom: 22px;
}

.single-department .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: "Nunito", sans-serif;
}
.back-shape {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0px;
  top: 150px;
  z-index: 0;
  -webkit-transform: translate(0%, -20%) rotate(185deg);
  transform: translate(0%, -20%) rotate(185deg);
}
.working-de-p {
  font-size: 15px !important;
  line-height: 18px !important;
  font-weight: 300;
  color: #212529;
  display: inline;
  font-family: "Jost", sans-serif;
}
.thumb-box-1 {
  margin-top: 15px;
}
.thumb-box-2 {
  margin-top: -25px;
}
.thumb-box-3 {
  margin-top: -50px;
}
.thumb-box-4 {
  margin-top: -25px;
}
.title-center {
  text-align: center;
}
.step-color-title {
  font-family: "One World Bold";
  font-size: 28px;
  -webkit-text-stroke: 1px #0072be;
  color: #0072be !important;
  margin: 0px;
}
/* step -by step	*/

.pink-color-title {
  color: #cc2930;
}
.my-section {
  margin: 0px;
  padding: 25px 0px 0px 0px;
}
.both-section {
  margin: 0px;
  padding: 25px 0px 25px 0px;
  background: radial-gradient(
      1100px 600px at 15% 15%,
      rgba(0, 114, 190, 0.16),
      transparent 60%
    ),
    radial-gradient(
      900px 520px at 90% 25%,
      rgba(204, 41, 48, 0.12),
      transparent 60%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.92),
      rgba(255, 255, 255, 0.78)
    );
}
.subtit-in {
  font-weight: 400;
  color: #0072be;
  letter-spacing: 0.5px;
  text-align: center;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: 2px;
  font-family: "Jost", sans-serif;
}
.counter-body {
  margin: auto;
  width: 90%;
  padding: 75px 0px 50px;
  text-align: center;
}
.count-sub-body {
  display: block;
  width: 100%;
  padding: 10px;
  transition: all 0.9s ease;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  min-height: 125px;
  align-content: center;
  margin-top: 45px;
}

.first-con {
  background: linear-gradient(to right, #f9c2cd, #fad4c0);
}
.second-con {
  background: linear-gradient(to bottom right, #c9e4de, #b2dffb);
  margin-left: 40px;
}
.third-con {
  background: linear-gradient(to left, #f5e9dc, #fff4b7);
}
.fourth-con {
  background: linear-gradient(to bottom left, #ead7f1, #fad4c0);
}
.fifth-con {
  background: linear-gradient(to top right, #fad4c0, #c9e4de);
}
/* Heading and Paragraph Styles for Box 1 */
.box1-heading {
  color: #4d1c1c !important; /* Deep Red for strong contrast */
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0px;
}
.box1-text {
  color: #6a5d5d !important; /* Warm Gray for balance */
  font-size: 16px;
  line-height: 1.5;
}

/* Heading and Paragraph Styles for Box 2 */
.box2-heading {
  color: #013a4d !important; /* Deep Teal for strong contrast */
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0px;
}
.box2-text {
  color: #285761 !important; /* Muted Teal for softer contrast */
  font-size: 16px;
  line-height: 1.5;
}

/* Heading and Paragraph Styles for Box 3 */
.box3-heading {
  color: #665e00 !important; /* Deep Golden Brown for harmony */
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0px;
}
.box3-text {
  color: #7d6a00 !important; /* Rich Golden Brown for balance */
  font-size: 16px;
  line-height: 1.5;
}

/* Heading and Paragraph Styles for Box 4 */
.box4-heading {
  color: #4d355d !important; /* Deep Lavender for connection */
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0px;
}
.box4-text {
  color: #5e4768 !important; /* Muted Lavender for balance */
  font-size: 16px;
  line-height: 1.5;
}

/* Heading and Paragraph Styles for Box 5 */
.box5-heading {
  color: #cc2930 !important;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}
.box5-text {
  color: #3e706d !important; /* Soft Forest Green for harmony */
  font-size: 16px;
  line-height: 1.5;
}

.app-boo-ld {
  position: absolute;
  left: -60px;
  bottom: 80px;
}
.avatar-group {
  display: flex;
  flex-wrap: no-wrap;
}

.avatar-sm {
  width: 40px;
  aspect-ratio: 1 / 1;
}
.text-in-week {
  font-size: 14px;
  line-height: 1.3;
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 100;
}
.info-widget.style-1 {
  border-radius: 60px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 15px 25px 15px 15px;
}
.count-sub-body:hover {
  background-color: #fff;
  border-radius: 8px;
  background-color: #fff;
  transform: scale(1.01);
}
.coount-image {
  width: 75px;
  height: 100px;
}
.coount-image img {
  width: 100%;
  height: 100%;
}
.coount-body-head {
  text-align: center;
}
.count-skill-count {
  color: #cc2930;
}
.coount-body-head h2 {
  font-size: 20px;
  font-family: "Jost", sans-serif;
  margin: 0px;
  font-weight: 300;
}
.coount-body-span {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  font-weight: 300;
  line-height: 0;
}
.counter-appoint-section {
  margin: 0px;
  background-color: #f4f6ff !important;
  padding: 25px 0px;
}
.image-std {
  border-radius: 200px 200px 30px 30px;
}
.left-push {
  padding-left: 125px;
}
.book-app-btn {
  margin-top: 15px;
  margin-left: 25px;
}
.book-app-btn span {
  font-size: 28px;
  font-family: "Jost", sans-serif;
  font-weight: 900;
  color: #000000;
}
.book-app-btn h2 {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  background-color: #3b3284;
  width: fit-content;
  padding: 2px 24px;
  margin: 0px;
}
.book-app-btn p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin: 10px 0px 0px;
  font-weight: 300;
}
.image-std {
  width: 100%;
}
.button-app-sec {
  float: right;
  display: block;
}
.sel-bdk {
  background-color: #cc2930;
  font-size: 16px;
  padding: 10px 15px;
  font-family: "Jost", sans-serif;
  color: #fff !important;
  border-radius: 10px;
  transition: all 0.6s ease;
}
.sel-bdk:hover {
  background-color: #fff;
  border: 1px solid #cc2930 !important;
  font-family: "Jost", sans-serif;
  color: #cc2930 !important;
  border-radius: 10px;
}
.contact-bg-area {
  margin: 0;
  background: linear-gradient(to right, #b3dde6, #fad4c0, #f5e9dc);
  background-size: 300% 300%; /* Enlarges gradient for animation */
  -webkit-animation: gradientShift 8s ease infinite; /* For WebKit browsers */
  -moz-animation: gradientShift 8s ease infinite; /* For Firefox */
  -o-animation: gradientShift 8s ease infinite; /* For Opera */
  animation: gradientShift 8s ease infinite; /* Standard */
  color: #333333; /* Text color for readability */
}
.contact-bg-area::before {
  position: absolute;
  content: "";
  background-color: #fafbfb82;
  opacity: 0.929;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.my-wrap-no-padding {
  padding: 0px;
}

.for-rem-cf98n {
  font-family: "Jost", sans-serif;
  font-size: 10px;
  font-weight: 300 !important;
}
.form-cont-in {
  padding: 50px;
  background-color: #fff !important;
  border-radius: 12px;
}

.con-dkd h2 {
  margin: 0px;
}
.con-dkd h1 {
  margin: 0px;
}
.onglo {
  border-radius: 15px;
  border: 1px solid #d6d2f1;
  padding: 10px 25px;
  margin-bottom: 10px;
  min-height: 173px;
}
.center-botton {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Background color for each box */

.onglobg2 {
  border: 1px solid #f2ddd9; /* Deep lavender */
}
.onglobg3 {
  border: 1px solid #d7ece4; /* Soft blue */
}

/* Align image and title in one line */
.lo-title {
  display: flex;
  align-items: center;
  gap: 10px; /* Space between image and title */
}

/* Image styling */
.img-loo {
  width: 75px;
  height: 55px !important;
}

/* Title styling */
.te-ll {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  font-family: "Jost", sans-serif;
}

/* Adjust paragraph */
.onglo p {
  margin-top: 5px;
  color: #232323;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  margin-bottom: 0px;
}
.otp-cont-in {
  padding: 50px;
  background-color: #fff !important;
  border-radius: 12px;
  width: 60%;
  margin: auto;
  text-align: center;
}
/* otp css */
.otp-input {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.otp-input input {
  width: 50px;
  height: 50px;
  margin: 5px 10px;
  text-align: center;
  font-size: 1.5rem;
  border: 1px solid #cc2930;
  border-radius: 12px;
  background-color: #cc29303d;
  color: #212529;
  transition: all 0.3s ease;
}
.otp-input input:focus {
  border-color: #cc2930;
  box-shadow: 0 0 0 2px #cc293042;
  outline: none;
}
.otp-input input::-webkit-outer-spin-button,
.otp-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-input input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.otp-cont-in p {
  font-size: 16px;
  font-family: "Jost", sans-serif;
  color: #000000;
  margin: 0;
  font-weight: 300;
}
#uslnel {
  color: #ff0000;
  font-weight: 500;
}
.otp-cont-in h2 {
  font-size: 24px;
  font-family: "Jost", sans-serif;
  color: #000000;
  margin: 0 0 20px 0px;
}
.resend-text {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #232323;
}
.resend-link {
  color: #ff0000;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
}
#timer {
  font-size: 1rem;
  color: #ff0000;
  font-weight: 500;
  margin-left: 5px;
}
.otp-btnoo {
  width: 65% !important;
  margin: auto;
}
.black-color-title {
  color: #000000;
}
#errorMessage {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #cc2930;
  font-family: "Jost", sans-serif;
  font-weight: 300;
}
.ins-categories .nav-link {
  padding: 20px 30px;
  color: #444;
  background-color: var(--bs-light);
  margin-top: 17px;
  font-size: 1.2em;
  border-radius: 0.25rem;
  transition: max-height 0.5s;
  max-height: 70px;
  overflow: hidden;
}

.ins-categories .nav-link:first-child {
  margin-top: 0;
}

.ins-categories .nav-link:hover {
  background-color: #f5f5f5;
}

.ins-categories .nav-link.active {
  color: #000;
  background-color: #e3eaf1;
  max-height: 200px;
}

.ins-categories .nav-link .tab-header img {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 15px;
  opacity: 0.5;
}

.ins-categories .nav-link .tab-desc {
  opacity: 0;
  transition: opacity 0.3s;
  color: #5b5855;
  font-size: 1.025rem;
  padding-left: 45px;
}

.ins-categories .nav-link.active .tab-desc {
  opacity: 1;
  transition: opacity 0.5s;
  transition-delay: 0.25s;
}

.services-icon-home {
  width: 60px !important;
  height: 60px !important;
  /* border-radius: 50%;
		background-color: #ffffff00 ! IMPORTANT;
		background: linear-gradient(210deg, #0072be00, #ffffff00);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		box-shadow: inset -5px -9px 20px 0px #0072be4d;
	border: 0px solid rgba(255, 255, 255, 0.2); */
}
.services-icon-text {
  font-size: 12px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: "Jost", sans-serif;
}
/* Style for the tab container to enable scrolling */
.tab-container {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  margin: 25px 0px 0px 0px;
}
.service-tab-left {
  font-size: 16px;
  font-weight: 400 !important;
  padding: 10px 15px 5px 15px !important;
  font-family: "Jost", sans-serif;
  border-radius: 8px !important;
  background-color: #ffffff00 !important;
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 6px 6px 10px 2px #cc29303b !important;
  border: 0px solid rgba(255, 255, 255, 0.2) !important;
  color: #cc2930 !important;
}
.service_head {
  display: block;
  color: #000000 !important;
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  margin: 0px;
}
.count-servce-p {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 400;
  color: #212529;
  display: inline;
  font-family: "Jost", sans-serif;
}
.servicesub-title {
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  font-family: "Jost", sans-serif;
}
.service-sub-content {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  margin-left: 30px;
  padding-bottom: 5px;
}
.read-more-services {
  font-size: 12px;
  margin-left: 14px;
  font-weight: 700;
  color: #cc2930 !important;
}
/* Style for the tab list to scroll horizontally */
.nav {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  padding-left: 40px; /* Leave space for left arrow */
  padding-right: 40px; /* Leave space for right arrow */
}

/* Hide scrollbar for a clean look */
.nav::-webkit-scrollbar {
  display: none;
}

/* Style for arrow buttons */
.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 1.2rem;
  z-index: 10;
}

/* Position arrows on the left and right */
.nav-arrow-left {
  left: 0;
}

.nav-arrow-right {
  right: 0;
}

/* Optional: Add spacing and responsive layout for each service */
.nav-item {
  display: inline-block;
  margin-right: 8px;
}
.scroll-in-desktop {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row !important;
  justify-content: space-between;
}
.service-width {
  margin: 0px !important;
}
.nav-arrow-custom {
  background: rgb(255 255 255 / 0%) !important;
  color: #000000 !important;
  font-size: 4.2rem !important;
}
.testimonial-section {
  margin: 0px;
  background-color: #fff;
  padding: 10px 0px 90px;
}
.image-design-box {
  border-right: 1px solid #fff;
}

.design-image-box {
  perspective: 1000px;
}

.design-flip-container {
  width: 100%;
  position: relative;
  padding-top: 100%; /* This maintains a square aspect ratio for the container */
}

.design-flipper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.9s;
  transform-style: preserve-3d;
  cursor: pointer;
}

.design-flip-container:hover .design-flipper {
  transform: rotateY(180deg);
}

.design-front,
.design-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.design-front img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Keeps the image aspect ratio without cutting */
}

.design-back {
  background-color: white;
  color: #333;
  transform: rotateY(180deg);
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 2px solid #cc2930;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}
.design-section {
  padding: 20px 0px 20px 0px;
  margin: 0px;
  background-color: #f4f6ff !important;
}
.little-design-gap {
  padding: 15px 0px 5px;
}
.eWlnOb {
  display: none;
}
.faq-section {
  padding: 10px 0 10px;
  margin: -55px 0px 0px;
  z-index: 9;
  background-image: url(../../images/general/faqback.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.faq-text h1 {
  font-size: 50px;
  font-weight: 800;
  color: #fff !important;
  line-height: 0.6;
  font-family: "One World Bold";
  margin: 75px 0px 15px;
}

.faq-text span {
  font-size: 55px;
  font-weight: 500;
  color: #cc2930 !important;
  line-height: 0;
  font-family: "Jost", sans-serif;
  margin: 0px;
}

.faq-text h3 {
  font-family: "One World Bold";
  margin: 0px;
  font-size: 26px;
  color: #0072be;
  letter-spacing: 0.5px;
}
.faq-bodu-pspan {
  font-size: 18px;
  font-family: "Jost", sans-serif;
  margin: 0px;
  font-weight: 300;
  line-height: 0;
}

.faq-acco-cust .accordion-header {
  border-color: #ffffff00;
  padding: var(--cnvs-toggle-content-padding);
  margin: 10px 0px 0px 0px;
  border-radius: 8px 8px 8px 8px;
  background-color: #ffffff00 !important;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 6px 5px 10px 2px #cc29303b;
  border: 0px solid rgba(255, 255, 255, 0.2);
  align-items: baseline;
}
.accordion:not([data-collapsible="false"]) .faq-header.accordion-active {
  cursor: pointer;
  padding: var(--cnvs-toggle-content-padding);
  margin: 10px 0px 0px 0px;
  border-radius: 8px 8px 0px 0px;
  background-color: #ffffff00 !important;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  box-shadow: inset 0px 10px 10px 0px #cc29303b;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.faq-content-bos {
  display: none;
  position: relative;
  border-bottom: 6px solid #7cbed2;
  font-size: 14px !important;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  border-color: #ffffff00;
  padding: var(--cnvs-toggle-content-padding);
  margin: 0px 0px 0px 0px;
  border-radius: 0px 0px 8px 8px;
  background-color: #ffffff00 !important;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0px -10px 15px 0px #cc29303b;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.faq-home-title {
  font-family: "One World Regular";
  font-size: 12px;
  color: #cc29308c;
}
.cross-color {
  color: #cc29308c !important;
}
.faq-right-title {
  margin-top: 25px;
}
.doctor-section {
  margin: 0px;
  padding: 30px 0px 30px;
}
.ivf-button-home {
  font-size: 20px;
  margin: auto;
  font-weight: 700;
  color: #ffffff !important;
  display: block;
  text-align: center;
  font-family: "Jost", sans-serif;
  background-color: #cc2930;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 5px;
}
.success-note {
  font-family: "Jost", sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 15px auto 0px;
  font-size: 18px;
  background-color: #cc2930;
  width: fit-content;
  padding: 0px 10px;
}
.dc-designation {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.doc-name {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 5px 0px 5px 0px;
}
.doc-name a {
  color: #000000 !important;
}
.doc-name i {
  color: #0072be !important;
  font-size: 14px;
  line-height: 20px;
  margin-left: 5px;
}
.dc-docinfo {
  margin: 0px;
  list-style: none;
}
.doctor-short-description p {
  font-size: 14px;
  font-family: "Jost", sans-serif;
  margin: 10px 0px 10px 0px !important;
  font-weight: 300;
}
.doctor-details-image {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  width: 100%;
  height: 195px;
}
.doctor-details-image img {
  border-radius: 8px;
  width: 100%;
  height: 195px;
}
.doc-availability {
  font-size: 14px;
  display: block;
  color: #cc2930;
  font-family: "Jost", sans-serif;
}
.doc-dayav {
  font-size: 15px;
  margin-left: 5px;
  display: block;
  font-family: "Jost", sans-serif;
  color: #787878;
}
.dc-designation {
  font-family: "Jost", sans-serif;
  color: #cc2930;
}
.dc-doclocation {
  display: flex;
  flex-wrap: nowrap;
}
.dc-dayon {
  color: #0072be;
}
.doctordtag {
  left: 12px;
  border-radius: 8px 0px 0px 0px;
  border-top: 40px solid #0b95cc;
}
.doc-quali {
  font-size: 14px;
  margin: 0px;
  font-weight: 400;
}
.doc-to {
  font-weight: 300;
  color: #657e7e;
  letter-spacing: 0.5px;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 0px;
  font-family: "Jost", sans-serif;
}
.faq-right-title h1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}

.faq-right-title h3 {
  font-size: 14px;
  color: #585858; /* Slightly lighter than h1 */
  margin-bottom: 5px;
  font-weight: 400;
  font-family: "Nunito", sans-serif; /* Customize font as needed */
}

.faq-right-title span {
  font-size: 14px;
  color: #000000; /* Even lighter for the paragraph */
  line-height: 1.6;
  font-weight: 300;
  font-family: "Open Sans", sans-serif; /* Customize font as needed */
}
.testi-color-title {
  font-size: 28px;
  -webkit-text-stroke: 0px #0072be;
  color: #cc2930 !important;
  margin: 0px;
  font-family: "One World Bold";
}
.fcc-custom {
  width: 100% !important;
}
.hiafvJ {
  background-color: #f6feff !important;
}
.idHrF {
  background-color: #f6feff !important;
}
.euBiGU {
  background-color: #fff !important;
  border: 1px solid #ffffff !important;
}
.dqiKFy {
  color: #0072be !important;
  font-family: "Jost", sans-serif !important;
  font-weight: 600 !important;
}
.blog-section {
  padding: 25px 0px 50px 0px;
  margin: 0px;
  background-color: #fff !important;
  border-bottom: 0px solid #e1e1e1;
}
.review-width {
  width: 435px;
  background-color: #faebd700;
  margin-top: 25px;
}
.serv-bod {
  overflow-x: hidden;
}
/* image-desgin */
.dz-flex-wrapper {
  --service-count: 5;
  display: flex;
  counter-reset: counter-item;
}
.dz-flex-wrapper .dz-flex-item.active {
  background-image: none !important;
  width: calc(100% - calc(calc(var(--service-count) - 1) * 140px));
  flex: 0 0 calc(100% - calc(calc(var(--service-count) - 1) * 140px));
}
.dz-flex-wrapper .dz-flex-item {
  display: flex;
  position: relative;
  flex: 0 0 120px;
  transition: all 0.5s;
  background-position: center;
  margin: 0 18px 0 0;
  overflow: hidden;
  width: 120px;
  gap: 0;
}
.dz-flex-wrapper .dz-flex-item.active .dz-flex-head {
  width: 0;
  visibility: hidden;
}
.dz-flex-wrapper .dz-flex-head::before {
  position: absolute;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 700;
  color: #feffff;
  opacity: 0.1;
  left: 10%;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  transform: translate(-50%);
  content: "0" counter(counter-item);
  counter-increment: counter-item;
}
.dz-flex-wrapper .dz-flex-head .title {
  color: #fff;
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: relative;
  z-index: 1;
}
.dz-flex-wrapper .dz-flex-head::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0072be;
  opacity: 0.7;
  border-radius: 15px;
}
.dz-flex-wrapper .dz-flex-item.active .dz-flex-info {
  width: 100%;
}
.dz-flex-wrapper .dz-flex-info {
  border-radius: 20px;
  opacity: 1;
  transition: all 0.5s;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  display: flex;
  background-color: #fff;
  width: inherit;
  flex: 1;
}
.dz-flex-wrapper .dz-flex-info::before {
  font-size: 150px;
  line-height: 1;
  font-weight: 600;
  color: #0072be;
  opacity: 0.03;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  content: "0" counter(counter-item);
}
.dz-flex-wrapper .dz-flex-inner {
  display: flex;
  gap: 30px;
  padding: 30px;
  min-width: 750px;
}
.dz-flex-wrapper .dz-media {
  width: 300px;
  height: 440px;
  min-width: 300px;
}
.dz-flex-wrapper .dz-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.dz-flex-wrapper .dz-media .btn {
  position: absolute;
  bottom: 60px;
  left: 75px;
  right: 20px;
  border-radius: 9px;
  font-weight: 500;
  color: #0072be;
  background-color: #fff;
  width: fit-content;
  padding: 10px 20px;
}
.dz-flex-wrapper .dz-flex-head {
  text-align: center;
  min-height: 500px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  opacity: 1;
  visibility: visible;
  width: 100%;
  z-index: 2;
  cursor: pointer;
  border-radius: 15px;
  background-blend-mode: color-burn;
  overflow: hidden;
  position: relative;
  max-width: 120px;
  background-position: center top;
}
.dz-flex-wrapper .dz-info {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}
.dz-flex-wrapper .dz-flex-info .text {
  margin-bottom: 0px;
  font-size: 14px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.dz-title {
  font-family: "Jost", sans-serif;
  margin-bottom: 10px;
  font-size: 22px;
  color: #cc2930;
}
.list-check-try {
  margin: 10px 0px 0px 0px !important;
  list-style: auto;
}
.dz-flex-wrapper .dz-info ul.list-check-try li {
  font-size: 16px;
  padding: 5px 0 5px 0px;
  font-family: "Jost", sans-serif;
  font-weight: 300;
}
/* image-desging */
/* home service */
.icon-bx-wraper.style-7 {
  border-radius: 10px;
  z-index: 1;
  filter: drop-shadow(0 10px 30px rgba(255, 255, 255, 0.1));
  min-height: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.icon-bx-wraper.style-7 .bg {
  mask-image: url(.../../images/bg03.svg);
  -webkit-mask-image: url(../../images/bg03.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mask-position: top right;
  z-index: 0;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  opacity: 0;
  background-blend-mode: color-burn;
  background: #fff;
}

.icon-bx-wraper.style-7 * {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.icon-bx-wraper.style-7 .icon-bx {
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px;
  background-color: #ffffff00;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 10px 0 #cc293082;
}
.icon-bx-wraper.style-7 .icon-content {
  position: relative;
  z-index: 1;
  padding: 10px 15px;
}
.icon-bx-wraper.style-7 .dz-title {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 5px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 15px;
  margin-right: 55px;
  padding-right: 10px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 65px;
  font-family: "Nunito", sans-serif;
}
.icon-bx-wraper.style-7 .dz-title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #0072be 0, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  opacity: 0.3;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.icon-bx-wraper.style-7 p {
  font-size: 12px;
  font-family: "Nunito", sans-serif;
  margin: 0px;
  height: 40px;
  overflow-y: hidden;
}

.icon-bx-wraper p:last-child {
  font-size: 12px;
  font-family: "Nunito", sans-serif;
  margin: 0px;
}
.no-bg-page {
  background-color: transparent !important;
}
.icon-bx-wraper.style-7 .dz-media {
  height: 175px;
  margin-top: auto;
  padding: 0px 10px;
  border-radius: 14px;
}
.icon-bx-wraper.style-7 .dz-media img {
  height: 100%;
  width: 100%;
  border-radius: 14px;
}
.icon-bx-wraper.style-7 .icon-footer {
  padding: 10px 25px;
  text-align: center;
  position: relative;
  z-index: 1;
  font-family: "One World Regular";
  border-radius: 12px 12px 12px 12px;
  margin: 0px 15px 15px;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 6px 5px 10px 2px #cc29303b;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.services-icon-home-e {
  width: 50px !important;
  height: 50px !important;
  padding: 0px;
  margin-top: -5px;
  border-radius: 0%;
}
.icon-link-hover-end {
  color: #cc2930 !important;
  font-family: "One World Medium";
}
.icon-bx-wraper.style-7:after {
  content: "";
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  mask-image: url(../../images/bg03.svg);
  mask-position: top right;
  border-radius: 15px 0 15px 15px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  transition: all 0.5s;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 6px 5px 10px 2px #cc29303b;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.servicebox-width {
  width: 375px;
  background-color: #faebd700;
  margin-top: 0;
}
.dc-servic {
  right: 0;
  top: 0;
  font-size: 40px;
  line-height: 75px;
  position: absolute;
  color: #0072be42;
  font-family: "Jost", sans-serif;
  background: linear-gradient(90deg, #cc2930a1, #0072be7a, #ffffff, #cc2930a8);
  background-size: 250%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  animation: dcGlow 25s infinite linear;
}
/* home service end */
.pride-home-blog-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 22px rgba(18, 47, 105, 0.05), 0 0 0 rgba(63, 85, 204, 0.05);
  margin: 0 10px 60px;
  position: relative;
  text-align: left;
  z-index: 1;
}
.pride-home-blog-card:after,
.pride-home-blog-card:before {
  content: "";
  height: 60px;
  position: absolute;
  width: 130px;
}
.pride-home-blog-card:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAAsCAYAAAC33FDQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAASMSURBVHgB7ZztUdswGMflBAhc+JAN6hHSCRomKJ2g6QSECQgTkE4ATGCYINmAbFB3g3yA4530/xiJU3WWneA3SdH/zmfZhCTW88vzIskO2AZpuVz27u7uwna73cdh2Gq1vtC5IAhC2mf8a4xtgdfHLy8vf/H6OZ3b29uL2YYpYA7r/v4+xG4AQ38DEAO0Q1auFthmeO9r2m8CQE4BQ17i4eGhDw/ynQDB1hd/g1f477Xq8RqfkXUuBpyT19fXa1fhcQIYeJIBADhBkwBJQosMhK5dRDI4Ke0Y+1NAc8Eck9XAAJQhByXMA6RMaHJgSfYCHHib4263e8UckZXASB5loAKh2wuV5WFIObB8tPGZF29vb6cuhCmrgKEc5fHxkUAZkeHXhUWoDGiychkBigKPE2HKGmBub2/7W1tbEZXAdCyAqdOjZCnL28jgQFZ7GyuAQeVzBMOP0eylgVJFUltEacAox9Z6G+OBASxngGCkAmIiKLJUj6PxNuNOp3PKLJKxwPB85RwgHKqQ5OUoJikrGebHc4SoH7aEKCN7nGB5enqaotm3GRZZurxGClEHNkDTYoaJhvPhWW6YBAtGT7WhyBbpQirfaF7rBtd9yAyXUT1PsKDzprwDk3MCFpKNoKRJF574dry7uzthhsoYDyNgASChgMRFWEgaLyO2Mz7WZKSMAIZyFsARESwu5CurKCtEQWNToTHCEuicKK0aIrkIi6ysZBjXPtzZ2blkBqlxa6AaOkPnjNTEluQ6LLI01RN7fn7+ur+/P2eGqNGQRG7Xw/IuXU6zvb0d8YVgRqgxq/ASMlLL5uRLbRgssjSjwjOEpgNmgBrxMPwXc76JOUueNEnwgEI3M0C1A8MrIhpr6blcOhdRGjQUujGvNmINq3Zg6JdCA3NBYPbkYdPSjdGg/36yBlWrlXCxR9hNNG7XS5FccmOCUuQ0C1ROB01VTrVZivIWhJ8/LswL1SkBjQRMMlmJ40YmK2sLSTxvSdoeltWlGRGmH9+0iXK7FmDgQk9E3iInuV6rSTfD3W63o5w7Nsv/Lqxi+VBUnkwYo6ncw4hQ5GEpLk25PaCViawmVQqMHIo8KOUp5cc3rGt2uzIL0tA/LiYSFyUWRHloikud4ZYqqMoXX1ViPZ63THXrW7yKSzdGg/bXKsvt0kOSNPQf0rGHpRrJ5bZUUCR9X2XlVDowGM099yV0PVKnVkS5jdwxYhWpVGDU+4iEPDTVqe7KqTRgeJY+9CV0/dL0eSWVUynW5DQP/eBcc8qonCaonI5ZSSpkUUquKF6SC/TLLJtXBjRXnU7nF+yxYAX1aYtuyk1ntikDmriM23E/lcPQ4zfo1k4BS+BXzhmjQJndljy/mOEesgJay7Lcq1AlNNAltx4WM6TzNFyffqjRStblT1M4wn6smWp/fzMPi1HKukmOvT9jeAJwLtcBJ9PC/OGDtKzyMAgyb+30sBiqHGiS3Aa2m6F4+b3Kss9gyR+GzI9jlGALerw64h3B8jHELCe26jm17WWOKBSp7bRzXDG2GTFATOBvPWmaYd7tduN/gdRbbFcKBtkAAAAASUVORK5CYII=)
    no-repeat 50%;
  bottom: -8px;
  left: 20px;
}
.pride-home-blog-card img {
  border-radius: 20px;
  width: 100%;
}
.pride-home-blog-card span {
  background: linear-gradient(
    358deg,
    #cf0772 -1077.15%,
    #cc2930 -690.64%,
    #cc2930 -213.19%,
    #cc2930 218.79%,
    #cc2930 764.46%,
    #00dbff 1196.44%
  );
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  left: 20px;
  line-height: 28px;
  padding: 1px 20px;
  position: absolute;
  top: 20px;
  font-family: "Nunito", sans-serif;
}
.pride-home-blog-card .pride-home-blog-content {
  padding: 15px 15px;
  background: #ffe4f5;
  border-radius: 20px;
  margin: 10px;
}
.pride-home-blog-card:after {
  background: url(../../images/blog/blogbefore.png) no-repeat 50%;
  bottom: -50px;
  left: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: -1;
}
.pride-home-blog-card .pride-home-blog-content ul {
  margin: 0px;
}
.pride-home-blog-card .pride-home-blog-content ul li {
  color: #767676;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 2px;
  padding-right: 25px;
  position: relative;
}
.pride-home-blog-card .pride-home-blog-content h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 10px 0px;
  font-family: "Jost", sans-serif;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #cc2930 !important;
}
.pride-home-blog-card .pride-home-blog-content a {
  background: linear-gradient(
    358deg,
    #cc2930 -1077.15%,
    #cc2930 -690.64%,
    #cc2930 -213.19%,
    #cc2930 218.79%,
    #cc2930 764.46%,
    #cc2930 1196.44%
  );
  border-radius: 100px;
  color: #fff;
  display: block;
  height: 65px;
  margin-bottom: -45px;
  margin-left: 25px;
  margin-top: 35px;
  position: relative;
  text-align: center;
  width: 65px;
}
.pride-home-blog-card-image {
  width: 100%;
  height: 215px;
}
.pride-home-blog-card-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0px 0px;
}
.blog-littpar {
  font-size: 14px;
  color: #000000;
  line-height: 1.6;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.right-icon-blog {
  font-size: 26px;
  line-height: 70px;
}
.footer-stick {
  text-align: center;
  z-index: 99999999;
}
.contact-bg-area-texti {
  margin: 0 0px 0px;
  padding: 1rem 0px 1rem 0px;
  background-color: #fff !important;
}
/* footer css started */
.cus_pdn40pxlr {
  padding: 30px 30px 10px 30px !important;
}
._ft8uhead {
 color: #0072be;
    font-size: 18px;
    font-weight: 800;
  padding: 0px 0px 0px 0px;
}
._f00t-abt4r p {
  color: #5d6b82 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    margin: 0px !important;
    font-family: 'Nunito', sans-serif;
}
._cus31_colr23 {
  background-color: #ffffff !important;
    border-top: 2px solid #cc2930 !important;
}
._ul_f7t {
  list-style: none;
  margin-bottom: 0px;
}
._ul_f7t > li {
  margin-bottom: 10px;
}
.foot-abt {
  color: #5d6b82 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'Nunito', sans-serif;
}
._div7yr {
  margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    border-top: 0.5px solid #5d6b8259;
}
._9Oft7r2_1 {
 color: #0072be;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

._f00t-abt4r {
  margin-bottom: 5px;
}
._ftr98_09 {
  color: #0072be;
    margin: 0px;
}
.footer-button:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #cc2930 !important;
}
._0brfl_frf39 {
  border-left: 0.5px solid #5d6b8259;
}
.sub-hhhh {
  margin: 0px 0px 5px 0px;
}
.icon-white {
  color: #0072be;
}

.footer-button {
  border: 1px solid #fff;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.thankyou-send-message h6 {
  font-size: 35px;
  margin: 0px 0px 5px;
  font-family: "nunito", sans-serif;
  color: #000000;
}
.thankyou-send-message span {
  font-family: "Jost", sans-serif;
  color: #3b3284;
  font-weight: 400;
  font-size: 18px;
}

.go-back-index {
  display: block;
  border: 1px solid #cc2930;
  margin: 10px auto;
  width: fit-content;
  padding: 5px 30px;
  border-radius: 4px;
  color: #cc2930;
  font-family: "jost", sans-serif;
  font-weight: 500;
}
.go-back-index:hover {
  display: block;
  border: 1px solid #3b3284;
  margin: 10px auto;
  width: fit-content;
  padding: 5px 30px;
  border-radius: 4px;
  color: #3b3284;
  font-family: "jost", sans-serif;
  font-weight: 500;
}
/* footer css end */

.booking-from-background {
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
}
.right-side-box {
  background-color: #fff;
  padding: 10px;
  border-radius: 12px;
}
.page-heading-left {
  text-align: left;
  font-family: "Jost", sans-serif;
}
.page-heading-left h1 {
  color: #0072be;
  font-size: 28px;
  margin: 10px 0px 0px;
  font-family: "One World Bold";
}
.page-heading-left h1 span {
  color: #cc2930 !important;
  margin-left: 5px;
  font-weight: 500;
}
.page-heading-left h3 {
  font-size: 16px;
  font-weight: 300;
  color: #585858;
  margin: 0px 0px 10px;
}
.log-co-us-er {
  font-size: 12px;
  color: #cc2930;
  margin-left: 10px;
  font-family: "Jost", sans-serif !important;
  text-transform: capitalize;
}

.lhTHAU {
  display: flex;
  flex-direction: row !important;
  border-radius: 0px !important;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.only-blog-margint {
  margin: 0 -5px 60px !important;
}
.vertical-middle-override {
  position: absolute;
  top: 5%;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  /* margin-top: -53.5px; */
}
.slider_wave {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  bottom: 0px;
}
.sli_heig {
  height: 480px !important;
  width: 100%;
}
.img-heig {
  width: 100%;
  height: 480px;
  object-fit: fill;
}

.service_title {
  margin-top: 25px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.service_title span {
  font-size: 18px;
  font-weight: 300;
}
.services-images {
  width: 100%;
  height: 450px;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
}
.services-images img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.services-body {
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
}
.services-body p b {
  color: #212529;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: "Jost", sans-serif;
}
.services-body p {
  font-weight: 100;
  color: #212529;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: "Jost", sans-serif;
}
.services-body h4 {
  font-size: 20px;
  color: #6c757d;
  font-weight: 800;
  letter-spacing: unset;
  margin: 10px 0px;
}
.stylisi-toggle {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px 12px 12px 12px;
  border: 0px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 2px 20px 0px #e1e1e18c;
  padding: 15px 15px;
  font-family: "Jost", sans-serif;
  margin-bottom: 10px;
}
.services-body .toggle-active {
  box-shadow: inset 0px 2px 20px 0px #e1e1e18c !important;
}
.services-body p a {
  border-bottom: 2px solid #0072be;
  font-weight: 100;
  letter-spacing: unset;
  color: #232323 !important;
}
.services-body ul li strong a {
 border-bottom: 2px solid #232323;
    letter-spacing: unset;
    color: unset !important;
}
.services-body h1 {
  font-weight: 600;
  color: #212529;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: "Jost", sans-serif;
}
.services-body h2 {
  color: #cc2930;
  font-size: 25px;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  font-family: "Nunito", sans-serif;
}
.box-recent {
  padding: 0px 0px 10px;
  display: block;
}
.services-body table {
  width: 100% !important;
  border-collapse: unset !important;
  padding: 10px;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0px 0px 20px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}

.services-body table tr {
  border-bottom: 1px solid #ddd; /* horizontal line between rows */
}

.services-body table td {
  border: 1px solid #ccc;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 300;
    width: fit-content !important;
}
.services-body table td strong {
 font-size: 14px;
    font-weight: 600;
    color: unset;
    font-family: "Jost", sans-serif;
}

.services-body table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.services-body table tr:hover {
  background-color: #f1f1f1;
}

.services-body h3 {
  color: #0072be;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: "One World Regular";
  font-feature-settings: "tnum";
}
.services-body blockquote {
  border-left: 5px solid #cc2930;
  font-family: "Jost", sans-serif;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 0px;
  background: rgba(204, 41, 48, 0.03);
  font-size: 14px;
  color: #212529;
  line-height: 1.45;
  font-weight: 400;
}
.services-body strong {
  color: #6c757d;
  font-weight: 400;
  letter-spacing: unset;
}
.services-body ul {
  margin: 0px 5px !important;
}
.services-body li {
  font-weight: 300;
  color: #212529;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 30px;
  font-family: "Jost", sans-serif;
  list-style: unset;
}
.pad-top {
  padding-top: 10px;
}
.accordion-bg-header {
  background-color: #0072be !important;
  color: #fff !important;
  font-family: "Jost", sans-serif;
}
.mobile-book-my-botton {
  display: none;
}

.page-heading {
  text-align: left;
  font-family: "One World Regular";
}
.page-heading h1 {
  color: #0072be;
  font-size: 18px;
  margin: 0px;
  font-family: "One World Bold";
}
.page-heading h1 span {
  color: #cc2930 !important;
  margin-left: 5px;
  font-weight: 500;
  font-family: "One World Regular";
}

.page-heading h3 {
  font-size: 18px;
  font-weight: 300;
  color: #585858;
  margin-bottom: 15px;
}
.contact-form-body {
  background-color: #f7f8f9;
  padding: 10px;
  border-radius: 8px;
}
/* Keyframes for gradient animation */
@-webkit-keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-o-keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.contact-form-button {
  width: 100%;
  font-family: "Jost", sans-serif;
  color: #fff !important;
  display: block;
  border-radius: 12px 12px 12px 12px;
  background: linear-gradient(210deg, #0072be, #cc2930);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 6px 5px 10px 2px #cc29303b;
  border: 0px solid rgba(255, 255, 255, 0.2);
  padding: 12px;
}
.contact-form-button:hover {
  background: linear-gradient(210deg, #cc2930, #0072be);
}
.contact-form-lable {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.lazy {
  max-width: 40%; /* Ensure image scales appropriately */
  max-height: 100%; /* Ensure image scales appropriately */
}

/* Style for the box container */
.box {
  margin: 20px;
  position: relative;
  padding: 20px;
  width: 250px; /* Set a fixed width */
  height: 300px; /* Set a fixed height */
  transition: all 0.3s ease; /* Smooth transition */
  display: flex; /* Flexbox layout */
  flex-direction: column; /* Stack items vertically */
  justify-content: center; /* Vertically center the content */
  align-items: center; /* Horizontally center the content */
  text-align: center; /* Center text and icon */
  border-radius: 8px; /* Optional: Add rounded corners */
  background-color: #fff; /* Default background color */
  box-sizing: border-box; /* Ensure padding is included in the width/height */
}

/* Default icon color */
.icon .fa {
  color: #3b3284; /* Default icon color */
  transition: color 0.3s ease; /* Smooth icon color transition */
}

/* Box hover effect */
.box:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Add shadow on hover */
  border-color: #ccc; /* Optional: Change border color */
  box-sizing: border-box;
}

/* Icon color on hover */
.box:hover .icon .fa {
  color: #cc2930; /* Change icon color on hover */
}

/* Text color on hover */
.box:hover .text p {
  color: #333; /* Change text color on hover */
  font-weight: bold;
}
.blod-con {
  background-color: #fff;
  margin: 0px;
  padding: 0px;
}
.blod-con::before {
  background-color: #fff;
}
._cus_zeyi23 {
  margin: 0px !important;
  padding: 20px 0px !important;
  background: linear-gradient(to right, #b3dde6, #fad4c0, #f5e9dc);
  background-size: 300% 300%;
  -webkit-animation: gradientShift 8s ease infinite;
  -moz-animation: gradientShift 8s ease infinite;
  -o-animation: gradientShift 8s ease infinite;
  animation: gradientShift 8s ease infinite;
}
.tou7y76_idy {
  width: 100%;
  height: 450px;
  padding: 10px 12px;
  background-color: #fff !important;
  margin: 10px 0px;
  border-radius: 18px 18px 18px 18px;
  overflow: hidden;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0px 0px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
._i8ti867 {
  height: 100% !important;
  border-radius: 18px;
  width: 100%;
}
.over_lay__black {
  height: 100px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 15%,
    rgb(0 0 0 / 85%) 85%
  );
}
._im_8u7_yhe {
  position: absolute !important;
  left: 50px;
  right: 50px;
  bottom: 35px;
}
._lo_tyei {
  color: #000 !important;
  margin: 0px;
  font-family: "Jost", sans-serif;
  font-size: 42px;
  -webkit-text-stroke: 2px #000;
  font-weight: 300;
  margin: 0px;
}
.con-dldldfs {
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
}
.page-heading-contact {
  text-align: left;
  font-family: "Jost", sans-serif;
}
.page-heading-contact h2 {
  color: #0072be;
  font-size: 5.5rem;
  margin: 0px;
  font-weight: 800;
  line-height: 85px;
}
.page-heading-contact h2 span {
  color: #cc2930 !important;
  margin-left: 0px;
  font-weight: 500;
  display: block;
}
.page-heading-contact h3 {
  font-weight: 300;
  color: #657e7e;
  letter-spacing: 0.5px;
  text-align: left;
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: 2px;
  font-family: "Jost", sans-serif;
}
._ui8_ji {
  color: #fff;
  margin: 0px;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.img-for-about {
  border: 15px solid #fff;
  border-radius: 15px;
  background-color: #fff !important;
  height: 100%;
  margin-left: 15px;
}
.booking-image {
  padding-top: 40px;
  border-radius: 8px;
}
.booking-image img {
  border-radius: 8px;
}
.img-for-about img {
  border-radius: 15px;
  height: 100%;
}
.another-img {
  position: absolute;
  bottom: 0px;
  width: 275px;
  right: 12px;
  border: 15px solid #fff;
  border-radius: 15px;
  background-color: #fff !important;
}
.row-wrapper > :nth-child(1)::before {
  background: linear-gradient(to right, #cc2930 80%, #fff 100%);
}

.row-wrapper > :nth-child(1)::before,
.row-wrapper > :nth-child(2)::before {
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0.2;
  position: absolute;
  right: 0;
  bottom: 12px;
}
.row-wrapper > :nth-child(1)::after {
  background: linear-gradient(to right, #cc2930 80%, #fff 100%);
  bottom: -20px;
}
.row-wrapper > :nth-child(1)::after,
.row-wrapper > :nth-child(3)::after {
  content: "";
  width: 1px;
  height: 100%;
  opacity: 0.2;
  right: 0;
  position: absolute;
}
.row-wrapper > :nth-child(3)::after {
  background: linear-gradient(to right, #cc2930 80%, #fff 100%);
  top: -20px;
}
.row-wrapper > :nth-child(2)::before {
  background: linear-gradient(to left, #cc2930 80%, #fff 100%);
}
.icon-bx-wraper.style-4 {
  border-radius: 15px;
  padding: 15px;
  display: flex;
  background-color: #0072be;
  backdrop-filter: blur(30px);
  min-height: 175px;
  align-items: center;
  margin-bottom: 25px;
}
.icon-bx-wraper {
  position: relative;
}
.dz-titleabout {
  font-family: "Jost", sans-serif;
  margin-bottom: 10px;
  font-size: 20px;
  color: #ffffff;
}
.another-img img {
  border-radius: 0px 15px 0px 15px;
}
.major-life h6 {
  font-size: 32px;
  font-family: "Nunito", sans-serif;
  margin: 20px 0px 5px;
}
.major-life p {
  font-family: "Jost", sans-serif;
  font-weight: 100;
  font-size: 18px;
}
.bos-dd {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.about-body-head {
  display: flex;
  flex-wrap: nowrap;
  padding: 25px 0px;
}
.about-body-head h2 {
  margin: 0px 10px;
  font-size: 18px;
  font-weight: 300;
}
.count-skill-count-ll {
  color: #cc2930;
  font-size: 18px;
}
.hiokkd {
  padding: 15px 15px 15px 15px;
  background-color: #0072be;
  border-radius: 15px 15px 15px 15px;
}
.mjdkdj {
  margin: 25px 0px;
}
.funfact-icon svg {
  margin-bottom: 15px;
  padding: 12px;
}
.ldksfj {
  list-style: none;
  font-size: 20px;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
}
.ldksfj li {
  margin: 10px 0px;
}
.ldksfj li i {
  color: #3b3284;
  margin-right: 5px;
}
.funfact-icon {
  background-color: #fff !important;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 15px;
}
.funfact-icon i {
  font-size: 32px;
  color: #cc2930;
}
.count-skill-count-ee {
  color: #fff;
  font-size: 22px;
  padding: 5px;
}
.hiokkd h2 {
  color: #fff;
  font-size: 20px;
  margin: 0;
}
.my-won-bak {
  margin: 0px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0,
    var(--bs-body-bg) 100%
  );
}
.our-vio {
  font-size: 28px;
  line-height: 30px;
  color: #0072be;
  padding: 10px;
}
.wiksdfl {
  float: right;
  background-color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  padding: 10px 15px;
  border-radius: 10px;
  margin-top: 10px;
}
.kdjf {
  background-color: #fff;
  min-height: 155px;
  border-radius: 25px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03137254901960784);
  border: 1px solid #f0f0ff;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  text-align: left;
  margin-bottom: 25px;
}
.kdjf h1 {
  margin: 0px;
  font-weight: 900;
  font-family: "Nunito", sans-serif;
  color: #0072be;
  font-size: 20px;
}
.icon-dd {
  width: 85px;
}
.djmi {
  margin-left: 15px;
}
.margin-left-about {
  margin-left: 25px;
}
.djmi h2 {
  color: #7d7d7d !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  margin: 0px !important;
  font-family: "Open Sans", sans-serif;
  text-align: left;
}
.hel-is-emn {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 4px;
}
.all-font-family-menu {
  font-family: "Jost", sans-serif;
}

.menu-container::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Opera */
}

.menu-arrow {
  display: none; /* Hidden by default */
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 0 10px;
  font-family: bootstrap-icons !important; /* Use Bootstrap Icons */
}

.menu-arrow.show {
  display: flex; /* Show arrows only when needed */
  align-items: center;
  justify-content: center;
}

.ul-menu-arro {
  display: flex;
  overflow-x: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 0px solid #e1e1e1 !important;
}
.ser-kdj {
  border: 1px solid #e1e1e1;
  margin-bottom: 5px;
  border-radius: 4px;
}
.ser-kdld {
  border-radius: 4px 4px 0px 0px;
  height: 100px;
  width: 100%;
}
.ser-kdld img {
  border-radius: 4px 4px 0px 0px;
  height: 100px;
  width: 100%;
}
.tldk h2 {
  font-family: "Jost", sans-serif;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0072be !important;
  margin: 0px;
  font-size: 12px;
  padding: 5px 5px 10px;
  text-align: left;
  line-height: 20px;
  height: 45px;
}
.two-bott {
  padding: 10px 0px 0px;
  display: flex;
  gap: 15px;
}
.app-btn {
  background-color: #0072be;
  color: #fff !important;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 700;
}
.con-btn {
  background-color: #cc2930;
  color: #fff !important;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 700;
}
.bod-ico {
  background-color: #fff;
  color: #0072be;
  padding: 2px 10px;
  border-radius: 5px;
  margin-left: 10px;
}
.bod-ico-ld {
  background-color: #fff;
  color: #cc2930;
  padding: 2px 10px;
  border-radius: 5px;
  margin-left: 10px;
}
.right-side {
  margin-left: auto;
}
.move-3 {
  -webkit-animation: move3 5s infinite;
  animation: move3 5s infinite;
}

@-webkit-keyframes move3 {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(5px, 0);
  }

  40% {
    transform: translate(5px, 5px);
  }

  65% {
    transform: translate(0, 5px);
  }

  65% {
    transform: translate(5px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

.counter-tel h1 {
  font-size: 60px !important;
  line-height: 1.2 !important;
  -webkit-text-stroke: 2px #0072be;
  color: #0072be;
  font-weight: 800;
  padding-top: 55px;
}
.counter-tel h1 span {
  display: block;
  font-size: 70px !important;
  line-height: 1 !important;
  -webkit-text-stroke: 0px #fff;
  color: #fff !important;
  font-weight: 300;
  font-family: fantasy;
  background-color: #cc2930;
  width: fit-content;
  padding: 5px 10px;
}
.counter-tel p {
  font-family: "Jost", sans-serif;
  color: #585858;
  font-weight: 300;
  margin: 0px 0px -25px;
}
.dz-card.style-4 {
  position: relative;
  z-index: 1;
  padding: 30px;
  height: 100%;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
}
.dz-card.style-4 .dz-media {
  border-radius: 15px;
  height: 250px;
  margin-bottom: 25px;
}
.dz-card.style-4 .dz-media img {
  border-radius: 15px;
  height: 100%;
  width: 100%;
}
.dz-info {
  position: relative;
}
.dz-card.style-4 .dz-meta {
  margin-bottom: 10px;
}
.dz-meta ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
  list-style: none;
}
.blog-bdol {
  display: block;
  text-align: center;
  border: 1px solid #0072be;
  padding: 12px;
  font-family: "Jost", sans-serif;
  color: #0072be !important;
  text-transform: capitalize;
  font-size: 18px;
  border-radius: 8px;
}
.blog-bdol:hover {
  display: block;
  text-align: center;
  border: 1px solid #0072be;
  padding: 12px;
  font-family: "Jost", sans-serif;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 18px;
  border-radius: 8px;
  background-color: #0072be;
}
.dz-meta li {
  background-color: #0072be1a;
  color: #0072be;
  border-radius: 8px;
  font-weight: 500;
  font-size: 10px;
  padding: 5px 15px 5px 15px;
  line-height: 1.4;
  position: relative;
}
.blog-titlez {
  margin: 0px;
  font-family: "Nunito", sans-serif;
}
.blog-titlez a {
  color: #0072be;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pis-text {
  color: #ffffff;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 0px 15px;
}
.fm-inner {
  background-color: #0072be;
  border-radius: 0px;
  padding: 25px 40px 15px;
}
.custom-section-sticky {
  margin: 0px;
  padding: 0px 0px;
  background-color: #fff;
}
.icon-bx-wraper.style-1 .icon-bx {
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  color: #0072be;
  font-size: 24px;
  justify-content: center;
  background-color: var(--bs-light);
  border-radius: 50%;
}
.icon-bx-wraper.style-1 {
  display: flex;
  gap: 15px;
  text-align: left;
}
.pwetext-body {
  color: #bed2e7 !important;
  font-size: 15px;
  font-weight: 300;
}
.pwetext-body a {
  color: #bed2e7 !important;
  font-size: 15px;
  font-weight: 300;
}
.dz-titlerrr {
  font-family: "Jost", sans-serif;
  margin-bottom: 0px;
  font-size: 18px;
  color: #ffffff;
}
/*  faq css for new  */
.style-10 .content-media {
  display: inline-block;
  gap: 15px;
  position: relative;
  z-index: 1;
  margin-left: 70px;
}
.style-10 .media-top {
  display: flex;
  gap: 15px;
}
.style-10 .content-media .media1 {
  width: 180px;
  height: 180px;
  align-self: end;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
  background-color: #fff;
  padding: 5px;
  border-radius: 8px;
}
.style-10 .content-media .media2 {
  width: 370px;
  height: 300px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
  background-color: #fff;
  padding: 5px;
  border-radius: 8px;
}
.style-10 .media-bottom {
  margin-top: 15px;
}
.style-10 .media-bottom,
.style-10 .media-top {
  display: flex;
  gap: 15px;
}
.style-10 .content-media .media3 {
  width: 375px;
  height: 220px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
  background-color: #fff;
  padding: 5px;
  border-radius: 8px;
}
.img-medi-bor {
  border-radius: 8px;
  width: 100% !important;
  height: 100% !important;
}

.style-10 .content-media .media4 {
  width: 175px;
  height: 175px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
  background-color: #fff;
  padding: 5px;
  border-radius: 8px;
}
.style-10 .content-media .item1 {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 125px;
}
.style-10 .content-media .item2 {
  position: absolute;
  right: -15%;
  top: 32%;
}
.style-10 .circle-wrapper {
  width: 675px;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.style-10 .circle-wrapper img {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-animation: circleWrapper 25s linear infinite;
  -moz-animation: circleWrapper 25s linear infinite;
  -ms-animation: circleWrapper 25s linear infinite;
  -o-animation: circleWrapper 25s linear infinite;
  animation: circleWrapper 25s linear infinite;
}
@-webkit-keyframes circleWrapper {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -o-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes circleWrapper {
  from {
    -ms-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -o-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }

  to {
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.booking-p {
  font-size: 16px;
  margin: 0px;
  font-family: "Jost", sans-serif;
  font-weight: 300;
}
._tit_opag76y65 {
  font-family: "One World Bold";
  color: #0072be;
  font-size: 28px;
  padding: 15px 0px 10px;
  text-align: left;
  margin-bottom: 5px;
  line-height: 40px;
}
._deti_i7y_blg {
  height: auto;
  margin: 5px 0px;
  border-radius: 8px;
}
._tp_img-htimg {
  width: 100%;
  height: 100% !important;
  border-radius: 8px !important;
}
._zsisnu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 0px solid #e1e1e1;
  padding: 0px 5px;
}
._bl_zing {
  display: flex;
  flex-wrap: nowrap;
}
._bl_zing h6 {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
}
._bl_zing h5 {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 10px;
  margin: 0px;
}
._bl_zing h6 span {
  padding: 0px 0px 0px 5px;
}
.page-backgo {
  padding: 10px;
  border-radius: 0px;
}
.page-backgotow {
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /*box-shadow: inset -4px 0px 3px 0px #0072be21; */
  border: 0px solid rgba(255, 255, 255, 0.2);
}
._sid_3bd34 {
  display: none;
}
.floating-contact-wrap {
  position: fixed;
  right: 50px;
  bottom: 60px;
  z-index: 299;
  -webkit-transition: right 0.2s ease;
  -o-transition: right 0.2s ease;
  transition: right 0.2s ease;
}

.stretched .floating-contact-wrap + #gotoTop {
  bottom: 100px;
}

.floating-contact-wrap .floating-contact-btn {
  position: absolute;
  left: 0;
  top: -50px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: var(--cnvs-themecolor);
  color: #fff;
  cursor: pointer;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.floating-contact-wrap .floating-contact-btn:hover,
.floating-contact-wrap.active .floating-contact-btn {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  background-color: #222;
}

.floating-contact-wrap .floating-contact-btn .floating-contact-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 22px;
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
}

.floating-contact-wrap .floating-contact-btn .floating-contact-icon.btn-active,
.floating-contact-wrap.active .floating-contact-btn .floating-contact-icon {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.floating-contact-wrap.active
  .floating-contact-btn
  .floating-contact-icon.btn-active {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.floating-contact-wrap .floating-contact-box {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 425px;
  background-color: #fff;
  border-radius: 6px;
  z-index: 1;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.07);
  -webkit-transform: scale(0.01);
  transform: scale(0.01);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-backface-visibility: hidden;
}

.floating-contact-wrap.active .floating-contact-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 767.98px) {
  .floating-contact-wrap .floating-contact-box {
    width: 340px;
  }
}

.css3-spinner {
  background-color: rgba(255, 255, 255, 0.8);
}

#floating-contact-submitted,
.floating-contact-success #floating-contact,
.floating-contact-success .floating-contact-heading,
body:not(.floating-contact-processing) .floating-contact-loader {
  display: none;
}

.floating-contact-success #floating-contact-submitted {
  display: block;
}

.little-cosl {
  padding: 0px 0px 10px 0px;
}
.little-cosl label {
  margin-top: 5px;
}
.little-cosl textarea {
  height: 55px !important;
}
.little-cosl .con-dkd h2 {
  margin: 0;
  font-size: 18px;
  background-color: #0072be;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px 6px 0px 0px;
}
.little-cosl .form-check .form-check-input {
  margin-top: 15px;
}
.mobile-book-btn .mobile-book-my-botton {
  display: none !important;
}
.jachup_active {
  display: block !important;
}
.bo-wa {
  padding: 0px !important;
  background: #fff !important;
}
.border-indesk {
  border-right: 1px solid #e1e1e1;
  border-radius: 0px !important;
}
._tit_cat65 {
  font-size: 22px;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 300;
  margin-bottom: 5px;
}
.cat-body-in {
  background-color: #f7f8f9;
  padding: 6px;
  margin: 5px 0px;
}
.cat-body-in h6 {
  margin: 0px 0px 0px;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  font-size: 16px;
}
.cat-body-in h6 span {
  float: right;
}
.rec-img {
  width: 75px;
  height: 75px;
}
.rec-img img {
  width: 100%;
  height: 100%;
}
.tp-tab-content {
  padding: 0px 0px 0px 10px;
  font-family: "Jost", sans-serif;
}
.tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 2px;
}
.tp-tab-title {
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.results-info {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
}
.master-pagination {
  display: flex;
  justify-content: center;
  margin: 10px 0px;
}
.master-pagination a.active {
  background-color: #0072be;
  color: white;
  border: 1px solid #0072be;
}

.master-pagination a {
  margin: 0 5px;
  padding: 10px 15px;
  text-decoration: none;
  color: #000000;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  transition: background-color 0.3s, color 0.3s;
  font-family: "Jost", sans-serif;
}
.detoca {
  height: 200px;
  margin: 5px 5px;
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px 12px 12px 12px;
  border: 0px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 20px 0 #e1e1e1;
}
.loca-box-in {
  border-bottom: 0px solid #ddd;
  border-radius: 16px;
  margin-bottom: 15px;
  padding: 10px;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 6px 5px 10px 2px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.lox-bdk {
  margin: 15px 0px 0px -10px;
}

.lass-titlez {
  margin: 0px;
  font-family: "Jost", sans-serif;
}
.lass-titlez a {
  color: #0072be;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "One World Regular";
  font-weight: unset;
}
.zio-text {
  color: #343a4091;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0px 0px;
  font-family: "Jost", sans-serif;
  font-weight: 300;
}
.loc-jkr {
  padding: 10px 20px;
  border-radius: 8px;
  font-family: "One World Regular";
  float: right;
  font-weight: 100;
  font-size: 14px;
  margin: 10px 10px 0px;
  background: linear-gradient(210deg, #0072be00, #dc354500);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: -1px 2px 7px 2px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.little-nice {
  font-family: "Jost", sans-serif;
  font-size: 12px;
}
.body-doctor {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
}
.body-doctor h2 {
  margin: 0px 0px 5px;
}
.body-doctor p {
  margin: 0px 0px 5px 5px;
  font-family: "Jost", sans-serif;
  font-weight: 300;
}
.body-doctor ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.body-doctor ul li {
  width: 33.33%;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 14px;
  font-family: "Nunito";
}
.doc-image-name {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
}
.doc-anme-position {
}
.doc-anme-position h2 {
  color: #0072be;
  font-size: 1.5rem;
  margin: 0px;
  font-weight: 800;
}
.doc-anme-position p {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin: 0px;
}
.doc-anme-position p span {
  color: #cc2930 !important;
  font-weight: 500;
}
.doct-app {
  width: 100%;
  text-align: center;
  margin: 10px 0px 0px;
  background-color: #fff !important;
  color: #0072be !important;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}
.no-effect-important {
  box-shadow: none !important;
  border: none !important;
}
.sub-ser-cat {
  padding: 10px !important;
  margin: 0px !important;
  border-radius: 4px !important;
}
.dNtlyB {
  display: none;
}

.case-slider-wrapper {
}

.case-card {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 129px 38px 60px 0px #0072bea6;
  cursor: pointer;
  background: linear-gradient(145deg, #0072be, #0072be);
  padding: 22px;
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.case-card:hover {
  transform: translateY(-15px);
  box-shadow: 30px 30px 80px 20px #cc29304d;
}

.case-card-image {
  position: absolute;
  inset: 0;
}

.case-card-image img {
  width: 100%;
  height: 100%;
}

.case-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.45)
  );
}

.case-card-content {
  position: fixed;
  left: 22px;
  right: 22px;
  bottom: -40px;
  background: #ffffff;
  border-radius: 22px;
  padding: 15px 20px 15px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.35);
  transition: bottom 0.4s ease, border-radius 0.4s ease;
}

.case-card:hover .case-card-content {
  bottom: 34px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 #0072be4f;
}

.case-title {
  color: #cc2930;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Nunito", sans-serif;
  margin: 0px 0px 10px;
}
.case-card:hover .case-title {
  -webkit-line-clamp: 2;
  color: #ffffff;
}

.case-meta {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #4b5563;

  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.35s ease, max-height 0.4s ease;
}

.case-card:hover .case-meta {
  opacity: 1;
  max-height: 200px;
}
.case-card:hover .dz-meta li {
  background-color: #0072be1a;
  color: #ffffff;
}
.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.case-tag {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(0, 114, 190, 0.08);
  color: #0072be;
}

.case-link {
  display: block;
  align-items: center;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none;
  font-family: "One World Bold";
  margin-left: auto;
  margin-right: 5px;
  width: fit-content;
}

.case-link span {
  display: inline-block;
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.case-card:hover .case-link span {
  transform: translateX(3px);
}
.hero-title {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0px;
  text-align: left;
  font-family: "One World Bold";
}

.hero-title-main {
  font-size: 120px;
  color: #0072be;
}

.hero-title-sub {
  display: flex;
  flex-direction: column;
  line-height: 45px;
}

.top-text {
  color: #000000;
  font-size: 40px;
}
.bottom-text {
  color: #cc2930;
  font-size: 51px;
}
.tagline-first {
  color: #000000;
  font-size: 18px !important;
  text-align: right;
  margin-top: -40px !important;
  font-family: "One World Bold";
}

.second-slide-hero-block {
  text-align: left;
  font-family: "One World Bold";
}

.second-slide-hero-title {
  display: flex;
  align-items: center;
  gap: 0px;
}

.second-slide-w-blue {
  color: #000000;
  font-size: 67px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 45px;
}

.second-slide-science-green {
  color: #0072be;
  font-size: 85px;
  font-weight: 800;
  margin-top: 5px;
}

.second-slide-subline-left {
  display: flex;
  gap: 5px;
  font-size: 22px;
  margin-left: 10px;
  letter-spacing: 1px;
}

.second-slide-strength-red {
  color: #cc2930;
}

.second-slide-meets-purple {
  color: #000000;
}

.second-slide-tagline {
  margin-top: -30px !important;
  margin-left: 10px;
  font-size: 18px !important;
  color: #000000;
  font-family: "One World Bold";
  letter-spacing: 1px;
}
.second-slide-left-stack {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.third-slide-hero-block {
  margin-top: 0px;
  text-align: right;
  font-family: "One World Bold";
}

.third-slide-hero-title {
  display: flex;
  align-items: center;
  gap: 0px;
  justify-content: end;
}

.third-slide-letter-a {
  font-size: 145px;
  color: #0072be;
  letter-spacing: 0;
  position: relative;
  right: -25px;
  line-height: 0px;
}

.third-slide-right-stack {
  display: flex;
  flex-direction: column;
  line-height: 55px;
}

.third-slide-path-designed {
  font-size: 45px;
  font-weight: 700;
  color: #000000;
}

.third-slide-path {
  margin-right: 0px;
}

.third-slide-designed {
  color: #0072be;
}

.third-slide-around-you {
}

.third-slide-around {
  color: #000000;
  margin-right: -10px;
  font-size: 50px;
}

.third-slide-you {
  color: #cc2930;
  font-size: 70px;
}

.third-slide-tagline {
  margin-top: -10px !important;
  font-size: 14px !important;
  font-weight: 700;
  color: #000000;
  letter-spacing: 1px;
}
.fourth-slide-hero-block {
  text-align: right;
  font-family: "One World Bold";
}

.fourth-slide-hero-title {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: fit-content;
  margin-left: auto;
}

.fourth-slide-line-top {
  display: flex;
  gap: 0px;
  align-items: baseline;
  margin-left: auto;
  line-height: 40px;
}

.fourth-slide-line-bottom {
  display: flex;
  gap: 5px;
  align-items: center;
  text-align: right;
  line-height: 70px;
}

.fourth-slide-when {
  color: #0072be;
  font-size: 75px;
}

.fourth-slide-hope {
  color: #000000;
  font-size: 95px;
  font-weight: 800;
}

.fourth-slide-begins {
  color: #000000;
  font-size: 45px;
  font-weight: 700;
}

.fourth-slide-to {
  color: #cc2930;
  font-size: 55px;
  font-weight: 700;
}

.fourth-slide-blossom {
  color: #cc2930;
  font-size: 55px;
  font-weight: 700;
}

.fourth-slide-tagline {
  margin-top: 5px !important;
  font-size: 20px !important;
  font-weight: 700;
  color: #000000;
  line-height: 0px;
  letter-spacing: -0.3px;
}

.fifth-slide-hero-block {
  text-align: right;
  font-family: "One World Bold";
}

.fifth-slide-hero-title {
  display: flex;
  align-items: center;
  gap: 0px;
  justify-content: end;
}

.fifth-slide-left {
  display: flex;
  align-items: center;
  line-height: 0;
}

.fifth-slide-right {
  display: flex;
  flex-direction: column;
  gap: 0px;
  line-height: 35px;
}

.fifth-slide-line-top {
  display: flex;
  gap: 0px;
  align-items: baseline;
}

.fifth-slide-line-bottom {
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.fifth-slide-the {
  color: #0072be;
  font-size: 100px;
  letter-spacing: 0;
}

.fifth-slide-moment {
  color: #000000;
  font-size: 40px;
}

.fifth-slide-that {
  color: #cc2930;
  font-size: 60px;
}

.fifth-slide-changes {
  color: #cc2930;
  font-size: 25px;
}

.fifth-slide-everything {
  color: #000000;
  font-size: 35px;
}

.fifth-slide-tagline {
  margin-top: 18px !important;
  font-size: 22px !important;
  color: #000000;
  line-height: 0px;
}
/* faciliy css */
.ht-subtitle h6 {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #0072be;
  z-index: 9;
  font-family: "One World regular";
  padding: 10px 10px 5px 35px;
  border-radius: 6px;
  box-shadow: #0072be70 3px 3px 6px 0px inset, #0072be47 -3px -3px 6px 1px inset;
  background-color: #0072be00;
  margin: 0px 0px 10px;
}
.ht-subtitle h6:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 24px;
  height: 24px;
  background: #cc2930;
  clip-path: path(
    "M12 4.248c-3.148-5.402-12-3.825-12 2.944 0 4.661 5.571 9.427 12 15.808 6.43-6.381 12-11.147 12-15.808 0-6.792-8.875-8.306-12-2.944z"
  );
  animation: 2s blink ease infinite;
}
@keyframes blink {
  0%,
  100% {
    transform: translateY(-50%) scale(0.5);
  }
  50% {
    transform: translateY(-50%) scale(0.8);
  }
}

.facil-hero-block {
  text-align: left;
  line-height: normal;
}
.facil-hero-title {
  display: flex;
  gap: 5px;
  align-items: anchor-center;
}
.facil-line-top {
  display: flex;
}
.facil-where {
  color: #cc2930;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 0px;
  font-family: "One World Bold";
}
.facil-global {
  color: #0072be;
  font-size: 14px;
}
.facil-deep {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.2px;
}
.facil-tagline {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 18px;
  color: #0072be;
  line-height: 10px !important;
  font-family: "One World Bold";
  letter-spacing: 0.2px;
}
.facil-line-right {
  display: flex;
  flex-direction: column;
  line-height: 18px;
  font-family: "One World Medium";
  margin-top: 5px;
}
.text-in-par-f {
  font-size: 16px;
  width: 475px;
  font-family: "Jost", sans-serif;
  color: #585858;
  font-weight: 300;
  margin: 0px !important;
}
.one-world-bold-red {
  font-weight: 500;
  color: #cc2930;
}
.big-heading {
  font-size: 18px;
  font-family: "One World Regular";
  margin: 15px 0px 10px;
  color: #fff;
  background-color: #cc2930;
  padding: 5px 12px;
  width: fit-content;
  border-radius: 0px;
  letter-spacing: 0.4px;
}
.new-widacc {
  width: 90%;
}

.rotate-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  overflow: visible;
}

.rotate-wrapper img {
  position: absolute;
  width: 275px;
  height: 275px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
  transition: transform 1s ease-in-out;
}

/* smooth, slow wave-like clockwise movement */
.img1 {
  animation: img1Cycle 120s infinite ease-in-out;
}
.img2 {
  animation: img2Cycle 120s infinite ease-in-out;
}
.img3 {
  animation: img3Cycle 120s infinite ease-in-out;
}

/* One image is large on the left, two smaller on the right.
As images travel, their size changes smoothly (scale). */
@keyframes img1Cycle {
  0% {
    transform: translate(0px, 125px) scale(1.25); /* big left center */
  }
  33% {
    transform: translate(270px, 0px) scale(0.8); /* small top-right */
  }
  66% {
    transform: translate(270px, 260px) scale(0.8); /* small bottom-right */
  }
  100% {
    transform: translate(0px, 125px) scale(1.25); /* back to big left */
  }
}

@keyframes img2Cycle {
  0% {
    transform: translate(270px, 0px) scale(0.8); /* small top-right */
  }
  33% {
    transform: translate(270px, 260px) scale(0.8); /* small bottom-right */
  }
  66% {
    transform: translate(0px, 125px) scale(1.25); /* big left center */
  }
  100% {
    transform: translate(270px, 0px) scale(0.8); /* back to small top-right */
  }
}

@keyframes img3Cycle {
  0% {
    transform: translate(270px, 260px) scale(0.8); /* small bottom-right */
  }
  33% {
    transform: translate(0px, 125px) scale(1.25); /* big left center */
  }
  66% {
    transform: translate(270px, 0px) scale(0.8); /* small top-right */
  }
  100% {
    transform: translate(270px, 260px) scale(0.8); /* back to small bottom-right */
  }
}

/* faciliiy css end */

/* step BACKGROUND */
.howwework-section {
  background: #f6feff;
  color: #ffffff;
  padding: 25px 0 50px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* CARD BASE */
.hww-card {
  background: linear-gradient(145deg, #0072be, #0072be);
  border-radius: 18px;
  border: 1px solid #0072be73;
  box-shadow: 0 18px 45px #0072be59;
  position: relative;
  overflow: hidden;
  transition: 0.35s ease;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 260px;
  padding: 0;
}

/* CARD INNER BORDER */
.hww-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 1;
}

/* GLOWING BORDER */
.hww-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(130deg, #cc2930, #0072be, #cc2930);
  background-size: 220% 220%;
  opacity: 0;
  transition: 0.35s ease;
  animation: glowmove 7s linear infinite;
  z-index: 0;
}

@keyframes glowmove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.hww-card:hover {
  background: #ffffff !important;
  color: #111827 !important;
  box-shadow: 18px -20px 45px 20px #0072be59;
}

.hww-card:hover::after {
  opacity: 1;
}

/* NUMBER BADGE (HIDDEN INITIALLY, SHOWN ON HOVER) */
.hww-number {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 2px solid #0072be;
  color: #0072be;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  z-index: 3;
  opacity: 1;
  transform: translateY(-6px);
  transition: opacity 0.3s ease, transform 0.3s ease, border-color 0.3s ease,
    color 0.3s ease, background 0.3s ease;
}

.hww-card:hover .hww-number {
  opacity: 1;
  transform: translateY(0);
  border-color: #cc2930;
  color: #ffffff;
  background: #cc2930;
}

/* IMAGE BLOCK (SHOWN INITIALLY, HIDDEN ON HOVER) */
.hww-image {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  margin: 0px 2px 6px 2px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.hww-image img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.hww-card:hover .hww-image {
  opacity: 0;
  transform: translateY(-8px);
}

/* CONTENT (TITLE + TEXT) HIDDEN INITIALLY, SHOWN ON HOVER) */
.hww-content {
  background: #ffffff;

  position: absolute;
  inset: 0;
  padding: 90px 24px 24px 24px;
  z-index: 2;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.down-text {
  font-family: "Jost", sans-serif;
  font-size: 10px;
  color: #cc2930;
  padding: 5px 0px;
}

.hww-card:hover .hww-content {
  opacity: 1;
  transform: translateY(0);
}

/* CARD TITLE */
.hww-title {
  font-family: "One World Regular";
  font-size: 14px;
  margin: 0px;
  line-height: 18px;
}

.hww-card:hover .hww-title {
  color: #0072be;
}

/* CARD TEXT */
.hww-text {
  font-size: 12px;
  line-height: 1.7 !important;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
}

.hww-card:hover .hww-text {
  color: #374151;
}

/* CONNECTORS */
.hww-connector {
  position: absolute;
  width: 25%;
  z-index: 0;
  pointer-events: none;
}

.hww-c1 {
  left: 125px;
  bottom: -35px;
}
.hww-c2 {
  left: 450px;
  top: 125px;
}
.hww-c3 {
  left: 775px;
  bottom: -35px;
}

.tir-lele {
  font-family: "One World Bold";
  font-size: 28px;
  -webkit-text-stroke: 1px #0072be;
  color: #0072be !important;
  margin: 0px;
}
.new-sub-head {
  font-size: 24px;
  -webkit-text-stroke: 1px #cc2930;
  color: #cc2930 !important;
  font-weight: 300;
  margin: 0px 0px;
}
.small-par {
  font-weight: 300;
  color: #657e7e;
  letter-spacing: 0.5px;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Jost", sans-serif;
}

/* Base: make sure transforms look smooth */
.hww-card {
  position: relative;
  will-change: transform;
}

/* Soft floating animation (very light + slow) */
@keyframes hwwFloatWave {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(0, -8px, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  75% {
    transform: translate3d(0, 8px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* 4 slightly different timings to create a wave */
.hww-float-1 {
  animation: hwwFloatWave 14s ease-in-out infinite;
}

.hww-float-2 {
  animation: hwwFloatWave 14s ease-in-out infinite;
  animation-delay: 0.7s;
}

.hww-float-3 {
  animation: hwwFloatWave 14s ease-in-out infinite;
  animation-delay: 1.4s;
}

.hww-float-4 {
  animation: hwwFloatWave 14s ease-in-out infinite;
  animation-delay: 2.1s;
}

.title-separater {
  margin-bottom: 50px;
}
.margi-step1 {
  margin-top: 0px;
}
.margi-step2 {
  margin-top: 48px;
}
/* steps end */
/* counter */
:root {
  --owf-blue: #0072be;
  --owf-red: #cc2930;
  --owf-bg: #f4f6ff;
}

.owf-orbit-wrapper {
  width: 380px;
  height: 380px;
  position: relative;
  margin: auto;
}

/* OUTER RING + 6 DOTS (CLOCKWISE) */
.owf-orbit-outer {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.06);
  animation: orbitCW 28s linear infinite;
}

.owf-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--owf-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.owf-dot .dot-core {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 2;
}

.owf-dot::before,
.owf-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid rgba(0, 114, 190, 0.45);
  opacity: 0;
  animation: rippleDot 4s ease-in-out infinite;
  z-index: 1;
}

.owf-dot::after {
  animation-delay: 1.4s;
}

/* 6 positions around the circle */
.dot-1 {
  transform: translate(-50%, -50%) rotate(0deg) translate(188px, 0);
}
.dot-2 {
  transform: translate(-50%, -50%) rotate(60deg) translate(188px, 0);
}
.dot-3 {
  transform: translate(-50%, -50%) rotate(120deg) translate(188px, 0);
}
.dot-4 {
  transform: translate(-50%, -50%) rotate(180deg) translate(188px, 0);
}
.dot-5 {
  transform: translate(-50%, -50%) rotate(240deg) translate(188px, 0);
}
.dot-6 {
  transform: translate(-50%, -50%) rotate(300deg) translate(188px, 0);
}

/* MIDDLE GRADIENT RING */
.owf-ring-gradient {
  position: absolute;
  inset: 35px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #0072be40, #cc293045, #0d6efd4f);
  animation: spinGradient 58s linear infinite;
}

.owf-ring-gradient::after {
  content: "";
  position: absolute;
  inset: 25px;
  border-radius: 50%;
  background: #f4f6ff;
}

/* INNER TEXT RING (ANTICLOCKWISE) */
.owf-ring-text {
  position: absolute;
  inset: 85px;
  border-radius: 50%;
  animation: orbitCCW 55s linear infinite;
}

.owf-ring-text svg {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}

.owf-ring-text text {
  fill: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  font-family: "One World Regular";
}

/* visible circle behind the text so letters connect on a ring */
.owf-ring-text circle {
  stroke: #cc2930;
  stroke-width: 40px;
  fill: none;
}

/* CENTER CIRCLE WITH GLOW */
.owf-center {
  position: absolute;
  inset: 140px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffffff, #0072be);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 40px;
  box-shadow: 0 0 0 0 rgba(0, 114, 190, 0.5);
  animation: pulseGlow 10s ease-in-out infinite;
}

.owf-center::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 5px solid #ffffff96;
  opacity: 1;
}

@keyframes orbitCW {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes orbitCCW {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes spinGradient {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rippleDot {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 114, 190, 0.55);
  }
  50% {
    box-shadow: 0 0 125px 100px rgb(0 114 190 / 9%);
  }
  100% {
    box-shadow: 0 0 0 0 #cc293059;
  }
}

/* CARE COORDINATION CARD */
.care-wrapper {
  max-width: 640px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 20px;
}

.care-copy-right {
  flex: 1;
  text-align: right;
}
.care-copy-left {
  flex: 1;
  text-align: left;
}

.care-title {
  margin: 0 0 0px;
  font-size: 16px;
  font-weight: 700;
  color: #0072be;
}

.care-sub {
  margin: 0;
  font-size: 12px;
  line-height: 16px !important;
  color: #6b7280;
  font-family: "Jost", sans-serif;
}

.care-icon-outer {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(129, 140, 248, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.care-icon-inner {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #8ab4ff, #3b82f6);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.4);
}

.care-icon-inner::before,
.care-icon-inner::after {
  content: "";
  position: absolute;
  background: #ffffff;
  border-radius: 999px;
}

/* main capsule */
.care-icon-inner::before {
  width: 24px;
  height: 10px;
  transform: rotate(-35deg) translateY(-2px);
}

/* small pill */
.care-icon-inner::after {
  width: 9px;
  height: 14px;
  right: 16px;
  top: 22px;
  transform: rotate(-35deg);
}

.ripple-icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-right: 5px;
}
.ripple-icon:after,
.ripple-icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0072be;
  animation: ripple-sm 4s infinite ease-in-out;
  z-index: -1;
  border-radius: 50%;
}
.ripple-icon.hover-style2:hover img {
  background-color: transparent;
  color: #0072be;
  border-color: #0072be;
}
.ripple-icon img {
  width: auto;
  height: auto;
  background-color: #ffffff;
  color: #0072be;
  border: 4px solid #0097b775;
  display: inline-block;
  text-align: center;
  line-height: 65px;
  font-size: 2em;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.ripple-animation,
.play-btn:after,
.play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}
.ripple-icon:after {
  animation-delay: 1.2s;
}
.skill-box .ripple-icon:after,
.skill-box .ripple-icon:before {
  animation: ripple-xs 4s infinite ease-in-out;
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.4;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple-md {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.6;
  }

  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}

@keyframes ripple-sm {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.2;
  }

  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}

@keyframes ripple-xs {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.1;
  }

  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

/* counter */

/*faq new */

.owf-hero-wrapper {
  height: 475px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Capsule / N-shaped layered gradient behind doctor */
.owf-arch-wrap {
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 430px;
  height: 560px;
  pointer-events: none;
}

.owf-arch-base {
  position: absolute;
  inset: 0;
  border-radius: 260px 260px 0 0; /* perfect N / arch top */
  background: conic-gradient(
    from 0deg,
    #0072be40,
    #cc293045,
    #0d6efd4f,
    #0072be40
  );
}

.owf-arch-inner-bg {
  position: absolute;
  inset: 20px;
  border-radius: 244px 244px 0 0; /* inner N */
  background: rgba(248, 250, 252, 0.96);
}

.owf-arch-stroke {
  position: absolute;
  /* base for all strokes – shape only, no border */
  border: none;
  background: transparent;
}

.owf-arch-stroke1 {
  inset: 40px;
  border-radius: 240px 240px 0 0;
  background: conic-gradient(from 0deg, #6c4ad080, #8fa8ff80, #6c4ad080);
}

.owf-arch-stroke2 {
  inset: 75px;
  border-radius: 210px 210px 0 0;
  background: conic-gradient(from 0deg, #ff8bb080, #ffb7d580, #ff8bb080);
}

.owf-arch-stroke3 {
  inset: 110px;
  border-radius: 180px 180px 0 0;
  background: conic-gradient(from 0deg, #00c2ff70, #7de3ff70, #00c2ff70);
}

.owf-hero-inner {
  position: relative;
  width: 430px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 2;
}

.owf-doctor {
  padding-bottom: 0;
  animation: owf-float 6s ease-in-out infinite;
}

.owf-doctor img {
  display: block;
  width: 300px;
  height: auto;
  margin-bottom: -100px;
  object-fit: contain;
  filter: drop-shadow(2px 2px 0 #ccc) drop-shadow(-2px -2px 0 #fff)
    drop-shadow(5px 5px 10px rgba(0, 0, 0, 1.3));
}

@keyframes owf-float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Icons moving along full N-line (bottom-left -> up side -> top curve -> down side -> bottom-right) */
.owf-orbit {
  position: absolute;
  top: 80px; /* aligns path with stroke tops */
  left: 50%;
  transform: translateX(-50%);
  width: 430px;
  height: 380px;
  z-index: 3; /* above strokes, below doctor */
  pointer-events: none;
}

.owf-orbit-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    circle at 30% 20%,
    #ffffff,
    rgba(255, 255, 255, 0.18)
  );
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.25);
  backdrop-filter: blur(12px);
  overflow: hidden;

  /* follow rounded-rectangle N-line: left side, arch, right side */
  offset-path: path("M 25,500 Q -25,-100 215,-35 Q 450,-125 415,500");

  offset-rotate: 0deg;
  animation: owf-orbit-move 60s linear infinite;

  animation-delay: calc(var(--i) * -6.66s); /* 24 / 9 */

  opacity: 0;
  background-color: #ffffff00 !important;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 6px 5px 10px 2px #cc29303b;
  border: 0px solid rgba(255, 255, 255, 0.2);
}

.owf-orbit-icon img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}

@keyframes owf-orbit-move {
  0% {
    offset-distance: 0%; /* bottom-left */
    opacity: 0;
  }
  8% {
    opacity: 1; /* fade in just after leaving bottom */
  }
  90% {
    opacity: 1; /* visible most of the way */
  }
  100% {
    offset-distance: 100%; /* bottom-right */
    opacity: 0; /* fade out before looping */
  }
}
/* image design */

.ing-kk-wrapper {
  padding: 40px 0px 40px 0;
  position: relative;
  overflow: hidden;
}
.ing-kk-wrapper-inner {
  gap: 100px;
}
/* LEFT TABS PANEL */
.ing-kk-tabs-panel {
  border-radius: 10px 10px 52% 10px;
  padding: 18px 0;
  position: relative;
  min-width: 425px;
  max-width: 500px;
  margin-left: 0px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 6px 5px 10px 2px #0072be3b;
  border: 0px solid rgba(255, 255, 255, 0.2);
}

.ing-kk-tabs-panel .nav {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: column;
}
.ing-kk-tabs-panel::after {
  content: "";
  position: absolute;
  inset: auto -120px -120px auto;
  width: 340px;
  height: 220px;
  background: radial-gradient(
    circle at top left,
    rgba(255, 255, 255, 0.09) 0,
    transparent 60%
  );
  border-bottom-right-radius: 60px;
}

.ing-kk-tab-btn {
  padding: 14px 22px;
  margin: 10px 0px 10px;
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: #0072be;
  font-weight: 500;
  font-size: 12px;
  position: relative;
  z-index: 1;
  transition: all 0.25s ease;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 5px 0 #0072be87;
  font-family: "One World Regular";
}

.ing-kk-tab-btn .ing-kk-plus-icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
  flex-shrink: 0;
}

.ing-kk-tab-btn.active,
.ing-kk-tab-btn:hover {
  background: #cc293000;
  box-shadow: 0 8px 5px 0 #cc293087;
  color: #cc2930;
}

.ing-kk-tab-btn.active .ing-kk-plus-icon,
.ing-kk-tab-btn:hover .ing-kk-plus-icon {
  background: #ffffff;
  border-color: #ffffff;
  color: #cc2930;
}

/* RIGHT CONTENT AREA */
.ing-kk-content {
  flex: 1;
  padding-left: 0px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  margin-right: 10px;
  margin-left: 0px;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0px 5px 5px 3px #0072be3b;
  border: 0px solid rgb(251 0 0);
  border-radius: 50% 100px 100px 50%;
  background-color: #f0f8ff;
}

@media (max-width: 992px) {
}

/* IMAGE CIRCLE COMPOSITION */
.ing-kk-image-wrapper {
  position: relative;
  width: 450px;
  height: 450px;
  flex-shrink: 0;
  margin-left: -250px;
  border-radius: 100%;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0px 5px 5px 4px #0072bead;
  border: 0px solid rgb(251 0 0);
  background-color: #f0f8ff;
}

.ing-kk-image-outer-circle {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 7px solid rgba(0, 198, 215, 0.35);
}

.ing-kk-image-inner-circle {
  position: absolute;
  border-radius: 50%;
  border: 7px solid rgba(0, 198, 215, 0.35);
}

.ing-kk-image-inner-circle {
  inset: 25px;
  border-width: 10px;
  border-color: rgb(0 0 0 / 0%);
  animation: pulseGlow 10s ease-in-out infinite;
}

.ing-kk-image-main {
  position: absolute;
  inset: 22px;
  border-radius: 50%;
  overflow: hidden;
}

.ing-kk-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ing-kk-icon-circle {
  position: absolute;
  right: 16px;
  top: 50px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #00c6d7;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 40px rgba(0, 198, 215, 0.45);
}

.ing-kk-icon-circle::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, 0.7);
}

.ing-kk-icon-inner {
  position: relative;
  z-index: 1;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 0px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
}
.ing-kk-icon-inner img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

/* LITTLE PLUS OUTSIDE CIRCLE */
.ing-kk-plus-outside {
  position: absolute;
  left: calc(100% - 40px);
  top: 32px;
  font-size: 26px;
  color: #00c6d7;
  font-weight: 600;
}

/* TEXT SIDE */
.ing-kk-text h2 {
  font-size: 18px;
  margin-bottom: 14px;
  color: #0072be;
  font-weight: 700;
  font-family: "One World Bold";
}

.ing-kk-text p {
  color: #000000;
  font-size: 14px;
  margin-bottom: 15px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

.ing-kk-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.ing-kk-list li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
  color: #122046;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
}

.ing-kk-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 6px;
  background: #fff;
  box-shadow: 0 0 0 4px #0072be66;
  flex-shrink: 0;
}
.ing-kk-text {
  padding: 0px 25px 0px 0px;
}
.ing-kk-text a.ing-kk-learn-more {
  font-size: 15px;
  font-weight: 600;
  color: #122046;
  text-decoration: none;
  border-bottom: 2px solid #122046;
  padding-bottom: 2px;
}

.ing-kk-text a.ing-kk-learn-more:hover {
  color: #00c6d7;
  border-color: #00c6d7;
}
.new-positing {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 25px;
}

/* image design end */
/* article side menu start */
.new-art-page {
  padding: 20px 0px 20px 5px;
}

.new-art-content {
  flex: 1;
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  min-height: 600px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.new-art-sidebar {
  width: 100%;
  position: sticky;
  top: 20px;
  display: grid;
  gap: 16px;
}

/* Widget base */
.new-art-widget {
  border-radius: 18px;
  padding: 16px;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset -6px 4px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}

.new-art-title {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Jost", sans-serif;
}

.new-art-muted {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
}

/* Search */
.new-art-search {
  display: flex;
  gap: 0px;
  margin-bottom: 10px !important;
}

.new-art-search input {
  flex: 1;
  height: 44px;
  padding: 0 12px;
  border-radius: 12px 0px 0px 12px;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  font-family: "Jost", sans-serif;
  font-weight: 100;
}

.new-art-search input:focus {
  outline: none;
  border-color: #0072be;
  box-shadow: 0 0 0 4px rgba(0, 114, 190, 0.15);
  background: #ffffff;
}

.new-art-search button {
  height: 44px;
  padding: 0px 24px;
  border: 0;
  border-radius: 0px 12px 12px 0px;
  font-weight: 800;
  color: #ffffff;
  background: #0072be;
  cursor: pointer;
}

/* Newsletter */
.new-art-newsletter {
  background: linear-gradient(
    180deg,
    rgba(0, 114, 190, 0.06),
    rgba(204, 41, 48, 0.05)
  );
}

.new-art-newsletter-form {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.new-art-newsletter-form input {
  height: 44px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}

.new-art-newsletter-form button {
  height: 44px;
  border: 0;
  border-radius: 12px;
  font-weight: 900;
  color: #ffffff;
  background: linear-gradient(90deg, #0072be, #cc2930);
  cursor: pointer;
}

/* Popular posts */
.new-art-post {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  text-decoration: none;
  color: #0f172a;
  padding: 12px;
  border-radius: 14px;
  margin-bottom: 10px;
  transition: 0.2s;
  background: linear-gradient(210deg, #0072be00, #dc354500);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset -1px 2px 7px 2px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}

.new-art-post:hover {
  border-color: rgba(0, 114, 190, 0.4);
  box-shadow: 0 10px 22px rgba(0, 114, 190, 0.08);
  transform: translateY(-1px);
}

.new-art-post-thumb {
  width: 85px;
  height: 65px;
  border-radius: 8px;
  overflow: hidden;
  flex: 0 0 85px;
  border: 0px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
}

.new-art-post-thumb img {
  width: 100%;
  height: 100%;
}

.new-art-post-body {
  flex: 1;
  min-width: 0;
}

.new-art-post-title {
  font-size: 14.5px;
  font-weight: 900;
  line-height: 1.3;
  margin: 0 0 2px 0;
  font-family: "Nunito", sans-serif;
}

.new-art-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  color: #64748b;
}

.new-art-post-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(100, 116, 139, 0.8);
  display: inline-block;
}

.new-art-post-badge {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: #0f172a;
  background: rgba(0, 114, 190, 0.08);
  border: 1px solid rgba(0, 114, 190, 0.18);
}

.new-art-post-badge.red {
  background: rgba(204, 41, 48, 0.08);
  border: 1px solid rgba(204, 41, 48, 0.18);
}

/* Categories */
.new-art-cats {
  display: grid;
  gap: 10px;
}

.new-art-cat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  color: #0072be;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 5px 0 #0072be87;
}
.new-art-cat:hover {
  background: #cc293000;
  box-shadow: 0 8px 5px 0 #cc293087;
  color: #cc2930;
}
.new-art-cat span {
  font-size: 13px;
  font-weight: 600;
}

.new-art-cat b {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset -6px 4px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}

/* Tags */
.new-art-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.new-art-tag {
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 999px;
  text-decoration: none;
  color: #0072be;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset -6px 4px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.new-art-tag:hover {
  color: #cc2930;
  background: linear-gradient(210deg, #cc293000, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: -6px 4px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}

/* CTA */
.new-art-cta {
  background: radial-gradient(
      900px 900px at 15% 0%,
      rgba(0, 114, 190, 0.12),
      transparent 45%
    ),
    radial-gradient(
      900px 900px at 90% 10%,
      rgba(204, 41, 48, 0.12),
      transparent 45%
    ),
    #ffffff;
}

.new-art-cta-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  background: #0072be;
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.new-art-cta-title {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 8px;
}

.new-art-cta-btn {
  display: block;
  margin-top: 12px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none;
  color: #ffffff !important;
  background: linear-gradient(90deg, #0072be, #cc2930);
}
/* Doctor Reviews */
.new-art-doctor {
  display: flex;
  gap: 5px;
  padding: 0;
  border: 0px solid #e5e7eb;
  border-radius: 16px;
  background: #ffffff;
}
.des-con-in {
  margin-top: 25px;
}
.new-art-doc-photo {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  overflow: hidden;
  flex: 0 0 54px;
  border: 2px solid rgba(0, 114, 190, 0.22);
  background: #f8fafc;
}

.new-art-doc-photo img {
  width: 100%;
  height: 100%;
  display: block;
}

.new-art-doc-body {
  flex: 1;
  min-width: 0;
}

.new-art-doc-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.new-art-doc-name {
  font-size: 13.5px;
  font-weight: 950;
  line-height: 1.2;
  margin: 0;
}

.new-art-doc-verified {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  color: #0f172a;
  background: rgba(0, 114, 190, 0.08);
  border: 1px solid rgba(0, 114, 190, 0.18);
  white-space: nowrap;
}

.new-art-doc-verified::before {
  content: "✓";
  display: inline-block;
  font-weight: 1000;
  color: #0072be;
}

.new-art-doc-edu {
  font-size: 12px;
  color: #475569;
  margin-top: 4px;
  line-height: 1.35;
}

.new-art-doc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
  font-size: 12px;
  color: #64748b;
}

.new-art-doc-pill {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: #0f172a;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}

.new-art-stars {
  letter-spacing: 1px;
  color: #cc2930; /* brand red */
  font-size: 12px;
  font-weight: 900;
}

.new-art-review {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px dashed rgba(204, 41, 48, 0.25);
  background: rgba(204, 41, 48, 0.03);
  font-size: 12.5px;
  color: #334155;
  line-height: 1.45;
}

.new-art-review b {
  color: #0f172a;
}
/* Helpful Resources */
.new-art-resources {
  display: grid;
  gap: 10px;
}

.new-art-resource-link {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  text-decoration: none;
  color: #cc2930;
  transition: 0.2s;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 1px 1px 6px 0px #0072be24;
  border: 0px solid rgb(251 0 0);
  background-color: #f0f8ff00;
}

.new-art-resource-link:hover {
  background: #ffffff;
  border-color: rgba(0, 114, 190, 0.35);
  box-shadow: 0 8px 20px rgba(0, 114, 190, 0.08);
}

.new-art-resource-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  flex: 0 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
  background: linear-gradient(135deg, #0072be, #cc2930);
}

.new-art-resource-body {
  flex: 1;
}

.new-art-resource-title {
  font-size: 13.5px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 4px 0;
}

.new-art-resource-desc {
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.45;
}
/* Other Services */
.new-art-services {
  display: grid;
  gap: 10px;
}

.new-art-service-link {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 14px;
  text-decoration: none;
  color: #0f172a;
  transition: 0.2s;
  background: linear-gradient(210deg, #0072be00, #dc354500);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset -1px 2px 7px 2px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}

.new-art-service-link:hover {
  background: #ffffff;
  border-color: rgba(0, 114, 190, 0.35);
  box-shadow: 0 8px 20px rgba(0, 114, 190, 0.08);
  transition: 0.2s;
}

.new-art-service-thumb {
  width: 75px;
  height: 55px;
  border-radius: 12px;
  overflow: hidden;
  flex: 0 0 75px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
}

.new-art-service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.new-art-service-body {
  flex: 1;
}

.new-art-service-title {
  font-size: 13.5px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 4px 0;
}

.new-art-service-desc {
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.45;
}
/* Primary Categories (dynamic colorful via nth-child cycle) */
.new-art-colors {
  display: grid;
  gap: 10px;
}

.new-art-color {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
  border: 0;
  text-decoration: none;
  color: #ffffff;
  transition: 0.2s;
}

/* Cycle through a palette for ANY number of items */
.new-art-colors .new-art-color:nth-child(6n + 1) {
  background: rgba(0, 114, 190, 0.99);
  box-shadow: 0 8px 15px rgba(0, 114, 190, 0.2);
}
.new-art-colors .new-art-color:nth-child(6n + 2) {
  background: rgba(204, 41, 48, 0.99);
  box-shadow: 0 8px 15px rgba(204, 41, 48, 0.2);
}

.new-art-colors .new-art-color:nth-child(6n + 3) {
  background: rgba(124, 58, 237, 0.99);
  box-shadow: 0 8px 15px rgba(124, 58, 237, 0.2);
}

.new-art-colors .new-art-color:nth-child(6n + 4) {
  background: rgba(14, 165, 233, 0.99);
  box-shadow: 0 8px 15px rgba(14, 165, 233, 0.2);
}

.new-art-colors .new-art-color:nth-child(6n + 5) {
  background: rgba(22, 163, 74, 0.99);
  box-shadow: 0 8px 15px rgba(22, 163, 74, 0.2);
}

.new-art-colors .new-art-color:nth-child(6n + 6) {
  background: rgba(249, 115, 22, 0.75);
  box-shadow: 0 8px 15px rgba(249, 115, 22, 0.55);
}

/* smooth hover for all */
/* 1 */
.new-art-colors .new-art-color:nth-child(6n + 1):hover {
  background: rgba(0, 114, 190, 0.18);
  color: rgba(0, 114, 190, 1);
  box-shadow: 0 14px 28px rgba(0, 114, 190, 0.35);
  transform: translateY(-4px);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease,
    color 0.25s ease;
}

/* 2 */
.new-art-colors .new-art-color:nth-child(6n + 2):hover {
  background: rgba(204, 41, 48, 0.18);
  color: rgba(204, 41, 48, 1);
  box-shadow: 0 14px 28px rgba(204, 41, 48, 0.35);
  transform: translateY(-4px);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease,
    color 0.25s ease;
}

/* 3 */
.new-art-colors .new-art-color:nth-child(6n + 3):hover {
  background: rgba(124, 58, 237, 0.18);
  color: rgba(124, 58, 237, 1);
  box-shadow: 0 14px 28px rgba(124, 58, 237, 0.35);
  transform: translateY(-4px);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease,
    color 0.25s ease;
}

/* 4 */
.new-art-colors .new-art-color:nth-child(6n + 4):hover {
  background: rgba(14, 165, 233, 0.18);
  color: rgba(14, 165, 233, 1);
  box-shadow: 0 14px 28px rgba(14, 165, 233, 0.35);
  transform: translateY(-4px);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease,
    color 0.25s ease;
}

/* 5 */
.new-art-colors .new-art-color:nth-child(6n + 5):hover {
  background: rgba(22, 163, 74, 0.18);
  color: rgba(22, 163, 74, 1);
  box-shadow: 0 14px 28px rgba(22, 163, 74, 0.35);
  transform: translateY(-4px);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease,
    color 0.25s ease;
}

/* 6 */
.new-art-colors .new-art-color:nth-child(6n + 6):hover {
  background: rgba(249, 115, 22, 0.18);
  color: rgba(249, 115, 22, 1);
  box-shadow: 0 14px 28px rgba(249, 115, 22, 0.35);
  transform: translateY(-4px);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease,
    color 0.25s ease;
}

.new-art-color span {
  font-size: 13px;
  font-weight: 900;
}

.new-art-color b {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset -6px 4px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
/* article side menu ends  */
.article-faq-section {
  padding: 10px 0 10px;
  margin: 0px;
  z-index: 1;
  position: relative;
  background-color: #fff;
}
.faq-text-article {
}
.faq-text-article h4 {
  color: #0072be;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: "One World Regular";
}
.bo-wjjka {
  padding: 0px 0px 10px !important;
  background: #fff !important;
  margin: 0px;
}

/* ================= HERO ONLY ================= */

.ow-hero {
  margin-top: -61px;
}

.ow-hero-card {
  position: relative;
  border-radius: 00px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(16, 24, 40, 0.12);
  background: #0b2b44;
}

/* image via <img src> (dynamic) */
.ow-hero-media {
  position: relative;
  height: 65vh;
}
.ow-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* overlay for readability */
.ow-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    #fff 0%,
    rgb(11 43 68 / 0%) 50%,
    #0072be 100%
  );
}

.ow-hero-content {
  position: absolute;
  left: 5%;
  right: 0;
  bottom: 0;
  padding: 22px 22px 20px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ow-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}

.ow-hero-title {
  font-size: 34px;
  line-height: 1.15;
  margin: 0;
  color: #fff;
  font-family: "One World Medium";
  font-feature-settings: "tnum";
}

.ow-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.ow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 13px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.ow-dot {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: #ffffff;
  opacity: 0.9;
}
.ow-dot.blue {
  background: #79c6ff;
}
.ow-dot.red {
  background: #ff8a8f;
}

.section-incharge {
  padding: 10px 0px;
  margin: 0px;
  background-color: #fff !important;
}
.custom-container {
  max-width: 90% !important;
  padding: 0px;
  margin: auto;
}
/* Two-line description (for Trending Posts) */
.new-art-post-desc {
  margin-top: 8px;
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blo-del-wrap {
  margin: 0 auto 0;
  padding: 0 0px;
}

.blo-del-card {
  border-radius: 0px 0px 18px 18px;
  overflow: hidden;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0px -5px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}

/* Top ribbon */
.blo-del-ribbon {
  height: 6px;
  background: linear-gradient(90deg, #0072be, #cc2930);
}

.blo-del-inner {
  padding: 18px 18px 16px;
}

.blo-del-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: #5e6b80;
  font-weight: 900;
  margin-bottom: 8px;
}

.blo-del-title {
  margin: 0;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: 0;
  color: #0072be;
  font-family: "One World Bold";
  font-feature-settings: "tnum";
}

.blo-del-sub {
  margin: 5px 0 5px;
  color: #6c757d;
  font-size: 16px;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}

/* Meta row */
.blo-del-meta {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-family: "Jost", sans-serif;
}

.blo-del-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 500;
  color: #6c757d;
  white-space: nowrap;
  background: linear-gradient(210deg, #0072be00, #dc354500);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset -1px 2px 2px 1px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}

.blo-del-dot {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #0072be;
  box-shadow: 0 6px 14px rgba(0, 114, 190, 0.2);
}
.blo-del-dot.red {
  background: #cc2930;
  box-shadow: 0 6px 14px rgba(204, 41, 48, 0.18);
}
.blo-del-dot.gray {
  background: #94a3b8;
  box-shadow: none;
}

/* Tags */
.blo-del-tags {
  margin: 25px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.blo-del-tag {
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 999px;
  text-decoration: none;
  color: #0072be;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset -6px 4px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}

.blo-del-tag:hover {
  color: #cc2930;
  background: linear-gradient(210deg, #cc293000, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: -6px 4px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}

/* Publish by */
.blo-del-by {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #e6ecf5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.blo-del-author {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 240px;
}

.blo-del-avatar {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(0, 114, 190, 0.22),
    rgba(204, 41, 48, 0.18)
  );
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 20px rgba(0, 114, 190, 0.14);
  flex: 0 0 auto;
}

.blo-del-author b {
  display: block;
  font-size: 12px;
  letter-spacing: 0px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
.blo-del-author small {
  display: block;
  font-size: 12px;
  color: #6c757d;
  font-weight: 600;
  margin-top: 0px;
}

/*faq end */
/* ==========================
	pag-blg: Blog Grid Cards
========================== */

.pag-blg-card {
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease;
  min-height: 100%;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 6px 5px 10px 2px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}

.pag-blg-card:hover {
  transform: translateY(-4px);
  border-color: rgba(2, 132, 199, 0.25);
  box-shadow: 0 18px 52px rgba(2, 6, 23, 0.1);
}

.pag-blg-media {
  position: relative;
  aspect-ratio: 16/10;
  background: #e2e8f0;
  overflow: hidden;
}

.pag-blg-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.4s ease;
}

.pag-blg-hover {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pag-blg-card:hover .pag-blg-hover {
  opacity: 1;
}
.pag-blg-card:hover .pag-blg-media img {
  transform: scale(1.08);
}

.pag-blg-card:hover .pag-blg-media img {
  transform: scale(1.06);
}

.pag-blg-badges {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: flex-start;
  margin-top: 5px;
}

.pag-blg-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 999px;
  font-size: 10px;
  color: #0f172a;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(210deg, #cc293000, #ffffff00);
  backdrop-filter: blur(10px);
  box-shadow: inset -6px 4px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.padding-blog-righzero {
  padding-right: 0px !important;
}
.pag-blg-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #0284c7;
  box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.18);
}

.pag-blg-body {
  padding: 14px 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}

.pag-blg-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #64748b;
  font-size: 8px;
  justify-content: space-between;
}

.pag-blg-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pag-blg-meta svg {
  width: 14px;
  height: 14px;
  opacity: 0.75;
}

.pag-blg-h3 {
  margin: 0;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pag-blg-h3 a {
  color: #0f172a;
  text-decoration: none;
}

.pag-blg-h3 a:hover {
  text-decoration: underline;
}

.pag-blg-excerpt {
  margin: 0;
  color: #475569;
  font-size: 10px;
  line-height: 1.75 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(0.45em * 3);
}

.pag-blg-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 6px;
}

.pag-blg-tag {
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 999px;
  text-decoration: none;
  color: #0072be;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset -6px 4px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
  width: fit-content;
}

.pag-blg-tag:hover {
  color: #cc2930;
  background: linear-gradient(210deg, #cc293000, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: -6px 4px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}

.pag-blg-foot {
  padding: 12px 14px 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(15, 23, 42, 0.07);
}

.pag-blg-read {
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  width: 100%;
  letter-spacing: 0.01em;
  transition: transform 0.15s ease, opacity 0.15s ease;
  white-space: nowrap;
  padding: 10px 25px;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 8px 8px 8px 8px;
  margin: 0px 0px 0px;
  background: linear-gradient(210deg, #0072be, #0072be);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 6px 5px 10px 2px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}

.pag-blg-read:hover {
  transform: translateY(-1px);
  opacity: 0.95;
  background: linear-gradient(210deg, #cc2930, #cc2930);
}

.pag-blg-read svg {
  width: 16px;
  height: 16px;
}

.pag-blg-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  text-decoration: none;
  color: #0f172a;
  transition: box-shadow 0.2s ease, transform 0.15s ease;
}

.pag-blg-more:hover {
  box-shadow: 0 12px 26px rgba(2, 6, 23, 0.1);
  transform: translateY(-1px);
}

.pag-blg-more svg {
  width: 18px;
  height: 18px;
  opacity: 0.85;
}

.services-body em {
  display: block;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px dashed rgba(204, 41, 48, 0.25);
  background: rgba(204, 41, 48, 0.03);
  font-size: 12.5px;
  color: #334155;
  line-height: 1.45;
}
.iti__selected-country-primary {
  border-radius: 12px 0px 0px 12px;
}
.iti .iti__selected-dial-code {
  margin-left: 0px !important;
  font-family: "Jost", sans-serif;
  font-weight: 100;
}
.iti__country-name {
  font-family: "Jost", sans-serif;
  font-weight: 300;
}
.iti__dial-code {
  font-family: "Jost", sans-serif;
  font-weight: 300;
}

.owc-container {
  padding: 0px 0px 0px;
}

/* Top ribbon */
.owc-ribbon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 16px;
  border-radius: 0px 0px 12px 12px;
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0px -5px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.owc-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 210px;
}
.owc-mark {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: radial-gradient(
      12px 12px at 30% 30%,
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0) 60%
    ),
    linear-gradient(135deg, #0072be, #cc2930);
  box-shadow: 0 12px 20px 0px rgba(0, 114, 190, 0.18);
  position: relative;
  overflow: hidden;
}
.owc-mark:after {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(
    from 180deg,
    rgb(255 255 255 / 31%),
    rgba(255, 255, 255, 0.55),
    rgb(255 255 255 / 24%)
  );
  animation: owcSpin 12s linear infinite;
}
@keyframes owcSpin {
  to {
    transform: rotate(360deg);
  }
}

.owc-brand h1 {
  font-size: 14px;
  letter-spacing: 0;
  margin: 0;
  line-height: 1.1;
  font-family: "One World Regular";
  color: #0072be;
}
.owc-brand p {
  margin: 0;
  font-size: 12px;
  color: #5d6b82;
}

.owc-ribbon-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.owc-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 12px;
  color: #5d6b82;
  white-space: nowrap;
  background: linear-gradient(210deg, #0072be00, #dc354500);
  backdrop-filter: blur(10px);
  box-shadow: inset -1px 2px 2px 1px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.owc-chip b {
  color: #0b1220;
  font-weight: 700;
}

.owc-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 114, 190, 0.22);
  background: linear-gradient(
    135deg,
    rgba(0, 114, 190, 0.1),
    rgba(204, 41, 48, 0.08)
  );
  color: #0b1220;
  font-size: 13px;
  box-shadow: 0 12px 30px rgba(0, 114, 190, 0.12);
  transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.owc-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 114, 190, 0.35);
  box-shadow: 0 16px 36px rgba(0, 114, 190, 0.16);
}
.owc-btn:active {
  transform: translateY(0px);
}

/* Hero */
.owc-hero {
  margin-top: 18px;
}
.owc-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: stretch;
}

.owc-hero-left {
  background: radial-gradient(
      1100px 600px at 15% 15%,
      rgba(0, 114, 190, 0.16),
      transparent 60%
    ),
    radial-gradient(
      900px 520px at 90% 25%,
      rgba(204, 41, 48, 0.12),
      transparent 60%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.92),
      rgba(255, 255, 255, 0.78)
    );
  padding: 15px;
  position: relative;
  overflow: hidden;
  min-height: 300px;
}

.owc-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgb(255 255 255);
  font-size: 12px;
  color: #212529;
  backdrop-filter: blur(10px);
  box-shadow: inset 0px 2px 3px 2px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.owc-hero-kicker-tight {
  margin-top: 0;
}

.owc-dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: linear-gradient(135deg, #0072be, #cc2930);
  box-shadow: 0 10px 22px rgba(204, 41, 48, 0.16);
}

.owc-hero-left h2 {
  margin: 14px 0 14px;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  font-family: "Jost", sans-serif;
  color: #0072be;
}
.owc-hero-left h2 span {
  background-clip: text;
  color: #cc2930 !important;
  text-transform: capitalize;
}
.owc-hero-left p {
  margin: 0;
  color: #5d6b82;
  font-size: 14px;
  line-height: 1.7;
  max-width: 100%;
  font-family: "Nunito", sans-serif;
}

.owc-hero-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
  justify-content: space-between;
}
.owc-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 12px;
  background: rgb(255 255 255);
  width: 49%;
  color: #cc2930;
  transition: 0.2s;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 1px 1px 6px 0px #0072be24;
}

.owc-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  background-color: #f0f8ff00;
}
.owc-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.owc-badge b {
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
}
.owc-badge small {
  color: #5d6b82;
  font-size: 12px;
  font-family: "Jost", sans-serif;
}

/* Hero right image card */
.owc-hero-right {
  border-radius: 20px;
  border: 1px solid rgba(11, 18, 32, 0.1);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 20px rgba(11, 18, 32, 0.06);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.owc-hero-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    rgba(0, 114, 190, 0.1),
    rgba(204, 41, 48, 0.08)
  );
}
.owc-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.03);
}
.owc-hero-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      420px 220px at 20% 20%,
      rgba(255, 255, 255, 0.55),
      rgba(255, 255, 255, 0) 60%
    ),
    linear-gradient(180deg, rgba(11, 18, 32, 0), rgba(11, 18, 32, 0.35));
  pointer-events: none;
}

.owc-hero-overlay {
  padding: 14px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  color: #0072be;
}
.owc-hero-overlay b {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}
.owc-hero-overlay span {
  font-size: 12px;
  opacity: 0.95;
  line-height: 1.4;
  display: block;
}

.owc-hero-right .owc-hero-mini {
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.owc-mini-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(11, 18, 32, 0.1);
  background: #fff;
  font-family: "Nunito", sans-serif;
}
.owc-mini-row p {
  margin: 0;
  color: #5d6b82;
  font-size: 13px;
  line-height: 1.55;
}

/* Main */
.owc-main {
  margin-top: 12px;
  overflow: hidden;
  padding: 12px 12px;
  border-radius: 12px 12px 0px 0px;
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0px 5px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.owc-main-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}

.owc-contact-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.owc-split-left {
  border-right: 1px solid rgba(11, 18, 32, 0.1);
}
.owc-split-right {
  display: flex;
  flex-direction: column;
}

.owc-card {
  border-radius: 12px;
  border: 1px solid #f8f9fa;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0px 7px 20px 3px #f8f9fa;
  overflow: hidden;
}

.owc-stack {
  padding: 0;
}
.owc-stack-divider {
  height: 1px;
  background: rgba(11, 18, 32, 0.1);
}
.owc-stack-head {
  padding: 18px 18px 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(11, 18, 32, 0.1);
  background: linear-gradient(
    135deg,
    rgba(0, 114, 190, 0.05),
    rgba(204, 41, 48, 0.04)
  );
}

.owc-card-header {
  padding: 18px 18px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: linear-gradient(
    135deg,
    rgb(0 114 190 / 4%),
    rgba(204, 41, 48, 0.05)
  );
}

.owc-card-title {
  margin: 0;
  font-size: 16px;
  letter-spacing: -0.2px;
}
.owc-card-sub {
  margin: 4px 0 0;
  color: #5d6b82;
  font-size: 13px;
  line-height: 1.6;
}

.owc-contact-cards {
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.owc-contact-card {
  align-items: center;
  border: 1px solid rgba(11, 18, 32, 0.1);
  border-radius: 18px;
  background: #fff;
  padding: 14px;
  display: flex;
  gap: 12px;
  transition: transform 0.15s ease, border-color 0.18s ease,
    box-shadow 0.18s ease;
}
.owc-contact-card:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 114, 190, 0.22);
  box-shadow: 0 12px 22px rgba(11, 18, 32, 0.08);
}
.owc-contact-card b {
  display: block;
  font-size: 13px;
  margin-bottom: 3px;
}
.owc-contact-card span {
  display: block;
  color: #5d6b82;
  line-height: 1.5;
  font-size: 12px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
.owc-contact-card a {
  color: #0072be;
  font-weight: 700;
}

.owc-contact-card span small {
  display: block;
  color: #5d6b82;
  line-height: 1.5;
  font-size: 12px !important;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
.owc-contact-card a {
  color: #0072be;
  font-weight: 700;
}

/* Form */
.owc-form {
  padding: 16px;
}
.owc-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.owc-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.owc-field-full {
  grid-column: 1 / -1;
}
.owc-label {
  font-size: 12px;
  color: #5d6b82;
}

.owc-input,
.owc-select,
.owc-textarea {
  width: 100%;
  border: 1px solid rgba(11, 18, 32, 0.16);
  border-radius: 14px;
  padding: 12px 12px;
  background: rgba(255, 255, 255, 0.92);
  color: #0b1220;
  outline: none;
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
}
.owc-input:focus,
.owc-select:focus,
.owc-textarea:focus {
  border-color: rgba(0, 114, 190, 0.55);
  box-shadow: 0 0 0 4px rgba(0, 114, 190, 0.12);
}
.owc-textarea {
  min-height: 120px;
  resize: vertical;
}

.owc-form-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
  align-items: center;
  justify-content: space-between;
}
.owc-actions-left {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.owc-primary {
  border: none;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0072be, #cc2930);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.2px;
  box-shadow: 0 16px 38px rgba(0, 114, 190, 0.22);
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}
.owc-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(0, 114, 190, 0.26);
}
.owc-primary:active {
  transform: translateY(0px);
}

.owc-secondary {
  border: 1px solid rgba(11, 18, 32, 0.14);
  background: #fff;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 999px;
  color: #0b1220;
  font-weight: 700;
  transition: transform 0.15s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.owc-secondary:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 114, 190, 0.3);
  box-shadow: 0 14px 34px rgba(11, 18, 32, 0.08);
}

.owc-privacy {
  color: #5d6b82;
  font-size: 12px;
  line-height: 1.6;
  max-width: 52ch;
}

/* FAQ */
.owc-faq-grid {
  padding: 16px;
}

details {
  border: 1px solid rgba(11, 18, 32, 0.1);
  border-radius: 16px;
  background: #fff;
  padding: 12px 12px;
}
summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 800;
  font-size: 13px;
}
summary::-webkit-details-marker {
  display: none;
}
.owc-faq-plus {
  color: #5d6b82;
}
.owc-faq-grid p {
  margin: 10px 0 0;
  color: #5d6b82;
  font-size: 13px;
  line-height: 1.65;
}

/* Note */
.owc-note {
  margin: 0;
  padding: 14px 16px;
  border-top: 1px solid rgba(11, 18, 32, 0.1);
  background: linear-gradient(
    135deg,
    rgba(204, 41, 48, 0.05),
    rgba(0, 114, 190, 0.04)
  );
}
.owc-note p {
  margin: 0;
  color: #5d6b82;
  font-size: 13px;
  line-height: 1.65;
}
.owc-note-title {
  color: #0b1220;
  font-weight: 800;
}

/* Footer */
.owc-footer {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(11, 18, 32, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 30px rgba(11, 18, 32, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.owc-footer small {
  color: #5d6b82;
  line-height: 1.6;
}
.owc-footer-hint {
  color: #5d6b82;
}

.owc-footlinks {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.owc-footlinks a {
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(11, 18, 32, 0.1);
  background: #fff;
  font-size: 12px;
  color: #5d6b82;
  transition: transform 0.15s ease, border-color 0.2s ease;
}
.owc-footlinks a:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 114, 190, 0.25);
}

/* Utility */
.owc-chip-clean {
  margin: 0;
  background: #fff;
}
.cob-hea-img {
  width: 20px;
  height: 20px;
}
.owc-hero-mini {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}
._sho_kola {
  display: none;
}
.Send-Message-Mobile {
  display: none;
}
/* ===============================
	One World Fertility — Locations Page 
=============================== */
.owl-wrap {
  margin: 0 auto;
  padding: 0 0 20px;
}
.owl-ribbon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 16px;
  border-radius: 0px 0px 12px 12px;
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0px -5px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.owl-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.owl-mark {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: radial-gradient(
      12px 12px at 30% 30%,
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0) 60%
    ),
    linear-gradient(135deg, #0072be, #cc2930);
  box-shadow: 0 12px 28px rgba(0, 114, 190, 0.18);
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
}
.owl-mark:after {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(
    from 180deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.55),
    rgba(255, 255, 255, 0)
  );
  animation: owlSpin 8s linear infinite;
}
@keyframes owlSpin {
  to {
    transform: rotate(360deg);
  }
}
.owl-brand h1 {
  font-size: 14px;
  letter-spacing: 0.2px;
  margin: 0;
  line-height: 1.1;
}
.owl-brand p {
  margin: 0;
  font-size: 12px;
  color: #5d6b82;
}
.owl-ribbon-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.owl-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 12px;
  color: #5d6b82;
  white-space: nowrap;
  background: linear-gradient(210deg, #0072be00, #dc354500);
  backdrop-filter: blur(10px);
  box-shadow: inset -1px 2px 2px 1px #e1e1e1;
  border: 0 solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.owl-ico {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain !important;
}

.owl-head {
  margin-top: 12px;
  overflow: hidden;
  padding: 12px;
  border-radius: 12px;
  box-shadow: inset 0 5px 6px 0 #e1e1e1;
  border: 0 solid rgba(255, 255, 255, 0.2);
}
.owl-head-card {
  border-radius: 20px;
  background: radial-gradient(
      1000px 520px at 15% 15%,
      rgba(0, 114, 190, 0.16),
      transparent 60%
    ),
    radial-gradient(
      850px 480px at 90% 25%,
      rgba(204, 41, 48, 0.12),
      transparent 60%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.8));
  box-shadow: inset 0 10px 28px rgba(11, 18, 32, 0.08);
  padding: 26px;
  overflow: hidden;
}
.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: linear-gradient(135deg, #0072be, #cc2930);
  box-shadow: 0 10px 22px rgba(204, 41, 48, 0.16);
}
.owc-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 114, 190, 0.18);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  font-size: 12px;
  color: #5d6b82;
}
.owl-title {
  margin: 10px 0 10px;
  font-size: 30px;
  line-height: 34px;
  font-family: "Jost", sans-serif;
  color: #0072be;
}
.owl-title span {
  color: #cc2930 !important;
  text-transform: capitalize;
}
.owl-sub {
  margin: 0;
  color: #5d6b82;
  font-size: 14px;
  line-height: 1.7 !important;
  font-family: "Nunito", sans-serif;
}
.owl-quick {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.owl-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 25px;
  font-size: 12px;
  color: #5d6b82;
  white-space: nowrap;
  background: linear-gradient(210deg, #0072be00, #dc354500);
  backdrop-filter: blur(10px);
  box-shadow: inset -1px 2px 2px 1px #e1e1e1;
  border: 0 solid rgba(255, 255, 255, 0.2);
}
.owl-pill b {
  color: #0b1220;
  font-weight: 800;
}

.owl-card {
  margin-top: 12px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: inset 0 5px 6px 0 #e1e1e1;
  border: 0 solid rgba(255, 255, 255, 0.2);
}
.owl-results-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(11, 18, 32, 0.1);
  flex-wrap: wrap;
}
.owl-count {
  color: #5d6b82;
  font-size: 13px;
}
.owl-view {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.owl-mini {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 12px;
  color: #5d6b82;
  white-space: nowrap;
  background: linear-gradient(210deg, #0072be00, #dc354500);
  backdrop-filter: blur(10px);
  box-shadow: inset -1px 2px 2px 1px #e1e1e1;
  border: 0 solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.owl-mini:hover {
  transform: translateY(-1px);
}

.owl-results-left {
  min-width: 220px;
}
.owl-results-mid {
  flex: 1;
  min-width: 260px;
  max-width: 520px;
}
.owl-top-search {
  width: 100%;
  border: 1px solid rgba(11, 18, 32, 0.16);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.92);
  color: #0b1220;
  outline: none;
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
}
.owl-top-search:focus {
  border-color: rgba(0, 114, 190, 0.55);
  box-shadow: 0 0 0 4px rgba(0, 114, 190, 0.12);
}

.owl-list {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.owl-loc {
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.15s ease, border-color 0.18s ease,
    box-shadow 0.18s ease;
  display: grid;
  grid-template-columns: 425px 1fr;
  min-height: 300px;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  box-shadow: 1px 1px 6px 0px #0072be24;
  border: 0px solid rgb(251 0 0);
  background-color: #ffffff;
}
.owl-loc:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 5px 6px 0 #e1e1e1;
  border: 0 solid rgba(255, 255, 255, 0.2);
}
.owl-loc-media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    rgba(0, 114, 190, 0.1),
    rgba(204, 41, 48, 0.08)
  );
}
.owl-loc-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owl-loc-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 12px;
  box-shadow: 0 14px 30px rgba(11, 18, 32, 0.2);
}
.owl-loc-badge b {
  font-weight: 900;
}
.owl-status {
  position: absolute;
  right: 12px;
  top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 12px;
  box-shadow: 0 14px 30px rgba(11, 18, 32, 0.2);
}
.owl-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
}
.owl-status-open {
  background: rgba(22, 163, 74, 0.18);
}
.owl-status-closed {
  background: rgba(204, 41, 48, 0.18);
}
.owl-status-sub {
  position: absolute;
  right: 12px;
  top: 52px;
  max-width: 220px;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 11px;
  line-height: 1.35;
  box-shadow: 0 14px 30px rgba(11, 18, 32, 0.22);
}

.owl-loc-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.insdie-body {
  padding: 14px 14px 7px;
}
.owl-loc-title {
  margin: 0 0px 10px;
  font-size: 22px;
  font-family: "Jost", sans-serif;
  color: #0072be;
}
.owl-loc-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.owl-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border-radius: 999px;
  border: 1px solid rgba(11, 18, 32, 0.1);
  background: rgba(255, 255, 255, 0.92);
  color: #5d6b82;
  font-size: 12px;
  white-space: nowrap;
}
.owl-line {
  display: flex;
  gap: 10px;
  align-items: center;
}
.owl-icobox {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.owl-icobox img {
  width: 100%;
  height: 100% !important;
}
.owl-text {
  margin: 0px;
  color: #5d6b82;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
}
.owl-text b {
  color: #000000;
}
.owl-loc-foot {
  margin-top: auto;
  padding: 12px 14px 14px;
  border-top: 1px solid rgba(11, 18, 32, 0.1);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(
    135deg,
    rgba(0, 114, 190, 0.04),
    rgba(204, 41, 48, 0.03)
  );
}
.owl-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.owl-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 25px;
  font-size: 12px;
  color: #5d6b82;
  white-space: nowrap;
  background: linear-gradient(210deg, #0072be00, #dc354500);
  backdrop-filter: blur(10px);
  box-shadow: -1px 2px 2px 1px #e1e1e1;
  border: 0 solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.owl-link:hover {
  transform: translateY(-1px);
}

.owl-map {
  border: 1px solid rgba(11, 18, 32, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  overflow: hidden;
  padding: 0 !important;
}
.owl-map summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  color: #0b1220;
  font-weight: 800;
  font-size: 13px;
  background: linear-gradient(
    135deg,
    rgba(0, 114, 190, 0.06),
    rgba(204, 41, 48, 0.05)
  );
}
.owl-map summary::-webkit-details-marker {
  display: none;
}
.owl-map summary span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.owl-map summary img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.owl-map-body {
  padding: 10px 10px 12px;
}
.owl-iframe {
  width: 100%;
  height: 220px;
  border: 0;
  border-radius: 14px;
  display: block;
  background: rgba(0, 114, 190, 0.06);
}
.owl-empty {
  padding: 22px 16px;
  border-top: 1px solid rgba(11, 18, 32, 0.1);
  color: #5d6b82;
  font-size: 13px;
  line-height: 1.7;
  display: none;
}
/* clinic location end  */

/* RIGHT SIDEBAR ONLY */
.tes-ow-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tes-ow-card {
  border-radius: 18px;
  padding: 16px;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset -6px 4px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.tes-ow-title {
  font-size: 15px;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 10px;
}

/* TRUST SUMMARY */
.tes-ow-trust-top {
  display: flex;
  align-items: center;
  gap: 14px;
}
.tes-ow-star {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tes-ow-star-icon {
  font-size: 22px;
  line-height: 1;
  color: #0072be;
}
.tes-ow-rating {
  font-size: 22px;
  font-weight: 900;
  color: #0f172a;
}
.tes-ow-count {
  font-size: 18px;
  font-weight: 900;
  color: #0f172a;
}
.tes-ow-sub {
  font-size: 12px;
  color: rgba(15, 23, 42, 0.65);
  margin-top: 2px;
}
.tes-ow-divider {
  width: 1px;
  height: 44px;
  background: rgba(0, 0, 0, 0.1);
}
.tes-ow-note {
  margin: 12px 0 10px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(15, 23, 42, 0.72);
}
.tes-ow-link {
  font-size: 13px;
  font-weight: 900;
  color: #0072be;
  text-decoration: none;
}
.tes-ow-link:hover {
  text-decoration: underline;
}

/* CTA */
.tes-ow-cta {
  border: 0px solid rgba(0, 114, 190, 0.18);
  background: linear-gradient(
    180deg,
    rgba(0, 114, 190, 0.06),
    rgba(204, 41, 48, 0.03)
  );
}
.tes-ow-cta-title {
  font-size: 16px;
  font-weight: 950;
  color: #0f172a;
}
.tes-ow-cta-sub {
  font-size: 13px;
  color: rgba(15, 23, 42, 0.75);
  margin-top: 4px;
}
.tes-ow-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}
.tes-ow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 12px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 13px;
  text-decoration: none;
  transition: 0.2s ease;
}
.tes-ow-btn-primary {
  background: #0072be;
  color: #ffffff !important;
  border: 1px solid rgba(0, 114, 190, 0.2);
}
.tes-ow-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0, 114, 190, 0.18);
}
.tes-ow-btn-outline {
  background: #ffffff;
  color: #0072be;
  border: 1px solid rgba(0, 114, 190, 0.3);
}
.tes-ow-btn-outline:hover {
  background: rgba(0, 114, 190, 0.06);
}
.tes-ow-btn-dark {
  background: #0f172a;
  color: #ffffff !important;
  border: 1px solid rgba(15, 23, 42, 0.15);
}
.tes-ow-btn-dark:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.15);
}

.tes-ow-mini {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tes-ow-mini-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  color: rgba(15, 23, 42, 0.75);
}
.tes-ow-dot-blue {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #0072be;
  display: inline-block;
}
.tes-ow-dot-red {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #cc2930;
  display: inline-block;
}

/* FLOW */
.tes-ow-flow-item {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 10px;
}
.tes-ow-flow-num {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  color: #0072be;
  background: rgba(0, 114, 190, 0.08);
  border: 1px solid rgba(0, 114, 190, 0.18);
}
.tes-ow-flow-head {
  font-size: 13.5px;
  font-weight: 900;
  color: #0f172a;
}
.tes-ow-flow-sub {
  font-size: 12.5px;
  color: rgba(15, 23, 42, 0.72);
  margin-top: 2px;
  line-height: 1.35;
}
/*  faq css for new  */

/* book and appointmetn  */
.app-bok-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 16px 88px;
}

/* NOTE: Replace these image paths with your own Freepik-downloaded PNG/SVGs hosted locally.
	Keep them small (18–40px) and consistent style.
Suggested folder: /assets/freepik/appointment/ */

/* Top bar */
.app-bok-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid #e6ecf5;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(11, 18, 32, 0.08);
}
.app-bok-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;
}
.app-bok-logo {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: radial-gradient(
      circle at 30% 25%,
      rgba(0, 114, 190, 0.25),
      transparent 55%
    ),
    linear-gradient(135deg, rgba(0, 114, 190, 0.14), rgba(204, 41, 48, 0.08));
  border: 1px solid rgba(0, 114, 190, 0.2);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.app-bok-logo:before {
  content: "";
  position: absolute;
  inset: -20px;
  transform: rotate(25deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.55),
    transparent
  );
  animation: app-bok-shine 5.5s linear infinite;
}
@keyframes app-bok-shine {
  0% {
    left: -60%;
  }
  35% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.app-bok-brand b {
  font-size: 14px;
  letter-spacing: 0.2px;
}
.app-bok-brand small {
  display: block;
  color: #52607a;
  font-weight: 600;
  margin-top: 2px;
}
.app-bok-top-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.app-bok-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid #e6ecf5;
  background: #fff;
  font-weight: 800;
  font-size: 12px;
  color: #0b1220;
  text-decoration: none;
  transition: 0.18s transform, 0.18s box-shadow;
}
.app-bok-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 18px rgba(11, 18, 32, 0.1);
}
.app-bok-chip--primary {
  border-color: rgba(0, 114, 190, 0.35);
  background: linear-gradient(
    180deg,
    rgba(0, 114, 190, 0.1),
    rgba(0, 114, 190, 0.03)
  );
}
.app-bok-chip--danger {
  border-color: rgba(204, 41, 48, 0.3);
  background: linear-gradient(
    180deg,
    rgba(204, 41, 48, 0.1),
    rgba(204, 41, 48, 0.03)
  );
}
.app-bok-chip img {
  width: 16px;
  height: 16px;
  border-radius: 6px;
  object-fit: cover;
}

/* Hero */
.app-bok-hero {
  background: radial-gradient(
      1200px 420px at 12% 20%,
      rgba(0, 114, 190, 0.16),
      transparent 55%
    ),
    radial-gradient(
      900px 420px at 88% 12%,
      rgba(204, 41, 48, 0.12),
      transparent 55%
    ),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 55%, #ffffff 100%);
  margin-top: 12px;
  overflow: hidden;
  padding: 12px;
  border-radius: 12px;
  box-shadow: inset 0 5px 6px 0 #e1e1e1;
  border: 0 solid rgba(255, 255, 255, 0.2);
}
.app-bok-hero-in {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
  padding: 22px 5px;
  align-items: center;
}
.app-bok-kicker {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 12px;
  color: #0072be;
  white-space: nowrap;
  background: linear-gradient(210deg, #ffffff, rgb(255, 255, 255));
  backdrop-filter: blur(10px);
  box-shadow: -1px 2px 2px 1px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.app-bok-kicker img {
  width: 16px;
  height: 16px;
  border-radius: 6px;
  object-fit: cover;
}
.app-bok-h1 {
  margin: 14px 0 5px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  font-family: "Jost", sans-serif;
  color: #0072be;
}
.app-bok-h1 span {
  background-clip: text;
  color: #cc2930 !important;
  text-transform: capitalize;
}
.app-bok-sub {
  margin: 0;
  color: #5d6b82;
  font-size: 14px;
  line-height: 1.7;
  max-width: 100%;
  font-family: "Nunito", sans-serif;
}
.app-bok-badges {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.app-bok-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px dashed rgba(82, 96, 122, 0.32);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
}
.app-bok-badge img {
  width: 40px;
  height: 40px;
  border-radius: 0px;
}
.app-bok-badge b {
  font-size: 12px;
}
.app-bok-badge small {
  display: block;
  color: #52607a;
  font-weight: 500;
  margin-top: 0;
  font-size: 12px;
}

.app-bok-hero-card {
  padding: 16px;
  border-radius: 12px;
  background: rgb(255 255 255);
  width: 100%;
  color: #cc2930;
  transition: 0.2s;
  backdrop-filter: blur(10px);
  box-shadow: 1px 1px 6px 0px #0072be24;
}
.app-bok-hero-card h2 {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: 0.2px;
}
.app-bok-steps {
  display: grid;
  gap: 10px;
}
.app-bok-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  border: 0px solid rgba(230, 236, 245, 0.9);
  background: linear-gradient(
    180deg,
    rgba(0, 114, 190, 0.05),
    rgba(255, 255, 255, 0.85)
  );
}
.app-bok-step:nth-child(2) {
  background: linear-gradient(
    180deg,
    rgba(204, 41, 48, 0.05),
    rgba(255, 255, 255, 0.85)
  );
}
.app-bok-step:nth-child(3) {
  background: linear-gradient(
    180deg,
    rgba(0, 114, 190, 0.04),
    rgba(255, 255, 255, 0.85)
  );
}
.app-bok-step .app-bok-icobox {
  width: 50px;
  height: 50px;
}
.app-bok-step .app-bok-icobox img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
.app-bok-step b {
  font-size: 14px;
  font-family: "Jost", sans-serif;
}
.app-bok-step p {
  margin: 0px 0 0;
  color: #52607a;
  font-weight: 500;
  line-height: 1.45;
  font-size: 12px;
  font-family: "Jost", sans-serif;
}

/* Layout */
.app-bok-grid {
  margin-top: 15px;
  display: block;
}
.app-bok-card {
  background: #ffffff;
  margin-top: 12px;
  overflow: hidden;
  padding: 0px;
  border-radius: 12px 12px 12px 10px;
  box-shadow: inset 0px 5px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.app-bok-card-h {
  padding: 15px 15px 15px;
  background: linear-gradient(
    135deg,
    rgb(0 114 190 / 4%),
    rgba(204, 41, 48, 0.05)
  );
}
.app-bok-card-h h2 {
  font-family: "Jost", sans-serif;
  margin: 0;
  font-size: 16px;
  letter-spacing: -0.2px;
}
.app-bok-card-h p {
  margin: 4px 0 0;
  color: #5d6b82;
  font-size: 13px;
  line-height: 1.6;
}
.app-bok-card-b {
  padding: 5px 15px 0px;
}
.app-bok-card-b p {
  margin: 0px 0px 10px;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
}

/* Service blocks */
.app-bok-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.app-bok-svc {
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(0, 114, 190, 0.05),
    rgba(255, 255, 255, 1)
  );
  transition: 0.2s transform, 0.2s box-shadow, 0.2s border-color;
}
.app-bok-svc:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(11, 18, 32, 0.1);
  border-color: rgba(0, 114, 190, 0.28);
}
.app-bok-svc b {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-family: "Jost", sans-serif;
  color: #0072be;
}
.app-bok-svc b img {
  width: 45px;
  height: 45px;
  border-radius: 0;
}
.app-bok-svc p {
  margin: 0px 0px 0 10px;
  color: #52607a;
  font-weight: 600;
  line-height: 1.55;
  font-size: 12px;
}

/* Why book / guidance blocks */
.app-bok-trip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.app-bok-trip .app-bok-t {
  padding: 14px 5px 14px 14px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgb(204 41 48 / 4%),
    rgba(255, 255, 255, 1)
  );
}
.app-bok-t b {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #cc2930;
}
.app-bok-t b img {
  width: 45px;
  height: 45px;
  border-radius: 0;
}
.app-bok-t p {
  margin: 0px 0 0 5px;
  color: #52607a;
  font-weight: 600;
  line-height: 1.55;
  font-size: 12px;
}

.app-bok-flow {
  display: grid;
  gap: 10px;
}
.app-bok-flow .app-bok-f {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  border: 0px solid #e6ecf5;
  background: linear-gradient(
    180deg,
    rgba(204, 41, 48, 0.03),
    rgba(255, 255, 255, 1)
  );
}
.app-bok-num {
  width: 50px;
  height: 50px;
  border-radius: 0px;
  border: 0px solid #e6ecf5;
}
.app-bok-num img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
.app-bok-f b {
  font-size: 14px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.app-bok-f p {
  margin: 0px 0 0;
  color: #52607a;
  font-weight: 600;
  line-height: 1.6;
  font-size: 12px;
}

.app-bok-cols2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.app-bok-box {
  padding: 14px;
  border-radius: 18px;
  border: 0px solid #e6ecf5;
  background: linear-gradient(
    180deg,
    rgba(0, 114, 190, 0.03),
    rgba(255, 255, 255, 1)
  );
}
.app-bok-box h3 {
  margin: 0 0 0px;
  font-size: 16px;
  font-family: "Jost", sans-serif;
}
.app-bok-box p {
  margin: 0;
  color: #52607a;
  font-weight: 500;
  line-height: 1.55;
  font-size: 12px;
  font-family: "Jost", sans-serif;
}

/* 4-box horizontal grids (Benefits + What to bring) */
.app-bok-quad {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
.app-bok-q {
  padding: 14px;
  border-radius: 18px;
  border: 0px solid #e6ecf5;
  background: linear-gradient(
    180deg,
    rgba(0, 114, 190, 0.03),
    rgba(255, 255, 255, 1)
  );
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  font-family: "Jost", sans-serif;
}
.app-bok-q img {
  width: 45px;
  height: 45px;
  border-radius: 0px;
  flex: 0 0 auto;
}
.app-bok-q b {
  font-size: 14px;
}
.app-bok-q span {
  display: block;
  margin-top: 3px;
  color: #52607a;
  font-weight: 500;
  line-height: 1.5;
  font-size: 12px;
}

.app-bok-check {
  margin: 10px 0px;
  display: flex;
  gap: 10px;
  flex-direction: row;
}
.app-bok-check .app-bok-c {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  background: linear-gradient(210deg, #0072be00, #dc354500);
  backdrop-filter: blur(10px);
  box-shadow: -1px 2px 2px 1px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.app-bok-c img {
  width: 45px;
  height: 45px;
  border-radius: 0;
  flex: 0 0 auto;
}
.app-bok-c b {
  font-size: 14px;
  font-family: "Jost", sans-serif;
  color: #cc2930;
}
.app-bok-c span {
  display: block;
  margin-top: 0px;
  color: #52607a;
  font-weight: 500;
  line-height: 1.5;
  font-size: 12px;
  font-family: "Jost", sans-serif;
}

.app-bok-help {
  display: grid;
  gap: 12px;
  align-items: center;
  padding: 16px;
  background: radial-gradient(
      900px 240px at 10% 30%,
      rgba(0, 114, 190, 0.14),
      transparent 55%
    ),
    radial-gradient(
      900px 240px at 90% 20%,
      rgba(204, 41, 48, 0.1),
      transparent 55%
    ),
    #fff;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 12px 12px 12px 10px;
  box-shadow: inset 0px 5px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.app-bok-help h3 {
  margin: 0 0 0px;
  font-size: 16px;
}
.app-bok-help p {
  margin: 0;
  color: #52607a;
  font-weight: 500;
  line-height: 1.65;
  font-family: "Jost", sans-serif;
}
.app-bok-help .app-bok-help-cta {
  display: flex;
  gap: 10px;
  flex-direction: row;
}
.app-bok-help .app-bok-help-cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 8px;
  border: 0px solid #e6ecf5;
  background: #fff;
  text-decoration: none;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.18s transform, 0.18s box-shadow;
  width: 100%;
}
.app-bok-help .app-bok-help-cta a:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(11, 18, 32, 0.1);
}
.app-bok-help .app-bok-help-cta a:first-child {
  background: linear-gradient(135deg, #0072be, #0072be);
  color: #fff;
  border-color: rgba(0, 114, 190, 0.3);
}

/* Sidebar sticky */
.app-bok-sticky {
  position: sticky;
  top: 14px;
}
.app-bok-form {
  padding: 0px;
}
.app-bok-form h3 {
  margin: 0 0 0px;
  font-size: 22px;
  font-family: "Jost", sans-serif;
  color: #0072be;
}
.app-bok-form .app-bok-note {
  margin: 0 0 5px;
  color: #52607a;
  font-weight: 500;
  line-height: 1.55;
  font-size: 10px;
  font-family: "Jost", sans-serif;
}
.app-bok-field {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
}
.app-bok-field label {
  font-size: 12px;
  font-weight: 900;
  color: #1a263c;
}
.app-bok-field input,
.app-bok-field select,
.app-bok-field textarea {
  width: 100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid #e6ecf5;
  background: #fff;
  font-weight: 750;
  color: #0b1220;
  outline: none;
  transition: 0.15s border-color, 0.15s box-shadow;
}
.app-bok-field textarea {
  min-height: 90px;
  resize: vertical;
}
.app-bok-field input:focus,
.app-bok-field select:focus,
.app-bok-field textarea:focus {
  border-color: rgba(0, 114, 190, 0.55);
  box-shadow: 0 0 0 4px rgba(0, 114, 190, 0.12);
}
.app-bok-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.app-bok-btn {
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 12px 14px;
  font-weight: 950;
  letter-spacing: 0.2px;
  cursor: pointer;
  transition: 0.2s transform, 0.2s box-shadow;
}
.app-bok-btn:active {
  transform: translateY(1px);
}
.app-bok-btn--primary {
  background: linear-gradient(135deg, var(--ow-blue), #0b92dd);
  color: #fff;
  box-shadow: 0 14px 26px rgba(0, 114, 190, 0.22);
}
.app-bok-btn--secondary {
  margin-top: 10px;
  background: linear-gradient(135deg, rgba(204, 41, 48, 0.95), #ff4a53);
  color: #fff;
  box-shadow: 0 14px 26px rgba(204, 41, 48, 0.2);
}

.app-bok-mini {
  margin-top: 10px;
  display: grid;
  gap: 10px;
}
.app-bok-mini a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid #e6ecf5;
  background: linear-gradient(
    180deg,
    rgba(0, 114, 190, 0.05),
    rgba(255, 255, 255, 1)
  );
  text-decoration: none;
}
.app-bok-mini a:nth-child(2) {
  background: linear-gradient(
    180deg,
    rgba(204, 41, 48, 0.05),
    rgba(255, 255, 255, 1)
  );
}
.app-bok-mini b {
  font-size: 13px;
}
.app-bok-mini p {
  margin: 3px 0 0;
  color: #52607a;
  font-weight: 650;
  line-height: 1.45;
  font-size: 12.5px;
}

.app-bok-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 8px;
}
.app-bok-consent input {
  margin-top: 3px;
}
.app-bok-consent span {
  color: #52607a;
  font-weight: 650;
  line-height: 1.5;
  font-size: 12.5px;
}

/* FAQ */
.app-bok-faq {
  display: grid;
  gap: 10px;
}
.app-bok-faq details {
  border: 1px solid #e6ecf5;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(0, 114, 190, 0.03),
    rgba(255, 255, 255, 1)
  );
  overflow: hidden;
}
.app-bok-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 14px;
  font-weight: 950;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}
.app-bok-faq summary::-webkit-details-marker {
  display: none;
}
.app-bok-faq summary span {
  color: #52607a;
  font-weight: 950;
  font-size: 14px;
}
.app-bok-faq .app-bok-faq-a {
  padding: 0 14px 14px;
  color: #52607a;
  font-weight: 650;
  line-height: 1.65;
}
.app-bok-faq .app-bok-ico {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #e6ecf5;
  display: grid;
  place-items: center;
  background: #fff;
  flex: 0 0 auto;
}

/* Trust / footer */
.app-bok-trust {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.app-bok-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 33px;
  font-size: 12px;
  color: #5d6b82;
  white-space: nowrap;
  background: linear-gradient(210deg, #0072be00, #dc354500);
  backdrop-filter: blur(10px);
  box-shadow: -1px 2px 2px 1px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.app-bok-foot {
  justify-content: space-between;
  display: grid;
  gap: 12px;
  align-items: center;
  padding: 16px;
  background: radial-gradient(
      900px 240px at 10% 30%,
      rgba(0, 114, 190, 0.14),
      transparent 55%
    ),
    radial-gradient(
      900px 240px at 90% 20%,
      rgba(204, 41, 48, 0.1),
      transparent 55%
    ),
    #fff;
  margin-top: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 12px 12px 12px 10px;
  box-shadow: inset 0px 5px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.app-bok-foot small {
  color: #52607a;
  font-weight: 500;
  line-height: 20px;
  font-family: "One World Regular";
}

/* Mobile sticky CTA */
.app-bok-mcta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: none;
  gap: 10px;
  z-index: 20;
}
.app-bok-mcta button,
.app-bok-mcta a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid #e6ecf5;
  background: #fff;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(11, 18, 32, 0.16);
}
.app-bok-mcta .app-bok-mcta-primary {
  background: linear-gradient(135deg, var(--ow-blue), #0b92dd);
  color: #fff;
  border-color: rgba(0, 114, 190, 0.3);
}

/* Modal */
.app-bok-modal {
  position: fixed;
  inset: 0;
  background: rgba(11, 18, 32, 0.55);
  display: none;
  align-items: flex-end;
  justify-content: center;
  z-index: 30;
  padding: 12px;
}
.app-bok-modal.open {
  display: flex;
}
.app-bok-modal-card {
  width: min(720px, 100%);
  max-height: 85vh;
  overflow: auto;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}
.app-bok-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 14px;
  border-bottom: 1px solid var(--line);
}
.app-bok-modal-head b {
  font-size: 14px;
}
.app-bok-x {
  border: 1px solid #e6ecf5;
  background: #fff;
  border-radius: 14px;
  padding: 10px 12px;
  cursor: pointer;
  font-weight: 950;
}
.set-aup-aa {
  display: flex;
  flex-direction: column;
}
.this-is-heading {
  padding: 15px 15px 10px;
  border-bottom: 1px;
  background: linear-gradient(
    180deg,
    rgb(0 114 190 / 4%),
    rgb(255 255 255 / 0%)
  );
}
.this-s-body {
  margin-bottom: 10px;
}
/* book and appointmetn end  */
/* faq design started */

/* Utilities */
.owf-faq-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 18px 64px;
}
.owf-faq-muted {
  color: #475569;
}
.owf-faq-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease,
    border-color 0.12s ease;
  border-radius: 999px;
  border: 0px solid rgba(0, 114, 190, 0.18);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  font-size: 12px;
  color: #5d6b82;
  box-shadow: inset 0px 2px 3px 2px #e1e1e1;
}
.owf-faq-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0px 2px 3px 2px #e1e1e1;
  color: #cc2930;
}
.owf-faq-chip.is-active {
  border-color: #0072be00;
  box-shadow: 0px 2px 3px 2px #e1e1e1;
  color: #0072be;
}
.owf-faq-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 114, 190, 0.18);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  font-size: 12px;
  color: #5d6b82;
  box-shadow: inset 0px 2px 3px 2px #e1e1e1;
}
.owf-faq-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0072be;
  box-shadow: 0 0 0 4px rgba(0, 114, 190, 0.12);
}
.owf-faq-dot.red {
  background: #cc2930;
  box-shadow: 0 0 0 4px rgba(204, 41, 48, 0.12);
}

/* Top bar */
.owf-faq-top {
  background: linear-gradient(
    135deg,
    rgba(0, 114, 190, 0.1),
    rgba(204, 41, 48, 0.08)
  );
  border-radius: 0px 0px 12px 12px;
  box-shadow: inset 0px -5px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
  padding: 20px;
  margin-bottom: 20px;
}
.owf-faq-topRow {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.owf-faq-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.owf-faq-mark {
  width: 50px;
  height: 50px;
}
.owf-faq-mark span {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 2px solid #0072be;
  box-shadow: inset 0 0 0 3px rgba(204, 41, 48, 0.08);
}
.owf-faq-titleBlock {
  min-width: 260px;
}
.owf-faq-h1 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0;
  font-family: "Jost", sans-serif;
  color: #0072be;
}
.owf-faq-sub {
  margin: 0px 0 0;
  color: #334155;
  max-width: 700px;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
}

.owf-faq-kpis {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Search */
.owf-faq-searchWrap {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.owf-faq-search {
  flex: 1;
  min-width: 260px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
  border: 0px solid rgba(0, 114, 190, 0.18);
  backdrop-filter: blur(8px);
  font-size: 12px;
  color: #5d6b82;
  box-shadow: inset 0px 2px 3px 2px #e1e1e1;
}
.owf-faq-searchIcon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(0, 114, 190, 0.1);
  display: grid;
  place-items: center;
  color: #0072be;
  flex: 0 0 auto;
}
.owf-faq-input {
  width: 100%;
  border: 0;
  outline: 0;
  font-size: 14px;
  color: #0f172a;
  background: transparent;
  font-family: "Jost", sans-serif;
  font-weight: 100;
}
.owf-faq-input::placeholder {
  color: #94a3b8;
}

.owf-faq-helpCta {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.owf-faq-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #fff;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease,
    border-color 0.12s ease;
}
.owf-faq-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.1);
  border-color: #cbd5e1;
}
.owf-faq-btn.primary {
  border-color: #0072be;
  background: #0072be;
  color: #fff;
  box-shadow: 0 16px 30px rgba(0, 114, 190, 0.2);
}
.owf-faq-btn.primary:hover {
  box-shadow: 0 22px 44px rgba(0, 114, 190, 0.26);
}
.owf-faq-btn .owf-faq-btnDot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.18);
}
.owf-faq-btnble {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0072be;
  box-shadow: 0 0 0 5px #0072be24;
}
/* Layout */
.owf-faq-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1.6fr 0.9fr;
  gap: 16px;
  align-items: start;
}

/* Cards */
.owf-faq-card {
  overflow: hidden;
  padding: 12px 12px;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0px 5px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.owf-faq-cardHeader {
  padding: 16px 16px 12px;
  border-bottom: 1px solid #eef2f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.owf-faq-cardTitle {
  margin: 0;
  font-size: 16px;
  letter-spacing: -0.01em;
}
.owf-faq-cardMeta {
  font-size: 12px;
  color: #64748b;
  font-weight: 700;
}
.owf-faq-cardBody {
  padding: 14px 16px 16px;
}

/* Categories bar */
.owf-faq-cats {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Accordion */
.owf-faq-acc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.owf-faq-item {
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.12s ease, border-color 0.12s ease;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  box-shadow: 6px 5px 10px 2px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
  align-items: anchor-center;
}
.owf-faq-item:hover {
  box-shadow: inset 6px 5px 10px 2px #e1e1e1;
}
.owf-faq-q {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 14px 14px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.owf-faq-qLeft {
  display: flex;
  gap: 12px;
  align-items: center;
}
.owf-faq-qIcon {
  width: 50px;
  height: 50px;
}
.owf-faq-qIcon img {
  width: 100%;
  height: 100%;
}
.owf-faq-qText {
  font-weight: 600;
  font-size: 15px;
  font-family: "Jost", sans-serif;
  color: #0072be;
}
.owf-faq-qText span {
  display: block;
  color: #cc2930;
  font-weight: 700;
  font-size: 12px;
  margin-top: 2px;
}
.owf-faq-chevron {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.04);
  display: grid;
  place-items: center;
  color: #0f172a;
  transition: transform 0.14s ease;
  flex: 0 0 auto;
  margin-top: 2px;
}
.owf-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.18s ease;
  background: #fff;
  border-top: 0px solid #eef2f7;
}
.owf-faq-aInner {
  padding: 12px 14px 14px;
  color: #334155;
  font-size: 14px;
  border: 0px solid #e1e1e1;
  border-radius: 0px 0px 16px 16px;
  border-top-width: 0px;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  box-shadow: inset 0px 5px 7px 0px #e1e1e1;
}
.owf-faq-aInner p {
  margin: 0 0 10px;
}
.owf-faq-aInner p:last-child {
  margin: 0;
}

.owf-faq-item.is-open .owf-faq-a {
  max-height: 420px;
}
.owf-faq-item.is-open .owf-faq-chevron {
  transform: rotate(180deg);
}

/* Right sidebar */
.owf-faq-sticky {
  position: sticky;
  top: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.owf-faq-sideBlock {
  overflow: hidden;
  border-radius: 18px;
  padding: 16px;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset -6px 4px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.owf-faq-sideHead {
  padding: 14px 14px 10px;
  border-bottom: 1px solid #eef2f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.owf-faq-sideTitle {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.01em;
}
.owf-faq-sideBody {
  padding: 12px 14px 14px;
}

.owf-faq-browseList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.owf-faq-browseLink {
  padding: 14px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  transition: transform 0.12s ease, box-shadow 0.12s ease,
    border-color 0.12s ease;
  cursor: pointer;
  border: 0px solid rgba(0, 114, 190, 0.18);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  color: #5d6b82;
  box-shadow: 0px 2px 3px 2px #e1e1e1;
}
.owf-faq-browseLink:hover {
  transform: translateY(-1px);
  border-color: #cbd5e1;
  box-shadow: inset 0px 2px 3px 2px #e1e1e1;
}
.owf-faq-count {
  font-size: 12px;
  color: #64748b;
  font-weight: 900;
}

.owf-faq-supportCard {
  background: linear-gradient(
    135deg,
    rgba(0, 114, 190, 0.12),
    rgba(204, 41, 48, 0.1)
  );
  overflow: hidden;
  border-radius: 18px;
  padding: 16px;
  backdrop-filter: blur(10px);
  box-shadow: inset -6px 4px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 25px;
}
.owf-faq-supportTop {
  padding: 14px 14px 12px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}
.owf-faq-supportTitle {
  margin: 0;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: -0.01em;
}
.owf-faq-supportSub {
  margin: 6px 0 0;
  color: #334155;
  font-weight: 700;
  font-size: 13px;
}
.owf-faq-supportBody {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.owf-faq-miniRow {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.owf-faq-mini {
  flex: 1;
  min-width: 160px;
  padding: 10px 10px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.07);
}
.owf-faq-mini h4 {
  margin: 0;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: -0.01em;
}
.owf-faq-mini p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #475569;
  font-weight: 700;
}

.owf-faq-foot {
  margin-top: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 12px;
  border-radius: 12px 12px 12px 12px;
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0px 5px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.owf-faq-foot p {
  margin: 0;
  color: #475569;
  font-weight: 700;
  font-size: 13px;
}

/* Icons (simple inline SVG sizing) */
.owf-faq-ico {
  width: 18px;
  height: 18px;
}

/* No-results */
.owf-faq-empty {
  display: none;
  padding: 14px;
  border-radius: 16px;
  border: 1px dashed #cbd5e1;
  background: #fff;
  color: #475569;
  font-weight: 800;
  text-align: center;
}
.owf-faq-empty.is-show {
  display: block;
}
/* faq design ended */

/* --- core layout + utilities --- */
.owf-doc-page {
  min-height: 100vh;
}
.owf-doc-containerMax {
}
.owf-doc-title {
  letter-spacing: -0.02em;
}
.owf-doc-muted {
  color: rgba(15, 23, 42, 0.72);
}
.owf-doc-muted2 {
  color: rgba(15, 23, 42, 0.6);
  font-size: 15px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

.owf-doc-card {
  overflow: hidden;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0px 5px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
}

.owf-doc-cardSoft {
  border-radius: 18px;
  background: #fbfcff;
  margin-bottom: 15px;
}

.owf-doc-divider {
  height: 1px;
  background: rgba(15, 23, 42, 0.08);
  margin: 14px 0;
}

/* --- top ribbon --- */
.owf-doc-ribbon {
  background: radial-gradient(
      900px 420px at 12% 0%,
      rgba(0, 114, 190, 0.14),
      transparent 62%
    ),
    radial-gradient(
      900px 420px at 88% 0%,
      rgba(204, 41, 48, 0.1),
      transparent 62%
    ),
    #ffffff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.owf-doc-breadcrumb {
  font-weight: 800;
  color: rgba(15, 23, 42, 0.68);
  font-size: 0.95rem;
}
.owf-doc-breadcrumb a {
  color: rgba(15, 23, 42, 0.86);
  text-decoration: none;
}
.owf-doc-breadcrumb a:hover {
  text-decoration: underline;
}

.owf-doc-btnPrimary {
  background: #0072be;
  border-color: #0072be;
  font-weight: 900;
  border-radius: 14px;
  padding: 10px 14px;
}
.owf-doc-btnPrimary:hover {
  background: #0564a4;
  border-color: #0564a4;
}

.owf-doc-btnOutline {
  border-radius: 14px;
  padding: 10px 14px;
  font-weight: 900;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: #ffffff;
  color: rgba(15, 23, 42, 0.9);
}
.owf-doc-btnOutline:hover {
  background: #f3f6ff;
}

/* --- hero --- */
.owf-doc-hero {
  padding: 18px 0 10px 0;
}

.owf-doc-heroShell {
  border-bottom: 1px solid #e1e1e1;
}

.owf-doc-heroInner {
  padding: 18px;
}

/* Larger doctor portrait */
.owf-doc-portrait {
  overflow: hidden;
  background: #0b1224;
  height: 400px;
  position: relative;
}
.owf-doc-portrait img {
  width: 100%;
  height: 100%;
}

.owf-doc-name {
  margin: 0;
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 2.95rem;
  line-height: 1.12;
  color: #0072be;
}
.owf-doc-role {
  margin: 8px 0px 10px;
  font-weight: 600;
  font-size: 14px;
  color: #475569;
  line-height: 1.35;
}

.owf-doc-verified {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 0px solid rgba(0, 114, 190, 0.22);
  background: rgba(0, 114, 190, 0.08);
  color: #0b3d66;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
}
.owf-doc-verified::before {
  content: "✓";
  display: inline-block;
  font-weight: 1000;
  color: #0072be;
}
.owf-doc-iconImg {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: inline-block;
}
.owf-doc-iconBox {
  width: 125px;
  height: 60px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.owf-doc-iconBox img {
  width: 100%;
  height: 100% !important;
  border-radius: 12px;
}
.owf-doc-chip {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  border: 0px solid rgba(0, 114, 190, 0.18);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  color: #5d6b82;
  box-shadow: inset 0px 2px 3px 2px #e1e1e1;
}
.owf-doc-chipSmall {
  padding: 6px 20px;
  font-size: 12px;
}

.owf-doc-statGrid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}
.owf-doc-stat {
  grid-column: span 4;
  border-radius: 10px;
  padding: 12px;
  height: 100%;
  display: flex;
  gap: 12px;
  align-items: anchor-center;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset -2px 4px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.owf-doc-stat strong {
  display: block;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 1.05rem;
  font-family: "Jost", sans-serif;
  color: #cc2930;
}
.owf-doc-stat span {
  display: block;
  margin-top: 2px;
  color: rgba(15, 23, 42, 0.68);
  font-weight: 400;
  line-height: 1.45;
  font-size: 10px;
}
.owf-doc-statIcon {
  width: 50px;
  height: 50px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.owf-doc-miniCard {
  background: #fbfcff;
  padding: 12px 12px;
  border-radius: 12px;
  height: 100%;
  transition: 0.2s;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 1px 1px 6px 0px #0072be24;
}
.small-padding {
  padding: 10px 5px 0px 5px;
}
.owf-log-tit {
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #0072be;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* --- section heading --- */
.owf-doc-section {
  padding: 18px;
}
.owf-doc-sectionHead {
  display: flex;
  align-items: anchor-center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.owf-doc-sectionTitle {
  margin: 0;
  font-weight: 700;
  font-size: 1.15rem;
  color: #0072be;
  font-family: "One World Bold";
}

/* --- key rows --- */
.owf-doc-kv {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 12px;
  color: #cc2930;
  height: 100%;
  transition: 0.2s;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 1px 1px 6px 0px #0072be24;
}
.owf-doc-kvIcon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgb(0 114 190 / 0%);
  flex: 0 0 auto;
}
.owf-doc-sub-head {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.doci-dkdk {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 10px 0px 0px;
}
.owf-doc-kvLabel {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: bolder;
}
.owf-doc-kvValue {
  color: #5d6b82;
  font-size: 12px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  margin: 0px;
}

/* --- quote block --- */
.owf-doc-quote {
  border-radius: 12px;
  background: radial-gradient(
      520px 240px at 14% 18%,
      rgba(0, 114, 190, 0.08),
      transparent 62%
    ),
    radial-gradient(
      520px 240px at 92% 18%,
      rgba(204, 41, 48, 0.06),
      transparent 62%
    ),
    #ffffff;
  padding: 14px;
  align-items: anchor-center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: -2px 4px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.owf-doc-quote p {
  margin: 0;
  color: rgba(15, 23, 42, 0.78);
  font-weight: 400;
  line-height: 1.7;
  font-family: "Jost", sans-serif;
  font-size: 14px;
}
.owf-text-doctor {
  margin: 10px 0px 8px;
  color: #5d6b82;
  font-weight: 400;
  line-height: 1.7;
  font-family: "Jost", sans-serif;
  font-size: 14px;
}
/* --- tabs nav (top inside content) --- */
.owf-doc-subnav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  border-bottom: 0px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
}
.owf-doc-subnav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 999px;
  font-weight: 600;
  color: rgba(15, 23, 42, 0.86);
  transition: transform 0.14s ease, box-shadow 0.14s ease;
  font-size: 12px;
  background: linear-gradient(210deg, #cc293000, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: -6px 4px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.owf-doc-subnav a:hover {
  transform: translateY(-1px);
  backdrop-filter: blur(10px);
  box-shadow: inset -6px 4px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.owf-doc-subnav i {
  color: #cc2930;
}

/* --- doctor message --- */
.owf-doc-mediaTop {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: #fbfcff;
  border-radius: 18px 18px 0px 0px;
}
.owf-doc-mediaBody {
  padding: 18px;
}

.owf-doc-videoFrame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #0b1224;
  height: 260px;
}
.owf-doc-videoFrame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
}

.owf-doc-playOverlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    circle at center,
    rgba(11, 18, 36, 0.18),
    rgba(11, 18, 36, 0.76)
  );
  cursor: pointer;
}

.owf-doc-playBtn {
  width: 66px;
  height: 66px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.24);
  color: #0b1224;
  font-size: 1.35rem;
}

.owf-doc-note {
  border-radius: 12px;
  background: radial-gradient(
      520px 240px at 14% 18%,
      rgba(0, 114, 190, 0.08),
      transparent 62%
    ),
    radial-gradient(
      520px 240px at 92% 18%,
      rgba(204, 41, 48, 0.06),
      transparent 62%
    ),
    #ffffff;
  padding: 14px;
  align-items: anchor-center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset -2px 4px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
}
.owf-doc-note p {
  margin: 0;
  color: rgba(15, 23, 42, 0.78);
  font-weight: 400;
  line-height: 1.7;
  font-family: "Jost", sans-serif;
  font-size: 14px;
}

/* --- chat thread --- */
.owf-doc-chatHead {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: radial-gradient(
      520px 240px at 12% 0%,
      rgba(0, 114, 190, 0.1),
      transparent 62%
    ),
    radial-gradient(
      520px 240px at 88% 0%,
      rgba(204, 41, 48, 0.08),
      transparent 62%
    ),
    #ffffff;
}

.owf-doc-bubbles {
  padding: 14px;
  background: #ffffff;
  font-family: "jost", sans-serif;
}
.owf-btn-in-doc {
  padding: 25px 0px 15px;
  justify-content: end;
  display: flex;
  gap: 10px;
}
.owf-doc-bubbleRow {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.owf-doc-bubbleRow.owf-doc-right {
  justify-content: flex-end;
}
.owf-blog-inside {
  display: flex;
  gap: 12px;
}
.owf-doc-bubble {
  max-width: 85%;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  font-weight: 400;
  display: block;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px dashed rgba(204, 41, 48, 0.25);
  font-size: 12.5px;
  color: #334155;
  line-height: 1.45;
}
.owf-doc-bubble small {
  display: block;
  margin-top: 6px;
  color: rgba(15, 23, 42, 0.6);
  font-weight: 900;
}

.owf-doc-bubblePatient {
  display: block;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px dashed rgba(204, 41, 48, 0.25);
  background: rgba(204, 41, 48, 0.03);
  font-size: 12.5px;
  color: #334155;
  line-height: 1.45;
}
.owf-doc-bubbleDoctor {
  background: rgba(0, 114, 190, 0.08);
  border-color: rgba(0, 114, 190, 0.18);
}
.owf-doc-bubbleSuccess {
  background: rgba(204, 41, 48, 0.06);
  border-color: rgba(204, 41, 48, 0.18);
}

/* --- success wall --- */
.owf-doc-wall {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.owf-doc-wallTile {
  grid-column: span 4;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
  height: 100%;
}

.owf-doc-wallTile:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.14);
}

.owf-doc-wallImg {
  height: 150px;
  background: #0b1224;
  position: relative;
}
.owf-doc-wallImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  filter: saturate(1.05);
}

.owf-doc-wallBadge {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: rgba(15, 23, 42, 0.88);
  font-weight: 900;
  font-size: 0.86rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
}

.owf-doc-wallBody {
  padding: 12px 12px 14px 12px;
}
.owf-doc-wallTitle {
  margin: 0;
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 1rem;
}
.owf-doc-wallText {
  margin: 8px 0 0 0;
  color: rgba(15, 23, 42, 0.72);
  font-weight: 400;
  line-height: 1.6;
  font-size: 0.93rem;
}

.owf-doc-tag {
  padding: 5px 10px;
  font-weight: 500;
  font-size: 0.86rem;
  margin-top: 10px;
  margin-right: 0;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  border: 0px solid rgba(0, 114, 190, 0.18);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  color: #5d6b82;
  box-shadow: inset 0px 2px 3px 2px #e1e1e1;
}
.owf-headi-aligh {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.owf-doc-tag i {
  color: #0072be;
}

/* --- timeline (premium alternating left/right with center tie line) --- */
.owf-doc-tl {
  position: relative;
  margin-top: 10px;
}
.owf-doc-tl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  background: rgba(15, 23, 42, 0.1);
}

.owf-doc-tlItem {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 64px 1fr;
  gap: 0;
  align-items: start;
  padding: 10px 0;
}

.owf-doc-tlSide {
  padding: 0 10px;
}
.owf-doc-tlMid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.owf-doc-tlDot {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #0072be;
  border: 3px solid #ffffff;
  box-shadow: 0 12px 22px rgba(0, 114, 190, 0.18);
  margin-top: 6px;
}
.owf-doc-tlDotRed {
  background: #cc2930;
  box-shadow: 0 12px 22px rgba(204, 41, 48, 0.14);
}

.owf-doc-tlCard {
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  padding: 12px 14px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.owf-doc-tlMeta {
  font-weight: 950;
  font-size: 0.95rem;
  margin: 0;
  color: rgba(15, 23, 42, 0.92);
}
.owf-doc-tlSub {
  margin: 7px 0 0 0;
  color: rgba(15, 23, 42, 0.72);
  font-weight: 400;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* soft connector “tie” line to the center */
.owf-doc-tlTie {
  position: relative;
}
.owf-doc-tlTie::after {
  content: "";
  position: absolute;
  top: 18px;
  width: 38px;
  height: 2px;
  background: rgba(15, 23, 42, 0.1);
}
.owf-doc-tlLeft .owf-doc-tlTie::after {
  right: -48px;
}
.owf-doc-tlRight .owf-doc-tlTie::after {
  left: -48px;
}

/* side alignment */
.owf-doc-tlLeft .owf-doc-tlSide:first-child {
  display: block;
}
.owf-doc-tlLeft .owf-doc-tlSide:last-child {
  display: none;
}

.owf-doc-tlRight .owf-doc-tlSide:first-child {
  display: none;
}
.owf-doc-tlRight .owf-doc-tlSide:last-child {
  display: block;
}

/* --- progress --- */
.owf-doc-progressWrap {
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  padding: 14px;
  height: 100%;
}
.owf-doc-progress {
  height: 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  overflow: hidden;
}
.owf-doc-progress .progress-bar {
  border-radius: 999px;
}
.owf-doc-progressBlue {
  background: #0072be;
}
.owf-doc-progressRed {
  background: #cc2930;
}

.owf-doc-w92 {
  width: 92%;
}
.owf-doc-w88 {
  width: 88%;
}
.owf-doc-w86 {
  width: 86%;
}
.owf-doc-w84 {
  width: 84%;
}

/* --- video library --- */
.owf-doc-vlibHead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.owf-doc-vlibChips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.owf-doc-vchip {
  appearance: none;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #ffffff;
  color: rgba(15, 23, 42, 0.88);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 950;
  font-size: 0.92rem;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
  cursor: pointer;
  transition: transform 0.14s ease, background 0.14s ease,
    border-color 0.14s ease;
}
.owf-doc-vchip:hover {
  transform: translateY(-1px);
}
.owf-doc-vchip.owf-doc-active {
  background: rgba(0, 114, 190, 0.1);
  border-color: rgba(0, 114, 190, 0.26);
  color: #0b3d66;
}

.owf-doc-videoGrid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}
.owf-doc-vitem {
  grid-column: span 4;
}
.owf-doc-vitem.owf-doc-wide {
  grid-column: span 8;
}

.owf-doc-vcard {
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  height: 100%;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.owf-doc-vcard:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.14);
}

.owf-doc-vthumb {
  position: relative;
  background: #0b1224;
  overflow: hidden;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.owf-doc-r169 {
  aspect-ratio: 16/9;
}
.owf-doc-r916 {
  aspect-ratio: 9/16;
}

.owf-doc-vthumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
  transform: scale(1.01);
}

.owf-doc-voverlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    circle at center,
    rgba(11, 18, 36, 0.18),
    rgba(11, 18, 36, 0.78)
  );
  cursor: pointer;
}

.owf-doc-vplay {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #0b1224;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.24);
  font-size: 1.25rem;
}

.owf-doc-vbadges {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  pointer-events: none;
}

.owf-doc-vtag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: rgba(15, 23, 42, 0.88);
  font-weight: 900;
  font-size: 0.86rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
  white-space: nowrap;
}

.owf-doc-vmeta {
  padding: 12px 14px 14px 14px;
}
.owf-doc-vtitle {
  margin: 0;
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 1rem;
  line-height: 1.35;
}
.owf-doc-vdesc {
  margin: 8px 0 0 0;
  color: rgba(15, 23, 42, 0.72);
  font-weight: 400;
  line-height: 1.6;
  font-size: 0.93rem;
}

.owf-doc-vrow {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.owf-doc-vpill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fbfcff;
  font-weight: 900;
  color: rgba(15, 23, 42, 0.84);
  font-size: 0.86rem;
  white-space: nowrap;
}
.owf-doc-vpill i {
  color: #0072be;
}

/* --- sidebar --- */
.owf-doc-sticky {
  position: sticky;
  top: 16px;
}

.owf-doc-sideHead {
  padding: 16px 16px;
  background: radial-gradient(
      520px 240px at 12% 0%,
      rgba(0, 114, 190, 0.1),
      transparent 62%
    ),
    radial-gradient(
      520px 240px at 88% 0%,
      rgba(204, 41, 48, 0.08),
      transparent 62%
    ),
    #ffffff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.owf-doc-sideTitle {
  margin: 0;
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 1.08rem;
}
.owf-doc-sideBody {
  padding: 16px;
}

.owf-doc-form .form-control:focus,
.owf-doc-form .form-select:focus {
  border-color: rgba(0, 114, 190, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 114, 190, 0.14);
}

.owf-doc-appointBtn {
  width: 100%;
  border-radius: 16px;
  font-weight: 950;
  padding: 11px 14px;
  background: #0072be;
  border-color: #0072be;
}
.owf-doc-appointBtn:hover {
  background: #0564a4;
  border-color: #0564a4;
}

.owf-doc-miniNote {
  font-size: 0.94rem;
  color: rgba(15, 23, 42, 0.72);
  line-height: 1.6;
  font-weight: 400;
}

.owf-doc-sideMenu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 14px;
  color: #0072be;
  font-weight: 500;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  margin-top: 10px;
  transition: transform 0.14s ease, box-shadow 0.14s ease;
  font-family: "Jost", sans-serif;
  font-size: 14px;
}
.owf-doc-sideMenu a:first-child {
  margin-top: 0;
}
.owf-doc-sideMenu a:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}
.owf-doc-sideMenu i {
  color: #0072be;
  font-size: 16px;
}

.owf-doc-teamCard {
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  height: 100%;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.owf-doc-teamCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.14);
}
.owf-doc-teamImg {
  height: 110px;
  background: #0b1224;
}
.owf-doc-teamImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
}
.owf-doc-teamBody {
  padding: 12px;
}
.owf-doc-teamName {
  margin: 0;
  font-weight: 950;
  letter-spacing: -0.02em;
  font-size: 1rem;
}
.owf-doc-teamRole {
  margin: 6px 0 0 0;
  color: rgba(15, 23, 42, 0.72);
  font-weight: 400;
  line-height: 1.5;
  font-size: 0.92rem;
}

/* --- modal --- */
.owf-doc-modalShell {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
}
.owf-doc-modalHead {
  background: #0b1224;
  color: rgba(255, 255, 255, 0.92);
  border: 0;
}
.owf-doc-modalBody {
  background: #ffffff;
}

.owf-doc-modalVideo {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #0b1224;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 950;
}

/* --- footer --- */
.owf-doc-footer {
  background: #0b1224;
}
.owf-doc-footerNote {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 750;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* --- FAQ (accordion) — fully styled (no Bootstrap color dependency) --- */
.owf-doc-accordion .accordion-item {
  border: 0;
  background: transparent;
  margin-bottom: 12px;
}
.owf-doc-accordion .accordion-header {
  border-radius: 16px;
  overflow: hidden;
}
.owf-doc-accordion .accordion-button {
  border-radius: 16px !important;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #ffffff;
  color: rgba(15, 23, 42, 0.92);
  font-weight: 950;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  padding: 14px 14px;
}
.owf-doc-accordion .accordion-button:not(.collapsed) {
  background: rgba(0, 114, 190, 0.08);
  border-color: rgba(0, 114, 190, 0.22);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
  color: #0b3d66;
}
.owf-doc-accordion .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 114, 190, 0.14);
  border-color: rgba(0, 114, 190, 0.5);
}
.owf-doc-accordion .accordion-button::after {
  filter: saturate(0.6);
  opacity: 0.85;
}
.owf-doc-accordion .accordion-collapse {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-top: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}
.owf-doc-accordion .accordion-body {
  padding: 14px 14px;
}
.owf-doc-nam {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.owf-lsl {
  align-items: anchor-center;
}
.owf-rating-css {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.owf-button-csslocation {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* Heading */
.owf-timeline__heading {
  margin: 5%;
  text-align: center;
  font-size: 2rem;
  font-weight: 100;
}

/* Timeline wrapper */
.owf-timeline {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  position: relative;
}

/* Event */
.owf-timeline__event {
  position: relative;
  display: flex;
  margin: 10px 0;
  border-radius: 6px;
  align-self: center;
  width: 100%;
}

/* Alternate left/right automatically */
.owf-timeline__event:nth-child(odd) {
  flex-direction: row-reverse;
}

/* Title */
.owf-timeline__event__title {
  line-height: 1.4;
  color: var(--t-ink);
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: bolder;
}
.owf-timeline-descritp {
  color: #5d6b82;
  font-size: 14px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  margin: 0px;
}
/* Content */
.owf-timeline__event__content {
  background: #ffffff;
  width: fit-content;
  padding: 12px 12px;
  border-radius: 0px 12px 12px 0px;
  color: #5d6b82;
  height: 100%;
  transition: 0.2s;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 1px 1px 6px 0px #0072be24;
  font-family: "Jost", sans-serif;
  align-items: center;
  display: grid;
  gap: 5px;
}

.owf-timeline__event:nth-child(odd) .owf-timeline__event__content {
  border-radius: 12px 0 0 12px;
}

/* Date block */
.owf-timeline__event__date {
  color: var(--t-accent);
  font-size: 14px;
  font-weight: 600;
  background: var(--t-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 15px 10px;
  border-radius: 0px 6px 6px 0px;
  font-family: "Jost", sans-serif;
  width: fit-content;
  writing-mode: tb;
  transform: rotate(180deg);
}

.owf-timeline__event:nth-child(odd) .owf-timeline__event__date {
  border-radius: 6px 0px 0px 6px;
}

/* Icon bubble */
.owf-timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--t-ink);
  border-color: var(--t-ink);
  border: 3px solid;
  align-self: center;
  margin: 0 20px;
  border-radius: 999px;
  background-color: #fff;
  padding: 10px;
  position: relative;
  line-height: 1;
  z-index: -1;
  overflow: visible;
  transition: 0.2s;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 1px 1px 6px 0px #0072be24;
  min-width: fit-content;
}
.owf-timeline__event__icon img {
  width: 60px !important;
  height: 60px !important;
}

.owf-timeline__event__icon > * {
  position: relative;
  z-index: 3;
}

/* Connector lines (EXACT CodePen idea: on icon itself) */
.owf-timeline__event__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background: var(--t-ink);
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  animation: fillTop 2s forwards 0.4s ease-in-out;
}

.owf-timeline__event__icon::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--t-ink);
  position: absolute;
  left: 0%;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  animation: fillLeftOdd 2s forwards 0.4s ease-in-out;
}

/* For odd items, horizontal line animates from right (like CodePen) */
.owf-timeline__event:nth-child(odd) .owf-timeline__event__icon::after {
  left: auto;
  right: 0;
  animation: fillLeft 2s forwards 0.4s ease-in-out;
}

/* last item: no vertical continuation */
.owf-timeline__event:last-child .owf-timeline__event__icon::before {
  content: none;
}

/* Description */
.owf-timeline__event__description {
  flex-basis: 60%;
}

/* Theme rotation (type1/type2/type3 without HTML classes) */
.owf-timeline__event:nth-child(odd) {
  --t-ink: #0072be;
  --t-accent: #cfe6f6;
}
.owf-timeline__event:nth-child(even) {
  --t-ink: #cc2930;
  --t-accent: #f6d6d8;
}

/* Keyframes (same names as CodePen) */
@keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@keyframes fillTop {
  100% {
    top: 100%;
  }
}
@keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}
.owf-ex-tim-wrap {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  margin: 0;
  padding: 0;
  color: #0f172a;
}
.owf-ex-tim-title-h2 {
  margin: 0 0 18px;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  color: #0072be;
  letter-spacing: -0.2px;
}

/* CodePen timeline (same structure; brand-tuned colors) */
.owf-ex-tim-timeline {
  list-style: none;
  padding: 10px 0;
  position: relative;
  font-weight: 300;
  margin: 0;
}
.owf-ex-tim-timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background: rgba(15, 23, 42, 0.14);
  left: 50%;
  margin-left: -1.5px;
}

.owf-ex-tim-timeline > li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.owf-ex-tim-timeline > li:before,
.owf-ex-tim-timeline > li:after {
  content: "";
  display: table;
}
.owf-ex-tim-timeline > li:after {
  clear: both;
}

/* ✅ Instead of .timeline-inverted class, we use nth-child(even) */
.owf-ex-tim-timeline > li:nth-child(even) {
  float: right;
  clear: right;
}

.owf-ex-tim-panel {
  width: calc(100% - 25px);
  float: left;
  position: relative;
  align-items: anchor-center;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset -2px 4px 6px 0px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
}

/* Arrow (left items point to center) */
.owf-ex-tim-panel:before {
  position: absolute;
  top: 22px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #dcdcdc;
  border-right: 0 solid #dcdcdc;
  border-bottom: 15px solid transparent;
  content: "";
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset -2px 4px 6px 0px #e1e1e1;
}
.owf-ex-tim-panel:after {
  position: absolute;
  top: 23px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #ffffff;
  border-right: 0 solid #ffffff;
  border-bottom: 14px solid transparent;
  content: "";
}

/* Arrow flips for even items */
.owf-ex-tim-timeline > li:nth-child(even) > .owf-ex-tim-panel {
  float: right;
}
.owf-ex-tim-timeline > li:nth-child(even) > .owf-ex-tim-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
  border-right-color: #dcdcdc;
  content: "";
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset -2px 4px 6px 0px #e1e1e1;
}
.owf-ex-tim-timeline > li:nth-child(even) > .owf-ex-tim-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
  border-right-color: #ffffff;
}

.owf-ex-tim-badge {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 30px;
  right: -5px;
  z-index: 100;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset -2px 4px 6px 0px #e1e1e1;
}
.owf-ex-tim-badge--red {
  background: #cc2930;
}

/* Badge flips for even items */
.owf-ex-tim-timeline > li:nth-child(even) > .owf-ex-tim-badge {
  left: -5px;
  right: auto;
}

.owf-ex-tim-heading h4 {
  font-weight: 600;
  padding: 0 15px;
  color: #0072be;
  margin: 14px 0 6px;
  font-size: 15px;
}
.owf-ex-tim-subhead {
  padding: 0 15px;
  color: #64748b;
  font-size: 13px;
  margin-bottom: 6px;
}

.owf-ex-tim-body > p {
  padding: 10px 15px;
  margin: 0;
  line-height: 1.6;
  font-size: 13.5px;
  color: #0f172a;
}

.owf-ex-tim-footer {
  padding: 5px 15px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 0px 0px 12px 12px;
  background: radial-gradient(
      520px 240px at 12% 0%,
      rgba(0, 114, 190, 0.1),
      transparent 62%
    ),
    radial-gradient(
      520px 240px at 88% 0%,
      rgba(204, 41, 48, 0.08),
      transparent 62%
    ),
    #ffffff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.owf-ex-tim-footnote {
  margin: 0;
  text-align: right;
  color: #64748b;
  font-size: 12.5px;
  font-weight: 600;
}

/* Spacing like CodePen (2nd item drops a bit) */
.owf-ex-tim-timeline > li:nth-child(2) {
  margin-top: 60px;
}

.owf-ex-tim-clearfix {
  float: none !important;
  clear: both;
  width: 100%;
  height: 1px;
}

/* ==========================================================
	One World Fertility – Patient Journey (Pinterest-style)
	Prefix: owf-pj-
	Notes:
	- No :root variables (as requested)
	- Each section is commented for easy editing
========================================================== */

/* --- Base / Reset --- */
* {
  box-sizing: border-box;
}

/* --- Page Container --- */
.owf-pj-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 26px 18px 40px;
}

/* --- Header / Topbar (Title + Search + Chips) --- */
.owf-pj-topbar {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 16px;
}
.owf-pj-title h1 {
  margin: 0;
  font-size: 22px;
}
.owf-pj-title p {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 13px;
}

.owf-pj-controls {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}

/* Search pill */
.owf-pj-search {
  flex: 1;
  min-width: 375px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
  border: 0px solid rgba(0, 114, 190, 0.18);
  backdrop-filter: blur(8px);
  font-size: 12px;
  color: #5d6b82;
  box-shadow: inset 0px 2px 3px 2px #e1e1e1;
}
.owf-pj-search input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  background: transparent;
}

/* Filter chips */
.owf-pj-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.owf-pj-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease,
    border-color 0.12s ease;
  border-radius: 999px;
  border: 0px solid rgba(0, 114, 190, 0.18);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  font-size: 12px;
  color: #5d6b82;
  box-shadow: inset 0px 2px 3px 2px #e1e1e1;
}
.owf-pj-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0px 2px 3px 2px #e1e1e1;
  color: #cc2930;
}
.owf-pj-chip.owf-pj-chip-active {
  border-color: #0072be00;
  box-shadow: 0px 2px 3px 2px #e1e1e1;
  color: #0072be;
}

/* --- Main Layout (Left Masonry + Right Sidebar) --- */
.owf-pj-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 18px;
  align-items: start;
}
@media (max-width: 1100px) {
  .owf-pj-layout {
    grid-template-columns: 1fr 320px;
  }
}
@media (max-width: 920px) {
  .owf-pj-layout {
    grid-template-columns: 1fr;
  }
  .owf-pj-sidebar {
    position: static;
  }
  .owf-pj-topbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .owf-pj-search {
    min-width: 100%;
  }
}

/* --- Left: Masonry Feed (Pinterest feel) --- */
.owf-pj-masonry {
  columns: 4;
  column-gap: 8px;
}

/* Card */
.owf-pj-pin {
  break-inside: avoid;
  margin-bottom: 10px;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease;
  min-height: 100%;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 6px 5px 10px 2px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.owf-pj-pin:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

/* Image */
.owf-pj-pin img {
  width: 100%;
  height: auto;
  display: block;
  background: #eef2f7;
}

/* Card body */
.owf-pj-pin-body {
  padding: 12px 14px 14px;
}
.owf-pj-pin-body h3 {
  margin: 0 0 6px;
  font-size: 14px;
}
.owf-pj-pin-body p {
  margin: 0 0 10px;
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(0.45em * 3);
}

/* Card footer */
.owf-pj-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.owf-pj-pill {
  font-size: 12px;
  border: 1px solid #e6e8ef;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffffff;
}
.owf-pj-cta {
  font-size: 12px;
  font-weight: 800;
  border: none;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(0, 114, 190, 0.12);
  cursor: pointer;
}

/* Source line */
.owf-pj-source {
  margin-top: 8px;
  font-size: 11.5px;
  color: #64748b;
  display: flex;
  gap: 8px;
  align-items: center;
}
.owf-pj-source a {
  color: #64748b;
  text-decoration: none;
  border-bottom: 1px dashed rgba(100, 116, 139, 0.5);
}
.owf-pj-source a:hover {
  color: #0f172a;
}

/* --- Right: Sticky Sidebar --- */
.owf-pj-sidebar {
  position: sticky;
  top: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Sidebar panel */
.owf-pj-panel {
  border-radius: 18px;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset -2px 2px 12px 3px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.owf-pj-panel-head {
  padding: 14px 14px 10px;
  border-radius: 18px 18px 0px 0px;
  border-bottom: 1px solid #e6e8ef;
  background: linear-gradient(
    180deg,
    rgba(0, 114, 190, 0.06),
    rgba(204, 41, 48, 0.04)
  );
}
.owf-pj-panel-head h3 {
  margin: 0;
  font-size: 14px;
}
.owf-pj-panel-head p {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 12.5px;
  line-height: 1.45;
}
.owf-pj-panel-body {
  padding: 14px;
}

/* Snapshot stats */
.owf-pj-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 15px;
}
.owf-pj-stat {
  display: flex;
  gap: 2px;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  color: #0f172a;
  padding: 12px;
  border-radius: 14px;
  margin-bottom: 10px;
  transition: 0.2s;
  background: linear-gradient(210deg, #0072be00, #dc354500);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset -1px 2px 7px 2px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.owf-pj-stat .owf-pj-k {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.owf-pj-stat .owf-pj-t {
  margin-top: 4px;
  color: #64748b;
  font-size: 12px;
}

/* Mini steps */
.owf-pj-mini-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}
.owf-pj-mini-step {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
  text-decoration: none;
  color: #cc2930;
  transition: 0.2s;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 1px 1px 6px 0px #0072be24;
  border: 0px solid rgb(251 0 0);
  background-color: #f0f8ff00;
}
.owf-pj-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  margin-top: 5px;
  background: rgba(0, 114, 190, 0.65);
  box-shadow: 0 0 0 6px rgba(0, 114, 190, 0.1);
  flex: 0 0 auto;
}
.owf-pj-mini-step b {
  display: block;
  font-size: 12.5px;
  margin-bottom: 3px;
}
.owf-pj-mini-step span {
  display: block;
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
}

/* Booking form */
.owf-pj-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.owf-pj-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.owf-pj-field label {
  display: block;
  font-size: 12px;
  color: #64748b;
  margin: 0 0 6px;
}
.owf-pj-field input,
.owf-pj-field select,
.owf-pj-field textarea {
  width: 100%;
  border: 1px solid #e6e8ef;
  border-radius: 12px;
  padding: 10px 12px;
  outline: none;
  font-size: 13.5px;
  background: #ffffff;
}
.owf-pj-field textarea {
  min-height: 84px;
  resize: vertical;
}

.owf-pj-submit {
  border: none;
  border-radius: 14px;
  padding: 12px 14px;
  font-weight: 800;
  cursor: pointer;
  background: linear-gradient(
    90deg,
    rgba(0, 114, 190, 0.18),
    rgba(204, 41, 48, 0.14)
  );
}

/* --- Pin Detail Drawer (Right slide panel) --- */
.owf-pj-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 999;
}
.owf-pj-backdrop.owf-pj-backdrop-open {
  opacity: 1;
  pointer-events: auto;
}

.owf-pj-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 420px;
  max-width: 92vw;
  background: #ffffff;
  border-left: 1px solid #e6e8ef;
  box-shadow: -18px 0 40px rgba(15, 23, 42, 0.18);
  transform: translateX(110%);
  transition: transform 0.22s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}
.owf-pj-drawer.owf-pj-drawer-open {
  transform: translateX(0);
}

.owf-pj-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid #e6e8ef;
  background: linear-gradient(
    180deg,
    rgba(0, 114, 190, 0.06),
    rgba(204, 41, 48, 0.04)
  );
}
.owf-pj-drawer-head b {
  font-size: 13.5px;
}

.owf-pj-drawer-close {
  border: 1px solid #e6e8ef;
  background: #ffffff;
  border-radius: 12px;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: 800;
}

.owf-pj-drawer-body {
  padding: 14px;
  overflow: auto;
}

.owf-pj-drawer-media {
  border: 1px solid #e6e8ef;
  border-radius: 16px;
  overflow: hidden;
  background: #eef2f7;
}
.owf-pj-drawer-media img {
  width: 100%;
  height: auto;
  display: block;
}

.owf-pj-drawer-title {
  margin: 12px 0 6px;
  font-size: 16px;
  letter-spacing: -0.01em;
}
.owf-pj-drawer-text {
  margin: 0;
  color: #64748b;
  line-height: 1.55;
  font-size: 13.5px;
}

.owf-pj-drawer-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.owf-pj-drawer-btn {
  border: none;
  border-radius: 14px;
  padding: 10px 12px;
  font-weight: 900;
  cursor: pointer;
  background: rgba(0, 114, 190, 0.12);
}
.owf-pj-drawer-btn-secondary {
  border: 1px solid #e6e8ef;
  background: #ffffff;
}

.owf-pj-drawer-meta {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10vh;
}

/* Utility */
.owf-pj-hidden {
  display: none !important;
}
/* ==========================================================
	One World Fertility – Video Library (Pinterest-style)
	Prefix: owf-vl-
	Notes:
	- Masonry feed like Pinterest (no forced heights)
	- Right sidebar: Categories + quick actions
	- Center popup modal
	- Auto-detect Short vs Long using thumbnail ratio (NO data-type needed)
	- No :root variables
========================================================== */

/* --- Base --- */

/* --- Container --- */
.owf-vl-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 26px 18px 40px;
}

/* --- Header / Topbar --- */
.owf-vl-topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 16px;
}
.owf-vl-title h1 {
  margin: 0;
  font-size: 22px;
}
.owf-vl-title p {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 13px;
}

/* --- Controls: Chips only (no search) --- */
.owf-vl-controls {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
  width: fit-content;
  padding: 0px 0px 10px;
}
.owf-vl-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.owf-vl-chip {
  background: #fff;
  border: 1px solid #e6e8ef;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.04);
}
.owf-vl-chip.owf-vl-chip-active {
  background: rgba(0, 114, 190, 0.12);
  border-color: rgba(0, 114, 190, 0.4);
}

/* --- Page Layout (Left feed + Right sidebar) --- */
.owf-vl-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 18px;
  align-items: start;
}
@media (max-width: 1100px) {
  .owf-vl-layout {
    grid-template-columns: 1fr 320px;
  }
}
@media (max-width: 920px) {
  .owf-vl-layout {
    grid-template-columns: 1fr;
  }
  .owf-vl-sidebar {
    position: static;
  }
  .owf-vl-topbar {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* --- Masonry Grid (Pinterest feel) --- */
.owf-vl-masonry {
  columns: 4;
  column-gap: 8px;
}

/* --- Video Card --- */
.owf-vl-card {
  break-inside: avoid;
  margin-bottom: 10px;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease;
  min-height: 100%;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 6px 5px 10px 2px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}
.owf-vl-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

/* Thumbnail wrapper keeps aspect ratio naturally */
.owf-vl-thumb {
  position: relative;
}
.owf-vl-thumb img {
  width: 100%;
  height: auto;
  display: block;
  background: #eef2f7;
}

/* Play icon overlay */
.owf-vl-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: 0.2s ease;
}
.owf-vl-card:hover .owf-vl-play {
  opacity: 1;
}
.owf-vl-play span {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
  color: #0f172a;
}

/* Card body */
.owf-vl-body {
  padding: 12px 14px 14px;
}
.owf-vl-body h3 {
  margin: 0 0 6px;
  font-size: 14px;
}
.owf-vl-body p {
  margin: 0;
  color: #64748b;
  font-size: 12.5px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(0.45em * 3);
}

/* --- Right Sidebar --- */
.owf-vl-sidebar {
  position: sticky;
  top: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.owf-vl-panel {
  background: #fff;
  border: 1px solid #e6e8ef;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}
.owf-vl-panel-head {
  padding: 14px 14px 10px;
  border-bottom: 1px solid #e6e8ef;
  background: linear-gradient(
    180deg,
    rgba(0, 114, 190, 0.06),
    rgba(204, 41, 48, 0.04)
  );
}
.owf-vl-panel-head h3 {
  margin: 0;
  font-size: 14px;
}
.owf-vl-panel-head p {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 12.5px;
  line-height: 1.45;
}
.owf-vl-panel-body {
  padding: 14px;
}

/* Category list */
.owf-vl-cats {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.owf-vl-cat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #e6e8ef;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  user-select: none;
}
.owf-vl-cat:hover {
  border-color: rgba(0, 114, 190, 0.45);
}
.owf-vl-cat.owf-vl-cat-active {
  background: rgba(0, 114, 190, 0.1);
  border-color: rgba(0, 114, 190, 0.45);
}
.owf-vl-cat b {
  font-size: 13px;
}
.owf-vl-badge {
  font-size: 12px;
  color: #64748b;
}

/* Quick action */
.owf-vl-quick {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.owf-vl-btn {
  border: none;
  border-radius: 14px;
  padding: 12px 14px;
  font-weight: 900;
  cursor: pointer;
  background: linear-gradient(
    90deg,
    rgba(0, 114, 190, 0.18),
    rgba(204, 41, 48, 0.14)
  );
}
.owf-vl-btn-secondary {
  border: 1px solid #e6e8ef;
  background: #fff;
}

/* --- Center Popup (Modal) --- */
.owf-vl-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 999;
}
.owf-vl-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

.owf-vl-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.98);
  width: min(980px, 94vw);
  max-height: 86vh;
  background: #fff;
  border: 1px solid #e6e8ef;
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
}
.owf-vl-modal.open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 920px) {
  .owf-vl-modal {
    grid-template-columns: 1fr;
    width: min(720px, 94vw);
  }
}

.owf-vl-modal-left {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.owf-vl-modal-right {
  padding: 14px;
  border-left: 1px solid #e6e8ef;
  background: #fbfcff;
}
@media (max-width: 920px) {
  .owf-vl-modal-right {
    border-left: none;
    border-top: 1px solid #e6e8ef;
  }
}

.owf-vl-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.owf-vl-modal-head b {
  font-size: 14px;
}

.owf-vl-close {
  border: 1px solid #e6e8ef;
  background: #fff;
  border-radius: 12px;
  padding: 8px 10px;
  font-weight: 800;
  cursor: pointer;
}

/* Player box – aspect ratio set dynamically (Short vs Long) */
.owf-vl-player {
  width: 100%;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16/9;
  max-height: 70vh;
}
.owf-vl-player iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.owf-vl-modal-title {
  margin: 0;
  font-size: 16px;
  letter-spacing: -0.01em;
}
.owf-vl-modal-text {
  margin: 0;
  color: #64748b;
  font-size: 13.5px;
  line-height: 1.55;
}

.owf-vl-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.owf-vl-nav button {
  border: none;
  border-radius: 14px;
  padding: 10px 12px;
  font-weight: 900;
  cursor: pointer;
  background: rgba(0, 114, 190, 0.12);
}
.owf-vl-nav button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.owf-vl-pill {
  font-size: 12px;
  border: 1px solid #e6e8ef;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
}
.owf-vl-mini {
  font-size: 12px;
  font-weight: 900;
  border: none;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(0, 114, 190, 0.12);
  cursor: pointer;
}

.owf-vl-hidden {
  display: none !important;
}
/* ========== OWF-SV Custom CSS ========== */

/* ========== Animation Keyframes ========== */
@keyframes owf-sv-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes owf-sv-fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes owf-sv-fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes owf-sv-scaleIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes owf-sv-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes owf-sv-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 20px 50px rgba(204, 41, 48, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 25px 60px rgba(204, 41, 48, 0.5);
  }
}

@keyframes owf-sv-bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-8px);
  }
}

@keyframes owf-sv-heartbeat {
  0%,
  100% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.2);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.2);
  }
  70% {
    transform: scale(1);
  }
}

@keyframes owf-sv-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes owf-sv-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

@keyframes owf-sv-slideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes owf-sv-glow {
  0%,
  100% {
    box-shadow: 0 0 20px rgba(0, 114, 190, 0.3);
  }
  50% {
    box-shadow: 0 0 40px rgba(0, 114, 190, 0.6);
  }
}

@keyframes owf-sv-borderMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* ========== Navigation ========== */
.owf-sv-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ffffff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.owf-sv-nav-logo {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 700;
  color: #0072be;
  text-decoration: none;
}

.owf-sv-nav-logo span {
  color: #cc2930;
}

.owf-sv-nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

.owf-sv-nav-links li {
  display: inline-block;
  margin-left: 35px;
}

.owf-sv-nav-links a {
  color: #1a2a3a;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
}

.owf-sv-nav-links a:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 3px;
  background: #cc2930;
  transition: width 0.3s ease;
  border-radius: 3px;
}

.owf-sv-nav-links a:hover {
  color: #0072be;
}

.owf-sv-nav-links a:hover:after {
  width: 100%;
}

/* ========== Hero Section ========== */
.owf-sv-hero {
  background-image: url(../../images/general/faqback.jpg);
  min-height: 50vh;
  display: table;
  width: 100%;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/* Gradient / Color Overlay */
.owf-sv-hero::before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  z-index: 2;
  pointer-events: none;

  /* Example 1 — soft dark overlay */
  background: linear-gradient(
    135deg,
    rgba(0, 114, 190, 0.3) 0%,
    rgba(0, 90, 153, 0.38) 100%
  );

  /* Example 2 — linear gradient overlay (uncomment if you prefer) */
  /* background: linear-gradient(
		to bottom right,
		rgba(0, 0, 0, 0.6),
		rgba(0, 0, 0, 0.2)
	); */
}

.owf-sv-hero-content {
  display: block;
  vertical-align: middle;
  padding-top: 25px;
  padding-bottom: 25px;
}

.owf-sv-floating-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}

.owf-sv-shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.owf-sv-shape-1 {
  width: 350px;
  height: 350px;
  top: 10%;
  left: -120px;
  animation: owf-sv-float 7s ease-in-out infinite;
}

.owf-sv-shape-2 {
  width: 250px;
  height: 250px;
  top: 55%;
  right: -80px;
  animation: owf-sv-float 9s ease-in-out infinite;
  animation-delay: 1.5s;
}

.owf-sv-shape-3 {
  width: 180px;
  height: 180px;
  bottom: 15%;
  left: 8%;
  animation: owf-sv-float 8s ease-in-out infinite;
  animation-delay: 3s;
}

.owf-sv-hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  animation: owf-sv-fadeInUp 0.8s ease forwards;
  backdrop-filter: blur(10px);
  border: 0px solid rgba(255, 255, 255, 0.2);
  font-family: "Jost", sans-serif;
  box-shadow: inset 1px 1px 4px 3px #0072be9c;
}

.owf-sv-hero-title {
  color: #ffffff;
  font-size: 58px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.15;
  animation: owf-sv-fadeInUp 0.8s ease forwards;
  animation-delay: 0.2s;
  opacity: 0;
}

.owf-sv-hero-title span {
  color: #cc2930;
  position: relative;
  display: inline-block;
}

.owf-sv-hero-title span:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 8px;
  background: rgba(204, 41, 48, 0.3);
  z-index: -1;
}

.owf-sv-hero-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  font-weight: 300;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  animation: owf-sv-fadeInUp 0.8s ease forwards;
  animation-delay: 0.4s;
  opacity: 0;
}

.owf-sv-hero-btns {
  animation: owf-sv-fadeInUp 0.8s ease forwards;
  animation-delay: 0.6s;
  opacity: 0;
}

.owf-sv-hero-btn {
  display: inline-block;
  padding: 18px 45px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.4s ease;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.owf-sv-hero-btn-primary {
  background: #ffffff;
  color: #0072be;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.owf-sv-hero-btn-primary:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  color: #0072be;
  background: #ffffff;
}

.owf-sv-hero-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.owf-sv-hero-btn-secondary:hover {
  background: #ffffff;
  color: #0072be;
  transform: translateY(-5px);
}

.owf-sv-hero-stats {
  margin-top: 70px;
  animation: owf-sv-fadeInUp 0.8s ease forwards;
  animation-delay: 0.8s;
  opacity: 0;
}

.owf-sv-hero-stat-item {
  display: inline-block;
  text-align: center;
  padding-left: 45px;
  padding-right: 45px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.owf-sv-hero-stat-item:last-child {
  border-right: none;
}

.owf-sv-hero-stat-number {
  font-family: "Playfair Display", serif;
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.owf-sv-hero-stat-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-top: 8px;
}

.owf-sv-scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  text-align: center;
  animation: owf-sv-bounce 2s infinite;
}

.owf-sv-scroll-indicator span {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.owf-sv-scroll-arrow {
  font-size: 28px;
}

/* ========== Section Common Styles ========== */
.owf-sv-section {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.owf-sv-section-light {
  background: #f8fbfd;
}

.owf-sv-section-white {
  background: #ffffff;
}

.owf-sv-section-accent {
  background: #e8f4fc;
}

.owf-sv-section-header {
  text-align: center;
  margin-bottom: 15px;
}

.owf-sv-section-label {
  display: inline-block;
  color: #cc2930;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}

.owf-sv-section-label:before,
.owf-sv-section-label:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 35px;
  height: 2px;
  background: #cc2930;
}

.owf-sv-section-label:before {
  left: -50px;
}

.owf-sv-section-label:after {
  right: -50px;
}

.owf-sv-section-title {
  font-family: "One World Bold";
  line-height: 35px;
  -webkit-text-stroke: 1px #0072be;
  color: #0072be !important;
  margin: 0px;
  margin-bottom: 10px;
}

.owf-sv-section-desc {
  font-size: 18px;
  -webkit-text-stroke: 1px #cc2930;
  color: #cc2930 !important;
  font-weight: 300;
  margin: 0px 0px;
}

.owf-sv-divider {
  width: 125px;
  height: 4px;
  background: linear-gradient(135deg, #0072be 0%, #005a99 100%);
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border-radius: 2px;
  position: relative;
}

.owf-sv-divider:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: #cc2930;
  border-radius: 50%;
  border: 3px solid #ffffff;
}

/* ========== Services Section ========== */
.owf-sv-service-card {
  padding: 10px;
  text-align: center;
  position: relative;
  height: 100%;
  margin-bottom: 10px;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease;
  min-height: 100%;
  background: linear-gradient(210deg, #0072be00, #ffffff00);
  backdrop-filter: blur(10px);
  box-shadow: inset 6px 5px 10px 2px #e1e1e1;
  border: 0px solid rgba(255, 255, 255, 0.2);
}

.owf-sv-service-icon {
  width: 100%;
  height: 115px;
  background: #e8f4fc;
  border-radius: 12px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  transition: all 0.5s ease;
  position: relative;
}

.owf-sv-service-icon img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.owf-sv-service-card:hover .owf-sv-service-icon span {
  filter: grayscale(1) brightness(10);
  transform: scale(1.1);
}

.owf-sv-service-title {
  font-size: 16px;
  color: #1a2a3a;
  margin-bottom: -2px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  text-align: left;
}
.dis-block {
  display: block;
}
.owf-sv-service-text {
  margin: 10px 0px;
  color: #475569;
  font-size: 12px;
  line-height: 1.75 !important;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(0.45em * 3);
  text-align: left;
}

.owf-sv-service-link {
  display: inline-block;
  color: #0072be;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.owf-sv-service-link:hover {
  color: #cc2930;
  letter-spacing: 1px;
}

.owf-sv-service-link span {
  margin-left: 8px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.owf-sv-service-link:hover span {
  transform: translateX(8px);
}

/* ========== Our Story Section ========== */
.owf-sv-story-image-wrapper {
  position: relative;
  padding-right: 40px;
}

.owf-sv-story-image {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 25px;
  box-shadow: 0 30px 70px rgba(0, 114, 190, 0.25);
}

.owf-sv-story-accent-box {
  position: absolute;
  bottom: -40px;
  right: 0;
  background: linear-gradient(135deg, #cc2930 0%, #a82128 100%);
  color: #ffffff;
  padding: 35px 45px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(204, 41, 48, 0.4);
  animation: owf-sv-pulse 3s ease-in-out infinite;
}

.owf-sv-story-accent-number {
  font-family: "Playfair Display", serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}

.owf-sv-story-accent-text {
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 5px;
  text-transform: uppercase;
}

.owf-sv-story-badge {
  position: absolute;
  top: 30px;
  left: -25px;
  background: #0072be;
  color: #ffffff;
  padding: 18px 28px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 15px 35px rgba(0, 114, 190, 0.4);
  animation: owf-sv-float 5s ease-in-out infinite;
}

.owf-sv-story-content {
  padding-left: 50px;
  padding-top: 20px;
}

.owf-sv-story-quote {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  color: #0072be;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 22px;
  position: relative;
  padding-left: 10px;
  border-left: 5px solid #cc2930;
}

.owf-sv-story-text {
  color: #555555;
  font-size: 16px;
  margin-bottom: 20px;
}

.owf-sv-story-features {
  margin-top: 35px;
}

.owf-sv-story-feature {
  display: inline-block;
  width: 48%;
  margin-bottom: 18px;
  padding-left: 38px;
  position: relative;
  font-size: 15px;
  color: #1a2a3a;
  font-weight: 500;
}

.owf-sv-story-feature:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: #e8f4fc;
  color: #0072be;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  font-size: 13px;
  font-weight: bold;
}

.owf-sv-story-founder {
  display: inline-block;
  margin-top: 35px;
  padding: 25px 35px;
  background: linear-gradient(135deg, #e8f4fc 0%, #f8fbfd 100%);
  border-radius: 15px;
  border-left: 4px solid #0072be;
}

.owf-sv-founder-name {
  font-weight: 600;
  color: #1a2a3a;
  font-size: 18px;
}

.owf-sv-founder-title {
  color: #0072be;
  font-size: 14px;
}

/* ========== Mission & Vision Section ========== */
.owf-sv-mv-card {
  background: #ffffff;
  border-radius: 25px;
  padding: 55px 45px;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease;
  margin-bottom: 30px;
}

.owf-sv-mv-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 35px 70px rgba(0, 114, 190, 0.18);
}

.owf-sv-mv-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #0072be 0%, #005a99 100%);
  border-radius: 50%;
  display: table;
  margin-bottom: 30px;
  transition: all 0.4s ease;
}

.owf-sv-mv-card:hover .owf-sv-mv-icon {
  animation: owf-sv-heartbeat 1s ease;
}

.owf-sv-mv-icon svg {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 42px;
  height: 42px;
  margin-left: 24px;
  fill: #ffffff;
}

.owf-sv-mv-title {
  font-size: 30px;
  color: #1a2a3a;
  margin-bottom: 20px;
  font-weight: 600;
}

.owf-sv-mv-text {
  color: #666666;
  font-size: 16px;
  margin-bottom: 30px;
}

.owf-sv-mv-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.owf-sv-mv-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  color: #555555;
  font-size: 15px;
  transition: all 0.3s ease;
}

.owf-sv-mv-list li:hover {
  padding-left: 42px;
  color: #0072be;
}

.owf-sv-mv-list li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #cc2930;
  font-weight: bold;
  transition: all 0.3s ease;
}

.owf-sv-mv-list li:hover:before {
  left: 7px;
}

.owf-sv-mv-decoration {
  position: absolute;
  top: -70px;
  right: -70px;
  width: 200px;
  height: 200px;
  background: #e8f4fc;
  border-radius: 50%;
  opacity: 0.7;
}

.owf-sv-mv-decoration-2 {
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 120px;
  height: 120px;
  background: #e8f4fc;
  border-radius: 50%;
  opacity: 0.5;
}

/* ========== Values Section ========== */
.owf-sv-value-item {
  text-align: center;
  padding: 45px 30px;
  transition: all 0.4s ease;
}

.owf-sv-value-item:hover {
  transform: translateY(-12px);
}

.owf-sv-value-icon {
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 50%;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  box-shadow: 0 15px 45px rgba(0, 114, 190, 0.15);
  transition: all 0.4s ease;
  position: relative;
}

.owf-sv-value-icon:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 50%;
  border: 3px dashed #0072be;
  opacity: 0;
  transition: all 0.4s ease;
}

.owf-sv-value-item:hover .owf-sv-value-icon:before {
  opacity: 1;
  animation: owf-sv-rotate 12s linear infinite;
}

.owf-sv-value-item:hover .owf-sv-value-icon {
  transform: scale(1.1);
  box-shadow: 0 25px 55px rgba(0, 114, 190, 0.25);
}

.owf-sv-value-icon span {
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
}

.owf-sv-value-title {
  font-size: 24px;
  color: #1a2a3a;
  margin-bottom: 15px;
  font-weight: 600;
}

.owf-sv-value-text {
  color: #666666;
  font-size: 15px;
}

/* ========== Gallery Section ========== */
.owf-sv-gallery-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

.owf-sv-gallery-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: all 0.6s ease;
}

.owf-sv-gallery-item:hover img {
  transform: scale(1.15);
}

.owf-sv-gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(0, 114, 190, 0.9) 0%,
    transparent 60%
  );
  opacity: 0;
  transition: all 0.4s ease;
}

.owf-sv-gallery-item:hover .owf-sv-gallery-overlay {
  opacity: 1;
}

.owf-sv-gallery-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  color: #ffffff;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease;
}

.owf-sv-gallery-item:hover .owf-sv-gallery-content {
  transform: translateY(0);
  opacity: 1;
}

.owf-sv-gallery-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.owf-sv-gallery-desc {
  font-size: 14px;
  opacity: 0.9;
}

.owf-sv-gallery-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 65px;
  height: 65px;
  background: #ffffff;
  border-radius: 50%;
  display: table;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.owf-sv-gallery-item:hover .owf-sv-gallery-icon {
  transform: translate(-50%, -50%) scale(1);
}

.owf-sv-gallery-icon span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  color: #0072be;
}

.owf-sv-gallery-large {
  height: 590px;
}

.owf-sv-gallery-large img {
  height: 590px;
}

/* ========== About Us Stats Section ========== */
.owf-sv-about-intro {
  text-align: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.owf-sv-about-intro-text {
  font-size: 21px;
  color: #555555;
  line-height: 1.9;
}

.owf-sv-about-highlight {
  color: #0072be;
  font-weight: 600;
}

.owf-sv-stat-box {
  background: #ffffff;
  border-radius: 25px;
  padding: 50px 35px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.owf-sv-stat-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(135deg, #0072be 0%, #cc2930 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.owf-sv-stat-box:hover:before {
  transform: scaleX(1);
}

.owf-sv-stat-box:hover {
  transform: translateY(-12px);
  box-shadow: 0 35px 65px rgba(0, 114, 190, 0.2);
}

.owf-sv-stat-icon {
  font-size: 45px;
  margin-bottom: 18px;
  display: block;
}

.owf-sv-stat-number {
  font-family: "Playfair Display", serif;
  font-size: 58px;
  font-weight: 700;
  color: #0072be;
  line-height: 1;
  margin-bottom: 12px;
}

.owf-sv-stat-label {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
}

/* ========== FAQ Section ========== */
.owf-sv-faq-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.owf-sv-faq-item {
  background: #ffffff;
  border-radius: 18px;
  margin-bottom: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.4s ease;
}

.owf-sv-faq-item:hover {
  box-shadow: 0 20px 50px rgba(0, 114, 190, 0.12);
  transform: translateY(-3px);
}

.owf-sv-faq-question {
  padding: 28px 80px 28px 35px;
  font-size: 18px;
  font-weight: 600;
  color: #1a2a3a;
  display: block;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Playfair Display", serif;
}

.owf-sv-faq-question:hover {
  color: #0072be;
}

.owf-sv-faq-question:after {
  content: "+";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #e8f4fc;
  color: #0072be;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 26px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  transition: all 0.4s ease;
}

.owf-sv-faq-checkbox {
  display: none;
}

.owf-sv-faq-checkbox:checked + .owf-sv-faq-question:after {
  content: "−";
  background: #0072be;
  color: #ffffff;
  transform: translateY(-50%) rotate(180deg);
}

.owf-sv-faq-checkbox:checked + .owf-sv-faq-question {
  color: #0072be;
}

.owf-sv-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  padding-left: 35px;
  padding-right: 35px;
}

.owf-sv-faq-checkbox:checked ~ .owf-sv-faq-answer {
  max-height: 400px;
  padding-bottom: 30px;
}

.owf-sv-faq-answer p {
  color: #666666;
  font-size: 15px;
  line-height: 1.9;
  padding-top: 5px;
  border-top: 1px solid #e8f4fc;
}

/* ========== Team Section ========== */
.owf-sv-team-card {
  background: #ffffff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease;
  margin-bottom: 30px;
}

.owf-sv-team-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 35px 65px rgba(0, 114, 190, 0.2);
}

.owf-sv-team-image-wrapper {
  position: relative;
  overflow: hidden;
}

.owf-sv-team-image {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: all 0.6s ease;
}

.owf-sv-team-card:hover .owf-sv-team-image {
  transform: scale(1.1);
}

.owf-sv-team-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 114, 190, 0.9), transparent);
  opacity: 0;
  transition: all 0.4s ease;
}

.owf-sv-team-card:hover .owf-sv-team-overlay {
  opacity: 1;
}

.owf-sv-team-info {
  padding: 35px;
  text-align: center;
}

.owf-sv-team-name {
  font-size: 24px;
  color: #1a2a3a;
  margin-bottom: 8px;
  font-weight: 600;
}

.owf-sv-team-role {
  color: #0072be;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.owf-sv-team-bio {
  color: #666666;
  font-size: 14px;
}

/* ========== Blog Section ========== */
.owf-sv-blog-card {
  background: #ffffff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease;
  margin-bottom: 30px;
  height: 100%;
}

.owf-sv-blog-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 35px 65px rgba(0, 114, 190, 0.2);
}

.owf-sv-blog-image-wrapper {
  position: relative;
  overflow: hidden;
}

.owf-sv-blog-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: all 0.6s ease;
}

.owf-sv-blog-card:hover .owf-sv-blog-image {
  transform: scale(1.1);
}

.owf-sv-blog-category {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #cc2930;
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.owf-sv-blog-content {
  padding: 35px;
}

.owf-sv-blog-meta {
  margin-bottom: 18px;
}

.owf-sv-blog-meta span {
  font-size: 13px;
  color: #888888;
  margin-right: 20px;
}

.owf-sv-blog-title {
  font-size: 22px;
  color: #1a2a3a;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.4;
  transition: all 0.3s ease;
}

.owf-sv-blog-card:hover .owf-sv-blog-title {
  color: #0072be;
}

.owf-sv-blog-excerpt {
  color: #666666;
  font-size: 15px;
  margin-bottom: 25px;
}

.owf-sv-blog-link {
  display: inline-block;
  color: #0072be;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
}

.owf-sv-blog-link:after {
  content: " →";
  transition: all 0.3s ease;
  display: inline-block;
}

.owf-sv-blog-link:hover {
  color: #cc2930;
}

.owf-sv-blog-link:hover:after {
  transform: translateX(6px);
}

/* ========== Why Choose Us ========== */
.owf-sv-why-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 45px 38px;
  height: 100%;
  margin-bottom: 30px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.owf-sv-why-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 65px rgba(0, 114, 190, 0.15);
}

.owf-sv-why-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 0;
  background: linear-gradient(180deg, #0072be 0%, #cc2930 100%);
  transition: height 0.4s ease;
}

.owf-sv-why-card:hover:before {
  height: 100%;
}

.owf-sv-why-number {
  font-family: "Playfair Display", serif;
  font-size: 58px;
  font-weight: 700;
  background: linear-gradient(135deg, #e8f4fc 0%, #d4ebf9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 18px;
  transition: all 0.4s ease;
}

.owf-sv-why-card:hover .owf-sv-why-number {
  background: linear-gradient(135deg, #0072be 0%, #005a99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.owf-sv-why-title {
  font-size: 22px;
  color: #1a2a3a;
  margin-bottom: 15px;
  font-weight: 600;
}

.owf-sv-why-text {
  color: #666666;
  font-size: 15px;
}

/* ========== CTA Section ========== */
.owf-sv-cta {
  background: linear-gradient(135deg, #0072be 0%, #005a99 100%);
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.owf-sv-cta-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}

.owf-sv-cta-shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.owf-sv-cta-shape-1 {
  width: 450px;
  height: 450px;
  top: -220px;
  right: -120px;
  animation: owf-sv-float 9s ease-in-out infinite;
}

.owf-sv-cta-shape-2 {
  width: 300px;
  height: 300px;
  bottom: -130px;
  left: -80px;
  animation: owf-sv-float 7s ease-in-out infinite;
  animation-delay: 1.5s;
}

.owf-sv-cta-title {
  color: #ffffff;
  font-size: 50px;
  margin-bottom: 25px;
  font-weight: 700;
  position: relative;
}

.owf-sv-cta-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  position: relative;
}

.owf-sv-cta-btn {
  display: inline-block;
  background: #ffffff;
  color: #0072be;
  padding: 22px 60px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  transition: all 0.4s ease;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
  position: relative;
}

.owf-sv-cta-btn:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.3);
  color: #0072be;
  background: #ffffff;
}

.owf-sv-cta-contact {
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  position: relative;
}

.owf-sv-cta-phone {
  color: #ffffff;
  font-weight: 700;
  font-size: 26px;
  text-decoration: none;
  display: block;
  margin-top: 12px;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}

.owf-sv-cta-phone:hover {
  color: #ffffff;
  letter-spacing: 3px;
}

/* ========== Footer ========== */
.owf-sv-footer {
  background: #1a2a3a;
  padding-top: 90px;
  padding-bottom: 35px;
  color: rgba(255, 255, 255, 0.7);
}

.owf-sv-footer-logo {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  color: #ffffff;
  margin-bottom: 25px;
  font-weight: 700;
}

.owf-sv-footer-logo span {
  color: #cc2930;
}

.owf-sv-footer-text {
  font-size: 15px;
  margin-bottom: 28px;
  line-height: 1.9;
}

.owf-sv-footer-social {
  margin-top: 25px;
}

.owf-sv-footer-social a {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-radius: 50%;
  line-height: 48px;
  text-align: center;
  margin-right: 12px;
  text-decoration: none;
  transition: all 0.4s ease;
  font-size: 18px;
}

.owf-sv-footer-social a:hover {
  background: #0072be;
  transform: translateY(-6px);
}

.owf-sv-footer-title {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 32px;
  font-weight: 600;
  position: relative;
  padding-bottom: 18px;
}

.owf-sv-footer-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 3px;
  background: #cc2930;
  border-radius: 3px;
}

.owf-sv-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.owf-sv-footer-links li {
  margin-bottom: 16px;
}

.owf-sv-footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0;
}

.owf-sv-footer-links a:hover {
  color: #ffffff;
  padding-left: 12px;
}

.owf-sv-footer-contact-item {
  margin-bottom: 22px;
  padding-left: 40px;
  position: relative;
  font-size: 15px;
}

.owf-sv-footer-contact-item span {
  position: absolute;
  left: 0;
  font-size: 20px;
}

.owf-sv-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 55px;
  padding-top: 35px;
  text-align: center;
  font-size: 14px;
}

.owf-sv-footer-bottom a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  margin-left: 18px;
  margin-right: 18px;
  transition: all 0.3s ease;
}

.owf-sv-footer-bottom a:hover {
  color: #cc2930;
}

/* ========== Responsive ========== */
@media (max-width: 991px) {
  .owf-sv-hero-title {
    font-size: 44px;
  }

  .owf-sv-section-title {
    font-size: 36px;
  }

  .owf-sv-story-image-wrapper {
    padding-right: 0;
    margin-bottom: 90px;
  }

  .owf-sv-story-content {
    padding-left: 0;
  }

  .owf-sv-hero-stat-item {
    padding-left: 25px;
    padding-right: 25px;
  }

  .owf-sv-nav-links {
    display: none;
  }

  .owf-sv-gallery-large {
    height: 280px;
  }

  .owf-sv-gallery-large img {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .owf-sv-hero-title {
    font-size: 34px;
  }

  .owf-sv-hero-subtitle {
    font-size: 16px;
  }

  .owf-sv-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .owf-sv-section-title {
    font-size: 30px;
  }

  .owf-sv-story-quote {
    font-size: 22px;
  }

  .owf-sv-hero-stat-item {
    display: block;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .owf-sv-hero-stat-item:last-child {
    border-bottom: none;
  }

  .owf-sv-story-feature {
    width: 100%;
  }

  .owf-sv-section-label:before,
  .owf-sv-section-label:after {
    display: none;
  }

  .owf-sv-cta-title {
    font-size: 34px;
  }

  .owf-sv-faq-question {
    font-size: 16px;
    padding-right: 70px;
  }
}
.h5inprogess {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #5d6b82;
}
.margin-gone {
  margin-bottom: 15px;
}
.bg-brand-blue {
  background-color: #0072be !important;
}
.bg-brand-red {
  background-color: #cc2930 !important;
}
.color-brand-blue {
  color: #0072be !important;
}
.color-brand-red {
  color: #cc2930 !important;
}
.for-mobile {
  display: flex;
  flex-direction: row;
}
.owf-timeline__event:nth-child(odd) .for-mobile {
  display: flex;
  flex-direction: row-reverse;
}
/* Demo page content (so you can preview the widget clearly) */
.owf-form-demo {
  max-width: 980px;
  margin: 0 auto;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  border: 0px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  padding: 22px;
  backdrop-filter: blur(10px);
}
.owf-form-demo h1 {
  margin: 0 0 8px;
  font-size: 22px;
  letter-spacing: -0.3px;
}
.owf-form-demo p {
  margin: 0;
  color: rgba(15, 23, 42, 0.6);
  line-height: 1.55;
  font-size: 14.6px;
}

/* ====== FLOATING WIDGET ====== */
.owf-form-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  /* ✅ IMPORTANT: let clicks pass through when popup is closed */
  pointer-events: none;
}

/* Floating button */
.owf-form-fab {
  pointer-events: auto; /* ✅ clickable even if widget wrapper is pass-through */

  border: 0;
  cursor: pointer;
  color: #fff;
  font-weight: 820;
  letter-spacing: 0.1px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0072be, #0a5aa0);
  box-shadow: 0 18px 38px rgba(0, 114, 190, 0.28);
  transform: translateY(0);
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  user-select: none;
  will-change: transform;
}
.owf-form-fab:hover {
  transform: translateY(-2px);
  filter: brightness(1.02);
  box-shadow: 0 20px 44px rgba(0, 114, 190, 0.32);
}

/* ✅ subtle shake/nudge to draw attention */
.owf-form-fab.owf-form-fab-nudge {
  animation: owfFormNudge 3.2s ease-in-out infinite;
}

.owf-form-fab-ic {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
  position: relative;
  overflow: hidden;
  flex: 0 0 34px;
}
.owf-form-fab-ic::after {
  content: "";
  position: absolute;
  inset: -18px;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 255, 255, 0.85),
    transparent 55%
  );
  transform: rotate(18deg);
  opacity: 0.55;
}
.owf-form-fab-ic span {
  position: relative;
  z-index: 1;
  font-size: 16px;
}

/* Pulse ring */
.owf-form-fab::before,
.owf-form-fab::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0;
}
.owf-form-fab::before {
  border: 2px solid rgba(0, 114, 190, 0.3);
  animation: owfFormPulse 2.2s ease infinite;
}
.owf-form-fab::after {
  border: 2px solid rgba(204, 41, 48, 0.22);
  animation: owfFormPulse 2.2s ease 1.1s infinite;
}

/* ====== CHAT PANEL ====== */
.owf-form-panel {
  width: min(372px, calc(100vw - 36px));
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(255, 255, 255, 0.94)
  );
  border: 0px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 26px 80px rgba(2, 6, 23, 0.26);
  overflow: hidden;

  /* ✅ default closed state */
  opacity: 0;
  pointer-events: none; /* never block page clicks when closed */

  transform-origin: bottom right;
  transform: translateY(34px) scale(0.9);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease;
  filter: saturate(1.06);
  backdrop-filter: blur(10px);
  max-height: 70vh; /* covers ~60–70% height */
  display: flex;
  flex-direction: column;
}

.owf-form-panel.owf-form-is-open {
  opacity: 1;
  pointer-events: auto; /* open state: capture clicks */
  transform: translateY(0) scale(1);
}
.owf-form-panel.owf-form-is-opening {
  animation: owfFormChatOpen 0.34s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.owf-form-panel.owf-form-is-closing {
  animation: owfFormChatClose 0.22s ease both;
}

.owf-form-head {
  position: relative;
  padding: 14px 14px 12px;
  background-color: #0072be;
  border-bottom: 0px solid rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.owf-form-title {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.owf-form-mark {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.42);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  flex: 0 0 42px;
  box-shadow: 0 14px 30px rgba(0, 114, 190, 0.18);
}
.owf-form-mark::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 18px;
  background: conic-gradient(
    from 180deg,
    rgba(0, 114, 190, 0.9),
    rgba(204, 41, 48, 0.85),
    rgba(0, 114, 190, 0.9)
  );
  opacity: 0.18;
  animation: owfFormHalo 5.2s linear infinite;
}
.owf-form-mark::after {
  content: "";
  position: absolute;
  inset: -18px;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 255, 255, 0.92),
    transparent 55%
  );
  transform: rotate(18deg);
  opacity: 0.65;
}
.owf-form-mark span {
  position: relative;
  z-index: 1;
  font-size: 18px;
}

.owf-form-title h3 {
  margin: 0 0 0px;
  font-size: 22px;
  font-family: "Jost", sans-serif;
  color: rgb(255, 255, 255);
}
.owf-form-title p {
  margin: 0 0 0px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.55;
  font-size: 10px;
  font-family: "Jost", sans-serif;
}

.owf-form-close {
  border: 0;
  cursor: pointer;
  background: rgb(255, 255, 255) !important;
  border: 0px solid rgba(15, 23, 42, 0.1);
  color: #0072be !important;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  transition: transform 0.2s ease, background 0.2s ease;
  flex: 0 0 34px;
  font-weight: 900;
}
.owf-form-close:hover {
  transform: translateY(-1px);
  background: rgba(15, 23, 42, 0.08);
}

.owf-form-body {
  padding: 0px 5px 10px;
  overflow-x: hidden;
  overflow-y: auto;
}

.owf-form-body::-webkit-scrollbar {
  width: 5px;
}
.owf-form-body::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, 0.04);
  border-radius: 999px;
}
.owf-form-body::-webkit-scrollbar-thumb {
  background: rgba(0, 114, 190, 0.22);
  border-radius: 999px;
}
.owf-form-body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 114, 190, 0.3);
}

.owf-form-chatintro {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}

.owf-form-bubble {
  max-width: 92%;
  font-size: 12.8px;
  line-height: 1.42;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.08);
  transform: translateY(10px);
  opacity: 0;
  animation: owfFormBubbleIn 0.55s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.owf-form-bubble-left {
  justify-self: start;
  border-top-left-radius: 8px;
  background: linear-gradient(
    180deg,
    rgba(0, 114, 190, 0.08),
    rgba(255, 255, 255, 0.92)
  );
}

.owf-form-bubble-right {
  justify-self: end;
  border-top-right-radius: 8px;
  background: linear-gradient(
    180deg,
    rgba(204, 41, 48, 0.07),
    rgba(255, 255, 255, 0.92)
  );
  animation-delay: 0.14s;
}

.owf-form-typing {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.8);
  width: fit-content;
  opacity: 0;
  transform: translateY(10px);
  animation: owfFormBubbleIn 0.55s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.28s;
}
.owf-form-typing span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.4);
  display: inline-block;
  animation: owfFormDot 1.1s infinite ease-in-out;
}
.owf-form-typing span:nth-child(2) {
  animation-delay: 0.12s;
}
.owf-form-typing span:nth-child(3) {
  animation-delay: 0.24s;
}

.owf-form-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(204, 41, 48, 0.08);
  border: 1px solid rgba(204, 41, 48, 0.18);
  color: #8f1118;
  font-size: 12.2px;
  font-weight: 750;
  margin-bottom: 12px;
}
.owf-form-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0072be, #cc2930);
  box-shadow: 0 0 0 5px rgba(0, 114, 190, 0.1);
}

/* overlay */
.owf-form-overlay {
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, 0.22);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
  z-index: 9998;
}
.owf-form-overlay.owf-form-is-open {
  opacity: 1;
  pointer-events: auto;
}

/* Animations */
@keyframes owfFormPulse {
  0% {
    transform: scale(0.92);
    opacity: 0;
  }
  15% {
    opacity: 0.6;
  }
  70% {
    transform: scale(1.06);
    opacity: 0;
  }
  100% {
    transform: scale(1.06);
    opacity: 0;
  }
}

@keyframes owfFormChatOpen {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.92);
  }
  65% {
    opacity: 1;
    transform: translateY(-2px) scale(1.01);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes owfFormChatClose {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(22px) scale(0.96);
  }
}

@keyframes owfFormHalo {
  to {
    transform: rotate(360deg);
  }
}

@keyframes owfFormBubbleIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes owfFormDot {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.5;
  }
  50% {
    transform: translateY(-3px);
    opacity: 1;
  }
}

@keyframes owfFormNudge {
  0%,
  78%,
  100% {
    transform: translateY(0);
  }
  82% {
    transform: translateY(-2px);
  }
  86% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(-1px);
  }
  94% {
    transform: translateY(0);
  }
}

/* New-Mobile css Specific Adjustments */
@media (max-width: 768px) {
  *::-webkit-scrollbar {
    display: none;
  }

  * {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .ow-hero {
    margin-top: 0px;
  }
  .servicebox-width {
    width: 325px;
    background-color: #faebd700;
    margin-top: 0;
} 
  .owf-doc-stat {
    flex-direction: column;
    text-align: center;
  }
  .owf-form-widget {
    right: 0;
    bottom: 0;
    top: 61px;
    left: 0;
  }
  .owf-form-fab {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 15px 14px;
  }
  .owf-form-panel {
    width: 100%;
    max-height: 100vh;
    height: 100%;
    z-index: 9;
    border-radius: 0;
  }
  .owf-doc-heroInner {
    padding: 0px;
  }
  .owf-doc-nam {
    padding: 10px 0px;
  }
  .owf-doc-name {
    font-size: 24px;
  }
  .owf-doc-stat strong {
    font-size: 14px;
  }
  .owf-timeline__event,
  .owf-timeline__event:nth-child(odd) {
    flex-direction: column;
    align-self: baseline;
    width: max-content;
    min-width: 375px;
    margin-top: 0px;
  }
  .owf-timeline {
    display: flex;
    flex-direction: row;
    margin: 0px auto;
    position: relative;
    overflow-x: auto;
    gap: 5px;
  }
  .owf-timeline__event__content {
    width: 100%;
    height: 200px;
    border-radius: 0px !important;
    display: block;
  }
  .owf-timeline__event:nth-child(odd) .for-mobile {
    display: flex;
    flex-direction: column-reverse;
  }

  .for-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
  .owf-timeline__event__icon {
    position: absolute;
    z-index: 1;
    bottom: -2px;
    right: -20px;
  }
  .owf-timeline__event__icon img {
    width: 45px !important;
    height: 45px !important;
  }
  .owf-timeline__event__icon::before,
  .owf-timeline__event__icon::after {
    display: none;
  }

  .owf-timeline__event__date {
    border-radius: 0;
    padding: 10px;
    width: 100%;
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
  }

  .owf-timeline__event:nth-child(odd) .owf-timeline__event__date {
    border-radius: 0;
    padding: 10px;
    width: 100%;
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
  }
  .owf-rating-css {
    display: flex;
    gap: 10px;
    overflow-x: auto;
  }

  .owf-doc-subnav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .owf-doc-subnav a {
    min-width: fit-content;
    padding: 12px 20px;
    margin-left: 5px;
    gap: 4px;
    width: 100%;
  }
  .owf-doc-role {
    margin: 0px 0px 15px;
    font-weight: 500;
    font-size: 16px;
    color: #475569;
    line-height: 1.35;
  }
  .owf-doc-heroShell {
    border-bottom: 0px solid #e1e1e1;
  }
  .owf-doc-sectionTitle {
    font-weight: unset;
    font-size: 16px;
    font-family: "One World Medium";
  }
  .owf-pding {
    padding: 5px 5px !important;
  }
  .owf-doc-kv {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
    padding: 6px 6px;
  }
  .owf-doc-statGrid {
    gap: 5px;
  }
  .owf-headi-aligh {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .owf-doc-mediaBody {
    padding: 10px;
  }
  .owf-doc-kvValue {
    color: #5d6b82;
    font-size: 14px;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    margin: 0px;
  }
  .doci-dkdk {
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
  .owf-doc-kv {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .owf-btn-in-doc {
    padding: 15px 0px 15px;
    flex-direction: column-reverse;
  }
  .owf-doc-bubbles {
    padding: 5px;
  }
  .owf-lsl {
    gap: 10px;
  }
  .owf-vl-masonry {
    columns: 2;
  }
  .owf-faq-top {
    padding: 10px;
    margin-bottom: 10px;
  }
  .owf-faq-helpCta {
    display: none;
  }
  .owf-pj-panel-hea-app-book {
    padding: 14px 14px 10px;
    border-radius: 0;
  }
  .owf-faq-kpis {
    display: flex;
    gap: 5px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0px 0px 5px 2px;
  }
  .owf-faq-pill {
    min-width: fit-content;
  }
  .owf-faq-mark {
    display: none;
  }
  .owf-pj-drawer {
    position: fixed;
    top: 60px;
    overflow-y: auto;
  }
  .owf-pj-drawer-body {
    padding: 14px;
    overflow-y: scroll;
    height: 100vh;
    margin-bottom: 5vh;
  }
  .owf-pj-masonry {
    columns: 2;
  }
  .owf-faq-qLeft {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .owf-faq-qIcon {
    width: 55px;
    height: 55px;
  }
  .owf-faq-qIcon img {
    width: 55px;
    height: 55px;
  }
  .owf-faq-qText {
    font-weight: 600;
    font-size: 12px;
  }
  .owf-faq-chevron {
    display: none;
  }
  .fcc-custom {
    width: unset !important;
  }
  .owf-faq-cats {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 10px 10px 10px 2px;
  }
  .owf-faq-chip {
    min-width: max-content !important;
  }
  .owf-faq-cardBody {
    padding: 10px 0px 10px;
  }
  .owf-faq-cardHeader {
    padding: 10px 0px 10px;
  }
  .owc-ribbon {
    display: flex;
    flex-direction: row;
    align-items: self-start;
    justify-content: space-between;
    gap: 14px;
    padding: 20px 16px;
    border-radius: 0px 0px 12px 12px;
    -webkit-backdrop-filter: blur(10px);
    box-shadow: inset 0px -5px 6px 0px #e1e1e1;
    border: 0px solid rgba(255, 255, 255, 0.2);
  }
  .app-bok-hero-in {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5px 0px;
    align-items: center;
  }
  .app-bok-service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  .app-bok-svc b {
    font-size: 12px;
  }
  .app-bok-svc p {
    font-size: 10px;
  }
  .app-bok-trip .app-bok-t {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .app-bok-t b {
    flex-direction: column;
  }
  .app-bok-trip {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .app-bok-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 5px;
    border: 1px dashed rgba(82, 96, 122, 0.32);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.7);
  }
  .app-bok-badges {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  .app-bok-check {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .app-bok-quad {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  .app-bok-card {
    z-index: 1;
  }
  .app-bok-help .app-bok-help-cta a {
    padding: 10px 10px;
    font-size: 14px;
  }
  .app-bok-foot small {
    font-size: 12px;
  }
  .sen-bl {
    background-color: #0072be !important;
  }
  .ow-hero-content {
    position: absolute;
    left: 0%;
    right: 0;
    bottom: 0;
    padding: 0 10px 10px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .ow-hero-title {
    font-size: 20px;
  }
  .ow-hero-card {
    position: relative;
    border-radius: 00px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(16, 24, 40, 0.12);
    background: #ffffff;
    height: 30vh;
  }
  .ow-pill {
    font-size: 10px;
  }
  .hide-mobile {
    display: none;
  }
  .section-incharge {
    padding: 0px 10px;
  }
  .custom-container {
    max-width: 100% !important;
  }
  .ow-hero-media {
    position: relative;
    height: 30vh;
  }
  ._sho_kola {
    position: absolute;
    display: block;
    padding: 10px 15px;
    text-align: right;
    color: #cc2930;
    right: 0px;
    top: 0px;
    font-size: 25px;
    font-weight: bolder;
  }
  .padding-blog-righzero {
    padding-right: unset !important;
  }
  .owl-ribbon {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .owl-head-card {
    padding: 14px !important;
  }
  .owl-title {
    font-size: 22px;
    line-height: 26px;
  }
  .owl-view {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    width: 100%;
    margin-top: -190px;
  }
  .owl-loc {
    grid-template-columns: auto;
  }
  .owl-loc-title {
    margin: 0 0px 10px;
    font-size: 18px;
  }
  .blo-del-title {
    font-size: 22px;
    line-height: 1.2;
    color: #0072be;
    font-family: "One World Medium";
    font-weight: unset;
  }
  .owc-contact-split {
    display: block !important;
  }
  .owc-hero-left h2 {
    margin: 10px 0 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .owc-badge {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    width: 48%;
    margin-bottom: 10px;
  }
  .owc-card-header {
    padding: 10px 20px 8px;
    flex-direction: column;
    align-items: baseline;
    gap: 8px;
  }
  .owc-contact-card {
    flex-direction: column;
    text-align: center;
  }
  .ing-kk-wrapper {
    padding: 24px 0px 0px;
  }
  #header {
    z-index: 999999999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
  body {
    margin-top: 60px;
  }
  .toggle-title,
  .accordion-title {
    font-size: 12px;
    font-weight: 400;
  }
  .canvas-tabs.flex-column .nav-link,
  .canvas-tabs.nav-tabs.flex-column .nav-link {
    width: max-content !important;
    margin-right: 0px !important;
  }
  .owc-hero-mini {
    flex-direction: row;
  }
  .owc-mini-row {
    gap: 5px;
    padding: 5px;
    flex-direction: column;
    text-align: center;
  }
  .cont-fom-in-mobile {
    position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background-color: #fff;
    z-index: 9;
    overflow-y: auto;
    /* hidden state */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(30px);
    transition: opacity 0.35s ease, transform 0.35s ease,
      visibility 0s linear 0.35s;
  }
  .show-click {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.35s ease, transform 0.35s ease,
      visibility 0s linear 0s;
  }
  .Send-Message-Mobile {
    display: block;
    position: fixed;
    background-color: #cc2930;
    color: #fff;
    bottom: 10px;
    text-align: center;
    padding: 15px;
    left: 10px;
    right: 10px;
    border-radius: 10px;
    font-family: "Jost", sans-serif;
    font-size: 18px;
  }
  .ing-kk-tabs-panel .nav {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .new-positing {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 25px;
    flex-direction: column;
  }
  .ing-kk-wrapper-inner {
    flex-direction: column;
    gap: 24px;
  }
  .ing-kk-tabs-panel {
    margin-left: 0;
    max-width: none;
    border-radius: 10px 10px 10px 10px;
    padding: 0px 0;
    box-shadow: none;
  }
  .ing-kk-tab-btn {
    margin-right: 18px;
  }
  .ing-kk-content {
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
    margin-right: 0px;
    box-shadow: none;
    border-radius: 0px !important;
  }
  .ing-kk-image-wrapper {
    position: relative;
    width: 100%;
    height: 350px;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background: linear-gradient(210deg, #0072be00, #ffffff00);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: none;
    border: 0px solid rgb(251 0 0);
    background-color: #f0f8ff;
  }
  .ing-kk-image-outer-circle {
    position: absolute;
    inset: 0;
    border-radius: 10px;
    border: 5px solid #0072be5c;
  }
  .ing-kk-image-inner-circle {
    position: absolute;
    border-radius: 10px;
    border: 5px solid #0072be00;
  }
  .ing-kk-icon-circle {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #0072be00;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 40px rgb(0 198 215 / 0%);
  }
  .ing-kk-image-main {
    position: absolute;
    inset: 15px;
    border-radius: 10px;
    overflow: hidden;
  }
  .ing-kk-text h2 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #0072be;
    font-weight: unset;
    font-family: "One World Medium";
  }
  .ing-kk-text p {
    color: #000000;
    font-size: 12px;
    margin-bottom: 8px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
  }
  .ing-kk-list li {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 10px;
    color: #122046;
    font-size: 12px;
    font-family: "Nunito", sans-serif;
  }
  .faq-acco-cust .accordion-header {
    box-shadow: inset 6px 5px 10px 2px #0072be3b;
  }
  .accordion:not([data-collapsible="false"]) .faq-header.accordion-active {
    box-shadow: inset 0px 10px 10px 0px #0072be3b;
  }
  .faq-content-bos {
    box-shadow: inset 0px -10px 15px 0px #0072be3d;
  }

  .owf-hero-wrapper {
    width: 100%;
    height: 520px;
    margin: 10px auto;
    border-radius: 28px;
  }
  .owf-hero-inner {
    width: 360px;
  }
  .owf-arch-wrap {
    width: 100%;
    height: 550px;
    bottom: -50px;
  }
  .owf-doctor img {
    width: 280px;
  }
  .owf-orbit {
    width: 420px;
    height: 280px;
  }
  .owf-orbit-icon {
    width: 60px;
    height: 60px;
    offset-path: path("M 25,500 Q -25,-100 215,-35 Q 445,-125 390,500");
  }
  .owf-orbit-icon img {
    width: 44px;
    height: 44px;
  }
  .care-wrapper {
    max-width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 5px;
  }
  .faq-bodu-pspan {
    font-size: 14px;
  }
  .services-icon-home {
    width: 55px !important;
    height: 55px !important;
  }
  .new-mob-rapp {
    flex-direction: column !important;
  }
  .services-icon-text {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0px;
    padding-top: 5px;
    font-family: "Jost", sans-serif;
  }
  .care-copy-right {
    flex: 1;
    text-align: center;
  }
  .ripple-icon {
    margin-right: 0px;
  }
  .care-title {
    margin: 0 0 0px;
    font-size: 10px;
    font-weight: 700;
    color: #0072be;
  }
  .care-icon-outer {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(129, 140, 248, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .owf-orbit-wrapper {
    margin: 20px auto;
  }
  .care-copy-left {
    flex: 1;
    text-align: center;
  }

  ._sid_3bd34 {
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    margin: 0px -10px;
    background-color: #fff;
    z-index: 999;
    text-align: center;
    height: 45px;
    border-top: 1px solid #e1e1e1;
  }
  .hero-title {
    font-family: "One World Medium";
    text-align: right;
  }
  .hero-title-main {
    font-size: 52px;
  }
  .hero-title-sub {
    line-height: 20px;
  }
  .top-text {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .bottom-text {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .tagline-first {
    font-size: 12px !important;
    margin-top: -14px !important;
    font-family: "One World Regular";
  }
  .second-slide-tagline {
    margin-top: -12px !important;
    margin-left: 0;
    font-size: 10px !important;
    color: #000000;
    font-family: "One World Regular";
    letter-spacing: 1px;
  }
  .second-slide-hero-title {
    display: block;
    font-family: "One World Medium";
    font-weight: unset;
  }
  .second-slide-left-stack {
    display: flex;
    flex-direction: row;
    line-height: 10px;
    margin-bottom: -5px;
  }
  .second-slide-w-blue {
    color: #000000;
    font-size: 16px;
    font-weight: unset;
    letter-spacing: 0px;
    line-height: 8px;
  }
  .second-slide-subline-left {
    display: flex;
    gap: 5px;
    font-size: 12px;
    margin-left: 5px;
    letter-spacing: 0px;
  }
  .second-slide-science-green {
    color: #0072be;
    font-size: 40px;
    font-weight: unset;
    margin-top: 0;
  }
  .third-slide-hero-block {
    margin-top: 0px;
    text-align: right;
    font-family: "One World Regular";
  }
  .third-slide-hero-title {
    display: flex;
    align-items: center;
    gap: 0px;
    justify-content: end;
  }
  .third-slide-letter-a {
    font-size: 65px;
    color: #0072be;
    letter-spacing: 0;
    position: relative;
    right: -10px;
    line-height: 0px;
  }
  .third-slide-right-stack {
    display: flex;
    flex-direction: column;
    line-height: 24px;
  }
  .third-slide-path-designed {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
  }
  .third-slide-around {
    color: #000000;
    margin-right: 0px;
    font-size: 22px;
  }
  .third-slide-you {
    color: #cc2930;
    font-size: 22px;
  }
  .third-slide-tagline {
    margin-top: 0px !important;
    font-size: 12px !important;
    color: #000000;
    letter-spacing: 0.5px;
    font-family: "One World Regular";
    font-weight: unset;
    text-align: right;
  }
  .fourth-slide-hero-block {
    text-align: right;
    font-family: "One World Medium";
  }
  .fourth-slide-hero-title {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: fit-content;
    margin-left: auto;
  }
  .fourth-slide-line-top {
    display: flex;
    gap: 0px;
    align-items: baseline;
    margin-left: auto;
    line-height: 40px;
  }
  .fourth-slide-when {
    color: #0072be;
    font-size: 30px;
  }
  .fourth-slide-hope {
    color: #000000;
    font-size: 32px;
    font-weight: unset;
  }
  .fourth-slide-line-bottom {
    display: flex;
    gap: 5px;
    align-items: center;
    text-align: right;
    line-height: 18px;
  }
  .fourth-slide-begins {
    color: #000000;
    font-size: 18px;
    font-weight: unset;
  }
  .fourth-slide-to {
    color: #cc2930;
    font-size: 18px;
    font-weight: unset;
  }
  .fourth-slide-blossom {
    color: #cc2930;
    font-size: 18px;
    font-weight: unset;
  }
  .fourth-slide-tagline {
    margin-top: 5px !important;
    font-size: 10px !important;
    font-weight: unset;
    color: #000000;
    line-height: 18px;
    letter-spacing: 0px;
    font-family: "One World Regular";
  }
  .fifth-slide-hero-block {
    text-align: right;
    font-family: "One World Medium";
  }
  .fifth-slide-hero-title {
    display: flex;
    align-items: center;
    gap: 0px;
    justify-content: end;
  }
  .fifth-slide-left {
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .fifth-slide-the {
    color: #0072be;
    font-size: 30px;
    letter-spacing: 0;
  }
  .fifth-slide-right {
    display: flex;
    flex-direction: column;
    gap: 0px;
    line-height: 14px;
  }
  .fifth-slide-line-top {
    display: flex;
    gap: 0px;
    align-items: baseline;
  }
  .fifth-slide-moment {
    color: #000000;
    font-size: 18px;
  }
  .fifth-slide-that {
    color: #cc2930;
    font-size: 20px;
  }
  .fifth-slide-line-bottom {
    display: flex;
    gap: 5px;
    align-items: baseline;
  }
  .fifth-slide-changes {
    color: #cc2930;
    font-size: 12px;
  }
  .fifth-slide-everything {
    color: #000000;
    font-size: 12px;
  }
  .fifth-slide-tagline {
    margin-top: 5px !important;
    font-size: 12px !important;
    color: #000000;
    line-height: 14px;
    font-family: "One World Regular";
    font-weight: unset;
  }
  .facil-where {
    color: #cc2930;
    font-size: 44px;
    font-weight: 800;
    letter-spacing: 0px;
    font-family: "One World Bold";
  }
  .facil-global {
    color: #0072be;
    font-size: 12px;
}
.facil-deep {
    color: #000000;
    font-size: 15px;
    letter-spacing: 0.5px;
}
  .facil-line-right {
    display: flex;
    flex-direction: column;
    line-height: 18px;
    font-family: "One World Medium";
    margin-top: 0px;
  }
  .facil-tagline {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 14px;
    color: #0072be;
    line-height: 22px !important;
    font-family: "One World Bold";
    letter-spacing: 0.2px;
  }
  .text-in-par-f {
    width: 100%;
  }
  .ht-subtitle h6 {
   position: relative;
        display: inline-block;
        font-size: 42px;
        line-height: 50px;
        color: #0072be;
        z-index: 9;
        padding: 0px 0px 0px 0px;
        border-radius: 0px;
        box-shadow: none;
        margin: 0px 0px 5px;
        top: 0px;
        right: 0px;
        font-weight: 600;
        background: linear-gradient(90deg, #cc2930a1, #0072be7a, #ffffff, #cc2930cc);
        background-size: 250%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: none;
        animation: dcGlow 20s infinite linear;
        font-family: 'Jost', sans-serif;
  }
  .ht-subtitle h6:before {
    Display:none;
  }
  .cus_pdn40pxlr {
    padding: 20px 20px 10px 20px !important;
}
._0brfl_frf39 {
    border-left: 0px solid #ffffff73;
}
.owf-form-head {
    padding: 8px 10px 10px;
    align-items: center;
    gap: 8px;
}
  .big-heading {
    font-size: 12px;
    font-family: "One World Regular";
    margin: 5px 0px 10px;
    color: #fff;
    background-color: #cc2930;
    padding: 5px 12px;
    width: 100%;
    border-radius: 0px;
    letter-spacing: unset;
  }
  .new-widacc {
    width: 100%;
  }

  .hww-card:hover .hww-number {
    opacity: 1;
    transform: translateY(0);
    border-color: #cc2930;
    color: #ffffff;
    background: #cc2930;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .down-text {
    font-family: "Jost", sans-serif;
    font-size: 8px;
    color: #cc2930;
    padding: 5px 0px;
  }
  .hww-text {
    font-size: 10px;
    line-height: 1.7 !important;
    margin-bottom: 0;
    font-family: "Nunito", sans-serif;
  }
  .margi-step1 {
    margin-top: 16px;
  }
  .margi-step2 {
    margin-top: 24px;
  }
  .small-par {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .doctor-details-image {
    height: 275px;
  }
  .doctor-details-image img {
    height: 275px;
  }
  .ivf-hi-cli {
    margin: 0px;
    font-size: 18px;
    color: #df9b8e;
    text-align: center;
  }
  .bo-wa {
    padding: 0px !important;
    background: #fff !important;
  }
  .custom-slider-height {
    width: 100%;
    min-height: 30vh !important;
    height: 100% !important;
    background-size: cover;
    background-position: center;
  }
  .mobile-book-btn .mobile-book-my-botton {
    display: none !important;
  }
  ._sid_3bd {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    margin: 0px 0px 0px -10px;
    padding: 50px 10px 5px;
    overflow-y: auto;
    border: 5px solid #ffffff;
    top: 0;
    transition: all 0.3sease-in-out 0s;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  ._sid_3bd1 {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    margin: 0px -10px;
    padding: 25px 10px;
    height: 100%;
    overflow-y: auto;
    top: 0;
    border: 5px solid #e1e1e1;
    transition: all 0.3sease-in-out 0s;
  }
  .jachup_active {
    display: block !important;
  }
  ._blg_menu {
    font-size: 14px;
    font-weight: 400;
  }
  ._p-t10px2w {
    padding: 10px 0px;
  }
  ._mb_flt_bd {
    display: -webkit-inline-box;
  }
  /* Mobile Background Images */
  .slider-1-home {
    background-image: url(../../images/slider/1.jpg); /* Mobile optimized image */
    background-size: cover;
    background-position: center;
  }

  .slider-2-home {
    background-image: url(../../images/slider/2.jpg); /* Mobile optimized image */
    background-size: cover;
    background-position: center;
  }

  .slider-3-home {
    background-image: url(../../images/slider/3.jpg); /* Mobile optimized image */
    background-size: cover;
    background-position: center;
  }
  .slider-4-home {
    background-image: url(../../images/slider/4.jpg); /* Mobile optimized image */
    background-size: cover;
    background-position: center;
  }

  .slider-5-home {
    background-image: url(../../images/slider/5.jpg); /* Mobile optimized image */
    background-size: cover;
    background-position: center;
  }
  .width-fluide {
    width: 100%;
  }
  .custom-loca h2 {
    font-size: 20px !important;
    line-height: 1.2 !important;
    color: #0072be !important;
    -webkit-text-stroke: 1px #0072be;
    font-weight: 600;
  }
  .custom-loca {
    max-width: 55% !important;
  }
  .custom-loca h2 span {
    display: block;
    font-size: 14px;
    color: #cc2930 !important;
    -webkit-text-stroke: 0px #cc2930;
  }
  .two-bott {
    padding: 0px 0px 0px;
    display: flex;
    gap: 5px;
    margin-top: 10px;
  }
  .right-sli {
    float: right;
    text-align: center;
    margin-top: 10px;
  }
  .custom-locasl3 h2 {
    font-size: 18px !important;
    line-height: 1.2 !important;
    -webkit-text-stroke: 0px #0072be;
    color: #0072be;
    font-weight: 800;
    text-align: right;
    float: right;
    margin-top: 10px;
  }
  .custom-locasl3 h2 span {
    display: block;
    font-size: 14px !important;
    -webkit-text-stroke: 0px #cc2930;
    color: #cc2930 !important;
    font-weight: 300 !important;
  }
  .custom-locasl4 h2 {
    font-size: 18px !important;
    line-height: 1.2 !important;
    -webkit-text-stroke: 0px #0072be;
    color: #0072be;
    font-weight: 800;
    text-align: right;
    float: right;
  }
  .custom-locasl5 h2 {
    font-size: 18px !important;
    line-height: 1.2 !important;
    -webkit-text-stroke: 1px #0072be;
    color: #0072be;
    font-weight: 400;
    float: right;
    text-align: right;
  }
  .custom-locasl5 h2 span {
    display: block;
    font-size: 14px !important;
    -webkit-text-stroke: 0px #cc2930;
    color: #cc2930 !important;
    font-weight: 300 !important;
  }
  .dc-homevtwo .dc-doctordetails-holder {
    height: 175px;
  }
  .dc-doctordetails-holder {
    padding: 20px 10px;
    border-radius: 10px;
  }
  .dc-doctordetails-holder .dc-btn {
    width: 100%;
    margin-top: 10px;
  }
  .custom-locasl4 h2 span {
    display: block;
    font-size: 14px !important;
    -webkit-text-stroke: 0px #cc2930;
    color: #cc2930 !important;
    font-weight: 300 !important;
  }
  .con-btn {
    display: none;
  }
  .over_lay_image {
    display: none;
  }
  .infoodp {
    display: none;
  }
  .app-btn {
    background-color: #0072be;
    color: #fff !important;
    padding: 5px 5px 5px 10px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    font-family: "Jost", sans-serif;
  }
  .bod-ico {
    background-color: #fff;
    color: #0072be;
    padding: 2px 5px;
    border-radius: 5px;
    margin-left: 5px;
  }
  .slider-caption p {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 10px;
  }
  .hide-mobile {
    display: none;
  }
  #page-title,
  .page-title {
    padding: 10px 0px;
    text-align: left;
    margin-top: 0px !important;
  }
  .breadcrumb {
    position: relative;
    margin: 0rem 0 0;
    justify-content: left;
    font-size: 75%;
  }
  .mobile-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .usp-head-in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: left;
    padding: 10px 0px;
    border-right: 1px solid #e1e1e1;
  }
  .mobile-usp-size {
    width: 50%;
    padding: 5px !important;
  }
  .usp-box {
    border-top: 1px solid #e1e1e1;
  }
  .new-p-sm {
    display: none;
  }
  .side-par-tit h2 {
    font-size: 4rem;
    font-weight: 900;
    margin: 0;
    color: #cc2930;
  }
  .side-par-tit h3 {
    font-size: 40px;
    font-weight: 800;
    color: #ffff !important;
    display: flex;
    flex-wrap: nowrap;
    font-family: "Jost", sans-serif;
    background-color: #0072be;
    width: fit-content;
    padding: 0px 15px;
    margin-bottom: 10px;
  }
  .side-par-tit h2 span {
    font-size: 22px;
    color: #0072be !important;
    margin: 0px 0px 0px 5px;
    font-family: "Nunito", sans-serif;
    padding: 0px 0px;
    writing-mode: tb;
    transform: rotate(0);
    position: relative;
    top: 85px;
  }
  .side-par-tit p {
    font-family: "Jost", sans-serif;
    color: #585858;
    font-weight: 400;
    margin: 0px 0px 0px;
    text-align: center;
    font-size: 14px;
  }
  .pri-he-ph {
    font-size: 16px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    margin: 0px 0px 15px;
    text-align: center;
    width: 100%;
    border-radius: 8px;
  }
  .home-according {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: "Jost", sans-serif;
    margin: 5px 0px 0px !important;
    border-radius: 8px;
    padding-left: 14px;
  }
  .accordion {
    margin-bottom: 0px;
  }
  .step-color-title {
    font-size: 14px;
    -webkit-text-stroke: 0px #0072be;
    color: #0072be !important;
    font-weight: 300;
    margin: 0px;
  }
  .subtit-in {
    font-weight: 400;
    color: #0072be;
    letter-spacing: 0;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 14px;
    margin-left: 0px;
    font-family: "Jost", sans-serif;
  }
  .wor-size {
    width: 275px;
  }
  .single-department .thumb {
    padding: 2px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    width: 175px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .back-shape {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    top: 250px;
    z-index: 0;
    -webkit-transform: translate(0%, -20%) rotate(185deg);
    transform: translate(0%, -20%) rotate(185deg);
  }
  .single-department-2 .thumb {
    height: 175px;
    line-height: 170px;
    z-index: 3;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
    padding: 0px;
    margin-bottom: 10px;
  }
  .counter-body {
    margin: auto;
    width: 100%;
    padding: 10px 10px 10px;
    text-align: center;
  }
  .thumb-box-1 {
    margin-top: 20px;
  }
  .thumb-box-2 {
    margin-top: 20px;
  }
  .thumb-box-3 {
    margin-top: 20px;
  }
  .thumb-box-4 {
    margin-top: 20px;
  }
  .single-department-2 .thumb-wrap .shape {
    position: absolute;
    left: auto;
    top: -10px;
    width: 75px;
    height: 75px;
    right: -15px;
  }
  .single-department .thumb .count {
    position: absolute;
    left: -5px;
    right: auto;
  }
  .content-home-according {
    font-size: 13px !important;
    font-weight: 300 !important;
  }
  .col-zindex {
    z-index: 1;
  }

  .parent-woo-con {
    padding: 0px 0px 0px 0px;
  }
  .parent-woo-con img {
    height: 275px;
    float: right;
    margin: 0px !important;
    border: 10px solid #fcecd3;
    border-radius: 20px;
    transform: scaleX(-1);
  }
  .video-call-left {
    position: relative;
    top: 12px;
    border-radius: 16px;
    left: 0px;
    padding: 15px 15px 15px 0;
    z-index: 1;
    width: fit-content;
    bottom: unset;
  }
  .rotate-wrapper {
    width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px 0px 0px;
        gap: 10px;
  }
  .rotate-wrapper img {
    width: 750px;
    height: 200px;
    position: unset;
    animation: unset !important;
	box-shadow: none !important;
  }

  @keyframes img1Cycle {
    0% {
      transform: translate(0px, 100px) scale(1.1);
    }
    33% {
      transform: translate(200px, 0px) scale(0.8);
    }
    66% {
      transform: translate(200px, 180px) scale(0.8);
    }
    100% {
      transform: translate(0px, 100px) scale(1.1);
    }
  }

  @keyframes img2Cycle {
    0% {
      transform: translate(200px, 0px) scale(0.8);
    }
    33% {
      transform: translate(200px, 180px) scale(0.8);
    }
    66% {
      transform: translate(0px, 100px) scale(1.1);
    }
    100% {
      transform: translate(200px, 0px) scale(0.8);
    }
  }

  @keyframes img3Cycle {
    0% {
      transform: translate(200px, 180px) scale(0.8);
    }
    33% {
      transform: translate(0px, 100px) scale(1.1);
    }
    66% {
      transform: translate(200px, 0px) scale(0.8);
    }
    100% {
      transform: translate(200px, 180px) scale(0.8);
    }
  }
  .mobile-loc-vc {
    display: none;
  }
  .tir-lele {
    font-size: 14px;
    -webkit-text-stroke: 0px #0072be;
    font-weight: unset;
  }
  .new-sub-head {
    font-size: 16px;
    -webkit-text-stroke: 0px #cc2930;
    color: #cc2930 !important;
    font-weight: 300;
    margin: 0px 0px;
  }
  .title-separater {
    margin-bottom: 0px;
  }
  .svg-waves {
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 75px;
  }
  .howwework-section {
    padding: 25px 0 15px;
  }
  .hww-card:hover {
    background: #ffffff !important;
    color: #111827 !important;
    box-shadow: -10px 20px 20px 0px #0072be59;
  }
  .step-mob-wid {
    width: 250px;
    padding-right: 0px;
  }
  .hww-card {
    min-height: fit-content;
  }
  .hww-content {
    padding: 50px 10px 10px 10px;
  }
  .hww-title {
    font-family: "One World Regular";
    font-size: 12px;
    margin: 0px;
    line-height: 14px;
    font-weight: unset;
  }
  .info-widget.style-7 .widget-content {
    writing-mode: tb;
    transform: rotate(180deg);
    border-radius: 0 25px 25px 0;
    color: #0072be;
    text-align: center;
    padding: 15px 15px 15px 40px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: -35px;
    font-family: "Jost", sans-serif;
    background-color: #0072be00 !important;
  }
  .info-widget.style-7 .widget-media {
    border: 2px solid #fdefd7;
    border-radius: 15px;
    overflow: hidden;
    width: 160px;
    position: relative;
  }
  .time-table {
    display: none;
    position: absolute;
    top: -150px;
    left: 25px;
  }
  .info-widget.style-6 {
    width: 225px;
    border-radius: 10px;
    padding: 10px 10px 5px;
    position: relative;
    margin: 0px 0px 0 0;
    background-color: #0072be;
  }
  .info-widget.style-6 .info-icon {
    left: auto;
    right: -30px;
  }
  .book-time-button {
    display: block;
    text-align: center;
    font-family: "Jost", sans-serif;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px;
    transition: all 0.9s ease;
    border-radius: 10px;
  }
  .call-widget {
    position: absolute;
    bottom: 5px;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(60px);
    height: 35px;
    border-radius: 15px;
    left: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
  }
  .cou-wid {
    width: 65%;
  }
  .count-skill-count {
    font-size: 14px !important;
  }
  .book-app-btn {
    margin-top: -10px;
    margin-left: 100px;
  }
  .book-app-btn span {
    font-size: 18px;
    font-family: "Jost", sans-serif;
    font-weight: 900;
    color: #000000;
  }
  .book-app-btn h2 {
    font-family: "Nunito", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: #fff;
    background-color: #3b3284;
    width: fit-content;
    padding: 4px 25px;
    margin: 0px;
  }
  .coount-body-head h2 {
    font-size: 14px;
    font-family: "Jost", sans-serif;
    margin: 0px;
    font-weight: 300;
  }
  .book-app-btn p {
    font-size: 10px;
    font-family: "Open Sans", sans-serif;
    margin: -100px 20px 0px 0px;
    font-weight: 300;
    text-align: right;
  }
  .book-appoint-section {
    background-size: 135px auto;
  }
  .sel-bdk {
    background-color: #cc2930;
    font-size: 12px;
    padding: 10px 10px;
    font-family: "Jost", sans-serif;
    color: #fff !important;
    border-radius: 0px;
    transition: all 0.6s ease;
  }
  .image-std {
    width: 100%;
    height: 100% !important;
    margin-left: 0;
    margin-top: 0px;
  }
  .counter-tel h1 {
    font-size: 42px !important;
    line-height: 1.2 !important;
    -webkit-text-stroke: 1px #0072be;
    color: #0072be;
    font-weight: 800;
    padding-top: 30px;
    margin: 0px 0px 5px;
  }
  .counter-tel p {
    font-family: "Jost", sans-serif;
    color: #585858;
    font-weight: 300;
    margin: 0px 0px 0px;
    font-size: 14px;
  }
  .image-std {
    border-radius: 30px 30px 30px 30px;
  }
  .app-boo-ld {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
  }
  .counter-tel h1 span {
    display: block;
    font-size: 44px !important;
    line-height: 1 !important;
    -webkit-text-stroke: 0px #fff;
    color: #fff !important;
    font-weight: 600;
    font-family: "Jost", sans-serif;
    background-color: #cc2930;
    width: fit-content;
    padding: 5px 10px;
    margin-top: 5px;
  }
  .count-sub-body {
    display: block;
    width: 100%;
    padding: 10px;
    transition: all 0.9s ease;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    min-height: 75px;
    align-content: center;
    margin-top: 15px;
  }
  .testi-color-title {
    font-size: 20px;
    -webkit-text-stroke: 0px #cc2930;
    color: #cc2930 !important;
    font-weight: 300;
    margin: 0px;
  }
  .canvas-alt-tabs.tabs-bb .nav-link.active {
    border-radius: 8px 8px 0px 0px;
    background-color: #ffffff00;
    -webkit-backdrop-filter: blur(10px);
    box-shadow: inset 6px 6px 10px 2px #cc29303b;
    border: 0px solid rgba(255, 255, 255, 0.2);
  }
  .second-con {
    background: linear-gradient(to bottom right, #c9e4de, #b2dffb);
    margin-left: 0;
  }
  .button-app-sec {
    float: right;
    display: block;
    margin-top: 35px;
    margin-right: 18px;
  }
  .black-color-title {
    color: #000000;
    text-align: center;
  }
  .design-back {
    background-color: white;
    color: #333;
    transform: rotateY(180deg);
    text-align: center;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: 2px solid #cc2930;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
  }
  .faq-section {
    background-color: #f8f5f0 !important;
    padding: 0px 0 10px;
    margin: -75px 0px 0px;
    z-index: 9;
  }
  .dz-flex-wrapper .dz-flex-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    min-width: 100%;
  }
  .dz-flex-wrapper .dz-flex-item {
    display: flex;
    position: relative;
    transition: all 0.5s;
    background-position: center;
    overflow: hidden;
    gap: 0px;
    flex: 0 0 80% !important;
    width: 100% !important;
    margin: 0 20px 0px 0px;
  }
  .faq-text h1 {
    font-size: 30px;
    line-height: 1.6;
    margin: 20px 0px 0px;
  }
  .faq-text span {
    font-size: 30px;
    font-weight: 500;
    color: #cc2930 !important;
    line-height: 0;
    font-family: "Jost", sans-serif;
    margin: 0px;
  }
  .faq-text h3 {
    font-family: "Jost", sans-serif;
    margin: 5px 0px;
    font-size: 24px;
  }
  .style-10 .content-media {
    display: inline-block;
    gap: 15px;
    position: relative;
    z-index: 1;
    margin-left: 0px;
  }
  .style-10 .circle-wrapper {
    width: 375px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
  }
  .style-10 .content-media {
    display: inline-block;
    gap: 15px;
    position: relative;
    z-index: 1;
  }
  .style-10 .content-media .media1 {
    width: 125px;
    height: 125px;
    align-self: end;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
    background-color: #fff;
    padding: 5px;
    border-radius: 8px;
  }
  .style-10 .content-media .media2 {
    width: 185px;
    height: 150px;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
    background-color: #fff;
    padding: 5px;
    border-radius: 8px;
  }
  .style-10 .content-media .media3 {
    width: 200px;
    height: 150px;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
    background-color: #fff;
    padding: 5px;
    border-radius: 8px;
  }
  .style-10 .content-media .media4 {
    width: 175px;
    height: 175px;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.062);
    background-color: #fff;
    padding: 5px;
    border-radius: 8px;
  }
  .texiscetnter {
    text-align: center;
  }
  .faq-text {
    text-align: center;
  }
  .faq-right-title {
    margin-top: -20px;
    text-align: center;
  }
  .mobile_tab {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    flex-direction: row !important;
    margin-bottom: 5px !important;
  }
  .servicesub-title {
    font-weight: 700;
    letter-spacing: 0.2px;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-family: "Jost", sans-serif;
  }
  .service-sub-content {
    font-family: "Jost", sans-serif;
    font-size: 12px;
    margin-left: 15px;
    padding-bottom: 5px;
    font-weight: 400;
  }
  .home-image-margin img {
    width: 100%;
    height: 175px !important;
  }
  .faq-home-title {
    font-family: "One World Regular";
    font-size: 12px;
    color: #0072be;
  }
  .cross-color {
    color: #0072be8c !important;
  }
  .mobile-book-my-botton {
    display: block;
    position: fixed;
    background-color: #0072be;
    z-index: 999999999999;
    text-align: center;
    margin: 30px;
    color: #fff !important;
    padding: 10px;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
  }
  .booking-image {
    display: none;
  }
  .contact-bg-area::before {
    background-color: #ffffff;
  }
  .contact-bg-area {
    margin: 0;
    padding: 0px;
  }
  .booking-from-background {
    background-color: #fff;
    padding: 15px 5px;
    border-radius: 0;
  }
  .service_title {
    margin-top: 9px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .services-images {
    width: 100%;
    height: 225px;
    margin-bottom: 15px;
  }
  .services-body h2 {
    font-weight: 600;    
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-family: "Jost", sans-serif;
  }
  .right-side-box {
    display: none;
  }
  .page-heading h1 {
    color: #0072be;
    font-size: 14px;
    margin: 5px 0px;
    font-family: "One World Medium";
    text-align: center;
  }
  .page-heading h1 span {
    color: #cc2930 !important;
    margin-left: 5px;
    font-family: "One World Regular";
    font-weight: 100;
  }
  .contact-bg-area-texti {
    margin: 0px 0px 0px;
    padding: 1rem 0px 1px 0px;
  }
  .page-heading h3 {
    font-size: 18px;
    font-weight: 300;
    color: #585858;
    margin-bottom: 15px;
    text-align: center;
  }
  .my-wrap-no-padding {
    padding: 0px;
  }
  .pride-home-blog-card-image {
    width: 100%;
    height: 175px;
  }
  .blog-littpar {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pride-home-blog-card .pride-home-blog-content h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 5px 0px;
    font-family: "Jost", sans-serif;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #cc2930 !important;
  }
  .onglo {
    border-radius: 12px;
    padding: 10px 10px;
    margin-bottom: 0;
    height: 100%;
  }
  .onglo p {
    margin-top: 5px;
    color: #232323;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    margin-bottom: 0px;
  }
  .con-sll {
    width: 85%;
  }
  .form-cont-in {
    padding: 12px;
    background-color: #fff !important;
    border-radius: 12px;
  }
  .tou7y76_idy {
    width: 100%;
    height: 285px;
  }
  ._im_8u7_yhe {
    position: absolute !important;
    left: 5px;
    right: 5px;
    bottom: 15px;
  }
  ._lo_tyei {
    color: #000 !important;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    -webkit-text-stroke: 1px #000;
    font-weight: 300;
    margin: 0px;
  }
  .slider_wave {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
    bottom: -5px;
  }
  .hiokkd h2 {
    color: #fff;
    font-size: 14px;
    margin: 0;
  }
  .our-vio {
    color: #0072be;
    font-size: 20px;
    line-height: 24px;
    margin: 0px 0px 10px;
    padding: 0px;
    text-align: center;
  }
  .wiksdfl {
    float: right;
    background-color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 10px;
    margin-bottom: 14px;
    width: 100%;
    text-align: center;
    margin-top: -10px;
  }
  .kdjf {
    background-color: #fff;
    min-height: 225px;
    border-radius: 25px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03137254901960784);
    border: 1px solid #f0f0ff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
  }
  .my-won-bak {
    margin: 0px;
    background-color: transparent;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0) 0,
      var(--bs-body-bg) 100%
    );
    padding: 25px 0px;
  }
  .hiokkd {
    padding: 10px 10px 10px 10px;
    background-color: #cc2930;
    border-radius: 5px;
  }
  .ldksfj {
    list-style: none;
    font-size: 16px;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    padding-top: 10px;
  }
  .footer-stick {
    text-align: center;
    z-index: 99;
    margin-top: -20px !important;
  }
  .mobile-sub-menu-container {
    padding-left: 0px !important;
  }
  body:not(.is-expanded-menu) .mobile-sub-menu-container .widget {
    padding: 5px 0;
  }
  .list-group-mobile {
    flex-direction: row !important;
    overflow-x: auto;
  }
  .mobile-list-group {
    min-width: fit-content;
    font-size: 14px;
    border-bottom: 0px !important;
    padding: 5px 10px 5px 5px;
  }
  .dz-flex-wrapper {
    --service-count: 1;
    overflow-x: auto;
  }
  .dz-flex-wrapper .dz-flex-head {
    display: none !important;
  }
  #wrapper {
    overflow-x: hidden;
  }
  .dz-flex-wrapper .dz-media {
    width: 100%;
    height: 425px;
    min-width: 300px;
  }
  .dz-flex-wrapper .dz-info {
    display: flex;
    flex-direction: column;
    padding: 5px 0;
  }
  .dz-title {
    font-family: "Jost", sans-serif;
    margin-bottom: 0px;
    font-size: 18px;
    color: #cc2930;
  }
  .dz-flex-wrapper .dz-flex-info .text {
    margin-bottom: 0px;
    font-size: 13px;
    font-family: "Jost", sans-serif;
    font-weight: 300;
  }
  .list-check-try {
    margin: 0px 0px 0px 15px !important;
    list-style: auto;
  }
  .dz-flex-wrapper .dz-info ul.list-check-try li {
    font-size: 14px;
    padding: 5px 0 5px 0px;
    font-family: "Jost", sans-serif;
    font-weight: 300;
  }
  .review-width {
    width: 400px;
    background-color: #faebd700;
    margin-top: 15px;
  }
  .page-heading-left {
    text-align: left;
    font-family: "Jost", sans-serif;
    margin-top: 10px;
  }
  .page-heading-left h3 {
    font-size: 16px;
    font-weight: 300;
    color: #585858;
    margin: 0px 0px 10px;
    text-align: center;
  }
  ._i8ti867 {
    width: 100%;
    height: 100% !important;
    border-radius: 15px;
  }
  .page-heading-contact h2 {
    color: #0072be;
    font-size: 2.5rem;
    margin: 15px 0px;
    font-weight: 800;
    line-height: 40px;
  }
  .page-heading-contact h3 {
    font-weight: 300;
    color: #657e7e;
    letter-spacing: 0.5px;
    text-align: left;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 2px;
    font-family: "Jost", sans-serif;
  }
  .major-life h6 {
    font-size: 20px;
    font-family: "Nunito", sans-serif;
    margin: 0px 0px 5px;
  }
  .margin-left-about {
    margin-left: 0px;
  }
  .mar-bot-abo {
    padding: 10px 0px 25px;
  }
  .page-heading-left h1 {
    color: #0072be;
    font-size: 1.2rem;
    margin: 0px;
    text-align: center;
  }
  .page-heading-left h1 span {
    color: #cc2930 !important;
    margin-left: 5px;
    font-weight: 500;
    display: block;
  }
  .img-for-about {
    border: 5px solid #fff;
    border-radius: 15px;
    background-color: #fff !important;
    height: 100%;
    margin-left: 0px;
  }
  .another-img {
    position: absolute;
    bottom: 0px;
    width: 175px;
    right: 12px;
    border: 5px solid #fff;
    border-radius: 5px;
    background-color: #fff !important;
  }
  .services-body {
    background-color: #fff;
    padding: 10px 0px;
    border-radius: 8px;
  }
  .services-body h1 {
    font-weight: 600;
    color: #212529;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-family: "Jost", sans-serif;
  }
  .services-body p {
    font-weight: 300;
    color: #212529;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 5px;
    font-family: "Jost", sans-serif;
  }
  ._tit_opag76y65 {
    font-family: "Open Sans", sans-serif;
    color: #000000;
    font-weight: 800;
    font-size: 26px;
    padding: 10px 0px 20px;
    text-align: left;
    margin-bottom: 5px;
    line-height: 35px;
  }
  ._deti_i7y_blg {
    height: 275px;
    margin: 10px 0px;
    border-radius: 8px;
  }
  .rec-img {
    width: 100%;
    height: auto;
  }
  .tp-tab-date {
    display: block;
    color: #aaa;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 2px;
  }
  .tp-tab-title {
    text-align: left;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    line-height: 20px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .tp-tab-content {
    padding: 5px 5px 5px 6px;
    font-family: "Jost", sans-serif;
    border-bottom: 1px solid #e1e1e1;
  }
  .detoca {
    height: 250px;
    margin: 0px 10px;
    border-radius: 8px;
    border: 0px solid #e1e1e1;
  }
  .lox-bdk {
    margin: 15px 10px 0px 10px;
  }
}

/* Extra Small Devices (Mobile Phones - Portrait) */
@media (max-width: 320px) {
  /* Styles for very small phones (e.g., older iPhones, budget devices) */
}

/* Small Devices (Mobile Phones - Portrait) */
@media (min-width: 321px) and (max-width: 480px) {
  /* Styles for small smartphones */
  .side-par-tit h2 {
    font-size: 50px;
    font-weight: 900;
    margin: 0;
    color: #cc2930;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .side-par-tit h2 span {
    font-size: 16px;
    color: #0072be !important;
    margin: 0px 0px 0px 5px;
    font-family: "Nunito", sans-serif;
    padding: 0px 0px;
    writing-mode: tb;
    transform: rotate(0);
    position: relative;
    top: 65px;
  }
  .side-par-tit h3 {
    font-size: 30px;
    font-weight: 800;
    color: #ffff !important;
    display: flex;
    flex-wrap: nowrap;
    font-family: "Jost", sans-serif;
    background-color: #0072be;
    width: fit-content;
    padding: 0px 16px;
    margin-bottom: 10px;
  }
  .side-par-tit p {
    font-size: 14px;
  }
  .custom-loca h2 {
    font-size: 18px !important;
    line-height: 1.2 !important;
    color: #0072be !important;
    -webkit-text-stroke: 0px #0072be;
    font-weight: 600;
  }
  .text-righ {
    text-align: right;
  }
  .custom-loca h2 span {
    display: block;
    font-size: 12px;
    color: #cc2930 !important;
    -webkit-text-stroke: 0px #cc2930;
  }
  .side-par-tit p span {
    background-color: #cc293000;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    margin: 0px;
    color: #585858 !important;
    padding: 0px 0px;
  }
  .info-widget.style-1 {
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 5px 5px 5px 5px;
  }
  .counter-tel h1 span {
    display: block;
    font-size: 32px !important;
    line-height: 1 !important;
    -webkit-text-stroke: 0px #fff;
    color: #fff !important;
    font-weight: 600;
    font-family: "Jost", sans-serif;
    background-color: #cc2930;
    width: fit-content;
    padding: 5px 10px;
    margin-top: 5px;
  }
  .counter-tel h1 {
    font-size: 26px !important;
    line-height: 1.2 !important;
    -webkit-text-stroke: 1px #0072be;
    color: #0072be;
    font-weight: 500;
    padding-top: 17px;
    margin: 0px 0px 5px;
  }

  .home-according {
    font-size: 12px !important;
  }
  .style-10 .content-media .media4 {
    width: 145px;
    height: 145px;
  }
  .style-10 .content-media .media3 {
    width: 165px;
    height: 125px;
  }
  .ms-2 {
    margin-left: 1rem !important;
  }
  .dz-flex-wrapper .dz-media {
    width: 100%;
    height: 335px;
    min-width: 100%;
  }
  .dz-flex-wrapper .dz-flex-info {
    background-color: #ffffff00;
  }
  .dz-flex-wrapper .dz-flex-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0px;
    min-width: 100%;
  }
  .dz-title {
    font-family: "Jost", sans-serif;
    margin-bottom: 0px;
    font-size: 16px;
    color: #cc2930;
  }
  .width-fluide {
    width: 100%;
  }
  .parent-woo-con img {
    height: 175px;
    float: right;
    margin: 0px !important;
    border: 10px solid #fcecd3;
    border-radius: 20px;
    transform: scaleX(-1);
  }
  .time-table {
    display: none;
    position: relative;
    top: 5px;
    left: 0;
    right: 0;
  }
  .custom-locasl3 h2 {
    font-size: 14px !important;
    line-height: 1.2 !important;
    -webkit-text-stroke: 0px #0072be;
    color: #0072be;
    font-weight: 600;
    text-align: right;
    float: right;
    margin-top: 10px;
  }
  .custom-locasl3 h2 span {
    display: block;
    font-size: 8px !important;
    -webkit-text-stroke: 0px #cc2930;
    color: #cc2930 !important;
    font-weight: 300 !important;
  }
  .custom-locasl4 h2 {
    font-size: 20px !important;
    line-height: 1.2 !important;
    -webkit-text-stroke: 0px #0072be;
    color: #0072be;
    font-weight: 800;
    text-align: right;
    float: right;
  }
  .custom-locasl4 h2 span {
    display: block;
    font-size: 16px !important;
    -webkit-text-stroke: 0px #cc2930;
    color: #cc2930 !important;
    font-weight: 300 !important;
  }
  .custom-locasl5 h2 {
    font-size: 18px !important;
    line-height: 1.2 !important;
    -webkit-text-stroke: 0px #0072be;
    color: #0072be;
    font-weight: 400;
    float: right;
    text-align: right;
  }
  .custom-locasl5 h2 span {
    display: block;
    font-size: 16px !important;
    -webkit-text-stroke: 0px #cc2930;
    color: #cc2930 !important;
    font-weight: 300 !important;
  }
  .text-in-week {
    font-size: 10px;
    line-height: 1.3;
    display: block;
    font-family: "Jost", sans-serif;
    font-weight: 500;
  }
  .mobile-usp-size {
    width: 60%;
    padding: 5px !important;
  }
  .step-color-title {
    font-size: 14px;
    -webkit-text-stroke: 0px #0072be;
    color: #0072be !important;
    font-weight: 300;
    margin: 0px;
  }
  .faq-text h1 {
    font-size: 20px;
    line-height: 1.6;
    margin: 20px 0px 0px;
  }
  .faq-text span {
    font-size: 20px;
    font-weight: 500;
    color: #cc2930 !important;
    line-height: 0;
    font-family: "Jost", sans-serif;
    margin: 0px;
  }
  .faq-text h3 {
    font-family: "Jost", sans-serif;
    margin: 5px 0px;
    font-size: 18px;
  }
  .home-tkk {
    position: relative;
    z-index: 9;
    padding: 0px 5px;
  }
  .count-skill-count {
    font-size: 14px !important;
  }
  .coount-body-head h2 {
    font-size: 10px;
    font-family: "Jost", sans-serif;
    margin: 0px;
    font-weight: 300;
  }
  .border-indesk {
    border-right: 0px solid #e1e1e1;
    border-radius: 0px !important;
  }
  .page-backgo {
    background-color: #fff !important;
    padding: 0px;
    border-radius: 8px;
  }
  ._bl_zing h6 {
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0px;
  }
}

/* Medium Devices (Mobile Phones - Landscape and Small Tablets - Portrait) */
@media (min-width: 481px) and (max-width: 767px) {
  /* Styles for larger smartphones and small tablets */
  .side-par-tit h2 {
    font-size: 4rem;
    font-weight: 900;
    margin: 0;
    color: #cc2930;
  }
}

/* Large Devices (Tablets - Portrait) */
@media (min-width: 768px) and (max-width: 991px) {
  /* Styles for tablets in portrait mode */
}

/* Tablets and Small Laptops */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Styles for tablets in landscape mode and small laptops */
}

/* Laptops and Desktops */
@media (min-width: 1200px) and (max-width: 1440px) {
  /* Styles for laptops and smaller desktops */
  .side-par-tit h2 {
    font-size: 3.5rem;
    font-weight: 900;
    margin: 0;
    color: #cc2930;
  }
  .side-par-tit h3 {
    font-size: 35px;
    font-weight: 800;
    color: #ffff !important;
    display: flex;
    flex-wrap: nowrap;
    font-family: "Jost", sans-serif;
    background-color: #0072be;
    width: fit-content;
    padding: 0px 15px;
  }
  .side-par-tit h2 span {
    font-size: 20px;
    color: #0072be !important;
    margin: 0px 0px 0px 5px;
    font-family: "Nunito", sans-serif;
    padding: 5px 0px;
    writing-mode: tb;
    transform: rotate(0);
    position: relative;
    top: 85px;
  }
  .time-table {
    display: none;
    position: absolute;
    top: 0px;
    right: -45px;
  }
  .info-widget.style-6 {
    width: 245px;
    border-radius: 14px;
    padding: 20px 20px 15px;
    position: relative;
    margin: 0px 0px 0 0;
    background-color: #0072be;
  }
  .book-time-button {
    display: block;
    text-align: center;
    font-family: "Jost", sans-serif;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px;
    transition: all 0.9s ease;
  }
  .counter-tel h1 {
    font-size: 50px !important;
    line-height: 1.2 !important;
    -webkit-text-stroke: 2px #0072be;
    color: #0072be;
    font-weight: 800;
    padding-top: 20px;
  }
  .counter-tel h1 span {
    display: block;
    font-size: 58px !important;
    line-height: 1 !important;
    -webkit-text-stroke: 0px #fff;
    color: #fff !important;
    font-weight: 300;
    font-family: fantasy;
    background-color: #cc2930;
    width: fit-content;
    padding: 5px 10px;
  }
  .count-sub-body {
    display: block;
    width: 100%;
    padding: 10px;
    transition: all 0.9s ease;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    min-height: 125px;
    align-content: center;
    margin-top: 25px;
  }
  .dz-flex-wrapper .dz-flex-item {
    height: 950px;
  }
  .dz-flex-wrapper .dz-flex-inner {
    display: block;
    gap: 30px;
    padding: 30px;
    min-width: 100%;
  }
  .dz-flex-wrapper .dz-media {
    width: 100%;
    height: 500px;
    min-width: 100%;
  }
  .dz-flex-wrapper .dz-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
  }
  .style-10 .content-media {
    display: inline-block;
    gap: 15px;
    position: relative;
    z-index: 1;
    margin-left: 0px;
  }
  .faq-text h1 {
    font-size: 25px;
    font-weight: 800;
    color: #0072be !important;
    line-height: 0.6;
    font-family: "Jost", sans-serif;
    margin: 75px 0px 20px;
  }
  .faq-text span {
    font-size: 30px;
    font-weight: 500;
    color: #cc2930 !important;
    line-height: 0;
    font-family: "Jost", sans-serif;
    margin: 0px;
  }
  .faq-text h3 {
    font-family: "Jost", sans-serif;
    margin: 0px;
    font-size: 32px;
  }
  .width-fluide {
    width: 95%;
  }
  .second-slide-w-blue {
    color: #000000;
    font-size: 55px;
  }
  .second-slide-subline-left {
    display: flex;
    gap: 5px;
    font-size: 18px;
    margin-left: 10px;
    letter-spacing: 0.5px;
  }
  .second-slide-science-green {
    color: #0072be;
    font-size: 70px;
    font-weight: 800;
    margin-top: 5px;
  }
  .second-slide-tagline {
    margin-top: -25px !important;
    margin-left: 8px;
    letter-spacing: 0.1px;
    font-size: 16px !important;
    color: #000000;
  }
  .fourth-slide-when {
    color: #0072be;
    font-size: 70px;
  }
  .fourth-slide-hope {
    color: #000000;
    font-size: 80px;
    font-weight: 800;
  }
  .fourth-slide-begins {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
  }
  .fourth-slide-to {
    color: #cc2930;
    font-size: 45px;
    font-weight: 700;
  }
  .fourth-slide-blossom {
    color: #cc2930;
    font-size: 50px;
    font-weight: 700;
  }
  .fourth-slide-tagline {
    margin-top: 5px !important;
    font-size: 16px !important;
    font-weight: 700;
    color: #000000;
    line-height: 0px;
    letter-spacing: 0.8px;
  }
  .fifth-slide-the {
    color: #0072be;
    font-size: 95px;
    letter-spacing: 0;
  }
  .fifth-slide-moment {
    color: #000000;
    font-size: 35px;
  }
  .fifth-slide-that {
    color: #cc2930;
    font-size: 50px;
  }
  .fifth-slide-changes {
    color: #cc2930;
    font-size: 20px;
  }
  .fifth-slide-everything {
    color: #000000;
    font-size: 30px;
  }
  .fifth-slide-tagline {
    margin-top: 10px !important;
    font-size: 20px !important;
  }
  .rotate-wrapper {
    justify-content: space-between;
  }
  .rotate-wrapper img {
    position: absolute;
    width: 300px;
    height: 300px;
  }
}

/* Extra Large Screens */
@media (min-width: 1441px) {
  /* Styles for high-resolution desktops and TVs */
}
