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

:root {
  --primary: #c7f14e;
  --secondary: #000000;
  --dark: #9ec333;
  --white: #fff;
  --black: #000;
}

.greyclr {
  color: #bdbdbd;
}

.bgdark {
  background: var(--dark) !important;
}

.bgprimary {
  background: var(--primary) !important;
}

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

.bgsecondary {
  background: var(--secondary) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  color: var(--black);
}

.navSec .container {
  border-radius: 50px;
}

.navSec .nav-link {
  color: var(--white);
  font-weight: 500;
}

.navSec .nav-link:hover {
  color: var(--primary);
}

.navSec .nav-link.active {
  color: var(--primary);
}

.navSec .nav-link.show {
  color: var(--primary);
}

.wrapSlide {
  padding: 2rem 6rem;
}

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

.headerForm {
  background: var(--dark);
}

.fieldBox .form-group {
  flex: 1;
}

.headerForm textarea.form-control {
  background: #a8d32c;
  border-radius: 10px;
  padding: 20px 20px 40px;
  border: 2px solid #ebebeb;
}

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

.headerForm .form-control {
  background: var(--secondary);
  border-radius: 30px;
  padding: 15px 20px;
  appearance: auto;
  color: var(--white);
  border: none;
  font-size: 14px;
}

.headerForm button {
  background: var(--white);
  border-radius: 30px;
  padding: 10px 50px;
  color: var(--black);
  border: none;
  margin-top: 17px;
  position: relative;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}

.headerForm button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  /* Border Width */
  border-radius: 20px;
  background: linear-gradient(90deg, #949494, #000000, #949494);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  z-index: -1;
}

.essay-section {
  background: #e9e9e9;
  border-top: 6px solid #98bf1f;
  padding: 40px 50px;
}

.main-heading {
  font-size: 48px;
  font-weight: 700;
  color: #111;

}

.top-text {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}

.feature-title {
  font-size: 40px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 20px;
  color: #111;
}

.feature-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.feature-box {
  flex: 1;
  background: #fff;
  padding: 10px 18px;
  border: 1px solid #d8d8d8;
  font-weight: 600;
  color: #111;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  min-width: 170px;
  text-align: center;
  font-size: 14px;
}

.about-card {
  background: #EBEBEB;
  border-radius: 25px;
  padding: 35px;
  margin-top: 60px;
}

.certificate-box {
  background: var(--black);
  border: 4px solid #111;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  padding: 4px;
}

.certificate-top {
  padding: 40px 25px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  border-radius: 20px;
}

