@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --primary: #CDE730;
    --secondary: #0077B5;
    --black: #000;
    --white: #fff;
}

.star {
    color: #FFD000;
}

.text-blue {
    color: var(--secondary);
}

.text-green {
    color: var(--primary);
}

.fs-12 {
    font-size: 12px;
}

.fs-10 {
    font-size: 10px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
    color:#000;
}

a {
    text-decoration: none;
}

p,
a,
span,
label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.headingFont,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Libre Caslon Text', serif;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding-bottom: 20px;
}

.topBar {
    background: var(--primary);
}



.topbar nav ul li a.nav-link {
    color: var(--black);
    font-size: 16px;

}

.topbar nav ul li a.nav-link.active {
    color: var(--black) !important;
}

.navbar-expand-lg {
    background: linear-gradient(125deg, rgba(255, 255, 255, 1) 28%, rgba(205, 231, 45, 1) 18%);
    box-shadow: 0px 0px 10px #3333;
}

.whiteBtn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--white);
    color: var(--black);
    font-weight: 700;
    padding: 10px 27px;
    border-radius: 10px;
    transition: 0.4s;
}

.whiteBtn:hover {
    background: var(--black);
    color: var(--white);
}

header h1 {
    color: var(--primary);
    padding-bottom: 10px;
}

.homeBanner {
    background: url(../images/homeBanner.webp) center/cover no-repeat;
}
.homeBanner h1{
    font-weight:800;
    color:#000;
        font-size: 2.1rem;
}
.homeBanner p.headerInfo{
    font-size:17px;
}

ul.points li {
    background: url(../images/poingBg.svg) center/cover no-repeat;
    padding: 3px 10px 24px;
}

ul.points li object {
    margin: 15px 0px -5px;
}

ul.points li span {
    background: var(--primary);
    padding: 5px 0px;
    position: absolute;
    top: 38%;
    right: -5px;
    font-family: 'Libre Caslon Text', serif;
    font-weight: 700;
    left: -5px;
    clip-path: polygon(93% 1%, 100% 50%, 93% 100%, 7% 100%, 0 50%, 7% 0);
}

ul.points li p {
margin: 38px 0px 12px;
    font-size: 11px;
    padding: 0px 2px;
    margin-top: 38px;
}

.greenBtn {
    background: var(--primary);
    color: var(--black);
    padding: 10px 27px;
    border-radius: 10px;
    transition: 0.4s;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.greenBtn:hover {
    background: var(--black);
    color: var(--white);
    padding: 10px 27px;
    border-radius: 10px;
    transition: 0.4s;
}

.blueBtn {
    background: var(--secondary);
    color: var(--white);
    border-radius: 10px;
    padding: 10px 27px;
    transition: 0.4s;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.blueBtn:hover {
    background: var(--primary);
    color: var(--white);
}

.headerForm select {
    display: block;
    width: 100%;
    margin-top: 1.2rem;
    border-radius: 7px;
    padding: 7.4px 20px;
    border: 1px solid var(--primary);
}

.headerForm {
    background: var(--secondary);
    max-width: 409px;
}

.contentBox {
    box-shadow: 0px 3px 13px #80808047;
    border: 1px solid gray;
    border-radius: 29px;
}

.contentBox object {
    background: var(--primary);
    padding: 15px;
    clip-path: circle();
}

.contentBoxTopSlider .swiper-slide {
    width: 100% !important;
}

.aboutHomeBg,
.pointsBg {
    background: url(../images/aboutHomeBg.webp) center/cover no-repeat;
}

.pointsBg p,
.pointsBg h4,
.pointsBg span {
    color: var(--white) !important;
}

.aboutHomeBg ul.points li {
    background: url(../images/poingBg.svg) center/contain no-repeat;
    padding: 3px 30px 36px;
}

.aboutHomeBg ul.points li p {
    font-size: 12px;
        margin-top: 46px;
}

.aboutHomeBg ul.points li span {
    top: 32%;
    right: 9px;
    left: 9px;
}
.subjectSlider .swiper-slide a{
    cursor:auto;
}

.subjectSlider .swiper-slide a p {
    margin: 4px;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    padding: 17px 20px;
}
.subjectSlider .swiper-slide a.active p{
    background: var(--primary);
}

.cta {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 60%, rgba(205, 231, 48, 1) 60%, rgba(205, 231, 48, 1) 100%);
}

.text-gray {
    color: #383838;
}

.f-50 {
    flex: 50%;
}

.universities-img {
    background: url(../../assets/images/universityImg.webp) center/contain;
    background-position: 50%;
    height: 64px;
    animation: animatedBackground 60s linear infinite;
    -webkit-animation: animatedBackground 60s linear infinite;
}

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

    to {
        background-position: -4750px 0
    }
}

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

    to {
        background-position: -4750px 0
    }
}

