/* about  */
.page-title{
  height: 100vh;
}

    section.about-us {
        height: 132vh !important;
    }
.about_wrapper{
    padding: 80px 0;
}

.about_wrapper .line{
    margin-left: 0px;
    margin-bottom: 20px;
}

.about_wrapper h2{
    margin-bottom: 15px;
    letter-spacing: 0rem;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 700;
    font-size: 2.25rem;
    color: var(--secondary-color);
    font-family: var(--heading-font);
}
.about-pd-r{
    padding-left: 0;
}
.border-box{
    position: absolute;
    width: 200px;
    height: 200px;
    content: '';
    right: 46px;
    border-radius: 50%;
    background-image: radial-gradient(#2740619e, #2740612b);
    box-shadow: 0px 0px 179px #274061;
    display:none;
}
.about_wrapper .borders{
    margin: 0;
}
.about-img2{
    /* background: var(--secondary-color); */
    /* border-radius: 20% 0; */
}
.img-2{
    aspect-ratio: 1.3;
    object-fit: cover;
    /* right: 2rem; */
    height: 415px;
    position: relative;
    object-position: center;
    width: 55%;
}
.img-1{
   object-position: center;
    object-fit: cover;
    position: absolute;
    bottom: -1.5rem;
    width: 66%;
    height: 262px;
    border: 12px solid #fff;
    right: 0px;
    left: auto;
}
.about-img-0{
    display: block;
    background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;
    position: relative;
    background-position: top -13% right 0%;
    margin-bottom: 20px !important;
    width: 50%;
    float: left;
    margin-right: 60px;
}
.borders {
    height: 3px;
    width: 75px;
    background-color: var(--secondary-color);
    bottom: 0;
    margin: auto;
    justify-content: center;
}
.about-dec{
    margin-top: 0rem;
}
 section.about-us span.ratings {
    display: flex;
    gap: 10px;
    margin-bottom: 15px
}

section.about-us p.head,section.services-section .head-sec p {
    margin-bottom: 20px;
    color: var(--secondary-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px
}

section.about-us .about-content-sec {
    padding-right: 50px
}

section.about-us .about-content-sec a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    transition: .3s ease-in-out
}



section.about-us .about-content-sec .abt-btn {
    margin-top: 40px
}

section.about-us .about-image-sec img {
    width: 500px;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    box-shadow: 0 15px 45px 0 rgba(0,0,0,.1);
    filter: brightness(.8)
}

section.about-us .about-image-sec .abt-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column
}

section.about-us .about-image-sec .abt-img1 {
    margin: 0px 0 30px -15%
}

section.about-us .about-image-sec .abt-img2 {
    margin: 0 -15% 0 0
}

.about-image-sec {
    width: 50%;
    float: right;
    margin-left: 30px;
}
section.about-us {
    padding-top: 95px;
    height: 100vh;
}

/* new section css here start ======== */

section.about-us-new img{
    width: 90%;
    height: 250px;
    object-fit: cover;
}
section.about-us-new h4{
  font-family: var(--heading-font);
           font-size: 30px;
           font-weight: 500;
               letter-spacing: 5px;
}
section.about-us-new p{
  font-family: var(--heading-font);
           font-weight: 500;
           text-align: justify;
}


/* =============================== */
.luxury-asset {
  background-image: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.65) 100%), 
                    url('../images/ab1.jpg') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f7f7f7 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 90px;
  position: relative;
  color: var(--heading-color);
}

.luxury-asset-content {
  max-width: 900px;
  padding: var(--p20);
}

.luxury-asset-content h2 {
  font-family: var(--heading-font);
  font-size: var(--f30);
  font-weight: 500;
  margin-bottom: var(--m20);
  line-height: 1.3;
      letter-spacing: 5px;
  color: var(--heading-color);
}

.luxury-asset-content p {
  font-family: var(--secondary-font);
  font-size: var(--f20);
  line-height: 1.6;
  font-weight: 300;
  text-align: justify;
  width: 542px;
  color: var(--heading-color);
  margin: 0 auto;
}
/* =================================== */
/* About Choose Us Section */
.about-choose-us {
  background-color: var(--lt-bg-color);
  padding: var(--p80) var(--p20);
}

.about-choose-us h4 {
  font-family: var(--heading-font);
  font-size: var(--f36);
  font-weight: 700;
  color: var(--heading-color);
  text-align: center;
  margin-bottom: var(--m50);
  position: relative;
}
.about-choose-us h4::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -18px;
  width: 50px;
  height: 3px;
  background-color: black;
  border-radius: 2px;
}

.about-choose-us .row {
  align-items: center;
  gap: var(--p30) 0;
}

.about-choose-us img {
  width: 90%;
  height: auto;
  /* border-radius: 10px; */
  display: block;
}

