@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');



:root {
    --color-blue: #001A72;
    --color-white: #fff;
    --color-gray: #686868;
    --input-border: rgba(0, 0, 0, 0.16);

    --lp-color-primary-5: #000;
    --link-hover: rgb(84, 84, 232);

    --lp-color-primary-1-800: rgba(255, 255, 255, 0.8);
    --bgColor: #f7f7f7;


    --border-radius: 100px;
    --border-radius-small: .5rem;
    --border-radius-xsmall: .25rem;
    --btn-vertical-paddings: calc(1.125rem - 1px);
}

/* Scrollbar */
::-webkit-scrollbar{
    width: 0.5rem;
}
::-webkit-scrollbar-track{
    background-color: var(--lp-color-primary-1-800);
}
::-webkit-scrollbar-thumb{
    background-color: var(--color-blue);
    border-radius: 10px;
    border: 1px solid transparent;
    background-clip: content-box;
}

/* Common CSS */

body {
      
    background-color: #fbf9f7;
}

h1 {
    color: #000;
    font-size: 3rem;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    z-index: 1;
    letter-spacing: -1.5px;
    margin-bottom: 14px;
    font-family: times;
}

h2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-family: times;
	color: #000;
}
h3 {
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}
h4 {
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-family: times;
}

figcaption {
    font-style: italic;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 0.9rem;
}

.head-p {
    color: #5c5c5c;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.head-p-blkbg {
    color: white;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Montserrat';
}

.pedro-btn {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: var(--border-radius);
    color: var(--color-white);
    font-weight: normal;
     
    transition: 0.3s ease;
}

.pedro-agent-content span:first-child {
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-align: left;
    text-transform: uppercase;
    color: #787878;
}
.pedro-agent-content .pedro-featured-head .head-p {
    margin-top: 18px;
    color: #5c5c5c;
}

#pedrointro {
    padding-top: 0px;
    padding-bottom: 100px;
    overflow: hidden;
	background: white;
}

@media screen and (max-width:992px) {
    h1 {
        font-size: 4rem;
    }
    h2 {
        font-size: 3rem;
    }
    h3 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1.5rem;
    }
}
@media screen and (max-width:768px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 26px;
    }
}

/* Common CSS */
.nav-toggle {
    padding: 0;
    background-color: transparent !important;
    border: 0 !important;
    opacity: 0.7;
    transition: 0.2s ease-in-out;
}

@media screen and (max-width:992px) {
    .offcanvas {
        max-width: 300px;
    }
}

.offcanvas-body {
    padding: 0 34px;
    overflow-y: auto;
}

.offcanvas .btn-close:focus {
   box-shadow: none;
}  

.offcanvas-links {
    height: 85vh;
    overflow-y: auto;
}

.nav-item {
    display: block;
    text-align: center;
    text-align: center;
}

.nav-item .nav-link {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-family: times;
    color: #5c5c5c;
    text-align: center;
}

@media screen and (max-width:768px) {
    .nav-item .nav-link {
        font-size: 1.3rem;
    }
}

.nav-item {
    margin: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #5c5c5c22;
}


.nav-toggle:hover {
    opacity: 1;
}

.navbar {
    background-color: var(--color-white) !important;
    position: fixed;
    top: 0px !important;
    right: 0px !important;
    left: 0px !important;
    z-index: 999;
    padding-left: 32px;
    padding-right: 4px;
    padding-top: 22px;
    padding-bottom: 16px;
    transition: border-radius 0.3s ease;
}
.navbar-brand div {
    display: flex;
    flex-direction: column;
}
.navbar-brand div span:first-child {
    color: #5c5c5c;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0px;
    font-family: times;

}



.search-account .btn:hover {
    background-color: var(--color-white);
    color: var(--color-blue);
    border-color: var(--color-blue);
    border-bottom: 2px solid var(--color-blue);
}


  

  @media screen and (max-width:1200px) {
    .navbar-brand div span:first-child {
        font-size: 24px;
    }
    .navbar {
        padding-right: 0;
        padding-top: 6px;
        padding-bottom: 6px;
    }
  }

  @media screen and (max-width:992px) {
    .navbar {
        padding-left: 44px;
        padding-right: 58px;
        padding-bottom: 8px;
    }
  }
  @media screen and (max-width:576px) {
    .navbar-brand div span:first-child {
        font-size: 18px;
    }
    .navbar {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 10px;
    }
    
  }
  


/* Pedro Hero Start */
.box {
     
     
    min-height: 90vh;
     
    
    overflow: hidden;
    display: flex !important;
    flex-direction: column-reverse !important;
    justify-content: center !important;
}
.box video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
    object-fit: cover;
    z-index: -1;
}
.box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
    z-index: -1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%),linear-gradient(180deg, rgba(0, 0, 0, 0.00) 37.63%, rgba(0, 0, 0, 0.15) 55.18%, rgba(0, 0, 0, 0.40) 73.62%, #000 93.81%),radial-gradient(73.4% 73.4% at 52.92% 37.78%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.09) 28.31%, rgba(0, 0, 0, 0.40) 100%);
}
.pedro-head p {
    color: #5c5c5c;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media screen and (max-width:576px) {
    .box .pedro-head h1 {
        margin-top: 128px;
    }
}

/* Pedro Regions Start */
#pedro-regions {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-top: -108px;
    border-radius: 0;
    overflow: hidden;
}
@media screen and (min-width:2000px) {
    #pedro-regions {
        margin-top: 0px;
    }
}
@media screen and (max-width:768px) {
    #pedro-regions {
        margin-top: 0px;
    }
}
#pedro-regions::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(113deg, var(--bgColor) 0%, var(--bgColor) 100%, rgba(254,254,254,0) 100%);
    z-index: -1;
    transition: 0.8s ease-in-out;
    border-radius: 0;
}
.pedro-regions-btn a {
    text-decoration: none;
}
.pedro-regions-btn a .btn {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 13px;
    padding-left: 18px;
    padding-right: 18px;
    background-color: var(--color-white);
    border: 2px solid var(--color-white);
    cursor: pointer;
    text-align: start;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    color: #5c5c5c;
    border-radius: 8px;
    transition: 0.3s ease;
}
.pedro-regions-btn {
    margin-bottom: 28px;
}
.pedro-regions-btn a .btn:hover {
    background-color: var(--color-blue);
    color: var(--color-white);
    border-color: var(--color-blue);
}
#pedro-right-regions {
    transition: 0.3s ease;
}
.pedro-regions-btn a .btn:hover #pedro-right-regions {
    fill: var(--color-white);
}

