.main-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: transparent;
} .main-footer {
  position: relative;
  background-color: #1641b6;
}.main-footer .footer-info-section{background-color: #032c7a;}
.logo img{ max-width: 200px;;} 
 .main-menu .navigation > li > a{color:#fff;padding: 30px 15px !important;} 
.main-menu .navigation > li.current > a{ color:#1a51e8}

.main-header .nav-outer {  position: relative;  float: right;}
.info-section .info-column {  position: relative;  width: 20%;  float: left;}
.info-section .info-column .inner-box .info-box .inner .title {font-size: 16px;}.info-section .info-column .inner-box .info-box .inner .icon{font-size: 44px;}
.info-section .info-column .inner-box .info-box .inner h3 {  font-size: 16px;}
.whychoose-rows .column { border-bottom: 1px solid #e8e8e8;  padding: 0px;  height: 100px;  margin-bottom: 10px;}
.about-content-box {  position: relative;  padding-right: 20px;  border-right: 1px solid #eae2e2;}
.service-block-three .inner-box .image-box .caption {background:#091096 !important}
.services-section-two,.about-section-two{  position: relative;  padding: 40px 0px 40px !important;}
 
        /* Industries Section Container */
        .industries-section {
            max-width: 1400px;
            margin: 0 auto;
            background: #FFFFFF;
            border-radius: 28px;
            padding: 50px 30px;
 
        }

        /* Section Heading */
        .section-heading {
            text-align: left;
            margin-bottom: 50px;
            position: relative;
        }

        .section-heading h2 {
            font-size: 2.5rem;
            font-weight: 800;
            color: #1B3B30;
            letter-spacing: -0.02em;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }

        .section-heading h2:after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 0%;
            transform: translateX(0%);
            width: 80px;
            height: 4px;
           background: linear-gradient(135deg, #2e0ca1 0%, #5244ed 100%);
            border-radius: 4px;
        }

        .section-heading p {
            color: #6B6761;
            font-size: 1rem;
            max-width: 600px;
            margin: 25px auto 0;
        }

        /* Custom 7 Column Grid System */
        .row-7-cols {
            display: flex;
            flex-wrap: wrap;
            margin: 0;
        }

        .col-7-item {
            flex: 0 0 auto;
            width: calc(100% / 7);
            padding: 0 10px;
        }

        /* Industry Item Styles */
        .industry-item {
            text-align: center;
            padding: 20px 10px;
            transition: all 0.3s ease;
            position: relative;
            cursor: pointer;
        }

        /* Border right on all except last item */
        .industry-item {
            border-right: 2px solid #EFE3D5;
        }

        /* Remove border from last item (7th column) */
        .col-7-item:last-child .industry-item {
            border-right: none;
        }

        .industry-item:hover {
            transform: translateY(-5px);
        }

        /* Icon Circle */
        .industry-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #2e0ca1 0%, #5244ed 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 18px;
            transition: all 0.3s ease;
        }

        .industry-item:hover .industry-icon {
            transform: scale(1.05);
            box-shadow: 0 10px 25px rgba(31, 94, 75, 0.25);
        }

        .industry-icon i {
            font-size: 36px;
            color: #FFF;
        }

        .industry-item h4 {
            font-size: 1rem;
            font-weight: 700;
            color: #2C4A3E;
            margin-bottom: 0;
            letter-spacing: -0.3px;
            line-height: 1.3;
        }

        /* Responsive Breakpoints */
        @media (max-width: 1200px) {
            .col-7-item {
                width: calc(100% / 7);
            }
            .industry-icon {
                width: 70px;
                height: 70px;
            }
            .industry-icon i {
                font-size: 30px;
            }
            .industry-item h4 {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 992px) {
            .col-7-item {
                width: 25%; /* 4 columns on tablet */
            }
            /* Reset border for responsive */
            .industry-item {
                border-right: 2px solid #EFE3D5;
            }
            .col-7-item:nth-child(4) .industry-item {
                border-right: none;
            }
            .col-7-item:nth-child(5) .industry-item,
            .col-7-item:nth-child(6) .industry-item,
            .col-7-item:nth-child(7) .industry-item {
                border-right: 2px solid #EFE3D5;
            }
            .col-7-item:nth-child(7) .industry-item {
                border-right: none;
            }
        }

        @media (max-width: 768px) {
            .industries-section {
                padding: 30px 20px;
            }
            .section-heading h2 {
                font-size: 1.8rem;
            }
            .col-7-item {
                width: 33.333%; /* 3 columns on mobile */
            }
            .industry-icon {
                width: 60px;
                height: 60px;
            }
            .industry-icon i {
                font-size: 26px;
            }
            .industry-item h4 {
                font-size: 0.85rem;
            }
            /* Adjust borders for 3 columns */
            .industry-item {
                border-right: 2px solid #EFE3D5;
            }
            .col-7-item:nth-child(3) .industry-item {
                border-right: none;
            }
            .col-7-item:nth-child(6) .industry-item {
                border-right: none;
            }
        }

        @media (max-width: 550px) {
            .col-7-item {
                width: 50%; /* 2 columns on small phones */
            }
            .col-7-item:nth-child(2) .industry-item,
            .col-7-item:nth-child(4) .industry-item,
            .col-7-item:nth-child(6) .industry-item {
                border-right: none;
            }
            .col-7-item:nth-child(odd) .industry-item {
                border-right: 2px solid #EFE3D5;
            }
            .industry-icon {
                width: 55px;
                height: 55px;
            }
            .industry-icon i {
                font-size: 22px;
            }
        }

        /* Hover effect smoothness */
        .industry-item {
            background: transparent;
      
            transition: all 0.25s ease;
        }

        
        /* Certifications Section Container */
        .certification-section {
            max-width: 1400px;
            margin: 0 auto;
            background: #FFFFFF;
            border-radius: 28px;
            padding: 50px 40px;
           
        }

        /* Left Side Heading Style */
        .cert-heading {
            margin-bottom: 40px;
            position: relative;
        }

        .cert-heading .badge {
            display: inline-block;
            background: rgba(31, 94, 75, 0.12);
            color: #1F5E4B;
            font-weight: 700;
            font-size: 0.75rem;
            letter-spacing: 1.5px;
            padding: 5px 14px;
            border-radius: 40px;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        .cert-heading h2 {
            font-size: 2.5rem;
            font-weight: 800;
            color: #1B3B30;
            letter-spacing: -0.02em;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }

        .cert-heading h2:after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 0;
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #270f67, #160bba);
            border-radius: 4px;
        }

        .cert-heading p {
            color: #6B6761;
            font-size: 1rem;
            max-width: 500px;
            margin-top: 25px;
        }

        /* Certificate Card Styles - 3 in one row */
        .cert-card {
            background: #FEF9F2;
            border-radius: 24px;
            padding: 30px 20px;
            text-align: center;
            transition: all 0.3s ease;
            border: 1px solid #F0E2D4;
            height: 100%;
            cursor: pointer;
        }

        .cert-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 35px rgba(0, 0, 0, 0.08);
            border-color: #E0CBB4;
            background: #FFFFFF;
        }

        /* Certificate Icon / Badge */
        .cert-icon {
            width: 90px;
            height: 90px;
            background: linear-gradient(135deg, #1F5E4B 0%, #124734 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            transition: all 0.3s ease;
        }

        .cert-card:hover .cert-icon {
            transform: scale(1.05);
            box-shadow: 0 10px 25px rgba(31, 94, 75, 0.25);
        }

        .cert-icon i {
            font-size: 42px;
            color: #FADB9E;
        }

        .cert-card h4 {
            font-size: 1.25rem;
            font-weight: 800;
            color: #2C4A3E;
            margin-bottom: 10px;
        }

        .cert-card .cert-issuer {
            font-size: 0.85rem;
            color: #B46F3A;
            font-weight: 600;
            margin-bottom: 12px;
            letter-spacing: 0.5px;
        }

        .cert-card p {
            font-size: 0.85rem;
            color: #6B6761;
            line-height: 1.5;
            margin-bottom: 0;
        }

        .cert-badge {
            display: inline-block;
            background: rgba(180, 111, 58, 0.12);
            color: #B46F3A;
            font-size: 0.7rem;
            font-weight: 700;
            padding: 4px 12px;
            border-radius: 30px;
            margin-top: 15px;
        }

        /* Responsive Breakpoints */
        @media (max-width: 992px) {
            .certification-section {
                padding: 40px 25px;
            }
            .cert-heading h2 {
                font-size: 2rem;
            }
            .cert-icon {
                width: 75px;
                height: 75px;
            }
            .cert-icon i {
                font-size: 35px;
            }
            .cert-card h4 {
                font-size: 1.1rem;
            }
        }

        @media (max-width: 768px) {
            body {
                padding: 30px 15px;
            }
            .certification-section {
                padding: 30px 20px;
            }
            .cert-heading h2 {
                font-size: 1.8rem;
            }
            .cert-heading p {
                font-size: 0.9rem;
            }
            .cert-card {
                padding: 25px 15px;
            }
            .cert-icon {
                width: 65px;
                height: 65px;
            }
            .cert-icon i {
                font-size: 30px;
            }
        }

        @media (max-width: 576px) {
            .cert-heading h2 {
                font-size: 1.5rem;
            }
            .cert-card h4 {
                font-size: 1rem;
            }
            .cert-card .cert-issuer {
                font-size: 0.75rem;
            }
            .cert-card p {
                font-size: 0.75rem;
            }
        }
  

       .brands-section {
            max-width: 1400px;
            margin: 0 auto;
            background: #FFFFFF;
            border-radius: 28px;
            padding: 50px 40px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
        }

        /* Two Column Layout */
        .brands-row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        /* Left Side Heading */
        .brands-heading {
            flex: 0 0 25%;
            max-width: 25%;
            padding-right: 30px;
        }

        .brands-heading .badge {
            display: inline-block;
            background: rgba(31, 94, 75, 0.12);
            color: #1F5E4B;
            font-weight: 700;
            font-size: 0.75rem;
            letter-spacing: 1.5px;
            padding: 5px 14px;
            border-radius: 40px;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        .brands-heading h2 {
            font-size: 2.5rem;
            font-weight: 800;
            color: #1B3B30;
            letter-spacing: -0.02em;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }

        .brands-heading h2:after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 0;
            width: 70px;
            height: 4px;
          background: linear-gradient(90deg, #1583E4, #658BFC);
            border-radius: 4px;
        }

        .brands-heading p {
            color: #6B6761;
            font-size: 0.95rem;
            margin-top: 25px;
            line-height: 1.5;
        }

        /* Right Side - Slider */
        .brands-slider-wrapper {
            flex: 0 0 100%;
            max-width: 100%;
        }

        /* Brand Item Styles */
        .brand-item {
            text-align: center;
            padding: 20px;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .brand-item:hover {
            transform: translateY(-5px);
        }

        .brand-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100px;
            padding: 15px;
            background: #FEF9F2;
            border-radius: 20px;
            transition: all 0.3s ease;
            border: 1px solid #F0E2D4;
        }

        .brand-item:hover .brand-logo {
            border-color: #E0CBB4;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
            background: #FFFFFF;
        }

        .brand-logo img {
            max-width: 100%;
            max-height: 70px;
            width: auto;
            height: auto;
            filter: grayscale(0%);
            transition: filter 0.3s ease;
        }

        .brand-item:hover .brand-logo img {
            filter: grayscale(0%);
        }

        /* Placeholder brand text (for demo without actual images) */
        .brand-placeholder {
            font-size: 1.2rem;
            font-weight: 700;
            color: #2C4A3E;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .brand-placeholder small {
            display: block;
            font-size: 0.7rem;
            color: #B46F3A;
            font-weight: 500;
            margin-top: 5px;
        }

        /* Owl Carousel Custom Styling */
        .owl-nav {
            position: absolute;
            top: -60px;
            right: 0;
        }

        .owl-nav button {
            width: 40px;
            height: 40px;
            border-radius: 50% !important;
            background: #FEF9F2 !important;
            border: 1px solid #F0E2D4 !important;
            color: #B46F3A !important;
            font-size: 20px !important;
            transition: all 0.3s ease;
        }

        .owl-nav button:hover {
            background: #1F5E4B !important;
            color: white !important;
            border-color: #1F5E4B !important;
        }

        .owl-nav button.owl-prev {
            margin-right: 10px;
        }

        .owl-dots {
            text-align: center;
            margin-top: 30px;
        }

        .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            background: #D4C9BB;
            margin: 0 5px;
            border-radius: 50%;
            transition: all 0.3s ease;
        }

        .owl-dots .owl-dot.active span {
            background: #B46F3A;
            width: 25px;
            border-radius: 10px;
        }

        /* Responsive */
        @media (max-width: 992px) {
            .brands-section {
                padding: 40px 25px;
            }
            .brands-heading h2 {
                font-size: 2rem;
            }
            .brands-heading {
                flex: 0 0 30%;
                max-width: 30%;
            }
            .brands-slider-wrapper {
                flex: 0 0 70%;
                max-width: 70%;
            }
            .brand-logo {
                height: 90px;
            }
        }

        @media (max-width: 768px) {
            body {
                padding: 30px 15px;
            }
            .brands-section {
                padding: 30px 20px;
            }
            .brands-row {
                flex-direction: column;
            }
            .brands-heading {
                flex: 0 0 100%;
                max-width: 100%;
                text-align: center;
                margin-bottom: 30px;
                padding-right: 0;
            }
            .brands-heading h2:after {
                left: 50%;
                transform: translateX(-50%);
            }
            .brands-slider-wrapper {
                flex: 0 0 100%;
                max-width: 100%;
            }
            .owl-nav {
                top: -50px;
            }
            .brand-logo {
                height: 80px;
            }
        }

        @media (max-width: 576px) {
            .brands-heading h2 {
                font-size: 1.6rem;
            }
            .brand-logo {
                height: 70px;
            }
            .brand-placeholder {
                font-size: 1rem;
            }
        }


        /* Owl Carousel Custom Styling */
        .owl-nav {
            position: absolute;
            top: -60px;
            right: 0;
        }

        .owl-nav button {
            width: 40px;
            height: 40px;
            border-radius: 50% !important;
            background: #FEF9F2 !important;
            border: 1px solid #F0E2D4 !important;
            color: #B46F3A !important;
            font-size: 20px !important;
            transition: all 0.3s ease;
        }

        .owl-nav button:hover {
            background: #1F5E4B !important;
            color: white !important;
            border-color: #1F5E4B !important;
        }

        .owl-nav button.owl-prev {
            margin-right: 10px;
        }

        .owl-dots {
            text-align: center;
            margin-top: 30px;
        }

        .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            background: #D4C9BB;
            margin: 0 5px;
            border-radius: 50%;
            transition: all 0.3s ease;
        }

        .owl-dots .owl-dot.active span {
            background: #B46F3A;
            width: 25px;
            border-radius: 10px;
        }

      

        /* Stats Section Container - Blue Background */
        .stats-container {
            max-width: 100%;
            margin: 0 auto;
            background: #1641b6;
            border-radius: 0px;
            padding: 20px 40px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }

        /* Stats Grid - 4 Columns */
        .stats-row {
            display: flex;
            flex-wrap: wrap;
            margin: 0;
        }

        .stat-col {
            flex: 0 0 25%;
            max-width: 25%;
            position: relative;
        }

        /* Border between columns - right border on first 3 columns */
        .stat-col:not(:last-child) {
            border-right: 2px solid rgba(255, 255, 255, 0.25);
        }

        /* Individual Stat Card */
        .stat-card {
            text-align: center;
            padding: 20px 15px;
            transition: all 0.3s ease;
            background: transparent;
            color: white;
        }

        .stat-card:hover {
            transform: translateY(-5px);
        }

        /* Number Style */
        .stat-number {
            font-size: 3.8rem;
            font-weight: 800;
            color: white;
            line-height: 1.1;
            letter-spacing: -2px;
            margin-bottom: 12px;
            font-family: 'Inter', monospace;
        }

        /* Plus Sign or Percent */
        .stat-number span {
            font-size: 2.8rem;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.9);
        }

        /* Title / Label */
        .stat-title {
            font-size: 1rem;
            font-weight: 700;
            color: white;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-bottom: 6px;
        }

        /* Subtitle */
        .stat-subtitle {
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.8);
            font-weight: 500;
            letter-spacing: 0.5px;
        }

        /* Icon decoration */
        .stat-icon {
            width: 65px;
            height: 65px;
            background: rgba(255, 255, 255, 0.15);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            transition: all 0.3s ease;
        }

        .stat-card:hover .stat-icon {
            background: rgba(255, 255, 255, 0.25);
            transform: scale(1.05);
        }

        .stat-icon i {
            font-size: 30px;
            color: white;
        }

        /* Responsive Breakpoints */
        @media (max-width: 992px) {
            .stats-container {
                padding: 40px 25px;
            }
            .stat-number {
                font-size: 3rem;
            }
            .stat-number span {
                font-size: 2.2rem;
            }
            .stat-title {
                font-size: 0.9rem;
                letter-spacing: 1px;
            }
            .stat-subtitle {
                font-size: 0.75rem;
            }
            .stat-icon {
                width: 55px;
                height: 55px;
            }
            .stat-icon i {
                font-size: 25px;
            }
        }

        @media (max-width: 768px) {
            body {
                padding: 30px 15px;
            }
            .stats-container {
                padding: 30px 20px;
            }
            .stat-col {
                flex: 0 0 50%;
                max-width: 50%;
                margin-bottom: 25px;
            }
            /* Adjust borders for 2 columns */
            .stat-col:nth-child(2) {
                border-right: none;
            }
            .stat-col:nth-child(1),
            .stat-col:nth-child(2) {
                border-bottom: 2px solid rgba(255, 255, 255, 0.25);
                padding-bottom: 10px;
            }
            .stat-col:not(:last-child) {
                border-right: none;
            }
            .stat-col:nth-child(odd) {
                border-right: 2px solid rgba(255, 255, 255, 0.25);
            }
            .stat-number {
                font-size: 2.5rem;
            }
            .stat-number span {
                font-size: 1.8rem;
            }
        }

        @media (max-width: 576px) {
            .stat-col {
                flex: 0 0 100%;
                max-width: 100%;
                border-right: none !important;
                border-bottom: 2px solid rgba(255, 255, 255, 0.25);
                padding-bottom: 20px;
                margin-bottom: 20px;
            }
            .stat-col:last-child {
                border-bottom: none;
                margin-bottom: 0;
                padding-bottom: 0;
            }
            .stat-card {
                padding: 15px;
            }
            .stat-number {
                font-size: 2.2rem;
            }
        }
   


 

        /* Brand Slider Section Container - White Background */
        .brands {
            max-width: 100%;
           
            padding: 50px 0px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
        }

        /* Two Column Layout */
        .brands-row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        /* Left Side Heading */
        .brands-heading {
            flex: 0 0 25%;
            max-width: 25%;
            padding-right: 30px;
        }

        .brands-heading .badge {
            display: inline-block;
            background: rgba(31, 94, 75, 0.12);
            color: #1F5E4B;
            font-weight: 700;
            font-size: 0.75rem;
            letter-spacing: 1.5px;
            padding: 5px 14px;
            border-radius: 40px;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        .brands-heading h2 {
            font-size: 2.5rem;
            font-weight: 800;
            color: #1B3B30;
            letter-spacing: -0.02em;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }

        .brands-heading h2:after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 0;
            width: 70px;
            height: 4px;
            background: linear-gradient(90deg, #B46F3A, #E7B874);
            border-radius: 4px;
        }

        .brands-heading p {
            color: #6B6761;
            font-size: 0.95rem;
            margin-top: 25px;
            line-height: 1.5;
        }

        /* Right Side - Slider */
        .brands-slider-wrapper {
            flex: 0 0 100%;
            max-width: 100%;
        }

        /* Brand Item Styles */
        .brand-item {
            text-align: center;
            padding: 20px;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .brand-item:hover {
            transform: translateY(-5px);
        }

        .brand-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100px;
            padding: 15px;
            background: #FEF9F2;
            border-radius: 20px;
            transition: all 0.3s ease;
            border: 1px solid #F0E2D4;
        }

        .brand-item:hover .brand-logo {
            border-color: #E0CBB4;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
            background: #FFFFFF;
        }

        .brand-logo img {
            max-width: 100%;
            max-height: 70px;
            width: auto;
            height: auto;
            filter: grayscale(0%);
            transition: filter 0.3s ease;
        }

        .brand-item:hover .brand-logo img {
            filter: grayscale(0%);
        }

        /* Placeholder brand text (for demo without actual images) */
        .brand-placeholder {
            font-size: 1.2rem;
            font-weight: 700;
            color: #2C4A3E;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .brand-placeholder small {
            display: block;
            font-size: 0.7rem;
            color: #B46F3A;
            font-weight: 500;
            margin-top: 5px;
        }

        /* Owl Carousel Custom Styling */
        .owl-nav {
            position: absolute;
            top: -60px;
            right: 0;
        }

        .owl-nav button {
            width: 40px;
            height: 40px;
            border-radius: 50% !important;
            background: #FEF9F2 !important;
            border: 1px solid #F0E2D4 !important;
            color: #B46F3A !important;
            font-size: 20px !important;
            transition: all 0.3s ease;
        }

        .owl-nav button:hover {
            background: #1F5E4B !important;
            color: white !important;
            border-color: #1F5E4B !important;
        }

        .owl-nav button.owl-prev {
            margin-right: 10px;
        }

        .owl-dots {
            text-align: center;
            margin-top: 30px;
        }

        .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            background: #D4C9BB;
            margin: 0 5px;
            border-radius: 50%;
            transition: all 0.3s ease;
        }

        .owl-dots .owl-dot.active span {
            background: #B46F3A;
            width: 25px;
            border-radius: 10px;
        }

        /* Responsive */
        @media (max-width: 992px) {
            .brands-section {
                padding: 40px 25px;
            }
            .brands-heading h2 {
                font-size: 2rem;
            }
            .brands-heading {
                flex: 0 0 30%;
                max-width: 30%;
            }
            .brands-slider-wrapper {
                flex: 0 0 70%;
                max-width: 70%;
            }
            .brand-logo {
                height: 90px;
            }
        }

        @media (max-width: 768px) {
            body {
                padding: 30px 15px;
            }
            .brands-section {
                padding: 30px 20px;
            }
            .brands-row {
                flex-direction: column;
            }
            .brands-heading {
                flex: 0 0 100%;
                max-width: 100%;
                text-align: center;
                margin-bottom: 30px;
                padding-right: 0;
            }
            .brands-heading h2:after {
                left: 50%;
                transform: translateX(-50%);
            }
            .brands-slider-wrapper {
                flex: 0 0 100%;
                max-width: 100%;
            }
            .owl-nav {
                top: -50px;
            }
            .brand-logo {
                height: 80px;
            }
        }

        @media (max-width: 576px) {
            .brands-heading h2 {
                font-size: 1.6rem;
            }
            .brand-logo {
                height: 70px;
            }
            .brand-placeholder {
                font-size: 1rem;
            }
        }
    