/*==========================================================================
1.0 DEFAUL SETTING
========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


html {
  scroll-behavior: smooth;
}

li::marker {
  color: transparent;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 14px;
  font-weight: 300;
  color: #12110eb8;
  line-height: 20px;
}

figure {
  margin: 0;
}

input:focus {
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1430px;
  width: 100%;
  padding: 0px 15px;
  margin-left: auto;
  margin-right: auto;
}




/* Header CSS */

header {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0;
  background-color: #FFFFFF73;
  z-index: 9;
  padding: 4px 10px;
}

.navbar-brand img {
  max-width: 180px;
}

.navbar-toggler {
  padding: 12px 15px;
  background-color: #ffffff21;
  color: #67132F;
  border: 0;
  position: absolute;
  right: 0;
  top: 5px;
}

header .main_btn a {
  padding: 12px 30px;
  font-size: 15px;
}

header .nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #4A5565;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
}

header li.nav-item {
  margin-left: 0;
  line-height: 1;
  width: 100%;
}

header li.nav-item .button {
  display: inline-block;
  padding: 15px 28px;
  border-radius: 22px;
  font-size: 14px;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

header .navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
  z-index: 99;
  width: 100%;
  border-radius: 58px;
  padding: 5px 0px;
}

header .dropdown-item {
  padding: .65rem 1rem;
  font-size: 16px;
}

header .navbar-nav .dropdown-menu {
  position: static;
  padding: 10px 0;
  background: #f9fafb;
  border: 0;
}

header .dropdown-toggle {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 0;
}

.search-container {
    position: absolute;
    width: 48px;
    height: 44px;
    border-radius: 6px;
    background: #ffffff21;
    display: flex;
    align-items: center;
    transition: 0.4s;
    overflow: hidden;
    right: 56px;
    top: 5px;
    cursor: pointer;
}

.search-container.active {
  width:100%;
  max-width: 80%;
  padding: 0 10px;
}

.search-container .icon {
font-size: 17px;
position: absolute;
right: 15px;
color: #67132F;
cursor: pointer;
}

.search-container input {
  border: none;
  outline: none;
  background: transparent;
  margin-left: 4px;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
  color: #fff;
}

.search-container input::placeholder {
  color: #fff;
}

.search-container.active input {
  opacity: 1;
}

.logo-hide {
  transition: 0.3s ease;
}

/* jab search active ho */
.search-active .logo-hide {
  opacity: 0;
   transition: 0.3s ease;
  pointer-events: none; /* optional */
}



/* 
.input-search {
  width: 100%;
  border: 0;
  font-size: 14px;
  outline: none;
  border-radius: 8px;
  background: #FFFFFF1F;
  color: #fff;
  width: 3px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .input-search::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
} */

/* BUTTON */

/* header .btn-search {
  position: absolute;
  right: 15px;
  top: 11px;
  border: none;
  background: transparent;
  color: #67132F;
  font-size: 14px;
  cursor: pointer;
  padding: 1px;
} */


.navbar-collapse {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  padding: 0 0 50px 0px;
    transition: none !important;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.navbar-collapse.show {
  width: 100%;
  height: 100vh !important;
  background: #fff;
  z-index: 999;
}



header .menu-close {
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  background: none;
  font-size: 30px;
  cursor: pointer;
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}

header .navbar-nav {
  gap: 15px;
}


header .dropdown-item {
  padding: 10px 26px;
  font-size: 13px;
}

header .dropdown-toggle::after {
  content: "\f107";
  /* FontAwesome chevron-down */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  border: none;
  margin-left: 8px;
  border: none;
}

header .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
  transition: 0.3s;
}

header .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .navbar-collapse span {
  display: block;
  color: #67132F;
  border-bottom: 1px solid #ddd;
  margin-top: 16px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  padding-left: 15px;
  font-size: 15px;
}


header.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background: #ffffff8a;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 12%);
}



/* ---------------- MOBILE ---------------- */

/* @media (max-width:991px) {

  .input-search {
    padding-right: 45px;
    transition: all .4s ease;
  }

  header .search-box {
    position: relative;
    max-width: fit-content;
    width: 100%;
    position: absolute;
    right: 54px;
    top: 4px;
  }

  header .btn-search:focus~.input-search,
  header .input-search:focus {
    width: 250px;
    border-radius: 0;
    background: #ffffffd6;
    border-radius: 8px;
  }

} */


.floting_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  box-shadow: 0px 25px 50px -12px #00000040;

}

.floting_btn a {
  background: linear-gradient(180deg, #67132F 0%, #CD265E 100%);
  padding: 10px;
  color: #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;

}




/* Hero Banner CSS */


.banner_wrapper {
  /* background-image: url(../images/home/home-hero-img.png); */
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  text-align: center;
}

.banner_wrapper.blog_hero_wrapper {
    height: 70vh;
    align-items: end;
    padding-bottom: 60px;
}

.banner_wrapper.blog_hero_wrapper  .banner_content {
    max-width: 372px;
    width: 100%;
    margin: 0 auto;
}

.banner_wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000061;
  z-index: -1;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -2;
}

.banner_content h1 {
  font-weight: 400;
  display: block;
  font-style: normal;
  letter-spacing: 0.37px;
  font-size: 27px;
  color: #fff;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.banner_content h1 span {
  font-size: 38px;
  letter-spacing: 4px;
  font-weight: 600;
  /* text-shadow: 4px 4px 0px rgb(31 43 59 / 20%); */
  max-width: 700px;
  width: 100%;
  font-style: italic;
}

.banner_content p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  margin: 0 auto;
  max-width: 300px;
  margin-bottom: 35px;
  width: 100%;
}

.banner_content {
  max-width: 675px;
  width: 100%;
  margin: 0 auto;
}


.m_view {
  background-color: #FAEBEB;
  padding: 40px 0;
}


.m_view .main_title h2 {
  color: #46526B;
  font-weight: 500;
  font-size: 24px;
  font-style: italic;
  line-height: 32px;
  margin-bottom: 22px;
}

.m_view .main_title p {
  color: #4A5565;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

.m_view .main_title {
  margin-bottom: 20px;
  max-width: 350px;
  margin: 0 auto;
}

/* Care Solutions CSS */

.main_btn a {
  padding: 14px 25px;
  font-size: 16px;
  border-radius: 38px;
  color: #fff;
  font-weight: 500;
  background: #67132F;
  transition: all 0.3s;
}

.main_title {
  margin-bottom: 20px;
}

.main_title.text-center,
.main_title.text-center h2,
.main_title.text-center p {
  text-align: center;
}

.main_title h2 {
  color: #101828;
  font-weight: 400;
  font-size: 24px;
}

.main_title h2 i {
  color: #67132F;
  font-size: 30px;
  margin-right: 10px;
  display: none;
}

.main_title p {
  color: #4A5565;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.gapping {
  margin-top: 40px;
}

.cs_box {
  position: relative;
  z-index: 0;
  border-radius: 20px;
  margin-bottom: 14px;
}

.cs_box img {
  border-radius: 20px;
}

.cs_box_bg_img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.cs_box:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(to top, #000000a6, #ffff0000);
  z-index: 0;
  border-radius: 20px;
}

.cs_box_content {
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  padding: 14px 22px;
  text-align: center;
  max-width: 100%;
  width: 100%;
  background: #00000052;
  border-radius: 0 0 20px 20px;
  z-index: 2;
}

.cs_box_content h4 img {
  background-color: #F0E7EA;
  border-radius: 11px;
  padding: 5px 7px;
  max-width: 35px;
  width: 100%;
  margin-right: 10px;
}

.cs_box_content h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 400;
}

.cs_box_content p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.cs_box_content .len_mr {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.cs_box_content .len_mr i {
  margin-left: 10px;
  margin-bottom: -4px;
}


/* Awards & Recognition CSS */

.awd_wrapper {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #DDC9D0, #ffff0000);
  padding: 20px 0 20px 0;
}

/* fade + slide effect */
.awd_wrapper.hide-text .awd_box {
  opacity: 0;
  transform: translateX(-20px);
  pointer-events: none;
}

.awd_wrapper.hide-text .awd_box {
  width: 0;
  overflow: hidden;
  padding: 0;
}

.awd_box {
  width: 50%;
  padding-right: 10px;
  opacity: 1;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.m_flex_row {
  /* display: flex; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.awd_wrapper a {
  font-size: 11px;
  color: #000000;
  font-weight: 400;
}


.awd_wrapper.active a {
  color: #fff;
}

.awd_wrapper.active .awd_box_img img {
  max-width: 200px;
  width: 100%;
}

.awd_wrapper a i {
  margin-left: 5px;
}

.awd_box p {
  background-color: transparent;
  padding: 0;
  border-radius: 10px;
  box-shadow: none;
  font-size: 11px;
  color: #364153;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 17px;
  margin-bottom: 15px;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.awd_box_img {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  width: 50%;
}

/* 👉 ONLY THIS LINE DOES THE MAGIC */
.awd_box_img img {
  flex: 0 0 85%;
  /* 85% = 1st full + ~15% next image visible */
  max-width: 85%;
  border-radius: 20px;
}

.awd_wrapper.hide-text {
  background: #67132F;
}


.awd_wrapper.hide-text .main_title h2 {
  color: #fff;
}

.awd_wrapper.hide-text .awd_box {
  display: none;
}


.awd_box_img.active {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.awd_box_img img {
  width: 50%;
  flex: 0 0 50%;
  scroll-snap-align: start;
}


/* width */
.awd_box_img::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}

/* Track */
.awd_box_img::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.awd_box_img::-webkit-scrollbar-thumb {
  background: transparent;
}



.awd_box_img img {
  max-width: 200px;
  width: 100%;
  border-radius: 20px;
}

.awd_box p img {
  max-width: 18px;
  width: 100%;
}

.flex_row {
  gap: 15px;
  display: flex;
  align-items: center;
  overflow-x: scroll;
}

.awd_box img {
  max-width: 300px;
  width: 100%;
  border-radius: 20px;
}

.awd_box_img.active img {
  max-width: 174px;
  width: 100%;
  border-radius: 20px;
}

.awd_box_img {
  scroll-behavior: smooth;
}

.awd_wrapper.hide-text .awd_box {
  display: none;
}

.awd_wrapper.hide-text .awd_box_img {
  width: 100%;
}


/* Our Solutions CSS */


.ur_solution_wrapper {
    background-color: #F9FAFB;
    padding: 40px 0;
    overflow: hidden;
}

.ur_solution_wrapper .nav-pills .nav-link {
    border-radius: 12px;
    color: #364153;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #cccccc;
    width: 100%;
    padding: 11px 10px;
}

.ur_solution_wrapper .nav-pills .nav-link i {
  margin-right: 7px;
}

.ur_solution_wrapper li.nav-item {
  margin-left: 0;
  max-width: fit-content;
  width: 100%;
}

.ur_solution_wrapper .nav-pills .nav-link.active,
.ur_solution_wrapper .nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #67132f !important;
}

.ur_solution_wrapper ul.nav {
  justify-content: space-around;
}

.ur_solution_slider {
  padding-left: 20px;
}

.ur_solution_box {
  max-width: 390px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

.ur_solution_box_img img {
  border-radius: 20px;
}



.ur_solution_box_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #00000099;
    padding: 4px 20px 20px 20px;
}

.ur_solution_box_content h4 a {
  font-weight: 400;
  color: #fff;
  font-size: 18px;
}

.residences .ur_solution_box_content h4 a {
    color: #FEFEFE;
}

.residences .ur_solution_box_content p a {
    color: #E7D6DC;
}

.ur_solution_box_content h4, .ur_solution_box_content p {
    margin-bottom: 0;
    margin-top: 7px;
}

.ur_solution_box_content p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.ur_solution_box_content p a {
  color: #fff;
  font-size: 14px;
}

.slick-list {
  margin-left: -12px;
  margin-right: -12px;
}

.slick-slide {
  margin-left: 12px;
  margin-right: 12px;
}

.slick-dots li button:before {
  content: "";
  display: block;
  width: 10px !important;
  height: 10px !important;
  background: #D1D5DC;
  color: transparent !important;
  border-radius: 50px;
  opacity: 1 !important;
  transition: width 0.4s ease, background 0.4s ease;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  width: 32px !important;
  background: #800020;
  transition: width 0.4s ease, background 0.4s ease;

}

.slick-dots li {
  margin: 0 0px !important;
  transition: width 0.4s ease, background 0.4s ease;
}

.slick-dots li.slick-active {
  width: 40px;
}

.slick-dots {
  bottom: -45px !important;
  left: 0;
}

.ur_solution_wrapper .tab-content {
  margin-top: 20px;
}


/* Number & Rating CSS */

.num_counter_wrapper {
  margin: 40px 0 10px 0;
}

#counter li {
  flex: 1;
  text-align: center;
  font-size: 12px;
  color: #4A5565;
  align-items: center;
  display: grid;
  justify-content: center;
  gap: 7px;
  position: relative;
}

#counter li:after {
  content: '';
  background-color: #67132f24;
  top: 0px;
  left: 1px;
  width: 1px;
  height: 105%;
  position: absolute;
}

#counter li:first-child:after {
  display: none;
}


#counter span.percent:after {
  content: "+";
  display: inline-block;
}

.num_counter_wrapper span.count,
.num_counter_wrapper .n-count {
  font-size: 28px;
  color: #67132f;
}

span.num_title {
  display: block;
  margin-top: 2px;
  max-width: 88px;
  line-height: 16px;
}

.num_counter_wrapper ul {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background: #FBF8F8;
  padding: 15px 3px;
  border-radius: 20px;
}


/* News Section CSS */

.news_slider .slick-center {
transform: scale(1.01)!important;
opacity: 1!important;
}



.news_slider {
margin-top: 45px;
}

.news_slider .slick-slide {
transform: scale(0.85);
transition: 0.3s;
opacity: .8;
}




.news_wrapper {
  background-color: #F9FAFB;
  padding: 40px 0;
  overflow: hidden;
}

.news_slide_box {
  max-width: 440px;
  width: 100%;
  box-shadow: 0px 10px 15px -3px #0000001A;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}

.news_slider_arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #101828;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.news_slider_media {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #1447E6;
  background: #ffffff;
  font-size: 13px;
  padding: 5px 14px;
  border-radius: 18px;
}

.news_slider_media i {
  margin-right: 5px;
}

.news_slide_box img {
    border-radius: 20px 20px 0 0;
    height: 260px;
    width: 100%;
    object-fit: cover;
}

.news_slide_box h4 {
  line-height: 15px;
  margin-bottom: 12px;
}

.news_slider {
  padding-left: 10px;
  padding-right: 10px;
}

.news_slide_box h4 a {
  font-weight: 400;
  color: #101828;
  font-size: 14px;
}

.news_slide_box p {
  color: #6A7282;
  font-size: 12px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}

.news_slide_box p span i {
  margin-right: 5px;
}

.news_slide_box_content {
  padding: 25px;
}

.n_read_more a.len_mr {
  color: #67132f;
  font-weight: 500;
  border-bottom: 2px solid;
  font-size: 14px;
}

.news_wrapper .n_read_more {
  margin-top: 55px;
}

.news_wrapper .slick-prev {
  left: 5px;
}

.news_wrapper .slick-next {
  right: 5px;
}

.news_wrapper .slick-arrow {
  background: #fff;
  box-shadow: 0px 10px 15px -3px #0000001A;
  border-radius: 50%;
  max-width: 35px;
  width: 100%;
  height: 35px;
  z-index: 99;
}


/* About Antara CSS */

.home_about_wrapper {
  overflow: hidden;
}

.home_about_wrapper .flex_row::-webkit-scrollbar-thumb {
  background: transparent;
}

/* width */
.home_about_wrapper .flex_row::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/* Track */
.home_about_wrapper .flex_row::-webkit-scrollbar-track {
  background: transparent;
}

.home_about_video {
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  position: relative;
}

.home_about_video iframe {
  border: 0;
  border-radius: 20px 20px 0 0;
}

.home_about_wrapper h5 {
  font-size: 16px;
  font-weight: 400;
  color: #101828;
  margin-bottom: 15px;
}

.home_about_left_column {
  width: 89%;
}

