/*
    Theme Name: MWD
    Author:  MWD
    Author URL: https://movewith.digital/
    Description: ---- 2024.
    Document   : Framework
    Created on :  Oct208 2024, 12.00 AM
*/

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-size: 100%;
  color: var(--text-color);
  background: var(--text-color-one);
  font-family: var(--font-one);
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-text-size-adjust: none;
  font-weight: 300;
}

::-webkit-input-placeholder {
  color:  var(--secondry-color);
  font-family: var(--font-one);
font-weight: 500;
}

::-moz-placeholder {
  color:  var(--secondry-color);
  font-family: var(--font-one);
font-weight: 500;
}

:-ms-input-placeholder {
  color:  var(--secondry-color);
  font-family: var(--font-one);
font-weight: 500;
}

::-ms-input-placeholder {
  color:  var(--secondry-color);
  font-family: var(--font-one);
font-weight: 500;
}

::placeholder {
  color:  var(--secondry-color);
  font-family: var(--font-one);
font-weight: 500;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

:focus {
  outline: 0;
}

a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  
}

/* div {
    transition: all 0.3s ease-in-out;
} */


.stick-fixed div {
      transition: all 0.3s ease-in-out;
}
a:before {
  transition: all 0.8s ease-in-out;
}

a:after {
  transition: all 0.3s ease-in-out;
}

img {
  border: none;
  max-width: 100%;
}

ul,
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.2;
  font-family: var(--font-one);
}

p {
  margin: 0;
  line-height: 1.2;
  font-size: 1.1em;
  color: var(--text-color-base);
  font-weight: 400;
  font-family: var(--font-one);
 
}

h1 {
  margin: 0;
  padding: 0;
  color: var(--text-color);
  line-height: 1;
  font-size: 5em;
  font-weight: 700;
  font-family: var(--font-two);
}

h2 {
  margin: 0;
  padding: 0;
   color: var(--text-color);
  font-size: 2.4em;
  line-height: 1.2;
  font-weight: 500;
  font-family: var(--font-two);
}

h3 {
  margin: 0;
  padding: 0;
  color: var(--text-color);
  font-size: 1.4em;
  line-height: 1;
  font-weight: 600;
  font-family: var(--font-two);
}

h4 {
  margin: 0;
  padding: 0;
  color: var(--text-color-one);
  font-size: 3.5em;
  line-height: 1.2;
  font-weight: 400;
  font-family: var(--font-two);
}

.outer:before,
.outer:after,
.container:after,
.container:before,
.container-full:after,
.container-full:before,
.slider-area:after,
.slider-area:before {
  content: " ";
  display: table;
}

.outer:after,
.container:after,
.container-full:after,
.slider-area:after {
  clear: both;
}

.outer {
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  background: var(--bg-color);
   overflow: hidden;
}

:root {
  --font-one: "Inter", sans-serif;
  --font-two: "Inter", sans-serif;
    --font-three: "Inter", sans-serif;
  --bg-color: #F8F9F9;
  --text-color: #1E1E1E;
    --text-color-base: #5f5f5f;
  --brand-color: #2BACB8;
  --text-two-color: #FFFFFF;
  --brand-two-color: #5DAD58;
  --border-radius: 5px;
}
 

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1500PX;
}
.medium-container {
  margin: 0 auto;
  width: 90%;
  max-width: 950px;
}
.small-container {
  margin: 0 auto;
  width: 90%;
  max-width: 700px;
}
.d-flex {
  display: flex;
}
.banner {
    width: 100%;
    position: relative;
    height: 100%;
    text-align: left;
/*    background: url(../img/banner-bg-gradient.svg) no-repeat 55% 70%/40%;*/
    padding: 180px 0 80px 0;

}
.banner::after {
content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgb(242, 47, 176);
    background: linear-gradient(93deg, rgba(242, 47, 176, 1) 0%, rgba(245, 138, 37, 0.8631827731092436) 51%, rgba(112, 97, 163, 1) 100%);
    filter: blur(100px);
    transform: rotate(45.06deg);
    right: 0;
    left: 340px;
    margin: 0 auto;
    top: 362px;
    bottom: 0;
}
.banner::before {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgb(255,123,202);
background: linear-gradient(93deg, rgba(255,123,202,1) 0%, rgba(255,197,111,0.45702030812324934) 51%);
    filter: blur(100px);
    transform: rotate(160deg);
    right: 0;
    left: 80px;
    margin: 0 auto;
    top: 290px;
    bottom: 0;
}

