/**************************************
                General
**************************************/
:root {
  --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-duration: 1s;
}
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 100%;
    box-sizing: inherit;
    scroll-behavior: smooth;
    height: -webkit-fill-available;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: clip;
}

.lenis.lenis-smooth iframe {
    pointer-events: unset;
}

html::-webkit-scrollbar{
  width: 6px;
  background-color: #D34E4E;
}
html::-webkit-scrollbar-thumb{
  background: #161616;
  border-radius: 50rem;
}

a, button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
  
}
ol,ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

body{
  color: #1A272C;
  font-family: "Satoshi Regular";
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  counter-reset: section;
}

a,a:hover,a:focus{
  color: currentColor;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  text-decoration: none;
}
h1,h2,h3,h4 {
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s; 
}
p{
  margin-bottom: 1rem;
}
main{
  overflow: clip;
}
img {
  max-width: 100%;
  height: auto;
  transition: all .5s;
}
.text-center{
  text-align: center;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-50{
  margin-bottom: 40px;
}
.container-fluid{
  padding: 0 80px;
}

/* Popup */
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 999999;
  opacity: 0;
  transform: translateY(10px);
  z-index: -1;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}

.popup.show {
  opacity: 1;
  transform: translateY(0px);
  z-index: 999999;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
  -moz-transition: opacity 0.5s ease, transform 0.5s ease;
  -ms-transition: opacity 0.5s ease, transform 0.5s ease;
  -o-transition: opacity 0.5s ease, transform 0.5s ease;
}

.popup .popup__content {
  width: 60%;
  padding: 0px;
  border-radius: 23px;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  color: black;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  overflow: clip;
  z-index: 99999;

}
.popup .popup__content .close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 45px;
  height: 45px;
  opacity: 1;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 50% 10px 50% 50%;
  flex-direction: column;
  gap: 5px;
  background: #000;
  transition: all .5s;
  z-index: 9;
}

.popup .popup__content .close:hover {
  background-color: #D34E4E;
}

.popup .popup__content .close:hover span {
  background-color: #FFF;
}

.popup .popup__content .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #FFF;
  transition: all .5s;
}

.popup .popup__content .close span:nth-child(1) {
  transform: rotate(45deg);
}

.popup .popup__content .close span:nth-child(2) {
  transform: rotate(135deg);
}
form .secondary-btn:hover{
  background: rgb(218, 193, 251);
}
.left {
  background: linear-gradient(#00000000, #161616bd), url(../img/form-img.webp) no-repeat;
  background-size: cover;
  background-position: 92%;
  background-size: cover;
  display: flex;
  align-items: start;
  img{
    width: 109px;
  }
}
.right {
  padding: 30px;
  text-align: left;
}
/**************************************
                Helper Class
**************************************/
.sec-gap {
    padding: 60px 0;
}
.pb-80 {
    padding-bottom: 60px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-40{
    margin-bottom: 40px;
}
p{
  color: #1A272C;
  font-family: "Satoshi Regular";
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  line-height: 147.619%;
}
.dec{
  color: #151515;
  font-family: "Satoshi Medium";
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 136.364%;
}
.title {
  color: #000000;
  font-family: "Satoshi Bold";
  font-size: 53px;
  font-style: normal;
  font-weight: normal;
  line-height: 114.286%;
  margin-bottom: 20px;
  text-align: center;
  text-transform: capitalize;
}
.section-title {
  color: #000;
  font-family: "Satoshi Medium";
  font-size: 63px;
  font-style: normal;
  font-weight: normal;
  line-height: 114.286%;
  margin-bottom: 15px;
}
.sub-section-title{
  color: #D34E4E;
  font-family: "Satoshi Medium";
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 123.333%;
  margin-bottom: 15px;
}
.card-title{
  color: #FFF;
  font-family: "Satoshi Bold";
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  line-height: 116.667%;
  margin-bottom: 10px;
}
.primary-btn {
    border-radius: 60px;
    background: transparent;
    padding: 12px 34px;
    border: 1px solid #D34E4E;
    display: inline-block;
    color: #D34E4E;
    font-family: "Satoshi Medium";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.primary-btn:before,
.primary-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  scale: 0 0;
  left: 0;
  background: #D34E4E;
  z-index: -1;
  transition: all .7s;
  transform-origin: bottom;
  border-radius: 60px;
}
.primary-btn:before {
  opacity: .5;
}
.primary-btn:after {
  transition-delay: .3s;
}
.primary-btn:hover:before,
.primary-btn:hover:after {
  scale: 1.05 1.05;
  border-radius: 30px;
}
.primary-btn:hover {
  color: #ffffff;
  border-color: #D34E4E;
}
.primary-btn:focus {
  color: #FFF;
}
.secondary-btn {
  background: #D34E4E;
  color: #FFF;
  border-color: #D34E4E;
  padding: 12px 30px;
}
.secondary-btn:before,
.secondary-btn:after {
  background: #771414;
}
.secondary-btn:hover{
  border-color: #771414;
}
.secondary-btn:focus {
  color: #FFF;
}
.form-control{
  border-radius: 10px;
  border: 1px solid #B3B3B3;
  background: #FFF;
  color: #000;
  font-family: "Satoshi Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 130%;
  padding: 13px 15px;
  width: 100%;
  &:focus,&:focus-visible{
    outline: 1px solid #D34E4E;
    box-shadow: none;
  }
}
.form-control::placeholder{
  color: #8b8b8b;
}
.form-group{
  position: relative;
  textarea{
    font-family: "Satoshi Regular";
  }
}
form .primary-btn{
  color: #FFF;
  background: #D34E4E;
  font-size: 20px;
  padding: 12px 50px;
  cursor: pointer;
  &:hover{
    background: #771414;
    border-color: #771414;
  }
}
@media(prefers-reduced-motion: no-preference){
  @view-transition{
    navigation: auto;
  }
}
::view-transition-group(*){
  animation-duration: 2s;
}
.btn-group{
  display: flex;
  align-items: center;
}
.fixed-btn {
  position: fixed;
  right: 10px;
  top: 30%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 285px;
  z-index: 99;
}
.fixed-contact{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fixed-call {
  width: 55px;
  height: 55px;
  background-color: #D34E4E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px #0000003f;
  img{
      animation: ring 1s infinite ease-in-out;
  }
  &:hover{
    scale: 1.1;
  }
}
@keyframes ring {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(0deg);
  }
}
.wp{
    width: 65px;
    height: 65px;
    &:hover{
      scale: 1.1;
    }
}
/* .enq-btn:hover,
.fixed-call:hover,
.wp:hover{
  transform: translateX(-10px);
} */
.enq-btn {
    color: #FFF;
    font-family: "Satoshi Bold";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    overflow: clip;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 20px;
    background: #D34E4E;
    height: 187.32px;
    width: 48.16px;
    z-index: 1;
    box-shadow: 0px 0px 20px 0px #0000003f;
    &:after{
      inset: 0;
      background: #771414;
      content: "";
      z-index: -1;
      position: absolute;
      scale: 0 1;
      transition: all .5s;
      transform-origin: right;
    }
    &:hover,
    &:focus{
      color: #FFF;
        img{
          filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7424%) hue-rotate(85deg) brightness(112%) contrast(100%);
        }
        &::after{
            scale: 1 1;
        }
    }
}
.enq-btn:hover::after,
.enq-btn:focus-visible::after {
    scale: 1 1;
    transform-origin: right;
}
.vertical {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-style: normal;
    font-style: normal;
    display: flex;
    gap: 6px;
}
/**************************************
         Animation
**************************************/
/* Keyframes */
@keyframes bounce {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-30px);
  }
}
@keyframes slideInUp {
  0% {
      opacity: 0;
      transform: translateY(25%);
  }

  100% {
      opacity: 1;
      transform: none;
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.50deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}


[data-animation] {
  opacity: 0;
  animation-timing-function: var(--animation-timing-function);
  animation-fill-mode: both;
  animation-duration: var(--animation-duration);
  will-change: transform, opacity;
}

.animations-disabled,
.animations-disabled [data-animation] {
  animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  animation-name: slideInUp;
}
.slideInDown {
  animation-name: slideInDown;
}
.slideInLeft {
  animation-name: slideInLeft;
}
.slideInRight {
  animation-name: slideInRight;
}
.fadeIn {
  animation-name: fadeIn;
}
.zoomIn {
  animation-name: zoomIn;
}
.zoomReverseIn {
  animation-name: zoomReverseIn;
}
.flipInY {
  animation-name: flipInY;
}
.flipOutY {
  animation-name: flipInY;
  animation-direction: reverse;
}
.effectOver {
  transition: all 2s transform 3s;
  &:hover{
    img{
      transform: rotate(0) scale(1.2);
    animation-delay: .5s;
    }
  }
}
img{
  transition: all .5s;
}
  .container {
    max-width: 1400px;
  }
/*******************************
	Menu
*******************************/
.header-area {
  position: fixed;
  z-index: 999;
  right: 0;
  left: 0;
  transition: 0.5s;
  padding-top: 10px;
}
.flex-box {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 22px;
  p{
    font-family: "Satoshi Bold";
    color: #FFF;
    margin-bottom: 0;
    margin-left: -13px;
    a{
      &:hover{
        color: #D34E4E;
      }
    }
  }
}
.logo{
  transition: 0.8s;
  position: absolute;
  left: 0;
  top: -40px;
}
.header-area.sticky {
  background: #D34E4E;
  box-shadow: 0px 0px 20px 0px #000000d0;
  backdrop-filter: blur(20px);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: slideDown 0.35s ease-out;
  padding-bottom: 10px;
  .logo {
    top: -50px;
    width: 100px;
  }
  #menu > .main-menu > ul > li > a {
    &::after {
      background: #FFF;
    }
  }
  .header-btn{
    &::before, &::after{
      background: #FFF;
    }
    &:hover{
      color: #D34E4E;
    }
  }
  .flex-box {
    p{
      a{
        &:hover{
              color: #771414;
        }
      }
    }
  }
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}


.main-menu {
  display: flex;
  align-items: center;
  gap: 40px;
}

header {
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  transition: ease-in-out .4s;
}
header .primary-btn{
  color: #FFF;
  border-color: #FFF;
  padding: 10px 38px;
}

.main-menu {
  margin-left: auto;
}

nav {
  position: relative;
  margin: 0 auto
}

#menu,
#menu .main-menu ul,
#menu .main-menu ul li,
#menu .main-menu ul li a,
#menu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#menu {
  position: relative;
  display: flex;
  align-items: start;
  gap: 30px;
}

#menu>.main-menu>ul>li {
  float: left;
  padding-inline: 18px;
}

#menu>.main-menu>ul>li>a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  padding: 12px 6px;
  display: inline-block;
  font-family: "Satoshi Bold";
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  &::after{
    content: '';
    position: absolute;
    bottom: 7px;
    left: 6px;
    width: 40%;
    height: 1px;
    background: #D34E4E;
    scale: 0 0;
    transform-origin: left;
    transition: all .5s;
  }
}
#menu>.main-menu>ul>li:hover>a,
#menu .main-menu ul li.current-menu-item a {
  &::after{
    scale: 1 1;
  }
}
.has-sub{
  margin-right: 15px;
}
#menu>.main-menu>ul>li:hover,
#menu .main-menu ul li.current-menu-item:hover,
#menu .main-menu ul li.current-menu-item,
#menu .main-menu ul li.has-sub.current-menu-item:hover {
  background: #e9cba400 !important;
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease
}

#menu>.main-menu>ul>li.has-sub>a::before {
  top: 20px;
  right: -8px;
  transition: all .4s;
  content: "";
  position: absolute;
  z-index: 11;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-left: 1px solid;
  transform: rotate(225deg);
}

#menu .main-menu ul ul {
    position: absolute;
    left: -9999px;
    box-shadow: 0px 12px 10px 0px #0000004f;
    width: auto;
}

#menu .main-menu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: rgb(255, 255, 255);
    transition: all .25s ease
}


#menu li:hover>ul {
    left: auto
}

#menu li:hover>ul>li {
    height: 38px;
    display: block;
    align-items: center;
}

#menu ul ul ul {
    margin-left: 100%;
    top: 0
}

#menu ul ul li a {
    padding: 10px 20px;
    width: auto;
    font-family: "Satoshi Medium";
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    white-space: nowrap;
    display: block;
    color: #000;
    font-style: normal;
    line-height: normal;
}

#menu .main-menu ul ul li:last-child>a,
#menu .main-menu ul ul li.last-item>a {
    border-bottom: 0
}

#menu .main-menu ul ul li:hover a {
    color: #fff;
    background-color: #D34E4E;
}
#menu .main-menu ul ul li.has-sub ul li a{
    background-color: #fff;
    color: #000;
    &:hover{
        background-color: #D2B450;
        color: #fff;
    }

}
#menu .main-menu ul ul li.has-sub>a:after {
    position: absolute;
    top: 13px;
    right: 11px;
    width: 8px;
    height: 8px;
    display: block;
    content: '';
    border-bottom: 1px solid;
    border-right: 1px solid;
    transform: rotate(-45deg);
    transition: all .4s;
}


#menu .main-menu ul ul li.has-sub:hover,
#menu .main-menu ul li.has-sub ul li.has-sub ul li:hover {
    background: #ffffff
}

#menu ul ul ul li.active a {
    border-left: 1px solid #333
}

#menu>.main-menu>ul>li.has-sub>ul>li.active>a,
#menu .main-menu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333
}

#menu .main-menu ul li.current-menu-item ul li a {
    color: #000;
}

#menu .main-menu ul li.current-menu-item ul li a:hover {
    color: #ffffff;
}
.menu-btn{
    background: #DE172B;
    border: 1px solid #DE172B;
    color: #fff;
    display: inline-block;
    padding: 23px 33px;
    font-family: 'Flama Trial Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 12px;
    transition: all .5s;
    &:hover{
        background-color: #ffffff;
        color: #DE172B;
    }
}
.search-btn {
    width: 58px;
    height: 58px;
    &:hover{
        img{
            transform: scale(1.1);
        }
    }
}
.search-container {
            position: relative;
            z-index: 1000;
            margin-left: 40px;
            margin-right: 50px;
        }

        .search-btn.active {
            background: linear-gradient(45deg, #e74c3c, #c0392b);
            transform: rotate(180deg);
        }

        .search-box {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%) scaleX(0);
            transform-origin: right center;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border: 2px solid #DE172B;
            border-radius: 0;
            width: 300px;
            opacity: 0;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            z-index: 999;
            display: flex;
            align-items: center;
        }

        .search-box.active {
            transform: translateY(-50%) scaleX(1);
            opacity: 1;
        }

        .search-input {
            width: 100%;
            border: none;
            outline: none;
            padding: 18px 48px 18px 16px;
            font-size: 1rem;
            background: transparent;
            color: #2c3e50;
            border-radius: 25px;
        }

        .search-input::placeholder {
            color: #7f8c8d;
        }

        .search-close-btn {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            color: #7f8c8d;
        }

        .search-close-btn:hover {
            background: rgba(231, 76, 60, 0.1);
            color: #e74c3c;
            transform: translateY(-50%) scale(1.1);
        }

        .search-close-btn svg {
            width: 16px;
            height: 16px;
            fill: currentColor;
        }
        .mobile-flex{
            display: none;
        }
