:root,
[data-bs-theme="light"] {
  --bs-body-bg: #ffffff;
  --bs-body-color: #494b5b;
  --bs-primary: #1a49ba;
  --bs-primary-rgb: 33, 92, 92;
  --bs-primary-hover: #0066ac;
  --bs-primary-hover-rgb: 20, 75, 75;
  --bs-secondary: #f1c000;
  --bs-secondary-rgb: 204, 232, 201;
  --bs-heading-color: #16181b;
  --inverse-color: #494b5b;
  --inverse-color-rgb: 73, 75, 91;
  --bs-link-color: var(--bs-primary);
  --nav-bg: #ffffff;
  --nav-color: #fff;
  --nav-hover-color: #1f6bff;
  --dropdown-bg: #ffffff;
  --dropdown-color: #1f6bff;
  --dropdown-hover-bg: #f7f7f7;
  --nav-inverse: #000000;
  --nav-inverse-alt: #ffffff;
}

body {
  font:
    1.2rem/1.7 "Google Sans",
    sans-serif;
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-wrap {
  position: relative;
}

::-moz-selection {
  background-color: var(--bs-black);
  color: var(--bs-white);
}

::selection {
  background-color: var(--bs-black);
  color: var(--bs-white);
}

a {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: var(--bs-primary);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bs-heading-color);
  font-family: "Google Sans", serif;
}

.container {
  max-width: 1240px;
}

.section {
  padding: 50px 0;
  scroll-margin-top: 60px;
}

@media (max-width: 767.98px) {
  .section {
    padding: 40px 0;
  }
}

.section.first-section {
  padding-top: 100px;
}

@media (min-width: 992px) {
  .section.first-section {
    padding-top: 130px;
  }
}

.text-heading-color {
  color: var(--bs-heading-color);
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
  box-shadow: 0 0.5rem 1rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
  box-shadow: 0 1rem 3rem 0 rgba(var(--bs-black-rgb), 0.05) !important;
}

.list-checked {
  padding: 0;
  margin: 0;
  color: var(--bs-body-color);
}

.list-checked li {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 10px;
}

.list-checked li i {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  border-radius: 50%;
  color: var(--bs-primary);
  font-size: 20px;
}

.list-checked li:before {
  position: absolute;
  display: inline-block;
  left: 0;
  content: "";
  vertical-align: -0.125em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5625rem 1.5625rem;
  width: 1.5625rem;
  height: 1.5625rem;
}

.btn {
  padding: 12px 20px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 600;
  position: relative;
}

.btn:hover,
.btn:active,
.btn:focus {
  color: var(--bs-white);
  background-color: var(--bs-primary-hover) !important;
  border: 1px solid var(--bs-primary-hover) !important;
}

.btn.btn-white.hover-outline {
  background-color: var(--bs-white) !important;
  color: var(--bs-black) !important;
  border: 1px solid transparent !important;
}

.btn.btn-white.hover-outline:hover {
  color: var(--bs-white) !important;
  background-color: transparent !important;
  border: 1px solid var(--bs-white) !important;
}

.btn.btn-white-outline {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2) !important;
  color: var(--inverse-color) !important;
  background-color: #f1c000;
}

.btn.btn-white-outline:hover,
.btn.btn-white-outline:focus,
.btn.btn-white-outline:active {
  background-color: transparent !important;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.5) !important;
}

/* CSS mein add karo */
.dropdown-menu {
  max-height: 500px; /* ya jo bhi height chahiye */
  overflow-y: auto;
}

.block-squares {
  position: absolute;
  bottom: -12px;
  right: 0;
  z-index: 1;
  width: auto;
}

.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 1px;
  font-size: 16px;
  background-color: #ffffff;
  border-color: rgba(var(--inverse-color-rgb), 0.1);
}

.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--bs-primary);
}

.a-link i {
  font-size: 26px;
  margin-left: 10px;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}

.a-link:hover i {
  margin-left: 15px;
}

.page-title {
  padding-top: 100px !important;
  padding-bottom: 50px !important;
  background-color: rgba(var(--inverse-color-rgb), 0.03);
}

.special-link .icons {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.special-link .icons i {
  font-size: 25px;
  position: relative;
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.special-link .icons i.icon-1 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.special-link .icons i.icon-2 {
  opacity: 0;
  visibility: hidden;
  top: 80%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.special-link:hover .icons .icon-1 {
  opacity: 0;
  visibility: hidden;
  top: 20%;
  left: 80%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.special-link:hover .icons .icon-2 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.fbs__net-navbar {
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  z-index: 99999;
  width: 100%;
  /* background-color: #001d61 !important; */
  border: none;
}

@media (min-width: 992px) {
  .fbs__net-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.fbs__net-navbar > .container {
  position: relative;
}

.fbs__net-navbar.relative {
  position: absolute;
}

.fbs__net-navbar .navbar-brand {
  color: var(--bs-white);
  font-size: 30px;
  font-weight: bold;
}

.fbs__net-navbar .navbar-brand .logo.dark {
  display: none;
}

.fbs__net-navbar .navbar-brand .logo.light {
  display: block;
}

.fbs__net-navbar .navbar-nav > li > .nav-link {
  position: relative;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  color: rgba(var(--bs-white-rgb), 1);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
}

@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link {
    color: var(--inverse-color);
  }
}

.fbs__net-navbar .navbar-nav > li > .nav-link:before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-radius: 5px;
  height: 1.5px;
  bottom: 0;
  left: 10px;
  background: currentcolor;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition:
    transform 0.35s ease-out,
    -webkit-transform 0.35s ease-out;
}

.fbs__net-navbar .navbar-nav > li > .nav-link:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.fbs__net-navbar .navbar-nav > li > .nav-link:hover,
.fbs__net-navbar .navbar-nav > li > .nav-link:focus {
  color: var(--bs-white);
}

@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link:hover,
  .fbs__net-navbar .navbar-nav > li > .nav-link:focus {
    color: var(--inverse-color) !important;
  }
}

@media (max-width: 767.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.fbs__net-navbar .navbar-nav > li > .nav-link.active {
  color: var(--bs-white);
}

@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link.active {
    color: var(--inverse-color);
  }
}

.fbs__net-navbar .navbar-nav > li > .nav-link.active:before {
  content: "";
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fbs__net-navbar .navbar-nav > li > .nav-link.dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fbs__net-navbar .navbar-nav > li > .nav-link.dropdown-toggle::after {
  display: none;
  content: "";
}

@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav > li > .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.fbs__net-navbar .navbar-nav .dropdown-menu {
  background-color: #032577;
}

.fbs__net-navbar .navbar-nav .dropdown-menu .nav-link:hover {
  background-color: #001d61 !important;
  color: var(--inverse-color);
}

.fbs__net-navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}

.fbs__net-navbar .navbar-nav .dropdown-toggle .bi-chevron-down {
  margin-left: 0.5rem;
}

.fbs__net-navbar .fbs__net-navbar-toggler {
  width: 45px;
  height: 40px;
  border-radius: 10%;
  position: relative;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  border: none;
  display: none;
}

@media (max-width: 991.98px) {
  .fbs__net-navbar .fbs__net-navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fbs__net-navbar .navbar-brand {
  margin-right: 0 !important;
}

.fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu,
.fbs__net-navbar .navbar-nav .dropend > .dropdown-menu,
.fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu {
  border: none !important;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.1);
  box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.1);
}

@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropend > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;

    border: none;
  }
}

.fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu .nav-link,
.fbs__net-navbar .navbar-nav .dropend > .dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropend > .dropdown-menu .nav-link,
.fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu .nav-link {
  font-size: 0.875rem;
  padding: 10px 10px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 0.5rem;
}

@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropdown:hover > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropend:hover > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropstart:hover > .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 0.3s ease;
    animation: fadeInUp 0.3s ease;
  }
}

@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-animation: fadeInRight 0.3s ease;
    animation: fadeInRight 0.3s ease;
  }
}

@media (min-width: 992px) {
  .fbs__net-navbar .navbar-nav .dropstart:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    right: 100%;
    -webkit-animation: fadeInLeft 0.3s ease;
    animation: fadeInLeft 0.3s ease;
  }
}

.fbs__net-navbar .navbar-nav .dropdown-toggle::before {
  display: none;
}

.fbs__net-navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}

.fbs__net-navbar .navbar-nav li.dropend > a,
.fbs__net-navbar .navbar-nav li.dropstart > a {
  position: relative;
}

.fbs__net-navbar .navbar-nav li.dropend > a .bi,
.fbs__net-navbar .navbar-nav li.dropstart > a .bi {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  .fbs__net-navbar .navbar-nav li.dropend > a .bi,
  .fbs__net-navbar .navbar-nav li.dropstart > a .bi {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -10px;
  }
}

.fbs__net-navbar .navbar-nav li.dropend > a::after,
.fbs__net-navbar .navbar-nav li.dropstart > a::after {
  display: none;
}

.fbs__net-navbar .navbar-nav li.dropend > a {
  position: relative;
}

.fbs__net-navbar .navbar-nav li.dropend > a:hover {
  background-color: var(--dropdown-hover-bg) !important;
}

.fbs__net-navbar .navbar-nav li.dropend > a .caret {
  position: absolute;
  right: 10px;
}

.fbs__net-navbar .navbar-nav li.dropstart > a {
  position: relative;
}

.fbs__net-navbar .navbar-nav li.dropstart > a:hover {
  background-color: var(--dropdown-hover-bg) !important;
}

.fbs__net-navbar .navbar-nav li.dropstart > a .caret {
  position: absolute;
  left: 10px;
}

.fbs__net-navbar .navbar-toggler:hover,
.fbs__net-navbar .navbar-toggler:focus,
.fbs__net-navbar .navbar-toggler:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fbs__net-navbar .header-social a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: var(--bs-white);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  background-color: transparent;
}

.fbs__net-navbar .header-social a:hover {
  background-color: rgba(var(--bs-white-rgb), 0.1);
}

@media (min-width: 992px) {
  .fbs__net-navbar .header-social a {
    color: var(--bs-white);
  }
}

.fbs__net-navbar .header-social .btn {
  width: auto !important;
  height: auto !important;
  background-color: var(--bs-secondary) !important;
  color: var(--bs-white) !important;
}

@media (max-width: 575.98px) {
  .fbs__net-navbar .header-social .btn {
    display: none;
  }
}

.fbs__net-navbar.active {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #001d61 !important;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.05) !important;
  box-shadow: 0 0.1875rem 0.375rem rgba(var(--bs-black-rgb), 0.05) !important;
}

.fbs__net-navbar.active .navbar-brand {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}

.fbs__net-navbar.active .navbar-brand .logo.dark {
  display: block;
}

.fbs__net-navbar.active .navbar-brand .logo.light {
  display: none;
}

.fbs__net-navbar.active .nav-link {
  color: rgb(255 255 255) !important;
}

.fbs__net-navbar.active .nav-link:hover {
  color: rgba(var(--inverse-color-rgb), 1) !important;
}

.fbs__net-navbar.active .header-social a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: var(--inverse-color);
}

.fbs__net-navbar.active .header-social a:hover {
  background-color: rgba(var(--inverse-color-rgb), 0.1);
}

@media (min-width: 992px) {
  .fbs__net-navbar.active .header-social a {
    color: rgba(var(--inverse-color-rgb), 1) !important;
  }
}

.fbs__net-navbar.active .header-social .btn {
  width: auto !important;
  height: auto !important;
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}

.fbs__net-navbar.active .navbar-nav > li > .dropdown-toggle:hover {
  color: var(--inverse-color) !important;
}

.fbs__net-navbar.active .navbar-nav > li > .nav-link.dropdown-toggle::after {
  display: none;
  content: "";
}

.fbs__net-navbar.active .navbar-nav li.dropdown a:hover,
.fbs__net-navbar.active .navbar-nav li.dropend a:hover,
.fbs__net-navbar.active .navbar-nav li.dropstart a:hover {
  color: #ffffff !important;
}

.fbs__net-navbar .fbs__net-icon-menu {
  display: block;
}

.fbs__net-navbar .fbs__net-icon-close {
  display: none;
}

.offcanvas-active .fbs__net-navbar .fbs__net-icon-menu {
  display: none;
}

.offcanvas-active .fbs__net-navbar .fbs__net-icon-close {
  display: block;
}

.fbs__net-navbar.dark {
  -webkit-box-shadow: 0 0px 2px rgba(var(--inverse-color-rgb), 0.15);
  box-shadow: 0 0px 2px rgba(var(--inverse-color-rgb), 0.15);
}

.fbs__net-navbar.dark .navbar-brand .logo.dark {
  display: block;
}

.fbs__net-navbar.dark .navbar-brand .logo.light {
  display: none;
}

.fbs__net-navbar.dark a {
  color: var(--inverse-color) !important;
}

