

section.banner__Section {
    background-size: auto, 102%;
    padding: 181px 0 200px;
}
.tagline{
    color: #231f20;
    box-shadow: 0px 0px 18px 0px #9090901F;
    font-size: 14px;
    line-height: 145%;
    border-radius: 6px;
    padding: 9px 20px;
    background: #ffffff;
    max-width: max-content;
    margin: -62px auto 65px;
}
.banner-cta{
    display: flex;
    gap: 32px;
    justify-content: flex-start;
    align-items: center;

}
.banner-cta span{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: #231f20;
}
.banner__Features {
    max-width: 605px;
    padding: 43px 0;
    column-gap: 16px;
    row-gap: 22px;
}
.feature__Box {
    max-width: 282px;
}
.feature__Desc p {
    max-width: 219px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}
.featureIcon{
    height: 26px;
}
.banner-btmTxt{
    color: #231f20;
    font-size: 15px;
    line-height: 150%;
    margin-top: 26px;
    font-weight: 400;
}
.animation-txt{
    max-width: 230px;
    width: 100%;
    position: absolute;
    bottom: 269px;
    left: 42%;
}

.animation-txt p{
    display: none;
}
#live-indicator, #urgency-indicator{
    color: #231f20;
    font-size: 16px;
    line-height: 150%;
    margin-top: 26px;
    font-weight: 400;
    margin-top: 15px;
    max-width: 230px;
    width: 100%;
    box-shadow: 0px 0px 18px 0px #9090901F;
    padding: 7px 20px;
    background: #ffffff;
    border-radius: 6px;
    text-align: center;
}

#live-indicator span, #urgency-indicator span{
    display: inline;
    font-size: 12px;
}
.featureIcon img{
    width: 20px;
    height: 20px;
}
#live-indicator {
    display: block; /* show first one initially */
}
section.our_Work{
    background: unset;
}
.service-content{
    max-width: unset;
}
.work__Desc p {
    font-size: 17px;
    font-weight: 400;

}
.process-btn{
    display: block;
    background: #233F8C;
    color: #fff;
    padding: 14px 20px;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    position: relative;
    border-radius: 100px;
    max-width: max-content;
    margin: 50px auto 0;
    z-index: 1;
    position: relative;
}
.process-btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100px;
    animation-name: pulse-animation;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
@keyframes pulse-animation{
    0% {
        box-shadow: 0 0 0 0px #233f8c;
    }
    100% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
}