.home_about_right_column {
  width: 85%;
}

.video_detial {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px;
}

.video_detial img {
  border-radius: 50%;
}

.video_detial h5 {
  color: #101828;
  font-size: 16px;
  margin-bottom: 10px;
}

.video_detial p {
  color: #4A5565;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 10px;
}

.video_detial span {
  color: #6A7282;
  font-size: 12px;
  font-weight: 400;
}

.home_about_left_wrapper {
  background: linear-gradient(135deg, rgba(103, 19, 47, 0.05) 0%, rgba(103, 19, 47, 0.1) 100%);
  padding: 30px 20px 20px 20px;
  text-align: center;
  border-radius: 20px;
  height: 560px;
  max-width: 310px;
}


.home_about_left_wrapper p {
  font-size: 12px;
  color: #364153;
  line-height: 22px;
  font-weight: 500;
}


.home_about_wrapper .main_btn {
  margin: 20px 0 45px 0;
  text-align: center;
}

.home_about_wrapper .main_btn a {
  display: block;
}


/* Footer CSS */

footer {
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 30px 0 0px 0;
  overflow: hidden;
  background-color: #67132F;
}


.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}


.footer-logo {
  margin-bottom: 10px;
}

.footer-logo img {
  max-width: 200px !important;
  width: 100%;
}

.footer-text p {
  margin-bottom: 14px;
  line-height: 28px;
  color: #99A1AF;
}

.footer-social-icon span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-social-icon a img {
  max-width: 37px;
  width: 100%;
  margin-right: 8px;
  margin-top: 27px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff24;

}


.footer-widget-heading h3 {
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 20px;
  font-weight: 400;
  position: relative;
  color: #D1D5DC;
}

.footer-widget ul li {
  margin-bottom: 5px;
}

.footer-widget ul li a:hover {
  color: #fff;
}

.footer-widget ul li a {
  color: #99A1AF;
  font-size: 14px;
  font-weight: 400;
}

.footer-widget ul li a:hover {
  color: 99A1AF;
}

.copyright-area {
  margin-top: 40px;
}

.copyright-text p {
  font-size: 14px;
  color: #F6EAEC;
  margin-bottom: 7px;
}

.copyright-text p a {
  font-size: 14px;
  color: #F6EAEC;
}

.footer_b_text {
  display: flex;
  justify-self: center;
  gap: 40px;
  position: relative;
}

.footer_b_text:after {
  content: '';
  left: 46%;
  top: 11px;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #F6EAEC;
}


.news_letter {
    border-top: 0.71px solid #973B5A;
    margin-top: 35px;
    padding-top: 35px;
    margin-bottom: 25px;
}