.banner .left {
    width: 42%;
}
.banner .d-flex {
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}
.we-offer.how-we-work .d-flex {
    position: relative;
    z-index: 999;
}
.banner p {
     max-width: 550px;
    padding: 10px 0 30px 0;
    font-size: 1.4em;
    line-height: 1.2em;
}
.banner .right {
    width: 50%;
    /*background-color: #c0e8e9;*/
    border-radius: 50px;
    position: relative;
    display: block;
    height:550px;
    z-index: 999;
}
a.btn-fill {
    
    color: var(--text-two-color);
    font-size: 1em;
    font-weight: 500;
    background-color: var(--brand-color);
    padding: 10px 30px;
    border-radius: var(--border-radius);
    display: inline-block;
    box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
}
a.btn-fill:hover {
     -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .18);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
}
a.btn-fill-green:hover {
     -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .18);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
}
a.btn-fill-green {
    
    color: var(--text-two-color);
    font-size: 1em;
    font-weight: 500;
    background-color: var(--brand-two-color);
    padding: 10px 30px;
    border-radius: var(--border-radius);
    display: inline-block;
     box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
}
a.btn-outline {
    border: 1px solid var(--brand-color);
    color: var(--text-color);
    font-size: 1em;
    font-weight: 500;
    padding: 10px 16px;
    border-radius: var(--border-radius);
    display: inline-block;
    font-size: 1em;
    box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
    white-space: nowrap;
}
a.btn-outline:hover {
     -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .18);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
}
.banner .right img {
    display: block;
    width: 100%;
    height: 550px;
    object-fit: contain;
    position: absolute;
    overflow: visible;
}
.img-fill {
    width: 100%;
    height: 100%;
    position: relative;
}
.grid-container-two {
    display: grid; /* Enables Grid */
  grid-template-columns: repeat(2, 1fr); /* Defines 3 equal columns */
  grid-template-rows: auto; /* Rows adjust based on content */
  gap: 10px; /* Space between grid items */
}
.grid-container-three {
    display: grid; /* Enables Grid */
  grid-template-columns: repeat(3, 1fr); /* Defines 3 equal columns */
  grid-template-rows: auto; /* Rows adjust based on content */
  gap: 10px; /* Space between grid items */
}
.grid-container-four {
    display: grid; /* Enables Grid */
  grid-template-columns: repeat(4, 1fr); /* Defines 3 equal columns */
  grid-template-rows: auto; /* Rows adjust based on content */
  gap: 10px; /* Space between grid items */
}
.grid-container-five {
    display: grid; /* Enables Grid */
  grid-template-columns: repeat(5, 1fr); /* Defines 3 equal columns */
  grid-template-rows: auto; /* Rows adjust based on content */
  gap: 10px; /* Space between grid items */
}
.we-offer {
    width: 100%;
}
.we-offer .left {
    width: 26%;
}
.we-offer .left h2 {
    line-height: 1em;
}
.we-offer .right {
    width: 70%;
}
.g-100 {
    gap: 100px;
}
.border-box {
    border: 1px solid var(--brand-color);
    padding: 20px 30px;
    border-radius: 50px;
    width: 31%;
    cursor: pointer;
    -webkit-transition: all 0.01s ease-in-out;
    -moz-transition: all 0.01s ease-in-out;
    -o-transition: all 0.01s ease-in-out;
    -ms-transition: all 0.01s ease-in-out;
    transition: all 0.01s ease-in-out;
}
.border-box:hover {
    background-color: #fff;
    border: 1px solid var(--brand-color);
    -webkit-transition: all 0.01s ease-in-out;
    -moz-transition: all 0.01s ease-in-out;
    -o-transition: all 0.01s ease-in-out;
    -ms-transition: all 0.01s ease-in-out;
    transition: all 0.01s ease-in-out;
    box-shadow: 0 0 104px rgb(0 0 0 / 5%);
}
.img {
    text-align: right;
    margin: 0 0 10px 0;
}
.border-box p {
    padding: 10px 0 0 0;
    font-family: var(--font-two);
    max-width: 350px;
    font-size:1em;
}
.list-box {
    display: flex;
    gap: 1.5em;
    flex-wrap: wrap;
}
.talk-expert .d-flex {
    align-items: center;
    gap: 10px;
}
.talk-expert strong {
    font-family: var(--font-two);
    font-weight: 400;
    color: #000;
    max-width: 100px;
}
.talk-expert {
    margin: 40px 0 0 0;
}
.health-care {
    width: 100%;
    margin: 150px 0 0 0;
    background-color: #fff;
}
.health-care .left {
   width: 40%;

    background-color: #54A2AA;
    box-shadow: inset -67px 0 0px #fff;
}
.health-care .right {
    width: 55%;
}
.health-care .left h2 {
    padding: 60px 80px 0 50px;
    max-width: 555px;
    color: #fff;
}
.health-care .right h2 {
    font-weight: 500;
    max-width: 745px;
}
.health-care .care-sec .d-flex {
    align-items: flex-start!important;
    gap: 10px;
}
.health-care .right h3 {
    font-size: 1.4em;
    font-weight: 600;
    font-family: var(--font-two);
}
.health-care .right p {
    font-size: 1.1em;
    padding: 10px 0;
    max-width: 450px;
}
.care-sec {
    margin: 30px 0 0 0;
}
.health-care .d-flex {
  align-items: baseline;
    gap: 70px;
    
}
.list-box.two-box .border-box {
    width: 43%;
    border: 0;
    background-color: #fff;
}
.how-we-work {
    padding: 150px 0 0 0;
}
.how-we-work .talk-expert {
    margin: 30px 0 0 0;
}
.about-sec .left {
    width: 50%;
    padding: 0 100px 0 150px;
    margin: 100px 0 0 0;
}
.about-sec .right {
    width: 50%;
    
    
}
.about-sec .left span {
    color: var(--brand-color);
    font-weight: 500;
    font-size: 1.4em;
}
.about-sec .right img {
   width: 100%;
    height: 850px;
    object-fit: cover;
    object-position: bottom;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.about-sec d-flex {
    gap: 100px;
}
.about-sec .left h2 {
    max-width: 450px;
    padding: 20px 0;
}
.about-sec .left p {
  margin: 0 0 20px 0;
    max-width: 550px;
    font-size: 1.2em;
}
.about-sec {
    width: 100%;
    padding: 100px 0 0 0;
    position: relative;
}
.about-sec::after {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgb(242, 47, 176);
    background: linear-gradient(93deg, rgba(242, 47, 176, 1) 0%, rgba(245, 138, 37, 0.8631827731092436) 51%, rgba(112, 97, 163, 1) 100%);
    filter: blur(100px);
    transform: rotate(45.06deg);
    /* right: 0; */
    left: -150px;
    margin: 0 auto;
    top: 0;
    bottom: 0;
}
.banner::before {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgb(255, 123, 202);
    background: linear-gradient(93deg, rgba(255, 123, 202, 1) 0%, rgba(255, 197, 111, 0.45702030812324934) 51%);
    filter: blur(100px);
    transform: rotate(160deg);
    right: 0;
    left: 80px;
    margin: 0 auto;
    top: 290px;
    bottom: 0;
}
.review .carousel {
  width: 100%;
}

.review .carousel-cell {
  width: 25%;
 
  
}
.white-block {
    border-radius: 20px;
     margin-right: 20px;
    background-color: #fff;
   padding: 40px;
       margin-bottom: 20px;
}
.review .left {
    width: 100%;
    text-align: center;
}
.review .right {
    width: 100%;
    margin: 100px 0 0 0;
}
.review-block {
    text-align: center;
    margin: 20px 0 0 0;
}
.star-review {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.star-img {
    display: flex;
    gap: 5px;
}
.review .left strong {
    display: block;
    font-size: 1.5em;
    font-weight: 600;
    color: #6A6A6A;
    padding: 5px 0;
}
.review .left a {
    font-size: 1.4em;
    color: #4285F4;
    font-weight: 400;
}
.star-img img {
    width: 100%;
    height: 40px;
    object-fit: contain;
}
.review-block b {
    color: #FEA500;
    font-weight: 700;
    font-size: 2.5em;
}
.left-sec {
    width: 23%;
}
.right-sec {
    width: 70%;
}
.white-block .d-flex {
    gap: 10px;
    align-items: center;
}

.review {
    width: 100%;
    padding: 150px 0 0 0;
}
.right-sec strong {
    font-size: 1.5em;
    color: #000;
    font-family: var(--font-three);
    font-weight: 600;
}
.right-sec span {
    color: #B9B9B9;
    display: block;
    font-weight: 600;
    font-family: var(--font-three);
    padding: 3px 0 0 0;
} 
.white-block p {
    color: #696969;
    font-weight: 400;
    font-family: var(--font-one);
    font-size: 1.1em;
    padding: 15px 0 10px 0;
    line-height: 1.6;
    max-width: 330px;
    
}
p.td {
    font-family: var(--font-one);
    font-weight: 400;
    color: #B9B9B9;
    font-size: 1.2em;
}
.health-care .left {
    display: block;
}
.health-care .left img {
    display: block;
}
.meet-sec {
    width: 100%;
    background-color: #2BACB8;
    padding: 50px 0 0 0;
    box-shadow: inset 0px 8rem #f8f9f9;
}
.meet-sec .d-flex {
    align-items: center;
}
.meet-sec h2 {
    color: #fff;
}
.meet-sec p {
    color: #fff;
}
.meet-sec .left {
    width: 35%;
    margin: 100px 0 100px 0;
}
.meet-sec .left .talk-expert .d-flex {
    align-items: center;
    gap: 10px;
}
.meet-sec .right {
    width: 60%;
}
.meet-sec .talk-expert {
  margin: 30px 0 100px 0;
    border: 1px solid #fff;
    border-radius: 25px;
    display: inline-block;
    padding: 15px 30px;
} 
.meet-sec .talk-expert strong {
    color: #fff;
}
.meet-sec .left p {
    font-size: 1.2em;
    margin: 10px 0 20px 0;
}
.meet-sec .right img {
    display: block;
}
.footer {
    width: 100%;
    padding: 100px 0;
}
.ft-logo {
    width: 20%;
}
.ft-add {
    width: 30%;
}
.ft-add p {
    max-width: 300px; 
    color: #000;
}
.list-wrap-sec {
    width: 50%;
}
.links-cn li  a {
    font-family: "DM Sans", sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 1.2em;
    border-bottom: 1px solid #000;
}
.service strong {
    font-family: "DM Sans", sans-serif;
    color: var(--text-color);
    font-size:  1.2em;
    font-weight: 600;
        
}
.service ul li a {
    color: var(--text-color-base);
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    margin: 0 0 10px 0;
    display: block;
    
}
.service ul {
    margin: 20px 0 0 0;
}
.links-cn {
    margin: 40px 0 0 0;
}
.links-cn li {
    margin: 0 0 10px 0;
}
.service {
    width: 33%;
}
.ft-social ul {
    display: flex;
    gap: 30px;
    align-items: center;
    
}
.ft-social {
    margin: 80px 0 0 0;
   display: flex;
    gap: 80px;
    align-items: center;
    width: 57%;
    justify-content: flex-end;
}
.expert {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.expert img {
  
    border-radius: 100%;
}
/* Panel Styles */
.panel {
    position: fixed;
    top: 0;
    right: -100%; /* Hidden off-screen */
    width: 430px;
    background-color: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); /* Smooth easing */
    z-index: 1000;
    will-change: transform; /* Optimized performance */
    z-index: 99999;
    height: 100%;
}

.panel-content-sec {
   padding: 30px;
}
.panel-content h2 {
    margin: 0 0 20px 0;
}
.img-panel {
   margin: 50px 0 0 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.img-panel img {
    width: 100%;
     height: 550px;
    object-fit: cover;
    display: block;
    object-position: top;
}
.close-btn {
   position: absolute;
    top: 20px;
    right: 30px;
    font-size: 0;
    cursor: pointer;
}

.panel-content strong a {
    color: #000;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    font-size: 1.1em;
    margin: 0 0 20px 0;
    display: block;
    text-decoration: none;
}
.whatsapp-btn {
   color: var(--text-two-color);
    font-size: 1.3em;
    font-weight: 500;
    background-color: var(--brand-two-color);
    padding: 10px 30px;
    border-radius: var(--border-radius);
    display: inline-block;
/*    box-shadow: 0 4px 4px rgb(0 0 0 / 15%);*/
    border: 0;
    font-family: var(--font-one);
}
.closePanel img {
    max-width: 30px;
}
/* Active class for sliding in */
.panel.active {
    right: 0;
    
}

/*
.doctor-btn {
   
background: linear-gradient(180deg, rgba(0, 194, 255, 0) 0%, rgba(255, 41, 195, 0.1) 100%);

}
*/


#services {
    scroll-margin-top: 80px; /* Adjust this based on your header height */
}

.openPanel {
    cursor: pointer;
}
#services, #about {
    scroll-margin-top: 150px;
}

.img img {
    width: 35px;
}

.close-btn:hover {
    transform: rotate(90deg); /* Adjust degree as needed */
     transition: transform 0.3s ease-in-out;
}