:root{
    --mainColor:#09c;
}
*{
    font-family: 'HelveticaNeue LT 45';
    padding: 0;
    margin: 0;
}
body{
/* height: 10000px */
}
.container{
    width: 75%;
    margin: 0 auto;
    
}
.nav-content a{
    text-decoration: none;
}
.search-bar{
    display: flex;
    justify-content: end;
    align-items: center;
    /* position: relative; */
}
.search-bar ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 0px;
    float: right;
    padding: 12px 20px;
    padding-right: 32px;
}
.search-bar ul li{
    color: white;
    padding-right: 5px;
    padding-left: 5px;
}
.search-bar ul li a{
    position: relative;
    color: white;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 0 10px;
}
.search-bar ul li i{
    color: white;
    
}.search-bar ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -3px;
    background: white;
    height: 2px;
    transition: left 0.3s ease-out, right 0.3s ease-out;
}

.search-bar ul li a:hover::after {
    left: 0;
    right: 0;
}
/* ***********  end search-bar ************* */



/* ***********  start navbar ************* */
.nav-bar{
    /* padding-top: 10px; */
    display: flex;
    align-items: center; /* Align vertically */
    justify-content: space-between;
    /* position: fixed; */
}
.logo{
    margin-right: 10px;
}
.logo img{
    width: 240px;
    height: 175px;
}
.nav-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-left: 250px; */

}
nav{
    margin-left: 15px; 
}
nav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}
nav ul li{
    padding: 0 5px;
    
}
nav ul li a{
    text-decoration: none;
    color: white;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    margin: 10px;
}
.nav-content span{
    
}
nav ul li :hover {
    background-color: white;
    color: black;
    width: 100%;
}
.menu-bar {
    color: white;
    font-size: 24px;
    font-weight: 800;
    display: none;
}
@media screen and (max-width: 992px) {
    nav {
        display: none;
    }
    .menu-bar {
        display: block;
    }
}

/* ************** end navbar *************** */
.background-image{
    background-image: url("../images/623.png");       
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 60vh;
    
}
.second-back{
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(3, 51, 51, 0.607));
    width: 100%;
    height: 60vh;
}

