/*
Theme Name: Divi child theme
Theme URI: http://www.arjunweb.com
Description: A WordPress child theme for Arjunweb
Author: Arjunweb
Author URI: http://www.arjunweb.com
Template: Divi
Version: 4.25.1
*/

:root {
--gold1:#333333;
  --gold: #bf965d;
  /* primary brand gold */
  --gold-600: #b78d4c;
  --gold-700: #a37737;
  --charcoal: #171715;
  /* deep footer bg */
  --ink: #2d2f34;
  /* body text */
  --muted: #868b94;
  /* secondary text */
  --cream: #fff7ed;
  /* soft section bg */
  --card: #ffffff;
  /* card bg */
  --radius: 1.25rem;
  /* big soft corners */
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.12);
}


.faculty-card {
  position: relative;
  margin: 0 0.5rem;
  box-shadow: 0px 4px 11.5px 0.5px rgba(0, 0, 0, 0.08);
  transition: opacity 0.8s;
  height: 100%;
}
.faculty-content-container {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
}
.name-and-sm h5 {
  font-family: "Playfair Display";
  color: #d4a851;
  font-size: 20px;
  margin-bottom: 0;
}
.faculty-details {
  display: flex;
  flex-direction: column;
}
.faculty-details span {
  font-size: 16px;
  color: #233039;
}
.faculty-details span.education {
  font-size: 14px;
  color: rgba(35, 48, 57, 0.8);
}
.faculties-container .row {
  padding-bottom: 1.25rem;
}
.faculty-content-card-back {
  opacity: 0;
  padding: 24px;
  background: #233039;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.6s;
  height: 100%;
}
.facul-profiles {
  display: flex;
  justify-content: space-between;
}
.faculty-content-card-back-container {
  padding: 24px;
  border: 1px solid #d4a851;
  height: 100%;
}
.faculty-content-card-back-container hr {
  margin-top: 0.85rem;
  margin-bottom: 0.85rem;
  background-color: #fff;
  border: 0;
  height: 1px;
}
.research-interests {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.faculty-card:hover .faculty-content-card-back {
  opacity: 1;
}
.faculty-content-card-back-container h5 {
  font-size: 24px;
  font-family: "Playfair Display";
  font-weight: bold;
  color: #d4ad51;
}
.faculty-cards-container label.btn-label {
  padding-right: 0.8rem;
  font-size: 18px;
  margin-bttom: 0;
}
section.faculty-cards-container.float-left.w-100 {
  padding-bottom: 3rem;
}
.research-interests span strong {
  color: #d4a851;
}
.faculty-name-smicons {
  display: flex;
  flex-direction: row;
}
.title-filter-container ul.dropdown-menu li.custom-padding-filter {
  padding: 0px 0 0.6rem 0;
}
.faculty-bio-container {
  height: calc(100% - 3.3em);
  overflow-y: scroll;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* width */
.faculty-bio-container::-webkit-scrollbar {
  width: 8px;
}
/* Track */
.faculty-bio-container::-webkit-scrollbar-track {
  background: rgba(35, 48, 57, 0.2);
}
/* Handle */
.faculty-bio-container::-webkit-scrollbar-thumb {
  background: #d4a851;
}
/* Handle on hover */
.faculty-bio-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media screen and (max-width: 550px) {
  /* .faculties-container .row .col-12 {height: 100%;} */
  .title-filter-container {
    flex-direction: column;
  }
  .container.faculty-bnr {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
  }
  .title-filter-container {
    padding: 50px 0 50px 0;
    align-items: center;
  }
  .banner-section-faculty-pg.banner-section-school {
    min-height: 200px;
  }
  .inner_bnr_faculy.inner_banner img.img-fluid.w-100 {
    min-height: 200px;
    display: flex;
    object-fit: cover;
    margin-top: 0px;
    /* margin-top:6.6%; */
  }
  .faculty-cards-container .title-filter-container .dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .d-flex.title-filter-container h2 {
    padding-bottom: 1.2rem;
  }
}
.d-flex.title-filter-container .custom-padding-filter a.filter_careers:hover {
  text-decoration: none;
}
.facul-profiles img {
  width: 35px;
}
.container.faculty-bnr
  .innerbanner_content.coursedetailpage_content.school-banner {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 550px) {
  .container.faculty-bnr
    .innerbanner_content.coursedetailpage_content.school-banner {
    top: 0;
    transform: none;
  }
  section.faculty-cards-container.float-left.w-100 {
    padding-bottom: 0rem;
  }
}
.disabled-gs {
  display: none;
}
.et_pb_row {
  width: 90%;
  max-width: 1650px !important;
}


html {
  scroll-behavior: smooth;
}
.poppins {
  font-family: "Poppins", sans-serif;
}
body {
  font-family: "Barlow", system-ui, -apple-system, Segoe UI, Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  color: var(--ink);
  background-color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  color: #202116;
  line-height: 26px;
}
.section-paading {
  padding-block: 80px;
}

.brand-serif {
  font-family: "Barlow", serif;
}
.shadow1 img{
  /* box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 24%);
  border-radius: 45px;
    padding: 6px; */
    max-height: 600px !important;
    object-fit: cover;
}

.btn-gold {
  background: var(--gold);
  border: none;
  color: #111;
  font-weight: 600;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    background-color 0.25s ease;
  box-shadow: 0 6px 18px rgba(201, 163, 106, 0.35);
}
.sec-title0 {
  font-size: 50px;
  line-height: 60px;
  font-family: "Barlow";
  font-weight: 600;
  text-transform: uppercase;
  color: #171715;
}
.sec-title {
  font-size: 45px;
  line-height:55px !important;
  font-family: "Barlow";
  font-weight: 700;
  text-transform: uppercase;
  color: #171715;
}
.sec-title2 {
  font-size: 35px;
  line-height: 43px;
  font-family: "Barlow";
  font-weight: 700;
  text-transform: uppercase;
}
.tag-title {
  letter-spacing: 2px;
  color: var(--gold);
}
.sub-content {
  color: #202116;
  font-size: 14px;
}
.btn-gold:hover {
  background: var(--gold-600);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(201, 163, 106, 0.45);
  color: #111;
}

.btn-outline-gold {
  border: 2px solid var(--gold);
  color: var(--gold-700);
  border-radius: 999px;
  font-weight: 600;
  padding: 0.6rem 1rem;
  transition: 0.25s;
}

.btn-outline-gold:hover {
  background: var(--gold);
  color: #111;
  box-shadow: 0 8px 20px rgba(201, 163, 106, 0.35);
}

/* Top bar */
.topbar {
  background: var(--gold1);
  color: #111;
  color: #fff;
  font-family: "Poppins";
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Navbar */
.navbar {
  background: #fff;
  /* box-shadow: var(--shadow); */
}

.navbar .nav-link {
  font-weight: 500;
  color: var(--charcoal);
  position: relative;
  font-family: "Poppins", sans-serif;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  height: 2px;
  width: 0;
  background: var(--gold);
  transition: 0.25s ease;
}

.navbar .nav-link:hover {
  color: #111;
}

.navbar .nav-link:hover::after {
  width: 100%;
}

/* Hero */
.hero {
  position: relative;
  padding: 0px 0 60px;
  /* background: radial-gradient(90% 80% at 20% 10%,
                    #fff 0%,
                    #fff 50%,
                    #faf6ef 100%); */
}
.hero h1 {
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
          text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.hero-content {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
          text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.hero-img {
  max-width: 600px;
    margin-left: auto;
    display: block;
  /* border-radius: 1.5rem;
            box-shadow: var(--shadow-lg);
            transform: translateY(6px); */
}
.cmn-cta-btn {
  background-color: var(--gold);
  padding: 10px 10px 10px 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 15px;
}
.cmn-cta-btn2 {
  background-color: var(--gold1);
  padding: 15px 20px;
  min-width: 200px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 15px;
  justify-content: center;
}

.cmn-cta-btn:hover {
  /*  background-color: #a97c3e;  */
  color: #fff;
  text-decoration: none;
}
.btn-box {
  line-height: 0;
  background-color: #fff;
  color: var(--gold1);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-left: 10px;
}
/* City grid */
.city-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  /* box-shadow: var(--shadow); */
  transform: translateZ(0);
}

.city-card img {
  width: 100%;
  height: 350px !important;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/*      .city-card .overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg,
                    rgba(0, 0, 0, 0.1) 0%,
                    rgba(0, 0, 0, 0.55) 100%);
        }

        .city-card .label {
            text-align: center;
            width: 100%;
            position: absolute;
            left:50%;
            top: 50%;
            color: #fff;
            font-weight: 600;
            text-transform: uppercase;
            padding: 0.35rem 0.6rem;
            border-radius: 0.6rem;
            transform: translate(-50%,-50%);
            font-size: 25px;
            letter-spacing: 0.5px;
            font-family: 'Barlow',sans-serif;
        } */

.city-card:hover img {
  transform: scale(1.08);
}

/* section titles */
.section-title {
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #3b3f47;
  text-transform: uppercase;
  font-size: 0.95rem;
}

/* Feature cards */
.a-heart {
  display: inline-flex;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--gold);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  line-height: 0px;
}
.a-heart i {
  transform: translateY(1px);
  display: inline-block;
}

.property-card {
  padding: 15px;
  background: var(--card);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.13);
}
.property-card h5 {
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
      font-size: 22px;
    padding-bottom: 0px;
}
.property-details {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 5px;
  margin-block: 15px;
}
.property-details > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.property-details > div span {
  font-size: 13px;
  font-weight: 500;
}

.property-details img {
  max-height: 20px;
  max-width: 20px;
}
.price-value {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: var(--gold);
  line-height: 30px;
}
.property-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.property-thumb {
  height: 300px;
  border-radius: 10px;
  object-fit: cover;
}

.price-badge {
  position: absolute;
  text-transform: uppercase;
  color: var(--gold);
  left: 12px;
  top: 12px;
  background: #fff;
  border-radius: 5px;
  padding: 0.5em 1.6rem;
  font-weight: 500;
  box-shadow: var(--shadow);
}

/* 3 CTAs strip */
.strip {
  background: url("./service-bg.jpg") center/cover fixed no-repeat;
  padding: 60px 0;
  position: relative;
}

/* .strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
} */

.strip .container {
  position: relative;
  z-index: 2;
}

.strip .btn {
  background: #fff;
  border-radius: 14px;
  font-weight: 700;
  padding: 0.9rem 1.2rem;
  border: none;
  transition: transform 0.2s ease;
  text-transform: uppercase;
  font-size: 30px;
  color: #202116;
  font-family: "Barlow", sans-serif;
  line-height: 40px;
}

.strip .btn:hover {
  transform: translateY(-2px);
}

.strip .btn span {
  /* color: var(--gold-700); */
  display: block;
}

/* Approach */
.approach {
  background: #fff;
}

.approach .card {
  border: none;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.approach img {
  border-radius: 45px;
  padding: 6px;
}

/* Testimonials */
.testi {
  /* background: var(--cream); */
  /* padding: 70px 0; */
}

.testi .item {
 
  border-radius: 1rem;
  padding: 35px;
  margin: 20px 50px;
  color: #000;
  position: relative;
  box-shadow: 0px 1.89px 17.79px 0px rgba(191, 150, 93, 0.78);
}

.testi .item .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0.7rem;
  box-shadow: var(--shadow);
  display:none
}
.testi .item .cont {
  /* font-weight: 500; */
  font-size: 15px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
}
.owl-dots {
  text-align: center;
  margin-top: 15px;
}

.owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.owl-dot span {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  background: #d3d3d3; /* Inactive (gray) */
  transition: all 0.3s ease;
}

.owl-dot.active span {
  background: #b48b4e; /* Active (gold-brown) */
}

/* .testi-content{
    max-width: 1200px;
    margin: 0 auto;
} */
.quote {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 1.4rem;
  color: var(--gold);
}
.item .fw-semibold {
  font-size: 15px;
}
.fw-300 {
  font-weight: 300;
}
/* App/CTA */
.app-cta .phone {
  max-width: 100%;
  /* box-shadow: var(--shadow-lg);
            transform: rotate(-2deg); */
}

.app-cta .rings {
  position: absolute;
  inset: -40px -80px -60px -80px;
  pointer-events: none;
  background: radial-gradient(
      250px 250px at 55% 35%,
      rgba(201, 163, 106, 0.18) 0%,
      transparent 70%
    ),
    radial-gradient(
      200px 200px at 40% 60%,
      rgba(201, 163, 106, 0.14) 0%,
      transparent 70%
    );
  filter: blur(1px);
}

/* Instagram grid */
.insta img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  /* border-radius: 0.6rem; */
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  /* box-shadow: var(--shadow); */
}

.insta a:hover img {
  transform: translateY(-4px) scale(1.02);
  box-shadow: var(--shadow-lg);
}

/* Big CTA */
.big-cta {
  background: url(bg-2.png);
  color: #111;
  border-radius: 1rem;
  box-shadow: var(--shadow-lg);
  padding: 50px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* Footer */
footer {
  background: var(--charcoal);
  color: #d7d8da;
  /* padding-top: 60px; */
}
.bdr1 {
  border: 2px solid #fff;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
}
.bdr1 i {
  color: #000 !important;
}
.footer-logo {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  padding: 18px;
  display: inline-block;
}

.footer-map {
  height: 250px;
  border-radius: 1rem;
  overflow: hidden;
  filter: grayscale(100%) contrast(1.05);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.25);
}
.footer-map br {display:none}
.f-icon {
  border: 2px solid #fff;
  border-radius: 20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 35px;
  margin-bottom: 10px;
}

.link-muted {
  color: #c9cbd1;
  text-decoration: none;
}

.link-muted:hover {
  color: #fff;
}

/* Helpers */
.divider-gold {
  width: 68px;
  height: 3px;
  background: var(--gold);
  border-radius: 5px;
}

/* .shadow-soft {
            box-shadow: var(--shadow);
        } */

.bg-cream {
  background: var(--cream);
}
.copyright {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
#nav .navbar-nav li:last-child {
  margin-left: 100px;
}

.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a {
  padding-block: 0px !important;
}
.city-card .et_pb_blurb_container {
  position: absolute;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffff;
  font-size: 35px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.city-card .et_pb_module_header {
  
  color: #ffff;
  font-size: 35px;
  font-weight: 600;
}
.city-card .et_pb_main_blurb_image {
  margin-bottom: 0px;
}
.city-card .et_pb_main_blurb_image {
  position: relative;
}
.city-card .et_pb_main_blurb_image {
  position: relative;
}

.city-card .et_pb_image_wrap {
  position: relative;
  display: inline-block; /* so overlay matches image size */
  border-radius: 16px;
  overflow: hidden;
}

.city-card .et_pb_image_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38); /* black overlay 50% opacity */
  pointer-events: none; /* let clicks pass through */
}
.testi{
background-color:#f1f1f1 !important;}
.testi .et_pb_module_inner.dnxte-tstimonial-item .dnxte-tstimonial-item-con{
  display: flex;
  gap: 20px;
      flex-direction: column-reverse;
      /* padding:30px; */
      padding-bottom: 0px;
          align-items: baseline;
  color: #000 !important;
}
.testi .dnxte-rating-revstar, .testi .dnxte-quote-icon2{
  display: none !important;
}
.dnxte-tstimonial-prfle-des{
width:100%;text-align:center}
.testi .dnxte-itcont-des{
  color: #000 !important;
  width:100%;
      font-size: 15px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    text-align: cener !important;
}
.testi .dnxte-tstimonial-item-prfle{
  margin-bottom: 0px !important;
  width:100%;

}
.testi .swiper-slide {

    border-radius: 1rem !important;
    padding: 35px;
    color: #000;
    position: relative;
  
    background-color: #fff;
    min-height:280px
}
.dnxte_testimonial_parent_0 .dnxte-tstimonial-item:before{
content:"" !important}
.dnxte-tstimonial-prfle-review{
display:none !important;
}
.testi .swiper-container {
  margin-inline: 100px;
}
.testi .dnxte-tstprfle-nam{
  color: #000 !important;
  padding-bottom: 5px !important;
}
.dnxte_testimonial_parent .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  margin-top: 0;
}
.dnxte_testimonial_parent .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  margin-top: 0;
}
.swiper-pagination-bullet{width: 13px !important;height: 13px !important;transform: scale(1) !important;}
.testi  .dnxte_testimonial_parent_0 .swiper-pagination .swiper-pagination-bullet-active{background-color: #BF965D !important;}


.inner_banner .et-fb-mousetrap.et-fb-mousetrap--section.et-fb-mousetrap-move {
  background: #000000a8 !important;
}
/* .inner_title {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 700;
} */
.common_section {
  padding-block: 60px !important;
}
.common_section.pb-0 {
  padding-bottom: 0px !important;
}
.journy_content {
  max-width: 750px;
  margin: auto;
}
.contact_form form > p {
  width: 100% !important;
  margin-bottom: 15px;
}
.contact_form .et_contact_bottom_container {float: left;}
.et_pb_contact_right {
  display: none;
}
.contact_form .et_contact_bottom_container .et_pb_contact_submit.et_pb_button {
  margin-left: 40px;
}
.finding_section .container1 p {
  text-align: center;
}
.find_content {
  font-size: 16px;
  max-width: 600px;
  margin-inline: auto;
}
.inner_banner, .finding_section{
  position: relative;
  z-index: 0;
}
.inner_banner::after,
.finding_section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #11111185;
  z-index: -1;
}
.find_content.ss {
  max-width: 880px;}

  .get_in_touch .et_contact_bottom_container {
  float: unset;
  width: 100%;
}
.get_in_touch .et_contact_bottom_container> button{
  width: 100%;
}
.list_set {
  padding-left: 25px;
  max-width: 500px;
}
.list_set .et_pb_module_inner > div:not(:last-child) {
  margin-bottom: 10px;
}

