*{
    margin: 0;
    padding: 0;
    /* box-sizing:unset; */
}



body {
    font-family: "Poppins", serif;
    background-color: #212121;
    color: white;
}



/* header */
header{
    margin: 15px 16px;
}
.Hero-section {
    position: relative;
    border-radius: 30px;
    background-size: cover;
    width: 100%;
    padding: 20px;
    
}

.Hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: url('./aboutPage/banner/banner.png') no-repeat center;
    background-size: cover;
    border-radius: 30px;
    z-index: -1;
}
/* nav */

/* heading */
.title-heading{
    display: none;
}
.brand {
    width: 140px;
    height: auto;
}
ul li{
    display: inline;
    margin: 0 54px;
    font-size:18px ;
    font-weight: 500;
    
}
ul li a{
    color: rgba(255, 255, 255, 1);
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #C83636 !important; /* Highlight color */
    
    transition: transform 0.3s ease;
}

/* Welcome Content */
.welcome{
    padding:100px 20px 300px;
   
}
.welcome-wrapper h1{
    color: #ffffff;
    font-size: 43px;
    font-weight: 700;
    line-height: 56px;
   
}

.content {
    padding: 15px;
}

h2 {
    font-weight: bold;
}

.features p {
    font-size: 14px;
    opacity: 0.8;
}

/* features */

.features{
    margin: 0 30px;
}


.custom-card {
    width: 350px;
    text-align: center;
}

.image-container {
    position: relative;
    width: 100%;
    border-radius: 15px;
    margin-bottom: 30px;
}

.image-container img:nth-child(1) {
    position: absolute;
    top: 18px;
    left: 20px;
    z-index: 99;
}

.slanted-border {
    width: 75%;
    height: 186px;
    border: 3px solid red;
    border-radius: 15px;
    transform: skewX(-13deg); /* Slant effect */
    pointer-events: none;
}

.features img {
    width: 75%;
    height: 186px;
    border-radius: 15px; /* Rounded corners */
    transform: skewX(-15deg); /* Slanted effect */
}


footer{
    background-color:#000000;
    padding: 60px 20px 20px;
}
.info p{
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    font-weight: 400;
    
}
.input-field {
    position: relative; /* Add this */
    max-width: 100%; /* To align with the input width */
}

.input-field input[type='email'] {
    width: 100%;
    border-radius: 25px;
    border: 1.5px solid #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 25px;
    padding: 20px 260px 20px 20px; /* Adjusted padding for button space */
    box-sizing: border-box;
}

.input-field .submit-btn {
    position: absolute; /* Ensure it's positioned over the email input */
    top: 8px;
    right: 10px; /* Adjusted from 185px to 15px for proper alignment */
    border-radius: 20px;
    border: 1.5px solid #FFFFFF;
    background-color: #C83636;
    color: #E4E4E4;
    font-size: 18px; /* Adjusted to fit better */
    padding: 17px 20px;
    font-weight: 600;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}

.line-through{
    width: 100%;
    /* height: 1px; */
    border: 1px solid #FFFFFF;
    margin-bottom: 40px;
}



.about h4{
    font-size: 25px;
    font-weight: 600;
    color: #C83636;
    
}

.about p{
    
    font-size: 17px;
    font-weight: 300;
    color: #C83636;
    line-height: 30px;
}
.QuickLinks a{
    font-size: 19px;
    font-weight: 300;
    color: #C83636;
    line-height: 40px;
}
.QuickLinks p{
    margin-bottom: 0;
}
/* logos */
.logos .mainLogo{
    width:174px;
    height:180px;
   top: -30px;
}
.icons{
    position: relative;
    top: -40px;
   
}
.icons i{
    color: #7f7f7f;
    
}


/* Mission and Vision */
.mission-vision-section {
   width: 100%;
    
}
.features-section{
    margin-top:-150px ;
    position: relative;
}
.background-image {
    width: 100%;
    opacity: 0.2; /* Darken the image */
    position: absolute;
    height: 100%;
    background-size: cover;
    object-fit: contain;
    background-repeat: no-repeat;
    top: -35%;
    left: -18%;
    z-index: -1;
}

