/* 
 * Combined Custom CSS for Robins Law Website
 * Comprehensive styles for better design integration
 */

/* ===== GLOBAL STYLES ===== */

:root {
    --thm-black: #211f38;
    --thm-black-rgb: 33, 31, 56;
    /* --thm-base: #644EEE; */
    --thm-base: #751412;
    --thm-base-rgb: 100, 78, 238;
    --thm-text: #737092;
    --thm-font: "Manrope", sans-serif;
    --thm-b-font: "Manrope", sans-serif;
}
.home-showcase__top-title {
    font-family: var(--thm-font);
    letter-spacing: 0;
    font-weight: 700;
}

.home-showcase__title {
    letter-spacing: 0;
    font-family: var(--thm-font);
    font-weight: 800;
    font-size: 19px;
}
.home-showcase__buttons__item {
    width: 145px;
    color: #fff;
}
.home-showcase .btn-style-one .btn-title {
    font-family: var(--thm-font);
    letter-spacing: 0;
    font-weight: 700;
    font-size: 15px;
}

/* ===== LOGO STYLES ===== */
.logo-box .logo img {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    padding: 8px 12px;
    transition: all 0.3s ease;
}

/* Logo hover effect */
.logo-box .logo a:hover img {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-1px);
}

/* ===== HEADER STYLES ===== */
/* Add any additional header customizations here */

/* ===== NAVIGATION STYLES ===== */
/* Add any navigation customizations here */

/* ===== WHY CHOOSE US SECTION FIXES ===== */
/* Fix overlapping image and content issues */
.why-choose-thirteen {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.why-choose-thirteen .container {
    position: relative;
    z-index: 2;
}

.why-choose-thirteen__content {
    padding-right: 50px;
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    padding: 30px;
    margin-right: 20px;
}

.why-choose-thirteen__image {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin-left: 20px;
    overflow: hidden;
}

.why-choose-thirteen__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.why-choose-thirteen__image__shape {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 2;
    opacity: 0.8;
    pointer-events: none;
    transform: rotate(15deg);
}

.why-choose-thirteen__image__shape img {
    max-width: 100px;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
    animation: float 6s ease-in-out infinite;
}

/* Floating animation for the decorative shape */
@keyframes float {
    0%,
    100% {
        transform: translateY(0px) rotate(15deg);
    }
    50% {
        transform: translateY(-10px) rotate(15deg);
    }
}

/* Ensure proper spacing between content and image */
.why-choose-thirteen .row {
    align-items: stretch;
    min-height: 500px;
}

.why-choose-thirteen .col-xl-6:first-child {
    padding-right: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.why-choose-thirteen .col-xl-6:last-child {
    padding-left: 40px;
}

.why-choose-thirteen__content__text {
    position: relative;
    z-index: 11;
    margin-bottom: 25px;
    padding-top: inherit;
    line-height: 1.7;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

.why-choose-thirteen__box-wrapper {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.why-choose-thirteen__box {
    flex: 1;
    min-width: 200px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

/* ===== FOOTER STYLES ===== */
/* Footer Section */
.footer-twelev {
    background: var(--thm-black);
    color: white;
    padding: 60px 0 0;
    position: relative;
}

.footer-twelev__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 1;
}

.footer-twelev .container {
    position: relative;
    z-index: 2;
}

.footer-twelev__widget {
    margin-bottom: 40px;
}

.footer-twelev__title {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-twelev__text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.footer-twelev__logo {
    margin-top: 25px;
    display: block;
}

.footer-twelev__logo img {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    padding: 8px 12px;
    transition: all 0.3s ease;
    max-width: 135px;
    height: auto;
}

.footer-twelev__logo img:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-1px);
}

.footer-twelev__widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-twelev__widget ul li {
    margin-bottom: 12px;
    line-height: 1.6;
}

.footer-twelev__widget ul li:last-child {
    margin-bottom: 0;
}

.footer-twelev__widget ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    transition: color 0.3s ease;
    display: block;
    padding: 4px 0;
}

.footer-twelev__widget ul li a:hover {
    color: var(--thm-base);
}

/* Footer Contact Info */
.footer-twelev__info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.footer-twelev__info ul li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
}

.footer-twelev__info ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
    min-height: 26px;
}

.footer-twelev__info ul li:last-child {
    margin-bottom: 0;
}

.footer-twelev__info ul li i {
    color: var(--thm-base);
    font-size: 16px;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.footer-twelev__info ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: 1.6;
    display: block;
    flex: 1;
}

.footer-twelev__info ul li a:hover {
    color: var(--thm-base);
}

.footer-copyright {
    color: #ecf0f1;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 8px;
    max-width: 800px;
    margin: 0 auto;
}

.footer-copyright a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-copyright a:hover {
    color: #5dade2;
    text-decoration: underline;
}

.footer-copyright a:focus {
    outline: 2px solid #3498db;
    outline-offset: 2px;
}

.developer-credit {
    font-weight: 600;
    color: var(--thm-base);
}

.separator {
    margin: 0 8px;
    color: #95a5a6;
}

/* Footer text consistency */
.footer-twelev__text {
    line-height: 1.6;
    margin-bottom: 20px;
}

/* ===== TEAM SECTION STYLES ===== */

/* Modern Team Section */
.modern-team-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.modern-team-section .auto-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Team Card Three Styles */
.team-card-three {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
}

.team-card-three:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.team-card-three__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* Team Image Consistency */
.team-card-three__image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.team-card-three__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.4s ease;
    filter: grayscale(100%) contrast(1.1) brightness(1.1);
}

.team-card-three:hover .team-card-three__image img {
    transform: scale(1.05);
    filter: grayscale(0%) contrast(1) brightness(1);
}

/* Ensure consistent card heights */
.team-card-three {
    height: 100%;
}

.team-card-three__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.team-card-three__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 20px;
    text-align: center;
    background: white;
    position: relative;
    z-index: 2;
}

