:root {
  /* Base Colors */
  --color-white: #ffffff;
  --color-off-white: #fdfdfc;
  --color-light-gray: #f6f6fe;
  --color-grayish-white: #f9f8fe;
  --color-soft-gray: #f9f9fe;
  --color-subtle-gray: #fafafe;

  /* Lavender Tones */
  --color-light-lavender: #f1f0fe;
  --color-pale-lavender: #f2f1ff;
  --color-lavender-blue: #f0effe;
  --color-near-white-lavender: #fdfdff;

  /* Brand / Accent (from design, not dominant in extraction) */
  --color-primary-purple: #044b8e; /* Buttons, highlights */
  --color-dark-gray: #242527; /* Body text */
  --color-light-text: #777777; /* Secondary text */
  --color-black: #000000; /* Headlines / nav */
  --darkblue: #004f87;

  /* Helper (semi-transparent variants derived from brand) */
  --brand-opaque: #004f8780; /* approx of #7065F08F */
  --brand-bg: rgba(108, 76, 244, 0.04); /* approx of rgba(112,101,240,0.04) */
  --dot-inactive-bg: var(--color-white);
  --dot-active-bg: var(--color-primary-purple);
  --subtle-border: var(--color-pale-lavender);
  --muted-link: var(--color-light-text);
  --muted-heading: var(--color-dark-gray);
  --light-blue-dot-bg: rgba(208, 227, 243, 1); /* fallback for light-blue dot */
}

/* assets/fonts.css */
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Italics (example) */
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
p {
  margin: 0px;
}

ul.dynamic-list {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top: 8px;
    padding: 0px 0px 0px 12px;
    list-style: none;
}
ul.dynamic-list li:not(:last-child) {
    border-bottom: 1px solid #8080801f;
}
 
ul.dynamic-list li:hover {
    text-decoration: underline;
}
ul.dynamic-list li {
    padding: 10px 24px 0px;
position: relative;
}
ul.dynamic-list li {
    position: relative;
}
ul.dynamic-list li::before {
    content: "";
    background: url(/wp-content/uploads/2025/09/Group.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 18px;
    height: 20px;
    width: 20px;
    left: 0;
}

.p_l_type_para br {
    display: none;
}

.p__heading .section_heading {
display:none;
}

.f_p_cred {
    margin: 14px 0px;
 
}

.c_details_wrapper {
    height: auto;
    overflow-y: auto;
}

.c_details_wrapper a {
    font-size: 16px;
}
.f_p_cred p {
    line-height: 20px;
    margin-bottom: 5px;
}

.f_p_address {
    display:flex;
    align-items:flex-start;
    gap: 5px;
}

#menu-property-listing-header-menu ul.sub-menu li span {
    text-overflow: ellipsis;
    overflow: hidden;
}
.postid-1536 .p_type_resi_img img[data-index="2"] {
    object-position: top;
}



.not_found_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.not_found_error_message h4 {
  font-weight: 600;
  font-size: 24px;
}
.not_found_redirect_link a {
  font-size: 18px;
  padding: 18px;
  background: var(--color-primary-purple);
  color: #fff;
  border-radius: 10px;
}
div#not_found_wrapper {
  padding: 40px 0px 100px 0px;
}

ul#menu-header_menu li {
  display: flex;
}
.main-menu li img {
  width: 18px;
/* 	filter: brightness(0) saturate(100%) invert(25%) sepia(18%) saturate(3438%) hue-rotate(181deg) brightness(93%) contrast(102%);
 */
}

/* Default arrow state */
.submenu-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Rotate arrow UP when hovering over the menu item */
.menu-item-has-children:hover > a .submenu-arrow {
    transform: rotate(180deg);
}



ul#menu-header_menu li a {
  display: flex;
  align-items: center;
  gap: 6px;
}
ul#menu-header_menu ul li a {
  font-size: 16px;
  line-height: 23px;
  width: 100%;
}


ul#menu-header_menu ul.sub-menu li a{
	color:#000929;
}


.left-content-wrapper {
  position: sticky;
  top: 150px;
}

.property-recaptcha {
  float: right;
}
.general-recaptcha {
  margin-top: 20px;
}

