﻿

/************************************/
/***       05. About Us css       ***/
/************************************/

.about-us {
    padding: 100px 0;
}

.about-us-image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 30px;
    margin-right: 20px;
}

.about-image-box {
    width: calc(50% - 15px);
}

.about-img-2 {
    margin-bottom: 30px;
}

    .about-img-1 figure,
    .about-img-2 figure,
    .about-img-3 figure {
        display: block;
        border-radius: 30px;
    }

    .about-img-1 img,
    .about-img-2 img,
    .about-img-3 img {
        width: 100%;
        object-fit: cover;
        border-radius: 30px;
    }

.about-img-1 img {
    aspect-ratio: 1 / 1.91;
}

.about-img-2 img,
.about-img-3 img {
    aspect-ratio: 1 / 1.07;
}

.get-free-security-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

    .get-free-security-circle img {
        width: 100%;
        max-width: 166px;
        /*animation: infiniterotate 20s infinite linear;*/
    }

/*@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}*/

.about-us-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
    border-radius: 100px;
    margin-bottom: 50px;
    margin-left: 20px;
    padding-right: 20px;
}

.about-us-body-img {
    width: 200px;
    height: 145px;
    background-color: var(--white-color);
    clip-path: polygon(45% -70%,96% 50%,50% 155%,0 50%);
    display: flex;
    margin-right: 10px;
    margin-left: -20px;
}

    .about-us-body-img figure {
        width: 180px;
        height: 145px;
        clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
        overflow: hidden;
    }

    .about-us-body-img img {
        width: 180px;
        height: 145px;
    }

.about-us-body-content {
    width: calc(100% - 190px);
}

    .about-us-body-content h3 {
        color: var(--white-color);
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .about-us-body-content p {
        color: var(--white-color);
        margin: 0;
    }

.about-us-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
}

.about-footer-list,
.about-footer-content {
    width: calc(50% - 15px);
}

    .about-footer-list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .about-footer-list ul li {
            background: url('../images/icon-check.svg') no-repeat;
            background-position: left top;
            background-size: 24px auto;
            line-height: 1.5em;
            padding-left: 35px;
            margin-bottom: 20px;
        }

            .about-footer-list ul li:last-child {
                margin-bottom: 0;
            }

.about-contact-btn {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .about-contact-btn .icon-box {
        position: relative;
        height: 46px;
        width: 46px;
        background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
        background-size: 200% auto;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-right: 10px;
        transition: all 0.3s ease-in-out;
        z-index: 1;
    }

    .about-contact-btn:hover .icon-box {
        background-position: right center;
    }

    .about-contact-btn .icon-box img {
        width: 100%;
        max-width: 28px;
    }

.about-footer-btn-content {
    width: calc(100% - 56px);
}

    .about-footer-btn-content h3 {
        font-size: 20px;
        color: var(--primary-color);
        margin: 0;
    }

        .about-footer-btn-content h3 a {
            color: inherit;
        }



/*---------------------------------------------------services----------------------------------------------*/
.sustainability-section {
    padding: 80px 0px 0px;
    background: #fff;
}

.sustainability-heading {
    margin-bottom: 40px;
    text-align: center;
}

.sustainability-subtitle {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.sustainability-title {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 600;
    color: #0b63ce;
    margin: 0;
    /* max-width:900px; */
}

.sustainability-card {
    background: #005ebd;
    border-radius: 0 0 48px 0px;
    overflow: hidden;
    height: 100%;
    transition: .4s;
    /* border-bottom: 2px solid #fff; */
}

    .sustainability-card:hover {
        /* transform:translateY(-6px); */
    }

.sustainability-img {
    height: 410px;
    overflow: hidden;
    border-radius: 0 0 48px 0px;
    border-bottom: 1.5px solid #fff;
}

    .sustainability-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.sustainability-content {
    padding: 12px 14px 15px;
}

    .sustainability-content h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
        /* text-decoration:underline; */
    }

    .sustainability-content p {
        color: #fff;
        font-size: 15px;
        line-height: 1.75;
        margin: 0;
        font-weight: 400;
    }

@media(max-width:1399px) {

    .sustainability-title {
        font-size: 42px;
    }

    .sustainability-img {
        height: 300px;
    }
}

@media(max-width:991px) {

    .sustainability-title {
        font-size: 40px;
    }

    .sustainability-img {
        height: 330px;
    }
}

@media(max-width:767px) {

    .sustainability-section {
        padding: 50px 0;
    }


    .header-logo a img {
        width: 120px;
        height: auto;
        top: 0px;
        position: unset;
        background: #fff;
        padding: 0px;
        border-radius: 0px 0px 10px 10px;
    }






    .sustainability-title {
        font-size: 32px;
    }

    .sustainability-img {
        height: 300px;
    }

    .sustainability-content {
        padding: 20px;
    }

        .sustainability-content h4 {
            font-size: 22px;
        }

        .sustainability-content p {
            font-size: 15px;
            line-height: 1.7;
        }
}



.velox-readmore {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: #0167ce;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #ffffff;
    padding: 2px 10px;
    border-radius: 4px;
}

    .velox-readmore i {
        font-size: 12px;
        transition: all .3s ease;
    }

.about-area3 h5 {
    margin-bottom: 10px;
    color: #333;
    font-size: 22px;
}

.about-area3 p {
    margin-bottom: 10px;
}
/*-----------------------------------------------------end--------------------------------------------------*/


/*----------------------------------------------------why choose us-----------------------------------------*/
.velox-why-choose-section {
    padding: 80px 0;
    background: #005dbd;
    position: relative;
    overflow: hidden;
    /* margin-top: -40px; */
    border-radius: 0px 0px 140px 0px;
    margin: 80px 0px 0px;
}

.velox-subtitle {
    display: inline-block;
    background: #ffffff;
    color: #005dbd;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.velox-content h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 12px;
}

.velox-content p {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    margin-bottom: 20px;
}

.velox-feature-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
}