.team-card-three__name {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--thm-black);
    margin-bottom: 8px;
    line-height: 1.3;
}

.team-card-three__designation {
    color: var(--thm-base);
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

/* Team Card Hover Effect */
.team-card-three__hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 170, 23, 0.95) 0%,
        rgba(34, 36, 41, 0.9) 100%
    );
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 3;
}

.team-card-three:hover .team-card-three__hover {
    opacity: 1;
}

.team-card-three__hover .team-card-three__name {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.team-card-three__hover .team-card-three__designation {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

.team-card-three__social {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.team-card-three__social li a {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.team-card-three__social li a:hover {
    background: white;
    color: var(--thm-base);
    border-color: white;
    transform: scale(1.1);
}

/* ===== TEAM HERO BANNER STYLES ===== */
.team-hero-banner {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 40px 0;
}

.team-hero-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.team-hero-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 170, 23, 0.9) 0%,
        rgba(34, 36, 41, 0.8) 100%
    );
    z-index: 2;
}

.team-hero-banner__shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.team-hero-banner__shapes .shape-1 {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.team-hero-banner__shapes .shape-2 {
    position: absolute;
    bottom: 20%;
    left: 15%;
    width: 150px;
    height: 150px;
    background: rgba(255, 170, 23, 0.2);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: float 8s ease-in-out infinite reverse;
}

.team-hero-banner__shapes .shape-3 {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.05);
    transform: rotate(45deg);
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

.team-hero-banner__content {
    position: relative;
    z-index: 4;
    text-align: center;
    color: white;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
}

.team-hero-banner__breadcrumb {
    margin-bottom: 20px;
}

.team-hero-banner__breadcrumb .bread-crumb {
    justify-content: center;
    margin: 0;
    padding: 0;
}

.team-hero-banner__breadcrumb .bread-crumb li {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-hero-banner__breadcrumb .bread-crumb li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.team-hero-banner__breadcrumb .bread-crumb li a:hover {
    color: var(--thm-base);
}

.team-hero-banner__breadcrumb .bread-crumb li.active {
    color: var(--thm-base);
}

.team-hero-banner__title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.8s ease-out;
}

.team-hero-banner__subtitle {
    font-size: 1.1rem;
    line-height: 1.5;
    opacity: 0.9;
    animation: fadeInUp 0.8s ease-out 0.2s both;
    max-width: 500px;
    margin: 0 auto;
}

.team-hero-banner__stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 40px;
    animation: fadeInUp 1s ease-out 0.6s both;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--thm-base);
    line-height: 1;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

.team-hero-banner__scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    animation: fadeInUp 1s ease-out 0.9s both;
}

.scroll-down {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: bounce 2s infinite;
}

.scroll-down:hover {
    color: var(--thm-base);
    transform: translateY(-5px);
}

.scroll-text {
    font-size: 0.9rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.scroll-down i {
    font-size: 1.2rem;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== MODERN TEAM SECTION ===== */
.modern-team-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
}

.modern-team-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        var(--thm-base) 50%,
        transparent 100%
    );
}

/* Section Header */
.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 80px;
}

.section-subtitle {
    color: var(--thm-base);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    position: relative;
}

.section-subtitle::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: var(--thm-base);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--thm-black);
    margin-bottom: 20px;
    line-height: 1.3;
}

.section-description {
    font-size: 1.1rem;
    color: var(--thm-text);
    line-height: 1.6;
    margin: 0;
}

/* Team Grid */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

/* Modern Team Card */
.team-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    border: 1px solid rgba(255, 170, 23, 0.1);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border-color: var(--thm-base);
}

/* Image Wrapper */
.team-card__image-wrapper {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.team-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: all 0.4s ease;
    filter: grayscale(100%) contrast(1.1) brightness(1.1);
}

.team-card:hover .team-card__image {
    transform: scale(1.05);
    filter: grayscale(0%) contrast(1) brightness(1);
}

/* Overlay */
.team-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 170, 23, 0.9) 0%,
        rgba(34, 36, 41, 0.8) 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-card:hover .team-card__overlay {
    opacity: 1;
}

/* Social Links */
.team-card__social {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.social-link:hover {
    background: white;
    color: var(--thm-base);
    border-color: white;
    transform: scale(1.1);
}

/* Card Content */
.team-card__content {
    padding: 30px;
    text-align: center;
}

.team-card__name {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--thm-black);
    margin-bottom: 8px;
    line-height: 1.3;
}