.cert-card {
  background: #fff;
  border: 5px solid #98bf1f;
  border-radius: 12px;
  transform: rotate(12deg);
  padding: 35px 25px;
  width: 250px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.cert-card h3 {
  text-align: center;
  font-style: italic;
  margin-bottom: 25px;
}

.cert-line {
  height: 4px;
  background: #ddd;
  margin-bottom: 12px;
}

.whatsapp-box {
  background: #fff;
  padding: 20px;
  text-align: center;
  border-top: 3px solid #111;
  font-size: 34px;
  font-weight: 700;
  border-radius: 50px;
}

.whatsapp-box i {
  color: #1ebe5d;
  margin-right: 10px;
}

.about-heading {
  font-size: 45px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

.about-text {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
}

.sub-heading {
  font-size: 36px;
  font-weight: 800;
  margin-top: 25px;
  margin-bottom: 15px;
}


/* Main Section */
.paper-service-section {
  background: #000;
  padding: 28px 40px;
  border-top: 3px solid #d9d9d9;
  border-bottom: 3px solid #d9d9d9;
}

/* Heading */
.paper-title {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.1;
}

/* Paragraph */
.paper-text {
  color: #bdbdbd;
  font-size: 13px;
  line-height: 1.8;
  max-width: 850px;
  margin-bottom: 0;
}

/* Right Buttons */
.paper-btns {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-end;
}

/* Glow Buttons */
.glow-btn {
  min-width: 260px;
  text-align: center;
  padding: 14px 24px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #91b61d;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.3s ease;
  box-shadow:
    0 0 5px rgba(145, 182, 29, 0.6),
    0 0 12px rgba(145, 182, 29, 0.4),
    inset 0 0 8px rgba(145, 182, 29, 0.3);
}

.glow-btn:hover {
  background: #91b61d;
  color: #000;
  box-shadow:
    0 0 10px rgba(145, 182, 29, 0.9),
    0 0 20px rgba(145, 182, 29, 0.8);
}

/* Responsive */


/* Main Section */
.review-section {
  background: #e9e9e9;
  padding: 50px 0;
}

/* Small Heading */
.review-subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
}

/* Main Heading */
.review-title {
  text-align: center;
  font-size: 58px;
  font-weight: 800;
  color: #000;
  line-height: 1.1;
  margin-bottom: 15px;
}

/* Description */
.review-desc {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
  color: #333;
  font-size: 13px;
  line-height: 1.8;
}

/* Review Card */
.review-card {
  background: #fff;
  border: 1px solid #cfcfcf;
  padding: 14px;
  position: relative;
  min-height: 140px;
  transition: 0.3s;
  margin-bottom: 25px;
}

.review-card.active {
  background: #a8d12f;
}

/* Top Area */
.review-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

/* User Info */
.user-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-info img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

/* User Name */
.user-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

/* Stars */
.stars {
  color: #f4a300;
  font-size: 12px;
  letter-spacing: 1px;
}

/* Review Text */
.review-text {
  font-size: 13px;
  line-height: 1.6;
  color: #222;
  margin-bottom: 0;
}

/* Bottom Icons */
.review-icon {
  position: absolute;
  bottom: 10px;
  right: 12px;
  font-size: 22px;
  color: #ff6b57;
}

.close-icon {
  position: absolute;
  bottom: 10px;
  right: 12px;
  font-size: 20px;
  color: #111;
  cursor: pointer;
}

/* Divider */
.review-divider {
  border-top: 1px solid #cfcfcf;
  margin: 35px 0 20px;
}

/* Button */
.review-btn {
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 10px 26px;
  font-size: 12px;
  font-weight: 600;
  transition: 0.3s;
}

.review-btn:hover {
  background: #a8d12f;
  color: #000;
}

/* Responsive */



.essay-section-features {
  background: #f5f5f5;
  /* padding: 40px; */
  /* max-width: 1100px; */
  /* margin: 40px auto; */
}

.main-heading {

  color: #000;
}

.top-text {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin-top: 15px;
}

.service-btn {
  width: 100%;
  border: 1px solid #d0d0d0;
  background: #fff;
  padding: 12px 2px;
  font-weight: 700;
  font-size: 12px;
  transition: 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.service-btn.active {
  background: #a6cf2a;
  color: #000;
}

.service-btn:hover {
  background: #a6cf2a;
}

.service-card {
  background: #fff;
  padding: 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.icon-box {
  width: 60px;
  height: 60px;
  background: #a6cf2a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.service-card h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-card p {
  color: #555;
  line-height: 1.7;
  font-size: 14px;
}

.bottom-banner {
  margin-top: 30px;
  background: #a6cf2a;
  border-radius: 12px;
  padding: 15px 25px;
}

.bottom-banner h5 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.bottom-banner .order-btn {
  background: var(--primary);
  border: none;
  padding: 6px 60px;
  border-radius: 40px;
  font-weight: 700;
  color: var(--secondary);
}



.features-section {
  background: #000;
  padding: 70px 60px;
  color: #fff;
}

.main-title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}

.top-description {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 1.8;
  max-width: 1150px;
  margin-bottom: 50px;
}

/* .feature-card {
  margin-bottom: 45px;
}

.feature-card h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
}

.feature-card p {
  color: #cfcfcf;
  font-size: 14px;
  line-height: 1.9;
} */

/* Bottom Box */

.bottom-box {
  background: var(--white);
  margin-top: 30px;
  padding: 35px;
  color: #000;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
}

.custom-table th,
.custom-table td {
  border: 1px solid var(--white);
  padding: 16px;
  font-size: 14px;
  vertical-align: top;
}

.custom-table th {
  background: #e3e3e3;
  font-weight: 700;
}

/* .right-content h3 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
} */

.right-content ol {
  padding-left: 18px;
}

.right-content li {
  margin-bottom: 5px;
  line-height: 1.7;
  font-size: 14px;
  color: #333;
}

.right-content strong {
  display: block;
  margin-top: 15px;
  font-size: 16px;
}



.university-section {
  background: #F5F5F5;
  padding: 35px 0px;
}

.university-section .unis {
  animation: animatedBackground 50s linear infinite;
  width: 100%;
  height: 75px;
  background: url(../images/uniBnanner.png) repeat-x;
  background-size: cover;
}

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

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

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
  flex-wrap: wrap;
}

.logo-wrapper img {
  max-height: 55px;
  width: auto;
  object-fit: contain;
  transition: 0.3s;
  filter: grayscale(0%);
}

.logo-wrapper img:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .logo-wrapper {
    gap: 30px;
  }

  .logo-wrapper img {
    max-height: 40px;
  }
}