.about{
    padding: 80px;
}
.about h1{
    text-align: center;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    line-height: 60px;
    letter-spacing: 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.about {
    animation-name: about;
    animation-duration: 1s;
    visibility: visible;
}
@keyframes about {
    from {
        opacity: 0;
        transform: translatey(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* **********end of frist section*********** */
@media screen and (max-width: 992px) {
    .container {
        width: 90%;
    }
    .search-bar ul {
        /* display: none; */
        flex-direction: row; /* Stack items vertically */
        padding: 10px 0;
        border: none;
    }
    .menu-bar {
        display: block; /* Display the menu bar */
    }
    nav {
        display: none; /* Hide default navigation */
    }
    .background-image, .second-back {
        height: 50vh; /* Reduce height for smaller screens */
    }
}

@media screen and (max-width: 768px) {
    .search-bar {
        display: none;
        justify-content: center; /* Center align on smaller screens */
    }
    .search-bar ul li a {
        font-size: 8px; /* Smaller text for links */
    }
    .about {
        padding: 20px 20px;
    }
    .about h1 {
        font-size: 32px;
        letter-spacing: 5px;
        line-height: 50px;
    }
    
}
@media screen and (max-width: 576px) {
    .nav-bar{
        padding-top: 15px;
    }
    .background-image{
        background-image: url("../images/622.png");       
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 30vh;
        
    }
    .second-back{
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(3, 51, 51, 0.607));
        width: 100%;
        height: 30vh;
    }
    .logo img{
        width: 120px;
        height: 70px;
    }
    .social-sidebar{
        display: none;
    }
    .search-bar ul li a {
        font-size: 6px; /* Reduce further for very small screens */
    }
    .about h1 {
        font-size: 26px;
        line-height: 40px;
        letter-spacing: 3px;
    }
    /* .background-image, .second-back {
        height: 30vh; 
    } */
}

/* ********** Start Search Bar ********** */
/* **********start of content section*********** */


.about-inner {
    text-align: center;
    margin: 0 auto; /* Center the container */
    width: 80%; /* Adjust width for better responsiveness */
}

.con {
    margin: 0 auto;
}

.styled-paragraph {

    color:#092a30;
    font-family :"HelveticaNeue LT 45";
    font-size:17px;
    line-height:30px;
    vertical-align:baseline;
    letter-spacing:normal;
    word-spacing:0px;
    font-weight:400;
    text-transform:none;
    text-decoration:none solid rgb(9, 42, 48);
    text-align:center;
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 20px 40px;

}

.styled-paragraph p {
    margin-bottom: 20px; 
}


/* For tablets and smaller screens */
@media screen and (max-width: 992px) {
    .about-inner {
        width: 90%; /* Adjust width for smaller screens */
    }

    .styled-paragraph {
        font-size: 16px; /* Slightly smaller font for readability */
        padding: 15px 30px; /* Adjust padding for smaller screens */
    }
}

/* For smaller tablets and large phones */
@media screen and (max-width: 768px) {
    .about-inner {
        width: 95%; /* Ensure the content takes up more space on smaller screens */
    }

    .styled-paragraph {
        font-size: 15px; /* Further reduce font size */
        padding: 12px 25px; /* Adjust padding */
        margin-top: 40px; /* Reduce margin for better spacing */
    }
}

/* For mobile screens */
@media screen and (max-width: 480px) {
    .about-inner {
        width: 100%; /* Content takes up full width on very small screens */
    }

    .styled-paragraph {
        font-size: 14px; /* Reduce font size further */
        padding: 10px 20px; /* Adjust padding */
        margin-top: 30px; /* Further reduce margin */
    }
}
/* **********end of content section*********** */
/* **********start of mission section*********** */
.mission-container{
background-color: #092a30;
height: 50vh;
display: flex;
justify-content: space-between;
align-items: center;
}
.mission-part{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 50px; */
    width: 100%;
}
.mission-part p ,ul{
    color: white;
}
.vision{
    text-align: center;
    width: 30%;
}
.vision h3{
    color:#ffffff;
    font-family :'Montserrat', sans-serif;
    line-height:38px;
    vertical-align:baseline;
    font-size:37px;
    letter-spacing:8px;
    font-weight:700;
    text-transform:uppercase;
}
.vision p{
    color:#ffffff;
    font-family :"HelveticaNeue LT 45";
    font-size:15px;
    line-height:28px;
    vertical-align:baseline;
    font-weight:400;
}
.mission{
    text-align: center;
    width: 30%;

}
.mission h3{
    color:#ffffff;
    font-family :'Montserrat', sans-serif;
    line-height:38px;
    vertical-align:baseline;
    font-size:37px;
    letter-spacing:8px;
    font-weight:700;
    text-transform:uppercase;
}
.mission p{
    color:#ffffff;
    font-family :"HelveticaNeue LT 45";
    font-size:15px;
    line-height:28px;
    vertical-align:baseline;
    font-weight:400;
}

.values{
    text-align: center;
    width: 30%;
}
.values h3{
    color:#ffffff;
    font-family :'Montserrat', sans-serif;
    line-height:38px;
    vertical-align:baseline;
    font-size:37px;
    letter-spacing:8px;
    font-weight:700;
    text-transform:uppercase;
}
.values ul{
    list-style: none;
    padding-left: 0;
}
.values ul li{
    color:#ffffff;
    font-family :"HelveticaNeue LT 45";
    font-size:15px;
    line-height:28px;
    vertical-align:baseline;
    font-weight:400;
}


/* For laptops, tablets, and smaller screens */
@media screen and (max-width: 992px) {
    .mission-container {
        height: auto; /* Allow for more space on smaller screens */
    }
    .box-listvalues{
        padding: 0;
        margin: 0;
    }
    /* .mission-part{
        flex-direction: row; 
    } */
    .vision, .mission, .values {
        width: 80%; /* Take up more width on smaller screens */
        margin-bottom: 20px; /* Add spacing between sections */
    }

    .vision h3, .mission h3, .values h3 {
        font-size: 30px; /* Reduce font size for better readability */
        letter-spacing: 5px; /* Reduce letter-spacing */
    }

    .vision p, .mission p, .values ul li {
        font-size: 14px; /* Reduce font size */
    }
}

/* For smaller tablets and large phones */
@media screen and (max-width: 768px) {
    .mission-container {
    }
    .box-listvalues{
        padding: 0;
        margin: 0;
    }
    .mission-part{
        flex-direction: column; 
    }
    .vision, .mission, .values {
        width: 90%; /* Allow sections to take up more space */
    }

    .vision h3, .mission h3, .values h3 {
        font-size: 28px; /* Further reduce font size */
        letter-spacing: 4px;
    }

    .vision p, .mission p, .values ul li {
        font-size: 13px; /* Reduce font size further */
    }
}

/* For mobile screens */
@media screen and (max-width: 480px) {
    .mission-container {
        padding: 20px; /* Add padding for mobile screens */
    }
    .box-listvalues{
        padding: 0;
        margin: 0;
    }
    .mission-part{
        flex-direction: column; 
    }

    .vision, .mission, .values {
        width: 100%; /* Take full width on mobile */
        margin-bottom: 15px; /* Adjust margin between sections */
    }

    .vision h3, .mission h3, .values h3 {
        font-size: 24px; /* Smaller font size for mobile */
        letter-spacing: 2px;
    }

    .vision p, .mission p, .values ul li {
        font-size: 12px; /* Further reduce font size */
    }
}
/* **********  end eperience of  section*********** */
/* **********  start of ceo section*********** */
.ceo-part{
    display: flex;
    justify-content: center;
    /* align-items: center; */
}
.ceo-image{
    width: 40%;
    background-image: url(https://directiongoals.com/wp-content/uploads/2022/07/005.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}
.ceo-content{
    width: 60%;

    background-color: #ffffff;
}
.ceo-text{
    width: 100%;
color: #ffffff;
}
.ceo-text h1{
    color: #092a30;
    padding-top: 50px;
    font-size: 44px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
    line-height: 56px;
    vertical-align: baseline;
    letter-spacing: 5px;
    word-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
}
.ceo-text p{
    color: #092a30;
    font-family: "HelveticaNeue LT 45";
    font-size: 17px;
    line-height: 30px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none solid rgb(9, 42, 48);
    
}


/* For tablets and smaller screens */
@media screen and (max-width: 992px) {
    .ceo-part {
        flex-direction: column; /* Stack the image and content vertically */
        padding: 20px; /* Add some padding around the content */
    }

    .ceo-image {
        /* display: none; */
        width: 100%; /* Make the image take up full width */
        height: 250px; /* Set a fixed height for the image on smaller screens */
    }

    .ceo-content {
        width: 100%; /* Ensure the content takes up full width */
    }

    .ceo-text h1 {
        font-size: 30px; /* Reduce the font size for better readability */
        line-height: 40px;
        letter-spacing: 3px; /* Reduce letter-spacing */
    }

    .ceo-text p {
        font-size: 14px; /* Reduce font size */
    }
}

/* For mobile screens */
@media screen and (max-width: 768px) {
    .ceo-part {
        flex-direction: column; /* Stack sections vertically */
        padding: 10px; /* Add padding for mobile screens */
    }

    .ceo-image {
        /* display: none; */
        width: 100%; /* Image takes full width */
        height: 250px;
        /* height: 150px;  */
    }

    .ceo-content {
        width: 100%; /* Ensure content takes full width */
    }

    .ceo-text h1 {
        font-size: 24px; /* Further reduce font size */
        line-height: 32px;
        letter-spacing: 2px; /* Further reduce letter-spacing */
    }

    .ceo-text p {
        font-size: 13px; /* Further reduce font size */
        line-height: 24px; /* Reduce line-height for smaller text */
    }
}
/* **********  end of ceo section*********** */

.ceo2-part{
    display: flex;
    justify-content: center;
        flex-direction: row-reverse;

}
.ceo2-image{
    width: 40%;
    background-image: url(https://directiongoals.com/wp-content/uploads/2022/11/Serv-04-1564x1564.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}
.ceo2-content{
    width: 60%;

    background-color: #ffffff;
}
.ceo2-text{
    width: 100%;
color: #ffffff;
}
.ceo2-text h1{
    
}
.ceo2-text p{
    color: #092a30;
    font-family: "HelveticaNeue LT 45";
    font-size: 17px;
    line-height: 30px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none solid rgb(9, 42, 48);
    
}



.hsse-section {
    background-color: #ffffff; /* Dark blue background */
    color: #092a30; /* White text */
    /* padding: 50px 20px; */
    font-family: "Montserrat", sans-serif; /* Clean, modern font */
}


.hsse-section h2 {
    color: #092a30;
    padding-top: 40px;
    font-size: 44px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
    line-height: 56px;
    vertical-align: baseline;
    letter-spacing: 5px;
    word-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
}

.hsse-section p {
    color: #092a30;
    font-family: "HelveticaNeue LT 45";
    font-size: 15px;
    line-height: 30px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none solid rgb(9, 42, 48);
}

.hsse-list {
    margin-top: 20px;
    margin-bottom: 40px;
}
.hsse-list ul {
    list-style:none;
}

.hsse-list li {
    font-size: 15px;
    line-height: 1.8;
    color: #092a30;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.hsse-list li:before {
    content: "—"; /* Dash bullet */
    position: absolute;
    left: 0;
    color: #092a30; /* Red for the bullets */
    font-size: 20px;
    font-weight: bold;
}



/* ********** Media Queries for Responsiveness ********** */

/* For tablets and smaller screens */
@media screen and (max-width: 992px) {
    /* CEO2 Section */
    .ceo2-part {
        flex-direction: column; /* Stack the CEO image and content vertically */
        padding: 20px;
    }

    .ceo2-image {
        width: 100%; /* Image takes full width */
        height: 250px; /* Adjust image height */
    }

    .ceo2-content {
        width: 100%; /* Content takes full width */
    }

    .ceo2-text h1 {
        font-size: 24px; /* Reduce font size */
        line-height: 32px;
    }

    .ceo2-text p {
        font-size: 14px; /* Adjust font size for smaller screens */
    }

    /* HSSE Section */
    .hsse-section h2 {
        font-size: 30px; /* Reduce font size */
        line-height: 40px;
    }

    .hsse-section p {
        font-size: 14px; /* Reduce font size */
        line-height: 24px; /* Adjust line-height */
    }

    .hsse-list li {
        font-size: 14px; /* Reduce font size for list items */
    }
}

/* For mobile screens */
@media screen and (max-width: 768px) {
    /* CEO2 Section */
    .ceo2-part {
        flex-direction: column; /* Stack image and content */
    }

    .ceo2-image {
        width: 100%; /* Image takes full width */
        height: 200px; /* Reduce height for mobile screens */
    }

    .ceo2-content {
        width: 100%;
    }

    .ceo2-text h1 {
        font-size: 22px; /* Further reduce font size */
        line-height: 28px;
    }

    .ceo2-text p {
        font-size: 13px; /* Further reduce font size */
        line-height: 22px; /* Adjust line-height */
    }

    /* HSSE Section */
    .hsse-section h2 {
        font-size: 26px; /* Reduce font size */
    }

    .hsse-section p {
        font-size: 12px; /* Reduce font size */
        line-height: 20px;
    }

    .hsse-list li {
        font-size: 13px; /* Reduce font size for list items */
    }
}
/* ********************************* */

.ceo3-part{
    display: flex;
    justify-content: center;
        /* flex-direction: row-reverse; */

}
.ceo3-image{
    width: 40%;
    background-image: url(https://directiongoals.com/wp-content/uploads/2022/11/Profile2.jpg);
    
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}
.ceo3-content{
    width: 60%;

    background-color: #ffffff;
}
.ceo3-text{
    width: 100%;
color: #ffffff;
}
.ceo3-text h1{
    
}
.ceo3-text p{
    color: #092a30;
    font-family: "HelveticaNeue LT 45";
    font-size: 17px;
    line-height: 30px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none solid rgb(9, 42, 48);
    
}



.hsse2-section {
    background-color: #ffffff; /* Dark blue background */
    color: #092a30; /* White text */
    /* padding: 50px 20px; */
    font-family: "Montserrat", sans-serif; /* Clean, modern font */
}


.hsse2-section h2 {
    color: #092a30;
    padding-top: 40px;
    font-size: 44px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
    line-height: 56px;
    vertical-align: baseline;
    letter-spacing: 5px;
    word-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
}

.hsse2-section p {
    color: #092a30;
    font-family: "HelveticaNeue LT 45";
    font-size: 15px;
    line-height: 30px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none solid rgb(9, 42, 48);
}

.hsse2-list {
    margin-top: 20px;
    margin-bottom: 40px;
}
.hsse2-list ul {
    list-style:none;
}

.hsse2-list li {
    font-size: 15px;
    line-height: 1.8;
    color: #092a30;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.hsse2-list li:before {
    content: "—"; /* Dash bullet */
    position: absolute;
    left: 0;
    color: #092a30; /* Red for the bullets */
    font-size: 20px;
    font-weight: bold;
}




/* For tablets and smaller screens */
@media screen and (max-width: 992px) {
    /* CEO3 Section */
    .ceo3-part {
        flex-direction: column; /* Stack CEO image and content vertically */
        padding: 20px;
    }

    .ceo3-image {
        width: 100%; /* Image takes full width */
        height: 250px; /* Adjust height */
    }

    .ceo3-content {
        width: 100%; /* Content takes full width */
    }

    .ceo3-text h1 {
        font-size: 24px; /* Adjust font size */
        line-height: 32px;
    }

    .ceo3-text p {
        font-size: 14px; /* Adjust font size */
    }

    /* HSSE2 Section */
    .hsse2-section h2 {
        font-size: 30px; /* Adjust heading font size */
    }

    .hsse2-section p {
        font-size: 14px; /* Adjust paragraph font size */
        line-height: 24px;
    }

    .hsse2-list li {
        font-size: 14px; /* Adjust list item font size */
    }
}

/* For mobile screens */
@media screen and (max-width: 768px) {
    /* CEO3 Section */
    .ceo3-part {
        flex-direction: column; /* Stack image and content */
    }

    .ceo3-image {
        width: 100%; /* Image takes full width */
        height: 250px; /* Adjust height for mobile */
    }

    .ceo3-content {
        width: 100%; /* Content takes full width */
    }

    .ceo3-text h1 {
        font-size: 22px; /* Further reduce font size */
        line-height: 28px;
    }

    .ceo3-text p {
        font-size: 13px; /* Further reduce font size */
        line-height: 22px;
    }

    /* HSSE2 Section */
    .hsse2-section h2 {
        font-size: 26px; /* Adjust heading font size */
    }

    .hsse2-section p {
        font-size: 12px; /* Further reduce paragraph font size */
        line-height: 20px;
    }

    .hsse2-list li {
        font-size: 13px; /* Further adjust list item font size */
    }
}
/* ************** start footer setion *************** */
footer {
    background-color: #102326; 
    color: #FFFFFF; 
    padding: 40px 20px;
    text-align: center;
}

footer h3 {
    margin: 10px 0;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.foot1{

}
.sub{
    display: inline-block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #bababa;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 15px 20px;
    color: white;
    transition: 0.6s all ease;
    letter-spacing: 5px;
}
.sub:hover{
    color: #092a30;
    background-color: white;
}
.foot2 button{
    
}
.foot3{

}
footer .footer-content  {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

footer .footer-section {
    flex: 1;
    min-width: 250px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

footer ul li {
    margin: 5px 0;
}

footer a {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

.social-icons2 {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.social-links2 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}

.social-links2 li {
    display: inline-block;
}

.social-links2 a {
    color: #ffffff;
    font-size: 1.5em;
    text-decoration: none;
    transition: transform 0.3s, color 0.3s;
}
.social-icons2 ul li {
    list-style: none;
    font-size: 16px;
    line-height: 25px;
    padding: 5px 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 5px 0;
    text-align: center;
}
.social-links2 a:hover {
    color: #00aaff; 
    transform: scale(1.1);
}

footer .bottom-bar {
    margin-top: 30px;
    font-size: 0.9em;
    opacity: 0.7;
}

.line2{
    
        height: 1px; /* Adjust thickness */
        background-color: #E8E8E8; /* Adjust to match the exact line color */
}
/* ************** start footer setion *************** */
/* Tablet screens (900px and below) */
@media screen and (max-width: 900px) {
    footer .footer-content {
        flex-direction: column; /* Stack sections vertically */
        align-items: center;
    }

    footer .footer-section {
        min-width: auto;
        text-align: center; /* Center the content for smaller screens */
    }

    footer .social-icons2 {
        gap: 10px;
        padding: 10px 0;
    }

    footer .bottom-bar {
        font-size: 0.8em; /* Smaller font size for mobile */
        margin-top: 20px;
    }

    footer .footer-content li {
        margin-bottom: 10px; /* Add space between links */
    }
}

/* Mobile screens (768px and below) */
@media screen and (max-width: 768px) {
    footer .footer-content {
        flex-direction: column;
        padding: 30px 15px;
    }

    footer .footer-section {
        min-width: 100%;
        text-align: center; /* Ensure all text is centered */
    }

    footer h3 {
        font-size: 1.1em; /* Smaller footer heading */
        margin: 15px 0;
    }

    footer ul li {
        margin: 8px 0; /* Adjust spacing between links */
    }

    footer .social-icons2 {
        padding: 15px 0;
        justify-content: center;
    }

    footer .social-links2 a {
        font-size: 1.2em; /* Slightly smaller social icons */
    }

    footer .bottom-bar {
        font-size: 0.75em; /* Even smaller text for mobile */
        opacity: 0.6;
    }

    footer .line2 {
        width: 100%;
    }
}

/* Small mobile screens (480px and below) */
@media screen and (max-width: 480px) {
    footer {
        padding: 30px 15px; /* Reduce padding for very small screens */
    }

    footer h3 {
        font-size: 1em; /* Further reduce heading font size */
        margin: 20px 0;
    }

    footer ul li {
        margin: 6px 0;
    }

    footer .social-icons2 {
        gap: 8px;
        padding: 10px 0;
    }

    footer .social-links2 a {
        font-size: 1.1em; /* Smaller social icon size */
    }

    footer .bottom-bar {
        font-size: 0.7em; /* Very small font for bottom bar */
    }
}
    