.news_letter label {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.news_letter .news_letter_input {
    background: #FCFCFC3B;
    border: 0.4px solid #EEF1F5;
    border-radius: 24px;
    padding: 9px 20px;
    width: 100%;
    font-size: 16px;
    color: #fff;
}


.news_letter input[type="submit"] {
    border: 0.4px solid #FFFFFF;
    background: transparent;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    border-radius: 24px;
    padding: 9px 20px;
}
 
.news_letter .news_letter_input::placeholder {
  color: #C9D0DF;
  font-weight: 400;
}

/* Contact Page CSS */

.contact_banner_wrapper {
  height: 60vh;
}


.contact_banner_wrapper .banner_content {
  position: absolute;
  background: #00000059;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 50px 0;
  left: 0;
  max-width: 100%;
}

.contact_banner_wrapper .banner_content h1 {
  max-width: 286px !important; 
    margin-bottom: 17px;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 30px;
}

.contact_banner_wrapper .banner_content p {
    font-size: 18px;
    line-height: 26px;
    max-width: 310px !important;
    margin-bottom: 0px !important;
    width: 100%;
}

.contact_banner_wrapper  .banner_buttons {
    margin-top: 20px;
}

.contact_us_main {
  margin-top: 30px;
}
 .contact_us_main  .main_title p {
        font-size: 16px;
    }


.contact_us {
    background: #fff;
    box-shadow: 0px 10px 15px -3px #0000001A;
    padding: 26px 35px 26px 35px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.contact_us_main .container {
    padding: 0 0px;
}


    a.contact-card {
    border: 0.71px solid #F3F4F6;
    width: 100%;
    padding: 30px 20px;
    border-radius: 20px;
        margin-bottom: 15px;
        display: block;
}


/* form Css */
.cont_form {
  width: 100%;
}

form.form_name label {
  font-size: 16px;
  font-weight: 400;
  color: #0A0A0A;
}

.cont_form .form-group {
  margin-top: 20px;
}

form.form_name input {
  font-weight: 400;
  font-size: 15px;
  color: #717182;
  border: 0;
  margin-top: 4px;
  width: 100%;
  background: #F3F3F5;
  padding: 10px 9px;
  border-radius: 10px;
  height: 51px;
}

form.form_name input:focus-visible {
  outline: none;
}

form.form_name select {
  border: 0;
  width: 100%;
  background: #F3F3F5;
  height: 51px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #717182;
  margin-top: 4px;
  padding: 10px 9px;
}

form.form_name textarea {
  border: 0;
  width: 100%;
  background: #F3F3F5;
  height: 150px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #717182;
  margin-top: 4px;
  padding: 10px 9px;
}

form.form_name select:focus-visible {
  outline: none;
}

/* button */
.input_button input {
  width: 100%;
  max-width: 350px;
  background: #67132F !important;
  color: #fff !important;
  border-radius: 50px !important;
  margin-top: 27px !important;
}

.input_button {
  text-align: center;
}

.safe_input {
  display: flex;
  gap: 7px;
  justify-content: center;
  margin-top: 30px;
  align-items: center;
}

.safe_input  p {
    font-size: 14px;
    font-weight: 400;
    color: #6A7282;
    line-height: 22px;
    margin-bottom: 0;
}

.safe_input i {
  color: #67132F;
}

/* Or Reach Us Directly */
.box_one .icon_contact .cn_icon {
    border-radius: 50%;
    background: #FFF1F2;
    padding: 12px;
    max-width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.box_one h5 {
    font-size: 18px;
    font-weight: 500;
    color: #101828;
    margin-top: 12px;
    margin-bottom: 15px;
}

.box_one p {
  font-size: 14px;
  font-weight: 400;
  color: #4A5565;
  margin-top: 10px;
}

.information {
    display:inline;
    justify-content: center;
    align-items: center;
    gap: 27px;
}

.box_one {
  text-align: center;
}

.contact_information {
  margin-bottom: 70px;
}


/* select location 
    .loc-select {
      position: relative;
      width: 100%;
      margin-bottom: 25px;
    }

    .loc-select span {
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
    }

.loc-select span i {
     color: #67132F;
    }

    .loc-select select {
      width: 100%;
      padding: 10px 10px 10px 30px;
      border: 1px solid #ddd;
      border-radius: 10px;
      height: 60px;
      color: #101828 !important;
      font-size: 18px;
      font-weight: 500
    }

    .loc-select select:focus-visible {
      outline: none;
    } */


.our_location {
    margin-top: 50px;
    margin-bottom: 50px;
}

.head_locations {
  text-align: center;
}

.head_locations img {
  max-width: 100px;
  width: 100%;
}

.our_location .main_title {
  margin-bottom: 25px;
}


.our_location p {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
  max-width: 255px;
    width: 100%;
    margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 7px;
}


.our_location span {
    font-size: 12px;
    color: #000000;
    font-weight: 500;
}

/* 24/7  */

.contact_last p {
    font-size: 16px;
    font-weight: 400;
    color: #364153;
    background: linear-gradient(90deg, #FFFFFF 0%, #FFF3F7 100%);
    padding: 22px 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 40px!important;
}

.contact_last p i {
  font-size: 17px;
  color: #67132F;
  margin-right: 10px;
}



/* Featured Slider */


.featured_slider_box_img img {
  border-radius: 20px 20px 0 0;
}

.featured_slider_box_content {
  padding: 20px;
}

.featured_slider_box_content h4 a {
  font-size: 16px;
  color: #101828;
  font-weight: 400;
}




.featured_slider_box_content p:not(.featured_slider_view_all) {
  font-size: 13px;
  font-weight: 400;
  color: #364153;
  line-height: 18px;
  margin-bottom: 9px;
  display: flex;
}

.featured_slider_box_content p i {
  color: #67132F;
  margin-right: 10px;
}


span.avail_now {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #67132F;
  background: #fff;
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 27px;
}

.d_view a {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  background: #67132F;
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 27px;
  display: flex;
  gap: 5px;
}

.d_view a img {
  max-width: 13px;
}

.featured_slider_box_content span {
  background: #67132f17;
  color: #67132F;
  padding: 4px 12px;
  font-size: 11px;
  border-radius: 28px;
  display: block;
  max-width: fit-content;
  margin: 14px 0 15px 0;
  font-weight: 400;
}

.featured_slider_box_content .main_btn {
  margin-top: 18px;
  margin-bottom: 0px;
}

.featured_slider_box_content .main_btn a {
  padding: 10px 20px;
  font-size: 13px;
  transition: all 0.3s;
  display: block;
  text-align: center;
}

.slick-arrow {
  background: #fff;
  box-shadow: 0px 10px 15px -3px #0000001A;
  border-radius: 50%;
  max-width: 40px;
  width: 100%;
  height: 40px;
  z-index: 99;
}


.slick-arrow img {
  max-width: 8px;
  width: 100%;
}


.featured_slider .slick-prev {
  left: 0;
}

.featured_slider .slick-next {
  right: 0;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #fff;
}

.featured_slider {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding-left: 18px;
}

/* Single care home: center one Slick slide + show CTA / view-all */
.featured_slider.featured-slider--single {
  padding-left: 0;
  padding-right: 0;
  max-width: 343px;
  margin-left: auto;
  margin-right: auto;
}

.featured_slider.featured-slider--single.slick-initialized .slick-track {
  display: flex !important;
  justify-content: center;
  transform: translate3d(0, 0, 0) !important;
  width: 100% !important;
}

.featured_slider.featured-slider--single .slick-slide {
  width: 100% !important;
  max-width: 343px;
}

.featured_slider.featured-slider--single .featured_slider_box {
  transform: scale(1);
  margin-left: auto;
  margin-right: auto;
}

.featured_slider.featured-slider--single .featured_slider_box_content .main_btn,
.featured_slider.featured-slider--single .featured_slider_box_content .featured_slider_view_all {
  display: block;
}

.featured_slider_box_content .main_btn {
  display: none;
}


.featured_slider_box {
  max-width: 425px;
  width: 100%;
  box-shadow: 5px 5px 15px #aaaaaa75;
  border-radius: 20px;
  margin-bottom: 20px;
  transition: transform .6s cubic-bezier(.4, 0, .2, 1);
  transform: scale(.9);
  will-change: transform;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.featured_slider .slick-center {
  margin-top: -30px;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.featured_slider .slick-center .main_btn {
  display: block;
}


.featured_slider_box.slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1.1);
  background: #fff;
  z-index: 9999999;
  position: relative;
}

.featured_slider .slick-track {
  padding-top: 70px;
  padding-bottom: 35px;
}

.featured_slider .slick-slide {
  margin-left: 0px;
  margin-right: 0px;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.featured_slider_wrapper li.nav-item {
  margin-left: 0;
  line-height: 1;
  max-width: 98px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.featured_slider_wrapper .nav-pills .nav-link {
  font-size: 16px;
  color: #9BA5AE;
  font-weight: 400;
  max-width: 240px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.featured_slider_wrapper ul.nav {
  border-bottom: 1px solid #9BA5AE;
  padding-bottom: 0px;
  justify-content: space-between;
  margin-bottom: 50px;
}

.featured_slider_wrapper .nav-pills .nav-link.active,
.featured_slider_wrapper .nav-pills .show>.nav-link {
  color: #67132F !important;
  background-color: transparent;
  border-bottom: 1px solid #67132F;
  border-radius: 0;
  padding-bottom: 8px;
  line-height: 32px;
}

.featured_slider_wrapper .tab-content {
  margin-top: 50px;
}

.trans_btn a {
  padding: 17px 35px;
  border-radius: 38px;
  color: #67132F;
  font-weight: 500;
  border: 1px solid #67132F;
  font-size: 16px;
  transition: all 0.3s;
}

.trans_btn a i {
  margin-left: 10px;
}

.featured_slider_wrapper .trans_btn {
  margin-top: 55px;
  text-align: center;
}

span.avail_now--live {
  color: #e7000b;
}

.featured_slider_box_content .featured_slider_view_all {
  display: none;
  margin: 14px 0 0;
  font-size: 13px;
  text-align: center;
}

.featured_slider_view_all a {
  color: #67132f;
  text-decoration: underline;
  font-weight: 500;
}

.featured_slider .slick-center .featured_slider_box_content .featured_slider_view_all,
.featured_slider.featured-slider--single .featured_slider_box_content .featured_slider_view_all {
  display: block;
}

/* Our Care Homes — always show CTA + view-all on the active slide */
.our-care-homes-block .featured_slider .slick-current .featured_slider_box_content .main_btn,
.our-care-homes-block .featured_slider .slick-current .featured_slider_box_content .featured_slider_view_all,
.our-care-homes-block .featured_slider.featured-slider--single .featured_slider_box_content .main_btn,
.our-care-homes-block .featured_slider.featured-slider--single .featured_slider_box_content .featured_slider_view_all {
  display: block !important;
}

.our-care-homes-block .featured-slider-dots-wrap {
  min-height: 28px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.our-care-homes-block .featured-slider-dots-wrap:empty {
  display: none;
}

/* City tabs — centered (override featured_slider_wrapper space-between) */
.our-care-homes-block .fch-city-tabs {
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: center !important;
  align-items: flex-end;
  gap: clamp(20px, 8vw, 56px);
  width: 100%;
  max-width: 100%;
  margin: 0 auto 24px !important;
  padding: 0 16px 0;
  border-bottom: 1px solid #c5c9ce;
  list-style: none;
}

.our-care-homes-block .fch-city-tabs .nav-item {
  flex: 0 0 auto;
  max-width: none !important;
  width: auto !important;
  margin: 0 !important;
}

.our-care-homes-block .fch-city-tabs .nav-link {
  width: auto !important;
  max-width: none !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.our-care-homes-block .fch-city-tabs:has(> .nav-item:only-child) {
  display: none !important;
  margin-bottom: 0 !important;
}

/* Custom pagination dots (below card — outside white box) */
.our-care-homes-block .fch-slider-dots {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 343px;
  margin: 16px auto 8px;
  padding: 0;
  border: none;
  line-height: 0;
  min-height: 12px;
}

.our-care-homes-block .fch-slider-dots .fch-dot {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: #c9cdd3;
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease, border-radius 0.25s ease;
}

.our-care-homes-block .fch-slider-dots .fch-dot.is-active {
  width: 32px;
  border-radius: 999px;
  background: #67132f;
}

/* Our Care Homes — reset global featured_slider rules that break this block */
.our-care-homes-block .featured_slider {
  padding-left: 0;
  max-width: 100%;
}

.our-care-homes-block .featured_slider .slick-track {
  padding-top: 0 !important;
  padding-bottom: 24px !important;
}

/* Multi-card carousel: undo global single-slide track lock; let Slick control transform */
.our-care-homes-block .fch-care-slider:not(.featured-slider--single).slick-initialized .slick-track {
  display: block !important;
  width: auto !important;
  justify-content: flex-start !important;
}

.our-care-homes-block .fch-care-slider:not(.featured-slider--single) .slick-slide {
  float: left !important;
}

.our-care-homes-block .fch-care-slider.featured-slider--single.slick-initialized .slick-track {
  transform: translate3d(0, 0, 0) !important;
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

.our-care-homes-block .featured_slider.slick-slider,
.our-care-homes-block .featured_slider .slick-list {
  touch-action: pan-x pinch-zoom;
}

.our-care-homes-block .fch-tab-view-all {
  display: block !important;
  max-width: 343px;
  margin: 0 auto 4px;
  padding: 0 18px;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.our-care-homes-block .fch-tab-view-all a {
  color: #67132f;
  text-decoration: underline;
  font-weight: 500;
}

.our-care-homes-block .featured_slider .slick-center {
  margin-top: 0 !important;
}

.our-care-homes-block .featured_slider_box,
.our-care-homes-block .featured_slider_box.slick-slide.slick-current.slick-active.slick-center {
  transform: none !important;
  margin-bottom: 0;
}

.our-care-homes-block.featured_slider_wrapper .tab-content {
  margin-top: 20px !important;
}

.our-care-homes-block .featured_slider_box_content .main_btn {
  display: none;
}

/* Our Care Homes — vertical card stack (image top, content below) */
.our-care-homes-block .featured_slider_box {
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 5px 5px 15px rgba(170, 170, 170, 0.46);
}

.our-care-homes-block .featured_slider_box_img {
  width: 100%;
  flex-shrink: 0;
}

.our-care-homes-block .featured_slider_box_img_inner {
  width: 100%;
  line-height: 0;
}

.our-care-homes-block .featured_slider_box_img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.our-care-homes-block .featured_slider_box_content {
  width: 100%;
  padding: 16px 18px 20px;
  text-align: left;
  box-sizing: border-box;
}

.our-care-homes-block .featured_slider_box_content .fch-card-title,
.our-care-homes-block .featured_slider_box_content .fch-card-title a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #101828;
  line-height: 1.35;
  margin: 0 0 14px;
}

/* Detail rows — icon + text list (not pink pills) */
.our-care-homes-block .fch-card-details {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.our-care-homes-block .fch-card-details li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  color: #364153;
  margin-bottom: 10px;
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.our-care-homes-block .fch-card-details li:last-child {
  margin-bottom: 0;
}

.our-care-homes-block .fch-card-details li i {
  flex-shrink: 0;
  width: 18px;
  color: #67132f;
  margin-top: 2px;
  text-align: center;
}

/* Prevent global span pill style on detail text */
.our-care-homes-block .featured_slider_box_content p span,
.our-care-homes-block .fch-card-details span {
  background: none !important;
  color: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline !important;
  border-radius: 0 !important;
  max-width: none !important;
}

.our-care-homes-block .featured_slider_tag,
.our-care-homes-block .featured_slider_box_content .featured_slider_tag {
  display: inline-block;
  background: #67132f17;
  color: #67132f;
  padding: 6px 14px;
  font-size: 11px;
  border-radius: 28px;
  margin: 12px 0 16px;
}

.our-care-homes-block .featured_slider_box_content .main_btn {
  display: block !important;
  margin-top: 4px;
  margin-bottom: 0;
}

.our-care-homes-block .featured_slider_box_content .main_btn a {
  display: block;
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 999px;
  text-align: center;
}

.our-care-homes-block .featured_slider_box_content .featured_slider_view_all {
  display: block !important;
  margin: 14px 0 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.our-care-homes-block .featured_slider_box_content .featured_slider_view_all a {
  color: #67132f;
  text-decoration: underline;
  font-weight: 500;
}

.our-care-homes-block .featured_slider_box_content .featured_slider_view_all a i {
  margin-left: 4px;
}

/* Show CTA + view-all on center / active / single slide */
.our-care-homes-block .featured_slider .slick-center .featured_slider_box_content .main_btn,
.our-care-homes-block .featured_slider .slick-current .featured_slider_box_content .main_btn,
.our-care-homes-block .featured_slider.featured-slider--single .featured_slider_box_content .main_btn {
  display: block !important;
}

.our-care-homes-block .featured_slider .slick-center .featured_slider_box_content .featured_slider_view_all,
.our-care-homes-block .featured_slider .slick-current .featured_slider_box_content .featured_slider_view_all,
.our-care-homes-block .featured_slider.featured-slider--single .featured_slider_box_content .featured_slider_view_all {
  display: block !important;
}

.our-care-homes-block .featured_slider .slick-slide:not(.slick-center):not(.slick-current) .featured_slider_box_content .main_btn {
  display: none !important;
}

/* Mobile: Our Care Homes — full-width stacked card */
@media (max-width: 767px) {
  .our-care-homes-block.featured_slider_wrapper {
    overflow-x: hidden;
  }

  .our-care-homes-block .container {
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    z-index: 2;
  }

  .our-care-homes-block .fch-city-tabs {
    justify-content: center !important;
    gap: clamp(24px, 10vw, 48px);
    margin-bottom: 20px !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    position: relative;
    z-index: 1;
  }

  .our-care-homes-block .fch-city-tabs::-webkit-scrollbar {
    display: none;
  }

  .our-care-homes-block .fch-city-tabs .nav-item {
    max-width: none;
    width: auto;
    flex: 0 0 auto;
  }

  .our-care-homes-block .fch-city-tabs .nav-link {
    width: auto;
    max-width: none;
    font-size: 15px;
    padding: 0 2px 10px;
    white-space: nowrap;
  }

  .our-care-homes-block .fch-city-tabs:has(> .nav-item:only-child) {
    display: none;
    margin-bottom: 0;
  }

  .our-care-homes-block.featured_slider_wrapper .tab-content {
    margin-top: 12px !important;
    width: 100%;
    overflow: hidden;
  }

  .our-care-homes-block .tab-pane {
    width: 100%;
    max-width: 100%;
  }

  .our-care-homes-block .featured_slider {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0 8px;
    box-sizing: border-box;
  }

  .our-care-homes-block .featured_slider .slick-list {
    overflow: hidden;
    margin: 0 auto;
  }

  .our-care-homes-block .featured_slider .slick-track {
    padding-top: 0 !important;
    padding-bottom: 12px !important;
  }

  .our-care-homes-block .featured_slider.slick-slider,
  .our-care-homes-block .featured_slider .slick-list {
    touch-action: pan-x pinch-zoom;
  }

  .our-care-homes-block .fch-care-slider .slick-slide {
    height: auto !important;
  }

  .our-care-homes-block .fch-care-slider .slick-slide > div {
    display: block !important;
    width: 100%;
    max-width: 100%;
  }

  .our-care-homes-block .featured_slider_box {
    width: 100% !important;
    max-width: 343px !important;
    margin: 0 auto !important;
    transform: none !important;
  }

  .our-care-homes-block .featured_slider_box_content {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .our-care-homes-block .featured_slider_box_content .fch-card-title,
  .our-care-homes-block .featured_slider_box_content .fch-card-title a {
    font-size: 17px;
    word-wrap: break-word;
  }

  .our-care-homes-block .fch-card-details li {
    font-size: 13px;
  }

  .our-care-homes-block .featured_slider_tag {
    display: inline-block !important;
    max-width: 100%;
    white-space: normal;
    writing-mode: horizontal-tb;
  }

  .our-care-homes-block .featured_slider_box_content .main_btn,
  .our-care-homes-block .featured_slider .slick-slide .featured_slider_box_content .main_btn,
  .our-care-homes-block .fch-tab-view-all {
    display: block !important;
    width: 100%;
    max-width: 100%;
  }

  .our-care-homes-block .featured_slider_box_content .main_btn a {
    width: 100%;
    box-sizing: border-box;
    border-radius: 999px;
  }

  .our-care-homes-block .featured_slider .slick-prev {
    left: 0;
    z-index: 5;
  }

  .our-care-homes-block .featured_slider .slick-next {
    right: 0;
    z-index: 5;
  }

  .our-care-homes-block .fch-slider-dots {
    max-width: min(343px, calc(100vw - 32px));
    margin-top: 20px;
  }
}

/* Our Care Homes — pill dots under carousel (appendDots target) */
.our-care-homes-block .featured-slider-dots-wrap .slick-dots,
.our-care-homes-block .featured_slider .slick-dots {
  position: relative;
  bottom: auto;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 8px auto 0;
  padding: 0;
  width: 100%;
  line-height: 0;
}

.our-care-homes-block .featured-slider-dots-wrap .slick-dots li,
.our-care-homes-block .featured_slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.our-care-homes-block .featured-slider-dots-wrap .slick-dots li button,
.our-care-homes-block .featured_slider .slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
}

.our-care-homes-block .featured-slider-dots-wrap .slick-dots li button:before,
.our-care-homes-block .featured_slider .slick-dots li button:before {
  content: "" !important;
  opacity: 1 !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #c9cdd3 !important;
  color: transparent !important;
}

.our-care-homes-block .featured-slider-dots-wrap .slick-dots li.slick-active,
.our-care-homes-block .featured_slider .slick-dots li.slick-active {
  width: 36px !important;
}

.our-care-homes-block .featured-slider-dots-wrap .slick-dots li.slick-active button,
.our-care-homes-block .featured_slider .slick-dots li.slick-active button {
  width: 36px !important;
  height: 10px !important;
}

.our-care-homes-block .featured-slider-dots-wrap .slick-dots li.slick-active button:before,
.our-care-homes-block .featured_slider .slick-dots li.slick-active button:before {
  width: 32px !important;
  height: 8px !important;
  border-radius: 999px !important;
  background: #67132f !important;
}



/* Families Speak Slider  */

.families_speak_slider_wrapper .slick-center {
transform: scale(1.01) !important;
    opacity: 1 !important;
}

.families_speak_slider_wrapper .slick-slide {
transform: scale(0.85);
transition: 0.3s;
opacity: .8;
}

.families_speak_slider_wrapper .slick-dots {
    bottom: -42px !important;
    left: 0;
}



.fs_box {
  box-shadow: 0px 10px 15px -3px #0000001A;
  max-width: 380px;
  width: 100%;
  border-radius: 20px;
}



.fs_box img {
    border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    height: 180px;
    width: 100%;
    object-fit: cover;
}


.fs_box p {
    color: #364153;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}


.fs_box_content {
    padding: 27px 24px;
    height: 220x;
}

.fs_box_detail {
  display: flex;
  gap: 10px;
  align-items: center;
}



.fs_box_detail h4 {
    font-size: 14px;
    font-weight: 400;
    color: #101828;
    margin-bottom: 0px;
}

.fs_box_detail span {
    font-size: 12px;
    font-weight: 400;
    color: #4A5565;
    line-height: 15px;
    display: block;
    margin-top: 5px;
}

.fs_box_detail img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    object-fit: cover;
}

.families_speak_slider {
    padding-left: 0;
    margin-top: 39px;
}

.families_speak_slider .slick-track {
  margin-bottom: 20px;
}


.families_speak_slider .slick-prev {
  left: 5px;
}

.families_speak_slider .slick-next {
  right: 5px;
}



/* Blog Page CSS */

.blog_tab ul.nav {
  margin-bottom: 24px;
  margin-top: 0px;
  justify-content: left;
  gap: 10px;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: scroll;
  padding-bottom: 10px;
}

.blog_tab .nav-pills .nav-link {
  padding: 9px 24px;
  border-radius: 40px;
  border: 1px solid #ddd;
  background: white;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #364153;
}

.blog_tab .nav-pills .nav-link i {
  margin-right: 10px;
}

.blog_tab .nav-pills .nav-link.active,
.blog_tab .nav-pills .show>.nav-link {
  background: #8c1d2c;
  color: #fff;
}

/* hero */

.b_blog {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.b_blog img {
    width: 100%;
    height: 215px;
    object-fit: cover;
}

.b_blog-content {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 20px 20px 23px 24px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
}

.b_blog-content .tag {
  background: #ffffff4f;
  color: #ffffff;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}

.b_blog-content h4 {
  font-size: 24px;
  margin: 22px 0 13px 0px;
  font-weight: 500;
  /* width: 80%; */
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.b_blog-content p {
  font-size: 14px;
  font-weight: 400 !important;
  max-width: 650px;
  width: 100%;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.b_blog-content a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  max-width: fit-content;
}

/* Cards */

.blog_cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin: 10px;
}

.blog_card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}





.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 20px 20px 20px;
    background: linear-gradient(#0000007d, rgb(0 0 0 / 54%));
    color: white;
}

.overlay span {
    background: #F9E8EE;
    color: #67132F;
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
}


.overlay h3 {
    font-size: 20px;
    margin-top: 22px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
}


.meta {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.meta p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  margin-bottom: 0px;
}

.meta a {
  font-size: 14px;
  font-weight: 600;
  color: white;
  text-decoration: none;
}



.blog_tab .main_btn {
    text-align: center;
    margin: 35px 0px 70px 0px;
}

#load-more-btn {
  padding: 13px 25px;
  font-size: 14px;
  border-radius: 38px;
  color: #fff;
  border: none;
  font-weight: 500;
  background: #67132F;
  transition: all 0.3s;
}

/* costomer care */


.customer_care {
  text-align: center;
  background: linear-gradient(to bottom, transparent, #67132f63);
  padding: 10px 0 50px 0;
}

.customer_care .main_btn {
  margin-top: 40px;
}

.customer_care h2 {
  font-size: 24px;
  font-weight: 400;
  color: #101828;
  margin-bottom: 20px;
  line-height: 33px;
}

.customer_care p {
  font-size: 14px;
  font-weight: 400;
  color: #4A5565;
  margin-bottom: 10px;
  line-height: 23px;
}



/* Blog Searchbar */

.blog_searchbar {
  margin-top: -35px;
}

.blog_searchbar form {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.blog_searchbar .form-control {
  padding: 22px 45px;
  border-radius: 55px;
  box-shadow: 0px 10px 15px -3px #0000001A;

}

.blog_searchbar form input[type="search"]::placeholder {
  color: #0A0A0A80;
  font-size: 18px;
  font-weight: 400;
}

.blog_searchbar .btn {
  top: 11px;
  color: #67132f;
  position: absolute;
  right: 22px;
  font-size: 20px;
}

.blog_searchbar i.bi.bi-geo-alt {
  color: #0A0A0A80;
  top: 20px;
  left: 17px;
  position: absolute;
  font-size: 20px;
}

.blog_tab {
  margin-top: 40px;
}

/* Blog Slider */

.c_blog_slider .news_slide_box p {
  margin-bottom: 15px;
  line-height: 19px;
}

.c_blog_slider .news_slide_box p a {
  color: #4A5565;
  font-size: 12px;
}

.blog_cate {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 13px;
  padding: 5px 14px;
  border-radius: 18px;
  color: #1447E6;
  background: #EFF6FF;
}


.c_blog_slider_box:nth-child(4n+1) .blog_cate {
  color: #007A55;
  background: #ECFDF5;
}

.c_blog_slider_box:nth-child(4n+2) .blog_cate {
  color: #1447E6;
  background: #EFF6FF;
}

.c_blog_slider_box:nth-child(4n+3) .blog_cate {
  background: #FFF1F2;
  color: #C70036;
}

.c_blog_slider .red_more {
  color: #67132F;
  font-size: 13px;
  font-weight: 500;
}

.news_slider .slick-slide,
.ur_solution_slider .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
}

.families_speak_slider .slick-slide{
  margin-left: 5px;
  margin-right: 5px;
}

.experience_care_box {
  position: relative;
  width: 100%;
  border-radius: 20px;
}

.experience_care_box img {
  border-radius: 20px;
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.experience_care_box:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, #000000a6, #ffff0000);
  border-radius: 20px;
}

.experience_care_box_content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
}

.experience_care_box_content h4 a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.experience_care_box_content p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin: 8px 0 0;
  line-height: 1.4;
}




.experience_care_slider_wrapper .slick-prev {
  left: -7px;
}

.experience_care_slider_wrapper .slick-slide {
  margin-left: 6px;
  margin-right: 6px;
}

.experience_care_slider_wrapper .slick-next {
  right: 20px;
}

.experience_care_slider_wrapper {
  padding-left: 10px;
}

.experience_care_slider_wrapper .n_read_more {
  margin-top: 70px;
}

.experience_care_slider_wrapper .slick-dots {
  bottom: -48px;
  left: 0;
}


/* Blog Detail Page */

.banner_wrapper.text-left .banner_content h1 {
  text-align: left;
  max-width: 950px;
  width: 100%;
  margin: 0;
  margin-bottom: 18px;
}

.blog_detail_hero .banner_content {
  background: #0000003d;
  max-width: 675px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 20px;
}

.blog_detail_hero .banner_content h1 {
    max-width: 380px!important;
    font-size: 24px!important;;
}

.blog_key {
  background: #fff;
  border-left: 4px solid #b21f2d;
  padding: 15px 20px;
  margin: 30px 0;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.blog_key h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #364153;
}

.key_text {
  display: flex;
  gap: 10px;
}

.key_text p {
  font-size: 14px;
  font-weight: 400;
  color: #364153;
  margin-bottom: 5px;
}

.key_text i {
  font-size: 15px;
  font-weight: 500;
  color: #67132F;
}

.blog_detail_content p {
  font-size: 14px;
  color: #364153;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
}


.blog_detail_content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #101828;
  margin-top: 20px;
}

.flat_point h3 {
  font-size: 20px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 20px;
  margin-top: 40px;
}

.flat_point_text {
  margin-bottom: 12px;
}

.flat_point_text strong {
  font-size: 16px;
  font-weight: 700;
  color: #101828;
}

.flat_point_text p {
  font-size: 14px;
  font-weight: 400;
  color: #364153;
  margin-top: 2px;
}

.blog_care {
  border-left: 5px solid #101828;
  margin-bottom: 30px;
  margin-top: 40px;
  padding: 5px 20px;
}

.blog_care h3 {
  font-size: 27px;
  font-weight: 400;
  line-height: 46px;
  color: #1E2939;
  font-style: italic;
}

.blog_auth {
  border: 1px solid #E5E7EB;
  padding: 14px 20px;
  border-radius: 7px;
  margin-bottom: 7px;
  margin-top: 26px;
  max-width: 320px;
  width: 100%;
}

.blog_auth_text {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}

.blog_auth_text i {
  font-size: 20px;
  color: #00A63E;
}


.blog_auth_text h3 {
  font-size: 14px;
  font-weight: 700;
  color: #101828;
  margin-bottom: 0;
  margin-top: 0;
}

.blog_auth_text p {
  font-size: 14px;
  font-weight: 400;
  color: #4A5565;
  margin-bottom: 0;
}

.s_cta {
  background: #67132F;
  padding: 28px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 35px;
}

.s_cta h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
}

.s_cta p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #fff;
}

.s_cta .main_btn a {
  color: #67132F;
  background: #fff;
}

.hero_ul_flex_box {
  display: flex;
  gap: 4px;
  width: 100%;
  max-width: 140px;
}

.hero_ul_flex_box span {
  background: #ffffff42;
  height: 22px;
  max-width: 25px;
  width: 100%;
  padding: 6px;
  border-radius: 50%;
  line-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 9px;
}

.hero_ul_flex_box h5 {
  font-size: 11px;
  font-weight: 500;
  color: #FFFFFFE5;
  margin-bottom: 0;
  white-space: nowrap;
}

.hero_ul_flex_box p {
  margin-bottom: 0 !important;
  font-size: 10px !important;
  color: #FFFFFFBF;
  font-weight: 400;
  text-align: left;
  line-height: 19px !important;
}

.hero_ul_flex {
  background-color: #0600003B;
  padding: 10px;
  border-radius: 15px;
  display: flex;
  align-items: baseline;
  gap: 14px;
  color: #fff;
  max-width: fit-content;

}

.hero_ul_flex_span {
  font-size: 10px;
  color: #ffffffd4;
  font-weight: 400;
  position: relative;
  top: -4px;
  white-space: nowrap;
}

.banner_wrapper.blog_detail_hero {
  position: relative;
  height: 60vh;
}

.banner_wrapper.blog_detail_hero:after {
  content: '';
  position: absolute;
  background-color: #0000007a;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}



@media (max-width: 767px) {


  .awd_box_img>* {
    scroll-snap-align: start;
  }

  .slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 6px;
    position: absolute;
    bottom: 14px;
    right: 10px;
  }

  .dot {
    width: 16px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
  }

  .dot.active {
    background: #67132f;
    width: 30px;
  }


  .news_wrapper {
    order: 1;
  }

  .awd_wrapper {
    order: 2;
    height: 312px;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }

  .awd_wrapper .main_title {
    margin-bottom: 30px;
  }

  .awd_box_img {
    padding-left: 50px;
    scroll-behavior: smooth;
    position: absolute;
    right: -75px;
    width: 64%;
    bottom: 30px;
  }

  .hide-text.active .awd_box_img {
    scroll-behavior: smooth;
    right: 0px;
  }

  .hide-text.active .dot.active {
    background: #fff;
    width: 30px;
  }

  .hide-text.active .dot{
    background: #A17272;
  }
  

  .hide-text.active.awd_wrapper a {
    position: absolute;
    bottom: 10px;
  }

  .hide-text.active .awd_box_img img {
    border: 0;
  }

  .hide-text.active .awd_box_img img:first-child {
    position: relative;
    z-index: 0;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
  }

  .awd_box_img img {
    border: 1px solid #fff;
  }

  .awd_box_img img:first-child {
    position: absolute;
    z-index: -1;
    left: 9px;
    top: 3px;
    width: 100%;
    height: 96%;
  }

  .awd_box {
    width: 59%;
  }

  .awd_box_img {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }


  .awd_wrapper a {
    position: absolute;
    bottom: 30px;
  }

  .desktop_nav {
    display: none;
  }


}

.order_wrapper {
  display: flex;
  flex-direction: column;
}



/* ================================
CARE SOLUTION SECTION
================================ */
.banner_wrapper .banner_content p {
  max-width: 340px;
  margin-bottom: 20px;
}

.banner_wrapper .banner_content h1 {
  max-width: 380px;
  font-size: 32px;
}

.banner_wrapper.as_banner_wrapper .banner_content h1 {
      max-width: 800px;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}

.banner_wrapper.senior_living_hero .banner_content h1 {
  font-size: 28px;
  line-height: 36px;
  max-width: 100%;
  margin-bottom: 20px;
  white-space: nowrap;
}

.banner_wrapper.senior_living_hero .banner_content p.hero_tagline {
  font-size: 24px;
  line-height: 30px;
  max-width: 260px;
  margin-bottom: 20px;
}

.banner_wrapper.senior_living_hero .banner_content p:not(.hero_tagline) {
  font-size: 18px;
  line-height: 24px;
  max-width: 340px;
}

.banner_wrapper.senior_living_hero .banner_buttons .main_btn a.white_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  padding: 12px 18px !important;
}


.as_banner_wrapper.banner_wrapper .banner_content p {
    font-weight: 400;
    max-width: 950px;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 35px;
}

/* Senior Living project pages (children of /senior-living/) */
.banner_wrapper.as_banner_wrapper.senior_living_project_hero .banner_content p {
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: clip;
  max-width: none;
  width: 100%;
  margin-bottom: 35px;
}

.as_banner_wrapper.banner_wrapper .banner_buttons .main_btn a {
    display: block;
    max-width: 335px;
    margin: 0 auto;
    margin-top: 10px;
}
.as_banner_wrapper.banner_wrapper .banner_buttons {
    max-width: 685px;
    width: 100%;
    margin: 0 auto;
}


.as_banner_wrapper .banner_content {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}


.banner_buttons .main_btn a {
  display: block;
  max-width: 290px;
  margin: 0 auto;
  margin-top: 10px;
}


.white_btn {
  background: #ffffff21 !important;
  border: 2px solid #fff;
  padding: 12px 45px !important;
}

.acs-title {
  text-align: center;
  margin-bottom: 40px;
}

.acs-title h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.acs-title p {
  font-size: 16px;
  color: #667085;
}


/* GRID */

.acs-care-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.acs-care-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  justify-items: center;
}


/* CARD */

.acs-care-card {
  position: relative;
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
}

.acs-care-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* DARK OVERLAY */

.acs-care-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
}


/* TEXT CONTENT */

.acs-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  /* color: #fff; */
  z-index: 2;
  max-width: 310px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.acs-overlay h3 {
  font-size: 20px;
  margin-bottom: 7px;
  margin-top: 10px;
  font-weight: 400;
}

.acs-overlay h3 a {
  color: #fff;
}

.acs-overlay h3 a i {
  font-size: 16px;
}

.acs-overlay p {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}

.acs-icon {
  width: 52px;
  height: 52px;
  /* border: 2px solid red; */
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(5px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  padding: 12px;
}

.acs-icon img {
  width: 24px;
}


/* ===========================
COMPREHENSIVE CARE SERVICES
=========================== */



.ccs-heading {
  text-align: center;
  margin-bottom: 50px;
}

.ccs-heading h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 8px;
}

.ccs-heading p {
  font-size: 16px;
  color: #667085;
}


/* GRID */


.ccs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
  margin-bottom: 44px;
}

/* CARD */

.ccs-card {
  background: #fff;
  border-radius: 16px;
  padding: 14px 20px;
  text-align: center;
  box-shadow: 0px 2px 4px 0px #00000040;
  transition: 0.3s;
  height:140px;
}

/* .ccs-card:hover{
  transform:translateY(-5px);
} */


/* ICON */


.ccs-icon {
  width: 50px;
  height: 50px;
  background: #f3e8ec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.ccs-icon img {
  width: 30px;
}


/* TEXT */


.ccs-card p {
  font-size: 13px;
  color: #101828;
  margin: 0;
  font-weight: 400;
}


/* ==============================
OUR CARE STANDARDS
============================== */


.ocs-section {
    background: #F9FAFB;
    padding: 20px 0;
}
.ocs-heading {
  text-align: center;
  margin-bottom: 40px;
}

.ocs-heading h2 {
  font-size: 34px;
  font-weight: 500;
}


/* GRID */



.ocs-grid {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 27px;
  flex-wrap: wrap;
      margin-top: 34px;
}

/* ITEM */

.ocs-item {
  text-align: center;
  max-width: 90px;
  width: 100%;
}

.sn_living_ocs .ocs-item:nth-child(4) {
  max-width: 110px;
  width: 100%;
}

/* ICON */
.ocs-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #eadde2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.ocs-icon img {
  width: 20px;
}

.ocs-icon i {
  font-size: 25px;
  color: #67132F;
}

/* TEXT */

.ocs-item p {
  font-size: 14px;
  color: #364153;
  line-height: 20px;
  margin: 0;
  font-weight: 500;
}

/* ===============================
WHY FAMILIES TRUST US
================================ */

.trust-area {
  padding: 70px 0;
  background: linear-gradient(to top,
      #f8eef1 20%,
      #fdf7f9 30%,
      #ffffff 40%);
}

.trust-title {
  text-align: center;
  margin-bottom: 45px;
}

.trust-title h2 {
  font-size: 34px;
  font-weight: 500;
  color: #1f2937;
}

/* GRID */

.trust-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 22px;
}

/* BOX */


.trust-box {
  text-align: center;
  flex: 1;
  min-width: 84px;
}

/* ICON BOX */

.trust-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.trust-icon img {
  width: 24px;
}

/* TEXT */
.trust-box p {
  font-size: 14px;
  color: #4b5563;
  line-height: 19px;
  margin: 0;
  font-weight: 500;
}

/* ===============================
HOW ANTARA WORKS
================================ */


/* HEADER */

.antara-work-head {
  text-align: center;
  margin-bottom: 50px;
}

.antara-work-head h2 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 6px;
}

.antara-work-head p {
  font-size: 16px;
  color: #6b7280;
}


/* GRID */

.antara-work-grid {
  display: block;
}


/* LEFT IMAGE */

.antara-work-image {
  flex: 1;
}

.antara-work-image img {
  border-radius: 16px;
}


/* RIGHT STEPS */

.antara-work-steps {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 7px;
  margin-top: 26px;
  justify-content: space-between;
}


/* SINGLE STEP */


.antara-step {
  display: block;
  align-items: center;
  gap: 20px;
  text-align: center;
  max-width: 100px;
}

.antara-step p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  margin-top: 11px;
}


/* ICON BOX */

.antara-icon-box {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #efe7ea;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}


.antara-icon-box i {
  font-size: 18px;
  color: #67132F;
}


/* STEP NUMBER */

.antara-step-number {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 2px solid #67132F;
  color: #67132F;
  font-size: 12px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* BUTTON */

.antara-work-btn {
  text-align: center;
  margin-top: 50px;
}



.ach-featured-section {
  padding: 80px 20px;
  background: #f7f7f7;
}

.ach-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */

.ach-featured-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.ach-featured-header h2 {
  font-size: 32px;
  font-weight: 500;
}

.ach-view-all {
  text-decoration: none;
  color: #b07a42;
  font-weight: 500;
}

/* GRID */

.ach-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */

.ach-home-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: .3s;
}

.ach-home-card:hover {
  transform: translateY(-6px);
}

/* IMAGE */

.ach-card-image {
  position: relative;
}

.ach-card-image img {
  width: 100%;
  display: block;
}

.ach-location {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 20px;
}

/* CONTENT */

.ach-card-content {
  padding: 22px;
}

.ach-card-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.ach-card-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.ach-card-btn {
  text-decoration: none;
  padding: 10px 18px;
  background: #8b6c44;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
}

.help-section {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  background-color: #f9f5f7;
  /* very light pinkish – adjust to match your palette */
}

.help-card {
  background: linear-gradient(145deg, #fceff4 0%, #fff8fa 100%);
  border-radius: 24px;
  padding: 60px 50px;
  max-width: 780px;
  width: 100%;
  text-align: center;
  box-shadow:
    0 10px 30px rgba(103, 19, 47, 0.08),
    0 4px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(103, 19, 47, 0.06);
}

.help-title {
  font-size: 38px;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 24px;
  letter-spacing: -0.5px;
}

.help-description {
  font-size: 18px;
  line-height: 1.55;
  color: #4b5563;
  margin: 0 0 44px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.help-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.help-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 38px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.28s ease;
  letter-spacing: 0.2px;
}

.help-btn-outline {
  color: #67132f;
  border: 2px solid #67132f;
  background: transparent;
}

.help-btn-outline:hover {
  background: #67132f;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(103, 19, 47, 0.18);
}

.help-btn-solid {
  background: #67132f;
  color: white;
  border: 2px solid #67132f;
}

.help-btn-solid:hover {
  background: #4f0e23;
  border-color: #4f0e23;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(79, 14, 35, 0.22);
}

/* Responsive adjustments */
@media (max-width: 640px) {
  .help-card {
    padding: 48px 28px;
  }

  .help-title {
    font-size: 32px;
  }

  .help-description {
    font-size: 17px;
  }

  .help-buttons {
    flex-direction: column;
    gap: 16px;
  }

  .help-btn {
    padding: 15px 32px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}


/* NEED HELP CHOOSING */

.care-help-section .care-help-container {
    text-align: center;
    padding: 27px 20px;
    border-radius: 20px;
    background: #67132F;
}

.care-help-section .main_title p {
  color: #fff;
}

.care-help-section .main_title h2 {
  color: #fff;
}

.care-help-section .main_btn a {
  color: #67132F;
  background: #fff;
}

.care-help-buttons {
  flex-direction: column;
  display: flex;
  justify-content: center;
  gap: 2px;
}

.care-btn-outline {
  border: 1px solid #7A1230;
  background: transparent !important;
  color: #7a1230 !important;
  display: none;
}

a.m_btn_view {
  background: transparent !important;
  color: #fff !important;
  font-weight: 300;
}

a.m_btn_view span {
  border-bottom: 1px solid #ffffff8c;
}




/* CONTACT US */

.cx-contact-wrapper {
  padding-top: 50px;
}

.contact_inner_box {
  max-width: 700px;
  margin: 0 auto;
}

.cx-contact-avatar {
  width: 60px;
  height: 60px;
  background: #2d86d8;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto -30px auto;
  border: 4px solid #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}


.cx-contact-card {
    background: #fff;
    padding: 20px 20px;
    border-radius: 24px;
    text-align: left;
    box-shadow: 0px 10px 15px -3px #0000001A;
}


.cx-form-title {
    text-align: start;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
}

.cx-label {
  font-size: 14px;
  color: #444;
  margin-top: 10px;
  display: block;
}

.contact_inner_box .form-control {
width: 100%;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid #ddd;
    margin-top: 6px;
    margin-bottom: 15px;
}

.contact_inner_box input::placeholder {
  color: #0A0A0A80;
}

.contact_inner_box select {
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    background: url(../images/dropdown-arrow.png) no-repeat right white;
    background-position: 95% 21px;
    background-size: 13px;
    display: inline-block;
}


label.form-check-label {
    font-size: 10px;
    line-height: 20px;
    color: #000;
}

.contact_inner_box textarea {
  height: 150px;
}

.contact_inner_box .form-control:focus {
  outline: none;
  border: 1px solid #ddd;
}

.cx-flag {
  background: #f8f8f8;
  padding: 12px;
  font-size: 14px;
}

.cx-textarea {
  width: 100%;
  height: 90px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-top: 6px;
}

.cx-submit-btn {
    display: block;
    margin: 25px auto 0 auto;
    padding: 12px 50px;
    border: none;
    width: 100%;
    max-width: 260px;
    border-radius: 25px;
    background: #67132F;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}


.cx-contact-bottom {
    display: flex;
    gap: 20px;
    margin-top: 24px;
    margin-bottom: 30px;
}

.cx-contact-box {
  flex: 1;
  background: #fff;
  padding: 20px 10px;
  border-radius: 10px;
  box-shadow: 0px 1px 3px 0px #0000001A;
}

.cx-icon {
  font-size: 20px;
  margin-bottom: 5px;
}

.cx-icon {
  background-color: #efe7ea;
  border-radius: 50%;
  font-size: 22px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: flex;
  align-items: anchor-center;
  justify-content: center;
  color: #7a1b2b;
  margin: 0 auto;
  margin-bottom: 12px;
  padding: 14px;
}

.cx-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cx-box-title {
  font-weight: 400;
  color: #666;
  font-size: 12px;
}

.cx-box-text {
  color: #0A0A0A;
  font-size: 14px;
}

.cx-flag-img {
  width: 18px;
  height: 12px;
  object-fit: cover;
}

.cx-country-code {
  font-size: 14px;
  color: #333;
}

.cx-phone-prefix {
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 10px;
  background-color: #F7F7F7;
}

.cx-phone-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
}

.cx-phone-field {
  display: flex;
  gap: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
  height: 45px;
}

section.c_blog_slider.news_wrapper {
  overflow: hidden;
  padding-bottom: 10px;
}

section.experience_care_slider_wrapper {
  overflow: hidden;
  padding-bottom: 10px;
}

section.families_speak_slider_wrapper {
  overflow: hidden;
  padding-bottom: 30px;
}

section.featured_slider_wrapper {
  overflow: hidden;
  padding-bottom: 20px;
}

section.featured_slider_wrapper.our-care-homes-block {
  overflow: visible;
  padding-bottom: 48px;
}

/* Our Care Homes — Swiper carousel */
.our-care-homes-block .fch-care-swiper-wrap {
  position: relative;
  max-width: 343px;
  margin: 0 auto;
  padding: 0 8px;
}

.our-care-homes-block .fch-care-card-shell {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 0;
  transform: none !important;
}

.our-care-homes-block .fch-care-card-shell .fch-care-swiper {
  overflow: hidden;
  width: 100%;
  padding-bottom: 0;
}

.our-care-homes-block .fch-care-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.our-care-homes-block .fch-slide-panel {
  width: 100%;
}

.our-care-homes-block .fch-care-card-shell .fch-tab-view-all {
  display: block !important;
  margin: 0;
  padding: 0 18px 18px;
  text-align: center;
  border-radius: 0 0 20px 20px;
  background: #fff;
}

.our-care-homes-block .fch-swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  margin: 16px auto 0;
  padding: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.our-care-homes-block .fch-swiper-pagination .swiper-pagination-bullet::before {
  background: #c9cdd3;
}

.our-care-homes-block .fch-swiper-pagination .swiper-pagination-bullet-active::before {
  background: #67132f !important;
}

.our-care-homes-block .fch-care-swiper-wrap--single .fch-swiper-prev,
.our-care-homes-block .fch-care-swiper-wrap--single .fch-swiper-next {
  display: none;
}

.our-care-homes-block .fch-swiper-prev,
.our-care-homes-block .fch-swiper-next {
  position: absolute;
  top: 38%;
  z-index: 5;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.our-care-homes-block .fch-swiper-prev {
  left: -4px;
}

.our-care-homes-block .fch-swiper-next {
  right: -4px;
}

.our-care-homes-block .fch-swiper-prev img,
.our-care-homes-block .fch-swiper-next img {
  width: 18px;
  height: auto;
}

.our-care-homes-block .fch-swiper-prev::after,
.our-care-homes-block .fch-swiper-next::after {
  display: none;
}


/* Senior Living Page CSS */

/*Antar Section start*/
.sl-antar-section {
  padding: 40px 0;
  background: #f7f2f1;
}

.sl-antar-heading {
  text-align: center;
  margin-bottom: 24px;
}

.sl-antar-heading h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  color: #09142B;
  margin-bottom: 0;
}

.sl-antar-heading h2 span {
  font-style: italic;
  font-weight: 500;
}

.sl-antar-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sl-antar-card {
  background: #E7E0DF;
  border-radius: 18px;
  padding: 18px 14px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.sl-antar-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  background: #D8CFCE;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sl-antar-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.sl-antar-content h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #6B4702;
  margin-bottom: 6px;
}

.sl-antar-content p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #5F5654;
  margin-bottom: 0;
}
/*Antar Section end*/

.slc-section {
  background: #E7DFDF;
  padding-top: 30px;
}

.slc-section .main_title {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.slc-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.slc-card {
  position: relative;
  overflow: hidden;
  height: 280px;
}

.slc-card img {
  width: 100%;
  height: 100%;
}

.slc-badge.new {
  background: #d8f3ec;
  color: #1f8a70;
}

.slc-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 2;
}

.slc-location {
  font-size: 14px;
  margin-bottom: 5px;
  opacity: 0.9;
}

.slc-content h3 {
  font-size: 24px;
  margin: 5px 0;
  color: #fff;
}

.slc-content p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #fff;
}

.slc-btn {
  display: block;
  width: 100%;
  padding: 10px 25px;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
}

.slc-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(0 0 0), rgba(0, 0, 0, 0.1));
  z-index: 1;
}

.slc-badge.sold {
  background: #f8d7da;
  color: #a94442;
}


.slc-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding:5px 12px;
  border-radius: 20px;
  font-size: 12px;
  z-index: 3;
  font-weight: 500;
}