.cta-wrapper {
  /* max-width: 1100px; */
  /* margin: auto; */
  background: #9cc22e;
  border-radius: 10px;
  padding: 18px 30px;
  color: #fff;
}

.cta-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.cta-btn {
  background: #d9ff52;
  color: #000;
  border: none;
  padding: 8px 40px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #c8ef3f;
}

/* .cta-text {
  max-width: 1000px;
  margin: auto;
  margin-top: 18px;
  font-size: 13px;
  color: #444;
  line-height: 1.7;
} */

@media (max-width: 768px) {
  .cta-wrapper {
    text-align: center;
  }

  .cta-title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .cta-btn {
    width: 100%;
  }
}

.writers-section {
  padding: 60px 0;
}

.writers-section .swiper-wrapper {
  padding-bottom: 45px;
}

.writers-section .swiper-pagination-bullet-active {
  background: var(--dark);
  padding: 1px 25px;
  border-radius: 6px;
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
  color: #000;
}

.section-subtitle {
  text-align: center;
  color: #555;
  margin-bottom: 45px;
  font-size: 14px;
}

.writer-card {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 18px;
  transition: 0.3s;
  height: 100%;
}



.swiper-slide-active .writer-card {
  background: #a7cf28;
  border-color: #a7cf28;
}

.writer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.writer-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.writer-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #000;
}

.writer-name {
  font-weight: 700;
  font-size: 15px;
  margin: 0;
}

.rating {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.writer-subject {
  font-size: 13px;
  font-weight: 600;
  color: #222;
}

.orders {
  font-size: 13px;
  color: #333;
  margin-bottom: 6px;
}

.orders span {
  font-weight: 700;
}

.writer-heading {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #000;
}

.writer-desc {
  font-size: 13px;
  color: #333;
  margin-bottom: 18px;
}

.expert-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 8px 22px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  transition: 0.3s;
}

.expert-btn:hover {
  background: #222;
}

.slider-dots {
  margin-top: 35px;
  text-align: center;
}

.dot {
  display: inline-block;
  width: 22px;
  height: 5px;
  background: #ccc;
  border-radius: 20px;
  margin: 0 3px;
}

.dot.active {
  background: #000;
}

@media (max-width: 992px) {
  .section-title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }

  .writer-heading {
    font-size: 20px;
  }

  .writer-card {
    margin-bottom: 20px;
  }
}

.features-section {
  background: #000;
  padding: 70px 0;
  color: #fff;
  /* text-align: center; */
}

.features-section-services {
  background: #000;
  padding: 70px 0;
  color: #fff;
  text-align: center;
}

.section-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-subtitle {
  color: #bdbdbd;
  font-size: 13px;
  max-width: 900px;
  margin: 0 auto 45px;
  line-height: 1.6;
}

.features-section-services .feature-card {
  background: #d9d9d9;
  border-radius: 40px;
  padding: 25px 15px 18px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  margin-top: 10px;
}

.features-section-services .feature-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #c4c4c4;
  border-radius: 50px;
}

.feature-content {
  position: relative;
  z-index: 2;
}

.feature-icon {
  font-size: 32px;
  color: #222;
  margin-bottom: 12px;
  display: block;
}

.features-section-services .feature-icon {
  font-size: 32px;
  color: #222;
  margin-bottom: 12px;
  display: block;
  text-align: center;
  margin: auto;
  background: transparent;
}

.feature-title {
  font-size: 14px;
  color: #222;
  margin-bottom: 4px;
}

.feature-price {
  font-size: 28px;
  font-weight: 500;
  color: #111;
  line-height: 1;
}

.feature-card:hover {
  transform: translateY(-5px);
}

@media (max-width: 992px) {
  .section-title {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 30px;
  }

  .feature-card {
    margin-bottom: 20px;
  }

  .feature-price {
    font-size: 24px;
  }
}

.how-section {
  padding: 50px 0;
  background: #F5F5F5;
}

.left-content h2 {
  font-size: 48px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}

.left-content p {
  color: #555;
  /* max-width: 420px; */
  line-height: 1.7;
  margin-bottom: 25px;
}

.order-btn {
  background: #b6e61d;
  color: #111;
  border: none;
  padding: 12px 28px;
  border-radius: 40px;
  font-weight: 600;
  transition: 0.3s;
}

.order-btn:hover {
  background: #a6d519;
}

/* Timeline */
.timeline-wrapper {
  position: relative;
  padding-left: 60px;
}

.timeline-wrapper::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 2px;
  height: 85%;
  background: #b6e61d;
}

