@charset "UTF-8";
@keyframes show-content-image {
  0%,
  99% {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@keyframes turn-on-visibility {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes lightbox-zoom-in {
  0% {
    transform: translate(
        calc(
          (-100vw + var(--wp--lightbox-scrollbar-width)) / 2 +
            var(--wp--lightbox-initial-left-position)
        ),
        calc(-50vh + var(--wp--lightbox-initial-top-position))
      )
      scale(var(--wp--lightbox-scale));
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes lightbox-zoom-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  to {
    transform: translate(
        calc(
          (-100vw + var(--wp--lightbox-scrollbar-width)) / 2 +
            var(--wp--lightbox-initial-left-position)
        ),
        calc(-50vh + var(--wp--lightbox-initial-top-position))
      )
      scale(var(--wp--lightbox-scale));
    visibility: hidden;
  }
}
ol,
ul {
  box-sizing: border-box;
  margin: 0 0 1.75em 1.25em;
  padding: 0;
}
@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(0.5em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
:root {
  --wp-block-synced-color: #7a00df;
  --wp-block-synced-color--rgb: 122, 0, 223;
  --wp-bound-block-color: var(--wp-block-synced-color);
  --wp-editor-canvas-background: #ddd;
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color--rgb: 0, 124, 186;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
  --wp-admin-theme-color-darker-20: #005a87;
  --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
  --wp-admin-border-width-focus: 2px;
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
  --direction-multiplier: 1;
  --page-title-display: block;
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
}
@media (min-resolution: 192dpi) {
  :root {
    --wp-admin-border-width-focus: 1.5px;
  }
}
.screen-reader-text {
  clip-path: inset(50%);
  word-wrap: normal !important;
}
:where(figure) {
  margin: 0 0 1em;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.elementor-section {
  padding: 0;
}
.elementor-image-box-title {
  margin: 0;
}
.services .elementor-widget-container {
  width: 230px !important;
  height: 220px !important;
  padding-top: 40px;
  text-align: center;
}
.services .elementor-image-box-title {
  margin: 0;
}
.services:first-child {
  float: left;
  top: 120px;
}
.services:nth-child(2) {
  float: right;
  margin-top: 0;
  position: relative;
  z-index: 999999;
  right: -30px;
}
.services:nth-child(3) {
  float: right;
  right: -260px;
  top: 30px;
}
@media screen and (max-width: 29.938em) {
  .services {
    margin: 0 auto;
  }
  .services:first-child {
    top: 30px;
  }
  .services:nth-child(2) {
    top: 30px;
    right: 0;
    margin-top: 30px;
  }
  .services:nth-child(3) {
    right: 0;
    top: 30px;
    margin-top: 30px;
  }
  #footer::after {
    display: none;
  }
}
@media screen and (max-width: 47.938em) and (min-width: 30em) {
  .services {
    position: static !important;
    margin: 0 auto;
  }
  .services:first-child {
    top: 30px;
    margin-top: 30px;
  }
  .services:nth-child(2) {
    top: 30px;
    right: 0;
    margin-top: 30px;
  }
  .services:nth-child(3) {
    right: 0;
    top: 30px;
    margin-top: 30px;
  }
  #footer::after {
    display: none;
  }
}
@media screen and (max-width: 63.938em) and (min-width: 48em) {
  .services {
    position: static !important;
    margin: 0 auto;
  }
  .services:first-child {
    top: 30px;
  }
  .services:nth-child(2) {
    top: 30px;
    right: 0;
    margin-top: 30px;
  }
  .services:nth-child(3) {
    right: 0;
    top: 30px;
    margin-top: 30px;
  }
  #footer::after {
    left: -999799px;
  }
}
::placeholder {
  color: #1e1e1e !important;
  opacity: 1 !important;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .header .center::after {
    top: 40px;
  }
}
@-webkit-keyframes qodefFloat {
  0%,
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes qodefFloat {
  0%,
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.skt-physiotherapy-section-2-left {
  position: relative !important;
}
.social-icons:empty {
  display: none !important;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .skt-physiotherapy-section-2-left {
    width: 36%;
  }
  .skt-physiotherapy-section-2-right {
    width: 49%;
  }
}
@keyframes pizza {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  line-height: 24px;
  color: #292929;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  border: none;
  margin: 0;
  padding: 0;
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}
p {
  margin: 0;
  padding: 0;
  color: #000;
}
a {
  color: #000;
  text-decoration: none;
}
em,
i {
  font-style: italic;
}
q {
  quotes: none;
}
q:after,
q:before {
  content: "";
}
address {
  font-style: italic;
  margin: 0 0 1.75em;
}
big {
  font-size: 125%;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
  margin-left: 1.5em;
}
li > ol,
li > ul {
  margin-bottom: 0;
}
caption {
  font-weight: 400;
  text-align: left;
}
::-webkit-input-placeholder {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
}
::-moz-placeholder {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  opacity: 1;
}
.entry-content a {
  text-decoration: underline;
}
.entry-content ol li,
.entry-content ul li {
  margin-left: 15px;
}
ol li ol,
ol li ol li ol,
ul li ul,
ul li ul li ul {
  margin-left: 10px;
}
h1,
h2,
h3 {
  color: #282828;
  margin: 0 0 15px;
  padding: 0;
  line-height: 1.1;
  font-weight: 700;
  font-family: Poppins;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
.clear {
  clear: both;
}
.head-info-area {
  padding: 0;
  width: 100%;
  font-size: 15px;
  color: #fff;
  position: relative;
  z-index: 99999;
}
.center {
  margin: 0 auto;
  width: 1200px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.phoneno img {
  margin-right: 5px;
}
.pagination {
  display: table;
  clear: both;
}
.logo {
  float: left;
  width: auto;
  position: relative;
  z-index: 999;
  color: #21201f;
  padding: 38px 65px 18px 0;
  height: auto;
  min-height: 111px;
}
.logo p {
  color: #000;
  text-align: left;
  font-size: 10px;
  float: left;
}
.logo img {
  height: auto;
  width: auto;
  max-height: 90px;
  max-width: 266px;
}
.logo h2 {
  font-weight: 700;
  margin: 0;
  color: #121212;
  text-align: left;
  line-height: 32px;
}
.logo h2 span {
  color: #21201f;
}
.logo a {
  color: #dedede;
}
.header {
  width: 100%;
  z-index: 999;
  position: relative;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
#content_navigator p {
  margin-bottom: 25px;
}
.site-main {
  width: 850px;
  margin: 0;
  padding: 0;
  float: left;
}
.site-main h1 {
  margin-bottom: 30px;
}
.page_content p {
  margin-bottom: 20px;
  line-height: 28px;
}
#sidebar {
  width: 330px;
  float: right;
  overflow: hidden;
  font-size: 16px;
}
#sidebar li a {
  line-height: 26px;
}
#sidebar p:empty {
  display: none;
}
#sidebar aside.widget {
  border: 1px solid #eeeff5;
  background-color: #f8931f;
  box-sizing: border-box;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 6px 4px 0 #dcdcdc;
}
aside.widget {
  margin-bottom: 30px;
  padding: 25px;
}
aside.widget ul {
  list-style: disc;
}
h3.widget-title {
  margin-bottom: 0;
  color: #282828;
  text-align: left;
  font-size: 24px;
}
.titleborder {
  line-height: 0.5;
  text-align: left;
}
.titleborder span {
  display: inline-block;
  position: relative;
}
.titleborder span:after {
  content: "";
  border-bottom-color: #ea7e35;
  display: table;
  margin-bottom: 25px;
}
h3.widget-title a {
  color: #282828;
}
#sidebar ul li {
  padding: 8px 0;
  list-style: none;
}
#sidebar ul {
  margin: 0;
}
#sidebar ul li a {
  color: #141414;
  display: inline-block;
}
#sidebar ul li a:hover {
  color: #ffce23 !important;
}
#sidebar ul li:last-child {
  border: none;
}
.attachment img {
  padding-top: 15px;
}
.footerarea a:hover {
  color: #005bcb;
}
.footer h1,
.footer h2,
.footer h3 {
  color: #fff;
}
.cols-3 {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  color: #21201f;
  line-height: 28px;
  font-size: 16px;
}
.cols-3 span {
  color: #fbcb6b;
  display: inline-block;
  min-width: 70px;
  width: auto;
}
.cols-3 ul {
  margin: 0;
  padding: 0;
  list-style: disc inside;
}
.cols-3 ul li {
  display: block;
  padding: 0;
  line-height: 26px;
  list-style: none;
}
.footer aside.widget {
  border: none;
  margin: 0;
  padding: 0 0 25px;
  color: #000;
}
.cols-3 ul li a {
  padding: 5px 0;
  display: block;
}
.cols-3 p {
  margin-bottom: 15px;
}
.footerarea {
  padding: 45px 0 0;
}
.copyright-area {
  position: relative;
}
.copyright-wrapper {
  position: relative;
  display: block;
  z-index: 99;
}
.copyright-txt {
  float: none;
  font-size: 16px;
  line-height: 1.9em;
  position: relative;
  z-index: 99;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:focus {
  clip-path: none;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#sidebar select {
  width: 100%;
  padding: 3px;
  height: 25px;
}
.footer-row {
  padding: 0;
  margin: 0 -15px;
}
#navigation {
  float: left;
  padding: 0;
  text-align: left;
}
.main-navigation {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  font-size: 18px;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-family: Poppins;
}
.main-navigation ul ul {
  float: left;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  display: block;
  min-width: 230px;
  background: #fff;
  opacity: 0;
  transition: 0.23s;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.main-navigation ul li.focus > ul,
.main-navigation ul li:focus > ul,
.main-navigation ul li:hover > ul {
  display: block;
  opacity: 1;
  z-index: 1000;
  transform: scale(1, 1);
}
.main-navigation li {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation ul > li:hover > ul {
  opacity: 1;
  left: 0;
  z-index: 9999;
}
.main-navigation ul ul li:hover > ul {
  opacity: 1;
  left: 100%;
}
.main-navigation li li {
  float: none;
  display: block;
}
.main-navigation ul li li:last-child > a {
  border: none;
}
.main-navigation ul li:last-child a {
  padding-right: 0;
}
.main-navigation ul ul li a:focus,
.main-navigation ul ul li a:hover {
  color: #fff !important;
  background: #f8931f;
}
.main-navigation li > a {
  position: relative;
}
.main-navigation ul li li a:hover:after {
  display: none;
}
.skt-header-quote-btn a:hover {
  color: #fff !important;
}
@-webkit-keyframes qodefBounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes qodefBounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.menu-toggle {
  display: block;
  width: auto;
}
.menu-toggle:hover {
  opacity: 0.89;
}
.menu-toggle span {
  background: #000;
  border: none;
  height: 3px;
  width: 32px;
  position: absolute;
  top: 7px;
  left: 4px;
  transition: 0.25s;
  cursor: pointer;
}
.menu-toggle span:nth-of-type(2) {
  top: 18px;
}
.menu-toggle span:nth-of-type(3) {
  top: 29px;
}
.main-navigation button.menu-toggle:focus {
  outline: #141414 solid 1px;
  border-radius: 0;
}
.inner-banner-thumb {
  width: 100%;
  text-align: center;
  position: relative;
  min-height: 250px;
  max-height: 300px;
  overflow: hidden;
  background-color: #282828;
}
.inner-banner-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 250px;
  max-height: 300px;
}
.inner-banner-thumb h1 {
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  padding: 0;
  position: absolute;
}
.banner-container {
  width: 1200px;
  margin: 0 auto;
}
#footer:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(25, 23, 36, 0.3);
  z-index: 4;
}
.social-icons {
  display: inline-table;
}
.social-icons a {
  -moz-border-radius: 250px;
  -webkit-border-radius: 250px;
}
.social-icons br {
  display: none;
}
body {
  font-size: 16px;
}
a:hover {
  color: #f8931f;
}
.head-info-area {
  background-color: #f8931f;
}
.head-info-area .left {
  background-color: #f8931f;
  padding: 0 30px;
}
.logo h2 {
  font-size: 28px;
}
.header {
  background-color: #fdfdfd;
}
.page_content {
  padding: 40px 0;
}
#sidebar li a:hover,
#sidebar ul li a:hover {
  color: #f8931f;
}
.footer h2 {
  font-size: 22px;
}
.footer h2:after {
  content: "";
  display: table;
  border-bottom: 1px solid #65686a;
  width: 53px;
  position: relative;
  top: 10px;
  padding: 0 0 30px;
}
.footer h1,
.footer h2,
.footer h3 {
  font-weight: 500;
}
.footer-row ul li a::before {
  content: "";
  content: ">";
  padding-right: 10px;
}
.footer-row .widget_nav_menu ul {
  text-align: left;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  font-family: Poppins;
}
.ftr-widg {
  position: relative;
  z-index: 999;
}
.footer-row .widget_nav_menu ul li {
  display: block;
}
.cols-3:first-child {
  width: 25%;
  padding-left: 25px;
}
.cols-3:nth-child(2) {
  width: 22%;
}
.cols-3:nth-child(3) {
  width: 27%;
}
.cols-3:nth-child(4) {
  width: 26%;
  padding-right: 0;
}
.cols-3 {
  float: left;
  padding: 30px;
}
.cols-3 ul li a,
.footer-row .cols-3 ul li a {
  color: #fff;
}
.cols-3 ul li a:hover,
.footer-row .cols-3 ul li a:hover {
  color: #f8931f;
}
.copyright-wrapper {
  color: #fff;
  background-color: #f8931f;
}
.copyright-txt {
  padding: 30px 0;
  text-align: left;
  color: #fff;
  font-family: Poppins;
}
.copyright-txt a {
  color: #f8931f;
}
.copyright-txt a:hover {
  color: #ccc;
}
.copyright-txt span,
.screen-reader-text:focus {
  color: #f8931f;
}
a:focus,
button:focus,
input[type="button"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="submit"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  outline: #f8931f dotted thin;
}
.main-navigation ul li a {
  display: block;
  padding: 0 20px;
  position: relative;
  z-index: 99;
  line-height: 111px;
  transition: 0.23s;
  text-decoration: none;
  font-weight: 500;
  color: #000;
}
.main-navigation ul li a:focus,
.main-navigation ul li a:hover,
.main-navigation ul li:hover a {
  opacity: 1;
  color: #f8931f;
}
.main-navigation ul li ul li a {
  line-height: 40px;
  color: #f8931f;
}
.skt-header-quote-btn {
  float: right;
  margin: 30px 0 0;
}
.skt-header-quote-btn a {
  float: right;
  z-index: 999;
  min-width: 210px;
  position: relative;
  background-color: #0090eb;
  padding: 15px 35px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  right: 0;
  bottom: 0;
  min-width: inherit;
  font-family: Poppins;
}
.skt-header-quote-btn a:hover {
  background-color: #f8931f;
}
.inner-banner-thumb h1 {
  font-size: 36px;
  top: 40%;
  right: 0;
  left: 0;
}
#footer {
  position: relative;
  background-color: #232629 !important;
  background: 0 0;
}
.social-icons a {
  width: 40px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  margin: 0 2px;
  padding: 0;
  background-color: transparent !important;
  border-radius: 0 !important;
}
.social-icons a:hover {
  background-color: #f8931f !important;
}
.social-icons .fb {
  background: url(/assets/vendor/wp-content/themes/skt-physiotherapy/images/icon-fb.png)
    center center no-repeat;
}
.social-icons .tw {
  background: url(/assets/vendor/wp-content/themes/skt-physiotherapy/images/icon-tw.png)
    center center no-repeat;
}
.social-icons .in {
  background: url(/assets/vendor/wp-content/themes/skt-physiotherapy/images/icon-in.png)
    center center no-repeat;
}
.social-icons .insta {
  background: url(/assets/vendor/wp-content/themes/skt-physiotherapy/images/icon-insta.png)
    center center no-repeat;
}
.social-icons .yt {
  background: url(/assets/vendor/wp-content/themes/skt-physiotherapy/images/icon-youtube.png)
    center center no-repeat;
}
@media screen and (max-width: 767px) {
  * {
    box-sizing: border-box;
  }
  .copyright-txt,
  .left,
  .right {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .center {
    width: 100%;
  }
  .container {
    width: auto;
    padding: 0 15px;
  }
  .footer {
    padding-bottom: 30px;
  }
  .header {
    width: 100%;
    padding: 0;
    position: relative !important;
  }
  .logo {
    float: left;
    text-align: center;
    padding: 10px 0 5px !important;
    position: relative;
    width: auto;
    min-height: inherit;
  }
  .logo h2 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 6px;
  }
  .logo p {
    text-align: center;
    float: none;
    margin: 10px auto 0;
  }
  #sidebar {
    width: 100%;
    float: none;
  }
  .site-main {
    width: auto;
    margin: 0;
    padding: 0 0 20px;
    float: none;
  }
  .copyright-wrapper {
    text-align: center;
  }
  .toggle {
    margin: 0 auto;
  }
  .copyright-txt {
    padding: 15px 0;
  }
  .header .container {
    border-bottom: none;
    padding: 0;
  }
  body.home .page_content {
    padding: 0;
  }
  .site-navigation .menu li {
    padding: 0 !important;
  }
  .site-navigation .menu ul a,
  .site-navigation .menu ul ul a {
    color: #fff !important;
  }
  #navigation {
    float: none;
    text-align: center;
    width: 100%;
    padding: 20px 8px;
  }
  .social-icons {
    margin-top: 0;
  }
  .main-navigation ul li a {
    line-height: inherit;
  }
  .inner-banner-thumb h1 {
    left: 0;
    right: 0;
    font-size: 25px;
    top: 50px;
    text-align: center;
    padding: 0;
  }
  .cols-3 {
    float: none;
    width: 100% !important;
    margin: 0 0 0.5%;
  }
  .cols-3:first-of-type {
    padding-top: 25px;
  }
  .page_content {
    padding: 5px 0;
  }
  .inner-banner-thumb {
    min-height: 150px;
  }
  .skt-header-quote-btn a {
    bottom: -54px;
    right: 0;
    left: 0;
    padding: 10px 20px;
    font-size: 16px;
    display: none !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: auto;
    margin: 0 auto;
  }
  .toggle {
    width: 100%;
  }
  .site-navigation .menu li {
    padding: 0 !important;
  }
  .logo {
    padding: 25px 420px 25px 0;
  }
  .inner-banner-thumb h1 {
    left: 0;
    right: 0;
    text-align: left;
    font-size: 40px;
    padding-left: 55px;
  }
  #navigation {
    padding-top: 0;
    padding-bottom: 0;
  }
  #footer {
    padding: 0 45px 25px;
  }
  .footerarea {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .menu-toggle {
    top: 34px;
  }
  .site-navigation .menu li {
    padding: 0 !important;
  }
  .header {
    width: 100%;
  }
  .header .container {
    padding: 0 0 0 25px;
  }
  .site-navigation .menu ul a,
  .site-navigation .menu ul ul a {
    color: #fff !important;
  }
  .main-navigation ul li a {
    line-height: inherit;
  }
  #navigation {
    float: none;
    width: 100%;
  }
  .main-navigation button.menu-toggle {
    text-align: left !important;
    margin: 0 !important;
    top: 34px;
  }
  .social-icons {
    margin-top: -15px;
  }
  .copyright-area {
    position: relative !important;
  }
  .inner-banner-thumb h1 {
    padding-left: 25px;
    top: 110px;
    font-size: 20px !important;
  }
  aside.widget {
    margin-bottom: 20px;
  }
  .inner-banner-thumb {
    min-height: inherit;
  }
  #sidebar h2 {
    font-size: 18px;
  }
  .footer h2 {
    font-size: 20px;
  }
  .footerarea {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  * {
    box-sizing: border-box;
  }
  .center {
    width: auto;
  }
  .header .container {
    padding: 0 0 0 20px;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .logo {
    width: auto;
    float: left;
    position: relative;
    text-align: center;
    min-height: inherit;
  }
  #sidebar {
    width: 30%;
  }
  .site-main {
    width: 68%;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .head-info-area .center {
    width: 98%;
  }
  .toggle {
    float: right;
    width: 15%;
    margin-top: 3.8%;
  }
  .main-navigation ul li a {
    padding: 0 11px !important;
  }
  .inner-banner-thumb h1 {
    padding-left: 25px;
    font-size: 35px !important;
  }
  .main-navigation button.menu-toggle {
    left: 25px;
  }
  .inner-banner-thumb {
    min-height: 250px;
  }
  .banner-container {
    width: auto;
  }
  #sidebar h2,
  .footer h2 {
    font-size: 20px;
  }
  .footerarea {
    padding-top: 60px;
  }
  .footer-row .widget_nav_menu ul {
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  #navigation {
    width: 100%;
  }
  .main-navigation ul {
    position: relative;
    top: 35px;
    margin-left: 17px;
  }
  .inner-banner-thumb {
    min-height: 250px;
  }
  .inner-banner-thumb h1 {
    top: 110px;
    font-size: 30px !important;
  }
  .skt-header-quote-btn a {
    display: none !important;
    bottom: -54px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 981px) {
  html {
    overflow-x: hidden;
  }
  .toggle {
    width: inherit;
  }
}
@media screen and (min-width: 981px) {
  .menu-toggle {
    display: none;
  }
  .site-navigation {
    align-items: start;
  }
  .site-navigation .primary-menu {
    position: static;
  }
  .site-navigation .menu li {
    position: relative;
    width: auto;
    left: unset;
  }
  .site-navigation .menu ul li:first-child {
    border-top: 0;
  }
  .site-navigation .menu a,
  .site-navigation .menu ul a,
  .site-navigation .menu ul ul a {
    padding: 0.75em 0.95em;
  }
  .site-navigation .menu ul {
    position: absolute;
    background-color: #fff;
    text-align: left;
    top: 100%;
    left: -9999em;
  }
  .site-navigation .menu li.focus > ul,
  .site-navigation .menu li:focus > ul,
  .site-navigation .menu li:hover > ul {
    left: 0;
  }
  .site-navigation .menu ul li {
    position: relative;
    width: 220px;
  }
  .site-navigation .menu li li.focus > ul,
  .site-navigation .menu li li:focus > ul,
  .site-navigation .menu li li:hover > ul {
    top: 0;
    left: 100%;
  }
  .site-navigation .menu ul a:focus,
  .site-navigation .menu ul a:hover {
    color: #000;
  }
}
@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .main-navigation {
    display: inline;
    width: 100%;
  }
  .main-navigation button.menu-toggle {
    width: 40px;
    text-align: center;
    margin: 0 auto;
    background: 0 0;
    border: 0;
    color: #fff;
    padding: 10px;
    height: 40px;
    position: relative;
    cursor: pointer;
  }
  .main-navigation ul ul ul {
    right: 0;
    opacity: 0;
    left: 0;
  }
  .main-navigation ul ul li a {
    color: #ea7e35;
  }
}
@media screen and (max-width: 63.938em) and (min-width: 48em) {
  .copyright-txt {
    padding: 25px 0;
  }
}
.text-center {
  text-align: center;
}
@media screen and (max-width: 29.938em) {
  #footer {
    padding: 0;
  }
  .footerarea {
    padding-top: 20px;
  }
  .footer-row ul li a::before {
    padding-right: 12px;
  }
  .footer-row .widget_nav_menu ul {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: -15px;
  }
  .container {
    padding: 30px 15px;
  }
  .skt-header-quote-btn {
    display: none;
    float: right;
    width: 100%;
    margin: 10px 0 15px;
    padding: 0 0 6px;
  }
  .skt-header-quote-btn a {
    display:none !important;
    bottom: 0;
    left: -25%;
  }
  
}
@media screen and (max-width: 47.938em) and (min-width: 30em) {
  #footer {
    padding: 0;
  }
  
  .footer-row ul li a::before {
    padding-right: 16px;
  }
  .footer-row .widget_nav_menu ul {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: -15px;
  }
  .skt-header-quote-btn {
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 15px;
  }
  .skt-header-quote-btn a {
    bottom: 0;
    display: none;
  }
  .container {
    padding: 20px 15px;
  }
  .main-navigation button.menu-toggle {
    margin: inherit;
  }
}
@media screen and (max-width: 63.938em) and (min-width: 48em) {
  .skt-header-quote-btn {
    margin: -20px 0 0;
    display: none;
  }
  .header .container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 72.438em) and (min-width: 63.25em) {
  #footer::after {
    left: -999749px;
  }
  .skt-header-quote-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1017px) and (min-width: 981px) {
  .skt-header-quote-btn {
    margin-top: 30px;
  }
}
#callnowbutton {
  display: none;
}
@media screen and (max-width: 650px) {
  #callnowbutton:not(.cnb-displaymode) {
    display: block;
    position: fixed;
    text-decoration: none;
  }
} /*! elementor - v3.31.0 - 09-09-2025 */
.screen-reader-text,
.screen-reader-text span {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.elementor *,
.elementor :after,
.elementor :before {
  box-sizing: border-box;
}
.elementor a {
  box-shadow: none;
  text-decoration: none;
}
.elementor img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}
.elementor
  .elementor-widget:not(.elementor-widget-text-editor):not(
    .elementor-widget-theme-post-content
  )
  figure {
  margin: 0;
}
.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
  border: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.elementor .elementor-background-overlay {
  inset: 0;
  position: absolute;
}
.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  align-self: var(--align-self);
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
}
.elementor-element:where(.elementor-widget) {
  align-content: var(--align-content);
  align-items: var(--align-items);
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  gap: var(--row-gap) var(--column-gap);
  justify-content: var(--justify-content);
}
@keyframes eicon-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.elementor-section {
  position: relative;
}
.elementor-section .elementor-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1024px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
}
.elementor-section.elementor-section-items-middle > .elementor-container {
  align-items: center;
}
.elementor-widget-wrap {
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}
.elementor-widget-wrap > .elementor-element {
  width: 100%;
}
.elementor-widget {
  position: relative;
}
.elementor-widget:not(:last-child) {
  margin-bottom: var(--kit-widget-spacing, 20px);
}
.elementor-column {
  display: flex;
  min-height: 1px;
  position: relative;
}
.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 10px;
}
@media (min-width: 768px) {
  .elementor-column.elementor-col-50 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .elementor-column {
    width: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
.e-con {
  --border-radius: 0;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  --border-style: initial;
  --border-color: initial;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --content-width: min(100%, var(--container-max-width, 1140px));
  --width: 100%;
  --min-height: initial;
  --height: auto;
  --text-align: initial;
  --margin-top: 0px;
  --margin-right: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --gap: var(--widgets-spacing, 20px);
  --row-gap: var(--widgets-spacing-row, 20px);
  --column-gap: var(--widgets-spacing-column, 20px);
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  border-radius: var(--border-radius);
  height: var(--height);
  min-height: var(--min-height);
  min-width: 0;
  overflow: var(--overflow);
  position: var(--position);
  width: var(--width);
  z-index: var(--z-index);
  --flex-wrap-mobile: wrap;
  margin-block-end: var(--margin-block-end);
  margin-block-start: var(--margin-block-start);
  margin-inline-end: var(--margin-inline-end);
  margin-inline-start: var(--margin-inline-start);
  padding-inline-end: var(--padding-inline-end);
  padding-inline-start: var(--padding-inline-start);
  --margin-block-start: var(--margin-top);
  --margin-block-end: var(--margin-bottom);
  --margin-inline-start: var(--margin-left);
  --margin-inline-end: var(--margin-right);
  --padding-inline-start: var(--padding-left);
  --padding-inline-end: var(--padding-right);
  --padding-block-start: var(--padding-top);
  --padding-block-end: var(--padding-bottom);
  --border-block-start-width: var(--border-top-width);
  --border-block-end-width: var(--border-bottom-width);
  --border-inline-start-width: var(--border-left-width);
  --border-inline-end-width: var(--border-right-width);
  --container-max-width: 1140px;
}
.e-con.e-flex {
  --flex-direction: column;
  --flex-basis: auto;
  --flex-grow: 0;
  --flex-shrink: 1;
  flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
}
.e-con > .e-con-inner {
  padding-block-end: var(--padding-block-end);
  padding-block-start: var(--padding-block-start);
  text-align: var(--text-align);
  gap: var(--row-gap) var(--column-gap);
  height: 100%;
  margin: 0 auto;
  max-width: var(--content-width);
  padding-inline-end: 0;
  padding-inline-start: 0;
  width: 100%;
}
.e-con.e-flex > .e-con-inner {
  flex-direction: var(--flex-direction);
}
.e-con,
.e-con > .e-con-inner {
  display: var(--display);
}
.e-con-boxed.e-flex {
  align-content: normal;
  align-items: normal;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
}
.e-con-boxed {
  gap: initial;
  text-align: initial;
}
.e-con.e-flex > .e-con-inner {
  align-content: var(--align-content);
  align-items: var(--align-items);
  align-self: auto;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
}
:is([data-elementor-id]) > .e-con {
  --margin-left: auto;
  --margin-right: auto;
  max-width: min(100%, var(--width));
}
.e-con .elementor-widget.elementor-widget {
  margin-block-end: 0;
}
.e-con:before {
  border-block-end-width: var(--border-block-end-width);
  border-block-start-width: var(--border-block-start-width);
  border-color: var(--border-color);
  border-inline-end-width: var(--border-inline-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  content: var(--background-overlay);
  display: block;
  height: max(
    100% + var(--border-top-width) + var(--border-bottom-width),
    100%
  );
  left: calc(0px - var(--border-left-width));
  mix-blend-mode: var(--overlay-mix-blend-mode);
  opacity: var(--overlay-opacity);
  position: absolute;
  top: calc(0px - var(--border-top-width));
  transition: var(--overlay-transition, 0.3s);
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
  transition:
    background var(--overlay-transition, 0.3s),
    border-radius var(--border-transition, 0.3s),
    opacity var(--overlay-transition, 0.3s);
}
.e-con .elementor-widget {
  min-width: 0;
}
.e-con .elementor-widget-google_maps {
  width: 100%;
}
.e-con > .e-con-inner > .elementor-widget > .elementor-widget-container,
.e-con > .elementor-widget > .elementor-widget-container {
  height: 100%;
}
.e-con.e-con > .e-con-inner > .elementor-widget,
.elementor.elementor .e-con > .elementor-widget {
  max-width: 100%;
}
.e-con .elementor-widget:not(:last-child) {
  --kit-widget-spacing: 0px;
}
@media (max-width: 767px) {
  .e-con.e-flex {
    --width: 100%;
    --flex-wrap: var(--flex-wrap-mobile);
  }
  .elementor-widget-image-box .elementor-image-box-img {
    margin-bottom: 15px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.elementor-heading-title {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
}
.elementor-widget:not(:last-child) {
  margin-block-end: 20px;
} /*! elementor - v3.31.0 - 09-09-2025 */
.elementor-widget-heading
  .elementor-heading-title[class*="elementor-size-"]
  > a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
} /*! elementor-pro - v3.30.0 - 01-07-2025 */ /*! elementor - v3.31.0 - 09-09-2025 */
.elementor-widget-image-box .elementor-image-box-content {
  width: 100%;
}
@media (min-width: 768px) {
  .elementor-widget-image-box.elementor-position-left
    .elementor-image-box-wrapper {
    display: flex;
    flex-direction: row;
    text-align: start;
  }
  .elementor-widget-image-box.elementor-vertical-align-top
    .elementor-image-box-wrapper {
    align-items: flex-start;
  }
}
.elementor-widget-image-box .elementor-image-box-img {
  display: inline-block;
}
.elementor-widget-image-box .elementor-image-box-img img {
  display: block;
  line-height: 0;
}
.elementor-widget-image-box .elementor-image-box-title a {
  color: inherit;
}
.elementor-widget-image-box .elementor-image-box-wrapper {
  text-align: center;
} /*! elementor - v3.31.0 - 09-09-2025 */
.elementor-widget-image {
  text-align: center;
}
.elementor-widget-image a {
  display: inline-block;
}
.elementor-widget-image img {
  display: inline-block;
  vertical-align: middle;
} /*! elementor - v3.31.0 - 09-09-2025 */ /*! elementor - v3.31.0 - 09-09-2025 */
.elementor-widget:not(:has(.elementor-widget-container))
  .elementor-widget-container {
  overflow: hidden;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  transform: translate3d(0, 0, 0);
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.elementor-element {
  --widgets-spacing: 20px 20px;
  --widgets-spacing-row: 20px;
  --widgets-spacing-column: 20px;
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}
.elementor-element .swiper .swiper-slide figure {
  line-height: 0;
}
.elementor-element .elementor-main-swiper {
  position: static;
} /*! elementor-pro - v3.30.0 - 01-07-2025 */
.elementor-gallery__container {
  min-height: 1px;
}
.e-con-inner > .elementor-widget-gallery,
.e-con > .elementor-widget-gallery {
  width: var(--container-widget-width);
  --flex-grow: var(--container-widget-flex-grow);
} /*! E-Gallery v1.2.0 by Elementor */
.e-gallery-item {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  transition-property: all;
  transition-duration: var(--animation-duration);
}
.e-gallery-image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  transform-origin: center top;
  transition: var(--animation-duration);
} /*! elementor-pro - v3.30.0 - 01-07-2025 */
.elementor-widget-testimonial-carousel .swiper-slide {
  padding: 20px;
  height: auto;
} /*! elementor-pro - v3.30.0 - 01-07-2025 */
.swiper-slide {
  border-style: solid;
  border-width: 0;
  overflow: hidden;
  transition-duration: 0.5s;
  transition-property: border, background, transform;
  will-change: transform;
}
.swiper-slide a {
  display: inline;
}
.elementor-widget-testimonial-carousel .elementor-main-swiper {
  width: 95%;
}
.elementor-widget-testimonial-carousel .swiper-wrapper {
  align-items: stretch;
  display: flex;
} /*! elementor - v3.31.0 - 09-09-2025 */
.elementor-widget-google_maps .elementor-widget-container,
.elementor-widget-google_maps:not(:has(.elementor-widget-container)) {
  overflow: hidden;
}
.elementor-widget-google_maps .elementor-custom-embed {
  line-height: 0;
}
.elementor-widget-google_maps iframe {
  height: 300px;
}
.elementor-21
  .elementor-element.elementor-element-1acb70bb:not(
    .elementor-motion-effects-element-type-background
  ) {
  background-image: url("https://jeewandishafoundation.com/wp-content/uploads/2024/05/WhatsApp-Image-2024-05-28-at-1.55.18-PM.jpeg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.elementor-21
  .elementor-element.elementor-element-1acb70bb
  > .elementor-background-overlay {
  opacity: 0.25;
  transition:
    background 0.3s,
    border-radius 0.3s,
    opacity 0.3s;
}
.elementor-21 .elementor-element.elementor-element-1acb70bb {
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  padding: 40px;
}
.elementor-21
  .elementor-element.elementor-element-2f23d6c8
  > .elementor-element-populated {
  margin: 0;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
}
.elementor-widget-heading .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary);
}
.elementor-widget-text-editor {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-text);
}
.elementor-widget-image-box .elementor-image-box-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary);
}
.elementor-widget-image-box:has(:focus) .elementor-image-box-title,
.elementor-widget-image-box:has(:hover) .elementor-image-box-title {
  color: var(--e-global-color-primary);
}
.elementor-widget-image-box .elementor-image-box-description {
  margin: 0;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-text);
}
.elementor-21
  .elementor-element.elementor-element-43d0b6ec:not(
    .elementor-motion-effects-element-type-background
  ) {
  background-color: #f5f8fb;
}
.elementor-21
  .elementor-element.elementor-element-43d0b6ec
  > .elementor-container {
  max-width: 1200px;
}
.elementor-21 .elementor-element.elementor-element-43d0b6ec {
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  padding: 170px 0 70px;
}
.elementor-21
  .elementor-element.elementor-element-43d0b6ec
  > .elementor-background-overlay {
  transition:
    background 0.3s,
    border-radius 0.3s,
    opacity 0.3s;
}
.elementor-21 .elementor-element.elementor-element-2591fab0 img {
  border-radius: 15px;
}
.elementor-21
  .elementor-element.elementor-element-24dbd4a4
  > .elementor-widget-container {
  background-color: #fff;
  margin: 35px 0 0;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.1);
}
.elementor-21
  .elementor-element.elementor-element-24dbd4a4.elementor-position-left
  .elementor-image-box-img {
  margin-right: 30px;
}
.elementor-21
  .elementor-element.elementor-element-24dbd4a4
  .elementor-image-box-title {
  margin-bottom: 10px;
  font-family: Poppins, Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #161616;
}
.elementor-21
  .elementor-element.elementor-element-24dbd4a4
  .elementor-image-box-wrapper
  .elementor-image-box-img {
  width: 25%;
}
.elementor-21
  .elementor-element.elementor-element-24dbd4a4
  .elementor-image-box-img
  img {
  opacity: 0.1;
  transition-duration: 0.3s;
}
.elementor-21
  .elementor-element.elementor-element-24dbd4a4
  .elementor-image-box-description {
  font-family: "DM Serif Display", Sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: #161616;
}
.elementor-21
  .elementor-element.elementor-element-503897e8
  .elementor-heading-title {
  font-family: "DM Serif Display", Sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 53px;
  color: #1b1b1b;
}
.elementor-21
  .elementor-element.elementor-element-75323a02
  > .elementor-widget-container {
  padding: 10px;
}
.elementor-21 .elementor-element.elementor-element-75323a02 {
  font-family: Poppins, Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #4d4d4d;
}
.elementor-21
  .elementor-element.elementor-element-da82c5b
  > .elementor-widget-container {
  background-color: #fff;
  margin: 35px 0 0;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.1);
}
.elementor-21
  .elementor-element.elementor-element-da82c5b.elementor-position-left
  .elementor-image-box-img {
  margin-right: 30px;
}
.elementor-21
  .elementor-element.elementor-element-da82c5b
  .elementor-image-box-title {
  margin-bottom: 10px;
  font-family: Poppins, Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #161616;
}
.elementor-21
  .elementor-element.elementor-element-da82c5b
  .elementor-image-box-wrapper
  .elementor-image-box-img {
  width: 25%;
}
.elementor-21
  .elementor-element.elementor-element-da82c5b
  .elementor-image-box-img
  img {
  transition-duration: 0.3s;
}
.elementor-21
  .elementor-element.elementor-element-da82c5b
  .elementor-image-box-description {
  font-family: "DM Serif Display", Sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: #161616;
}
.elementor-21 .elementor-element.elementor-element-0015c4e {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --align-items: center;
}
.elementor-21
  .elementor-element.elementor-element-40dda03
  .elementor-heading-title {
  font-family: "DM Serif Display", Sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
  color: #1b1b1b;
}
.elementor-21 .elementor-element.elementor-element-50b0f82 {
  --image-border-radius: 10px;
  --image-transition-duration: 500ms;
  --overlay-transition-duration: 800ms;
  --content-text-align: center;
  --content-padding: 20px;
  --content-transition-duration: 800ms;
  --content-transition-delay: 800ms;
}
.elementor-21 .elementor-element.elementor-element-7702e9f {
  --display: flex;
  --min-height: 0px;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  border-style: none;
  --border-style: none;
  --padding-top: 15px;
  --padding-bottom: 15px;
  --padding-left: 15px;
  --padding-right: 15px;
}
.elementor-21 .elementor-element.elementor-element-7702e9f:hover {
  border-style: none;
}
.elementor-21 .elementor-element.elementor-element-7702e9f,
.elementor-21 .elementor-element.elementor-element-7702e9f::before {
  --border-transition: 0s;
}
.elementor-21 .elementor-element.elementor-element-0f2a8e9 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --align-items: center;
}
.elementor-21
  .elementor-element.elementor-element-0f2a8e9:not(
    .elementor-motion-effects-element-type-background
  ) {
  background-color: #f5f8fb;
}
.elementor-21 .elementor-element.elementor-element-e999750 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --align-items: center;
}
.elementor-21
  .elementor-element.elementor-element-4b769f5
  .elementor-heading-title {
  font-family: "DM Serif Display", Sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
  color: #1b1b1b;
}
.elementor-21 .elementor-element.elementor-element-114ff89 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}
.elementor-21 .elementor-element.elementor-element-085a854 {
  --display: flex;
  --min-height: 0px;
}
@media (max-width: 1024px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1024px;
  }
  .e-con {
    --container-max-width: 1024px;
  }
  .elementor-21
    .elementor-element.elementor-element-1acb70bb
    > .elementor-container {
    min-height: 400px;
  }
  .elementor-21
    .elementor-element.elementor-element-1cc310a7
    > .elementor-element-populated {
    padding: 15px;
  }
  .elementor-21
    .elementor-element.elementor-element-24dbd4a4
    > .elementor-widget-container {
    margin: 15px 0 0;
  }
  .elementor-21
    .elementor-element.elementor-element-4a6acd8e
    > .elementor-element-populated {
    padding: 15px;
  }
  .elementor-21
    .elementor-element.elementor-element-503897e8
    .elementor-heading-title {
    font-size: 38px;
    line-height: 44px;
  }
  .elementor-21
    .elementor-element.elementor-element-da82c5b
    > .elementor-widget-container {
    margin: 15px 0 0;
  }
  .elementor-21
    .elementor-element.elementor-element-40dda03
    > .elementor-widget-container {
    margin: 40px 0 0;
  }
  .elementor-21
    .elementor-element.elementor-element-40dda03
    .elementor-heading-title {
    font-size: 30px;
    line-height: 40px;
  }
  .elementor-21
    .elementor-element.elementor-element-4b769f5
    > .elementor-widget-container {
    margin: 40px 0 0;
  }
  .elementor-21
    .elementor-element.elementor-element-4b769f5
    .elementor-heading-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 767px;
  }
  .e-con {
    --container-max-width: 767px;
  }
  .elementor-21
    .elementor-element.elementor-element-1acb70bb
    > .elementor-container {
    min-height: 300px;
  }
  .elementor-21 .elementor-element.elementor-element-43d0b6ec {
    padding: 130px 0 40px;
  }
  .elementor-21
    .elementor-element.elementor-element-24dbd4a4
    > .elementor-widget-container {
    margin: 15px 0 0;
  }
  .elementor-21
    .elementor-element.elementor-element-24dbd4a4
    .elementor-image-box-img {
    margin-bottom: 30px;
  }
  .elementor-21 .elementor-element.elementor-element-503897e8 {
    text-align: center;
  }
  .elementor-21
    .elementor-element.elementor-element-503897e8
    .elementor-heading-title {
    font-size: 35px;
    line-height: 45px;
  }
  .elementor-21 .elementor-element.elementor-element-75323a02 {
    text-align: center;
  }
  .elementor-21
    .elementor-element.elementor-element-da82c5b
    > .elementor-widget-container {
    margin: 15px 0 0;
  }
  .elementor-21
    .elementor-element.elementor-element-da82c5b
    .elementor-image-box-img {
    margin-bottom: 30px;
  }
  .elementor-21 .elementor-element.elementor-element-40dda03 {
    text-align: center;
  }
  .elementor-21
    .elementor-element.elementor-element-40dda03
    .elementor-heading-title {
    font-size: 32px;
    line-height: 42px;
  }
  .elementor-21 .elementor-element.elementor-element-4b769f5 {
    text-align: center;
  }
  .elementor-21
    .elementor-element.elementor-element-4b769f5
    .elementor-heading-title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 768px) {
  .elementor-21 .elementor-element.elementor-element-2f23d6c8 {
    width: 70%;
  }
  .elementor-21 .elementor-element.elementor-element-085a854,
  .elementor-21 .elementor-element.elementor-element-114ff89,
  .elementor-21 .elementor-element.elementor-element-7702e9f {
    --content-width: 1331px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .elementor-21 .elementor-element.elementor-element-1cc310a7 {
    width: 41%;
  }
  .elementor-21 .elementor-element.elementor-element-4a6acd8e {
    width: 49%;
  }
}
.elementor-widget-gallery {
  --galleries-title-color-normal: var(--e-global-color-primary);
  --galleries-title-color-hover: var(--e-global-color-secondary);
  --galleries-pointer-bg-color-hover: var(--e-global-color-accent);
  --gallery-title-color-active: var(--e-global-color-secondary);
  --galleries-pointer-bg-color-active: var(--e-global-color-accent);
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/vendor/wp-content/uploads/elementor/google-fonts/fonts/poppins-e215b6a9.woff2")
    format("woff2");
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/vendor/wp-content/uploads/elementor/google-fonts/fonts/poppins-ae4d1a33.woff2")
    format("woff2");
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/vendor/wp-content/uploads/elementor/google-fonts/fonts/poppins-95fdc599.woff2")
    format("woff2");
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/vendor/wp-content/uploads/elementor/google-fonts/fonts/poppins-3a2ac464.woff2")
    format("woff2");
}
.ri-mail-line,
.ri-menu-line,
.ri-phone-line,
.ri-whatsapp-line {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-style: normal;
  line-height: 1;
  vertical-align: -0.125em;
  background-color: currentColor;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.ri-menu-line {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 4h18v2H3V4Zm0 7h18v2H3v-2Zm0 7h18v2H3v-2Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 4h18v2H3V4Zm0 7h18v2H3v-2Zm0 7h18v2H3v-2Z'/%3E%3C/svg%3E");
}
.ri-phone-line {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 2.5 9.2 2l2.2 5.4-2.1 1.8a15.2 15.2 0 0 0 5.5 5.5l1.8-2.1 5.4 2.2-.5 2.6a3 3 0 0 1-3.3 2.4C10.5 18.8 5.2 13.5 4.2 5.8a3 3 0 0 1 2.4-3.3Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 2.5 9.2 2l2.2 5.4-2.1 1.8a15.2 15.2 0 0 0 5.5 5.5l1.8-2.1 5.4 2.2-.5 2.6a3 3 0 0 1-3.3 2.4C10.5 18.8 5.2 13.5 4.2 5.8a3 3 0 0 1 2.4-3.3Z'/%3E%3C/svg%3E");
}
.ri-mail-line {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M2 5h20v14H2V5Zm2 2v.5l8 5 8-5V7l-8 5-8-5Zm0 3v7h16v-7l-8 5-8-5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M2 5h20v14H2V5Zm2 2v.5l8 5 8-5V7l-8 5-8-5Zm0 3v7h16v-7l-8 5-8-5Z'/%3E%3C/svg%3E");
}
.ri-whatsapp-line {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a9.9 9.9 0 0 0-8.6 14.8L2 22l5.3-1.4A10 10 0 1 0 12 2Zm0 2a8 8 0 0 1 6.3 12.9A8 8 0 0 1 7.6 18l-.4.1.3-1.2A8 8 0 0 1 12 4Zm-3 3.5c-.3 0-.6.1-.8.4-.3.4-.9.9-.9 2.1s.9 2.4 1 2.5c.1.2 1.8 2.9 4.4 4 .6.3 1.1.4 1.5.5.6.1 1.2.1 1.6-.1.5-.2 1.5-.7 1.7-1.4.2-.7.2-1.3.1-1.4-.1-.1-.3-.2-.7-.4l-1.5-.7c-.4-.1-.6-.2-.8.2l-.6.8c-.2.2-.3.3-.6.1a6.4 6.4 0 0 1-1.9-1.2 7.2 7.2 0 0 1-1.3-1.6c-.1-.3 0-.4.2-.6l.5-.6c.2-.2.2-.4.3-.6 0-.2-.1-.4-.2-.6l-.7-1.6c-.2-.4-.4-.5-.7-.5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a9.9 9.9 0 0 0-8.6 14.8L2 22l5.3-1.4A10 10 0 1 0 12 2Zm0 2a8 8 0 0 1 6.3 12.9A8 8 0 0 1 7.6 18l-.4.1.3-1.2A8 8 0 0 1 12 4Zm-3 3.5c-.3 0-.6.1-.8.4-.3.4-.9.9-.9 2.1s.9 2.4 1 2.5c.1.2 1.8 2.9 4.4 4 .6.3 1.1.4 1.5.5.6.1 1.2.1 1.6-.1.5-.2 1.5-.7 1.7-1.4.2-.7.2-1.3.1-1.4-.1-.1-.3-.2-.7-.4l-1.5-.7c-.4-.1-.6-.2-.8.2l-.6.8c-.2.2-.3.3-.6.1a6.4 6.4 0 0 1-1.9-1.2 7.2 7.2 0 0 1-1.3-1.6c-.1-.3 0-.4.2-.6l.5-.6c.2-.2.2-.4.3-.6 0-.2-.1-.4-.2-.6l-.7-1.6c-.2-.4-.4-.5-.7-.5Z'/%3E%3C/svg%3E");
}
body,
body .elementor-heading-title,
body .elementor-image-box-description,
body .elementor-image-box-title,
body a,
body button,
body figcaption,
body h1,
body h2,
body h3,
body input,
body label,
body li,
body p,
body select,
body strong,
body textarea {
  font-family: Poppins, sans-serif !important;
}
.photo-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.photo-gallery__item {
  display: block;
  overflow: hidden;
  background-color: #f5f5f5;
}
.photo-gallery__item img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.25s;
}
.photo-gallery__item:focus img,
.photo-gallery__item:hover img {
  transform: scale(1.03);
}
.elementor-widget-gallery .e-gallery-image[data-thumbnail] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.homepage-gallery-shell {
  width: 100%;
  max-width: 1331px;
  margin: 0 auto;
  box-sizing: border-box;
}
.homepage-gallery {
  width: 100%;
}
.elementor-21 .elementor-element.elementor-element-085a854 > .e-con-inner,
.elementor-21 .elementor-element.elementor-element-114ff89 > .e-con-inner,
.elementor-21 .elementor-element.elementor-element-7702e9f > .e-con-inner {
  width: 100%;
  max-width: 1331px;
  margin: 0 auto;
  box-sizing: border-box;
}
.elementor-21 .elementor-element.elementor-element-50b0f82,
.elementor-21
  .elementor-element.elementor-element-50b0f82
  > .elementor-widget-container {
  width: 100%;
  max-width: 100%;
}
.static-home-gallery-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.static-home-gallery-slider__item {
  display: block;
  overflow: hidden;
}
.static-home-gallery-slider__item img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.static-home-gallery-slider .swiper-wrapper {
  align-items: stretch;
}
.static-home-gallery-slider .swiper-slide {
  height: auto;
}
.static-swiper-button {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-50%);
  transition:
    background-color 0.2s,
    transform 0.2s;
}
.static-swiper-button:focus,
.static-swiper-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.static-swiper-button--prev {
  left: 16px;
}
.static-swiper-button--next {
  right: 16px;
}
.static-home-gallery-slider .swiper-pagination {
  position: relative;
  inset: auto;
  margin-top: 18px;
}
.elementor-widget-testimonial-carousel .swiper-pagination {
  position: relative;
  inset: auto;
  margin-top: 24px;
}
.static-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(0, 0, 0, 0.88);
}
.static-lightbox[hidden] {
  display: none !important;
}
.static-lightbox__viewport {
  position: relative;
  width: min(1120px, 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.static-lightbox__figure {
  width: 100%;
  margin: 0;
}
.static-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.static-lightbox__captionbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 16px;
  color: #fff;
  font-size: 14px;
}
.static-lightbox__caption {
  margin: 0;
}
.static-lightbox__counter {
  flex-shrink: 0;
  opacity: 0.84;
}
.static-lightbox__button {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  transition: background-color 0.2s;
}
.static-lightbox__button:focus,
.static-lightbox__button:hover {
  background: rgba(255, 255, 255, 0.24);
}
.static-lightbox__button--close {
  top: 12px;
  right: 12px;
}
.static-lightbox__button--prev {
  left: 16px;
}
.static-lightbox__button--next {
  right: 16px;
}
body.static-lightbox-open {
  overflow: hidden;
}
.floating-whatsapp-button {
  position: fixed;
  right: 18px;
  bottom: 80px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  min-width: 56px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 32px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.floating-whatsapp-button::before {
  display: none;
}
.call-now-button {
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 9999 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 56px !important;
  min-width: 56px !important;
  border-radius: 50% !important;
  background-color: #008a00 !important;
  color: #fff !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  font-size: 32px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  transition:
    transform 0.2s,
    box-shadow 0.2s !important;
  padding: 0 !important;
}
.call-now-button:focus,
.call-now-button:hover {
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 30px rgba(0, 138, 0, 0.3) !important;
}
.floating-whatsapp-button:focus,
.floating-whatsapp-button:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.34);
}
.static-form-feedback {
  margin-top: 12px;
  color: #fff;
  font-size: 14px;
}
.static-form-feedback.is-active {
  display: block;
}
.elementor-element-1acb70bb .static-hero-media__slides {
  inset: 0;
  z-index: 1 !important;
}
.elementor-element-1acb70bb .static-hero-media__slide {
  inset: 0;
  transform: scale(1.08);
}
.elementor-element-1acb70bb .static-hero-media__slide.is-active {
  transform: none;
  opacity: 1 !important;
}
.elementor-element-1acb70bb .static-hero-media__slide--1 {
  background-image: var(--static-hero-slide-1);
}
.elementor-element-1acb70bb .static-hero-media__slide--2 {
  background-image: var(--static-hero-slide-2);
}
@media screen and (max-width: 1024px) {
  .photo-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .homepage-gallery-shell {
    padding-right: 15px;
    padding-left: 15px;
  }
  .static-home-gallery-slider__item img {
    height: 220px;
  }
  .elementor-element-1acb70bb .static-hero-media {
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .photo-gallery {
    grid-template-columns: 1fr;
  }
  .static-home-gallery-slider__item img {
    height: 200px;
  }
  .static-swiper-button {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
  .static-swiper-button--prev {
    left: 10px;
  }
  .static-swiper-button--next {
    right: 10px;
  }
  .static-lightbox {
    padding: 16px;
  }
  .static-lightbox__button {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
  .static-lightbox__button--prev {
    left: 8px;
  }
  .static-lightbox__button--next {
    right: 8px;
  }
  .static-lightbox__captionbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .floating-whatsapp-button {
    right: 14px;
    bottom: 88px;
    min-height: 52px;
    min-width: 52px;
    font-size: 28px;
  }
  .call-now-button {
    right: 14px !important;
    bottom: 18px !important;
    min-height: 52px !important;
    min-width: 52px !important;
    font-size: 28px !important;
  }
  .elementor-element-1acb70bb .static-hero-media {
    min-height: 280px;
  }
}
.site-page,
.site-page a,
.site-page button,
.site-page h1,
.site-page h2,
.site-page h3,
.site-page input,
.site-page label,
.site-page li,
.site-page p,
.site-page select,
.site-page strong,
.site-page textarea {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}
.faq-section {
  max-width: 1000px;
  margin: 20px auto;
}
.faq-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}
.faq-item {
  border: 1px solid #ddd;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s;
}
.faq-answer p {
  padding: 0 20px 20px;
  line-height: 1.8;
  color: #555;
}
.faq-item.active .faq-question span {
  transform: rotate(45deg);
  content: "-";
}
.elementor-element-1acb70bb {
  padding: 0 !important;
  background: #f5f5f5;
}
.elementor-element-1acb70bb > .elementor-container {
  width: 100% !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
}
.elementor-element-1acb70bb .elementor-element-2f23d6c8 {
  width: auto !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  display: flex !important;
}
.elementor-element-1acb70bb
  .elementor-element-2f23d6c8
  > .elementor-widget-wrap {
  width: 100% !important;
  display: flex !important;
}
.elementor-element-1acb70bb .static-hero-media {
  position: relative !important;
  width: 100% !important;
  min-height: 560px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: flex-end !important;
  background: #222 !important;
}
.elementor-element-1acb70bb .static-hero-media__slide,
.elementor-element-1acb70bb .static-hero-media__slides {
  position: absolute !important;
  inset: 0 !important;
}
.elementor-element-1acb70bb .static-hero-media__slide {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  object-fit: cover !important;
  opacity: 0 !important;
  transition: opacity 1s ease-in-out !important;
}
.elementor-element-1acb70bb .static-hero-media__slide--1 {
  background-image: var(--static-hero-slide-1) !important;
}
.elementor-element-1acb70bb .static-hero-media__slide--2 {
  background-image: var(--static-hero-slide-2) !important;
}
@media (max-width: 1024px) {
  .elementor-element-1acb70bb > .elementor-container {
    flex-wrap: wrap !important;
  }
  .elementor-element-1acb70bb .elementor-element-2f23d6c8 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .elementor-element-1acb70bb .static-hero-media {
    min-height: 430px !important;
  }
}
@media (max-width: 767px) {
  .elementor-element-1acb70bb {
    padding: 0 !important;
    height: 160px;
  }
  .elementor-element-1acb70bb > .elementor-container {
    gap: 18px !important;
  }
  .elementor-element-1acb70bb .static-hero-media {
    min-height: 160px !important;
  }
}
.jd-about-wrapper {
  width: 100%;
  padding: 50px 20px;
  background: #fff;
}
.jd-about-container {
  max-width: 1180px;
  margin: 0 auto;
}
.jd-about-heading {
  margin-bottom: 25px;
}
.jd-about-heading h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  color: #1b1b1b;
  margin: 0;
}
.jd-about-content p {
  font-size: 16px;
  line-height: 1.9;
  color: #555;
  text-align: justify;
  margin-bottom: 20px;
}
.jd-about-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .jd-about-heading h1 {
    font-size: 34px;
  }
  .jd-about-content p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .jd-about-wrapper {
    padding: 35px 15px;
  }
  .jd-about-heading {
    margin-bottom: 18px;
  }
  .jd-about-heading h1 {
    font-size: 28px;
    line-height: 1.4;
  }
  .jd-about-content p {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
}
.recovery-section {
  padding: 40px 20px;
}
.recovery-section .container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
}
.image-box {
  flex: 1;
}
.image-box img {
  width: 100%;
  display: block;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.content-box {
  flex: 1;
}
.content-box h2 {
  font-size: 32px;
  line-height: 1.2;
  color: #1f2937;
  margin-bottom: 20px;
}
.content-box p {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.content-box ul {
  list-style: none;
  margin-bottom: 25px;
}
.content-box ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  color: #374151;
  font-weight: 500;
}
.content-box ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #16a34a;
  font-weight: 700;
  font-size: 18px;
}
* {
  outline: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#about-content-wrapper {
  width: 100%;
  padding: 40px 20px;
  background: #f8fafc;
}
#about-content-container {
  max-width: 1200px;
  margin: 0 auto;
}
#about-heading-box {
  margin-bottom: 30px;
}
#about-heading-box h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #1f2937;
  margin-bottom: 20px;
  position: relative;
}
#about-heading-box h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin-top: 15px;
  background: #16a34a;
  border-radius: 50px;
}
#about-content-container p {
  font-size: 17px;
  line-height: 1.9;
  color: #4b5563;
  text-align: justify;
  margin-bottom: 24px;
}
#about-content-container p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  #about-content-wrapper {
    padding: 60px 20px;
  }
  #about-heading-box h2 {
    font-size: 34px;
  }
  #about-content-container p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .recovery-section {
    padding: 0 15px !important;
  }
  .recovery-section .container {
    flex-direction: column;
    gap: 35px;
  }
  .content-box h2 {
    font-size: 30px;
  }
  #about-content-wrapper {
    padding: 10px 15px;
  }
  #about-heading-box h2 {
    font-size: 28px;
  }
  #about-content-container p {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
  }
}
.elementor-element-43d0b6ec {
  padding: 10px 16px !important;
  background: linear-gradient(180deg, #fff 0, #fff8fb 100%) !important;
}
.elementor-element-43d0b6ec > .elementor-container {
  max-width: 1240px !important;
  width: 100% !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: stretch !important;
  gap: 34px !important;
  flex-wrap: wrap !important;
}
.elementor-element-43d0b6ec .elementor-element-1cc310a7,
.elementor-element-43d0b6ec .elementor-element-4a6acd8e {
  width: calc(50% - 17px) !important;
  flex: 0 0 calc(50% - 17px) !important;
  min-width: 0 !important;
  display: flex !important;
}
.elementor-element-43d0b6ec
  .elementor-element-1cc310a7
  > .elementor-widget-wrap,
.elementor-element-43d0b6ec
  .elementor-element-4a6acd8e
  > .elementor-widget-wrap {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}
.elementor-element-43d0b6ec .elementor-element-2591fab0 {
  margin-bottom: 18px !important;
}
.elementor-element-43d0b6ec
  .elementor-element-2591fab0
  .elementor-widget-container {
  position: relative !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 40px rgba(24, 18, 22, 0.1) !important;
  background: #fff !important;
}
.elementor-element-43d0b6ec .elementor-element-2591fab0 img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 460px !important;
  max-height: 560px !important;
  object-fit: cover !important;
  border-radius: 24px !important;
}
.elementor-element-43d0b6ec
  .skt-physiotherapy-section-2-right-icon-text
  .elementor-widget-container {
  width: 100% !important;
}
.elementor-element-43d0b6ec
  .skt-physiotherapy-section-2-right-icon-text
  .elementor-image-box-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  background: #fff !important;
  border: 1px solid #f1d9e4 !important;
  border-radius: 18px !important;
  padding: 16px 18px !important;
  box-shadow: 0 12px 28px rgba(24, 18, 22, 0.06) !important;
}
.elementor-element-43d0b6ec
  .skt-physiotherapy-section-2-right-icon-text
  .elementor-image-box-img {
  flex: 0 0 56px !important;
  width: 56px !important;
  height: 56px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff2f8 !important;
  border-radius: 50% !important;
  padding: 10px !important;
  box-sizing: border-box !important;
}
.elementor-element-43d0b6ec
  .skt-physiotherapy-section-2-right-icon-text
  .elementor-image-box-img
  img {
  width: 30px !important;
  height: 30px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}