.sn_living_ocs .ocs-icon {
  border-radius: 26%;
}

.sn_living_ocs .ocs-item {
  max-width: 87px;
  width: 100%;
}




.ccm-section {
  padding: 40px 0 90px 10px;
  background: #EEE8E8;
  text-align: center;
  overflow-x: hidden;
  overflow-y: visible;
}

.ccm-section .main_title {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.ccm-section .n_read_more {
  margin-top: 55px;
}

.ccm-section .slick-dots {
  bottom: -46px;
  left: 0;
}

.ccm-section .slick-dots li button:before {
  background: #D1D5DC;
}

.ccm-section .slick-dots li.slick-active button:before {
  background: #800020;
}


.ccm-section ul#pills-tab {
  margin-bottom: 50px;
}


.ccm-tab-slider ul.slick-dots {
  bottom: -50px;
  right: 0;
  left: 0;
  text-align: center;
}



.ccm-tab-slider .slick-dots li button:before {
  height: 4px;
}

.ccm-tabs {
    display: flex;
    align-items: center;
    gap: 6px;
    border: none;
    font-size: 12px;
    color: #364153;
    background-color: #F3F4F6;
    border-radius: 13px !important;
    padding: 8px 14px;
    max-width: fit-content;
    width: auto;
    justify-content: center;
}