.fbs__net-navbar.dark a:hover {
  color: var(--inverse-color);
}

.fbs__net-navbar.dark .header-social a:hover {
  background-color: rgba(var(--inverse-color-rgb), 0.05);
}

.fbs__net-navbar.dark ul li a {
  font-weight: 600;
  color: rgb(255 255 255) !important;
}

.fbs__net-navbar.dark ul li a:hover {
  color: #ffffff !important;
}

.fbs__net-navbar
  .offcanvas-header
  .offcanvas-header-logo
  .logo-link
  .logo.dark {
  display: block;
}

.fbs__net-navbar
  .offcanvas-header
  .offcanvas-header-logo
  .logo-link
  .logo.light {
  display: none;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hero__v6 {
  background-image:
    linear-gradient(to bottom, #1a49ba00, #1a49ba00),
    url(../images/technical-assignment-helps-bg-img.webp);
  background-size: cover;
  padding: 10rem 0 6rem !important;
  background-position: center;
}

.hero__v6 .hero-subtitle {
  background: color-mix(in srgb, var(--bs-secondary), #00000000 70%);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.hero__v6 .hero-title {
  font-size: 44px;
}

@media (max-width: 1199.98px) {
  .hero__v6 .hero-title {
    font-size: 40px;
  }
}

@media (max-width: 991.98px) {
  .hero__v6 .hero-title {
    font-size: 30px;
  }
}

.hero__v6 .logos .logos-title {
  font-size: 14px;
  color: #fff;
}

.hero__v6 .logos img {
  width: 140px;
}

.hero__v6 .hero-img {
  position: relative;
}

.hero__v6 .hero-img .img-main {
  position: relative;
  z-index: 9;
}

.hero__v6 .hero-img .img-card {
  z-index: 10;
  border-radius: 20px;
  -webkit-box-shadow: 0 15px 40px 0 rgba(var(--bs-black-rgb), 0.1);
  box-shadow: 0 15px 40px 0 rgba(var(--bs-black-rgb), 0.1);
  position: absolute;
  max-width: 280px;
  bottom: -40px;
  left: -60px;
}

@media (max-width: 991.98px) {
  .hero__v6 .hero-img .img-card {
    left: 10px;
    max-width: 380px;
  }
}

@media (max-width: 575.98px) {
  .hero__v6 .hero-img .img-card {
    left: 10px;
    max-width: 280px;
  }
}

.features__v2 .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: var(--bs-secondary);
  color: var(--bs-primary);
}

.features__v2 .content {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
}

.features__v2 .btn-play i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: var(--bs-white);
  color: var(--bs-primary);
}

.about__v4 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.about__v4 .features li .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
}

.about__v4 .mission-statement {
  background-color: var(--bs-primary);
  position: relative;
  bottom: -20px;
  width: 100%;
}

.about__v4 .mission-statement h3 {
  font-size: 10px;
  color: var(--bs-secondary);
}

.about__v4 .mission-statement p {
  color: var(--bs-white);
}

.about__v4 .mission-icon {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  line-height: 50px;
  display: inline-block;
  background-color: rgba(var(--bs-secondary-rgb), 0.1);
}

.about__v4 .mission-icon i {
  color: var(--bs-secondary);
}

.pricing__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.pricing__v2 .price-table {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.pricing__v2 .price-table .price {
  color: var(--bs-heading-color);
}

.pricing__v2 .price-table .price strong {
  font-size: 40px;
}

.pricing__v2 .price-table .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid rgba(var(--bs-white-rgb), 0.2);
}

.pricing__v2 .popular {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}

.pricing__v2 .popular .price {
  color: var(--bs-secondary);
}

.pricing__v2 .popular h3 {
  color: var(--bs-white);
}

.pricing__v2 .popular p {
  color: var(--bs-white);
}

.pricing__v2 .popular .pricing-features h4 {
  font-size: 12px;
  color: var(--bs-secondary);
}

.howitworks__v1 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.howitworks__v1 .step-card {
  position: relative;
}

.howitworks__v1 .step-card .step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  color: var(--bs-secondary);
  background-color: var(--bs-primary);
  font-size: 18px;
}

.howitworks__v1 .arch-line {
  position: absolute;
  top: 15px;
  width: 150px;
  right: 0;
  left: calc(100% + 24px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .howitworks__v1 .arch-line {
    display: none;
  }
}

.howitworks__v1 .arch-line.reverse {
  top: 20px;
}

.services__v3 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.services__v3 .icon {
  display: block;
  position: relative;
}

.services__v3 .icon:before {
  position: absolute;
  z-index: -1;
  width: 40px;
  height: 40px;
  right: -10px;
  bottom: 0px;
  border-radius: 50%;
  background-color: rgba(var(--bs-secondary-rgb), 1);
}

.services__v3 .icon svg {
  padding: 10px;
  background: #ffffff;
  width: 75px;
  border-radius: 50px;
}

.services__v3 .service-card {
  text-align: center;
  border: 1px solid rgb(73 75 91 / 0%);
  font-size: 16px;
  background: #9494940a;
}

.faq__v2 {
  background-color: #cbe5f6 !important;
}

.faq__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.faq__v2 .custom-accordion {
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-btn-icon: url("");
  --bs-accordion-btn-active-icon: url("");
}

.faq__v2 .custom-accordion .accordion-button {
  position: relative;
  padding-right: 50px;
}

.faq__v2 .custom-accordion .accordion-button::after {
  content: "\f4fe";
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  right: 20px;
  top: 15px;
  width: 18px;
  height: 14px;
  font-size: 30px;
  color: #cbcbcb;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  line-height: 1;
  position: absolute;
  -webkit-font-smoothing: antialiased;
}

.faq__v2 .custom-accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  content: "\f2ea";
}

.faq__v2 .custom-accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.faq__v2 .custom-accordion .accordion-item .accordion-header .accordion-button {
  background: #1a49ba;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding-top: 25px;
  padding-bottom: 25px;
  border: none;
}

.faq__v2
  .custom-accordion
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed) {
  background-color: #1a49ba;
  color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
  box-shadow: 0 1px 1px rgba(var(--inverse-color-rgb), 0.05);
}

.faq__v2 .custom-accordion .accordion-item .accordion-body {
  background: #edf9ff;
  border-top: none;
  font-size: 16px;
}

.stats__v3 .content {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  overflow: hidden;
  position: relative;
}

.stats__v3 .content h3 {
  color: var(--bs-secondary);
}