.mission-vision-section .content {
    position: relative;
    padding: 0px 20px 100px;
}
.mission-vision-section .mission .text {
    margin: 0 30%;
}
.mission-vision-section .vision .text {
    margin: 0 0 0 52%;
    width: 50%;
}
.mission, .vision {
    position: relative;
    margin-bottom: 50px;
}

.text {
    width: 100%;
}
.text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 29.8px;
}

.mission .text {
    margin-left: 0;
}

.vision .text {
    margin-left: auto;
}
.vision {
    margin-top: 150px;
}

.mission-vision-section h2 {
    color: #C83636;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
}

.line1 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 40%;
    height: 4px;
    background-color: #C83636;
}

.circle1 {
    position: absolute;
    top: 50%;
    right: 38%;
    width: 41px;
    height: 41px;
    background-color: red;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.line2 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 24%;
    height: 4px;
    background-color: #C83636;
}

.circle2 {
    position: absolute;
    top: 50%;
    right: 22%;
    width: 41px;
    height: 41px;
    background-color: red;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}




@media (max-width: 576px) {
    
    .mission-vision-section .mission .text,
    .mission-vision-section .vision .text {
        margin: 0 5%;
    }
    .mission-vision-section h2 {
        font-size: 10px;
    }
    .mission-vision-section .text p {
        font-size: 11px;
        line-height: 18px;
    }
    .text h2{
        font-size: 25px;
    }
    /* .line1, .line2 {
        width: 60%;
    }
    .circle1, .circle2 {
        width: 25px;
        height: 25px;
    } */
    .Hero-section::before {
        height: 80vh;
    }

    .brand {
        width: 700px;
    }

    .welcome {
        padding: 200px 10px;
    }

    .welcome-wrapper h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .about-wrapper >div:nth-child(2){
        align-items: center;
    }
    .features-section{
        margin-top: -50px;
    }
    .about-us .about-wrapper >div:nth-child(1) h2{
        /* top: 0px; */
       padding: 13px 10px;
       font-size: 9px;
       text-align: start;
      
    }
}