.team-card__position {
    color: var(--thm-base);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-card__bio {
    color: var(--thm-text);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Specialty Tags */
.team-card__specialties {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.specialty-tag {
    background: rgba(255, 170, 23, 0.1);
    color: var(--thm-base);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid rgba(255, 170, 23, 0.2);
    transition: all 0.3s ease;
}

.team-card:hover .specialty-tag {
    background: var(--thm-base);
    color: white;
    border-color: var(--thm-base);
}

/* Animation delays for staggered effect */
.team-card:nth-child(1) {
    animation-delay: 0.1s;
}
.team-card:nth-child(2) {
    animation-delay: 0.2s;
}
.team-card:nth-child(3) {
    animation-delay: 0.3s;
}
.team-card:nth-child(4) {
    animation-delay: 0.4s;
}
.team-card:nth-child(5) {
    animation-delay: 0.5s;
}
.team-card:nth-child(6) {
    animation-delay: 0.6s;
}

/* ===== ABOUT PAGE STYLES ===== */

/* About Introduction Section */
.about-intro-section {
    padding: 20px 0;
    background: #ffffff;
}

.about-intro-section .sec-title .sub-title {
    color: var(--thm-base);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.about-intro-section .features-list {
    margin-top: 40px;
}

.about-intro-section .feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.about-intro-section .feature-item .icon-box {
    width: 60px;
    height: 60px;
    background: var(--thm-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.about-intro-section .feature-item .icon-box i {
    color: white;
    font-size: 24px;
}

.about-intro-section .feature-item .content h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--thm-black);
    margin-bottom: 8px;
}

.about-intro-section .feature-item .content .text {
    color: var(--thm-text);
    font-size: 14px;
    line-height: 1.6;
}

.about-intro-section .experience-box {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: var(--thm-base);
    color: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-intro-section .experience-box .count {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.about-intro-section .experience-box .text {
    font-size: 14px;
    line-height: 1.4;
}

/* Mission & Vision Section */
.mission-vision-section {
    padding: 40px 0;
    background: #f8f9fa;
}

.mission-block,
.vision-block {
    margin-bottom: 30px;
}

.mission-block .inner-box,
.vision-block .inner-box {
    background: white;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease;
}

.mission-block .inner-box:hover,
.vision-block .inner-box:hover {
    transform: translateY(-5px);
}

.mission-block .icon-box,
.vision-block .icon-box {
    width: 80px;
    height: 80px;
    background: var(--thm-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.mission-block .icon-box i,
.vision-block .icon-box i {
    color: white;
    font-size: 32px;
}

.mission-block h3,
.vision-block h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--thm-black);
    margin-bottom: 20px;
}

.mission-block .text,
.vision-block .text {
    color: var(--thm-text);
    line-height: 1.7;
}

/* Why Choose Us Section */
.why-choose-us-section {
    padding: 100px 0;
    background: white;
}

.why-choose-us-section .feature-block {
    margin-bottom: 40px;
}

.why-choose-us-section .feature-block .inner-box {
    text-align: center;
    padding: 30px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 100%;
}

.why-choose-us-section .feature-block .inner-box:hover {
    background: #f8f9fa;
    transform: translateY(-5px);
}

.why-choose-us-section .feature-block .icon-box {
    width: 70px;
    height: 70px;
    background: rgba(255, 170, 23, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.why-choose-us-section .feature-block .inner-box:hover .icon-box {
    background: var(--thm-base);
}

.why-choose-us-section .feature-block .icon-box i {
    color: var(--thm-base);
    font-size: 28px;
    transition: color 0.3s ease;
}

.why-choose-us-section .feature-block .inner-box:hover .icon-box i {
    color: white;
}

.why-choose-us-section .feature-block h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--thm-black);
    margin-bottom: 15px;
}

.why-choose-us-section .feature-block .text {
    color: var(--thm-text);
    line-height: 1.6;
}

/* Practice Areas Overview */
.practice-areas-overview {
    padding: 40px 0;
    background: #f8f9fa;
}

.practice-areas-overview .practice-block {
    margin-bottom: 30px;
}

.practice-areas-overview .practice-block .inner-box {
    background: white;
    padding: 30px 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.practice-areas-overview .practice-block .inner-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.practice-areas-overview .practice-block .icon-box {
    width: 60px;
    height: 60px;
    background: var(--thm-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.practice-areas-overview .practice-block .icon-box i {
    color: white;
    font-size: 24px;
}

.practice-areas-overview .practice-block h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.practice-areas-overview .practice-block h5 a {
    color: var(--thm-black);
    text-decoration: none;
    transition: color 0.3s ease;
}

.practice-areas-overview .practice-block h5 a:hover {
    color: var(--thm-base);
}

.practice-areas-overview .practice-block .text {
    color: var(--thm-text);
    line-height: 1.6;
    font-size: 14px;
}

/* Statistics Section */
.statistics-section {
    padding: 40px 0;
    background: var(--thm-base);
    color: white;
}

.statistics-section .counter-block {
    margin-bottom: 30px;
}

.statistics-section .counter-block .inner-box {
    text-align: center;
    padding: 20px;
}

.statistics-section .counter-block .icon-box {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.statistics-section .counter-block .icon-box i {
    color: white;
    font-size: 28px;
}

.statistics-section .counter-block .count-outer {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.statistics-section .counter-block .counter-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

/* Team Section About - Normalized Card Sizes */
.team-section-about {
    padding: 100px 0;
    background: white;
}

.team-section-about .sec-title .sub-title {
    color: var(--thm-base);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.team-section-about .team-card-three {
    height: 100%;
    margin-bottom: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.team-section-about .team-card-three:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.team-section-about .team-card-three__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.team-section-about .team-card-three__image {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.team-section-about .team-card-three__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.3s ease;
}

.team-section-about .team-card-three:hover .team-card-three__image img {
    transform: scale(1.05);
}

.team-section-about .team-card-three__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 20px;
    text-align: center;
}

.team-section-about .team-card-three__name {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--thm-black);
    margin-bottom: 8px;
}

.team-section-about .team-card-three__designation {
    color: var(--thm-base);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-section-about .team-card-three__social {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.team-section-about .team-card-three__social li {
    list-style: none;
}

.team-section-about .team-card-three__social li a {
    width: 35px;
    height: 35px;
    background: rgba(255, 170, 23, 0.1);
    border: 1px solid rgba(255, 170, 23, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-base);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.team-section-about .team-card-three__social li a:hover {
    background: var(--thm-base);
    color: white;
    border-color: var(--thm-base);
    transform: translateY(-2px);
}

/* ===== TESTIMONIALS STYLES ===== */
.testimonials-four__block__top .block-text p {
    white-space: pre-line;
    font-size: 16px;
    line-height: 34px;
    color: #686a6f;
    margin: 0;
    font-family: var(--thm-b-font);
}

/* ===== CTA SECTIONS STYLES ===== */

/* CTA Thirteen Section */
.cta-thirteen {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}

.cta-thirteen__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cta-thirteen .container {
    position: relative;
    z-index: 2;
}

.cta-thirteen__content {
    padding: 40px 0;
}

.cta-thirteen__content__title {
    font-size: 1.8rem;
    font-weight: 600;
    color: white;
    line-height: 1.4;
    padding: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
    margin: 0;
}

.cta-feature__image {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px 0;
}

.cta-feature__image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* CTA Feature Section */
.cta-feature {
    padding: 40px 0;
    background: #f8f9fa;
    position: relative;
    z-index: 3;
}

.cta-feature__wrapper {
    position: relative;
}

.cta-feature__item {
    position: relative;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.cta-feature__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.cta-feature__item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.cta-feature__item:hover img {
    transform: scale(1.05);
}

.cta-feature__item__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 40px 30px 30px;
    color: white;
    text-align: center;
}

.cta-feature__item__icon {
    width: 60px;
    height: 60px;
    background: var(--thm-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
    color: white;
}

.cta-feature__item__title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #e8e8e8;
}

.cta-feature__item__btn .thm-btn-thirteen {
    background: var(--thm-base);
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
}

.cta-feature__item__btn .thm-btn-thirteen:hover {
    background: var(--thm-black);
    transform: translateY(-2px);
}

/* ===== ABOUT SECTION STYLES ===== */

/* About Thirteen Section */
.about-thirteen__image {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 400px;
}

/* .about-thirteen__image__experience {
    position: absolute;
    z-index: 2;
    right: 15px;
    bottom: 20px;
    max-width: 279px;
    border-radius: 140px;
    background-image: linear-gradient(20deg, #211f38 0%, #7166f5 100%);
    text-align: center;
    padding: 40px 20px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: var(--thm-base);
} */

.about-thirteen__image__experience {
    position: absolute;
    z-index: 2;
    /* right: 15px; */
    /* bottom: 20px; */
    /* max-width: 279px; */
    /* border-radius: 132px; */
    background-image: linear-gradient(20deg, #211f38 0%, #7166f5 100%);
    text-align: center;
    padding: 3px 20px 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: var(--thm-base);
}

.about-thirteen__image__experience__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.about-thirteen__image__experience__icon {
    font-size: 24px;
    margin-bottom: 10px;
}

.count-box {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

/* Mobile Responsive Fixes */
@media (max-width: 768px) {
    /* Fix for about-thirteen experience element scaling */
    .about-thirteen__image {
        justify-content: center !important;
        min-height: auto !important;
        padding: 20px 0 !important;
    }

    .about-thirteen__image__experience {
        position: relative !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        transform: none !important;
        max-width: 280px !important;
        margin: 0 auto !important;
        padding: 30px 15px 25px !important;
        border-radius: 20px !important;
    }

    /* Mobile Navigation Fixes */
    .main-header .nav-outer .main-menu {
        z-index: 9999 !important;
    }

    .main-menu .navigation {
        z-index: 9999 !important;
        background: #fff !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    }

    .main-menu .navigation > li > a {
        color: #333 !important;
        padding: 12px 20px !important;
        border-bottom: 1px solid #f0f0f0 !important;
    }

    .main-menu .navigation > li:hover > a,
    .main-menu .navigation > li.current > a {
        color: var(--thm-base) !important;
        background: #f8f9fa !important;
    }

    /* Breadcrumb mobile fixes */
    .team-hero-banner__breadcrumb,
    .contact-banner__breadcrumb {
        z-index: 1 !important;
    }

    .team-hero-banner__breadcrumb .bread-crumb,
    .contact-banner__breadcrumb .bread-crumb {
        flex-wrap: wrap;
        justify-content: flex-start !important;
        padding: 0 15px;
        z-index: 1 !important;
    }

    .team-hero-banner__breadcrumb .bread-crumb li,
    .contact-banner__breadcrumb .bread-crumb li {
        font-size: 12px !important;
        margin-bottom: 5px;
        white-space: nowrap;
        overflow: visible !important;
    }

    /* Tabs content list mobile formatting */
    .tabs-thirteen__content__list li {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
        margin-bottom: 15px !important;
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .tabs-thirteen__content__list li:last-child {
        border-bottom: none;
    }
}

/* Tablet Responsive Fixes */
@media (max-width: 991px) and (min-width: 769px) {
    .about-thirteen__image__experience {
        right: 10px;
        max-width: 240px;
        padding: 35px 15px 25px;
    }
}

/* ===== RESPONSIVE STYLES ===== */

/* Large screens */
@media (max-width: 1199px) {
    .why-choose-thirteen__content {
        padding: 25px;
        margin-right: 15px;
    }

    .why-choose-thirteen .col-xl-6:first-child {
        padding-right: 30px;
    }

    .why-choose-thirteen .col-xl-6:last-child {
        padding-left: 30px;
    }

    .why-choose-thirteen__image__shape {
        top: -8px;
        right: -8px;
        transform: rotate(10deg);
    }

    .why-choose-thirteen__image__shape img {
        max-width: 80px;
    }

    .team-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 30px;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .team-hero-banner__stats {
        gap: 40px;
    }

    .team-hero-banner__title {
        font-size: 2.5rem;
    }
}

/* Tablets */
@media (max-width: 991px) {
    .why-choose-thirteen__content {
        padding: 20px;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .why-choose-thirteen__image {
        margin-top: 20px;
        margin-left: 0;
    }

    .why-choose-thirteen .col-xl-6:first-child {
        padding-right: 15px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 30px;
    }

    .why-choose-thirteen .col-xl-6:last-child {
        padding-left: 15px;
        padding-top: 30px;
    }

    .why-choose-thirteen__box-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .why-choose-thirteen__box {
        min-width: auto;
    }
}

/* Mobile landscape */
@media (max-width: 768px) {
    .logo-box .logo img {
        padding: 6px 10px;
    }

    .why-choose-thirteen {
        padding: 60px 0;
    }

    .why-choose-thirteen .row {
        min-height: auto;
    }

    .team-card-three__image {
        height: 280px;
    }

    .team-card-three__image img {
        object-fit: cover;
        object-position: center 20%;
    }

    /* CTA Sections Mobile Fixes */
    .cta-thirteen {
        padding: 60px 0;
        margin-bottom: 0;
    }

    .cta-thirteen__content {
        padding: 20px 0;
        margin-bottom: 30px;
    }

    .cta-thirteen__content__title {
        font-size: 1.4rem;
        padding: 20px;
        line-height: 1.3;
    }

    .cta-feature__image {
        padding: 0;
        margin-top: 20px;
    }

    .cta-feature {
        padding: 60px 0;
        margin-top: 0;
        position: relative;
        z-index: 10;
    }

    .cta-feature__item {
        margin-bottom: 40px;
    }

    .cta-feature__item img {
        height: 200px;
    }

    .cta-feature__item__content {
        padding: 30px 20px 20px;
    }

    .cta-feature__item__title {
        font-size: 1.2rem;
    }

    .cta-feature__item__icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .modern-team-section {
        padding: 40px 0;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 50px;
    }

    .section-header {
        margin-bottom: 60px;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .section-description {
        font-size: 1rem;
    }

    .team-card__image-wrapper {
        height: 250px;
    }

    .team-card__content {
        padding: 25px;
    }

    .team-hero-banner {
        min-height: 35vh;
        padding: 60px 0;
    }

    .team-hero-banner__title {
        font-size: 2rem;
    }

    .team-hero-banner__subtitle {
        font-size: 1rem;
    }

    .team-hero-banner__stats {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 30px;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .team-hero-banner__shapes .shape-1 {
        width: 150px;
        height: 150px;
    }

    .team-hero-banner__shapes .shape-2 {
        width: 100px;
        height: 100px;
    }

    .about-intro-section,
    .why-choose-us-section,
    .team-section-about {
        padding: 40px 0;
    }

    .mission-vision-section,
    .practice-areas-overview,
    .statistics-section {
        padding: 60px 0;
    }

    .about-intro-section .experience-box {
        position: static;
        margin-top: 30px;
    }

    .statistics-section .counter-block .count-outer {
        font-size: 36px;
    }
}

/* Mobile portrait */
@media (max-width: 480px) {
    .footer-copyright {
        font-size: 13px;
        padding: 16px;
    }

    .footer-copyright br {
        display: none;
    }

    .separator {
        margin: 0 4px;
    }

    .team-card-three__image {
        height: 250px;
    }

    .team-card-three__image img {
        object-fit: cover;
        object-position: center 15%;
    }

    /* CTA Sections Mobile Portrait Fixes */
    .cta-thirteen {
        padding: 40px 0;
    }

    .cta-thirteen__content__title {
        font-size: 1.2rem;
        padding: 15px;
    }

    .cta-feature {
        padding: 40px 0;
    }

    .cta-feature__item {
        margin-bottom: 30px;
    }

    .cta-feature__item img {
        height: 180px;
    }

    .cta-feature__item__content {
        padding: 25px 15px 15px;
    }

    .cta-feature__item__title {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

    .cta-feature__item__icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
        margin-bottom: 12px;
    }

    .cta-feature__item__btn .thm-btn-thirteen {
        padding: 10px 20px;
        font-size: 14px;
    }

    .modern-team-section {
        padding: 60px 0;
    }

    .team-grid {
        gap: 25px;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .team-card__image-wrapper {
        height: 220px;
    }

    .team-card__content {
        padding: 20px;
    }

    .team-card__name {
        font-size: 1.2rem;
    }

    .social-link {
        width: 45px;
        height: 45px;
    }

    .team-hero-banner {
        min-height: 30vh;
        padding: 40px 0;
    }

    .team-hero-banner__title {
        font-size: 1.8rem;
    }

    .team-hero-banner__content {
        padding: 0 15px;
    }

    .stat-number {
        font-size: 2rem;
    }
}

/* Extra small screens */
@media (max-width: 767px) {
    .why-choose-thirteen__image__shape {
        display: none;
    }
}

/* ===== UTILITY CLASSES ===== */
/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Add any additional utility classes here */

/* ===== CONTACT PAGE STYLES ===== */

/* Simple Contact Form Styling */
.contact-section .form-box {
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.contact-section .default-form .form-group .field-inner input,
.contact-section .default-form .form-group .field-inner textarea {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 15px;
    transition: border-color 0.3s ease;
}

.contact-section .default-form .form-group .field-inner input:focus,
.contact-section .default-form .form-group .field-inner textarea:focus {
    border-color: var(--thm-base);
    outline: none;
}

/* Simple Contact Info Cards */
.contact-info-two__card {
    background: white;
    border-radius: 10px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.contact-info-two__card:hover {
    transform: translateY(-5px);
}

.contact-info-two__card i {
    font-size: 32px;
    color: var(--thm-base);
    margin-bottom: 20px;
}

.contact-info-two__card a {
    color: var(--thm-black);
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

.contact-info-two__card:hover a {
    color: var(--thm-base);
}

/* Simple Map Styling */
.map-box {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 40px 0;
}

.map-iframe {
    width: 100%;
    height: 400px;
}

/* Contact Social Links */
.contact-two__social {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.contact-two__social a {
    width: 45px;
    height: 45px;
    background: rgba(255, 170, 23, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-base);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}

.contact-two__social a:hover {
    background: var(--thm-base);
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-section .form-box {
        padding: 30px 25px;
    }

    .map-iframe {
        height: 300px;
    }

    .contact-info-two__card {
        padding: 25px 20px;
        margin-bottom: 20px;
    }

    /* Footer Mobile Styles */
    .footer-twelev {
        padding: 40px 0 0;
    }

    .footer-twelev__widget {
        margin-bottom: 30px;
    }

    .footer-twelev__title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer-twelev__text {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .footer-twelev__info ul li {
        margin-bottom: 12px;
        min-height: 24px;
    }

    .footer-twelev__info ul li i {
        font-size: 14px;
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }

    .footer-twelev__info ul li a {
        font-size: 13px;
    }

    /* Hide footer logo on mobile */
    .footer-twelev__logo {
        display: none;
    }

    /* Hide about section image on mobile */
    .about-thirteen__image {
        display: none;
    }
}

@media (max-width: 480px) {
    .contact-section .form-box {
        padding: 25px 20px;
    }

    .map-iframe {
        height: 250px;
    }
}

.contact-info-two__card i {
    font-size: 32px;
    color: var(--thm-base);
    margin-bottom: 20px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.contact-info-two__card:hover i {
    transform: scale(1.1) rotate(5deg);
}

.contact-info-two__card a {
    color: var(--thm-black);
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
    position: relative;
    z-index: 2;
}

.contact-info-two__card:hover a {
    color: var(--thm-base);
}

/* Office Information Section */
.office-info-section .office-block .inner-box {
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.office-info-section .office-block .inner-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--thm-base) 0%, #ff8c00 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.office-info-section .office-block:hover .inner-box::before {
    transform: scaleX(1);
}

.office-info-section .office-block:hover .inner-box {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
}

.office-info-section .icon-box {
    transition: all 0.4s ease;
}

.office-info-section .office-block:hover .icon-box {
    transform: scale(1.05) rotate(5deg);
}

.office-info-section .detail-item .icon {
    transition: all 0.3s ease;
}

.office-info-section .detail-item:hover .icon {
    transform: scale(1.1);
    background: var(--thm-base) !important;
}

.office-info-section .detail-item:hover .icon i {
    color: white !important;
}

/* Office Hours Section */
.office-hours-section .inner-box {
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.office-hours-section .inner-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 170, 23, 0.05) 0%,
        rgba(255, 170, 23, 0.1) 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

.office-hours-section .inner-box:hover::before {
    opacity: 1;
}

.office-hours-section .inner-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
}

.office-hours-section .icon-box {
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.office-hours-section .inner-box:hover .icon-box {
    transform: scale(1.1) rotate(10deg);
}

/* Consultation Process Section */
.consultation-process-section .process-block .inner-box {
    transition: all 0.3s ease;
    position: relative;
}

.consultation-process-section .process-block:hover .inner-box {
    transform: translateY(-10px);
}

.consultation-process-section .step-number {
    transition: all 0.4s ease;
    position: relative;
}

.consultation-process-section .step-number::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid var(--thm-base);
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.4s ease;
}

.consultation-process-section .process-block:hover .step-number::before {
    opacity: 1;
    transform: scale(1);
}

.consultation-process-section .process-block:hover .step-number {
    transform: scale(1.1);
}

/* Fee Structure Section */
.fee-structure-section .inner-box {
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.fee-structure-section .inner-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 170, 23, 0.05) 0%,
        rgba(255, 170, 23, 0.1) 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

.fee-structure-section .inner-box:hover::before {
    opacity: 1;
}

.fee-structure-section .fee-type .icon {
    transition: all 0.4s ease;
}

.fee-structure-section .fee-type:hover .icon {
    transform: scale(1.1) rotate(10deg);
}

/* Map Box Enhancements */
.map-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    margin: 40px 0;
}

.map-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--thm-base) 0%, #ff8c00 100%);
    z-index: 10;
}

.map-iframe {
    width: 100%;
    height: 400px;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.map-box:hover .map-iframe {
    filter: grayscale(0%);
}

/* Contact Content Enhancements */
.contact-two__content {
    position: relative;
    z-index: 2;
}

.contact-two__social {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.contact-two__social a {
    width: 45px;
    height: 45px;
    background: rgba(255, 170, 23, 0.1);
    border: 2px solid rgba(255, 170, 23, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-base);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}

.contact-two__social a:hover {
    background: var(--thm-base);
    color: white;
    border-color: var(--thm-base);
    transform: translateY(-3px);
}

/* Responsive Enhancements */
@media (max-width: 768px) {
    .office-info-section .office-block {
        margin-bottom: 30px;
    }

    .office-info-section .office-block .inner-box {
        padding: 30px 25px;
    }

    .consultation-process-section .process-block {
        margin-bottom: 30px;
    }

    .contact-section .form-box {
        padding: 30px 25px;
    }

    .fee-structure-section .fee-types {
        gap: 30px;
    }

    .map-iframe {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .office-info-section .office-block .inner-box {
        padding: 25px 20px;
    }

    .contact-section .form-box {
        padding: 25px 20px;
    }

    .office-hours-section .inner-box {
        padding: 30px 25px;
    }

    .fee-structure-section .inner-box {
        padding: 30px 25px;
    }

    .fee-structure-section .fee-types {
        flex-direction: column;
        gap: 20px;
    }

    .contact-info-two__card {
        padding: 25px 20px;
    }

    .map-iframe {
        height: 250px;
    }
}

/* Animation Classes for Contact Page */
.contact-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.contact-animate.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered Animation Delays */
.contact-animate:nth-child(1) {
    transition-delay: 0.1s;
}
.contact-animate:nth-child(2) {
    transition-delay: 0.2s;
}
.contact-animate:nth-child(3) {
    transition-delay: 0.3s;
}
.contact-animate:nth-child(4) {
    transition-delay: 0.4s;
}

/* Contact Form Success/Error States */
.form-success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.form-error {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* Loading State */
.form-loading {
    position: relative;
    pointer-events: none;
}

.form-loading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

/* Contact Page Specific Button Styles */
.contact-section .theme-btn {
    position: relative;
    overflow: hidden;
}

.contact-section .theme-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.6s ease;
}

.contact-section .theme-btn:hover::before {
    left: 100%;
}

/* ===== CONTACT PAGE BANNER REDESIGN ===== */

/* Modern Contact Banner */
.contact-banner {
    position: relative;
    /* min-height: 60vh; */
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 0;
}

.contact-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.contact-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 170, 23, 0.85) 0%,
        rgba(34, 36, 41, 0.9) 100%
    );
    z-index: 2;
}

.contact-banner__shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.contact-banner__shapes .shape-1 {
    position: absolute;
    top: 15%;
    right: 8%;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite;
}

.contact-banner__shapes .shape-2 {
    position: absolute;
    bottom: 25%;
    left: 12%;
    width: 120px;
    height: 120px;
    background: rgba(255, 170, 23, 0.15);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: float 10s ease-in-out infinite reverse;
}

.contact-banner__shapes .shape-3 {
    position: absolute;
    top: 40%;
    left: 3%;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.06);
    transform: rotate(45deg);
    animation: rotate 12s linear infinite;
}

.contact-banner__shapes .shape-4 {
    position: absolute;
    bottom: 15%;
    right: 15%;
    width: 60px;
    height: 60px;
    background: rgba(255, 170, 23, 0.2);
    border-radius: 50%;
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
}

.contact-banner__content {
    position: relative;
    z-index: 4;
    text-align: center;
    color: white;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

.contact-banner__breadcrumb {
    margin-bottom: 25px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.contact-banner__breadcrumb .bread-crumb {
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-banner__breadcrumb .bread-crumb li {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.contact-banner__breadcrumb .bread-crumb li::after {
    content: "/";
    margin-left: 15px;
    color: rgba(255, 255, 255, 0.5);
}

.contact-banner__breadcrumb .bread-crumb li:last-child::after {
    display: none;
}

.contact-banner__breadcrumb .bread-crumb li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-banner__breadcrumb .bread-crumb li a:hover {
    color: white;
}

.contact-banner__breadcrumb .bread-crumb li.active {
    color: white;
    font-weight: 600;
}

.contact-banner__title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
}

.contact-banner__subtitle {
    font-size: 1.2rem;
    line-height: 1.6;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
    max-width: 600px;
    margin: 0 auto 40px;
    color: rgba(255, 255, 255, 0.9);
}

.contact-banner__info {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 40px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.8s forwards;
}

.contact-info-item {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    min-width: 180px;
}

.contact-info-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.contact-info-item .icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 170, 23, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    transition: all 0.3s ease;
}

.contact-info-item:hover .icon {
    background: var(--thm-base);
    transform: scale(1.1);
}

.contact-info-item .icon i {
    color: white;
    font-size: 20px;
}

.contact-info-item .title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.8);
}

.contact-info-item .text {
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.contact-info-item .text a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-item .text a:hover {
    color: var(--thm-base);
}

/* Scroll indicator */
.contact-banner__scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    opacity: 0;
    animation: fadeInUp 1s ease-out 1s forwards;
}

.scroll-down {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    animation: bounce 2s infinite;
}

.scroll-down:hover {
    color: white;
    transform: translateY(-5px);
}

.scroll-text {
    font-size: 12px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.scroll-down i {
    font-size: 18px;
}

/* Contact Form Enhancements */
.contact-form-enhanced {
    background: white;
    border-radius: 15px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    padding: 50px;
    margin-top: -80px;
    position: relative;
    z-index: 10;
    border: 1px solid rgba(255, 170, 23, 0.1);
}

.contact-form-enhanced .form-title {
    text-align: center;
    margin-bottom: 40px;
}

.contact-form-enhanced .form-title h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--thm-black);
    margin-bottom: 10px;
}

.contact-form-enhanced .form-title p {
    color: var(--thm-text);
    font-size: 16px;
    margin: 0;
}

/* Enhanced form field styling */
.contact-form-enhanced .field-inner {
    position: relative;
    margin-bottom: 25px;
}

.contact-form-enhanced .field-inner input,
.contact-form-enhanced .field-inner select,
.contact-form-enhanced .field-inner textarea {
    width: 100%;
    padding: 18px 20px;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #fafafa;
}

.contact-form-enhanced .field-inner input:focus,
.contact-form-enhanced .field-inner select:focus,
.contact-form-enhanced .field-inner textarea:focus {
    border-color: var(--thm-base);
    background: white;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 170, 23, 0.1);
    transform: translateY(-2px);
}

.contact-form-enhanced .field-inner select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    cursor: pointer;
}

.contact-form-enhanced .theme-btn {
    background: var(--thm-base) !important;
    border: 2px solid var(--thm-base) !important;
    color: white !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 18px 40px !important;
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.contact-form-enhanced .theme-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.5s ease;
}

.contact-form-enhanced .theme-btn:hover::before {
    left: 100%;
}

.contact-form-enhanced .theme-btn:hover {
    background: transparent !important;
    color: var(--thm-base) !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 170, 23, 0.3);
}

.contact-form-enhanced .theme-btn .btn-title {
    color: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    position: relative;
    z-index: 2;
}

/* Privacy notice styling */
.privacy-notice-enhanced {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid var(--thm-base);
    margin: 30px 0;
    position: relative;
}

.privacy-notice-enhanced::before {
    content: "🔒";
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    opacity: 0.5;
}

.privacy-notice-enhanced p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.privacy-notice-enhanced strong {
    color: var(--thm-base);
}

/* Responsive Design */
@media (max-width: 1199px) {
    .contact-banner__title {
        font-size: 3rem;
    }

    .contact-banner__info {
        gap: 30px;
    }

    .contact-info-item {
        min-width: 160px;
        padding: 18px;
    }
}

@media (max-width: 991px) {
    .contact-banner {
        min-height: 50vh;
    }

    .contact-banner__content {
        padding: 60px 20px;
    }

    .contact-banner__title {
        font-size: 2.5rem;
    }

    .contact-banner__info {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .contact-info-item {
        max-width: 300px;
        width: 100%;
    }

    .contact-form-enhanced {
        padding: 40px 30px;
        margin-top: -60px;
    }
}

@media (max-width: 768px) {
    .contact-banner {
        min-height: 45vh;
    }

    .contact-banner__content {
        padding: 50px 15px;
    }

    .contact-banner__title {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }

    .contact-banner__subtitle {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }

    .contact-banner__shapes .shape-1 {
        width: 120px;
        height: 120px;
    }

    .contact-banner__shapes .shape-2 {
        width: 80px;
        height: 80px;
    }

    .contact-form-enhanced {
        padding: 30px 25px;
        margin-top: -40px;
    }

    .contact-form-enhanced .form-title h3 {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .contact-banner__title {
        font-size: 1.8rem;
    }

    .contact-banner__subtitle {
        font-size: 1rem;
    }

    .contact-info-item {
        padding: 15px;
    }

    .contact-info-item .icon {
        width: 40px;
        height: 40px;
    }

    .contact-info-item .icon i {
        font-size: 16px;
    }

    .contact-form-enhanced {
        padding: 25px 20px;
    }

    .contact-form-enhanced .field-inner input,
    .contact-form-enhanced .field-inner select,
    .contact-form-enhanced .field-inner textarea {
        padding: 15px 18px;
        font-size: 16px; /* Prevents zoom on iOS */
    }
}

/* Animation keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.service-twelev__item__title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    text-transform: uppercase;
    /* max-width: 200px; */
    max-width: fit-content;
    margin: 0 0 20px;
    font-size: 16px;
}

.service-twelev__bg {
    position: absolute;
    background-color: #f5f5f5;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 574px;
}

/* .service-twelev__bg {
  position: absolute;
  background-color: #f5f5f5;
  left: 0;
  top: 50%;
  z-index: -1;
  width: 100%;
  height: 50%;
} */

.sec-title-twelev__title {
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    color: #f5f5f5;
}

.about-thirteen__box__icon {
    width: 66px;
    height: 66px;
    border: 4px solid #f5f5f5;
    background-image: linear-gradient(180deg, #751412 0%, #021936 100%);
    border-radius: 50%;
    font-size: 32px;
    color: #fff;
    position: absolute;
    left: 19px;
    top: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-twelev__item__number {
    position: absolute;
    right: 40px;
    top: 52px;
    line-height: 1;
    font-family: var(--thm-font);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--thm-text);
    font-size: 20px;
    transition: all 300ms ease;
}
Contact Form Compact Styling */ .contact-section {
    padding: 60px 0 40px !important;
}

.enhanced-form-box {
    margin-top: 30px !important;
}

.consultation-process-section .process-block {
    margin-bottom: 15px !important;
}

.fee-structure-section .inner-box {
    padding: 25px !important;
}

.fee-types .fee-type {
    margin-bottom: 15px;
}

/* Mobile optimizations for contact form */
@media (max-width: 768px) {
    .contact-section {
        padding: 40px 0 30px !important;
    }

    .enhanced-form-box {
        padding: 25px !important;
        margin-top: 20px !important;
    }

    .consultation-process-section {
        padding: 40px 0 30px !important;
    }

    .process-block .inner-box {
        padding: 20px 10px !important;
        margin-bottom: 15px !important;
    }

    .step-number {
        width: 40px !important;
        height: 40px !important;
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }

    .fee-structure-section {
        margin-top: 30px !important;
    }

    .fee-structure-section .inner-box {
        padding: 20px !important;
    }

    .fee-types {
        gap: 20px !important;
        margin-top: 15px !important;
    }
}

/* SweetAlert custom styling */
.swal2-popup {
    border-radius: 15px !important;
}

.swal2-confirm {
    background-color: var(--thm-base, #c8a882) !important;
    border-radius: 25px !important;
    padding: 10px 25px !important;
}

.swal2-confirm:hover {
    background-color: #b8986f !important;
}
/* ====
= RESPONSIVE STYLES ===== */

/* Hide experience box column on mobile and tablet devices */
@media (max-width: 991px) {
    .about-thirteen .col-lg-4 {
        display: none !important;
    }

    /* Make content column full width on mobile */
    .about-thirteen .col-lg-8 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
/* ===== HEADER BUTTON VISIBILITY ===== */

/* Make Get Quote button always visible on desktop like Call Us button */
@media (min-width: 992px) {
    .header-style-thirteen .thm-btn-thirteen {
        display: inline-block !important;
        padding: 3px 30px;
        font-size: 14px;
        font-weight: 700;
        margin-left: 20px;
    }
}

/* Hide Get Quote button only on mobile/tablet */
@media (max-width: 991px) {
    .header-style-thirteen .thm-btn-thirteen {
        display: none !important;
    }
}
/* ===== ABOUT PAGE SPACING OPTIMIZATION ===== */

/* Reduce section padding on about page */
.about-intro-section {
    padding: 60px 0 !important;
}

.about-thirteen {
    padding: 60px 0 !important;
}

.mission-vision-section {
    padding: 60px 0 !important;
}

.team-section-about {
    padding: 60px 0 !important;
}

.why-choose-us-section {
    padding: 60px 0 !important;
}

.practice-areas-overview {
    padding: 60px 0 !important;
}

.parallax-section {
    padding: 60px 0 !important;
}

.testimonials-four {
    padding: 60px 0 !important;
}

.sponsors-section {
    padding: 40px 0 !important;
}

/* Reduce margins between elements */
.sec-title.centered {
    margin-bottom: 40px !important;
}

.about-intro-section .sec-title {
    margin-bottom: 30px !important;
}

/* Reduce spacing in team section */
.team-section-about .row > div {
    margin-bottom: 30px !important;
}

/* Reduce spacing in feature blocks */
.why-choose-us-section .feature-block {
    margin-bottom: 30px !important;
}

.practice-areas-overview .practice-block {
    margin-bottom: 20px !important;
}

/* Mobile specific spacing */
@media (max-width: 767px) {
    .about-intro-section,
    .about-thirteen,
    .mission-vision-section,
    .team-section-about,
    .why-choose-us-section,
    .practice-areas-overview,
    .parallax-section,
    .testimonials-four {
        padding: 40px 0 !important;
    }
    
    .sponsors-section {
        padding: 30px 0 !important;
    }
    
    .sec-title.centered {
        margin-bottom: 30px !important;
    }
}/* Se
rvices Text Grid Layout */
.services-text-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.service-text-item {
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #d4af37;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-text-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.service-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-title a:hover {
    color: #d4af37;
}

.service-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .services-text-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .service-text-item {
        padding: 1.25rem;
    }
}