@import url('https://fonts.googleapis.com/css2?family=Paytone+One&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;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

ul {
    padding: 0px;
    margin: 0px;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;

}

h1,
h2,
h3 {
    font-family: "Paytone One", sans-serif;
}

ul.navbar-nav .nav-item .nav-link {
    /* font-size: 16px; */
    color: white;
}

.user-contact li a {
    display: flex;
    align-items: center;
    gap: 2px;
    color: white;
}

.user-contact li .order-now {
    background: var(--secondary);
    padding: 0px 0px 0px 4px;
    color: white;
    display: flex;
    gap: 4px;
    border-radius: 10px;
    align-items: center;
}

.user-contact li .order-now div {
    background: var(--primary);
    padding: 8px;
    clip-path: circle();
}

.user-contact li .order-now span {
    background: var(--primary);
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 18px;
}

.home {
    background: url(../img/HomeBg.webp)center/cover no-repeat;
    position: relative;
}

.home-pen {
    position: absolute;
    bottom: 3px;
    left: 50%;
    width: 50px;
}



.reviews-platform {
    background: white;
    padding: 20px;
    border-radius: 20px;
    width: max-content;
}

.reviews-platform span {
    font-weight: 500;
    display: block;
    margin: 8px 0px 0px;
}


section.home .form {
    position: relative;
    background: var(--black);
    padding: 20px 35px;
    border-radius: 20px;
}

section.home .form span {
    display: block;
    color: white;
    font-size: 30px;
}

section.home .form span:nth-child(2) {
    font-weight: 700;
    width: 100%;
}

section.home .form select {
    width: 100%;
    padding: 10px;
    margin: 6px 0px;
}

section.home .form img {
    position: absolute;
    right: -63px;
    top: -35px;
}

section.home .form .total {
    font-size: 30px;
    width: 100%;
}

section.home .form a {
    font-size: 20px;
    padding: 8px 40px;
    background: var(--primary);
    color: white;
    margin: 10px 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    width: 100%;
    border-radius: 8px;

}

section.home .form button {
    font-size: 20px;
    padding: 8px 40px;
    background: var(--primary);
    color: white;
    margin: 10px 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    width: 100%;
    border-radius: 8px;

}

.country span {
    font-family: "Paytone One", sans-serif;

}

.countrySwiper {
    background: var(--primary);
    padding: 20px;
    border-radius: 20px;
}

.countrySwiper img {
    width: 100%;
}

.home-content {
    background: linear-gradient(to right,
            var(--primary) 50%,
            var(--purple) 50%);
    color: var(--white);
}

.home-content .content {
    background: var(--white);
    color: var(--black);
    padding: 25px 50px;

    border-radius: 14px;
}

img.topi {
    position: absolute;
    right: 0px;
    width: 110px;

}

img.SpecialPen {
    position: absolute;
    right: 0px;
    bottom: 150px;
    width: 45px;
    right: 20px;
}

.cipd-box {
    background: var(--white);
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 50px;
    text-align: center;

}

.cipd-box:hover {
    background: var(--black);
    color: var(--white);
}

.cipd-box img {
    width: 70px;
}

.cipd-box:hover img {
    filter: invert(1);
}

.cipd-box span {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

section.professional-content ul {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 0px 40px 30px;
    gap: 30px;
}

section.professional-content ul li {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 8px;
}

section.professional-content ul li span {
    font-weight: 600;

}

section.professional-content .container {
    height: 1100px;
    overflow-y: scroll;
}

/* 🔽 Scrollbar design sirf is container ke liye */

/* WebKit (Chrome, Safari, Edge) */
section.professional-content .container::-webkit-scrollbar {
    width: 10px;
    /* scrollbar ki width */
}


/* Firefox ke liye */
section.professional-content .container {
    scrollbar-width: thin;
    /* thin / auto / none */
    scrollbar-color: var(--primary) #f1f1f1;
    /* thumb track */
}


section.professional-content .container {
    height: 1100px;
    overflow-y: scroll;
}

.quality-writing {
    background: url(../img/quality-writing-banner.webp) right/cover no-repeat;
    position: relative;
}

.multiple-shape img:nth-child(1) {
    position: absolute;
}

.multiple-shape img:nth-child(2) {
    position: absolute;
    bottom: 0px;
}

.multiple-shape img:nth-child(3) {
    position: absolute;
    right: 20px;
    bottom: 30px;
}

.multiple-shape img:nth-child(4) {
    position: absolute;
    right: 0px;
    width: 120px;
}

.quality-box {
    color: white;
    text-align: center;
}

.quality-box span {
    font-size: 26px;
    display: block;
    font-weight: 700;
}

.quality-box img {
    width: 100px;
}

section.counter .order-now {
    background: #FA1313;
    color: white;
    padding: 8px 48px;
}

section.counter .whatsapp {
    background: #4BCA5A;
    padding: 8px 36px;
    font-size: 20px;
    color: var(--secondary);
    border-radius: 13px;
    font-weight: bold;
}

.input-whatsapp .input-group-text {
    background: #fff;
    border: 1px solid #ccc;
    border-right: 0;
    font-weight: 500;
    border-radius: 0px;

}

.input-whatsapp .form-control {
    border: 1px solid #ccc;
    border-left: 0;
    box-shadow: none;
    width: 130px;
    border-radius: 0px;

}

.input-whatsapp a.btn {
    background: #25D366;
    /* WhatsApp green */
    border: none;
    font-weight: 500;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 0px;
    width: 340px;
    font-size: 14px;
}

.input-whatsapp a.btn img {
    width: 20px;
    height: 20px;
}

.input-whatsapp .form-control::placeholder {
    font-size: 14px;
}


section.counter .whatsapp img {
    width: 34px;
}

ul.counter-boxes li span {
    font-size: 40px;
    font-weight: 700;
    line-height: 0px;
}

ul.counter-boxes li {
    border-right: 1px solid grey;
    padding-right: 2px;
}

ul.counter-boxes li p {
    margin: 0px;
}

.process-box {
    display: flex;
    align-items: start;
    gap: 20px;
    margin: 20px 0px;
}

.process .swiper-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 0px;
    column-gap: 20px;
}

.process-box .no {
    border: 10px solid #FFD100;
    background: white;
    width: max-content;
    border-radius: 50%;
    /* clip-path: circle(); */
    padding: 10px 20px;
    position: relative;
    width: 120px;
    height: 120px;

}

.process-content {
    text-align: center;
    position: relative;
    left: -55px;
    top: 30px;
    width: 100%;
}

.process-content span {
    display: block;
    font-size: 22px;
    padding: 15px;
    background: var(--secondary);
    color: white;
    font-weight: bold;
    border-radius: 40px;
}

.process-content p {
    background: var(--white);
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    display: none;
}

.process-box:hover p {
    max-height: 200px;
    opacity: 1;
    display: block;
    position: absolute;
    bottom: -38px;
    left: 44px;
}

.process-box .no img {
    position: relative;
    width: 100px;
    top: 0px;
    display: block;
    left: -5px;
    position: relative;
    z-index: 1;
}

.process .swiper-slide {
    width: 100% !important;
}

img.shape-1 {
    position: absolute;
    width: 240px;
    left: 0px;
    top: 0px;
}

img.shape-2 {
    position: absolute;
    width: 140px;
    right: 0px;
    top: 0px;
}

.happy-client .nav-item {
    flex: 1;
}

.nav-pills .nav-link {
    background: #322359;
    padding: 10px 20px;
    width: 100%;
    height: 100%;
}

.happy-client .nav-pills .nav-link.active,
.happy-client .nav-pills .show>.nav-link {
    background: var(--primary);
}

.happy-client .content {
    text-align: center;
    background: var(--primary);
    color: white;
    padding: 30px 60px;
    border-radius: 20px;
    position: relative;
}

.happy-client .name-review {
    background: #F41E1E;
    padding: 0px 10px;
}

.happy-client .content p {
    margin-top: 40px;
}


.happy-client .content .tab-img {
    display: block;
    margin-left: auto;
}

.happy-client .content div img:nth-child(1) {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.happy-client .content div img:nth-child(2) {
    position: absolute;
    right: 20px;
    top: 20px;
}


.happy-box {
    border: 2px solid;
    padding: 20px;
    border-radius: 20px;
    height: 98%;
}

.happy-box div {
    display: flex;
    justify-content: space-between;
    gap: 7px;
    align-items: center;
}

.happy-box div img {
    width: 100px;
}

.happy-box .tax {
    font-size: 20px;
    font-weight: 700;
}

.happy-box .bottom-content span {
    font-weight: 500;
    padding: 2px 10px;
    background: #F41E1E;
    color: white;
    border-radius: 8px;
}

section.faq .content {
    border-radius: 20px;
}

.faq .content span {
    font-size: 23px;
    font-weight: 600;
}

.faq-shapes img:nth-child(1) {
    position: absolute;
    left: 0px;
}

.faq-shapes img:nth-child(2) {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 120px;

}

.faq-shapes img:nth-child(3) {
    position: absolute;
    left: 20px;
    bottom: 0px;
}

.faq-shapes img:nth-child(4) {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 120px;
}

.faq-shapes img:nth-child(5) {
    position: absolute;
    right: 20px;
    top: 50%;
}

.faq-shapes img:nth-child(6) {
    position: absolute;
    right: 20px;
    bottom: 0px;
}



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

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

footer ul li a {
    color: white;
    display: flex;
    align-items: center;
}

.writer-box .name {
    font-size: 40px;
    font-weight: 700;
    color: var(--primary);
    display: block;
    line-height: inherit;
}

.writer-box .subject {
    background: var(--secondary);
    color: white;
    font-size: 26px;
    padding: 2px 4px;
    border-radius: 10px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

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

.writer-box ul li {
    font-size: 13px;
    background: var(--secondary);
    color: white;
    padding: 5px;
    border-radius: 8px;
}

.writer-box .order-now {
    padding: 8px 60px;
    background: var(--primary);
    color: white;
}

.writer-box .whatsapp {
    background: #4BCA5A;
    color: white;
    font-size: 20px;
    padding: 8px 40px;
    border-radius: 7px;
}

.simple-paper {
    position: absolute;
    top: 140px;
    background: white;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 800;
    left: 0px;
    border-radius: 20px;

}

.writer-review {
    display: flex;
    position: absolute;
    top: 222px;
    left: 0px;
    gap: 6px;
}

.writer-review div span {
    display: flex;
    align-items: center;
    font-size: 14px;

}

.writer-review .rating {
    background: var(--black);
    padding: 6px;
    color: white;
    border-radius: 8px;
}

.writer-review div span i {
    color: var(--secondary);
}

.writer-top-content {
    position: relative;
    top: 90px;
}

.swiper-pagination-bullet {
    padding: 5px;
}

/* .country .swiper-pagination-bullet {
    background: var(--white);
    opacity: 1;
} */

.cipd-assignment .swiper-pagination-bullet {
    border: 2px solid black;
    opacity: 1;
    background-color: transparent;
}


.quality-writing .swiper-pagination-bullet-active,

.mySwiper .swiper-pagination-bullet-active {
    background: var(--white);
}

.happy-client .swiper-pagination-bullet-active {
    background: var(--primary);
}

.happy-client .swiper-slide {
    height: auto !important;
}

.cipd-assignment .swiper-pagination-bullet-active {
    background: var(--primary);
    border: 2px solid black;
    opacity: 1;
}

.country .swiper-pagination-bullet {
    opacity: 1;
    background: #efecec;
}

.country .swiper-pagination-bullet-active {
    background: var(--purple);
}

.navbar-toggler {
    background: white;
}

footer ul li {
    padding-bottom: 8px;
}

.fixedbtnwhatsapp {
    position: fixed;
    bottom: 1em;
    left: 2em;
    z-index: 999999;
}

.headerSec {
    position: relative;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease;
}

.headerSec.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--primary);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

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

.price-plan .heading2 {
    background: var(--purple);
    font-size: 30px;
    display: inline-block;
    margin-bottom: 10px;
    color: white;
    padding: 5px 60px;
    font-weight: 600;
    border-radius: 30px;
}

section.price-plan ul {
    text-align: center;
}

section.price-plan ul li:nth-child(1) {
    background: var(--primary);
    color: white;
    padding: 4px;
    font-size: 40px;
    font-family: "Paytone One", sans-serif;
    border-radius: 50px;
    margin-bottom: 20px;
}

section.price-plan ul li {
    border: 2px solid;
    margin-bottom: 20px;
    border-radius: 50px;
    font-size: 24px;
    padding: 20px;
}

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

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

.payment {
    background: var(--secondary);
    color: white;
    padding: 10px 20px;
    margin: 10px 0px;
    display: flex;
    gap: 20px;
    align-items: center;
    border-radius: 20px;
}

.payment .currency-symbol .currency {
    font-size: 30px;
    display: inline-block;
    border: 4px solid var(--primary);
    padding: 6px 16px;
    border-radius: 50%;
}

.currency-symbol span:nth-child(2) {
    font-size: 26px;
    font-weight: 600;
    display: block;
    border-top: 3px solid;
    margin-top: 10px;
    text-align: end;
}

.order-over span:nth-child(1) {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    display: block;
}

.order-over span:nth-child(2) {
    font-size: 20px;
}

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

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

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

.form-group select {
    width: 100%;
    padding: 8px;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid;

}

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

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

}

.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: 8px 10px;
    border-radius: 6px;
    border: 1px solid;
}