/* about us */
.about-us{
    padding: 100px 0 0px 0;
    
    box-sizing: unset;
}
.about-us h2{
    color: #ffffff;
}
.about-wrapper {
    position: relative;

}
.about-wrapper p{
    z-index: 999;
}
/* .about-wrapper img {
    width: 100%;
   
   
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
*/
    .about-wrapper img { 
    width: 100%;
    height: 900px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.about-wrapper >div:nth-child(1){
   
    background: url('./aboutPage/4x/Vector.png') no-repeat center ;
    width: 60%;
    background-size: cover;
} 
.about-wrapper >div:nth-child(1) h2{
    /* top: 0px; */
   padding: 70px 20px;
   text-align: center;
}
.about-wrapper >div:nth-child(2){
   padding: 40px 100px;
   height: 1120px;
} 
.about-wrapper >div:nth-child(2) p{
    border-top-left-radius: 73px;
    background-color: #FF0000B2;
}




/* media queries */

@media (max-width:1665px) {
    .about-wrapper >div:nth-child(1){
        
        background: url('./aboutPage/4x/Vector.png') no-repeat center ;
        width: 60%;
        background-size: cover;
    } 
    .mission-vision-section .vision .text {
        margin: 0 0 0 33%;
    }
}
@media (min-width:992px) and (max-width: 1340px) {
    .mission-vision-section .mission .text{
        margin: 0 23%;
    }
    .line2{
        width: 17%;
    }
    .circle2{
        width: 34px ;
        height: 34px;
        right: 14%;
    }
}
@media (max-width: 992px) {

    /* Heading section */
    .title-heading{
        display: block;
        font-size: 24px;
        font-weight: 700;
        line-height: 20px;
        color: #212121;
        margin-bottom: 0;
        text-transform: uppercase;
    }
    /* nav */
    .navbar-brand{
        margin-right: 0;

    }
    .navbar-nav {
        flex-direction: column;
    }
    
    .welcome-wrapper h1 {
        font-size: 28px;
        line-height: 38px;
    }


    .about-us{
        padding: 50px 0  0 0;
    }
    .about-wrapper >div:nth-child(1){
        
        background: url('./aboutPage/4x/Vector.png') no-repeat center;
        background-size: cover;
        width: 55%;
        overflow: hidden;
    }
    .about-wrapper >div:nth-child(1) h2{
        /* top: 0px; */
       padding: 20px 10px;
       font-size: 14px;
       text-align: center;
      
    }
    .about-wrapper img{
        width: 100%;
        height: 433px;
        top: 0px;
        
    }
    
    .about-wrapper >div:nth-child(2){
       padding: 40px 80px;
        height: 536px;
    }
    .about-wrapper >div:nth-child(2) p{
        border-top-left-radius: 0;
        padding: 10px;
        font-size: 11px;
    }
    /* header */
    header{
        margin: 0;
    }
    .Hero-section {
        position: relative;
        border-radius: 30px;
        background-size: cover;
        width: 100%;
        height: 480px;
        padding: 0px;
       
    }
    .Hero-section h1{
        text-align: center;
    }
    /* .brand{
        width: 70px;
        height:100px;
        margin: 0 auto;
    } */
    .Hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 480px;
        background: url('./aboutPage/banner/bannner-image2.png') no-repeat top center;
        background-size: cover;
        border-radius: 0;
        z-index: -1;
    }
    .welcome {
        padding: 240px 10px;
    }

    .welcome-wrapper h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .background-image {
       width: 100%;
       height: 50%;
        object-fit: cover;
        top: -10%;
    }
    

 

    /* Nav styles */
    /* Navbar Styling */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white !important; /* White background */
    padding: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Light shadow for better visibility */
}

.navbar-brand img {
    width: 80px; /* Adjust logo size */
    height: auto;
}

/* Navbar Links */
.navbar-nav .nav-link {
    color: #333 !important; /* Dark text for better contrast */
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
    padding: 10px 15px;
    
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #C83636 !important; /* Highlight color */
}

.navbar-nav .nav-link {
    padding: 10px;
}
.navbar-nav {
    background-color: white;
    border-radius: 10px;
}


/* mission */

.mission-vision-section .content {
    padding: 66px 10px 50px;
}

.mission-vision-section .mission .text,
    .mission-vision-section .vision .text {
        margin: 0 20%;
    }
    .mission-vision-section h2 {
        font-size: 36px;
    }
    .line1  {
        width: 28%;
    }
    .circle1 {
        width: 30px;
        height: 30px;
        right: 24%;
    }
    .text{
        width: 50%;
    }
    .line2{
        width: 18%;
    }
    .circle2{
        width: 30px;
        height: 30px;
        right: 15%;
    }
    .vision{
        margin-top: 10px;
    }
    .text p{
        font-size: 16px;
        line-height: 27px;
    }
    
}
@media (max-width: 768px) {
    .Hero-section {
        padding: 0px;
    }

    .welcome {
        padding: 200px 10px;
    }

    .welcome-wrapper h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .slanted-border {
    
        width:80%;
        height: 186px;
        border: 3px solid red;
        border-radius: 15px;
        transform: skewX(-13deg); /* Slant effect */
        pointer-events: none;
    }
    .features .content h2{
        text-align: center;
        font-size: 20px;
    }
    .features .content p{
        text-align: center;
        font-size: 12px;
        
    }
    .features img{
        width:80%;
        height: 186px;
        /* object-fit: cover; */
        border-radius: 15px; /* Rounded corners */
        transform: skewX(-15deg); /* Slanted effect */
        /* background-color: transparent; Transparent inside */
    } 
    
    .features .content{
        padding: 10px 0;
    }
    
    .input-field input[type='email'] {
        font-size: 18px;
        padding: 15px 120px 15px 15px; /* Adjust padding for smaller button space */
        
    }

    .input-field .submit-btn {
        font-size: 14px;
        padding: 12px 15px;
        top: 5px;
        right: 4px;
    }
    .input-field {
        max-width: 100%;
    }
    /* About wrapper */
    .about-wrapper img {
        width: 100%;
        height: 358px;
        top: 0px;
    }
    .about-wrapper >div:nth-child(2) {
        padding: 40px 80px;
        height: 458px;
    }

    /* Mission and Vision */
    .mission-vision-section .mission .text,
    .mission-vision-section .vision .text {
        margin: 0 10%;
    }
    .mission-vision-section h2 {
        font-size: 28px;
    }
    .text{
        width: 60%;
    }
    
    .line1 {
        width: 28%;
    }
    .circle1 {
        width: 22px;
        height: 21px;
        right: 24%;
    }
    .line2{
        width: 18%;
    }
    .circle2{
        width: 22px;
        height: 21px;
        right: 15%;
    }

    .background-image{
        object-fit: contain;
    }

    .about-wrapper img{
        top: 0px;
    }
    
}



