@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Inter", sans-serif;
}

a {
    text-decoration: none;

}

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

section {
    padding: 60px 0px;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

header {
    position: absolute;
    left: 0px;
    right: 0px;
    background: transparent;
}

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

nav div .whatsapp {
    color: black;
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    padding: 5px 15px;
}

nav div .whatsapp p {
    margin: 0px;
    border-left: 2px solid;
    padding-left: 8px;
    font-weight: 600;
    font-size: 18px;
}

header a.live-chat {
    background: black;
    padding: 6px 30px;
    color: white;
    font-weight: 700;
    border-radius: 20px;
    border: 2px dotted white;
}

a.live-chat {
    padding: 7px 35px;
    color: white;
    font-weight: 700;
    border-radius: 20px;
    border: 2px dotted white;
}

.home {
    padding-top: 100px;
    background: #f7f7f7;
}

section.home h1 span {
    display: block;
    color: #0166dd;
}

.universities {
    background: url(../img/Universities.webp);
    padding: 30px;
    width: 100%;
    background-size: cover;

    animation: animatedBackground 50s linear infinite;
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -4750px 0;
    }
}

section.form-sec .form-group {
    display: flex;
    margin: 10px 0px 15px;
    gap: 10px;
}

section.form-sec .form-group select {
    padding: 14px;
    width: 49%;
    appearance: auto;

}

section.form-sec button {
    background: var(--Primary);
    padding: 7px 5px;
    width: 250px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    border: 2px solid white;
}

section.form-sec span {
    display: block;
    font-size: 30px;
    font-weight: 800;
}

.why-choose-us,
.quality-content {
    background: url(../img/PatternBanner.webp);
}

.choose-us-boxes div img {
    width: 40px;
}

.choose-us-boxes {
    background: var(--Secondary);
    padding: 10px 20px;
    margin-bottom: 14px;
    border-radius: 5px;

}

.choose-us-boxes div span {
    font-weight: 800;
}

