/* =========================
   GLOBAL
========================= */

body {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
}

a {
  text-decoration: none;
}

/* =========================
   NAVIGATION
========================= */
.main-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-bg {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 0 30px;
}

.navbar-nav .nav-link {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  color: #222;
}

.navbar-nav .nav-link:hover {
  color: #28a745;
}

.custom-logo {
  width: 155px;
  height: 43.41px;
}

/* =========================
   HERO SECTION (UPDATED)
========================= */

.hero-section {
  background-image: url(https://ultradevs.com/demo/html/solarex/assets/images/home-three/hero-bg.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color: #F8F7F0;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: -103px;
}

.hero-content {
  max-width: 600px;
  padding-top: 6rem;
}

.hero-title {
  font-family: Manrope;
  font-size: 68px;
  /* Bigger */
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1px;
  margin-bottom: 25px;
  color: #222;
}

.text-highlight {
  color: #f36f21;
}

.hero-text {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 35px;
}

.hero-btn {
  background: #2e7d32;
  color: #fff;
  padding: 16px 38px;
  border-radius: 50px;
  font-weight: 600;
  font-family: 'Exo', sans-serif;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background: #1b5e20;
  color: #fff;
}

.hero-img {
  max-width: 720px;
  position: relative;
  right: 0;
}

@media (max-width: 991px) {
  .hero-image__mobile {
    display: none;
  }

  .hero-content {
    max-width: 100%;
    text-align: center;
    padding-top: 1rem;
  }

  .hero-section {
    padding-top: 140px;
    text-align: center;
    min-height: auto;
    padding-bottom: 60px;
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-img {
    right: 0;
    margin-top: 40px;
    max-width: 100%;
  }
}

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


/* ==========================================
   Block: vit-services
========================================== */

.vit-services {
  position: relative;
  padding: 5rem 0;
}

/* Card */
.vit-services__card {
  padding: 45px 35px;
  border-radius: 25px;
  transition: all 0.4s ease;
  height: 100%;
}

.vit-services__link {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Card Modifiers */
.vit-services__card--peach {
  background: #f3eae5;
}

.vit-services__card--green {
  background: #dde6df;
}

/* Number */
.vit-services__number {
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: 35px;
}

/* Icon */
.vit-services__icon {
  width: 95px;
  height: 95px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.vit-services__icon img {
  width: 55px;
}

/* Title */
.vit-services__title {
  font-weight: 600;
  margin-bottom: 25px;
}

/* List */
.vit-services__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vit-services__item {
  margin-bottom: 14px;
  padding-left: 24px;
  position: relative;
  color: #6b6b6b;
  font-weight: 500;
}

.vit-services__item::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #ff6b35;
  font-weight: bold;
}

/* List Modifier */
.vit-services__list--green .vit-services__item::before {
  color: #2e7d32;
}

/* Navigation */
.vit-services__nav {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.vit-services__nav::after {
  font-size: 18px;
  color: #333;
}

.swiper-button-next {
  right: -40px;
}

.swiper-button-prev {
  left: -40px;
}

/* ===============================
   VIT SERVICE DETAILS
================================ */

/* Breadcrumb */
.vit-servicedetails__breadcrumb {
  background: url(../images/breadcum-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}

.vit-servicedetails__breadcrumb-title {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 36px;
}

.vit-servicedetails__breadcrumb-nav {
  color: #000 !important;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
}

/* Layout */
.vit-servicedetails {
  padding: 80px 0;
}

/* Sidebar */
.vit-servicedetails__sidebar {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 16px;
}

.vit-servicedetails__sidebar-title {
  margin-bottom: 20px;
  font-weight: 600;
}

.vit-servicedetails__sidebar-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 14px 18px;
  margin-bottom: 12px;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  transition: 0.3s ease;
}

.vit-servicedetails__sidebar-item:hover {
  background: #eef7ff;
  color: #000;
}

.vit-servicedetails__sidebar-item.active {
  background: #007bff;
  color: #fff;
}

/* Brochure */
.vit-servicedetails__brochure {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 16px;
  margin-top: 25px;
}

.vit-servicedetails__brochure-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}

/* Content */
.vit-servicedetails__image img {
  border-radius: 20px;
  margin-bottom: 30px;
  object-fit: cover;
  width: 100%;
}

.vit-servicedetails__title {
  font-weight: 700;
  margin-bottom: 20px;
}

.vit-servicedetails__content {
  margin-bottom: 30px;
  color: #555;
}

/* Features */
.vit-servicedetails__features {
  list-style: none;
  padding-left: 0;
}

.vit-servicedetails__features li {
  margin-bottom: 12px;
  font-weight: 500;
}

.vit-servicedetails__features i {
  color: #28a745;
  margin-right: 8px;
}

/* ====================================
   VIT SERVICES ARCHIVE
==================================== */

/* Breadcrumb */
.vit-servicesarchive__breadcrumb {
  background: url(../images/breadcum-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}

.vit-servicesarchive__title {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 36px;
}

.vit-servicesarchive__nav,
.vit-servicesarchive__nav a {
  color: #000 !important;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
}

/* Section */
.vit-servicesarchive {
  padding: 80px 0;
}

/* Card */
.vit-servicesarchive__card {
  background: #f5f3ee;
  padding: 35px 25px;
  border-radius: 25px;
  transition: 0.3s ease;
  height: 100%;
}

.vit-servicesarchive__card:hover {
  transform: translateY(-8px);
}

/* Icon */
.vit-servicesarchive__icon {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.vit-servicesarchive__icon img {
  max-width: 40px;
}

/* Title */
.vit-servicesarchive__card-title {
  font-weight: 600;
  margin-bottom: 15px;
}

/* Description */
.vit-servicesarchive__desc {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
}

/* Read More */
.vit-servicesarchive__readmore {
  font-weight: 600;
  text-decoration: none;
  color: #111;
  transition: 0.3s ease;
}

.vit-servicesarchive__readmore i {
  margin-left: 6px;
}

.vit-servicesarchive__readmore:hover {
  color: #28a745;
}

.archive.post-type-archive .vit-contact {
  padding-bottom: 120px;
}

/* Responsive */
@media (max-width: 991px) {
  .vit-services__card {
    padding: 35px 25px;
  }

  .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 10px);
  }

  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 10px);
  }
}


/* ==========================================
   Block: vit-about
========================================== */

.vit-about {
  position: relative;
  padding-bottom: 80px;
}

.vit-about-us-three__left {
  background-color: #e3e3e3;
  padding: 40px;
  border-radius: 20px;
  max-height: 550px;
  margin-right: 50px;
}

.vit-about-us-three__left img {
  border-radius: 20px;
  width: 100%;
}

.vit-about-us-three__left__img-3 {
  margin-top: -80px;
  position: relative;
  z-index: 1;
}

.vit-about-us-three__left__img-3-col {
  position: relative;
}

.vit-about-us-three__left__img-3-col::before {
  content: "";
  position: absolute;
  top: 0;
  right: -44px;
  width: 100%;
  bottom: 0;
  background: url(../images/about-us-dots.png) no-repeat;
}

.vit-about-us-three__left__box {
  background-color: #1D8F2C;
  padding: 30px;
  border-radius: 20px;
  margin-top: 15px;
}

.vit-about-us-three__left__box img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.vit-about-us-three__left__box h3 {
  color: #fff;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

/* IMAGE WRAPPER BACKGROUND BOX */
.vit-about__images {
  position: relative;
  padding: 40px;
  background: #ececec;
  border-radius: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

/* Decorative Dots */
.vit-about__images::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 20px;
  width: 160px;
  height: 120px;
  background: url("../images/about-us-dots.png") no-repeat center;
  background-size: contain;
}

/* Images */
.vit-about__img img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  display: block;
}

.vit-about__img--large {
  grid-row: span 2;
}

.vit-about__img--large img {
  height: 100%;
}

.vit-about__img--tall img {
  height: 100%;
}

.vit-about__img--small img {
  height: 220px;
}

/* Green Badge */
.vit-about__badge {
  position: absolute;
  bottom: -30px;
  right: -20px;
  background: #2e7d32;
  color: #fff;
  padding: 35px 30px;
  border-radius: 20px;
  font-weight: 600;
  text-align: left;
  width: 220px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* CONTENT */
.vit-global__subtitle {
  color: #2e7d32;
  font-family: Exo;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  visibility: visible;
  animation-delay: 200ms;
  animation-name: fadeInUp;
}

.vit-global__title {
  color: #24231D;
  font-family: Exo;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.3;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  visibility: visible;
  animation-delay: 200ms;
  animation-name: fadeInUp;
  margin: 1rem 0 2rem 0;
}

/* Tabs */
.vit-about__tabs {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.vit-about__tab {
  color: #24231D;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 15px;
  border: 1px solid #e3e3e3;
}

.vit-about__tab--active {
  border-color: #2e7d32;
  background: #e6f3ea;
  color: #2e7d32;
}

/* Tab Content */
.vit-about__pane {
  display: none;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  color: #878680;
  margin-bottom: 40px;
}

.vit-about__pane--active {
  display: block;
}

/* Checklist */
.vit-about__item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-weight: 600;
}

.vit-about__icon {
  color: #ff6b35;
  font-size: 16px;
}

.vit-about__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vit-about__list li {
  display: flex;
  gap: 15px;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.vit-about__list li i {
  background-color: #FF7029;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}


@media (max-width: 767px) {
  .vit-global__title {
    font-size: 30px;
    line-height: 45px;
  }

  .vit-about__tabs {
    flex-wrap: wrap;
  }
}

@media (max-width: 820px) {
  .vit-about-us-three__left {
    margin-right: 0px;
    margin-bottom: 30px;
    max-height: 100%;
    padding: 20px;
  }

  .vit-about-us-three__left img {
    margin-bottom: 40px;
  }

  .vit-about-us-three__left img {
    margin-bottom: 40px;
  }

  .vit-about-us-three__left__img-3 {
    margin-top: 0px;
  }

  .vit-about-us-three__left__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }

  .vit-about-us-three__left__box h3 {
    font-size: 18px;
    line-height: 25px;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .vit-about {
    padding: 0 0 4rem 0;
  }

  .vit-about__title {
    font-size: 32px;
  }

  .vit-about__images {
    grid-template-columns: 1fr;
  }

  .vit-about__badge {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
  }

  .vit-about__content {
    padding: 1rem;
  }
}



/* ==========================================
   Block: vit-brand
========================================== */

.vit-brand {
  position: relative;
  background: url("../images/brand-bg.jpeg") center center / cover no-repeat;
  padding-top: 20px;
}

.vit-brand__overlay {
  background: rgba(46, 125, 50, 0.85);
  /* Green overlay */
  padding: 60px 0;
}

.vit-brand__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.vit-brand__item {
  flex: 1;
  text-align: center;
}

.vit-brand__item img {
  max-height: 45px;
  filter: brightness(0) invert(1);
  /* Makes logos white */
  opacity: 0.9;
  transition: 0.3s ease;
}

.vit-brand__item img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 991px) {

  .vit-brand {
    padding: 60px 0;
  }

  .vit-brand__wrapper {
    justify-content: center;
    gap: 30px;
  }

  .vit-brand__item {
    flex: 0 0 45%;
  }
}

@media (max-width: 576px) {
  .vit-brand__item {
    flex: 0 0 100%;
  }
}

/* ==========================================
   Block: vit-project
========================================== */

.vit-project-card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.vit-project-card img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 25px;
}

.vit-project-overlay {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  width: 80%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.vit-project-overlay--green {
  background: #2e7d32;
  color: #fff;
}

/* ==========================================
   Block: vit-provide
========================================== */

.vit-provide {
  padding: 80px 0;
  background: #f7f6f2;
}

.vit-provide__header {
  margin-bottom: 60px;
}

.vit-provide__card {
  display: block;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.4s ease;
  text-decoration: none;
}

.vit-provide__card img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 25px;
  transition: 0.6s ease;
}

/* White Overlay Content Box */
.vit-provide__content {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  background: #ffffff;
  padding: 20px 25px;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.vit-provide__content span {
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  color: #878680;
}

.vit-provide__content h4 {
  color: #24231D;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

/* Hover Effect */
.vit-provide__card:hover img {
  transform: scale(1.05);
}

.vit-provide__slider {
  padding-bottom: 40px;
}

.vit-provide__slider .swiper-slide {
  height: auto;
}

/* =================================
   PROVIDE ARCHIVE
================================= */

.vit-providearchive__breadcrumb {
  background: url(../images/breadcum-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}

.vit-providearchive {
  padding: 80px 0;
}

.vit-providearchive__card {
  display: block;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: #111;
  transition: 0.4s ease;
}

.vit-providearchive__nav,
.vit-providearchive__nav a {
  color: #000 !important;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
}

.vit-providearchive__card img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 25px;
  transition: 0.6s ease;
}

.vit-providearchive__card:hover img {
  transform: scale(1.05);
}

.vit-providearchive__content {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  background: #fff;
  padding: 20px 25px;
  border-radius: 15px;
}

.vit-providearchive__content span {
  font-size: 15px;
  color: #878680;
}

.vit-providearchive__content h4 {
  font-weight: 700;
}

/* =================================
   PROVIDE DETAILS
================================= */

.vit-providedetails__breadcrumb {
  background: url(../images/breadcum-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}

.vit-providedetails {
  padding: 80px 0;
}

.vit-providedetails__image img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 30px;
}

.vit-providedetails__title {
  font-weight: 700;
  margin-bottom: 20px;
}

.vit-providedetails__content {
  color: #555;
}

.vit-providedetails__sidebar {
  background: #f8f8f8;
  padding: 25px;
  border-radius: 15px;
}

.vit-providedetails__sidebar-item {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #111;
}

.vit-providedetails__sidebar-item:hover {
  color: #28a745;
}

/* Responsive */
@media (max-width: 991px) {

  .vit-provide {
    padding: 60px 1rem;
  }

  .vit-provide__card img {
    height: 420px;
  }
}

@media (max-width: 576px) {

  .vit-provide__card img {
    height: 350px;
  }

  .vit-global__title {
    font-size: 30px;
    line-height: 40px;
  }
}


/* ==========================================
   Block: vit-testimonial
========================================== */

.vit-testimonial {
  position: relative;
  padding: 80px 0;
  background: url("../images/testimonial-bg.jpg") center center / cover no-repeat;
}

.vit-testimonial__wrapper {
  max-width: 1050px;
  margin: 0 auto;
}

.vit-testimonial__card {
  background-image: url(../images/testimonial-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 80px;
  border-radius: 20px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #F8F7F0;
  position: relative;
  background-color: #fff;
  text-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox !important;
  display: flex !important;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #F8F7F0;
  margin: 40px 0;
}

/* Quote Circle */
.vit-testimonial__quote {
  width: 70px;
  height: 70px;
  background: #2e7d32;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -95px auto 20px auto;
  color: #fff;
  font-size: 24px;
}

/* Rating */
.vit-testimonial__rating {
  color: #ffb400;
  margin-bottom: 20px;
}

.vit-testimonial__name {
  font-weight: 700;
  margin-bottom: 5px;
}

.vit-testimonial__role {
  display: block;
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

.vit-testimonial__text {
  font-size: 20px;
  line-height: 1.8;
  color: #6c757d;
}

/* Navigation Arrows */
.vit-testimonial__nav {
  width: 70px;
  height: 70px;
  background: #dce4de;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  font-size: 20px;
  color: #2e7d32;
}

.vit-testimonial__nav--prev {
  left: -120px;
}

.vit-testimonial__nav--next {
  right: -120px;
}

.vit-testimonial__nav:hover {
  background: #2e7d32;
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .vit-testimonial {
    padding: 4rem 0;
  }

  .vit-testimonial__card {
    padding: 40px 30px;
  }

  .vit-testimonial__nav--prev {
    left: -40px;
  }

  .vit-testimonial__nav--next {
    right: -40px;
  }
}

@media (max-width: 576px) {
  .vit-testimonial__quote {
    margin: -81px auto 20px auto;
  }

  .vit-testimonial__text {
    font-size: 16px;
  }

  .vit-testimonial__nav {
    display: none;
  }
}



/* ==========================================
   Block: vit-faq
========================================== */

.vit-faq {
  padding: 120px 0 220px 0;
  background: #f7f6f2;
}

/* LEFT SIDE */
.vit-faq__left {
  position: relative;
  margin-right: 40px;
}

.vit-faq__image-wrapper {
  background: #e9e7df;
  border-radius: 249px 20px 20px 20px;
  padding: 40px;
  position: relative;
  text-align: center;
}

.vit-faq__image-wrapper img {
  max-width: 100%;
  margin-top: -100px;
}

/* Experience Badge */
.vit-faq__experience {
  display: flex;
  gap: 1rem;
  align-items: center;
  background-color: #fff;
  color: #24231D;
  position: absolute;
  right: -20px;
  bottom: 30px;
  padding: 25px 40px;
  border-radius: 20px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}

.vit-faq__experience i {
  font-size: 28px;
  color: #2e7d32;
}

.vit-faq__experience h3 {
  color: #24231D;
  font-family: Exo;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 57.6px;
  text-transform: capitalize;
  margin: 0;
}

.vit-faq__experience span {
  font-size: 14px;
  color: #777;
}

/* RIGHT SIDE */
.vit-faq__accordion {
  margin-top: 30px;
}

.vit-faq__item {
  background: #fff;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: 0.3s ease;
  border: 1px solid #eee;
}

.vit-faq__header {
  padding: 20px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  justify-content: space-between;
}

.vit-faq__header h5 {
  flex: 1;
  margin: 0;
  font-weight: 600;
}

.vit-faq__number {
  background: #e6f3ea;
  color: #2e7d32;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 8px;
}

.vit-faq__body {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: all 0.4s ease;
  color: #777;
  line-height: 1.6;
}

/* Active */
.vit-faq__item.active .vit-faq__body {
  max-height: 200px;
  padding: 15px 25px 25px 25px;
}

.vit-faq__item.active .vit-faq__number {
  background: #2e7d32;
  color: #fff;
}

.vit-faq__item.active i {
  transform: rotate(180deg);
}

.vit-faq__header i {
  transition: 0.3s ease;
  color: #2e7d32;
}

/* Responsive */
@media (max-width: 991px) {

  .vit-faq {
    padding: 80px 0;
  }

  .vit-faq__experience {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 20px;
  }

  .vit-faq__left {
    margin: 0;
    margin-bottom: 2rem;
  }

  .vit-faq__content {
    padding: 0 1rem;
  }
}


/* ==========================================
   Block: vit-pricing
========================================== */

.vit-pricing {
  background: #f3efe7;
  padding: 200px 0 80px 0;
  margin-top: -100px;
}

.vit-pricing__header {
  margin-bottom: 70px;
}

/* Card */
.vit-pricing__card {
  background: #ffffff;
  border-radius: 25px;
  padding: 55px 70px;
  margin-bottom: 50px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.03);
  transition: 0.3s ease;
}

.vit-pricing__card:hover {
  transform: translateY(-5px);
}

/* Layout */
.vit-pricing__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* Left */
.vit-pricing__left {
  min-width: 150px;
}

.vit-pricing__plan {
  color: #2e7d32;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.vit-pricing__amount {
  font-size: 48px;
  font-weight: 700;
}

.vit-pricing__amount span {
  font-size: 16px;
  color: #888;
}

/* Middle Features */
.vit-pricing__middle ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vit-pricing__middle li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-weight: 500;
}

.vit-pricing__middle i {
  background: #2e7d32;
  color: #fff;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Right */
.vit-pricing__right p {
  color: #777;
  margin-bottom: 25px;
  line-height: 1.7;
}

/* Button */
.vit-pricing__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 40px;
  border-radius: 50px;
  border: 1px solid #ddd;
  font-weight: 600;
  color: #333;
  transition: 0.3s ease;
}

.vit-pricing__btn:hover {
  background: #2e7d32;
  color: #fff;
  border-color: #2e7d32;
}

/* Responsive */
@media (max-width: 991px) {
  .vit-pricing {
    padding: 4rem 0;
  }

  .vit-pricing__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .vit-pricing__card {
    padding: 35px;
  }

  .vit-pricing__amount {
    font-size: 36px;
  }
}



/* ==========================================
   Block: vit-pricing new section
========================================== */
.vit-pricing-new {
  padding: 90px 0;
  background: #f8f9f7;
}

.vit-pricing-new__header {
  margin-bottom: 60px;
}

.vit-pricing-new__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: stretch;
}


/* CARD */

.vit-pricing-new__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  padding: 35px 30px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  height: 100%;
}

.vit-pricing-new__badge-popular {
  position: absolute;
  top: -15px;
  left: 0;
  background: linear-gradient(135deg, #e7b14c, #c99a37);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 0 25px 25px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.vit-pricing-new__badge-popular i {
  font-size: 14px;
}

.vit-pricing-new__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* BADGE */

.vit-pricing-new__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffc107;
  padding: 6px 16px;
  font-size: 13px;
  border-radius: 20px;
  font-weight: 600;
}
.vit-pricing-new__badge-bestseller {
  color: green;
}


/* TITLE */

.vit-pricing-new__plan {
  font-size: 22px;
  margin-bottom: 15px;
}


/* PRICE */
.vit-pricing-new__price {
  font-size: 46px;
  font-weight: 700;
  color: #0b7a4b;
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.vit-pricing-new__currency {
  font-size: 22px;
  vertical-align: top;
}

.vit-pricing-new__duration {
  display: block;
  font-size: 13px;
  color: #888;
  margin-top: 5px;
}


/* FEATURES */
.vit-pricing-new__features {
  list-style: none;
  padding: 0;
  margin: 25px 0 30px;
  text-align: left;
}

.vit-pricing-new__features li {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  margin-bottom: 12px;
}

.vit-pricing-new__features i {
  margin-right: 10px;
  margin-top: 3px;
  color: #2e7d32;
}


/* DESCRIPTION */

.vit-pricing-new__desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}


/* BUTTON */

.vit-pricing-new__btn {
  margin-top: auto;
}

.vit-pricing-new__btn {
  display: inline-block;
  background: #0b7a4b;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.vit-pricing-new__btn:hover {
  background: #095f3a;
  color: #fff;
}


/* MOBILE */
@media(max-width:992px) {
  .vit-pricing-new__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:768px) {
  .vit-pricing-new {
    padding: 60px 0;
  }

  .vit-pricing-new__price {
    font-size: 34px;
  }
}

@media(max-width:600px) {
  .vit-pricing-new__grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================
   Block: vit-subscribe
========================================== */

.vit-subscribe {
  background: transparent;
  margin-top: -124px;
}

.vit-subscribe__wrapper {
  background-color: #1D8F2C;
  background-image: url(../images/newsletter-three-bg.png);
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 50px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

/* Optional subtle pattern overlay */
.vit-subscribe__wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/subscribe-pattern.png") no-repeat center;
  background-size: cover;
  opacity: 0.1;
  pointer-events: none;
}

/* Left */
.vit-subscribe__left {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
}

.vit-subscribe__icon {
  font-size: 40px;
  color: #fff;
}

.vit-subscribe__text h3 {
  font-family: Exo;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 57.6px;
  text-transform: capitalize;
}

/* Right Form */
.vit-subscribe__form .vit-footer__newsletter {
  display: flex;
  align-items: center;
  gap: 20px;
}


.vit-subscribe__form input,
.vit-subscribe__form .vit-footer__newsletter input {
  padding: 16px 25px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  color: #fff;
  min-width: 320px;
  outline: none;
  margin: 0;
}

.vit-subscribe__form input::placeholder,
.vit-subscribe__form .vit-footer__newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.vit-subscribe__form button,
.vit-subscribe__form .vit-footer__newsletter button {
  padding: 16px 35px;
  border-radius: 50px;
  border: none;
  background: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
  color: #000;
}

.vit-subscribe__form button:hover,
.vit-subscribe__form .vit-footer__newsletter button:hover {
  background: #f0f0f0;
}

.mc4wp-alert.mc4wp-success p {
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 991px) {

  .vit-subscribe {
    display: none;
  }

  .vit-subscribe__wrapper {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .vit-subscribe__form {
    flex-direction: column;
    width: 100%;
  }

  .vit-subscribe__form input {
    width: 100%;
  }

  .vit-subscribe__form button {
    width: 100%;
  }
}



/* ==========================================
   Block: vit-contact
========================================== */

.vit-contact {
  padding: 80px 0 0 0;
  background: #f3f3f3;
}

.vit-contact__wrapper {
  background: #ffffff;
  border-radius: 30px;
  padding: 70px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.04);
}

/* IMAGE */
.vit-contact__image {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.vit-contact__image img {
  width: 100%;
  border-radius: 25px;
  display: block;
}

/* Play Button */
.vit-contact__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e7d32;
  font-size: 24px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: 0.3s ease;
}

.vit-contact__play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* RIGHT CONTENT */
.vit-contact__title {
  color: #24231D;
  font-family: Exo;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.3;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}

.vit-contact__desc {
  color: #777;
  margin-bottom: 20px;
  line-height: 1.7;
}

/* FORM */
.vit-contact__form input,
.vit-contact__form textarea {
  width: 100%;
  padding: 18px 25px;
  border-radius: 50px;
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
  outline: none;
  transition: 0.3s ease;
}

.vit-contact__form textarea {
  border-radius: 25px;
  max-height: 200px !important;
  resize: none;
  margin-top: 20px;
}

.vit-contact__form input:focus,
.vit-contact__form textarea:focus {
  border-color: #2e7d32;
  background: #ffffff;
}

/* Grid Layout */
.vit-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* Button */
.vit-contact__btn {
  margin-top: 30px;
  width: 100%;
  padding: 18px;
  background: #2e7d32;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  transition: 0.3s ease;
}

.vit-contact__btn:hover {
  background: #1b5e20;
}


/* Responsive */
@media (max-width: 991px) {

  .vit-contact {
    padding: 4rem 0;
  }

  .vit-contact__wrapper {
    padding: 40px;
  }

  .vit-contact__title {
    font-size: 32px;
  }

  .vit-contact__grid {
    grid-template-columns: 1fr;
  }
}

.vit-video-modal {
  background: transparent;
  border: none;
}

.vit-video-modal .modal-content {
  background: #000;
  border-radius: 15px;
  overflow: hidden;
}

.vit-video-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  transition: 0.3s ease;
}

.vit-video-close:hover {
  background: #2e7d32;
}

#pricingContactModal .modal-content {
  border-radius: 20px;
  overflow: hidden;
}

#pricingContactModal .modal-body {
  padding: 0;
}