@media (max-width: 480px) {
    /* Heading */

    .title-heading{
        display: block;
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        color: #212121;
        margin-bottom: 0;
    }
    .navbar-brand .brand{
        width: 70px;
    }

    /* footer */
    .input-field {
        max-width: 100%;
    }

    .input-field input[type='email'] {
        padding: 15px 100px 15px 10px; /* Reduce padding for very small screens */
        font-size: 16px;
    }

    .input-field .submit-btn {
        font-size: 12px;
        padding: 10px 12px;
        top: 7px;
        right: 3px;
    }
    

    /*featuress */
    .features img{
        width:100%;
        height: 186px;
        /* object-fit: cover; */
        border-radius: 15px; /* Rounded corners */
        transform: skewX(-15deg); /* Slanted effect */
        /* background-color: transparent; Transparent inside */
    } 
    .slanted-border {
    
        width:100%;
        height: 186px;
        border: 3px solid red;
        border-radius: 15px;
        transform: skewX(-13deg); /* Slant effect */
        pointer-events: none;
    }

    .features .content h2{
        text-align: center;
        font-size: 17px;
    }
    .features .content p{
        text-align: center;
        font-size: 10px;
    }
    .Hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 340px;
        background: url('./aboutPage/banner/bannner-image2.png') no-repeat top center;
        background-size: cover;
        border-radius: 0;
        z-index: -1;
    }
    .welcome {
        padding: 160px 10px;
    }
    .welcome-wrapper h1 {
        font-size: 22px;
        line-height: 32px;
    }
    .Hero-section {
        position: relative;
        border-radius: 30px;
        background-size: cover;
        width: 100%;
        height: 340px;
        padding: 0px;
       
    }
    .brand{
        width: 70px;
    }

    /* about wrapper */
   .about-wrapper img{
    height:210px ;
    top: 0;
   
   }
    .about-wrapper >div:nth-child(2){
        padding: 0px 30px;
         height: 250px;
     }
     .about-wrapper >div:nth-child(2) p{
        border-top-left-radius: 0;
        padding: 10px;
        font-size: 9px;
    }
    .about-wrapper >div:nth-child(1) h2{
        /* top: 0px; */
       padding: 8px 10px;
       font-size: 11px;
       text-align: start;
      
    }
    .about-wrapper >div:nth-child(1){
        height: 50px;
    }
    .features-section .mission-vision-section .content {
        padding: 50px 5px;
    }
}
@media (max-width:380px) {
    /*featuress */
    .features img{
        width:100%;
        height: 150px;
        /* object-fit: cover; */
        border-radius: 15px; /* Rounded corners */
        transform: skewX(-15deg); /* Slanted effect */
        /* background-color: transparent; Transparent inside */
    } 
    .slanted-border {
    
        width:100%;
        height: 150px;
        border: 3px solid red;
        border-radius: 15px;
        transform: skewX(-13deg); /* Slant effect */
        pointer-events: none;
    }
    .circle2{
        right: 13%;
    }
}
