.cta{
    width: 244px;
    height: 50px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    font-size: 16px !important;
    line-height: 50px !important;
    font-weight: bold !important;
    text-decoration: none;
}
.primary-cta{
    background-color: rgba(17, 61, 205, 1);
    color: #fff !important;
    border: 1px solid rgba(17, 61, 205, 1);
}
.primary-cta:hover{
    background-color: #fff;
    color: rgba(17, 61, 205, 1) !important;
    border: 1px solid rgba(17, 61, 205, 1);
    transition: .2s ease-in;
}
.primary-cta:hover{
    text-decoration: none;
}
.secondary-cta{
    background-color: #fff;
    color: rgba(17, 61, 205, 1) !important;
    border: 1px solid rgba(17, 61, 205, 1);
}
.secondary-cta:hover{
    background-color: rgba(17, 61, 205, 1);
    color: #fff !important;
    border: 1px solid rgba(17, 61, 205, 1);
    transition: .2s ease-in;
}
.secondary-cta:hover{
    text-decoration: none;
}
.head-title{
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    font-weight: bold;
    color: rgba(31, 41, 55, 1);
    margin-bottom: 40px;
}
.hero-top-banner{
    background: linear-gradient(180deg, #F8E2E0 0%, rgba(248, 226, 224, 0) 100%);
    padding: 60px 0 0 0;
    display: inline-block;
    width: 100%;
}
.translation-hero-banner{
    background: linear-gradient(180deg, #DBE3FF 0%, rgba(219, 227, 255, 0) 100%);
}
.hero-top-banner h1{
    color: rgba(17, 61, 205, 1);
    font-size: 40px;
    line-height: 52px;
    font-weight: bold;
}
.hero-top-banner p{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: rgba(31, 41, 55, 1);
}
.hero-left-part{
    padding-right: 40px;
}
.hero-top-banner ul{
    margin-bottom: 30px;
}
.hero-top-banner ul li{
    list-style-type: none;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding-left: 24px;
    margin-bottom: 8px;
}
.hero-top-banner ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    background-image: url('../images/camapign-img/blue-check.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.hero-banner span{
    background-image: url('../images/camapign-img/thesis-hero.png');
    width: 421px;
    height: 373px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}
.middle-top-section{
    background-color: rgba(245, 243, 254, 1);
    padding: 40px 0;
    display: inline-block;
    width: 100%;
}
.middle-top-section p{
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 32px;
}
.optional-editing-service{
    padding: 60px 0;
    display: inline-block;
    width: 100%;
}
.opt-service-box{
    display: flex;
}
.opt-service-box .top-opt-service-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.opt-service-box .top-opt-service-box > p{
    padding: 0 10px;
    font-size: 16px;
    line-height: 24px;
    border-right: 1px solid rgba(220, 214, 251, 1);
    width: 100%;
}
.opt-service-box .top-opt-service-box > p:last-child{
    border-right: none;
}
.opt-service-box .top-opt-service-box > p span{
    font-weight: bold;
}
.opt-translation-service .opt-service-box .left-part{
    width: 66.66%;
}

.opt-service-box .left-part{
    width: 50%;
    flex-direction: column;
    display: flex;
    margin-right: 10px;
}
.opt-translation-service .opt-service-box .right-part{
    width: 33.33%;
}
.opt-service-box .right-part{
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.left-top-part{
    background-color: rgba(236, 233, 252, 1);
    border: 1px solid rgba(203, 213, 225, 1);
    border-radius: 8px 8px 0 0;
    padding: 18px 18px;
}
.opt-service-box h4{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 0;
    text-align: center;
    color: rgba(31, 41, 55, 1);
}
.opt-service-box p{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.left-inn-box{
    display: flex;
    width: 100%;
    border: 1px solid rgba(203, 213, 225, 1);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.opt-translation-service .left-inn-box .letf-inn-des-box{
    width: 50%;
    border-right: 1px solid rgba(203, 213, 225, 1);
}
.left-inn-box .letf-inn-des-box{
    width: 100%;
    border-right: none;
    padding: 18px 24px;
    display: flex;
    flex-direction: column;
}
.left-inn-box .letf-inn-des-box:last-child{
    border-right: none;
}
.letf-inn-des-box h3{
    color: rgba(31, 41, 55, 1);
    font-size: 20px;
    line-height: 30px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: flex;
    font-weight: bold;
    align-items: center;
}
.letf-inn-des-box h3 span{
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
}
.letf-inn-des-box h3 span.blue-edit{
    background-image: url('../images/camapign-img/edit-blue.svg');
}
.letf-inn-des-box h3 span.red-edit{
    background-image: url('../images/camapign-img/edit-red.svg');
}
.opt-service-box ul{
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    min-height: 216px;
}
.opt-translation-service .opt-service-box ul{
    min-height: 290px;
}
.opt-service-box ul li{
    list-style-type: none;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding-left: 24px;
    margin-bottom: 12px;
}
.opt-service-box ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    background-image: url('../images/camapign-img/blue-check.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.letf-inn-des-box .secondary-cta{
    width: 100%;
}
.right-top-part{
    background-color: rgba(219, 227, 255, 1);
    border: 1px solid rgba(203, 213, 225, 1);
    border-radius: 8px 8px 0 0;
    padding: 18px 8px;
    position: relative;
}
.right-top-part .ai-tag{
    background-color: rgba(76, 29, 149, 1);
    text-align: center;
    border-radius: 0 0 12px 12px;
    color: #fff;
    position: absolute;
    font-weight: bold;
    right: 10px;
    top: 0;
    padding: 4px 14px;
    display: flex;
}
.right-top-part .ai-tag .gift-icon{
    display: inline-block;
    width: 20px;
    margin-right: 5px;
    height: 20px;
    background-image: url('../images/camapign-img/gift.svg');
    background-repeat: no-repeat;
    background-size: contain;
}   
.right-inn-box{
    display: flex;
    width: 100%;
    border: 1px solid rgba(226, 228, 233, 1);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.right-inn-des-box{
    width: 100%;
    border: 1px solid rgba(203, 213, 225, 1);
    padding: 18px 24px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.right-inn-des-box h3{
    color: rgba(31, 41, 55, 1);
    font-size: 20px;
    line-height: 30px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}
.right-inn-des-box h3 .ai-icon{
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
    background-image: url('../images/camapign-img/ai-icon.svg');
}
.right-inn-des-box h3 .paperpal-logo{
    width: 105px;
    height: 33px;
    display: inline-block;
    background-image: url('../images/camapign-img/paperpal-logo.svg');
    background-repeat: no-repeat;
    background-size: contain; 
    margin-left: 0;
    margin-top: 0;
}
.right-inn-des-box .secondary-cta{
    width: 100%;
}
.opt-service-box .cta-part{
    margin-top: auto;
}

.plan-service{
    padding: 60px 0 20px 0;
    width: 100%;
    background: linear-gradient(180deg, #FFFFFF 2.76%, #F3F1FD 100%);
}
.plan-service ul li{
    position: relative;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 20px;
    color: rgba(38, 38, 38, 1);
}
.plan-service ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    background-image: url('../images/camapign-img/blue-check.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.plan-service ul.inn-plan li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    background-image: url('../images/camapign-img/blue-check.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.plan-service ul.inn-plan li.red-check::before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    background-image: url('../images/red-tick.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.plan-service ul li.red-check::before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    background-image: url('../images/red-tick.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.refund-policy-box{
    padding: 30px 0;
    width: 100%;
}
.refund-details{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid rgba(203, 213, 225, 1);
}
.refund-details div{
    font-size: 20px;
    line-height: 30px;
    color: rgba(31, 41, 55, 1);
    border-right: 1px solid rgba(31, 41, 55, 1);
    position: relative;
    display: flex;
    align-items: center;
}
.refund-details div.left-part{
    padding-right: 50px;
    margin-right: 50px;
}
.refund-details div span{
    width: 34px;
    height: 34px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}
.refund-details div span.refund-icon{
    background-image: url('../images/camapign-img/refund-icon.svg');
}
.refund-details div span.card-icon{
    background-image: url('../images/camapign-img/payment-details.svg');
}
.tra-plan-service .refund-details div span.refund-icon{
    background-image: url('../images/camapign-img/green-refund-icon.svg');
}
.tra-plan-service .refund-details div span.card-icon{
    background-image: url('../images/camapign-img/green-payment-details.svg');
}
.refund-details div:last-child{
    border-right: none;
}

.bottom-green-box{
    background-color: rgba(236, 251, 239, 1);
    width: 100%;
    padding: 40px 0;
    position: relative;
    z-index: 1;
}
.bottom-green-box::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 176px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/camapign-img/light-green-ellipse.svg');
    z-index: -3;
    background-position: center;
    bottom: 0;
}
.bottom-green-box div p{
    color: rgba(31, 41, 55, 1);
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.bottom-green-box div p a{
    color: rgba(17, 61, 205, 1);
    text-decoration: underline;
    font-size: 16px;
    line-height: 24px;
}

.ai-service{
    background-color: rgba(219, 227, 255, 1);
    width: 100%;
    position: relative;
}
.ai-service::before{
    content: '';
    right: 0;
    bottom: 0;
    position: absolute;
    width: 664px;
    height: 388px;
    display: inline-block;
    background-image: url('../images/camapign-img/ai-banner.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
}
.ai-translate-service.ai-service::before{
    background-image: url('../images/camapign-img/ai-translate-banner.svg');
}
.ai-service .left-part h2{
    color: rgba(17, 51, 164, 1);
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 15px;
} 
.ai-service .left-part{
    padding: 60px 0;
}
.ai-service .left-part ul li{
    list-style-type: none;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
    position: relative;
    padding-left: 25px;
}
.ai-service .left-part ul{
    margin-bottom: 32px;
}
.ai-service .left-part ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background-image: url('../images/camapign-img/blue-check-round.svg');
    background-repeat: no-repeat;
    background-size: contain; 
}
.ai-cta{
    background-color: #fff;
    border: 1px solid rgba(17, 61, 205, 1);
    border-radius: 4px;
    height: 50px;
    width: 190px;
    text-align: center;
    display: inline-block;
    color: rgba(17, 61, 205, 1) !important;
    font-size: 16px !important;
    line-height: 50px !important;
    font-weight: bold !important;
    text-decoration: none;
}
.ai-cta:hover{
    text-decoration: none;
    background-color: rgba(17, 61, 205, 1);
    border: 1px solid rgba(17, 61, 205, 1);
    color: #fff !important;
    transition: .2s ease-in;
}

.paperpal-logo{
    display: flex;
    align-items: center;
    margin-top: 24px;
    font-size: 14px;
    font-weight: bold;
}
.paperpal-logo span{
    width: 88px;
    height: 28px;
    display: inline-block;
    background-image: url('../images/camapign-img/paperpal-logo.svg');
    background-repeat: no-repeat;
    background-size: contain; 
    margin-left: 12px;
}
.faq-details{
    width: 100%;
    display: inline-block;
    padding: 60px 0;
}

.sample-box{
    padding: 60px 0;
    width: 100%;
    background-color: rgba(255, 251, 239, 1);
}
.ai-paperpal span{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sample-tab .nav-pills{
    width: 100%;
    border-bottom: 1px solid rgba(203, 213, 225, 1);
}

.sample-tab{
    border: 1px solid rgba(226, 228, 233, 1);
    border-radius: 12px;
}
.sample-tab .nav-pills>li{
    width: 50%;
    margin-left: 0 !important;
}
.sample-tab .nav-pills>li+li{
    margin-left: 0 !important;
}
.sample-tab .nav-pills>li>a{
    font-size: 20px;
    text-align: center;
    background: #fff;
    font-weight: bold;
    color: rgba(31, 41, 55, 1);
    padding: 13px 20px;
    line-height: 30px;
}
.sample-tab .nav-pills>li:first-child{
    border-right: 1px solid rgba(203, 213, 225, 1);
}
.sample-tab .nav-pills>li:first-child a{
    border-top-left-radius: 12px;
}
.sample-tab .nav-pills>li:last-child a{
    border-top-right-radius: 12px;
}
.sample-tab .nav-pills>li a{
    border-bottom: 2px solid #fff;
}
.sample-tab .nav-pills>li.active>a, 
.sample-tab .nav-pills>li.active>a:focus, 
.sample-tab .nav-pills>li.active>a:hover{
    color: rgba(17, 61, 205, 1) !important;
    background-color: #fff !important;
    border-bottom: 2px solid rgba(17, 61, 205, 1);
    border-bottom-left-radius: 0;
    padding: 13px 20px !important;
    border-bottom-right-radius: 0;
}

.sample-tab .tab-content{
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: none;
}

.researcher-story{
    padding: 60px 0;
    width: 100%;
}
.r-story-slider{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.r-story-inn-details{
    background-color: rgba(239, 242, 251, 1);
    border-radius: 16px;
    padding: 24px;
    margin: 0 10px;
}
.r-story-slider ul.slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0 30px;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
}
.r-story-slider .slick-prev:before {
    content: '';
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/camapign-img/right-aerrow.svg);
    display: inline-block;
    opacity: 1;
}
.r-story-slider .slick-next:before {
    content: '';
    width: 30px;
    opacity: 1;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/camapign-img/left-aerrow.svg);
    display: inline-block;
}
.success-slider .slick-prev:before {
    content: '';
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/camapign-img/right-aerrow.svg);
    display: inline-block;
    opacity: 1;
}
.success-slider .slick-next:before {
    content: '';
    width: 30px;
    opacity: 1;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/camapign-img/left-aerrow.svg);
    display: inline-block;
}
.r-story-inn-details p{
    font-size: 16px;
    line-height: 24px;
    color: rgba(55, 65, 81, 1);
    margin-bottom: 24px;
    font-weight: 600;
    min-height: 170px;
}
.r-story-inn-details .bottom-part{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 140px;
}
.r-story-inn-details .bottom-part .left-part span{
    font-size: 14px;
    line-height: 20px;
    color: rgba(55, 65, 81, 1);
    font-weight: bold;
}
.r-story-inn-details .bottom-part .right-part span{
    width: 75px;
    height: 75px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/camapign-img/slider-icon.svg');
}

.researcher-success-story{
    padding: 60px 0;
    width: 100%;
}

.story-inn-part{
    background: #F6FDF6;
    border: 1px solid #E2E4E9;
    border-radius: 12px;
    display: flex;
    margin: 0 10px;
}
.story-inn-part .left-part{
    width: 37%;
}
.story-inn-part .left-part img{
    width: 170px;
    height: 206px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.story-inn-part .right-part{
    width: 63%;
    padding: 18px 18px 0 18px;
}
.story-inn-part .right-part .inn-text-part{
    margin-bottom: 14px;
    display: flex;
}
.story-inn-part .right-part .inn-text-part .left-t-part{
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.7);
    width: 30%;
    display: inline-block;
}
.story-inn-part .right-part .inn-text-part .right-t-part{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #1F2937;
    width: 70%;
    display: inline-block;
}
.success-slider ul.slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Abstract Translation CSS */

.tra-abstract-hero-banner .hero-banner span{
    background-image: url(../images/camapign-img/tra-abstract-hero-banner.svg);
}
.tra-abstract-hero-banner{
    background: linear-gradient(180deg, #D1EDD6 0%, rgba(209, 237, 214, 0) 100%);
}

/* Abstract Editing CSS */

.abstract-hero-banner .hero-banner span{
    background-image: url(../images/camapign-img/abstract-hero-banner.svg);
}
.abstract-hero-banner{
    background: linear-gradient(180deg, #FFF6DA 0%, rgba(255, 246, 218, 0) 100%);
}
.opt-abstract-service .right-top-part{
    background-color: rgba(236, 251, 239, 1);
}

/* Translation CSS */

.translation-hero-banner .hero-banner span{
    background-image: url(../images/camapign-img/tra-hero-banner.svg);
}
.opt-translation-service .right-top-part{
    background-color: rgba(236, 251, 239, 1);
}
.opt-translation-service .letf-inn-des-box h3 span.blue-edit{
    background-image: url('../images/camapign-img/tra-blue-edit.svg')
}
.opt-translation-service .letf-inn-des-box h3 span.red-edit{
    background-image: url('../images/camapign-img/tra-red-icon.svg')
}
.plan-service.tra-plan-service{
    background: linear-gradient(180deg, #FFFFFF 2.76%, #ECFBEF 100%);
}
.opt-translation-service .opt-service-box ul{
    counter-reset: counter-name;
}
.opt-translation-service .opt-service-box ul li{
    padding-left: 35px;
}
.opt-translation-service .letf-inn-des-box.red-inn-box ul li::before{
    background-color: rgba(248, 226, 224, 1);
    color: rgba(167, 99, 90, 1);
}
.opt-translation-service .letf-inn-des-box.blue-inn-box ul li::before{
    background-color: rgba(219, 227, 255, 1);
    color: rgba(74, 107, 216, 1);
}
.opt-translation-service .opt-service-box .right-inn-des-box ul li{
    padding-left: 25px;
}
.opt-translation-service .opt-service-box .right-inn-des-box ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    background-image: url('../images/camapign-img/blue-check.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.opt-translation-service .opt-service-box ul li::before{
    counter-increment: counter-name;
    content: counter(counter-name, decimal);
    width: 20px;
    top: 4px;
    height: 20px;
    border-radius: 50%;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;

}
.opt-translation-service .right-top-part .ai-tag{
    background-color: rgba(76, 160, 83, 1);
}

.wc-box{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.wc-top-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 30px 0;
}
.wc-top-box h5{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin: 0;
}
.wc-top-box .input-box{
    position: relative;
}
.wc-top-box .input-box .wc-box-word{
    color: rgba(107, 114, 128, 1);
    font-size: 20px;
    position: absolute;
    top: 6px;
    right: 9px;
    font-weight: bold;
}
.wc-top-box .input-box .error-msg span{
    color: rgba(202, 58, 48, 1);
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    left: 22px;
}
/* .plan-service .head-title{
    margin-bottom: 0;
} */
.wc-top-box input{
    border: 1px solid rgba(121, 144, 224, 1);
    padding: 6px 9px;
    border-radius: 4px;
    margin-left: 23px;
}
.customized-box{
    border: 1px solid rgba(255, 226, 128, 1);
    background-color: rgba(255, 251, 239, 1);
    padding: 15px;
    border-radius: 8px;
}
.customized-box p{
    margin-bottom: 0;
    font-size: 16px;
    color: rgba(202, 138, 4, 1);
    line-height: 24px;
}
.customized-box p a{
    color: rgba(202, 138, 4, 1);
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
}
.wc-tab-part{
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(219, 227, 255, 1);
    border-radius: 12px;
    margin: 20px 0;
    padding: 20px 0;
}
.wc-tab-part ul{
    padding-top: 30px;
}
.wc-tab-part ul li::before{
    display: none;
}
.wc-tab-part .tab-content{
    border: none;
    box-shadow: none;
    height: auto;
    border-left: 1px solid rgba(219, 227, 255, 1);
    border-radius: 0;
    padding: 0 15px;
}

.wc-tab-part .nav-pills>li.active>a, 
.wc-tab-part .nav-pills>li.active>a:focus, 
.wc-tab-part .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: rgba(239, 242, 251, 1);
    border: 1px solid rgba(74, 107, 216, 1);
    color: rgba(17, 61, 205, 1);
    text-align: center;
    border-radius: 12px;
}

.wc-tab-part .nav-pills>li>a {
    border-radius: 4px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    color: rgba(31, 41, 55, 1);
    border: 1px solid transparent;
}

.wc-tab-part .tab-content .top-part{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wc-tab-part .tab-content .top-part h5{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: rgba(31, 41, 55, 1);
}
.wc-tab-part .bottom-part{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.wc-tab-part .bottom-part .wc-inn-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid rgba(150, 171, 236, 0.5);
    padding: 18px 6px;
}
.wc-tab-part .bottom-part .wc-inn-box .right-box span{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.wc-tab-part .bottom-part .wc-inn-box .right-box span del{
    color: rgba(125, 125, 125, 1);
    font-size: 14px;
    margin-right: 6px;
}
.form-check{
    display: flex;
    align-items: center;
}
.tablemain .tab-content-table > div {
    margin-bottom: 13px;
}
.tablemain .table-responsive {
    overflow-x: initial;
    border-radius: 4px;
}
.tablemain .table.pay-fees-tbl > thead > tr > th {
    background-color: #ECE9FC;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: rgba(31, 41, 55, 1);
    padding: 4px 10px !important;
    height: 60px;
    width: 140px;
}
.tablemain .table.pay-fees-tbl > thead > tr > th span.top-head{
    background-color: #ECE9FC;
    font-size: 14px;
    line-height: 20px;
    color: rgba(31, 41, 55, 1);
    padding: 4px 10px !important;
    height: 60px;
    font-weight: normal;
    background-color: transparent;
}
.tablemain .table.pay-fees-tbl > thead > tr > th h5{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
}
.tra-plan-service .tablemain .table.pay-fees-tbl > thead > tr > th {
    background: rgba(209, 237, 214, 1);
}
.tablemain .table.pay-fees-tbl > thead > tr > th:first-child {
    background: linear-gradient(to top right, #DCD6FB calc(50% - 1px) , #ECE9FC calc(50% + 1px) );
    text-align: left;
    width: 260px;
}
.tra-plan-service .tablemain .table.pay-fees-tbl > thead > tr > th:first-child {
    background: linear-gradient(to top right, #B7E3BE calc(50% - 1px) , #D1EDD6 calc(50% + 1px) );
}
.pes-fees.tab-content-table {
    box-shadow: none;
    padding: 25px 0;
    height: auto;
}
.tablemain .paymentfeestable tr td:first-child{
    font-weight: 700;
    color: #1F2937;
}
.tablemain .table.pay-fees-tbl > thead > tr > th.rel{
    position: relative;
}
.text-pos-lt {
    position: absolute;
    left: 10px;
    bottom: 5px;
}
.text-pos-rt {
    position: absolute;
    right: 10px;
    top: 5px;
}
.tablemain .table-responsive .table{
    border: none !important;
}
.tablemain .paymentfeestable tr td .red{
    color: #CA3A30 !important;
    font-weight: bold;
}
.tablemain .paymentfeestable tr td {
    font-size: 16px;
    color: #1F2937;
    font-weight: bold;
    border: 1px solid #DCD6FB;
    vertical-align: middle !important;
    background-color:#ffffff !important;
}
.tra-plan-service .tablemain .paymentfeestable tr td {
    border: 1px solid #B7E3BE;
}
.tablemain .strikediag:before {
    border: 1px solid #000;
    transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    -moz-transform: skewY(0deg);
}
.tablemain .paymentfeestable tr:last-child td {
    border: none !important;
	padding-top: 20px !important;
    background: transparent !important;
}
.paymentfeestable, .paymentfeestable2{
    border: none;
}
.form-check label{
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 16px;
    line-height: 24px;

}
.form-check .wc-tag{
    font-size: 12px;
    line-height: 20px;
    border-radius: 6px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    margin-left: 10px;
    padding: 4px 10px;

}
.form-check .green-wc-tag{
    background-color: rgba(236, 251, 239, 1);
    border: 1px solid rgba(48, 99, 58, 1);
    color: rgba(48, 99, 58, 1);
}
.form-check .recommended-wc-tag{
    background-color: rgba(245, 243, 254, 1);
    border: 1px solid rgba(124, 58, 237, 1);
    color: rgba(124, 58, 237, 1);
}
.form-check .express-p-wc-tag{
    background-color: rgba(239, 242, 251, 1);
    border: 1px solid rgba(74, 107, 216, 1);
    color: rgba(74, 107, 216, 1);
}

.plan-service .cta-part{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.academic-fields{
    padding: 60px 0;
    width: 100%;
}
.flelds-details{
    display: flex;
    align-items: center;
    width: 100%;
}
.field-inn-part{
    width: 20%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.field-inn-part h4{
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}
.field-inn-part p{
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

.field-img span{
    width: 102px;
    height: 102px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

.field-img span.medical-img{
    background-image: url('../images/camapign-img/medical-science.svg');
}
.field-img span.biology-img{
    background-image: url('../images/camapign-img/biology.svg');
}
.field-img span.physical-img{
    background-image: url('../images/camapign-img/physical-engineer.svg');
}
.field-img span.social-img{
    background-image: url('../images/camapign-img/social-science.svg');
}
.field-img span.business-img{
    background-image: url('../images/camapign-img/business.svg');
}

.researcher-success-story .cta{
    margin-top: 20px;
}

.slick-dots li button:before{
    content: '';
}

.payment-green-tag {
	background: #c60404;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 0;
	position: relative;
	top: -6px;
	padding: 5px 25px 5px 10px;
	margin-left: 10px
}

.payment-green-tag:before {
	content: '';
	position: absolute;
	top: 2px;
	right: -11px;
	width: 20px;
	height: 20px;
	background: #fff;
	rotate: 45deg
}


.dark-green-tag {
	background-color: #c60404;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 0;
	position: relative;
	top: -6px;
	padding: 5px 25px 5px 10px;
	margin-left: 10px
}

.dark-green-tag:before {
	content: '';
	position: absolute;
	top: 2px;
	right: -11px;
	width: 20px;
	height: 20px;
	background: rgba(209, 237, 214, 1);
	rotate: 45deg
}


@media only screen and (min-width:320px) and (max-width:767px){
    .success-slider .slick-next{
        right: 0;
    }
    .refund-details div.left-part{
        padding-right: 0;
        margin-right: 0;
    }
    .pes-fees.tab-content-table{
        padding: 25px 20px;
    }
    .success-slider .slick-prev{
        left: 0;
        z-index: 99;
    }
    .hero-left-part{
        padding-right: 0;
    }
    .hero-top-banner h1{
        text-align: center;
    }
    .letf-inn-des-box p,.right-inn-des-box p{
        text-align: left;
        font-size: 12px;
        line-height: 18px;
        color: #1F2937;    
        margin-bottom: 20px;    
    }
    .letf-inn-des-box p span{
        font-weight: bold;
    }
    .tablemain .table-responsive{
        min-width: 100% !important;
        overflow: scroll !important;
    }
    .bottom-green-box div p a{
        display: block;
    }
    .plan-service .table-responsive .cta{
        width: 180px;
    }
    .opt-translation-service .right-top-part{
        background-color: transparent;
    }
    .opt-service-box ul{
        min-height: auto;
    }
    .hero-top-banner{
        padding: 30px 0;
    }
    .optional-editing-service{
        padding: 30px 0;
    }
    .ai-service .left-part{
        padding: 30px 0;
    }
    .hero-top-banner h1{
        font-size: 28px;
        line-height: 36px;
        text-align: left;
    }
    .bottom-green-box::before{
        display: none;
    }
    .academic-fields{
        padding: 30px 0;
    }
    .r-story-inn-details{
        padding: 14px;
        margin: 20px;
    }
    .story-inn-part{
        flex-direction: column;
    }
    .story-inn-part .left-part {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 20px;
    }
    .story-inn-part .left-part img{
        border-radius: 0;
    }
    .story-inn-part .right-part {
        width: 100%;
        padding: 18px 18px 0 18px;
    }
    .success-slider .slick-dots li{
        width: 10px;
        height: 10px;
    }
    .r-story-slider .slick-prev {
        left: 5px;
        z-index: 9999;
    }
    .r-story-slider .slick-next {
        right: 15px;
    }
    .flelds-details{
        flex-direction: column;
    }
    .field-inn-part{
        width: 100%;
        margin-bottom: 20px;
    }
    .opt-translation-service .right-inn-des-box .ai-tag{
        background-color: rgba(76, 160, 83, 1);
    }
    .ai-service::before{
        display: none;
    }
    .sample-tab .nav-pills>li>a{
        font-size: 14px;
    }
    .ai-service .p-0{
        padding: 0;
    }
    .ai-banner{
        width: 100%;
        height: 228px;
        display: inline-block;
        background-image: url('../images/camapign-img/ai-banner.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right bottom;
        margin-top: -10px;
    }
    .ai-banner.ai-tra-banner{
        background-image: url('../images/camapign-img/ai-translate-banner.svg');
    }
    .head-title{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .hero-banner span{
        width: 100%;
        background-position: center;
        margin-top: 0;
    }
    .optional-editing-service{
        background-color: rgba(245, 243, 254, 1);
    }
    .opt-service-box{
        flex-direction: column;
    }
    .left-top-part{
        display: none;
    }
    .opt-service-box .left-part{
        width: 100%;
        margin-right: 0;
    }
    .opt-service-box .right-part{
        width: 100%;
        margin-left: 0;
    }
    .left-inn-box{
        flex-direction: column;
        border: none;
    }
    .right-top-part{
        background: transparent;
        border: none;
    }
    .right-inn-des-box{
        background: #fff;
        padding: 20px;
        border-radius: 12px;
        margin: 0 20px;
        width: calc(100% - 40px);
    }
    .left-inn-box .letf-inn-des-box{
        width: 100%;
        background: rgba(255, 255, 255, 1);
        margin-bottom: 0;
        border-radius: 12px;
        border: 1px solid rgba(203, 213, 225, 1);
    }
    .left-bottom-m-title,.left-top-m-title{
        margin-bottom: 16px;
    }
    .left-bottom-m-title p span{
        font-weight: bold;
    }
    .right-inn-des-box{
        position: relative;
        margin: 20px 0 0 0;
        width: 100%;
    }
    .right-inn-des-box .ai-tag .gift-icon{
        display: inline-block;
        width: 20px;
        margin-right: 5px;
        height: 20px;
        background-image: url('../images/camapign-img/gift.svg');
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        top: 4px;
    }   
    .right-inn-des-box .ai-tag{
        background-color: rgba(76, 29, 149, 1);
        text-align: center;
        border-radius: 0 0 12px 12px;
        color: #fff;
        position: absolute;
        font-weight: bold;
        right: 20px;
        top: 0;
        padding: 4px 14px;
    }
    .ai-cta{
        width: 100%;
    }
    .refund-details{
        flex-direction: column;
    }
    .refund-details div{
        width: 100%;
        padding-left: 0;
        border: none;
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 20px;
    }
    .plan-service ul li{
        font-size: 13px;
    }
    .refund-policy-box{
        padding-bottom: 0;
    }
    .plan-service{
        padding-bottom: 0;
        padding-top: 30px;
    }
    .sample-box{
        padding: 30px 0;
    }
}


@media (max-device-width: 991px) and (orientation: landscape) {
    .hero-banner span {
        width: 100%;
        background-position: center;
        margin-top: 0;
    }
    .pes-fees.tab-content-table {
        margin: 0 50px;
    }
    .ai-service::before {
        width: 484px;
        height: 278px;
    }
    .opt-service-box .top-opt-service-box > p {
        font-size: 14px;
    }
    .opt-service-box p {
        font-size: 14px;
    }
    .opt-service-box ul li {
        font-size: 14px;
    }
    .left-inn-box .letf-inn-des-box {
        padding: 14px 14px;
    } 
    .right-inn-des-box {
        padding: 14px 14px;
    }
    .r-story-slider .slick-prev,.success-slider .slick-prev{
        left: -5px;
        z-index: 99;
    }
    .r-story-slider .slick-next , .success-slider .slick-next{
        right: 5px;
    }
    .r-story-inn-details p {
        font-size: 14px;
    }
    .r-story-inn-details .bottom-part {
        min-height: 190px;
    }
    .academic-fields {
        padding: 0 ;
    }
    .story-inn-part .left-part {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cta {
        width: 200px;
    }
    .story-inn-part .right-part {
        width: 100%;
        padding: 18px 10px 0 18px;
        min-height: 230px;
    }
    .left-top-part {
        padding: 18px 15px;
    }
    .right-top-part .ai-tag{
        padding: 2px 6px;
    }
    .opt-service-box h4 {
        font-size: 16px;
    }
    .story-inn-part {
        flex-direction: column;
    }
    .story-inn-part .right-part .inn-text-part .left-t-part {
        font-size: 12px;
    }
    .story-inn-part .right-part .inn-text-part .right-t-part {
        font-size: 12px;
    }
    .head-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }   
    .refund-details div {
        font-size: 16px;
        line-height: 24px;
    }
    .refund-details div.left-part {
        padding-right: 20px;
        margin-right: 20px;
    }
    
}

.font14{font-size: 14px;}
.font16{font-size: 16px;}

/* thesis editing ai section  */
.ai-expert-service{
    margin-top: 60px;
}
.ai-expert-service h2{
    color: rgba(17, 51, 164, 1);
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
}
.ai-expert-service .ai-phenomenon{
    background: url(../images/camapign-img/ai-banner-big.png) #01176B no-repeat center top;
    height: 345px;
    color: #ffffff;
    position: relative;
}

.ai-expert-service .ai-phenomenon .closing-note{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ai-evaluation {
    padding: 60px 0 0 0;
  }
.ai-evaluation .head-title {
    margin-bottom: 20px;
}
  .ai-evaluation .sub-txt {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .ai-evaluation .table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
    scrollbar-width: thin;
  }
  .ai-evaluation .table-responsive {
    display: inline-block;
    min-width: 100%;
    background-color: white;
    border-radius: 8px;
    border: 1px solid #CBD5E1;
  }
  .ai-evaluation .comparison-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    background-color: white;
  }
  .ai-evaluation .comparison-table thead th {
    background-color: #F3F4F6;
    font-size: 20px;
    font-weight: 700;
    padding: 14px 10px;
    border-right: 1px solid #CBD5E1;
    border-bottom: none;
    text-align: center;
  }
  .ai-evaluation .comparison-table thead th:first-child{
    width: 20%;
  }
  .ai-evaluation .comparison-table thead th:last-child{
    width: 50%;
    border-right: none;
  }
  .ai-evaluation .comparison-table th.highlight {
    color: #CA3A30;
  }
  .ai-evaluation .comparison-table tbody td {
    padding: 16px 12px;
    font-size: 15px;
    color: #1e293b;
    border-bottom: 1px solid #e5e7eb;
  }
  .ai-evaluation .comparison-table tbody tr td{
    border-right: 1px solid #CBD5E1;
    font-size: 16px;
    font-weight:500
  }
  .ai-evaluation .comparison-table tbody tr td:first-child{
    font-size: 14px;
    text-align: center;
    font-weight: normal;
  }
  .ai-evaluation .comparison-table tbody tr td:last-child{
    font-size: 20px;
    font-weight: bold;
    border-right: none;
  }
  .ai-evaluation .comparison-table tbody tr:last-child td {
    border-bottom: none;
  }
  
  .ai-evaluation .comparison-table th:last-child {
    background-color: #DBE3FF;
    color: #113DCD;
  }
  .ai-evaluation .table-wrapper::-webkit-scrollbar {
    height: 6px;
  }
  .ai-evaluation .table-wrapper::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
  }
  .ai-evaluation .table-wrapper::-webkit-scrollbar-track {
    background-color: #f9fafb;
  }
  .proof-service-section {
    background: linear-gradient(180deg, #FFFFFF 2.76%, #FFF5F5 100%);
    text-align: center;
    padding: 60px 20px;
  }
  .proof-service-section .section-title {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 30px;
  }
  .proof-service-section .service-card {
    border-radius: 12px;
    max-width: 750px;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #CBD5E1;
    background-color: #ffffff;
  }
  .proof-service-section .service-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 28px 24px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #FCF3F2;
  }
  .proof-service-section .service-body{
    padding: 20px 22px;
  }
  .proof-service-section .service-info .service-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
  }
  .proof-service-section .service-info .service-desc {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .proof-service-section .usps {
    list-style: none;
    padding: 0;
  }
  .proof-service-section .usps li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    color: #1e293b;
    font-size: 16px;
    line-height:24px;
  }
  .proof-service-section .usps li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    background-image: url('../images/camapign-img/blue-check.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }
  .proof-service-section .cta {
    height: 50px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    font-size: 16px !important;
    line-height: 50px !important;
    font-weight: bold !important;
    text-decoration: none;
    margin-top: 20px;
  }
  .proof-service-section .cta:hover {
    background-color: #fff;
    color:#113DCD !important;
    transition: .2s ease-in;
  }
  .red-divider{
    background-color: #E77975;
    border: none; 
    height: 1px !important; 
  }
  .faq-list li{
    padding-left: 15px;
    list-style-type:lower-roman;
  }
  .thesis-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
  /* === Modal === */
  .thesis-popup-modal {
    position: relative;
  background: #fff;
  border-radius: 14px;
  max-width: 760px;
  width: 90%;
  padding:0 10px 30px 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  animation: fadeIn 0.3s ease;
  overflow: hidden; /* ensures curve stays inside */
  }
  .thesis-popup-modal::before {
    content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 251px; /* adjust curve height as needed */
background: linear-gradient(180deg, rgba(248, 226, 224, 0) -36.34%, #F8E2E0 63.66%);
clip-path: ellipse(65% 100% at 50% 0%);
z-index: 0;
  }
  .thesis-popup-modal .scroll-area{
    max-height: 500px;
    height: 100%;
    overflow-y: auto;
    scroll-behavior: smooth;
    position: relative;
    z-index: 1;
    margin-top: 30px;

  }
  .thesis-popup-modal .scroll-area::-webkit-scrollbar {
    width: 6px;
  }
  
  .thesis-popup-modal .scroll-area::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
  }
  
  .thesis-popup-modal .scroll-area::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ccc, #999);
    border-radius: 10px;
  }
  
  .thesis-popup-modal .scroll-area::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #b5b5b5, #888);
  }
  
  /* Elegant Scrollbar — Firefox */
  .thesis-popup-modal .scroll-area {
    scrollbar-width: thin;
    scrollbar-color: #aaa transparent;
  }
  /* === Close Button === */
  .thesis-popup-modal .popup-close {
    position: absolute;
    top: 12px;
    right: 14px;
    background: transparent;
    border: none;
    font-size: 26px;
    cursor: pointer;
    color: #888;
    z-index: 1;
  }
  .thesis-popup-modal .popup-close:hover {
    color: #000;
  }
  
  /* === Header === */
  .thesis-popup-modal .popup-header {
    text-align: center;
    margin-bottom: 15px;
    background-color: transparent;
  }
  .thesis-popup-modal .popup-header h2 {
    font-size: 40px;
    margin: 8px 0;
    color: #1133A4;
    font-weight: 700;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
  }
  .thesis-popup-modal .popup-header h2::before,  .thesis-popup-modal .popup-header h2::after{
    content: '';
    display: block;
    width: 75px;
    height: 75px;

  }
  .thesis-popup-modal .popup-header h2::before{
    background: url('../images/camapign-img/offer-icon-left.png') no-repeat;

  }
  .thesis-popup-modal .popup-header h2::after{
    background: url('../images/camapign-img/offer-icon-right.png') no-repeat;

  }
  .thesis-popup-modal .popup-header p {
    font-size: 24px;
    line-height: 34px;
    color: #1F2937;
    margin: 0;
  }
  .thesis-popup-modal .highlight {
    color: #CA3A30;
    font-weight: 700;
  }
  .thesis-popup-modal .popup-footer {
    margin-top: 15px;
    text-align: center;
  }
  .thesis-popup-modal .dont-show-today {
    font-size: 12px;
    color:#1F2937 ;
    cursor: pointer;
    font-weight: normal;
  }
  .thesis-popup-modal .dont-show-today input{
    margin-top: 0;
  }

  
  /* === Coupon Box === */
  .thesis-popup-modal .popup-coupon-box {
  position: relative;
  width: 80%;   
  margin: 0 auto;
  background: #EFF2FB;
  border: 1px solid #7990E0;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  color: #204eea;
  font-weight: bold;
  font-size: 22px;
  padding: 30px;
  }
  .thesis-popup-modal .popup-coupon-box::before,
  .thesis-popup-modal .popup-coupon-box::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;       /* width of half circle */
    height: 10px;       /* half of width → makes half circle */
    border: 1px solid #7990E0;
    border-radius: 120px 120px 0 0;  /* Top half circle */
    z-index: 1;
}
.thesis-popup-modal .popup-coupon-box::before {
    top: -1px;
    border-top: none;
    border-radius: 0 0 120px 120px;
    background-color: #f8e2e0;
}

.thesis-popup-modal .popup-coupon-box::after {
    bottom: -1px;
    border-bottom: none;
    background-color: white;
}
.thesis-popup-modal .popup-coupon-box .cta{
    width: 234px;
    height: 40px;
    display: inline-block;
    border-radius: 6px;
    text-align: center;
    font-size: 16px !important;
    line-height: 40px !important;
    font-weight: bold !important;
    text-decoration: none;
    margin-top: 12px;
  }
  .thesis-popup-modal .popup-coupon-code {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #113DCD;
    border: 1px dashed #9CA3AF;
    padding: 7px 16px;
    border-radius: 6px;
    background-color: #ffffff;
    margin-right: 10px;
  }
  .thesis-popup-modal .popup-copy-btn {
    border: none;
    color: #113DCD;
    font-size: 12px;
    cursor: pointer;
    font-weight: normal;
    display: flex;
    gap: 5px;
    align-items: center;
    background: none;
  }
  .thesis-popup-modal .popup-copy-btn::before{
    content: "";
    width:12px;
    height:12px;
    background: url('../images/camapign-img/copy-icon.svg') no-repeat
  }
  .thesis-popup-modal .popup-copy-btn:hover {
    text-decoration: underline;
  }
  
  /* === Description === */
  .thesis-popup-modal .popup-desc {
    font-size: 16px;
    color: #262626;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0;
    line-height: 24px;
    font-weight: normal;
  }
  .thesis-popup-modal .popup-subtext {
    color: #CA3A30;
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .thesis-popup-modal .popup-content {
    position: relative;
    z-index: 1;
    padding: 0 55px;
  }
  
  /* === Terms List === */
  .thesis-popup-modal .popup-terms {
    margin-top: 10px;
    font-size: 12px;
    color: #1F2937;
    line-height: 24px;
    border-top: 1px solid #E77975;
    padding-top: 10px
  }
  .thesis-popup-modal .popup-terms li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 5px;
  }
  .thesis-popup-modal .popup-terms li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    background-image: url(../images/camapign-img/blue-check.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .copy-tooltip {
    position: fixed;
    transform: translateX(-50%);
    background: #000000;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 6px;
    opacity: 0.5;
    z-index: 9999;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  
  .copy-tooltip.fade-out {
    opacity: 0;
    transform: translateX(-50%) translateY(-5px);
  }
  .nb{
    display: none;
}
  
  /* === Animation === */
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }


  @media (max-width: 767px) {
    .proof-service-section .service-info .service-desc{
        font-size: 12px;
    }
    .proof-service-section .service-header{
        padding: 14px 19px;
    }
    .ai-evaluation .table-responsive {
      min-width: 600px;
    }
    .thesis-popup-modal .popup-coupon-box{
        width: 100%;
        padding: 20px 10px
    }
    .thesis-popup-modal{
        padding: 20px;
        overflow-y: scroll;
        max-height: 600px;
    }
    .thesis-popup-modal .popup-header h2{
        font-size: 30px;
    }
    .thesis-popup-modal::before{
        height: 352px;
        clip-path: ellipse(90% 100% at 50% 0%);
    }
    .thesis-popup-modal .popup-content{
        padding: 0;
        margin-right: 10px;
    }
    .thesis-popup-modal .popup-header{
        padding: 0;      
    }
    .ai-expert-service .ai-phenomenon{
        background: url(../images/camapign-img/ai-banner-sm.png) #01176B no-repeat center top;
        height: 372px;
    }
    .ai-expert-service .ai-phenomenon .closing-note{
        padding: 0 20px;
    }
    .nb{
        display: block;
    }

  }
  
  