:root{
    --mainColor:#09c;
}
*{
    font-family: 'HelveticaNeue LT 45';
    padding: 0;
    margin: 0;
}
body{

}
.container{
    width: 75%;
    margin: 0 auto;
    
}
/* ******************************** */
/* ***********  start search-bar ************* */
.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-content a{
    text-decoration: none;
}
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 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/1.png");       
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}
.second-back{
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(3, 51, 51, 0.607));
}


/* ************** start slider *************** */
.slider{
    padding-top: 80px;
}
.container-slider{
    width: 60%;
    margin: 0 auto;
    
}
.slider-text{

}
.slider-text p{
    margin-bottom: 15px;
    color:#ffffff;
    font-family :'Montserrat', sans-serif;
    font-size: 42px;
    line-height:60px;
    vertical-align:baseline;
    letter-spacing:10px;
    word-spacing:0px;
    font-weight:700;
    font-style:normal;
    font-variant:normal;
    text-transform:uppercase;
    text-decoration:none solid rgb(255, 255, 255);
    text-align:center;
    text-indent:0px;
}
.slider-desc{
    width: 80%;
    margin: 0 auto;
}
.slider-desc p{
    color:#ffffff;
    font-family :"HelveticaNeue LT 45";
    font-size:21px;
    line-height:32px;
    vertical-align:baseline;
    letter-spacing:normal;
    word-spacing:0px;
    font-weight:400;
    font-style:normal;
    font-variant:normal;
    text-transform:none;
    text-decoration:none solid rgb(255, 255, 255);
    text-align:center;
    text-indent:0px;
}
.slider-text {
    animation-name: slider-text;
    animation-duration: 1s;
    visibility: visible;
}
@keyframes slider-text {
    from {
        opacity: 0;
        transform: translatey(100%);
    }
    to {  
        opacity: 1;
        transform: translateX(0);
    }
}
/* ************** end slider *************** */
/* ************** start social link *************** */

.social-icons li:hover {
    background-color: #555;
}
.social-icons {
    position: absolute;
    right: 20px;
    top: calc(55% - 94px);
    z-index: 2;
    display: block;
}

.social-icons ul {
    padding: 0;
    margin: 0;
}

.social-icons ul li {
    list-style: none;
    font-size: 16px;
    line-height: 25px;
    padding: 5px 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 15px 0;
    text-align: center;
}

.social-icons ul li a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    display: inline-block;
}

.wow {
    visibility: hidden;
}

.fadeInRight {
    animation-name: fadeInRight;
    animation-duration: 0.6s;
    visibility: visible;
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ************** end social link *************** */
/* ************** start arrow *************** */

.next-mover {
    position: absolute;
    bottom: 0px;
    text-align: Center;
    display: block;
    z-index: 2;
    margin: auto;
    width: 100%;
    height: 65px;
    transition: 0.2s all ease;
}
.next-mover a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}
.next-mover img {
    border: none 0px;
}
.next-mover img:hover {
    transition: 0.5s all ease;
    transform: translateY(10px); /* Moves the arrow 10px down on hover */
}
/* ************** end arrow *************** */
/* General Styling remains the same */

/* Tablet and smaller screens */
@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: 100vh; /* Reduce height for smaller screens */
    }
    .slider {
    }
    .slider-text p {
        font-size: 30px; /* Adjust text size */
        line-height: 45px;
    }
    .slider-desc p {
        font-size: 14px;
        line-height: 24px;
    }
}

/* Mobile 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 */
    }
    .slider {
    }
    .slider-text p {
        font-size: 24px; /* Even smaller text for sliders */
        line-height: 35px;
    }
    .slider-desc p {
        font-size: 12px;
    }
    .social-icons {
        top: calc(55% - 64px);
        font-size: 12px;
    }
    .next-mover img {
        width: 40px; /* Smaller arrow icon */
    }
}

/* Small Phones */
@media screen and (max-width: 576px) {
    .nav-bar{
        padding-top: 20px;
    }
    .logo img{ 
        width: 120px;
        height: 70px;
    }
    .social-sidebar{
        display: none;
    }
    .search-bar ul li a {
        font-size: 6px;
    }
    .slider-text p {
        font-size: 18px;
        line-height: 28px;
    }
    .slider-desc p {
        font-size: 10px;
    }
    .social-icons ul li {
        font-size: 12px;
        line-height: 20px;
    }
    .next-mover img {
        width: 30px; 
    }
    .background-image, .second-back {
        height: 55vh;
    }
}

/* ************** start who we are setion *************** */
.who-are {
    text-align: center;
    background-color: white;
    padding: 50px;
    margin: auto;
    max-width: 700px;
    font-family: 'Montserrat', sans-serif; 
    height: 100vh;
}

.who-are h2 {
    color: #092a30; /* Main theme color */
    font-size: 44px; /* Font size for heading */
    font-family: "Montserrat", sans-serif; /* Use the Montserrat font */
    margin-bottom: 20px; /* Space below the heading */
    line-height: 56px; /* Line height for proper spacing */
    vertical-align: baseline; /* Align baseline vertically */
    letter-spacing: 5px; /* Add spacing between letters */
    word-spacing: 0px; /* No extra spacing between words */
    font-weight: 700; /* Make the text bold */
    font-style: normal; /* Normal font style */
    font-variant: normal; /* No font variations */
    text-transform: uppercase; /* Convert text to uppercase */
    text-decoration: none; /* No text decorations (e.g., underline) */
    text-align: center; /* Center the text horizontally */
    text-indent: 0px; /* No indentation */

}

.who-are p { 
    margin-top: 40px;
    color: #092a30; /* Text color */
    font-size: 17px; /* Font size for paragraph text */
    line-height: 30px; /* Line height for proper spacing */
    vertical-align: baseline; /* Align text to baseline */
    letter-spacing: normal; /* Default letter spacing */
    word-spacing: 0px; /* No additional word spacing */
    font-weight: 400; /* Normal font weight */
    font-style: normal; /* Normal font style */
    font-variant: normal; /* No font variations */
    text-transform: none; /* No text transformation */
    text-decoration: none; /* No text decorations (e.g., underline) */
    text-align: center; /* Center-align the text */
    text-indent: 0px; /* No text indentation */
    font-family: "Montserrat", sans-serif; /* Font family */
    margin-bottom: 20px; /* Space below paragraph */

}
.who-are a {
    display: inline-block;
    background-color:white; /* Use the theme's main color */
    border: none; /* Remove border */
    cursor: pointer; /* Change cursor to pointer on hover */

    line-height:36px;
    vertical-align:baseline;
    word-spacing:0px;
    font-style:normal;
    font-variant:normal;
    text-align:center;
    text-indent:0px;
    margin-top: 30px;

    border: 1px solid #bababa;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 20px 30px;
    color: #092a30;
    text-decoration: none;
    transition: 0.6s all ease;
    letter-spacing: 5px;
}

.who-are a:hover {
    color: white;
    background-color: #092a30; /* Darken the button on hover */
}

.xxx {
    animation-name: xxx;
    animation-duration: 1s;
    visibility: visible;
}
@keyframes xxx {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ************** end who we are setion *************** */
/* Tablet screens (992px and below) */
@media screen and (max-width: 992px) {
    .who-are {
        padding: 30px; /* Reduce padding */
        height: auto; /* Adjust height for content */
        max-width: 90%; /* Use more available screen space */
    }
    .who-are h2 {
        font-size: 36px; /* Reduce font size */
        line-height: 46px; /* Adjust line height */
        letter-spacing: 3px; /* Reduce letter spacing */
    }
    .who-are p {
        font-size: 15px; /* Smaller paragraph font size */
        line-height: 24px; /* Adjust line height */
        margin-top: 20px; /* Reduce top margin */
    }
    .who-are button {
        font-size: 12px; /* Smaller font for buttons */
        padding: 15px 25px; /* Adjust padding */
        letter-spacing: 3px; /* Reduce letter spacing */
    }
}

/* Mobile screens (768px and below) */
@media screen and (max-width: 768px) {
    .who-are {
        text-align: center; /* Ensure center alignment */
        padding: 20px; /* Further reduce padding */
    }
    .who-are h2 {
        font-size: 28px; /* Smaller font size for heading */
        line-height: 38px; /* Adjust line height */
        margin-bottom: 15px; /* Reduce bottom margin */
    }
    .who-are p {
        font-size: 14px; /* Smaller font size for paragraphs */
        line-height: 22px; /* Adjust line height */
    }
    .who-are button {
        font-size: 11px; /* Smaller font for buttons */
        padding: 10px 20px; /* Compact padding */
    }
}

/* Small mobile screens (576px and below) */
@media screen and (max-width: 576px) {
    .who-are {
        padding: 40px;
        max-width: 100%; /* Full-width container */
    }
    .who-are h2 {
        font-size: 24px; /* Further reduce heading size */
        line-height: 32px; /* Adjust line height */
    }
    .who-are p {
        font-size: 12px; /* Small font for paragraphs */
        line-height: 20px; /* Adjust line height */
        margin-top: 10px; /* Reduce top margin */
    }
    .who-are button {
        font-size: 10px; /* Small button font */
        padding: 8px 15px; /* Compact padding */
    }
    .who-are a{

    }
}

/* ************** start counter setion *************** */

.counter-section {
    /* background-image: url(https://www.almasaoodenergy.me/themes/almasaood/images/homepage-parallax.jpg); */
    background-image: url("../images/counter.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover; 
    height: 60vh;
    padding: 100px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter {
    text-align: center;
    background-image: url(https://www.almasaoodenergy.me/themes/almasaood/images/glassback.png);
    background-size: cover;
    padding: 20px;
    border-radius: 10px;
}

.item-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0;
}

.counter-item {
    flex: 1 1 30%;
    max-width: 30%;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
}

.counter-item h4 {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 76px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.counter-item p {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    text-transform: uppercase;
    margin: 0;
}

/* Media Queries for Responsiveness */
@media screen and (max-width:900px) {
    .counter-section {
        height: auto;
        padding: 50px 10px;
    }

    .item-con {
        flex-direction: column;
    }

    .counter-item {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 20px 0;
    }

    .counter-item h4 {
        font-size: 60px;
    }
}

@media screen and (max-width: 480px) {
    
.counter-section {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover; 
}
    .counter-item h4 {
        font-size: 48px;
    }
    /* .counter-section{
        background-image: url("../images/mainnn2.png");
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover; 
        width: 100%;
        padding: 100px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    } */
    .counter-item p {
        font-size: 14px;
    }
}

/* @media screen and (max-width: 480px) {
    
    .counter-section{
        background-image: url("../images/mainnn23.png");
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover; 
        width: 100%;
        padding: 100px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
} */
/* ************** end counter setion *************** */
/* ************** start servive setion *************** */
.services{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    background-color: #092a30;
    height: 70vh;
}
.services1 ,.services2{
width: 40%;
}
.services1 h3 ,.services2 h3{
    color: white; /* Main theme color */
    font-size: 30px;
    font-family: "Montserrat", sans-serif; /* Use the Montserrat font */
    line-height: 56px; /* Line height for proper spacing */
    vertical-align: baseline; /* Align baseline vertically */
    letter-spacing: 5px; /* Add spacing between letters */
    word-spacing: 0px; /* No extra spacing between words */
    font-weight: 700; /* Make the text bold */
    font-style: normal; /* Normal font style */
    font-variant: normal; /* No font variations */
    text-transform: uppercase; /* Convert text to uppercase */
    text-decoration: none; /* No text decorations (e.g., underline) */
    text-align: center; /* Center the text horizontally */
    text-indent: 0px; /* No indentation */
    /* margin-bottom: 20px; */
}
.services1 p ,.services2 p{
    color: white; /* Text color */
    font-size: 17px; /* Font size for paragraph text */
    line-height: 30px; /* Line height for proper spacing */
    vertical-align: baseline; /* Align text to baseline */
    letter-spacing: normal; /* Default letter spacing */
    word-spacing: 0px; /* No additional word spacing */
    font-weight: 400; /* Normal font weight */
    font-style: normal; /* Normal font style */
    font-variant: normal; /* No font variations */
    text-transform: none; /* No text transformation */
    text-decoration: none; /* No text decorations (e.g., underline) */
    text-align: center; /* Center-align the text */
    text-indent: 0px; /* No text indentation */
    font-family: "Montserrat", sans-serif; /* Font family */
    /* margin-top: 40px; */
    /* margin-bottom: 20px;  */
}
.services1 a ,.services2 a{
    border-radius: 5px;
    display: inline-block;
    background-color: #092a30;
    cursor: pointer;
    text-align: center;
    margin-top: 30px;
    border: 1px solid #bababa;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
    transition: 0.6s all ease;
    letter-spacing: 5px;
}
.services1 a:hover ,.services2 a:hover {
    color: #092a30;
    background-color: white; /* Darken the button on hover */
}
.line {
    width: 1px; /* Adjust thickness */
    height: 80%; /* Adjust height */
    background-color: #E8E8E8; /* Adjust to match the exact line color */
}

/* ************** end servive setion *************** */
/* ************** start value setion *************** */
.values{
text-align: center;
/* background-image: url(https://www.almasaoodenergy.me/files/7914/6218/0818/1.jpg); */
/* background-image: url(https://www.almasaoodenergy.me/files/7914/6218/0818/1.jpg); */
background-image: url("../images/values.png");

background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
height: 55vh;
}
.value1{
    padding: 120px;
}
.value1 h2{
    padding-top: 20px;
    color: white; /* Main theme color */
    font-size: 30px;
    font-family: "Montserrat", sans-serif; /* Use the Montserrat font */
    line-height: 56px; /* Line height for proper spacing */
    vertical-align: baseline; /* Align baseline vertically */
    letter-spacing: 5px; /* Add spacing between letters */
    word-spacing: 0px; /* No extra spacing between words */
    font-weight: 700; /* Make the text bold */
    font-style: normal; /* Normal font style */
    font-variant: normal; /* No font variations */
    text-transform: uppercase; /* Convert text to uppercase */
    text-decoration: none; /* No text decorations (e.g., underline) */
    text-align: center; /* Center the text horizontally */
    text-indent: 0px; /* No indentation */
}
.value1 a{
    display: inline-block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    vertical-align: baseline;
    word-spacing: 0px;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    text-indent: 0px;
    margin-top: 30px;
    border: 1px solid #bababa;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
    transition: 0.6s all ease;
    letter-spacing: 5px;
}
.value1 a:hover{
    color: #092a30;
    background-color: white; /* Darken the button on hover */
}

/* ************** end value setion *************** */
/* Tablet screens (900px and below) */
@media screen and (max-width: 900px) {
    /* Counter Section */
    .counter-section {
        height: auto;
        padding: 50px 10px;
    }
    .item-con {
        flex-direction: column;
        align-items: center;
    }
    .counter-item {
        flex: 1 1 80%;
        max-width: 80%;
        padding: 20px 0;
    }
    .counter-item h4 {
        font-size: 60px; /* Reduce font size */
    }

    /* Services Section */
    .services {
        flex-direction: column;
        height: auto;
        padding: 50px 10px;
    }
    .services1, .services2 {
        width: 100%;
        margin-bottom: 30px;
    }
    .line {
        display: none; /* Remove the vertical line for smaller screens */
    }

    /* Values Section */
    .values {
        height: auto;
        padding: 40px 10px;
    }
    .value1 {
        padding: 50px 20px;
    }
    .value1 h2 {
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 3px;
    }
}

/* Mobile screens (768px and below) */
@media screen and (max-width: 768px) {
    /* Counter Section */
    .counter-item h4 {
        font-size: 48px; /* Smaller font size */
    }
    .counter-item p {
        font-size: 14px;
    }

    /* Services Section */
    .services h3 {
        font-size: 24px; /* Reduce heading size */
        line-height: 36px;
    }
    .services1 p, .services2 p {
        font-size: 15px;
        line-height: 24px;
    }
    .services1 a, .services2 a {
        font-size: 12px;
        padding: 10px 15px;
    }

    /* Values Section */
    .value1 h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .value1 a {
        font-size: 11px;
        padding: 10px 15px;
    }
}

/* Small mobile screens (480px and below) */
@media screen and (max-width: 480px) {
    /* Counter Section */
    .counter-item h4 {
        font-size: 40px; /* Compact font size */
    }
    .counter-item p {
        font-size: 12px;
    }
    .values{
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        }
    /* Services Section */
    .services h3 {
        font-size: 20px; /* Smaller heading size */
    }
    .services1 p, .services2 p {
        font-size: 12px; /* Smaller paragraph font */
    }
    .services1 a, .services2 a {
        font-size: 10px;
        padding: 8px 12px;
    }
    /* .values{
        text-align: center;
        background-image: url("../images/values2.png");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        height: 25vh;
    } */
    /* Values Section */
    .value1 {
        padding: 20px 10px;
        
    }
    .value1 h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .value1 a {
        font-size: 10px;
        padding: 8px 10px;
    }
}

/* ************** start additional setion *************** */
.inner{
    text-align: center;
    background-color: white;
    padding: 50px;
    margin: auto;
    width: 80%;
    font-family: 'Montserrat', sans-serif; 
    /* height: 100vh; */
}
.all-content{

}
.all-content h3{
    color: #092a30; /* Main theme color */
    font-size: 44px; /* Font size for heading */
    font-family: "Montserrat", sans-serif; /* Use the Montserrat font */
    line-height: 56px; /* Line height for proper spacing */
    vertical-align: baseline; /* Align baseline vertically */
    letter-spacing: 5px; /* Add spacing between letters */
    word-spacing: 0px; /* No extra spacing between words */
    font-weight: 700; /* Make the text bold */
    font-style: normal; /* Normal font style */
    font-variant: normal; /* No font variations */
    text-transform: uppercase; /* Convert text to uppercase */
    text-decoration: none; /* No text decorations (e.g., underline) */
    text-align: center; /* Center the text horizontally */
    text-indent: 0px; /* No indentation */
}
.all-content p{
    margin-top: 40px;
    color: #092a30; /* Text color */
    font-size: 17px; /* Font size for paragraph text */
    line-height: 30px; /* Line height for proper spacing */
    vertical-align: baseline; /* Align text to baseline */
    letter-spacing: normal; /* Default letter spacing */
    word-spacing: 0px; /* No additional word spacing */
    font-weight: 400; /* Normal font weight */
    font-style: normal; /* Normal font style */
    font-variant: normal; /* No font variations */
    text-transform: none; /* No text transformation */
    text-decoration: none; /* No text decorations (e.g., underline) */
    text-align: center; /* Center-align the text */
    text-indent: 0px; /* No text indentation */
    font-family: "Montserrat", sans-serif; /* Font family */
    margin-bottom: 20px; /* Space below paragraph */
}
.all-content button{
    background-color:white; /* Use the theme's main color */
    border: none; /* Remove border */
    cursor: pointer; /* Change cursor to pointer on hover */

    line-height:36px;
    vertical-align:baseline;
    word-spacing:0px;
    font-style:normal;
    font-variant:normal;
    text-align:center;
    text-indent:0px;
    margin-top: 70px;

    border: 1px solid #bababa;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 20px 30px;
    color: #092a30;
    text-decoration: none;
    transition: 0.6s all ease;
    letter-spacing: 5px;
}
.all-content button:hover{
    color: white;
    background-color: #092a30;
    
}


/* ************** end additional setion *************** */
/* ************** start get setion *************** */
.get-start{
    /* background-image: url(https://www.almasaoodenergy.me/files/2214/6296/6901/r.jpg); */
    background-image: url("../images/all.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
}
.get-content{
text-align: center;
padding: 150px;

}
.get-content h3{
    color: white; /* Main theme color */
    font-size: 30px;
    font-family: "Montserrat", sans-serif; /* Use the Montserrat font */
    line-height: 56px; /* Line height for proper spacing */
    vertical-align: baseline; /* Align baseline vertically */
    letter-spacing: 5px; /* Add spacing between letters */
    word-spacing: 0px; /* No extra spacing between words */
    font-weight: 700; /* Make the text bold */
    font-style: normal; /* Normal font style */
    font-variant: normal; /* No font variations */
    text-transform: uppercase; /* Convert text to uppercase */
    text-decoration: none; /* No text decorations (e.g., underline) */
    text-align: center; /* Center the text horizontally */
    text-indent: 0px; /* No indentation */
}
.get-content p{
    color: white; /* Text color */
    font-size: 17px; /* Font size for paragraph text */
    line-height: 30px; /* Line height for proper spacing */
    vertical-align: baseline; /* Align text to baseline */
    letter-spacing: normal; /* Default letter spacing */
    word-spacing: 0px; /* No additional word spacing */
    font-weight: 400; /* Normal font weight */
    font-style: normal; /* Normal font style */
    font-variant: normal; /* No font variations */
    text-transform: none; /* No text transformation */
    text-decoration: none; /* No text decorations (e.g., underline) */
    text-align: center; /* Center-align the text */
    text-indent: 0px; /* No text indentation */
    font-family: "Montserrat", sans-serif; /* Font family */
    /* margin-top: 40px; */
    /* margin-bottom: 20px;  */
}
.get-content a{
    display: inline-block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    vertical-align: baseline;
    word-spacing: 0px;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    text-indent: 0px;
    margin-top: 30px;
    border: 1px solid #bababa;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
    transition: 0.6s all ease;
    letter-spacing: 5px;
}
.get-content a:hover{
    color: #092a30;
    background-color: white; 
}
/* ************** end get setion *************** */
/* Tablet screens (900px and below) */
@media screen and (max-width: 900px) {
    /* Additional Section */
    .inner {
        padding: 40px;
    }
    .all-content h3 {
        font-size: 32px; /* Smaller heading font size */
        letter-spacing: 3px; /* Reduced letter spacing */
    }
    .all-content p {
        font-size: 15px; /* Adjust paragraph font size */
    }
    .all-content button {
        padding: 15px 20px;
        font-size: 12px;
    }

    /* Get Started Section */
    .get-start {
        height: 60vh; /* Adjust height for mobile screens */
    }
    .get-content {
        padding: 80px 20px;
    }
    .get-content h3 {
        font-size: 24px; /* Reduced heading size */
        line-height: 40px;
    }
    .get-content p {
        font-size: 14px; /* Smaller paragraph text */
    }
    .get-content a {
        font-size: 12px;
        padding: 12px 18px;
    }
}

/* Mobile screens (768px and below) */
@media screen and (max-width: 768px) {
    /* Additional Section */
    .inner {
        padding: 30px;
    }
    .all-content h3 {
        font-size: 28px; /* Further reduce heading size */
        letter-spacing: 2px;
    }
    .all-content p {
        font-size: 14px; /* Adjust paragraph size */
    }
    .all-content button {
        padding: 12px 18px;
        font-size: 11px;
    }

    /* Get Started Section */
    .get-start {
        height: 50vh;
    }
    .get-content {
        padding: 60px 20px;
    }
    .get-content h3 {
        font-size: 20px; /* Heading further reduced */
    }
    .get-content p {
        font-size: 13px;
    }
    .get-content a {
        font-size: 11px;
        padding: 10px 15px;
    }
}

/* Small mobile screens (480px and below) */
@media screen and (max-width: 480px) {
    /* Additional Section */
    .inner {
        padding: 20px;
    }
    .all-content h3 {
        font-size: 22px; /* Compact heading size */
        letter-spacing: 1px;
    }
    .all-content p {
        font-size: 12px; /* Smaller text */
    }
    .all-content button {
        padding: 10px 15px;
        font-size: 10px;
        margin: 10px;
    }

    /* Get Started Section */
    .get-start{
        /* background-image: url(https://www.almasaoodenergy.me/files/2214/6296/6901/r.jpg); */
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-size: cover;
        height: 40vh;
    }
    /* .get-start {
        height: 40vh;
        
    } */
    .get-content {
        padding: 30px 10px;
    }
    .get-content h3 {
        font-size: 18px; /* Compact heading */
    }
    .get-content p {
        font-size: 12px;
    }
    .get-content a {
        font-size: 10px;
        padding: 8px 12px;
    }
}

/* ************** 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 */
    }
}
    