/** Shopify CDN: Minification failed

Line 840:45 Unexpected "{"
Line 1051:43 Unexpected "{"

**/
/* =========================================================
   GLOBAL THEME STYLES (Shopify)
   Fonts: Playfair Display, Work Sans, Inter
   ========================================================= */
/* Fonts*/
/* ========== Work Sans  ========== */
@font-face {
  font-family: "Work Sans";
  src: url("/cdn/shop/files/WorkSans-Regular.woff2?v=1768343071") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("/cdn/shop/files/WorkSans-Medium.woff2?v=1768343071") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("/cdn/shop/files/WorkSans-Bold.woff2?v=1768343071") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ========== Work Sans  ========== */
/* ========== Playfair Display  ========== */
@font-face {
  font-family: "Playfair Display";
  src: url("/cdn/shop/files/PlayfairDisplay-Regular.woff2?v=1768343055") format("woff2"); 
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("/cdn/shop/files/PlayfairDisplay-Medium.woff2?v=1768343055") format("woff2"); 
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("/cdn/shop/files/PlayfairDisplay-SemiBold.woff2?v=1768343055") format("woff2"); 
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("/cdn/shop/files/PlayfairDisplay-Bold.woff2?v=1768343055") format("woff2"); 
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("/cdn/shop/files/PlayfairDisplay-ExtraBold.woff2?v=1768343055") format("woff2"); 
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* ========== Playfair Display  ========== */
/* ========== Inter  ========== */

@font-face {
  font-family: "Inter";
  src: url("/cdn/shop/files/Inter18pt-Regular.woff2?v=1768343922") format("woff2"); /* Inter-Regular.woff2 */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Optional (ONLY if you will use these weights in UI/buttons later) */
/*@font-face {
  font-family: "Inter";
  src: url("") format("woff2"); 
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("") format("woff2"); 
  font-weight: 600;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: "Inter";
  src: url("/cdn/shop/files/Inter18pt-Bold.woff2?v=1768343920") format("woff2"); /* Inter-Bold.woff2 */
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/cdn/shop/files/Inter18pt-ExtraBold.woff2?v=1768343921") format("woff2"); /* Inter-ExtraBold.woff2 */
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ========== Inter  ========== */

/* Fonts*/
/* 1) CSS Variables (Design Tokens) */
:root {
  /* Colors */
  --c-gray: #9A9A9A;
  --c-dark-share: #00526b;
  --c-bg-light: #F5EEE8;
  --c-white: #FFFFFF;
  --c-dark-gray: #3B3939;
  --c-light-green: #E9EEEA;
  --c-mid-gray: #5D5D5D;
  --c-light-shade: #C0D3D8;
  --c-yellow: #FB991B;
  --c-black: #141313;

  /* Fonts */
  --ff-heading: "Playfair Display", serif;
  --ff-subheading: "Work Sans", sans-serif;
  --ff-body: "Assistant", sans-serif;

  /* Base */
  --body-font-size: 16px;
  --body-line-height: 30px;
  --body-letter-spacing: 0.48px;
}

/* 2) Base / Reset-ish */
html {
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
body, html {
    overflow-x: hidden;
}

body {
  font-family: var(--ff-body);
  font-size: var(--body-font-size);
  font-style: normal;
  font-weight: 400;
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
  /* text-transform: capitalize; */

  color: var(--c-black);
  background-color: var(--c-bg-light);
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  text-decoration: none;
}

:focus-visible {
  outline: 2px solid var(--c-yellow);
  outline-offset: 3px;
}

/* 3) Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-heading);
  margin: 0 0 0.6em;
  color: var(--c-black);
}

/* h1 */
h1 {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 68px;
}

/* h2 */
h2 {
  font-family: "Playfair Display", serif;
  font-size: 52px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 56px;
}

/* h3 */
h3 {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 1.4px;
}

/* h4 */
h4 {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}
/*  h5 */
h5 {
  font-family: var(--ff-heading);
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
}

/* h6 */
h6 {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}




/* 5) Utility color classes */
.text-gray { color: var(--c-gray); }
.text-mid-gray { color: var(--c-mid-gray); }
.text-dark-gray { color: var(--c-dark-gray); }
.text-dark-share { color: var(--c-dark-share); }
.text-yellow { color: var(--c-yellow); }
.text-white { color: var(--c-white); }

.bg-light { background-color: var(--c-bg-light); }
.bg-white { background-color: var(--c-white); }
.bg-light-green { background-color: var(--c-light-green); }
.bg-light-shade { background-color: var(--c-light-shade); }
.bg-dark-share { background-color: var(--c-dark-share); }
.bg-black { background-color: var(--c-black); }


.d-none{ display: none !important;}
.d-flex{ display: flex;}
.flex-row          { flex-direction: row; }
.flex-row-reverse  { flex-direction: row-reverse; }


.c-button{
    background: var(--c-dark-share);
    font-size: 16px;
    line-height: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: var(--c-white);
    border: 1px solid ;
    border-color: var(----c-dark-share);
    border-radius: 40px;
    padding: 12px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease;
    height: 56px;
    box-sizing: border-box;
    position: relative;

}
.c-button:hover{
  background: #E5F3FF;
  color: #00526b;
  border-color: #00526b;
}
/* Header*/
.c-header__announce-inner.page-width {
    display: flex;
    justify-content: center;
    padding: 7px;
}
.c-header__announce-text {
    display: flex;
    align-items: center;
    gap: 20px;
}
.c-header__announce-text {
    font-family:"Assistant", sans-serif;
    text-transform: capitalize;
    color: #fff;
    font-weight: 300;
    letter-spacing: .48px;
    line-height: 30px;
  
}
.c-header__logo {
    display: flex;
    align-items: center;
}
.c-header__main-inner {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}
ul.c-header__menu {
    list-style: none;
    display: flex;
    gap: 50px;
}
ul.c-header__menu {
    padding-left: 0;
}
.c-header__menu-link {
    color: var(--c-dark-share);
    transition: all .5s ease;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.48px;
    text-transform: capitalize;
}
.c-header__menu-link:hover{
   color: var(--c-yellow);
}

ul.c-header__submenu {
    position: absolute;
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
}
ul.c-header__submenu li {
    border-bottom: 1px solid var(--bg-dark-share);
    padding: 8px 30px;
    transition: all .5s ease;
    background: var(--c-white);
}
.c-header__submenu-link {
    color: var(--c-dark-share);
    transition: all .5s ease;
}
ul.c-header__submenu li:hover {
  background: var(--c-bg-light);
}
.c-header__submenu li:hover a{
   color: var(--c-yellow);
}
li.c-header__menu-item.is-active a, 
li.c-footer__menu-item.is-active a {
    color: var(--c-yellow);
}
ul.c-header__submenu li a {
    color: var(--c-dark-share) ;
}
li.c-header__submenu-item.is-active a {
    color: var(--c-yellow);
}
li.c-header__menu-item.is-parent.is-active > a {
    color: var(--c-yellow);
}
li.c-header__menu-item.is-parent > a {
  color: var(--c-dark-share);
}
li.c-header__menu-item.is-parent ul a {
    color: var(--c-dark-share);
}
li.c-header__menu-item.is-parent .c-header__submenu-item.is-active a {
    color: var(--c-yellow);
}
/* Header*/

/* Hero */
section.c-hero {
    position: relative;
}
.c-hero__row{
  display: flex;
}
.c-hero__left {
    width: 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-hero-content {
    width: 640px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-hero__kicker {
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: var(--c-dark-share);
}
.c-hero__heading {
    text-align: center;
    color: var(--c-dark-share);
    text-transform: capitalize;
    margin-bottom : 80px;
}

/*avatar*/
.c-hero__social {
    display: flex;
    margin-top: 80px;
    gap: 16px;
    display: none;
}
.c-hero__avatars {
    display: flex;
    align-items: center;
}
.c-hero__avatars span {
    width: 50px;
    height: 50px;
}
.c-hero__avatars span:nth-child(1){
  z-index: 3;
  object-fit:
}
.c-hero__avatars span:nth-child(2){
  z-index: 2;
  margin-left: -20px;
}
.c-hero__avatars span:nth-child(3){
  z-index: 1;
  margin-left: -20px;
}
.c-hero__avatars img{
  object-fit: cover;
}

p.c-hero__social-text {
    max-width: 180px;
    color: var(--c-yellow);
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}


.c-hero__right {
    width: 50%;
    max-width: 50%;
}


/*Absolute Badege*/
.c-hero__badge {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 80%;
    transform: translateX(-50%);
    background: var(--c-white);
    padding: 10px;
    border-radius: 80px;
    max-width: 300px;
}
.c-hero__badge-inner {
    display: flex;
    gap: 14px;
}
img.c-hero__badge-img {
    width: 78px;
    max-width: 78px;
    height: 80px;
    border-radius: 60px 60px 60px 60px;
}
.c-hero__badge-title {
    color: var(--c-yellow);
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 30px;
    text-transform: capitalize;
    font-family: 'Inter';
      font-weight: 400;
}
.c-hero__badge-subtitle {
    font-family: "Playfair Display", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 20px;
    letter-spacing: 0.48px;
    color: var(--c-dark-share);
}
/* Hero */

/* Hero Below Section */
.c-below-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 150px 0;
}
.c-below-hero__heading {
    max-width: 800px;
    margin: auto;
    text-align: center;
    color: var(--c-dark-share);
    text-transform: capitalize;
}

.c-below-hero__kicker {
    color: var(--c-yellow);
    text-align: center;
    text-transform: uppercase;
    font-family: "Work Sans";
    font-weight: 500;
}
.c-below-hero .c-below-hero__kicker {
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}
/* Hero Below Section */

/* CTA  */
.c-cta__container {
    max-width: auto;
    margin: auto;
    padding: 90px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.c-cta__heading {
    text-align: center;
    color: var(--c-white);
    margin-bottom: 15px;
}

.c-cta__subheading {
    text-align: center;
    font-size: 16px;
    color: var(--c-white);
    font-family: 'Inter';
    font-weight: 300;
    margin-bottom: 40px;
}
.c-cta__btn.c-button {
    background: var(--c-white);
    color: var(--c-dark-share);
}
.c-cta__btn.c-button:hover {
    background: #E5F3FF;
}
.c-cta .c-cta__subheading {
    max-width: 900px;
}
/* CTA  */

/* ContentLImageR */
.icp__wrap {
    display: flex;
}
.icp__left.icp__left--align-left {
    display: flex;
    justify-content: center;
    align-items: center;
}
.icp__left.icp__left--align-left , .icp__right {
    width: 50%;
}
.icp__h2 {
    color: var(--c-dark-share);
    text-align: center;
}
.icp__h4_one {
    letter-spacing : 1.3px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}
.icp__h4_two {
  letter-spacing : 1.3px;
    text-align: center;
    max-width: 450px;
    margin: auto;
    margin-bottom: 30px;
    color: #FB991B !important;
    font-weight: 400;
}
.icp__h4_three {
    text-align: center;
    letter-spacing: 1.3px;
    max-width: 90%;
    margin: auto;
    margin-bottom: 50px;
}

.icp__pills {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.icp__pill {
    display: flex;
    gap: 10px;
    padding:
}
.icp__pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 12px;
    border-radius: 16px;
    background: var(--c-dark-share);
}
.icp__pill-text {
    font-size: 16px;
    line-height: 16px;
    color: var(--c-white);
    font-weight: 300;
}
/* ContentLImageR */
/* Location */
.c-locations__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 150px 0;
}
.c-locations__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}
.c-locations__kicker {
    font-family: "Work Sans";
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    color: var(--c-dark-share);
    margin-bottom: 20px;
}
.c-locations__heading {
    color: var(--c-dark-share);
    font-weight: 400;
}

.c-locations__layout {
    width: 1510px;
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.c-locations__item {
    display: flex;
    flex-direction: column;
}
.c-locations__city {
    color: var(--c-dark-share);
    margin-bottom: 30px;
    font-weight: 500;
}
.c-locations__meta-label {
    font-weight: 300;
    color: var(--c-dark-share);
    font-size: 16px;
}
.c-locations__meta-value {
    color: var(--c-dark-share);
    font-weight: 400;
    font-size: 16px;
}
.c-locations__meta-row.c-locations__address {
    margin-bottom: 5px;
}
.c-locations__meta-row.c-locations__phone {
    margin-bottom: 5px;
}
.c-locations__meta-row.c-locations__hours {
    margin-bottom: 50px;
}
.c-locations__btn.c-button{
  margin-top: 30px;
}

.c-locations__item-content {
    width: 100%;
}
.c-locations__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Location */
/* Footer */
.c-footer {
    background: var(--c-dark-share);
    
}
.c-footer__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 80px 0;
    border-bottom : 1px solid var(--c-white);
}
.c-footer__left {
    max-width: 450px;
}
.c-footer__logo {
    margin-bottom: 40px;
}
.c-footer__desc {
    color: var(--c-white);
    font-weight: 300;
    margin-bottom: 40px;
}
.c-footer__social {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}
.c-footer__social-label {
    color: var(--c-white);
    font-weight: 300;
}
.c-footer__social-icons {
    display: flex;
    gap: 20px;
}
.c-footer__social-link svg {
    width: 20px;
    height: 20px;
}
.c-footer__social-link, .c-footer__social-link svg, .c-footer__social-link svg path{
  transition: all .5s ease;
}
.c-footer__social-link:hover svg path {
    fill: var(--c-yellow);
}

.c-footer__right {
    display: flex;
    flex-direction: row;
    gap: 100px;
}
.c-footer__right * {
    color: var(--c-white);
}
.c-footer__menu {
    list-style: none;
    padding-left: 0;
}
.c-footer__col.c-footer__col--menu {
    min-width: 120px;
}
.c-footer__col-title {
    margin-bottom: 30px;
}
.c-footer__menu-item li {
    margin-bottom: 10px;
    letter-spacing: 0.48px;
    transition: all .5s ease;
    font-weight: 300;
}
.c-footer__menu-link {
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    transition: all .5s ease;
    font-weight: 300;
}
.c-footer__right .c-footer__menu-item:hover a{
  color: var(--c-yellow);
} 

.c-footer__locations {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.c-footer__loc-city, .c-footer__loc-address, {
    font-weight: 300;
    transition: all .5s ease;
    cursor: pointer;
}
.c-footer__loc-phone {
    font-weight: 700;
        transition: all .5s ease;
}
.c-footer__loc-city, .c-footer__loc-address {
    transition: all .5s ease;
}
a.c-footer__loc-phone {
    display: block;
}
/* Three Services */
.c-services {
    position: relative;
    overflow: hidden;
}
.c-services__grid {
    display: flex;
}
.c-services__card {
    width: 33.33%;
    overflow: hidden;
    height: 700px;
    position: relative;
}
.c-services__media {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}
.c-services__img-wrap img {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.c-services__card:nth-child(2) .c-services__img-wrap img {
    transform: scale(1.01);
}
.c-services__btn-wrap {
    width: 100%;
    height: 200px;
    position: relative;
}
.c-services__btn.c-button {
    margin-bottom: 40px;
    background: var(--c-white);
    color: var(--c-dark-share);
    font-family: "Playfair Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    border-color: var(--c-white);
    text-transform: capitalize;
    z-index: 2;
     transition: all .7s ease;
}
.c-services__card img {
    transition: all .5s ease;
}
.c-services__card:hover .c-services__img-wrap  img {
    transform: scale(1.05);
}
.c-services__btn.c-button {
    margin-bottom: 0px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: 20%;
    width: max-content;
}
.c-services__card:hover .c-services__btn.c-button {
  margin-bottom: -200px;
}
.c-services__content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -200px;
    transition: all .7s ease;
    height: 190px;
    background: #FFEEEC;
    display: flex;
    flex-direction: column;
    padding: 25px 40px;
    transition-delay: .2s;
    z-index: 3; 
    justify-content: center;
}
.c-services__title {
    text-align: center;
    color: var(--c-dark-share);
}
.c-services__desc {
    text-align: center;
    color: var(--c-dark-share);
}
.c-services__card:hover .c-services__content{
  bottom: 0px;
}
/* Three Services */


/* Testi Slider */
.c-tslider-box {
    padding: 150px 0;
    background: #E5F3FF;
}
.c-tslider-wrap {
    max-width: 1200px;
    margin: auto;
    height: auto;
    position: relative;
}
.swiper-testi .swiper-wrapper {
    min-height: 265px;
}
.c-tslider-nav.c-tslider-nav--prev {
    position: absolute;
    left: 0;
    top: 25%;
    transform: translateY(-25%);
    z-index: 2;
}
.c-tslider-nav.c-tslider-nav--next{
   position: absolute;
    right: 0;
    top: 25%;
    transform: translateY(-25%);
    z-index: 2;
}
.c-tslider-text {
    font-family: "Playfair Display";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1.3px;
    text-transform: capitalize;
    text-align: center;
    color: var(--c-dark-share);
        max-width: 1020px;
    margin: auto;
    margin-bottom: 50px;
}
.c-tslider-name {
    text-align: center;
    font-family: "Playfair Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    color: var(--c-dark-share);
}
/* Testi Slider */

/* Insta Slider */
.c-insta {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}
.c-insta__title {
    padding: 75px 0;
    text-align: center;
    color: var(--c-dark-share);
    margin-bottom: 0;
}
/* Insta Slider */

/* Footer */

/* Copy Rights */
.c-footer__bottom {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.c-footer__bottom * {
  color: var(--c-white);
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding-left: 0;
}
.c-footer__legal-menu {
    display: flex;
    list-style: none;
    gap: 40px;
    transition: all .5s ease;
}
.c-footer__legal-menu li a{
    transition: all .5s ease;
}
.c-footer__legal-menu li:hover a{
  color: var(--c-yellow);
}
.c-footer__location:hover, .c-footer__loc-phone:hover ,
.c-footer__loc-city:hover , .c-footer__loc-address:hover {
    color: var(--c-yellow);
}
.c-footer__loc-city, .c-footer__loc-address,
.c-footer__location, .c-footer__loc-phone, {
    transition: all .5s ease;
    cursor: pointer !important;
}

/* Copy Rights */


/* Image left/Right + Rich Text */

.image-plus-rich-text__image {
    width: 50%;
}
.image-plus-rich-text__content {
    width: 50%;
}
.image-plus-rich-text__content {
    display: flex;
    justify-content: center;
    align-items: anchor-center;
}
.image-plus-rich-text_inner_content {
    max-width: 800px;
}

.image-plus-rich-text__heading {
    color: var(--c-dark-share);
}
.image-plus-rich-text__list li {
    font-size: 26px;
    font-family: "Playfair Display";
    color: var(--c-dark-share);
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1.3px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.image-plus-rich-text__list li::marker {
    color: var(--c-yellow);
    font-size: 30px;
    line-height: 20px;
}
.image-plus-rich-text__desc {
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    color: var(--c-dark-share);
}

.layout--medical .about_section_two__content .about_section_two__content-inner {
    max-width: 745px;
}

.wrapper_richtext_img--medical .image-plus-rich-text_inner_content {
    max-width: 650px;
}
.wrapper_richtext_img--medical .image-plus-rich-text__wrapper {
    flex-direction: row-reverse;
}
.wrapper_richtext_img--medical {
    padding-bottom: 0px !important;
}
.wrapper_richtext_img--medical .image-plus-rich-text__content {
    background: rgba(229, 243, 255, 1);
}


/* Image left/Right + Rich Text */




/* About Section One */
.about_section_one__image {
    width: 50%;
}
.about_section_one__content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about_section_one__content_inner{
  max-width: 770px;
}
.about_section_one__sub-heading {
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: var(--c-yellow);
}
.about_section_one__heading, .about_section_one__author {
    color: var(--c-dark-share);
}

.about_section_one__para-one {
    margin-top: 40px;
    margin-bottom: 40px;
    color: var(--c-dark-share);
    max-width: 95%;
}
.about_section_one__para-two{
      margin-top: 0px;
    margin-bottom: 0px;
    color: var(--c-dark-share);
    max-width: 95%;
}
/* About Section One */

/* Inner Banner */
.banner_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 450px;
    margin-bottom: 0px;
    background-size: cover;
}
.banner_inner__heading {
    color: var(--c-dark-share);
    margin-bottom: 0;
    text-shadow: 3px 1px 5px rgb(255, 255, 255);
}
/* Inner Banner */

/* About Section Two */

.about_section_two__image {
    width: 50%;
}
.about_section_two__content {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.layout--about-section-two .about_section_two__content {
  background: rgba(229, 243, 255, 1);
}
.layout--about-section-two .about_section_two__content-inner {
    max-width: 650px;
}
.about_section_two__heading, .about_section_two__paragraph, span.about_section_two__pill , .about_section_two__subheading {
    color: var(--c-dark-share);
}
.about_section_two__heading{
  margin-bottom: 50px;
}
.about_section_two__expertise-heading {
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: var(--c-yellow);
    margin-bottom: 30px;
}
.about_section_two__pills {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.about_section_two__pill {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: var(--bg, #F5EEE8);
    font-size: 16px;
    line-height: 16px;
}

.about_section_two__paragraph {
    margin-bottom: 90px;
}
.about_section_two-wrapper.layout--medical{
  padding-top: 30px;
  padding-bottom: 30px;
}
/* About Section Two */

/* Medial Single Service CTA 1 */
  div#shopify-section-template--25927393673507__custom_cta_section_R7jVXB h4.c-cta__subheading {
    max-width: 820px;
}
/* Medial Single Service CTA 1 */

/* Single Service CTA 2 */
.cta-single-services {
    padding: 150px 0;
}
.cta-single-services__content-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cta-single-services__subheading {
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: var(--c-yellow);
}
.cta-single-services__heading {
    text-align: center;
    color: var(--c-dark-share);
}

/* Single Service CTA 2 */

/* Contact Form Section */
.contact-sec {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.contact-inner-content {
    max-width: 650px;
}

.contact-box {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.contact-left-box {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.contact-right-box {
  flex: 1;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-right-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.contact-left-box h6 {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #FB991B;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.contact-left-box h1 {
  font-family: 'Playfair Display', serif;

  color: #00526B;
  margin-bottom: 25px;
}

.contact-left-box h4 {
  font-family: 'Playfair Display', serif;
  color: #00526B;
  margin-bottom: 40px;
}

.form-row {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.form-group {
  flex: 1;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    font-size: 16px;
    padding: 10px 0 20px;
    border: none;
    border-bottom: 1px solid rgba(182,182,182,0.5);
    background: transparent;
    outline: none;
    font-family: "Assistant", sans-serif;
    color: var(--c-dark-share);
}

.contact-form textarea {
  height: 120px;
  margin-bottom: 40px;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
    font-family:"Assistant", sans-serif;
    font-size: 16px;
    color: var(--c-dark-share);
}
.submit-btn {
    background: var(--c-dark-share);
    color: white;
    font-size: 16px;
    padding: 15px 40px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-weight: 800;
    font-family: "Assistant", sans-serif;
        border: 1px solid var(--c-dark-share);
        transition: all .5s ease ;
}

.submit-btn:hover {
  background: #E5F3FF;
  border: 1px solid #00526B;
  color: #00526B;
}
.contact-form input:focus-visible, .contact-form textarea:focus-visible {
    box-shadow: none;
}

/* Contact Form Section */

/* Multiple service Area */
.multiple-services {
    width: 100%;
    max-width: 100%;
    padding: 0 50px;
}
.multiple-services__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
    padding-top: 24px;
}
.multiple-services__grid .service-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.service-card__image {
    height: 600px;
}
.service-card__content {
    background: #FFEEEC;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 30px;
    color: var(--c-dark-share);
    min-height: 350px;
}
.service-card__title {
    color: var(--c-dark-share);
    margin-bottom: 30px;
}
.service-card__text {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}
/* Multiple service Area */

/* 404 Page */
.template-404.page-width.page-margin.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.subheading-404 {
    color: var(--c-dark-share);
}
.title-404 {
    color: var(--c-dark-share);
}
/* 404 Page */
/* Privacy Policy */
.shopify-policy__container {
    max-width: 1100px;
    margin: 50px auto;
}
.shopify-policy__container h1 ,
.shopify-policy__container h2 ,
.shopify-policy__container h3 ,
.shopify-policy__container h4 ,
.shopify-policy__container p,
.shopify-policy__container li p,
.shopify-policy__container a {
  color: var(--c-dark-share);
}
.shopify-policy__container ul li {
    color: var(--c-dark-share);
}
/* Privacy Policy */

hr {
    margin: 2rem 0;
}
.form-success {
        background: #e6f9f0;
    color: #0f5132;
    padding: 12px 16px;
    border-radius: 6px;
    margin: 15px 0;
    font-weight: 500;
}


/* faq section */
/* faq section */

.faq-section {
  margin: 40px auto;
  max-width: 1200px;
}

.faq-heading {
  color: var(--c-dark-share);
  margin-bottom: 50px;
  text-align: center;
}

.faq-subheading {
  text-align: center;
  margin-bottom: 2rem;
  color: var(--c-dark-share);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  border-bottom: 1px solid var(--c-yellow);
  padding: 10px 0;
}

/* Ab details nahi, div use ho raha hai */
.faq-details {
  border-radius: 4px;
}

/* Question as button for click + a11y */
.faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  gap: 12px;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
}

.faq-question:focus {
  outline: none;
}

.faq-question:focus-visible {
  outline: 2px solid var(--c-dark-share);
  outline-offset: 2px;
}

.faq-question-text {
  color: var(--c-dark-share);
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 1.4px;
}

/* Icon wrapper */
.faq-icon {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.faq-icon-line {
  position: absolute;
  background-color: var(--c-dark-share);
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.faq-icon-line--horizontal {
  width: 16px;
  height: 2px;
}

.faq-icon-line--vertical {
  width: 2px;
  height: 16px;
}

/* Jab open ho → vertical line hide = minus */
.faq-item.is-open .faq-icon-line--vertical {
  opacity: 0;
  transform: scaleY(0);
}

/* Animation wrapper for height */
.faq-answer-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

/* Content opacity transition for smoother feel */
.faq-answer {
  margin-top: 10px;
  color: var(--c-dark-share);
  font-family: "Assistant", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.faq-item.is-open .faq-answer {
  opacity: 1;
}

/* faq section */

/* faq section */

div#shopify-section-template--25063202455843__custom_insta_slide_y63jXT .c-insta__slider .swiper-wrapper {
    align-items: center;
}
div#shopify-section-template--25063202455843__custom_insta_slide_y63jXT .swiper-slide img {
    width: 300px;
    object-fit: contain;
    max-height: 200px;
    margin: 20px auto;
}


/* Large Screen Devices */
@media(min-width: 1921px){
  .c-hero__row , .icp  , .c-services__grid,
  .c-footer__top, .c-footer__bottom , .c-header__main-inner{
    max-width: 1920px;
    margin: auto;
  }

}
/* Large Screen Devices */
@media (min-width: 1601px) and (max-width: 1919px){
  /* Image left/Right + Rich Text */
  .image-plus-rich-text_inner_content {
      max-width: 80%;
  }
  
  /* About Section One */
  .about_section_one__content_inner{
    max-width: 80%;
  }
  .about_section_one__heading {
      font-size: 42px;
  }
  .about_section_one__para-one {
    margin-top: 25px;
    margin-bottom: 25px;

}
  
}


/* Laptop*/
@media(max-width: 1600px){
  /*Global*/
  h1{
    font-size: 44px;
    line-height: 52px;
  }
  h2{
    font-size: 40px;
    line-height: 48px;
  }
  /*Global*/

  .c-header__main-inner{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .c-button{
      font-size: 14px;
      letter-spacing: 0.6px;
      padding: 12px 25px;
  }
  span.c-header__announce-text{
      font-size: 14px;
  }
  ul.c-header__menu{
    gap: 40px;
  }

  .c-button {
    height: 50px;
}
 /*Global*/
 
  /* Header */
  .c-header__cta-btn.c-button {
      align-self: center;
  }
  /* Header */
  /*Hero*/
  .container-hero-content{
    max-width: 500px;
  }
  .c-hero__kicker {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.1px;
  }
  .c-hero__heading{
    margin-bottom: 30px;
  }
  p.c-hero__social-text{
    font-size: 16px;
  }
  .c-hero__social {
      margin-top: 50px;
  }
  /*Hero*/

  /*Below Hero*/
  .c-below-hero{
    padding: 100px 0;
  }
  .c-below-hero__kicker{
    font-size: 16px;
  }
  .c-below-hero__container {
      max-width: 650px;
      margin: auto;
  }
  /*Below Hero*/

  /* CTA */
  .c-cta__container{
    padding: 75px 0;
  }
  .c-cta__subheading{
    margin-bottom: 20px;
  }
  div#shopify-section-template--25927393673507__custom_cta_section_R7jVXB h4.c-cta__subheading {
    max-width: 820px;
}
  /* CTA */

/* ContentLImageR */
  .icp__inner {
    max-width: 550px !important;
}
.icp__h2, .icp__h4_one, .icp__h4_two, .icp__h4_three {
    margin-bottom: 20px;
}
.icp__h2, .icp__h4_one, .icp__h4_two, .icp__h4_three {
    max-width: 100%;
}
.icp__h4_one, .icp__h4_two, .icp__h4_three {
    font-size: 24px;
}
/* ContentLImageR */

/* Location */
.c-locations__container{
  padding: 75px 0;
}
.c-locations__kicker{
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.4px;
}
.c-locations__heading{
  margin-bottom: 15px;
}
.c-locations__content{
  margin-bottom: 30px;
}
.c-locations__layout {
    width: 1200px;
    gap: 25px;
}
.c-locations__city{
  margin-bottom: 20px;
}
.c-locations__meta-row.c-locations__hours {
    height: 100px;
    margin-bottom: 0px;
}

/* Location */

/* Three Service */
.c-services__card{
  height: 550px;
}
.c-services__btn.c-button {
    padding: 6px 25px;
    letter-spacing: 0.4px;
    font-size: 16px;
    line-height: 16px;
    max-height: 46px;
}
.c-services__content {
    padding: 20px;
}
.c-services__title{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}
.c-services__desc {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.4px;
}
/* Three Service */

/* Testi Slider */
.c-tslider-box{
  padding: 100px 0;
}
.c-tslider-wrap {
  max-width: 1050px;
}
.c-tslider-text {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.6px;
    margin-bottom: 30px;
    max-width: 900px;
}
.swiper-testi .swiper-wrapper {
    min-height: 220px;
    align-items: center !important;
}
/* Testi Slider */

/* Insta Slider */
.c-insta__title {
    padding: 50px 0;
  
}
/* Insta Slider */

/* Footer */
.c-footer__top{
  padding: 50px 0;
}
.c-footer__logo , .c-footer__desc{
  margin-bottom: 30px;
}
.c-footer__social-link svg {
    width: 16px;
    height: 16px;
}
.c-footer__right {
    gap: 50px;
    max-width: 685px;
}
.c-footer__col-title{
  margin-bottom: 20px;
}
.c-footer__col.c-footer__col--menu {
    min-width: 80px;
}
.c-footer__col.c-footer__col--menu:nth-child(2){
  min-width: 200px;
}
.c-footer__locations {
  gap: 20px;
}
/* Footer */

/* Image left/Right + Rich Text */
.image-plus-rich-text_inner_content {
    max-width: 88%;
}
.image-plus-rich-text__list li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}
.image-plus-rich-text__list li::marker {
    font-size: 20px;
    line-height: 10px;
}
.image-plus-rich-text.wrapper_richtext_img--about {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.image-plus-rich-text.wrapper_richtext_img--services {
    padding: 15px 0 !important;
}
.wrapper_richtext_img--medical{
  padding-top: 15px !important;
}

.wrapper_richtext_img--medical .image-plus-rich-text_inner_content {
    max-width: 550px;
}
/* Image left/Right + Rich Text */

/* About Section One */
.about_section_one{
    padding-top: 15px !important;
    
}
.about_section_one__content_inner {
    max-width: 85%;
}
.about_section_one__heading {
    font-size: 36px;
    line-height: 44px;
}
.about_section_one__sub-heading {
    font-size: 16px;
}
.about_section_one__author{
  font-size: 20px;
  line-height: 28px;
}
.about_section_one__para-one {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* About Section One */
/* Inner Banner */
.banner_inner {
  min-height: 350px;
}
/* Inner Banner */
/* About Section Two */

.layout--about-section-two .about_section_two__content-inner {
    max-width: 550px;
}
.about_section_two__heading{
  margin-bottom: 30px;
}
.about_section_two__paragraph {
    margin-bottom: 50px;
}
.about_section_two__pills {
    gap: 10px;
}
.layout--medical .about_section_two__paragraph {
    margin-bottom: 30px;
}
.about_section_two-wrapper h4 {
    font-size: 18px;
    line-height: 26px;
}
.about_section_two__pill{
  font-size: 14px;
  line-height: 14px;
}
.about_section_two-wrapper.layout--medical{
  padding-top: 15px;
  padding-bottom: 15px;
}
.about_section_two__expertise-heading{
  font-size: 16px;
}
/* About Section Two */


/* Single Service Medical Section  */

.layout--medical .about_section_two__content .about_section_two__content-inner{
  max-width: 550px;
}
/* Single Service Medical Section  */

/* Single Serice CTA 2 */
.cta-single-services {
    padding: 75px 0;
}
.cta-single-services__content-wrapper{
  max-width: 1000px;
}
/* Single Serice CTA 2 */

/* Contact Form Section */
.contact-inner-content{
  max-width: 550px;
}
.contact-left-box h4 {
    font-size: 20px;
}
.contact-form textarea{
  height: 100px;
  margin-bottom: 20px;
}
.contact-left-box {
    padding: 75px 0;
}

/* Contact Form Section */
/* Services Sections Our Services Page */
.service-card__image {
    height: 450px;
}
.service-card__content {
    padding: 30px 20px 20px;
    min-height: 360px;
}
.multiple-services__grid {
    gap: 15px;
}
.multiple-services {
    padding: 0 20px;
}
.service-card__title , .service-card__text{
    margin-bottom: 20px;
}
/* Services Sections Our Services Page */


}


/**************RESPONSIVE CSS STARTS*************/

@media (min-width: 1000px) and (max-width: 1024px){

  /* h1 */
h1 {
  font-size: 40px !important;
  line-height: 55px !important;
}

/* h2 */
h2 {
  font-size: 30px !important;
  line-height: 35px !important;
}

/* h3 */
h3 {
  font-size: 25px !important;
  line-height: 35px !important;
}

/* h4 */
h4 {
  font-size: 20px !important;
  line-height: 30px !important;
}
/*  h5 */
h5 {
  font-size: 18px !important;
  line-height: 25px !important;
}

/* h6 */
h6 {
   font-size: 16px !important;
  line-height: normal !important;
}



/**********************About PAGE *************/

.about_section_one__wrapper,
.about_section_two-wrapper{
    padding: 0px 0px 0 0;
}

.layout--about-section-two .about_section_two__content {
    padding: 25px;
}

.about_section_two__image img {
    height: 100%;
    object-fit: cover;
}
.c-tslider-box{
    padding: 40px 15px 30px;
}
.page-width{
  padding: 20px 15px 0;
}
.c-footer__left{
    max-width: 280px;
}
.c-footer__right{
 max-width: 600px; 
}
.c-header__logo {
  width: 20%;
}
.about_section_one__image img {
    height: 100%;
    object-fit: cover;
}
.about_section_one__content {
    padding-bottom: 20px;
}

/*********************About PAGE ENDS****************/

/**********************FAQ PAGE *************/

.faq-section {
    padding-left: 40px;
    padding-right: 40px;
}

/**********************FAQ PAGE ENDS *************/

/**********************SERVICE PAGE *************/

.service-card__image{
   height: 400px;
}
.service-card__content{
  min-height: 460px; 
 justify-content: start;
}
h3.service-card__title {
    text-align: center;
}
.image-plus-rich-text__image img {
    height: 100%;
    object-fit: cover;
}

/**********************SERVICE PAGE ends *************/

/**********************CONTACT PAGE START *************/

.contact-box{
     padding-left: 20px;
    padding-right: 20px; 
}
.contact-left-box{
         padding: 75px 25px; 
}


/**********************CONTACT PAGE ENDS *************/

/**********************Medical PAGE START *************/
.layout--medical .about_section_two__wrapper {
    column-gap: 25px;
}
.wrapper_richtext_img--medical .image-plus-rich-text__content{
    padding-left: 20px;  
}


/**********************Medical PAGE ends *************/

/**********************Home Page Start *************/
.c-locations__layout{
        width: 1000px;
        gap: 45px;  
}
.c-below-hero{
          padding: 60px 0;
}


/**********************Home Page Ends *************/

}

/************HAMBURGER ICONS********/

@media (min-width:1001px){
  .c-header__burger {
    display: none;
}
}
/************HAMBURGER ICONS********/
@media (max-width: 1000px){

  .c-header__drawer {
    padding: 20px;
    position: absolute;
    z-index: 100;
    background: #fff;
    width: 100%;
}
button.c-header__drawer-overlay {
    display: none;
}
.c-header__drawer-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
button.c-header__drawer-close {
    display: none;
}
ul.c-header__drawer-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
li.c-header__drawer-item {
    list-style: none;
}
li.c-header__drawer-item.is-active a {
    color: var(--c-yellow);
}
a.c-header__drawer-link {
    color: var(--c-dark-share);
}
a.c-header__drawer-viewall {
    display: none;
}
li.c-header__drawer-subitem {
    list-style: none;
}
ul.c-header__drawer-sublist {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}
nav.c-header__nav {
    display: none;
}
a.c-header__cta-btn.c-button {
    display: none;
}
.c-header__main-inner.page-width {
    flex-direction: row-reverse;
}
button.c-header__burger {
    background: transparent;
    border: 0;
}
button.c-header__burger svg path {
    fill: var(--c-dark-share);
    stroke: var(--c-dark-share);
}
ul.c-header__drawer-list {
    padding-left: 0px;
}
button.c-header__drawer-toggle {
    border: 0;
    background: transparent;
}
h3.service-card__title {
    text-align: center;
}
   .c-header__logo {
        width: 50%;
    }
    .cta-single-services{
     padding: 40px 0; 
    }
    .image-plus-rich-text__list ul {
    padding: 0 22px;
}
.c-cta__container{
  padding: 50px 16px;
}
.contact-left-box{
         padding: 75px 25px; 
}

}


@media (min-width: 768px) and (max-width: 830px){

  /* h1 */
h1 {
  font-size: 30px !important;
  line-height: 45px !important;
}

/* h2 */
h2 {
  font-size: 30px !important;
  line-height: 35px !important;
}

/* h3 */
h3 {
  font-size: 25px !important;
  line-height: 35px !important;
}

/* h4 */
h4 {
font-size: 16px !important;
 line-height: 26px !important;
}
/*  h5 */
h5 {
  font-size: 18px !important;
  line-height: 25px !important;
}

/* h6 */
h6 {
   font-size: 16px !important;
  line-height: normal !important;
}

.c-header__main-inner{
        padding-left: 5px;
      padding-right: 5px; 
}
.c-header__cta-btn.c-button{
        font-size: 12px;
      line-height: 18px;
      padding: 0px 15px;
      height: 40px;
}
.c-header__menu-link{
    font-size: 14px;
  line-height: 25px;

}
.banner_inner{
  min-height: 300px;
}
/* .c-header__logo {
    width: 16%;
} */


/**********************About PAGE *************/

.about_section_one__wrapper,
.about_section_two__wrapper,
.image-plus-rich-text__wrapper,
.c-footer__top{
    flex-wrap: wrap !important;
    row-gap:20px;
   padding-bottom:20px
}

.about_section_one__image img,
.about_section_two__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about_section_one__image,
.about_section_two__image{
    width: 100%;
    height: 500px !important;
    /* object-fit: cover !important; */
}

.about_section_one__content,
.about_section_two__content,
.image-plus-rich-text__image,
.image-plus-rich-text__content{
     width: 100%; 
}
.about_section_two__content{
    padding: 20px 0;
}
.layout--about-section-two .about_section_two__content-inner{
    max-width: 650px;
}
.c-cta__container{
  padding: 55px 25px;
}
.c-tslider-box{
 padding: 50px 0;   
}

.c-tslider-nav.c-tslider-nav--next{
    left: 0;
    right: -45px;
    text-align: center;
            top: 100%;
}
.c-tslider-nav.c-tslider-nav--prev{
     left: 0;
    right: 45px;
    text-align: center;
            top: 100%;
}
.c-footer__left {
  max-width: 850px;
  text-align: center;
}

.c-footer__logo {
  margin: 0 auto 12px;
  display: flex;
  justify-content: center;
}

.c-footer__social {
  justify-content: center;
}
.c-tslider-text{
        font-size: 16px;
      line-height: 28px;
      max-width: 700px;
}

/**********************About PAGE ENDS *************/


/**********************FAQ PAGE *************/

.faq-section {
    padding-left: 20px;
    padding-right: 20px;
}
.faq-question-text{
     font-size: 18px; 
}

/**********************FAQ PAGE ENDS *************/


/**********************SERVICE PAGE START *************/

.multiple-services__grid{
 grid-template-columns: 1fr 1fr;
}
.service-card__content{
         min-height: 460px; 
         justify-content:start;
}
.image-plus-rich-text__image img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
/**********************SERVICE PAGE ENDS *************/

/**********************CONTACT PAGE START *************/

/* .contact-box{
    padding-left: 20px;
  padding-right: 20px; 
} */


/**********************CONTACT PAGE ENDS *************/

/**********************Medical PAGE START *************/

h2.cta-single-services__heading {
    padding-left: 20px;
    padding-right: 20px;
}
.wrapper_richtext_img--medical .image-plus-rich-text__content {
    padding-top: 30px;
}


/**********************Medical PAGE ends *************/

/**********************Home Page Start *************/
h6.c-hero__kicker {
    text-align: center;
}
.c-hero__left{
 width: 60%;
    max-width: 60%; 
}
.c-hero__right {
    width: 40%;
    max-width: 40%;
  }
.c-services__card{
          height: 350px;
}
.c-services__btn.c-button{
         padding: 6px 20px;
         font-size: 14px;
        max-height: 40px; 
}
.icp__right img {
    height: 100%;
    object-fit: cover;
}
.icp__left.icp__left--align-left{
      padding: 20px;
}
    .c-hero__badge {
        left: 50%;
        top: 95%;
        max-width: 400px;
        box-shadow: 0 0 10px #00000042;
        transform: translateX(-50%);
    }
img.c-hero__badge-img{
    width: 50px;
    max-width: 50px;
    height: 50px;  
}
.c-hero__badge-text {
    padding-right: 14px;
}
.c-locations__layout{
         width: 700px; 
}
.c-hero__badge-title,
.c-hero__badge-subtitle{
     font-size: 14px; 
}
.c-services__content{
  padding: 14px;
      height: auto;
      bottom: -270px;
}

/**********************Home Page Ends *************/


}

@media (max-width: 767px){


    /* h1 */
h1 {
  font-size: 30px !important;
  line-height: 35px !important;
}

/* h2 */
h2 {
  font-size: 25px !important;
  line-height: 30px !important;
}

/* h3 */
h3 {
  font-size: 20px !important;
  line-height: 25px !important;
}

/* h4 */
h4 {
font-size: 16px !important;
 line-height: 26px !important;
}
/*  h5 */
h5 {
  font-size: 16px !important;
  line-height: 25px !important;
}

/* h6 */
h6 {
   font-size: 16px !important;
  line-height: normal !important;
}

/**********************About PAGE starts *************/

  .c-header__announce-text{
        text-align: center;
  }
  .banner_inner{
    min-height: 250px; 
  }
  .about_section_one__wrapper,
  .about_section_two__wrapper,
  .image-plus-rich-text__wrapper,
  .c-footer__top,
  .c-footer__right,
  .c-footer__bottom {
    flex-wrap: wrap;
}
  .about_section_one__image,
  .about_section_one__content,
  .about_section_two__image,
  .about_section_two__content,
  .image-plus-rich-text__image,
  .image-plus-rich-text__content{
       width: 100%;
  }
  .about_section_one__content_inner{
            max-width: 100%;
  }
  .c-tslider-box{
      padding: 50px 20px; 
  }
  .c-tslider-text{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px;
  }
  .c-tslider-nav.c-tslider-nav--next{
      top: 100%;
      left: 45px;
      text-align: center;
      bottom: 0;
  }
  .c-tslider-nav.c-tslider-nav--prev{
          left: -60px;
    top: 100%;
      right: 0;
      text-align: center;
      bottom: 0;
  }
  .c-footer__left{
    max-width: 650px;
  }
  .c-footer__right{
            padding-top: 30px;
      column-gap: 60px;
      row-gap: 20px;
  }
    .about_section_one__content,
    .about_section_two__content-inner{
      padding: 20px;
    }
    .image-plus-rich-text__content{
         padding-top: 30px; 
    }
      .c-footer__bottom {
      flex-direction: column-reverse;
      text-align: center;
      justify-content: center;
      align-items: center;
    }
  
 /**********************About PAGE ENDS *************/ 


   
 /**********************FAQ PAGE START *************/ 

 .faq-question-text{
     font-size: 16px; 
      text-align: left;
}
.faq-answer{
    font-size: 15px;
  line-height: 24px; 
}
 /**********************FAQ PAGE ENDS *************/ 




/**********************SERVICE PAGE START *************/
.multiple-services__grid{
 grid-template-columns: 1fr;
}

/**********************SERVICE PAGE ENDS *************/


/**********************CONTACT PAGE START *************/

.contact-left-box,
.contact-right-box{
    width: 100%;  
        flex: none;
  padding: 25px 15px;
}


/**********************CONTACT PAGE ENDS *************/


/**********************Medical PAGE START *************/
h2.cta-single-services__heading {
    padding-left: 10px;
    padding-right: 10px;
          font-size: 20px !important;
      line-height: 30px !important;
}
.c-button{
    font-size: 13px; 
    padding: 12px 25px;
}
.wrapper_richtext_img--medical .image-plus-rich-text__content {
           padding-left: 20px;
        padding-right: 20px;
}
.image-plus-rich-text__list li{
         font-size: 15px;
        line-height: 26px; 
}
/**********************Medical PAGE ends *************/


/**********************Home PAGE START *************/

.c-hero__row{
  flex-wrap:wrap;
          flex-direction: column-reverse;
}
.c-hero__left,
.c-hero__right{
width: 100%;
max-width: 100%;
}
.container-hero-content{
        max-width: 500px;
      height: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
}
h6.c-hero__kicker {
    text-align: center;
}
.c-hero__badge{
    left: 50%;
      top: 93%;
      max-width: 500px;
      box-shadow: 0 0 10px #00000042;
}
.c-hero__badge-inner {
    width: 315px;
}
.c-services__grid,
.icp__wrap{
  flex-wrap: wrap;
    justify-content: center;
  row-gap: 20px;

}
.c-services__card{
   height: 350px;
   width: 95%;
}
.icp__left.icp__left--align-left, .icp__right{
 width: 100%; 
}
.c-locations__layout{
     text-align: center; 
      width: 350px;
}
.c-locations__layout{
      flex-wrap: wrap;
}
.icp__left.icp__left--align-left {
    padding: 20px;
}
.c-locations__content{
    text-align: center; 
}
.c-header__announce-inner.page-width{
      padding: 10px 20px;
}
.c-header__announce-text{
      line-height: 25px;
          gap: 5px;
}
.contact-box{
      flex-direction: column-reverse;
}
.icp__pill-text{
     font-size: 14px; 
}
.service-card__image{
          height: 300px;
}
.service-card__image img {
    height: 100%;
    object-fit: cover;
}
.c-services__card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/**********************Home PAGE START *************/

}




/**************RESPONSIVE CSS ENDS*************/

/* Booking widget */
.booking-widget {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 9998;
}

.booking-widget__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 1.4rem 2.4rem;
  border: 0;
  border-radius: 999px;
  background: #00526b;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 40px rgba(176, 210, 220, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  width: 80px;
  text-wrap: wrap;
}

.booking-widget__trigger:hover,
.booking-widget__trigger:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.booking-widget__trigger:focus-visible,
.booking-modal__close:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.booking-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.booking-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.booking-modal__dialog {
  position: relative;
  width: min(92vw, 48rem);
  height: min(82vh, 72rem);
  background: #fff;
  border-radius: 2.4rem;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.booking-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 2rem 2.4rem;
  background: #00526b;
  color: #fff;
}

.booking-modal__title {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", sans-serif;
  font-size: clamp(2.4rem, 2vw, 3.2rem);
  font-weight: 500;
  line-height: 1.1;
}

.booking-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  cursor: pointer;
}

.booking-modal__content {
  height: calc(100% - 8.8rem);
  background: #fff;
}

.booking-modal__content iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

body.booking-modal-open {
  overflow: hidden;
}

@media screen and (max-width: 749px) {
  .booking-widget {
    right: 1.6rem;
    bottom: 1.6rem;
    left: 1.6rem;
  }

  /* .booking-widget__trigger {
    width: 100%;
    min-width: 0;
    min-height: 5rem;
  } */

  .booking-modal {
    align-items: flex-end;
    justify-content: center;
    padding: 0;
  }

  .booking-modal__dialog {
    width: 100vw;
    height: 97%;
    border-radius: 2rem 2rem 0 0;
  }

  .booking-modal__header {
    padding: 1.8rem 2rem;
  }

  .booking-modal__content {
    height: calc(100% - 8.4rem);
  }
}