.contentBottom {
    background: url(../images/contentBottomBg.webp);
}

.contentBottom .fa-circle {
    color: var(--primary);
}

.writerTabBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.writerTabBtn li {
    flex: 30%;
    background: #F4F4F4;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.writerTabBtn .nav-link.active {
    color: var(--white);
    background-color: transparent;
    border-color: transparent;
}

.writerTabBtn .nav-link {
    padding: 0;
    color: var(--white);
    text-align:center;
}

.writerTabBtn .nav-link:hover {
    isolation: isolate;
    border-color: transparent;
}

.writerImg {
    padding: 30px 20px;
}

.writerBox .writerImg {
    padding: 0;
}

.writerImg img {
    max-width: 65%;
    clip-path: circle();
}

.writerBox {
    background: #CDE730;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--black);
    padding: 20px 30px 20px 20px;
}

.sideText {
    background: var(--secondary);
    color: var(--white);
}

.sideText p {
    font-size: 48px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 2px;
}

.pointsMain {
    background: url(../images/pointsMian.webp) center/cover no-repeat;
    box-shadow: 0px 0px 13px gray;
}

.testimonialBg {
    background: url(../images/testimonialBg.webp) center/cover no-repeat;
}

.testimonialBox {
    padding: 2rem 5.5rem 2rem 4rem;
}

.clintImg img {
    max-width: 12%;
    clip-path: circle();
}

.testimonialBox .quotes {
    position: absolute;
    bottom: 3%;
    right: 2.5%;
    max-width: 10%;
}

.testiTab {
    gap: 40px;
    position: relative;
    left: 68px;
    z-index: 2;
}

ul.testiTab.nav-pills .nav-link {
    border: 1px solid #cde730;
}

ul.testiTab.nav-pills .nav-link.active {
    background: var(--white);
    display: flex;
    justify-content: center;
}

.trustPilotReview img.color,
.siteJabberReview img.color,
.reviewIoReview img.color {
    display: none;
}

.trustPilotReview.active img.color,
.siteJabberReview.active img.color,
.reviewIoReview.active img.color {
    display: block;
}

.trustPilotReview.active img.simple,
.siteJabberReview.active img.simple,
.reviewIoReview.active img.simple {
    display: none;
}

.processBox {
    border: 1px solid var(--secondary);
    padding: 56px 74px 46px 44px;
    font-size: 20px;
    color: var(--black);
    border-radius: 11px;
}

.processBox.first {
    position: relative;
    top: 70px;
        width: 36%;
}

.processBox p {
    font-size: 1.2rem;
    font-weight: 700;
}

.processBox.second {
    position: relative;
    width: 39%;
}

.processBox.third {
    position: relative;
    left: 8.5rem;
    top: 40px;
}

.processBox.last {
    position: relative;
    left: 69px;
    bottom: 35px;
    width: 29%;
}

.processBox::before {
    position: absolute;
    top: -17%;
    left: 13%;
    padding: 10px 20px;
    border-radius: 50%;
    border: 4px solid var(--primary);
    background: var(--white);
    color: var(--black);
    font-weight:800;
}

.processBox.first::before {
    content: "1";
}

.processBox.third::before {
    content: "2";
}


.processBox.second::before {
    content: "3";
}


.processBox.last::before {
    content: "4";
}

.processBox:hover,
.processBox.third {
    background: var(--primary);
}

