.diver {
    max-width: 700px;
    padding-top: 40px;
    padding-left: 40px;
}

.diver h1 {
    margin-bottom: 30px;
}

.diver p {
    margin-bottom: 10px;
}

.diver ol {
    margin-bottom: 30px;
}

.diver button {
    border-radius: 10px;
}



.imageDiv {
    margin-left: 220px;

}

.cloud-backer {
    margin-top: 80px;
    background: url('https://img.freepik.com/free-vector/gray-geometric-frame-vector_53876-173302.jpg?ga=GA1.1.1951979353.1732287376&semt=ais_tags_boosted');
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.circ {
    height: 300px;
    width: 300px;
}

.pent {
    margin-bottom: 100px;
    /* margin-top: 50px; */
}

@media (min-width: 1024px) {
    .ex {
        padding-right: 100px;
    }

}

@media screen and (max-width: 500px){
    .title-1{
      margin-bottom: 30%;
    }    
  }


.content {
    border-left: 10px solid rgb(49, 134, 49);
    background-color: rgb(24, 23, 23) !important;
}

.content div {
    padding-top: 100px;
    padding-left: 100px;
    padding-right: 100px;
}

.content .left {
    margin-left: -95px;
    margin-top: -50px;
}

.list {
    padding-left: 200px;
    padding: 50px;
    background-color: rgb(56, 49, 49) !important;

}

.acord-b {
    margin-top: 50px;
}


.list li {
    padding: 20px;
    border: 1px solid #fff;
    margin-bottom: 25px;
    font-size: 1rem;
    margin-bottom: 20px;
}

.list ol {
    padding-left: 80px;
    padding-top: 100px;
    padding-bottom: 100px;

}

.list-disc {
    margin-left: -120px;
}

.list-disc .ri-verified-badge-line {
    color: #b9e000;
}

.list-tit {
    margin-top: -70px;
    margin-left: -100px;
}

.greene-icon {
    color: #b9e000;
}

.lambda {
    height: 0.9px;
    width: 100%;
    background-color: #1a1a1a;
    /* Equivalent to bg-gray-900 */
    margin-bottom: 24px;
    /* Equivalent to mb-6 */
    margin-top: 24px;
    /* Equivalent to mt-6 */
}

/* Full-screen Horizontal Divider */





/* ACTIVE INDICATOR */
.list a {
    position: relative;
    display: block;
    padding-left: 20px;
    /* Add some space for the line */
    transition: color 0.3s ease;
}

.list a.active {
    color: #268a2b;
    /* Highlighted text color */
    font-weight: bold;
}

.list a.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 100%;
    background-color: #268a2b;
    /* Line color */
    border-radius: 2px;
}

/* SECTION 3 */
.hey {
    margin-top: 50px;
    padding-bottom: 70px;
}

.hex {
    padding-top: 75px;
    width: 1200px;
    margin-bottom: 60px;

}

.grayson {
    /* padding-bottom: 70px; */
    background: linear-gradient(to bottom, #f0f0f0, #ffffff);
}


.color {
    color: rgb(2, 2, 53);
}

.pad {
    border: 0.5px solid rgb(224, 206, 206);
}

.grayon {
    background: linear-gradient(to top, #d9d9d9, #ffffff);
}

.cloud-titler{
    padding-left: 5%;
    padding-right: 5%;
}

.padme {
    padding-left: 100px;
    padding-right: 100px;
    color: #333;
}

.cloud-services {
    margin-bottom: 50px;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
}

.service-item {
    margin-top: 35px;
}

.dib.hr {
    margin: 50px;
    margin-left: 5%;
    margin-right: 5%;
}

.mix {
    padding-left: 150px;
}


.circle {
    width: 150px;
    /* Adjust the size */
    height: 150px;
    /* Adjust the size */
    border: 2px solid green;
    /* Circle border color */
    border-radius: 50%;
    /* Makes the div circular */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* Centers text */
    margin: -10px;
    /* Adds spacing between circles */
}

.circle:first-child {
    background: #000;
    border: 4px solid green;
    color: white;
    z-index: 2;
}

.men {
    padding-top: 30px;
    padding-bottom: 30px;
}




.circle img {
    width: 50px;
    /* Adjust image size */
    height: 50px;
    border-radius: 50%;
    /* Makes the image circular */
    object-fit: cover;
    /* Ensures the image fits well */
}

.hugs {
    padding: 30px;
    padding-top: 25px !important;
}

@media (min-width: 1024px) {
    .hugs {
        padding-left: 150px !important;

    }
}

#content-title {
    color: #333;
}

.cloud-title {
    color: #333;
}

.cloudinary-img {
    height: 500px;
    width: 450px;
}

.cube-title {
    color: #333;
    margin-left: -16px;
    width: 70%;
    margin-top: 30px;
}

.deliver-title {
    color: #333;
}

.cloud-merger {
    margin-bottom: -30px;
}

.merger-cloud {
    padding-top: 4%;
    padding-bottom: 4%;
}


.acc-container {
    padding-bottom: 110px;
    width: 100%;
    background-color: #383131;
}

.acc-item {
    background-color: #383131;
    color: white;
    border-bottom: 1px solid #374151;
}

.acc-header {
    cursor: pointer;
    padding: 1rem;
    padding-left: 4%;
    padding-right: 4%;
    font-size: 1.25rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.acc-content {
    padding: 1rem;
    padding-left: 4%;
    padding-right: 4%;
    display: none;
    background-color: #181717;
}

.acc-content p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5;
}

.acc-content ol {
    padding-left: 1.5rem;
}

.acc-arrow {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}


.rotate-arrow {
    transform: rotate(180deg);
}