
    .abt-section {
        background-image: url('img/bg/wave_bg.jpg');
        background-size: cover;
        /* or 'contain' depending on the effect you want */
        background-repeat: no-repeat;
        background-position: center center;
    }


    .about-section-page {
        position: relative;
        padding: 80px 20px;
        max-width: 1200px;
        margin: auto;

        border-radius: 20px;
        overflow: hidden;
    }

    .about-section-page .about-title {
        text-align: center;
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .about-section-page .about-description {
        text-align: center;
        font-size: 18px;
        max-width: 850px;
        margin: 0 auto 50px;
        line-height: 1.8;
        color: #000;
    }

    .about-section-page .stats {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .about-section-page .stat-box {
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
        padding: 30px 20px;
        width: 250px;
        text-align: center;
        transition: 0.3s ease-in-out;
    }

    .about-section-page .stat-box:hover {
        transform: scale(1.05);
    }

    .about-section-page .stat-number {
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .about-section-page .stat-label {
        font-size: 16px;
        color: #444;
        font-weight: 600;
    }

    @media (max-width: 600px) {
        .about-section-page .stat-box {
            width: 100%;
        }

        .about-section-page .about-title {
            font-size: 28px;
        }
    }
    
    
    
      .container-managed-properties {



        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: 50px auto;
        padding: 0 20px;
    }

    .container-managed-properties .left-section {
        flex: 1 1 50%;
        padding-right: 30px;
    }

    .container-managed-properties .left-section h2 {
        font-size: 32px;
        text-align: justify;
        margin-bottom: 20px;

    }

    .container-managed-properties .left-section p {
        font-size: 16px;
        color: #7d7d7d;
        line-height: 1.7;
        text-align: left;
        margin-bottom: 30px;
    }

    .container-managed-properties .left-section ul {
        list-style: none;
        padding: 0;
        margin: 0 0 30px 0;
    }

    .container-managed-properties .left-section ul li {
        margin-bottom: 15px;
        font-size: 16px;
        color: #7d7d7d;
        display: flex;
        align-items: center;
         text-align: left;
    }

    .container-managed-properties .left-section ul li::before {
        content: '✔';
        color: #1b1f56;
        background-color: #ebedf3;
        border-radius: 50%;
        margin-right: 10px;
        font-size: 14px;
        padding: 5px;
        width: 74px;
        display: flex;
        justify-content: center;
    }

    .container-managed-properties .cta-button {
        display: inline-block;
        padding: 12px 24px;
        background-color: #f15a29;
        color: white;
        text-decoration: none;
        border-radius: 8px;
        font-weight: 600;
    }

    .container-managed-properties .right-section {
        flex: 1 1 45%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 20px;
    }

    .container-managed-properties .right-section img {
        width: 100%;
        border-radius: 20px;
        object-fit: cover;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .container-managed-properties .right-section img:nth-child(1) {
        grid-column: span 2;
        height: 300px;
    }

    .container-managed-properties .right-section img:nth-child(2),
    .container-managed-properties .right-section img:nth-child(3) {
        height: 200px;
    }

    @media (max-width: 768px) {
        .container-managed-properties {
            flex-direction: column;
        }

        .container-managed-properties .left-section,
        .right-section {
            flex: 1 1 100%;
            padding: 0;
        }

        .container-managed-properties .right-section {
            margin-top: 30px;
        }
    }
    
    
    
      .team-section {
        position: relative;
        padding: 6rem 2rem;
      }

      .team-section .background-shape {
        position: absolute;
        top: 0;
        right: 0;
        width: 40%;
        height: 100%;
        background-color: #e8d5c4;
        clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
        z-index: -1;
      }

      .team-section .container {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
      }

      .team-section .gold-accent {
        position: absolute;
        top: 50px;
        left: 0;
        width: 150px;
        height: 150px;
        border: 15px solid rgba(183, 148, 95, 0.2);
        z-index: -1;
      }

      .team-section .section-header {
        margin-bottom: 4rem;
        position: relative;
      }

      .team-section .subtitle {
        
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #b7945f;
        margin-bottom: 1rem;
        font-weight: 500;
      }

      .team-section .title {
        font-family: Audrey;
        font-size: 3.5rem;
        color: #3c3c3c;
        line-height: 1.2;
        margin-bottom: 2rem;
        max-width: 800px;
      }

      .team-section .greeting {
        font-size: 1.2rem;
        font-weight: 500;
        color: #5a5a5a;
        max-width: 700px;
        font-style: italic;
        border-left: 3px solid #b7945f;
        padding-left: 1.5rem;
        margin-bottom: 3rem;
      }

      .team-section .content-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
      }

      .team-section .content-card {
        background: white;
        border-radius: 0;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
        padding: 3rem;
        position: relative;
        transition: all 0.4s ease;
      }

      .team-section .content-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
      }

      .team-section .content-card:first-child {
        grid-column: 1 / 3;
        background: linear-gradient(135deg, #3c3c3c, #1e1e1e);
        color: white;
      }

      .team-section .content-card:first-child p {
        color: rgba(255, 255, 255, 0.85);
      }

      .team-section .card-number {
        position: absolute;
        top: -30px;
        right: 30px;
        font-family: Audrey;
        font-size: 7rem;
        font-weight: 700;
        color: rgba(183, 148, 95, 0.15);
        line-height: 1;
      }

      .team-section .content-card h3 {
        font-family: Audrey;
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
        color: #b7945f;
      }

      .team-section .content-card:first-child h3 {
        color: #e8d5c4;
      }

      .team-section .content-card p {
        margin-bottom: 1.5rem;
        color: #5a5a5a;
        font-size: 1rem;
        font-weight: 300;
      }

      .team-section .content-card p:last-child {
        margin-bottom: 0;
      }

      .team-section .highlight {
        font-weight: 500;
        color: #b7945f;
      }

      .team-section .content-card:first-child .highlight {
        color: #e8d5c4;
      }

      .team-section .service-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        margin: 2rem 0;
      }

      .team-section .tag {
        padding: 0.5rem 1rem;
        background-color: rgba(183, 148, 95, 0.1);
        color: #b7945f;
        font-size: 0.8rem;
        font-weight: 500;
        border-radius: 2px;
      }

      .team-section .content-card:first-child .tag {
        background-color: rgba(232, 213, 196, 0.2);
        color: #e8d5c4;
      }

      .team-section .cta-container {
        margin-top: 4rem;
        text-align: center;
      }

      .team-section .cta-button {
        display: inline-block;
        background-color: #b7945f;
        color: white;
        font-size: 0.9rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
       padding: 0.9rem 2rem;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
        position: relative;
        overflow: hidden;
      }

      .team-section .cta-button::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        transition: all 0.4s ease;
      }

      .team-section .cta-button:hover::before {
        left: 100%;
      }

      .team-section .cta-button:hover {
        background-color: #a38355;
      }

      @media (max-width: 992px) {
        .team-section .content-grid {
          grid-template-columns: 1fr;
        }

        .team-section .content-card:first-child {
          grid-column: 1;
        }

        .team-section .title {
          font-size: 2.8rem;
        }
      }

      @media (max-width: 768px) {
        .team-section .team-section {
          padding: 4rem 1.5rem;
        }

        .team-section .background-shape {
          width: 100%;
          height: 50%;
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
        }

        .team-section .title {
          font-size: 2.2rem;
        }

        .team-section .content-card {
          padding: 2rem;
        }
      }
      
      

/*@media (max-width: 768px) {*/
/*    .heading.dark .content p {*/
/*        text-align: justify;*/
/*    }*/

/*    .heading .title {*/
/*        text-align: left;*/
/*    }*/

/*    .team-wrapper {*/
/*        padding-top: 0;*/
/*    }*/
/*}*/

/*.container_ceo {*/
/*    max-width: 1200px;*/
/*    margin: 40px auto;*/
/*    background-color: #fff;*/
/*    border-radius: 12px;*/
/*    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);*/
/*    overflow: hidden;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    min-height: 650px;*/
/*    position: relative;*/
/*}*/

/*.container_ceo .header-banner {*/
/*    background: linear-gradient(135deg, #1a237e, #4a148c);*/
/*    height: 8px;*/
/*    width: 100%;*/
/*}*/

/*.container_ceo .content-wrapper {*/
/*    display: flex;*/
/*    flex: 1;*/
/*}*/

/*.container_ceo .image-side {*/
/*    flex: 0 0 40%;*/
/*    background: linear-gradient(135deg, #f5f7fa, #e8edf5);*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    animation: fadeInLeft 1s ease-out;*/
/*}*/

/*.container_ceo .image-container {*/
/*    position: relative;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding: 40px 30px;*/
/*}*/

/*.container_ceo .ceo-image {*/
/*    width: 250px;*/
/*    height: 250px;*/
/*    border-radius: 50%;*/
/*    object-fit: cover;*/
/*    border: 6px solid white;*/
/*    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);*/
/*    animation: fadeInUp 1.2s ease-out, pulse 3s infinite alternate;*/
/*    transition: transform 0.3s ease;*/
/*}*/

/*.container_ceo .ceo-image:hover {*/
/*    transform: scale(1.05);*/
/*}*/

/*.container_ceo .ceo-name {*/
/*    margin-top: 25px;*/
/*    font-weight: 700;*/
/*    font-size: 24px;*/
/*    color: #1a237e;*/
/*    text-align: center;*/
/*}*/

/*.container_ceo .ceo-title {*/
/*    font-size: 16px;*/
/*    color: #4a148c;*/
/*    opacity: 0.9;*/
/*    text-align: center;*/
/*    margin-top: 5px;*/
/*    letter-spacing: 1px;*/
/*}*/

/*.container_ceo .company-logo {*/
/*    margin-top: 40px;*/
/*    width: 130px;*/
/*    opacity: 0.85;*/
/*    transition: opacity 0.3s ease;*/
/*}*/

/*.container_ceo .company-logo:hover {*/
/*    opacity: 1;*/
/*}*/

/*.container_ceo .message-side {*/
/*    flex: 0 0 60%;*/
/*    padding: 50px 40px;*/
/*    position: relative;*/
/*    animation: fadeInRight 1s ease-out;*/
/*    background: #ffffff;*/
/*}*/

/*.container_ceo .quote-mark {*/
/*    font-size: 120px;*/
/*    position: absolute;*/
/*    top: 34px;*/
/*    left: 20px;*/
/*    color: rgba(0, 0, 0, 0.03);*/
/*    z-index: 0;*/
/*}*/

/*.container_ceo .message-content {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

/*.container_ceo .message-title {*/
/*    font-size: 26px;*/
/*    color: #1a237e;*/
/*    margin-bottom: 25px;*/
/*    border-bottom: 2px solid #e0e0e0;*/
/*    padding-bottom: 15px;*/
/*    position: relative;*/
/*}*/

/*.container_ceo .message-title::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -2px;*/
/*    left: 0;*/
/*    width: 80px;*/
/*    height: 2px;*/
/*    background-color: #4a148c;*/
/*    animation: expandWidth 1.5s ease-out forwards;*/
/*}*/

/*.container_ceo .message-body {*/
/*    font-size: 16px;*/
/*    line-height: 1.8;*/
/*    margin-bottom: 30px;*/
/*}*/

/*.container_ceo .message-body p {*/
/*    margin-bottom: 18px;*/
/*    animation: fadeInUp 0.8s ease-out;*/
/*    animation-fill-mode: both;*/
/*}*/

/*.container_ceo .message-body p:nth-child(1) {*/
/*    animation-delay: 0.2s;*/
/*}*/

/*.container_ceo .message-body p:nth-child(2) {*/
/*    animation-delay: 0.4s;*/
/*}*/

/*.container_ceo .message-body p:nth-child(3) {*/
/*    animation-delay: 0.6s;*/
/*}*/

/*.container_ceo .message-body p:nth-child(4) {*/
/*    animation-delay: 0.8s;*/
/*}*/

/*.container_ceo .message-body p:nth-child(5) {*/
/*    animation-delay: 1s;*/
/*}*/

/*.container_ceo .message-signature {*/
/*    font-style: italic;*/
/*    font-size: 18px;*/
/*    color: #4a148c;*/
/*    margin-top: 30px;*/
/*    text-align: right;*/
/*    position: relative;*/
/*    padding-right: 10px;*/
/*    animation: fadeInUp 1.2s ease-out;*/
/*}*/

/*.container_ceo .message-signature::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -8px;*/
/*    right: 0;*/
/*    width: 100px;*/
/*    height: 1px;*/
/*    background-color: #4a148c;*/
/*    opacity: 0.5;*/
/*}*/

/*.container_ceo .decoration-element {*/
/*    position: absolute;*/
/*    width: 150px;*/
/*    height: 150px;*/
/*    border-radius: 50%;*/
/*    background: linear-gradient(135deg, rgba(26, 35, 126, 0.05), rgba(74, 20, 140, 0.08));*/
/*    bottom: 30px;*/
/*    right: 30px;*/
/*    z-index: 0;*/
/*}*/

/* Animations */
/*@keyframes fadeInDown {*/
/*    from {*/
/*        opacity: 0;*/
/*        transform: translateY(-30px);*/
/*    }*/

/*    to {*/
/*        opacity: 1;*/
/*        transform: translateY(0);*/
/*    }*/
/*}*/

/*@keyframes fadeInLeft {*/
/*    from {*/
/*        opacity: 0;*/
/*        transform: translateX(-50px);*/
/*    }*/

/*    to {*/
/*        opacity: 1;*/
/*        transform: translateX(0);*/
/*    }*/
/*}*/

/*@keyframes fadeInRight {*/
/*    from {*/
/*        opacity: 0;*/
/*        transform: translateX(50px);*/
/*    }*/

/*    to {*/
/*        opacity: 1;*/
/*        transform: translateX(0);*/
/*    }*/
/*}*/

/*@keyframes fadeInUp {*/
/*    from {*/
/*        opacity: 0;*/
/*        transform: translateY(30px);*/
/*    }*/

/*    to {*/
/*        opacity: 1;*/
/*        transform: translateY(0);*/
/*    }*/
/*}*/

/*@keyframes pulse {*/
/*    0% {*/
/*        box-shadow: 0 0 0 0 rgba(74, 20, 140, 0.4);*/
/*    }*/

/*    70% {*/
/*        box-shadow: 0 0 0 10px rgba(74, 20, 140, 0);*/
/*    }*/

/*    100% {*/
/*        box-shadow: 0 0 0 0 rgba(74, 20, 140, 0);*/
/*    }*/
/*}*/

/*@keyframes expandWidth {*/
/*    from {*/
/*        width: 0;*/
/*    }*/

/*    to {*/
/*        width: 80px;*/
/*    }*/
/*}*/

/* Responsive */
/*@media (max-width: 992px) {*/
/*    .container_ceo .content-wrapper {*/
/*        flex-direction: column;*/
/*    }*/

/*    .container_ceo .image-side,*/
/*    .container_ceo .message-side {*/
/*        flex: 0 0 100%;*/
/*    }*/

/*    .container_ceo .image-container {*/
/*        padding: 40px 30px;*/
/*    }*/

/*    .container_ceo .ceo-image {*/
/*        width: 200px;*/
/*        height: 200px;*/
/*    }*/

/*    .container_ceo .message-side {*/
/*        padding: 40px 30px;*/
/*    }*/
/*}*/

/*@media (max-width: 576px) {*/
/*    .container_ceo {*/
/*        margin: 10px auto;*/
/*    }*/

/*    .container_ceo .message-side {*/
/*        padding: 30px 20px;*/
/*    }*/

/*    .container_ceo .ceo-image {*/
/*        width: 180px;*/
/*        height: 180px;*/
/*    }*/
/*}*/