body {
    margin: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}
.section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px;
    background-image: url('Images/Untitled-1-min-3-scaled.webp'); 
    background-size: cover;
    background-position: center;
    color: #fff;
}
.section .offer h1 {
    font-size: 3rem;
    font-weight: bold;
    text-align: right;
    color: #F18E1E;
}
.section .offer p {
    font-size: 1.2rem;
    margin: 20px 0;
    text-align: right;
}
.section .offer .btn-group {
    margin-right: 10px;
    width: auto;
    margin-top: 20px;
    float: right;
   
    
}
.section .offer .btn {
    background-color: #F18E1E;
    border: none;
    padding: 10px 20px;
    color: #fff;
    border-width: 2px;
    border-color: #F18E1E;
    border-style: solid;
    border-radius: 60px;
    
    
    
}

.section .offer .btn:hover {
    background-color: #F18E1E;
}

.sectionn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px;
    background-image: url('Images/multi-ethnic-group-young-men-women-studying-indoors-min-scaled.webp'); 
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
}

.sectionn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the opacity value as needed */
    z-index: 1;
}

.sectionn > * {
    position: relative;
    z-index: 2;
}

/* .sectionn .offer h1 {
    font-size: 3rem;
    font-weight: bold;
    text-align: right;
    color: #F18E1E;
}
.sectionn .offer p {
    font-size: 1.2rem;
    margin: 20px 0;
    text-align: right;
}
.sectionn .offer .btn-group {
    margin-right: 10px;
    width: auto;
    margin-top: 20px;
    float: right;
   
    
} */
.sectionn .offer .btn {
    background-color: #F18E1E;
    border: none;
    padding: 10px 20px;
    color: #fff;
    border-width: 2px;
    border-color: #F18E1E;
    border-style: solid;
    border-radius: 60px;
  
}

.sectionn .offer .btn:hover {
    background-color: #F18E1E;
}

.form-container {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px;
    border-radius: 30px;
}
.form-container h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.form-container input, textarea, .form-container select, .form-container button {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 20px;
}
.form-container input, textarea, .form-container select {
    background-color: #42210B;
    color: #fff;
}
.form-container button {
    background-color: #F18E1E;
    color: #fff;
}
.form-container button:hover {
    background-color: #F18E1E;
}
@media (max-width: 992px) {
    .section {
        flex-direction: column;
        padding: 50px;
    }
    .section .offer {
        order: 2;
        text-align: center;
    }
    .section .form-container {
        order: 1;
        margin-bottom: 30px;
    }
   
}

.carousel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #42210B;
    color: white;
    padding: 20px;
}

.carousel-text {
    width: 50%;
}

.carousel-images {
    width: 50%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
} 

.carousel-images .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-images .item img {
    max-width: 100px; /* Adjust as needed */
    height: auto;
}


.logo {
    text-align: center;
}

.logo img {
    width: 100px; /* Adjust size as needed */
    height: auto;
}
.service-section {
    background-color: #000;
    color: #fff;
    padding: 50px 0;
    text-align: center;
    width: 100%;
}
.service-heading {
    color: #F18E1E;
    font-size: 2.5rem;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.service-card.assignment-card {
    background-color: #42210B;
    color: #fff !important;
}

.service-card.report-card {
    background-color: #42210B;
    color: #fff !important;
}
.service-card {
    background-color: #F18E1E;
    color: #fff;
    padding: 30px;
    margin: 15px 0;
    /*border-radius: 8px;*/
}
 .service-card:nth-child(2), .service-card:nth-child(4) {
    background-color: #F18E1E;
} 
.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    text-align: left;
    margin-left: 20px;
}
.service-card p {
    font-size: 1rem;
    text-align: left;
    margin-left: 20px;
}
.service-icon {
    font-size: 3rem;
    margin-bottom: 20px;
} 


.features-section {
    background: url('Images/concentrated-students-with-laptop-outside-min-scaled.webp') no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
    position: relative;
}

.features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Adjust the opacity here */
    z-index: 1;
}

.features-content {
    position: relative;
    z-index: 2;
}

.features-heading {
    color: #F0981D;
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.features-list {
    margin-bottom: 30px;
}

.features-list p {
    font-size: 1rem;
}

.features-icon-list {
    margin-top: 20px;
}

.features-icon-list .row {
    margin-bottom: 15px;
}

.features-icon-list h4 {
    font-size: 1.2rem;
    color: #ffffff;
    margin: 0;
}

.features-icon-list p {
    font-size: 1rem;
    margin: 0;
}

.features-button {
    margin-top: 20px;
}

.features-button a {
    color: #fff;
    background-color: #F0981D;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    text-decoration: none;
    border-radius: 5px;
}

.features-button a:hover {
    background-color: #d88700;
}


.subjects-section {
    background-color: #000;
    color: #fff;
    padding: 60px 0;
}
.subjects-heading {
    color: #F0981D;
    font-size: 2.5rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}
.subject-card {
    background-color: #000;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 100%;
    border: 1px solid #F0981D;
}
.subject-icon {
    width: 60px;
    height: 60px;
    background-color: #F0981D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.subject-icon img {
    width: 40px;
    height: 40px;
}
.subject-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.subject-description {
    font-size: 1rem;
}
