.text ul{
    padding-left: 25px;
    /* margin-top: 0; */
}
.text ul li{
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #202021;
    max-width: 550px;
    margin-bottom: 3px;
    text-align: left;
}
section h2 {
    margin-bottom: 20px;
}
.left-large-box {
    width: 100%;
}
.slider-wrapper{
    width: calc(25% - 15px);
}
.text ul li::marker{
    color:#202021;
    font-size: 14px;
}
.main-banner-inner p{
    margin-bottom: 15px;
}
.section-first-django .commen-title-heading{
    max-width: 960px;
    margin: 0 auto 34px;
}
 .commen-title-heading h2{
    margin-bottom: 14px;
}
.section-first-django .commen-title-heading p{
    max-width: 860px;
    margin: 0 auto 10px;
}
.section-first-django .commen-title-heading p:last-child{
    margin-bottom: 0;
}
.commen-title-heading p+p{
    font-weight:600;
}
.software-development-company-wrapper{
    /* padding-top: 8px; */
}
.ai-hire-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 34px auto 0;
    max-width: 1600px;
}
.ai-hire-card{
    background: #fff;
    border: 1px solid rgba(28, 99, 255, .12);
    border-radius: 30px;
    box-shadow: 0 20px 45px rgba(28, 99, 255, .08);
    min-height: 244px;
    padding: 34px 28px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.ai-hire-icon{
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #eff5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    flex: 0 0 auto;
}
.ai-hire-card h3{
    margin: 0;
    max-width: 275px;
    font-size: 24px;
    line-height: 1.45;
    font-weight: 500;
    color: #1c63ff;
    letter-spacing: -.02em;
}
.info-container {
  display: flex;
  gap: 20px;
  /* max-width: 1200px; */
  /* margin: 0 auto; */
  justify-content: center;
  flex-wrap: wrap; /* Ensures responsiveness on smaller screens */
}

.info-card {
  background-color: #F9F9F9;
   /* Soft rounded corners as seen in image */
  padding: 40px 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 26px;
  gap: 8px;
}


.icon-wrapper {
  width: 60px;
  height: 60px;
  /* margin-bottom: 25px; */
}

.icon-wrapper svg {
  width: 100%;
  height: 100%;
}

.info-card h3 {
  /* color: #1167E8; */
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  margin: 0;
}


.servises-button{
    padding-top: 34px;
}
.excellent-additions.e-meet-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.excellent-additions.e-meet-wrapper .excellent-wrapper {
    bottom: auto
}

.excellent-additions.e-meet-wrapper span {
    display: inline-block;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 10.87px;
    line-height: 100%;
    letter-spacing: 2.72px;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(178, 203, 255, 1);
    margin-bottom: 10px;
}
.excellent-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* position: absolute; */
    width: 100%;
    bottom: 0;
    /* z-index: 1; */
    padding: 30px;
    background: rgba(12, 33, 64, 1);
    justify-content: space-between;
    opacity: 1;
    border-radius: 21.74px;
    flex-flow: row wrap;
    gap: 20px;
}
.excellent-additions.e-meet-wrapper span {
    display: inline-block;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 10.87px;
    line-height: 100%;
    letter-spacing: 2.72px;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(178, 203, 255, 1);
    margin-bottom: 10px;
}
.excellent-wrapper p {
    margin: 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    /* font-weight: 800; */
}
.excellent-additions.e-meet-wrapper .excellent-wrapper small {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    line-height: normal;
    vertical-align: middle;
}
.excellent-wrapper a.blue-button
 {
    padding: 0 25px;
    font-weight: 400;
}
.section-secound-django {
    padding: 45px;
    background: #f5f5fa;
    border-radius: 28px;
    margin-top: 40px;
}
.section-secound-django.gray-Front-end-applications {
    /* margin-top: 0; */
}
.section-secound-django .commen-title-heading {
    margin-bottom: 60px;
}
.gray-Front-end-applications.section-secound-django .django-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 18px;
    max-width: 1200px;
    margin: 0 auto;
}
.section-secound-django .django-grid{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}
.section-secound-django:not(.gray-Front-end-applications) .django-grid .django-box 
{
    width: 48%;
}
.django-box {
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
    border: 1px solid #e6e8ec;
    transition: transform .2s ease;
    height: 100%;
}
.django-box h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #192839;
    margin: 10px 0 15px 0;
}
.django-box p, .django-box p a {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: rgba(0, 0, 0, .6);
}
.engagement-models .django-box p{
    font-size: 18px;
}
.section-secound-django {
    padding: 45px;
    background: #f5f5fa;
    border-radius: 0;
    margin-top: 40px;
}
.section-secound-django:not(.gray-Front-end-applications){
    background: #fff;
}
.bg-dark{
    background: #0B1A2E;
    color:#FFFFFFCC;
} 

.bg-dark .button-wrapper a:first-child{
    background:none;
    padding: 0;
}
.bg-dark h2, .bg-dark p{
    color:#fff;
}
.bg-dark .django-box p{
    color: #D3D3D3;
    line-height: 24px;
}
.bg-dark .django-box{
    background: #FFFFFF1A;
    border: 0px solid #3b3b3b;
    border-radius: 40px;
    padding: 24px 30px;
}
.bg-dark .django-box h3{
   color: #fff;
} .bg-dark .excellent-wrapper{
    background: #FEFEFE1A;
    flex-flow: row;
}
section.faq-wrapper-section.padding-top {
    padding-top: 70px;
}
/* Responsive adjustments */
@media (min-width: 1300px) {
    .django-grid {
        grid-template-columns: repeat(auto-fit, minmax(24.33%, 1fr));
    }
    .section-secound-django .django-grid {
        grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    }
}

@media (min-width: 991px) {
    .slider-wrapper{
        min-height: 355px;
    }
}
@media (max-width: 1199px){
}

@media (max-width: 1024px){
.bg-dark .button-wrapper{
    flex-flow: row wrap;
    gap: 3px;
    justify-content: end;
    width: auto;
}
    .bg-dark .excellent-wrapper{
        justify-content: space-between;
    }
    .bg-dark .excellent-wrapper > div{
        /* flex: 0 0 100%; */
        width: 100%;
    }
}

@media (max-width: 991px){
}
@media (max-width: 768px) {
  .info-card {
    min-width: 100%;
  }
    .section-secound-django  .django-box {
        flex: 0 0 100%;
    }
    .bg-dark .excellent-wrapper{
        flex-flow: row wrap;
    }
    .bg-dark .excellent-wrapper > div
 {
        /* flex: 0 0 100%; */
        width: 100%;
        flex-flow: row wrap;
        gap: 20px;
        justify-content: center;
    }
}
@media (max-width: 640px){
        .excellent-wrapper {
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
        .django-grid {
        display: flex;
        flex-wrap: wrap;
    }
    .section-secound-django{
            padding: 40px 20px;
    }
    section {
        padding: 40px 0;
    }
}