ul#menu-header_menu li ul li {
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 14px;
}

.apart_search_outer {
  display: none;
}

.l_phone {
  text-transform: capitalize;
}

.l_emial_fax {
  text-transform: capitalize;
}

.apart_search_outer.open_popup {
  display: block;
}

.bw-serv-image {
  height: 252px;
}
.bw-serv-grid {
  display: flex;
  gap: 16px;
}

nav#site_navbar li .sub-menu li:hover img {
  filter: invert(1);
}

header.outer_section {
  background-color: #edf3f7;
  position: sticky;
  top: 0;
  z-index: 99999;
}

footer.outer_section {
  background-color: #edf3f7;
  padding: 24px 0px;
}

.page-id-1103 div#wpcf7-f658-o1 .property-recaptcha {
  float: none;
  display: block;
}

div#wpcf7-f658-o1 .wpcf7-not-valid {
  margin-bottom: 0px !important;
}
.footer_first {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
}

.h_s_wrapper_outer {
  background: #edf3f745;
  backdrop-filter: blur(10px);
  position: absolute;
  bottom: 93px;
  width: 100%;
  padding: 24px 0px;
}

div#about_wrapper {
  max-width: 1120px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  align-items: center;
}

.about_l_s {
  max-width: 416px;
  width: 100%;
}

div#about_wrapper {
  padding: 96px 0px;
}

.about_r_s {
  width: 100%;
  max-width: 608px;
}

.a_s_heding h1 {
  font-size: 46px;
  font-weight: 600;
  line-height: 68px;
  color: #242527;
}

.a_s_f_section {
  display: flex;
  align-items: center;
  column-gap: 24px;
  margin-bottom: 24px;
}
.c_s_left {
  max-width: 437px;
  width: 100%;
  color: var(--color-primary-purple);
  font-weight: 500 !important;
}

.a_s_f_section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0px;
  color: #4d5461;
}

.a_s_repeater {
  padding-top: 48px;
}

.bw-serv-grid-item {
  max-width: 31.33%;
}

.home-slider__dots .active {
  border: 3px solid var(--color-white);
  height: 16px !important;
  width: 16px !important;
  background: var(--dot-active-bg) !important;
}

.home-slider__dots span.home-slider__dot {
  height: 10px;
  width: 10px;
  background: var(--dot-inactive-bg);
}

.c_s_left {
  max-width: 437px;
  width: 100%;
  color: var(--color-primary-purple);
  font-weight: 500 !important;
}

div#h_slider_outer {
  position: relative;
}

.bw-serv-body {
  padding: 0px !important;
  flex: 1 1 auto;
}

.bw-serv-footer {
  padding: 8px 0px !important;
}

div#counter_outer {
  background: #edf3f7;
  padding: 48px 0px;
}

.c_s_left h1 {
  font-size: 32px;
  font-weight: 400;
  margin: 0px;
}

.h_c_flex h3 {
  font-size: 32px;
  color: var(--color-primary-purple);
  font-weight: 400;
  text-transform: uppercase;
}

div#general_contact_ua_page .wpcf7-not-valid {
  margin: 0px !important;
}

div#resident_outer {
  padding: 96px 0px;
}