.choose-us-item {
  margin-bottom: var(--m40);
  width: 90%;
}

.choose-us-item h3 {
  font-family: var(--heading-font);
  font-size: var(--f20);
  font-weight: 600;
  color: var(--heading-color);
  padding-bottom: var(--p10);
  margin-bottom: var(--m15);
  letter-spacing: 5px;
}

.choose-us-item p::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -23px;
  width: 50px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.choose-us-item p {
  font-family: var(--secondary-font);
  font-size: var(--f17);
  line-height: 1.6;
  font-weight: 500;
  color: var(--heading-color);
  margin: 0;
  position: relative;
  letter-spacing: 1px;
}

/* =================================== */
.get-in-touch {
  background-image: linear-gradient(360deg, rgba(255, 255, 255, 0.74) 0%, rgba(71, 71, 71, 0.89) 99%), 
                    url('../images/ab4.jpg') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: var(--p80) var(--p20);
  color: var(--white-color);
  position: relative;
}

.get-in-touch-header h2 {
  font-family: var(--heading-font);
  font-size: var(--f26);
  font-weight: 400;
  margin-bottom: var(--m15);
  color: var(--white-color);
}

.get-in-touch-header p {
  font-family: var(--primary-font);
  font-size: var(--f14);
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: var(--m40);
  color: var(--white-color);
}

.get-in-touch-form {
      width: 90%;
    margin: auto;
}
.get-in-touch-form .form-control {
  border-radius: 0;
  padding: var(--p10);
  font-size: var(--f16);
  font-family: var(--primary-font);
  border: 1px solid #ccc;
}

.get-in-touch-form .form-control:focus {
  border-color: var(--btn-color);
  box-shadow: none;
}

.get-in-touch-form .main-btn {
  /* margin-top: var(--m20); */
  /* text-transform: uppercase; */
  /* font-weight: 700; */
  /* font-size: var(--f16); */
  border-radius: 2px;
}

/* ============================= */
.meet-elp-team {
  padding: var(--p80) var(--p20);
  background-color: var(--lt-bg-color);
}

.team-header h2 {
  font-family: var(--heading-font);
  /* font-size: var(--f27); */
  font-weight: 400;
  color: var(--heading-color);
  margin-bottom: var(--m50);
  text-align: center;
  letter-spacing: 5px;
}
.team-cards{
  width: 90%;
  margin: auto;
}

.team-card {
  /* text-align: center; */
  /* background-color: var(--white-color); */
  border-radius: 0;
  /* overflow: hidden; */
  /* box-shadow: 0 8px 20px rgba(0,0,0,0.1); */
  /* transition: transform 0.3s ease; */

}

.team-card img {
  width: 320px;
  height: 320px;
  display: block;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
  object-fit: contain;
}

.team-card h3 {
  font-family: var(--heading-font);
  font-size: var(--f26);
  font-weight: 400;
  color: var(--heading-color);
  margin-top: var(--m35);
  margin-bottom: var(--m10);
  letter-spacing: 5px;
}

.team-card p {
  font-family: var(--primary-font);
  font-size: var(--f14);
  font-weight: 400;
  color: var(--gray-600);
  margin-bottom: var(--m20);
  letter-spacing: 4px;
}
/* ======================== */
.careers-elp {
  background-image: url("../images/abbg.svg");
  background-color: var(--lt-bg-color);
  background-repeat: repeat;
  padding: var(--p60) var(--p20);
  border-radius: 12px;
}
section.careers-elp .row{
  width: 90%;
  margin: auto;
}
.careers-elp h2 {
  font-family: var(--heading-font);
  font-size: var(--f30);
  font-weight: 400;
  color: var(--heading-color);
  margin-bottom: var(--m10);
  letter-spacing: 5px;
}

.careers-elp p {
  font-family: var(--primary-font);
  font-size: var(--f14);
  font-weight: 300;
  margin: 0;
  letter-spacing: 4px;
  color: var(--heading-color);
}

.careers-elp .main-btn {
  font-size: var(--f16);
  padding: var(--p12) var(--p30);
  font-weight: 600;
  border-radius: 8px;
  display: inline-block;
  margin-top: var(--m20);
}


.btn-private-pool{
     color:var(--bg-white) !important;
  border-width: 0px !important;
  border-color: RGBA(255, 255, 255, 0);
  border-radius: 0px;
  letter-spacing: 3px;
  font-size: 13px;
  font-family:var(--primary-font);
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: var(--btn-color);
  padding-top: 20px !important;
  padding-right: 50px !important;
  padding-bottom: 20px !important;
  padding-left: 50px !important;
  position: relative;
}

.btn-private-pool i {
  margin-left: 10px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(-10px);
}

.btn-private-pool:hover i {
  opacity: 1;
  transform: translateX(0);
}