.velox-feature-item {
    display: flex;
    gap: 15px;
    background: #0e65c0;
    padding: 6px;
    border-radius: 10px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,.06); */
    transition: .4s;
    border: 1px solid #477eb6;
}

    .velox-feature-item:hover {
        transform: translateY(-5px);
    }

.velox-icon {
    min-width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005dbd;
    font-size: 22px;
    /* filter: blur(10px); */
    /* z-index: 10; */
}

.velox-feature-item h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #ffffff;
}

.velox-feature-item p {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
}

.velox-image-box {
    position: relative;
    padding-left: 40px;
}

    .velox-image-box img {
        width: 100%;
        border-radius: 12px;
        height: 650px;
        object-fit: cover;
        /* box-shadow: 0 20px 60px rgba(0,0,0,.15); */
    }

.velox-exp-box {
    position: absolute;
    left: 15px;
    bottom: 40px;
    background: #005dbd;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    min-width: 180px;
}

    .velox-exp-box h3 {
        font-size: 48px;
        font-weight: 700;
        margin: 0;
        line-height: 1;
        color: #fff;
    }

    .velox-exp-box span {
        display: block;
        margin-top: 5px;
        font-size: 16px;
        font-weight: 500;
    }

.velox-bottom-box {
    margin-top: 30px;
    background: linear-gradient(135deg,#0b5ed7,#0f172a);
    color: #fff;
    padding: 18px 25px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 600;
}

    .velox-bottom-box i {
        font-size: 22px;
    }

@media(max-width:991px) {

    .velox-why-choose-section {
        padding: 70px 0 100px;
    }

    .velox-content h2 {
        font-size: 26px;
    }

    .velox-feature-grid {
        grid-template-columns: 1fr;
    }

    .velox-image-box {
        padding-left: 0;
        margin-top: 40px;
    }

        .velox-image-box img {
            height: 450px;
        }

    .velox-exp-box {
        left: 20px;
        bottom: 20px;
    }
}

/*------------------------------------------------------end-------------------------------------------------*/


/*-------------------------------------------------------highlight------------------------------------------*/

.velox-highlight-section {
    padding: 80px 0;
    background: #fff;
}

.highlight-title {
    font-size: 42px;
    font-weight: 700;
    color: #0a4285;
    margin-bottom: 10px;
}

.highlight-subtitle {
    color: #777;
    font-size: 16px;
    margin-bottom: 50px;
}

.highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* border-top: 1px solid #d9d9d9; */
    /* border-left: 1px solid #d9d9d9; */
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 30px 20px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    transition: all .3s ease;
    background: #fff;
}

    .highlight-item:hover {
        background: #f8f9fa;
    }

.highlight-icon {
    min-width: 60px;
    text-align: center;
}

    .highlight-icon i {
        font-size: 38px;
    }

.highlight-item:nth-child(1) .highlight-icon i {
    color: #005ebe;
}

.highlight-item:nth-child(2) .highlight-icon i {
    color: #005ebe;
}

.highlight-item:nth-child(3) .highlight-icon i {
    color: #005ebe;
}

