* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: poppins, sans-serif;
}

body {
    font-family: poppins, sans-serif;
    color: #373A40;
    overflow-x: hidden;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}

img {
    max-width: 100%;
    height: auto;
}

.header {
    background: white;
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #b82d2d;
}

.top-border {
    background: linear-gradient(90deg, #400D02 0%, #E52700 40.87%, #671200 99.97%);
    height: 14px;
    width: 100%;
    display: block;
}

nav {
    display: flex;
    gap: 30px;
    align-items: center;
}

nav a {
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
    font-family: poppins;
    color: #1F2124;
}

nav a:hover {
    color: #b82d2d;
}

.contact-btn {
    background: #b82d2d;
    color: white !important;
    padding: 10px 25px;
    border-radius: 25px;
    transition: background 0.3s;
}

.contact-btn:hover {
    background: #8f2323;
}

.mobile-menu-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.mobile-menu-btn span {
    width: 30px;
    height: 3px;
    background: #333;
    transition: all 0.3s;
    border-radius: 3px;
}

.mobile-menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(3px, -5px);
}

.mobile-nav {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 99;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mobile-nav.active {
    max-height: 500px;
    position: relative;
    top: 0;
}

.mobile-nav a {
    display: block;
    padding: 15px 50px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.3s;
}

.mobile-nav a:hover {
    background: #f8f9fa;
    color: #b82d2d;
}

.mobile-nav .contact-btn {
    margin: 15px 50px;
    display: inline-block;
    text-align: center;
}

.page-center {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}


nav {

    justify-content: normal;
}



.header .page-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media(max-width:1150px) {
    nav a {
        font-size: 15px;
    }

    .contact-image img {
        max-width: 150px;
    }

    .logo-icon img {
        max-width: 180px;
    }
}

@media(max-width:840px) {
    nav {
        display: flex;
        gap: 10px;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .header {
        padding: 20px 30px;
    }

    nav {
        display: none;
    }

    .mobile-menu-btn {
        display: flex;
    }

    .mobile-nav {
        display: block;
    }

    header.header .contact-image {
        display: none;
    }



}





.hero {
    padding: 80px 20px;
    background: #F4F4F4;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.banner-right img {
    height: 100%;
    width: 100%;
}

.hero .page-center {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    align-items: center;
    gap: 0;
}

.hero-content {
    position: relative;
    z-index: 5;
}

.hero-content h1 {
    font-size: 52px;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 600;
}

.hero-content p {
    font-size: 22px;
    color: #000;
    margin-bottom: 30px;
    line-height: normal;
    font-weight: 400;
}

.learn-more-btn {
    background: #CF271E;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.3s, transform 0.2s;
    font-family: poppins;
    letter-spacing: 1px;
        text-decoration: none;
}

.learn-more-btn:hover {
    background: #b71c1c;
    transform: translateY(-2px);
}

.hero-image {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 450px;
}


.hero-image img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.banner-left-shap {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
}

.red-shape-top {
    position: absolute;
    height: 99%;
    width: 80%;
    border: 3px solid #fff;
    border-radius: 50px;
    transform: skewX(347deg);
    left: 19px;
    z-index: 9;
    top: -21px;
}

.banner-right {
    position: absolute;
    right: -130px;
    top: 0;
    height: 100%;
    width: 50%;
}

.hero .page-center {
    position: relative;
    z-index: 8;
}

.hero-image .banner-right {
    display: none;
}

@media(max-width:1180px) {
    .hero-content {
        padding-right: 20px;
    }
}

@media(max-width:991px) {
    .hero-content h1 {
        font-size: 36px;
    }
}

@media(max-width:767px) {
    .hero .page-center {
        display: block;
    }

    .banner-left-shap,
    .banner-right {
        display: none;
    }

    .hero {
        padding: 0px;
    }

    .hero .page-center {
        display: flex;
        flex-direction: column-reverse;
    }

    .hero-content {
        margin-top: 20px;
    }

    .hero-image .banner-right {
        display: block;
        right: 0;
        width: 100%;
    }

    .hero-content {
        margin: 0;
        width: 100%;
        max-width: 100%;
        padding: 50px 20px;
        padding-bottom: 70px;
    }

    .hero-image {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .hero-image-wrapper {
        padding: 20px;
    }

    .red-shape-top {
        position: absolute;
        height: 85%;
        width: 70%;
        border: 3px solid #fff;
        border-radius: 41px;
        transform: skewX(347deg);
        left: 29px;
        z-index: 9;
        top: 10px;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .hero-content p {
        font-size: 16px;
    }
}

.focus-area {
    padding: 80px 5%;
    background: #fff;
}

.focus-container {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: auto;
}

.focus-image-box {
    position: relative;
    width: 460px;
    height: 460px;
}

.focus-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
    border-radius: 4px;
}

.red-shadow {
    position: absolute;
    bottom: -18px;
    right: -18px;
    width: 100%;
    height: 100%;
    background: #D8312A;
    /* red color */
    border-radius: 12px;
    z-index: 1;
}

.focus-content {
    max-width: 600px;
}

.sub-heading {
    color: #E12700;
    letter-spacing: 2px;
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: bold;
}

.main-heading {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #212121;
}

.focus-content p {
    font-size: 20px;
    color: #373A40;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 900px) {
    .focus-container {
        flex-direction: column;
        text-align: center;
    }

    .focus-image-box {
        margin-bottom: 40px;
    }
}



/* Section Wrapper */
.services-section {
    margin: auto;
    padding: 80px 20px;
    background: #fff;
}

/* Header */
.services-header {
    text-align: center;
    margin-bottom: 50px;
}

.services-header h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.services-header p {
    max-width: 750px;
    margin: auto;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* Grid Layout */
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Card */
.service-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    padding-bottom: 20px;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.services-section {
    position: relative;
}

.services-section .right-image {
    position: absolute;
    left: -300px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 400px;
}

.services-section .left-image {
    position: absolute;
    right: -10px;
    bottom: 17%;
}

.service-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.service-card h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 20px 40px;
    color: #212529;
}

.service-card ul {
    margin: 0 20px 10px 40px;
    color: #000;
    font-size: 20px;
    line-height: 1.6;
}

.service-card ul li {
    margin-bottom: 5px;
}

section {
    overflow-x: hidden;
}

.services-header p {
    font-size: 22px;
    line-height: 1.2;
    font-weight: normal;
    color: #212529;
}

.services-header h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 65px;
    color: #E12700;
}

.services-section .top-image {
    position: absolute;
    right: -230px;
    max-width: 400px;
    top: 0;
}

/* Responsive */
@media (max-width: 900px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card img {
        height: 200px;
    }
}



.partner-section .page-center {
    position: relative;
    z-index: 9;
}

.partner-card {
    background: white;
    border: 3px solid #e74c3c;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    gap: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.image-section {
    border-radius: 10px;
    overflow: hidden;
}

.image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.content-section {
    padding: 50px;
    width: 50%;
}

.logo {
    object-fit: contain;
    object-position: left;
    margin-bottom: 20px;
}

section.expert-wrapper {
    padding: 100px 20px;
    background: #A3BFD224;
}

section.expert-wrapper h1 {
    font-size: 68.69px;
    line-height: 1.2;
    text-align: center;
    color: #383636;
}

span.highlight {
    color: #CF271E;
}

.company-name {
    font-size: 20px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 5px;
}

p.description stong {
    font-size: 22.64px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
}

.content-section {
    padding: 50px;
}

.image-section {
    border-radius: 10px 0 0 10px;
    width: 50%;
}

.image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner-card {
    max-width: 1266px;
    margin: 0 auto;
    margin-bottom: 26px;
    padding: 0;
    gap: 0;
    row-gap: 0px;
    column-gap: 0px;
}

p.description {
    font-size: 16.98px;
    font-weight: normal;
    color: #373A40;
    line-height: 1.2;
}

section.expert-wrapper h1 {
    margin-bottom: 50px;
}

.services-section .page-center {
    position: relative;
    z-index: 9;
}


.partner-section {
    margin: auto;
    padding: 80px 5%;
}

/* Header */
.partner-header {
    text-align: center;
    max-width: 739px;
    margin: auto;
    margin-bottom: 60px;
}

.partner-header h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.partner-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.partner-header p {
    color: #555;
    line-height: 1.6;
}

/* Content Layout */
.partner-content {
    display: flex;
    gap: 60px;
    align-items: start;
}

/* Image */
.partner-image-box {
    position: relative;
    width: 100%;
    height: auto;
}

.partner-image-box img {
    width: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.red-bg {
    position: absolute;
    width: 70%;
    height: auto;
    top: -10px;
    left: 0px;
}

.partner-image-box .red-bg img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
}

.partner-image-box .partner-grid img {
    max-width: 100% !important;
    width: 128px;
}

/* Text Grid */
.partner-grid {
    display: grid;
    gap: 35px 30px;
}


.partner-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.partner-item .icon {
    font-size: 26px;
}

/* Titles & Paragraphs */
.partner-item h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.partner-item p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.image-section-partner {
    position: relative;
}

.partner-image-box {
    width: 50%;
}

.partner-grid {
    width: 50%;
}

.partner-image-box .partner-grid {
    width: 100%;
    margin-top: 50px;
}

.partner-image-box .partner-grid img {
    max-width: 100%;
}

.partner-item h3 {
    font-size: 24.36px;
    color: #000;
    line-height: 1.2;
    border-bottom: 2.58px solid #909090;
    padding-bottom: 14px;
    margin-bottom: 11px;
}

.partner-item p {
    font-size: 16.03px;
    color: #000;
    line-height: 1.2;
}

.partner-item .icon img {
    max-width: 58px;
}

.partner-image-box img {
    max-width: 349px;
}

.image-section-partner {
    position: relative;
    text-align: center;
}

.partner-header h2 {
    font-size: 47px;
    line-height: 1.2;
    color: #E12700;
    font-family: Poppins;
}

.partner-header h4 {
    font-size: 28px;
    color: #000;
    font-family: Poppins;
    line-height: 1.2;
}

.partner-header p {
    color: #0D0D0D;
    line-height: 1.2;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 300;
}

section.partner-section {
    position: relative;
}


section.partner-section .left-image {
    position: absolute;
    left: -170px;
    transform: rotate(90deg);
    max-width: 460px;
}

section.partner-section .right-image {
    position: absolute;
    right: -360px;
    bottom: 0;
    max-width: 470px;
}

.partner-section .page-center {
    max-width: 1140px;
}

/* Responsive */
@media (max-width: 992px) {
    .partner-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .partner-grid {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .partner-item {
        justify-content: center;
    }
}





.footer-section {
    background: #072460;
    padding: 50px 5%;
    color: #fff;
}

.footer-container {
    max-width: 1660px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 0.5fr 1fr;
    gap: 20px;
}

/* Headings */
.footer-col h3 {
    font-size: 27.43px;
    margin-bottom: 8px;
    font-weight: 500;
    font-family: poppins;
    line-height: 35.27px;
}

.underline {
    width: 40%;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    display: block;
    margin-bottom: 37px;
    position: relative;
}

.underline:after {
    content: '';
    position: absolute;
    width: 30%;
    left: 20px;
    top: 0;
    height: 3px;
    background: #CF271E;
}

/* Lists */
.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-col ul li span {
    color: #fff;
    margin-right: 0px;
    font-size: 17px;
    line-height: 24.82px;
    font-family: 'poppins';
        font-weight: 400;
}

/* Contact Column */
.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.footer-col ul li a {
    text-decoration: none;
}

.footer-logo img {
    width: 181px;
    image-rendering: auto;
}
.footer-logo img+h2 {
    display: none;
}
.footer-logo h2 {
    font-size: 18.1px;
    font-weight: 700;
    line-height: 1.2;
}

/* Contact Items */
.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.icon-box {
    background: #cb1f2d;
    color: #fff;
    font-size: 20px;
    width: 46px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}


.social-icons img {
    max-width: 27px;
    max-height: 27px;
}

.social-icons {
    display: flex;
    gap: 33px;
    margin-top: 22px;
    justify-content: center;
}

.contact-item img {
    max-width: 26px;
    display: block;
    width: 100%;
}

.contact-item p {
    width: calc(100% - 51px);
    font-size: 16px;
    font-weight: normal;
}

.footer-col ul li span:first-child {
    width: 8px;
}

.footer-col ul li span:last-child {
    width: calc(100% - 0px);
}
.contact-item.contact-button .icon-box {
    background: transparent;
    padding: 0;
    margin: 0;
}

.contact-item.contact-button .icon-box img {
    max-width: max-content;
    border-radius: 50%;
}
.footer-col ul li a img {
    height: 21px;
    object-fit: cover;
    transform: scale(1.5);
}

.footer-col ul li:last-child {
    margin-bottom: 0;
}


@media(max-width:991px) {

    .footer-col ul li span {
        font-size: 15.9px;
        line-height: 21.82px;
    }

    .footer-col h3 {
        font-size: 21.43px;
        line-height: 30.27px;
    }

    .underline {
        margin-bottom: 27px;
    }

    .contact-item p {
        font-size: 14px;
        line-height: normal;
    }

    .icon-box {
        width: 41px;
        height: 39px;
    }

    .contact-item img {
        max-width: 16px;
    }


    .footer-logo h2 {
        font-size: 15px;
        line-height: 1.2;
    }
}

@media(max-width:767px) {
    .footer-container {
        display: block;
    }

    .footer-section {
        padding: 40px 20px;
    }

    .footer-col {
        margin-top: 40px;
    }

    .footer-col:first-child {
        margin: 0;
    }

    .social-icons {
        justify-content: flex-start;
    }
}




.expert-panel {
    text-align: center;
    padding: 80px 20px 0px;
}

.expert-panel h2 {
    font-size: 72.82px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: normal;
    margin-bottom: 60px;
    color:#E12700;
}

.experts-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.expert-card {
    width: calc(19% - 51px);
    background: #fff;
    overflow: hidden;
    transition: 0.3s ease;
    flex-shrink: 0;
    position: relative;
}



.expert-wrapper .left-image {
    position: absolute;
    left: -390px;
}

.expert-wrapper .page-center {
    position: relative;
    z-index: 9;
}

.info {
    padding: 10px 12px;
    text-align: left;
    position: absolute;
    bottom: 0;
    z-index: 9;
    color: #fff;
}
.info {
    position: static;
    text-align: center;
}
.info h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.info p {
    margin: 4px 0 0;
    font-size: 14px;
    letter-spacing: normal;
    color: #FF0000;
    font-family: 'poppins';
}


@media (max-width: 768px) {
    .container {
        max-width: 100%;
    }

    .gear-icon {
        display: none;
    }

    .partner-card {
        flex-direction: column;
    }

    .image-section {

        width: 100%;
    }

    h1 {
        font-size: 24px;
    }


    .partner-content {
        flex-direction: column;
    }

    .partner-image-box {
        width: 100%;
    }

    .partner-grid {
        width: 100%;
    }

    .image-section-partner .partner-item .icon {
        width: 148px !important;
    }

    .sub-heading,
    .partner-header h4,
    .service-card h3 {
        margin: 20px;
        font-size: 19px;
    }

    .main-heading,
    .partner-header h2,
    .services-header h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .focus-content p,
    .partner-header p,
    .services-header p {
        font-size: 16px;
    }

    .top-image,
    .right-image,
    .left-image {
        display: none;
    }

    .partner-image-box {
        width: 100%;
    }

    .red-bg {
        display: none;
    }

    .logo {
        margin-bottom: 0;
    }

    .partner-section,
    .services-section,
    .focus-area {
        padding: 40px 20px;
    }

    section.focus-area {
        padding-top: 0;
    }

    .focus-container {
        gap: 0px;
    }

    .partner-image-box .partner-grid {
        display: block;
    }

    .partner-item {
        display: block;
    }

    .partner-image-box .partner-grid img,
    .partner-item .icon img {
        width: auto;
    }

    .partner-item {
        margin-bottom: 50px;
    }

    .partner-item h3 {
        font-size: 17.36px;
        margin-bottom: 11px;
        margin-top: 10px;
    }

    .partner-content {
        gap: 0px;
    }

    .partner-grid {
        display: block;
    }
}


@media(max-width:1350px) {

    .experts-row {
        gap: 21px;
    }
}

@media(max-width:1250px) {

    .experts-row {
        gap: 21px;
    }

    .expert-card {
        width: calc(19.5% - 51px);
    }
}

@media(max-width:991px) {

    .expert-card {
        width: calc(28.5% - 51px);
    }

    .experts-row {
        gap: 21px;
        justify-content: center;
    }
}


@media(max-width:767px) {

    .expert-card {
        width: calc(50% - 20px);
    }

    .experts-row {
        gap: 20px;
        justify-content: center;
    }

    .expert-panel {
        padding: 40px 20px 40px;
    }

    .expert-panel h2 {
        font-size: 35.82px;
        font-weight: 700;
        margin-bottom: 40px;
        line-height: normal;
        margin-bottom: 50px;
    }

    .content-section {
        padding: 50px;
        width: 100%;
    }

    .image-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 400px;
    }

    .content-section {
        padding: 30px;
    }

    section.expert-wrapper h1 {
        font-size: 35.82px;
    }

    section.expert-wrapper {
        padding: 50px 20px;
    }



}

@media(max-width:479px) {
    .expert-card {
        width: calc(100% - 20px);
    }
}



.top-banner {
    background: url('images/banner.png');
    background-size: cover;
    background-position: center;
    height: 258px;
    display: flex;
    justify-content: center;
        padding: 0 20px;
    align-items: center;
}

.top-banner h1 {
    color: #fff;
    font-size: 52.19px;
    font-weight: 500;
    font-family: 'poppins';
    line-height: 67.85px;
}

/* Contact Main Box */
.contact-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -120px;
    padding: 20px;
    padding-bottom: 50px;
}

.contact-box {
    width: 90%;
    max-width: 1100px;
    background: #fff;
    padding: 40px;
    border-radius: 10.3321px;
    box-shadow: 0px 5.16607px 15.4982px rgba(0, 0, 0, 0.1), 0px 5.16607px 15.4982px rgba(0, 0, 0, 0.1);
    position: relative;
}




.contact-box h2 {
    text-align: center;
    font-size: 64.58px;
    margin-bottom: 25px;
    font-family: 'poppins';
    line-height: 77.49px;
    font-weight: 700;
}

.contact-box h2 span {
    color: red;
}

/* Form */
form .row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

form .row input {
    width: 50%;
    padding: 12px;
    border: 1px solid #CED4DA;
    border-radius: 5px;
}

textarea {
    width: 100%;
    padding: 12px;
    height: 187px;
    border-radius: 5px;
    border: 1px solid #CED4DA;
    resize: none;
    margin-bottom: 15px;
}

/* Button */
.submit-btn {
    background: #CF271E;
    color: #fff;
    border: none;
    padding: 10px 30px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

.submit-btn:hover {
    background: #b71c1c;
}

.contact-container .right-image {
    position: absolute;
    right: -280px;
    max-width: 370px;
    bottom: 70px;
}

.contact-container {
    position: relative;
}

/* Responsive */
@media (max-width: 768px) {
    form .row {
        flex-direction: column;
    }

    form .row input {
        width: 100%;
    }

    .contact-box h2 {
        font-size: 44.58px;
        line-height: 57.49px;
    }

    .contact-box {
        padding: 20px;
    }
}

.top-banner.about-banner {
    background: url('images/banner-img.png');
    background-size: cover;
    background-position: center;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
        padding: 60px 20px;
}
section.top-banner.about-banner {
    position: relative;
}

.top-banner.about-banner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    background: #930000;
    content: '';
    opacity: 0.6;
}

section.top-banner.about-banner .page-center {
    position: relative;
    z-index: 9;
}

.top-banner.about-banner h1 {
    color: #fff;
    font-size: 52.06px;
    font-weight: 600;
    line-height: normal;
        margin-bottom: 44px;
}
section.top-banner.about-banner .page-center p {
    color: #fff;
    font-size: 27px;
    font-weight: 400;
}


section.top-banner.about-banner .page-center {
    text-align: center;
}

.about-section {
    width: 100%;
    padding: 65px 20px;
    background: #fff;
    text-align: center;
}

.about-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: normal;
    color:#2B2B2B;
}
.about-text {
    margin: 0 auto 70px auto;
    line-height: 1.2;
    color: #343434;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
}