#pedro-regions.hovered-1::after, 
#pedro-regions.hovered-2::after,
#pedro-regions.hovered-3::after, 
#pedro-regions.hovered-4::after,
#pedro-regions.hovered-5::after, 
#pedro-regions.hovered-6::after,
#pedro-regions.hovered-7::after,
#pedro-regions.hovered-8::after,
#pedro-regions.hovered-9::after,
#pedro-regions.hovered-10::after {
    background: linear-gradient(113deg, var(--bgColor) 0%, var(--bgColor) 28%, rgba(254, 254, 254, 0) 100%);
    z-index: -1;
    transition: 0.8s ease-in-out;
}
#pedro-regions.hovered-1 {
    background-image: url('/assets/image/new-york-city.jpg');
}
#pedro-regions.hovered-2 {
    background-image: url('/assets/image/connecticu.jpg');
}
#pedro-regions.hovered-3 {
    background-image: url('/assets/image/north-carolina.jpg');
}
#pedro-regions.hovered-4 {
    background-image: url('/assets/image/forsyth-park.jpg');
}
#pedro-regions.hovered-5 {
    background-image: url('/assets/image/beach-dunes-east-coast-hamptons-ocean-1.jpg');
}
#pedro-regions.hovered-6 {
    background-image: url('/assets/image/shutterstock_1539677660-1-1.jpg');
}
#pedro-regions.hovered-7 {
    background-image: url('/assets/image/shutterstock_366174728-1.jpg');
}
#pedro-regions.hovered-8 {
    background-image: url('/assets/image/longIsland.jpg');
}
#pedro-regions.hovered-9 {
    background-image: url('/assets/image/new-jersey.jpg');
}
#pedro-regions.hovered-10 {
    background-image: url('/assets/image/communities.jpg');
}

@media screen and (max-width:768px) {
    .pedro-regions-btn a .btn {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 6px;
        padding-right: 3px;
        font-size: 11px;
    }
	
	#pedro-featured h3 {
	font-family: times;
    margin-top: 30px;
	ont-size: 1rem;

}
}




/* Pedro Hero Featured Start */
#pedro-featured {
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
}

.property-list__item {
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    position: relative;
    min-height: 425px;
}

#pedro-featured h3 {
	font-family: times;
    margin-top: 30px;
	font-size: 1.3rem;
	color: #9f7868;

}

.pedro-featured-main {
    margin-top: 0px;
}
.pedro-featured-main a {
    text-decoration: none;
}
.pedro-featured-content {
    border-radius: var(--border-radius-small);
    height: 0px;
    overflow: hidden;
    padding-bottom: 67.5%;
    position: relative;
    width: 100%;
}
.pedrofeatured-card {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    color: var(--color-white);
    background-color: #5c5c5c;
    padding: 0.375rem 1.8125rem 0.375rem 0.75rem;
    border-radius: var(--border-radius-small) var(--border-radius) 0 0;
}
.pedrofeatured-status {
    position: absolute;
    left: 1rem;
    top: 0.8125rem;
    z-index: 1;
}


.pedro-tag-card {
    --lineHeight: 1.33;
    font-size: 0.9rem;
    line-height: var(--lineHeight);
    font-weight: 400;
    text-transform: uppercase;
    border-radius: var(--border-radius-xsmall);
    color: #000;
    border: transparent;
    background-color: var(--lp-color-primary-1-800);
}
@media screen and (min-width:1980px) {
    .pedro-tag-card {
        font-size: clamp(0.75rem, 0.46875vw, 1.5rem);
        line-height: 1.33;
        letter-spacing: 1px;
    }
}
.pedro-tag {
    display: inline;
    padding: 0.25rem 0.75rem 0.25rem 0.75rem;
}
.pedro-featured-content img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    object-fit: cover;
    width: 100%;
    transition: 0.5s ease;
}
.pedro-featured-content img:hover {
    transform: scale(1.1);
}
.pedro-property-price {
    margin-bottom: 0.25rem;
    margin-top: 1rem;
    font-weight: 400;
    color:  #000;
	font-size: 1.3rem;
	font-family: times;

}
.pedro-property-address {
    margin-bottom: 0.75rem;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
    font-size: 0.9rem;
}
.pedro-property-amenities {
    line-height: 1;
}
.pedro-property-amenities .pedro-property-feature {
    font-weight: 700;
    color: #5c5c5c;
    display: inline-flex;
    align-items: center;

    font-size: clamp(0.75rem, 0.46875vw, 1.5rem);
    line-height: 1.33;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.pedro-property-amenities .pedro-property-feature:not(:last-child)::after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background-color: #5c5c5c;
    margin-left: 0.375rem;
    border-radius: 50%;
}

.pedro-featured-button {
    margin-top: 0px;
}
.pedro-featured-button .btn {
    background-color: #5c5c5c;
    color: var(--color-white);
}

.pedro-featured-button .btn:hover {
    background-color: #5c5c5c75;
    color: white;
     
}
#pedro-right-arrow {
    transition: 0.3s ease;
}
.pedro-featured-button .btn:hover #pedro-right-arrow {
    fill: #001A72;
}


/* Pedro Boldest Development Start */
#pedroboldestmain {
    padding-top: 70px;
     
    color: var(--color-white);
    overflow: hidden;
}

 
}
#pedroboldest {
    position: relative;
    width: 100%;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
     
    overflow: hidden;
  }

  @media screen and (max-width:576px) {
    #pedroboldestmain {
        padding-top: 60px;
    }
    #pedroboldest {
        min-height: 75vh;
    }
}
  
  .swiper {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 50px;
  }
  
  .swiper-slide {
    width: 300px;
    height: 400px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    filter: blur(1px);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start;
  }
  
  .swiper-slide-active {
    filter: blur(0px);
  }
  
  .swiper-pagination-bullet,
  .swiper-pagination-bullet-active {
    background: #fff;
  }
  
  .swiper-slide span {
    text-transform: uppercase;
    color: #fff;
    background: #5c5c5c;
    padding: 10px 14px 8px 25px;
    display: inline-block;
    border-radius: 0 20px 20px 0px;
    letter-spacing: 2px;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
  }
  
  
  
  .swiper-slide h2 {
    color: #fff;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 20px 45px 0 25px;
    font-family: times;
    letter-spacing: 1px;
  }
  
  .swiper-slide p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    display: flex;
    align-items: center;
    padding: 0 25px  0px 25px;
  }
  
  .swiper-slide svg {
    color: #fff;
    width: 22px;
    height: 22px;
    margin-right: 7px;
  }
  
  .swiper-slide a {
    text-decoration: none;
  }

  .swiper-slide {
    position: relative;
    overflow: hidden;
  }
  
  .swiper-slide .swiper-slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .swiper-slide .swiper-slide-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(15, 32, 39, 1), rgba(32, 58, 67, 0), rgba(44, 83, 100, 0.4));
  }
  
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right {
    background-image: none;
  }