@media screen and (max-width:992px) {
    header {
        position: relative;
        width: 100%;
    }

    #menu .main-menu ul li.current-menu-item ul li a {
        color: #ffffff;
    }

    nav {
        width: 100%
    }

    #menu {
        width: 100%
    }

    #menu ul {
        width: 100%;
        display: none;
        margin-top: 70px;
    }

    #menu .main-menu {
        width: 100%;
        position: fixed;
        height: 100dvh !important;
            background: #D34E4E;
        transform: translateX(-100%);
        transition: all .4s;
        top: 0;
        left: 0;
    }

    #menu .main-menu.open {
        transform: translateX(0%);
              z-index: 9;
    }
    #menu > .main-menu > ul > li > a {
      &::after {
          width: 10%;
          bottom: 10px;
      }
    }
    #menu>.main-menu>ul>li.has-sub>a::before {
      display: none;
    }
    #menu .main-menu ul li {
        width: 100%;
    }
    #menu .main-menu ul ul {
      background: #dddddd20;
    }

    #menu .main-menu ul li:hover {
        background: #363636
    }

    #menu .main-menu ul ul li,
    #menu li:hover>ul>li {
        height: auto
    }
        #menu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 5px;
        top: 5px;
        display: block;
        border-left: 0;
        height: 50px;
        width: 60px;
        cursor: pointer;
        background: #dddddd3d;
    }
        #menu .submenu-button:after {
        position: absolute;
        top: 17px;
        right: 24px;
        width: 10px;
        height: 10px;
        display: block;
        content: '';
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        transition: all .4s;
    }

    #menu .main-menu ul li a,
    #menu .main-menu ul ul li a {
        width: 100%;
        border-bottom: 0;
        color: #ffffff;
    }

    #menu>.main-menu>ul>li {
        float: none
    }

    #menu ul ul li a {
        padding-left: 25px
    }

    #menu ul ul li {
        background: #1b268600 !important
    }


    #menu ul ul ul li a {
        padding-left: 35px
    }

    #menu ul ul li a {
        color: #ddd;
        background: none
    }

    #menu ul ul li:hover>a,
    #menu ul ul li.active>a {
        color: #fff
    }

    #menu .main-menu ul ul {
        box-shadow: none;
    }

    #menu .main-menu ul ul,
    #menu .main-menu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        top: 0;
        transform: unset;
        height: auto;
    }

    #menu .main-menu ul ul.open {
        transform: unset;
    }

    #menu>ul>li.has-sub>a:after,
    #menu>ul>li.has-sub>a:before,
    #menu ul ul>li.has-sub>a:after,
    #menu ul ul>li.has-sub>a:before {
        display: none
    }

    #menu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .hamburger {
        width: 55px;
        height: 48px;
        position: absolute;
        right: 0;
        top: -47px;
        cursor: pointer;
        z-index: 12399994;
    }

    .hamburger:after {
        position: absolute;
        top: 24px;
        right: 10px;
        display: block;
        height: 14px;
        width: 35px;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        content: '';
    }

    .hamburger:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 12px;
        right: 10px;
        display: block;
        height: 2px;
        width: 35px;
        background: #ffffff;
        content: '';
    }

    .hamburger.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 35px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .hamburger.menu-opened:before {
        top: 23px;
        background: #ffffff;
        width: 35px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    /* #menu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 10px;
        top: 0;
        display: block;
        border-left: 0;
        height: 60px;
        width: 70px;
        cursor: pointer;
        background: #ffffff1a;
    } */

    /* #menu .submenu-button.submenu-opened {
      background:#1b268600;
  } */

    #menu ul ul .submenu-button {
        height: 56px;
        width: 68px;
        background: rgb(255 255 255 / 3%);
    }

    /* #menu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 29px;
        width: 10px;
        height: 10px;
        display: block;
        content: '';
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        transition: all .4s;
    } */

    #menu ul ul .submenu-button:after {
       top: 25px;
        right: 27px;
    }

    #menu ul ul .submenu-button.submenu-opened:after {
        top: 16px;
    }

    #menu .submenu-button.submenu-opened:after {
        transform: rotate(-135deg);
        top: 23px;
    }


    #menu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #menu .submenu-button.submenu-opened:before {
        display: none
    }

    #menu ul ul ul li.active a {
        border-left: none
    }

    #menu>ul>li.has-sub>ul>li.active>a,
    #menu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
    #menu .main-menu ul ul li.has-sub>a:after{
        display: none;
    }
}

/*************************************
                Home Page
**************************************/
.hero{
  position: relative;
  clip-path: polygon( 0% 0%,100% 0%,100% 91.066%,100% 91.066%,99.119% 91.319%,96.644% 92.003%,92.824% 93.011%,87.91% 94.233%,82.151% 95.562%,75.798% 96.889%,69.101% 98.105%,62.31% 99.101%,55.674% 99.769%,49.445% 100%,49.445% 100%,43.352% 99.731%,36.862% 99.042%,30.22% 98.037%,23.67% 96.822%,17.456% 95.505%,11.824% 94.189%,7.018% 92.982%,3.282% 91.988%,0.861% 91.314%,0% 91.066%,0% 0% );
  .container{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
  }
}
.hero-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: -5px;
}
.hero-content{
  width: 53%;
  padding-top: 90px;
  h1{
    color: #FFF;
    font-family: "Birthstone";
    font-size: 144px;
    font-style: normal;
    font-weight: normal;
    line-height: 69.595%;
    position: relative;
    z-index: 1;
    margin-bottom: 7px;
  }
  h5{
    color: #FFF;
    font-family: "Satoshi Medium";
    font-size: 32px;
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 15px;
  }
  p{
    color: #FFF;
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 30px;
  }
}

/************************************
   About
************************************/
.section-img{
  overflow: hidden;
  border-radius: 47px;
  img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      margin-bottom: -4px;
      border-radius: 47px;
  }
}
.about{
  background: #F4F4F4;
  padding-top: 170px;
  padding-bottom: 60px;
  margin-top: -85px;
  .section-img{
    padding-left: 40px;
  }
}
/************************************
    Counter
************************************/
.counter-item{
  text-align: left;
  padding-left: 60px;
  h4{
    color: #121212;
    font-family: "Satoshi Medium";
    font-size: 56px;
    font-style: normal;
    font-weight: normal;
    line-height: 128.571%;
    transition: 0.5s;
  }
  p{
    color: #000;
    font-family: "Satoshi Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 155%;
    transition: 0.5s;
  }
  &:hover{
    h4, p{
      color: #D34E4E;
    }
  }
}
/************************************
    Video Testimonial
************************************/
.video-testi-card{
  display: block;
  position: relative;
  z-index: 1;
  &::after{
    position: absolute;
    content: '';
    inset: 0;
    border-radius: 23px;
    background: #DF5A5A;
    transform: rotate(-1.839deg);
    z-index: -1;
  }
  &:hover{
    .play-btn{
      img{
        scale: 1.1;
      }
    }
  }
}
.video-testi-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: -5px;
  border-radius: 22px;
}
.play-btn{
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.64) 100%);
  inset: 0;
  border-radius: 22px;
  img{
    margin-top: 70px;
  }
  p{
    text-align: center;
    color: #FFF;
    font-family: "Satoshi Medium";
    line-height: 104.762%;
  }
}
.video-testi-slider{
  margin-top: 40px;
  .slick-slide{
    margin: 15px 13px;
  }
  .slick-list{
    margin: 0 -13px;
  }
}
.slick-dots{
  bottom: -50px;
  li{
    width: auto;
    margin: 0 5px;
    transition: 0.5s;
    button{
      background: #D9D9D9;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      transition: all .5s;
      &::before{
        display: none;
      }
    }
    &.slick-active{
      button{
        background: transparent;
        width: 6px;
        height: 6px;
        outline: 2px solid #D34E4E;
      }
    }
  }
}
/************************************
      Services
************************************/
.service{
  background: #F8F3F3;
  .btn-group{
    gap: 11px;
  }
  .secondary-btn{
    background: #000;
    border-color: #000;
    &:hover{
      border-color: #771414;
    }
  }
  .dec{
    span{
      color: #D34E4E;
    }
  }

}
.service-card{
  border-radius: 10px;
  border: 1px solid #D34E4E;
  background: #FFF;
  box-shadow: 0 14px 34px 0 rgba(0, 0, 0, 0.12);
  z-index: 1;
  position: relative;
  height: 100%;
  transition: 0.5s;
  z-index: 1;
  &::after{
    position: absolute;
    content: '';
    width: 227px;
    height: 141px;
    top: 180px;
    right: 15px;
    background: url(../img/service-bg.webp) no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0;
    transition: 0.6s;
  }
}
.service-img{
  padding: 40px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: -5px;
    border-radius: 37px 0;
  }
}
.service-title{
  position: absolute;
  left: 20px;
  bottom: 28px;
  right: 10px;
}
.service-content{
  padding: 30px 15px;
  padding-top: 0;
  transition: 0.5s;
  z-index: 1;
  .card-title{
    color: #121212;
    margin-bottom: 15px;
    transition: 0.6s;
  }
  ul{
    margin-bottom: 20px;
    list-style-type: disc;
    padding-left: 20px;
    li{
      color: #212121;
      font-family: "Satoshi Medium";
      font-size: 20px;
      font-style: normal;
      font-weight: normal;
      line-height: 180%;
      transition: 0.5s;
    }
  }
}
.service-card:hover{
  background: #D34E4E;
  .service-img{
    img{
      box-shadow: 0 0px 20px 5px rgb(255, 255, 255);
    }
  }
  .card-title, ul li{
    color: #FFF;
  }
  &::after{
    opacity: 1;
  }
}
/************************************
      Why Choose
************************************/
.why-choose{
  position: relative;
  background: #D34E4E;
  padding-block: 90px;
  .container{
    display: flex;
    justify-content: flex-end;
  }
  .why-choose-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    object-fit: cover;
  }
}
.why-choose-content{
  text-align: center;
  padding-left: 30px;
  .section-title{
    font-size: 58px;
  }
  .section-title, .dec{
    color: #FFF;
  }
}
.why-choose-card{
  border-radius: 20px;
  height: 164px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  &::after{
    position: absolute;
     content: '';
     inset: 0;
     border: 1px solid #FFF;
     border-radius: 20px;
     opacity: 0;
     transition: 0.4s;
     z-index: -1;
  }
  img{
    margin-bottom: 10px;
  }
  h4{
    color: #FFF;
    font-family: "Satoshi Bold";
    font-size: 19px;
    font-style: normal;
    font-weight: normal;
    line-height: 131.818%;
  }
  &:hover{
    img{
      transform: rotateY(180deg);
    }
    &::after{
      opacity: 1;
    }
  }
}
/************************************
      Healthy
************************************/
.healthy{
  background: #F4F4F4;
}
.healthy-tabs{
  position: sticky;
  top: 155px;
  ul{
    li{
      display: flex;
      align-items: center;
      gap: 14px;
      color: #111D21;
      font-family: "Satoshi Bold";
      font-size: 22px;
      font-style: normal;
      font-weight: normal;
      line-height: 118.182%;
      height: 94px;
      padding: 20px 10px;
      border-radius: 17px;
      border: 1px solid #8C8C8C;
      margin-bottom: 20px;
      position: relative;
      z-index: 1;
      transition: 0.5s;
      cursor: pointer;
      &::after{
        position: absolute;
        content: '';
        inset: 0;
        background: url(../img/healthy-tabs-bg.webp) no-repeat;
        background-size: cover;
        background-position: bottom;
        z-index: -1;
        border-radius: 17px;
        opacity: 0;
        transition: 0.5s;
      }
    }
  }
}
.healthy-tabs ul li:hover,
.healthy-tabs ul li.active{
  color: #FFF;
  border-color: #D34E4E;
  img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(9%) saturate(587%) hue-rotate(244deg) brightness(119%) contrast(100%);
  }
  &::after{
    opacity: 1;
  }
}
.healthy-content-img{
  margin-bottom: 30px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: -5px;
    border-radius: 0 125px 0 97px;
    aspect-ratio: 1 / 0.47;
  }
}
.healthy-content{
  padding-left: 30px;
  h3{
    color: #111D21;
    font-family: "Satoshi Bold";
    font-size: 42px;
    font-style: normal;
    font-weight: normal;
    line-height: 136.905%;
    margin-bottom: 10px;
  }
}
/************************************
     How Works
************************************/
.how-works{
  background: #D34E4E;
  position: relative;
  .container{
    position: relative;
    z-index: 1;
  }
  .section-title, .dec{
    color: #FFF;
  }
  .row{
    .col-lg-3:nth-child(2n){
      .how-works-img{
        &::before {
          bottom: -10px;
        }
        &::after{
          top: unset;
          bottom: -20px;
        }
      }
    }
  }
}
.how-dots{
  position: absolute;
  left: 14%;
  width: 73%;
  top: 40%;
}
.how-works-img{
  position: relative;
  background: #FFF;
  width: 242.273px;
  height: 242.273px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-bottom: 30px;
  &::before{
    position: absolute;
    content: '';
    width: 105%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0.2;
    left: -6px;
    bottom: 10px;
    transition: 1s;
  }
  &::after {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #000;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
  }
  &:hover{
    
  }
}
.how-works-content{
  text-align: center;
  h4{
    color: #FFF;
    text-align: center;
    font-family: "Satoshi Bold";
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    line-height: 131.818%;
  }
}
/************************************
     Partnership
************************************/
.partnership{
  .col-lg-7{
    position: relative;
    &::after,&::before{
      background: linear-gradient(to right, rgb(255 255 255 / 24%) 0%, rgb(255 255 255) 100%);
      content: '';
      position: absolute;
      right: 0;
      top: -7px;
      bottom: 17px;
      width: 15%;
    }
    &::before{
      background: linear-gradient(to left, rgb(255 255 255 / 24%) 0%, rgb(255 255 255) 100%);
      left: 0;
      right: auto;
      z-index: 1;
    }
  }
  .col-lg-5{
    padding-right: 205px;
  }
  .section-title{
    font-size: 58px;
  }
}
.marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  height: 100px;
}
.marquee-track {
  position: absolute;
  display: flex;
  white-space: nowrap;
}
.partnership-card{
  width: 196.449px;
  height: 79.017px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid #D8D8D8;
  margin-right: 23px;
}
/************************************
     Price Comparison
************************************/
.price-com{
  background: #f9f9f9;
}
.price-com-tabs{
  display: flex;
  justify-content: center;
  ul{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    outline: 1px solid #D34E4E;
    outline-offset: 6px;
    gap: 5px;
    li{
      color: #000;
      font-family: "Satoshi Bold";
      font-size: 20px;
      font-style: normal;
      font-weight: normal;
      line-height: 140%;
      padding: 14px 63px;
      border-radius: 60px;
      transition: 0.5s;
      cursor: pointer;
    }
  }
}
.price-com-tabs ul li:hover,
.price-com-tabs ul li.active{
  background: #D34E4E;
  color: #FFF;
}
.price-card{
  border-radius: 17px;
  border: 1px solid #B4B4B4;
  background: #FFF;
  transition: 0.5s;
  height: 100%;
  padding-bottom: 25px;
  position: relative;
  &:hover{
    background: #DF5A5A;
    border-color: #DF5A5A;
    .price-card-title{
      &::before{
        background: #FFDFDF;
        opacity: 1;
      }
    }
    .price-card-content {
      h3, p, ul li{
        color: #FFF;
      }
      .primary-btn{
        background: #FFF;
        border-color: #FFF;
        color: #D34E4E;
        &::before, &::after{
          background: #FFF;
        }
        &:hover{
          border-color: #FFF;
        }
      }
    }
  }
}
.price-card-content{
  h4 {
    font-family: 'Satoshi Bold';
  margin-top: 12px;
};
}
.price-card-title{
  width: 100%;
  text-align: center;
  padding-top: 33px;
  padding-bottom: 48px;
  position: relative;
  z-index: 1;
  &::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    background: #D34E4E;
    opacity: 0.2;
    clip-path: polygon( 100% 17.897%,100% 17.897%,100.047% 15.097%,99.933% 12.403%,99.671% 9.859%,99.274% 7.511%,98.756% 5.401%,98.128% 3.575%,97.404% 2.078%,96.598% 0.953%,95.721% 0.246%,94.787% 0%,5.264% 0%,5.264% 0%,4.336% 0.242%,3.465% 0.941%,2.662% 2.052%,1.941% 3.531%,1.314% 5.337%,0.794% 7.424%,0.395% 9.751%,0.128% 12.272%,0.006% 14.946%,0.043% 17.727%,1.648% 55.32%,1.648% 55.32%,1.769% 57.223%,1.964% 59.04%,2.229% 60.754%,2.557% 62.352%,2.946% 63.818%,3.39% 65.135%,3.884% 66.289%,4.425% 67.265%,5.007% 68.046%,5.626% 68.618%,48.812% 100%,48.812% 100%,49.059% 100.161%,49.307% 100.285%,49.557% 100.374%,49.807% 100.428%,50.058% 100.445%,50.309% 100.427%,50.56% 100.373%,50.809% 100.283%,51.057% 100.158%,51.304% 99.996%,94.293% 68.598%,94.293% 68.598%,94.905% 68.031%,95.482% 67.258%,96.017% 66.295%,96.508% 65.157%,96.95% 63.858%,97.337% 62.413%,97.666% 60.837%,97.932% 59.146%,98.13% 57.353%,98.257% 55.474%,100% 17.897% );
    z-index: -1;
    transition: 0.5s;
  }
  &::after{
    position: absolute;
    content: '';
    inset: 0;
    background: #D34E4E;
    clip-path: polygon( 0% 15.641%,0% 15.641%,0.068% 13.104%,0.264% 10.697%,0.579% 8.453%,1% 6.404%,1.518% 4.581%,2.122% 3.018%,2.801% 1.746%,3.545% 0.797%,4.342% 0.205%,5.183% 0%,94.817% 0%,94.817% 0%,95.658% 0.205%,96.455% 0.797%,97.199% 1.746%,97.878% 3.018%,98.482% 4.581%,99% 6.404%,99.422% 8.453%,99.736% 10.697%,99.932% 13.104%,100% 15.641%,100% 65.579%,100% 65.579%,99.944% 67.879%,99.781% 70.081%,99.519% 72.16%,99.166% 74.09%,98.728% 75.843%,98.213% 77.396%,97.629% 78.72%,96.983% 79.791%,96.283% 80.583%,95.536% 81.069%,50.719% 100%,50.719% 100%,50.575% 100.054%,50.432% 100.097%,50.288% 100.127%,50.144% 100.145%,50% 100.151%,49.856% 100.145%,49.712% 100.127%,49.568% 100.097%,49.425% 100.054%,49.281% 100%,4.464% 81.069%,4.464% 81.069%,3.717% 80.583%,3.017% 79.791%,2.371% 78.72%,1.787% 77.396%,1.272% 75.843%,0.834% 74.09%,0.481% 72.16%,0.219% 70.081%,0.056% 67.879%,0% 65.579%,0% 15.641% );
    z-index: -1;
  }
  h3{
    color: #FFF;
    font-family: "Satoshi Bold";
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    line-height: 69.444%;
    transition: 0.5s;
  }
}
.price-card-content{
  padding: 20px 10px;
  ul{
    margin-bottom: 10px;
    padding-left: 24px;
    li{
      list-style-type: disc;
      color: #000;
      font-family: "Satoshi Bold";
      font-size: 18px;
      font-style: normal;
      font-weight: normal;
      line-height: 130.778%;
      transition: 0.5s;
      margin-bottom: 7px;
    }
  }
  .btn-group{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-inline: 15px;
    p{
      text-align: right;
      color: #000;
      font-family: "Satoshi Bold";
      font-size: 16px;
      font-style: normal;
      font-weight: normal;
      line-height: 156.25%;
      margin-bottom: 0;
      transition: 0.5s;
      span{
        font-size: 30px;
      }
    }
  }
  .primary-btn{
    padding: 12px 32px;
    border-color: #000;
    color: #000;
  }
}
/************************************
    Gallery-moments
************************************/
.gallery-moments-img{
  display: block;
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  span{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: rgba(0, 0, 0, 0.60);
    scale: 0 0;
    opacity: 0;
    transition: 0.5s;
  }
  &:hover{
    span{
      scale: 1 1;
      opacity: 1;
    }
  }
}
.gallery-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: -5px;
}
.lft-img-height{
  height: 224px;
}
/************************************
    Testimonials
************************************/

