﻿body {
    background-color: #fff;
}

.mega-menu {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.logoimg {
    width: 220px;
    height: auto;
   
}

.mega-menu .row {
    padding: 20px;
}

/* Ensure the dropdown menu is hidden by default */
.nav-item .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    
}



.nav-item:hover .dropdown-menu {
    display: block;
}


.nav-item .dropdown-menu .dropdown-item {
    padding: 8px 20px;
}


.navbar-nav {
    margin-left: 10px;
}


.navbar-nav .nav-item {
    margin-left: 15px;
    
}
    .navbar-nav .nav-link {
        color: black;
    }

   
    .navbar-nav .nav-item:first-child .nav-link, 
    .navbar-nav .nav-item:nth-child(2) .nav-link {
        color:black;
    }


.dropdown-menu .dropdown-item {
    color:black;
}

/*----------------carousel----------------------*/
@media (max-width: 768px) {
    .carousel-item img {
        height: 20vh;
    }
}

@media (min-width: 769px) {
    .carousel-item img {
        height: 10vh; 
    }
    
}
@media (max-width: 769px) {
    .carousel-caption span {
        font-size: 1.2rem;
        text-align: center;
        
        
    }
}


@media (max-width: 767px) {
    .d-md-block {
        display: block !important;
        text-align: center; 

       
        
    }
}


@media (min-width: 768px) and (max-width: 1023px)
{
   
   
    .d-md-block {
        display: block !important;
        text-align: center; 
    }
}


@media (min-width: 1024px) {
    

 
    .d-md-block {
        display: block !important;
        text-align: center; 
    }
}


@media (min-width: 1200px) {
   


    .d-md-block {
        display: block !important;
        text-align: center; 
    }
}



.services-section {
    background: linear-gradient(135deg, #f0f2f5, #e4eaf1);
    padding: 80px 20px;
    text-align: center;
}

    .services-section h2 {
        font-size: 36px;
        margin-bottom: 40px;
        color: #333;
        font-weight: 600;
    }

.services-container {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.service-box {
    padding: 40px 25px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 4px solid #872335;
    border-right: 6px solid #872335;
}

    .service-box img {
        width: 200px;
        height: 200px;
        object-fit: contain;
        margin-bottom: 20px;
    }


    .service-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
    }

    /*.service-box img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
  }*/

    .service-box h3 {
        font-size: 20px;
        margin-bottom: 10px;
        color: #222;
    }

    .service-box p {
        font-size: 14px;
        color: #666;
        margin-bottom: 15px;
    }

    .service-box a {
        text-decoration: none;
        color: #872335;
        text-align: center;
        font-weight: 600;
    }

  





.carousel-caption.center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white; 
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-bottom: 23.25rem;
    font-size: 25px;
    text-align: center;
    font-family: Alex Brush, sans-serif;
    color: goldenrod;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-bottom: 23.25rem;
    font-size: 25px;
    text-align: center;
    font-family: 'Alex Brush' sans-serif;
    color: goldenrod;
}


@media (min-width: 1024px) and (max-width: 1440px) {
    .carousel-caption {
        font-size: 22px;
        padding-bottom: 20rem;
    }
}


@media (min-width: 768px) and (max-width: 1023px) {
    .carousel-caption {
        font-size: 20px;
       
    }
}


@media (max-width: 767px) {
    .carousel-caption {
        font-size: 16px;
        left: 10%;
        right: 10%;
      
    }
}


.card-title {
    font-weight: bold;
    font-size: 22px;
}

.card-text {
    font-size: 15px;
    color: #555;
}


.text-gold {
    color: #eeac25;
    font-size: 20px;
}

.card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    
}

.card-title {
    color: gold;
    margin-bottom: 5px;
}

a {
    color: gold;
    text-decoration: none;
    display: block;
    text-align: left;
}
.container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.image-container img {
    width: 650px;
    height: 480px;
    border-radius: 5px;
}


.image-container img1 {
    width: 650px;
    height: 500px;
    border-radius: 5px;
}

.text-container {
    width: 40rem;
    padding: 1rem;
    font-size: 18px;
    margin-left:-55px;
    background-color: #ffffff;
    height:auto;
    color: black;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
}



.text-container-h1 {
    width: 40rem;
    padding: 1rem;
    font-size: 18px;
    background-color: #ffffff;
    height: 20rem;
    color: black;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
}

    .text-container h2 {
        text-align: center;
        color: #eeac25;
    }

    .text-container p {
        font-size: 1.1rem;
        text-align: justify;
    }
.text-container-one h2 {
    text-align: center;
    color: #eeac25;
}
@media (max-width: 768px) {
    .container-fluid {
        flex-direction: column;
        text-align: center;
    }

    .image-container img {
        width: 90%;
        height: auto;
    }

    .text-container {
        width: 90%;
        margin: 1rem auto 0;
    }

    .text-containers {
        width: 90%;
        margin: 1rem auto 0;
    }
}


.container-fluid-one {
    position: relative;
    width: 90%;
    max-width: 650px;
    margin: auto; 
}

.image-container-img-one {
    width: 100%;
    border-radius: 5px;
    height: auto;
    margin-left:19rem;
}

