.full-height {
    height: 100vh;
}

.landing-background {
    position: relative;
    overflow: hidden;
}

.landing-background::before {
    content: '';
    position: absolute;
    top: -10px; right: -10px; bottom: -10px; left: -10px;
    background: url('https://con-eng.com/assets/images/header-mast.png') no-repeat center center/cover;
    filter: blur(5px);
    z-index: -1;
}

.landing-background > * { 
    position: relative;
    z-index: 1;
}

.overlay {
    background-color: rgba(50, 168, 102, 0.6);
    padding: 20px;
}

.commitment-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.section-title {
    font-size: 28px;
    color: #333;
    margin-bottom: 40px;
}

.floating-contact {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: rgb(50, 168, 102);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease;
}

.floating-contact:hover {
    color: rgb(50, 168, 102);
    background-color: rgb(255, 255, 255);
}

.floating-contact a {
    display: inline-block;
    padding: 15px;
    color: inherit;
    text-decoration: none;
}

.floating-contact i {
    font-size: 20px;
    color: inherit;
}

.commitment-item {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.commitment-title {
    font-size: 22px;
    color: #32a866;
    margin-bottom: 20px;
}

.commitment-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.col-lg-4.mb-4 {
    display: flex;
}

.image-slider-section {
    background-color: #343a40;
    padding: 60px 0;
}

.section-title {
    font-size: 28px;
    margin-bottom: 15px;
}

.section-description {
    font-size: 18px;
    margin-bottom: 30px;
}

.image-slider {
    max-width: 700px;
    margin: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

section {
    padding: 40px 0;
}

.container, .container-fluid {
    padding: 15px;
}

footer .container {
    padding-top: 20px;
}
footer {
    position: relative;
    box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.1);    
}
.about-section {
    background-color: #f8f9fa; 
}

.about-content {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.about-description {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}
.custom-cta-btn {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration:none;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.custom-cta-btn:hover, .custom-cta-btn:focus {
    background: #32a866;
    color: #fff;
    border-color: #32a866;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.custom-button {
    padding: 10px 20px;
    background-color: #32a866;
    color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;

    &:hover, &:focus {
        background-color: #2a7e5f;
        color: #fff;
        text-decoration: none;
    }
}
@media (min-width: 768px) {
    .custom-padding {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }
}
.contact-intro {
    background-color: #f8f9fa;
    padding: 80px 0;
    padding-top:160px;
}

.contact-details {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.contact-details h3 {
    font-size: 24px;
    color: #32a866;
    margin-bottom: 20px;
}

.contact-details p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

@media (max-width: 767px) {
    .contact-form-map .col-md-6 {
        padding-bottom: 20px;
    }
    .contact-details .col-md-6 {
        margin-bottom: 30px;
    }
}
.contact-form-map {
    background-color: #343a40;
    color: white;
}

.contact-form-map .section-title {
    color: #fff;
}

.contact-form input,
.contact-form textarea {
    background-color: #495057;
    border: 1px solid #6c757d;
    color: #fff;
}

.contact-form label {
    color: #ddd;
}

.contact-form button {
    background-color: #32a866;
    border: none;
}

.contact-form button:hover {
    background-color: #2a7e5f;
}
.safety-section {
    background-color: #f8f9fa;
    padding: 80px 0;
    padding-top:160px;
}

.custom-safety-btn {
    background-color: #32a866;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.custom-safety-btn:hover, .custom-safety-btn:focus {
    background-color: #2a7e5f;
    color: white;
    text-decoration: none;
}
.services-intro {
    background-color: #f8f9fa;
    padding-top: 160px;
    padding-bottom: 80px;
}

.section-title {
    font-size: 28px;
    color: #333;
}

.service-detail .service-title {
    font-size: 24px;
    color: #32a866;
    margin-bottom: 15px;
}

.service-detail .service-description {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.service-block {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-list {
    list-style: none;
    padding-left: 0;
    text-align: left;
    margin-top: 15px;
    flex-grow: 1; 
}

.service-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.service-list li::before {
    content: "\2022";
    color: #32a866;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 1;
}

@media (max-width: 991px) {
    .service-block {
        margin-bottom: 30px;
    }
}