.slick-slide{
  margin: 0 20px;
}
.slick-list{
  margin: 0 -20px;
}
/************************************
     Latest Blog
************************************/
.latest{
  border-radius: 236px 0 220px 0;
  background: #D34E4E;
  .section-title, .dec{
    color: #FFF;
  }
  .primary-btn{
    color: #FFF;
    border-color: #FFF;
    transition: 0.9s;
    &::before, &::after{
      background: #771414;
    }
    &:hover{
      border-color: #771414;
    }
  }
}
.latest-box{
  border-radius: 37px;
  overflow: hidden;
  position: relative;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: -5px;
  }
}
.latest-box-content{
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #0D1A1F 0%, rgba(36, 72, 85, 0.00) 84.88%);
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  p{
    color: #F2F2F2;
    font-size: 20px;
    margin-bottom: 6px;
  }
  .date{
    color: #FFF;
    margin-bottom: 0;
  }
}
.date{
  color: #FFF;
  font-family: "Satoshi Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 135%;
  display: flex;
  align-items: center;
  gap: 12px;
  span{
    display: block;
    width: 10px;
    height: 10px;
    background: #FFF;
    border-radius: 50%;
  }
}
.blog-title{
  color: #FFF;
  font-family: "Satoshi Bold";
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: 116.667%;
}
/************************************
     Faq
************************************/
.faq{
  background: #F6F6F6;
}
.accordion__item {
  margin: 20px auto;
  transition: .5s;
  position: relative;
  border-radius: 14px;
  background: #FFF;
}
.accordion__item:hover {
  transform: translateY(-5px)
}
.accordion__item .accordion__title {
  position: relative;
  display: block;
  padding: 18px 60px 18px 18px;
  font-size: 21px;
  text-decoration: none;
  color: #141E21;
  font-family: "Satoshi Bold";
  transition: 0.5s;
  cursor: pointer;
  a{
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
  }
}
.accordion__title::after {
  content: '+';
  position: absolute;
  width: 35px;
  height:35px;
  background: #D34E4E;
  right: 8px;
  top: 15px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}