/* Pedro Sliding Start */
#pedrofeatured {
    padding: 100px;
    background: white;
}

#pedroboldest {
	padding-bottom: 100px;
}

#sliding .logos {
    overflow: hidden;
    padding: 30px;
    white-space: nowrap;
	opacity: 40%;

}
#sliding .logos-slide {
    display: inline-block;
    animation: 15s slide infinite linear;
}
#sliding .logos-slide img {
    height: 26px;
    margin-right: 100px;
}
@keyframes slide {
    from {
        transform: translate(0);
    }
    to {
        transform: translate(-100%);
    }
}
@media screen and (max-width:576px) {
    #sliding .logos-slide img {
        height: 30px;
    }
    #pedrofeatured {
        padding-top: 60px;
    }
}


/* Pedro Press Start */

#pedropress {
    padding-top: 140px;
    padding-bottom: 140px;
    overflow: hidden;
}

#pedropress h1{
    color: #5c5c5c;
}

#pedropress .slider {
    width: 100%;
}

#pedropress .slider-two {
    width: 100%;
}

#pedropress .section {
    min-height: 200px; /* Set your desired height */
    border: none;
    padding-right: 0px;
    background: #fbf9f7;
}
#pedropress .section .card-body {
    padding: 0px;
    background: #fbf9f7;
    overflow: hidden;
}
#pedropress .text-center {
    text-align: center;
    margin-top: 20px;
}
#pedropress .pedro-agent-content span {
    font-size: 13px;
    text-transform: unset;
}
#pedropress .card-body-content {
       margin-top: 0px;
     
     
}
#pedropress .card-body-content img {
    border-radius: 0px;
}
#pedropress .card-body-content h4 {
    color: #5c5c5c;
    font-size: 1.3rem;
    margin-top: 16px;
}
#pedropress .card a {
    text-decoration: none;
}

#pedropress .press-arrow-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#pedropress .press-arrow-btn .btn {
    padding: 0;
    height: 3.2rem;
    width: 3.2rem;
    font-size: 1.4rem;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-white);
    color: #5c5c5c;
    margin-right: 6px;
}

#pedropress .slick-next , 
#pedropress .slick-prev {
    display: none !important;
}
  /* Adjust the slider height for mobile */
@media (max-width: 992px) {
    #pedropress .section {
      min-height: 100px; /* Set your desired height for mobile */
    }
}






/* Perdro Get in Start */
#pedrogetin {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #5c5c5c40;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
#pedrogetin::before {
    content: '';
    width: 46rem;
    height: 50rem;
    max-width: 100%;
    position: absolute;
    bottom: -10%;
    left: 8%;
    pointer-events: none;
    touch-action: none;
    /* background-image: url('/assets/image/s_large_transparent.png'); */ 
    -webkit-background-position: center bottom;
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
}

#pedrogetin .pedro-featured-head h2 {
    color: var(--color-white);
}
.pedro-getin-form {
    padding: 36px;
    background-color: var(--color-white);
    border-radius: 12px;
    max-width: 540px;
    margin: 0 auto;
}
.pedro-getin-form .form-control , .pedro-getin-form .form-select {
    border-color: var(--input-border);
    margin-bottom: 18px;
    background-color: var(--color-white);
}
.pedro-getin-form .form-control:focus , .pedro-getin-form .form-select {
    box-shadow: none;
    border-color: var(--input-border);
}
.pedro-getin-form .form-control , .pedro-getin-form .form-select {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 18px;
}
.pedro-getin-form label {
    color: rgba(0, 0, 0, 0.50);
    font-weight: normal;
}
.pedro-getin-form textarea {
    resize: none;
}

.pedro-getin-form .head-p {
    font-size: 13px;
    text-align: justify;
}
.pedro-getin-form .head-p a {
    text-decoration: none;
    color: var(--color-blue);
    font-weight: bold;
    transition: 0.3s ease;
}
.pedro-getin-form .head-p a:hover {
    color: rgb(84, 84, 232);
    text-decoration: underline;
}
@media screen and (max-width:992px) {
    #pedrogetin .pedro-featured-head h2 {
        
        margin-bottom: 24px;
    }
}


/* Pedro Minds Real State Start */
#pedrorealstate {
    padding-top: 110px;
    padding-bottom: 110px;
    background-color: var(--bgColor);
    overflow: hidden;
}
.pedrorealstate-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pedrorealstate-content .pedrorealstate-email {
    width: 60%;
    padding: 8px;
    border: 1px solid var(--input-border);
    border-radius: 32px;
    display: flex;
    align-items: center;
    margin-left: 12px;
}
.pedrorealstate-content .pedrorealstate-email .form-control:focus {
    box-shadow: none;
    border: 0;
}
.pedrorealstate-content .pedrorealstate-email .form-control {
    border: 0;
    padding-left: 18px;
    background-color: var(--bgColor);
}
.pedrorealstate-content .pedrorealstate-email .pedro-featured-button {
    display: inline-block;
    margin-top: 0;
}

@media screen and (max-width:992px) {
    .pedrorealstate-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }
    .pedrorealstate-content .pedrorealstate-email {
        margin-top: 14px;
        width: 100%;
    }
    .pedrorealstate-content .pedrorealstate-email {
        margin-left: 0;
    }
}

/* Pedro Footer One Start */
#pedrofooterone {
    padding-top: 100px;
    padding-bottom: 0px;
    overflow: hidden;
	background: #9CA3AB;
}
.pedro-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr 1fr 1fr;
    grid-row: 1fr;
    column-gap: 28px;
    row-gap: 28px;
}

.pedro-agent-content {
	color: white;
}


.footer-grid-one {
    grid-column: 1/2;
    grid-row: 1/2;
}
.footer-grid-two {
    grid-column: 2/3;
    grid-row: 1/2;
}
.pedro-ftwo-content a {
    text-decoration: none;
    margin-bottom: 8px;
}
.pedro-ftwo-content a h4 {
    transition: 0.3s ease;
}
.pedro-ftwo-content a h4:hover {
    color: var(--link-hover) !important;
}
.pedro-ftwo-content a:hover {
    text-decoration: underline;
}
.footer-grid-three {
    grid-column: 3/4;
    grid-row: 1/2;
}
.footer-grid-four {
    grid-column: 4/5;
    grid-row: 1/2;
}
.footer-grid-five {
    grid-column: 5/6;
    grid-row: 1/2;
}

