.hero-section1 {
    height: 100vh;
    min-height: 500px;
}

.hero-left {
    background-color: #2c2c2c;
    height: 100vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.background-statue {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    filter: grayscale(100%);
}



.content-wrapper {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    padding: 40px;
    width: 100%;
}

.firm-name {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: 
#9ccad3;
    font-weight: 300;
}

.main-heading {
    font-size: 52px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 30px;
    line-height: 1.2;
    color: white;
}

.tagline {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.btn-more-info {
    background-color: #c9a961;
    color: white;
    border: none;
    padding: 12px 35px;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-more-info:hover {
    background-color: #b8984f;
    transform: translateY(-2px);
}

.hero-right {
    height: 100vh;
    min-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #e8e8e8;
    padding: 0 !important;
}

.lawyer-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
}


/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        height: auto;
    }
    
    .hero-left, .hero-right {
        height: 50vh;
        min-height: 400px;
    }
    
    .main-heading {
        font-size: 36px;
    }
    
    .tagline {
        font-size: 11px;
    }
}



.attorney-details-section {
    background-color: #1a1a1a;
    padding: 80px 0;
    color: #ffffff;
}

.section-header {
    margin-bottom: 60px;
}

.section-title {
    font-size: 48px;
    font-weight: bold;
    color: #c9a961;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.title-underline {
    width: 80px;
    height: 3px;
    background-color: #c9a961;
    margin: 0 auto 20px;
}

.section-subtitle {
    font-size: 18px;
    color: #cccccc;
    font-style: italic;
}

.detail-card {
    background-color: #2c2c2c;
    padding: 40px;
    border-radius: 8px;
    height: 100%;
    border-left: 4px solid #c9a961;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(201, 169, 97, 0.2);
}

.card-icon {
    font-size: 40px;
    color: #c9a961;
    margin-bottom: 20px;
}

.card-title {
    font-size: 24px;
    font-weight: bold;
    color: #c9a961;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.card-title1 {
    font-size: 32px;
    font-weight: bold;
    color: 
#00bbe1;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.practice-list,
.admission-list,
.association-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.practice-list li,
.association-list li {
    padding: 12px 0;
    border-bottom: 1px solid #3a3a3a;
    color: #e0e0e0;
    font-size: 15px;
    padding-left: 25px;
    position: relative;
}

.practice-list li:before,
.association-list li:before {
    content: "▸";
    color: #c9a961;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 18px;
}

.practice-list li:last-child,
.association-list li:last-child {
    border-bottom: none;
}

.admission-list li {
    padding: 15px 0;
    border-bottom: 1px solid #3a3a3a;
    display: flex;
    align-items: flex-start;
}

.admission-list li:last-child {
    border-bottom: none;
}

.year {
    color: #c9a961;
    font-weight: bold;
    font-size: 16px;
    min-width: 60px;
    display: inline-block;
}

.admission-text {
    color: #e0e0e0;
    font-size: 15px;
    line-height: 1.6;
}

.education-item {
    padding: 20px 0;
    border-bottom: 1px solid #3a3a3a;
}

.education-item:last-child {
    border-bottom: none;
}

.education-item h4 {
    color: #c9a961;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.education-item p {
    color: #e0e0e0;
    font-size: 15px;
    margin: 0;
}

.community-card {
    background: linear-gradient(135deg, #2c2c2c 0%, #1f1f1f 100%);
}

.community-content p {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

.personal-info {
    color: #c9a961;
    font-style: italic;
    padding-top: 10px;
    border-top: 2px solid #3a3a3a;
}

/* Responsive Design */
@media (max-width: 768px) {
    .attorney-details-section {
        padding: 50px 0;
    }

    .section-title {
        font-size: 32px;
    }

    .detail-card {
        padding: 25px;
        margin-bottom: 30px;
    }

    .card-title {
        font-size: 20px;
    }

    .practice-list li,
    .admission-text,
    .association-list li {
        font-size: 14px;
    }
}



/* Practice Areas Cards Section */
.practice-areas-cards {
    position: relative;
    margin-top: -120px; /* Overlaps with hero section */
    padding: 0 0 80px 0;
    z-index: 10;
}

.law-card {
    background: linear-gradient(135deg, #000000 0%, #000000 100%);
    border: 1px solid rgba(184, 151, 106, 0.3);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.law-card:hover {
    transform: translateY(-10px);
    border-color: 
#152943;
    box-shadow: 0 15px 40px rgba(106, 184, 174, 0.4);
    background: linear-gradient(135deg, 
#152943 0%, 
#152943 100%);
}

.card-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    background: 
#152943;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.card-icon i {
    font-size: 32px;
    color: #ffffff;
}

.law-card:hover .card-icon {
    background: 
#152943;
    transform: scale(1.1);
}

.law-card:hover .card-icon i {
    color: #fff;
}

.card-title {
    font-size: 18px;
    font-weight: 700;
    color: 
#0099b8;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
}

.card-description {
    color: #d4d4d4;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
    flex-grow: 1;
}

.learn-more-btn {
    background: transparent;
    color: #b8976a;
    border: 2px solid #b8976a;
    padding: 12px 35px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.learn-more-btn:hover {
    background: #b8976a;
    color: #fff;
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 991px) {
    .practice-areas-cards {
        margin-top: -80px;
        padding: 0 0 60px 0;
    }
    
    .law-card {
        padding: 30px 25px;
    }
}

@media (max-width: 767px) {
    .practice-areas-cards {
        margin-top: -60px;
        padding: 0 15px 40px 15px;
    }
    
    .card-description {
        font-size: 13px;
    }
}




.practice-section {
            position: relative;
            padding: 80px 0;
            background-image: url('/images/333.jpg');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }

  

        .practice-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.826);
            z-index: 1;
        }

        .practice-section > * {
            position: relative;
            z-index: 2;
        }

        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-title h2 {
            color: #ffffff;
            font-size: 42px;
            font-weight: 300;
            letter-spacing: 1px;
            margin-bottom: 15px;
            font-family: 'Georgia', serif;
        }

         .title-underline {
            width: 80px;
            height: 2px;
            background: 
#007c95;
            margin: 0 auto;
        }

        .practice-item {
            text-align: center;
            margin-bottom: 50px;
            transition: transform 0.3s ease;
        }

        .practice-item:hover {
            transform: translateY(-10px);
        }

        .practice-icon {
            width: 90px;
            height: 90px;
            margin: 0 auto 20px;
            background: 
#152943;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            transition: all 0.3s ease;
        }

        .practice-icon::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 70px;
            height: 70px;
            background: #2f3f54;
            border-radius: 50%;
            z-index: 1;
        }

        .practice-item:hover .practice-icon {
            background: 
#21416a;
            box-shadow: 0 0 30px 
#152943;
        }

        .practice-icon i {
            font-size: 32px;
            color: #ffffff;
            z-index: 2;
            position: relative;
        }

        .practice-title {
            color: #ffffff;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0.5px;
            margin-top: 15px;
            line-height: 1.4;
        }

        .practice-title::after {
            content: '';
            display: block;
            width: 40px;
            height: 1px;
            background: 
#008da9;
            margin: 12px auto 0;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .section-title h2 {
                font-size: 32px;
            }
            
            .practice-item {
                margin-bottom: 40px;
            }
        }