.accordion-button:focus,
.accordion-button:focus-visible {
    box-shadow: none;
    outline: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    background: var(--primary);
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.accordion-body {
    box-shadow: none;
    background: var(--primary);
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.faqs.accordion .accordion-button,
.faqs.accordion .accordion-item {
    border-radius: 10px;
}

.accordion-item {
    border: none;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.faqs {
    background: #F5F5F5;
}

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

.quickLinks .bold {
    font-family: 'Libre Caslon Text', serif;
    font-size: 22px;
    color: var(--white);
    padding-bottom: 3px;
    border-bottom: 3px solid var(--primary);
    margin-bottom: 15px !important;
    font-weight: 700;
        width: fit-content;
}

.quickLinks ul li a {
    color: var(--white);
    transition: 0.4s;
}

footer {
    background: url(../images/footerBg.webp) center/cover no-repeat;
}

.copyRight {
    background: var(--primary);
}

.reviewBg,
.orderFormBg {
    background: url(../images/reviewBg.webp) center/cover no-repeat;
}

.f-50 {
    flex: 48%;
}

.reviewSlider .swiper-pagination-bullet {
    background: var(--white);
    opacity: 1;
    border-radius: 3px;
}

.reviewSlider .swiper-pagination-bullet-active {
    background: var(--primary);
    width: 40px;
    height: 8px;
}

.accordion-button::after {
    background-image: var(--bs-accordion-btn-icon) !important;
}

.serviceBox {
    transition: 0.3s;
}

.serviceBox:hover {
    background: var(--primary);
}

.checkButton {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 11px 25px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.checkButton.active {
    background: var(--primary);
    color: var(--black);
}



/* Hide default file input button */
input[type="file"] {
    display: none;
}

/* Style the custom file input container */
.custom-file-input {
    margin-top: 20px;
    display: inline-block;
    padding: 34px 29px;
    background-color: #E5EBFF;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.container input:checked~.checkmark {
    background-color: #000;
}


/* Center the text inside the custom file input container */
.custom-file-input::before {
    background: url(../images/upload.svg);
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    /* Adjust as needed */
    margin-right: 10px;
    /* Adjust as needed */
}

/* Style the file input label */
.file-name {
    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
    /* Adjust as needed */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Apply the file input styles when it's clicked */
input[type="file"]:focus+.custom-file-input {
    box-shadow: 0 0 5px rgba(52, 152, 219, 1);
}

/* Hide the default file input button and make the custom file input clickable */
input[type="file"]+.custom-file-input {
    border: none;
    outline: none;
    display: inline-block;
    overflow: hidden;
}

.custom-file-input {
    border: 4px solid var(--secondary);
    border-style: dashed;
}

.order-summary {
    background: var(--primary);
    padding: 20px 25px;
    max-width: 90%;
    margin-left: auto;
}

.borderBottom {
    padding: 25px;
}

.orderFormBg .form-control::placeholder {
    color: var(--black);
}

.orderFormBg .form-control {
    border: 1px solid var(--secondary);
    color: var(--black);
    background: var(--white);
    border-radius: 10px;
}

.orderFormBg .form-control:hover {
    background: var(--primary);
    border: 1px solid var(--black);
    color: var(--white);
}

.orderFormBg .form-control:hover::placeholder {
    color: var(--white);
}

.orderFormBg .form-control:focus {
    box-shadow: none;
}

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

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

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

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

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

#cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 100px;
  height: 100px;
  border-style: solid;
  border-color: var(--primary);
  border-top-color: var(--secondary);
  border-width: 10px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
.pointItemx span{
    font-size: 13px;
}

a.chatGpx {
    background: #fff;
    border-radius: 51px;
    padding: 8px 10px;
    height: 59px;
}
.topbar p.emailText {
    font-size: 16px;
}
/* .dropdown-item:focus, .dropdown-item:hover{
    background:var(--primary);
} */
.contentTop h2 , .contentTop p{
    color:#000;
}
.cta h3{
    font-weight:900;
    color:#000;
}
.processBg h4 {
    color: #000;
}

.cta .d-flex.gap-3.align-items-center.py-md-0.py-3.justify-content-center.flex-wrap img {
    width: 45%;
}
.topSec {
    background: var(--secondary);
}
.topSec a object {
    filter: invert(1);
}