.elementor-element-43d0b6ec
  .skt-physiotherapy-section-2-right-icon-text
  .elementor-image-box-content {
  text-align: justify;
  flex: 1 1 auto !important;
}
.elementor-element-43d0b6ec
  .skt-physiotherapy-section-2-right-icon-text
  .elementor-image-box-title {
  margin: 0 0 4px !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: #151515 !important;
}
.elementor-element-43d0b6ec
  .skt-physiotherapy-section-2-right-icon-text
  .elementor-image-box-description,
.elementor-element-43d0b6ec
  .skt-physiotherapy-section-2-right-icon-text
  .elementor-image-box-description
  a {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: #666 !important;
  text-decoration: none !important;
  word-break: break-word !important;
}
.elementor-element-43d0b6ec
  .elementor-element-4a6acd8e
  > .elementor-widget-wrap {
  background: #fff !important;
  border: 1px solid #f4dfe9 !important;
  border-radius: 24px !important;
  padding: 28px 28px 24px !important;
  box-shadow: 0 18px 40px rgba(24, 18, 22, 0.06) !important;
  justify-content: center !important;
}
.elementor-element-43d0b6ec .elementor-element-503897e8 {
  margin-bottom: 14px !important;
}
.elementor-element-43d0b6ec
  .elementor-element-503897e8
  .elementor-heading-title {
  margin: 0 !important;
  font-size: 34px !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
  color: #151515 !important;
  letter-spacing: 0 !important;
}
.elementor-element-43d0b6ec .elementor-element-75323a02 {
  margin-bottom: 18px !important;
}
.elementor-element-43d0b6ec
  .elementor-element-75323a02
  .elementor-widget-container,
