@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Poppins", sans-serif;
    list-style: none;
    color: black;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;

}

h1,
h2,
h3 {
    font-family: "Inter", sans-serif;

}

.fs80 {
    font-size: 90px;
    letter-spacing: 7px;
}

a {
    text-decoration: none;
    font-family: "Poppins", sans-serif;

}

a.order-now {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    position: relative;
}

a.order-now .order-content {
    background: var(--Primary);
    color: black;
    padding: 8px 30px;
    font-weight: 500;
    border-radius: 20px;
    position: relative;
    font-weight: 700;
}

a.order-now .arrow-circle {
    background: var(--Primary);
    color: black;
    font-size: 20px;
    padding: 5px;
    clip-path: circle();
}

a.order-now::before {
    content: '';
    width: 200px;
    position: absolute;
    border: 1px solid black;
    padding: 18px;
    z-index: 0;
    left: -7px;
    border-radius: 20px;
}

header a.nav-link {
    color: black;
}

header a.nav-link:hover,
header .nav-link:focus {
    color: var(--Primary);
}


.home {
    background: url(../img/HomeBanner.webp)top center /cover no-repeat;
}

span.no-chat {
    padding: 10px;
    background: var(--Secondary);
    margin-bottom: 6px;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
}

section.home ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}

section.home ul li {
    font-weight: 600;
    padding: 14px 20px;
    background: var(--Secondary);
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    border-radius: 10px;
}

section.home .orders {
    background: var(--Primary);
    padding: 12px 24px;
    color: black;
    font-weight: 600;
    font-size: 17px;
    border-radius: 8px;

}

.live-chat {
    color: black;
    border: 2px solid;
    padding: 10px 34px;
    font-size: 17px;
    border-radius: 8px;
    font-weight: bold;
}

.live-chat:hover {
    background: var(--Primary);
    color: black;
}

section.home .right-content {
    background: var(--Secondary);
    padding: 40px 20px;
    border-radius: 30px;
    max-width: 600px;

}

section.home .right-content span {
    font-size: 38px;
    font-weight: 600;
    display: block;
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px;
}

section.home form select {
    padding: 12px;
    margin-bottom: 20px;
    border: 2px solid;
    color: black;
    font-weight: 500;
}

section.home form button {
    background: var(--Primary);
    padding: 10px 20px;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    border: 0px;
    border-radius: 8px;
}

section.home form button:hover {
    background: var(--white);
    color: black;
}

section.home form div span {
    width: 90%;
    font-size: 40px;
}

.counter-box img {
    background: white;
    padding: 10px 12px;
    border: 2px solid;
    border-radius: 10px;
}

.counter-box .counter-no {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.counter-box .counter-review,
.counter-box .counter-content {
    font-weight: 600;
}

.counter-box {
    padding: 12px;
}

.counter-box div:nth-child(1) {
    border-right: 2px solid var(--Primary);
    padding-right: 20px;
}

.trusted-box div {
    background: var(--Secondary);
    width: max-content;
    padding: 14px;
    border-radius: 50%;
    margin: auto;
}

.trusted-box {
    text-align: center;
    margin-bottom: 30px;
}

.trusted-box span {
    font-size: 22px;
    font-weight: 600;
}

.assignment-expert {
    background: url(../img/assignment-expert-banner.webp)top center /cover no-repeat;

}

.assignmentSwiper .swiper-pagination-bullet img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    /* display: block; */
}

.assignmentSwiper .swiper-pagination-bullet {
    width: 50px !important;
    height: 50px !important;
    background: none !important;
    opacity: 1 !important;
    margin: 0 5px;
    border-radius: 50% !important;
    overflow: hidden;
}

.right-img {
    width: 100%;
}

.cta .contact-info a {
    background: var(--Primary);
    color: white;
    padding: 10px;
    width: max-content;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    border-radius: 10px;
}

.cta .contact-info a img {
    background: var(--Secondary);
    padding: 10px;
    border-radius: 10px;
}

.assignment-service {
    background: url(../img/assignment-service-banner.webp)center/cover no-repeat;
}

