.feature-card,
.vision-card {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05)
}

:root {
    --primary-color: #104ea9;
    --secondary-color: #1478F1;
    --dark-color: #18191f;
    --light-color: #fafafa;
    --text-color: #4f4f4f;
    --primary: #104ea9;
    --dark: #18191f;
    --gray: #4f4f4f;
    --light: #fafafa
}

body {
    overflow-x: hidden
}

.about-container-fluid {
    padding: 0 50px
}

.hero-section {
    background: linear-gradient(rgba(16, 78, 169, .85), rgba(16, 78, 169, .9)), url('https://images.unsplash.com/photo-1556761175-5973dc0f32e7?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    color: #fff;
    padding: 120px 0 100px;
    text-align: center
}

.hero-section h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2
}

.hero-section p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 2rem;
    opacity: .9
}

.founder-card {
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 2rem;
    display: inline-block;
    margin-top: 2rem;
    border: 1px solid rgba(255, 255, 255, .2)
}

.stats-section {
    background: linear-gradient(rgba(16, 78, 169, .9), rgba(16, 78, 169, .9)), url('https://images.unsplash.com/photo-1551434678-e076c223a692?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    color: #fff;
    text-align: center;
    padding: 100px 0
}

.stat-item {
    padding: 1.5rem
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: .5rem
}

.stat-text {
    font-size: 1.1rem;
    opacity: .9
}

.founder-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    margin: 0 auto 1rem;
    display: block
}

.section-padding {
    padding: 100px 0
}

.section-title {
    text-align: center;
    margin-bottom: 3rem
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 1rem
}

.section-title p {
    color: var(--gray);
    max-width: 700px;
    margin: 0 auto
}

.why-choose-us {
    background: var(--light)
}

.feature-card {
    background: #fff;
    border-radius: 10px;
    padding: 2rem;
    height: 100%;
    transition: transform .3s, box-shadow .3s;
    border-left: 4px solid var(--primary)
}

.fade-in,
.scale-in,
.slide-in-left,
.slide-in-right {
    opacity: 0;
    transition: .8s
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: rgba(16, 78, 169, .1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem
}

.feature-icon i {
    font-size: 1.8rem;
    color: var(--primary)
}

.feature-card h4 {
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--dark)
}

@media (max-width:1118px) {
    .about-container-fluid {
        padding: 0 20px
    }
}

input:focus,
select:focus {
    outline: 0
}

.img-fluid {
    max-width: 100%;
    height: auto
}

img {
    vertical-align: middle
}

.fade-in {
    transform: translateY(30px)
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0)
}

.slide-in-left {
    transform: translateX(-50px)
}

.slide-in-left.visible,
.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0)
}

.slide-in-right {
    transform: translateX(50px)
}

.scale-in {
    transform: scale(.8)
}

.scale-in.visible {
    opacity: 1;
    transform: scale(1)
}

.about-us-top-section {
    background-image: url('/images/about-us-banner.webp');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: #fff;
    text-align: center
}

.about-us-content h2 {
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 30px;
    line-height: 1.3
}

.about-us-content img {
    border-radius: 50%;
    margin: 30px auto;
    border: 4px solid #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2)
}

.about-us-content p {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 5px
}

.about-us-content h6 {
    font-weight: 400;
    color: rgba(255, 255, 255, .8)
}

.about-company-chamber {
    padding: 80px 0
}

.about-company-row {
    display: flex;
    align-items: center;
    margin-bottom: 50px
}

.about-company-discription span {
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .9rem
}

.about-company-discription h2 {
    color: var(--dark-color);
    font-weight: 800;
    font-size: 2.5rem;
    margin: 15px 0
}

.about-company-discription p,
.about-why-us p {
    color: var(--text-color);
    line-height: 1.8;
    margin-bottom: 20px
}

.about-company-img img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.about-why-us h4 {
    color: var(--primary-color);
    font-weight: 700;
    margin-top: 30px
}

.vision-section {
    background-color: #f8f9fa;
    padding: 80px 0
}

.vision-card {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    height: 100%;
    transition: transform .3s, box-shadow .3s;
    border: 1px solid rgba(216, 216, 216, .6)
}

.vision-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    background-color: var(--primary-color);
    color: #fff
}

.vision-card:hover h4,
.vision-card:hover p {
    color: #fff
}

.vision-card h4 {
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1f2c3e
}

.vision-card h4 img {
    margin-right: 15px;
    width: 50px
}

.vision-card p {
    color: #646464;
    margin-top: 25px
}

.core-area {
    background: var(--primary-color);
    padding: 80px 0;
    color: #fff
}

.core-are-head-content h2 {
    font-weight: 800;
    margin-bottom: 20px
}

.core-are-head-content p {
    max-width: 800px;
    margin: 0 auto 50px;
    opacity: .9
}