.ccm-tabs img {
  max-width: 22px;
  max-height: 22px;
  width: auto;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.ccm-tabs-btn .ccm-tabs.active {
  background-color: #67132F;
  color: #fff;
  border-radius: 50px;
  padding: 8px 16px;
}

.ccm-section .tab-content h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #0A0A0A;
  text-align: left;
}

/* Only the tab intro copy — not card overlays (.ccm-card-content p lives inside .tab-pane too) */
.ccm-section .tab-content > .tab-pane > p {
  font-size: 14px;
  color: #4A5565;
  margin-bottom: 22px;
  text-align: left;
  font-weight: 400;
}

.ccm-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.ccm-card:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  border-radius: 20px;
}

.ccm-card img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.care-continuum-block .ccm-card .ccm-card-content {
  pointer-events: none;
}

.ccm-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background-color: #0000008C;
  padding: 12px 14px;
  border-radius: 0 0 20px 20px;
  color: #fff;
}

.ccm-card-content h4 {
    color: #fff;
    font-size: 24px;
    text-align: left;
    margin-bottom: 0;
    font-weight: 500;
    padding: 7px 10px;
}

.ccm-card-content p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
}

.ccm-tabs-container {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 12px;

  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}

.ccm-tabs-container:active {
  cursor: grabbing;
}

.ccm-tabs-container::-webkit-scrollbar {
  display: none;
}

.ccm-tabs-btn {
  flex: 0 0 auto;
}

.tabs-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 6px;
    margin-right: 20px;
}



.tabs-dots .dot {
    width: 10px;
    height: 1px;
    background: #D1D5DC;
    display: block;
    transition: 0.3s;
    border: 0;
}

.ccm-section .tab-content {
    margin-top: 30px;
}

.tabs-dots .dot.active {
  background: #67132F;
  width: 20px;
}



.ccm-card-content p span {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    flex: 1;
    min-width: 0;
    width: auto;
}


.ccm-card-content p img {
  max-width: 18px;
  width: 100%;
  height: 18px;
  flex-shrink: 0;
  /* Colored CMS icons read as dark on the bar — render as white without re-uploading assets */
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

/* Caption sits under tab panes + global `p` / Bootstrap body color — lock contrast so CMS + front match */
.ccm-section .ccm-card .ccm-card-content,
.ccm-section .ccm-card .ccm-card-content.ccm-card-caption,
.ccm-section .ccm-card .ccm-card-content p,
.ccm-section .ccm-card .ccm-card-content p span,
.ccm-section .ccm-card .ccm-card-content .ccm-card-caption__text,
.ccm-section .ccm-card .ccm-card-content .ccm-card-caption__label,
.ccm-section .ccm-card .ccm-card-content a {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.ccm-section .ccm-card .ccm-card-content p img {
  filter: brightness(0) invert(1) !important;
}

.ccm-section .ccm-card .ccm-card-content h4 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.care-continuum-block .ccm-slider .ccm-card-caption__label {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  flex: 1 1 120px;
  min-width: 0;
  word-break: break-word;
}

.care-continuum-block .ccm-slider .ccm-card-caption__text {
  flex-wrap: wrap !important;
  align-items: flex-start !important;
}

/* Carousel pagination: Slick only injects dots when slideCount > slidesToShow (see main.js clubCap).
   Dots sit in normal flow so they are not clipped by .ccm-section overflow. */
section.care-continuum-block.ccm-section {
  padding: 40px 0 90px 10px;
}

@supports (overflow-x: clip) {
  section.care-continuum-block.ccm-section {
    overflow-x: clip;
    overflow-y: visible;
  }
}

.care-continuum-block .tab-pane > .ccm-slider {
  margin-left: 10px;
  margin-bottom: 12px;
}

.care-continuum-block .tab-pane > .ccm-slider.slick-slider {
  position: relative;
}

.care-continuum-block .tab-pane > .ccm-slider .slick-dots {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center !important;
  align-items: center;
  gap: 8px;
  margin: 8px auto 0 !important;
  padding: 0 12px;
  transform: none !important;
}

.care-continuum-block .tab-pane > .ccm-slider .slick-dots li {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

.care-continuum-block .tab-pane > .ccm-slider .slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
}

.care-continuum-block .tab-pane > .ccm-slider .slick-dots li button:before {
  content: "" !important;
  opacity: 1 !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #c9cdd3 !important;
  color: transparent !important;
  transition: width 0.25s ease, height 0.25s ease, border-radius 0.25s ease, background 0.25s ease;
}

.care-continuum-block .tab-pane > .ccm-slider .slick-dots li.slick-active {
  width: 36px !important;
}

.care-continuum-block .tab-pane > .ccm-slider .slick-dots li.slick-active button {
  width: 36px !important;
  height: 10px !important;
}

.care-continuum-block .tab-pane > .ccm-slider .slick-dots li.slick-active button:before {
  width: 32px !important;
  height: 8px !important;
  border-radius: 999px !important;
  background: #67132f !important;
}

/* Antara Amenities (antara-senior-care senior-living-new-project amenities_wrapper) */
.amenities_box {
  background: #f4e7eb;
  border-radius: 40px;
  padding: 50px 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
  max-height: 550px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #f2f4f7;
  overflow: hidden;
}

.amenities_icon {
  width: 90px;
  height: 90px;
  background: #f4e7eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

.amenities_icon img {
  width: 45px;
  height: auto;
}

.amenities_box h4 {
  font-size: 26px !important;
  color: #101828 !important;
  font-weight: 700 !important;
  margin-bottom: 25px !important;
  text-align: center;
}

.amenities_list {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.amenities_list li {
  font-size: 16px;
  color: #475467;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.amenities_list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #67132f;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  top: 0;
}

/* Pagination bullets on light section background */
.amenities_wrapper .swiper-pagination-bullet::before {
  background: #eaecf0;
}

.amenities_wrapper .swiper-pagination-bullet-active::before {
  background: #67132f !important;
}

/* Comprehensive Benefit (antara-senior-care benefit_section) */
.benefit_section .benefit_content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 12px;
}

.benefit_section .benefit_content h2 {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 700;
  color: #101828;
  margin: 0 0 16px;
  line-height: 1.25;
}

.benefit_section .benefit_content p {
  font-size: 16px;
  line-height: 1.6;
  color: #475467;
  margin: 0;
}


.laa-section {
    padding: 40px 0;
    background: #FFF8F8;
    overflow: hidden;
}

.laa-section .slick-dots {
  bottom: -50px;
  left: 0;
}



.laa_box {
  max-width: 390px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}



.laa_box_content h4 a {
  font-weight: 400;
  color: #fff;
  font-size: 18px;
}

.laa_box_content p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 10px;
}

.laa_box_img img {
  border-radius: 20px;
}


.laa_box_img span.laa_box_icon {
    position: absolute;
    left: 20px;
    top: 20px;
    background: #ffffff6b;
    border-radius: 50%;
    display: flex;
    width: 45px;
    padding: 9px;
    height: 46px;
    align-items: center;
    justify-content: center;
}

.bg_change  {
  background-color: #EEE8E8;
}

.laa_box_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #00000073;
  padding: 26px 20px 45px 20px;
}

.c_blog_slider.news_wrapper .n_read_more {
  margin-bottom: 30px;
}


.gapp {
  padding-left: 15px;
}

.gapp.nav-pills .nav-link {
  border-radius: 10px;
  color: #364153;
  background: #F3F4F6;
  border: 1px solid #cccccc5c;
  white-space: nowrap;
  font-size: 13px;
  padding: 6px 10px;
}

.faq_wrapper {
  background: #F9FAFB;
  padding: 60px 0;
}



.faq_wrapper .accordion-item button {
    color: #101828 !important;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #ddd;
    border-radius: 11px !important;
    padding: 20px 24px;
    font-weight: 400;
    background-color: #fff;
}

.faq_wrapper .accordion-item {
  margin-bottom: 10px;
  border-radius: 20px !important;
  border: 0;
}

.faq_wrapper .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.faq_wrapper .accordion-button {
  position: relative;
}

/* Remove default Bootstrap icon */
.faq_wrapper .accordion-button::after {
  content: "+";
  font-size: 28px;
  font-weight: 400;
  background-image: none !important;
  transform: none !important;
  color: #67132F;
}

.faq_wrapper .accordion-button::after {
  transition: all 0.3s ease;
}

/* When active (open) */
.faq_wrapper .accordion-button:not(.collapsed)::after {
  content: "×";
  color: #67132F;
}

.accordion-body {
  color: #4A5565;
  font-size: 16px;
  font-weight: 400;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  border-radius: 20px 20px 0 0 !important;

}

.accordion-collapse {
  border-radius: 0 0 20px 20px;
}

.n_read_more2 a.len_mr {
  color: #009966;
  font-weight: 500;
  border-bottom: 0;
  font-size: 16px;
}

.m_view.slv .main_title h2 {
  font-weight: 500;
  font-size: 24px;
  font-style: normal;
}

.m_view.slv .main_title p {
  font-size: 16px;
}

.tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 10px;
}