.accordion__item.accordion-active .accordion__title::after{
  transform: rotate(180deg);
  content: '-';
}
.accordion__item.accordion-active {
  .accordion__title{
    color: #DF5A5A;
    padding-bottom: 4px;
  }
}
/* .accordion__item .accordion__title .accordion__arrow {
  position: absolute;
  top: 13px;
  right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  margin-right: 5px;
  background-color: #c9c9c9;
  border-radius: 50%;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out
} */
.accordion__item .accordion__content {
  padding: 18px;
  padding-top: 0;
  font-size: 18px;
  color: #1A272C;
  line-height: 150%;
  margin-bottom: 0;
  font-weight: normal;
  display: none;
  a{
    color: #1A272C;
    font-family: "Satoshi Bold";
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
/************************************
    Map
************************************/
.map{
  iframe{
    width: 100%;
    border: none;
    height: 550px;
  }
}
/*******************************
  Footer
********************************/
footer{
  background: #D34E4E;
  padding-top: 70px;
  padding-bottom: 90px;
  .row{
    justify-content: space-between;
  }
}
.footer-first{
  text-align: center;
}
.footer-logo {
  margin-bottom: 20px;
}
.social-links{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  a{
    width: 50px;
    height: 43px;
    background: #FFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    img{
      transition: 0.1;
    }
    &:hover{
      transform: translateY(-5px);
      background: #771414;
      img{
        filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(7456%) hue-rotate(188deg) brightness(114%) contrast(109%);
      }
    }
  }
}
footer p,
footer ul li a,
footer p a{
  color: #FFF;
  font-family: "Satoshi Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 238.889%;
}
footer p{
  line-height: 150%;
}
.footer-title{
  color: #FFF;
  font-family: "Satoshi Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 127.273%;
  margin-bottom: 35px;
}
.footer-sub-titile{
  color: #FFF;
  font-family: "Satoshi Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 166.667%
}
footer ul li a{
  display: block;
}
footer a:hover{
  color: #771414;
  transform: translateX(5px);
}
.copyright a {
  text-decoration: underline;
}
.copyright p{
  margin: 0;
  font-size: 20px;
  color: #F3F3F3;
}
/*****************************************************
                  Inner Page
*******************************************************/
.inner-banner{
  h1{
    font-size: 98px;
  }
}
.contact-details{
  .section-title{
    font-family: "Satoshi Bold";
    font-size: 50px;
    line-height: 118%;
    margin-bottom: 25px;
  }
  .form-control{
    border-radius: 12px;
    border-color: #585454;
    color: #000;
    font-family: "Satoshi Medium";
    font-size: 20px;
    line-height: 115%;
    padding: 16px 10px;
    outline: none;
    &:focus,
    &:hover{
      outline: none;
      box-shadow: none;
      border-color: #D34E4E;
    }
  }
  .form-control::placeholder{
    color: #4E4E4E;
  }
  form .primary-btn {
    padding: 14px 62px;
  }
}
form{
  label{
    display: block;
    color: #000;
    font-family: "Satoshi Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 130%;
    margin-bottom: 10px;
  }
}
.contact-details-title{
  color: #000;
  font-family: "Satoshi Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 130%;
  margin-bottom: 14px;
}
.contact-details-box{
  position: relative;
  padding: 30px 15px;
  border-radius: 20px;
  border: 1px solid rgba(211, 78, 78, 0.31);
  box-shadow: 4px 0px 0px 9px rgba(211, 78, 78, 0.04);
  p, p a{
    display: flex;
    align-items: center;
    color: #151515;
    font-family: "Satoshi Medium";
    gap: 4px;
    span{
      display: block;
      color: #D34E4E;
      margin-inline: 8px;
    }
  }
  p a:hover{
    color: #D34E4E;
  }
  .call-color{
    a{
      color: #484848;
      font-family: "Satoshi Bold";
    }
  }
  h3{
    color: #000;
    font-family: "Satoshi Bold";
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 22px;
  }
}
.follow-box{
  width: 60%;
  margin-top: 50px;
  padding-block: 35px;
  border-top: 1px solid #E2E0E0;
  .social-links{
    justify-content: start;
    margin-bottom: 0;
    a{
      background: #D34E4E;
      img{
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(101%);
      }
    }
  }
}
.contact-vector{
  position: absolute;
  right: 0;
  bottom: 0;
}
.blog-banner{
  .hero-content{
    h1{
      font-size: 118px;
      margin-bottom: 49px;
    }
  }
  p{
    font-size: 26px;
  }
}
.blog-filter-tabs{
  margin-bottom: 80px;
  ul{
            display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
    li{
      width: auto;
      text-align: center;
      color: #161616;
      font-family: "Satoshi Bold";
      font-size: 18px;
      font-style: normal;
      font-weight: normal;
      line-height: normal;
      padding: 9px 20px;
      border-radius: 60px;
      border: 1px solid #000;
      transition: 0.5s;
      cursor: pointer;
    }
  }
}
.blog-filter-tabs ul li:hover,
.blog-filter-tabs ul li.active{
  background: #0A0A0A;
  color: #FFF;
}
.blog-img{
  position: relative;
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 37px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  &::after{
    position: absolute;
    content: "";
    inset: 0;
    border-radius: 37px;
    background: linear-gradient(0deg, #0D1A1F 0%, rgba(36, 72, 85, 0.00) 84.88%);
  }
}
.blog-card{
  &:hover{
    .blog-img{
      img{
        scale: 1.1;
      }
    }
    .blog-title{
      color: #D34E4E;
    }
  }
}
.featured{
  position: absolute;
  color: #000;
  font-family: "Satoshi Bold";
  font-size: 18px;
  top: 25px;
  right: 30px;
  border-radius: 60px;
  padding: 9px 21px;
  background: #FFF;
  z-index: 2;
}
.blog-content{
  .date{
    color: #101010;
    margin-bottom: 10px;
    span {
      background: #000;
    }
  }
  .blog-title{
    color: #101010;
    font-size: 24px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.blog-dec{
  line-height: 135%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-listing{
  padding-bottom: 120px;
}
.blog-listing .row .col{
  transition: transform 0.3s ease;
}
.blog-details-banner{
  .hero-content{
    h1{
      color: #FFF;
      font-family: "Satoshi Medium";
      font-size: 56px;
      font-style: normal;
      font-weight: normal;
      line-height: 130.357%;
      text-transform: capitalize;
      margin-bottom: 39px;
    }
    .date{
      font-family: "Satoshi Medium";
      font-size: 20px;
      span{
        border-radius: 6px;
        background: #D34E4E;
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 8px 10px;
      }
    }
  }
}
.blog-details{
  padding-bottom: 0;
  h2, h3, h4{
    color: #000;
    font-family: "Satoshi Bold";
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  h3{
    font-size: 26px;
  }
  h4{
    font-size: 24px;
  }
  ul, ol{
    li{
      color: #1A272C;
      font-family: "Satoshi Regular";
      font-size: 21px;
      font-style: normal;
      font-weight: normal;
      line-height: 142.857%;
      padding-left: 25px;
      position: relative;
      margin-bottom: 10px;
      &::before{
        position: absolute;
        content: "";
        left: 0;
        top: 8px;
        width: 14px;
        height: 14px;
        background: #D34E4E;
        border-radius: 50%;
        outline: 2px solid #d34e4e49;
      }
    }
  }
  ol{
    list-style-type: decimal;
    padding-left: 25px;
    li{
      padding-left: 0;
      &::before{
        display: none;
      }
    }
  }
  .col-lg-8{
    border-bottom: 1px solid rgba(18, 18, 18, 0.24);
  }
}
.pegination{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
	margin-bottom: 50px;
  a{
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #454545;
    font-family: "Satoshi Medium";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 137.5%;
    padding-left: 30px;
    transition: 0.5s;
    span{
      display: block;
      position: absolute;
      width: 40px;
      height: 1px;
      background: #454545;
      top: 70%;
      left: 22%;
      transition: 0.5s;
    }
    &::after{
      position: absolute;
      content: "";
      width: 80%;
      height: 100%;
      border-radius: 26px 0 0 0;
      border: 1px solid rgba(0, 0, 0, 0.21);
      background: transparent;
      left: 0;
      top: -10px;
      transition: 0.5s;
      z-index: -1;
    }
    &:hover, &:focus{
      color: #D34E4E;
      span{
        background: #D34E4E;
      }
      .arrow{
        filter: brightness(0) saturate(100%) invert(43%) sepia(24%) saturate(1805%) hue-rotate(321deg) brightness(98%) contrast(76%);
      }
      &::after{
        border-color: #D34E4E;
      }
    }
  }
  .next-pegi{
    padding-left: 0;
    padding-right: 30px;
    .arrow{
      rotate: -180deg;
    }
    span{
      left: unset;
      right: 24%;
    }
    &::after{
      border-radius: 0 26px 0 0;
      left: unset;
      right: 0;
    }
  }
}
.pegi-img{
  width: 136px;
  height: 94px;
  object-fit: cover;
  border-radius: 20px;
}
.blog-details-sidebar{
  h3{
    color: #000;
    font-family: "Satoshi Medium";
    font-size: 29px;
    font-style: normal;
    font-weight: normal;
    line-height: 165%;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
    &::after{
      position: absolute;
      content: "";
      width: 20%;
      height: 1px;
      background: #000;
      left: 0;
      bottom: 0;
    }
  }
}
.recent-posts{
  a{
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.5s;
    margin-block: 35px;
    position: relative;
    z-index: 1;
    &::after{
      position: absolute;
      content: "";
      width: 80%;
      height: 112%;
      border-radius: 10px;
      background: #FFF;
      box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: -1;
      transition: 0.5s;
    }
    &:hover{
      &::after{
        background: #D34E4E;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
      }
      .recent-blog-content{
        padding-right: 25px;
        h4{
          color: #FFF;
        }
        .date{
          color: #FFF;
          img{
            filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(24%) hue-rotate(5deg) brightness(106%) contrast(107%);
          }
        }
      }
      .read-more-btn{
        color: #FFF;
        img{
          filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(24%) hue-rotate(5deg) brightness(106%) contrast(107%);
        }
      }
    }
  }
}
.recent-blog{
  width: 161px;
  height: 131px;
  object-fit: cover;
  border-radius: 20px;
}
.recent-blog-content{
  padding-right: 25px;
  h4{
    color: #000;
    font-family: "Satoshi Medium";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: capitalize;
    transition: 0.5s;
  }
  .date{
    color: #D34E4E;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    transition: 0.5s;
    img{
      filter: brightness(0) saturate(100%) invert(43%) sepia(24%) saturate(1805%) hue-rotate(321deg) brightness(98%) contrast(76%);
    }
  }
}
.read-more-btn{
  width: 100%;
  font-family: "Satoshi Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 206.25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
}
.categories{
  ul{
    li{
      margin-bottom: 10px;
      padding-left: 0;
		display: inline-block;
      &::before{
        display: none;
      }
      a{
        color: #000;
        font-family: "Satoshi Regular";
        font-size: 18px;
        text-transform: capitalize;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        border-radius: 30px;
        border: 1px solid rgba(0, 0, 0, 0.19);
        padding: 9px 12px;
        transition: 0.5s;
        &:hover{
          background: #D34E4E;
          color: #FFF;
          img{
            filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(24%) hue-rotate(5deg) brightness(106%) contrast(107%);
          }
        }
      }
    }
  }
}
.blog-details-form{
  background: url(../img/blog-details-form-bg.webp) no-repeat;
  background-size: cover;
  padding: 20px 25px;
  border-radius: 11px;
  h3{
    color: #FFF;
    &::after{
      display: none;
    }
  }
  h4{
    color: #FFF;
  }
  p, p a{
    display: flex;
    align-items: center;
    color: #FFF;
    font-family: "Satoshi Medium";
    font-size: 20px;
    gap: 10px;
    transition: 0.4s;
    img{
      filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(24%) hue-rotate(5deg) brightness(106%) contrast(107%);
    }
  }
  p a:hover{
    color: #EECD10;
    img{
      filter: brightness(0) saturate(100%) invert(91%) sepia(16%) saturate(3479%) hue-rotate(354deg) brightness(98%) contrast(91%);
    }
  }
  .call-color a{
    gap: 5px;
  }
  .form-control{
    color: #222;
    font-family: "Satoshi Medium";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 115%;
    padding: 11px 15px;
    border: none;
  }
  .form-control::placeholder{
    color: #222;
  }
  form .primary-btn{
    background: #000;
    padding: 10px 34px;
    &:hover{
      background: #EECD10;
      color: #000;
      border-color: #EECD10;
    }
  }
  .follow-box{
    width: 40%;
    margin-top: 0;
    margin-left: auto;
    padding-block: 0;
    border: none;
    h3{
      margin-bottom: 5px;
      font-size: 22px;
    }
    .social-links {
      a {
        background: #FFF;
        img{
          filter: brightness(0) saturate(100%) invert(45%) sepia(41%) saturate(4027%) hue-rotate(331deg) brightness(90%) contrast(81%);
        }
      }
    }
  }
}
.related-blog{
  .section-title{
    margin-bottom: 30px;
  }
  .blog-content{
    .date{
      font-size: 18px;
      .pink-color{
        width: auto;
        height: auto;
        background: none;
        border-radius: 0;
        color: #D34E4E;
      }
    }
  }
  .featured {
    top: 10px;
    right: 10px;
  }
}
.gallery-banner{
  .hero-content{
    h1{
      color: #D34E4E;
      margin-bottom: 40px;
    }
    p{
      color: #473939;
      font-size: 28px;
    }
  }
}
.gallery-listing{
  padding-inline: 30px;
  .section-title{
    margin-bottom: 40px;
  }
  .lft-img-height {
    height: 423px;
  }
}
.gallery-video-testi{
  background: #F4F4F4;
  padding-inline: 50px;
  .play-btn {
    img {
      margin-top: 0;
    }
  }
}
.pricing-banner{
  .hero-content{
    h1{
      margin-bottom: 25px;
    }
  }
}
.price-table{
  padding-inline: 60px;
}
.table-wrapper {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  /* overflow: hidden; */
  border: 1px solid rgba(0, 0, 0, 0.34);
}

  /* ── TABLE ───────────────────────────────── */
.table-wrapper.scroll-sticky {
    position: sticky;
    top: 114px;
    border-bottom: 0;
}
  table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  /* column widths */
  col.c-feature { width: 22%; }
  col.c-plan    { width: 13.8%; }

  /* ── HEADER ROW ── */
  thead tr.badge-row td {
    padding: 0;
    vertical-align: bottom;
    border: none;
    background: #fff;
  }

  /* "Most Popular" badge cell */
  .badge-wrap {
    color: #FFF;
    font-family: "Satoshi Bold";
    font-size: 18px;
    font-style: normal;
    font-weight:normal;
    line-height: normal;
    padding: 7px 14px;
    border-radius: 24px;
    background: #000;
    position: absolute;
    white-space: nowrap;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }

  /* Plan header cells */
  thead tr.plan-row td {
    padding: 40px 7px;
    text-align: center;
    vertical-align: top;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #D34E4E;
    background: #D34E4E;
    text-align: center;
    position: relative;
  }
  thead tr.plan-row td.col-title {
    background: #FFF;
    clip-path: unset;
    border-top-left-radius: 20px;
    padding-inline: 20px;
  }
  /* .bor-b-l{
    border-bottom-left-radius: 20px;
  }
  .bor-b-r{
    border-bottom-right-radius: 20px;
  } */
  .col-title-text {
    color: #000;
    text-align: center;
    font-family: "Satoshi Bold";
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    line-height: 116.667%;
  }
  .col-title-text span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #888;
    margin-top: 2px;
  }
.bor-t-r{
  border-top-right-radius: 20px;
}
  .plan-name {
    display: inline-block;
    color: #D34E4E;
    font-family: "Satoshi Bold";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 121.429%;
    background: #FFF;
    padding: 5px 15px;
    border-radius: 6px;
    margin-bottom: 15px;
  }
  .plan-price {
    color: #FFF;
    font-family: "Satoshi Bold";
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    line-height: 96.154%;
  }
  .plan-price-sub {
    color: #FFF;
    font-family: "Satoshi Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 156.25%;
  }

  /* Premium plan highlight column */
  .premium-col {
    background: #ffebee !important;
  }
  .premium-col .plan-name { color: #c62828; }

  /* ── SECTION HEADER ROW ── */
  tr.section-row td {
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.34);
    span{
      position: absolute;
      top: -4px;
      left: 0;
      display: block;
      width: 100%;
      background: #D34E4E;
      height: 250px;
      clip-path: polygon(100% 0.25%, 100% 87.74%, 100% 0.33%, 50.6% 11.17%, 49.68% 11.17%, 50.15% 11.27%, 0% 0.33%, 0% 0%, 0% 0%, 100% 0%);
    }
  }
  .summary-f{
    background: url("../img/summary-bg.webp") no-repeat;
    background-size: cover;
    color: #FFF;
    font-family: "Satoshi Bold";
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    line-height: 78.125%;
    padding: 25px 30px;
  }
  tr.section-row td.premium-col {
    background: rgba(255, 111, 97, 0.17) !important;
  }

  /* ── FEATURE ROWS ── */
  tbody tr.feature-row td {
    padding: 11px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.34);
    border-right: 1px solid rgba(0, 0, 0, 0.34);
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    color: #333;
    background: #fff;
  }
  tbody tr.feature-row td.feat-label {
    color: #000;
    font-family: "Satoshi Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 160%;
    padding: 20px 10px;
    height: 100px;
    padding-left: 25px;
    text-align: center;
  }
  tbody tr.feature-row td.feat-visits {
    color: #000;
    font-family: "Satoshi Bold";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 138.889%;
  }

  /* Premium column body */
  tbody tr.feature-row td.premium-col {
    background: rgba(255, 111, 97, 0.17) !important;
  }

  /* ── CHECKMARK ── */
  .check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #D34E4E;
    color: #fff;
    font-size: 20px;
    line-height: 1;
  }
  .check::after { content: "✓"; }
.service-banner{
  .hero-content{
    h1{
      margin-bottom: 25px;
    }
    p{
      font-size: 28px;
    }
  }
}
.service-listing-box{
  height: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 35px;
  background: #F2F1F2;
  padding: 13px;
}
.service-listing-img{
  border-radius: 35px;
  overflow: hidden;
  height: 100%;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: -7px;
  }
}
.service-listing-content{
  width: 55%;
  img{
    margin-bottom: 10px;
  }
  h3{
    color: #101010;
    font-family: "Satoshi Bold";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 120.833%;
    margin-bottom: 10px;
  }
  .btn-group{
    gap: 40px;
  }
  .secondary-btn {
    padding: 8px 30px;
  }
}
.request-btn{
  color: #D34E4E;
  font-family: "Satoshi Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 72.222%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  &:hover{
    color: #D34E4E;
  }
}
.service-partnership{
  background: #D34E4E;
  .section-title, p{
    color: #FFF;
  }
  .partnership-card{
    background: #FFF;
    width: 100%;
    margin-right: 0;
    border-radius: 30px;
    border: 1px solid #D8D8D8;
  }
}
.partnership-slider{
  padding-inline: 50px;
  .slick-slide{
    margin: 0 10px;
  }
  .slick-list{
    margin: 0 -10px;
  }
  .slick-dots{
    .slick-active{
      button{
        background: transparent;
        outline-color: #E38484;
      }
    }
  }
}
.service-testimonials{
  background: #F6F6F6;
}
.tia-walker .row{
  border-radius: 37px;
  overflow: hidden;
}
.tia-walker-content{
  position: relative;
  height: 100%;
  padding-left: 50px;
  display: flex;
  align-items: center;
  .section-title{
    font-size: 50px;
    color: #FFF;
    line-height: 120.286%;
  }
  &::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 122%;
    height: 100%;
    background: url(../img/tia-walker-img-bg.webp) no-repeat;
    background-size: cover;
    z-index: -1;
  }
}
.tia-walker-img{
  height: 100%;
  position: relative;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: -2;
  }
  .primary-btn{
    width: 35%;
    display: inline-flex;
  }
  .secondary-btn {
    padding-inline: 25px;
  }
  .btn-group{
    width: 100%;
    position: absolute;
    justify-content: end;
    right: 40px;
    bottom: 55px;
    gap: 20px;
  }
}
.white-btn{
  background: #FFF;
  border-color: #FFF;
}
.about-banner{
  .hero-content{
    h1{
      margin-bottom: 5px;
    }
  }
}
.companionship{
  background: #F9F7F5;
}
.companionship{
  padding-right: 14%;
}
.companion-img-box{
  padding-left: 15%;
}
.companion-img{
  border-radius: 47px;
  overflow: hidden;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: -6px;
  }
}
.about-counter{
  background: #F9F7F5;
  padding-top: 0;
}
.strength{
  position: relative;
  .col{
    padding-top: 50px;
  }
}
.strength-vector{
  position: absolute;
  right: 0;
  top: 0;
  width: 240px;
}
.strength-card{
  border-radius: 37px;
  background: #F6F6F6;
  padding: 20px 15px;
  text-align: center;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  h3{
    color: #000;
    font-family: "Satoshi Bold";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 125%;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: 0.5s;
  }
  p{
    font-size: 18px;
    transition: 0.5s;
  }
  &::after{
    content: "";
    position: absolute;
    width: 210px;
    height: 130px;
    background: url(../img/strength-card-bg.webp) no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: -1;
    right: 40px;
    bottom: 30px;
    opacity: 0;
    transition: 0.6s;
  }
  &:hover{
    transform: translateY(-10px);
    background: #D34E4E;
    h3, p{
      color: #FFF;
    }
    &::after{
      opacity: 1;
    }
    .strength-icon{
      border-color: #D34E4E;
      box-shadow: 0px 9px 0px 1px #f6f6f67a;
      img{
        transform: rotateY(180deg);
      }
    }
  }
}
.strength-icon {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  border: 2px dashed #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  margin-inline: auto;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-top: -75px;
  box-shadow: 0px 9px 0px 1px #E9E9E9;
}
/******************************
        Mission Vision
*******************************/
.mission-vision {
  position: relative;
}
.mission-vision .item {
  width: 577px;
  height: 577px;
  border-radius: 50%; /* simpler and cleaner */
  position: relative;
  padding: 16%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: all 0.5s;
  border: 1px solid #000;
  background: #F6F6F6;
  z-index: 2;
  .section-title{
    font-size: 52px;
  }
}
.mission-bg{
  position: absolute;
  bottom: 60px;
  left: 40px;
}
.mission-vision .item .mv-icon {
  transition: 0.8s;
}
.mission-vision .item.right-item{
  border: 1px solid #D34E4E;
  background: #FFE8E8;
  z-index: 1;
}
/* Hover effect */
.mission-vision .item:hover {
  background: #D34E4E;
  border-color: #D34E4E;
}
.mission-vision .item:hover .mv-icon {
  filter: brightness(0) saturate(100%) invert(95%) sepia(78%) saturate(4%) hue-rotate(239deg) brightness(116%) contrast(100%);
  transform: rotateY(360deg);
}
.mission-vision .item:hover .section-title,
.mission-vision .item:hover p{
  color: #fff;
}
.one-dream.sec-gap{
  padding-bottom: 130px;
}
.one-dream{
  .container{
    border-radius: 37px;
    background: #F6F6F6;
    box-shadow: 0px 0px 0px 37px #F6F6F6;
  }
}
.one-dream-img{
  border-radius: 47px;
  overflow: hidden;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: -7px;
  }
}
.one-dream-content{
  h5{
    color: #D34E4E;
    font-family: "Satoshi Medium";
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    line-height: 136.364%;
    margin-bottom: 15px;
  }
}
.demo-section{
  position: relative;
}
.demo-vector{
  position: absolute;
  left: 0;
  top: -70px;
}
.demo-content{
  h3{
    color: #111D21;
    font-family: "Satoshi Bold";
    font-size: 42px;
    font-style: normal;
    font-weight: normal;
    line-height: 61.905%;
    margin-bottom: 20px;
  }
  ul, ol{
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 30px;
    li{
      color: #1A272C;
      font-family: "Satoshi Regular";
      font-size: 21px;
      font-style: normal;
      font-weight: normal;
      line-height: 142.857%;
      margin-bottom: 10px;
    }
  }
  ol{
    list-style-type: numeric;
  }
}
.demo-form{
  background: #D34E4E;
  background-size: cover;
  background-position: center;
  padding: 30px 25px;
  border-radius: 18px;
  position: relative;
  z-index: 1;
  h4{
    color: #FFF;
    font-family: "Satoshi Bold";
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    line-height: 105.556%;
    text-align: center;
    margin-bottom: 30px;
  }
  .form-control {
    padding: 10px 15px;
    font-size: 18px;
    border: none;
  }
  .form-group{
    margin-bottom: 2px;
  }
  form .primary-btn{
    background: #000;
    &:hover{
      background: #EECD10;
      border-color: #EECD10;
      color: #000;
    }
  }
}
.demo-form-bg1{
  position: absolute;
  top: 18px;
  right: 9px;
  z-index: -1;
}
.demo-form-bg2{
  position: absolute;
  bottom: 25px;
  right: 11px;
  z-index: -1;
}
strong{
  font-family: "Satoshi Bold";
}
.care-card{
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: -7px;
  }
}
.care-card-content{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 18px;
  h4{
    color: #FFF;
    font-family: "Satoshi Bold";
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    line-height: 117.857%;
    margin-bottom: 15px;
  }
}
.service-offer{
  padding-bottom: 0;
  background: #fefaf9;
  position: relative;
  .row{
    position: relative;
    z-index: 1;
    &::after{
      position: absolute;
      content: '';
      width: 55%;
      height: 88%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: url(../img/service-offers-middle-bg.webp) no-repeat;
      border-radius: 50%;
      z-index: -1;
      outline: 2px dashed rgba(211, 78, 78, 0.36);
      outline-offset: -7px;
      background-size: contain;
    }
  }
}
.service-offer-vector{
  position: absolute;
  left: 0;
  top: 0;
}
.service-offer-img{
  display: flex;
  justify-content: center;
  align-items: end;
}
.service-cards-group{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 50px;
  padding-bottom: 40px;
}
.service-offer-card{
	width: 100%;
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
	justify-content: end;
  h4{
    color: #000;
    font-family: "Satoshi Bold";
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    line-height: 115.385%;
    text-align: right;
  }
}
.service-offer-icon{
  width: 108px;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #D34E4E;
  border: 6px solid #dda0a0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(120%, -50%);
}
.service-cards-group-right{
  .service-offer-card{
    h4{
      text-align: left;
    }
  }
  .service-offer-icon{
    right: unset;
    left: 0;
    top: 50%;
    transform: translate(-120%, -50%);
  }
}
.service-offer{
  .row{
    .col-lg-3:first-child{
      .service-cards-group{
        .service-offer-card:nth-child(2),
        .service-offer-card:nth-child(3){
          transform: translateX(-100px);
        }
      }
    }
    .col-lg-3:last-child{
      .service-cards-group{
		  .service-offer-card{
			  justify-content: start;
		  }
        .service-offer-card:nth-child(2),
        .service-offer-card:nth-child(3){
          transform: translateX(100px);
        }
      }
    }
    
  }
}
.service-offer-card{
  &:hover{
    h4{
      color: #D34E4E;
    }
    .service-offer-icon{
      img{
        transform: rotateY(180deg);
      }
    }
  }
}
.cta-banner{
  background: url(../img/cta-banner.webp) no-repeat;
  background-size: cover;
  padding-block: 85px;
  .col-lg-6{
    margin-left: -70px;
    padding-right: 20px;
    p{
      margin-bottom: 50px;
      span{
        color: #FFF;
        margin-inline: 12px;
      }
    }
    p a{
      color: #FFF;
      font-family: "Satoshi Regular";
      font-size: 29px;
      font-style: normal;
      font-weight: normal;
      line-height: 103.448%;
      img{
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2531%) hue-rotate(307deg) brightness(111%) contrast(101%);
        margin-right: 7px;
      }
    }
  }
  .section-title{
    font-size: 60px;
    color: #FFF;
    margin-bottom: 20px;
  }
  .primary-btn{
    &::before, &::after{
      background: #EECD10;
    }
    &:hover{
      color: #000;
    }
  }
}
.italic{
  font-style: italic;
}
.service-works{
  position: relative;
  z-index: 1;
}
.how-it-works-vector{
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.service-works-img{
  img{
    border-radius: 0 144px 0 109px;
  }
}
.service-works-content{
  position: relative;
  &::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 80%;
    background: url(../img/dot-line.webp) no-repeat;
    background-size: cover;
    left: 55px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
  }
}
.service-works-card{
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 40px 20px 20px 30px;
  border-radius: 18px;
  border: 1px solid #ffffff00;
  background: #ffffff00;
  transition: 0.5s;
  &:hover{
    border-color: rgba(0, 0, 0, 0.14);
    background: #FFF;
    .service-work-num{
      span{
        top: -16px;
        left: -20px;
        rotate: -50.952deg;
      }
    }
  }
}
.service-work-num{
  width: 110px;
  height: 114px;
  border-radius: 66.363px 0;
  background: #D76666;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: "Satoshi Medium";
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: 156.522%;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  span{
    position: absolute;
    display: block;
    width: 84px;
    height: 87px;
    border-radius: 66.363px 0;
    background: rgba(215, 102, 102, 0.46);
    rotate: 0deg;
    top: 0px;
    left: 0px;
    z-index: -1;
    transition: 0.5s;
  }
}
.service-work-text{
  width: 80%;
  h3{
    color: #1A272C;
    font-family: "Satoshi Bold";
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 15px;
  }
}
.divinus-doc-box{
  border-radius: 0 67px 0 108px;
  background: #FBF0F0;
  overflow: hidden;
}
.divinus-doc-content{
  padding: 35px;
  padding-left: 0;
  h3{
    color: #111D21;
     font-family: "Satoshi Bold";
    font-size: 42px;
    font-style: normal;
    font-weight: normal;
    line-height: 119.048%;
    margin-bottom: 5px;
  }
  h5{
    color: #D34E4E;
     font-family: "Satoshi Bold";
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    line-height: 220.769%;
    position: relative;
    margin-bottom: 10px;
    &::before{
      position: absolute;
      content: '';
      width: 12%;
      height: 2px;
      background: #D34E4E;
      left: 0;
      bottom: 0;
    }
  }
}
.divinus-doctor{
  border-top-right-radius: 215.12px;
  overflow: hidden;
  height: 100%;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: -7px;
  }
}
.divinus-doc-box-even{
  border-radius: 70px 0 67px 0 ;
  .divinus-doc-content{
    padding: 45px;
    padding-right: 0;
  }
  .divinus-doctor{
    border-top-right-radius: 0;
    border-top-left-radius: 94px;
  }
}
.doctor-list{
    width:100%;
    margin:80px auto;
    background:#fff;
    border-radius:18px;
    text-align:center;
    padding:70px 25px 35px;
    position:relative;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transition:all .35s ease;
    p{
      font-size: 16px;
    }
    &:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,0.15);
}