.footer-span-link {
    font-size: 11px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
    margin-bottom: 14px;
    display: inline-block;
}
.footer-span-link-main {
    	margin-top: 24px;
    	display: flex;
    	flex-direction: column;
    	align-items: start;
	font-size: 11px;
    	text-transform: uppercase;
    	letter-spacing: 0.5px;
	font-family: arial;
color: white;

}
.footer-span-link:hover {
   color: var(--link-hover);
   text-decoration: underline;
}
.footer-grid-one .pedro-featured-button a:nth-child(2) .pedro-btn {
    background-color: var(--color-white);
    color: var(--color-blue);
}
.footer-grid-one .pedro-featured-button {
    display: flex;
    flex-direction: column;
    justify-content: start;
}
#pedro-agent-icon {
    fill: var(--color-blue);
}

@media screen and (max-width:1200px) {
    .pedro-footer-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-row: 1fr 1fr;
        column-gap: 28px;
    }
    .footer-grid-one {
        grid-column: 1/2;
        grid-row: 1/2;
    }
    .footer-grid-two {
        grid-column: 2/3;
        grid-row: 1/2;
    }
    .footer-grid-three {
        grid-column: 3/4;
        grid-row: 1/2;
    }
    .footer-grid-four {
        grid-column: 2/3;
        grid-row: 2/3;
    }

    .footer-grid-five {
        grid-column: 3/4;
        grid-row: 2/3;
    }
}

@media screen and (max-width:768px) {
    .pedro-footer-grid {
        grid-template-columns: 1fr 1fr;
        grid-row: 1fr 1fr 1fr;
        column-gap: 24px;
    }
    .footer-grid-one {
        grid-column: 1/3;
        grid-row: 1/2;
    }
    .footer-grid-two {
        grid-column: 1/2;
        grid-row: 2/3;
    }
    .footer-grid-three {
        grid-column: 2/3;
        grid-row: 2/3;
    }
    .footer-grid-four {
        grid-column: 1/2;
        grid-row: 3/4;
    }
    .footer-grid-five {
        grid-column: 2/3;
        grid-row: 3/4;
    }

    .footer-grid-one .pedro-featured-button {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .footer-grid-one .pedro-featured-button .btn {
        margin-top: 0 !important;
    }
    .footer-grid-one .pedro-featured-button a:nth-child(2) .pedro-btn {
        margin-left: 14px;
    }
}


/* Footer Two Start */
#pedrofootertwo .pedro-featured-head h2 {
    font-size: 28px;
}
.pedrofootertwo-content-two a {
    color: var(--color-blue);
    border-radius: 100px;
    border: 2px solid rgba(0, 0, 0, 0.16);
    height: 3.2rem;
    width: 3.2rem;
    font-size: 1.2rem;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.3s ease;
    margin-right: 6px;
}
.pedrofootertwo-content-two a:hover {
    background-color: var(--color-blue);
    color: var(--color-white);
    border-color: var(--color-blue);
}
.pedrofootertwo-main {
    display: flex;
    justify-content: space-between;
}
.pedrofootertwo-content-two {
    display: flex;
    flex-direction: row;
}
.pedrofootertwo-bottom-content {
    padding-top: 32px;
    padding-bottom: 32px;
}
.pedrofootertwo-bottom-content p {
    font-size: 8px;
    font-weight: normal;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-family: arial;
}

#pedrofootertwo .pedrofootertwo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.2fr;
    grid-template-rows: 1fr;
    column-gap: 34px;
    row-gap: 28px;
}
#pedrofootertwo .footer-span-link-main a {
    font-size: 11px;
    display: inline-block;
}
#pedrofootertwo .pedrofootertwo-grid .pedrofootertwo-grid-one {
    grid-column: 1/2;
    grid-row: 1/2;
}
#pedrofootertwo .pedrofootertwo-grid .pedrofootertwo-grid-two {
    grid-column: 2/3;
    grid-row: 1/2;
}
#pedrofootertwo .pedrofootertwo-grid .pedrofootertwo-grid-three {
    grid-column: 3/4;
    grid-row: 1/2;
}
.pedrofootertwo-grid-four {
    grid-column: 4/5;
    grid-row: 1/2;
}
.pedrofootertwo-grid-four .pedrofootertwo-exclusive .pedro-agent-content span {
   font-size: 11px;
   color: #5c5c5c;
   font-weight: normal;
}
.pedrofootertwo-exclusive .pedro-agent-content .footer-span-link {
    color: var(--color-gray);
    font-size: 11px;
    font-weight: 300px;
}

@media screen and (max-width:768px) {
    #pedrofootertwo .pedrofootertwo-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 0.7fr 0.5fr 0.4fr;
        column-gap: 18px;
        row-gap: 8px;
    }

    #pedrofootertwo .pedrofootertwo-grid .pedrofootertwo-grid-one {
        grid-column: 1/2;
        grid-row: 1/2;
    }
    #pedrofootertwo .pedrofootertwo-grid .pedrofootertwo-grid-two {
        grid-column: 2/3;
        grid-row: 1/2;
    }
    #pedrofootertwo .pedrofootertwo-grid .pedrofootertwo-grid-three {
        grid-column: 1/2;
        grid-row: 2/3;
    }
    #pedrofootertwo .pedrofootertwo-grid .pedrofootertwo-grid-three .footer-span-link-main {
        margin-top: 0;
    }
    .pedrofootertwo-grid-four {
        grid-column: 1/3;
        grid-row: 3/4;
    }

    .pedrofootertwo-main {
        flex-direction: column;
        align-items: start;
    }
    .pedrofootertwo-main .pedrofootertwo-content-two {
        margin-top: 14px;
    }
    .pedrofootertwo-main .pedrofootertwo-content-two a {
        height: 2.6rem;
        width: 2.6rem;
        font-size: 1.1rem;
    }
}

.hr {
    height: 2px;
    background-color: var(--input-border);
    margin-bottom: 28px;
}

@media screen and (max-width:768px) {
    #pedro-regions,
    #pedro-featured,
    #pedropress, 
    #pedrorealstate {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}




/* Pedro Featured Page Start */
/* Pedro Featured Hero Start */

#pedrofeaturedhero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    height: 708px;
    align-content: center;

}

#pedrofeaturedhero h1 {
	color: white;
}

#pedrofeaturedhero .pedro-featured-button .pedro-btn {
    font-size: 14px;
}
#pedrofeaturedhero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--radial-hp-opening, radial-gradient(84.17% 84.17% at 52.92% 30.10%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 28.31%, rgba(0, 0, 0, 0.90) 100%));
    z-index: -1;
}

/* Pedro Featured Start */
.pedro-featured-page .pedro-featured-main {
    margin-top: 6px;
} 