.vit-pricing__modal-content .vit-contact {
  padding: 0;
}

.vit-pricing__modal-content .vit-contact .container {
  padding: 0;
}

.vit-pricing__modal-content .vit-contact .wpcf7 textarea {
  height: 60px;
}

.vit-pricing__modal-content .vit-contact .wpcf7 input[type="submit"] {
  margin: 0;
}

.vit-pricing__modal-content .vit-contact .wpcf7 input[type="text"],
.vit-pricing__modal-content .vit-contact .wpcf7 input[type="email"],
.vit-pricing__modal-content .vit-contact .wpcf7 input[type="tel"],
.vit-pricing__modal-content .vit-contact .wpcf7 input[type="number"],
.vit-pricing__modal-content .vit-contact .wpcf7 textarea {
  padding: 10px 20px;
}

/* ==========================================
   Contact Form 7 Styling (vit-contact style)
========================================== */

/* Remove default CF7 spacing */
.wpcf7 p {
  margin-bottom: 0px;
}

/* Inputs & Textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
  width: 100%;
  padding: 18px 25px;
  border-radius: 50px;
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
  outline: none;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  transition: all 0.3s ease;
}

/* Textarea specific */
.wpcf7 textarea {
  border-radius: 25px;
  min-height: 150px;
  resize: none;
}