.border-green input,
.border-green select {
    background: var(--secondary);
    color: white;
}

.border-green input::placeholder {
    color: white;
}

.order-form button {
    width: 360px;
    padding: 6px;
    background: var(--primary);
    color: var(--white);
    font-size: 20px;
    border-radius: 7px;
    border: 0px;
}

.form-group input {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid;
}

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

.reviews-sec .nav-pills .nav-link.active,
.reviews-sec .nav-pills .show>.nav-link {
    background: var(--primary);
}

.reviews-sec .nav-item {
    flex: 1;
}

.reviews-sec .nav-pills .nav-link {
    background: var(--secondary);

}

.progress-bar {
    background-color: #FEC801;
}

.progress {
    margin-bottom: 20px;
}

.progress-content {
    display: flex;
    align-items: baseline;
    /* vertically center */
    justify-content: space-between;
    /* dono sides pe spread */
    gap: 10px;
    /* thoda gap */
}

.progress-content span {
    width: 60px;
    font-size: 20px;
    font-weight: 800;
}

.progress-content .progress {
    flex: 1;
    /* jitni bachi width hai wo le le */
    height: 20px;
    /* chhoti line banane ke liye */
    position: relative;
}

.progress-content .progress i {
    position: absolute;
    left: 0px;
    color: #FEC801;
    background: white;
    height: 20px;
    font-size: 20px;
}