.assignment-service-box {
    padding: 40px;
    margin-bottom: 30px;
    background: white;
    text-align: center;
    border: 2px solid;
    border-radius: 15px;
}

.assignment-service-box:hover {
    background: var(--Secondary);
}

.assignment-service-box span {
    display: block;
    font-size: 26px;
    font-weight: 700;
    margin: 5px 0px;
}

.affortable-help .boxes {
    padding: 20px 35px;
    background: var(--Secondary);
    font-family: "Inter", sans-serif;
    margin-bottom: 20px;
    border-radius: 10px;

}

.affortable-help .box {
    text-align: center;
    width: max-content;
    padding: 20px 50px;
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    background: white;
}

.affortable-help .progress-ring {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
}

.affortable-help .progress-ring svg {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
}

.affortable-help .progress-ring circle {
    fill: none;
    stroke-width: 8;
    stroke-linecap: round;
}

.affortable-help .affortable-help .progress-ring .bg {
    stroke: #eee;
}

.affortable-help .progress-ring .progress {
    stroke: #2ecc71;
    stroke-dasharray: 283;
    /* 2πr (r=45) */
    stroke-dashoffset: 283;
    transition: stroke-dashoffset 1s ease;
}

.affortable-help .progress-ring span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 18px;
    color: #2ecc71;
}

.affortable-help .right-content {
    display: flex;
    justify-content: space-around;
    gap: 10px;
}

.affortable-help .title {
    margin-top: 10px;
    font-weight: 600;
}

.affortable-help .progress-bar-sec {
    background: var(--Secondary);
    border-radius: 12px;
    padding: 20px 20px 10px;
}

.progress-bar-sec ul li span {
    font-weight: 600;
    font-size: 20px;
}

.progress-bar-sec ul li:nth-child(1) {
    background: white;
    padding: 20px 45px;
    border-radius: 30px;
    border: 2px solid;
}

.progress-bar-sec ul li p {
    margin: 0px;
}

.progress-bar-sec ul li:nth-child(2) {
    background: var(--Primary);
    padding: 20px 45px;
    border-radius: 30px;
    border: 2px solid;

}

section.get-more {
    padding: 120px;
}

.get-more-box span {
    font-size: 24px;
    font-weight: 700;
}

.get-more-box ul li {
    display: flex;
    justify-content: space-between;
    padding: 7px 14px;
    margin: 9px 0px;
    background: var(--Secondary);
    align-items: center;
    border-radius: 30px;
}

.get-more-box ul li div {
    display: flex;
    align-items: self-start;
    gap: 7px;
    font-weight: 500;
}

.get-more-box ul li p {
    margin: 0px;
    font-size: 18px;
}

.get-more-box ul li span {
    font-size: 20px;
    color: var(--Primary);
}

.get-more-box {
    padding: 20px;
    background: white;
    position: relative;
    border-radius: 20px;
    max-width: 500px;
}

.circle-shape {
    background: var(--Primary);
    border-radius: 50%;
    width: 170px;
    height: 170px;
    position: absolute;
    top: -90px;
    left: 0px;
}

.sqaure-shape {
    background: var(--Primary);
    border-radius: 10%;
    width: 170px;
    height: 170px;
    position: absolute;
    bottom: -30px;
    left: 10px;
}

section.trusted-student span {
    font-size: 18px;
    font-weight: 600;
    background: var(--Secondary);
    padding: 20px 30px;
    color: #18a34a;
    border-radius: 34px;

}

section.trusted-student .whatsapp {
    border: 2px solid black;
    color: black;
    font-weight: 600;
    padding: 18px 50px;
    border-radius: 40px;
}

section.trusted-student .live-chat {
    background: var(--Primary);
    border: 2px solid black;
    color: black;
    font-weight: 600;
    padding: 18px 50px;
    border-radius: 40px;
}

.writers {
    background: url(../img/assignment-expert-banner.webp);
}

.writers-box .profile-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.writers-box .profile-content img {
    width: 120px;
}

.writers-box .profile-content span {
    display: block;
}

span.online-writer {
    background: var(--Secondary);
    margin: 4px 0px;
    padding: 2px 2px 2px 10px;
    border-radius: 15px;
}

