@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;
}

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;
    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;
}

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

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

}

.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;
    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 {
    background: black;
    padding: 7px;
    display: inline-flex;
    border-radius: 8px;
}

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

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

.cta .trusted {
    background: black;
    padding: 12px;
    border-radius: 40px;
}

.content-box {
    padding: 50px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

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

.call-to-action .student-worldwide {
    background: var(--white);
    display: inline-flex;
    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;
}

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

}

.essay-writing .get-more ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
}

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

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

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

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

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

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


.student-say a.live-chat {
    padding: 4px 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 a {
    background: brown;
    color: white;
    padding: 10px 20px;
}

.faq-box {
    text-align: center;
    padding: 20px 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;
}

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

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