/* Focus Effect */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #2e7d32;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.1);
}

/* Submit Button */
.wpcf7 input[type="submit"] {
  width: 100%;
  padding: 18px;
  background: #2e7d32;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover */
.wpcf7 input[type="submit"]:hover {
  background: #1b5e20;
}

/* CF7 Validation Errors */
.wpcf7-not-valid {
  border-color: #dc3545 !important;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
  color: #dc3545;
  margin-top: 5px;
}

/* Success Message */
.wpcf7-response-output {
  margin-top: 20px;
  padding: 15px;
  border-radius: 10px;
  font-size: 14px;
}

.wpcf7-mail-sent-ok {
  background: #e6f3ea;
  border: 1px solid #2e7d32;
  color: #2e7d32;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  background: #fdecea;
  border: 1px solid #dc3545;
  color: #dc3545;
}


/* ================= CONTACT PAGE ================= */

.vit-contact-page__info,
.vit-contact-page__form {
  background: #f9f9f9;
  padding: 50px;
  border-radius: 20px;
}

.vit-contact-page__desc {
  color: #666;
  margin-bottom: 30px;
  line-height: 1.7;
}

.vit-contact-page__item {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  align-items: flex-start;
}

.vit-contact-page__icon {
  width: 55px;
  height: 55px;
  background: #e6f3ea;
  color: #2e7d32;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.vit-contact-page__item h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.vit-contact-page__item p {
  margin: 0;
  color: #777;
}

/* ================= Sidebar Contact Form ================= */

.vit-sidebar-contact {
  background: #f3f5f2;
  padding: 30px 0;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  margin-top: 20px;
}

.vit-sidebar-contact__title {
  font-family: 'Exo', sans-serif;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.5rem;
  color: #333333;
}

/* CF7 wrapper fix */
.vit-sidebar-form p {
  margin-bottom: 15px;
}

/* Inputs */
.vit-sidebar-form input,
.vit-sidebar-form textarea {
  width: 100%;
  padding: 14px 20px;
  border-radius: 40px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 14px;
  outline: none;
  transition: 0.3s ease;
}

.vit-sidebar-form textarea {
  border-radius: 20px;
  max-height: 110px;
  resize: none;
}

/* Focus effect */
.vit-sidebar-form input:focus,
.vit-sidebar-form textarea:focus {
  border-color: #2e7d32;
  box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.08);
}