.stats__v3 .content .rounded-borders {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 500px;
}

.stats__v3 .content .rounded-borders .rounded-border-1,
.stats__v3 .content .rounded-borders .rounded-border-2,
.stats__v3 .content .rounded-borders .rounded-border-3 {
  border: 1px solid var(--bs-secondary);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: absolute;
}

.stats__v3 .content .rounded-borders .rounded-border-1 {
  right: 20px;
  top: 20px;
}

.stats__v3 .content .rounded-borders .rounded-border-2 {
  right: 40px;
  top: 40px;
}

.testimonials__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.testimonials__v2 .testimonial {
  background: #d2edff;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
  width: 100%;
  height: 100%;
  font-size: 16px;
}

.testimonials__v2 .testimonial-author .author-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

.contact__v2 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.contact__v2 .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
  border-radius: 50%;
}

.footer {
  background-image:
    linear-gradient(to bottom, #1a49bacc, #1a49baa1),
    url(../images/footer-bg.jpg);

  background-size: cover;

  background-position: center;

  font-size: 16px;
}

.footer h2,
.footer h3,
.footer h4 {
  color: #01abfc;
  font-size: 18px;
  font-weight: 600;
}

.footer ul li {
  padding: 0;
  margin: 0 0 10px 0;
}

.footer a {
  color: rgba(var(--inverse-color-rgb), 0.6);
  text-decoration: none;
}

.footer a:hover {
  color: var(--inverse-color);
}

.scroll-list {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

.scroll-list::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scroll-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(50, 50, 50, 0.098);
  background-color: #5198a246;
  border-radius: 10px;
}

.scroll-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: linear-gradient(
    to top,
    #1a49ba 44%,
    #2196f3 72%,
    #03a9f4 86%
  );
}

.footer a .badge {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
}

.footer a:hover .badge {
  background-color: rgba(var(--bs-primary-rgb), 1);
  color: var(--bs-white);
}

.quick-contact {
  margin-left: 40px;
}

@media (max-width: 575.98px) {
  .footer .quick-contact {
    margin-left: 0;
    margin-top: 20px;
  }
}
.footer a .badge {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
}

.footer a:hover .badge {
  background-color: rgba(var(--bs-primary-rgb), 1);
  color: var(--bs-white);
}

.footer .quick-contact i {
  color: #fff;
}

.footer .credits {
  color: #fff;
  font-size: 16px;
}

#back-to-top {
  position: fixed;
  bottom: 0px;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  background-color: var(--bs-primary);
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
  width: 40px;
  height: 40px;
}

#back-to-top i {
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#back-to-top.show {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

.wp-btn {
  align-items: center;
  background-color: #060;
  border-radius: 10px;
  color: #fff;
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 20px 35px;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #01be52;
}

.wp-btn:hover {
  background-color: transparent;
  color: #01be52;
}

.whatsapp-btn-box {
  display: flex;
  justify-content: flex-end;
}

.faq-cta {
  background: #ffc107;
  padding: 40px;
  border-radius: 17px;
}

.faq-cta-content h3 {
  font-size: 24px;
  font-weight: 700;
}

.faq-cta-content {
  width: 100%;
}

@media (max-width: 991px) {
  .faq-cta {
    background-position: center;
    padding: 40px;
  }

  .faq-cta-content {
    margin-left: 0;
    padding: 0;
    max-width: 100%;
    text-align: center;
  }

  .whatsapp-btn-box {
    display: flex;
    justify-content: center;
  }
}

.form-banner-inner {
  border-radius: 10px;
  padding: 20px 30px;
}

.form-banner-inner .form-input,
.form-select {
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  background-color: #fff;
  transition: border-color 0.3s ease;
  width: 100%;
}

.form-banner-inner .form-input:focus,
.form-select:focus {
  outline: none;
  border-color: #0d7377;
}

.form-banner-inner .form-select {
  appearance: none;
  cursor: pointer;
}

.hero__proof {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 10px 0 10px 0;
  color: #ffffff;
  flex-wrap: wrap;
  justify-content: center;
}

.hero__rating-label {
  font-weight: 700;
  color: #1a49ba;
}

span.hero__stars {
  margin-top: -5px;
  display: inline-block;
}

.hero__stars img {
  width: 100px;
}

.hero__based {
  color: #1a49ba;
  font-weight: 700;
}

.signup-btn {
  background: #f1c000 !important;
  color: #000 !important;
}

.signup-btn:hover {
  background: #03a9f4 !important;
}

/*****************************/

.assignment-box-slider-1 .item h2 {
  font-weight: 700;
  font-size: 18px;
  min-height: 40px;
}

.assignment-box-slider-1 .item p {
  font-size: 14px;
  min-height: 200px;
  overflow: auto;
  max-height: 200px;
  margin-bottom: 15px;
}

.assignment-box-1 {
  padding: 20px;
  border: 4px solid #c2c3c8;
  box-shadow: -9px -9px 0 #9b9b9b24;
  border-radius: 4px;
  background: #f5faf4;
}

/***************************/

/*****************************/

.subjects-box-slider-1 .item h2 {
  font-weight: 700;
  font-size: 18px;
  min-height: 40px;
}

.subjects-box-slider-1 .item p {
  font-size: 14px;
  min-height: 240px;
  overflow: auto;
  max-height: 240px;
  margin-bottom: 15px;
}

.subjects-box-1 {
  padding: 20px;
  border: 4px solid #c2c3c8;
  box-shadow: -9px -9px 0 #9b9b9b24;
  border-radius: 4px;
  background: #f5faf4;
}

/***************************/

.education-level-image-box {
  width: 630px;
  margin-left: -180px;
}

.education-level-box-1 {
  /* margin-top: 50px; */
  height: 100%;
  min-height: 100%;
  padding: 25px;
  background: #f6f8ff;
  border-bottom: 35px solid #1a49ba;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
}

.education-level-box-slider-1 .item {
  height: 100%;
}

.education-level-box-slider-1 .owl-stage,
.education-level-box-slider-1 .owl-stage-outer {
  display: flex;
}

.education-level-box-1 h3 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #00257e;
}

.education-level-box-1 p {
  font-size: 14px;
  color: #000;
}

.education-level-box-1 img {
  filter: hue-rotate(100deg);
  width: 80px !important;
  height: 80px !important;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #c7c7c7;
  margin: -50px 0 15px;
  padding: 8px;
}

.stickysec {
}