.review-right-content {
    text-align: center;
}

.review-right-content span {
    display: block;
}

.review-right-content i {
    color: #F3CD42;
    font-size: 26px;
}

span.rating-no {
    font-size: 24px;
    color: #F3CD42;
    font-weight: 800;
}

span.rating-review {
    font-size: 24px;
    font-weight: 800;
}

section.reviews-sec form label {
    display: block;
    font-size: 16px;
    margin-bottom: 7px;
}

section.reviews-sec form input {
    width: 100%;
    padding: 6px;
}

section.reviews-sec form textarea {
    width: 100%;
    padding: 20px;
    height: 220px;
}

.reviews-sec .happy-box {
    margin-bottom: 15px;
}

section.reviews-sec form div {
    padding-bottom: 30px;
}

section.reviews-sec form button {
    font-size: 16px;
    padding: 7px 40px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    border: none;
    background: var(--purple);
    color: white;
}

.social-icons i {
    font-size: 20px;
}

section.service-content .swiper-slide span {
    display: block;
    text-align: center;
    font-size: 20px;
    color: black;
    background: white;
    margin: 10px 0px;
    padding: 14px;
    border-radius: 40px;
    font-weight: 600;
}


section.service-content ul li {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-content .swiper-pagination-bullet-active {
    background: white;
}

.service-content ul {
    background: var(--secondary);
    padding: 30px 20px;
    border-radius: 20px;
}

.service-content ul li {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 10px;
    color: white;
}

.service-content ul li i {
    font-size: 22px;
}

.top-content .fa-star {
    color: #FEC801;
}

section.legal-content span {
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}

section.legal-content ul {
    margin: 10px 0px;
}

section.legal-content div a i {
    font-size: 24px;
}

section.legal-content div a {
    color: black;
    display: flex;
    align-items: center;
    gap: 2px;
}

.footer-social-media a {
    color: white;
}

.heading1 {
    background: var(--purple);
    padding: 1rem 1rem;
    border-radius: 12px;
    color: #fff;
    font-size: 28px;
    margin: 1.6rem 0rem;
    display: block;
}
.sitemapdata ul {
    padding: 0px;
    margin: 0px;
}
.sitemapdata ul li {
    width: 32%;
    padding: 0.4rem 0;
    background: #e2e0e033;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.sitemapdata ul li a {
    color: #000;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
}
.heading2 {
    background: var(--black);
    padding: 1rem 1rem;
    border-radius: 12px;
    color: #fff;
    font-size: 28px;
    margin: 1.6rem 0rem;
    display: block;
}
.sitemapdata ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    text-align: center;
}