.writers-box .profile-content .name {
    font-size: 26px;
    font-weight: 700;
}

.writers-box .profile-content .rated {
    color: var(--Primary);
    font-weight: 600;
    font-size: 20px;
}

.writers-box .profile-content div i {
    color: var(--Primary);
}

.writers-box .degree {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 50px 0px;
}

.degree div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.writers-box {
    padding: 30px 20px;
    background: white;
    width: max-content;
    border-radius: 20px;
    border: 2px solid;
}

.writers-box ul {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.writers-box ul li {
    padding: 10px;
    border: 2px solid;
    border-radius: 10px;
    font-weight: 600;
}

.degree div span {
    font-weight: 600;
}

.writers-box div a {
    background: var(--Primary);
    padding: 15px 45px;
    color: black;
    font-weight: 600;
    border-radius: 30px;
}


section.process ul li {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

section.process ul li span {
    font-size: 23px;
    font-weight: 700;
}

section.process ul li .no {
    font-size: 27px;
    font-weight: 700;
    background: var(--Primary);
    padding: 5px 10px;
    height: max-content;
    border-radius: 50%;

}

.border-line {
    border: 2px dotted;
    height: 75%;
    width: 1px;
    position: absolute;
    left: 35px;
    z-index: -1;
}

.success-stories {
    background: url(../img/assignment-expert-banner.webp);
}

.success-stories .stars i {
    color: var(--Primary);
}

.success-stories .profile-content span {
    display: block;
}

.success-box {
    text-align: center;
    background: white;
    padding: 40px 20px;
    margin-bottom: 130px;
    border-radius: 10px;
}

.success-box .profile-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.success-stories .profile-content span:nth-of-type(1) {
    font-size: 24px;
    font-weight: 600;
}

.success-box object {
    position: relative;
    top: -10px;
}

.mySwiper .swiper-slide {
    transition: all 0.4s ease;
    transform: scale(0.9);
    opacity: 1;
}

.mySwiper .swiper-slide-active {
    transform: scale(1.1);
    opacity: 1;
    z-index: 5;
    margin-top: 30px;
}

.mySwiper .swiper-slide-active .success-box {
    background: var(--Secondary);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.mySwiper .swiper-slide-active .profile-content img {
    transform: scale(1.15);
}

.faq .accordion-item {
    margin-bottom: 30px;
    border: 2px solid;
    border-radius: 20px;
}

.faq {
    background: url(../img/assignment-expert-banner.webp);
}

.faq .accordion-button:not(.collapsed) {
    color: black;
    background-color: white;
    box-shadow: none;
    border-radius: 20px;
}

.faq .accordion-button {
    font-weight: 800;
    border-radius: 20px !important;

}

.faq .right-content {
    padding: 120px 34px;
    text-align: center;
    background: url(../img/FaqRightBanner.jpg);
}

.faq .live-chat {
    padding: 12px 30px;
    font-size: 20px;
    background: var(--Primary);
    font-weight: 600;
    border-radius: 34px;
    border: none;
}

.footer-nav span {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.footer-nav ul {
    padding-left: 15px;
}

.footer-nav ul li {
    list-style: disc;
    padding-bottom: 10px;
}

.footer-nav ul li a {
    color: black;
    padding-bottom: 5px;
    font-size: 14px;
}




.nursing-support {
    border: 2px solid black;
    border-radius: 15px;
    padding: 25px 30px;
    background: #fff;
}

.nursing-support .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

/* Left content */
.left {
    flex: 1 1 70%;
}

.left p {

    margin-bottom: 25px;
}

/* Helper (Swiper + Text) */
.helper-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.helperSwiper {
    width: 150px;
}

.helperSwiper .swiper-slide {
    width: 60px !important;
    height: 60px;
}

.helperSwiper img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.helperSwiper .swiper-slide-active img {
    transform: scale(1.2);
    opacity: 1;
}

.helper-text {
    font-weight: 600;
    font-size: 15px;
    margin: 0;
}

.helper-text span {
    font-weight: bold;
    color: black;
    display: block;

}

/* Right side */
.right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.talk-btn {
    background: var(--Primary);
    border: none;
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    cursor: pointer;
}

.talk-btn:hover {
    background: #e6b800;
}

.small-text {
    font-weight: 600;
    font-size: 14px;
}

.assignment-expert .swiper {
    margin: auto 0px;
    padding: 10px 0px;
}

.swiper-pagination-bullet {
    background: white !important;
    border: 1px solid black !important;
    padding: 6px;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {

    background: rgb(225 225 225) !important;
}

.success-stories .swiper-pagination-bullet {
    background: black !important;
    border: none !important;

}

.success-stories .swiper-pagination-bullet-active {

    background: var(--Primary) !important;
}

.getoff span {
    padding: 1rem 4rem;
    background: #F7F5F2;
    font-size: 29px;
    font-weight: 800;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #000;
}

.getoff span.active {
    background: var(--Primary);

    transform: translate(-13px, 0px);
    position: relative;
    z-index: -1;
}

.scan {
    background: #F7F5F2;
    padding: 1rem;
    border-radius: 20px;
    border: 3px solid #000;
}

.innerpage .orders {
    background: var(--Primary);
    padding: 12px 24px;
    color: black;
    font-weight: 600;
    font-size: 17px;
    border-radius: 8px;
}

.innerpage ul li {
    font-weight: 600;
    padding: 14px 20px;
    background: var(--Secondary);
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    border-radius: 10px;
}

.innerpage {
    background: url(../img/InnerpageBg.webp)center/cover no-repeat;
}

section.about-content ul {
    padding: 30px;
    background: var(--Primary);
    border-radius: 60px;
    position: relative;
    bottom: -20px;
}

section.about-content ul li div {
    background: var(--Secondary);
    width: max-content;
    padding: 14px;
    border-radius: 50%;
    margin: auto;
}

section.about-content ul li span {
    font-weight: 700;
    font-size: 19px;
}

.detail-content {
    background: var(--Secondary);
    padding: 40px;
    border-radius: 60px;
}

.reviews {
    background: #FFFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(237, 221, 83, 0.55) 50%, rgba(255, 255, 255, 1) 100%);
}

.reviews .reviews-box {
    text-align: center;
    background: white;
    margin: 2px;
    padding: 20px 20px 40px;
    margin-bottom: 70px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.reviews .reviews-box object {
    position: relative;
    top: -10px;
    width: 45px;
}

.reviews .reviews-box .profile-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.reviews .reviews-box .profile-content span:nth-of-type(1) {
    font-size: 15px;
    font-weight: 600;
}

.reviews .reviews-box .profile-content span {
    display: block;
}

.reviews .reviews-box p {
    font-size: 12px;
    margin-bottom: 5px;
}

.review-writers span {
    font-size: 18px;
    /* width: 50%; */
    /* display: block; */
    /* margin: auto; */
}

.review-writers .order-now {
    font-size: 14px;
    color: black;
    font-weight: 500;
    padding: 9px 26px;
    background: var(--Primary);
    border-radius: 10px;
}

.review-writers a.order-now::before {
    border: none;

}

.review-writers .live-chat {
    font-size: 14px;
    color: black;
    font-weight: 500;
    padding: 9px 26px;
    background: white;

}

.price-plan h2 {
    background: var(--Primary);
    padding: 20px 40px;
    font-size: 30px;
    color: black;
    display: inline-block;
    border-radius: 20px 20px 0px 0px;
    font-weight: 700;
}

.price-plan ul li:nth-child(1) {
    background: var(--Primary) !important;
    color: black;
    font-size: 28px;
    font-weight: 700;
    padding: 6px;
    text-align: center;
}

.price-plan .swiper-slide:nth-child(2) ul li:first-child,
.price-plan .swiper-slide:nth-child(4) ul li:first-child {
    background: black !important;
    color: white;
}

.price-plan ul li:nth-child(odd) {
    background: #FFF9DE;
}

.price-plan ul li {
    text-align: center;
    padding: 20px;
}

.price-plan ul {
    list-style: none;
}

.price-plan ul li .days {
    font-weight: 500;
    font-size: 18px;
}

.price-plan ul li .prices {
    font-weight: 700;
}

.form-group label {
    display: block;
    padding: 5px 10px;
}

.form-group select {
    width: 100%;
    padding: 15px;
    font-size: 15px;
    border-radius: 30px;
    margin-bottom: 20px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.form-group div {
    width: 100%;
}

.form-group textarea {
    width: 100%;
    padding: 15px 20px 30px;
    border-radius: 6px;

}

.file-upload {
    border: 2px dashed #003e47;
    border-radius: 8px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    transition: background-color .2s;
    margin-top: 7px;

}

.form-group input {
    width: 100%;
    padding: 15px;
    border-radius: 30px;
    border: none;
    margin-bottom: 10px;
}

input[type="radio"] {
    width: auto;
}

.order-form button {
    width: 300px;
    padding: 8px;
    background: black;
    color: white;
    font-size: 20px;
    border-radius: 7px;
    border: 0px;
}
.order-form button:hover{
    background-color: var(--Primary);
    color: white;
}
.form-group textarea::placeholder {
    font-size: 15px;
    color: black;
}

.form-group input::placeholder {
    font-size: 15px;
    /* color: white; */
}

.order-summary {
    background: url("../img/SummaryBanner.webp")center/cover no-repeat;
    padding: 20px;

}

.order-summary span {
    display: block;
    margin-bottom: 6px;
    border-bottom: 1px solid;
    padding: 10px 0px;
}

.order-summary .total-price {
    font-size: 18px;
}

.order-summary div {
    border-bottom: 1px solid;
}

.order-summary div span {
    border: none;
}

.order-form .headings {
    font-size: 30px;
    background: var(--Secondary);
    padding: 10px;
    color: var(--white);
    display: inline;
}

.payment {
    background: #100C1D;
    color: white;
    padding: 10px 20px;
    margin: 10px 0px;
    display: flex;
    gap: 20px;
    align-items: center;
    border-radius: 20px;
}

.payment .currency-symbol .currency {
    font-size: 20px;
    display: inline-block;
    border: 4px solid var(--Secondary);
    padding: 4px 12px;
    border-radius: 50%;
    color: white;
}

.currency-symbol span:nth-child(2) {
    font-size: 20px;

    font-weight: 600;
    display: block;
    border-top: 3px solid;
    margin-top: 10px;
    text-align: end;
    color: white;

}

.order-over span:nth-child(1) {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    display: block;
    color: white;
}


.payment-method-icons {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 9px;
    margin-bottom: 10px;
    align-items: center;
}

.border-green input,
.border-green select {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    color: grey;
}


.payment-gateways {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 8px;
}

.payment-gateways img {
    width: 70px;
}

.counter-reviews {
    text-align: center;
}

.counter-reviews span {
    font-size: 40px;
    font-weight: 700;
}


.review-boxes {
    padding: 20px;
    background: white;
    margin-bottom: 20px;
    border-radius: 20px;
}

.review-boxes .review-box-one i {
    color: var(--Primary);
}

.review-boxes .review-box-one p {
    padding: 10px 0px;
}

.review-box-one div {
    margin-bottom: 10px;
}

.profile-review {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px;
}

.profile-review span {
    font-weight: 700;
}

.heading1 {
    background: black;
    padding: 1rem 1rem;
    border-radius: 12px;
    color: #fff;
    font-size: 28px;
    margin-bottom: 0.6rem;
}

.sitemapdata ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    text-align: center;
    margin: 15px 0;
}

.sitemapdata ul li {
    width: 32%;
    padding: 12px;
    background: #e2e0e033;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.sitemapdata ul li a {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7px;
}

a.order-now:hover .arrow-circle,
.cta .contact-info a:hover , .innerpage .orders:hover ,.live-chat:hover {
    background: black;
    color: white;
}

a.order-now:hover .arrow-circle i,
.cta .contact-info a:hover span {
    color: white;
}

a.order-now:hover .order-content,
section.home .orders:hover,
section.trusted-student .whatsapp:hover,
section.trusted-student .live-chat:hover,
.faq .live-chat:hover {
    background: black;
    color: white;
}