.sticky-sec {
  /* background-color: #f5faf4; */
  background: url("../images/order-your-assignment.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  border-radius: 20px;
  padding: 70px 80px;
}

.sticky-sec p {
  font-size: 2rem;
  color: #ffffff !important;
  margin-left: 160px;
  padding-right: 10px;
  width: 100%;
}

.sticky-sec p span {
  font-weight: 300;
  color: #ffffff;
}

.order-now-btn a {
  display: inline-block;
  white-space: nowrap;
  background: #f1c000;
  border-radius: 10px;
  border: 2px solid #44cf69;
  color: #ffffff !important;
  padding: 12px 30px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 8px 12px rgba(2, 175, 67, 0.1);
}

.order-now-btn a:hover {
  background: #085435;
  color: #ffffff !important;
  text-decoration: none;
}

@media (max-width: 991px) {
  .sticky-sec {
    background-position: center;
    padding: 30px 20px;
    display: grid;
  }

  .sticky-sec p {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-left: 0;
    padding: 0;
    max-width: 100%;
    text-align: center;
  }

  .order-now-btn {
    display: inline-block;
    margin: 20px auto 0;
  }
}

.type-service-box {
  background-image:
    linear-gradient(to bottom, #cceaff, #ceebffcf),
    url(../images/education-level-bg.jpeg);
  background-size: cover;
  background-position: center;
  margin: 5px;
  font-size: 16px;
  padding: 14px;
  border-radius: 8px;
  height: 100%;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.features__v2 {
}

.subjects-slider-section {
  background-image:
    linear-gradient(to bottom, #215c5c00, #f5faf400),
    url(../images/lma-subject-bg.webp);
  background-size: cover;
}

.disclaimer {
  background: #ffefae;
  padding: 10px;
  border-radius: 10px;
}

.disclaimer p {
  margin-bottom: 0px;
}

.testimonials__v2 {
  /*background-image: linear-gradient(to bottom, #215c5c00, #20364b00),
    url("../images/reviews-bg.png");*/
  background-size: cover;
  padding: 4rem 0 3rem !important;
  background-position: center;
}

.rating.mb-2 {
  font-size: 26px;
  color: #ffc107;
}

section.extra-content-section .row {
  border-radius: 30px;
  max-height: 700px;
  overflow-y: scroll;
}

section.extra-content-section {
  background: #eefbff;
  padding: 40px 0px 40px;
}

section.extra-content-section img {
  border-radius: 10px;
  width: 100%;
}

section.extra-content-section h2 {
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #001d61;
}

section.extra-content-section p {
  color: #000000;
}

.extracontent-left ul li,
.extracontent-right ul li {
  list-style-type: disc;
  font-weight: 600;
  border-bottom: 1px solid #e3e3e3;
  margin: 4px 0px 5px 20px;
}

.extracontent-left ul,
.extracontent-right ul {
  margin-bottom: 15px;
}

section.extra-content-section h3 {
  margin-top: 20px;
  font-size: 20px;
  color: #f1c000;
}

section.extra-content-section ul {
  padding: 0;
}

section.extra-content-section ul li {
  font-size: 16px;
  color: #1a49ba;
  padding: 10px 0px;
}

.sample-item {
  background: #fff;
  border: 1px solid #e5e3e3;
  border-radius: 10px;
  padding: 15px;
}

.sample-head {
  display: flex;
}

.sample-head img {
  width: 50px !important;
}

.title-img {
  border-radius: 5% !important;
}

.sample-head .title {
  font-weight: 700;
}

.sample-box-btn a {
  background: #1a49ba;
  width: 100%;
  color: #ffffff;
}

.span-min-35 {
  display: inline-block;
  min-width: 80px;
}

svg.bi.bi-star-fill {
  fill: #169a5a;
}

.writer-head-content span {
  font-weight: 700;
  font-size: 16px;
}

.sample-item ul {
  padding: 0;
  list-style-type: none;
  margin: 12px 0px;
}

.sample-item ul li {
  font-size: 14px;
}

.writer-head-content p {
  font-size: 14px;
}

.sample-section {
  background: linear-gradient(44deg, #cceaff 20%, #cceaff 100%);
}

.float-whatsapp {
  z-index: 9999;
  border-radius: 100px !important;
  background: #00cb58;
  bottom: 10px !important;
  left: 10px;
  width: 60px !important;
  height: 60px !important;
  font-weight: 600;
  padding: 13px;
  position: fixed;
  text-align: center;
  color: #fff;
}

.float-messenger {
  z-index: 9999;
  border-radius: 100px !important;
  background: linear-gradient(
    90deg,
    rgba(22, 138, 255, 1) 0%,
    rgba(159, 51, 255, 1) 20%,
    rgba(255, 96, 112, 1) 100%
  );
  bottom: 90px !important;
  left: 10px;
  width: 60px !important;
  height: 60px !important;
  font-weight: 600;
  padding: 13px;
  position: fixed;
  text-align: center;
  color: #fff;
}

a.lma-internal-links {
  color: #ffdd68;
}

.search-wrapper {
  background: linear-gradient(90deg, #008c52, #04996c);
  padding: 30px;
  border-radius: 12px;
}

.search-input {
  border-radius: 10px;
  padding-left: 45px;
  height: 60px;
  font-size: 18px;
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #999;
}

.search-btn {
  border-radius: 12px;
  padding: 0 35px;
  height: 60px;
  font-weight: 600;
  background: #ffb703;
  border: none;
}

.level-list span {
  color: #fff;
  margin-right: 20px;
  font-weight: 500;
}

.level-list i {
  color: #2ecc71;
  margin-right: 6px;
}

.papers-section {
  background-image:
    linear-gradient(to bottom, #215c5c00, #f5faf400),
    url(../images/paper-bg.webp);
  background-size: cover;
}

section.terms-section {
  padding: 40px 0px 20px;
}

section.terms-section img {
  border-radius: 10px;
  width: 100%;
}

section.terms-section h2 {
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #000;
}

section.terms-section p {
  color: #000;
}

.extracontent-left ul li,
.extracontent-right ul li {
  list-style-type: disc;
  font-weight: 600;
  border-bottom: 1px solid #e3e3e3;
  margin: 4px 0px 5px 20px;
}

.extracontent-left ul,
.extracontent-right ul {
  margin-bottom: 15px;
}

section.terms-section h3 {
  margin-top: 20px;
  font-size: 20px;
  color: #000;
}

section.terms-section ul {
  padding: 0;
}

section.terms-section ul li {
  color: #000;
  padding: 10px 0px;
}

.universities-logo .brands img {
  background: aliceblue;
  width: 100%;
  filter: grayscale(0);
  border-radius: 10px;
  padding: 10px;
}

/* New Banner CSS for Strick-cta-section */

.hero-banner {
  background-image: url("../images/bannerbg.jpeg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  border-radius: 20px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 40px 60px;
}

.banner-content {
  max-width: 700px;
  color: #ffffff;
}

.banner-content h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff !important;
}

.banner-content .highlight {
  color: #ffb700;
}

.banner-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 35px;
  color: #f1f1f1 !important;
}

.action-area {
  display: flex;
  align-items: center;
  gap: 25px;
}

.btn-primary {
  background-color: #ffb700;
  color: #1a2e28;
  text-decoration: none;
  padding: 16px 45px;
  font-size: 20px;
  font-weight: 800;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.btn-primary:hover {
  background-color: #e6a500;
}

.degree-icon {
  width: 80px;
  height: auto;
  margin-top: 30px;
}

.badge-wrapper {
  flex-shrink: 0;
  position: absolute;
  top: 30%;
  right: 30%;
  transform: translateY(-40%);
  z-index: 3;
}

.badge-wrapper img {
  position: relative;
  top: 51px;
  width: 100px;
  height: auto;
}

/*  Mobile Responsiveness */
@media (max-width: 991px) {
  .hero-banner {
    background-position: center;
    text-align: center;
    padding: 20px 20px 30px 20px;
  }

  .banner-content h1 {
    font-size: 1.5rem;
  }

  .banner-content p {
    font-size: 0.9rem;
  }

  .action-area {
    justify-content: center;
  }

  .btn-primary {
    padding: 15px 35px;
    font-size: 1.2rem;
  }

  .badge-wrapper {
    right: 50px;
    top: 20%;
  }

  .badge-wrapper img {
    width: 55px;
  }
}

footer p,
footer a {
  color: #fff !important;
}

footer a:hover {
  color: #ffc107 !important;
}

.banner-content-box h1 {
  color: #ffffff;
}

.banner-content-box p {
  color: #fff;
}

a.btn.btn-whatsapp {
  background: #00cb58;
}

a.btn.btn-whatsapp:hover {
  background: #3c9864 !important;
}

.services__v3 {
  /*
	background-image: linear-gradient(to bottom, #1a49ba00, #1a49ba00), url(../images/footer-bg.jpg);

background-size: cover;

background-position: center;*/
}

p {
  font-size: 16px !important;
}

.banner-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 16px;
  color: #000;
  padding: initial;
}

.banner-list ul li {
  color: #fff;
  margin-right: 50px;
  display: flex;
  gap: 7px;
  align-items: center;
}

.banner-list ul li svg {
  fill: #f1c000;

  width: 28px;
}

.education-level-section {
  padding: 1rem 0 1rem !important;
}

.services__v3 .icon img {
  height: 80px;
}

/**************************/
.partners-section {
  background-size: cover;
  padding: 4rem 0 3rem !important;
  background-position: center;
  padding: 80px 0;
}

.section-title {
  font-size: 2.6rem;
  font-weight: 900;
  color: #111827;
  line-height: 1.15;
}

.section-desc {
  font-size: 1rem;
  color: #6b7280;
  max-width: 340px;
  line-height: 1.6;
}

.btn-orange {
  background-color: #f05a22;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 24px;
  border-radius: 8px;
  border: none;
  transition: background 0.2s;
  text-decoration: none;
}

.btn-orange:hover {
  background-color: #d94e1a;
  color: #fff;
}

/* Feature Cards */
.feature-card {
  border-radius: 20px;
  padding: 22px 22px;
  position: relative;
  height: 100%;
}

.feature-card .card-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 10px;
}

.feature-card h5 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
}

/* Card colors */
.card-yellow {
  background-color: #fef9c3;
}
.card-green {
  background-color: #dcfce7;
}
.card-purple {
  background-color: #ede9fe;
}
.card-blue {
  background-color: #dbeafe;
}
.card-sky {
  background-color: #e0f2fe;
}

/* Dashed connector lines */
.connector {
  position: absolute;
  border: none;
  border-top: 2px dashed #aaaaaa;
  z-index: 0;
}

.cards-wrapper {
  position: relative;
}

/* Row connector between yellow and green cards (top row) */
.top-connector {
  position: absolute;
  top: 50%;
  left: calc(50% - 20px);
  width: 60px;
  border-top: 2px dashed #aaa;
  transform: translateY(-50%);
  z-index: 1;
}

/* Curved-ish arrow using SVG */
.connector-svg {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.row-cards {
  position: relative;
}

/* Tilt effect on top-right card */
.card-tilt {
  transform: rotate(3deg);
}
.card-tilt-neg {
  transform: rotate(-2deg);
}

/* â”€â”€ SECTION WRAPPER â”€â”€ */
.expert-section {
  background: linear-gradient(135deg, #08bdf7 0%, #1a49ba 50%, #001d61 100%);
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}

/* faint icon pattern in background */
.expert-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Ccircle cx='40' cy='40' r='18' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='2'/%3E%3Crect x='20' y='20' width='40' height='40' fill='none' stroke='rgba(255,255,255,0.03)' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 80px 80px;
  pointer-events: none;
}

/* â”€â”€ LEFT PANEL â”€â”€ */
.left-panel {
  position: relative;
}

.illustration-wrap {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 0 auto 30px;
}

.illustration-wrap .blob {
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #ffcc00, #ff9900);
  border-radius: 60% 40% 55% 45% / 50% 55% 45% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 60px rgba(255, 165, 0, 0.4);
  animation: blobPulse 4s ease-in-out infinite;
}

@keyframes blobPulse {
  0%,
  100% {
    border-radius: 60% 40% 55% 45% / 50% 55% 45% 50%;
  }
  50% {
    border-radius: 45% 55% 40% 60% / 55% 45% 55% 45%;
  }
}

.illustration-wrap .blob img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

/* emoji decoration circles */
.deco {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  animation: floatDeco 3s ease-in-out infinite;
}
.deco-1 {
  width: 48px;
  height: 48px;
  top: -10px;
  left: 20px;
  animation-delay: 0s;
}
.deco-2 {
  width: 40px;
  height: 40px;
  top: 30px;
  right: 0px;
  animation-delay: 0.5s;
}
.deco-3 {
  width: 44px;
  height: 44px;
  bottom: 20px;
  left: 0px;
  animation-delay: 1s;
}
.deco-4 {
  width: 52px;
  height: 52px;
  bottom: -10px;
  right: 20px;
  animation-delay: 1.5s;
}

@keyframes floatDeco {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* subject title + description */
.subject-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 12px;
  transition: all 0.4s ease;
}

.subject-desc {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  line-height: 1.7;
  transition: all 0.4s ease;
}

/* â”€â”€ RIGHT PANEL â”€â”€ */
.right-panel {
  position: relative;
}

.section-heading {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 10px;
}

.section-heading span {
  color: #ffcc00;
}

.section-sub {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  margin-bottom: 28px;
}

/* â”€â”€ GRID OF SUBJECT BUTTONS â”€â”€ */
.subjects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.subj-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 10px 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  position: relative;
  overflow: hidden;
}

.subj-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 204, 0, 0.15), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.subj-btn:hover {
  border-color: rgba(255, 204, 0, 0.6);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(255, 204, 0, 0.15);
}

.subj-btn:hover::after {
  opacity: 1;
}

.subj-btn.active {
  background: #ffcc00;
  border-color: #ffcc00;
  color: #3a0080;
  box-shadow: 0 8px 28px rgba(255, 204, 0, 0.45);
  transform: translateY(-2px);
}

.subj-btn.active::after {
  opacity: 0;
}

/* â”€â”€ DOTS INDICATOR â”€â”€ */
.dots-wrap {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 22px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}

.dot.active {
  background: #fff;
  width: 28px;
  border-radius: 5px;
}

/* fade animation for left panel content */
.fade-in {
  animation: fadeSlide 0.4s ease forwards;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* pencil decoration */
.pencil-deco {
  position: absolute;
  left: -30px;
  bottom: 40px;
  width: 60px;
  opacity: 0.5;
  transform: rotate(-20deg);
  font-size: 3rem;
  pointer-events: none;
}

@media (max-width: 768px) {
  .section-heading {
    font-size: 1.6rem;
  }
  .subjects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .illustration-wrap {
    width: 220px;
    height: 220px;
  }
}

/* â”€â”€ CTA BANNER â”€â”€ */
.cta-banner {
  background: linear-gradient(135deg, #001d614a 0%, #001d61 100%);
  border-radius: 16px;
  padding: 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  box-shadow: 0 8px 32px rgba(123, 47, 190, 0.35);
}

/* Left side */
.cta-left {
  flex: 1;
  min-width: 200px;
}

.cta-title {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.3;
}

.cta-title span {
  color: #ffd600;
}

.cta-subtitle {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  margin-bottom: 10px;
}

.cta-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-stat {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

.cta-stat svg {
  flex-shrink: 0;
}

/* Right side buttons */
.cta-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-cta-yellow {
  background: #ffd600;
  color: #3a0080;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  border: none;
  border-radius: 8px;
  padding: 10px 18px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(255, 214, 0, 0.4);
}

.btn-cta-yellow:hover {
  background: #ffe033;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 214, 0, 0.55);
}

.btn-cta-whatsapp {
  background: #25d366;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  border: none;
  border-radius: 8px;
  padding: 10px 16px;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}

.btn-cta-whatsapp:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

.btn-cta-phone {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 10px 16px;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.25s ease;
  backdrop-filter: blur(4px);
}

.btn-cta-phone:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.55);
  transform: translateY(-2px);
}

/* Demo grid preview */
.demo-label {
  font-size: 0.75rem;
  color: #888;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

section.form-banner-section {
  background: #f0f8ff;
}

/* â”€â”€ CARD â”€â”€ */
.writer-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0.08);
  padding: 25px;
  display: flex;
  gap: 25px;
  align-items: flex-start;
  position: relative;
  margin: 10px 15px 20px;
  transition: box-shadow 0.3s;
}
.writer-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.13);
}

/* avatar */
.writer-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  object-fit: cover;
  background: #1e3a5f;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.writer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* avatar placeholder SVG */
.avatar-placeholder {
  font-size: 3rem;
  color: #fff;
  text-align: center;
}

/* card body offset for avatar */
.writer-body {
  flex: 1;
}

/* left info */
.writer-info {
  flex: 1;
  padding-right: 20px;
  border-right: 1.5px solid #e8e8e8;
}

.writer-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 4px;
}