.text-container-one {
    position: absolute;
    top: 50%;
    width: 40rem;
    margin-left: 30px;
    font-size: 18px;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    height: auto;
}

    .text-container h2 {
        color: #eeac25;
        margin-bottom: 0.5rem;
    }
.text-container p {
    font-size: 1rem;
  text-align: justify;
    color: #000;
}
    
@media (max-width: 768px) {
    .container-fluid-one {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .text-container-one {
        position: static; 
        transform: none; 
        width: 100%; 
        margin: 1rem 0;
        height: auto; 
    }

    .image-container-img-one {
        width: 98%;
        height: auto;
        margin-bottom: 1rem;
        margin-left:-2px;
    }
}

@media (max-width: 768px) {
    footer .d-flex {
        flex-direction: column !important;
        text-align: center;
    }

    footer img {
        margin: 0 auto 20px;
    }

    footer p, footer span {
        text-align: center;
    }
}
/*about us */
responsive-image {
    width: 100%; 
    height: auto;
    margin-left:30px;
}

@media (max-width: 767px)
{
    .responsive-image
    {
        max-width: 100%;
        height: auto;
    }
}

.carousel-item img,
.carousel-item video
{
    height: 80vh; 
}

@media (max-width: 768px)
{
    .carousel-item img,
    .carousel-item video {
        height: auto; 
    }
}



.containerr {
    width: 85%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .containerr .card {
        flex: 1 1 22%; 
        margin: 5px;
        position: relative;
        cursor: pointer;
        border: none;
        box-sizing: border-box;
    }

        .containerr .card .face {
            width: 100%;
            height: 120px;
            transition: 0.5s;
        }

          .containerr .card .face.face1 {
                position: relative;
                background: #333;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 1;
                height: 420px;
                border-radius: 5px;
                transform: translateY(100px);
            }

        .containerr .card:hover .face.face1 {
            background: #872335;
            transform: translateY(0);
        }

        .containerr .card .face.face1 .content {
            transition: 0.5s;
        }

        .containerr .card:hover .face.face1 .content {
            opacity: 1;
        }

        .containerr .card .face.face1 .content img {
            width: 100%;
            max-width: 600px;
            height: auto;
            border-radius: 2px;
            object-fit: cover;
            
        }


        .containerr .card .face.face1 .content h3 {
            margin: 10px 0 0;
            padding: 0;
            color: #fff;
            text-align: center;
            font-size: 1.5em;
        }

        .containerr .card .face.face2 {
            position: relative;
            background: #fff;
            color: black;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
            box-sizing: border-box;
            transform: translateY(-100px);
        }

        .containerr .card:hover .face.face2 {
            transform: translateY(0);
        }

        .containerr .card .face.face2 .content p {
            margin: -12px;
            padding: 0;
            color: black;
        }

        .containerr .card .face.face2 .content a {
            margin: 54px 0 0;
            display: inline-block;
            text-decoration: none;
            font-weight: 900;
            color: #333;
            padding: 5px;
            border: 1px solid #333;
        }

            .containerr .card .face.face2 .content a:hover {
                background: #333;
                color: #fff;
            }

/* Media Queries for Responsiveness */
@media (max-width: 800px) {
    .containerr .card {
        flex: 1 1 48%; 
    }

        .containerr .card .face.face1 .content img {
            max-width: 300px; 
            height: 180px;
        }
}

@media (max-width: 500px) {
    .containerr .card {
        flex: 1 1 98%; 
    }

        .containerr .card .face.face1 .content img {
            max-width: 250px; 
            height: 200px; 
        }
}





















/******************************************Home Page End***********************************************/


/******************************************About us page**********************************************/




/*.kibbabanner {
    width: 100%;
   
    overflow: hidden;
    position: relative;
}*/

/*.image-containeres
{
    position: relative;
    width: 100%;
    height: 600px; 
}

.image-containeres img
{
   width: 100%;
   height: 100%;
   object-fit: cover; 
}*/

.image-containeres {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .image-containeres img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
    }

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFA500;
    text-align: center;
}

@media (max-width: 768px) {
    .text-overlay h1 {
        font-size: 24px; /* Smaller font for mobile */
    }
}




.text-overlay
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #eeac25;
    text-align: center;
    padding: 20px;
    font-family: Open Sans, sans-serif;
}

.text-overlay h1
{
   font-size: 3.25vw;
   font-weight: 600;
}
    
.text-overlay p
{
  font-size: 1.2rem;
  margin: 10px 0 0;
}

@media (max-width: 768px)
{
  .text-overlay h1
{
    font-size: 2rem;
}

    .text-overlay p {
        font-size: 1rem;
    }
}

.timeline-1 {
    border-left: 3px solid #91868f;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    /*background: rgba(177, 99, 163, 0.09);*/

    margin: 0 auto;
    position: relative;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 40%;
   /* font-size: 25px;*/
    margin-left: 38rem;
    font-family: Open Sans, sans-serif;
    font-size: 1.56vw;
    font-weight: 100;
    line-height: 1.3;
}



}