/* Pagination */
.sliderp-container {
    position: relative;
    max-width: auto;
    margin: 0 auto;
  }
  
  .sliderp {
    display: flex;
    overflow-x: hidden;
  }
  
  .slide {
    flex: 0 0 100%;
  }
  
  .pagination {
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }
  
  .pagination button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin: 0 10px;
  }
  
  .pagination-numbers {
    display: flex;
    align-items: center;
  }
  
  .pagination-numbers span {
    cursor: pointer;
    padding: 0;
    height: 3.2rem;
    width: 3.2rem;
    font-size: 1.1rem;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-white);
    color: #5c5c5c;
    margin-right: 6px;
  }
  .pagination-numbers span:last-child {
    margin-right: 0;
  }
  
  .pagination-numbers span.active {
    color: var(--color-white);
    background-color: var(--color-blue);
  }
  .pagination .btn {
    font-size: 22px;
    border: 2px solid #D1D5DB;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media screen and (max-width:576px) {
    .pagination-numbers span {
        height: 2.2rem;
        width: 2.2rem;
    }
    .pagination .btn {
        font-size: 22px;
    }
  }




  /* Pedro Blog Article Start */
.pedro-blogarticle-starchitects {background-image: url("/assets/image/St-Regis-resideces-Brickell-penthouse-1.jpg") !important;
}

	.pedro-blogarticle-forbesboom {
		background-image: url(../image/Miami-Real-Estate-Market-Booms-Your-Guide-to-Securing-Your-Dream-Home.jpg) !important;
}

.pedro-blogarticle-dubai {
		background-image: url(/images/Miami-The-Dubai-of-the-Western-Hemisphere-2.jpg) !important;
}

.pedro-blogarticle-griffin {
		background-image: url(/images/ken-griffins-citadel-hq-tower-in-brickell-to-include-hotel.jpeg) !important;
}
	 
  
  .position-s {
    position: relative !important;
  }
  .pedro-more-blogs {
    position: sticky;
    top: 0;
    padding-top: 14px;
  }

  .pedro-artdate .pedro-artdate-one {
    font-size: clamp(0.95rem, 0.46875vw, 1.5rem);
    line-height: 1.33;
    letter-spacing: 1px;
    color: #5c5c5c;
    font-weight: bold;
  }
  .pedro-artdate .pedro-artdate-two {
    margin-left: 8px;
    padding-left: 8px;
  }

  .pedro-blog-article-content .pedro-featured-head h2 {
    font-size: 1.75rem;
	margin: 0;
  }
   
  
  .pedro-blog-article-content .blogarticle-c h2 {
    font-size: 1.5rem;
	margin: 3rem 0 1rem 0;
  }
  
  .pedro-blog-article-content .blogarticle-c h3 {
    font-size: 1.3rem;
	margin: 3rem 0 1rem 0;
  }
  
 .blogarticle-c {
    padding-top: 38px;
 }

 .pedroarticle-share-link {
    display: flex;
    align-items: center;
    margin-top: 38px;
 }
 .pedroarticle-share-link span:first-child {
    font-weight: bold;
 }
 .pedroarticle-share-link .pedrofootertwo-content-two {
    margin-left: 24px;
 }

 .pedromore-blog-contents-main {
    margin-top: 18px;
 }
 .pedromore-blog-contents-main a {
    text-decoration: none;
    color: var(--color-blue);
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #7878784c;
 }
 .pedromore-blog-contents-main a:last-child {
    border-bottom: 0;
 }
 .pedromore-blog-contents {
    display: flex;
    align-items: start;
 }
 
.pedromore-blog-contents .pedromore-blog-picture {
    height: 94px;
    width: 150px;
}
.pedromore-blog-contents .pedromore-blog-picture img {
    height: 100%;
    width: 150px;
    object-fit: cover;
    border-radius: 5px;
}
.pedromore-blog-contents .pedromore-blog-head {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-left: 12px;
}
.pedromore-blog-contents .pedromore-blog-head h5 {
    font-weight: bold;
    font-size: 19px;
}
.pedromore-blog-contents .pedromore-blog-head span {
    font-size: 14px;
    font-weight: normal;
    color: #787878c3;
    display: inline-block;
    margin-top: 1px;
}


 @media screen and (max-width:768px) {
    .pedroarticle-share-link {
        display: flex;
        flex-direction: column;
        align-items: start;
        margin-top: 28px;
     }
     .pedroarticle-share-link .pedrofootertwo-content-two {
        margin-left: 0;
        margin-top: 14px;
     }
     .blogarticle-c {
        padding-top: 18px;
     }

     .pedro-blog-article-content .pedro-featured-head h2 {
        font-size: 28px;
      }
 }



 /* Pedro Main Blog Page Start */
 .pedromain-blog {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('/assets/image/pedromain-blog.jpg') !important;
    padding-top: 240px !important;
    padding-bottom: 220px !important;
 }
 .pedro-blog-first-content a {
    text-decoration: none;
    color: #5c5c5c;
 }

 .pedro-blog-first-content a .pedro-featured-head h3 {
    margin-bottom: 34px;
    font-size: 34px;
 }

 .pedro-blog-first-content a p:first-child {
    font-weight: 700;
 }

 .pedromain-blog-content .card-body-content h4 {
    font-size: 26px;
 }

 @media screen and (max-width:992px) {
    .pedro-blog-first-content a .pedro-featured-head h3 {
        margin-bottom: 24px;
     }

     .pedro-blog-first-content a .pedro-featured-head h3 {
        font-size: 28px;
     }
 }

 @media screen and (max-width:576px) {
    .pedromain-blog-content .card-body-content h4 {
        font-size: 24px;
     }
 }





 /* Regions Start */
 .pedro-regions-hero-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)),url('/assets/image/new-york-city.jpg') !important;
    padding-bottom: 230px !important;
 }
 .pedro-regions-hero-two {
    background-image: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)),url('/assets/image/connecticu.jpg') !important;
    padding-bottom: 230px !important;
 }
 .pedro-regions-hero-three {
    background-image: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)),url('/assets/image/north-carolina.jpg') !important;
    padding-bottom: 230px !important;
 }
 .pedro-regions-hero-four {
    background-image: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)),url('/assets/image/forsyth-park.jpg') !important;
    padding-bottom: 230px !important;
 }
 .pedro-regions-hero-five {
    background-image: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)),url('/assets/image/beach-dunes-east-coast-hamptons-ocean-1.jpg') !important;
    padding-bottom: 230px !important;
 }
 .pedro-regions-hero-six {
    background-image: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)),url('/assets/image/shutterstock_1539677660-1-1.jpg') !important;
    padding-bottom: 230px !important;
 }
 .pedro-regions-hero-seven {
    background-image: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)),url('/assets/image/shutterstock_366174728-1.jpg') !important;
    padding-bottom: 230px !important;
 }