.writer-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 0.85rem;
  color: #555;
  font-weight: 500;
}

.stars {
  color: #f5a623;
  font-size: 1rem;
  letter-spacing: 1px;
}

/* stats grid */
.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 18px;
}

.stat-item {
  padding: 8px 0;
  font-size: 0.82rem;
  color: #555;
  border-bottom: 1px solid #f0f0f0;
}

.stat-item:nth-child(2),
.stat-item:nth-child(4) {
  padding-left: 16px;
  border-left: 1.5px solid #e8e8e8;
}

.stat-highlight {
  font-weight: 700;
  color: #1e90d6;
  font-size: 0.92rem;
}

.stat-num {
  font-weight: 700;
  color: #1a1a2e;
  font-size: 0.95rem;
}

/* tags */
.writer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.tag {
  border: 1.5px solid #ccc;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 0.75rem;
  color: #444;
  font-weight: 500;
  background: transparent;
}

/* right review */
.writer-review {
  flex: 1.1;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-box {
  background: #f4f6f9;
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 18px;
  flex: 1;
}

.review-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.review-text {
  font-size: 0.82rem;
  color: #555;
  line-height: 1.7;
}

/* order btn */
.btn-order {
  background: linear-gradient(135deg, #f5c518, #e8a800);
  color: #1a1a2e;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  border: none;
  border-radius: 50px;
  padding: 12px 32px;
  cursor: pointer;
  align-self: flex-end;
  transition: all 0.25s;
  box-shadow: 0 4px 16px rgba(245, 197, 24, 0.4);
}
.btn-order:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 197, 24, 0.5);
}