/* Cards Layout */
.cards-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
        position: relative;
}

.card {
    width: calc(50% - 40px);
    background: #fff;
 padding: 40px 30px;
border-radius: 34px;
box-shadow: 0px 4px 26.7px rgba(0, 0, 0, 0.25);
    text-align: center;
}




.card-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}

.card-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'poppins';
    line-height: 39px;
}

.card-text {
    font-size: 18px;
    color: #343434;
    line-height: 1.5;
    font-weight: 400;
}


section.about-section .right-image {
    position: absolute;
    right: -280px;
    bottom: 0px;
    max-width: 430px;
}

section.about-section {
    position: relative;
}
.team-banner.top-banner.about-banner {
    background: url(images/banner-img.png);
    background-size: cover;
    background-position: center;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team-banner.top-banner.about-banner {
    flex-direction: column;
}
.team-banner .expert-card {
    background: transparent;
}
.team-banner .info {
    padding: 3px;
}
.team-banner .info h3 {
    font-size: 24px;
    color: #fff;
}
section.team-banner.top-banner.about-banner .page-center .info p {
    font-size: 16px;
    font-weight: 500;
    font-family: 'poppins';
    line-height: normal;
}
.team-banner .expert-card img {
    max-height: 99px;
}


.team-section {
  padding: 70px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.team-section  .section-title {
  font-size: 32px;
  margin-bottom: 50px;
      color: #000;
}

.team-section .team-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

.team-section .team-card {
  position: relative;
}

.team-section .pill-bg {
    width: 110px;
    height: 280px;
    background: #e63946;
    border-radius: 80px 0 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
}

.team-section .pill-bg img {
  width: 150px;
  position: absolute;
  bottom: 0;
}

/* Name overlay */
.team-section .info {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 10px;
    background: linear-gradient(to top, #DD4047, transparent);
    color: #fff;
    border-radius: 12px;
}

.team-section .info h3 {
       font-size: 23px;
    margin: 0;
    font-weight: 500;
    text-align: left;
    color: #fff;
}

.team-section .info span {
    font-size: 12px;
    opacity: 1;
    text-align: left;
    display: block;
}
.team-section .team-image img {
    max-width: 169px;
    max-height: 210px;
    width: 100%;
}
.team-section .team-image {
    position: absolute;
    overflow: hidden;
    bottom: -4px;
}   
.team-section .bottom-content {
    text-align: center;
    padding: 50px 20px;
    font-size: 24.6px;
        color: #000;
}
.pill-bg::before {
    content: attr(data-name);
    position: absolute;
    top: 39%;
    left: 41%;
    transform: translate(-50%, -50%) rotate(-90deg);
    font-size: 38px;
    font-weight: normal;
    letter-spacing: 1px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    text-stroke: 1px rgba(255,255,255,0.35);
    font-family: Poppins;
}
/* Responsive */
@media (max-width: 1024px) {
  .team-section .team-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 800px) {
  .team-section .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .team-section .team-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .team-section .pill-bg {
    width: 110px;
    height: 330px;
}
.team-section .team-image {
    width: 100%;
}
.team-section .team-image img {
    max-width: 100% !important;
    max-height: 290px;
    width: 100%;
    object-fit: contain;
}
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .cards-container {
        flex-direction: column;
        gap: 25px;
    }

    .card {
        width: 100%;
        margin: 0 auto;
    }
    .top-banner.about-banner {
    height: auto;
        padding: 60px 20px;
}
.top-banner.about-banner h1 {
    font-size: 28.06px;
}
section.top-banner.about-banner .page-center p {
    color: #fff;
    font-size: 22px;
}
}
@media (max-width: 768px) {
    .team-banner.top-banner.about-banner {
        height: auto;
    }
}