.pedro-regions-hero-eight {
    background-image: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)),url('/assets/image/longIsland.jpg') !important;
    padding-bottom: 230px !important;
}
.pedro-regions-hero-nine {
    background-image: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)),url('/assets/image/new-jersey.jpg') !important;
    padding-bottom: 230px !important;
}
.pedro-regions-hero-ten {
    background-image: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)),url('/assets/image/communities.jpg') !important;
    padding-bottom: 230px !important;
}

 .pedroregions-main {
    background: #fff !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    position: relative;
    padding-top: 86px !important;
    padding-bottom: 86px !important;
    margin-top: -108px;
    border-radius: 48px 48px 0 0;
    overflow: hidden;
 }
 .pedroregions-main .pedro-featured-main {
    margin-top: 14px !important;
 }
 .pedroregions-main::after {
    background: #fff !important;
 }
 .regions-switch-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
 }



.toggle-button-main {
    padding: 3px;
    background-color: #E7E7E7;
    border: 2px solid #E7E7E7;
    border-radius: 500px;
}
 .toggle-button {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background-color: #E7E7E7;
    border-radius: 32px;
    border-color: #E7E7E7;
    transition: 0.3s ease;
    font-weight: bold;
  }
  .toggle-button:hover {
    background-color: var(--color-white);
    color: var(--color-blue);
  }
  .toggle-button.active {
    background-color: var(--color-blue);
    border-color: var(--color-blue);
    color: white;
  }
  
  .toggle-content {
    display: none;
  }
  
  .toggle-content.active {
    display: block;
  }
  
  @media screen and (max-width:768px) {
    .regions-switch-main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
     }
     .toggle-button-main {
        margin-top: 14px;
     }
 }

  /* Pedro Properties Start */
.hidden-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

#read-less-btn {
    display: none;
}

button i {
    margin-left: 2px;
}

#pedroproperties {
    padding-top: 40px;
    padding-bottom: 120px;
} 

#pedroproperties .content p {
    font-weight: normal;
}

.properties-content {
    padding-top: 38px;
    padding-bottom: 38px;
}
.properties-content-table {
    width: 100%;
    margin-top: 34px;
}
.properties-content-table td {
    padding-left: 18px;
    padding-top: 34px;
    padding-bottom: 34px;
    border-top: 1px solid #00000037;
    vertical-align: middle;
}
.properties-content-table .first-td {
    min-width: 180px;
    font-weight: bold;
}
.properties-content-table .scnd-td {
    min-width: 160px; 
    font-weight: normal;
}

@media screen and (max-width:370px) {
    .properties-content-table .first-td {
        min-width: 100px;
    }
    .properties-content-table .scnd-td {
        min-width: 100px; 
    }
}

.copy-block {
    position: relative;
    font-weight: normal;
    width: 32.4% !important;
}
.copy-block::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: rgba(0, 26, 114, 1);
    border-radius: 50%;
    margin-right: 8px;
    position: absolute;
    left: 22px;
    top: 17px;
}
.properties-content-table-two td {
    border-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 42px;
}
.properties-content-table-two {
    margin-top: 22px;
}
.properties-content-table-two tr td:first-child {
    font-weight: normal;
}
.properties-content-table-two tr td:last-child {
    font-weight: bold;
}
.properties-conten-two {
    border-bottom: 1px solid #00000037;
    padding-bottom: 18px;
}

.property-overview {
    display: flex;
    align-items: center;
    margin-bottom: 44px;
    padding: 0;
    border-bottom: 1px solid #00000037;
}
.property-overview span {
    display: inline-block;
    padding: 22px 20px 22px 20px;
    text-decoration: none;
    font-weight: bold;
    color: var(--color-gray);
    transition: 0.3s ease;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.property-overview span:hover {
    border-bottom: 2px solid var(--color-blue);
}


@media screen and (max-width:768px) {
    .property-overview {
        display: none;
    }
}


.listing-agents {
    padding: 2rem;
    background-color: #F7F7F7;
    border-radius: 8px;

    display: flex;
    
}
.listing-agents-main {
    position: sticky;
    top: 120px;
    padding-top: 14px;
}
.listing-agents-main h5 {
    font-weight: 700;
    color: var(--color-blue);
}
.listing-agents a {
    text-decoration: none;
}
.listing-agents img {
    width: 70px;
    height: 130px;
    border-radius: 5px;
    object-fit: cover;
}
.listing-agents-content {
    margin-left: 18px;
}
.listing-agents-content a:nth-child(2) span {
    text-decoration: none;
    font-size: 12px;
    color: #5c5c5c;
    display: block;
}
.listing-agents-content a:first-child span,
.listing-agents-content a:nth-child(3) span,
.listing-agents-content a:nth-child(4) span {
    text-decoration: none;
    color: var(--color-blue);
    display: block;
    font-weight: 700;
    font-size: 14px;
    transition: 0.3s ease;
}

.listing-agents-content a:nth-child(3) span {
    margin-top: 30px;
}
.listing-agents-content a:nth-child(4) span {
    margin-top: 12px;
}
.listing-agents-content a:first-child:hover,
.listing-agents-content a:nth-child(3):hover,
.listing-agents-content a:nth-child(4):hover
{
    text-decoration: underline;
}
 


/* Pedro Properties Image Gallery Start */
#pedroimagegallery {
    padding-top: 140px;
}
@media screen and (max-width:768px) {
    #pedroimagegallery {
        padding-top: 120px;
    }
}
.gallery {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 24px;
    row-gap: 24px;
    height: 400px;
}
.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.gallery-grid-one {
    grid-column: 1/2;
    grid-row: 1/3;
    height: 424px;
}

.gallery-grid-two {
    grid-column: 2/3;
    grid-row: 1/2;
    height: 200px;
}
.gallery-grid-three {
    grid-column: 3/4;
    grid-row: 1/2;
    height: 200px;
}

.gallery-grid-four {
    grid-column: 2/3;
    grid-row: 2/3;
    max-height: 200px;
}
.gallery-grid-five {
    grid-column: 3/4;
    grid-row: 2/3;
    height: 200px;
}

.image-gallery-head {
    margin-top: 42px;
}