.cmn-cta-btn.ss a {
  background: #fff;
  color: #b89f5c;
}
.cmn-cta-btn.ss a .btn-box {
  color: #fff;
  background: var(--gold1);
}
.et_pb_row.et_pb_row_2.tool_cards.et_pb_row_4col{
  display: flex;
  gap: 20px;
}
.et_pb_row.et_pb_row_2.tool_cards.et_pb_row_4col > div,
.et_pb_row.et_pb_row_2.tool_cards.et_pb_row_4col > div > div,
.et_pb_row.et_pb_row_2.tool_cards.et_pb_row_4col > div > div > div{
  width: 100%;
  height: 100%;
  margin: 0;
}
.et_pb_row.et_pb_row_2.tool_cards.et_pb_row_4col > div > div{min-height: 312px;}
.tool_cards .button {
  background: #BF965D;
  color: #fff;
  padding: 10px 25px;
  border: none;
  font-size: 16px;
  border-radius: 10px;
}

.featured_card_main > div {
  margin-right: 2.5% !important;
  width: 31.5% !important;
}
#menu-primary-menu .cmn-cta-btn {
  margin-left: 50px;
}
#menu-primary-menu .cmn-cta-btn a {
  color: #fff !important;
}
.et_pb_menu .et-menu>li {
    padding-left: 15px !important;
    padding-right: 15px  !important;
}
.access_content_part p{max-width: 380px !important  ;}


#instagram .row.insta .col-6.col-md-3 a, #instagram .row.insta .col-6.col-md-3 a img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}
.et_pb_menu__logo {
height:65px;
overflow:unset !important;
}
  .et_pb_menu__logo img{  width: 105px;
    position: relative;
    top: -14px;
    }
@media screen and (max-width:992px) {.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar::before{
  color: #bf965d !important;}
  .et_mobile_menu {border-top: 3px solid #bf965d;}
}
@media screen and (max-width:500px) {
  #mobile_menu1 .cmn-cta-btn, #mobile_menu1 .cmn-cta-btn a {
  width: 100%;
}
#mobile_menu1 .cmn-cta-btn .btn-box {
  width: 40px;
  display: inline-flex;
    margin-left: auto;
}
#mobile_menu1 .cmn-cta-btn a {
  display: flex;
  align-items: center;
  color: #fff !important;
  padding: 0 10px !important;
}

  .section-paading {
  padding-block: 40px;
}
  .hero h1 {
  font-size: 31px;
  line-height: 23px !important;
}
.cmn-cta-btn {
  padding: 7px 10px;
  font-size: 14px;
}
.hero-content {
  margin-bottom: 15px;
}
.hero-img {
  width: 100%;
}
.hero {
  padding-bottom: 30px !important;
}
.hero .row {
  flex-direction: column-reverse;
}
.et_pb_section {
    padding: 30px 0;
  }
  .city-card .et_pb_module_header {
  font-size: 26px;}
