.main-header{
height:76px;
}
/* Title */
.global-real-estate-section  .section-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}


.global-real-estate-section  .section-title .underline {
    border-bottom: 4px solid #2b8d9b;
    display: inline-block;
    padding-bottom: 5px;
}

/* Quote */
.global-real-estate-section  .quote-box {
    border-left: 4px solid #2b8d9b;
    padding-left: 20px;
    font-style: italic;
    color: #555;
}

/* Image Stack */
.global-real-estate-section  .image-stack {
    min-height: 480px;
}

/* Back Image */
.global-real-estate-section  .img-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 88%;
    z-index: 1;
  transition: transform .2s; /* Animation */
}
.global-real-estate-section .img-back:hover,.global-real-estate-section  .img-front:hover {
    transform: scale(1.1);
}
/* Front Image */
.global-real-estate-section  .img-front {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75%;
    z-index: 2;
  transition: transform .2s; /* Animation */
}
/*proven result seciton*/
.proven-results-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.proven-results-section .section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.proven-results-section .counter-box {
    background: #fff;
    padding: 40px 20px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border-bottom: 4px solid #2b8d9b;
}

.proven-results-section .counter-box:hover {
    transform: translateY(-6px);
}

.proven-results-section .counter-box h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}
/*end proven*/
.cross-border-section {
    padding: 100px 0 0;
    background: #ffffff;
}

.cross-border-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    gap: 60px;
}

.cross-border-content h2 {
    font-size: 46px;
    font-weight: 700;
    color: #333;
}

.cross-border-content h2 span {
    position: relative;
    display: inline-block;
}

.cross-border-content h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 80px;
    height: 4px;
    background: #2b8d9b;
}

.cross-border-content p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

.cross-border-image img {
    max-width: 100%;
    height: auto;
  transition: transform .2s;
}
.cross-border-image img:hover{
transform: scale(1.1);
}
.hero-homeCallAction{
position:relative;
height:600px;
background:url('https://kamakhyasoft.com/property-site/public/storage/pages/banner-copy-01.webp') center/cover no-repeat;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:#fff;
}

.hero-overlayCallAction{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.55);
}

.hero-contentCallAction{
position:relative;
max-width:800px;
padding:20px;
}

.hero-contentCallAction h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    text-transform: capitalize;
}

.hero-contentCallAction p{
font-size:18px;
line-height:1.7;
margin-bottom:30px;
  color:#fff !important;
}

.hero-buttonsCallAction{
display:flex;
gap:20px;
justify-content:center;
}

.hero-btnCallAction{
padding:14px 30px;
border:1px solid #fff;
color:#fff !important;
text-decoration:none;
font-size:14px;
letter-spacing:1px;
transition:0.3s;
 
}

.hero-btnCallAction:hover{
background:#fff;
color:#2c8e9c !important;
}

.hero-btn-outlineCallAction{
background:transparent;
}


/* Responsive */
@media (max-width: 991px) {
.cross-border-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cross-border-content h2 span::after {
        left: 50%;
        transform: translateX(-50%);
    }
   .global-real-estate-section  .section-title {
        font-size: 34px;
    }

   .global-real-estate-section  .image-stack {
        min-height: auto;
    }

   .global-real-estate-section  .img-back,
  .global-real-estate-section   .img-front {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width:768px){

.hero-homeCallAction{
height:500px;
}

.hero-contentCallAction h1{
font-size:32px;
}

.hero-buttonsCallAction{
flex-direction:column;
}

}