footer#footer_section_second {
  border-top: 1px solid var(--subtle-border);
}
.footer_second_wrapper {
  font-size: 13px;
  color: var(--muted-link);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f_social {
  display: flex;
  gap: 24px;
}

.search_input button {
  margin-left: -105px;
  border-radius: 14px;
  background: var(--color-primary-purple);
  max-width: 100px;
  width: 100%;
  line-height: 22px;
  border: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.search_input button img {
  margin-top: 5px;
}

.search_input {
  display: flex;
  border-radius: 14px;
}

.search_input input {
  border-radius: 14px;
  max-width: 500px;
  width: 100%;
  display: block;
}

.search_input {
  padding: 0px;
}

.h_s_right_section h5 {
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin-top: 0px;
}

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

.h_s_right_section {
  max-width: 500px;
  width: 100%;
}

.footer_second_wrapper {
  padding-top: 24px;
}

.f_c_section {
  padding-bottom: 24px;
  padding-top: 24px;
  border-bottom: 1px solid #e8e6f9;
}

.f_c_section .inner_section p {
  font-size: 13px;
  color: #8f90a6;
}

.f_s_wrapper:nth-child(2) {
  width: 90%;
}

.f_social_icons {
  margin: 24px 0px;
}
.f_s_wrapper {
  display: grid;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  grid-template-columns: 40px 1fr;
  margin-bottom: 10px;
}
.f_s_wrapper .f_s_image {
  width: 50px;
}
.f_s_wrapper .f_s_heading p {
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.f_s_first .s_f_logo {
  width: 151px;
}
.footer-secondary-nav ul {
  display: flex;
  list-style-type: none;
  gap: 7px;
}
.footer-secondary-nav ul li:nth-child(1) {
  border-right: 1px solid var(--muted-link);
  padding-right: 7px;
}
.footer-secondary-nav ul li a {
  color: #343434;
  font-size: 15px;
  letter-spacing: 0.2px;
}
.footer_second_wrapper p.f_h_first {
  margin: 0px;
  font-size: 15px;
  color: #343434;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.footer_second_wrapper p.f_h_first span {
  color: rgba(12, 56, 93, 0.8);
}
.footer_first .f_s_third h4 {
  font-size: 20px;
  color: var(--color-black);
}
.f_s_third nav ul li {
  list-style-type: none;
}
.f_s_third nav ul {
  padding: 0px;
  display: grid;
  gap: 15px;
}
.f_s_third nav ul li a {
  padding: 0px;
  font-size: 18px;
  letter-spacing: 0.2px;
  color: #000929;
}
.footer_first .f_logo_second p {
  color: var(--muted-link);
  font-size: 13px;
  padding: 0px;
  margin-top: 24px;
}
.f_s_first {
  display: grid;
  gap: 70px;
}

.f_s_wrapper {
  flex-wrap: nowrap;
}

.section_heading h2 {
  font-size: 46px;
  color: var(--muted-heading);
}

.s_slider_outer .bw-serv-item {
  border: 1px solid var(--color-primary-purple);
  padding: 20px;
  border-radius: 20px;
  box-shadow: none;
  max-width: 440px;
  flex: 0 0 31.3333%;
}

div#resident_inner {
  max-width: 1360px;
  margin: auto;
}

.bw-serv-footer {
  justify-content: flex-start !important;
}

div#o_s_inner {
  max-width: 1360px;
  margin: auto;
}

.s_slider_outer .bw-serv-card-wrapper {
  box-shadow: none;
}

.s_slider_outer .bw-serv-image img {
  height: 400px;
}

.s_slider_outer .bw-serv-image {
  height: 252px;
}

h3.bw-serv-title {
  font-size: 26px;
  color: var(--muted-heading);
  padding-top: 15px;
  padding-bottom: 5px;
}

p.bw-serv-excerpt {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 300;
  color: #4d5461;
  height: 100px;
}

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

button.bw-serv-dot {
  min-width: 14px !important;
  height: 16px;
  border-radius: 39px;
  padding: 7px;
}

.home-slider button.home-slider__button {
  display: none;
}

.s_slider_outer button.bw-serv-dot {
  background: var(--light-blue-dot-bg);
}

.s_slider_outer button.bw-serv-dot.active {
  background: var(--darkblue);
}

div#o_s_outer {
  padding-bottom: 96px;
}

.section_heading a {
  color: var(--muted-link);
  font-size: 20px;
}

a.bw-serv-readmore {
  border-radius: 10px;
  padding: 10px 16px;
  background: var(--color-primary-purple);
  color: var(--color-white);
  font-size: 18px;
  margin-top: 15px;
}

.bw-serv-footer {
  justify-content: flex-start;
}

div#counter_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c_s_right {
  display: flex;
  max-width: 560px;
  width: 100%;
  column-gap: 48px;
}

.counter_content .h_c_flex {
  display: flex;
}

.h_s_left_section h2 {
  font-size: 55px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
}

.h_s_left_section h4 {
  font-size: 32px;
  margin-bottom: 0px;
  font-weight: 600;
}

.h_s_left_section h5 {
  font-size: 24px;
  font-weight: 700;
}