.doctor-img{
    position:absolute;
    top:-65px;
    left:50%;
    transform:translateX(-50%);
    width:130px;
    height:130px;
    border-radius:50%;
    background:#FBF0F0;
    padding:8px;
}

.doctor-img img{
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit:cover;
}

.doctor-info h3{
    margin:0;
    font-size:22px;
    letter-spacing:1px;
    color:#111D21;
}

.degree{
    margin:8px 0;
    font-size:15px;
    color:#555;
}

.designation{
    margin:10px 0;
    font-size:15px;
    font-weight:600;
    color:#444;
}

.speciality{
    margin-top:10px;
    font-size:18px;
    font-weight:600;
}

.speciality span{
    color:#D34E4E;
}
}
/*******************************
  Responsive
********************************/
@media (max-width: 1920px) { 
}
@media (max-width: 1600px), (max-width: 1536px){
  .logo{
    width: 170px;
  }
    .companionship {
    padding-right: 4%;
  }
  .companion-img-box {
    padding-left: 6%;
  }
  .strength-vector {
    width: 170px;
  }
  .col-title-text {
    font-size: 28px;
  }
  .plan-name {
    font-size: 16px;
  }
  .summary-f {
    font-size: 26px;
  }
  tbody tr.feature-row td.feat-label {
    font-size: 18px;
    padding: 15px 10px;
      height: 90px;
  }
  tbody tr.feature-row td.feat-visits {
    font-size: 16px;
  }
  thead tr.plan-row td {
    padding: 30px 10px;
  }
  .badge-wrap{
    font-size: 14px;
  }
  .gallery-listing {
    .lft-img-height {
        height: 356px;
    }
  }
  .how-it-works-vector {
    width: 263px;
  }
  .demo-vector {
    width: 270px;
  }
  .cta-banner {
    padding-block: 75px;
  }
  .service-offer-card {
    h4 {
      font-size: 22px;
    }
  }
  .service-offer {
    & .row {
      &::after {
        width: 53%;
        height: 85%;
        outline-offset: -5px;
      }
    }
  }
  .service-cards-group{
    gap: 30px;
  }
  .service-offer {
    .row {
      & .col-lg-3:first-child {
        & .service-cards-group {
          .service-offer-card:nth-child(2), .service-offer-card:nth-child(3) {
            transform: translateX(-80px);
          }
        }
      }
      & .col-lg-3:last-child {
        & .service-cards-group {
          .service-offer-card:nth-child(2), .service-offer-card:nth-child(3) {
            transform: translateX(80px);
          }
        }
      }
    }
  }
  .cta-banner {
    padding-block: 45px;
    .section-title {
      font-size: 50px;
    }
    .col-lg-6{
      margin-left: -50px;
      padding-right: 20px;
      p {
        margin-bottom: 30px;
      }
    }
  }
  .service-work-text {
    h3 {
      font-size: 26px;
      margin-bottom: 10px;
    }
  }
  .service-work-num {
    width: 90px;
    height: 84px;
    font-size: 32px;
    span {
      width: 54px;
      height: 67px;
      top: 5px;
      left: 5px;
    }
  }
  .service-works-card {
    gap: 20px;
    padding: 30px 10px 10px 20px;
    &:hover {
      & .service-work-num {
        span {
          rotate: -30.952deg;
          top: -12px;
          left: -12px;
        }
      }
    }
  }
  .how-it-works-vector {
    width: 210px;
  }
  .divinus-doc-box {
    border-radius: 0 57px 0 98px;
  }
  .divinus-doc-content {
    h3 {
      font-size: 32px;
    }
    h5 {
      font-size: 22px;
    }
  }
  .divinus-doc-box-even {
    border-radius: 60px 0 57px 0;
  }
  .divinus-doctor{
    border-top-right-radius: 185.12px;
  }
  .how-it-works-vector {
    width: 175px;
  }
  .service-works-content {
    &::before {
      left: 30px;
      top: 52%;
    }
  }
}
@media (max-width: 1440px), (max-width: 1366px){
  #menu>.main-menu>ul>li {
    padding-inline: 15px;
  }
  .left {
    img {
      width: 79px;
    }
  }
  .right {
    padding: 20px;
  }
  .container {
    max-width: 1140px;
  }
  .title {
    font-size: 36px;
    margin-bottom: 14px;
  }
  .form-control {
    font-size: 16px;
  }
  p{
    font-size: 17px;
  }
  .fixed-btn {
    gap: 140px;
  }
.fixed-call {
    width: 50px;
    height: 50px;
    padding: 13px;
}
.wp {
    width: 55px;
    height: 55px;
}
  .enq-btn {
    font-size: 14px;
    height: 160.32px;
    width: 44.16px;
    border-radius: 16px;
            img {
            width: 14px;
        }
  }
  #menu>.main-menu>ul>li.has-sub>a::before {
    right: -5px;
    width: 6px;
    height: 6px;
}
  .primary-btn{
    font-size: 15px;
  }
#menu>.main-menu>ul>li>a {
  font-size: 15px;
}
#menu ul ul li a {
  font-size: 15px;
}
#menu li:hover>ul>li {
  height: 35px;
}
  .logo{
    width: 140px;
    top: -40px;
  }
    .header-area.sticky {
      .logo {
        top: -43px;
        width: 85px;
      }
    }
    #menu > .main-menu > ul > li > a {
    &::after {
        bottom: 7px;
    }
}
  .hero-content {
    h1 {
      font-size: 112px;
    }
    h5{
      font-size: 26px;
    }
    p {
      font-size: 20px;
    }
  }
  .section-title {
    font-size: 53px;
    margin-bottom: 10px;
  }
  .sub-section-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .about{
    padding-bottom: 30px;
    padding-top: 140px;
  }
  .counter-item {
    & h4 {
      font-size: 46px;
    }
    p{
      font-size: 15px;
    }
  }
  .service-title {
      left: 15px;
      bottom: 20px;
      right: 10px;
  }
  .card-title{
    font-size: 22px;
  }
  .dec{
    font-size: 18px;
  }
  .service-content {
      & ul {
          li {
              font-size: 16px;
              &::before {
                width: 15px;
                height: 15px;
                top: 4px;
            }
          }
      }
  }
  .service-img{
    padding: 30px;
  }
  .why-choose-content {
    .section-title {
        font-size: 48px;
    }
}
.why-choose-card {
  img{
    width: 50px;
  }
    h4 {
        font-size: 15px;
    }
}
.why-choose {
    .why-choose-img {
        width: 44%;
    }
}
.healthy-tabs ul li {
  font-size: 18px;
  height: 84px;
  margin-bottom: 12px;
    img {
        width: 42px;
    }
}
.healthy-content-img {
    margin-bottom: 10px;
}
.healthy-content {
    & h3 {
        font-size: 32px;
        margin-bottom: 6px;
    }
}
.how-works-img {
  width: 195.273px;
  height: 195.273px;
  padding: 20px;
      &::after {
        width: 36px;
        height: 36px;
    }
}
.how-works-content {
    h4 {
        font-size: 18px;
    }
}
.how-dots {
    left: 5%;
    width: 90%;
}
.partnership {
    .section-title {
        font-size: 49px;
    }
}
.partnership-card {
    width: 190.449px;
    height: 72.017px;
    border-radius: 25px;
    margin-right: 17px;
}
.marquee-wrapper{
    height: 90px;
}
.price-card-title {
  padding-top: 22px;
  padding-bottom: 38px;
  h3 {
      font-size: 28px;
  }
}
.price-com-tabs {
    & ul {
        li {
            font-size: 16px;
            padding: 12px 53px;
        }
    }
}
.price-card-content {
    h3 {
      font-size: 26px;
    }
    ul {
        li {
            font-size: 15px;
        }
    }
        .primary-btn {
                padding: 9px 26px;
    }
    .btn-group {
        p {
            font-size: 14px;
            span{
              font-size: 24px;
            }
        }
    }
}
.lft-img-height {
  height: 181px;
}
.testi-vector{
    width: 249px;
}
.testi-slider {
    & .slick-slide {
        margin: 40px 20px;
        padding: 15px;
    }
}
.slick-dots {
  bottom: -40px;
}
.play-btn {
    & img {
      width: 65px;
    }
}
.latest-box-content {
  gap: 5px;
  padding: 30px 15px;
    p {
        font-size: 16px;
    }
}
.blog-title {
  font-size: 22px;
}
.accordion__item {
  margin: 15px auto;
}
.accordion__item .accordion__title{
  font-size: 17px;
  padding: 14px 50px 14px 14px;
}
.accordion__item .accordion__content {
  font-size: 14px;
  padding: 14px;
  padding-top: 0;
}
.accordion__title::after{
    width: 25px;
    height: 25px;
    font-size: 15px;
    top: 12px;
}
.map {
    iframe {
        height: 400px;
    }
}
.footer-logo {
    margin-bottom: 10px;
    width: 203px;
    margin-inline: auto;
}
.social-links {
    a {
        width: 45px;
        height: 38px;
    }
}
footer{
    padding-top: 40px;
    padding-bottom: 60px;
}
.copyright p{
    font-size: 14px;
}
.footer-title {
    font-size: 18px;
    margin-bottom: 25px;
}
footer p, footer ul li a, footer p a {
    font-size: 15px;
}
/***************************
      Inner Page 
*****************************/
.inner-banner{
  h1{
    font-size: 82px;
  }
}
.contact-details {
  .section-title {
      font-size: 40px;
  }
      .form-control {
        font-size: 16px;
        padding: 14px 10px;
    }
        form .primary-btn {
        padding: 12px 56px;
    }
}
  form {
    label {
      font-size: 16px;
    }
  }