/* â”€â”€ OWL CUSTOM DOTS & NAV â”€â”€ */
.owl-theme .owl-dots {
  margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 4px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1a1a2e;
  width: 28px;
  border-radius: 5px;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.owl-theme .owl-nav [class*="owl-"] {
  pointer-events: all;
  background: #fff !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 50% !important;
  width: 42px;
  height: 42px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #1a1a2e !important;
  font-size: 1.2rem !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  transition: all 0.25s;
  margin: 0 !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #1a1a2e !important;
  color: #fff !important;
  border-color: #1a1a2e !important;
}

.owl-carousel-wrap {
  position: relative;
  padding: 0 60px;
}

@media (max-width: 768px) {
  .writer-card {
    flex-direction: column;
    padding: 20px;
    margin-left: 50px;
  }
  .writer-info {
    border-right: none;
    border-bottom: 1.5px solid #e8e8e8;
    padding-right: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .writer-review {
    padding-left: 0;
  }
  .writer-avatar {
    width: 90px;
    height: 90px;
    left: -40px;
  }
  .writer-body {
    padding-left: 55px;
  }
  .owl-carousel-wrap {
    padding: 0 30px;
  }
}

/* ---- Section ---- */
.benefits-section {
  padding: 60px 0;
}
.benefits__heading {
  font-size: 2.2rem;
  font-weight: 800;
  color: #111827;
}
.benefits__subheading {
  color: #6b7280;
  font-size: 0.97rem;
}

/* ---- Cards ---- */
.benefit-card {
  background: linear-gradient(to bottom, #e8f8ff, #ffffffcf);
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  padding: 26px 24px;
  height: 100%;
}
.benefit-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}
.benefit-card__text {
  font-size: 0.87rem;
  color: #4b5563;
  line-height: 1.65;
  margin-bottom: 18px;
}

/* ---- Expert Matching ---- */
.assigned-box {
  background: #f9fafb;
  border-radius: 14px;
  padding: 14px 15px;
  position: relative;
  margin-bottom: 12px;
}
.assigned-label {
  font-size: 0.76rem;
  color: #6b7280;
  margin-bottom: 10px;
}
.check-badge {
  position: absolute;
  top: -11px;
  right: -11px;
  width: 28px;
  height: 28px;
  background: #22c55e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.check-badge svg {
  width: 13px;
  fill: #fff;
}
.expert-avatar {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.expert-name {
  font-weight: 700;
  font-size: 0.9rem;
  color: #111827;
}
.expert-degree {
  font-size: 0.74rem;
  color: #9ca3af;
  margin-bottom: 6px;
}
.expert-stat .val {
  font-size: 0.82rem;
  font-weight: 700;
  color: #111827;
}
.expert-stat .lbl {
  font-size: 0.66rem;
  color: #9ca3af;
}
.star {
  color: #f59e0b;
}

.tooltip-dark {
  background: #1e2340;
  border-radius: 12px;
  padding: 13px 15px;
  color: #fff;
}
.tooltip-dark .tt-title {
  font-weight: 700;
  font-size: 0.84rem;
  margin-bottom: 2px;
}
.tooltip-dark .tt-cat {
  color: #94a3b8;
  font-size: 0.7rem;
  margin-bottom: 9px;
}
.tooltip-dark .tt-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.74rem;
  color: #94a3b8;
  margin-bottom: 4px;
}
.tooltip-dark .tt-row span:last-child {
  color: #fff;
  font-weight: 500;
}

/* ---- Uniqueness ---- */
.uniqueness-box {
  background: #f9fafb;
  border-radius: 14px;
  padding: 15px;
  margin-bottom: 12px;
}
.u-title {
  font-weight: 700;
  font-size: 0.88rem;
  color: #111827;
  margin-bottom: 7px;
}
.u-percent {
  font-size: 1.9rem;
  font-weight: 800;
  color: #22c55e;
}
.u-nosim {
  font-size: 0.76rem;
  color: #6b7280;
}
.u-detail-title {
  font-size: 0.76rem;
  font-weight: 600;
  color: #374151;
  margin: 9px 0 5px;
}
.u-bars {
  display: flex;
  gap: 3px;
  align-items: center;
  margin-bottom: 7px;
  flex-wrap: wrap;
}
.bar-seg {
  height: 10px;
  border-radius: 5px;
  width: 16px;
  display: inline-block;
}
.u-footnote {
  display: flex;
  justify-content: space-between;
  font-size: 0.68rem;
  color: #9ca3af;
}

.verified-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px 13px;
  background: #fff;
}
.v-logo {
  text-align: center;
  font-size: 0.6rem;
  font-weight: 600;
  color: #6b7280;
}
.v-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 800;
  margin: 0 auto 3px;
}
.verified-title {
  font-size: 0.8rem;
  font-weight: 700;
  color: #111827;
}
.verified-sub {
  font-size: 0.68rem;
  color: #9ca3af;
}