.highlight-item:nth-child(4) .highlight-icon i {
    color: #005ebe;
}

.highlight-item:nth-child(5) .highlight-icon i {
    color: #005ebe;
}

.highlight-item:nth-child(6) .highlight-icon i {
    color: #005ebe;
}

.highlight-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.highlight-content p {
    margin: 0;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

@media (max-width: 991px) {
    .highlight-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {

    .highlight-grid {
        grid-template-columns: 1fr;
    }

    .highlight-title {
        font-size: 34px;
    }

    .highlight-item {
        padding: 25px;
    }

    .highlight-icon i {
        font-size: 35px;
    }
}

.highlight-item:nth-child(4),
.highlight-item:nth-child(5),
.highlight-item:nth-child(6) {
    border-bottom: 0;
}

.highlight-item:nth-child(3),
.highlight-item:nth-child(6) {
    border-right: 0;
}
/*-------------------------------------------------------end-------------------------------------------------*/
.core-ard-slider .swiper-button-prev::before {
    content: '\f104';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #5a5a5a;
    font-size: 22px;
}

.core-ard-slider .swiper-button-next::before {
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #5a5a5a;
    font-size: 22px;
}


@media (max-width: 767px) {
    .weddingSwiper .swiper-slide {
        width: 85%;
    }

    .slide-overlay {
        left: 32%;
    }
}




.mvv-content ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

    .mvv-content ul li {
        position: relative;
        padding-left: 45px;
        margin-bottom: 15px;
        font-size: 16px;
        color: #333;
        font-weight: 500;
    }

        .mvv-content ul li:before {
            content: "\f00c";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 24px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            border-radius: 50%;
            background: #0b63ce;
            color: #fff;
            font-size: 12px;
        }


/*-------------------------------------------------------intro---------------------------------------------*/
.velox-intro-section {
    padding: 80px 0px 0px;
    background: #ffffff;
}

.velox-intro-image {
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0,0,0,.12);
    border-radius: 12px;
}

    .velox-intro-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.velox-subtitle {
    display: inline-block;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding: 0;
}

.velox-title {
    font-size: 42px;
    font-weight: 700;
    color: #0b63ce;
    margin-bottom: 10px;
    line-height: 1.2;
}

.velox-heading {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.velox-desc {
    font-size: 15px;
    line-height: 26px;
    color: #333;
    margin-bottom: 5px;
}

.velox-feature-list {
    margin-top: 30px;
}

.velox-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

    .velox-feature-item i {
        width: 28px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        border-radius: 50%;
        /* background:#0a4285; */
        color: #005dbd;
        font-size: 18px;
    }

.velox-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 14px 30px;
    background: #0a4285;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: .4s;
}

    .velox-btn:hover {
        background: #ff833b;
        color: #fff;
    }

@media(max-width:991px) {

    .velox-title {
        font-size: 38px;
    }

    .velox-heading {
        font-size: 24px;
    }

    .velox-intro-image img {
        height: 450px;
    }
}

/*------------------------------------------------------end------------------------------------------------*/



/*-----------------------------------------------------manufacture facility------------------------------------*/

.manufacturing-facility-section {
    padding: 60px 0px 0px;
}

.facility-image {
    overflow: hidden;
    /* box-shadow:0 15px 40px rgba(0,0,0,.12); */
    border-radius: 12px;
}

    .facility-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.facility-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.facility-title {
    font-size: 42px;
    font-weight: 700;
    color: #0b63ce;
    margin-bottom: 15px;
    line-height: 1.2;
}

.facility-heading {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
}

.facility-content p {
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 15px;
}

.facility-capabilities ul {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

    .facility-capabilities ul li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 12px;
        font-weight: 500;
        color: #333;
        font-size: 14px;
    }

        .facility-capabilities ul li:before {
            content: "\f00c";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 1px;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            border-radius: 50%;
            background: #0b63ce;
            color: #fff;
            font-size: 11px;
        }

.facility-highlight {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #222;
}

    .facility-highlight i {
        width: 28px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        border-radius: 50%;
        background: #f58220;
        color: #fff;
        font-size: 12px;
    }

@media(max-width:991px) {

    .facility-title {
        font-size: 34px;
    }

    .facility-image img {
        height: 500px;
    }
}
/*-----------------------------------------------------------end-----------------------------------------------*/

.velox-intro-content h5 {
    color: #ffffff;
    background-color: #0b63ce;
    padding: 14px 15px;
    border-radius: 4px;
    font-size: 17px;
}



/*-----------------------------------------------------------why diffrent----------------------------------------*/
.velox-different-section {
    padding: 80px 0px 0px;
    background: #fff;
    position: relative;
}

.velox-different-heading {
    margin-bottom: 60px;
}

    .velox-different-heading span {
        display: inline-block;
        color: #ff7a00;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    .velox-different-heading h2 {
        font-size: 42px;
        font-weight: 600;
        color: #0b63ce;
        margin-bottom: 20px;
    }

    .velox-different-heading p {
        color: #333;
        font-size: 15px;
        line-height: 1.8;
    }

.velox-pillar-box {
    background: #fff;
    padding: 24px 24px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: .4s;
    border-top: 4px solid #0b63ce;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
    border-radius: 10px;
}

    .velox-pillar-box:hover {
        transform: translateY(-10px);
    }

.velox-pillar-icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    /* background: #0b63ce; */
    color: #0b63ce;
    font-size: 42px;
    margin-bottom: 25px;
}