.et_pb_column {
    width: 100%;
    margin-bottom: 15px;
  }
  .et_pb_section .et_pb_row.et_pb_row_2.et_pb_equal_columns.et_pb_gutters2 {
  padding-top: 15px;
  padding-bottom: 0;
}
.sec-title {
  font-size: 26px;line-height: 34px;}
  p {
  line-height: 24px;
}
.featured_card_main > div {
  width: 100% !important;
  margin-right: 0 !important;
}
.featured_card_main {
  padding-top: 7px;
}
.property-card .p-3 {
  padding: 10px 0 !important;
}
.property-details {
  gap: 10px;
  margin-block: 5px;
}
.property-details img {
  max-height: 13px;
  max-width: 13px;
}
.property-thumb {
  height: auto;}
  .strip {padding: 0px 0 15px;}
  .sec-title2 {
  font-size: 26px;
  line-height: 36px;}
.text-center.mb-4.pb-3 {
  padding-bottom: 0 !important;
}
.strip .btn {font-size: 20px;
line-height: 30px;
}
.estate_agent_sec > div {
  padding-block: 10px 0 0;
}
.estate_agent_sec .et_pb_text_inner .p-4 {
  padding: 0 !important;
}
.sec-title.my-3 {
  margin-block: 0 10px !important;
}
.testi > div {
  padding-block: 0 !important;
}
.testi .p-2{padding: 0 !important;}
.testi .swiper-container {
  margin-inline: 0;
}
.testi .swiper-slide {
  width: 100% !important;
}
.access_content_part .p-4 {
  padding: 0 !important;
}
.sec-title br {
  display: none;
}
.et_pb_section.et_pb_section_6.pb-xl-0.et_section_regular {
  padding-block: 0;
}
#instagram.section-paading {
  padding-block: 0;
}
#instagram.section-paading .d-flex.justify-content-between.align-items-center.mb-3 {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px !important;
}
.row.insta > p {
  display: none;
}
.big-cta {padding: 30px;}
.et-l.et-l--footer .et_pb_row.et_pb_row_0_tb_footer {
  padding-bottom: 0;
}
.et_pb_row.et_pb_row_1_tb_footer {
  padding-block: 0;
}
.et-l.et-l--footer .et_pb_text_inner .row.g-4 p,
.et-l.et-l--footer .et_pb_text_inner .row.g-4 .col-lg-9 .row > p {display: none;}
.et-l.et-l--footer .et_pb_text_inner .row.g-4 .col-lg-9 .row > div:not(:last-child) {
  padding-bottom: 15px;
}
.testi .swiper-slide{padding: 20px;}
header .et_pb_section {
  padding: 0;
}
/* immer-pages */
.et_pb_section .et_pb_row.et_pb_row_1.align-items-center.et_pb_equal_columns.et_pb_gutters2 .p-4 {
  padding: 0 !important;
}
.et_pb_section .et_pb_row.et_pb_row_1.align-items-center.et_pb_equal_columns.et_pb_gutters2 {
  padding-block: 0;
}
.sec-title2 br {
  display: none;
}
.get_in_touch .et_pb_contact_submit.et_pb_button {
  margin-left: 10px;
}
.et_pb_section .et_pb_row.et_pb_row_3.align-items-center.et_pb_equal_columns.et_pb_gutters2 {
  padding-block: 0;
}
.et_pb_text_inner .p-4 {
  padding: 0 !important;
}
.list_set {
  padding-left: 0px;
  margin-top: 10px;
}
.foot_top_card2.et_pb_row_4.et_pb_row {
  padding-block: 20px !important;
}
.et_pb_heading_0 .et_pb_heading_container h1{font-size: 26px;}
.et_pb_row.et_pb_row_5.contact_form {
  padding-inline: 20px !important;
  margin-top: 20px;
}
.et_pb_row.et_pb_row_5.contact_form .et_pb_heading_0 .et_pb_heading_container h2{
font-size: 26px;
  line-height: 34px;
}
.et_pb_section .et_pb_row {
  padding-block: 0;
}
.signature_sec .et_pb_blurb_content .et_pb_main_blurb_image {margin-bottom: 10px;}
.signature_sec .et_pb_blurb_content .et_pb_main_blurb_image img {
  width: 60px;
}
.signature_sec .et_pb_blurb_0.et_pb_blurb .et_pb_module_header{font-size: 20px;}
.signature_sec .et_pb_blurb_content {
  margin-bottom: 15px;
}
}
.et_pb_section--with-menu     .et_pb_row {
        padding: 19px 0 !important;
    }

        .property-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.property-card1:hover .property-overlay {
    opacity: 1;
}
.property-card1, .property-card1 img{
  height: 360px;
  border-radius: 10px;
  overflow: hidden;
}
.property-card1 .cmn-cta-btn{
  border: 0px;
  box-shadow: none;

}
.cmn-cta1{
      background: var(--gold);
    border: 0px;
    padding: 5px 13px;
    line-height: 28px;
    border-radius: 6px;
font-weight: 500;
text-transform: uppercase;
color: #fff !important;

}
.property-overlay h4{
  font-size: 22px;
}
.cmn-cta2{
      border:2px solid var(--gold);
    border-radius: 0px;
    padding: 6px 13px;
    line-height: 28px;
    border-radius: 5px;
color: var(--gold);
font-weight: 500;
}