.core-area-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    color: var(--dark-color);
    transition: transform .3s
}

.core-area-card:hover {
    transform: translateY(-5px)
}

.core-area-heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.card-img {
    gap:18px;
    width: 70px;
    height: 70px;
    /*background: #f0f6fe;*/
    border-radius: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-right: 15px
}

.core-area-card h4 {
    font-weight: 600;
    margin: 0
}

.core-area-card p {
    color: #969696
}

.meet-our-team {
    padding: 80px 0;
    background-color: #f8f9fa
}

.company-team-disc h4 {
    font-weight: 800;
    color: var(--dark-color);
    margin-bottom: 20px
}

.company-team-disc p {
    color: var(--text-color);
    margin-bottom: 30px
}

.company-team-disc ul {
    list-style: none;
    padding-left: 0
}

.company-team-disc li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative
}

.company-team-disc li:before {
    content: "✓";
    color: var(--primary-color);
    font-weight: 700;
    position: absolute;
    left: 0
}

.company-employees {
    text-align: center;
    margin-bottom: 30px
}

.company-employee-details img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
    border: 5px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

/*.company-employee-details h5 {*/
/*    font-weight: 700;*/
/*    color: var(--dark-color);*/
/*    margin-bottom: 5px*/
/*}*/

.subscribe-section {
    background: url('/images/subscribe-banner.png') center/cover no-repeat;
    padding: 80px 0;
    color: #fff;
    text-align: center
}

.subscribe-header h3 {
    font-weight: 700;
    margin-bottom: 20px
}

.subscribe-header p {
    margin-bottom: 40px;
    opacity: .9
}

.newslatter-subscribe-form {
    max-width: 600px;
    margin: 0 auto;
    position: relative
}

.newslatter-subscribe-form input {
    height: 60px;
    border-radius: 10px;
    border: none;
    padding: 0 20px;
    font-size: 1rem;
    width: 100%
}

.newslatter-subscribe-form button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 50px;
    border: none;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 8px;
    padding: 0 25px;
    font-weight: 600;
    transition: background .3s
}

.newslatter-subscribe-form button:hover {
    background: #0f5dc0
}

@media (max-width:992px) {

    .about-company-row,
    .team-company-list {
        flex-direction: column
    }

    .about-company-discription {
        margin-bottom: 40px
    }
}

@media (max-width:768px) {

    .about-company-discription h2,
    .about-us-content h2 {
        font-size: 2rem
    }

    .core-area-cards,
    .vision-cards-div {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .newslatter-subscribe-form button {
        position: relative;
        width: 100%;
        margin-top: 15px;
        right: 0;
        top: 0
    }

    .hero-section h1 {
        font-size: 2.5rem
    }

    .hero-section p {
        font-size: 1rem
    }
}

/* Additional CSS for enhanced team section */
.team-category {
    margin-bottom: 60px;
}

.category-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 10px;
}

.category-subtitle {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 5px;
}

.category-description {
    color: var(--text-color);
    margin-bottom: 30px;
    font-style: italic;
}

.company-employee-details {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    height: 100%;
    transition: all 0.3s ease;
    border-left: 4px solid var(--primary-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: left;
    position: relative;
    overflow: hidden;
}

.company-employee-details:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--primary-color);
}

.company-employee-details:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.company-employee-details h5 {
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 8px;
    font-size: 1.3rem;
}

.employee-title {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 1rem;
}

.employee-quote {
    font-style: italic;
    color: var(--secondary-color);
    margin-bottom: 15px;
    padding: 10px;
    background: rgba(20, 120, 241, 0.05);
    border-radius: 5px;
    border-left: 3px solid var(--secondary-color);
}

.employee-expertise {
    margin-bottom: 15px;
}

.employee-expertise p {
    margin-bottom: 8px;
    font-size: 0.9rem;
    line-height: 1.5;
}

.employee-expertise strong {
    color: var(--dark-color);
}

.employee-credentials {
    font-size: 0.85rem;
    color: var(--gray);
    font-style: italic;
    padding-top: 10px;
    border-top: 1px dashed #e0e0e0;
}

.team-final-statement {
    text-align: center;
    padding: 40px 20px;
    background: rgba(16, 78, 169, 0.05);
    border-radius: 10px;
    margin-top: 30px;
}

.team-final-statement h3 {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: 700;
}

.team-final-statement p {
    max-width: 800px;
    margin: 0 auto 15px;
    color: var(--text-color);
}

.highlighted-text {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 1.2rem;
    margin-top: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .category-title {
        font-size: 1.5rem;
    }

    .company-employee-details {
        padding: 20px 15px;
    }

    .company-employee-details h5 {
        font-size: 1.2rem;
    }
}