.choose-us-boxes .choose-us {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.choose-us-boxes p {
    font-size: 14px;
    margin-bottom: 2px;
}

.choose-us-boxes:nth-child(1) .radius-circle {
    background: black;
    padding: 7px;
    width: max-content;
    border-radius: 8px;

}



.choose-us-boxes .radius-circle:nth-child(2) {
    background: var(--Primary);
    padding: 7px;
    width: max-content;
    border-radius: 8px;

}

.choose-us-boxes .radius-circle:nth-child(3) {
    background: linear-gradient(90deg, #B8BE01 0%, #808407 100%);
    padding: 7px;
    width: max-content;
    border-radius: 8px;

}

/* Common style for all circles */
.radius-circle {
    padding: 7px;
    width: max-content;
    border-radius: 8px;
}

/* Gradients per box inside each slide */

/* Slide 1 — Box 1 */
.swiper-slide:nth-child(1) .choose-us-boxes:nth-child(1) .radius-circle {
    background: black;
}

/* Slide 1 — Box 2 */
.swiper-slide:nth-child(1) .choose-us-boxes:nth-child(2) .radius-circle {
    background: linear-gradient(135deg, #B8BE01 0%, #808407 100%);
}

/* Slide 1 — Box 3 */
.swiper-slide:nth-child(1) .choose-us-boxes:nth-child(3) .radius-circle {
    background: linear-gradient(135deg, #EB14E8 0%, #970095 100%);
}

/* Slide 2 — Box 1 */
.swiper-slide:nth-child(2) .choose-us-boxes:nth-child(1) .radius-circle {
    background: linear-gradient(135deg, #17C01D 0%, #047B08 100%);
}

/* Slide 2 — Box 2 */
.swiper-slide:nth-child(2) .choose-us-boxes:nth-child(2) .radius-circle {
    background: var(--Primary);
}

/* Slide 2 — Box 3 */
.swiper-slide:nth-child(2) .choose-us-boxes:nth-child(3) .radius-circle {
    background: linear-gradient(135deg, #713705 0%, #944704 100%);
}

section.about-us ul li {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
    gap: 6px;
}

.tract-record {
    background: white;
    padding: 30px 20px;
    margin-bottom: 20px;
    border-radius: 7px;
}

.tract-record ul li {
    padding: 10px;
    background: var(--Secondary);
}

.tract-record ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}

.tract-record ul li .number {
    font-size: 28px;
    font-weight: 900;
    border-right: 2px solid;
    padding-right: 4px;
}

section.about-us ul li .record {
    font-size: 13px;
    font-weight: bold;
}

section.about-us ul li p {
    margin: 0px;
    font-size: 13px;
}

.service-sec {
    background: url(../img/PatternBanner.webp);
}

.tract-record-after {
    background: var(--white);
    padding: 20px;
    border-radius: 7px;
}

.tract-record-after div span {
    background: var(--Primary);
    color: white;
    padding: 10px 30px;
    border-radius: 40px;
}

.tract-record-after div .support {
    background: var(--Secondary);
    border: 2px solid var(--blue);
    color: var(--blue);
}

.services-box {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.15) 4.95px 4.95px 2.6px;
    padding: 30px;
    margin: 0px 5px 20px;
    background: white;
}

.services-box div {
    padding: 7px;
    display: inline-flex;
    border-radius: 8px;
}

.services-box span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: 6px 0px;
}


/* Alag colors for each box */
.service-sec .box1 div {
    background: #000;
    /* Black */
}

.service-sec .box2 div {
    background: linear-gradient(0deg, rgba(164, 0, 0, 1) 0%, rgba(255, 39, 39, 1) 100%);
    /* Blue */
}

.service-sec .box3 div {
    background: linear-gradient(0deg, rgba(20, 110, 175, 1) 0%, rgba(11, 153, 255, 1) 100%);
    /* Green */
}

.service-sec .box4 div {
    background: var(--Primary);
    /* Red */
}

.service-sec .box5 div {
    background: linear-gradient(0deg, rgba(13, 157, 116, 1) 0%, rgba(20, 235, 174, 1) 100%);
}

.service-sec .box6 div {
    background: linear-gradient(135deg, #EB14E8 0%, #970095 100%);
}

.cta {
    background: var(--Primary);
    color: white;
}

.cta .trusted {
    background: black;
    padding: 12px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.quality-content .content-box {
    padding: 50px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: var(--white);
    border-radius: 20px;
}

.call-to-action {
    background: var(--Primary);
}

.call-to-action .student-worldwide {
    background: var(--white);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    padding: 20px;
    border-radius: 40px;
}

.call-to-action a {
    color: white;
}

.call-to-action a.order-now {
    padding: 13px 37px;
    width: auto;
    border: none;
    background: white;
    color: black;
}

.call-to-action a.live-chat {
    padding: 13px 37px;
    width: auto;
    border: 2px solid white;
    background: var(--Primary);
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.essay-writing .get-more {
    background: var(--Primary);
    padding: 40px 20px;
    color: white;
    max-width: 450px;
    border-radius: 6px;
}

.essay-writing .get-more ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    border-bottom: 1px solid;
    margin-bottom: 0px;
}

.trusted-uni {
    background: black;
    padding: 8px 20px;
    border-radius: 30px;
    margin-top: 7px;

}

.essay-writing .get-more ul li p {
    margin: 0px;
}

section.help-work ul li {
    background: white;
    padding: 20px 55px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    position: relative;
}

section.help-work ul li .img-circle-shape-1 {
    background: linear-gradient(0deg, rgba(4, 123, 8, 1) 0%, rgba(23, 192, 29, 1) 100%);
}

section.help-work ul li .img-circle-shape-2 {
    background: linear-gradient(0deg, rgba(48, 48, 48, 1) 0%, rgba(5, 5, 5, 1) 100%);
}

section.help-work ul li .img-circle-shape-3 {
    background: linear-gradient(0deg, rgba(148, 71, 4, 1) 0%, rgba(113, 55, 5, 1) 100%);
}

section.help-work ul li .img-circle-shape-4 {
    background: var(--Primary);
}


.img-circle-shape {
    background: black;
    padding: 10px;
}

section.help-work ul li span {
    font-size: 20px;
    font-weight: 700;
}

section.help-work ul {
    position: relative;
}

section.help-work ul li p {
    margin: 0px;
    font-size: 14px;
}

section.help-work span.number {
    position: absolute;
    right: -1px;
    top: -5px;
    background: black;
    color: white;
    padding: 0px 10px;
    border-radius: 50%;
}

.student-say a.order-now {
    padding: 7px 30px;
    width: fit-content;
    border: none;
}


.student-say a.live-chat {
    padding: 7px 30px;
    width: fit-content;
    border: none;
}

.profile-details {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
}

.profile-details span {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}

.profile-details div i {
    font-size: 13px;
    color: #FFC107;
}

.student-say-box {
    background: white;
    color: black;
    padding: 20px 20px 0px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin: 30px 10px 0px 10px;
}

.student-say-box p {
    font-size: 14px;
}

.student-say .swiper-slide-active .student-say-box {
    background: var(--Primary);
    color: white;
    padding: 40px 20px 20px;
    margin: 0px 10px 10px;


}

.student-say .swiper-slide-active .student-say-box object {
    filter: invert();
}

img.best-quality {
    position: absolute;
    left: 0px;
    width: 120px;
    bottom: 0px;
}

section.student-worldwide .student-worldwide {
    display: inline-flex;
    background: white;
    color: black;
    padding: 10px 20px;
    align-items: center;
    gap: 6px;
    border-radius: 30px;
}

.faq-box {
    text-align: center;
    padding: 30px 10px;
    background: white;
    margin-bottom: 20px;
    border-radius: 6px;
}

.faq-box span {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.faq-box p {
    font-size: 14px;
    margin: 0px;
    overflow-y: scroll;
    height: 105px;
}

.qicklinks ul li a {
    text-decoration: none;
    color: var(--white);
    font-size: 17px;
}

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

.service-info .right-content ul li span {
    font-size: 20px;
    font-weight: 700;
}

.service-info .right-content ul {
    display: grid;
    grid-template-columns: auto auto;
}

.service-info .right-content ul li {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 25px;

}

section.service-info h2 span {
    display: block;
    font-weight: 700;
    color: var(--blue);
}

.new-assignment-box {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.15) 4.95px 4.95px 2.6px;
    padding: 30px;
    margin: 0px 5px 20px;
    background: white;
}

.new-assignment-img {
    background: linear-gradient(0deg, rgba(13, 157, 116, 1) 0%, rgba(20, 235, 174, 1) 100%);
    display: block;
    padding: 7px;
    display: inline-flex;
    border-radius: 8px;
}

.new-assignment-box span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: 6px 0px;
}

.innerpage {
    padding: 100px 0px 60px;
}

.about-sec-box {
    text-align: center;
}

.about-sec-box span {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0px 4px;
    display: block;
}

.reviews-box {
    padding: 20px;
    margin: 10px 5px 40px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 30px;
}

.reviews-box:hover {
    background: var(--Primary);
    color: white;
}

.reviews-box .stars i {
    color: #FFC107;
    font-size: 13px;
}

.reviews-box p {
    font-size: 13px;
}

.reviews-box span {
    font-weight: 600;
}

.reviews-box:hover .review-quote {
    filter: invert(1);
}

.price-plan .order-now {
    width: auto;
    padding: 3px 20px;
    font-size: 14px;
}

.price-plan-box {
    width: max-content;
    background: var(--Secondary);
    padding: 10px 20px;
    border-radius: 8px;
}

.price-plan-box p {
    margin-bottom: 6px;
}

.price-plan-box span {
    font-size: 20px;
    font-weight: 700;
}

.price-plan-boxes {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
}

section.price-plan .nav-link {
    background: var(--Secondary);
    font-size: 24px;
    margin-bottom: 16px;
    color: black;
    margin-bottom: 22px;
}

section.price-plan .nav-link.active {
    background: var(--Primary);
}

section.order-now-sec select {
    width: 49%;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #F5F5F5;
}

section.order-now-sec textarea {
    width: 49%;
    padding: 15px;
    margin-bottom: 0;
    border-radius: 10px;
    background: #F5F5F5;
    height: 349px;
    border: none;
}

section.order-now-sec input {
    width: 49%;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: white;
}

.form-groups select {
    width: 49%;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: white !important;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    color: gray;
}

.form-groups input {
    width: 49%;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: white;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    color: var(--Secondary);
}

section.order-now-sec input[type="checkbox"] {
    max-width: max-content;
    margin-bottom: 0px !important;
}

.order-now-sec button {
    padding: 8px 130px;
    background: var(--Primary);
    color: white;
    border: 2px dotted white;
    border-radius: 20px;

}

.order-summary {
    background: var(--Primary);
    width: 50%;
    /*height: 250px;*/
    padding: 20px;
    color: white;
}

.order-summary h3 {
    font-size: 30px;
    font-weight: 700;
    color: white;
}

.order-summary span {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    /*display: block;*/
}

.border-lines div {
    border-right: 2px solid white;
    padding: 0px 20px;
}

.order-summary p {
    margin-bottom: 5px;
}

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

.fixedbtnwhatsapp {
    position: fixed;
    bottom: 1em;
    left: 2em;
    z-index: 999999;
}
.not-found a{
    background: var(--Primary);
    padding: 6px 43px;
    color: white;
    border-radius: 10px;
}
.not-found-img{
    width: 550px;
}


#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}

#cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 45%;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-right-color: var(--Primary);
  border-left-color: var(--Primary);
  border-width: 4px;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

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


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

.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(--Primary);
  padding: 1rem 1rem;
  border-radius: 12px;
  color: #fff;
  font-size: 28px;
  margin-bottom: 0.6rem;
}
.heading1{
    background: var(--blue);
  padding: 1rem 1rem;
  border-radius: 12px;
  color: #fff;
  font-size: 28px;
  margin-bottom: 0.6rem;
}

.new-assignment-img img
 {
    width: 30px;
}