.image-gallery-head .image-gallery-head-price {
    font-size: 24px;
    line-height: 24px !important;
}
.image-gallery-head .image-gallery-head-price {
    color: #787879;
    font-weight: bold;
}
.image-gallery-head .pedro-property-amenities .pedro-property-feature {
    color: #787879;
}
@media screen and (max-width:768px) {
    .gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        column-gap: 14px;
        row-gap: 14px;
    }

    .gallery-grid-one {
        grid-column: 1/3;
        grid-row: 1/2;
        height: 164px;
    }
    
    .gallery-grid-two {
        grid-column: 1/2;
        grid-row: 2/3;
        height: 100px;
    }
    .gallery-grid-three {
        grid-column: 2/3;
        grid-row: 2/3;
        height: 100px;
    }
    
    .gallery-grid-four {
        grid-column: 1/2;
        grid-row: 3/4;
        max-height: 100px;
    }
    .gallery-grid-five {
        grid-column: 2/3;
        grid-row: 3/4;
        height: 100px;
    }
    
}

.gallery-grid-five {
position: relative;
}

.gallery-grid-five img:first-child {
    border-radius: 8px;
}
.gallery-grid-five a:last-child {
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    margin: 0; 
    z-index: 1;
    white-space: nowrap;
}
.gallery-grid-five .pedro-featured-button .btn {
    background-color: transparent;
    color: #5c5c5c;
    border-color: transparent;
    transition: 0.3s ease;
    padding: 0;
}
.gallery-grid-five::after {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: #00000054; 
    border-radius: 8px;
}
@media screen and (max-width:768px) {
    .gallery-grid-five a:last-child {
        top: 40%; 
        left: 50%; 
    }
}

















/* Developments Page Start */
#dev {
    height: 100vh !important;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 180px;
    padding-bottom: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
     
}

#dev::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 57.95%, #000 85%),linear-gradient(0deg, rgba(19, 24, 38, 0.00) 78.74%, #131826 107.15%) !important;
    z-index: -1;
}

#dev.loading {
    background-image: none !important; /* Hide background while loading */
}




@media screen and (max-width:992px) {
    #dev {
        height: 85vh !important;
    }
}

#dev h1 {
    line-height: 48px;
}
#dev span {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
}




.developments-range-grid {
    display: grid;
    grid-template-columns: 0.8fr 0.8fr 1.65fr;
    grid-template-rows: 1fr;
}
.developments-range-one {
    grid-column: 1/2;
    grid-row: 1/2;
    border-radius: 0.5rem 0rem 0rem 0.5rem;
    border: 1px solid #e7e7e7;
}

.developments-range-two {
    grid-column: 2/3;
    grid-row: 1/2;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.developments-range-three {
    grid-column: 3/4;
    grid-row: 1/2;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-radius: 0 0.5rem 0.5rem 0;
}


.developments-content .pedro-featured-head h4 {
    font-size: 24px;
}
.developments-content p {
    font-weight: normal;
}
.dev-range-content {
    padding: 1rem 1.5rem;
}
.dev-range-content span:first-child img {
    width: 1.25rem;
    height: 1.25rem;
}

.dev-range-content-price h3 {
    font-size: clamp( 32px ,1.25vw,4rem);
    line-height: 1.14;
    letter-spacing: -0.5%;
    font-weight: 800;
    margin: 0;
}
.dev-range-content-price span {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1rem;
    display: block;
    letter-spacing: 0.03125rem;
    text-transform: uppercase;
    color: #5c5c5c;
}
.developments-range-two .dev-range-content:nth-child(2) {
    margin-left: 12%;
}
.developments-range-three .dev-range-content span img {
    width: 0.6rem;
    height: 0.9rem;
}

@media screen and (max-width:992px) {

    .dev-range-content-price h3 {
        font-size: clamp( 22px ,1.25vw,4rem);
        line-height: 1.14;
        letter-spacing: -0.5%;
        font-weight: 800;
        margin: 0;
    }
    .developments-range-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }
    .developments-range-one {
        grid-column: 1/2;
        grid-row: 1/2;
        border-radius: 0.5rem 0rem 0rem 0rem;
        border-top: 1px solid #e7e7e7;
        border-left: 1px solid #e7e7e7;
    }
    .developments-range-two {
        grid-column: 2/3;
        grid-row: 1/2;
        border-top: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7;
        border-radius: 0 0.5rem 0rem 0rem;
    }
    .developments-range-three {
        grid-column: 1/3;
        grid-row: 2/3;
        border-bottom: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7;
        border-left: 1px solid #e7e7e7;
        border-radius:0 0 0.5rem 0.5rem;
        border-top: 0;
    }
}
.features-part {
    margin-top: 78px;
}
.features-part h5 {
    font-weight: normal;
}

.features-part-content {
    border-left: 1px solid #e7e7e7;
    padding-top: 2px;
    padding-bottom: 1px;
}
.features-part-content ul li::marker {
    color: var(--color-blue);
}
.features-part-content ul li {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 6px;
}
.features-part-content ul li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width:992px) {
    .features-part-content {
        padding-top: 0;
        padding-bottom: 0;
    }
}



#devtable {
    padding-top: 80px;
    padding-bottom: 80px;
}

.dev-table-main {
    width: 100%;
    overflow-x: auto;
}
.dev-table-main th {
    font-size: 13px;
    border-bottom: 1px solid #e7e7e7;
    padding-top: 11px;
    padding-bottom: 11px;
    vertical-align: middle;
    min-width: 80px;
}
.dev-table-main td {
    font-size: 14px;
    border-bottom: 1px solid #e7e7e7;
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: middle;
    font-weight: 700;
    min-width: 120px;
}
.dev-table-main td a {
    text-decoration: none;
    color: #5c5c5c;
}
.dev-table-main th:first-child, .dev-table-main th:last-child {
    width: 25%;
}
.dev-table-main th:nth-child(2), 
.dev-table-main th:nth-child(3),
.dev-table-main th:nth-child(4) {
    width: 9%;
}
.dev-table-main th:nth-child(5) {
    width: 13%;
}
.dev-table-main th:nth-child(6) {
    width: 10%;
}