.tab-pane.active {
  height: auto;
}


/* Work With Us CSS */

section.explore_opportunities {
  background: #FAEBEB;
  padding: 30px 0;
}

.explore_opportunities .main_title {
    max-width: 303px;
    margin: 0 auto;
    margin-bottom: 50px;
}

section.we_care.gapping {
  margin-top: 60px;
  overflow: hidden;
}

.explore_box i {
  background: #F5E8ED;
  padding: 10px 10px;
  border-radius: 10px;
  color: #67132F;
  font-size: 27px;
}

.explore_box {
  text-align: center;
}

.explore_box p {
  font-size: 14px;
  font-weight: 500;
  color: #0F172B;
  margin-top: 15px;
}

.explore_boxes {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}


/* work colture */
section.work_cilture {
  background: linear-gradient(180deg, #FFFFFF 0%, #D7C4CB 100%);
  overflow: hidden;
}

section.our_success_story.gapping {
  overflow: hidden;
}

.our_success_story  .our_story {
      margin-bottom: 45px;
}

.our_success_story .main_title {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 35px;
}

/* success story */
.our_story img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}

.our_story_box {
  padding: 30px 30px;
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 18px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 0 0 20px 20px;
  margin-bottom: 20px;
}

.our_story_box .our_text_story h4 {
  font-size: 24px;
  font-weight: 500;
  color: #0F172B;
  margin-bottom: 5px;
}

.our_story_box .our_text_story p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #6F5C62;
}

.our_success_story  .slick-dots {
    bottom: -0px !important;
    left: 0;
}

.our_success_story .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.our_box {
  background: #F5E8ED;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.our_box span {
  font-size: 14px;
  font-weight: 400;
  color: #67132F !important;
}

.our_story_box p {
  font-size: 16px;
  font-weight: 400;
  color: #45556C;
  line-height: 24px;
  margin-bottom: 27px;
}


.our_story_box button {
    border: 1px solid #67132F;
    width: 100%;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 15px;
    background: transparent;
}

.our_story_box button p {
  font-size: 14px !important;
  font-weight: 500;
  margin: 0;
  color: #67132F !important;
}

.our_story_box button i {
  font-size: 30px;
  color: #67132F;
}

/* we care */
.we_care_box {
  background: #ffffff;
  box-shadow: 0 11px 8px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.19);
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 40px;
  margin-top: 10px;
}

.we_care .main_title {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
}



.we_care_icon {
    max-width: 48px;
    width: 100%;
    height: 48px;
    background: #F5E8ED;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 14px;
}


.we_care_icon i {
  font-size: 16px;
  color: #67132F;
}

.we_care_text h4 {
  font-size: 24px;
  font-weight: 500;
  color: #0F172B;
  margin-bottom: 15px;
  margin-top: 20px;
}


.we_care_text p {
 font-size: 16px;
    font-weight: 400;
    color: #314158;
    line-height: 25px;
}


.we_care_check {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 0px;
}


.we_care_check i {
  font-size: 16px;
  color: #67132F;
}

.we_care .slick-dots {
  bottom: -12px!important;
  left: 0;
}

/* leadership */


section.leadership.gapping {
    margin-bottom: 70px;
    overflow: hidden;
}

