section.banner__Section {
    background-size: auto, 102%;
    padding: 181px 0 200px;
    position: relative;
}
.banner-section {
    overflow: unset;
}
.bannerNewVer .banner-content {
    max-width: 697px;
    width: 100%;
}
.order-ctaContent{
    position: relative;
}
.tagline{
   
    box-shadow: 0px 0px 18px 0px #9090901F;  
    border-radius: 6px;
    padding: 9px 20px;
    background: #ffffff;
    max-width: max-content;
    margin: -62px auto 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px;
}
.tagline span{
    display: inline-block;
    font-size: 14px;
    line-height: 145%;
    color: #231f20;
    font-weight: 400;
    position: relative;
}
.tagline span:first-child::before{
    content: unset;
}
.tagline span::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #231f20;
    border-radius: 50%;
    top: 29%;
    left: -12px;
}
.banner-cta{
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;

}
.banner-cta span{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #6f6f6f;
}
.banner__Wrapper .sec_head {
 
    font-size: 38px;
 
}
.process-btn::before, .pricing-btn::before, .paper-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;
}
@media (max-width: 575px) {
    .banner__Wrapper .sec_head {
        font-size: 27px;
        text-align: center;
        display: block;
        width: 100%;
    }
}
.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: #6f6f6f;
    font-size: 15px;
    line-height: 150%;
    margin-top: 14px;
    font-weight: 400;
    width: 100%;
    position: absolute;
    left: 52%;
    white-space: nowrap;
    transform: translateX(-50%);
}
.banner__order{
    font-size: 18px;
}
.animation-txt{
    max-width: 411px;
    width: 100%;
    position: absolute;
    bottom: -3%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    border: 1.62px solid #EAF2FF;
    border-radius: 100px;
    background: white;
    justify-content: center;
        align-items: center;
    gap: 13px;
    padding: 15px 20px;
}
.fire-gif {
    width: 21px !important;
    position: relative;
    height: 21px !important;
}
/* .animation-txt p{
    display: none;
} */
 #urgency-indicator{
    display: flex;
    justify-content: center;
    align-items: center;
}
#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{
    position: relative;
    padding-left: 19px;
}
#live-indicator::before {
    content: "";
    position: absolute;
    left: 0;
    top: 53%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #16e40e;
    border-radius: 50%;
}

/* #live-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: max-content;
    width: 100%;
    margin: 50px auto 50px;
    /* background-color: #f8fcff; */
    background-color: white;
    border-radius: 45px;
    padding: 60px;
    display: flex
;
    gap: 46px;
    justify-content: center;
    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;
    padding-left: 20px;
}
.list-wrapper ul li {
    
    transition: all .3s;
}
.list-wrapper ul li a{
    color: #233f8c;
    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: linear-gradient(180deg, #F3FAFF 0%, #FFF9F2 100%);
    padding: 80px 0;
}
.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: 80px 0;
    background: linear-gradient(180deg, #EBF7FF 0%, #FDF5EB 100%);
}
.sample-cards{
    background: white;
}
.service-box h3 {
    padding: 25px 0 12px;
    min-height: unset;
    line-height: 150%;
}
.techservice .service-box h3 {
    padding: 25px 0 12px;
    line-height: 150%;
    min-height: 85px;
}
.service-box {
    max-width: 316px;
}
.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/green-check.svg);
    left: 0;
    width: 15px;
    height: 15px;
    background-size: contain;
    top:5px;
}
.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%) ;
}
.faqs.nobg .faqDesc {
    font-size: 32px;
    font-weight: 500;
    line-height: 44.27px;
    text-align: center;
    color: #161616;
    margin-bottom: 15px;
}

.seoContent {
    margin-top: 30px;
}
.customer__review p {
    min-height: 147px;
}
.seoContentCard ul{
   padding-left: 30px;
}