.table-striped .bg-light{
    background: var(--gold) !important;
    color:#fff;
}

h1, h2, h3, h4, h5, h6{
  font-weight: 600 !important;
  font-family: 'Barlow',sans-serif !important;
}
.et_pb_fullwidth_code_0_tb_header{
  padding-top: 0px !important;
}
.et_pb_row {
	width: 90% !important;}
#et-main-area .container.py-5 {
  width: 100% !important;
  max-width: 1180px !important;
}
	.et_mobile_menu {border-top: 1px solid #bf965d !important;}
.et-db #et-boc .et-l .et_pb_menu .et_pb_menu__menu > nav > ul > li.cmn-cta-btn a {
  color: #fff !important;
}
.property_content_set .et_pb_section.et_pb_section_0.et_section_regular {
  padding-block: 0 !important;
}
.property_content_set .et_pb_section.et_pb_section_0.et_section_regular .et_pb_row {
    width: 98% !important;
  }
@media only screen and (min-width: 992px){
.et_pb_row {
	width: 90% !important;}
}

@media only screen and (min-width: 1200px){
.et_pb_row {width: 95% !important;}
	.exc_guides_sec_set p {
  font-size: 12px !important;
  line-height: 22px;
}
	
}
@media only screen and (min-width: 1320px){
.et_pb_row {width: 88% !important;}
}
@media only screen and (max-width: 1320px){
.exc_guides_sec_set h3.et_pb_module_header {
  font-size: 17px !important;
}
}
@media only screen and (max-width: 1200px){
.exc_guides_sec_set .et_pb_row.et_pb_row_2.tool_cards.et_pb_row_4col {
  flex-wrap: wrap;
}
	.exc_guides_sec_set .et_pb_row.et_pb_row_2.tool_cards.et_pb_row_4col > div {
  max-width:48%;
}
}
@media only screen and (max-width: 992px){
	.exc_guides_sec_set .et_pb_row.et_pb_row_2.tool_cards.et_pb_row_4col {
  padding-bottom: 0;
}
	.exc_guides_sec_set .et_pb_row.et_pb_row_1 {
  padding-bottom: 0 !important;
}
	.exc_guides_sec_set .et_pb_row.et_pb_row_1 .sec-title {
  margin-block: 0 !important;
}
	.property-overlay {top: auto;height: 60%;
bottom: 0;
  opacity: 1;
}
}
@media only screen and (max-width: 650px) {
  .exc_guides_sec_set .et_pb_row.et_pb_row_2.tool_cards.et_pb_row_4col > div {
    max-width: 100%;
  }
}
@media only screen and (max-width: 576px) {
.topbar {font-size: 14px;min-height: 50px;
line-height: 22px;
}
.et_pb_menu__logo img {
  width: 80px;
  position: relative;
  top: 0;
}
	.et_pb_section--with-menu .et_pb_row {
  padding: 10px 0 !important;
}
	.exc_guides_sec_set .et_pb_row.et_pb_row_1 .sec-title {
    font-size: 24px;
    line-height: 32px !important;
    margin-bottom: 15px !important;
  }
	.exc_guides_sec_set.et_section_regular {
  padding-bottom: 0;
}
	 .et_pb_section {
		 padding: 40px 0;}
	.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li.cmn-cta-btn a {
  color: #fff !important;
  display: flex;
  width: 100%;
}
	.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu ul li.cmn-cta-btn{
  max-width:250px;
  width: 100%;
}
}
@media screen and (max-width: 500px) {
  .sec-title {
    font-size: 24px;
    line-height: 34px !important;
  }
	 .et_pb_heading_0 .et_pb_heading_container h1 {
    font-size: 26px !important;
  }
	  .hero {
    padding-bottom: 10px !important;
  }
	 .et_pb_column {
    width: 100%;
    margin-bottom: 20px !important;
  }
	 .et_pb_section.cities-section {
    padding: 30px 0 20px !important;
  }
	 .et_pb_section.cities-section .et_pb_row.et_pb_row_2.et_pb_equal_columns.et_pb_gutters2 {
    padding-top: 0;
    padding-bottom: 0;
  }
	.exc_guides_sec_set.et_section_regular .et_pb_column {
  width: 100%;
  margin-bottom: 10px !important;
}
	  p {
    line-height: 24px;
    font-size: 13px !important;
  }
	.signature_sec h2.et_pb_module_header {
  font-size: 24px !important;
}
	.signature_sec .et_pb_column.et_pb_column_1_3.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough.et-last-child {
  margin-bottom: 0 !important;
}
	.signature_sec.et_section_regular {
  padding-bottom: 0;
}
	.et_pb_section.et_pb_section_1.leasting_title_part_set.et_section_regular {
  padding-top: 40px;
}
	.leasting_title_part_set .et_pb_column.et_pb_column_4_4.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough.et-last-child {
  margin-bottom: 10px !important;
}
	#et-main-area .container.py-5 {
  padding-block: 0 !important;
}
.mt-4.property_content_set {
  margin-top: 0 !important;
}
}
.et_pb_gallery_grid .et_pb_gallery_item img1{
object-fit: cover !important;}

