@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --primary: #000000;
    --secondary: #706513;
    --black: #000000;
    --white: #f4f4f4;
    --grey: #F5F5F5;
}

.secondarytxt {
    color: var(--secondary);
}

.secondarybg {
    background: var(--secondary);
}

.borderbottom {
    border-bottom: 1px solid var(--secondary);
}

.greybg {
    background: var(--grey) !important;
}

*,
html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Rubik", sans-serif;
    color: #333;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

.black {
    color: var(--black);
}

ul.social li a {
    font-size: 16px;
    color: var(--black);
}

.fs16 {
    font-size: 16px;
}

.fs35 {
    font-size: 35px;
}

.fs30 {
    font-size: 30px;
}

.fs40 {
    font-size: 40px;
}

.fs50 {
    font-size: 50px;
}

.fs24 {
    font-size: 24px;
}

.fs45 {
    font-size: 45px;
}

.fs18 {
    font-size: 18px;
}

.fs14 {
    font-size: 14px;
}

.fs20 {
    font-size: 20px;
}

.fs12 {
    font-size: 12px;
}

.ratingClr {
    color: #FFC100;
}

.NavSec .nav-link {
    font-size: 16px;
    color: var(--black);
}

.NavSec .nav-link:hover {
    color: var(--secondary);
}

.NavSec .nav-link:focus {
    color: var(--secondary);
}

.NavSec .nav-link:active {
    color: var(--secondary);
}

.NavSec .nav-link.active {
    color: var(--secondary);
    font-weight: 700;
}

.sliderSec {
    background: url('../images/vectorLine.png') no-repeat center center/cover, var(--secondary);
}

.sliderSec .form-control {
    appearance: auto;
    border-radius: 30px;
    padding: 10px 10px;
}

.whydostudent ul li {
    flex: 45%;
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
}

.serviceItemBox {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin: 10px 7px;
}

.serviceItemBox:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    background: var(--secondary);
}

.serviceItemBox:hover .fs24,
.serviceItemBox:hover p {
    color: var(--white);
}

.serviceItemBox:hover img {
    filter: brightness(0) invert(1);
}

.serviceItemBox:hover a {
    color: var(--white);
}

.letsexperts {
    background: url("../../assets/images/letexpertsBg.jpg") no-repeat center center/cover;
}

.priceInlcudeitems li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.priceInlcudeitems li span {
    color: var(--white);
}

.priceInlcudeitems li hr {
    flex: 2;
}

.rightCoursework {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.doubtsholding .accordion-item {
    margin: 10px 0;
}

.connetBox {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 1.5rem 1rem;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    margin: 7px;
}

.connetBox::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(359deg, rgba(0, 0, 0, 1) 0%, rgb(155 155 155 / 0%) 100%);
    z-index: -1;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.connetBox ul li {
    border: 1px solid var(--white);
    background: var(--secondary);
    padding: 5px 15px;
    border-radius: 30px;
    color: var(--white);
}

.processSec .accordion-item:first-of-type>.accordion-header .accordion-button {
    background: var(--secondary);
    box-shadow: none;
    color: var(--white);
}

.processSec .accordion-item {
    margin-bottom: 10px;
}

.processSec .accordion-item:first-of-type .accordion-body {
    border-top: 2px solid var(--secondary);
    background: var(--secondary);
    padding-top: 0;
    color: var(--white);
}

.processSec .accordion-button {
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    color: var(--black);
    font-size: 18px;
}

.processSec .accordion-button span {
    flex: auto;
}

.faqWrapper {
    height: 650px;
    overflow-y: auto;
    padding-right: 10px;
}

.faqWrapper::-webkit-scrollbar {
    width: 10px;
    background: #D9D9D9;
    border-radius: 10px;
}

.faqWrapper::-webkit-scrollbar-thumb {
    background: var(--secondary);
    border-radius: 10px;

}

.faqWrapper::-webkit-scrollbar-thumb:hover {
    background: var(--secondary);
}

.faqItems {
    background: var(--grey);
}

.discountBox {
    background: var(--grey);
    padding: 30px 20px;
    border-radius: 20px;
    border: 1px solid var(--primary);
}

.discountCount {
    padding: 0.7rem 0rem;
}

.discountBottom {
    padding: 0.7rem 0rem;
}

.buyCircle {
    border: 1px solid var(--primary);
    border-radius: 20px;
    padding: 1rem 1.5rem;
}

.buyCircle li {
    flex: 45%;
    border-bottom: 1px solid var(--primary);
    padding: 5px 0;
}

.buyCircle li:nth-child(9) {
    border-bottom: none;
}

.buyCircle li:nth-child(10) {
    border-bottom: none;
}

.overlapBuywriting {
    height: 500px;
    overflow-y: auto;
    position: relative;
}

.overlapBuywriting::-webkit-scrollbar {
    width: 10px;
    background: #D9D9D9;
    border-radius: 10px;
}

.overlapBuywriting::-webkit-scrollbar-thumb {
    background: var(--secondary);
    border-radius: 10px;

}

.overlapBuywriting::-webkit-scrollbar-thumb:hover {
    background: var(--secondary);
}

.buywritingSec::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient(359deg, rgba(239, 239, 239, 0.875) 20%, rgba(205, 205, 205, 0) 100%);
    z-index: 1;
}