/* timeline Section */
.timeline-section{
    padding: 80px 0 65px;
    margin-top: 100px;
    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: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #575E62;
    max-width: 70%;
    margin: 0 auto;
}
.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%;
    }
}
.servicePagesWrapper p, .servicePagesWrapper li{
    text-align: left;
}
.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-content p:first-child img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(71%) saturate(5837%) hue-rotate(329deg) brightness(100%) contrast(91%);
}
.timeline-content p:last-child img{
    filter: brightness(0) saturate(100%) invert(30%) sepia(57%) saturate(1071%) hue-rotate(172deg) brightness(120%) contrast(103%);
}
/* timeline Section */
.pricing-btn {
    background-color: #233f8c;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    padding: 12px 39px;
    font-weight: 450;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    display: block;
    max-width: max-content;
    width: 100%;
    margin: 40px auto ;
    position: relative;
}
/* Paper CTA button (from write-my-paper.css) */
.paper-btn{
    background-color: #233f8c;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    padding: 12px 25px;
    font-weight: 450;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    display: block;
    max-width: max-content;
    width: 100%;
    margin: 40px auto 0;
    position: relative;
}
/* Paper Types Section - Alternative Design */
.paper-types-section {
    padding: 80px 0;
 }
 
 
 
 .content-wrapper {
     position: relative;
     z-index: 1;
 }
 .paper-types-section .info-badge{
    margin-top: 40px;
 }
 .paper-types-section h2 {
     font-style: normal;
     font-weight: 500;
     font-size: 33px;
     line-height: 156%;
     text-align: center;
     color: #231f20;
     margin: 0;
     padding-bottom: 15px;
     line-height: normal;
 }
 
 .section-subtitle {
     font-weight: 450;
     font-size: 16px;
     line-height: 140%;
     text-align: center;
     color: #6f6f6f;
     max-width: 73%;
     width: 100%;
     margin: 0 auto;
     text-align: center;
     margin-bottom: 50px;
 }
 
 /* Two Column Layout */
 .paper-types-container {
     display: flex;
     gap: 30px;
     margin-bottom: 40px;
     align-items: flex-start;
 }
 
 /* Left Side - Paper Types List */
 .paper-types-list {
     flex: 1;
     background: rgba(255,255,255,0.95);
     padding: 40px;
     border-radius: 15px;
     box-shadow: 0 8px 30px rgba(0,0,0,0.15);
 }
 
 .paper-types-list h3 {
     font-size: 24px;
     color: #333;
     margin-bottom: 25px;
     text-align: left;
     border-bottom: 3px solid #667eea;
     padding-bottom: 10px;
 }
 
 .paper-types-grid {
     display: flex;
     flex-wrap: wrap;
     gap: 15px;
     justify-content: center;
 }
 
 .paper-type-item {
    background: white;
    padding: 15px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    border-left: 4px solid #233F8C;
    text-align: left;
    transition: all 0.3s 
ease;
    box-shadow: 0px 0px 18px 0px #9090901F;
    max-width: 330px;
    width: 100%;
    border: 1px solid #E4F3FF;
    position: relative;
    padding-left: 39px;
    display: flex
;
    align-items: center;
 }
 
 .paper-type-item:hover {
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
     transform: translateY(-1px);
 }
 
 .paper-type-item::before {
     content: '';
     position: absolute;
     background-image: url(../images/green-check.svg);
     width: 15px;
     height: 15px;
     left: 15px;
 }
 
 /* Right Side - Info Cards */
 .info-cards {
     flex: 0 0 350px;
     display: flex;
     gap: 20px;
     justify-content: center;
     margin-top: 50px;
 }
 
 .info-card {
     background: rgba(255, 255, 255, 0.95);
     padding: 30px;
     border-radius: 15px;
     box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
     text-align: left;
     transition: transform 0.3s ease;
     max-width: 400px;
 }
 
 .info-card:hover {
     transform: translateY(-5px);
 }
 
 .info-card-icon {
     width: 50px;
     height: 50px;
     border-radius: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 24px;
     margin-bottom: 15px;
     color: white;
 }
 
 .info-card p:nth-of-type(1) {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.info-card p:nth-of-type(2){
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}
 
 /* CTA Button */
 .cta-button {
     display: inline-block;
     background: white;
     color: #667eea;
     padding: 18px 50px;
     font-size: 18px;
     font-weight: 700;
     text-decoration: none;
     border-radius: 50px;
     transition: all 0.3s ease;
     box-shadow: 0 6px 25px rgba(0,0,0,0.2);
     border: 3px solid white;
 }
 
 .cta-button:hover {
     background: transparent;
     color: white;
     transform: translateY(-3px);
     box-shadow: 0 8px 30px rgba(0,0,0,0.3);
 }
 
 /* Responsive Design */
 @media (max-width: 992px) {
     .paper-types-container {
         flex-direction: column;
     }
 
     .info-cards {
         flex: 1;
         width: 100%;
         flex-direction: column;
     }
 
 }
 
 
 @media (max-width: 768px) {
     .paper-types-section h2 {
         font-size: 28px;
     }
     
     .section-subtitle {
         font-size: 16px;
     }
 
     .paper-types-list {
         padding: 25px;
     }
 
     .info-card {
         padding: 20px;
     }
 
     .comparison-section h2 {
         font-size: 28px;
     }
 
     .comparison-table {
         font-size: 14px;
     }
 
     .comparison-table th,
     .comparison-table td {
         padding: 12px 8px;
     }
 }
/* Logos Section */
.logos-section{
    padding: 150px 0 0;
}
.logos-section .logosSlide {
    display: inline-block;
    animation-name: slide;
    animation-duration: 55s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.logos-section .logos:hover .logosSlide {
    animation-play-state: paused;
}

.logos-section .logos {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    margin: 60px 0px;
}

.logos-section .logos::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
    height: 100%;
    width: 40px;
    z-index: 2;
}

.logos-section .logos::after {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    height: 100%;
    width: 40px;
    z-index: 2;
}

.logos-section .logosSlide img {
    margin: 0 12.5px;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
.logos-btmTxt{
    font-style: italic;
    color: #6f6f6f;
    text-align: center;
    font-size: 16px;
    font-weight: 450;
    line-height: 150%;
    padding-bottom: 40px;
}
/* Logos Section */
.comparison-section{
    padding: 100px 0 50px;
}
section.reviews{
    padding: 60px 0;
    overflow: unset;
}
.reviewsSwiper {
    padding: 34px 5px 0px !important;
}
/* Review Bar */
.reviewBar{
    max-width: 953px;
    height: 99px;
    margin: 0 auto;
    border-radius: 70px;
    background: #fff;
    box-shadow: 0px 5px 24px 0px #00000014;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    margin-top: 50px;
    margin-bottom: -114px;
}
.reviewItem::before{
    content: unset;
}
.reviewBar__list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    width: 100%;
}
.reviewItem::after {
    content: "";
    width: 1px;
    height: 66px;
    background-color: #CFDEF0;
    position: relative;
    left: 11px;
}
.reviewItem:last-child:after{
    content:none;
}
.reviewItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 9px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 9px;
    position: relative;
    width: 100%;
    max-width: 162px;
    flex: 1;
}
 .rvwCardimg{
    background: linear-gradient(180deg, #E6F5FF 0%, #FFF1E0 100%);
    max-width: 45px;
    height: 45px;
    width: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
 }
.reviewItem strong{
    display: block;
    color: #231f20;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}
.reviewItem span {
    display: block;
    color: #6f6f6f;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}
.processDesc ul {
    margin-left: 17px;
}
.processDesc ul li{
    font-size: 16px;
    font-weight: 450;
    line-height: 175%;
    text-align: left;
    color: #6f6f6f;
    padding-bottom: 5px;
}
/* microCopy */
.info-badge {
    background: white;
    border-radius: 8px;
    padding: 12px 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: max-content;
    transition: all 0.3s 
ease;
    margin: 0 auto;
    border: 1px solid #e9ecef;
    width: 100%;
    margin: 0 auto;
    width: max-content;
}

.info-badge:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(-1px);
}

.info-badge .icon {
    width: 20px;
    height: 20px;
    background: #667eea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 11px;
    font-weight: bold;
    flex-shrink: 0;
}

.info-badge .text {
    color: #1f2937;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.cta_body {
    padding: 69px 0 95px;
}
.cta_star .tagline {
    box-shadow: 0px 0px 18px 0px #9090901F;
    border-radius: 100rem;
    padding: 24px 49px;
    background: #ffffff;
    max-width: max-content;
    margin: -37px auto 65px;
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 23px;
    position: relative;
    z-index: 1;
}
.cta_star .tagline span::before{
    left: -14px;
}
.sample-section .info-badge{
    margin-top: 40px;

}
.serviceList-section.pt-150 {
    padding: 150px 0 0;
}
.servicePages .info-badge.mt-40{
    margin-top: 40px;
}
.faqs .ptext{
    font-size: 16px;
    margin-top: 10px;
    line-height: 150%;
    text-align: center;
}
.price__Features.rowGap-7 {
    row-gap: 7px;
}
.feature-tagline.mt-20{
    margin-bottom: 10px;
}

.author-btm span {
    font-size: 13px;
    color: #6f6f6f;
    font-weight: 400;
    line-height: 150%;
    display: block;
}
.author-btm span:last-child {
    color: #14B164;
    margin-top: 18px;
}
.servicePages.pt-top{
    padding: 140px 0 0px;
}
.servicePages .seoColumn .sec__head{
    margin-top: 52px;
        font-size: 32px !important;
 
}
.servicePages .seoColumn .sec__desc{
    text-align: center;
    margin: 0 auto;
}
.h3head{
    color: #231f20;
    font-size: 22px;
    line-height: 130%;
    text-align: left;
    font-weight: 500;
    font-family: CircularStd;
    padding-bottom: 15px;
}
.servicePages  .info-badge{
    margin-top: 40px;
}
@media (max-width: 575px) {
    .servicePages .seoColumn .sec__head{
        margin-top: 40px;
            font-size: 24px !important;
     
    }
  .byRE.mpw_reviews .mpw-pagination {
        bottom: 2px !important;
    }
    .card-header p{
        max-width: 261px;
    }
    .card-header::before {
        
        background-size: contain;
     
 
        background-repeat: no-repeat;
    }
    .h3head{
        color: #231f20;
        font-size: 18px;
        line-height: 150%;
        text-align: left;
        font-weight: 500;
        font-family: CircularStd;
        padding-bottom: 15px;
    }
    .faqs .ptext{
        font-size: 14px;
        margin-top: 10px;
        line-height: 150%;
    }
    .info-badge {
        padding: 10px 20px;
        width: 100%;
        line-height: 150%;
        text-align: center;
    }
    
    .text {
        font-size: 13px;
    }

    .icon {
        width: 18px;
        height: 18px;
        font-size: 10px;
    }
    
    .tagline {
        padding: 9px 7px;
        gap: 8px;
        justify-content: space-between;
    }
    .tagline span{
        font-size: 12px;
    }
    .tagline span::before {
        width: 5px;
        height: 5px;
        top: 29%;
        left: -11px;
    }
    .tagline {
        padding: 9px 7px;
        gap: 8px;
    }
}
@media (max-width: 991px){
    .reviewBar {
        height: auto;
        border-radius: 30px;
        padding: 18px;
        background: unset;
        box-shadow: unset;
        margin-top: 41px;
        margin-bottom: 0;
    }
    .reviewBar__list {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
    .reviewBar .reviewItem {
        max-width: 100%;
        flex: unset;
        width: 100%;
        background-color: white;
        border-radius: 100px;
        display: flex;
        align-items: center;
        gap: 14.09px;
        padding: 12px 15px;
        box-shadow: 1px 1px 14px -1px #00000014;
        position: relative;
    }
    .reviewItem::after{
        display: none;
    }
}
@media (max-width: 575px) {
    .servicePages.pt-top{
        padding: 80px 0 80px;
    }
    .tagline {
        padding: 9px 7px;
        gap: 8px;
        justify-content: space-between;
        max-width: 360px;
    }
    .tagline span{
        font-size: 12px;
    }
    .tagline span::before {
        width: 5px;
        height: 5px;
        top: 29%;
        left: -11px;
    }
    .naraRevw.mpw_reviews .mpw-pagination {
        bottom: -2px !important;
    }
    .timeline-head p{
       
        max-width: 100%;
        margin: 0 auto;
    }
}
 
.customer__review .author-name{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.005em;
    color: #231f20;
    margin: 22px 0 0;
    display: block;
}
.customer__review {
    padding: 20px 29px 25px;
}
.rating .filter{
filter: brightness(0) saturate(100%) invert(98%) sepia(40%) saturate(6183%) hue-rotate(330deg) brightness(99%) contrast(92%);
}
/* .processSwiperBtns{
    bottom: 18%;
} */
.author-inner span {
    font-size: 18px;
}
.processSwiper-prev {
    position: absolute;
    left: -8px;
    top: 56%;
}
.processSwiper-next {
    position: absolute;
    right: 0%;
    top: 56%;
}
 
.nobg{
    background: unset;
 
}
.faqs.nobg {
    background: unset;
    padding: 0px 0 100px;
}
.faqs.nobg .faq-card-service{
    box-shadow: 0px 0px 18px 0px #9090901F;
}
.faqs.nobg .faq-card-service {
    min-height: max-content;
}
.processSlide.wrap{
    flex-wrap: wrap;
}
.processSlide .info-badge {
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.processSwiper-prev,
.processSwiper-next {
 
    top: 53%;
}
.processSec {
 
    padding: 80px 0;
}
.comparison-section.tx{
    padding: 100px 0 ;

}
@media (max-width: 575px){
    .comparison-section.tx{
        padding: 80px 0;
    
    }
    .processSec {
 
        padding: 60px 0;
    }
    .processSwiper-prev {
        left: 70%;
        top: 0;
    }
    .processSwiper-next {
        right: 0%;
        top: 0;
    }
}
.narrativeService .list-wrapper ul{
    display: flex
    ;
        gap: 60px;
        flex-direction: row;
        padding-left: 20px;
}
.narrativeService .list-wrapper {
    max-width: 892px;
    width: 100%;
    margin: 50px auto 50px;
    /* background-color: #f8fcff; */
    background-color: white;
    border-radius: 45px;
    padding: 60px;
    display: flex
;
    gap: 46px;
    justify-content: center;
    box-shadow: 0px 5px 24px 0px #00000014;
}
@media (max-width:1200px){
    section.banner__Section {
        background-size: auto, 116%;
        padding: 181px 0 200px;
        position: relative;
    }
}
@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;
    }
    .narrativeService .list-wrapper ul {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
        flex-direction: row;
        padding-left: 20px;
    }
    .cta_star .tagline {
        box-shadow: 0px 0px 18px 0px #9090901F;
        border-radius: 100rem;
        padding: 24px 18px;
        background: #ffffff;
        max-width: max-content;
        margin: -37px auto 65px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        position: relative;
        z-index: 1;
    }
    section.reviews {
        
        overflow: hidden;
    }
    .list-wrapper{
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 35px;
    }
    .processSec {
        padding: 60px 0 0;
    }
    .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: 15px;
        margin-bottom: 8px;
    }

    .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;
    }
    .banner-cta{
        flex-direction: column;
        gap: 53px;
    }
    .banner-btmTxt{
        white-space: nowrap;
    }
    section.banner__Section {
        background-size: auto, 102%;
        padding: 181px 0 160px;
    }
    
    .animation-txt {
        flex-direction: column;
        bottom: 31px;
        max-width: 241px;
        gap: 8px;
        padding: 15px 20px;
        
    }
    #live-indicator::before{
        left: 23px;
    }
    .feature__Box {
        max-width: 258px;
    }
    #live-indicator {
        position: relative;
        padding-left: 22px;
    }
    .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;
      }
 
    .logos-section .logosSlide {
        animation-duration: 50s;
    }
    .servicePages {
        padding: 60px 0;
    }
    .service-section {
        padding: 60px 0;
    }
    .logos-section {
        padding: 60px 0 0;
    }
    .faqs {
   
        padding: 60px 0;
 
    }
    .cta_body {
        padding: 69px 10px 95px;
    }
}

