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

* {
    font-family: "Lato", sans-serif;
    list-style: none;
}

:root {
    --Primary: linear-gradient(90deg, rgba(87, 29, 177, 1) 0%, rgba(108, 79, 153, 1) 100%);
    --Secondary: linear-gradient(0deg, rgba(210, 197, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
    ;
    --lightGrey: #F4F4F4;
    --grey: #efecf5;
    --White: #fff;
    --Black: #000;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

section {
    padding: 50px 0px;
}

a {
    text-decoration: none;
}

.bgPrimary {
    background: var(--Primary);
}

.bgSecondary {
    background: var(--Secondary);
}

.bglightgrey {
    background: var(--lightGrey);
}


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

.txt-primary {
    color: var(--Primary);
}

.txt-white {
    color: var(--White);
}

section {
    padding: 60px 0px;
}

.fs50 {
    font-size: 50px;
    line-height: normal;

}

.fs40 {
    font-size: 40px;
    line-height: normal;
}

.fs30 {
    font-size: 30px;
}

.fs20 {
    font-size: 20px;
}

.navbar .nav-link,
.navbar .nav-link.active {
    color: white;
}

section.home select:hover {
    background: black;
    color: white;
}

.whatsapp {
    background: var(--Primary);
    padding: 3px 5px 3px 20px;
    border-radius: 30px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: max-content;
    gap: 7px;
    border: 2px solid white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.whatsapp div {
    color: black;
    background: white;
    padding: 8px 10px;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 3px;
}

.order-now {
    background: var(--White);
    padding: 3px 5px 3px 20px;
    border-radius: 30px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    gap: 7px;
    border: 2px solid;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.order-now div {
    color: var(--White);
    background: var(--Primary);
    padding: 8px 10px;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 3px;
}

.live-chat {
    background: var(--Black);
    padding: 3px 5px 3px 20px;
    border-radius: 30px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    gap: 7px;
    border: 2px solid;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.live-chat div {
    color: var(--White);
    background: var(--Primary);
    padding: 8px 10px;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 3px;
}

.home-banner {
    background: url(../../assets/img/HomePattern.webp), var(--Primary);
    background-size: cover;
}

.home form {
    margin-bottom: 15px;
}

.home .form-group {
    display: flex;
    align-items: start;
    gap: 7px;
}

section.home select {
    padding: 10px 25px;
    margin-bottom: 20px;
    font-size: 18px;
    border-radius: 24px;
}

section.home select,
section.home .form-price {

    width: 100%;

}

section.home .form-price {
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    gap: 20px;

}

.form-price span {
    font-size: 30px;
    color: white;
    font-weight: bold;
}

.form-price button {
    padding: 7px 35px;
    font-size: 20px;
    background: var(--Black);
    color: var(--White);
    border-radius: 25px;
    border: none;
}

.review-method {
    background: var(--White);
    border-radius: 40px;
    padding: 10px;
}

.review-method p span {
    color: rgba(87, 29, 177, 1);
}

.banner-anim {
    width: 100%;
    height: 75px;
    background: url(../../assets/img/Unis.webp) repeat-x;
    background-size: cover;
    animation: animatedBackground 50s linear infinite;
}

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

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

.feature-box .feature-circle {
    background: var(--Primary);
    padding: 18px;
    border-radius: 50%;
    width: max-content;
    margin: auto;
}

.feature-box:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.feature-box span {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin: 10px 0px 5px;

}

.feature-box {
    text-align: center;
    background: var(--Secondary);
    padding: 30px 20px;
    border-radius: 20px;
}

.academy-box {
    background: var(--Secondary);
    padding: 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.academy-box:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
    background: var(--Primary);
    color: white;
}

.custom-arrow {
    background: var(--Primary);
    color: var(--White);
    font-weight: bold;
    padding: 5px 2px 5px 10px;
    width: max-content;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 7px;
    border-radius: 30px;
}

.custom-arrow .arrow-circle {
    background: var(--White);
    color: var(--Black);
    border-radius: 50%;
    padding: 4px 6px;

}

.swiper-button-lock {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin: auto;
    gap: 10px;
}

.writing-services .writing-box {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

.writing-services .writing-box:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.writing-services .writing-box span {
    font-size: 24px;
    font-weight: 700;
    display: block;
    padding: 8px 0px 5px;
}

.writing-box a {
    background: var(--Primary);
    padding: 8px 10px 8px 20px;
    border-radius: 30px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: max-content;
    gap: 7px;
}

.writing-box a .cirlce-arrow {
    color: black;
    background: white;
    padding: 4px 6px;
    border-radius: 50%;
}

.writing-box .circle-img {
    background: var(--Primary);
    padding: 18px;
    border-radius: 50%;
    width: max-content;
    margin: auto;
}

.writing-box:hover {
    background: var(--Secondary);
    border-radius: 15px;
}

.content-sec ul li {
    display: flex;
    align-items: center;
    gap: 7px;
    padding-bottom: 10px;

}

.content-sec ul li i {
    color: rgba(87, 29, 177, 1);
    font-weight: bold;
}

.contact-us-sec li {
    list-style: none !important;
}

.writer-box {
    display: flex;
}

.writer-box .name {
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
}

.profile-info ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    margin-top: 30px;
}

.profile-info ul li span {
    font-size: 12px;
    display: block;
    font-weight: 700;
}

.profile-info ul li span i {
    color: #F9AD03;
}

.profile-info {
    background: var(--Primary);
    color: white;
    padding: 30px 20px;
    border-radius: 20px 0px 0px 20px;
}

.profile-info ul li {
    background: white;
    color: black;
    text-align: center;
    padding: 5px 2px;
}

.profile-content {
    background: var(--Secondary);
    padding: 20px;
    width: 88%;
    border-radius: 0px 20px 20px 0px;
}

.last-reviews {
    font-size: 22px;
    font-weight: 700;
}

.profile-content a {
    background: var(--Primary);
    color: white;
    padding: 7px 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: auto;
    border-radius: 30px;
}

.dates {
    color: lightgrey;
}

.dates i {
    color: #F9AD03;
}

.dates span {
    font-size: 13px;
    display: flex;
}

.profile-content p {
    font-size: 15px;
    margin-top: 15px;
}

.profile-info img {
    width: 75px;
}

.process .nav-link {
    background: var(--white);
    color: black;
    font-size: 22px;
    margin-bottom: 24px;
    padding: 14px 10px;
    border: 2px solid;
}

.process-content span {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}

.process .nav-link.active {
    background: var(--Primary);
}

.process-content {
    background: var(--Secondary);
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

section.testimonail h3 {
    border-bottom: 2px solid;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.testimonail-box span {
    display: block;
}

.testimonail-box i {
    color: #F9AD03;
}

span.name {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
}

span.subject {
    font-weight: 700;
    font-size: 15px;
}

.testimonail-box {
    padding: 30px 20px;
    background: var(--grey);
    margin-bottom: 20px;
    border-radius: 20px;
}

.testimonail .right-content span {
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
}

.testimonail .right-content i {
    color: #F9AD03;
    font-size: 20px;
}

.testimonail .form-group label {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.testimonail .form-group input {
    width: 100%;
    padding: 14px;
}

.testimonail .form-group textarea {
    width: 100%;
    padding: 14px 14px 60px;
}

.testimonail .form-group {
    margin-bottom: 30px;
}

.testimonail form button {
    background: var(--Primary);
    display: flex;
    width: 200px;
    align-items: center;
    justify-content: center;
    padding: 9px 9px 9px;
    text-align: center;
    position: relative;
    border-radius: 35px;
    color: var(--White);
    border: none;
    font-size: 20px;
}


.testimonail form button div {
    position: absolute;
    right: 0px;
    background: var(--White);
    padding: 8px 10px;
    border-radius: 50%;
}

.price-box {
    background: var(--grey);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}


.price-box span.report {
    font-size: 24px;
    font-weight: 700;
}

.price-box span.price {
    font-size: 30px;
    font-weight: 700;
    text-decoration: line-through;
}

.price-box span.free {
    font-size: 30px;
    font-weight: 600;
    color: #6b4b9d;
}

.faq .accordion-item {
    margin-bottom: 30px;
}

.faq button.accordion-button {
    font-size: 20px;
    color: black;
    background: var(--Secondary);
    font-weight: bold;
    line-height: 22px;
}


footer .quick-link span {
    font-size: 30px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
    display: block;
}

footer .quick-link ul li a {
    font-size: 17px;
    color: white;
}

footer .quick-link ul li {
    padding-bottom: 10px;
    list-style: disc;
    margin-left: 10px;
}

.social-media i {
    font-size: 26px;
    color: white;
}

.legal-content {
    background: var(--White);
    color: black;
    padding: 10px;
    font-size: 14px;
    border-radius: 20px;
}

.legal-content p {
    border-bottom: 2px solid black;
    padding-bottom: 10px;
}

.legal-content ul li a {
    color: black;
}



.headerSec.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--White);
    /* Assuming --White is defined */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: #000;
    padding: 5px 20px;
    border-radius: 35px;
    z-index: 999999999;
    width: max-content;
    margin: auto;
}

.headerSec.sticky .nav-link,
.headerSec.sticky {
    color: #000 !important;
    /* Rung ko kala kar diya */
}

.headerSec .logo-white {
    display: block;
}

.headerSec .logo-dark {
    display: none;
}



.headerSec.sticky .navbar-brand.logo-white {
    display: none;
}

.headerSec.sticky .navbar-brand.logo-dark {
    display: block;
}

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

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

.accordion-button::after {
    background-color: #4B0082 !important;
    border-radius: 50%;
    padding: 8px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;

    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;

    transform: rotate(0deg) !important;
    /* down arrow */
    transition: 0.3s ease;
    width: 25px;
    height: 25px;
}

/* When accordion opens → arrow up */
.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg) !important;
}

.headerSec {
    width: max-content;
    margin: auto;
}

.flag-form select {
    padding: 20px 20px 20px 60px;
    border-radius: 40px 0px 0px 40px;
    appearance: auto;
}

.flag-form .flag {
    position: absolute;
    bottom: 6px;
    left: 10px;
    width: 50px;
}

.call-details {
    position: absolute;
    right: 0px;
    bottom: 5px;
}

.flag-form {
    position: relative;
}

.flag-form .left {
    width: 70%;
    z-index: 1;
}

.flag-form button {
    background: var(--primary);
    color: white;
    font-size: 16px;
    padding: 17px 20px;
    border: 2px solid white;
    position: relative;
    right: 10px;
    border-radius: 0px 40px 40px 0px;
}

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

section.popular-order .nav-link {
    font-size: 20px;
    color: var(--Black);
    font-weight: 700;
}

section.popular-order .nav-link.active {
    background: transparent;
    color: rgba(87, 29, 177, 1);
}

.popular-order .nav {
    border-bottom: 2px solid black;
}

.counter-box {
    border: 2px solid;
    border-radius: 20px;
    padding: 25px 20px;
    text-align: center;
    margin: 7px 0px;
}

.counter-box:hover {
    background: var(--Secondary);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.counter-box .counter-circle {
    background: var(--Primary);
    padding: 10px;
    width: max-content;
    margin: auto;
    border-radius: 20px;
}

.counter-box span {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin: 10px 0px 0px;
}

.counter-box p {
    font-size: 20px;
    font-weight: bold;
}

.our-mission h2 {
    font-size: 60px;
    font-weight: bold;
}

.mission-box {
    display: flex;
    align-items: center;
    background: var(--Primary);
    color: white;
    padding: 20px;
    border-radius: 130px 7px 7px 130px;
    gap: 8px;
}

.mission-boxes {
    display: flex;
    align-items: center;
    background: var(--Primary);
    color: white;
    padding: 20px;
    border-radius: 7px 130px 130px 7px;
    gap: 8px;
}

.mission-box img {
    background: white;
    border-radius: 50%;
    padding: 4px;
    width: 150px;

}



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

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

}

section.price-plan ul li:nth-child(odd) {
    background: var(--grey);
}

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

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

section.price-plan ul {
    border-right: 2px solid;
}

section.price-plan h2 {
    background: var(--Primary);
    padding: 15px 45px;
    color: white;
    margin: 0px auto 10px;
    width: max-content;
    border-radius: 20px 20px 0px 0px;
}

.orderform .form-control {
    padding: 10px 10px;
    appearance: auto;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.orderform label {
    width: 140px;
}

.ordersummary {
    background: var(--Primary);
    padding: 1.5rem 1.5rem;
    border-radius: 20px;
}

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

.ordersummary p {
    margin: 0;
    padding: 0;
    color: var(--White);
}

.orderform button {
    padding: 0.4rem 2rem;
    background: var(--Primary);
    color: var(--White);
    border-radius: 30px;
    font-size: 20px;
}

.orderform label {
    font-size: 14px;
    color: var(--Black);
    font-weight: 600;
}

.price-border {
    border-top: 2px solid white;
    border-bottom: 2px solid white;

    padding: 7px 0px !important;
    margin: 10px 0px !important;
}

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

section.not-found a {
    background: var(--White);
    padding: 8px 80px;
    color: black;
    font-size: 18px;
    font-weight: 700;
    border-radius: 30px;
}

.call-details a {
    display: flex;
    align-items: center;
    color: black;
    gap: 6px;
    font-size: 14px;
    border: 2px solid;
    border-radius: 30px;
    padding: 2px 2px 2px 18px;
}

.call-details a div {
    background: var(--Primary);
    padding: 8px;
    border-radius: 50%;
}

.fixedbtnwhatsapp {
    position: fixed;
    bottom: 1em;
    left: 2em;
    z-index: 999999;
}
header .navbar-toggler{
    filter: invert(1);
}