.velox-pillar-number {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 55px;
    font-weight: 800;
    color: rgba(10,66,133,.08);
    line-height: 1;
}

.velox-pillar-box h3 {
    font-size: 19px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.velox-pillar-box p {
    color: #333;
    line-height: 26px;
    margin-bottom: 12px;
    font-size: 15px;
}

.velox-pillar-box span {
    display: inline-block;
    color: #0b5ec1;
    font-size: 14px;
    font-weight: 600;
    /* text-transform:uppercase; */
    /* letter-spacing:1px; */
}

@media(max-width:991px) {

    .velox-different-heading h2 {
        font-size: 34px;
    }

    .velox-pillar-box {
        padding: 30px 20px;
    }
}


.mb-80 {
    margin-bottom: 80px !important;
}
/*-----------------------------------------------------------end-------------------------------------------------*/


/*-------------------------------------------------------career--------------------------------------------------*/

.career-banner {
    background: #fff;
    color: #fff;
    position: relative;
    padding: 80px 0px;
}

    .career-banner h1 {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .career-banner p {
        font-size: 15px;
        line-height: 1.8;
    }

.career-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    transition: .3s;
    height: 100%;
}

    .career-box:hover {
        transform: translateY(-8px);
    }

    .career-box h4 {
        font-size: 26px;
        font-weight: 600;
    }

    .career-box i {
        font-size: 35px;
        color: #005cbf;
        margin-bottom: 20px;
    }

.job-section {
    background: #fff;
}

.job-card {
    background: #fff;
    padding: 25px 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

    .job-card h4 {
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: 600;
    }

    .job-card p {
        margin: 0;
        color: #333;
    }

.career-form {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

.form-control {
    height: 48px;
    border-radius: 6px;
}

textarea.form-control {
    min-height: 120px;
}

.btn-primary {
    padding: 12px 35px;
    border-radius: 5px;
    font-weight: 600;
    background-color: #005cbe;
}

.apply-btn {
    display: inline-block;
    padding: 4px 17px;
    background: transparent;
    color: #015ebe;
    border: 1.5px solid #015ebe;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .apply-btn:hover {
        background: #005cbf;
        color: #fff;
        border-color: #005cbf;
    }

    .apply-btn:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
    }

@media(max-width:768px) {

    .career-banner {
        text-align: center;
    }

        .career-banner h1 {
            font-size: 34px;
        }

    .career-form {
        padding: 25px;
    }
}

/*----------------------------------------------------------end--------------------------------------------------*/


.page-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #0f172a;
    position: relative;
    padding-left: 0px;
}


.page-content ul.list-style {
    padding-left: 0px;
    margin-bottom: 20px;
}

    .page-content ul.list-style li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
        font-size: 15px;
        color: #444;
        line-height: 1.6;
        list-style: none;
    }

        .page-content ul.list-style li::before {
            content: "✔";
            position: absolute;
            left: 0;
            top: 0;
            color: #005dbd;
            font-weight: bold;
        }

        .page-content ul.list-style li:hover {
            color: #0f172a;
            transition: 0.3s ease;
        }

.page-content h3 {
    font-size: 35px;
    line-height: 1.25;
    font-weight: 600;
}


@media (max-width: 767px) {
    .page-content h3 {
        font-size: 28px;
        margin-top: 20px;
    }
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}


@media (min-width: 768px) {
    .brand-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}


@media (min-width: 1200px) {
    .brand-grid {
        grid-template-columns: repeat(7, 1fr);
    }
}


.brand-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    align-items: center;
}

    .brand-card img {
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }
