*{
    font-family: "Roboto", sans-serif ;
    scroll-behavior: smooth !important;
}



.content {
    background-repeat: no-repeat;
    position: relative;
    background-color: white;
    color: black;
    /* padding: 50px 0; */
    background-image: url("./images/Direct_message_bg.png");
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
 
}


a:hover{
    text-decoration: none !important;
    color: #9caf2d !important;
}

.btn:hover{
    color: white !important;
}

.fa-whatsapp,.fa-envelope,.fa-map-marker-alt,.fa-earth-americas{
    /* color: #9caf2d !important; */
    color: white;
}

.btn-block{
    background-color: #9caf2d !important;
    color: white !important ;
    border: none !important;
}


.btn-block:hover{
    
    color: white !important ;
}

.btn-block:hover::before{
    
    background-color: white !important ;
}



.content-wrapper {
    padding: 20px;
    /* background-image: url('./images/71-BACKGROUND.jpg'); */
    background-image: url('./images/Glextone-Corporate-Identity.webp');
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 700px;
}

.logo-container {
    margin-bottom: 58px;
}

.logo-container img {
    max-width: 15%;
    height: auto;
}

.text-container span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 20px;
    font-family: "Roboto", sans-serif ;
    font-weight: bold;
    padding: 0 200px;
}

@media (max-width: 767px) {
    .text-container span {
        padding: 0 15px !important;
    }
}

@media (max-width: 767px) {
    .logo-container img {
        max-width: 60% !important;
        height: auto;
    }
}

.section {
    text-align: start;
    margin-bottom: 30px;
    border-radius: 8px;
}

.section-title-1 {
    font-size: 29px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 15px;
    color: #333;
    font-family: "Roboto", sans-serif ;
}

.content-text {
    font-size: 17px;
    /* color: #5F727F; */
    color: #878C9F;
    font-family: "Roboto", sans-serif ;
    /* font-weight: 600; */
}

.bg-gray {
    background-color: #dddddd;
    padding: 24px 0;
}

.section-title-h1 {
    font-weight: bold;
    font-size: 24px;
    color: #878C9F;
    font-family: "Roboto", sans-serif ;
}

.paragraph {
    text-align: justify;
    /* font-weight: bold; */
    font-size: 16px;
    color: #878C9F;
    font-family: "Roboto", sans-serif ;
    
}

.content-holder-1 {
    font-size: 19px;
    text-align: start;
    padding: 20px;
}

.additional-content {
    margin-top: 50px;
    /* font-weight: bold; */
    text-align: justify;
    /* padding: 20px; */
    font-size: 18px;

}

.section-title-h2 {
    font-weight: 700;
    font-size: 50px;
    margin-top: 20px;
    /* margin-bottom: 20px; */
    font-family: "Roboto", sans-serif ;
    text-align: start;
}

.content-holder {
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif ;
    color: #878C9F;
}

.button-container {
    display: flex;
    justify-content: flex-start;
}

.btn-primary {
    border: 2px solid #333;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.btn-primary:hover {
    background-color: #333;
    color: #fff;
}

.contact-section {
    text-align: justify;
    /* padding: 20px; */
    margin-top: 50px;
    
}

.section-title-4 {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif ;
}

.section-text {
    /* line-height: 2.5rem; */
    /* font-weight: bold; */
    color: #878C9F;
    font-size: 19px;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif ;
}

.contact-card {
    text-align: center;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif ;
}

.contact-details {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 2rem;
    font-family: "Roboto", sans-serif ;
}

.contact-list {
    font-size: 16px;
    line-height: 2rem;
    list-style-type: none;
    padding: 0;
    font-family: "Roboto", sans-serif ;
}

.contact-list li {
    margin-bottom: 5px;
}

.btn-secondary {
    border: 2px solid #333;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.btn-secondary:hover {
    background-color: #333;
    color: #fff;
}


.global-section {
    position: relative;
    background-size: cover;
    background-image: url(./images/bg_global.PNG);
    background-repeat: no-repeat;
    color: white;
    background-position: 100% 100%
}

.global-section::before {
    content: ''; /* Creates a pseudo-element */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
   /* Place the overlay behind the content */
}