/* ---- Always on Time ---- */
.stat-green-box {
  background: #f0fdf4;
  border-radius: 12px;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 11px;
}
.stat-green-box .big {
  font-size: 1.9rem;
  font-weight: 800;
  color: #22c55e;
  white-space: nowrap;
}
.stat-green-box .desc {
  font-size: 0.76rem;
  color: #374151;
}

.cal-box {
  background: #f9fafb;
  border-radius: 12px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.cal-badge {
  background: #1e2340;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 5px 11px;
  min-width: 50px;
  flex-shrink: 0;
}
.cal-badge .dn {
  font-size: 0.63rem;
  color: #94a3b8;
}
.cal-badge .dd {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.1;
}
.ci-req {
  font-weight: 700;
  font-size: 0.86rem;
  color: #111827;
}
.ci-meta {
  font-size: 0.7rem;
  color: #9ca3af;
}
.ci-meta b {
  color: #374151;
}

/* ---- Quality Review ---- */
.doc-row {
  background: #f9fafb;
  border-radius: 12px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 13px;
}
.doc-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  flex-shrink: 0;
}
.doc-icon.word {
  background: #dbeafe;
  color: #2563eb;
  font-size: 1rem;
}
.doc-icon.plain {
  background: #e5e7eb;
  color: #374151;
  font-size: 0.58rem;
}
.doc-name {
  font-weight: 700;
  font-size: 0.83rem;
  color: #111827;
}
.doc-sub {
  font-size: 0.68rem;
  color: #9ca3af;
}

.toggle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
}
.toggle-lbl {
  font-size: 0.8rem;
  font-weight: 600;
  color: #111827;
}
.toggle-sub {
  font-size: 0.68rem;
  color: #9ca3af;
}
.toggle-on {
  width: 42px;
  height: 22px;
  background: #22c55e;
  border-radius: 999px;
  position: relative;
  flex-shrink: 0;
}
.toggle-on::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
}

/* ---- Customisation ---- */
.format-section {
  background: #f9fafb;
  border-radius: 12px;
  padding: 11px 13px;
  margin-top: 13px;
}
.format-heading {
  font-size: 0.83rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 7px;
}
.ftag {
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  font-size: 0.72rem;
  color: #374151;
  padding: 3px 12px;
  font-weight: 500;
}
