.default-hero {
    background: url('/ressources/images/about-bg.jpg') no-repeat !important;
    background-position: top center !important;
}

.hero-about {
    position: relative;
    padding: 4rem 7%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hero-about .content {
    max-width: 700px;
    width: 100%;
}
.hero-about .content h2 {
    font-size: 2.3rem;
    margin-bottom: 1rem;
    line-height: 1.4em;
    color: var(--secondary-color);
}
.hero-about .content p {
    font-size: .9rem;
    color: #333;
    line-height: 1.8;
}
.hero-about .content a {
    border-radius: 5px;
    display: inline-flex;
    gap: 15px;
    padding: 15px 30px;
    border: 1px solid var(--primary-color);
    font-weight: 600;
    color: var(--primary-color);
    font-size: .9rem;
    align-items: center;
    text-transform: capitalize;
    margin-top: 2rem;
    transition: 300ms ease;
}
.hero-about .content a:hover {
    transform: scale(1.05);
}



.about-hero-section2  {
    position: relative;
    padding: 4rem 7%;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}
.about-hero-section2 .container {
    position: relative;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.about-hero-section2 .container > * {
    flex: 1 1 30rem;
}
.about-hero-section2 .container .image {
    position: relative;
    height: 450px;
    min-height: 400px;
    border-radius: 10px;
    overflow: hidden;
}
.our-services .container .box .image::after,
.expert-team .container .box .image::after,
.about-hero-section2 .container .image::after {
    content: "";
    position: absolute;
    width: 300%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .2);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.our-services .container .box .image:hover::after,
.expert-team .container .box .image:hover::after,
.about-hero-section2 .container .image:hover::after {
    height: 250%;
    transition: all 600ms linear !important;
    background-color: transparent;
}
.our-services .container .box .image img,
.about-hero-section2 .container .image img {
    transition: all 600ms linear !important;
    height: 100%;
    width: 100%;
}
.expert-team .content h2,
.about-hero-section2 .container h2 {
    font-size: 2.3rem;
    color: var(--secondary-color);
    line-height: 1.4em;
    margin-bottom: 1rem;
}
.expert-team .content h2 span,
.about-hero-section2 .container h2 span {
    color: var(--primary-color);
}
.expert-team .content p,
.about-hero-section2 .container p {
    font-size: .9rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 2rem;
}
.about-hero-section2 .container .services-list {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 2rem;
}
.about-hero-section2 .container .services-list .list {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 500;
    color: #222;
    font-size: .85rem;
}
.about-hero-section2 .container .services-list .list svg {
    color: var(--primary-color);
    width: 18px;
}
.about-hero-section2 .container a {
    display: inline-block;
}



.expert-team  {
    position: relative;
    padding: 4rem 7%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.expert-team .content {
    text-align: center;
    max-width: 600px;
}
.expert-team .container  {
    display: grid;
    gap: 2rem;
    width: 100%;
    max-width: 1150px;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    margin-top: 1rem;
}
.expert-team .container .box {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
}
.expert-team .container .box .image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.expert-team .container .box img {
    width: 100%;
    height: 100%;
    transition: 300ms ease;
}
.expert-team .container .box:hover .image img {
    transform: scale(1.1);
}
.expert-team .container .text {
    background: var(--secondary-color);
    padding: 1rem;
}
.expert-team .container .text small {
    color: var(--primary-color);
    font-size: .8rem;
    font-weight: 400;
}
.expert-team .container .text h4 {
    font-weight: 600;
    font-size: 1.1rem;
    color: white;
}




.features-about-section {
    padding: 4rem 4%;
    color: #333;
}
.features-about-section .logos {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4rem;
}
.features-about-section .logos .logo {
    background: #886545;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
}
.features-about-section .stats-section {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
    align-items: flex-start;
}
.features-about-section .stats-section .big-number {
    font-size: 5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.features-about-section .stats-section .description {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--gray-4);
}
.features-about-section .stats-section .team {
    display: flex;
    gap: 1rem;
    margin-top: 4rem;
}
.features-about-section .stats-section .team .team-member {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e6d5c9;
    overflow: hidden;
}
.features-about-section .stats-section .team .team-member img {
    width: 100%;
    height: 100%;
}
.features-about-section .stats-section .left-section {
    flex: 1 1 calc(40% - 1rem);
}
.features-about-section .stats-section .right-section {
    flex: 1 1 calc(60% - 1rem);
}
.features-about-section .stats-section .right-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.features-about-section .stats-section .right-section p {
    margin-bottom: 3rem;
    color: var(--gray-4);
    font-size: .95rem;
    line-height: 1.7;
}
.features-about-section .stats-section .right-section a {
    font-weight: 500;
    font-size: 1rem;
    padding: 15px 30px;
    background: var(--linear-gradient);
    border-radius: 25px;
    color: white;
}
.features-about-section .stats-section .right-section .testimonial {
    margin-top: 3rem;
}
.features-about-section .stats-section .right-section .testimonial p:last-child {
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
}




.features-about-section-3 {
    position: relative;
    padding: 4rem 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}
.features-about-section-3 .stylish {
    top: 0;
}
.features-about-section-3 .header {
    text-align: center;
    max-width: 600px;
    width: 100%;
}
.features-about-section-3 .header h2 {
    font-size: 2rem;
    font-weight: 400;
    color: #333;
}
.features-about-section-3 .header p {
    line-height: 1.7;
    color: var(--gray-4);
    font-size: .95rem;
    margin-top: 1rem;
}

.features-about-section-3 .features-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr 400px 1fr;
}
.features-about-section-3 .features-grid .card {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    border: 2px solid #eee;
}
.features-about-section-3 .features-grid > * {
    display: grid;
    gap: 1.5rem;
}
.features-about-section-3 .features-grid .card svg {
    width: 48px;
    height: 48px;
    margin-bottom: 1.2rem;
    color: var(--primary-color);
}
.features-about-section-3 .features-grid .card .title {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 1rem;
}
.features-about-section-3 .features-grid .card .description {
    font-size: .9rem;
    color: var(--gray-4);
    line-height: 1.7;
}


.features-about-section-3 .features-grid .middle img {
    height: 100%;
    border-radius: 10px;
}







.features-about-section-2 {
    position: relative;
    padding: 4rem 7%;
}
.features-about-section-2 .stylish {
    top: 0;
}
.features-about-section-2 .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 4rem;
}
.features-about-section-2 .container .text {
    padding-right: 2rem;
}
.features-about-section-2 .container .text h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    line-height: 1.4em;
    color: var(--secondary-color);
}
.features-about-section-2 .container .text p {
    color: #333;
    font-size: .9rem;
    margin-bottom: 2rem;
    line-height: 1.8;
}
.features-about-section-2 .container .text .get-started {
    color: white;
    display: inline-block;
}
.features-about-section-2 .container .features {
    display: flex;
    flex-direction: column;
}
.features-about-section-2 .container .features .item {
    display: flex;
    gap: 1rem;
    padding: 15px;
    cursor: pointer;
    border-radius: 8px;
    align-items: flex-start;
}
.features-about-section-2 .container .features .item:nth-child(2) {
    background: linear-gradient(90deg, rgba(253, 128, 56, 0.25), transparent);
}
.features-about-section-2 .container .features .item .icon {
    background-color: rgba(253, 128, 56, 0.1);
    border-radius: 50%;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-about-section-2 .container .features .item .icon svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: var(--primary-color);
}
.features-about-section-2 .container .features .item .text h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--secondary-color);
    font-weight: 500;
}
.features-about-section-2 .container .features .item .text p {
    color: #444;
    font-size: .85rem;
    line-height: 1.8;
}





@media (max-width: 1100px) {
    .features-about-section-3 .features-grid {
        grid-template-columns: 1fr 400px;
    }
}

@media (max-width: 750px) {
    .features-about-section-3 .features-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 450px) {
    .hero-about .content .links {
        flex-flow: wrap;
    }
    .hero-about .content .links a {
        width: 100%;
        justify-content: center;
    }
}