.leadership .main_title {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.leadership .slick-dots {
  bottom: -39px !important;
  left: 0;
}


.flex_row_slider {
    display: flex;
    overflow: hidden;
}

.video_position {
  position: relative;
}

.video_text {
  padding: 100px 20px 20px 20px;
  background-image: linear-gradient(to top, #000000ed, #00000000);
  position: absolute;
  bottom: 110px;
  width: 100%;
}

.video_text img {
  margin-bottom: 10px;
  max-width: 24px;
  width: 100%;
}

.video_text p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  max-width: 275px;
  width: 100%;
}

/* learn grow */
section.learn_grow.gapping {
  overflow: hidden;
      padding-bottom: 10px;
}

.lern_slider .slick-track {
    display: flex;
}

.learn_grow .main_title {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.learn_grow .row {
  padding-bottom: 30px;
}

.learn_icon.text-center {
  display: ruby;
  align-items: center;
  justify-content: center;
}

.learn_icon.text-center i {
  background: #F5E8ED;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #67132F;
  margin: 0 auto;
}


.learn_bg h2 {
  background: radial-gradient(50% 50% at 50% 50%, #FDD6E3 0%, #FFFFFF 100%);
  width: 100%;
  padding: 0px 0;
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-align: center;
}


.learn_grow_according_wrapper {
    display: flex;
    gap: 10px;
}


.learn_grow .accordion-header h4 {
    font-size: 20px;
    font-weight: 500;
    color: #0F172B;
    line-height: 28px;
}

.learn_grow_col button {
  align-items: start;
}
.learn_grow .accordion-header p {
    font-size: 14px;
    font-weight: 500;
    color: #45556C;
    line-height: 20px;
}

.learn_grow_according p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 20px;
}

.learn_grow_col .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  border: none !important;
  box-shadow: inset 0 calc(-0 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.learn_grow_col .accordion-item {
  border: 0;
  background-color: transparent;
}

.learn_grow_col .accordion-item .accordion-button {
    border: 0;
    background-color: transparent;
    padding: 10px 0;
}

.learn_grow_col .accordion-header:focus-visible {
  outline: none;
}

.learn_grow_col .accordion-collapse {
  outline: none;
  margin-bottom: 20px;
}

.learn_grow_col .accordion-button:focus {
  box-shadow: none !important;
}

.learn_grow .flex_row {
    align-items: center;
    overflow-x: inherit;
    /* padding-bottom: 0; */
}


.col_learn {
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 20px 16px;
}

.learn_col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.learn_col h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #0F172B;
}

.col_learn p {
      font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #45556C;
}


.learn_grow_last_box .we_care_text {
  background-color: #F5E8ED;
  padding: 0 14px;
  border: 1px solid #67132f57;
  border-radius: 14px;
}

.learn_grow_last_box .we_care_text h4 {
  font-size: 16px;
  font-weight: 500;
  color: #67132F;
}


.learn_grow_last_box {
    margin: 40px 0 0 0;
}

.learn_grow_col .accordion-body {
  padding: 0;
}





.learn_grow_col.left {
    background: linear-gradient(180deg, #FFFFFF 0%, #EBEBEB 100%);
    padding: 18px;
    overflow: hidden;
}

.flex_row_slider .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
}

.lern_slider .slick-slide {
    margin-left: 7px;
    margin-right: 8px;
}


.flex_row_slider .slick-dots li button:before {
    height: 3px !important;
}

.flex_row_slider .slick-dots {
    bottom: -16px !important;
    left: 0;
}

.flex_row_slider .slick-list {
    padding-bottom: 15px;
}



p.learn_col_week {
    background: #F1F5F9;
    font-size: 12px;
    white-space: nowrap;
    padding: 3px 12px;
    border-radius: 20px;
    color: #314158;
}

.learn_grow_col {
  height: 100%;
  box-shadow: 0px 10px 15px -3px #0000001A;
  border-radius: 20px;
 
}

.learn_grow_col .accordion-item button {
  padding: 13px 7px;
}

.learn_grow_col.right {
  padding: 20px;
  border-radius: 20px;
}

.wy_wrapper {
  background-color: #EEE8E8;
  padding: 60px 0;
  overflow: hidden;
}

.wy_wrapper  .slick-dots {
    bottom: -60px !important;
    left: 0;
}

.wy_box_content h4 {
  font-size: 20px;
  font-weight: 500;
  color: #0F172B;
  margin-bottom: 18px;
}

.wy_box_content {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 20px 20px;
}

.wy_box img {
  border-radius: 20px 20px 0 0;
}

.wy_box_content p {
  font-size: 14px;
  font-weight: 300;
  color: #45556C;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  position: relative;
  padding-left: 23px;
}

.wy_box_content p:before {
  content: '';
  border: 2px solid #67132F;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}


.wy_slider {
  padding-left: 10px;
}


.ab_wrapper .container {
  background: linear-gradient(135deg, #EEE8E8 0%, #FFFFFF 100%);
  box-shadow: 0px 10px 15px -3px #0000001A;
  padding: 18px;
  border-radius: 20px;
  max-width: 340px;
  width: 100%;
}


.ab_box h4 {
  font-size: 12px;
  color: #0F172B;
  font-weight: 500;
}

.ab_box img {
  max-width: 30px;
  width: 100%;
  margin-bottom: 20px;
}

.ab_slider {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}

.career_op_wrapper input.form-control {
  box-shadow: 0px 10px 15px -3px #0000001A;
  padding: 17px 25px;
  border-radius: 49px;
}

.career_op_wrapper form button {
  position: absolute;
  right: 25px;
  border: 0;
  top: 8px;
  font-size: 20px;
  color: #67132F;
}

.career_op_wrapper form button:hover {
  background-color: transparent;
  color: #67132F;
}

.career_op_wrapper .nav-pills .nav-link {
  background: #F1F5F9;
  font-size: 15px;
  font-weight: 500;
  color: #314158;
  border-radius: 20px;
  padding: 8px 20px;
}

.career_op_wrapper .nav-pills {
  gap: 14px;
  margin-top: 34px;
    justify-content: left;
    gap: 10px;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
}


/* Track */
.career_op_wrapper .nav-pills::-webkit-scrollbar-track {
  background: transparent;
}

.career_op_wrapper .nav-pills::-webkit-scrollbar {
  display: none; /* scrollbar hide */
}

/* Handle */
.career_op_wrapper .nav-pills::-webkit-scrollbar-thumb {
  background:transparent;
}

.career_op_slider {
  padding-left: 7px;
}

.career_op_slider  .slick-dots {
    bottom: -15px !important;
    left: 0;
}

.career_op_slider.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.career_op_wrapper .nav-pills .nav-link.active,
.career_op_wrapper .nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #67132F !important;
}



.career_op_box {
  box-shadow: 0px 10px 15px -3px #0000001A;
  padding: 28px 24px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.career_op_box h4 {
  color: #0F172B;
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
  align-items: baseline;
}

.career_op_box h4 span {
  background: #ECEEF2;
  color: #030213;
  font-size: 12px;
  padding: 5px 14px;
  border-radius: 27px;
  white-space: nowrap;
}

.career_ex span {
  font-size: 14px;
  color: #45556C;
  font-weight: 400;
}

.career_ex {
  display: flex;
  gap: 24px;
}

.career_para {
  font-size: 16px;
  font-weight: 400;
  color: #45556C;
  line-height: 24px;
  max-width: 310px;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 27px;
}

.career_key span {
  font-size: 14px;
  font-weight: 400;
  color: #62748E;
}

.career_key ul li {
  color: #67132F;
  font-size: 14px;
  font-weight: 400;
  background-color: #F5E8ED;
  padding: 5px 12px;
  margin-top: 7px;
  border-radius: 20px;
  max-width: fit-content;
}

.career_key .main_btn {
  margin-top: 20px;
}

.career_key .main_btn a {
  padding: 10px 45px;
  font-size: 14px;
  display: block;
  text-align: center;
}

.career_op_wrapper .tab-content {
  padding-left: 10px;
  margin-top: 10px;
}



.rdy_cta_wrapper {
  /* background: linear-gradient(180deg, #67132F 0%, #8B1A3F 50%, #A02050 100%); */
  background: linear-gradient(135deg, #67132F 0%, #4A0D22 100%);
  padding: 40px 0;
}

.rdy_cta_wrapper .main_title h2,
.rdy_cta_wrapper .main_title p {
  color: #fff;
  margin-bottom: 20px;
}


.rdy_cta_wrapper .main_btn {
  display: grid;
  gap: 12px;
  justify-content: center;
}

.rdy_cta_wrapper .white_btn_bg {
  color: #67132F;
  background: #fff;
  text-align: center;
  
}

.rdy_cta_wrapper .main_btn a {
  text-align: center;
  max-width: 355px;
        width: 100%;
}



.rdy_cta_box {
  padding: 32px;
  border-radius: 17px;
  background: #FFFFFF1A;

}

.rdy_cta_box h4 {
  font-size: 18px;
  color: #FFFFFF;
}

.rdy_cta_box p {
  font-size: 14px;
  color: #DBEAFE;
  list-style: 20px;
  margin-top: 17px;
  margin-bottom: 20px;
}

.rdy_cta_box a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.rdy_cta_wrapper .rdy_cta_slider {
      max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 24px;

}

.cta_b_btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.cta_b_btn a {
  color: #fff!important;
  font-size: 16px;
}



/* Care at Home CSS */



.care_at_home_wrapper .nav-pills .nav-link {
  font-size: 12px;
  line-height: 16px;
  background: #F1F5F9;
  color: #314158;
  padding: 10px 22px;
  width: 100%;
  box-shadow: 0px 4px 4px 0px #00000040;
  display: block;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.care_at_home_wrapper ul#pills-tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  overflow-x: scroll;
  display: flex;
  flex-wrap: nowrap;
}


.care_at_home_wrapper li.nav-item {
  width: 100%;
}


.care_at_home_wrapper .nav-pills .nav-link.active,
.care_at_home_wrapper .nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #67132F !important;
}

.care_at_home_wrapper .nav-pills .nav-link.active .m_icon {
  display: none;
}

.care_at_home_wrapper .nav-pills .nav-link.active .w_icon {
  display: block;
}

.care_at_home_wrapper .nav-pills .nav-link .w_icon {
  display: none;
}


.care_at_home_wrapper .nav-pills .nav-link img {
  max-width: 40px;
  width: 100%;
  margin-right: 15px;
  margin: 0 auto;
  margin-bottom: 12px;
}

.care_at_home_wrapper .nav-pills .nav-link img {
  max-width: 28px;
  width: 100%;
  margin-right: 15px;
  margin: 0 auto;
  margin-bottom: 6px;
}



.care_at_home_flex {
  display: block;
  border: 1px solid #E2E8F0;
  align-items: center;
  gap: 50px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 30px;
  padding-right: 0px;
}

.care_at_home_content h5 {
  color: #0F172B;
  font-size: 18px;
  margin-bottom: 35px;
}

.care_at_home_content {
  padding: 20px;
}

.care_at_home_content p {
  display: flex;
  gap: 10px;
}

.care_at_home_content p span {
  color: #45556C;
  font-size: 14px;
  font-weight: 400;
}

.care_at_home_content p i {
  color: #67132F;
}


.care_at_home_img img {
  max-width: 600px;
  width: 100%;
  border-radius: 30px 30px 0px 0px;
}

.care_at_home_content .main_btn a {
  padding: 11px 28px;
  display: block;
  text-align: center;
  font-size: 15px;
  margin-top: 50px;
}

.cah .trust-box p {
  max-width: 110px;
  width: 100%;
  margin: 0 auto;
}

.cah .trust-icon img {
  width: 28px;
}

.families_speak_slider_wrapper .n_read_more.text-center {
  margin-top: 55px;
}


.cah.care-help-section .container {
  background: linear-gradient(180deg, #67132F 0%, #8A1A3F 100%);
  position: relative;
}

.cah.care-help-section .container:after {
  background: #ffffff29;
  position: absolute;
  content: '';
  top: -49px;
  left: 34%;
  width: 145px;
  height: 145px;
  border-radius: 50%;
}

.cah.care-help-section .container:before {
  background: #ffffff29;
  position: absolute;
  content: '';
  bottom: -60px;
  left: -58px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
}

.cah.care-help-section .main_title h2 {
  color: #fff;
  margin-bottom: 24px;
}

.cah.care-help-section .main_title p {
  color: #fff;
}

.cah.care-help-section .main_btn a {
  color: #67132F;
  background: #fff;
  display: block;
  max-width: 380px;
  width: 100%;
}


section.care-help-section.gapping.cah {
  margin-top: 40px;
}

.expert_care_flex .slick-dots {
  bottom: -20px;
  left: 0;
}

.expert_care_box {
  text-align: center;
  background-color: #F1F5F9;
  padding: 20px;
  border-radius: 10px;
  max-width: 170px;
  width: 100%;
  height: 125px;
  margin-bottom: 30px;
}

.expert_care_box img {
  max-width: 30px;
  width: 100%;
  margin: 0 auto;
  ;

}



.expert_care_box p {
  color: #314158;
  font-size: 14px;
  font-weight: 400;
  max-width: 110px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
  margin-top: 10px;
}


.cah .care-help-buttons {
  flex-direction: inherit;
}


/* Senior Living New Project */



.sl_fr_content .main_title p {
  font-size: 16px;
  line-height: 24px;
  max-width: 920px;
  width: 100%;
  margin: 14px auto;
}


.sl_fr_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  background: radial-gradient(50% 50% at 50% 50%, #F0E0E5 0%, #FFFFFF 100%);
  padding-bottom: 20px;
  padding-top: 15px;
  overflow: hidden;
}

.sl_fr__box {
  text-align: center;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}


.sl_fr__box img {
  max-width: 33px;
  width: 100%;
}


.sl_fr__box p {
  color: #101828;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0;
  margin-top: 13px;
}

.ur_solution_wrapper.residences ul.nav {
  margin: 0 auto;
  justify-content: center;
  max-width: 900px;
  width: 100%;
  gap: 20px;
}

.ur_solution_wrapper.residences li.nav-item {
  margin-left: 0;
  max-width: 135px;
  width: 100%;
}

.ur_solution_wrapper.residences .tab-content {
  margin-top: 25px;
}

.ur_solution_wrapper .gapp {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 10px;
  scroll-behavior: smooth;
  cursor: grab;
}

.ur_solution_wrapper .gapp::-webkit-scrollbar {
  display: none; /* scrollbar hide */
}

.ur_solution_wrapper .gapp .nav-item {
  flex: 0 0 auto; /* items shrink na ho */
}

.ur_solution_wrapper .gapp {
  cursor: grab;
}

.ur_solution_wrapper .dots span.active {
  background: #000;
  width: 20px;
}

.ur_solution_wrapper .dots {
    text-align: center;
    margin-top: 0px;
}


.ur_solution_wrapper .dots span {
    display: inline-block;
    width: 10px;
    height: 1px;
    margin: 5px;
    background: #D1D5DC;
    transition: 0.3s;
}

.ur_solution_wrapper .dots span.active {
  background: #67132f;
  width: 33px;
}


.philosophy_wrapper {
  background: linear-gradient(180deg, #FFFFFF 0%, #A6979C 100%);
  padding: 40px 0 60px 0;
}

.philosophy_flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  overflow: hidden;
}


.philosophy_box {
    padding: 25px 17px;
    border-radius: 15px;
    background: #FFF5F757;
    text-align: center;
}





.philosophy_box img {
  max-width: 30px;
  width: 100%;
  margin-bottom: 10px;
}

.philosophy_box h4 {
  font-size: 14px;
  color: #101828;
  font-weight: 300;
  margin-bottom: 0;
}


    .laa_slider {
        padding-left:15px;
    }

.pl_para {
    font-weight: 500;
    color: #364153;
    font-size: 14px;
    padding: 17px 17px;
    border-radius: 20px;
    background: #CDBDC3;
    margin-top: 24px;
    line-height: 21px;
    text-align: center;
    border: 0.71px solid #E5E7EB;
}

.pl_para span {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  display: block;
}




.call_btn_wrapper .nav-link {
    border-radius: 10px;
    background: transparent;
    color: #4A5565;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    padding: 10px 15px;
}

.call_btn_wrapper {
  margin-top: 20px;
}

.call_btn_wrapper .nav-link.active,
.call_btn_wrapper .show>.nav-link {
  color: #67132F !important;
  border-bottom: 2px solid #67132F;
  border-radius: 30px;
}


.call_btn_wrapper ul {
  display: flex;
  justify-content: space-between;
  overflow-x: scroll;
  padding-bottom: 10px;
  gap: 20px;
}

.call_btn_wrapper ul::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}


/* Track */
.call_btn_wrapper ul::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.call_btn_wrapper ul::-webkit-scrollbar-thumb {
  background:transparent;
}

.call_btn_wrapper li.nav-item {
  width: 100%;
  max-width: 230px;
  text-align: center;
}

.sl_project_badges_section {
  padding: 18px 0;
  background: #FAF4F4;
  border-top: 1px solid #E7E7E7;
}

.award_badges_container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.award_badge_item {
  background: transparent;
  border-radius: 0;
  padding: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.award_badge_header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 4px;
}

.award_badge_header i {
  font-size: 22px;
  color: #344054;
  flex: 0 0 auto;
  line-height: 1;
  margin-top: 1px;
}

.award_badge_title {
  margin: 0;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  color: #344054;
  letter-spacing: -0.01em;
  min-width: 0;
}

.award_badge_subtitle {
  margin: 0;
  padding-left: 34px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #667085;
  letter-spacing: 0;
}

/* Senior Living: “Where care grows with you” + icon grid (project pages) */
.sl_features_highlight_section {
  padding-bottom: 40px;
}

.sl_features_highlight_section .sl_sub_heading {
  margin-bottom: 32px;
}

.sl_features_highlight_section .sl_sub_heading h3 {
  font-size: 24px;
  color: #101828;
  font-weight: 500;
  margin: 0;
}

.sl_features_highlight_section .sl_sub_heading h3 i,
.sl_features_highlight_section .sl_sub_heading h3 em {
  font-style: italic;
  font-family: inherit;
  color: #667085;
}

.sl_features_highlight_section .sl_features_grid.sl-features-highlight-grid,
.sl_features_section.sl_features_highlight_section .sl_features_grid {
  background-color: #fffbfa;
  display: grid;
  /* Match Figma / static reference: always 3 columns on mobile + desktop */
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 20px;
  align-items: start;
  justify-items: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.sl_features_highlight_section .sl_feature_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 0;
  min-width: 0;
}

.sl_features_highlight_section .sl_feature_icon {
  width: 80px;
  height: 80px;
  background-color: #f4e7eb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.sl_features_highlight_section .sl_feature_icon img {
  max-width: 30px;
  width: 100%;
  object-fit: contain;
}

.sl_features_highlight_section .sl_feature_item p {
  font-size: 16px;
  color: #101828;
  line-height: 1.35;
  font-weight: 400;
  max-width: 100%;
  width: 100%;
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media (max-width: 767px) {
  .sl_features_highlight_section .sl_features_grid.sl-features-highlight-grid,
  .sl_features_section.sl_features_highlight_section .sl_features_grid {
    gap: 32px 12px;
  }

  .sl_features_highlight_section .sl_feature_item {
    padding: 12px 4px;
  }

  .sl_features_highlight_section .sl_feature_icon {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
  }

  .sl_features_highlight_section .sl_feature_icon img {
    max-width: 26px;
  }

  .sl_features_highlight_section .sl_feature_item p {
    font-size: 14px;
    line-height: 1.32;
  }
}

@media (max-width: 359px) {
  .sl_features_highlight_section .sl_features_grid.sl-features-highlight-grid,
  .sl_features_section.sl_features_highlight_section .sl_features_grid {
    gap: 28px 8px;
  }

  .sl_features_highlight_section .sl_feature_icon {
    width: 64px;
    height: 64px;
  }

  .sl_features_highlight_section .sl_feature_icon img {
    max-width: 24px;
  }

  .sl_features_highlight_section .sl_feature_item p {
    font-size: 13px;
  }
}

/* Senior Living: “Take a Virtual tour” (vt_wrapper + poster + play) */
.sl_virtual_tour_section .home_about_video {
  margin-top: 24px;
}

.sl_virtual_tour_section .video_lk {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.sl_virtual_tour_section .sl-vt-poster {
  display: block;
  width: 100%;
  height: clamp(220px, 52vw, 590px);
  object-fit: cover;
  border-radius: 20px;
}

.sl_virtual_tour_section .play_btn_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffffd9;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sl_virtual_tour_section .play_btn_overlay i {
  color: #67132f;
  font-size: 40px;
  margin-left: 5px;
}

.sl_virtual_tour_section a.video_lk:hover .play_btn_overlay {
  transform: translate(-50%, -50%) scale(1.06);
}

.philosophy_wrapper {
  scroll-margin-top: 100px;
}

.ur_solution_sliderr {
  margin-left: 10px;
}


/* Who Is Care Home For – same as antara-senior-care assisted-care ccm-section */

.who-is-care-home-section.ccm-section {
  padding: 40px 0 90px 10px !important;
  text-align: center;
  overflow-x: hidden;
  overflow-y: visible;
}

.who-is-care-home-section .main_title {
  max-width: 343px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.who-is-care-home-section .tab-content {
  padding: 0;
  border: none;
}

.who-is-care-home-section .tab-pane > .ccm-slider {
  margin: 0 auto 12px;
  max-width: 100%;
}

.who-is-care-home-section .tab-pane > .ccm-slider.slick-slider {
  position: relative;
}

.who-is-care-home-section .tab-pane > .ccm-slider .slick-list {
  overflow: hidden;
}

.who-is-care-home-section .tab-pane > .ccm-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.who-is-care-home-section .tab-pane > .ccm-slider .slick-slide {
  height: auto;
  float: left;
}

.who-is-care-home-section .tab-pane > .ccm-slider .slick-slide > div {
  height: 100%;
}

.who-is-care-home-section .ccm-card {
  width: 100%;
  height: 100%;
}

.who-is-care-home-section .ccm-card-content p img {
  max-width: 28px;
  width: auto;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
  margin-right: 8px;
  filter: brightness(0) invert(1);
}

.who-is-care-home-section .ccm-card-content p span {
  color: #fff;
}

.who-is-care-home-section .tab-pane > .ccm-slider .slick-dots {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center !important;
  align-items: center;
  gap: 6px;
  margin: 8px auto 0;
  padding: 0;
  line-height: 0;
  pointer-events: auto;
}

.who-is-care-home-section .tab-pane > .ccm-slider .slick-dots li {
  display: inline-block;
  margin: 0;
  width: auto;
  height: auto;
  pointer-events: auto;
}

.who-is-care-home-section .tab-pane > .ccm-slider .slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
  pointer-events: auto;
}

.who-is-care-home-section .tab-pane > .ccm-slider .slick-dots li button:before {
  content: "" !important;
  opacity: 1 !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #c9cdd3 !important;
  color: transparent !important;
  transition: width 0.25s ease, height 0.25s ease, border-radius 0.25s ease, background 0.25s ease;
}

.who-is-care-home-section .tab-pane > .ccm-slider .slick-dots li.slick-active {
  width: 36px !important;
}

.who-is-care-home-section .tab-pane > .ccm-slider .slick-dots li.slick-active button {
  width: 36px !important;
  height: 10px !important;
}

.who-is-care-home-section .tab-pane > .ccm-slider .slick-dots li.slick-active button:before {
  width: 32px !important;
  height: 8px !important;
  border-radius: 999px !important;
  background: #67132f !important;
}

/* Choosing the Right Care – comparison card */

.care-comparison-section {
  background: #F9FAFB;
  padding: 60px 15px;
  width: 100%;
  box-sizing: border-box;
}

.care-comparison-section .care-comparison-inner {
  width: 100%;
  max-width: 343px;
  margin-left: auto;
  margin-right: auto;
}

.care-comparison-section .care-section-heading {
  margin: 0 auto 48px;
  text-align: center;
}

.care-comparison-section .care-section-heading h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.39px;
  color: rgba(33, 29, 29, 0.8);
  margin: 0 0 12px;
  text-align: center;
}

.care-comparison-section .care-section-heading .top-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.43px;
  color: #4A5565;
  margin: 0 0 42px;
  text-align: center;
}

.care-comparison-section .care-section-heading h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.39px;
  color: rgba(33, 29, 29, 0.8);
  margin: 0 0 10px;
  text-align: center;
}

.care-comparison-section .care-section-heading .sub-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.43px;
  color: #4A5565;
  margin: 0;
  text-align: center;
}

.care-comparison-section .comparison-card {
  background: #FFFBFB;
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.care-comparison-section .comparison-card-head,
.care-comparison-section .comparison-card-row {
  display: grid;
  grid-template-columns: 40% 30% 30%;
  align-items: center;
}

.care-comparison-section .comparison-card-head {
  min-height: 75px;
  background: #FFFBFB;
  border-bottom: 1px solid #EFDBDB;
}

.care-comparison-section .comparison-head-cell {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.43px;
  color: #493139;
  text-align: center;
  padding: 12px 8px;
  box-sizing: border-box;
}

.care-comparison-section .comparison-head-cell:nth-child(2) {
  border-right: 1px solid rgba(114, 83, 83, 0.1);
}

.care-comparison-section .comparison-head-empty {
  padding: 0;
}

.care-comparison-section .comparison-card-row {
  min-height: 96px;
  border-bottom: 1px solid #E5E7EB;
}

.care-comparison-section .comparison-card-row:last-child {
  border-bottom: none;
}

.care-comparison-section .comparison-feature-cell {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.31px;
  color: #101828;
  text-align: left;
  padding: 0 14px;
  box-sizing: border-box;
}

.care-comparison-section .comparison-status-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #E5E7EB;
  min-height: 96px;
  box-sizing: border-box;
}

.care-comparison-section .comparison-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  flex-shrink: 0;
}

.care-comparison-section .comparison-icon.success {
  background: #F5EAEE;
  color: #67132F;
}

.care-comparison-section .comparison-icon.danger {
  background: #EDECEC;
  color: #817E7E;
}

@media (min-width: 768px) {
  .care-comparison-section {
    padding: 60px 0;
  }

  .care-comparison-section .care-comparison-inner {
    max-width: 343px;
  }
}

/* Assisted Care at Home */


.banner_btm_content ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background: #ffffff38;
  padding: 10px 13px;
  border-radius: 45px;
  max-width: fit-content;
  margin: 0 auto;
  border: 1px solid #ffffff52;
  margin-top: 25px;
}


.banner_btm_content ul li.lcn {
  position: relative;
  color: #fff;
  font-size: 13px;
}

.banner_btm_content ul li.lcn:after {
  position: absolute;
  content: '';
  top: 8px;
  left: -11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}



.banner_btm_content ul i {
  color: #fff;
  font-size: 15px;
}


.slect_wrapper {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  gap: 7px;
  padding-bottom: 20px;
}

.slect_wrapper p {
  font-size: 14px;
  font-weight: 400;
  color: #67132F;
  line-height: 20px;
  max-width: 170px;
  width: 100%;
  margin-bottom: 0;
  white-space: nowrap;
}

.slect_wrapper select {
  border-radius: 40px;
  padding: 10px 10px;
}


.ach_title {
  font-size: 20px;
  color: #0A0A0A;
}

.tabs_gaping {
  margin-top: 20px !important;
  margin-bottom: 22px !important;
}

.ach_box {
  box-shadow: -3px 3px 6px rgb(0 0 0 / 8%), -1px 3px 6px rgb(0 0 0 / 9%);
  border: 1px solid #F3F4F6;
  margin-bottom: 25px;
  border-radius: 20px;
  position: relative;
}

.ach_at_cart {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #FFFFFFE5;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.red-heart-checkbox {
  display: none;
}

.heart-icon:before {
  content: "\f08a";
  font-family: FontAwesome;
  font-size: 20px;
  color: #67132F;
  transition: 0.3s;
}

.red-heart-checkbox:checked+.heart-icon:before {
  content: "\f004";
  color: #67132F;
}



.attribution {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.ach_box_img img {
  border-radius: 14px 14px 0 0;
}

.ach_box_content {
  padding: 12px;
  border-radius: 0 0 14px 14px;
}


.ach_box h4 {
  color: #101828;
  font-size: 18px;
  font-weight: 500;
}

li.ach_box_pr.ach_mb_bl {
  font-weight: 600 !important;
}

.ach_box_location {
  font-size: 14px;
  color: #4A5565;
  font-weight: 400;
}

.ach_box_location i {
  margin-right: 7px;
}


.ach_box_content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  align-items: center;
  margin-top: 15px;
  justify-content: space-between;
}

