.paddingTop10 {
  padding-top: 10px;
}

.marginLeft0 {
  margin-left: 0px!important;
}

/*for career or join us*/
.why-work-with-us, .career-opportunities{
  background-color: #dfe6e9;
}
.t-why-work{
  text-align: center;
  margin: 30px 0 15px;
  line-height: 1.5;
}
.testimonials-name{
  color: #83000c;
}
h4.opportunities-accordion {
  background-color: transparent;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.5em;
}
.opportunities-accordion .icon{
  color: #83000c;
  float: right;
  font-weight: bold;
}
.opportunities-accordion.active .icon{
  transform: rotate(90deg);
}
.opportunities-accordion .icon .fa {
  font-size: 20px;
  line-height: 24px;
}
.opportunities-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 20px;
}
.detail-career{
  margin-bottom: 50px;
}
.why-work-with-us .icon{
  width: 80px;
  margin: 0 auto;
  display: block;
}
/*end of career or join us*/

.fir-banner {
    padding: 0px;
    position: relative;
    height: calc(100vh - 200px);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blur-edges {
  background-image: radial-gradient(transparent, white);
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
}
.bg-video {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
.bg-video__content {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.fir-banner.fir-st-i-own-property {
/*  background: url(/images/FIR-ST-i-own-property-banner.jpg) no-repeat center center;*/
  background: url(/images/FIR-ST-i-own-property-banner-v2.jpg) no-repeat center center;
  height: 700px;
  background-size: cover;
}
.fir-banner.fir-st-i-wish-to-buy-property {
/*  background: url(/images/FIR-ST-i-wish-to-buy-property-banner.jpg) no-repeat center center;*/
  background: url(/images/FIR-ST-i-wish-to-buy-property-banner-v2.jpg) no-repeat top center;
  height: 700px;
  background-size: cover;
}

.banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fir-banner h1 {
  font-size: 42px;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 150px;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
/*  text-shadow: 2px 2px 0 rgba(255, 255, 255, .2), 2px -2px 0 rgba(255, 255, 255, .2), -2px 2px 0 rgba(255, 255, 255, .2), -2px -2px 0 rgba(255, 255, 255, .2), 2px 0px 0 rgba(255, 255, 255, .2), 0px 2px 0 rgba(255, 255, 255, .2), -2px 0px 0 rgba(255, 255, 255, .2), 0px -2px 0 rgba(255, 255, 255, .2);*/
}
.fir-banner .btn-wrap {
  display: flex;
  gap: 100px;
  margin: 0 auto;
  justify-content: center;
}
.fir-banner .btn-wrap .btn {
  padding: 20px 30px;
}
.dif-wrap {
  background: url(/images/FIR-ST-mainpage-section2-bg.jpg) no-repeat center center;
  height: 700px;
  background-size: cover;
}
.dif-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.dif-wrap img {
  max-width: 750px;
  margin: 20px auto;
}
.dif-wrap .content {
  display: flex;
  gap: 100px;
  max-width: 80%;
  margin: 0 auto;
}
.text-uppercase {
  text-transform: uppercase;
}
.disclaimer {
  background-color: #820024;
  color: #fff;
  padding: 50px;
}
.fir-st-advantages {
  background: url(/images/FIR-ST-i-own-property-bg-section1.jpg) no-repeat center center;
  background-size: cover;
}
.disclaimer.greybg {
  background-color: #D9D9D9;
  color: #000;
}


.fir-videos {
  padding: 50px 0px;
/*  background: #820024;*/
  background: #fff;
  color: #000;
  text-align: center;  
}
.p-video-lg {
  padding:56.25% 0 0 0;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}

@media screen and (min-width: 1200px) {
  .pt-md-50 {
    padding-top: 50px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
}

.buyer-unique-advantage-wrap {
  background: url(/images/buyer-unique-advantage-wrap.jpg) no-repeat center center;
  background-size: cover;
}
.first-slider-bg {
  background: url(/images/first-slider-bg.jpg) no-repeat center center;
  background-size: cover;
}
#fir-st .slick-next {
  padding-left: calc(100% + 25px);
}
.fir-videos .nav-pills {
    background-color: #fff;
    border: 1px solid #820024;
}
.fir-videos .nav-pills .nav-link.active {
    background-color: #820024;
}
.fir-videos .nav-pills .nav-link {
    border-right: 1px solid #820024;
    border-radius: 0px !important;
}

.fir-videos .tab-content h5.text-center {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px 15px;
    line-height: 1.4;
}

#menu-main-navigation .dropdown-menu .dropdown-menu {
  position: relative;
  top: 0px;
  box-shadow: none;
  border: none;
  padding: 0px 25px 5px 50px;
  width: 290px;
}
#menu-main-navigation .dropdown-menu .dropdown-menu::before {
  content: none;
}
.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.fir-st-wrap .slick-prev::before, .fir-st-wrap .slick-next::before {
  color: #820024;
}

.text-transform-normal {
  text-transform: inherit;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .fir-videos.tab-content h5.text-center {
        min-height: 48px;
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .fir-videos .tab-content h5.text-center {
        min-height: 40px;
        font-size: 14px;
        padding: 8px 10px;
    }
}

@media (max-width: 575.98px) {
    .fir-videos .tab-content h5.text-center {
        min-height: auto;
        padding: 10px 5px;
    }
    .fir-videos .nav-pills .nav-link {
      min-height: 100%;
    }
    .fir-banner {
      height: 100vh;
    }
    .fir-banner h1 {
      padding: 50px 20px;
    }
    .fir-banner .btn-wrap {
      flex-direction: column;
      gap: 30px;
    }
    .dif-wrap img
    {
      max-width: 100%;
    }
    .disclaimer {
      padding: 50px 10px;
    }
    .dif-wrap .content {
      flex-direction: column;
      gap: 50px;
    }
}


/*added by YT 05062025 18:48*/
.box-advantages{
  border: 5px solid var(--gray);
  border-radius: 15px;
  padding: 60px 50px 30px;
  position: relative;
  margin-bottom: 20px;
}
.adv-details{
  margin-top: 60px;
}
.icon-adv{
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translate(-50%, 0);
}
.icon-adv img{
  width: 80px;
  height: 80px;
}
.first-slider-bg-v2 .slick-prev:before, .first-slider-bg-v2 .slick-next:before{
  color: #820024;
}
.va-middle{
  vertical-align: middle;
}
.fir-videos{
  padding: 50px 0px 30px;
}

@media (max-width: 991.98px) {  
  .icon-adv{
    top: -12%;
  }
}
@media (max-width: 767.98px) {
  .box-advantages{
    margin-bottom: 50px;
  }
  .icon-adv {
    top: -25%;
  }
  .mobile-align-left {
    text-align: left !important;
    padding-left: 30%;
  }
  .buyer-unique-advantage-wrap-v2 {
    padding-bottom: 0px;
  }
  .first-slider-bg-v2 {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  #fir-st .slick-prev {
    left: -10px;
    z-index: 99;
  }
  #fir-st .slick-next {
    padding-left: 97%;
  }
}

/*end of added by YT 05062025 18:48*/