.serviceList-section{
    padding: 60px 0;
}
.serviceList-section.bg{
    background: linear-gradient(180deg, #EBF7FF 0%, #FDF5EB 100%);
}
.serviceList-section h2{
    font-size: 32px;
    font-weight: 500;
    line-height: 44.27px;
    text-align: center;
    color: #161616;
    margin-bottom: 15px;
}
.list-wrapper{
    max-width: 1000px;
    width: 100%;
    margin: 40px auto 0;
    /* background-color: #f8fcff; */
    background-color: white;

    border-radius: 45px;
    padding: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    box-shadow: 0px 5px 24px 0px #00000014;
}
.serviceList-section.bg .list-wrapper{
    background-color: white;
}
.list-wrapper ul {
    display: flex;
    gap: 16px;
    flex-direction: column;
}
.list-wrapper ul li {
    
    transition: all .3s;
}
.list-wrapper ul li a{
    color: #367fd3;
    text-decoration: underline;
    font-weight: 450;
    font-size: 17px;
    line-height: 160%;
}
.list-wrapper ul li a:hover{
    text-decoration: none;
}
.service-wrapper{
    display: flex;
    gap: 30px;
}


.aiEssayWriterWrapper{
    max-width: max-content;
}
.cta_btn{
    padding: 12px 20px;
    max-width: max-content;
}
.service-wrapper {
    margin-top: 5cqw;
}
/* Essay section */
.essay-section{
    background: linear-gradient(180deg, #EBF7FF 0%, #FDF5EB 100%);
    padding: 100px 0 100px;
}
.essay-head{
    max-width: 735px;
    width: 100%;
    margin: 0 auto;
}
.essay-head h2{
    font-weight: 500;
    font-size: 32px;
    line-height: 156%;
    letter-spacing: 0%;
    text-align: center;
    color: #231F20;
    margin-bottom: 17px;
}
.essay-head p{
    font-weight: 450;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0%;
    text-align: center;
    color: #696B81;
}
.essay-wrapper{
    max-width: 1085px;
    width: 100%;
    margin: 72px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}
.essay-cards{
    max-width: 339px;
    width: 100%;
    border-radius: 13px;
    background: white;
    box-shadow: 0px 0px 18px 0px #9090901F;
    padding: 37px 25px;
    text-align: center;
}
.essay-cards img{
    width: 50px;
    height: 50px;
}
.essay-cards p{
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #231F20;
    margin: 30px 0 12px;
}
.essay-cards span{
    font-weight: 400;
    font-size: 14px;
    line-height: 25.95px;
    letter-spacing: 0.5%;
    text-align: center;
    color: #221F1F;
}
/* Essay section */
.option-section{
    background: unset;
    padding: 50px 0 100px;
}
.comparison-wrapper table{
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #b7d8f5;
}
.banner__Specs__Wrapper{
    background-color: unset;
}
.sample-section{
    padding: 60px 0;
    background: linear-gradient(180deg, #EBF7FF 0%, #FDF5EB 100%);
}
.sample-cards{
    background: white;
}
.service-box h3 {
    padding: 25px 0 12px;
    min-height: 94px;
}
.service-box {
    max-width: 276px;
}
.comparison-td strong{
    color: #221f1f;
}
.comparison-wrapper table td{
    text-align: center;
}
.comparison-wrapper table td, .comparison-wrapper table th{
    border: 1px solid #b7d8f5;
}
td:last-child{
    background-color: #f5fbff;
}
th:last-child {
    background-color: #ddedf7;
}


/* For individual cells if needed */
table th:first-child {
    border-top-left-radius: 8px;
}

table th:last-child {
    border-top-right-radius: 8px;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}
.banner__Specs__Wrapper{
    gap: 26px;
}
.spec__Card {
    max-width: 349px;
    width: 100%;
}
.price__Section{
    background: unset;
    padding: 100px 0;
}
.feature-tagline{
    color: #221F1F;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
}
.price__Desc p{
   position: relative;
   padding-left: 30px;

}
.price__Desc p::before{
    content: '';
    position: absolute;
    background-image: url(../images/banner-check-icon.svg);
    left: 0;
    width: 20px;
    height: 20px;
    background-size: contain;
    top:3px;
}
.price__Desc p{
    color: #231f20;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
}
.price__Features {
    row-gap: 22px;
}
.seoColumn {
    max-width: unset;
    width: 100%;
}
.servicePages {
    padding: 100px 0;
}
.faq-card-service {
    min-height: 238px;
}
.faqs{
    margin-top: 0;
    padding: 100px 0;
    background-image:linear-gradient(180deg, #EBF7FF 0%, #FDF5EB 100%) ;
}
.seoContent {
    margin-top: 30px;
}
.customer__review p {
    min-height: 147px;
}
.seoContentCard ul{
   padding-left: 30px;
}

/* timeline Section */
.timeline-section{
    padding: 80px 0 65px;
    background: linear-gradient(180deg, #F3FAFF 0%, #FFF9F2 100%);

}
.timeline-head h2{
    font-weight: 500;
    font-size: 31px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #231F20;
    margin-bottom: 15px;
}
.timeline-head p{
    font-weight: 450;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #575E62;
}
.timeline-container {
    max-width: 1014px;
    width: 100%;
    margin: 90px auto 80px;
}

.timeline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-bottom: 40px;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 85px;
    right: 30px;
    height: 3px;
    background: #1176CA;
    z-index: 0;
    width: 869px;
}

.timeline-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
    z-index: 1;
}

.icon-circle {
    width: 60px;
    height: 60px;
    background: #F3CC30;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 38px;
    box-shadow: 0px 4px 12px 0px #0000001A;
    transition: all 0.3s ease;
    cursor: pointer;

}
.icon-circle:hover {
    transform: scale(1.15);
    box-shadow: 0px 4px 12px 0px #0000001A;
    background: #F3CC30;
}
.icon {
    width: 28px;
    height: 28px;
    stroke: #333;
    stroke-width: 2;
    fill: none;
}

.step-content{
    display: flex
    ;
        flex-direction: column;
        justify-content: center;
        align-items: center;
}
.step-title {
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #231F20;
    margin-bottom: 12px;
}

.step-description {
    font-weight: 450;
    font-size: 14px;
    line-height: 25.95px;
    letter-spacing: 0.5%;
    text-align: center;
    color: #6F6F6F;
    max-width: 143px;
}

.badge {
    background: #E44D10;
    color: white;
    padding: 4px 3px;
    font-weight: 450;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 8px;
    font-style: italic;
    max-width: 106px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    transform: skewX(-20deg);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: 1.75s 
linear infinite shine;
}
@keyframes shine {
    0% {
        left: -200%;
    }
    
    100% {
        left: 200%;
    }
}
.timeline-btmContent{
    max-width: 924px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #CFDEF0;
    padding-top: 15px;
}
.timeline-content{
    max-width: 704px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.timeline-content p{
    font-weight: 450;
    font-size: 15px;
    line-height: 25.95px;
    letter-spacing: 0.5%;
    color: #231F20;
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
/* timeline Section */

/* Logos Section */
.logos-section{
    padding: 100px 0 0;
}
.allNotifications {
    display: flex;
    list-style: none;
    gap: 75px;
    white-space: nowrap;
    animation: animateText 30s linear infinite;
  }
  .first .allNotifications{
    animation: animateTextFirst 30s linear 1;
  }
  .allNotifications li {
    font-size: 16px;
    line-height: 120.19%;
    text-align: center;
    color: #000000;
    position: relative;
  }
  .allTrustUniversities {
    display: flex;
    height: 260px;
    position: relative;
    overflow: hidden;
    margin: 40px 0;
  }
  
  .trustWrapper {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: absolute;
  }
  
  .allTrustUniversities::after {
    position: absolute;
    content: '';
    width: 525px;
    height: 1px;
    background-color: #EFF0F1;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .allNotifications img{
    width: 190px;
    max-height: 34px;
    height: 100%;
  }
  .allTrustUniversities::after, .allTrustUniversities::before{
    position: absolute;
    content: '';
    width: 183px;
    height: 100%;
    background: linear-gradient(270deg, #FFFFFF 43.68%, rgba(255, 255, 255, 0) 119.85%);
    top: 0;
    z-index: 5;
  }
  .allTrustUniversities::after{
    left: 0;
    transform: scaleX(-1);
  }
  .allTrustUniversities::before{
    right: 0;
  }
  @keyframes animateText {
    from {
      transform: translateX(80%);
    }
  
    to {
      transform: translateX(-125%);
    }
  }
  @keyframes animateTextFirst {
    from {
      transform: translateX(10%);
    }
  
    to {
      transform: translateX(-155%);
    }
  }
  @keyframes animateTextStandards {
    from {
      transform: translateX(50%);
    }
  
    to {
      transform: translateX(-125%);
    }
  }
.logos-btmTxt{
    font-style: italic;
    color: #6f6f6f;
    text-align: center;
    font-size: 16px;
    font-weight: 450;
    line-height: 150%;

}
/* Logos Section */
.comparison-section{
    padding: 100px 0 50px;
}
section.reviews{
    padding: 60px 0;
}
.reviewsSwiper {
    padding: 34px 5px 0px !important;
}
@media (max-width: 1024px) {
    .timeline-container {
        padding: 40px 30px;
    }

    .step-description {
        font-size: 12px;
        max-width: 140px;
    }

    .icon-circle {
        width: 55px;
        height: 55px;
    }

    .icon {
        width: 24px;
        height: 24px;
    }
}
@media (max-width: 768px) {
    .timeline {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 9px;
    }

    .timeline::before {
        top: 30px;
        left: 23px;
        right: auto;
        bottom: 30px;
        width: 3px;
        height: 472px;
    }

    .timeline-step {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    .timeline-step:last-child {
        margin-bottom: 0;
    }

    .icon-circle {
        margin-bottom: 0;
        margin-right: 17px;
        flex-shrink: 0;
    }

    .step-content {
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .step-title {
        text-align: left;
    }

    .step-description {
        text-align: left;
        max-width: none;
    }
}


@media (max-width: 575px){
    /* list section */
    .serviceList-section {
        padding: 60px 0;
    }
    .list-wrapper{
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 35px;
    }
    .list-wrapper ul{
        padding-left: 20px;
    }
    .serviceList-section h2{
        font-size: 23px;
    }
    .essay-section{
        padding: 200px 0 80px;
    }
    .essay-wrapper{
        justify-content: center;
    }
    .service-wrapper{
        flex-wrap: wrap;
        justify-content: center;
    }
    .timeline-container {
        padding: 30px 0px;
        margin: 44px auto 0px;
    }

    .icon-circle {
        width: 50px;
        height: 50px;
    }

    .icon {
        width: 22px;
        height: 22px;
    }

    .step-title {
        font-size: 14px;
    }

    .step-description {
        font-size: 12px;
    }
    .timeline-content{
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
    .timeline-content p{
        font-size: 14px;
    }
    .timeline-content p img{
        width: 17px;
        height: 17px;
    }
    .tagline {
        font-size: 12px;
        padding: 9px 7px;
    }
    #live-indicator, #urgency-indicator{
        max-width: 196px;
        width: 100%;
        font-size: 14px;
        padding: 7px 15px;
    }
    .banner-cta{
        flex-direction: column;
        gap: 24px;
    }
    .banner-btmTxt{
        text-align: center;
    }
    section.banner__Section {
        background-size: auto, 102%;
        padding: 181px 0 160px;
    }
    
    .animation-txt {
        bottom: 89px;
        left: 24%;
    }
    .feature__Box {
        max-width: 258px;
    }
    
    .banner__Features {
        max-width: 400px;
        padding: 43px 0;
        column-gap: 16px;
        row-gap: 22px;
        justify-content: center;
    }
    .allTrustUniversities::after, .allTrustUniversities::before{
        width: 100px;
      }
      .price__Section{
        padding: 60px 0;
      }
}