.ach_box_content ul li.ach_box_al {
  background-color: #FEF2F2;
  padding: 6px 12px;
  border-radius: 30px;
  color: #67132F;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

li.ach_box_al.d-md-none {
  position: relative;
  left: -70px;
}

span.ach_icon {
  display: none;
}

.ach_box_content ul.ach_bg_cl li.ach_box_al {
  background-color: #F9FAFB;
  color: #364153;
}


.ach_box_content ul li.ach_box_pr {
  color: #4A5565;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}

.ach_box_content ul li.ach_box_pr span {
  color: #99A1AF;
}

.ach_box_para {
  font-weight: 400;
  color: #4A5565;
  line-height: 20px;
  margin-top: 15px;
}


.ach_box .main_btn {
  text-align: left;
  margin: 20px 0 2px 0;
  display: flex;
  gap: 10px;
}

.ach_box .main_btn a {
  padding: 8px 10px;
  font-size: 13px;
  text-align: center;
}


.ach_box .main_btn a i {
  margin-right: 7px;
}

.main_btn a.ach_book_now {
  display: block;
  width: 100%;
}

.main_btn a.ach_contact_btn {
  background: transparent;
  display: block;
  max-width: 144px;
  width: 100%;
  white-space: nowrap;
  color: #67132F;
  border: 1px solid #67132F;
}

.tab_bg {
  background: linear-gradient(161.22deg, #FFFFFF 35.78%, #B89EA7 88.41%);
}


.al_wrapper {
  background-color: #FAEBEB;
  padding: 30px 0;
}

.al_wrapper .main_title h2 span {
  color: #67132F;
  font-weight: 600;
}


.al_wrapper .main_title h2 {
  font-size: 28px;
  margin-bottom: 15px;
}



.al_wrapper .main_title p {
  line-height: 24px;
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}

.ccm-section.bg-transparent .slick-dots li button:before {
  background: #D1D5DC;
}

.ccm-section.bg-transparent .slick-dots li.slick-active button:before {
  background: #800020;
}

.living_slider_wrapper {
  overflow: hidden;
}

.living_slider_wrapper .slick-dots {
  bottom: -37px!important;
  left: 0;
}

.living_slider_flex_box {
  background-color: #F9FAFB;
  padding: 20px;
  border-radius: 17px;
  text-align: center;
  margin-bottom: 20px;
}

element.style {
  background: #67132F;
  padding: 10px;
  max-width: 55px;
  width: 100%;
  border-radius: 10px;
}


.living_slider_flex_box img {
  max-width: 45px;
  width: 100%;
  padding: 9px;
  border-radius: 10px;
  background-color: #67132F;
  margin: 0 auto;
}


.living_slider_flex_box h4 {
  font-size: 16px;
  color: #101828;
  font-weight: 500;
  margin-bottom: 11px;
  margin-top: 18px;
}

.living_slider_flex_box p {
  font-size: 14px;
  font-weight: 400;
  color: #4A5565;
  line-height: 20px;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}






.main_title .sm_title {
  background-color: #67132F1A;
  color: #67132F;
  font-size: 12px;
  font-weight: 400;
  padding: 7px 15px;
  border-radius: 30px;
  display: block;
  max-width: fit-content;
  margin: 0 auto;
  margin-bottom: 10px;

}

.antara_differ_wrapper {
  margin-top: 80px;
  overflow: hidden;
  padding-bottom: 20px;
}


.antara_differ_box {
  padding: 12px;
  border: 3px solid #67132F33;
  box-shadow: 0px 4px 6px -1px #0000001A;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.antara_differ_box:after {
  content: '';
  background-color: #67132f0f;
  max-width: 100px;
  width: 100%;
  height: 100px;
  border-radius: 49%;
  position: absolute;
  top: -53px;
  right: -49px;
  z-index: 99;
}

.antara_differ_box h4 {
  font-weight: 500;
  font-size: 16px;
  color: #101828;
  margin-bottom: 2px;
}

.antara_differ_box p {
  font-weight: 400;
  font-size: 14px;
  color: #4A5565;
  margin-bottom: 0;
}

.antara_differ_box_content .border-top {
  text-align: center;
  margin-top: 20px;
}

.antara_differ_box_content .border-top span {
  position: relative;
  background: #fff;
  top: -13px;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 400;
  color: #99A1AF;
}

.antara_differ_box_flex {
  background: #F9FAFB;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid #E5E7EB;
  display: flex;
  gap: 10px;
}


.antara_differ_box_flex img {
  background: #F3F4F6;
  padding: 6px;
  border-radius: 7px;
  max-width: 25px;
  width: 100%;
  height: 25px;
}

.antara_differ_box_flex h4 {
  color: #4A5565;
}

.antara_differ_box_flex p {
  color: #6A7282;
}



.check_icon {
  background-color: #67132F;
  max-width: 25px;
  width: 100%;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.diffter_icon img {
  max-width: 32px;
  width: 100%;
  border-radius: 10px;
  height: 32px;
  padding: 7px;
}

.diffter_icon.gr img {
  background-color: #ECFDF5;
}

.diffter_icon.rd img {
  background-color: #FFF1F2;
}

.diffter_icon.bl img {
  background-color: #EFF6FF;
}

.antara_differ_box_flex_icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 92%;
  width: 100%;
  margin-bottom: 15px;
}


.antara_differ_slider {
  padding-left: 10px;
}

.day_wrapper {
  background: linear-gradient(180deg, #F9FAFB 0%, #DEC3CC 100%);
  padding: 40px 0;
  overflow: hidden;
}

.day_wrapper .main_title {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.sw_slider_wrapper {
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;

}

.swiper-button-prev {
  background: white;
  border-radius: 50%;
  top: 47% !important;
  left: 0px !important;
  width: 35px !important;
  height: 35px !important;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
  padding: 14px;
  background-image: none !important;
}

.swiper-button-prev::after {
  font-size: 1.4rem;
  content: "";
}

.swiper-button-prev svg {
  width: 25px;
}


.swiper-button-next {
  background: white;
  border-radius: 50%;
  top: 47% !important;
  right: 0px !important;
  width: 35px !important;
  height: 35px !important;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
  padding: 14px;
  background-image: none !important;
}

.swiper-button-next::after {
  font-size: 1.4rem;
  content: "";
}

.swiper {
  padding-bottom: 55px;
}


@media (min-width: 760px) {

  .swiper-button-prev,
  .swiper-button-next {
    display: flex;
  }
}

/* Bullet container */
.swiper-pagination-bullet {
  width: 17px !important;
  height: 10px !important;
  background: transparent !important;
  position: relative;
  margin: 0 2px !important;
  opacity: 1 !important;
}


.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px !important;
  height: 10px !important;
  background: #fff;
  border-radius: 50px;
  transition: all 0.4s ease;
}


.swiper-pagination-bullet-active::before {
  width: 32px !important;
  background: #800020 !important;
}

.swiper-pagination-bullet-active {
  width: 32px !important;
}


@media (max-width: 560px) {
  /* Scope to Day at Antara only — global width:auto broke single-slide Swiper (peeked duplicates) */
  .day_wrapper .swiper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .day_wrapper .swiper-slide {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
}


.day_slider_box {
  border-radius: 20px;
  position: relative;
  box-shadow: 0px 25px 50px -12px #00000040;

}

.day_slider_box img {
  border-radius: 20px 20px 0 0;
}

.day_slider_box_content {
  border-radius: 0 0 20px 20px;
  padding: 17px;
  background-color: #fff;
}

.day_slider_box span {
  position: absolute;
  top: 20px;
  left: 15px;
  background: linear-gradient(1.27deg, rgba(194, 122, 64, 0.55) -4.93%, rgba(225, 177, 94, 0.55) 86.84%);
  max-width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 10px;
  box-shadow: 0px 10px 15px -3px #0000001A;
}

.day_slider_box_content h4 {
  color: #101828;
  font-size: 20px;
}

.day_slider_box_content p {
  font-size: 16px;
  font-weight: 400;
  color: #4A5565;
  line-height: 20px;
}

.day_slider_box.slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1.1);
  background: #fff;
  z-index: 9999999;
  position: relative;
}

.day_slider_wrapper .slick-track {
  padding-top: 70px;
  padding-bottom: 35px;
}

.day_slider_wrapper .slick-center {

  transition: transform 0.4s ease, opacity 0.4s ease;
}


.day_slider_wrapper {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding-left: 18px;
}

.wh_available_wrapper {
  padding: 40px 0;
  text-align: center;
}

.wh_available_wrapper ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.wh_available_wrapper ul li {
  background: #67132F1A;
  color: #67132F;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 15px;
  border-radius: 30px;
}

.wh_available_wrapper ul li i {
  margin-right: 7px;
}

.wh_available_wrapper .main_btn {
  margin-top: 60px;
}


.btm_cta {
  background: linear-gradient(180deg, #67132F 0%, #4A0D21 100%);
  padding: 50px 0;
}

.btm_cta .main_title h2 {
  color: #fff;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.btm_cta .main_title p {
  color: #ffffffb8;
  margin-top: 20px;
}


.btm_cta .main_btn {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  text-align: center;
}

.btm_cta .main_btn .btm_cta_n {
  color: #67132F;
  background-color: #fff;
}

/* About Page CSS */

.as_banner_wrapper.about_hero .banner_content h1 {
  max-width: 950px;
}

.about_wrapper {
  text-align: center;
}

.about_wrapper p {
  font-size: 16px;
  font-weight: 400;
  color: #4A5565;
  line-height: 30px;
}

.about_wrapper_img {
  text-align: center;
}

.about_wrapper_img img {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}



.prpus_box {
  background: linear-gradient(180deg, #FFFFFF 0%, #F1ECED 100%);
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
}

.prpus_box h4 {
  font-size: 18px;
  font-weight: 500;
  color: #67132F;
  margin-bottom: 14px;
}

.prpus_box p {
  font-size: 16px;
  font-weight: 400;
  color: #364153;
  line-height: 26px;
  margin-bottom: 0;
}

.prpus_wrapper {
  margin-top: 60px;
}




.eco_box {
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 25px 12px;
  border-radius: 15px;
  text-align: center;
  height: stretch;
  background-color: #fff;
  margin-bottom: 12px;
}


.eco_box h4 {
  font-size: 20px;
  font-weight: 400;
  color: #4A5565;
  margin-bottom: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.eco_box p {
  font-size: 16px;
  font-weight: 400;
  color: #4A5565;
  line-height: 22px;
}

.eco_box a {
  font-size: 14px;
  font-weight: 400;
  color: #67132F;
}


.eco_box h4 img {
  background: #FFECF1;
  max-width: 34px;
  width: 100%;
  padding: 7px;
  border-radius: 10px;
}

.cg_wrapper {
  background-color: #FFFAFA;
  padding: 40px 0;
  overflow: hidden;
}

.cg_box {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.cg_box img {
  background: #67132F15;
  max-width: 50px;
  width: 100%;
  height: 50px;
  padding: 12px;
  border-radius: 10px;
}

.cg_box h4 {
  font-size: 16px;
  font-weight: 500;
  color: #0A0A0A;
  margin-bottom: 10px;
}

.cg_box p {
  font-size: 16px;
  font-weight: 400;
  color: #4A5565;
  line-height: 22px;
}

.cg_box_slider {
  margin-top: 70px;
}

.leadership_img img {
    border-radius: 20px;
    height: 390px;
    width: 100%;
    object-fit: cover;
}

.leadership_box {
  box-shadow: 0px 1px 3px 0px #0000001A;
  border: 1px solid #F3F4F6;
  border-radius: 20px;
  position: relative;
}



.leadership_content {
  padding: 20px;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  background: #00000045;
  width: 100%;
  border-radius: 20px;
}

.leadership_content .leadership_content_title h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.leadership_content .leadership_content_title span {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.leadership_content_title {
  margin-bottom: 20px;
}


.la_wraaper {
    margin-top: 0px;
}

.moretext {
  width: 100%;
  height: 100%;
  word-wrap: break-word;
  display: none;
  margin-bottom: 10px;
  color: #fff;
}

.moreless-button {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}


.leadership_slider {
  padding-left: 10px;
}

.leadership_wrapper {
    padding: 30px 0 40px 0;
    overflow: hidden;
    background: #F9FAFB;
}

.la_img {
  overflow: hidden;
}

.la_img img {
  border-radius: 20px;
  height: 200px;
  object-fit: cover;
}

.la_img_flex {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 20px;
}


.la_img_flex img {
  width: 49%;
  height: 120px;
}

.la_content {
  background: #F9FAFB;
  border-radius: 20px;
  display: flex;
  flex-direction: column-reverse;
}


.la_wraaper .main_title {
  margin-bottom: 0;
  padding: 20px;
}


.la_wraaper .main_title p {
    font-size: 14px;
    color: #4A5565;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    line-height: 23px;
}



.commitment_wrapper {
    margin-bottom: 38px;
}

.commitment_wrapper .row {
    box-shadow: 0px 1px 3px 0px #0000001A;
    border: 0.71px solid #F3F4F6;
    padding: 30px 20px 15px 20px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E4DBDE 100%);
    border: 0.71px solid #F3F4F6;
    margin: 0px;
    border-radius: 20px;
}

.commitment_box {
  border: 1px solid #67132f70;
  padding: 40px 20px 20px 20px;
  position: relative;
  border-radius: 20px;
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}


.commit_icon {
  position: absolute;
  top: -3px;
  left: -13px;
  background: #fff;
  padding-bottom: 10px;
}

.commit_icon img {
  max-width: 35px;
  width: 100%;
}


.commitment_box h4 {
  color: #0A0A0A;
  font-size: 16px;
  font-weight: 500;
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
}

.commitment_box p {
  color: #4A5565;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 24px;
}


.cg_style_wrapper .cg_box img {
  border-radius: 50%;
  background: #FFFFFF4D;
}

.cg_style_wrapper .cg_box h4 {
  font-weight: 400;
  color: #67132F;
}

.cg_style_wrapper .cg_box {
  max-width: 258px;
  width: 100%;
  margin: 10px auto;
}

.cg_style_wrapper .cg_box p {
  font-size: 18px;
  font-weight: 500;
  color: #67132F;
  line-height: 24px;

}

.cg_style_wrapper s.cg_box {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.cg_style_wrapper .slick-dots {
  bottom: -45px;
  left: 0;
  opacity: 0;
}

.cg_style_wrapper {
  margin-top: 70px;
}

/* Day at Antara: less gap before timeline; vertical list (not horizontal flex from responsive) */
.day_wrapper .cg_style_wrapper {
  margin-top: 28px;
  display: block;
  overflow: visible;
}

.day_wrapper .swiper {
  padding-bottom: 28px;
}

/* One CMS slide: hide nav chrome (template always outputs arrows/pagination) */
.day_wrapper .sw_slider_wrapper:has(.swiper-wrapper > .swiper-slide:only-child) .swiper-button-prev,
.day_wrapper .sw_slider_wrapper:has(.swiper-wrapper > .swiper-slide:only-child) .swiper-button-next,
.day_wrapper .sw_slider_wrapper:has(.swiper-wrapper > .swiper-slide:only-child) .swiper-pagination {
  display: none !important;
}

@media (min-width: 768px) {
  .day_wrapper .cg_style_wrapper {
    display: block;
    overflow: visible;
  }
}

/* width */
.cg_style_wrapper::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/* Track */
.cg_style_wrapper::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.cg_style_wrapper::-webkit-scrollbar-thumb {
  background:transparent;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.alert.alert-success {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFF8F8;
    border: 1px solid #ddd;
    padding: 20px 60px;
    display: grid;
    max-width: 300px;
    width: 100%;
    height: 212px;
    font-weight: 700;
    line-height: 20px;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.fade-alert {
transition: opacity 0.5s ease;
}
.fade-out {
opacity: 0;
}

.alert.alert-success button {
    position: absolute !important;
    top: 3px;
    right: 3px;
    font-size: 20px;
    background: #67132F;
    opacity: 1;
    color: #fff !important;
    padding: 11px;
    border-radius: 20px;
    height: 4px;
    width: 4px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.alert.alert-success i.bi.bi-check-circle-fill {
    font-size: 70px;
    color: #0A7119;
}