.h_s_wrapper_outer .h_s_wrapper {
  max-width: 1312px;
  margin: auto;
  column-gap: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h_s_wrapper_outer div#h_slider_outer {
  display: flex;
  flex-direction: column;
}

.h_s_wrapper_outer .h_s_left_section {
  color: var(--color-white);
}

ul#menu-header_menu li a {
  color: var(--darkblue);
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}

div#h_slider_outer {
  height: 853px;
}

.header_navbar {
  width: 100%;
}

ul#menu-header_menu {
  display: flex;
  justify-content: space-between;
}

div#header_inner_section {
  display: flex;
  column-gap: 68px;
  align-items: center;
  padding: 20px 0px;
}

.header-logo img {
  width: 270px;
  object-fit: contain;
}

ul#menu-header_menu ul.sub-menu {
  padding: 12px;
  border-radius: 14px;
  border: 1px solid var(--color-black);
  top: 40px;
}

ul#menu-header_menu ul.sub-menu li {
  line-height: 42px;
}

ul#menu-header_menu ul.sub-menu li:hover {
  background: #034c90;
}





.inner_section {
  max-width: 1312px;
  width: 100%;
  margin: auto !important;
}

@media (max-width: 1440px) {
  div#header_inner_section {
    padding: 20px 15px !important;
  }

  ul#menu-header_menu li a {
    font-size: 18px;
  }

  .h_s_wrapper_outer {
    padding: 24px 15px;
    bottom: 20px;
  }

  .a_s_heding h1 {
    font-weight: 600;
    line-height: 58px;
  }
}