.contact-details-title {
  font-size: 17px;
}
.contact-details-box{
  p, p a{
    font-size: 16px;
    span{
      margin-inline: 4px;
    }
    img{
      width: 20px;
    }
  }
}
.follow-box {
    margin-top: 40px;
    padding-block: 25px;
  }
  .contact-vector {
    width: 240px;
  }
  .blog-filter-tabs {
    & ul {
        li {
            font-size: 14px;
        }
    }
  }
  .featured {
    font-size: 14px;
}
.date {
  font-size: 16px;
}
.blog-content {
    .blog-title {
        font-size: 20px;
    }
}
.blog-filter-tabs {
    margin-bottom: 40px;
}
.blog-banner {
  .hero-content{
    h1 {
      font-size: 98px;
      margin-bottom: 39px;
    }
    p{
      font-size: 21px;
    }
  }
}
    .companionship {
        padding-right: 5%;
    }
  .companion-img-box {
      padding-left: 4%;
  }
  .strength-card {
    h3 {
        font-size: 18px;
    }
        p {
        font-size: 14px;
    }
  }
  .strength-icon {
    width: 88px;
    height: 88px;
    padding: 15px;
  }
  .mission-vision .item {
    width: 477px;
    height: 477px;
  }
  .mission-bg {
    width: 287px;
  }
  .one-dream-content {
    h5 {
      font-size: 18px;
    }
  }
      .plan-name {
        font-size: 15px;
    }
    .plan-price {
    font-size: 20px;
  }
  .plan-price-sub { 
    font-size: 14px;
  }
      .col-title-text {
        font-size: 22px;
    }
    
    thead tr.plan-row td {
        padding: 20px 10px;
    }
    
tr.section-row td {
  & span {
    top: -1px;
  }
  span {
    height: 150px;
  }
}
    tbody tr.feature-row td.feat-label {
        font-size: 14px;
        padding: 10px 10px;
        height: 79px;
    }
    tbody tr.feature-row td.feat-visits {
        font-size: 14px;
    }
    .check {
      width: 25px;
      height: 25px;
      font-size: 18px;
    }
    .badge-wrap {
    top: -20px;
}
    .plan-name {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .summary-f {
    padding: 16px 30px;
  }
  tbody tr.feature-row td {
    padding: 11px 6px;
  }
      .gallery-listing {
        .lft-img-height {
            height: 295px;
        }
    }
    .blog-details-banner {
    & .hero-content {
        h1 {
            font-size: 46px;
            margin-bottom: 29px;
        }
        .date{
          font-size: 16px;
          img{
            width: 25px;
          }

        }
    }
  }
  .blog-details {
    h2{
      font-size: 28px;
    }
        h3 {
        font-size: 24px;
    }
    h4{
      font-size: 22px;
    }
    ul, & ol {
        li {
            font-size: 16px;
            padding-left: 18px;
          &::before {
                width: 10px;
                height: 10px;
            }
        }
    }
    ol {
              padding-left: 20px;
        li {
            padding-left: 0;
        }
      }
  }
  .pegination {
    a {
        font-size: 20px;
        padding-left: 15px;
        .arrow{
          width: 31px;
        }
                span {
            left: 18%;
        }
    }
    .next-pegi {
      padding-left: 0;
      padding-right: 15px;
              span {
            left: unset;
            right: 20%;
        }
    }
  }
  .pegi-img {
    width: 116px;
    height: 84px;
    border-radius: 15px;
  }
  .recent-blog {
    width: 141px;
    height: 111px;
    border-radius: 15px;
}
.blog-details-sidebar {
  & h3 {
    font-size: 21px;
    margin-bottom: 20px;
    &::after {
      bottom: -5px;
    }
  }
}
.recent-blog-content {
  h4 {
      font-size: 16px;
  }
  .date {
    font-size: 14px;
    img {
      width: 20px;
    }
  }
}
.read-more-btn {
  font-size: 14px;
}
.categories {
  & ul {
      & li {
        padding-left: 0;
          a {
              font-size: 16px;
              padding: 8px 13px;
          }
      }
  }
}
.blog-details-form {
      padding: 10px 15px;
    h3 {
      margin-bottom: 10px;
      font-size: 23px;
    }
    h4{
      font-size: 20px;
    }
     p, p a {
      font-size: 16px;
    }
    .form-control {
      font-size: 16px;
      padding: 11px 10px;
    }
        .follow-box {
        width: 52%;
    }
}
.related-blog {
      & .blog-content {
          .date {
              font-size: 14px;
          }
      }
  }
  .service-listing-box {
    border-radius: 25px;
  }
  .service-listing-content {
    width: 65%;
    .btn-group {
      gap: 30px;
    }
    h3 {
      font-size: 20px;
      margin-bottom: 5px;
    }
    img{
      width: 58px;
      margin-bottom: 0;
    }
  }
  .request-btn {
    font-size: 14px;
  }
  .tia-walker-content {
    .section-title {
      font-size: 40px;
    }
  }
  .one-dream{
    .container{
      border-radius: 27px;
    }
  }
  .service-banner {
    & .hero-content {
      h1 {
        margin-bottom: 15px;
      }
    }
  }
  .demo-vector {
    width: 220px;
  }
  .demo-content {
    h3 {
      font-size: 34px;
    }
    ul, & ol {
      li {
        font-size: 17px;
      }
    }
  }
  .demo-form {
    padding: 20px 18px;
    h4 {
      font-size: 30px;
      margin-bottom: 15px;
    }
    form .primary-btn {
      padding: 8px 40px;
    }
  }
  .care-card-content {
    h4 {
      font-size: 24px;
    }
  }
  .service-offer-vector {
    width: 187px;
  }
  .service-offer-card {
    height: 100px;
    h4 {
      font-size: 19px;
    }
  }
  .service-offer-icon{
    width: 98px;
    height: 98px;
    padding: 20px;
  }
  .service-works-content {
    &::before {
      left: 25px;
      top: 52%;
      height: 70%;
    }
  }
  .service-card {
    &::after {
      width: 155px;
      height: 100px;
    }
  }
  .accordion__item .accordion__content {
    a {
      font-size: 17px;
    }
  }
  .partnership {
    .col-lg-5 {
        padding-right: 150px;
    }
  }
  
.strength-card {
    &:hover {
        &::after {
            opacity: 1;
        }
    }
}

.strength-card {
  &::after {
    width: 160px;
    height: 100px;
  }
}
.partnership-slider {
    padding-inline: 0;
  }
  .gallery-banner {
    & .hero-content {
        p {
            font-size: 24px;
        }
    }
}
.service-banner {
    & .hero-content {
        p {
            font-size: 24px;
        }
    }
}
.demo-form-bg1 {
  width: 195px;
}
.demo-form-bg2 {
  width: 195px;
}
.doctor-list {
    padding: 70px 18px 35px;
        p {
        font-size: 15px;
    }
    .doctor-info h3 {
        font-size: 20px;
        line-height: 110%;
    }
}
}
@media (max-width: 1199.98px){
  .container {
    max-width: 960px;
  }
  #menu {
    gap: 20px;
  }
  .popup .popup__content{
    width: 80%;
  }
  .right {
    padding: 20px;
  }
  .hero {
    & .hero-content {
    h1 {
          font-size: 92px;
      }
              h5 {
            font-size: 22px;
        }
        p{
          font-size: 18px;
        }
    }
  }
  .main-menu {
    gap: 20px;
}
  .has-sub {
    margin-right: 8px;
}
  #menu>.main-menu>ul>li {
    padding-inline: 4px;
  }
      .about {
        padding-top: 110px;
    }
    .section-title {
        font-size: 48px;
        margin-bottom: 5px;
    }
        .sub-section-title {
        font-size: 21px;
        margin-bottom: 8px;
    }
    .counter-item {
      padding-left: 40px;
  }
  .service-card {
    border-radius: 20px;
  }
  .service-card-overlay {
    border-radius: 27px;
  }
  .service-title {
    left: 10px;
    bottom: 15px;
    right: 10px;
  }
  .service-content {
    padding: 15px 10px;
    .btn-group {
      gap: 5px;
    }
    ul{
      margin-bottom: 12px;
      li{
        font-size: 15px;
      }
    }
    .primary-btn{
      font-size: 14px;
      padding: 12px 18px;
    }
    .secondary-btn{
      padding: 12px 20px;
    }
    .card-title{
      margin-bottom: 8px;
    }
  }
  .healthy-content {
    padding-left: 10px;
  }
    .how-works-img {
      width: 170.273px;
      height: 170.273px;
      padding: 20px;
    }
  .why-choose {
    padding-block: 30px;
    .why-choose-img{
      width: 43%;
    }
  }
  .why-choose-content {
    .section-title {
      font-size: 42px;
    }
    .dec.mb-40 {
      margin-bottom: 20px;
    }
  }
  .why-choose-card {
    height: 134px;
  }
  .healthy-tabs {
      & ul {
          li {
            font-size: 16px;
            padding: 10px;
            margin-bottom: 10px;
            height: 80px;
            gap: 10px;
            img {
              width: 38px;
            }
          }
      }
  }
    .how-works-content {
      h4 {
          font-size: 16px;
      }
  }
  .partnership {
        .section-title {
            font-size: 39px;
        }
    }
  .price-card-title {
    padding-top: 18px;
    padding-bottom: 30px;
    h3 {
      font-size: 24px;
    }
  }
  .price-card-content {
    padding: 10px 5px;
    .btn-group {
        padding-inline: 10px;
    }
  }
  .lft-img-height {
        height: 151px;
    }
  .latest {
    border-radius: 209px 0 159px 0;
  }
      .latest-box-content {
                padding: 20px 10px;
        p {
            font-size: 15px;
        }
    }
        .blog-title {
        font-size: 20px;
    }
    .map {
        iframe {
            height: 330px;
        }
    }
    .social-links {
      margin-bottom: 20px;
  }
    footer{
      padding-bottom: 50px;
    }