@media (max-width: 767px) {
    .timeline-1 {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline-1 .event {
  
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline-1 .event {
        padding-top: 30px;
    }
}

.timeline-1 .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline-1 .event:before,
.timeline-1 .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline-1 .event:before {
    left: -207px;
    `: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline-1 .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline-1 .event:after {
    -webkit-box-shadow: 0 0 0 3px #b565a7;
    box-shadow: 0 0 0 3px #b565a7;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline-1 .event:after {
        left: -31.8px;
    }
}

/*Card*/
.ourTeam
{
    height: auto;
    margin-top: 50px;
   
}

.ourTeam h2
{
  color: #fff;
  margin: 0 0 30px 0;
  font-size: 2rem;
  font-weight: 600;
}

.ourTeam .i
{
   margin-top: 30px;
   padding: 10px;
 
   
}



.name {
    color: #872335;
    letter-spacing: -.3px;
    font-family: Open Sans, sans-serif;
    font-size: 1.50vw;
    font-weight: 400;
    line-height: 25px;
    margin-top: 60px;
}
@media (max-width: 768px) {
    .name {
        font-size: 30px; 
        /*width:50%;
        border:1px solid*/
      
       
    }
}


.ourTeam .i .c
{
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    height: 310px;
    width: 95%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, height 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
}

    .ourTeam .i .c .wrap
    {
       
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100%;
       
    }

       .ourTeam .i .c .wrap img
        {
            width: 70px; 
            height: 80px; 
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            transition: opacity 0.3s ease;

        }

        .ourTeam .i .c .wrap .info
        {
            padding: 20px 0;
            position: absolute;
            top: 100%;
            width: 100%;
            transition: all 0.3s ease;
            background: #fff;
            border-top: 1px solid #ddd;
        }

       .ourTeam .i .c .wrap .info .name
       {
           font-size: 18px;
           font-weight: 700;


       }

      .ourTeam .i .c .wrap .info .position
      {
          font-size: 14px;
          color: #555;
      }

    .ourTeam .i .c .more
    {
        position: absolute;
        bottom: -100%;
        width: 100%;
        transition: all 0.3s ease;
        padding: 15px 18px;
    }


    .ourTeam .i .c:hover
    {
        transform: scale(1.05);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        height: 400px;
        background-color: #eeac25;
        color: #ffffff;
        margin-bottom:35px;
    }
       
    .ourTeam .i .c:hover img
    {
       opacity: 0; 
    }

    .ourTeam .i .c:hover .info
    {
       top: 0;
    }

    .ourTeam .i .c:hover .more
    {
       bottom: 0;
       visibility: visible;
       opacity: 1;
    }

    .ourTeam .i .c:hover .name,
    .ourTeam .i .c:hover .position,
    .ourTeam .i .c:hover .more p
    {
      color: white;
    }
        .ourTeam .i .c:hover .name,
        .ourTeam .i .c:hover h6 {
            visibility: hidden; 
            opacity: 0; 
        }

  
    .ourTeam .i .c .more p {
        height: auto;
    }

/*******************************************Our Milestones start******************************************/


.containeres-about
{
    display: block;
    width: 100%;
    background-color: #212121;
    height: auto;
}

@media only screen and (max-width: 768px)
{
 .containeres-about
{
   width: 100%;
   overflow: hidden;
}
}

.ag-format-container
{
    width: 1160px;
    margin: 0 auto;
    position: relative;
}

.ag-timeline-block
{
    padding: 100px 0;
}

.ag-timeline_title-box
{
    padding: 0 0 30px;
    text-align: center;
}

.ag-timeline_tagline
{
    font-size: 40px;
    color: rgb(84, 89, 95);
}

.ag-timeline_title
{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    color: transparent;
    font-size: 80px;
}

.ag-timeline_item
{
    margin: 0 0 0;
    position: relative;
}

.ag-timeline_item:nth-child(2n)
{
   text-align: right;
}

.ag-timeline
{
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.ag-timeline_line
{
    width: 2px;
    background-color: #393935;
    position: absolute;
    top: 2px;
    left: 50%;
    bottom: 0;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ag-timeline_line-progress
{
    width: 100%;
    height: 30%;
    background-color: #eeac25;
}
.ag-timeline-card_box
{
    padding: 0 0 20px 50%;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_box
{
    padding: 0 50% 20px 0;
}

.ag-timeline-card_point-box
{
    display: inline-block;
    margin: 0 14px 0 -28px;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box
{
    margin: 0 -28px 0 14px;
}

.ag-timeline-card_point
{
    height: 50px;
    line-height: 50px;
    width: 50px;
    border: 3px solid #eeac25;
    background-color: #eeac25;
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.js-ag-active .ag-timeline-card_point
{
    color: #1d1d1b;
    background-color: #eeac25;
}

.ag-timeline-card_meta-box
{
    display: inline-block;
}

.ag-timeline-card_meta
{
    /* margin: 10px 0 0; */
    font-family: Open Sans, sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #eeac25;
}
.ag-timeline-card_item
{
    display: inline-block;
    width: 45%;
    margin: -77px 0 0;
    opacity: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
    -o-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
    box-shadow: 0 0 0 0 rgba(0,0,0,.5);
    -webkit-transition: -webkit-transform .5s, opacity .5s;
    -moz-transition: -moz-transform .5s, opacity .5s;
    -o-transition: -o-transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    position: relative;
}
.js-ag-active.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
.js-ag-active.ag-timeline_item:nth-child(2n) .ag-timeline-card_item
{
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.ag-timeline-card_arrow
{
    height: 18px;
    width: 18px;
    margin-top: 20px;
    background-color: #282828;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow
{
    margin-left: calc(-18px / 2);
    margin-right: calc(-18px / 2);
    display: none;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow
{
    margin-left: -10px;
    right: auto;
    left: 0;
}

.ag-timeline-card_img
{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ag-timeline-card_info
{
    padding: 20px 30px;
}

.ag-timeline-card_title
{
    display: none;
    margin: 10px 0 0;
    font-family: Open Sans, sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #eeac25;
}

.ag-timeline-card_desc
{
    color: #eeac25;
    font-family: Open Sans, sans-serif;
    font-size: 1.26vw;
    font-weight: 600;
    line-height: 1.3;
  text-align:justify;   
}

@media only screen and (max-width: 979px)
{
 .ag-timeline_line
 {
    left: 30px;
 }

 .ag-timeline_item:nth-child(2n)
 {
        text-align: left;
       
 }
 .ag-timeline-card_box,
 .ag-timeline_item:nth-child(2n) .ag-timeline-card_box
 {
   padding: 0 0 20px;
 }

.ag-timeline-card_meta-box
{
  display: none;
}

.ag-timeline-card_point-box,
.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box
{
  margin: 0 0 0 8px;
}

.ag-timeline-card_point
{
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.ag-timeline-card_item
{
   width: auto;
   margin: -65px 0 0 75px
}

.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
.ag-timeline_item:nth-child(2n) .ag-timeline-card_item
{
   -webkit-transform: translateX(200%);
   -moz-transform: translateX(200%);
   -ms-transform: translateX(200%);
   -o-transform: translateX(200%);
    transform: translateX(200%);
}

.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow
{
    right: auto;
    left: 0;
}

.ag-timeline-card_title
{
   display: block;
}

.ag-timeline-card_arrow 
{
   margin-top: 12px;
}
}

@media only screen and (max-width: 767px)
{
.ag-format-container
{
   width: 96%;
}

   /* .ag-timeline-card_img {
        height: auto;
        width: auto;
      
    }*/
}

@media only screen and (max-width: 639px)
{
.ag-timeline_title
{
     
   font-size: 20px;
   
 
}

    .ag-timeline-card_info {
        padding: 10px 15px;
    
      
    }

    .ag-timeline-card_desc {
        font-size: 20px;
      
    }
}

@media only screen and (max-width: 479px) {
}

@media (min-width: 768px) and (max-width: 979px) {
    .ag-format-container {
        width: 750px;
      /*  background-color:red;*/
    }
}

@media (min-width: 980px) and (max-width: 1161px) {
    .ag-format-container {
        width: 960px;
    }
}
/******************************************Our Milestones End***************************************************/

/********************************************leadership-founder-Page-Start**************************************/

.paragraph.white {
    /* color: #212121;
    text-align: justify;
    font-size: 1.1vw;
    line-height: 1.5vw;
    margin-left: 10%;
    font-family: Open Sans, sans-serif;*/
    /*padding-left: 20px;
    padding-right: 15%;
    padding-top: 25px;
    margin-left: 15%;*/
    font-size: 18px;
    text-align: justify;
    color: #4a4a4a;
}
}

.paragraph.white .centered-text
{
   text-align: center;
}

.paragraph.Our {
    font-size: 2.5rem;
    font-weight: 500;
    color: #872335;
    margin-top: 20%;
}


@media (max-width: 768px) {
    .paragraph.white {
        font-size: 18px; 
        text-align:justify;
        line-height: 1.5;
        padding-left: 0;
        padding-right: 0; 
        margin-left: 0; 
    }

    .paragraph.Our {
        font-size: 25px; 
        margin-top: 10%; 
       
    }
}
.box.img {
    width: 100%;
    height: 70%;
    padding: 50px;
    padding-bottom: 55px;
    margin-top: 9%;
}
.containeres {
    background-image: url('img/bgimg.png');
}

.Message {
    font-size: 20px;
    text-align: justify;
    color: #4a4a4a;
}

/*********************************************************************/
.team {
    display: flex;
    flex-wrap: wrap;
    
    gap: 20px;
  margin-left:8%;
}
    .cardd
{
    background-color: #fdfaf6;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: calc(33.333% - 40px);
    padding: 20px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    margin: 20px 0;
}
    
.cardd:hover
{
   border: 1px solid #eeac25;
}

    .cardd img {
        border-radius: 12px;
        width: 100%;
        height: auto;
        max-height: 350px;
        margin-bottom: 15px;
        background-position: 0 -10px;
    }

.cardd h3
{
   padding-right: 20px;
   font-family: Open Sans, sans-serif;
   font-size: 20px;
   line-height: 22px;
}

.cardd p.title
{
  font-size: 20px;
  color: #777;
  margin: 5px 0;
  text-align: center;
}

.cardd .button
{
   display: inline-block;
   width: 50px;
   height: 50px;
   background-color: #f0a500;
   color: white;
   border-radius: 50%;
   text-decoration: none;
   font-size: 1.5rem;
   line-height: 50px;
   margin-top: 20px;
   cursor: pointer;
   transition: background-color 0.3s ease;
   border: none;
   position: relative;
   outline: none;
}

.cardd .button:hover
{
  background-color: #c87f00;
}

.cardd.bio
{
   display: none;
   margin-top: 20px;
   text-align: justify;
   color: #444;
   font-size: 0.9rem;
}

.cardd .bio.active
{
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

.arrow-down
{
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: white;
    text-align: center;
}

.rotate {
    transition: transform 0.4s ease;
    transform: translate(-50%, -50%) rotate(90deg);
    margin-left: 6px;
    top: 51%;
}

@media screen and (max-width: 768px)
{
    .cardd {
        width: 100%;
        margin: 10px 0;
    }
}
.bio {
    display: none;
    transition: max-height 0.3s ease-out;
}

    .bio.active {
        display: block;
    }

/*.arrow-down.rotate {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}
*/

/********************************************OurCompanies***********************************************/

.tabs
{
    display: flex;
    flex-direction: row;
    margin-left: 15%;
    font-size: 20px;
    flex-wrap: wrap;
}

.tab-links
{
    display: flex;
    flex-direction: column;
    padding: 10px;
    flex: 0 0 30%; 
}

.tab-link
{
    padding: 10px;
    text-align: left;
    border: none;
    background-color: #ffffff;
    cursor: pointer;
    font-size: 30px;
    color: #872335;
}

.tab-link.active
{
   background-color: #eeac25;
   color: #fff;
   width: 100%;
}



@media (max-width: 768px) {
    .tab-link.active {
      
        color: white;
        width: auto;
        font-size: 25px;
        flex-direction: column;
        margin-left: 5px;
    }
}




.tab-content
{
   flex: 1;
   padding: 20px;
   width: 100%;
}

.tab-pane
{
   display: none;
}

.tab-pane.active
{
   display: block;
}

.custom-paragraph
{
  
   
   
    color: #4a4a4a;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
}

.img-style
{
    width: 40%;
    height: auto;
    padding-bottom: 10px;
    margin-left:-40px;
}

.img-styleab {
    width: 50%;
    height: auto;
    padding-bottom: 10px;
    margin-left: -55px;
}

/* Mobile devices */
@media (max-width: 576px) {
    .img-styleab {
        width: 100%;
        margin-left: 0;
    }
}

/* Tablets */
@media (min-width: 577px) and (max-width: 768px) {
    .img-styleab {
        width: 75%;
        margin-left: -20px;
    }
}

/* Laptops including MacBooks */
@media (min-width: 769px) and (max-width: 1440px) {
    .img-styleab {
        width: 60%;
        margin-left: -75px;
    }
}


@media (min-width: 1280px) {
    .img-style {
        width: 60%; 
        margin-left: 0; 
        padding-bottom: 15px; 
    }
}


@media (max-width: 1024px) {
    .img-style {
        width: 60%; 
        margin-left: 0; 
    }
}


@media (min-width: 1280px) {
    .img-style {
        width: 60%; 
        margin-left: 0; 
        padding-bottom: 15px; 
    }
}


@media (max-width: 1024px) {
    .img-style {
        width: 60%; 
        margin-left: 0; 
    }
}









.Alcohol-img
{
    width: 48%;
    height: auto;
    padding-bottom: 10px;
}



.h2-style
{
    color: #872335;
    margin-bottom: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 3.25vw;
}

@media (max-width: 768px) 
{
.tabs
{
  margin-left: 0;
}

.custom-paragraph
{
   padding-right: 0; 
   width: 100%;
   
}


.tab-links
{
  flex-direction: column; 
  width: 100%;
}

tab-link
{
   font-size: 25px;
   display: flex;
   flex-direction: column;
   margin-left: 5px;
}

.tab-link.active
{
    background-color: #eeac25;
    color: white;
    width: auto;
    font-size: 25px;
    flex-direction: column;
    margin-left: 5px;
}

.tab-content
{
  padding: 10px;
}
/*
.img-style
{
   width: 40%; 
   height: auto;
   padding-bottom: 10px;
   display: block;
   margin: 0 auto; 
}
*/
.Alcohol-img
{
    width:100%;
    height:auto;
    padding-bottom: 10px;
    display:block;
    margin: 0 auto;
  

}

.h2-style
{
   color: #872335;
   margin-bottom: 20px;
   font-family: Open Sans, sans-serif;
   font-size: 5vw;
   text-align: center;
}
}

/***********************************our card**************************************/









/*************************************KIBBA*************************************/
.kibba-container
{
    width: 100%;
    height: auto;
    background-color: #fffaf2;
}


.img-MarkV
{
 /* width:600px; */
  height:700px;
  margin-top:10%;
  
}

.Kingpin {
    height: 700px;
    margin-top: 10%;
    padding-left: 18%;
}


.img-Rock {
   
    height: 700px;
    margin-top: 80px;
    padding: 20px;
    padding-left: 90px;
}
.img-master-mn
{
/* width:580px; */
 height:600px;
 margin-top:10%;

}

.img-100-strokes
{
/* width:680px; */
 height:650px;
 padding:20px;
 padding-left:13%;
 margin-top:70px;

}

.img-moooz
{
/* width:600px; */
 height:650px;
 margin-top:15%;
 margin-left:15%;
}


.link
{
    color: #872335;
    text-decoration-line: underline;
}

.fa
{
    font-size: 25px;
    width: 40px;
    height: 38px;
    text-align: center;
    text-decoration: none;
    margin: 5px -70px;
    border-radius: 50%;
    padding: 6px;
    margin-left:10%;
    background-color:red;
}
.fa:hover
{
  opacity: 0.7;
}

.fa-facebook
{
    background: #eeac25;
    color: white;
  
}

.fa-ins
{
    background: #eeac25;
    color: white;
}

.fa-instagram
{
  /*  background: #eeac25;*/
    color: white;
}

.fa-youtube-play
{
   /* background: #eeac25;*/
    color: white;
}



/*.fine-grain-alcohol {
    font-size: 4.2rem;
  
}

@media (max-width: 1600px) {
    .fine-grain-alcohol {
        font-size: 3.2rem;*/
        /* For larger laptops */
    /*}
}

@media (max-width: 1440px) {
    .fine-grain-alcohol {
        font-size: 3rem;
        
    }
}

@media (max-width: 1200px) {
    .fine-grain-alcohol {
        font-size: 3rem; 
    }
}

@media (max-width: 1024px) {
    .fine-grain-alcohol {
        font-size: 1.8rem; 
    }
}

@media (max-width: 768px) {
    .fine-grain-alcohol {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .fine-grain-alcohol {
        font-size: 1.4rem; 
    }
}*/
/*#demo,
.carousel-inner,
.carousel-item {
    height: 100vh;
}
*/
    /* Make images and videos fill the slide area */
    .carousel-item img,
    .carousel-item video {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        z-index: 1;
        position: relative;
    }

/* Central caption container */
.carousel-caption.center-caption {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 10;
    padding: 1rem;
}

    
    .carousel-caption.center-caption::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
       
        z-index: 1;
    }

/* Caption text styling */
.fine-grain-alcohol {
    position: relative;
    z-index: 2;
    font-size: 4.2rem;
    color: goldenrod;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
   
}


@media (max-width: 1600px) {
    .fine-grain-alcohol {
        font-size: 3.2rem;
    }
}

@media (max-width: 1440px) {
    .fine-grain-alcohol {
        font-size: 3rem;
    }
}

@media (max-width: 1200px) {
    .fine-grain-alcohol {
        font-size: 2.5rem;
    }
}

@media (max-width: 1024px) {
    .fine-grain-alcohol {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .fine-grain-alcohol {
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .fine-grain-alcohol {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .custom-nav {
        display: none;
    }
}


@media (max-width: 767px) {
    .custom-nav {
        display: none !important;
    }
}


@media (max-width: 769px) {
    .carousel-caption span {
        font-size: 2.2rem;
        text-align: center;
    }
}









/***************img-cont**************/
.img-cont {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.img-contkibba {
    width: 100%;
    height: auto; 
    max-height: 700px;
    object-fit: cover;
    margin-top: 5%;
    display: block;
}

/* Optional: Adjustments for smaller screens */
@media (max-width: 768px) {
    .img-contkibba {
        margin-top: 20px;
        max-height: 400px;
        background-color:red
    }
}
/***************img-cont**************/

.container-fluid {
    padding: 40px 20px; 
    background-color: #f8f9fa;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


.img-kibba {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

#KIBBA {
    padding: 30px;
   
   
}

.h2-kibba {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.p1-kibba {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.link {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

    .link:hover {
        text-decoration: underline;
    }

.social-icons {
    margin-top: 20px;
}

    .social-icons a {
        margin-right: 15px;
        transition: transform 0.2s;
    }

        .social-icons a:hover {
            transform: scale(1.2);
        }







/*****************Rockberg************/

.img-rockberg {
    width: 100%;
    height: auto;
  
}

.rockberg-section {
    padding: 30px;
   
}

.h2-rockberg {
    font-size: 2.5rem;
    font-weight: bold;
    color: #872335;
    margin-bottom: 20px;
}

.p1-rockberg {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.rockberg-social-icons {
    margin-top: 20px;
}

    .rockberg-social-icons a {
        margin-right: 15px;
        transition: transform 0.2s;
    }

        .rockberg-social-icons a:hover {
            transform: scale(1.2);
        }


/*****************Rockberg************/
/*****************mm************/
.img-mm {
    width: 100%;
    height: auto;
  
}

.mm-section {
    padding: 30px;
   
}

.h2-mm {
    font-size: 2.5rem;
    font-weight: bold;
    color: #872335;
    margin-bottom: 20px;
}

.p1-mm {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}
/*****************mm************/
/*****************strokes************/

.img-strokes {
    width: 100%;
    height: auto;
 
}

.strokes-section {
    padding: 30px;
   
}

.h2-strokes {
    font-size: 2.5rem;
    font-weight: bold;
    color: #872335;
    margin-bottom: 20px;
}

.p1-strokes {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

/*****************strokes************/

/*****************markv************/

.img-markv {
    width: 100%;
    height: auto;
  
}

.markv-section {
    padding: 30px;
   
}

.h2-markv {
    font-size: 2.5rem;
    font-weight: bold;
    color: #872335;
    margin-bottom: 20px;
}

.p1-markv {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}
/*****************markv************/

/*****************kingpin************/

.img-kingpin {
    width: 100%;
    height: auto;
  
}

.kingpin-section {
    padding: 30px;
    background-color: #f9f9f9;
}

.h2-kingpin {
    font-size: 2.5rem;
    font-weight: bold;
    color: #872335;
    margin-bottom: 20px;
}

.p1-kingpin {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}



/*****************kingpin************/


.img-moo {
    width: 100%;
    height: auto;
  
}

.moo-section {
    padding: 30px;
   
}

.h2-moo {
    font-size: 2.5rem;
    font-weight: bold;
    color: #872335;
    margin-bottom: 20px;
}

.p1-moo {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.social-icons a {
    margin-right: 15px;
    transition: transform 0.2s;
}

    .social-icons a:hover {
        transform: scale(1.2);
    }



.img-kibba, .img-markv, .img-kingpin, .img-moo, .img-strokes, .img-mm, .img-rockberg {
    width: 100%;
    height: 300px; 
    object-fit: contain;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}


@media (min-width: 768px) {
    .img-kibba, .img-markv, .img-kingpin, .img-moo, .img-strokes, .img-mm, .img-rockberg {
        width: 95%;
        height: 500px;
    }
}
@media (max-width: 767px) {
    .img-kibba, .img-markv, .img-kingpin, .img-moo, .img-strokes, .img-mm, .img-rockberg {
        height: auto;
    }
}



@media (min-width: 1200px) {
    .img-kibba, .img-markv, .img-kingpin, .img-moo, .img-strokes, .img-mm, .img-rockberg {
        width: 100%;
        height: 600px;
    }
}














@media (max-width: 767px) {
    .social-icons {
        margin-right:50%;
    }

    .fa {
        font-size: 20px;
        width: 35px;
        height: 35px;
        margin: 5px 5px;
        padding: 5px;
        margin-left: 0; 
    }
}


/*.img-kibba {
    width: auto;
    height: auto;
    max-height: 544px;
    object-fit: cover;
    border-radius: 5px;
    margin-top: 20px;
}*/


    .h2-kibba {
    font-size: 3vw;
    font-weight: 600;
    color: #872335;
    margin-top: 30px;
    
}


.social-icons .fa {
    font-size: 22px;
    width: 40px;
    height: 40px;
    margin: 10px 10px 0 0;
    border-radius: 50%;
    padding: 10px;
    background: #eeac25;
    color: white;
    display: inline-block;
    text-align: center;
}

    .social-icons .fa:hover {
        opacity: 0.8;
    }

@media (max-width: 768px) {
    .h2-kibba {
        font-size: 6vw;
        text-align: center;
    }

    .p1-kibba {
        font-size: 20px;
        line-height: 1.7;
        color: #555;
        text-align: justify;
      
    }

    .social-icons {
        text-align: center;
    }
}





















/*****************************************Environmental-Policy*********************************************/


.img-styleone
{
    width: 50%;
    height: auto;
    padding-bottom: 10px;
}

/* Basic Styling for the Tab Section */
.auto-section {
    display: flex; 
    padding: 20px;
}

.tab-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right: 20px;
    padding: 20px 30px;
    margin-left: 10%;
}

.tab-linksrak {
    display: flex;
    flex-direction: column;
    gap: 10px;
   
    margin-right: 20px;
    padding: 20px 30px;
    margin-left: -3%;
}


@media (max-width: 600px) {
    .tab-linksrak {
        padding: 1px;
    }
}

.tab-link {
  
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 450px;
    border-radius: 5px;
}

    .tab-link.active {
        background: #eeac25;
        color: white;
        width:80%;
        font-size:20px;
    }

.tab-pane {
    display: none;
}

    .tab-pane.active {
        display: block;
    }

.Alcohol-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.h2-style {
    font-size: 24px;
    margin: 10px 0;
}

.custom-paragraph {
    font-size: 20px;
    line-height: 1.5;
}






@media (min-width: 768px) {
    .auto-section {
        flex-direction: row; 
    }
}

@media (max-width: 767px) {
    .auto-section {
        flex-direction: column; 
    }

    .tab-links {
        margin-left: 0; 
        margin-right: 0;
        padding-top: 10px; 
    }
}

/* Container spacing and responsive layout */
.container-cont {
    width: 50%;
    padding: 30px 50px;
    margin-left: 20%;
   
    border-radius: 2px; 
   
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 0 2px 15px rgba(0, 0, 0, 0.15); 

    transform: translateY(-5px);
    transition: all 0.3s ease-in-out; 
}

  
    


.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.btn-primaryy {
    background-color: #eeac25;
    color: #fff;
    padding: 10px 25px;
    border: none;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .btn-primaryy:hover {
        background-color: #d99a1f;
    }

.container h1 {
    font-size: 28px;
    font-weight: bold;
}

.cont-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 40px;
    border-radius: 8px;
}


/* Mobile responsiveness */
@media (max-width: 768px) {
    .container-cont {
        width: 100%;
        padding: 20px 10px;
        margin-left: 0;
    }

    .btn-primaryy {
        width: 50%;
    }

    .cont-img {
        margin-top: 20px;
    }

    .container h1 {
        font-size: 24px;
        text-align: center;
    }

    .container p {
        text-align: center;
    }
}
/* General styles for HR section */
.hr-title {
    color: #eeac25;
    font-size: 32px;
    margin-top: 53px;
    font-weight: bold;
}

.hr-desc {
    color: #ffffff;
    font-size: 18px;
    text-align: justify;
    margin-top: 15px;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .hr-title {
        font-size: 28px;
        text-align: center;
    }

    .hr-desc {
        font-size: 16px;
        color: #ffffff; 
        text-align: center;
        margin-top: 20px;
    }
}


/*.tabes
{
display: flex;
flex-direction: row;
margin-left: 10%;
font-size: 20px;
flex-wrap: wrap;
margin-top:60px;
}

container-cont
{
margin-top: 30px;
width: 100%;
max-width: 666px; 
margin-left: auto;
margin-right: auto; 
padding: 20px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
border-radius: 8px;
background-color: #fff;
}

.form-control
{
margin-bottom: 15px;
padding: 10px;
margin-top:20px;
border-radius: 4px;
border: 1px solid #ccc;
}

button[type="submit"]
{
background-color: #ffffff; 
color: black; 
padding: 10px 20px;
border: none; 
border-radius: 4px; 
cursor: pointer; 
width: 25%;
margin-top: 20px; 
border: 1px solid #eeac25; 
}


button[type="submit"]:hover
{
border: 1px solid #eeac25; 
}
   
@media (max-width: 767px)
{
.form-control
{
font-size: 14px; 
padding: 12px;
}

button[type="submit"]
{
padding: 12px;
}
}

@media (min-width: 768px)
{
.form-control
{
font-size: 16px; 
padding: 14px;
}
}

.cont-img
{
width: 100%;
border-radius: 5px;
height: auto;
  
}*/

/*********************************************Age-varification************************************************/

.video-container
{
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
   z-index: -1;
}

.video-container video 
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

.content
{
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 50px;
   
}


.video-container
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
    overflow: hidden;
    z-index: -1;
}
.video-container video
{
   width: 100%;
   height: 100%;
   object-fit: cover;
}


.popup-overlay
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content
{
    background: rgba(255, 255, 255, 0.4);
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    width: 350px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.popup-content h2
{
  margin-bottom: 20px;
}

.popup-content button
{
  width: 100%;
  margin-top: 10px;
}

/***************************************new ***************************************/

/*.image-container {
    position: relative;
    width: 100%;
    height: 680px;
    overflow: hidden;
}


    .image-container img {
        width: 100%;
        height: 200%;
        object-fit: cover;
        display: block;
    }

.overlay {
    position: absolute;
    top: 60%;
    left: 53%;
    transform: translate(-50%, -50%);
    color: #eeac25;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 10px;
    width: 90%;
    box-sizing: border-box;
   
}
*/

/*
.CorporateSocial {
    position: relative;
    width: 100%;
  
    overflow: hidden;
    text-align: center;
}

    .CorporateSocial img {
        width: 100%;
        height: 90vh; 
        object-fit: contain; 
    }

.text-overlay {
    position: absolute;
    
    left: 53%;
    transform: translate(-50%, -50%);
    color: #eeac25;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 10px;
    width: 90%;
    box-sizing: border-box;
}*/

.SocialResponsibility {
  margin-top: 10%;
  height: 300px;
  border: 2px solid black;
  text-align: center;
}


.csr-container {
  padding: 20px;
  max-width: 1200px;
  margin: auto;
}


.csr-title {
  text-align: center;
  color: #872335;
  font-size: 2.5rem;
  margin-top: 40px;
}


.csr-text {
  font-size: 18px;
  text-align: justify;
  line-height: 1.7;
  margin-bottom: 30px;
}

.csr-image-wrapper {
  text-align: center;
  margin-top: 30px;
}

.csr-image {
  width: 100%;
  max-height: 630px;
  object-fit: cover;
  border-radius: 5px;
}


@media (max-width: 992px) {
  .csr-title {
    font-size: 2rem;
  }

  .csr-text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .SocialResponsibility {
    height: auto;
    padding: 20px 10px;
  }

  .csr-title {
    font-size: 1.8rem;
  }

  .csr-text {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .csr-title {
    font-size: 1.5rem;
  }

  .csr-text {
    font-size: 14px;
  }
}
.image-containereses {
    position: relative;
    width: 100%;
    height: 600px;
    font-size: 20px;
    background-color: #454545;
}


.text-overlay h2 {
    font-size: 3.28vw;
    font-weight: 550;
    margin-left:-5%;
}
@media (max-width: 768px) {
    .text-overlay h2 {
        font-size: 2rem;
    }

   
}

/********************************************/