.elementor-element-43d0b6ec
  .elementor-element-75323a02
  .elementor-widget-container
  p {
  text-align: justify !important;
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
  color: #575757 !important;
}
.elementor-element-43d0b6ec .elementor-element-da82c5b {
  margin-top: auto !important;
}
.elementor-element-43d0b6ec
  .elementor-element-503897e8
  .elementor-widget-container::after {
  content: "" !important;
  display: block !important;
  width: 74px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #3ab54a 0, #6cf47e 100%) !important;
  margin-top: 14px !important;
}
@media (max-width: 1024px) {
  .elementor-element-43d0b6ec > .elementor-container {
    gap: 24px !important;
  }
  .elementor-element-43d0b6ec .elementor-element-1cc310a7,
  .elementor-element-43d0b6ec .elementor-element-4a6acd8e {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
  .elementor-element-43d0b6ec .elementor-element-2591fab0 img {
    min-height: 340px !important;
    max-height: 420px !important;
  }
  .elementor-element-43d0b6ec
    .elementor-element-4a6acd8e
    > .elementor-widget-wrap {
    padding: 24px 22px 22px !important;
  }
  .elementor-element-43d0b6ec
    .elementor-element-503897e8
    .elementor-heading-title {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .elementor-21 .elementor-element.elementor-element-503897e8 {
    text-align: start !important;
  }
  .elementor-element-43d0b6ec > .elementor-container {
    gap: 18px !important;
  }
  .elementor-element-43d0b6ec .elementor-element-2591fab0 {
    margin-bottom: 14px !important;
  }
  .elementor-element-43d0b6ec
    .elementor-element-2591fab0
    .elementor-widget-container,
  .elementor-element-43d0b6ec
    .elementor-element-4a6acd8e
    > .elementor-widget-wrap,
  .elementor-element-43d0b6ec
    .skt-physiotherapy-section-2-right-icon-text
    .elementor-image-box-wrapper {
    border-radius: 18px !important;
  }
  .elementor-element-43d0b6ec .elementor-element-2591fab0 img {
    min-height: 250px !important;
    max-height: 300px !important;
    border-radius: 18px !important;
  }
  .elementor-element-43d0b6ec
    .elementor-element-4a6acd8e
    > .elementor-widget-wrap {
    padding: 20px 16px 18px !important;
  }
  .elementor-element-43d0b6ec
    .elementor-element-503897e8
    .elementor-heading-title {
    font-size: 25px !important;
    line-height: 1.24 !important;
  }
  .elementor-element-43d0b6ec
    .elementor-element-75323a02
    .elementor-widget-container,
  .elementor-element-43d0b6ec
    .elementor-element-75323a02
    .elementor-widget-container
    p {
    font-size: 14px !important;
    line-height: 1.75 !important;
  }
  .elementor-element-43d0b6ec
    .skt-physiotherapy-section-2-right-icon-text
    .elementor-image-box-wrapper {
    padding: 14px !important;
    gap: 12px !important;
  }
  .elementor-element-43d0b6ec
    .skt-physiotherapy-section-2-right-icon-text
    .elementor-image-box-img {
    width: 48px !important;
    height: 48px !important;
    flex: 0 0 48px !important;
    padding: 8px !important;
  }
  .elementor-element-43d0b6ec
    .skt-physiotherapy-section-2-right-icon-text
    .elementor-image-box-img
    img {
    width: 24px !important;
    height: 24px !important;
  }
  .elementor-element-43d0b6ec
    .skt-physiotherapy-section-2-right-icon-text
    .elementor-image-box-title {
    font-size: 17px !important;
  }
  .elementor-element-43d0b6ec
    .skt-physiotherapy-section-2-right-icon-text
    .elementor-image-box-description,
  .elementor-element-43d0b6ec
    .skt-physiotherapy-section-2-right-icon-text
    .elementor-image-box-description
    a {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
}
.jd-why-section {
  padding: 60px 16px !important;
}
.jd-why-wrap {
  max-width: 1240px;
  margin: 0 auto;
}
.jd-why-top {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 34px;
}
.jd-why-top h2 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 700;
  color: #171717;
}
.jd-why-top p {
  margin: 0;
  font-size: 12px;
  line-height: 1.85;
  color: #5d5d5d;
}
.jd-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 26px;
}
.jd-why-card {
  background: #fff;
  border: 1px solid #f2dbe5;
  border-radius: 22px;
  padding: 24px 20px;
  box-shadow: 0 14px 34px rgba(27, 17, 22, 0.05);
  min-height: 220px;
  box-sizing: border-box;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.jd-why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 42px rgba(27, 17, 22, 0.09);
}
.jd-why-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, #3ab54a 0, #78ef7a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  box-shadow: 0 10px 22px rgba(214, 27, 114, 0.18);
}
.jd-why-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 700;
  color: #171717;
}
.jd-why-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #5d5d5d;
}
.jd-why-counter-box {
  background: linear-gradient(135deg, #f5fff2 0, #e6ffe6 100%);
  border: 1px solid #dbf1d7;
  border-radius: 24px;
  padding: 26px 24px;
  box-shadow: 0 16px 36px rgba(27, 17, 22, 0.06);
}
.jd-why-counter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.jd-why-counter-item {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #3ab54a;
  border-radius: 20px;
  padding: 22px 16px;
  text-align: center;
}
.jd-why-counter-number {
  display: block;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  color: #3ab54a;
  margin-bottom: 8px;
}
.jd-why-counter-label {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  color: #444;
}
.jd-why-bottom {
  margin-top: 20px;
  text-align: center;
}
.jd-why-bottom p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #5d5d5d;
}
.jd-why-bottom a {
  color: #3ab54a;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .jd-why-section {
    padding: 48px 14px;
  }
  .jd-why-top h2 {
    font-size: 31px;
  }
  .jd-why-counter-grid,
  .jd-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .jd-why-section {
    padding: 34px 12px;
  }
  .jd-why-top {
    margin-bottom: 24px;
  }
  .jd-why-top h2 {
    font-size: 25px;
    line-height: 1.24;
  }
  .jd-why-bottom p,
  .jd-why-card p,
  .jd-why-top p {
    font-size: 14px;
    line-height: 1.75;
  }
  .jd-why-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 18px;
  }
  .jd-why-card {
    min-height: auto;
    padding: 20px 16px;
    border-radius: 18px;
  }
  .jd-why-card h3 {
    font-size: 18px;
  }
  .jd-why-counter-box {
    padding: 18px 14px;
    border-radius: 18px;
  }
  .jd-why-counter-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .jd-why-counter-item {
    padding: 18px 10px;
    border-radius: 16px;
  }
  .jd-why-counter-number {
    font-size: 28px;
  }
  .jd-why-counter-label {
    font-size: 13px;
  }
}
.jd-treatment-section {
  padding: 56px 16px;
}
.jd-treatment-wrap {
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
}
.jd-treatment-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.25fr;
  gap: 0;
  align-items: stretch;
}
.jd-treatment-left {
  padding: 42px 36px;
  background: linear-gradient(135deg, #3ab54ac8 0, #dcf0df 100%);
  border-right: 1px solid #f3dbe5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jd-treatment-left h2 {
  margin: 0 0 14px;
  font-size: 36px;
  line-height: 1.16;
  font-weight: 700;
  color: #171717;
}
.jd-treatment-left p {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.85;
  color: #5b5b5b;
}
.jd-treatment-right {
  padding: 42px 36px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-content: center;
  background: #fff;
}
@media (max-width: 1024px) {
  .jd-treatment-grid {
    grid-template-columns: 1fr;
  }
  .jd-treatment-left {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .jd-treatment-right {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .jd-treatment-left h2 {
    font-size: 31px;
  }
}
@media (max-width: 767px) {
  .jd-treatment-section {
    padding: 34px 12px !important;
  }
  .jd-treatment-wrap {
    border-radius: 20px;
  }
  .jd-treatment-left,
  .jd-treatment-right {
    padding-left: 18px;
    padding-right: 18px;
  }
  .jd-treatment-left {
    padding-top: 28px;
    padding-bottom: 24px;
  }
  .jd-treatment-right {
    padding-top: 24px;
    padding-bottom: 20px;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .jd-treatment-left h2 {
    font-size: 25px;
    line-height: 1.24;
  }
  .jd-treatment-left p {
    font-size: 14px;
  }
}
.elementor-21 .elementor-element.elementor-element-0015c4e {
  padding: 56px 16px;
}
#certification-cnt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
  height: 80vh;
}
.cardd {
  flex: 1;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: auto;
}
.cardd img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.cardd:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
}
@media (max-width: 900px) {
  #certification-cnt {
    flex-wrap: wrap;
    height: auto;
    flex-direction: column;
  }
  .cardd {
    flex: calc(50% - 24px);
    min-width: 280px;
  }
  .cer h2 {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  #certification-cnt {
    flex-direction: column;
  }
  .cardd {
    flex: 1 1 auto;
    width: 100%;
  }
  .cardd img {
    width: 100%;
  }
}
.e-con.e-flex > .e-con-inner {
  padding: 30px 10px;
}
@media (max-width: 991px) {
  .faq {
    padding: 10px 0 30px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title h2 {
    font-size: 28px;
  }
  .faq-question {
    font-size: 17px;
    padding: 12px 20px;
  }
  .faq-answer {
    padding: 0 20px 18px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 25px;
  }
  .section-title h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .faq-item {
    margin-bottom: 12px;
    border-radius: 6px;
  }
  .faq-question {
    padding: 12px 15px;
    font-size: 15px;
    line-height: 1.5;
    align-items: flex-start;
    gap: 10px;
  }
  .faq-question span {
    font-size: 22px;
    flex-shrink: 0;
    line-height: 1;
  }
  .faq-answer {
    padding: 0 15px 15px;
    font-size: 14px;
    line-height: 1.7;
  }
}
@media (max-width: 480px) {
  .faq {
    padding: 0 0 25px;
  }
  .section-title h2 {
    font-size: 22px;
  }
  .faq-question {
    font-size: 14px;
    padding: 10px 12px;
  }
  .faq-question span {
    font-size: 20px;
  }
  .faq-answer {
    padding: 0 12px 12px;
    font-size: 13px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}
#certification-cnt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
}
.cer h2 {
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}
.card {
  flex: 1;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
}
@media (max-width: 900px) {
  #certification-cnt {
    flex-wrap: wrap;
  }
  .card {
    flex: calc(50% - 24px);
    min-width: 280px;
  }
  .cer h2 {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  #certification-cnt {
    flex-direction: column;
  }
  .card {
    flex: 1 1 auto;
    width: 100%;
  }
}
.faq-question h3 {
  font-size: 24px;
  font-weight: 700;
}
.faq-item.active .faq-question h3 {
  content: "-";
}
.faq {
  padding: 10px 0 40px;
}
.section-title {
  margin-bottom: 40px;
}
.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: orange;
}
.section-title p {
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}
.faq-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.faq-item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.faq-question {
  width: 100%;
  padding: 12px 25px;
  background: #fff;
  border: none;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question span {
  transition: 0.3s;
  font-size: 24px;
  font-weight: 700;
}
.faq-answer {
  display: none;
  padding: 0 25px 20px;
  color: #555;
  line-height: 1.8;
}
.faq-item.active .faq-answer {
  display: block;
}
.row {
  display: flex;
  text-align: start;
  flex-wrap: wrap;
  max-width: 90vw;
  margin: 0 auto;
  padding: 0 10px;
}
.column {
  flex: 25%;
  max-width: 25%;
  padding: 10px;
  background-color: #fff;
}
.column a {
  display: block;
  margin: 6px 0;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}
.column i {
  margin-right: 8px;
  color: red;
}
@media (max-width: 992px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
.entry-content {
  counter-reset: footnotes;
  font-family: Arial, sans-serif;
  /*padding: 0 60px;*/
  margin-bottom: 60px;
}
.form-intro {
  margin-bottom: 20px;
  color: #555;
  line-height: 1.6;
}
.contact-section {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.contact-form-wrapper {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.form-group {
  display: flex;
  flex-direction: column;
}
label {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}
input,
textarea {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  outline: 0;
}
input:focus,
textarea:focus {
  border-color: #007bff;
}
button {
  color: #000;
  padding: 12px;
  background: #007bff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
button:hover {
  background: #0056b3;
}
.contact-image {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
}
.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .entry-content {
    padding: 20px;
  }
  .contact-section {
    flex-direction: column;
  }
  .contact-image {
    height: 250px;
  }
}
.legacy-inline-1 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: full;
}
.legacy-inline-2 {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.legacy-inline-3 {
  background: #f69400;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 700;
  display: inline-block;
}
.legacy-inline-4 {
  background: #25d366;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 700;
  display: inline-block;
}
.legacy-inline-5 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
}
.legacy-inline-6 {
  text-align: center;
}
.legacy-inline-7 {
  position: relative;
  width: 100%;
  display: inline-block;
}
.legacy-inline-8 {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}
.legacy-inline-9 {
  object-position: top;
}
.legacy-inline-10 {
  font-size: 24px;
}
.legacy-inline-11 {
  max-width: 616px;
}
.legacy-inline-12 {
  max-width: 616px;
  width: 100%;
}
.legacy-inline-13 {
  padding: 0;
}
.legacy-inline-14 {
  text-align: justify;
}
.legacy-inline-15 {
  padding-left: 58px;
}
.legacy-inline-16 {
  height: auto;
  width: 100%;
}
