  /* Background Image */

  .bg-right {
    background: linear-gradient(rgba(36, 39, 38, 0.5), rgba(36, 39, 38, 0.5)),
        rgba(36, 39, 38, 0.5) url(../images/kortepics4.jpg) no-repeat center;
    background-size: cover;
    margin: 0;
    border-bottom: none;
    padding-top: 40px;
    padding-bottom: 5px;
    border-radius: 0px 200px 0px 0px;
}



/* General Styles (Scoped to .custom-bootstrap) */
.custom-bootstrap {
    font-family: 'Poppins';font-size: 20px;
    margin: 0;
    padding: 0;
    background-color: #333;
    color: white;
}

.custom-bootstrap .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 100px;
}

.custom-bootstrap .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

/* Column Grid */
.custom-bootstrap .col-md-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
    padding: 15px;
}

.custom-bootstrap .col-lg-6,
.custom-bootstrap .col-md-6,
.custom-bootstrap .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
}

/* Section Styles */
.custom-bootstrap .info-section {
    padding: 60px 0;
    background-color: #222;
    position: relative;
}

.custom-bootstrap .bg-dark {
    background-color: #111;
}

.custom-bootstrap .text-white {
    color: rgb(195, 36, 36);
}

.custom-bootstrap .text-primarys h3 {
    color: #40ff00;
}

.custom-bootstrap .head-box h1 {
    font-family: 'Poppins';font-size: 20px;
    font-size: 2em;
    margin-bottom: 20px;
    color: #57e229;
}

/* Service Blocks */
.custom-bootstrap .service-block {
    background: #444;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-bootstrap .service-block h3 {
    margin-top: 10px;
    font-size: 1.5em;
}

.custom-bootstrap .service-block p {
    font-size: 1em;
    line-height: 1.5;
    text-align: center;
    color: #40ff00;
}

.custom-bootstrap .icon-box {
    display: flex;
    justify-content: center;
    width: 100%;
}

.custom-bootstrap .icon-box img {
    width: 40px;
    /* Adjust icon size */
    height: auto;
}

/* Responsive Design */
@media (max-width: 768px) {

    .custom-bootstrap .col-md-8,
    .custom-bootstrap .col-lg-6,
    .custom-bootstrap .col-md-6,
    .custom-bootstrap .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .custom-bootstrap .service-block {
        text-align: center;
    }

    .custom-bootstrap .icon-box {
        justify-content: center;
    }
}

.logo-responsive {
    max-width: 20%;
    height: auto;
}