.sale-devtable {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sale-devtable i {
    font-size: 26px;
}
.for-sale-devtable {
    display: inline-block;
    background-color: var(--color-blue);
    color: var(--color-white);
    font-weight: 700;
    font-size: clamp(.75rem,.46875vw,1.5rem);
    letter-spacing: 1px;
    line-height: 1.33;
    padding: 0.25rem 0.75rem;
    border-radius: 5px;
    white-space: nowrap;
}

.sold-table .for-sale-devtable {
    background-color: #a7a7a7;
    color: var(--color-white);
}

/* Pedro Video Start */
#pedrovideos {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 120px;
}
.current-time, .video-duration {
    margin-bottom: 0;
}
.containervideo, .video-controls, .video-timer, .options{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .containervideo{
    width: 98%;
    user-select: none;
    overflow: hidden;
    max-width: 900px;
    border-radius: 5px;
    background: #000;
    aspect-ratio: 16 / 9;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  .containervideo.fullscreen{
    max-width: 100%;
    width: 100%;
    height: 100vh;
    border-radius: 0px;
  }
  .wrapper{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    bottom: -15px;
    transition: all 0.08s ease;
  }
  .containervideo.show-controls .wrapper{
    opacity: 1;
    bottom: 0;
    transition: all 0.13s ease;
  }
  .wrapper::before{
    content: "";
    bottom: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    height: calc(100% + 35px);
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  }
  .video-timeline{
    height: 7px;
    width: 100%;
    cursor: pointer;
  }
  .video-timeline .progress-area{
    height: 3px;
    position: relative;
    background: rgba(255, 255, 255, 0.6);
  }
  .progress-area span{
    position: absolute;
    left: 50%;
    top: -25px;
    font-size: 13px;
    color: #fff;
    pointer-events: none;
    transform: translateX(-50%);
  }
  .progress-area .progress-bar{
    width: 0%;
    height: 100%;
    position: relative;
    background: var(--color-blue);
  }
  .progress-bar::before{
    content: "";
    right: 0;
    top: 50%;
    height: 13px;
    width: 13px;
    position: absolute;
    border-radius: 50%;
    background: var(--color-blue);
    transform: translateY(-50%);
  }
  .progress-bar::before, .progress-area span{
    display: none;
  }
  .video-timeline:hover .progress-bar::before,
  .video-timeline:hover .progress-area span{
    display: block;
  }
  .wrapper .video-controls{
    padding: 5px 20px 10px;
  }
  .video-controls .options{
    width: 100%;
  }
  .video-controls .options:first-child{
    justify-content: flex-start;
  }
  .video-controls .options:last-child{
    justify-content: flex-end;
  }
  .options button{
    height: 40px;
    width: 40px;
    font-size: 19px;
    border: none;
    cursor: pointer;
    background: none;
    color: #efefef;
    border-radius: 3px;
    transition: all 0.3s ease;
  }
  .options button :where(i, span) {
    height: 100%;
    width: 100%;
    line-height: 40px;
  }
  .options button:hover :where(i, span){
    color: #fff;
  }
  .options button:active :where(i, span){
    transform: scale(0.9);
  }
  .options button span{
    font-size: 23px;
  }
  .options input{
    height: 4px;
    margin-left: 3px;
    max-width: 75px;
    accent-color: var(--color-blue);
  }
  .options .video-timer{
    color: #efefef;
    margin-left: 15px;
    font-size: 14px;
  }
  .video-timer .separator{
    margin: 0 5px;
    font-size: 16px;
    font-family: "Open sans";
  }
  .playback-content{
    display: flex;
    position: relative;
  }
  .playback-content .speed-options{
    position: absolute;
    list-style: none;
    left: -40px;
    bottom: 40px;
    width: 95px;
    overflow: hidden;
    opacity: 0;
    border-radius: 4px;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: opacity 0.13s ease;
  }
  .playback-content .speed-options.show{
    opacity: 1;
    pointer-events: auto;
    padding-left: 0;
  }
  .speed-options li{
    cursor: pointer;
    color: #000;
    font-size: 14px;
    margin: 2px 0;
    padding: 5px 0 5px 15px;
    transition: all 0.1s ease;
  }
  .speed-options li:where(:first-child, :last-child){
    margin: 0px;
  }
  .speed-options li:hover{
    background: #dfdfdf;
  }
  .speed-options li.active{
    color: #fff;
    background: var(--color-blue);
  }
  .containervideo video{
    width: 100%;
  }

  @media screen and (max-width:768px) {
    #habitvideo {
        padding-bottom: 60px;
    }
    #habitvideo {
        padding-top: 30px;
    }
  }
  
  @media screen and (max-width: 540px) {
    .wrapper .video-controls{
      padding: 3px 10px 7px;
    }
    .options input, .progress-area span{
      display: none!important;
    }
    .options button{
      height: 30px;
      width: 30px;
      font-size: 17px;
    }
    .options .video-timer{
      margin-left: 5px;
    }
    .video-timer .separator{
      font-size: 14px;
      margin: 0 2px;
    }
    .options button :where(i, span) {
      line-height: 30px;
    }
    .options button span{
      font-size: 21px;
    }
    .options .video-timer, .progress-area span, .speed-options li{
      font-size: 12px;
    }
    .playback-content .speed-options{
      width: 75px;
      left: -30px;
      bottom: 30px;
    }
    .speed-options li{
      margin: 1px 0;
      padding: 3px 0 3px 10px;
    }
    .right .pic-in-pic{
      display: none;
    }
  }

  

  .dev-video-modal .modal-content {
    background-color: #fff;
  }
  .dev-video-modal .modal-header {
    border: 0;
    padding-bottom: 8px;
  }
  .dev-video-modal .modal-body {
    padding: 4px 32px 32px;
    text-align: center;
  }
  
  .dev-video-modal .modal-body  {
    margin: 0 auto;
  }
  
  .dev-video-modal  .video-container {
    max-width: 1060px;
    margin: 0 auto;
  }
  
  

  /* Style the video player */
  .dev-video-modal video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
  }

  .popup-btn-main {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  
  @media screen and (max-width:576px) {
    .dev-video-modal .modal-body {
        padding: 4px 0px 36px;
      }

  }
 









  /* Listing carousel */
.owl-prev, .owl-next {
    height: 51px !important;
    width: 51px !important;
    border-radius: 50% !important;
    border: 2px solid var(--color-blue) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white) !important;
    color: #00000096 !important;
}

.owl-prev span, .owl-next span {
    font-size: 34px;
    line-height: 24px;
}

.owl-nav {
    margin-top: 34px !important;
}

.owl-dots {
display: none;
}

.owl-carousel .owl-nav.disabled {
    display: inline-flex !important;;
}

.pedro-agent-content h4{
	font-size: 1rem;
	color: #fff;
	font-weight: bold;
}


.section-ux-design {
    position: relative;
}

.overlay-text {
    position: absolute;
    color: #fff;
    z-index: 0;
    top: 50%;
    left: 10%;
}

.overlay-text h2 {
    text-align: left;
}

#video {
    width: 100%;
    z-index: -1;
    position:relative;
}

.display-3 {
     
    font-weight: 300;
    line-height: 1.2;
    font-size: 3rem;
	color: white;
}
 
 .lead {
    font-size: 1.7rem;
    color: white;
}

header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
      top: 25%;

}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

@media screen and (max-width:767px) {
    #col8 {
        text-align: center;
		padding: 25px;
		
    }
	
	#colimg {
        text-align: center;
		padding: 50px;
		
    }
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) { }