@media only screen and (max-width:1176px){
	 ul#menu-header_menu li a {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
	  ul#menu-header_menu li a {
    font-size: 18px;
  }
  ul#menu-header_menu ul.sub-menu li:hover {
    background: #49476200 !important;
  }

  .r_p_thumb_btn {
    width: auto !important;
  }

  ul#menu-header_menu {
    flex-wrap: wrap;
  }

  .bw-serv-grid-item {
    max-width: 49.33%;
  }

  ul#menu-header_menu li ul li {
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 0px;
  }

  .f_c_section {
    text-align: center;
  }
  button.header-hamburger[aria-expanded="true"] {
    width: 60px !important;
  }

  .s_slider_outer .bw-serv-item {
    border: 1px solid var(--color-primary-purple);
    padding: 20px;
    border-radius: 20px;
    box-shadow: none;
    max-width: 100%;
    flex: 0 0 48.3333%;
  }

  .c_s_left {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }

  div#counter_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .c_s_right {
    display: flex;
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
    column-gap: 48px;
  }

  .home-slider__slide img {
    display: block;
    width: 100%;
    height: 700px !important;
  }

  div#h_slider_outer {
    height: 700px;
  }

  .h_s_wrapper_outer .h_s_wrapper {
    max-width: 1312px;
    padding: 0px 15px;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  ul#menu-header_menu {
    flex-wrap: wrap;
    margin-top: 55px;
  }

  ul#menu-header_menu ul.sub-menu {
    border-radius: 14px;
    border: 1px solid var(--color-black);
    padding-top: 0px !important;
    padding: 0px !important;
  }

  ul#menu-header_menu li {
    display: block;
    width: 100%;
  }

  button.header-hamburger:focus {
    background: var(--color-white);
  }

  .a_s_heding h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .a_s_repeater {
    padding-top: 20px;
  }

  .header-logo img {
    width: 380px;
    object-fit: cover;
  }

  .h_s_left_section h2 {
    font-size: 35px;
    font-weight: 600;
    margin-top: 0px;
  }

  .h_s_left_section h5 {
    font-size: 20px;
    margin: 0px;
    padding-bottom: 10px;
  }

  .h_s_left_section h4 {
    font-size: 24px;
    margin-bottom: 0px;
  }

  .h_s_wrapper_outer {
    backdrop-filter: blur(10px);
    position: absolute;
    bottom: 70px;
    width: 100%;
    padding: 20px 0px;
  }

  ul#menu-header_menu ul.sub-menu {
    border: none !important;
    box-shadow: none !important;
  }

  ul#menu-header_menu ul.sub-menu li {
    padding-left: 20px !important;
    border-bottom: 1px solid #80808026;
    padding-bottom: 10px;
    padding-top: 0px;
  }

  ul#menu-header_menu ul.sub-menu li:last-child {
    border: none;
  }

  ul#menu-header_menu ul.sub-menu li a {
    font-size: 16px;
  }

  .header-logo img {
    min-width: 140px;
    object-fit: cover;
  }

  .section_heading h2 {
    margin: 0px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 26px !important;
  }

  #p_c_form {
    padding: 20px !important;
  }

  .p_type_left_section h3 {
    font-size: 22px !important;
    font-weight: 600;
  }

  .p_type_left_section h3:nth-child(2) {
    padding-top: 0px;
    font-size: 21px !important;
  }
  .r_p_dots {
    display: none;
  }

  .bw-serv-item {
    border: 1px solid var(--color-primary-purple);
    padding: 20px;
    border-radius: 20px;
  }
  .h_s_left_section h2 {
    font-size: 30px;
    font-weight: 600;
  }

  .h_s_right_section h5 {
    color: white;
    font-size: 18px;
    font-weight: 700;
  }

  .f_s_wrapper {
    margin-bottom: 10px;
  }

  .search_input button {
    margin-left: -94px;
    border-radius: 14px;
    background: var(--color-primary-purple);
    max-width: 90px;
  }

  .h_s_left_section h4 {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .search_input button {
    line-height: 15px;
  }

  .search_input button img {
    margin-top: 0px;
  }

  .footer_second_wrapper p.f_h_first {
    text-align: center;
  }

  .s_slider_outer .bw-serv-item {
    border: 1px solid var(--color-primary-purple);
    padding: 20px;
    border-radius: 20px;
    box-shadow: none;
    max-width: 100%;
    flex: 0 0 48.3333%;
  }

  .footer_first {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .c_s_right {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .h_s_wrapper_outer .h_s_wrapper {
    max-width: 1312px;
    padding: 0px 15px;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .f_s_first {
    display: grid;
    gap: 20px;
  }

  .footer_second_wrapper {
    justify-content: center;
  }

  .h_c_flex h3 {
    font-size: 24px;
    font-weight: 400;
  }
  .c_s_left h1 {
    font-size: 24px;
    font-weight: 400;
  }

  .bw-serv-footer {
    padding: 8px 2px !important;
  }

  .s_slider_outer .bw-serv-image {
    height: 180px;
  }

  .s_slider_outer .bw-serv-image img {
    height: 180px;
  }

  .about_l_s {
    max-width: 100%;
    width: 100%;
  }

  div#about_wrapper {
    padding-bottom: 40px;
    padding-top: 50px;
  }

  .section_heading h2 {
    font-size: 30px;
    color: var(--muted-heading);
  }
  .bw-serv-body {
    padding: 0px !important;
    flex: 1 1 auto;
  }

  p.bw-serv-excerpt {
    font-size: 16px;
  }

  a.bw-serv-readmore {
    padding: 7px 16px;
    font-size: 16px;
  }

  h3.bw-serv-title {
    font-size: 20px;
  }

  .s_slider_outer .bw-serv-item {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .home-slider__slide img {
    display: block;
    width: 100%;
    height: 500px !important;
  }

  div#h_slider_outer {
    height: 500px;
  }

  .about_l_s img {
    width: 100%;
  }

  div#about_wrapper {
    flex-wrap: wrap;
  }

  .about_r_s {
    width: 100%;
    max-width: 100%;
  }

  div#resident_outer {
    padding: 50px 0px;
  }

  div#o_s_outer {
    padding-bottom: 50px;
  }
}

@media (max-width: 468px) {
  h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .section_heading h2 {
    font-size: 24px;
    color: var(--muted-heading);
  }
  .section_heading a {
    color: var(--muted-link);
    font-size: 16px;
    display: flex;
    align-items: center;
    column-gap: 3px;
  }

  .a_s_heding h1 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 20px;
  }
  .h_s_left_section h2 {
    font-size: 24px;
  }
  .h_s_left_section h4 {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .home-slider__dots span.home-slider__dot {
    height: 12px;
    width: 12px;
    background: var(--dot-inactive-bg);
  }
}