.step-box {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 18px;
  padding: 25px 25px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.step-box::before {
  content: "";
  position: absolute;
  left: -52px;
  top: 40px;
  width: 50px;
  height: 2px;
  background: #b6e61d;
}

.step-number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #777;
  font-size: 14px;
  font-weight: 600;
}

.step-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.step-text {
  color: #666;
  line-height: 1.6;
  font-size: 15px;
  margin: 0;
}



.faq-section {
  padding: 50px 0;
  background: #EBEBEB;
  padding-bottom: 10rem;
}

/* Heading */
.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.section-title p {
  max-width: 850px;
  margin: auto;
  color: #666;
  line-height: 1.7;
  font-size: 15px;
}

/* FAQ BOX */
.faq-wrapper {
  background: #e9e9e9;
  border-radius: 16px;
  padding: 18px;
  margin-bottom: 40px;
}

.faq-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  height: 100%;
  border: 1px solid #ddd;
  transition: 0.3s;
}

.faq-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.faq-card h5 {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.faq-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* GREEN BOX */
.guarantee-box {
  background: url("../images/guarantee-box.webp")center/cover no-repeat;
  border-radius: 14px;
  padding: 45px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 55px;
  margin-top: -13rem;
}

/* .guarantee-box::before,
.guarantee-box::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.25);
}

.guarantee-box::before {
  left: 15px;
  top: 15px;
  box-shadow:
    0 40px rgba(255, 255, 255, 0.25),
    0 80px rgba(255, 255, 255, 0.25);
}

.guarantee-box::after {
  right: 15px;
  top: 15px;
  box-shadow:
    0 40px rgba(255, 255, 255, 0.25),
    0 80px rgba(255, 255, 255, 0.25);
} */

.guarantee-box h3 {
  font-size: 38px;
  font-weight: 800;
  color: #111;
  margin-bottom: 10px;
}

.guarantee-box p {
  color: #222;
  font-size: 16px;
  max-width: 850px;
  margin: auto auto 20px;
  line-height: 1.7;
}

.green-btn {
  background: #111;
  color: #fff;
  border: none;
  padding: 11px 30px;
  border-radius: 40px;
  font-weight: 600;
  transition: 0.3s;
}

.green-btn:hover {
  background: #222;
}

/* BENEFITS */
.benefit-heading {
  margin-bottom: 35px;
}

.benefit-heading h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.benefit-heading p {
  color: #666;
  /* max-width: 900px; */
  line-height: 1.7;
}

/* LEFT FEATURES */
.feature-item {
  display: flex;
  gap: 18px;
  margin-bottom: 30px;
}

.keyBenfit {
  background: #f5f5f5;
}

.keyBenfit .feature-item {
  display: flex;
  gap: 0px;
  margin-bottom: 12px;
  flex-direction: column;
}

.feature-icon {
  width: 70px;
  height: 50px;
  min-width: 75px;
  background: #a8cf27;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #111;
}

.feature-content h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #111;
}

.feature-content p {
  color: #666;
  line-height: 1.7;
  margin: 0;
  font-size: 15px;
}

/* RIGHT CONTENT */
.right-content h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111;
}

.right-content p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 25px;
  font-size: 15px;
}

.right-content ul {
  padding-left: 18px;
  margin-bottom: 25px;
}

.right-content ul li {
  margin-bottom: 10px;
  color: #555;
  line-height: 1.7;
}



.footer {
  background: url("../../assets/images/footerBg.webp") no-repeat center center/cover;
  padding-top: 50px;
  border-top: 1px solid #ddd;
}

.footer-logo {
  width: 180px;
  margin-bottom: 20px;
}

.footer-text {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 25px;
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 18px;
}

.footer-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  text-decoration: none;
  color: var(--black);
  font-size: 14px;
  transition: 0.3s;
}

.footer-links li a:hover {
  color: #a8cf27;
  padding-left: 3px;
}

.contact-info {
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
}

.contact-info a {
  color: #555;
  text-decoration: none;
}

.contact-info a:hover {
  color: #a8cf27;
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #a8cf27;
  color: #111;
}

/* Payment */
.payment-title {
  font-size: 14px;
  font-weight: 600;
  color: #444;
  margin-bottom: 10px;
}

