.presentation {
    padding: 10px;
    text-align: center;
}

p{
    color:black;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.service-section {
    position: relative;
    background: linear-gradient(to left, #0d1b2a, #265b94);
    padding: 3rem 1rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.section-padding {
    padding: 2rem;
}
.p-4 {
    padding: 1.5rem !important;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));

}
* {
    font-family: 'Poppins', sans-serif;
    
}

* {
  
    box-sizing: border-box;
}
.justify-content-center {
    justify-content: center;
}

.text-center {
    color: white;
    text-align: center;
}

h2 {
    color: white;
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}
.col-lg-3 {

    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.d-flex {
    display: flex;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.flex-column {
    flex-direction: column;
}

.align-items-center {
    align-items: center;
}

.chif {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 1.5rem;
    margin-bottom: 2rem;
    min-height: 200px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  
}


.chift {
    margin-bottom: 1rem;
}

.chift  {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(to left, #66DED4, #23B6EA);
    border-left: 3px solid #23B6EA;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    border: 2px solid white;
    top: -40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.img-fluid {
   height: 40px;
    width: 40px;
  
}


.counter {
    font-weight: bold;
    font-size: 1.25rem;
    color: #23B6EA;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.description {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    text-align: left;
}

.toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.toggle-btn i {
    color: #0d1b2a;
    font-size: 24px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
body {
    --sb-track-color: white;
    --sb-thumb-color: #66ded4;
    --sb-size: 11px;
}