/* Submit Button */
.vit-sidebar-submit {
  width: 100%;
  padding: 14px;
  border-radius: 50px;
  background: #2e7d32;
  border: none;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 0.3s ease;
  cursor: pointer;
}

.vit-sidebar-submit:hover {
  background: #1b5e20;
}

/* ==========================================
   Block: vit-blog
========================================== */

.vit-blog {
  padding: 80px 0;
  background: #f4f4f4;
}

/* Header */
.vit-blog__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.vit-blog__btn {
  background: #2e7d32;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s ease;
}

.vit-blog__btn:hover {
  background: #1b5e20;
  color: #fff;
}

/* Card */
.vit-blog__card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
  transition: 0.3s ease;
}

.vit-blog__card:hover {
  transform: translateY(-8px);
}

/* Image */
.vit-blog__image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

/* Content */
.vit-blog__content {
  padding: 25px;
}

.vit-blog__content h4>a {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333333;
  text-decoration: none;
}

/* Meta */
.vit-blog__meta {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #777;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.vit-blog__meta i {
  margin-right: 5px;
  color: #2e7d32;
}

.vit-blog-card__image {
  position: relative;
}

.vit-blog-card__image img {
  width: 100%;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
}

.vit-blog-card__date {
  position: absolute;
  right: 25px;
  margin-top: 40px;
  background: #F3F4F3;
  padding: 7px 20px;
  border-radius: 30px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #999393;
}