.quickLInks ul li a {
    color: var(--white);
    text-decoration: none;
    font-weight: 300;
    padding: 4px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;

}

.quickLInks ul li a img {
    width: 20px;
}

.quickLInks ul li a:hover {
    color: var(--white);
    text-decoration: none;
}

.price-plan ul {
    border-right: 2px solid #3333;
    border-left: 2px solid #3333;
    padding-left: 0;
}

.price-plan ul li:first-child {
    background: var(--Primary);
    font-size: 30px;
    text-align: center;
    color: white;
    font-weight: 700;
    padding: 10px;
}

.price-plan ul li {
    text-align: center;
    font-size: 20px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

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

.price-plan ul li.headings {
    background: var(--secondary);
}

.price-plan ul li p {
    margin: 0px;
    font-weight: 700;
}

.price-plan ul li span {
    font-weight: 900;
}



.customSays .customerBox {
    margin-bottom: 20px;
    height: 87%;
}

.reviewcustomSays .customerBox {
    height: 31%;

}

.custom-arrow-left.swiper-button-disabled {
    background: var(--secondary);
}

.custom-arrow-left.swiper-button-disabled img {
    filter: invert(1);
}

.custom-arrow-right img {
    transform: rotate(180deg);
}

.custom-arrow div {
    padding: 4px 10px;
    background: white;
}

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

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

.orderform .form-group {
    margin-bottom: 10px;
}

.orderform .form-control {
    padding: 10px 10px;
    appearance: auto;
}

.orderform .form-control {
    padding: 10px 10px;
    appearance: auto;
}

.order-forms {
    background: var(--secondary);
    padding: 20px;
}

.order-forms label {
    color: white;
}

.orderform button {
    padding: 7px 42px;
    background: white;
    color: black;
    border-radius: 10px;
    font-size: 18px;
}

.ordersummary {
    background: #EBEBEB;
    padding: 1.5rem 1.5rem;
    border-radius: 20px;
    color: white;
    margin-bottom: 30px;
}

.ordersummary p {
    margin-bottom: 0px;
    color: black;
}

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

.headerMenu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999999;
}

.writingService .swiper-pagination-bullet-active {
    padding: 6px 30px;
    border-radius: 6px;
}

.not-found img {
    max-width: 450px;
    display: block;
    margin: 0px auto 20px;
}

.not-found {
    background: #f5f5f5;
}

.not-found a {
    text-decoration: none;
    font-size: 20px;
    background: var(--secondary);
    color: white;
    padding: 10px 56px;
    border-radius: 8px;
}

.featuresSec a {
    text-decoration: none;
    color: black;
}

.file-upload,
.file-upload:hover {
    background-color: #fff
}

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

.upload-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 15px;
    justify-content: center;
    color: #000 !important
}

[hidden] {
    display: none !important
}

.heading1 {
    background: var(--primary);
    padding: 1rem 1rem;
    border-radius: 12px;
    color: #fff;
    font-size: 28px;
    margin-bottom: 1rem;
}

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

.sitemapdata ul li {
    width: 32%;
    padding: 8px 10px;
    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;
}