#section-hero {
    position: relative;
    overflow: hidden;
    min-height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}

.banner-heading-home h1,
.banner-heading-home p{
    letter-spacing: -1px;
    line-height: 0.5;
}

#section-hero h1 {
    font-size: clamp(3rem, 8vw, 4.0rem);
    line-height: 0.1;
    margin-bottom: 0;
}

.subtitle {
    font-size: clamp(1rem, 3vw, 3.5rem) !important;
    letter-spacing: 2px;
    font-family: "Gotham-book" !important;
}

#section-hero .video-banner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: ellipse(150% 100% at 50% 0%);
}

.banner-quotes {
    margin-top: clamp(40px, 10vh, 130px);
}

.hero-quote {
    max-width: 960px;
    margin: 20px auto;
    font-size: clamp(1.1rem, 2.5vw, 1.9rem);
    line-height: 0.9;
    padding: 0 15px;
}

.hero-quote b {
    font-family: "Gotham-bold";
}

.text-banner {
    max-width: 700px;
    margin: 20px auto;
    font-size: clamp(0.9rem, 2vw, 1.7rem);
    opacity: 0.9;
    line-height: 0.9;
}

.divider {
    width: clamp(100px, 40%, 900px);
    height: 1px;
    background: rgba(116, 116, 116, 0.694);
    margin: 0 auto;
}

.btn-about-us {
    display: inline-block;
    margin-top: 20px;
    padding: clamp(10px, 2vw, 14px) clamp(25px, 4vw, 40px);
    font-size: clamp(0.8rem, 2vw, 1.5rem);
    background: var(--primary-color, #fff);
    align-content: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    border-radius: 50px;
    transition: transform 0.3s ease;
}

.btn-about-us:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    #section-hero {
        min-height: 90vh;
    }

    .banner-quotes {
        margin-top: 40px;
    }

    #section-hero .video-banner {
        clip-path: ellipse(150% 100% at 50% 0%);
    }
}

/** firm and philosophy **/


.firm-heading {
    background: #000;
    border-radius: 30px;
    width: 90%;
    max-width: 550px;
    margin: 50px auto;
    padding: 10px;
    text-align: center;
}

.firm-titles {
    font-size: clamp(1rem, 5vw, 1.4rem);
    margin: 0;
    font-weight: 0 !important;

}

.firm-cards {
    max-width: 550px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 25px 20px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .06);
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.firm-cards h1 {
    font-weight: bolder;
}

.firm-cards:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, .12);
    transform: translateY(-5px);
}

.col-md-6 {
    display: flex;
}

.icon-wrapper {
    background: radial-gradient(circle at 50% 30%, #e8b37a 0%, #cc8c4f 45%, #8f5227 100%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    flex-shrink: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrapper img {
    max-width: 45px;
}

.texts-wrapper {
    padding-left: 15px;
    flex: 1;
}

.texts-wrapper h1 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 800;
    min-height: 1.2em;
}

.texts-wrapper p {
    margin: 5px 0 0 0;
    font-size: 1rem;
    line-height: 1.4;
    min-height: 60px;
}

/* responsive */
@media (max-width: 992px) {
    .firm-heading {
        margin: 80px auto;
    }

    .firm-cards {
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .firm-heading {
        margin: 40px auto 50px;
        border-radius: 20px;
    }

    .firm-cards {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    .texts-wrapper {
        padding-left: 0;
        padding-top: 20px;
    }

    .col-md-6 {
        margin-bottom: 15px !important;
    }
}


/** our team section **/

.ceo-cards {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 40px;
    padding: 20px;
    border-radius: 30px;
}

.ceo-cards:hover img {
    transform: scale(1.3);
}

.image-wrapper {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 30px;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transition: transform 0.4s ease;
}

.texts-about {
    flex: 1;
    color: #000;
    line-height: 1.1;
}

.texts-about p {
    margin: 0;
    padding: 0;
}

.texts-about .position {
    font-weight: bolder;
}

.texts-about h1 {
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    margin-bottom: 0;
}

.con-tilde {
    position: relative;
    display: inline-block;
    background: inherit; 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.con-tilde::after {
    content: "´"; 
    font-family: 'Arial', sans-serif; 
    position: absolute;
    top: -0.1em;
    left: 60%;
    transform: translateX(-50%) rotate(10deg);
    font-size: 0.7em;
    line-height: 1;
    pointer-events: none;
    -webkit-text-fill-color: #8F5A28; 
    color: #8F5A28; 
}

/* title */
.team-title {
    background: #000;
    padding: 10px;
    border-radius: 30px;
    margin: 60px auto;
    text-align: center;
    width: 90%;
    max-width: 300px;
    color: #fff;
}

.team-title h6 {
    margin: 0;
    padding: 0;
}

/* our team cards */

.team-cards {
    height: 350px;
    width: 100%;
    max-width: 300px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 25px;
    color: white;
}

.team-cards::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
    transform: scale(1.1);
}


.team-cards:hover::before {
    transform: scale(1.3);
}


.team-cards>* {
    position: relative;
    z-index: 2;
}

.content-about p {
    margin: 0;
    padding: 0;
}


.content-about {
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 2px;
    border-radius: 15px;
    line-height: 1.2;
}

.content-about .name {
    font-size: 14px;
    font-weight: 600;
}

.content-about .position {
    font-size: 10px;
    opacity: 0.9;
}

.content-about .company-name {
    font-size: 11px;
    opacity: 0.8;
}

.background-section {
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    background-attachment: scroll;
}

/* responsive */
@media (max-width: 992px) {
    .ceo-cards {
        gap: 20px;
    }

    .image-wrapper {
        width: 250px;
        height: 250px;
    }

    .texts-about h1{
        font-size: 2.7rem;
    }
}

@media (max-width: 768px) {
    .ceo-cards {
        flex-direction: column;
        text-align: center;
        padding: 30px 15px;
    }

    .image-wrapper {
        width: 200px;
        height: 200px;
    }

    .texts-about {
        text-align: center;
    }

    .texts-about h1 {
        font-size: 2.2rem;
    }

    .team-title {
        margin: 40px auto;
    }
}

@media (max-width: 480px) {
    .team-cards {
        max-width: 100%;
    }
}


/* contact title */
.contact-title {
    background: #000;
    margin: 12px auto 40px;
    border-radius: 30px;
    color: #fff;
    padding: 9px;
    width: 200px;
}

.footer-transparent {
    background: transparent;
}

.footer-settings{
    max-width: 1900px !important;
}

.subfooter-line {
    border-top: solid 1px rgba(0, 0, 0, 0.394)
}