.vit-blog-card__meta {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
}

.vit-blog-card__meta i {
  color: #1D8F2C;
}

.vit-blog-card__title a {
  color: #24231D;
  font-size: 28px;
  margin-bottom: 20px;
  display: block;
  line-height: 1.35;
  transition: 0.3s;
}

.vit-btn-outline {
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 15px 30px;
  color: #24231D;
  background-color: transparent;
  border: 1px solid #1D8F2C;
  border-radius: 999px;
  text-decoration: none;
}

.vit-sidebar .search-form {
  display: flex;
  gap: 10px;
}

.vit-sidebar .vit-widget {
  margin-bottom: 30px;
  background: #fff;
  padding: 30px 30px;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .2);
}

.vit-sidebar .vit-widget input[type=search] {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 52px;
  padding: 15px;
  width: 100%;
}

.vit-sidebar .vit-widget input[type=submit] {
  color: #24231D;
  background-color: transparent;
  border: 1px solid #1D8F2C;
  border-radius: 999px;
  height: 52px;
  padding: 15px;
}

.vit-blog_sidebar_title {
  border-bottom: 1px solid #eee;
  color: #1d293e;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: x;
  margin-bottom: 15px;
  margin-top: 0;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.vit-sidebar-cat-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vit-sidebar-cat-item li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vit-sidebar-cat-item li a {
  color: #1d293e;
  display: block;
  font-size: 16px;
  padding: 5px 0;
  font-weight: 400;
}

.vit-sidebar-cat-item li a i {
  margin-left: 8px;
  font-size: 12px;
}

.vit-sidebar-cat-item li a i {
  margin-right: 10px;
  transform: rotate(300deg);
  color: #1D8F2C;
  transition: 0.3s;
}

.vit-latest-post small {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.vit-latest-post img {
  width: 90px;
  height: 94px;
  object-fit: cover;
}

.vit-latest-post a {
  text-decoration: none;
  color: #24231D;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.fa-regular,
.far {
  color: #1D8F2C;
  margin-right: 10px;
}

/* =========================
   Blog Details
========================= */
.vit-blog-details {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 2rem;
}

.vit-blog-details__title {
  font-size: 32px;
  margin: 20px 0;
  line-height: 1.3;
}

.vit-blog-details__content {
  line-height: 1.8;
  color: #555;
}

.vit-blog-details__content blockquote {
  background: #f3f3f3;
  padding: 20px;
  border-left: 5px solid #1D8F2C;
  margin: 30px 0;
  font-style: italic;
}

.vit-comment-item {
  background: #f7f6f2;
  padding: 20px;
  border-radius: 10px;
}

.vit-comment-item h6 {
  margin-bottom: 5px;
  font-weight: 700;
}

.vit-comment-item a {
  font-size: 14px;
  color: #1D8F2C;
}


/* =========================
   Blog Comments Styling
========================= */

.vit-comments__title {
  font-weight: 700;
  margin-bottom: 30px;
}

.vit-comment-item {
  background: #f7f6f2;
  padding: 25px;
  border-radius: 12px;
}

.vit-comment-avatar img {
  border-radius: 50%;
}

.vit-comment-author {
  font-weight: 700;
  margin-bottom: 5px;
}

.vit-comment-text {
  color: #666;
  margin-bottom: 10px;
}

.vit-comment-meta a {
  font-size: 14px;
  font-weight: 600;
  color: #1D8F2C;
  text-decoration: none;
}

.vit-comment-meta a:hover {
  text-decoration: underline;
}

/* Comment Form */
.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 15px 20px;
  border-radius: 30px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.comment-form textarea {
  border-radius: 15px;
  min-height: 150px;
}

.vit-comment-submit {
  width: 100%;
  padding: 15px;
  background: #ff6b35;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  transition: 0.3s;
}

.vit-comment-submit:hover {
  background: #e85c25;
}

/* Responsive */
@media (max-width: 991px) {
  .vit-blog {
    padding: 0 1rem 4rem 1rem;
  }

  .vit-blog__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}


/* ==========================================
   Block: vit-footer
========================================== */

.vit-footer {
  background: #1b1a17;
  color: #ccc;
  padding: 100px 0 40px;
  position: relative;
  overflow: hidden;
}

/* Optional subtle solar background */
.vit-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 500px;
  background: url("../images/footer-bg.png") no-repeat;
  background-size: contain;
  opacity: 0.05;
  pointer-events: none;
}

/* Top */
.vit-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vit-footer__social a {
  width: 40px;
  height: 40px;
  border: 1px solid #2e7d32;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 10px;
  transition: 0.3s ease;
}

.vit-footer__social a:hover {
  background: #2e7d32;
}

/* Divider */
.vit-footer__divider {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 40px 0;
}

/* Widget */
.vit-footer__widget h4 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
}

.vit-footer__widget p {
  color: #aaa;
  margin-bottom: 20px;
}

.vit-footer__widget ul {
  list-style: none;
  padding: 0;
}

.vit-footer__widget ul li {
  margin-bottom: 12px;
}

.vit-footer__widget ul li a {
  color: #aaa;
  transition: 0.3s ease;
}

.vit-footer__widget ul li a:hover {
  color: #2e7d32;
}

/* Newsletter */
.vit-footer__newsletter input {
  width: 100%;
  padding: 15px 20px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  margin-bottom: 15px;
}

.vit-footer__newsletter input::placeholder {
  color: #aaa;
}

.vit-footer__newsletter button {
  width: 100%;
  padding: 15px;
  background: #2e7d32;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
}

.vit-footer__newsletter button:hover {
  background: #1b5e20;
}

/* Contact Items */
.vit-footer__contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.vit-footer__contact-item i {
  width: 40px;
  height: 40px;
  border: 1px solid #2e7d32;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e7d32;
}

/* Bottom */
.vit-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #aaa;
}