/***************************
    Inner Page 
*****************************/
.inner-banner{
  .hero-content{
    h1{
      font-size: 72px;
    }
  }
}
  .contact-details-box {
    p, p a {
        flex-wrap: wrap;
    }
  }
    .follow-box {
        margin-top: 25px;
        padding-block: 25px;
    }
    .blog-img {
    margin-bottom: 10px;
}
.blog-banner {
    .hero-content{
      h1 {
        font-size: 88px;
        margin-bottom: 29px;
    }
    }
} 
    .blog-filter-tabs {
        & ul {
            li {
              width: 12%;
            }
        }
    }
    .about-banner {
    & .hero-content {
        h1 {
            margin-bottom: 5px;
        }
    }
}
.companion-img {
    border-radius: 37px;
  }
      .companionship {
        padding-right: 3%;
    }
    .companion-img-box {
        padding-left: 3%;
    }
  .strength-card {
    border-radius: 27px;
    padding: 15px 10px;
  }
  .strength-vector {
        width: 140px;
    }
    .mission-vision .item {
        width: 377px;
        height: 377px;
    }
    .mission-vision .item {
    .section-title {
        font-size: 42px;
    }
  }
  .mission-vision .item .mv-icon {
    width: 90px;
  }
  .one-dream {
    .container {
        border-radius: 27px;
        box-shadow: 0px 0px 0px 15px #F6F6F6;
        padding-block: 13px;
    }
  }
  .one-dream-img {
    border-radius: 27px;
  }
  .one-dream.sec-gap {
    padding-bottom: 90px;
  }
  tbody tr.feature-row td.feat-label{
        height: 69px;
    }
        .col-title-text {
        font-size: 20px;
    }
    .price-table {
    padding-inline: 20px;
}
    .gallery-listing {
        .lft-img-height {
            height: 220px;
        }
    }
    .gallery-listing {
    padding-inline: 20px;
}
.gallery-video-testi {
    padding-inline: 20px;
}
  .blog-details-banner {
      & .hero-content {
            padding-top: 130px;
          & h1 {
              font-size: 36px;
              margin-bottom: 9px;
          }
      }
  }
      .recent-blog {
        width: 131px;
        height: 101px;
    }
        .recent-blog-content {
          padding-right: 10px;
          h4 {
            font-size: 15px;
          }
          & .date {
            img {
              width: 17px;
            }
          }
    }
  .recent-posts {
    a {
      margin-block: 30px;
    }
  }
  .related-blog {
        & .blog-content {
            .date {
                font-size: 11px;
            }
        }
    }
    .blog-img {
    border-radius: 17px;
      &::after {
        border-radius: 17px;
      }
  }
      .blog-details-form {
        p, p a {
            font-size: 14px;
        }
                .follow-box {
            width: 63%;
        }
            .call-color a {
        gap: 1px;
    }
    }
    .tia-walker-img {
      .btn-group{
        right: 10px;
        bottom: 33px;
      }
      .primary-btn {
        width: 40%;
      }
      .secondary-btn{
        padding-inline: 20px;
      }
    }

}
@media (max-width: 991.98px){
      .partnership {
        .col-lg-5 {
            padding-right: 0;
        }
    }
  .left{
    background: #FFF;
    justify-content: center;
  }
  .right {
    padding-top: 0;
  }
  .container {
    max-width: 720px;
  }
  .left{
    padding-block: 10px;
    img{
      width: 100px;
    }
  }
  .sec-gap{
    padding: 30px 0;
  }
  header .primary-btn {
    padding: 8px 30px;
  }
  .flex-box {
    padding-top: 0;
    gap: 12px;
    margin-right: 70px;
    p{
      margin-left: -5px;
    }
  }
    .logo {
      width: 100px;
      top: -50px;
  }
  .header-area{
    padding-top: 15px;
  }
  .header-area.sticky {
    padding-top: 25px;
    padding-bottom: 25px;
    .logo {
        top: -64px;
        width: 80px;
    }
  }
  .hero {
      & .hero-content {

          h1{
            font-size: 82px;
          }
          h5 {
          margin-bottom: 5px;
        }
      }
  }
  .primary-btn {
    font-size: 14px;
  }
  .main-menu {
    align-items: start;
    gap: 40px;
  }
      #menu>.main-menu>ul>li>a {
        font-size: 16px;
        padding: 18px 6px;
    }
        #menu > .main-menu > ul > li > a {
        &::after {
            width: 4%;
            bottom: 10px;
        }
    }
        #menu>.main-menu>ul>li {
        border-bottom: 1px solid #edb9b9;
    }
        #menu .main-menu ul {
        padding-inline: 40px;
    }
        #menu .main-menu ul li ul{
        padding-inline: 0;
    }
    #menu ul ul li a {
      font-size: 16px;
      padding: 15px 20px;
    }
    .about {
      .section-img {
        padding: 0;
      }
      .row{
        .col:last-child{
          order: -1;
        }
      }
    }
    .counter-item {
        & h4 {
            font-size: 36px;
        }
    }
        .play-btn {
        & img {
            width: 45px;
            margin-top: 50px;
        }
    }
        .service-img {
        padding: 20px;
    }
    .mb-40 {
    margin-bottom: 20px;
}
    .section-content{
      text-align: center;
      .btn-group{
        justify-content: center;
      }
    }
        .section-title {
        font-size: 38px;
        margin-bottom: 5px;
    }
    .counter-item{
      text-align: center;
      padding-left: 0;
    }
    .why-choose {
      padding-block: 0;
      .why-choose-img {
          position: relative;
          width: 100%;
      }
    }
  .why-choose-content {
      padding-left: 0;
      padding-block: 30px;
  }
    .healthy-tabs {
      & ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
          li {
              width: 48%;
            margin-bottom: 0;
          }
      }
  }
      .how-works-content {
        h4 {
            font-size: 18px;
        }
    }
    .gallery-moments{
      .row{
        .col-lg-6:nth-child(2){
          order: -1;
        }
        .col-lg-4:last-child {
          .mom-bottom {
              transform: unset;
          }
        }
      }
    }
        .healthy-content {
        padding-left: 0;
    }
    .how-works-img {
    &::before {
        left: -4px;
    }
}
    .slick-prev {
      left: -28px;
  }
    .slick-next {
      right: -28px;
  }
      .latest {
        border-radius: 90px 0 90px 0;
    }
    .faq{
      .row{
        .col:first-child{
          margin-bottom: -15px;
        }
      }
    }
    .map {
      iframe {
        height: 260px;
      }
    }
    footer p{
      margin-bottom: 10px;
      line-height: 135.889%;
    }
      .footer-title {
        margin-bottom: 15px;
    }
    .footer-sub-titile {
      line-height: 115.667%;
      font-size: 16px;
  }
  footer {
      padding-bottom: 40px;
    }
  .fixed-btn {
    right: 5px;
    top: 40%;
    gap: 300px;
  }

  /***************************
      Inner Page 
*****************************/
  .inner-banner{
    .hero-content{
      h1{
        font-size: 72px;
      }
    }
  }
  .contact-details {
    .section-title {
      font-size: 30px;
    }
  }
  .blog-listing .row .col{
    transform:none !important;
  }
  .blog-filter-tabs {
      & ul {
          li {
            width: 17%;
          }
      }
  }
      .companionship.sec-gap {
      padding: 30px 25px;
  }
      .companion-img-box {
        padding-left: 0;
    }
    .companion-img.mb-20 {
      margin-bottom: 15px;
  }
      .companion-img {
        border-radius: 27px;
    }
    .about-counter.sec-gap {
    padding-top: 0;
}
.strength {
    .col {
        padding-top: 60px;
    }
}
    .strength-card {
        padding: 15px 15px;
    }
    .strength-vector {
        width: 120px;
    }
        .mission-vision .item {
        width: 477px;
        height: 477px;
        padding: 6%;
        margin-inline: auto;
    }
    .one-dream{
      .row{
        .col:last-child{
          order: -1;
        }
      }
      .container {
            box-shadow: 0px 0px 0px 10px #F6F6F6;
            padding-block: 12px;
        }
    }
        .plan-name {
        font-size: 14px;
        white-space: nowrap;
    }
      .table-wrapper{
        overflow-x: auto;
        border-radius: 0;
      }
      table {
        table-layout:auto;
        margin-top: 20px;
      }
    .price-table {
        padding-inline: 10px;
    }
        .plan-price {
        font-size: 18px;
        white-space: nowrap;
    }
        .summary-f {
        font-size: 22px;
    }
    thead tr.plan-row td.col-title {
    border-left: 1px solid rgba(0, 0, 0, 0.34);
    border-top: 1px solid rgba(0, 0, 0, 0.34);
    border-top-left-radius: 20px;
  }
  .bor-t-r {
    border-top-right-radius: 0;
  }
  .gallery-banner {
    & .hero-content {
        h1 {
            margin-bottom: 20px;
        }
    }
  }
  .gallery-listing.sec-gap {
      padding-inline: 20px;
  }
      .gallery-listing {
        .lft-img-height {
            height: 166px;
        }
    }
        .gallery-video-testi.sec-gap {
        padding-inline: 20px;
    }
    .gallery-listing {
    .section-title {
        margin-bottom: 20px;
    }
  }
    .blog-details-banner {
      height: 400px;
      & .hero-content {
        padding-top: 70px;
          & h1 {
              font-size: 28px;
          }
            .date {
                font-size: 15px;
                img {
                    width: 22px;
                }
            }
      }
  }
  .recent-posts {
    & a {
      padding-inline: 10px;
        &::after {
          right: unset;
          left: 0;
            width: 73%;
            height: 112%;
        }
    }
}
.recent-blog {
        border-radius: 10px;
    }
        .blog-details-form {
        .follow-box {
            width: 25%;
        }
    }
        .related-blog {
        & .blog-content {
            .date {
                font-size: 14px;
            }
        }
    }
    .slick-dots {
    left: 0;
  }
  .tia-walker{
    .row{
      .col-lg-7{
        order: -1;
      }
    }
  }
  .tia-walker .row {
    border-radius: 27px;
  }
  .tia-walker-content {
    padding: 30px;
    text-align: center;
    &::before {
      background-position: center;
    }
  }
  .tia-walker-img {
    .btn-group {
      justify-content: center;
    }
  }
  .service-banner {
    height: 415px;
    .hero-content {
      width: 75%;
      h1 {
        font-size: 62px;
      }
    }
  }
  .demo-vector {
    width: 150px;
  }
  .demo-content {
    h3 {
      font-size: 26px;
      margin-bottom: 13px;
    }
  }
  .service-offer{
    .row{
      .col-lg-6{
        order: -1;
        margin-bottom: -20px;
      }
      &::after {
        width: 100%;
        height: 38%;
        background-size: 100%;
        top: 10%;
        transform: translateX(-50%);
      }
    }
  }
  .service-offer-icon {
    position: relative;
    margin-bottom: 10px;
    transform: unset;
    margin-inline: auto;
    top: unset;
  }
  .service-offer-card{
    height: 204px;
    display: block;
    background: #ff52681f;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 12px;
    h4{
      text-align: center;
    }
  }
  .service-offer {
    & .row {
      .col-lg-3:first-child {
      & .service-cards-group {
          .service-offer-card:nth-child(2), .service-offer-card:nth-child(3) {
            transform: unset;
          }
        }
      & .col-lg-3:last-child {
        & .service-cards-group {
          .service-offer-card:nth-child(2), .service-offer-card:nth-child(3) {
            transform: unset;
          }
        }
      }
    }
  }
}
.service-cards-group{
  display: block;
  padding-bottom: 0;
}
.service-cards-group-right {
  .service-offer-icon {
    transform: unset;
    top: unset;
  }
  .service-offer-card {
    h4 {
      text-align: center;
    }
  }
}
  .service-offer {
      & .row {
          & .col-lg-3:last-child {
              & .service-cards-group {
                  .service-offer-card:nth-child(2), .service-offer-card:nth-child(3) {
                      transform: unset;
                  }
              }
          }
      }
  }
  .service-works-img {
    text-align: center;
  }
  .divinus-doc-box, .divinus-doc-box-even {
    border-radius: 20px;
  }
  .divinus-doc-content {
    padding: 30px;
    padding-top: 0;
  }
  .divinus-doctor {
    border-top-right-radius: 0;
  }
  .divinus-doc-box-even{
    .row{
      .col:last-child{
        order: -1;
      }
    }
    .divinus-doctor {
      border-top-left-radius: 0;
    }
    .divinus-doc-content {
      padding: 30px;
      padding-top: 0;
    }
  }
  .cta-banner {
    background: #D34E4E;
    text-align: center;
    .btn-group{
      justify-content: center;
    }
    .col-lg-6 {
      margin-left: 0;
      padding-right: 0;
    }
  }
  .service-works-content {
    &::before {
      top: 52%;
    }
  }
  .accordion__item .accordion__content {
    a {
      font-size: 16px;
    }
  }
  .strength-card {
    &::after {
      right: 40px;
      bottom: 10px;
    }
  }
  .gallery-banner {
    & .hero-content {
        p {
          font-size: 21px;
        }
    }
  }
  .blog-banner {
    & .hero-content {
      h1 {
        font-size: 82px;
        margin-bottom: 29px;
      }
    }
  }
  .pegination {
    margin-bottom: 30px;
  }
    .doctor-list {
    margin: 40px auto;
}
.divinus-doctor{
      .mb-40 {
        margin-bottom: 55px;
    }
}
}
@media (max-width: 575.98px){
    .container {
      max-width: 540px;
    }
    .header-btn{
      display: none;
    }
    .flex-box {
      margin-right: 40px;
      p {
        width: 48%;
      }
      img{
        width: 35px;
      }
    }
    .header-area {
      padding-top: 5px;
    }
    .header-area.sticky {
      padding-top: 18px;
      padding-bottom: 18px;
      .logo {
        width: 69px;
        top: -55px;
      }
    }
      .popup .popup__content {
        width: 90%;
            border-radius: 13px;
    }
    form .primary-btn {
    font-size: 15px;
    padding: 9px 40px;
}
      .left {
        display: none;
    }
        .title {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .popup .popup__content .close {
      width: 35px;
      height: 35px;
    }
    .popup .popup__content .close span {
      width: 18px;
    }
        .right {
        padding: 10px;
    }
        .form-control {
        font-size: 14px;
            padding: 12px 10px;
    }
      .sec-gap {
        padding: 20px 0;
    }
      header .primary-btn {
        padding: 6px 22px;
    }
        .hamburger {
        right: -5px;
    }
  p{
    font-size: 14px;
  }
      .primary-btn {
        font-size: 13px;
        padding: 8px 24px;
    }
  .logo {
    width: 69px;
    top: -45px;
  }
      #menu .main-menu ul {
        padding-inline: 20px;
    }
    #menu>.main-menu>ul>li {
        padding-inline: 0px;
    }
        #menu>.main-menu>ul>li>a {
        font-size: 14px;
            padding: 12px 5px;
    }
    #menu ul ul li a {
      font-size: 14px;
      padding: 8px 15px;
    }
        #menu ul {
        margin-top: 40px;
    }
        #menu .submenu-button {
        height: 35px;
        width: 40px;
        top: 3px;
    }
        #menu .submenu-button:after {
        top: 12px;
        right: 16px;
        width: 7px;
        height: 7px;
    }
        #menu .submenu-button.submenu-opened:after {
        top: 15px;
    }
        #menu > .main-menu > ul > li > a {
        &::after {
            width: 7%;
            bottom: 10px;
        }
    }
   .hero{
    height: 280px;
    .container{
      z-index: 1;
    }
    .hero-content {
      width: 100%;
      padding-top: 60px;
      h1 {
        font-size: 60px;
      }
      h5 {
        font-size: 16px;
      }
      p {
        font-size: 14px;
        margin-bottom: 10px;
      }
    }
    &::after{
      position: absolute;
      content: '';
      inset: 0;
      background-color: #00000057;
    }
   }
   .slick-dots {
    & li {
        button {
          width: 7px;
          height: 7px;
        }
    }
  }
    .about {
        .section-img {
          border-radius: 17px;
          img{
            border-radius: 17px;
          }
        }
    }
        .section-title {
        font-size: 26px;
    }
        .sub-section-title {
        font-size: 16px;
    }
      .counter-item {
        & h4 {
            font-size: 28px;
        }
        p {
            font-size: 14px;
        }
    }
    .mb-40 {
    margin-bottom: 20px;
  }
      .why-choose-content {
        padding-left: 0;
        padding-block: 10px;
    }
        .why-choose-content {
        .section-title {
            font-size: 26px;
        }
                .dec.mb-40 {
            margin-bottom: 10px;
        }
    }
        .dec {
        font-size: 15px;
    }
        .why-choose-card {
          height: 100px;
          border-radius: 10px;
        img {
            width: 40px;
        }
                h4 {
            font-size: 14px;
        }
        &::after{
          border-radius: 10px;
        }
    }
    .healthy-tabs {
        & ul {
            gap: 5px;
            li{
              font-size: 14px;
              height: 60px;
              border-radius: 10px;
              padding: 8px;
                gap: 5px;
                  img {
                    width: 30px;
                }
                 &::after {
                    border-radius: 10px;
                }
            }
        }
    }
  .healthy-content-img {
    img {
        border-radius: 0 70px 0 70px;
    }
  }
  .healthy-content {
    & h3 {
      font-size: 22px;
    }
  }
  .how-works-img {
    width: 140.273px;
    height: 140.273px;
    margin-bottom: 15px;
    &::after {
        width: 26px;
        height: 26px;
        font-size: 14px;
        top: -10px;
    }
  }
  .how-works {
    & .row {
        & .col-lg-3:nth-child(2n) {
            & .how-works-img {
                &::after {
                    top: unset;
                    bottom: -10px;
                }
            }
        }
    }
}
  .mb-50 {
    margin-bottom: 20px;
}
      .how-works-content {
        padding-inline: 10px;
        h4 {
            font-size: 16px;
        }
    }
    .how-works{
      .row{
        padding-inline: 30px; 
      }
      .row{
        .col-lg-3{
          background: #ffffff17;
          padding: 20px;
          padding-top: 30px;
          border-radius: 10px;
        }
      }
    }
.partnership {
    .section-title {
        font-size: 26px;
    }
}
.partnership-card {
      width: 150.449px;
      height: 52.017px;
      border-radius: 15px;
      margin-right: 8px;
      padding: 30px;
  }
  .marquee-wrapper{
    height: 70px;
  }
  .price-com-tabs {
    & ul {
      gap: 2px;
      outline-offset: 3px;
        li {
            font-size: 14px;
            padding: 7px 30px;
        }
    }
}
    .price-card-title {
        h3 {
            font-size: 20px;
        }
    }
.price-card{
  border-radius: 18px;
}
    .lft-img-height {
        height: auto;
    }