.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    width: 100%;
    border-radius: 10px;
    padding: 18px !important;
}
.wpcf7 button{
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 16px;
}

.banner-se{
height:100vh;
text-align:center
}
.h-vh{
    height: 87vh;
    display: flex;
    align-items: center;
    justify-content: center;}

.cus-ov-card .dnxte-teamovlay-info{
opacity:1 !important
}
.cus-ov-card .dnxte-teamovlay-name{
    font-size: 18px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px;
    min-width: 270px;
    font-weight: 400 !important;
}
.cus-ov-card .dnxte-teamovlay-img img{
height:300px;
width:100%;

}
.cus-ov-card .dnxte_team_overlay:hover .dnxte-teamovlay-img img{

 filter: grayscale(00%);


}
.et_pb_menu__logo-wrap{
display:none !important;
}
.et_pb_menu__wrap{
justify-content:center !important}
.t-logo-t{
    height: 150px !important;
    filter: drop-shadow(2px 2px 5px rgba(256, 256, 256, 0.9));
}
@media screen and (max-width: 992px) {
.et_pb_menu__logo-wrap{
display:block !important;
}
.et_pb_menu__wrap{
justify-content:end !important}
.estate_agent_sec {
padding-inline:15px !important;
}

}
@media screen and (max-width: 768px) {
bod
.banner-se{
height:82vh;
text-align:center
}
}