.vit-footer__bottom-links a {
  margin-left: 20px;
  color: #aaa;
  transition: 0.3s ease;
}

.vit-footer__bottom-links a:hover {
  color: #2e7d32;
}

/* Responsive */
@media (max-width: 991px) {

  .vit-footer__top,
  .vit-footer__bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .vit-footer__bottom-links {
    margin-top: 10px;
  }
}


/* ==========================================
   Block: vit-features
========================================== */

.vit-features {
  padding: 80px 0 0 0;
  background: #f4f4f4;
}

.vit-features__card {
  background: #e9e6df;
  border-radius: 25px;
  padding: 50px 40px;
  display: flex;
  align-items: center;
  gap: 25px;
  transition: 0.3s ease;
  height: 100%;
}

.vit-features__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}

.vit-features__icon img {
  width: 55px;
  height: 55px;
}

.vit-features__card h4 {
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  text-transform: capitalize;
  margin: 0;
  line-height: 1.4;
  color: #24231d;
}

/* Responsive */
@media (max-width: 991px) {
  .vit-features {
    padding: 0;
  }

  .vit-features__card {
    padding: 35px;
  }
}

/*------------------------------------
	03/ Animation
------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&display=swap");

.ud-animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/**
 * Fade in animation
*/
.ud-fade-in {
  animation-name: fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/**
 * Fade out animation
*/
.ud-fade-out {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/**
 * Fade in Left animation
*/
.ud-fade-in-left {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/**
 * Fade in Right animation
*/
.ud-fade-in-right {
  animation-name: fadeInRight;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/**
 * Fade in Up animation
*/
.ud-fade-in-up {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/**
 * Fade in Down animation
*/
.ud-fade-in-down {
  animation-name: fadeInDown;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/**
 * Zoom in animation
*/
.ud-zoom-in {
  animation-name: zoomIn;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/**
 * Zoom out animation
*/
.ud-zoom-out {
  animation-name: zoomOut;
}

@keyframes zoomOut {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0.5);
  }
}

/**
 * Rotate animation
*/
.ud-rotate {
  animation-name: rotate;
}

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

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

/**
 * Bounce animation
*/
.ud-bounce {
  animation-name: bounce;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

/**
 * Flash animation
*/
.ud-flash {
  animation-name: flash;
}

@keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

/*------------------------------------
	03/ Animation
------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&display=swap");

.ud-animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/**
 * Fade in animation
*/
.ud-fade-in {
  animation-name: fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/**
 * Fade out animation
*/
.ud-fade-out {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/**
 * Fade in Left animation
*/
.ud-fade-in-left {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/**
 * Fade in Right animation
*/
.ud-fade-in-right {
  animation-name: fadeInRight;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/**
 * Fade in Up animation
*/
.ud-fade-in-up {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/**
 * Fade in Down animation
*/
.ud-fade-in-down {
  animation-name: fadeInDown;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/**
 * Zoom in animation
*/
.ud-zoom-in {
  animation-name: zoomIn;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/**
 * Zoom out animation
*/
.ud-zoom-out {
  animation-name: zoomOut;
}

@keyframes zoomOut {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0.5);
  }
}

/**
 * Rotate animation
*/
.ud-rotate {
  animation-name: rotate;
}

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

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

/**
 * Bounce animation
*/
.ud-bounce {
  animation-name: bounce;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

/**
 * Flash animation
*/
.ud-flash {
  animation-name: flash;
}

@keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}