@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');

* {
    font-family: "Outfit", sans-serif;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

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

ul li {
    list-style: none;
}

a {
    text-decoration: none;

}

.poiret-one {
    font-family: "Poiret One", sans-serif;

}




header .header-whatsapp {
    display: flex;
    align-items: center;
    color: black;
}

header .header-whatsapp span {
    font-size: 14px;
}

header .header-whatsapp div {
    line-height: 20px;
}

header a.header-contact {
    background: var(--yellow);
    color: var(--black);
    padding: 8px 17px;
    display: flex;
    align-items: center;
    gap: 8px;
}

header .navbar-nav .nav-link {
    color: var(--black);
}

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

}

.home {
    padding: 120px 0px 0px;
    position: relative;
}

section.home .left-content h1 span {
    font-family: "Poiret One", sans-serif;
    font-size: 40px;

}

section.home .left-content span span {
    font-family: "Poiret One", sans-serif;
    font-size: 56px;
    line-height: normal;
}

section.home .left-content form {
    position: relative;
    /*top: -10px;*/
}

.rated {
    font-size: 14px;
}

img.home-right {
    position: relative;
    top: -30px;
    left: 30px;
}

.home .left-content form input {
    width: 290px;
    font-size: 14px;
    padding: 6px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.left-content form {
    position: relative;
    z-index: 1;
    bottom: 0px;
}

.home .left-content form button {
    background: var(--yellow);
    border: none;
    padding: 7px 10px;
    font-size: 14px;
    width: 23%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

section.home p i {
    font-size: 14px;
    color: var(--yellow);
}


.home p.subheading {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: normal;
}

section.home ul li {
    background: var(--white);
    padding: 10px 10px 10px 60px;

    margin: 30px 10px;
    border: 1px solid #F2BD19;
    position: relative;
    max-width: max-content;
    border-radius: 30px;
}

section.home ul li img {
    background: var(--yellow);
    position: relative;
    left: -11px;
    padding: 15px;
    /* border-radius: 50%; */
    clip-path: circle();
    position: absolute;
    left: -25px;
    top: -5px;
}

section.home ul li:first-child {
    position: absolute;
    top: -60px;
    left: 170px;
}

section.home ul li:nth-child(2) {
    position: absolute;
    top: 50px;
    right: -113px;
}

section.home ul li:nth-child(3) {
    position: absolute;
    top: 50px;
    left: -113px;
}

section.home ul li:nth-child(4) {
    position: absolute;
    bottom: 120px;
    left: -14px;
}

section.home ul li:nth-child(5) {
    position: absolute;
    bottom: 50px;
    right: -11px;
}

.guarantee-research .boxes {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 2px 0px;
    padding: 22px;
    margin: 5px;
    
height: 98%;
}

.guarantee-research .boxes:hover {
    background-color: #EBEBEB;
}

.guarantee-research .boxes span {
    display: block;
    font-weight: 600;
    font-size: 20px;
    margin-top: 8px;
}

.guarantee-research .swiper-pagination,
.gulf-country .swiper-pagination,
.inclusive .swiper-pagination,
.process .swiper-pagination {
    position: relative;
    top: -20px;
}

.universities {
    background: var(--cream);
}

.international-journals {
    background: url(../img/international-journal-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 0px;
    position: relative;
}

.international-journals .right-content .laptopgirl {
    position: absolute;
    bottom: 0px;
    width: 350px;
    right: 0px;
}

section.international-journals .left-content {
    padding: 30px 0px;
}

.services {
    background: var(--cream);
}



/* Swiper-Slide ko sahi tarah se configure karo */
.services .swiper-slide {
    display: flex;
    flex-direction: column;
    /* upar-neeche stack */
    justify-content: stretch;
    /* yahan kuch effect nahi */
    align-items: stretch;
    /* 🔑 har child ki width/height stretch kare */
}

.services .boxes {
    flex: 1;
    /* 🔑 har box ko equal height force */
    display: flex;
    /* andar ka content flex */
    align-items: center;
    /* content vertical center */
    padding: 20px;
    background: #f8f8f8;
    border-radius: 10px;
    margin-bottom: 10px;
}


.services .swiper-slide .boxes:hover {
    background: #EBEBEB;
}

section.gulf-country .para span {
    font-weight: 600;
}

.services .boxes span {
    display: block;
    font-weight: 600;
    font-size: 18px;
}

.services .boxes p {
    font-size: 13px;
}

.spotlight {
    background: var(--grey);
    position: relative;
}

.spotlight-img {
    position: absolute;
    left: 0px;
    width: 34%;
}

.gulf-country .flag-content span {
    font-size: 24px;
    display: block;
    text-align: center;
    font-weight: 500;
    display: block;
}

.gulf-country .counters {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0.2px 1.95px 1.95px 1.6px;
    margin: 5px;
}

.counters span {
    font-size: 60px;
}

.counters p {
    font-size: 30px;
}

.flag-content img {
    display: flex;
    margin: auto;
}

.gulf-country .counters {
    text-align: center;
}

.counters div {
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    line-height: normal;
    padding: 10px 0px;
}

.inclusive {
    background: var(--cream);
}

.inclusive .boxes {
    background: var(--white);
    padding: 28px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    margin: 4px;

}

.inclusive .swiper-slide .boxes:hover {
    background: var(--grey);
}

.inclusive .boxes .subheading {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

.inclusive .boxes span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.inclusive .boxes ul {
    display: grid;
    grid-template-columns: auto auto;
    padding: 0px 4px 10px;
    justify-content: space-between;
}

.inclusive .boxes ul li {
    list-style: square;
    font-size: 11px;
}

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

.process img.lines {
    position: absolute;
    width: 800px;
    z-index: 99999;
    top: 32px;
    right: 270px;
}

section.process .boxes img {
    display: inline-block;
    margin-bottom: 20px;
}

section.successful-publication .boxes {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 1px;

    margin: 10px;
    position: relative;
}

img.profile-img {
    width: 100px;
    height: auto;
}

section.successful-publication .boxes ul li span {
    font-weight: 700;
    font-size: 18px;
}

section.successful-publication .boxes ul li p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

section.successful-publication .boxes ul li {
    line-height: normal;
}

section.successful-publication .boxes:hover::before {
    content: '';
    height: 27%;
    width: 100%;
    background: var(--yellow);
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

section.successful-publication .boxes div {
    margin-bottom: 20px;
}

section.successful-publication .boxes p::nth-child(2) {
    background: var(--grey);
}

.cta {
    background: url(../img/ctaBg.jpg);
}

.profile {
    display: flex;
    justify-content: space-between;
}

.profile span {
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
}

.profile p {
    font-size: 18px;
}

.citation-card-ul {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 15px 20px;
    font-family: sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.citation-ul {

    width: 300px;
}

.citation-ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}

.citation-ul .citation-header span {
    font-weight: bold;
}


.citation-ul li:last-child {
    border-bottom: none;
}

.citation-ul li span:last-child {
    border: none;
}

.citation-ul li span {
    border-right: 1px solid #ccc;
}

.citation-ul li span {
    flex: 1;
    text-align: center;
    padding: 10px 0px;
}

.citation-ul li span:last-child {
    text-align: center;
}

section.expert-editors .boxes {
    background: var(--white);
    padding: 20px 30px;
}

.expert-editors .content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.expert-editors .content .spans {
    font-size: 30px;
    font-weight: 600;
}

.expert-editors .content .spans p {
    display: inline;
    font-weight: 300;
    font-size: 24px;
}

.cta a.whatsapp img {
    width: 60px;
}

.cta a.whatsapp span {
    color: black;
    font-size: 24px;
}

.cta a.whatsapp p {
    font-size: 30px;
    color: black;
}

.cta a.whatsapp div {
    line-height: normal;
}

.cta a.order-now {
    color: black;
    background: white;
    padding: 8px 20px;
    position: relative;
    top: 7px;
    right: 20px;
}

.international-journals a.order-now {
    color: black;
    background: white;
    padding: 8px 20px;
    position: relative;
    top: 17px;
    right: 20px;
}

img.sheikh {
    position: absolute;
    width: 210px;
    bottom: 0px;
    height: auto;
    left: 0px;
}

.reviews-sec .swiper-slide,
.guarantee-research .swiper-slide {
    height: auto;
}

.reviews-sec .boxes {
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    padding: 20px 20px 30px;
    margin: 10px;
    text-align: center;
    position: relative;
    height: 100%;
}

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

.reviews-sec .boxes div i {
    font-size: 12px;
    color: #ffd203;
}

.reviews-sec .boxes img.quote {
    position: absolute;
    right: 20px;
    bottom: 12px;
    width: 35px;

}

.reviews-sec .right-content {
    padding: 20px;
    background: var(--grey);
    text-align: center;

}

.reviews-sec .right-content span:nth-child(2) {
    font-size: 18px;
    background: #F2BD19;
    padding: 10px 10px;
    display: block;
    margin: 10px auto;
    width: 200px;

}

.reviews-sec .right-content a img {
    width: 50px;
    height: 50px;
}

.reviews-sec .right-content a {
    color: black;
}

.reviews-sec .right-content a span {
    font-size: 24px;
}

.reviews-sec.right-content a p {
    font-size: 30px;
}

img.service {
    width: 723px;
    position: relative;
    bottom: -51px;

    right: 0px;
}


.multiple-counters {
    display: flex;
    justify-content: space-between;
}

.multiple-counters div {

    line-height: 25px;
}

.multiple-counters div p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.multiple-counters div span {
    font-size: 50px;
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

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

.faq .accordion-header {
    padding: 0px 50px 0px;
    display: block;
}

.faq .accordion-button {
    font-size: 24px;
    /* padding: 20px 50px ; */
    font-weight: 600;
    color: var(--black);
    padding: 5px 20px;
}

.faq .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faq .accordion-collapse.collapse.show {
    border-bottom: none;
}

.faq .accordion-body {
    font-size: 18px;
    padding: 0px 70px 20px;
}

footer {
    padding: 50px 0px;
    background: var(--cream);
}

footer a {
    color: black;
    font-size: 15px;
}

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

footer .contact-no a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 10px;
}

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

footer .contact-no a i {
    font-size: 20px;
}

footer .links div a {
    display: block;
}

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

.footer-social div {
    display: flex;
    align-items: center;
    gap: 6px;
}

.copy-right a {
    color: black;
}

footer img.paypal {
    width: 300px;
    height: auto;
    position: absolute;
    bottom: 0px;
}

section.counter img {
    width: 100%;
}

.accordion-button::after {
    background: url(../img/plus.png);
    background-repeat: no-repeat;
    background-position: center;
}

.accordion-button:not(.collapsed)::after {
    background: url(../img/minus.png);
    background-repeat: no-repeat;
    background-position: center;
}

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

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

.about-us {
    background: url(../img/aboutBg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.reviews {
    background: url(../img/reviewBg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.termscondition {
    background: url(../img/Terms__Conditions.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.privacypolicx {
    background: url(../img/Privacy_Policy.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.reviews_box {
    padding: 20px;
    background: var(--grey);
    margin-bottom: 20px;
}

.reviews_box ul {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.reviews_box ul li span {
    font-size: 30px;
    font-weight: 600;
    line-height: 0px;
}

.reviews_box ul li p {
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
}

.reviews_box ul li img {
    width: 65px;
}

.reviews_box div span {
    font-size: 30px;
    color: #ba3e35;
}

.reviews_box div img {
    width: 40px;
}

/*section.contact-form form div {*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    gap: 10px;*/
/*    margin-bottom: 10px;*/
/*}*/

section.contact-form form {
    padding: 50px 40px;
    background: var(--grey);
}



/*section.contact-form form div input,*/
/*section.contact-form form div textarea {*/
/*    width: 100%;*/
/*    padding: 10px;*/
/*}*/

/*section.contact-form form div textarea {*/
/*    width: 100%;*/
/*}*/

/*section.contact-form form div div {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    color: black;*/
/*}*/

/*section.contact-form form div div a {*/
/*    color: black;*/
/*    padding: 10px 80px;*/
/*}*/

.row.contact-info a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.row.contact-info a span {
    font-size: 20px;
    color: black;
}

.row.contact-info a p {
    font-size: 20px;
    color: black;
}

.row.contact-info a img {
    width: 70px;
}

.row.contact-info div {
    line-height: normal;
}

/* .fixed-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999999;
} */

.mynav.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999999;
    background: white;
    padding: 0px 0px;
}

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

.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;
    display: flex;
    align-items: center;
    gap: 8px;
}

.not-found img {
    width: 500px;
}

.not-found a {
    background: var(--yellow);
    padding: 8px 50px;
    color: black;
    border-radius: 20px;
    font-weight: 600;
}

.universities .right-content {
    position: relative;
    z-index: 99999999;
}

.contact-us {
    background: url(../img/ContactBanner.webp)top right/cover no-repeat;
}

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

section.universities ul li img {
    width: 160px;
    display: block;
    margin-bottom: 10px;
}

section.universities ul li:nth-child(2),
section.universities ul li:nth-child(4) {
    margin-left: 40px;
}

.legal-content h2,
.legal-content h3,
.legal-content span {
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
    font-weight: 500;

}

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

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

.home-services h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0px;
}

img.service-img {
    position: absolute;
    bottom: 0px;
    width: 500px;
}