.price-card-img {
      img {
          border-radius: 30px 30px 56px 0;
      }
  }
  .price-card-content {
    padding: 10px;
    h3 {
        font-size: 20px;
    }
    ul {
      padding-left: 19px;
        li {
            font-size: 14px;
        }
    }
    .primary-btn{
      width: 38%;
    }
    .btn-group {
        & p {
            span {
                font-size: 20px;
            }
        }
    }
  }
  .gallery-moments {
    padding-top: 20px;
    padding-bottom: 20px;
    .row {
        .col-lg-6:nth-child(2) {
          img{
            width: 111px;
          }
        }
    }
  }
  .mom-up {
    img {
        border-radius: 0 25px 0 25px;
    }
  }
  .mom-bottom {
    img {
        border-radius: 0 25px 0 25px;
    }
  }
  .testi-profile-img {
    width: 91px;
    height: 91px;
    left: 28px;
    top: -40px;
  }
  .testi-card {
      border-radius: 32px;
      padding: 19px 19px;
      padding-top: 58px;
      h5{
        font-size: 14px;
      }
      &::after{
        border-radius: 31px;
      }
  }
  .coma{
    width: 51px;
    top: 5px;
    right: 15px;
  }
  .rating {
    color: #D34E4E;
    font-size: 17px;
  }
  .video-testi-slider {
    margin-top: 20px;
  }
      .slick-arrow {
        width: 28px;
        height: 28px;
    }
    .slick-next {
        right: -6px;
    }
    .slick-prev {
        left: -6px;
    }
        .latest {
        border-radius: 40px 0 40px 0;
    }
  .latest-box {
    border-radius: 17px;
  }
  .latest-box-content {
    gap: 0;
    padding: 10px;
      p {
      font-size: 13px;
    }
  }
      .blog-title {
        font-size: 17px;
    }
    .date {
      span {
          width: 6px;
          height: 6px;
      }
  }
  .accordion__item{
    border-radius: 10px;
    margin: 8px auto;
  }
      .accordion__item.accordion-active {
        border-radius: 10px;
    }
    .accordion__item .accordion__title {
      padding: 10px 40px 10px 10px;
      font-size: 16px;
  }
      .accordion__title::after {
        width: 26px;
        height: 26px;
        top: 14px;
        font-size: 13px;
    }
      .accordion__item .accordion__content {
        padding: 10px 10px;
        padding-top: 0;
        font-size: 14px;
    }
        .map {
        iframe {
            height: 250px;
        }
    }
        .footer-logo {
        margin-bottom: 5px;
        width: 150px;
        margin-inline: auto;
    }
    .social-links {
      margin-bottom: 10px;
      a {
        width: 40px;
        height: 33px;
        border-radius: 6px;
        padding: 10px;
      }
    }
      .copyright p {
        font-size: 13px;
        line-height: 125.889%;
    }
    footer{
      text-align: center;
      padding-top: 20px;
    }
        .footer-title {
        margin-bottom: 5px;
        font-size: 16px;
    }
        footer p, footer ul li a, footer p a {
        font-size: 14px;
        line-height: 190.889%;
    }
        .footer-sub-titile {
        font-size: 14px;
    }
    .enq-btn {
        font-size: 14px;
        width: 32.149px;
        height: 137.277px;
    }
        .fixed-btn {
        right: 0px;
        top: 40%;
        gap: 120px;
    }
        .fixed-call {
        width: 40px;
        height: 40px;
        padding: 12px;
    }
        .wp {
        width: 44px;
        height: 44px;
    }
    .partnership-card {
        width: 150.449px;
        height: 56.017px;
        border-radius: 15px;
        margin-right: 8px;
        padding: 27px;
    }
    .marquee-wrapper{
      height: 65px;
    }
        .card-title {
        font-size: 16px;
    }
        .service-img {
        padding: 10px;
    }
      .service-content {
        padding: 10px;
        .card-title {
            margin-bottom: 5px;
        }
        ul {
            li {
                font-size: 14px;
            }
        }
    }
    
        .healthy-content-img {
        margin-bottom: 5px;
    }
    .faq {
        & .row {
            .col:first-child {
                margin-bottom: -8px;
            }
        }
    }
    .how-dots{
      display: none;
    }

    /***************************
      Inner Page 
*****************************/
  .inner-banner{
    height: 180px;
    .hero-content{
      h1{
        font-size: 42px;
      }
    }
  }
  .contact-details {
    .section-title {
      font-size: 22px;
      margin-bottom: 10px;
    }
    .form-control {
      border-radius: 8px;
      font-size: 14px;
      padding: 13px 10px;
    }
            form .primary-btn {
            padding: 7px 34px;
        }
  }
  form {
    label {
      font-size: 15px;
      margin-bottom: 5px;
    }
  }
  .contact-details-box {
    padding: 20px 10px;
    p, p a {
      font-size: 14px;
      img {
        width: 16px;
      }
    }
    h3 {
      font-size: 18px;
      margin-bottom: 10px;
    }

  }
  .contact-details-title {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .follow-box {
    margin-top: 15px;
    padding-block: 15px;
  }
  .contact-vector {
    width: 150px;
  }
  .blog-filter-tabs {
    ul {
      flex-wrap: wrap;
      gap: 5px;
      li{
        width: 30%;
        padding: 5px 15px;
      }
    }
  }
  .blog-img {
    border-radius: 17px;
      &::after {
      border-radius: 17px;
    }
  }
  .featured {
    top: 10px;
    right: 10px;
  }
  .date {
      font-size: 14px;
  }
  .blog-content {
        .blog-title {
            font-size: 17px;
        }
    }
        .blog-filter-tabs {
        margin-bottom: 20px;
    }
    .blog-banner {
        & .hero-content {
            h1 {
                margin-bottom: 15px;
            }
        }
    }
        .about-banner {
        & .hero-content {
            h1 {
                margin-bottom: 5px;
            }
        }
    }
        .companion-img {
        border-radius: 10px;
    }
        .companion-img.mb-20 {
        margin-bottom: 8px;
    }
        .companionship.sec-gap {
        padding: 20px 15px;
    }
    .strength-icon {
      width: 77px;
      height: 77px;
      padding: 15px;
      margin-top: -55px;
      margin-bottom: 20px;
    }
  .strength-card {
    border-radius: 17px;
    &::after{
      border-radius: 17px;
    }
    h3 {
      font-size: 17px;
      margin-bottom: 5px;
    }
  }
      .strength-vector {
        width: 90px;
    }
        .strength {
        .col {
            padding-top: 45px;
        }
    }
        .strength-card {
        padding: 15px 20px;
    }
        .mission-vision .item {
        width: auto;
        height: auto;
        border-radius: 20px;
        margin-bottom: 10px;
    }
    .mission-bg{
      bottom: 0;
      left: 0;
      width: 187px;
    }
        .mission-vision .item {
        .section-title {
            font-size: 22px;
        }
    }
        .mission-vision .item .mv-icon {
        width: 70px;
    }
    .one-dream-img {
      border-radius: 13px;
    }
        .one-dream {
        .container {
                      border-radius: 17px;
            box-shadow: 0px 0px 0px 10px #F6F6F6;
            padding-block: 5px;
        }
    }
        .one-dream.sec-gap {
        padding-bottom: 40px;
    }
        .one-dream-content {
        h5 {
            font-size: 15px;
        }
    }
    .col-title-text {
        font-size: 16px;
    }
    .plan-price {
        font-size: 16px;
    }
        tbody tr.feature-row td.feat-label {
        height: 100px;
    }
        .summary-f {
        font-size: 18px;
    }
        .check {
        width: 20px;
        height: 20px;
        font-size: 14px;
    }
    .plan-name {
        margin-bottom: 5px;
    }
    .gallery-banner {
        & .hero-content {
            h1 {
              margin-bottom: 12px;
            }
            p{
              color: #FFF;
            }
        }
    }
        .gallery-listing.sec-gap {
        padding-inline: 10px;
    }
    .gallery-moments-img {
    border-radius: 8px;
  }
      .gallery-listing {
        .lft-img-height {
            height: auto;
        }
    }
        .gallery-video-testi.sec-gap {
        padding-inline: 10px;
    }
    .gallery-listing {
        .section-title {
            margin-bottom: 10px;
        }
    }
        .blog-details-banner {
          height: 250px;
        & .hero-content {
            & h1 {
                font-size: 22px;
               margin-bottom: 10px;
            }
            .date {
              font-size: 14px;
                img {
                    width: 16px;
                }
            }
        }
    }
    .blog-details {
        h2 {
            font-size: 22px;
            margin-bottom: 5px;
        }
        h3 {
            font-size: 20px;
            margin-bottom: 5px;
        }
        h4 {
            font-size: 18px;
            margin-bottom: 5px;
        }
        ul, & ol {
          li {
            font-size: 14px;
            padding-left: 14px;
            &::before {
              width: 7px;
              height: 7px;
            }
          }
        }
        ol{
          li{
            padding-left: 0;
          }
        }
    }
    .pegination {
      flex-direction: column;
      align-items: start;
      gap: 20px;
      margin-top: 30px;
      a {
        font-size: 14px;
        padding-left: 7px;
        &::after{
          border-radius: 16px 0 0 0;
        }
        .arrow {
          width: 21px;
        }
        span{
          width: 30px;
        }
      }
      .next-pegi {
        margin-left: auto;
      }
    }
    .pegi-img {
      width: 106px;
      height: 74px;
      border-radius: 10px;
    }
  .blog-details-sidebar {
    & h3 {
      font-size: 18px;
      margin-bottom: 20px;
      &::after {
        width: 15%;
      }
    }
  }
      .recent-posts {
        & a {
            &::after {
                right: unset;
                left: 0;
                width: 100%;
                height: 112%;
            }
        }
    }
        .recent-blog {
        width: 111px;
        height: 81px;
    }
        .recent-blog-content {
        h4 {
            font-size: 16px;
        }
    }
        .categories {
        & ul {
            & li {
              padding-left: 0;
                a {
                    font-size: 14px;
                    padding: 6px;
                }
            }
        }
    }
    .blog-details-form {
      h4 {
          font-size: 15px;
      }
      p, & p a {
        gap: 5px;
        img {
          width: 13px;
        }
      }
      .follow-box {
        width: 48%;
          h3 {
              font-size: 18px;
          }
      }
    }
    .service-banner {
    & .hero-content {
        h1 {
            margin-bottom: 5px;
        }
    }
  }
        .service-listing-box {
        border-radius: 15px;
        flex-direction: column;
    }
  .service-listing-img {
    border-radius: 15px;
            width: 100%;
  }
      .service-listing-content {
        width: 100%;
    }
  .partnership-slider {
    padding-inline: 0;
  }
  .tia-walker-content {
    padding: 15px;
    .section-title {
        font-size: 22px;
    }
  }
  .tia-walker .row {
        border-radius: 17px;
    }
    .tia-walker-img {
    .btn-group {
      justify-content: center;
      align-items: center;
      gap: 5px;
      right: 0;
      bottom: 11px;
    }
    .primary-btn{
      width: 47%;
      font-size: 12px;
    }
    .secondary-btn{
      padding-inline: 10px;
    }
  }
  .service-banner {
    height: 270px;
  }
  .demo-content {
    h3 {
      font-size: 18px;
      margin-bottom: 10px;
    }
    ul, & ol {
      padding-left: 20px;
      li {
        font-size: 14px;
      }
    }
  }
  .demo-form {
    border-radius: 10px;
    padding: 12px;
    h4 {
      font-size: 22px;
      margin-bottom: 10px;
    }
    .form-control {
      font-size: 14px;
      padding-inline: 10px;
      border-radius: 8px;
    }
  }
  .care-card {
    border-radius: 10px;
  }
  .care-card-content {
    padding: 12px;
    h4 {
      font-size: 20px;
      margin-bottom: 10px;
    }
  }
  .service-offer-vector {
    top: 15px;
    width: 105px;
  }
  .service-offer {
    & .row {
      &::after {
        width: 86%;
        height: 16%;
        top: 3%;
      }
    }
  }
  .service-offer-icon {
    width: 78px;
    height: 78px;
    padding: 13px;
    border-width: 5px;
  }
  .service-offer {
    & .row {
      .col-lg-6 {
        order: -1;
        margin-bottom: 0px;
      }
    }
  }
  .service-offer-card {
    height: auto;
    margin-bottom: 13px;
    h4 {
      Font-size: 16px;
    }
  }
  .cta-banner {
    padding-block: 20px;
    .section-title {
      font-size: 28px;
      margin-bottom: 10px;
    }
    .col-lg-6 {
      p a {
        font-size: 15px;
        img{
          width: 12px;
          margin-right: 4px;
        }
      }
      p{
        margin-bottom: 10px;
        span {
          color: #FFF;
          margin-inline: 6px;
        }
      }
    }
  }
  .how-it-works-vector {
    width: 110px;
  }
  .service-works-img {
    img {
      border-radius: 0 44px 0 29px;
    }
  }
  .service-works-card {
    gap: 10px;
    padding: 30px 10px 10px 20px;
    flex-direction: column;
    border-color: rgba(0, 0, 0, 0.14);
    background: #FFF;
    margin-bottom: 10px;
    .service-work-num {
      span {
        rotate: -20.952deg;
        top: -12px;
        left: -6px;
        width: 34px;
        height: 47px;
      }
    }
  }
  .service-work-text {
    width: 100%;
    text-align: center;
    h3{
      font-size: 22px;
    }
  }
  .service-work-num {
    width: 70px;
    height: 54px;
    font-size: 22px;
  }
  .divinus-doc-box, .divinus-doc-box-even {
    border-radius: 10px;
  }
  .divinus-doc-content {
    padding: 10px;
    padding-top: 0;
    h3 {
      font-size: 20px;
    }
    h5 {
      font-size: 14px;
    }
  }
  .divinus-doc-box-even {
    .divinus-doc-content {
        padding: 10px;
        padding-top: 0;
    }
  }
  .service-works-content {
    &::before {
      display: none;
    }
  }
  .service-card {
    &::after {
      width: 110px;
      height: 70px;
    }
  }
  
}

.wpcf7 p {
    margin: 0;
}

.wpcf7 br {
    display: none;
}
.price-com .btn-group.justify-content-center{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.price-com .btn-group.justify-content-center .primary-btn{
  margin: 0;
}



.cross {
    display: inline-flex;
    width: 33px;
    height: 33px;
    background: #d9534f;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.cross::before {
    content: "✖";
}


.offer-value {
    vertical-align: middle;
}



.price-card {
    display: flex;
    flex-direction: column;
}

.price-card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.price-card-content .text-center {
    margin-top: auto;
}


/* Same vertical alignment for all cards */
.price-card-content{
  display: flex;
  flex-direction: column;
  height: 100%;
}


.price-card-content .text-center{
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px; /* overall spacing */
}

/* Membership text spacing */
.price-card-content .text-center h4:first-child{
  margin-bottom: 6px;
}

/* + icon spacing */
.price-card-content .text-center p{
  margin: 6px 0;
}

/* Price spacing */
.price-card-content .text-center h4{
  margin: 2px 0;
}
.mobile{
		display:none;
	}
.blog-single-img {
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}
@media (max-width: 1440px), (max-width: 1366px) {
    .cross {
        width: 25px;
        height: 25px;
        font-size: 18px;
    }
}
@media (max-width: 575px){
	.desktop{
		display:none;
	}
	.mobile{
		display:contents;
	}
	.table-wrapper.scroll-sticky {
    position: sticky;
    top: 77px;
    border-bottom: 0;
    border: 0;
   }
	table {
      table-layout: auto;
      margin-top: 0;
    }
	.cross {
    width: 20px;
    height: 20px;
    font-size: 12px;
}
} 