.payment-icons img {
  width: 45px;
  margin-right: 8px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

/* Copyright */
.copyright {
  border-top: 1px solid #ddd;
  padding: 18px 0;
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  color: #666;
  background: #efefef;
}



.openoppurtunit {
  background: #EBEBEB;
}

.core-values {
  background: #fff;
}

.core-values-heading {
  font-size: 42px;
  font-weight: 700;
  color: #111;
}

.core-values-text {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 18px;
}

.core-values-btn {
  background: #000;
  color: #fff;
  padding: 12px 28px;
  border-radius: 40px;
  font-weight: 600;
  margin-top: 10px;
}

.core-values-btn:hover {
  background: #222;
  color: #fff;
}

.core-values-card {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 18px;
}

.core-values-card-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.core-values-card-text {
  font-size: 13px;
  line-height: 1.7;
  color: #666;
}

.core-values-image img {
  max-height: 500px;
  object-fit: contain;
  position: absolute;
  bottom: 0px;
  left: -110px;
}

/* Responsive */



.our-mission {
  background: #f3f3f3;
}

.our-mission-heading {
  font-size: 42px;
  font-weight: 700;
  color: #111;
}

.our-mission-subheading {
  font-size: 24px;
  font-weight: 700;
  color: #111;
}

.our-mission-text {
  font-size: 14px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 18px;
}

.our-mission-feature {
  display: flex;
  align-items: center;
  gap: 8px;
}

.our-mission-icon {
  color: #0d6efd;
  font-size: 15px;
  line-height: 1;
}

.our-mission-feature-text {
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

/* Responsive */



@media (max-width: 575px) {
  .our-mission-heading {
    font-size: 28px;
  }

  .our-mission-text {
    font-size: 13px;
  }

  .our-mission-feature-text {
    font-size: 13px;
  }
}

.affordable-rates {
  background: #f3f3f3;
}

.affordable-rates-heading {
  font-size: 42px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.affordable-rates-subtext {
  font-size: 14px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Tabs */

.affordable-rates-tabs {
  gap: 10px;
  flex-wrap: wrap;
}

.affordable-rates-tabs .nav-link {
  background: #000;
  color: #fff;
  border-radius: 50px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  transition: 0.3s ease;
}

.affordable-rates-tabs .nav-link.active {
  background: #a8c63f;
  color: #fff;
}

.affordable-rates-tabs .nav-link:hover {
  background: #a8c63f;
  color: #fff;
}

/* Table */

.affordable-rates-table-wrapper {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.affordable-rates-table {
  margin: 0;
}

.affordable-rates-table tbody tr td {
  padding: 14px 20px;
  font-size: 14px;
  color: #444;
  border-color: #ddd;
  text-align: center;
}

.affordable-rates-table tbody tr td:not(:last-child) {
  border-right: 1px solid #ddd;
}

/* Placeholder */

.affordable-rates-placeholder {
  background: #fff;
  padding: 50px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #ddd;
  color: #666;
  font-size: 16px;
}

/* Responsive */



@media (max-width: 767px) {

  .affordable-rates-tabs {
    justify-content: center;
  }

  .affordable-rates-tabs .nav-link {
    width: 100%;
  }

  .affordable-rates-table-wrapper {
    overflow-x: auto;
  }

  .affordable-rates-table {
    min-width: 600px;
  }
}

@media (max-width: 575px) {

  .affordable-rates-heading {
    font-size: 28px;
  }

  .affordable-rates-subtext {
    font-size: 13px;
  }
}

.assignment-section {
  background: #fff;
  padding: 40px 0;
  font-family: Arial, sans-serif;
}

.assignment-wrapper {
  background: #fff;
  padding: 25px;
}

.assignment-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.assignment-description {
  text-align: center;
  font-size: 13px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.7;
}

.assignment-form-box {
  background: #8cc63f;
  padding: 20px;
}

.assignment-form-box input,
.assignment-form-box textarea {
  border-radius: 0;
  border: none;
  margin-bottom: 12px;
  font-size: 13px;
}

.assignment-form-box textarea {
  height: 100px;
  resize: none;
}

.assignment-upload {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}

.assignment-summary {
  background: #f7f7f7;
  border: 1px solid #ddd;
  padding: 20px;
  height: 100%;
}

.assignment-summary h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}

.assignment-summary-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.assignment-summary-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  font-size: 14px;
}

.assignment-price {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
  text-align: right;
}

.assignment-payment {
  margin-top: 20px;
  text-align: right;
}

.assignment-payment img {
  max-width: 220px;
}

.assignment-info {
  margin-top: 35px;
}

.assignment-info h3 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
}

.assignment-info input {
  border-radius: 0;
  margin-bottom: 15px;
  font-size: 13px;
}

.assignment-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 35px;
  font-size: 14px;
}

.assignment-checkbox {
  font-size: 13px;
  margin-left: 10px;
}

span.navbar-toggler-icon {
  filter: invert(1);
}

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

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