* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  font-family: "Inter", sans-serif;
  background: #fff;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;


}

body {
  -webkit-overflow-scrolling: touch;

  overflow-x: hidden !important;

  padding-top: 85px;

}

a {
  text-decoration: none;
}

/* =====================
    global
=======================*/


.heading {

  font-weight: 700;

  font-size: 35px;

  line-height: 1.4;

  letter-spacing: 0.26px;
}


@media (max-width: 1399px) {

  .heading {

    font-size: 32px;

    line-height: 1.35;
  }
}


@media (max-width: 1199px) {

  .heading {

    font-size: 30px;

    line-height: 1.35;
  }
}


@media (max-width: 991px) {

  .heading {

    font-size: 26px;

    line-height: 1.4;
  }
}


@media (max-width: 767px) {

  .heading {

    font-size: 28px;

    line-height: 1.45;

    letter-spacing: 0;
  }
}


@media (max-width: 480px) {

      .heading {
        font-size: 24px;
        line-height: 1.5;
        /* margin-top: -62px; */
    }
}

.para {
  font-size: 17px;
  line-height: 1.8;
  color: #6b7280;
  font-weight: 400;
}

/* =====================
    1)  menu.php
=======================*/
@media (min-width: 1200px) {
  .custom-navbar .container {
    max-width: 1320px;
  }

  .navbar-brand img {
    width: 160px;
  }

  .navbar-nav {
    gap: 6px;
  }

  .nav-link {
    font-size: 17px;
    padding: 8px 14px !important;
  }

  .nav-btn {
    height: 48px;
    padding: 0 28px;
    font-size: 15px;
  }
}


/* ================= 1024px / SMALL LAPTOP ================= */
@media (min-width: 992px) and (max-width: 1199.98px) {


  .custom-navbar .container {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }


  .navbar-brand img {
    width: 140px;
    height: auto;
  }


  .navbar-nav {
    gap: 2px;
  }


  .nav-link {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 10px !important;
    white-space: nowrap;
  }


  .nav-btn {
    height: 44px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 10px;
    white-space: nowrap;
  }


  .mega-menu,
  .services-menu {
    width: 90%;
    max-width: 900px;
  }
}


/* ================= TABLET ================= */
@media (min-width: 768px) and (max-width: 991.98px) {

  .custom-navbar .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand img {
    width: 135px;
  }

  .navbar-collapse {
    background: #fff;
    padding: 20px;
    margin-top: 18px;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  }

  .nav-link {
    font-size: 16px;
    padding: 10px 0 !important;
  }

  .nav-btn {
    width: 100%;
    margin-top: 15px;
  }
}


/* ================= MOBILE ================= */
@media (max-width: 767.98px) {

  .custom-navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-brand img {
    width: 130px;
  }

  .nav-link {
    font-size: 15px;
    padding: 10px 0 !important;
  }

  .nav-btn {
    width: 100%;
    height: 46px;
    margin-top: 15px;
    font-size: 14px;
  }
}

.custom-navbar {
  position: sticky;
  top: 0;
  z-index: 9999;

  background: #fff;

  padding: 10px 0;

  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar-brand img {
  width: 160px;
}


.navbar-nav {
  gap: 6px;
}

.nav-link {
  font-size: 17px;
  font-weight: 500;

  color: #5f5f5f !important;

  padding: 8px 14px !important;

  transition: 0.3s ease;
}

.nav-link:hover {
  color: #1d4010 !important;
}

/*  */

.nav-btn {
  height: 48px;

  padding: 0 28px;

  border-radius: 12px;

  background: #1f4510;

  color: #fff !important;

  text-decoration: none;

  font-size: 15px;
  font-weight: 600;

  transition: 0.35s ease;

  box-shadow: 0 10px 22px rgba(31, 69, 16, 0.18);
}

.nav-btn:hover {
  transform: translateY(-3px);
}


.mega-menu,
.services-menu {
  position: absolute;

  left: 50%;
  transform: translateX(-50%) translateY(20px);

  top: 100%;

  width: 88%;
  max-width: 950px;

  background: #fff;

  border-radius: 22px;

  padding: 20px;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.14);

  opacity: 0;
  visibility: hidden;

  transition: 0.35s ease;

  z-index: 999;
}

.mega-menu,
.services-menu .services99-content {
  padding: 10px 16px 15px;
  /* margin-top: 35px; */
}

.mega-menu,
.services-menu .services99-card-title a {
  font-size: 16px;
  margin-bottom: 10px;
}

.mega-menu,
.services-menu .service-btn {
  font-size: 15px !important;
}

.mega-menu,
.services-menu .services99-card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* line-height: 20px; */
  line-height: 1.5;
 font-size: 14px;
}


.dropdown-mega.show .mega-menu,
.dropdown-services.show .services-menu {
  opacity: 1;
  visibility: visible;

  transform: translateX(-50%) translateY(0);
}


.mega-title {
  font-size: 22px;
  font-weight: 700;

  color: #111827;

  margin-bottom: 16px;
}


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

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

.mega-links a {
  text-decoration: none;

  color: #6b7280;

  font-size: 13px;
  font-weight: 500;

  transition: 0.3s ease;
}

.mega-links a:hover {
  color: #1f4510;
}





.mega-menu .row {
  justify-content: center;
}

.mega-menu .col-lg-5 {
  max-width: 600px;
  flex: 0 0 600px;
}

@media (max-width: 991.98px) {
  .mega-menu .col-lg-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}


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

.blog-img {
  width: 100%;
  height: 90px;

  border-radius: 12px;

  overflow: hidden;

  margin-bottom: 8px;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-title {
  margin-bottom: 4px;
}

.blog-title a {
  text-decoration: none;

  font-size: 14px;
  font-weight: 700;

  color: #111827;
}

.blog-text {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
}

.mega-menu {
  max-width: 1200px;
  width: 60%;
}

.mega-menu .col-lg-5 {
  max-width: 100%;
  flex: 0 0 100%;
}

.mega-menu .col-lg-5 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.mega-menu .mega-title {
  width: 100%;
  margin-bottom: 16px;
  text-align: center;
}

.mega-menu .blog-card {
  flex: 0 0 calc(33.333% - 16px);
  margin-bottom: 0;
}

.mega-menu .blog-img {
  height: 80px;
}

/* Tablet */
@media (max-width: 991.98px) {
  .mega-menu .blog-card {
    flex: 0 0 calc(50% - 12px);
  }

  .mega-menu .blog-img {
    height: 160px;
  }
}

@media (max-width: 767.98px) {
  .mega-menu .blog-card {
    flex: 0 0 100%;
  }

  .mega-menu .blog-img {
    height: 200px;
  }
}




.services-heading {
  text-align: center;
}

.services-heading h3 {
  font-size: 22px;
  font-weight: 800;
  color: #111827;
  letter-spacing: 1px;
}

.services-heading p {
  font-size: 16px;
  color: #6b7280;
}


.service-card,
.service-card.show {
  opacity: 1 !important;
  transform: none !important;

  transition: transform 0.3s ease, box-shadow 0.3s ease;

  will-change: transform;
}

.service-card:hover {
  transform: translateY(-4px) !important;
}

.service-img {
  width: 100%;
  height: 95px;
  overflow: hidden;
  margin-bottom: 10px;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.service-title {
  margin-bottom: 4px;
}

.service-title a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #111827;
}

.service-text {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
}


.services-btn {
  width: 210px;
  height: 48px;
  border-radius: 999px;
  background: #5c7c43;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.35s ease;
}

.services-btn:hover {
  transform: translateY(-4px);
}


@media (max-width: 991px) {

  .mega-menu,
  .services-menu {
    position: static;
    transform: none !important;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    visibility: visible;
    display: none;
    margin-top: 20px;
  }

  .dropdown-mega.show .mega-menu,
  .dropdown-services.show .services-menu {
    display: block;
  }

  .navbar-collapse {
    background: #fff;
    padding: 20px;
    margin-top: 18px;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  }

  .nav-btn {
    width: 100%;
    margin-top: 15px;
  }

  .service-img {
    height: 150px;
  }

  .navbar-brand img {
    width: 145px;
  }
}

/* ================= SMALL MOBILE ================= */

@media (max-width: 480px) {
  .navbar-brand img {
    width: 130px;
  }

  .services-heading h3 {
    font-size: 20px;
  }
}


.custom-navbar {

  position: fixed !important;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 99999;

  background: #fff;
}




/* ================= MOBILE ================= */

@media(max-width:991px) {

  .navbar-collapse {

    max-height: 82vh;

    overflow-y: auto !important;

    overflow-x: hidden !important;

    -webkit-overflow-scrolling: touch;
  }



  .mega-menu,
  .services-menu {

    position: static !important;

    width: 100% !important;

    max-width: 100% !important;

    transform: none !important;

    margin-top: 18px;
  }


  .mega-menu .row {

    row-gap: 18px;
  }



  .services-menu .row {

    row-gap: 18px;
  }
}


@media (min-width: 992px) {

  .mega-menu,
  .services-menu {

    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-right: 8px;
  }

  /* Custom scrollbar */
  .mega-menu::-webkit-scrollbar,
  .services-menu::-webkit-scrollbar {
    width: 6px;
  }

  .mega-menu::-webkit-scrollbar-thumb,
  .services-menu::-webkit-scrollbar-thumb {
    background: #c5c5c5;
    border-radius: 10px;
  }

  .mega-menu::-webkit-scrollbar-track,
  .services-menu::-webkit-scrollbar-track {
    background: transparent;
  }
}

@media (max-width: 991px) {
  #mainNavbar {
    position: fixed;
    top: 63px;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100vh - 85px);
    background: #ffffff;
    z-index: 99998;
    padding: 20px;

    /* Scroll entire mobile menu */
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
  }

  /* Mega menus expand naturally */
  .mega-menu,
  .services-menu {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
    margin-top: 15px;
    box-shadow: none;
    border: none;
  }

  .services99-grid {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  body.menu-open {
    overflow: hidden;
    height: 100vh;
  }
}

/* =====================footer=============== */

/* Footer Background */
.sc-footer {
  background: linear-gradient(135deg,
      #6b7a5f 0%,
      #6d7c61 7.69%,
      #707f64 15.38%,
      #728166 23.08%,
      #748469 30.77%,
      #77876b 38.46%,
      #79896e 46.15%,
      #7c8c70 53.85%,
      #7e8e73 61.54%,
      #809175 69.23%,
      #839377 76.92%,
      #85967a 84.62%,
      #88987c 92.31%,
      #8a9b7f 100%);
  color: #ffffff;
  padding-top: 56px;
  padding-bottom: 25px;
  padding-top: 50px;
}

/* Container max width similar to screenshot */
.sc-footer .container {
  max-width: 1180px;
}

/* Logo */
.sc-footer-logo {
  width: 100%;
  height: auto;
  display: block;
  background: #ffffff;
  padding: 6px;
}

/* Description */
.sc-footer-text {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
  max-width: 240px;
}

/* Column Headings */
.sc-footer-heading {
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 25px;

  color: #ffffff;
}

/* Links */
.sc-footer-links li {
  margin-bottom: 8px;
}

.sc-footer-links a {
  text-decoration: none;

  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.15px;

  color: #ffffffcc;
}

.sc-footer-links a:hover {
  color: #ffffff;
}

/* Social Icons */
.sc-social-icon {
  width: 45px;
  height: 45px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sc-social-icon:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

/* Divider */
.sc-footer-divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 60px;
  margin-bottom: 20px;
}

/* Copyright */
.sc-footer-copy {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.72);
}

.sc-footer-link {
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.sc-footer-link:hover {
  color: #086b8f;
  text-decoration: underline;
}

/* Tablet */
@media (max-width: 991.98px) {
  .sc-footer {
    padding-top: 48px;
  }

  .sc-footer-text {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .sc-footer {
    text-align: center;
  }

  .sc-footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .sc-footer-text {
    margin-left: auto;
    margin-right: auto;
  }

  .sc-footer .d-flex.gap-2 {
    justify-content: center;
  }

  .sc-footer-heading {
    margin-top: 10px;
  }
}

/* Mobile & Tablet: Full width columns and centered content */
@media (max-width: 991.98px) {
  .sc-footer {
    text-align: center;
  }

  /* Make every column take full width */
  .sc-footer .row>[class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Center logo */
  .sc-footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  /* Center description text */
  .sc-footer-text {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /* Center social icons */
  .sc-footer .d-flex.gap-2 {
    justify-content: center;
  }

  /* Add spacing between stacked sections */
  .sc-footer-heading {
    margin-top: 12px;
  }
}

/* Desktop: Left aligned */
@media (min-width: 992px) {
  .sc-footer {
    text-align: left;
  }

  .sc-footer-logo,
  .sc-footer-text {
    margin-left: 0;
    margin-right: 0;
  }

  .sc-footer .d-flex.gap-2 {
    justify-content: flex-start;
  }
}





/* =====================
    2)  index.php
=======================*/
/* ================= FAQ SECTION ================= */


.section-title {

  font-size: 38px;
  line-height: 1.1;

  font-weight: 700;

  color: #1a1a1a;

  letter-spacing: 1px;
}

/* COLOR TEXT */

.section-title span {

  color: #9a8a1f;
}

.section-desc {

  font-size: 15px;

  line-height: 1.9;

  color: #666;

  font-weight: 500;
}

/* ================= TESTIMONIAL SECTION ================= */

.testimonial-section {
  padding: 40px 0;
}

/* ================= TAG ================= */

.testimonial-tag {

  width: fit-content;

  padding: 8px 0;

  position: relative;

  font-size: 16px;
  font-weight: 700;

  letter-spacing: 2px;

  text-transform: uppercase;

  color: #d4af37;
}

.testimonial-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 26px;

  height: 100%;

  display: flex;
  flex-direction: column;

  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.04),
    0 18px 40px rgba(0, 0, 0, 0.10),
    0 28px 60px rgba(0, 0, 0, 0.06);

  transition: 0.35s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
}


.testimonial-stars {
  color: #d4af37;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 16px;
}


.testimonial-desc {
  min-height: 190px;
  max-height: 190px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;

  margin-bottom: 0;
}


.testimonial-line {
  width: 100%;
  height: 1px;
  background: #ececec;

  margin: 18px 0;
}


.testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
}


.testimonial-user-img {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.testimonial-user-name {
  font-size: 16px;
  font-weight: 700;
  color: #121826;
  margin-bottom: 2px;
}


.testimonial-user-role {
  font-size: 13px;
  color: #8a8a8a;
  line-height: 1.5;
}


@media(max-width:991px) {

  .section-title {
    font-size: 46px;
  }

  .testimonial-desc {
    min-height: auto;
  }
}

@media(max-width:767px) {

  .testimonial-section {
    padding: 70px 0;
  }

  .section-title {
    font-size: 28px;
    letter-spacing: -1px;
  }

  .testimonial-card {
    padding: 22px;
    border-radius: 18px;
  }

  .testimonial-stars {
    font-size: 18px;
  }

  .testimonial-user-name {
    font-size: 15px;
  }

  .testimonial-user-role {
    font-size: 12px;
  }

  .testimonial-tag {
    font-size: 12px;
  }
}

@media(max-width:480px) {

  .section-title {
    font-size: 25px;
    letter-spacing: 2;
    line-height: 1.3;

  }

  .testimonial-card {
    padding: 20px;
  }
}

.faq-section {
  padding: 70px 0;
  background: linear-gradient(180deg, rgba(45, 80, 22, 0.05) 0%, #ffffff 100%);

}

/* ================= TAG ================= */

.faq-tag {
  width: fit-content;

  margin: auto;

  position: relative;

  font-size: 18px;
  font-weight: 700;

  letter-spacing: 2px;

  text-transform: uppercase;

  color: #d4af37;

  margin-bottom: 18px;
}

/* ================= TITLE ================= */

.section-title {
  font-size: 38px;
  line-height: 1.08;

  font-weight: 700;

  color: #121826;

  letter-spacing: 1px;

}


.section-title span {
  background: linear-gradient(90deg,
      #d4af37 0%,
      #c8a835 7.14%,
      #bba132 14.29%,
      #af9a30 21.43%,
      #a3932d 28.57%,
      #978c2b 35.71%,
      #8b8529 42.86%,
      #7f7f26 50%,
      #747824 57.14%,
      #687122 64.29%,
      #5c6a1f 71.43%,
      #51641d 78.57%,
      #455d1b 85.71%,
      #395718 92.86%,
      #2d5016 100%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;

  color: transparent;
}


.faq-item {
  background: #fff;

  border-radius: 18px;

  overflow: hidden;

  border: 1px solid rgba(0, 0, 0, 0.04);

  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);

  transition: 0.35s ease;
}

/* HOVER */

.faq-item:hover {
  transform: translateY(-3px);

  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

/* BUTTON */

.faq-btn {
  width: 100%;

  border: none;
  outline: none;

  background: none;

  padding: 24px 26px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;

  text-align: left;

  cursor: pointer;
}

/* QUESTION */

.faq-question {
  font-size: 21px;
  font-weight: 700;

  color: #121826;

  line-height: 1.5;

  margin: 0;
}

/* ICON */

.faq-icon {
  font-size: 25px;
  width: 38px;
  height: 38px;
  /* padding-bottom: 20px; */
  min-width: 38px;

  border-radius: 50%;

  background: #f8f1d7;

  color: #d4af37;

  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  font-weight: 700;

  transition: 0.35s ease;
}

/* ANSWER */

.faq-answer {
  max-height: 0px;

  overflow: hidden;

  transition: max-height 0.45s ease;
}

.faq-answer p {
  font-size: 18px;

  line-height: 1.9;

  color: #6b7280;

  padding: 0 26px 26px;

  margin: 0;
}

/* ACTIVE */

.faq-item.active .faq-icon {
  background: #d4af37;

  color: #fff;

  transform: rotate(180deg);
}

/* ================= RESPONSIVE ================= */

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

@media (max-width: 767px) {
  .faq-section {
    padding: 70px 0;
  }

  .section-title {
    font-size: 30px;
    letter-spacing: 1px;
  }

  .faq-btn {
    padding: 20px 18px;
  }

  .faq-question {
    font-size: 15px;
  }

  .faq-answer p {
    font-size: 14px;
    padding: 0 18px 20px;
  }

  .faq-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 25px;
    letter-spacing: 1px;
  }
}


.hero-section {
  position: relative;

  min-height: 100vh;

  overflow: hidden;

  padding: 90px 0 70px;

  background: linear-gradient(135deg, #ffffff 0%, rgb(213 188 132 / 10%) 50%, rgba(45, 80, 22, 0.05) 100%);
}


.hero-circle {
  position: absolute;

  width: 620px;
  height: 620px;

  border-radius: 50%;

  background: #233e13;

  border: 10px solid #cda52a;

  top: 40px;
  right: -180px;

  z-index: 1;
}


.hero-content {
  position: relative;
  z-index: 5;
}

/* TAG */

.hero-tag {
  width: fit-content;

  padding: 10px 18px;

  border-radius: 999px;

  background: #f8efd4;

  border: 1px solid #ead596;

  color: #c9a227;

  font-size: 15px;
  font-weight: 600;
}

/* TITLE */

.hero-title {
  font-size: 54px;
  line-height: 1.08;

  font-weight: 700;

  letter-spacing: 2px;

  color: #171717;
}

/* GRADIENT */

.hero-title span {
  background: linear-gradient(90deg,
      #d4af37 0%,
      #d0ab34 7.14%,
      #cca731 14.29%,
      #c8a32d 21.43%,
      #c49f2a 28.57%,
      #c09c26 35.71%,
      #bc9823 42.86%,
      #b8941f 50%,
      #a48a1e 57.14%,
      #90801e 64.29%,
      #7d771d 71.43%,
      #696d1b 78.57%,
      #56631a 85.71%,
      #425a18 92.86%,
      #2d5016 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
}

/* DESC */

.hero-desc {
  max-width: 540px;

  font-size: 18px;
  line-height: 1.9;

  color: #777;

  font-weight: 500;
}

/* BUTTON */

.hero-btn {
  height: 56px;

  padding: 0 30px;

  border-radius: 14px;

  text-decoration: none;

  font-size: 16px;
  font-weight: 700;

  transition: 0.35s ease;
}

/* .hero-btn:hover {
  transform: translateY(-4px);
} */

/* PRIMARY */

.hero-btn-primary {
  background: linear-gradient(90deg,
      #2d5016 0%,
      #2b4d16 7.69%,
      #2a4b15 15.38%,
      #284815 23.08%,
      #274614 30.77%,
      #264314 38.46%,
      #244113 46.15%,
      #233e13 53.85%,
      #213c13 61.54%,
      #203a12 69.23%,
      #1e3712 76.92%,
      #1d3511 84.62%,
      #1b3211 92.31%,
      #1a3010 100%);

  color: #fff;

  box-shadow: 0 10px 22px rgba(38, 75, 20, 0.25);
}

/* OUTLINE */

.hero-btn-outline {
  border: 2px solid #4c6c2d;
  color: #35531b;
}

/* STATS */

.hero-stats {
  display: grid;

  grid-template-columns: repeat(3, minmax(90px, 1fr));

  gap: 30px;

  width: 100%;
}

/* NUMBER */

.stat-number {
  font-size: 30px;
  font-weight: 800;

  line-height: 1.1;

  margin-bottom: 6px;

  background: #d4af37;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
}

/* TEXT */

.stat-text {
  font-size: 17px;
  font-weight: 500;

  color: #8b8b8b;
}


.hero-right {
  position: relative;

  min-height: 620px;

  z-index: 5;
}

/* IMAGE CARD */

.hero-image {
  position: relative;

  z-index: 5;

  width: 100%;
  max-width: 520px;

  margin-left: 40px;

  border-radius: 24px;

  overflow: hidden;

  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); */
}

.hero-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;
}

/* ================= ANIMATION ================= */

.reveal-up {
  opacity: 0;
  transform: translateY(90px);
  transition: 1s ease;
}

.reveal-up.active {
  opacity: 1;
  transform: translateY(0);
}

/* ================= LAPTOP ================= */

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

/* ================= TABLET ================= */
/* @media (max-width: 1024px) {
  .hero-image img {
    margin-left: -60px;
  }

  .hero-circle {
    width: 550px;
    height: 630px;
  }

} */

@media (max-width: 991px) {
  .hero-section {
    padding: 70px 0;
  }

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

  .hero-desc {
    font-size: 16px;
  }

  .hero-right {
    min-height: auto;
  }

  .hero-image {
    margin-left: 0;
  }

  .hero-circle {
    width: 420px;
    height: 420px;

    right: -150px;
    top: 560px;

    border-width: 7px;
  }

  .stat-number {
    font-size: 28px;
  }
}

/* ================= MOBILE ================= */

@media (max-width: 767px) {
  .hero-section {
    padding: 60px 0;
  }

  .hero-title {
    font-size: 38px;
    line-height: 1.12;
  }

  .hero-desc {
    font-size: 15px;
  }

  .hero-btn {
    width: 100%;
  }

  .hero-stats {
    grid-template-columns: repeat(3, 1fr);

    gap: 18px;
  }

  .stat-number {
    font-size: 22px;
  }

  .stat-text {
    font-size: 14px;
  }

  .hero-image {
    max-width: 100%;
  }

  .hero-image img {
    height: 182px;
  }

  .hero-circle {
    width: 300px;
    height: 300px;

    right: -100px;
    top: 650px;
  }
}

/* ================= SMALL MOBILE ================= */

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

  .hero-stats {
    gap: 14px;
  }

  .stat-number {
    font-size: 20px;
  }

  .hero-circle {
    width: 260px;
    height: 260px;

    right: -90px;
    top: 645px;
  }
}

/* ===========1st ection============= */



.about-section {
  width: 100%;
  padding: 70px 20px 90px;
}

.about-wrapper {
  width: 100%;
  max-width: 1250px;
  margin: auto;
}


.about-tag {
  width: fit-content;
  margin: auto auto 18px;

  padding: 8px 18px;

  border-radius: 999px;

  background: #f3f4f6;
  border: 1px solid #e5e7eb;

  color: #6b7280;

  font-size: 16px;
  font-weight: 600;
}

/* ================= HEADING ================= */

.about-heading {
  text-align: center;
  margin-bottom: 50px;
}

.about-heading h2 {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 700;
  color: #111827;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.about-heading p {
  max-width: 650px;

  margin: auto;

  font-size: 18px;
  line-height: 1.8;

  color: #6b7280;

  font-weight: 500;
}

/* ================= MAIN GRID ================= */

.about-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;

  align-items: center;

  margin-bottom: 50px;
}


.image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}


.image-card1 {
  height: 220px;

  border-radius: 22px;

  overflow: hidden;

  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);

  transition: 0.35s ease;
}

.image-card1:hover {
  transform: translateY(-6px);
}

.image-card1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.about-right {
  display: flex;
  flex-direction: column;
  gap: 22px;
}


.info-card {
  background: #fff;

  border-radius: 22px;

  padding: 28px;

  display: flex;
  align-items: flex-start;
  gap: 18px;

  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);

  transition: 0.35s ease;
}

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

/* ICON */

.info-icon {
  width: 54px;
  height: 54px;

  min-width: 54px;

  border-radius: 16px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.green {
  background: #879576;
}

.yellow {
  background: #ddb72a;
}

.info-icon svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

/* TEXT */

.info-text h3 {
  font-size: 24px;
  font-weight: 700;

  color: #111827;

  margin-bottom: 8px;
}

.info-text p {
  font-size: 18px;
  line-height: 1.8;

  color: #6b7280;

  font-weight: 400;
}

/* ================= STATS ================= */

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* STAT CARD */

.stat-card {
  background: #fff;

  border-radius: 22px;

  padding: 30px 20px;

  text-align: center;

  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);

  transition: 0.35s ease;
}

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

/* ICON */

.stat-icon {
  width: 58px;
  height: 58px;

  margin: auto auto 18px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.soft-green {
  background: #e8ede2;
}

.soft-yellow {
  background: #f9f0cb;
}

.soft-gray {
  background: #ecefe7;
}

.soft-gold {
  background: #fbf1cf;
}

.stat-icon svg {
  width: 24px;
  height: 24px;
}

.green-stroke {
  stroke: #879576;
}

.yellow-stroke {
  stroke: #ddb72a;
}

/* NUMBER */

.stat-card h3 {
  font-size: 28px;
  font-weight: 800;

  margin-bottom: 8px;
}

.green-text {
  color: #879576;
}

.yellow-text {
  color: #ddb72a;
}

/* LABEL */

.stat-card p {
  font-size: 18px;
  color: #6b7280;
  font-weight: 500;
}


@media (max-width: 992px) {
  .about-section {
    padding: 70px 20px 80px;
  }

  .about-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-heading {
    margin-bottom: 42px;
  }

  .about-heading h2 {
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: 1px;
  }

  .about-heading p {
    font-size: 15px;
    max-width: 100%;
  }

  /* IMAGE GRID */

  .image-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .image-card1 {
    height: 220px;
    border-radius: 20px;
  }

  /* INFO */

  .info-card {
    padding: 24px;
  }

  .info-text h3 {
    font-size: 15px;
  }

  .info-text p {
    font-size: 15px;
    line-height: 1.8;
  }

  /* STATS */

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .stat-card {
    padding: 26px 20px;
  }

  .stat-card h3 {
    font-size: 18px;
  }

  .stat-card p {
    font-size: 14px;
  }
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .about-section {
    padding: 60px 15px 70px;
  }

  .about-heading {
    margin-bottom: 36px;
  }

  .about-heading h2 {
    font-size: 34px;
    letter-spacing: 1px;
  }

  .about-heading p {
    font-size: 16px;
    line-height: 1.8;
  }

  /* IMAGE GRID */

  .image-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .image-card1 {
    height: 170px;
    border-radius: 18px;
  }

  /* RIGHT */

  .about-right {
    gap: 18px;
  }

  .info-card {
    padding: 22px;
    border-radius: 18px;
  }

  .info-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 14px;
  }

  .info-icon svg {
    width: 20px;
    height: 20px;
  }

  .info-text h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .info-text p {
    font-size: 16px;
    line-height: 1.7;
  }

  /* STATS */

  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .stat-card {
    padding: 22px 14px;
    border-radius: 18px;
  }

  .stat-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
  }

  .stat-icon svg {
    width: 20px;
    height: 20px;
  }

  .stat-card h3 {
    font-size: 21px;
    margin-bottom: 6px;
  }

  .stat-card p {
    font-size: 16px;
  }
}


@media (max-width: 480px) {
  .about-section {
    padding: 50px 14px 60px;
  }

  .about-tag {
    font-size: 16px;
    padding: 7px 14px;
  }

  .about-heading h2 {
    font-size: 28px;
    letter-spacing: 1px;
  }

  .about-heading p {
    font-size: 16px;
  }

  /* IMAGE */

  .image-grid {
    gap: 10px;
  }

  .image-card1 {
    height: 135px;
    border-radius: 14px;
  }

  /* INFO */

  .info-card {
    padding: 18px;
    gap: 14px;
  }

  .info-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
  }

  .info-text h3 {
    font-size: 18px;
  }

  .info-text p {
    font-size: 16px;
  }

  /* STATS */

  .stats-grid {
    gap: 10px;
  }

  .stat-card {
    padding: 18px 12px;
    border-radius: 16px;
  }

  .stat-card h3 {
    font-size: 21px;
  }

  .stat-card p {
    font-size: 14px;
  }
}

/* ================= EXTRA SMALL DEVICES ================= */

@media (max-width: 360px) {
  .about-heading h2 {
    font-size: 24px;
  }

  .about-heading p {
    font-size: 16px;
  }

  .image-card1 {
    height: 120px;
  }

  .info-text h3 {
    font-size: 18px;
  }

  .info-text p {
    font-size: 16px;
  }

  .stat-card h3 {
    font-size: 21px;
  }

  .stat-card p {
    font-size: 14px;
  }
}

/* ==========2nd section================ */

/* ================= SECTION ================= */

.services-section {
  width: 100%;
  padding: 40px 20px 90px;
  overflow: hidden;
}

.services-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

/* ================= TOP ================= */

.services-top {
  text-align: center;
  margin-bottom: 42px;

  opacity: 0;
  transform: translateY(70px);
  transition: 1s ease;
}

.services-top.show {
  opacity: 1;
  transform: translateY(0);
}

/* TAG */

.services-tag {
  font-size: 16px;
  font-weight: 700;

  letter-spacing: 1.5px;
  text-transform: uppercase;

  color: #d1a81e;

  margin-bottom: 14px;
}

/* TITLE */

.services-title {
  font-size: 40px;
  line-height: 1.1;

  font-weight: 800;

  color: #171717;

  letter-spacing: 1.5px;

  margin-bottom: 16px;
}

/* GRADIENT */

.services-title span {
  background:
    linear-gradient(90deg,
      #d4af37 0%,
      #c8a835 7.14%,
      #bba132 14.29%,
      #af9a30 21.43%,
      #a3932d 28.57%,
      #978c2b 35.71%,
      #8b8529 42.86%,
      #7f7f26 50%,
      #747824 57.14%,
      #687122 64.29%,
      #5c6a1f 71.43%,
      #51641d 78.57%,
      #455d1b 85.71%,
      #395718 92.86%,
      #2d5016 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
}

/* DESC */

.services-desc {
  max-width: 700px;

  margin: auto;

  font-size: 18px;
  line-height: 1.8;

  color: #7b7b7b;

  font-weight: 500;
}

/* ================= GRID ================= */

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

/* ================= CARD ================= */

.service-card {
  /* background: #fff; */

  /* border-radius: 18px; */

  overflow: hidden;

  /* box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06); */

  transition: 1s ease;

  /* border: 1px solid #ededed; */

  opacity: 0;

  transform: translateY(90px) scale(0.95);
}

.service-card.show {
  opacity: 1;

  transform: translateY(0) scale(1);
}

.service-card:hover {
  transform: translateY(-6px) scale(1.02);
}

/* IMAGE */

.service-image {
  width: 100%;
  height: 160px;

  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;


  object-fit: cover;
  display: block;

  transition: 0.5s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.05);
}

/* CONTENT */

.service-content {
  padding: 24px 22px 26px;
}

/* TITLE */

.service-content h3 {
  font-size: 20px;
  font-weight: 700;

  color: #171717;

  margin-bottom: 16px;
}

/* TEXT */

.service-content p {
  font-size: 18px;
  line-height: 1.9;

  color: #7a7a7a;

  font-weight: 400;
}


@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .services-title {
    font-size: 46px;
  }
}

@media (max-width: 992px) {
  .services-section {
    padding: 60px 18px 80px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-title {
    font-size: 40px;
    letter-spacing: 1px;
  }

  .service-image {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .services-section {
    padding: 55px 15px 70px;
  }

  .services-top {
    margin-bottom: 34px;
  }

  .services-title {
    font-size: 32px;
    letter-spacing: 1px;
  }

  .services-desc {
    font-size: 16px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }



  .service-image {
    height: 210px;
  }

  .service-content {
    padding: 20px 18px 22px;
  }

  .service-content h3 {
    font-size: 18px;
  }

  .service-content p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .services-title {
    font-size: 28px;
    letter-spacing: 1px;
  }

  .service-image {
    height: 190px;
  }

  .service-content {
    padding: 18px 16px 20px;
  }

  .service-content h3 {
    font-size: 18px;
  }

  .service-content p {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* ============3rd section=============== */

/* ================= SECTION ================= */

.why-section {
  width: 100%;
  padding: 70px 20px 90px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(45, 80, 22, 0.05) 0%, #ffffff 100%);
}

.why-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

/* ================= TOP ================= */

.why-top {
  text-align: center;
  margin-bottom: 48px;

  opacity: 0;
  transform: translateY(70px);
  transition: 1s ease;
}

.why-top.show {
  opacity: 1;
  transform: translateY(0);
}

/* TAG */

.why-tag {
  font-size: 16px;
  font-weight: 700;

  letter-spacing: 1.5px;
  text-transform: uppercase;

  color: #d1a81e;

  margin-bottom: 16px;
}

/* TITLE */

.why-title {
  font-size: 38px;
  line-height: 1.1;

  font-weight: 700;

  color: #171717;

  letter-spacing: -1.5px;
}

/* GRADIENT */

.why-title span {
  background: linear-gradient(90deg, #cda52a 0%, #e1c14f 50%, #ae8612 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
}


.why-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;

  align-items: start;
}


.why-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}


.big-image {
  width: 100%;
  height: 360px;

  border-radius: 18px;
  overflow: hidden;

  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);

  opacity: 0;
  transform: translateX(-100px);
  transition: 1s ease;
}

.big-image.show {
  opacity: 1;
  transform: translateX(0);
}

.big-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  display: block;

  transition: 0.5s ease;
}

.big-image:hover img {
  transform: scale(1.05);
}


.small-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}


.small-image {
  height: 140px;

  border-radius: 16px;
  overflow: hidden;

  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);

  opacity: 0;
  transform: translateY(80px);
  transition: 1s ease;
}

.small-image.show {
  opacity: 1;
  transform: translateY(0);
}

.small-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  display: block;

  transition: 0.5s ease;
}

.small-image:hover img {
  transform: scale(1.05);
}

/* ================= RIGHT ================= */

.why-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* CARD */

.why-card {
  background: #fff;

  border-radius: 18px;

  padding: 34px 28px;

  min-height: 150px;

  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);

  transition: 1s ease;

  opacity: 0;
  transform: translateY(90px);
}

.why-card.show {
  opacity: 1;
  transform: translateY(0);
}

.why-card:hover {
  transform: translateY(-6px) scale(1.02);
}

/* TITLE */

.why-card h3 {
  font-size: 18px;
  font-weight: 700;

  color: #171717;

  margin-bottom: 14px;
}

/* TEXT */

.why-card p {
  font-size: 16px;
  line-height: 1.8;

  color: #7a7a7a;

  font-weight: 500;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1200px) {
  .why-title {
    font-size: 48px;
  }
}

@media (max-width: 992px) {
  .why-section {
    padding: 60px 18px 80px;
  }

  .why-main {
    grid-template-columns: 1fr;
  }

  .why-title {
    font-size: 42px;
    letter-spacing: 1px;
  }

  .big-image {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .why-section {
    padding: 55px 15px 70px;
  }

  .why-top {
    margin-bottom: 34px;
  }

  .why-title {
    font-size: 34px;
    letter-spacing: 1px;
  }

  .why-right {
    grid-template-columns: 1fr;
  }

  .big-image {
    height: 240px;
    border-radius: 16px;
  }

  .small-grid {
    gap: 12px;
  }

  .small-image {
    height: 120px;
    border-radius: 14px;
  }

  .why-card {
    min-height: auto;
    padding: 26px 22px;
    border-radius: 16px;
  }

  .why-card h3 {
    font-size: 18px;
  }

  .why-card p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .why-title {
    font-size: 28px;
    letter-spacing: 1px;
  }

  .big-image {
    height: 210px;
  }

  .small-image {
    height: 95px;
  }

  .why-card {
    padding: 22px 18px;
  }

  .why-card h3 {
    font-size: 18px;
  }

  .why-card p {
    font-size: 15px;
  }
}

/* ================================
         career.php
====================================*/
.career-hero-section {
  padding: 90px 0 80px;
}

/* Header */
.career-hero-header {
  max-width: 900px;
  margin: 0 auto 55px;
  text-align: center;
  padding: 0 20px;
}

/* Badge */
.career-badge {
  display: inline-block;
  padding: 7px 18px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: #eef3ea;
  border: 1px solid #dde7d7;
  color: #6b7280;
  font-size: 16px;
  font-weight: 500;
}


.career-title span {
  color: #d4af37;
}


.career-main-image {
  padding: 0 20px;
  margin-bottom: 42px;
}

.career-main-image img {
  width: 100%;
  max-width: 1250px;
  height: 420px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.career-image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

.career-grid-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  border-radius: 16px;

  .career-hero-section {
    padding: 90px 0 80px;
    overflow: hidden;
  }

  .career-badge,
  .career-title,
  .career-subtitle,
  .career-main-image,
  .career-grid-item {
    opacity: 0;
    will-change: transform, opacity;
  }

  .career-badge {
    animation: careerFadeUp 0.8s ease-out forwards;
  }

  .career-title {
    animation: careerFadeUp 0.8s ease-out forwards;
    animation-delay: 0.2s;
  }

  .career-subtitle {
    animation: careerFadeUp 0.8s ease-out forwards;
    animation-delay: 0.4s;
  }

  .career-main-image {
    animation: careerZoomIn 1s ease-out forwards;
    animation-delay: 0.6s;
  }

  .career-grid-item:nth-child(1) {
    animation: careerFadeUp 0.8s ease-out forwards;
    animation-delay: 0.8s;
  }

  .career-grid-item:nth-child(2) {
    animation: careerFadeUp 0.8s ease-out forwards;
    animation-delay: 1s;
  }

  .career-grid-item:nth-child(3) {
    animation: careerFadeUp 0.8s ease-out forwards;
    animation-delay: 1.2s;
  }

  /* Smooth hover effect */
  .career-main-image img,
  .career-grid-item img {
    transition:
      transform 0.4s ease,
      box-shadow 0.4s ease;
  }

  .career-main-image:hover img,
  .career-grid-item:hover img {
    transform: scale(1.03);
  }
}


/* Fade Up */
@keyframes careerFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

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

/* Zoom In */
@keyframes careerZoomIn {
  from {
    opacity: 0;
    transform: scale(0.94);
  }

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


@media (max-width: 768px) {

  .career-badge,
  .career-title,
  .career-subtitle,
  .career-main-image,
  .career-grid-item {
    animation-duration: 0.7s;
  }

  .career-main-image:hover img,
  .career-grid-item:hover img {
    transform: none;
  }
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .career-title {
    font-size: 52px;
    letter-spacing: -1px;
  }

  .career-main-image img {
    height: 360px;
  }

  .career-grid-item img {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .career-hero-section {
    padding: 70px 0 60px;
  }

  .career-title {
    font-size: 40px;
    line-height: 1.15;
  }

  .career-subtitle {
    font-size: 16px;
    line-height: 1.8;
  }

  .career-main-image {
    margin-bottom: 28px;
  }

  .career-main-image img {
    height: 260px;
    border-radius: 18px;
  }

  .career-image-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .career-grid-item img {
    height: 220px;
    border-radius: 14px;
  }
}

@media (max-width: 480px) {
  .career-title {
    font-size: 32px;
  }

  .career-badge {
    font-size: 14px;
    padding: 6px 14px;
  }

  .career-subtitle {
    font-size: 15px;
  }

  .career-main-image img {
    height: 220px;
  }

  .career-grid-item img {
    height: 200px;
  }
}


.join-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 4px 6px -4px #0000001a;

  box-shadow: 0px 10px 15px -3px #0000001a;
}

.join-card-img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.join-card-body {
  padding: 12px 14px;
}

.join-card-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #111827;
  margin: 0 0 4px;
}


.join-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0px 4px 6px -4px rgba(0, 0, 0, 0.1),
    0px 10px 15px -3px rgba(0, 0, 0, 0.1);

  opacity: 0;
  transform: translateY(40px);
  animation: joinCardFadeUp 0.8s ease-out forwards;
  will-change: transform, opacity;
}

.join-card:nth-child(1) {
  animation-delay: 0.1s;
}

.join-card:nth-child(2) {
  animation-delay: 0.3s;
}

.join-card:nth-child(3) {
  animation-delay: 0.5s;
}

.join-card:nth-child(4) {
  animation-delay: 0.7s;
}

/* Image hover effect */
.join-card-img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.join-card:hover .join-card-img {
  transform: scale(1.05);
}

.join-card {
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.join-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0px 12px 24px rgba(0, 0, 0, 0.08),
    0px 20px 40px rgba(0, 0, 0, 0.1);
}

@keyframes joinCardFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

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


@media (max-width: 768px) {
  .join-card {
    animation-duration: 0.7s;
  }

  .join-card:hover {
    transform: translateY(-4px);
  }

  .join-card:hover .join-card-img {
    transform: scale(1.03);
  }
}

/* Tablet */
@media (max-width: 991.98px) {
  .why-join-title {
    font-size: 34px;
  }
}

@media (max-width: 767.98px) {
  .why-join-title {
    font-size: 28px;
  }

  .join-card-img {
    height: 180px;
  }
}

@media (max-width: 575.98px) {
  .why-join-title {
    font-size: 24px;
  }

  .join-card-img {
    height: 160px;
  }
}


.job-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 22px 24px;
  margin-bottom: 18px;
  box-shadow: 0px 4px 6px -4px #0000001a;

  box-shadow: 0px 10px 15px -3px #0000001a;
}

.job-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #1f2937;
  margin: 0 0 8px;
}

.job-description {
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
  margin-bottom: 14px;
}

/* Badges */
.job-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.employment-badge {
  background: #4e6b3d1a;
  color: #4e6b3d;
}

.location-badge {
  background: #d4af371a;
  color: #d4af37;
}

/* Apply Button */
.apply-btn {
  background: linear-gradient(90deg,
      #4e6b3d 0%,
      #506d3f 8.33%,
      #536f41 16.67%,
      #557143 25%,
      #587346 33.33%,
      #5a7548 41.67%,
      #5c774a 50%,
      #5f794c 58.33%,
      #617c4e 66.67%,
      #647e50 75%,
      #668053 83.33%,
      #698255 91.67%,
      #6b8457 100%);
  color: #ffffff;
  border-radius: 999px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.apply-btn:hover {
  background: #5e7649;
  color: #ffffff;
}

.fa-map-pin {
  color: #ef4444;
  font-size: 16px;
  margin-right: 4px;
}

/* Tablet */
@media (max-width: 991.98px) {
  .positions-title {
    font-size: 40px;
  }

  .job-title {
    font-size: 24px;
  }

  .text-lg-end {
    text-align: left !important;
  }
}

@media (max-width: 767.98px) {
  .open-positions-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .positions-title {
    font-size: 32px;
  }

  .job-card {
    padding: 20px;
    border-radius: 12px;
  }

  .job-title {
    font-size: 22px;
  }

  .job-description {
    font-size: 15px;
  }

  .apply-btn {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
  }
}

/* Small Mobile */
@media (max-width: 575.98px) {
  .positions-title {
    font-size: 28px;
  }

  .job-card {
    padding: 18px;
  }

  .job-title {
    font-size: 20px;
  }

  .job-description {
    font-size: 14px;
  }

  .job-badge {
    font-size: 11px;
    padding: 4px 8px;
  }
}

/* Section */
.hiring-process-section {
  background: #415342;
  color: #ffffff;
}

/* Container width similar to screenshot */
.hiring-process-section .container {
  max-width: 1180px;
  align-items: center;
}

.process-number {
  font-weight: 800;
  font-style: Extra Bold;
  font-size: 50px;
  leading-trim: NONE;
  line-height: 80px;
  letter-spacing: -2.88px;
  vertical-align: middle;
  color: #ffffffcc;
}

.process-title {
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #ffffff;
}

.process-description {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  max-width: 230px;
}

@media (max-width: 991.98px) {
  .hiring-process-title {
    font-size: 40px;
  }

  .process-number {
    font-size: 80px;
  }

  .process-title {
    font-size: 32px;
  }

  .process-description {
    font-size: 16px;
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .hiring-process-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hiring-process-title {
    font-size: 32px;
  }

  .process-number {
    font-size: 64px;
    margin-bottom: 12px;
  }

  .process-title {
    font-size: 28px;
  }

  .process-description {
    font-size: 15px;
  }

  .process-step {
    text-align: center;
  }
}

/* Small Mobile */
@media (max-width: 575.98px) {
  .hiring-process-title {
    font-size: 28px;
  }

  .process-number {
    font-size: 56px;
  }

  .process-title {
    font-size: 24px;
  }

  .process-description {
    font-size: 14px;
  }
}


.ready-join-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
  margin: 0 0 20px;
  letter-spacing: 1px;
}

.ready-join-description {
  max-width: 620px;
  margin: 0 auto 32px;
  font-size: 16px;
  line-height: 1.6;
  color: #4a5565;
}

.ready-join-btn {
  background: linear-gradient(90deg,
      #4e6b3d 0%,
      #506d3f 8.33%,
      #536f41 16.67%,
      #557143 25%,
      #587346 33.33%,
      #5a7548 41.67%,
      #5c774a 50%,
      #5f794c 58.33%,
      #617c4e 66.67%,
      #647e50 75%,
      #668053 83.33%,
      #698255 91.67%,
      #6b8457 100%);
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 14px 34px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.3s ease;
}

.ready-join-btn:hover {
  background: #5f7649;
  color: #ffffff;
}

/* Tablet */
@media (max-width: 991.98px) {
  .ready-join-box {
    padding: 40px 32px;
  }

  .ready-join-title {
    font-size: 28px;
  }

  .ready-join-description {
    font-size: 18px;
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .ready-join-section {
    /* padding-top: 3rem; */
    padding-bottom: 3rem;
  }

  .ready-join-box {
    padding: 24px 24px;
    border-radius: 20px;
  }

  .ready-join-title {
    font-size: 21px;
    margin-bottom: 16px;
  }

  .ready-join-description {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .ready-join-btn {
    padding: 12px 28px;
    font-size: 16px;
  }
}

/* Small Mobile */
@media (max-width: 575.98px) {
  .ready-join-box {
    padding: 26px 20px;
    border-radius: 16px;
  }

  .ready-join-title {
    font-size: 22px;
  }

  .ready-join-description {
    font-size: 15px;
    line-height: 1.7;
  }

  .ready-join-btn {
    width: 100%;
    max-width: 220px;
  }
}

/* ======================blog.php=================== */

.subscribe-box {
  background: linear-gradient(135deg,
      rgba(203, 167, 47, 0.3) 0%,
      rgba(45, 57, 46, 0.3) 100%);
  border: 1px solid #ffffff4d;
  border-radius: 18px;
  padding: 64px 32px 52px;
  position: relative;
  overflow: hidden;
}

/* Soft glow effect */
.subscribe-box::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -60px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.22),
      transparent 70%);
  pointer-events: none;
}


.subscribe-description {
  max-width: 700px;
  margin: 0 auto 32px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(31, 42, 34, 0.72);
}

.subscribe-form {
  margin-bottom: 14px;
}

.subscribe-input {
  border-radius: 12px;
  width: 340px;
  max-width: 100%;
  height: 50px;
  border: 1px solid #d9ddd8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 13px 24px;
  font-size: 14px;
  color: #6b7280;
  border: 1px solid #c4c8c14d;
  box-shadow: -6px -6px 12px 1px #ffffff inset;

  box-shadow: 6px 6px 12px 1px #d1d5c5 inset;
}

.subscribe-input::placeholder {
  color: #9ca3af;
}

.subscribe-input:focus {
  border-color: #0f2b1d;
  box-shadow: 0 0 0 0.2rem rgba(15, 43, 29, 0.08);
}

/* Button */
.subscribe-btn {
  height: 50px;
  min-width: 120px;
  padding: 0 28px;
  border: none;
  border-radius: 12px;
  background: #182319;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(16, 36, 23, 0.18);
  transition: all 0.3s ease;
}

.subscribe-btn:hover {
  background: #0b1c12;
  color: #ffffff;
}

/* Note */
.subscribe-note {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #747872;
}

/* Tablet */
@media (max-width: 991.98px) {
  .subscribe-box {
    padding: 56px 28px 46px;
  }

  .subscribe-title {
    font-size: 44px;
  }

  .subscribe-description {
    font-size: 16px;
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .subscribe-box {
    padding: 42px 20px 36px;
    border-radius: 14px;
  }

  .subscribe-title {
    font-size: 32px;
  }

  .subscribe-description {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .subscribe-input {
    width: 100%;
    height: 48px;
  }

  .subscribe-btn {
    width: 100%;
    height: 48px;
  }

  .subscribe-note {
    font-size: 9px;
    line-height: 1.6;
  }
}

/* Small Mobile */
@media (max-width: 575.98px) {
  .subscribe-title {
    font-size: 28px;
  }

  .subscribe-description {
    font-size: 14px;
  }
}

.blog-category-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-block;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.95);
  color: #6b7280;
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
  line-height: 1.2;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.join-card {
  position: relative;
}

.join-card-img {
  height: 190px;
}

.join-card-body {
  padding: 20px;
}

.join-card-title {
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 12px;
}

.join-card-text {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
  text-overflow: ellipsis
}

.blog-author-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding-top: 15px;
}

.blog-author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.blog-author-name {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  line-height: 2;
}

.blog-author-meta {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.4;
}

/* Read More Link */
.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #6f8a57;
  text-decoration: none;
}

.blog-read-more:hover {
  color: #5e7649;
}

/* Tablet */
@media (max-width: 991.98px) {
  .join-card-title {
    font-size: 24px;
  }

  .join-card-text {
    font-size: 14px;
  }

  .join-card-img {
    height: 220px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .join-card-title {
    font-size: 22px;
  }

  .join-card-img {
    height: 200px;
  }

  .join-card-body {
    padding: 18px;
  }
}

/* Small Mobile */
@media (max-width: 575.98px) {
  .join-card-title {
    font-size: 20px;
  }

  .join-card-text {
    font-size: 16px;
  }

  .blog-author-avatar {
    width: 32px;
    height: 32px;
  }
}

.abc {
  background: linear-gradient(135deg,
      #fafaf8 0%,
      #f8f8f6 16.67%,
      #f7f7f5 33.33%,
      #f5f5f3 50%,
      #f2f3f0 60%,
      #f0f1ed 70%,
      #edefeb 80%,
      #ebede8 90%,
      #e8ebe5 100%);
}


.blog-filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  border: none;
  border-radius: 999px;
  background: #ffffff;
  color: #4b5563;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

/* Active Button */
.blog-filter-btn.active {
  background: #6f8a57;
  color: #ffffff;
}

/* Hover */
.blog-filter-btn:hover {
  background: #e5e7eb;
  color: #374151;
}

.blog-filter-btn.active:hover {
  background: #5f7649;
  color: #ffffff;
}

/* Hidden Items */
.blog-item.d-none {
  display: none !important;
}

/* Mobile */
@media (max-width: 575.98px) {
  .blog-filter-btn {
    font-size: 13px;
    padding: 9px 16px;
  }
}

.career-hero-section .container-fluid {
  max-width: 1320px;
  padding-left: 24px;
  padding-right: 24px;
}

.career-hero-header {
  position: relative;
  max-width: 900px;
  margin: 0 auto 55px;
  text-align: center;
  padding: 0 20px;
  z-index: 1;
}

.career-hero-header::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -250px;
  width: 400px;
  /* Circle size */
  height: 400px;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;

  background: linear-gradient(135deg, rgba(107, 132, 87, 0.2) 0%, rgba(78, 107, 61, 0.1) 100%);

  filter: blur(50px);
}

@media (max-width: 768px) {
  .career-hero-header::after {
    width: 180px;
    height: 180px;
    top: 10px;
    right: -20px;
    filter: blur(12px);
  }
}

.career-badge {
  display: inline-block;
  padding: 6px 14px;
  background: #eef1ea;
  border: 1px solid #d8ddcf;
  border-radius: 999px;
  color: #6f8a57;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 18px;
}


.insights-feature-card {
  background: #f7f8f5;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
}

/* Left Image */
.insights-feature-image {
  min-height: 100%;
}

.insights-feature-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.insights-feature-content {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.insights-category-badge {
  display: inline-block;
  padding: 4px 10px;
  background: #efe7b5;
  border-radius: 999px;
  color: #7a6a1e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* Read Time */
.insights-read-time {
  font-size: 11px;
  font-weight: 500;
  color: #6b7280;
}

/* Feature Title */
.insights-feature-title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 24px;

  /* Gradient text */
  background: linear-gradient(180deg, #182319 0%, #5E8962 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Standard property for compatibility */
  background-clip: text;
  color: transparent;
}

.insights-feature-title .highlight {
  color: #6f8a57;
}

/* Description */
.insights-feature-description {
  font-size: 16px;
  line-height: 1.8;
  color: #5f6774;
  margin-bottom: 30px;
}

/* Read Link */
.insights-read-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #1f2a22;
  text-decoration: none;
}

.insights-read-link:hover {
  color: #6f8a57;
}

/* Tablet */
@media (max-width: 991.98px) {
  .career-title {
    font-size: 48px;
  }

  .career-subtitle {
    font-size: 16px;
  }

  .insights-feature-image img {
    min-height: 380px;
  }

  .insights-feature-content {
    padding: 36px 32px;
  }

  .insights-feature-title {
    font-size: 40px;
  }

  .insights-feature-description {
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .career-hero-section .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .career-title {
    font-size: 34px;
  }

  .career-subtitle {
    font-size: 15px;
    line-height: 1.7;
  }

  .insights-feature-card {
    border-radius: 18px;
  }

  .insights-feature-image img {
    min-height: 260px;
  }

  .insights-feature-content {
    padding: 28px 22px;
  }

  .insights-feature-title {
    font-size: 30px;
    margin-bottom: 18px;
  }

  .insights-feature-description {
    font-size: 15px;
    margin-bottom: 22px;
  }
}

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

  .career-badge {
    font-size: 14px;
    padding: 5px 12px;
  }

  .insights-feature-title {
    font-size: 26px;
  }
}

/* ================================mobile app developmemt========================= */

.mobile {
  background: linear-gradient(135deg,
      #fafaf8 0%,
      #f8f8f6 16.67%,
      #f7f7f5 33.33%,
      #f5f5f3 50%,
      #f2f3f0 60%,
      #f0f1ed 70%,
      #edefeb 80%,
      #ebede8 90%,
      #e8ebe5 100%);


}

.cp-mobile-section {
  padding: 70px 0 70px;
  overflow: hidden;
}

.cp-top-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 28px;
}

.cp-back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  font-size: 14px;
  font-weight: 400;
  color: #5d7c52;
  text-decoration: none;
  line-height: 1;
}

.cp-back-link:hover {
  color: #4b6742;
  text-decoration: none;
}

.cp-service-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  border: 1px solid #e7d9a9;
  border-radius: 999px;
  background: transparent;
  color: #d7b13b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .cp-top-meta {
    gap: 14px;
    margin-bottom: 24px;
  }

  .cp-back-link {
    font-size: 13px;
    gap: 8px;
  }

  .cp-service-badge {
    font-size: 13px;
    padding: 7px 18px;
  }
}

.cp-title {

  /* line-height: 1.02;
  letter-spacing: -1px; */
  margin-bottom: 22px;

  font-size: 50px;
  line-height: 1.02;
  font-weight: 800;
  color: #121826;
  letter-spacing: 2px;
  /* margin-bottom: 28px; */
}

.cp-title span {
  color: #d8b236;
}



.cp-description .cp-subtitle {
  font-weight: 400;
  max-width: 560px;
  margin-bottom: 0;


  font-size: 17px;
  line-height: 1.95;
  color: #6b7280;

}

.cp-image-wrapper {
  position: relative;
  z-index: 1;
}

.cp-main-image {


  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 12px;
  display: block;
}

.cp-image-wrapper::before {
  content: "";
  position: absolute;

  top: -90px;

  width: 520px;
  height: 420px;

  border-radius: 50%;

  background: linear-gradient(135deg,
      rgba(212, 175, 55, 0.2) 0%,
      rgba(244, 208, 63, 0.1) 100%);

  filter: blur(70px);

  z-index: -1;
  pointer-events: none;
}

.cp-floating-badge {
  position: absolute;
  top: -60px;
  right: -12px;
  z-index: 10;
  background: #FFFFFF33;

  width: 162px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;


  border: 1px solid #ffffff4d;
  border-radius: 16px;

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  box-shadow: -4px -4px 15px 0px #FFFFFFCC;

  box-shadow: 4px 4px 15px 0px #0000000D;

  backdrop-filter: blur(20px);
  overflow: visible;
}

.cp-floating-badge::before {
  content: "";
  position: absolute;
  border-radius: 16px;

  top: 18px;
  left: 1px;

  width: 100%;
  height: 100%;

  box-shadow: 4px px 15px 0px #0000000D;

  backdrop-filter: blur(20px);
  background: #FFFFFF33;

  box-shadow: -4px -4px 15px 0px #FFFFFFCC;

  box-shadow: 4px 4px 15px 0px #0000000D;

  backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: -1;
  pointer-events: none;
}

.cp-floating-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cp-badge-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #735C00;
  position: relative;
  flex-shrink: 0;
}

.cp-badge-dot::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
  top: 6px;
  left: 4px;
  transform: rotate(-35deg);
}

.cp-badge-text {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  color: #2f3133;
  white-space: nowrap;
}

.cp-floating-progress {
  width: 82px;
  height: 4px;
  background: #CBA72F;
  border-radius: 999px;
  margin-left: 24px;
}

@media (max-width: 991px) {
  .cp-mobile-section {
    padding: 50px 0 60px;
  }

  .cp-title {
    font-size: 44px;
  }

  .cp-subtitle {
    font-size: 20px;
  }

  .cp-image-wrapper {
    margin-top: 20px;
  }

  .cp-floating-badge {
    top: 15px;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .cp-title {
    font-size: 28px;
    line-height: 1.12;
  }

  .cp-subtitle {
    font-size: 18px;
  }

  .cp-description {
    font-size: 14px;
    line-height: 1.8;
  }

  .cp-floating-badge {
    padding: 10px 14px;
    font-size: 9px;
    border-radius: 10px;
  }
}

@media (max-width: 575px) {
  .cp-mobile-section {
    padding: 40px 0 50px;
  }

  .cp-service-badge {
    font-size: 12px;
    padding: 7px 16px;
  }

  .cp-title {
    font-size: 26px;
  }
}

.dev-process-section {
  padding: 60px 0;


}

.dev-process-title {
  margin: 0 0 48px;
  text-align: center;

}

.dev-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.dev-process-card {
  position: relative;
  background: #FFFFFFB2;
  border: 1px solid #FFFFFF99;
  box-shadow: 0px 4px 6px -4px #0000001A;

  box-shadow: 0px 10px 15px -3px #0000001A;

  border-radius: 16px;
  padding: 32px 24px 28px;
  text-align: center;

  opacity: 0;
  transform: translateY(40px);
  animation: processFadeUp 0.8s ease-out forwards;

  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.dev-process-card:nth-child(1) {
  animation-delay: 0.1s;
}

.dev-process-card:nth-child(2) {
  animation-delay: 0.25s;
}

.dev-process-card:nth-child(3) {
  animation-delay: 0.4s;
}

.dev-process-card:nth-child(4) {
  animation-delay: 0.55s;
}

.dev-process-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 16px 35px rgba(15, 23, 42, 0.12),
    0 24px 50px rgba(15, 23, 42, 0.08);
}

.dev-process-number {
  width: 40px;
  height: 40px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #D4AF37 0%, #D7B238 10%, #DAB639 20%, #DEB939 30%, #E1BC3A 40%, #E4BF3B 50%, #E7C33C 60%, #EAC63D 70%, #EEC93D 80%, #F1CD3E 90%, #F4D03F 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.dev-process-card.active .dev-process-number {
  background: linear-gradient(135deg, #4E6B3D 0%, #506D3F 8.33%, #536F41 16.67%, #557143 25%, #587346 33.33%, #5A7548 41.67%, #5C774A 50%, #5F794C 58.33%, #617C4E 66.67%, #647E50 75%, #668053 83.33%, #698255 91.67%, #6B8457 100%);
}

.dev-process-card-title {
  margin: 0 0 12px;

  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: #111827;
}

.dev-process-card-text {
  margin: 0;

  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: #6b7280;
}

@keyframes processFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

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

@media (max-width: 1199px) {
  .dev-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dev-process-title {
    font-size: 35px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .dev-process-section {
    padding: 60px 0;
  }

  .dev-process-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .dev-process-title {
    font-size: 24px;
    margin-bottom: 32px;
    margin-top: -38px;
  }

  .dev-process-card {
    padding: 28px 20px 24px;
  }

  .dev-process-card-title {
    font-size: 20px;
  }

  .dev-process-card-text {
    font-size: 16px;
  }

  .dev-process-card:hover {
    transform: translateY(-4px);
  }
}



.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.project-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  background: #D4AF371A;
  color: #D4AF37;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.project-tag.green {
  background: #4E6B3D1A;
  color: #4E6B3D;


}

.join-card-body {
  padding: 14px 16px 16px;
}

.join-card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 8px;
  color: #111827;
}

.join-card-text {
  font-size: 16px;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 10px;
}

.join-card-img {
  height: 230px;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .join-card-img {
    height: 220px;
  }

  .join-card-title {
    font-size: 18px;
  }

  .join-card-text {
    font-size: 16px;
  }
}


.impact-section {
  padding-top: 60px;
}

.impact-header {
  margin-bottom: 28px;
}

.impact-title {
  margin: 0 0 8px;


}


.impact-band {
  background: #2D5016;
  padding: 24px 0 28px;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: stretch;
}

.impact-card {
  background: #ffffff;
  border: 1px solid #C4C8C14D;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);

  opacity: 0;
  transform: translateY(30px);
  animation: impactFadeUp 0.8s ease-out forwards;

  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.impact-card:nth-child(1) {
  animation-delay: 0.1s;
}

.impact-card:nth-child(2) {
  animation-delay: 0.25s;
}

.impact-card:nth-child(3) {
  animation-delay: 0.4s;
}

.impact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.10);
}

.impact-card-title {
  margin: 0 0 14px;

  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  color: #1f2937;
}

.impact-card-text {
  margin: 0;

  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #6b7280;
}

@keyframes impactFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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


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

  .impact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .impact-band {
    padding: 24px 0 32px;
  }
}

@media (max-width: 767px) {
  .impact-section {
    padding-top: 50px;
  }

  .impact-title {
        font-size: 23px;
        margin-top: -32px;
    }

  .impact-subtitle {
    font-size: 16px;
  }

  .impact-card {
    padding: 24px 22px;
  }

  .impact-card-title {
    font-size: 20px;
  }

  .impact-card-text {
    font-size: 16px;
    line-height: 1.7;
  }
}




.ready-join-box {
  max-width: 1320px;
  margin: 40 auto;
  padding: 52px 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(244, 208, 63, 0.1) 100%);
  border-top: 1px solid #D4AF3733 !important;
}

.new {
  background: linear-gradient(135deg, rgba(78, 107, 61, 0.1) 0%, rgba(107, 132, 87, 0.1) 100%);

  border-top: 1px solid #4e6b3d33;
}

.ready-join-title {
  margin: 0 0 12px;

}


.ready-join-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.ready-join-btn1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 32px;
  border-radius: 16777200px;
  background: linear-gradient(90deg, #D4AF37 0%, #D7B238 10%, #DAB639 20%, #DEB939 30%, #E1BC3A 40%, #E4BF3B 50%, #E7C33C 60%, #EAC63D 70%, #EEC93D 80%, #F1CD3E 90%, #F4D03F 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ready-join-btn1:hover {
  background: #c29a1d;
  border-color: #c29a1d;
  color: #ffffff;
}

.ready-join-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 32px;
  border-radius: 999px;
  background: #ffffff;
  border-top: 2px solid #E5E7EB;
  color: #364153;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ready-join-btn-outline:hover {
  background: #f9fafb;
  color: #111827;
  border-color: #d1d5db;
}


@media (max-width: 767px) {
  .ready-join-box {
    padding: 10px 20px;
    border-radius: 10px;
  }

  .ready-join-title {
    font-size: 25px;
  }

  .ready-join-description {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .ready-join-btn1,
  .ready-join-btn-outline {
    padding: 11px 22px;
    background-color: white;
    font-size: 14px;
  }

  .ready-join-actions {
    gap: 10px;
  }
}

/* ==========================digital marketing================== */


.cp-mobile-section {
  padding: 60px 0 80px;
  overflow: hidden;
}

.cp-service-badge {
  border: 1px solid #e5ecd9;
  background: #f7f9f3;
  color: #7d8f68;
}

.cp-title {
  max-width: 560px;
  margin-bottom: 22px;
}

.cp-title span {
  background: linear-gradient(180deg,
      #f2d24b 0%,
      #d4af37 45%,
      #c59a0f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.cp-subtitle {
  max-width: 520px;
  margin-bottom: 18px;
  font-size: 17px;

  font-weight: 400;
  line-height: 1.95;
  color: #6b7280;
}


.cp-description {
  max-width: 560px;
  line-height: 1.95;
  color: #6b7280;
}

.cp-image-wrapper {
  position: relative;
}

.cp-image-wrapper::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 480px;
  height: 360px;
  border-radius: 50%;
  background: linear-gradient(135deg,
      rgba(216, 178, 54, 0.16) 0%,
      rgba(216, 178, 54, 0.08) 45%,
      rgba(216, 178, 54, 0.03) 70%,
      rgba(216, 178, 54, 0) 100%);
  filter: blur(70px);
  z-index: 0;
  pointer-events: none;
}

.c-img-border {

  box-shadow: 0px 25px 50px -12px #00000040;

  border: 10px solid #FFFFFF99
}





.cp-floating-badge {
  top: -60px;
  right: -16px;
}

@media (max-width: 991px) {
  .cp-title {
    line-height: 1;
  }

  .cp-image-wrapper {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .cp-mobile-section {
    padding: 50px 0 60px;
  }

  .cp-title {
    line-height: 1.05;
  }

  .cp-subtitle {
    font-size: 16px;
  }

  .cp-image-wrapper::before {
    width: 320px;
    height: 240px;
    top: -30px;
    right: -20px;
    filter: blur(50px);
  }
}

.cp-hero-glow .col-lg-6:first-child {
  position: relative;
  z-index: 5;
}

.cp-hero-glow .col-lg-6:first-child::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -40px;
  width: 600px;
  height: 500px;
  pointer-events: none;
  z-index: -1;

  border-radius: 50%;

  background: linear-gradient(135deg, rgba(83, 124, 59, 0.2) 0%, rgba(105, 145, 72, 0.1) 100%);


  filter: blur(90px);
}

@media (max-width: 991px) {
  .cp-hero-glow .col-lg-6:first-child::before {
    width: 420px;
    height: 420px;
    top: -40px;
    left: -20px;
    filter: blur(60px);
  }
}


.overview-section {
  padding: 20px 0 20px;
}

.overview-header {
  max-width: 900px;
  margin: 0 auto;
}

.overview-description {
  max-width: 760px;
  margin: 0 auto;

}

@media (max-width: 991px) {
  .overview-section {
    padding: 70px 0 60px;
  }

  .overview-title {
    font-size: 44px;
  }

  .overview-description {
    font-size: 17px;
    max-width: 680px;
  }
}

@media (max-width: 767px) {
  .overview-section {
    padding: 60px 0 50px;
  }

  .overview-title {
    font-size: 32px;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
  }

  .overview-description {
    font-size: 16px;
    line-height: 1.8;
    max-width: 100%;
    padding: 0 10px;
  }
}

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

  .overview-description {
    font-size: 16px;
  }
}

.p {
  padding-top: 60px;
}

/* =========================contact============================ */

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


.contact-tag {

  width: fit-content;

  margin: auto;

  position: relative;

  font-size: 18px;
  font-weight: 700;

  letter-spacing: 2px;

  text-transform: uppercase;

  color: #d4af37;

  margin-bottom: 18px;
}


.section-title {

  font-size: 40px;
  line-height: 1.08;

  font-weight: 800;

  color: #121826;

  letter-spacing: 1px;
}


.section-title span {

  background:
    linear-gradient(90deg,
      #D4AF37 0%,
      #C8A835 7.14%,
      #BBA132 14.29%,
      #AF9A30 21.43%,
      #A3932D 28.57%,
      #978C2B 35.71%,
      #8B8529 42.86%,
      #7F7F26 50%,
      #747824 57.14%,
      #687122 64.29%,
      #5C6A1F 71.43%,
      #51641D 78.57%,
      #455D1B 85.71%,
      #395718 92.86%,
      #2D5016 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;
}


.section-desc {

  font-size: 17px;

  line-height: 1.8;

  color: #7b7b7b;

  font-weight: 400;

  max-width: 620px;
}


.contact-info-card {

  background: #fff;

  border-radius: 16px;

  padding: 22px;

  border: 1px solid rgba(0, 0, 0, .04);

  box-shadow:
    0 10px 24px rgba(0, 0, 0, .05);

}

.contact-info-card:hover {

  transform: translateY(-4px);

  box-shadow:
    0 18px 40px rgba(0, 0, 0, .08);
}


.contact-icon {

  width: 42px;
  height: 42px;

  min-width: 42px;

  border-radius: 12px;

  background: #c8a835;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;

  font-size: 16px;

  box-shadow:
    0 8px 18px rgba(200, 168, 53, .35);
}

.contact-label {

  font-size: 18px;

  color: #8a8a8a;

  margin-bottom: 4px;
}



.contact-value {

  font-size: 18px;
  font-weight: 700;

  color: #121826;

  line-height: 1.6;
}


.contact-value a {

  color: #121826;
  text-decoration: none;

}


.office-card {

  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(45, 80, 22, 0.1) 100%);
  border: 1px solid #D4AF3733;

  border-radius: 16px;

  padding: 22px;
}

.office-title {

  font-size: 18px;
  font-weight: 700;

  color: #121826;

  margin-bottom: 10px;
}

.office-text {

  font-size: 16px;

  color: #6b7280;

  line-height: 1.9;
}


.contact-image {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 16px;
  overflow: hidden;
}

.contact-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 768px) {
  .contact-image {
    aspect-ratio: auto;
  }

  .contact-image img {
    height: auto;
  }
}

.contact-form-card {

  background: #fff;

  border-radius: 20px;

  padding: 32px;

  border: 1px solid rgba(0, 0, 0, .04);

  box-shadow:


    0 12px 30px rgba(0, 0, 0, .06),
    0 24px 60px rgba(0, 0, 0, .10),
    0 40px 90px rgba(0, 0, 0, .08);

  height: 750px;
}

/* LABEL */

.form-label {

  font-size: 18px;
  font-weight: 600;

  color: #121826;

  margin-bottom: 10px;
}

/* INPUT */

.form-control {

  height: 52px;

  border-radius: 12px;

  border: 1px solid #e6e6e6;

  background: #f7f7f7;

  font-size: 16px;

  color: #121826;

  padding: 0 16px;

  box-shadow: none !important;
}

.form-control:focus {

  border-color: #c8a835;

  background: #fff;
}

/* TEXTAREA */

textarea.form-control {

  height: 130px;

  resize: none;

  padding-top: 14px;
}

/* BUTTON */

.contact-btn {

  width: 100%;

  height: 56px;

  border: none;

  border-radius: 12px;

  background:
    linear-gradient(90deg,
      #2d5016 0%,
      #395718 35%,
      #51641D 100%);

  color: #fff;

  font-size: 15px;
  font-weight: 600;

  transition: .35s ease;
}

.contact-btn:hover {

  transform: translateY(-3px);

  box-shadow:
    0 14px 30px rgba(45, 80, 22, .35);
}


@media(max-width:991px) {

  .section-title {
    font-size: 26px;
    letter-spacing: 1px;
  }

  .contact-form-card {
    margin-top: 10px;
  }

  .contact-value {
    font-size: 14px;
  }
}

@media(max-width:767px) {

  .contact-section {
    padding: 40px 0;
  }

  .section-title {
    font-size: 30px;
    letter-spacing: 1px;
  }

  .section-desc {
    font-size: 14px;
  }

  .contact-form-card {
    padding: 24px;
    border-radius: 18px;
  }

  .contact-info-card {
    padding: 18px;
  }

  .office-card {
    padding: 18px;
  }

  .contact-value {
    font-size: 14px;
  }
}

@media(max-width:480px) {

  .section-title {
    font-size: 25px;
    letter-spacing: 2px;
  }

  .contact-value {
    font-size: 14px;
  }
}

/* ================web development============== */


.web-hero-section {
  padding: 60px 0 80px;
  background: linear-gradient(135deg, #FAFAF8 0%, #F8F8F6 16.67%, #F7F7F5 33.33%, #F5F5F3 50%, #F2F3F0 60%, #F0F1ED 70%, #EDEFEB 80%, #EBEDE8 90%, #E8EBE5 100%);
}


.web-back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  text-decoration: none;

  color: #6b7d57;

  font-size: 17px;
  font-weight: 500;

  margin-bottom: 40px;

  transition: 0.3s ease;
}

.web-back-link:hover {
  color: #2d5016;
}

/* TAG */

.web-tag {
  width: fit-content;

  padding: 6px 20px;

  border-radius: 40px;

  background: linear-gradient(90deg,
      rgba(78, 107, 61, 0.1) 0%,
      rgba(107, 132, 87, 0.1) 100%);

  border: 1px solid #4e6b3d33;

  color: #6b7d57;

  font-size: 14px;
  font-weight: 500;

  margin-bottom: 26px;
}

/* HERO TITLE */

.web-hero-title {
  font-size: 50px;

  line-height: 1.02;

  font-weight: 800;

  color: #121826;

  letter-spacing: 2px;

  margin-bottom: 28px;
}

/* GRADIENT */

.web-hero-title span {
  background:
    linear-gradient(90deg, #d3b44d 0%, #c8a739 50%, #656b1b 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;
}

/* SUB TEXT */

.web-sub-text {
  font-size: 17px;

  line-height: 1.7;

  color: #5f6978;

  max-width: 620px;

  margin-bottom: 18px;
}

/* DESC */

.web-desc {
  font-size: 17px;

  line-height: 1.9;

  color: #5f6978;

  max-width: 720px;
}

/* IMAGE CARD */

.web-image-card {
  border-radius: 26px;

  overflow: hidden;

  background: #fff;

  padding: 10px;

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.1),
    0 40px 90px rgba(0, 0, 0, 0.08);

  transform: translateY(50px);

  opacity: 0;

  animation: webImageReveal 1.2s ease forwards;
}

/* IMAGE */

.web-image-card img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  border-radius: 20px;
}

/* LEFT ANIMATION */

.web-left-content {
  opacity: 0;

  transform: translateY(60px);

  animation: webLeftReveal 1s ease forwards;
}


@keyframes webLeftReveal {
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes webImageReveal {
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}


@media (max-width: 991px) {
  .web-hero-section {
    padding: 20px 0;
  }

  .web-hero-title {
    font-size: 45px;
    letter-spacing: 2px;
  }

  .web-image-card {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .web-hero-title {
    font-size: 28px;

    letter-spacing: 2px;
  }

  .web-sub-text {
    font-size: 17px;
  }

  .web-desc {
    font-size: 16px;
  }

  .web-tag {
    font-size: 14px;
  }

  .web-back-link {
    margin-bottom: 28px;
  }
}

@media (max-width: 480px) {
  .web-hero-title {
    font-size: 25px;
    letter-spacing: 2px;
  }

  .web-sub-text {
    font-size: 16px;
  }

  .web-desc {
    font-size: 15px;
  }

  .web-image-card {
    border-radius: 22px;
  }
}


.approach-section {
  padding: 20px 0;
  overflow: visible;
}


.approach-image-wrap {
  position: relative;
  max-width: 520px;
  margin: auto;
  padding: 28px;
}

/* WHITE OUTER CARD */

.approach-image-wrap::before {

  content: "";

  position: absolute;

  inset: 0;

  background: #ffffff33;

  border: 1px solid #ffffff26;

  border-radius: 44px;

  z-index: 0;

}

.approach-image-card {

  position: relative;

  z-index: 2;

  border-radius: 36px;

  overflow: hidden;

  transform: translateY(80px);

  opacity: 0;

  transition:
    opacity 1s ease,
    transform 1s ease;
}


.approach-image-card img {

  width: 100%;

  display: block;

  border-radius: 36px;

  object-fit: cover;
}


.approach-content {

  padding-left: 50px;

  transform: translateY(80px);

  opacity: 0;

  transition:
    opacity 1s ease,
    transform 1s ease;
}


.approach-title {

  font-size: 38px;

  line-height: 1.03;

  font-weight: 700;

  color: #162017;

  letter-spacing: 1.5px;

  margin-bottom: 50px;
}

/* FEATURE */

.approach-feature {

  display: flex;

  align-items: flex-start;

  gap: 22px;

  margin-bottom: 38px;

  transform: translateY(60px);

  opacity: 0;

  transition:
    opacity .9s ease,
    transform .9s ease;

  will-change:
    transform,
    opacity;
}


.approach-icon {

  width: 56px;
  height: 56px;

  min-width: 56px;

  border-radius: 18px;

  background: #f7fce3;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 18px;

  box-shadow:
    10px 10px 20px 0px #e1e6cf;
}

/* FEATURE TITLE */

.approach-feature-title {

  font-size: 20px;

  font-weight: 700;

  color: #1b1b1b;

  margin-bottom: 10px;
}

/* DESC */

.approach-desc {

  font-size: 16px;

  line-height: 1.85;

  color: #6b7280;

  max-width: 580px;
}

/* ================= SHOW ================= */

.approach-image-card.show {

  transform: translateY(0px);

  opacity: 1;
}

.approach-content.show {

  transform: translateY(0px);

  opacity: 1;
}

.approach-feature.show {

  transform: translateY(0px);

  opacity: 1;
}


/* FIX LAST CARD */

.approach-feature:last-child {

  margin-bottom: 0;
}

/* ================= RESPONSIVE ================= */

@media(max-width:1399px) {

  .approach-title {

    font-size: 40px;

    letter-spacing: 1px;
  }
}

@media(max-width:1199px) {

  .approach-title {

    font-size: 38px;

    letter-spacing: 1px;
  }
}

@media(max-width:991px) {

  .approach-section {
    padding: 50px 0;
  }

  .approach-content {

    padding-left: 0;

    margin-top: 80px;
  }

  .approach-title {

    font-size: 30px;

    letter-spacing: 1px;
  }

  .approach-image-wrap {
    max-width: 450px;
  }
}

@media(max-width:767px) {

  .approach-title {

    font-size: 24px;

    letter-spacing: 1px;

    margin-bottom: 36px;
  }

  .approach-feature {
    gap: 18px;
  }

  .approach-feature-title {
    font-size: 20px;
  }

  .approach-desc {
    font-size: 15px;
  }

  .approach-icon {

    width: 48px;
    height: 48px;

    min-width: 48px;

    border-radius: 15px;

    font-size: 16px;
  }

  .approach-image-wrap {

    max-width: 100%;

    padding: 18px;
  }

  .approach-image-wrap::before {
    border-radius: 30px;
  }

  .approach-image-card img {
    border-radius: 24px;
  }
}

@media(max-width:480px) {

  .approach-title {

    font-size: 24px;

    letter-spacing: 1px;
    margin-top: -61px;
  }

  .approach-image-wrap {
    padding: 14px;
  }
}

.process-section {

  position: relative;

  padding: 60px 0 120px;

  overflow: hidden;
}

/* ================= TOP GREEN ================= */

.process-top-layer {

  position: relative;

  background:
    linear-gradient(180deg,
      #476a2d 0%,
      #5c7c3f 100%);

  padding: 20px 20px 20px;

  overflow: hidden;
}

/* ================= INNER GLASS ================= */

.process-top-inner {

  max-width: 92%;

  margin: auto;

  background:
    rgba(255, 255, 255, .04);

  border:
    1px solid rgba(255, 255, 255, .06);

  border-radius: 18px;

  padding: 18px 20px;

  text-align: center;

  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, .04);
}

/* ================= TITLE ================= */

.process-top-title {

  font-size: 28px;

  font-weight: 800;

  color: #fff;

  margin-bottom: 8px;

  margin-top: 26px;
}

/* ================= DESC ================= */

.process-top-desc {

  max-width: 900px;

  margin: auto;

  font-size: 18px;

  line-height: 1.8;

  color: rgba(255, 255, 255, .90);
}

/* ================= MAIN TITLE ================= */

.process-main-title {

  text-align: center;

  font-size: 34px;

  font-weight: 800;

  color: #172033;

  margin-top: 37px;

  margin-bottom: 88px;
}


.process-row {

  align-items: flex-start;
}



.card-left {

  margin-top: 70px;
}


.card-center {

  margin-top: -55px;
}


.card-right {

  margin-top: 70px;
}


.process-card {

  position: relative;

  background: #fff;

  border-radius: 20px;

  text-align: center;

  padding: 95px 34px 42px;

  min-height: 350px;

  box-shadow:
    0 25px 60px rgba(0, 0, 0, .08),
    0 45px 120px rgba(0, 0, 0, .05);

  transition:
    transform .5s ease,
    opacity 1s ease;

  opacity: 0;

  transform:
    translateY(90px);
}


.process-card.show {

  opacity: 1;

  transform:
    translateY(0px);
}


.process-card:hover {

  transform:
    translateY(-10px);
}


.process-number {

  position: absolute;

  top: 50px;
  left: 50%;

  transform: translateX(-50%);

  width: 55px;
  height: 55px;

  border-radius: 50%;

  background: #6f8d4f;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;

  font-size: 30px;

  font-weight: 700;

  box-shadow:
    0 15px 35px rgba(111, 141, 79, .35);
}

/* ================= CARD TITLE ================= */

.process-card-title {

  font-size: 22px;

  font-weight: 700;

  color: #1c2434;

  margin-bottom: 18px;

  margin-top: 26px;
}

/* ================= CARD DESC ================= */

.process-card-desc {

  font-size: 17px;

  line-height: 1.8;

  color: #6b7280;
}

/* ================= BOTTOM GREEN ================= */

.process-bottom-layer {

  position: absolute;

  left: 0;
  bottom: 0;

  width: 100%;

  height: 146px;

  background: #2B4D16DE;


  backdrop-filter: blur(4px);

  -webkit-backdrop-filter: blur(6px);
}

/* ================= RESPONSIVE ================= */

/* ================= 1400px ================= */

@media (max-width:1399px) {

  .process-main-title {

    font-size: 32px;
  }

  .process-card {

    padding: 90px 28px 38px;
  }
}

/* ================= 1200px ================= */

@media (max-width:1199px) {

  .process-top-title {

    font-size: 30px;
  }

  .process-main-title {

    font-size: 38px;

    margin-bottom: 50px;
  }

  .process-card {

    min-height: 330px;
  }

  .process-card-title {

    font-size: 22px;
  }

  .process-card-desc {

    font-size: 16px;
  }

  .card-left {

    margin-top: 50px;
  }

  .card-center {

    margin-top: -30px;
  }

  .card-right {

    margin-top: 50px;
  }
}

/* ================= 992px ================= */

@media(max-width:991px) {

  .process-section {

    padding: 50px 0 80px;
  }

  .process-main-title {

    font-size: 30px;

    margin-top: 35px;

    margin-bottom: 35px;
  }

  .card-left,
  .card-center,
  .card-right {

    margin-top: 0;
  }

  .process-card {

    margin-bottom: 30px;

    min-height: auto;

    padding: 85px 24px 35px;
  }

  .process-card-title {

    font-size: 22px;
  }

  .process-card-desc {

    font-size: 15px;
  }

  .process-bottom-layer {

    height: 100px;
  }
}

/* ================= 768px ================= */

@media(max-width:767px) {

  .process-top-layer {

    padding: 20px 15px;
  }

  .process-top-inner {

    padding: 16px 14px;
  }

  .process-top-title {

    font-size: 26px;

    line-height: 1.3;
  }

  .process-top-desc {

    font-size: 16px;

    line-height: 1.7;
  }

  .process-main-title {

    font-size: 30px;

    line-height: 1.3;

    margin-top: 30px;

    margin-bottom: 30px;
  }

  .process-card {

    border-radius: 18px;

    padding: 80px 22px 32px;
  }

  .process-number {

    width: 58px;
    height: 58px;

    font-size: 22px;

    top: 38px;
  }

  .process-card-title {

    font-size: 18px;

    margin-top: 18px;
  }

  .process-card-desc {

    font-size: 16px;

    line-height: 1.7;
  }

  .process-bottom-layer {

    height: 80px;
  }
}

/* ================= 576px ================= */

@media(max-width:575px) {

  .process-section {

    padding: 40px 0 70px;
  }

  .process-main-title {

    font-size: 26px;
  }

  .process-top-title {

    font-size: 24px;
  }

  .process-card {

    padding: 75px 18px 28px;
  }

  .process-number {

    width: 54px;
    height: 54px;

    font-size: 20px;
  }

  .process-card-title {

    font-size: 18px;
  }

  .process-card-desc {

    font-size: 16px;
  }
}

/* ================= 400px ================= */

@media(max-width:400px) {

  .process-main-title {

    font-size: 22px;
  }

  .process-top-title {

    font-size: 21px;
  }

  .process-top-desc {

    font-size: 16px;
  }

  .process-card {

    padding: 70px 16px 24px;
  }

  .process-number {

    width: 50px;
    height: 50px;

    font-size: 18px;

    top: 34px;
  }

  .process-card-title {

    font-size: 18px;
  }

  .process-card-desc {

    font-size: 16px;

    line-height: 1.6;
  }

  .process-bottom-layer {

    height: 65px;
  }
}

/* ================= SECTION ================= */

.featured-section {

  padding: 90px 0 120px;

  overflow: hidden;
}

/* ================= STACK TEXT ================= */

.stack-label {

  text-align: center;

  font-size: 16px;

  font-weight: 600;

  letter-spacing: 3px;

  text-transform: uppercase;

  color: #7b7f75;

  margin-bottom: 36px;
}

/* ================= STACK ROW ================= */

.stack-row {

  display: flex;

  justify-content: center;

  align-items: center;

  gap: 55px;

  flex-wrap: wrap;

  margin-bottom: 90px;
}

/* ================= STACK ITEM ================= */

.stack-item {

  display: flex;

  align-items: center;

  gap: 12px;

  color: #182319;


  font-size: 20px;

  font-weight: 700;

  transition: .4s ease;
}

/* ICON */

.stack-item i {

  font-size: 21px;
}

/* HOVER */

.stack-item:hover {

  transform:
    translateY(-6px);

  color: #2f4d1d;
}

/* ================= TITLE ================= */

.featured-title {

  text-align: center;

  font-size: 34px;

  font-weight: 800;

  color: #172033;

  margin-bottom: 100px;
}

/* ================= ROW ================= */

.projects-row {

  align-items: flex-start;
}

/* LEFT CARD */

.project-left {

  margin-top: -40px;
}

/* CENTER CARD */

.project-center {

  margin-top: 65px;
}

/* RIGHT CARD */

.project-right {

  margin-top: -40px;
}

/* ================= CARD ================= */

.project-card {

  position: relative;

  border-radius: 26px;

  overflow: hidden;

  height: 450px;

  background: #F7FCE3;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, .10);

  transition:
    transform .9s ease,
    opacity .9s ease;

  opacity: 0;

  transform:
    translateY(90px);

  box-shadow: -10px -10px 20px 0px #FFFFFF;

  box-shadow: 10px 10px 20px 0px #E1E6CF;

}

/* SHOW */

.project-card.show {

  opacity: 1;

  transform:
    translateY(0);
}

/* HOVER */

.project-card:hover {

  transform:
    translateY(-12px) scale(1.02);
}

/* IMAGE */

.project-card img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: 1s ease;
}

/* OVERLAY */

.project-overlay {

  position: absolute;

  inset: 0;

  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, .78) 100%);
  box-shadow: -10px -10px 20px 0px #FFFFFF;

  box-shadow: 10px 10px 20px 0px #E1E6CF;

}

/* CONTENT */

.project-content {

  position: absolute;

  left: 28px;
  bottom: 28px;

  z-index: 5;
}

/* SMALL */

.project-tag {

  font-size: 11px;

  font-weight: 500;

  text-transform: uppercase;

  letter-spacing: 1px;

  color: #d7b758;

  margin-bottom: 8px;
}

/* NAME */

.project-name {

  font-size: 20px;

  font-weight: 700;

  color: #fff;

  margin-bottom: 0;
}

/* ================= RESPONSIVE ================= */

@media(max-width:1199px) {

  .featured-title {

    font-size: 46px;
  }

  .project-card {

    height: 470px;
  }
}

@media(max-width:991px) {

  .featured-section {

    padding: 70px 0 90px;
  }

  .stack-row {

    gap: 30px;

    margin-bottom: 60px;
  }

  .featured-title {

    font-size: 30px;

    margin-bottom: 50px;
  }

  .project-left,
  .project-center,
  .project-right {

    margin-top: 0;
  }

  .project-card {

    height: 430px;

    margin-bottom: 30px;
  }
}

@media(max-width:767px) {

  .stack-row {

    gap: 20px;
  }

  .stack-item {

    font-size: 17px;
  }

  .featured-title {

    font-size: 24px;
  }

  .project-card {

    height: 390px;
  }

  .project-name {

    font-size: 24px;
  }
}

@media(max-width:575px) {

  .featured-section {

    padding: 60px 0 70px;
  }

  .featured-title {

    font-size: 24px;
  }

  .project-card {

    height: 370px;

    border-radius: 22px;
  }

  .project-content {

    left: 22px;
    bottom: 22px;
  }

  .project-name {

    font-size: 21px;
  }
}

/* =======================portfolio.php======================= */
/* =========================
   PREMIUM PORTFOLIO BACKGROUND
========================= */

.portfolio-showcase-section{
    position: relative;
    overflow: hidden;
    background:
    radial-gradient(circle at top left,
    rgba(125, 119, 255, 0.10),
    transparent 25%),

    radial-gradient(circle at top right,
    rgba(0, 194, 255, 0.08),
    transparent 25%),

    radial-gradient(circle at bottom left,
    rgba(168, 85, 247, 0.08),
    transparent 30%),

    radial-gradient(circle at bottom right,
    rgba(59, 130, 246, 0.08),
    transparent 30%),

    #ffffff;

    z-index: 1;
}

/* BIG BLUR LIGHT LEFT */
.portfolio-showcase-section::before{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    left:-220px;
    top:80px;

    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(168,85,247,.20),
    transparent 70%);

    filter:blur(60px);

    animation:leftBlob 12s ease-in-out infinite;
}

/* BIG BLUR LIGHT RIGHT */
.portfolio-showcase-section::after{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    right:-250px;
    bottom:0;

    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(59,130,246,.15),
    transparent 70%);

    filter:blur(70px);

    animation:rightBlob 15s ease-in-out infinite;
}

/* FLOATING ANIMATION */
@keyframes leftBlob{
    0%,100%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-40px);
    }
}

@keyframes rightBlob{
    0%,100%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(40px);
    }
}

/* DOT PATTERN */
.portfolio-showcase-section .bg-dots-left,
.portfolio-showcase-section .bg-dots-right{
    position:absolute;
    width:120px;
    height:120px;

    background-image:
    radial-gradient(
    #cfd4ff 1.5px,
    transparent 1.5px);

    background-size:18px 18px;

    opacity:.7;
}

.bg-dots-left{
    left:30px;
    top:40px;
}

.bg-dots-right{
    right:30px;
    top:40px;
}

/* ABSTRACT WAVY LINE */
.portfolio-showcase-section .bg-line{
    position:absolute;
    right:0;
    top:70px;

    width:280px;
    height:320px;

    opacity:.5;
}

.bg-line svg{
    width:100%;
    height:100%;
}

.bg-line path{
    fill:none;
    stroke:#c9ceff;
    stroke-width:2;
}

/* SMALL FLOATING CIRCLES */

.bg-circle{
    position:absolute;
    border-radius:50%;
    border:1px solid rgba(160,170,255,.4);

    animation:circleFloat 8s ease-in-out infinite;
}

.bg-circle.circle-1{
    width:55px;
    height:55px;
    top:90px;
    left:180px;
}

.bg-circle.circle-2{
    width:40px;
    height:40px;
    top:180px;
    right:250px;
}

.bg-circle.circle-3{
    width:70px;
    height:70px;
    bottom:120px;
    right:70px;
}

@keyframes circleFloat{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-15px);
    }
}

/* Filter Buttons */
.portfolio-filter-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* gap: 14px; */
  margin-bottom: 48px;
}

.portfolio-filter-btn {
  border: none;
  background: transparent;
  color: #4b5563;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 999px;
  transition: all 0.35s ease;
  cursor: pointer;
}

.portfolio-filter-btn.active,
.portfolio-filter-btn:hover {
  background: #6b8e5c;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(107, 142, 92, 0.25);
}
/* =========Responsive code========== */

@media (max-width: 768px) {
  .portfolio-filter-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 0px;
    padding: 0 0px 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    position: relative;
    z-index: 99;
  }

  .portfolio-filter-wrapper::-webkit-scrollbar {
    display: none;
  }

  .portfolio-filter-btn {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 14px;
    padding: 10px 16px;
    position: relative;
    z-index: 100;
    pointer-events: auto;
    touch-action: manipulation;
  }
}

/* Portfolio Card */
.portfolio-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #ececec;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
  transition: all 0.45s ease;
  animation: portfolioFadeUp 0.8s ease both;
}

.portfolio-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
}

.row>div:nth-child(1) .portfolio-card {
  animation-delay: 0.1s;
}

.row>div:nth-child(2) .portfolio-card {
  animation-delay: 0.2s;
}

.row>div:nth-child(3) .portfolio-card {
  animation-delay: 0.3s;
}

.row>div:nth-child(4) .portfolio-card {
  animation-delay: 0.4s;
}

.row>div:nth-child(5) .portfolio-card {
  animation-delay: 0.5s;
}

.row>div:nth-child(6) .portfolio-card {
  animation-delay: 0.6s;
}

.portfolio-category-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
 background: #6b8e5c;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.portfolio-card-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.portfolio-card:hover .portfolio-card-img {
  transform: scale(1.06);
}

.portfolio-card-body {
  padding: 22px;
}

.portfolio-card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: #111827;
  margin-bottom: 10px;
}


.portfolio-card-text {
  font-size: 15px;
  line-height: 1.8;
  color: #6b7280;
  margin-bottom: 16px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
  text-overflow: ellipsis;
}

/* Tech Stack */
.portfolio-tech-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.portfolio-tech-stack span {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  background: #4E6B3D1A;
  /* border: 1px solid #e5e7eb; */
  border-radius: 16777200px;
  font-size: 13px;
  font-weight: 500;
  color: #4E6B3D;
}

/* View Project Link */
.portfolio-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #3f6f45;
  text-decoration: none;
  transition: all 0.3s ease;
}

.portfolio-read-more:hover {
  color: #2f5534;
  gap: 10px;
}

/* Entrance Animation */
@keyframes portfolioFadeUp {
  from {
    opacity: 0;
    transform: translateY(35px);
  }

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

/* Tablet */
@media (max-width: 991.98px) {
  .portfolio-card-img {
    height: 210px;
  }

  .portfolio-card-body {
    padding: 20px;
  }

  .portfolio-card-title {
    font-size: 18px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .portfolio-filter-wrapper {
    /* gap: 10px; */
    margin-bottom: 32px;
  }

  .portfolio-filter-btn {
    font-size: 12px;
    padding: 7px 10px;
  }

  .portfolio-card-img {
    height: 200px;
  }

  .portfolio-card-body {
    padding: 18px;
  }

  .portfolio-card-title {
    font-size: 17px;
  }

  .portfolio-card-text {
    font-size: 13px;
    line-height: 1.7;
  }

  .portfolio-subtitle {
    font-size: 14px;
    line-height: 1.7;
  }
}


/* =======================testimonial================== */


/* =========================
   PREMIUM TESTIMONIAL BG
========================= */

.testimonial-section{
    position:relative;
    overflow:hidden;

    background:
    radial-gradient(circle at top left,
    rgba(107,142,92,.08),
    transparent 25%),

    radial-gradient(circle at top right,
    rgba(99,102,241,.06),
    transparent 25%),

    radial-gradient(circle at bottom left,
    rgba(168,85,247,.06),
    transparent 30%),

    radial-gradient(circle at bottom right,
    rgba(59,130,246,.08),
    transparent 30%),

    #ffffff;
}

/* BIG BLUR LEFT */

.testimonial-section::before{
    content:'';

    position:absolute;

    width:450px;
    height:450px;

    left:-220px;
    top:80px;

    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(107,142,92,.18),
    transparent 70%);

    filter:blur(60px);

    animation:testimonialBlob1 12s ease-in-out infinite;
}

/* BIG BLUR RIGHT */

.testimonial-section::after{
    content:'';

    position:absolute;

    width:500px;
    height:500px;

    right:-250px;
    bottom:-50px;

    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(59,130,246,.15),
    transparent 70%);

    filter:blur(70px);

    animation:testimonialBlob2 15s ease-in-out infinite;
}

/* DOTS */

.testimonial-bg-dots{
    position:absolute;

    width:120px;
    height:120px;

    background-image:
    radial-gradient(
    #d7dbff 1.5px,
    transparent 1.5px);

    background-size:18px 18px;

    opacity:.8;
}

.testimonial-dots-left{
    left:40px;
    top:40px;
}

.testimonial-dots-right{
    right:40px;
    top:40px;
}

/* FLOATING CIRCLES */

.testimonial-bg-circle{
    position:absolute;

    border-radius:50%;

    border:1px solid rgba(180,190,255,.5);

    animation:circleFloat 8s ease-in-out infinite;
}

.circle-1{
    width:60px;
    height:60px;
    top:90px;
    left:220px;
}

.circle-2{
    width:45px;
    height:45px;
    top:200px;
    right:250px;
}

.circle-3{
    width:80px;
    height:80px;
    bottom:80px;
    right:100px;
}

/* WAVY LINE */

.testimonial-bg-line{
    position:absolute;

    right:0;
    top:50px;

    width:300px;
    height:320px;

    opacity:.45;
}

.testimonial-bg-line svg{
    width:100%;
    height:100%;
}

.testimonial-bg-line path{
    fill:none;
    stroke:#d8ddff;
    stroke-width:2;
}

/* ANIMATION */

@keyframes testimonialBlob1{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-40px);
    }
}

@keyframes testimonialBlob2{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(40px);
    }
}

@keyframes circleFloat{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-15px);
    }
}
.testimonial-section{
    position:relative;
    padding:60px 0;
    overflow:hidden;
    background:#fff;
}

/* Background Blur */

.testimonial-section::before{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    left:-180px;
    top:50px;
    border-radius:50%;

    background:rgba(107,142,92,.08);

    filter:blur(120px);
}

.testimonial-section::after{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    right:-150px;
    bottom:0;

    border-radius:50%;

    background:rgba(107,142,92,.06);

    filter:blur(120px);
}

/* Heading */

.testimonial-tag{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:12px 24px;

    border-radius:50px;

    background:#f5faf2;

    color:#6b8e5c;

    font-size:14px;
    font-weight:700;
    letter-spacing:1px;

    margin-bottom:18px;
}

.testimonial-title{
    font-size:38px;
    font-weight:800;
    line-height:1.1;
    color:#111827;
}

.testimonial-title span{
    color:#6b8e5c;
}

.testimonial-subtitle{
    max-width:700px;
    margin:auto;

    color:#6b7280;

    font-size:17px;
    line-height:1.8;
}

/* Card */

.testimonial-card{
    position:relative;

    background:rgba(255,255,255,.92);

    backdrop-filter:blur(20px);

    border-radius:24px;

    padding:30px;

    height:100%;

    overflow:hidden;

    border:1px solid #edf1eb;

    transition:.45s ease;

    box-shadow:
    0 10px 25px rgba(0,0,0,.04),
    0 20px 60px rgba(0,0,0,.08);
}

.testimonial-card:hover{
    transform:translateY(-12px);

    box-shadow:
    0 25px 60px rgba(107,142,92,.15);
}

/* Gradient Border */

.testimonial-card::before{
    content:'';

    position:absolute;
    inset:0;

    border-radius:24px;

    padding:1px;

    background:
    linear-gradient(
    135deg,
    rgba(107,142,92,.30),
    rgba(255,255,255,.20),
    rgba(107,142,92,.15));

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

    -webkit-mask-composite:xor;

    pointer-events:none;
}

/* Glow */

.testimonial-card::after{
    content:'';

    position:absolute;

    width:220px;
    height:220px;

    background:
    radial-gradient(
    circle,
    rgba(107,142,92,.12),
    transparent);

    top:-100px;
    right:-100px;

    transition:.5s;
}

.testimonial-card:hover::after{
    transform:scale(1.4);
}

/* Quote */

.testimonial-quote{
    width:62px;
    height:62px;

    border-radius:18px;

    background:
    linear-gradient(
    135deg,
    #6b8e5c,
    #88a778);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    font-size:24px;

    margin-bottom:18px;

    box-shadow:
    0 15px 30px rgba(107,142,92,.25);
}

/* Stars */

.testimonial-stars{
    color:#f4b400;
    font-size:20px;
    letter-spacing:3px;
    margin-bottom:18px;
}

/* Content */

.testimonial-desc{
    color:#4b5563;

    line-height:1.9;

    min-height:150px;

    font-size:15px;
}

.testimonial-line{
    width:100%;
    height:1px;

    background:#edf1eb;

    margin:20px 0;
}

/* User */

.testimonial-user{
    display:flex;
    align-items:center;
    gap:14px;
}

.testimonial-user-img{
    width:60px;
    height:60px;

    border-radius:50%;

    padding:3px;

    background:
    linear-gradient(
    135deg,
    #6b8e5c,
    #9bbc8d);
}

.testimonial-user-img img{
    width:100%;
    height:100%;

    border-radius:50%;

    object-fit:cover;
}

.testimonial-user-name{
    font-size:14px;
    font-weight:700;
    color:#111827;
    margin-bottom:4px;
}

.verified-badge{
    display:inline-flex;

    width:18px;
    height:18px;

    align-items:center;
    justify-content:center;

    background:#22c55e;

    color:#fff;

    border-radius:50%;

    font-size:10px;

    margin-left:5px;
}

.testimonial-user-role{
    font-size:13px;
    color:#6b7280;
}

/* Logo */

.testimonial-company{
    margin-top:18px;
    padding-top:18px;
    border-top:1px solid #edf1eb;
}

.testimonial-company img{
    height:22px;
    opacity:.7;
}

/* Responsive */

@media(max-width:991px){

.testimonial-title{
    font-size:36px;
}

}

@media(max-width:767px){

.testimonial-section{
    padding:30px 0;
}

.testimonial-title{
    font-size:26px;
}

.testimonial-card{
    padding:24px;
}

.testimonial-desc{
    min-height:auto;
}

}
/* ====================ui-ux================== */
/* Unique wrapper for this image only */
.cp-uiux-main-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;

  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 22px;
  position: relative;
  z-index: 3;
}

/* Outer frame */
.cp-uiux-image-wrapper {
  position: relative;
  padding: 34px;
  border-radius: 34px;
  overflow: visible;
  isolation: isolate;

  /* Warm ivory frame */
  background: linear-gradient(135deg,
      #f7f6f0 0%,
      #efede2 45%,
      #f8f7f2 100%);

  /* Soft shadow and glow */
  box-shadow:
    0 40px 90px rgba(175, 170, 135, 0.18),
    0 12px 30px rgba(0, 0, 0, 0.04);
}

/* Tablet */
@media (max-width: 991.98px) {
  .cp-uiux-image-wrapper {
    padding: 24px;
    border-radius: 28px;
  }

  .cp-uiux-image-wrapper::after {
    inset: 24px;
    border-radius: 18px;
  }

  .cp-uiux-main-image {
    border-radius: 18px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .cp-uiux-image-wrapper {
    padding: 18px;
    border-radius: 22px;
  }

  .cp-uiux-image-wrapper::after {
    inset: 18px;
    border-radius: 14px;
  }

  .cp-uiux-main-image {
    border-radius: 14px;
  }


}

/* Only this new class is needed for the overlay effect */
.cp-uiux-overlay {
  position: relative;
  overflow: visible;
}

.cp-uiux-overlay::before {
  content: "";
  position: absolute;
  top: -18%;
  right: -16%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;

  background: linear-gradient(135deg, rgba(78, 107, 61, 0.2) 0%, rgba(212, 175, 55, 0.2) 100%);


  filter: blur(28px);
}

.cp-uiux-overlay::after {
  content: "";
  position: absolute;
  inset: -50px;
  border-radius: 40px;
  pointer-events: none;
  z-index: 1;

  background: linear-gradient(135deg, rgba(78, 107, 61, 0.2) 0%, rgba(212, 175, 55, 0.2) 100%);

  filter: blur(35px);
}

.cp-uiux-overlay img {
  position: relative;
  z-index: 3;
}

/* ==============ui-ux 2nd======================== */
.strategy88 {

  padding: 60px 0;


  overflow: hidden;
}

/* TITLE */

.strategy88-title {

  text-align: center;

  font-size: 38px;

  font-weight: 800;

  color: #1e2b20;

  letter-spacing: 1px;

  margin-bottom: 55px;
}

/* ================= TOP GRID ================= */

.strategy88-grid {

  display: grid;

  grid-template-columns:
    1.55fr 1.05fr;

  gap: 18px;

  margin-bottom: 18px;
}

/* ================= CARD ================= */

.strategy88-card {

  position: relative;

  overflow: hidden;

  border-radius: 28px;

  padding: 28px 28px;

  min-height: 320px;

  border: 1px solid transparent;

  transition:
    transform .45s ease,
    background .4s ease,
    border .4s ease,
    box-shadow .4s ease,
    opacity .8s ease;

  cursor: pointer;

  box-shadow:
    0 10px 25px rgba(0, 0, 0, .04);

  transform:
    translateY(60px);

  opacity: 0;
}

/* SHOW */

.strategy88-card.show {

  transform:
    translateY(0);

  opacity: 1;
}

/* HOVER */

.strategy88-card:hover {

  transform:
    translateY(-8px);
}

/* ACTIVE */

.strategy88-card.active {

  background: #ffffff !important;

  border:
    1px solid #ddd3be;

  box-shadow:
    0 18px 40px rgba(0, 0, 0, .05);
}

/* ================= COLORS ================= */

.card-green {

  background: #4E6B3D1A;
  box-shadow: -8px -8px 16px 0px #FFFFFF;

  box-shadow: 8px 8px 16px 0px #D8DCC4;



}

.card-white {

  background: #fff;
  box-shadow: -8px -8px 16px 0px #FFFFFF;

  box-shadow: 8px 8px 16px 0px #D8DCC4;

}

.card-cream {

  background: #4E6B3D1A;
}

.card-soft {

  background: #dfe3d7;
  box-shadow: -8px -8px 16px 0px #FFFFFF;

  box-shadow: 8px 8px 16px 0px #D8DCC4;

}

.card-light {

  background: #4E6B3D1A;
  box-shadow: -8px -8px 16px 0px #FFFFFF;

  box-shadow: 8px 8px 16px 0px #D8DCC4;

}

/* ================= ICON ================= */

.strategy88-icon {

  width: 44px;
  height: 44px;

  border-radius: 50%;

  display: flex;

  align-items: center;
  justify-content: center;

  margin-bottom: 30px;

  font-size: 16px;
}

.icon-dark {

  background: #29382a;

  color: #fff;
}

.icon-gold {

  background: #d7ac24;

  color: #222;
}

/* ================= HEADING ================= */

.strategy88-heading {

  font-size: 24px;

  font-weight: 700;

  color: #263126;

  margin-bottom: 18px;
}

/* ================= TEXT ================= */

.strategy88-text {

  font-size: 16px;

  line-height: 1.9;

  color: #444843;
  ;

  max-width: 500px;
}

/* ================= STATS ================= */

.strategy88-bottom {

  position: absolute;

  left: 28px;
  bottom: 22px;

  display: flex;

  gap: 45px;
}

.strategy88-stat h5 {

  font-size: 24px;

  font-weight: 700;

  color: #735C00;


  margin-bottom: 2px;
  margin-top: 29px;
}

.strategy88-stat span {

  font-size: 16px;

  color: #5f6764;
}

/* ================= IMAGE ================= */

.strategy88-image {

  position: absolute;

  right: 0;
  bottom: 0;

  width: 49%;

  height: 56%;

  overflow: hidden;

  border-top-left-radius: 24px;

  z-index: 0;
}

.strategy88-image img {

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.strategy88-card .strategy88-icon,
.strategy88-card .strategy88-heading,
.strategy88-card .strategy88-text,
.strategy88-card .strategy88-bottom {

  position: relative;

  z-index: 1;
}

/* ================= BOTTOM GRID ================= */

.strategy88-bottom-grid {

  display: grid;

  grid-template-columns:
    .9fr .95fr 1.1fr;

  gap: 18px;
}

/* SMALL CARD */

.strategy88-small {

  min-height: 175px;

  padding: 22px 22px;
}

/* ================= RESPONSIVE ================= */

@media(max-width:991px) {

  .strategy88 {

    padding: 70px 0;
  }

  .strategy88-title {

    font-size: 30px;

    line-height: 1.2;
  }

  .strategy88-grid {

    grid-template-columns: 1fr;
  }

  .strategy88-bottom-grid {

    grid-template-columns: 1fr;
  }

  .strategy88-card {

    min-height: auto;
  }

  .strategy88-image {

    position: relative;

    width: 100%;

    height: 240px;

    margin-top: 28px;

    border-radius: 22px;
  }

  .strategy88-bottom {

    position: relative;

    left: 0;
    bottom: 0;

    margin-top: 28px;
  }
}

@media(max-width:767px) {

  .strategy88 {

    padding: 60px 0;
  }

  .strategy88-title {

    font-size: 24px;
  }

  .strategy88-card {

    border-radius: 22px;

    padding: 22px;
  }

  .strategy88-heading {

    font-size: 20px;
  }

  .strategy88-text {

    font-size: 18px;
  }
}

/* ================= SECTION ================= */

.method88 {

  padding: 60px 0;


  overflow: hidden;
}

/* ================= TOP ================= */

.method88-top {

  text-align: center;

  margin-bottom: 80px;

  opacity: 0;

  transform:
    translateY(50px);

  transition: 1s ease;
}

/* SHOW */

.method88-top.show {

  opacity: 1;

  transform:
    translateY(0);
}

/* SMALL TITLE */

.method88-sub {

  font-size: 11px;

  font-weight: 700;

  letter-spacing: 2px;

  text-transform: uppercase;

  color: #b59635;

  margin-bottom: 16px;
}

/* TITLE */

.method88-title {

  font-size: 38px;

  line-height: 1;

  font-weight: 800;

  letter-spacing: 1px;

  color: #1d2a1f;
}

/* ================= PROCESS ================= */

.method88-process {

  position: relative;

  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  gap: 34px;

  margin-bottom: 90px;
}

/* LINE */

.method88-process::before {

  content: "";

  position: absolute;

  left: 0;
  top: 20px;

  width: 100%;

  height: 1px;

  background: #e5e5df;
}

/* ITEM */

.method88-item {

  position: relative;

  z-index: 2;

  opacity: 0;

  transform:
    translateY(60px);

  transition:
    .9s ease;
  margin: auto;
}

/* SHOW */

.method88-item.show {

  opacity: 1;

  transform:
    translateY(0);
}

/* NUMBER */

.method88-number {

  width: 42px;
  height: 42px;

  border-radius: 50%;

  background: #97aa87;

  display: flex;

  align-items: center;
  justify-content: center;

  font-size: 15px;

  font-weight: 700;

  color: #1d2a1f;

  margin-bottom: 26px;

  box-shadow:
    0 8px 20px rgba(0, 0, 0, .05);

  transition: .45s ease;
}

/* NUMBER HOVER */

.method88-item:hover .method88-number {

  transform:
    scale(1.1);

  background: #839874;
}

/* HEADING */

.method88-heading {

  font-size: 22px;

  font-weight: 600;

  color: #1d2a1f;

  margin-bottom: 18px;
}

/* TEXT */

.method88-text {

  font-size: 16px;

  line-height: 1.8;

  color: #666d67;

  max-width: 240px;
}

/* ================= BOTTOM ================= */

.method88-bottom {

  display: flex;

  align-items: flex-end;

  justify-content: space-between;

  gap: 50px;
}

/* LEFT */

.method88-left {

  max-width: 480px;

  opacity: 0;

  transform:
    translateX(-60px);

  transition: 1s ease;
}

/* SHOW */

.method88-left.show {

  opacity: 1;

  transform:
    translateX(0);
}

/* STACK TITLE */

.method88-stack-title {

  font-size: 38px;

  line-height: 1;

  font-weight: 800;

  letter-spacing: 1px;

  color: #1d2a1f;

  margin-bottom: 22px;
}

/* STACK TEXT */

.method88-stack-text {

  font-size: 18px;

  line-height: 1.8;

  color: #666d67;
}

/* ================= ICON BOXES ================= */

.method88-tools {

  display: flex;

  align-items: center;

  gap: 18px;
}

/* TOOL */

.method88-tool {

  width: 120px;
  height: 120px;

  border-radius: 20px;

  background: #fff;

  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;

  /* gap: 14px; */

  box-shadow:
    0 10px 25px rgba(0, 0, 0, .04);

  transition:
    .45s ease;

  opacity: 0;

  transform:
    translateY(60px);
}

/* SHOW */

.method88-tool.show {

  opacity: 1;

  transform:
    translateY(0);
}

/* HOVER */

.method88-tool:hover {

  transform:
    translateY(-10px);

  box-shadow:
    0 18px 40px rgba(0, 0, 0, .06);
}

/* ICON */

.method88-tool i {

  font-size: 28px;

  color: #1d2a1f;
}

/* NAME */

.method88-tool span {

  font-size: 14px;

  font-weight: 600;

  color: #1d2a1f;
}

/* ================= RESPONSIVE ================= */

@media(max-width:1199px) {

  .method88-title {

    font-size: 38px;
    letter-spacing: 1px;
  }

  .method88-stack-title {

    font-size: 34px;
    letter-spacing: 1px;
  }
}

@media(max-width:991px) {

  .method88 {

    padding: 70px 0;
  }

  .method88-title {

    font-size: 30px;
  }

  .method88-process {

    grid-template-columns:
      repeat(2, 1fr);

    gap: 50px 30px;
  }

  .method88-bottom {

    flex-direction: column;

    align-items: flex-start;
  }

  .method88-stack-title {

    font-size: 32px;
  }
}

@media(max-width:767px) {

  .method88 {

    padding: 60px 0;
  }

  .method88-title {

    font-size: 26px;

    line-height: 1.2;
  }

  .method88-process {

    grid-template-columns: 1fr;

    gap: 40px;
  }

  .method88-process::before {

    display: none;
  }

  .method88-heading {

    font-size: 20px;
  }

  .method88-text {

    font-size: 15px;
  }

  .method88-stack-title {

    font-size: 26px;
  }

  .method88-stack-text {

    font-size: 16px;
  }

  .method88-tools {

    width: 100%;

    justify-content: flex-start;

    flex-wrap: wrap;
  }

  .method88-tool {

    width: 100px;
    height: 100px;
  }
}



/* ============================ it suport=============== */

.imgsupport {
  padding: none !important;
  height: auto;
  box-shadow: none !important;
  background: none !important;

}

/* ========================it consulting================= */


.consult88 {

  padding: 80px 0 0;


  overflow: hidden;
}

/* ================= TOP ================= */

.consult88-top {

  display: grid;

  grid-template-columns:
    .95fr 1.4fr;

  gap: 28px;

  margin-bottom: 55px;
}

/* LEFT */

.consult88-left {

  max-width: 320px;
}


.consult88-title {

  font-size: 38px;

  line-height: 1;

  font-weight: 800;

  letter-spacing: 2px;

  color: #1d261d;

  margin-bottom: 24px;
}


.consult88-line {

  width: 58px;
  height: 3px;

  background: #c2a53f;

  margin-bottom: 26px;
}


.consult88-text {

  font-size: 18px;

  line-height: 1.9;

  color: #646b67;
}


.consult88-top-cards {

  display: flex;

  gap: 18px;
}


.consult88-small {

  flex: 1;

  background: #f8f8f4;

  border: 1px solid #b5beaa;

  border-radius: 16px;

  padding: 24px 24px;

  min-height: 155px;

  transition: .45s ease;

  box-shadow:
    0 6px 18px rgba(0, 0, 0, .03);
}


.consult88-small:hover {

  transform:
    translateY(-8px);

  box-shadow:
    0 16px 35px rgba(0, 0, 0, .05);
}


.consult88-small i {

  color: #94791c;

  font-size: 18px;

  margin-bottom: 20px;
}


.consult88-small h4 {

  font-size: 22px;

  font-weight: 600;

  color: #1d261d;

  margin-bottom: 14px;
}


.consult88-small p {

  font-size: 18px;

  line-height: 1.8;

  color: #666d67;
}

/* ================= MIDDLE ================= */

.consult88-middle-title {

  font-size: 36px;

  line-height: 1;

  font-weight: 800;

  letter-spacing: 2px;

  color: #1d261d;

  margin-bottom: 42px;
}


.consult88-grid {

  display: grid;

  grid-template-columns:
    .95fr 1.2fr;

  gap: 18px;
}


.consult88-left-cards {

  display: flex;

  flex-direction: column;

  gap: 18px;
}


.consult88-card {

  background: #f8f8f5;

  border-radius: 18px;

  padding: 28px;

  min-height: 190px;

  box-shadow:
    0 8px 22px rgba(0, 0, 0, .03);

  transition: .45s ease;
}


.consult88-card:hover {

  transform:
    translateY(-6px);
}


.consult88-phase {

  font-size: 14px;

  font-weight: 700;

  letter-spacing: 2px;

  text-transform: uppercase;

  color: #8b8f85;

  margin-bottom: 20px;
}


.consult88-card h3 {

  font-size: 24px;

  line-height: 1.1;

  font-weight: 700;

  color: #1d261d;

  margin-bottom: 65px;
  letter-spacing: 1px;
}


.consult88-card p {

  font-size: 17px;

  line-height: 1.8;

  color: #676d67;
}


.consult88-image-card {

  position: relative;

  overflow: hidden;

  border-radius: 18px;



  padding: 26px;

  min-height: 398px;

  box-shadow:
    0 12px 30px rgba(0, 0, 0, .08);

  background: #182319;
  border: 1px solid #FFFFFF4D;
  box-shadow: -5px -5px 15px 0px #FFFFFFCC;

  box-shadow: 10px 10px 20px 0px #0000000D;

  backdrop-filter: blur(20px);

}


.consult88-label {

  font-size: 20px;

  color: #d4bb52;

  margin-bottom: 18px;
}


.consult88-image-card h3 {

  font-size: 18px;

  line-height: 1.7;

  font-weight: 500;

  color: #f3f4ef;

  max-width: 420px;

  margin-bottom: 26px;
}


.consult88-image {

  position: absolute;

  left: 26px;
  right: 26px;
  bottom: 26px;

  width: auto;

  height: 52%;

  overflow: hidden;

  border-radius: 14px;
}


.consult88-image img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 14px;
}


.consult88-bottom {

  margin-top: 70px;

  background: #c2cab7;

  padding: 50px 0;
}


.consult88-found {

  text-align: center;

  font-size: 18px;

  letter-spacing: 2px;

  font-weight: 700;

  text-transform: uppercase;

  color: #5b645c;

  margin-bottom: 26px;
}


.consult88-tech {

  display: flex;

  justify-content: center;

  gap: 34px;

  flex-wrap: wrap;
}


.consult88-tech span {

  font-size: 16px;

  color: #444b46;

  display: flex;

  align-items: center;

  gap: 8px;
}


.fade-up {

  opacity: 0;

  transform:
    translateY(60px);

  transition:
    .9s ease;
}

.fade-up.show {

  opacity: 1;

  transform:
    translateY(0);
}


@media(max-width:1199px) {

  .consult88-title,
  .consult88-middle-title {

    font-size: 48px;
  }
}

@media(max-width:991px) {

  .consult88 {

    padding: 70px 0 0;
  }

  .consult88-top {

    grid-template-columns: 1fr;
  }

  .consult88-grid {

    grid-template-columns: 1fr;
  }

  .consult88-title,
  .consult88-middle-title {

    font-size: 40px;
  }
}

@media(max-width:767px) {

  .consult88 {

    padding: 60px 0 0;
  }

  .consult88-title,
  .consult88-middle-title {

    font-size: 32px;

    line-height: 1.2;
  }

  .consult88-top-cards {

    flex-direction: column;
  }

  .consult88-card h3 {

    font-size: 28px;

    margin-bottom: 40px;
  }

  .consult88-tech {

    gap: 18px;
  }
}

/* ====================it support========================== */
.cp-monitoring-section {
  padding: 52px 0 24px;
}

.cp-monitoring-content {
  position: relative;
  max-width: 900px;
}

@media (min-width: 1400px) {
  .cp-monitoring-title {
    font-size: 56px;
  }
}

@media (max-width: 991.98px) {
  .cp-monitoring-section {
    padding: 44px 0 20px;
  }




}

@media (max-width: 575.98px) {
  .cp-monitoring-section {
    padding: 32px 0 16px;
  }

}



.cp-feature-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.cp-feature-section::before {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 220px;
  background: radial-gradient(ellipse,
      rgba(212, 175, 55, 0.10) 0%,
      rgba(212, 175, 55, 0.03) 40%,
      rgba(212, 175, 55, 0) 75%);
  filter: blur(70px);
  pointer-events: none;
}


.cp-feature-card {
  position: relative;
  height: 100%;
  padding: 30px 50px 34px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #FFFFFF4D;
  box-shadow: 0px 16px 48px 0px rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(20px);
  opacity: 0;
  transform: translateY(40px);

  transition:
    opacity 0.8s ease,
    transform 0.8s ease,
    box-shadow 0.45s ease;
}

.cp-feature-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.col-lg-4:nth-child(1) .cp-feature-card {
  transition-delay: 0.10s;
}

.col-lg-4:nth-child(2) .cp-feature-card {
  transition-delay: 0.25s;
}

.col-lg-4:nth-child(3) .cp-feature-card {
  transition-delay: 0.40s;
}

.cp-feature-card:hover {
  transform: translateY(-10px);
  box-shadow:
    0 2px 6px rgba(16, 24, 40, 0.06),
    0 24px 60px rgba(16, 24, 40, 0.10);
}


.cp-feature-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;

  background: #4E6B3D1A;
  box-shadow: -8px -8px 16px 0px #FFFFFF;

  box-shadow: 8px 8px 16px 0px #D8DCC4;



}

.cp-feature-icon i {
  font-size: 22px;
  color: #c69c1d;
}

.cp-feature-title {
  margin: 0 0 18px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #1f261d;
}


.cp-feature-description {
  margin: 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(31, 38, 29, 0.72);
  max-width: 95%;
}

.midcear {
  background: #2D392E0D;
}


@media (max-width: 991.98px) {
  .cp-feature-section {
    padding: 70px 0;
  }

  .cp-feature-card {
    padding: 28px;
  }

  .cp-feature-title {
    font-size: 24px;
  }

  .cp-feature-description {
    font-size: 16px;
    line-height: 1.7;
  }
}


@media (max-width: 575.98px) {
  .cp-feature-section {
    padding: 50px 0;
  }

  .cp-feature-card {
    padding: 24px;
    border-radius: 18px;
  }

  .cp-feature-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .cp-feature-icon i {
    font-size: 20px;
  }

  .cp-feature-title {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .cp-feature-description {
    font-size: 16px;
    line-height: 1.75;
    max-width: 100%;
  }
}


.cp-uptime-section {
  padding: 40px 0;
}

/* Base Card */
.cp-uptime-card {
  position: relative;
  height: 100%;
  border-radius: 20px;
  padding: 34px 32px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.cp-uptime-card--large {
  position: relative;
  background: #FFFFFF33;
  border: 1px solid #FFFFFF4D;
  box-shadow: 0px 8px 32px 0px #1F268712;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.cp-uptime-arrow {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 100px;
  height: 88px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.18;

}

.cp-uptime-arrow svg {
  width: 100%;
  height: 100%;
  display: block;


}

/* Arrow Stroke */
.cp-uptime-arrow path {
  fill: #C4C8C1;
  stroke: #C4C8C1;

  /* very light gray-green */
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.cp-uptime-card--accent {
  background: #C9AB481A;
  color: #4E6B3D;


}

.cp-uptime-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp-uptime-icon i {
  font-size: 30px;
  color: #5a7847;
}

/* Title */
.cp-uptime-title {
  /* padding-top:130px; */
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #20271f;
}

.uptime {
  padding-top: 100px;
}

.cp-uptime-title--accent {
  color: #4e6b3d;
  margin-bottom: 10px;
}

/* Description */
.cp-uptime-description {
  margin: 0;
  max-width: 520px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(32, 39, 31, 0.72);
}

.cp-uptime-description--accent {
  max-width: 320px;
  color: rgba(78, 107, 61, 0.78);
}

/* Hover Effect */
.cp-uptime-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 8px 24px rgba(16, 24, 40, 0.06),
    0 24px 60px rgba(16, 24, 40, 0.08);
}


@media (max-width: 991.98px) {
  .cp-uptime-section {
    padding: 30px 0;
  }

  .cp-uptime-card {
    padding: 28px;
  }

  .cp-uptime-title {
    font-size: 20px;
  }

  .cp-uptime-arrow {
    top: 24px;
    right: 24px;
    width: 72px;
    height: 72px;
    opacity: 0.16;
  }

  .cp-uptime-arrow path {
    stroke-width: 5;
  }
}


@media (max-width: 575.98px) {
  .cp-uptime-card {
    padding: 24px;
    border-radius: 18px;
  }

  .cp-uptime-title {
    font-size: 18px;
    line-height: 1.3;
  }

  .cp-uptime-description {
    font-size: 13px;
    line-height: 1.7;
  }

  .cp-uptime-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
  }

  .cp-uptime-icon i {
    font-size: 24px;
  }

  .cp-uptime-arrow {
    top: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
    opacity: 0.14;
  }

  .cp-uptime-arrow path {
    stroke-width: 4;
  }

  .cp-uptime-description--accent {
    max-width: 100%;
  }
}


.cp-scalability-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Section ambient glow */
.cp-scalability-section::before {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 220px;
  background: radial-gradient(ellipse,
      rgba(78, 107, 61, 0.08) 0%,
      rgba(212, 175, 55, 0.05) 35%,
      rgba(212, 175, 55, 0) 75%);
  filter: blur(70px);
  pointer-events: none;
}

/* Base Card */
.cp-scalability-card {

  position: relative;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.45s ease;
  opacity: 0;
  transform: translateY(40px);
  animation: cpScaleReveal 0.9s ease forwards;
}

/* Staggered animations */
.col-lg-4 .cp-scalability-card {
  background: #4E6B3D42;
  box-shadow: -8px -8px 16px 0px #FFFFFF;

  box-shadow: 8px 8px 16px 0px #D8DCC4;
  border-radius: 24px;

  animation-delay: 0.1s;

}

.col-lg-8 .cp-scalability-card {
  animation-delay: 0.3s;
  background: #FFFFFF33;
  border: 1px solid #FFFFFF4D;
  box-shadow: 0px 8px 32px 0px #1F268712;

  backdrop-filter: blur(20px)
}

/* Left Stats Card */
.cp-stats-card {

  padding: 42px 30px;

  text-align: center;
}

.cp-stats-number {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 72px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #16221A;
}

.cp-stats-label {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #735C00;
}

.cp-stats-description {
  margin: 0;
  max-width: 240px;
  margin-inline: auto;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: #444843;
}

/* Right Content Card */
.cp-content-card {
  padding: 38px 28px;
  background: #ffffff;
  border: 1px solid rgba(16, 24, 40, 0.04);
  box-shadow:
    0 1px 2px rgba(16, 24, 40, 0.04),
    0 12px 32px rgba(16, 24, 40, 0.06);
}

.cp-content-title {
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #1f261d;
}

.cp-content-description {
  margin: 0;
  max-width: 520px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(31, 38, 29, 0.72);
}

/* Globe */
.cp-globe-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cp-globe-image {
  border-radius: 50%;
  max-width: 150px;
  width: 100%;
  height: auto;
  filter:
    drop-shadow(0 8px 24px rgba(89, 168, 255, 0.20)) drop-shadow(0 18px 40px rgba(212, 175, 55, 0.10));
  animation: cpFloat 6s ease-in-out infinite;
}

.cp-scalability-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 16px 40px rgba(16, 24, 40, 0.08),
    0 28px 70px rgba(16, 24, 40, 0.10);
}

/* Animations */
@keyframes cpScaleReveal {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

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

@keyframes cpFloat {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-6px) rotate(2deg);
  }
}

/* ======================
   TABLET
====================== */
@media (max-width: 991.98px) {
  .cp-scalability-section {
    padding: 60px 0;
  }

  .cp-stats-number {
    font-size: 58px;
  }

  .cp-content-title {
    font-size: 30px;
  }

  .cp-content-description {
    font-size: 16px;
  }

  .cp-globe-image {
    max-width: 120px;
  }
}

/* ======================
   MOBILE
====================== */
@media (max-width: 575.98px) {
  .cp-scalability-section {
    padding: 40px 0;
  }

  .cp-stats-card,
  .cp-content-card {
    padding: 28px 24px;
    border-radius: 18px;
  }

  .cp-stats-number {
    font-size: 38px;
  }

  .cp-content-title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .cp-content-description {
    font-size: 16px;
    line-height: 1.8;
  }

  .cp-globe-image {
    max-width: 100px;
    margin-top: 10px;
  }
}


.cp-workflow-section {
  padding: 60px 0;
}

.cp-workflow-card {
  position: relative;
  padding: 64px 56px 86px;
  border-radius: 0;
  overflow: hidden;
  background: #182319;

  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

/* Left Title */
.cp-workflow-title {
  margin: 0 0 40px;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #ffffff;
}

/* Steps */
.cp-workflow-step {
  display: flex;
  gap: 18px;
  margin-bottom: 32px;
}

.cp-step-number {
  flex-shrink: 0;
  min-width: 48px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #FFE088;
}

.cp-step-content h4 {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  color: #ffffff;
}

.cp-step-content p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #BCCABB;
  max-width: 360px;
}

.cp-workflow-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cp-orbit-box {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1 / 1;

  border: 1px solid #FFFFFF0D;
  border-radius: 64px;
  background: #FFFFFF33;
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp-orbit-ring {
  position: absolute;
  border-radius: 50%;
}

.cp-orbit-ring-outer {
  width: 78%;
  height: 78%;
  border: 3px solid rgba(255, 255, 255, 0.28);

  box-shadow: -4px -4px 8px 0px #FFFFFF inset;

  box-shadow: 4px 4px 8px 0px #D8DCC4 inset;
  color: #FFFFFF01;


  animation: cpOrbitRotate 22s linear infinite;
}

.cp-orbit-ring-inner {
  width: 73%;
  height: 73%;
  animation: cpOrbitRotateReverse 16s linear infinite;
  border: 2px dashed #FFE0884D;
}

.cp-orbit-center {
  position: relative;
  z-index: 3;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: #0b1f13;
  display: flex;
  align-items: center;
  justify-content: center;

}

.cp-orbit-center i {
  font-size: 34px;
  color: #d4af37;
}

/* Badge */


/* Animations */
@keyframes cpOrbitRotate {
  from {
    transform: rotate(0deg);
  }

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

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

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

/* Tablet */
@media (max-width: 991.98px) {
  .cp-workflow-card {
    padding: 48px 36px 80px;
  }

  .cp-workflow-title {
    font-size: 40px;
    margin-bottom: 32px;
  }

  .cp-step-number {
    font-size: 30px;
  }

  .cp-step-content h4 {
    font-size: 22px;
  }

  .cp-orbit-box {
    max-width: 420px;
    margin-top: 20px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .cp-workflow-section {
    padding: 50px 0;
  }

  .cp-workflow-card {
    padding: 32px 22px 70px;
  }

  .cp-workflow-title {
    font-size: 30px;
    line-height: 1.1;
  }

  .cp-workflow-step {
    gap: 12px;
    margin-bottom: 24px;
  }

  .cp-step-number {
    min-width: 34px;
    font-size: 24px;
  }

  .cp-step-content h4 {
    font-size: 20px;
  }

  .cp-step-content p {
    font-size: 16px;
  }

  .cp-orbit-box {
    max-width: 280px;
    border-radius: 28px;
  }

  .cp-orbit-center {
    width: 70px;
    height: 70px;
  }

  .cp-orbit-center i {
    font-size: 24px;
  }

  .cp-workflow-badge {
    font-size: 12px;
    padding: 7px 14px;
  }
}

.cp-workflow-section {
  margin-bottom: 0;
}


.cp-workflow-badge-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;

}

.cp-workflow-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 12px 18px;
  border-radius: 16777200px;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.1) 0%, rgba(244, 208, 63, 0.1) 100%);
  border-top: 1px solid #D4AF3733;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;

  color: #4E6B3D;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* Tablet */
@media (max-width: 991.98px) {
  .cp-workflow-badge-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cp-workflow-badge {
    padding: 8px 16px;
    font-size: 14px;
    letter-spacing: 0.12em;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .cp-workflow-badge-wrapper {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .cp-workflow-badge {
    padding: 7px 14px;
    font-size: 14px;
    letter-spacing: 0.10em;
  }
}

.cp-ecosystems-section {
  padding: 72px 0 90px;
  background-color: white;
}

/* First Row */
.cp-ecosystems-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 52px;
}

/* Second Row */
.cp-ecosystems-row-center {
  margin-top: 34px;
  justify-content: center;
}

/* Text Style */
.cp-ecosystem-item1 {
  display: inline-block;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  /* background: #191D0E; */
  white-space: nowrap;
  transition: all 0.35s ease;
}

/* Hover Effect */
.cp-ecosystem-item1:hover {
  color: rgba(44, 51, 43, 0.82);
  transform: translateY(-2px);
}

/* ======================
   TABLET
====================== */
@media (max-width: 991.98px) {
  .cp-ecosystems-section {
    padding: 56px 0 70px;
  }

  .cp-ecosystems-row {
    gap: 36px;
  }

  .cp-ecosystems-row-center {
    margin-top: 28px;
  }

  .cp-ecosystem-item1 {
    font-size: 15px;
    letter-spacing: 0.14em;
  }
}

/* ======================
   MOBILE
====================== */
@media (max-width: 575.98px) {
  .cp-ecosystems-section {
    padding: 40px 0 50px;
  }

  .cp-ecosystems-row {
    flex-direction: column;
    gap: 20px;
  }

  .cp-ecosystems-row-center {
    margin-top: 20px;
  }

  .cp-ecosystem-item1 {
    font-size: 14px;
    letter-spacing: 0.12em;
    text-align: center;
  }
}

/* ===============================ai================================== */


.impact88 {

  padding: 90px 0;

  background: #f4f5ef;
}


.impact88-top {

  text-align: center;

  margin-bottom: 65px;
}


.impact88-title {

  font-size: 38px;

  line-height: 1;

  font-weight: 800;

  letter-spacing: 2px;

  color: #1f281f;

  margin-bottom: 18px;
}


.impact88-text {

  max-width: 580px;

  margin: auto;

  font-size: 18px;

  line-height: 1.9;

  color: #727872;
}


.impact88-stats {

  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  gap: 18px;

  margin-top: 42px;
}


.impact88-stat {

  background: #f8f8f5;

  border-radius: 18px;

  min-height: 150px;

  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.17);

  transition:
    transform .45s ease,
    box-shadow .45s ease;

  animation:
    fadeUp 1s ease both;

  animation-timeline: view();

  animation-range:
    entry 10% cover 35%;
}


.impact88-stat:hover {

  transform:
    translateY(-8px);

  box-shadow:
    0 18px 40px rgba(0, 0, 0, .06);
}


.impact88-number {

  font-size: 40px;

  line-height: 1;

  font-weight: 700;

  color: #8b6a02;

  margin-bottom: 18px;
}


.impact88-label {

  font-size: 16px;

  letter-spacing: 2px;

  text-transform: uppercase;

  color: #666d67;

  font-weight: 700;
}


.impact88-box {

  margin-top: 70px;

  background:
    linear-gradient(90deg,
      #0b2212 0%,
      #071d0d 100%);

  border-radius: 34px;

  padding: 70px 50px;

  overflow: hidden;

  position: relative;
}


.impact88-box-title {

  text-align: center;

  font-size: 32px;

  line-height: 1;

  font-weight: 700;

  color: #f4f5ef;

  margin-bottom: 70px;
}


.impact88-grid {

  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 50px;
}


.impact88-item {

  animation:
    fadeUp 1s ease both;

  animation-timeline: view();

  animation-range:
    entry 15% cover 40%;
}


.impact88-circle {

  width: 50px;
  height: 50px;

  border-radius: 50%;

  border: 1px solid #d4b142;

  display: flex;

  align-items: center;
  justify-content: center;

  font-size: 16px;

  font-weight: 700;

  color: #d4b142;

  margin-bottom: 28px;

}


.impact88-item h3 {

  font-size: 22px;

  font-weight: 500;

  color: #f5f5f1;

  margin-bottom: 24px;
}

/* ITEM TEXT */

.impact88-item p {

  font-size: 16px;

  line-height: 1.9;

  color: #98a29b;
}


@keyframes fadeUp {

  from {

    opacity: 0;

    transform:
      translateY(70px) scale(.96);
  }

  to {

    opacity: 1;

    transform:
      translateY(0) scale(1);
  }
}


@media(max-width:1199px) {

  .impact88-title {

    font-size: 50px;
  }

  .impact88-box-title {

    font-size: 44px;
  }
}

@media(max-width:991px) {

  .impact88 {

    padding: 70px 0;
  }

  .impact88-stats {

    grid-template-columns:
      repeat(2, 1fr);
  }

  .impact88-grid {

    grid-template-columns: 1fr;

    gap: 45px;
  }

  .impact88-title {

    font-size: 42px;
  }

  .impact88-box-title {

    font-size: 38px;
  }
}

@media(max-width:767px) {

  .impact88 {

    padding: 60px 0;
  }

  .impact88-title {

    font-size: 34px;

    line-height: 1.2;
  }

  .impact88-stats {

    grid-template-columns: 1fr;
  }

  .impact88-number {

    font-size: 40px;
  }

  .impact88-box {

    padding: 50px 28px;

    border-radius: 24px;
  }

  .impact88-box-title {

    font-size: 26px;

    line-height: 1.2;

    margin-bottom: 50px;
  }

  .impact88-item h3 {

    font-size: 24px;
  }

  .impact88-item p {

    font-size: 16px;
  }
}


.core88 {

  padding: 90px 0;

  background: #eef0e9;

  overflow: hidden;
}


.core88-grid {

  display: grid;

  grid-template-columns:
    .8fr 1.4fr;

  gap: 42px;

  align-items: center;
}


.core88-left {

  max-width: 320px;
}


.core88-title {

  font-size: 38px;

  line-height: .96;

  font-weight: 800;

  letter-spacing: 2px;

  color: #1f291f;

  margin-bottom: 30px;
}


.core88-text {

  font-size: 17px;

  line-height: 1.9;

  color: #69706b;
}


.core88-right {

  display: grid;

  grid-template-columns:
    repeat(2, 1fr);

  gap: 18px;
}


.core88-card {

  position: relative;

  overflow: hidden;

  background: #FFFFFF33;
  border: 1px solid #FFFFFF4D;

  border-radius: 18px;

  padding: 34px 28px;

  min-height: 270px;
  box-shadow: -10px -10px 20px 0px #FFFFFFCC;

  box-shadow: 10px 10px 20px 0px #BCCABB33;

  backdrop-filter: blur(20px);


  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .7),

    0 12px 30px rgba(255, 255, 255, .7),

    0 6px 18px rgba(0, 0, 0, 2.03);

  transition:
    transform .45s ease,
    box-shadow .45s ease;

  animation:
    fadeUp 1s ease both;

  animation-timeline: view();

  animation-range:
    entry 10% cover 35%;
}


.core88-card:hover {

  transform:
    translateY(-8px);

  box-shadow:
    0 18px 40px rgba(0, 0, 0, .06);
}


.core88-icon {

  font-size: 22px;

  color: #6f8658;

  margin-bottom: 26px;
}


.core88-card h3 {

  font-size: 24px;

  line-height: 1.15;

  font-weight: 500;

  color: #7b9461;

  margin-bottom: 22px;
}


.core88-card p {

  font-size: 16px;

  line-height: 1.9;

  color: #666d67;
}


@keyframes fadeUp {

  from {

    opacity: 0;

    transform:
      translateY(70px) scale(.96);
  }

  to {

    opacity: 1;

    transform:
      translateY(0) scale(1);
  }
}


@media(max-width:1199px) {

  .core88-title {

    font-size: 48px;
  }

  .core88-card h3 {

    font-size: 30px;
  }
}

@media(max-width:991px) {

  .core88 {

    padding: 70px 0;
  }

  .core88-grid {

    grid-template-columns: 1fr;

    gap: 40px;
  }

  .core88-left {

    max-width: 100%;
  }

  .core88-title {

    font-size: 48px;
  }
}

@media(max-width:767px) {

  .core88 {

    padding: 60px 0;
  }

  .core88-right {

    grid-template-columns: 1fr;
  }

  .core88-title {

    font-size: 28px;

    line-height: 1.05;

    letter-spacing: 1px;
  }

  .core88-card {

    min-height: auto;

    padding: 28px 24px;
  }

  .core88-card h3 {

    font-size: 24px;
  }

  .core88-text,
  .core88-card p {

    font-size: 16px;
  }
}

/* =======================footer floating======================== */


.sc-floating-contact {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;

  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sc-floating-btn {
  width: 45px;
  height: 45px;
  border: none;
  outline: none;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;
  cursor: pointer;

  font-size: 25px;
  color: #ffffff;

  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.16),
    0 4px 12px rgba(0, 0, 0, 0.08);

  transition: all 0.35s ease;
}

.sc-whatsapp-btn {
  background: linear-gradient(135deg, #25D366, #128C7E);
}

.sc-call-btn {
  font-size: 20px;
  background: linear-gradient(135deg, #0B82AD, #075A78);
}

.sc-top-btn {
  background: linear-gradient(135deg, #D4AF37, #B88A14);
}

.sc-floating-btn:hover {
  transform: translateY(-4px) scale(1.06);
  color: #ffffff;
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.20),
    0 6px 18px rgba(0, 0, 0, 0.12);
}

.sc-whatsapp-btn {
  animation: scPulseWhatsApp 2.5s infinite;
}

@keyframes scPulseWhatsApp {
  0% {
    box-shadow:
      0 0 0 0 rgba(37, 211, 102, 0.35),
      0 8px 24px rgba(0, 0, 0, 0.16);
  }

  70% {
    box-shadow:
      0 0 0 18px rgba(37, 211, 102, 0),
      0 8px 24px rgba(0, 0, 0, 0.16);
  }

  100% {
    box-shadow:
      0 0 0 0 rgba(37, 211, 102, 0),
      0 8px 24px rgba(0, 0, 0, 0.16);
  }
}

.sc-top-btn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
}

.sc-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 575.98px) {
  .sc-floating-contact {
    right: 16px;
    bottom: 16px;
    gap: 10px;
  }

  .sc-floating-btn {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

/* =====================services navbar======================== */

.services99 {

  padding: 60px 0;
}


.services99-top {

  text-align: center;

  margin-bottom: 55px;
}


.services99-sub {

  font-size: 18px;

  font-weight: 700;

  letter-spacing: 2px;

  text-transform: uppercase;

  color: #c6a12f;

  margin-bottom: 16px;
}


.services99-title {

  font-size: 38px;

  line-height: 1;

  font-weight: 700;

  letter-spacing: 2px;

  color: #1d2430;

  margin-bottom: 18px;
}


.services99-title span {

  background: linear-gradient(90deg, #D4AF37 0%, #C8A835 7.14%, #BBA132 14.29%, #AF9A30 21.43%, #A3932D 28.57%, #978C2B 35.71%, #8B8529 42.86%, #7F7F26 50%, #747824 57.14%, #687122 64.29%, #5C6A1F 71.43%, #51641D 78.57%, #455D1B 85.71%, #395718 92.86%, #2D5016 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));


  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  background-clip: text;

  color: transparent;
}


.services99-desc {

  max-width: 720px;

  margin: auto;

  font-size: 18px;

  line-height: 1.8;

  color: #7b8088;
}


.services99-grid {

  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  gap: 18px;
}


.services99-card {

  background: #fff;

  border-radius: 18px;

  overflow: hidden;

  box-shadow:
    0 8px 22px rgba(0, 0, 0, .05),
    0 18px 50px rgba(0, 0, 0, .03);

  transition:
    transform .45s ease,
    box-shadow .45s ease;

  animation:
    fadeUp 1s ease both;

  animation-timeline: view();

  animation-range:
    entry 10% cover 35%;
}


.services99-card:hover {

  transform:
    translateY(-10px);

  box-shadow:
    0 18px 40px rgba(0, 0, 0, .08),
    0 25px 60px rgba(0, 0, 0, .06);
}


.services99-img img {

  width: 100%;
  height: auto;

}


.services99-card:hover .services99-img img {

  transform:
    scale(1.08);
}


.services99-content {

  padding: 24px 22px 28px;
}


.services99-card-title {

  font-size: 20px;

  line-height: 1.3;

  font-weight: 700;

  color: #1f2430;

  margin-bottom: 16px;
}


.services99-card-text {


  font-size: 14px;
  line-height: 1.8;
  color: #747b84;
}


@keyframes fadeUp {

  from {

    opacity: 0;

    transform:
      translateY(70px) scale(.96);
  }

  to {

    opacity: 1;

    transform:
      translateY(0) scale(1);
  }
}


@media(max-width:1199px) {

  .services99-title {

    font-size: 54px;
  }

  .services99-grid {

    grid-template-columns:
      repeat(3, 1fr);
  }
}

@media(max-width:991px) {

  .services99 {

    padding: 70px 0;
  }

  .services99-title {

    font-size: 44px;
  }

  .services99-grid {

    grid-template-columns:
      repeat(2, 1fr);
  }

  .services99-img {

    height: 190px;
  }
}

@media (max-width:768px) {

  .services99 {

    padding: 60px 0;
  }

  .services99-title {

    font-size: 28px;
    line-height: 1.15;
  }

  .services99-desc {

    font-size: 17px;
  }

  .services99-grid {

    grid-template-columns: 2fr;
    gap: 20px;
  }
}

.services99-card-title a {
  font-size: 20px;
}

.service-btn {
  font-size: 18px !important;
  margin-top: 10px;
}

.services99-img {

  height: auto;
}

.services99-img img {

  width: 100%;
  height: auto;
  display: block;
}

.services99-card-title {

  font-size: 21px;
  margin-top: 0;
}

.services99-card-text {

  font-size: 18px;
}

/* .service-btn {
    font-size: 16px;
  } */

body {

  overflow-x: hidden;
}



.founder88 {

  width: 100%;

  padding: 40px 0 90px;

}


.founder88-title {

  text-align: center;

  font-size: 38px;

  font-weight: 800;

  color: #111827;

  margin-bottom: 30px;

  letter-spacing: 1px;
}


.founder88-wrap {

  position: relative;

  display: flex;

  align-items: center;

  gap: 70px;
}

/* ================= IMAGE SIDE ================= */

.founder88-left {

  position: relative;

  flex: 0 0 46%;
}


.founder88-img {

  width: 100%;
  height: 500px;

  border-radius: 22px;

  overflow: hidden;

  box-shadow:
    0 20px 60px rgba(0, 0, 0, .10);
}

.founder88-img img {

  width: 100%;

  display: block;

  object-fit: cover;
}


.founder88-card {

  position: absolute;

  right: -30px;

  bottom: -20px;

  background: #fff;

  border-radius: 16px;

  padding: 16px 20px;

  min-width: 210px;

  box-shadow:
    0 15px 40px rgba(0, 0, 0, .10);
}


.founder88-name {

  font-size: 24px;

  line-height: 1;

  font-weight: 800;

  color: #111827;

  margin-bottom: 6px;
}


.founder88-role {

  font-size: 16px;

  font-weight: 600;

  color: #7b8a46;
}

/* ================= CONTENT ================= */

.founder88-right {

  flex: 1;
}


.founder88-quote {

  font-size: 90px;

  line-height: 1;

  color: #e3e3e3;

  font-weight: 800;

  margin-bottom: 10px;
}


.founder88-text {

  font-size: 16px;

  line-height: 1.8;

  color: #5e6470;

  margin-bottom: 26px;
}


.founder88-line {

  width: 100%;

  height: 2px;

  background: #d9d9d9;

  margin-top: 18px;
}

/* ================= ANIMATION ================= */

.founder88-left {

  animation:
    leftAnim 1s ease both;
}

.founder88-right {

  animation:
    rightAnim 1s ease both;
}

@keyframes leftAnim {

  from {

    opacity: 0;

    transform:
      translateX(-60px);
  }

  to {

    opacity: 1;

    transform:
      translateX(0);
  }
}

@keyframes rightAnim {

  from {

    opacity: 0;

    transform:
      translateX(60px);
  }

  to {

    opacity: 1;

    transform:
      translateX(0);
  }
}

/* ================= RESPONSIVE ================= */

@media(max-width:1199px) {

  .founder88-title {

    font-size: 44px;
  }

  .founder88-wrap {

    gap: 50px;
  }

  .founder88-name {

    font-size: 26px;
  }
}

@media(max-width:991px) {

  .founder88 {

    padding: 60px 0 80px;
  }

  .founder88-title {

    font-size: 38px;

    margin-bottom: 45px;
  }

  .founder88-wrap {

    flex-direction: column;

    gap: 60px;
  }

  .founder88-left {

    width: 100%;
  }

  .founder88-right {

    width: 100%;
  }

  .founder88-card {

    right: 20px;

    bottom: -25px;
  }

  .founder88-text {

    font-size: 16px;
  }
}

@media(max-width:767px) {

  .founder88 {

    padding: 10px 0 70px;
  }

  .founder88-title {

    font-size: 32px;

    margin-bottom: 40px;
  }

  .founder88-wrap {

    gap: 50px;
  }

  .founder88-card {

    position: relative;

    right: auto;

    bottom: auto;

    margin-top: -35px;

    margin-left: auto;

    margin-right: auto;

    width: 92%;
  }

  .founder88-name {

    font-size: 24px;
  }

  .founder88-role {

    font-size: 15px;
  }

  .founder88-quote {

    font-size: 70px;
  }

  .founder88-text {

    font-size: 15px;

    line-height: 1.9;
  }
}

@media(max-width:480px) {

  .founder88-title {

    font-size: 28px;
  }

  .founder88-card {

    padding: 15px 18px;
  }

  .founder88-name {

    font-size: 22px;
  }

  .founder88-text {

    font-size: 15px;
  }
}

.service-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #3f6f45;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-btn:hover {
  color: #2f5534;
  gap: 10px;
}


/* ===========================================seo============================ */

.seo-intelligence-section {
  padding: 40px 0;
  background: linear-gradient(135deg, #f5f5f3 0%, #ffffff 100%);
  overflow: hidden;
}

.seo-intelligence-wrapper {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}

.seo-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d4a91f;
  margin-bottom: 24px;
}

.seo-title {
  font-weight: 700;

  font-size: 35px;

  line-height: 1.4;

  letter-spacing: 1px;
}

.seo-title span {
  display: block;
  color: #D4AF37;
}



.seo-visual {
  position: relative;
}

.seo-image-card {
  position: relative;
  border-radius: 28px;
  padding: 18px;
  background: #f8f8f6;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.08),
    0 4px 20px rgba(0, 0, 0, 0.04);
}

.seo-image-card img {
  width: 100%;
  display: block;
  border-radius: 22px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.seo-stat {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  border-radius: 16px;
  padding: 20px 24px;
  min-width: 190px;
  color: #0f1a14;

  box-shadow:
    -10px -10px 20px rgba(255, 255, 255, 0.9),
    10px 10px 20px rgba(209, 213, 197, 0.8);
}

.stat-top {
  top: 37px;
  right: 35px;
}

.stat-bottom {
  left: 40px;
  bottom: 36px;
}



.stat-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1e2a22;
  margin-bottom: 8px;
}



.seo-stat h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  color: #102117;
}

@media (max-width: 1199px) {
  .seo-title {
    font-size: 38px;
  }



  .seo-stat h3 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .seo-intelligence-section {
    padding: 80px 0;
  }

  .seo-intelligence-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .seo-content {
    text-align: center;
  }



  .seo-title {
    font-size: 38px;
  }

  .seo-visual {
    max-width: 700px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .seo-intelligence-section {
    padding: 60px 0;
  }

  .seo-title {
    font-size: 28px;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }

  .seo-subtitle {
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
  }



  .seo-image-card {
    padding: 12px;
    border-radius: 22px;
  }

  .seo-image-card img {
    border-radius: 16px;
  }

  .seo-stat {
    min-width: 140px;
    padding: 14px 16px;
    border-radius: 14px;
  }

  .seo-stat h3 {
    font-size: 28px;
  }

  .stat-label {
    font-size: 9px;
    letter-spacing: 1px;
    margin-bottom: 6px;
  }
}

@media (max-width: 480px) {
  .seo-title {
    font-size: 26px;
    letter-spacing: 1px;
  }



  .seo-stat {
    min-width: 120px;
    padding: 12px 14px;
  }

  .seo-stat h3 {
    font-size: 22px;
  }

  .stat-label {
    font-size: 12px;
  }

  .stat-top {
    top: 37px;
    right: 35px;
  }

  .stat-bottom {
    left: 40px;
    bottom: 36px;
  }
}


.search-pillars-section {
  padding: 80px 0;
  background: #eef0ea;
  overflow: hidden;
}

.pillars-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 50px;
}

.pillars-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
}

.pillars-subtitle {
  max-width: 340px;
  font-size: 16px;
  line-height: 1.8;
  color: #7a7a7a;
  margin: 20px 0 0;
}

.pillars-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.95fr;
  gap: 24px;
}

.pillar-card {
  background: #f8f9f5;
  border-radius: 24px;
  padding: 28px;
  box-shadow:
    -8px -8px 18px rgba(255, 255, 255, 0.95),
    8px 8px 18px rgba(209, 213, 197, 0.65);
  position: relative;
}

.pillar-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #6f8958;
  background: #698255;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 24px;
}



.pillar-card h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #111;
  margin: 0 0 16px;
}


.technical-card {
  min-height: 420px;
  overflow: hidden;
  background: #FFFFFF33;
  border: 1px solid #FFFFFF4D;
  border-radius: 24px;
  box-shadow: -10px -10px 20px 0px #FFFFFF,
    10px 10px 20px 0px #D1D5C5;

  backdrop-filter: blur(20px)
}

.pillar-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
}

.pillar-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #6b7280;
}

.pillar-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #d4a91f;
  font-size: 12px;
}

.technical-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44%;
  height: 42%;
  border-top-left-radius: 90px;
  overflow: hidden;
  opacity: 0.55;
}

.technical-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pillar-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.keyword-card {
  background: #738d59;
  color: #fff;
  box-shadow: 0px 2px 4px 0px #0000000D inset;
  border-radius: 24px;

}

.keyword-card h3,
.keyword-card p {
  color: #fff;
}

.keyword-card .pillar-icon {
  background: transparent;
  width: auto;
  height: auto;
  padding: 0;
  margin-bottom: 20px;
  display: block;
}

.metric-card {
  background: #FFFFFF33;
  border: 2px solid #CBA72F33;
  box-shadow: -10px -10px 20px 0px #FFFFFF;

  box-shadow: 10px 10px 20px 0px #D1D5C5;

  backdrop-filter: blur(20px)
}

.metric-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: #d4a91f;
  margin-bottom: 16px;
}

.metric-card h3 {
  margin: 0 0 10px;
  line-height: 1;
}

.metric-card h3 strong {
  font-size: 38px;
  font-weight: 800;
  color: #000;
}

.metric-card h3 span {
  font-size: 34px;
  font-weight: 700;
  color: #d4a91f;
  margin-left: 4px;
}

/* ================= TRUST CARD ================= */

.trust-card {
  background: #4E6B3D1F;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  box-shadow:
    -10px -10px 20px 0px rgba(255, 255, 255, 1),
    10px 10px 20px 0px rgba(209, 213, 197, 1);

  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 30px;
  align-items: center;
}

.trust-metrics {
  display: flex;
  gap: 18px;
  margin-top: 28px;
}

.metric-box {
  flex: 1;
  background: #FFFFFF01;
  border-radius: 12px;
  padding: 18px 20px;
  width: 200px;
  text-align: center;
  box-shadow: -4px -4px 8px 0px #FFFFFF inset,

    4px 4px 8px 0px #D1D5C5 inset;

}

.metric-box strong {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #698255;
  line-height: 1;
  margin-bottom: 6px;
}

.metric-box span {
  display: block;
  font-size: 13px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #888;
}

.trust-image {
  border-radius: 18px;
  overflow: hidden;
  height: 230px;
}

.trust-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .pillars-title {
    font-size: 38px;
  }

  .metric-card h3 strong {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .search-pillars-section {
    padding: 60px 0;
  }

  .pillars-header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }

  .pillars-title {
    font-size: 28px;
  }

  .pillars-subtitle {
    max-width: 100%;
    margin: 0;
  }

  .pillars-grid,
  .trust-card {
    grid-template-columns: 1fr;
  }

  .technical-card,
  .trust-card {
    min-height: auto;
  }

  .technical-image {
    position: relative;
    width: 100%;
    height: 220px;
    margin-top: 24px;
    border-top-left-radius: 24px;
    opacity: 1;
  }

  .trust-image {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .pillars-title {
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -1px;
  }

  .pillar-card {
    padding: 22px;
    border-radius: 20px;
  }

  .pillar-card h3 {
    font-size: 20px;
  }

  .pillar-card p,
  .pillar-list li {
    font-size: 13px;
    line-height: 1.8;
  }

  .metric-card h3 strong {
    font-size: 30px;
  }

  .metric-card h3 span {
    font-size: 24px;
  }

  .trust-metrics {
    flex-direction: column;
    gap: 12px;
  }

  .metric-box strong {
    font-size: 22px;
  }

  .trust-image,
  .technical-image {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .search-pillars-section {
    padding: 50px 0;
  }

  .pillars-title {
    font-size: 22px;
    letter-spacing: 1px;
  }

  .pillar-card {
    padding: 18px;
  }

  .pillar-icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
    margin-bottom: 18px;
  }

  .metric-card h3 strong {
    font-size: 28px;
  }

  .metric-card h3 span {
    font-size: 20px;
  }
}

.architect-future-section {
  background: linear-gradient(135deg, #FAFAF8 0%, #F8F8F6 16.67%, #F7F7F5 33.33%, #F5F5F3 50%, #F2F3F0 60%, #F0F1ED 70%, #EDEFEB 80%, #EBEDE8 90%, #E8EBE5 100%);
  padding: 80px 40px;
}

.architect-future-card {


  padding: 80px 0;
  background: #4E6B3D03;
  border: 1px solid #F6E9E94D;
  box-shadow: -10px -10px 20px 0px #FFFFFF,

    10px 10px 20px 0px #D1D5C5;

  backdrop-filter: blur(20px);
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 70px 40px;
  border-radius: 24px;

  -webkit-backdrop-filter: blur(20px);
}

.architect-future-title {
  margin: 0 0 18px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 1.5px;
  color: #000000;
}



.architect-future-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  background: #6f8958;
  color: #ffffff;
  text-decoration: none;
  border-radius: 999px;
  font-size: 20px 16px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 10px 20px rgba(111, 137, 88, 0.25);
  transition: all 0.3s ease;
}

.architect-future-btn:hover {
  background: #61794d;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(111, 137, 88, 0.35);
}

@media (max-width: 991px) {
  .architect-future-section {
    padding: 70px 0;
  }

  .architect-future-card {
    padding: 60px 30px;
    border-radius: 22px;
  }

  .architect-future-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .architect-future-section {
    padding: 60px 0;
  }

  .architect-future-card {
    padding: 50px 24px;
    border-radius: 20px;
  }

  .architect-future-title {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.8px;
    margin-bottom: 14px;
  }

  .architect-future-description {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 28px;
  }

  .architect-future-btn {
    padding: 14px 28px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .architect-future-card {
    padding: 40px 18px;
    border-radius: 18px;
  }

  .architect-future-title {
    font-size: 26px;
    letter-spacing: 1px;
  }

  .architect-future-description {
    font-size: 13px;
    line-height: 1.7;
  }

  .architect-future-btn {
    width: 100%;
    max-width: 260px;
    padding: 14px 24px;
    font-size: 12px;
  }
}

/* ===================lead======================== */

.lead-generation-section {
  padding: 40px 0 60px;
  overflow: hidden;
}

.lead-generation-wrapper {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: center;
}

.lead-subtitle {
  display: inline-block;
  margin-bottom: 26px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b48a18;
}


.lead-title span {
  display: block;
}



.lead-visual {
  position: relative;
}

.lead-image-card {
  position: relative;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow:
    -12px -12px 24px rgba(255, 255, 255, 0.95),
    12px 12px 24px rgba(209, 213, 197, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.lead-image-card img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 22px;
}

.lead-metric-card {
  position: absolute;
  left: -48px;
  bottom: -20px;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 270px;
  padding: 16px 22px;
  border-radius: 18px;

  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);

  box-shadow:
    -10px -10px 20px rgba(255, 255, 255, 1),
    10px 10px 20px rgba(209, 213, 197, 0.9);

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.lead-metric-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #735C0033;
  color: #9a7a13;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.lead-metric-content span {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: black;
}

.lead-metric-content h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  color: #182218;
}

@media (max-width: 1199px) {
  .lead-title {
    font-size: 60px;
  }

  .lead-description {
    font-size: 18px;
  }

  .lead-metric-content h3 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .lead-generation-section {
    padding: 80px 0;
  }

  .lead-generation-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .lead-content {
    text-align: center;
  }

  .lead-description {
    max-width: 100%;
    margin: 0 auto;
  }

  .lead-title {
    font-size: 56px;
  }

  .lead-visual {
    max-width: 700px;
    margin: 0 auto;
  }

  .lead-metric-card {
    left: 20px;
    bottom: -20px;
  }
}

@media (max-width: 767px) {
  .lead-generation-section {
    padding: 60px 0;
  }

  .lead-title {
    font-size: 42px;
    line-height: 1.05;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }

  .lead-subtitle {
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
  }

  .lead-description {
    font-size: 16px;
    line-height: 1.8;
  }

  .lead-image-card {
    padding: 12px;
    border-radius: 22px;
  }

  .lead-image-card img {
    border-radius: 16px;
  }

  .lead-metric-card {
    left: 10px;
    right: 10px;
    bottom: -18px;
    min-width: auto;
    width: auto;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
  }

  .lead-metric-icon {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .lead-metric-content span {
    font-size: 10px;
    letter-spacing: 1px;
  }

  .lead-metric-content h3 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .lead-title {
    font-size: 34px;
  }

  .lead-description {
    font-size: 15px;
    line-height: 1.7;
  }

  .lead-metric-content h3 {
    font-size: 24px;
  }

  .lead-metric-card {
    padding: 12px 14px;
    bottom: -16px;
  }
}


.conversion-architecture {
  padding: 40px 0;

  overflow: hidden;
}

.conversion-title {
  text-align: center;
  margin: 0 0 60px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.8;
  color: #1f2b1f;
}


.conversion-card {
  background: #FFFFFF33;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 24px;
  padding: 32px;

  box-shadow:
    -12px -12px 24px rgba(255, 255, 255, 1),
    12px 12px 24px rgba(209, 213, 197, 0.9);

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  position: relative;
  z-index: 1;
}

.conversion-top-grid,
.conversion-architecture,
.container {
  overflow: visible;
}



.conversion-top-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* Equal width columns */
  gap: 26px;
  align-items: stretch;
  margin-bottom: 30px;
}

.conversion-card {
  background: #f8f8f6;
  border-radius: 22px;
  box-shadow:
    -10px -10px 20px rgba(255, 255, 255, 1),
    10px 10px 20px rgba(209, 213, 197, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  height: 100%;
}

.card-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 28px;
  line-height: 1;
}

.dark-icon {
  background: #162217;
  color: #ffffff;
}

.gold-icon {
  background: #8a6b03;
  color: #ffffff;
}

.scoring-card h3,
.crm-card h3 {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  color: #2a2f2a;
}

.scoring-card p,
.crm-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #666666;
}

.scoring-card {
  padding-top: 32px;
  padding-bottom: 32px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.feature-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #2d2d2d;
}



.image-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  box-shadow: -4px -4px 8px 0px #FFFFFFCC inset,

    4px 4px 8px 0px #BCCABB4D inset;
  background: #FFFFFF01;

}

.image-wrapper {
  width: 100%;
  max-width: none;
  border-radius: 12px;
  padding: 5px;


}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.crm-card {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
}

.api-status {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid #ecece6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.api-status span:first-child {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: #1f2b1f;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2dcf57;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .conversion-top-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .conversion-card {
    padding: 28px 24px;
  }

  .image-card {
    order: 2;
  }

  .crm-card {
    order: 3;
  }

  .image-wrapper {
    max-width: 320px;
    margin: 0 auto;
  }

  .image-wrapper img {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .conversion-card {
    padding: 22px 20px;
    border-radius: 18px;
  }

  .card-icon {
    width: 34px;
    height: 34px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .scoring-card h3,
  .crm-card h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 14px;
  }

  .scoring-card p,
  .crm-card p,
  .feature-list li {
    font-size: 13px;
    line-height: 1.8;
  }

  .feature-list {
    margin-top: 20px;
  }

  .image-wrapper {
    max-width: 100%;
    padding: 8px;
  }

  .image-wrapper img {
    height: 220px;
  }

  .api-status {
    padding-top: 18px;
    margin-top: 22px;
  }

  .api-status span:first-child {
    font-size: 9px;
    letter-spacing: 1.2px;
  }
}

@media (max-width: 480px) {
  .conversion-top-grid {
    gap: 16px;
  }

  .conversion-card {
    padding: 18px;
  }

  .scoring-card h3,
  .crm-card h3 {
    font-size: 20px;
  }

  .image-wrapper img {
    height: 180px;
  }
}



.analytics-card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 36px;
  align-items: center;

  padding: 28px 36px;

  min-height: auto;
  height: auto;

  background: #FFFFFF33;
  border: 1px solid #FFFFFF4D;


  box-shadow: -10px -10px 20px 0px #FFFFFFB2,

    10px 10px 20px 0px #BCCABB33;

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.analytics-content h3 {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2b1f;
}

.analytics-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #667085;
}

.analytics-link {
  display: inline-block;
  margin-top: 18px;
  font-size: 16px;
  font-weight: 600;
  color: #1f2b1f;
  text-decoration: none;
}

.stat-box {
  padding: 22px 20px;
}

/* ================= TABLET ================= */
@media (max-width: 991px) {
  .analytics-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 24px;
  }
}

@media (max-width: 767px) {
  .analytics-card {
    padding: 22px 20px;
    gap: 24px;
  }

  .analytics-content h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .analytics-content p {
    font-size: 14px;
    line-height: 1.8;
  }

  .analytics-link {
    margin-top: 14px;
    font-size: 14px;
  }
}

.analytics-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.stat-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: -4px -4px 8px 0px #FFFFFFCC inset,
    4px 4px 8px 0px #BCCABB4D inset;

}

.stat-box h4 {
  margin: 0 0 6px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #1f2b1f;
}

.stat-box span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #7a7a7a;
}

.analytics-content h3 {
  font-size: 24px;
  margin-bottom: 18px;
}

.analytics-link {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #1f2b1f;
  text-decoration: none;
  transition: 0.3s ease;
}

.analytics-link:hover {
  color: #8c6d05;
}

@media (max-width: 991px) {
  .conversion-architecture {
    padding: 80px 0;
  }

  .conversion-title {
    font-size: 30px;
    margin-bottom: 45px;
  }

  .conversion-top-grid,
  .analytics-card {
    grid-template-columns: 1fr;
  }

  .analytics-stats {
    order: 2;
  }

  .analytics-content {
    order: 1;
  }
}

@media (max-width: 767px) {
  .conversion-architecture {
    padding: 60px 0;
  }

  .conversion-title {
    font-size: 30px;
    margin-bottom: 35px;
  }

  .conversion-card {
    padding: 22px;
    border-radius: 20px;
  }

  .conversion-card h3,
  .analytics-content h3 {
    font-size: 20px;
  }

  .conversion-card p {
    font-size: 13px;
    line-height: 1.8;
  }

  .image-wrapper img {
    height: 200px;
  }

  .stat-box {
    padding: 20px 14px;
  }

  .stat-box h4 {
    font-size: 28px;
  }

  .analytics-stats {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}

@media (max-width: 480px) {
      .conversion-title {
        font-size: 24px;
        line-height: 1.1;
    }

  .analytics-stats {
    grid-template-columns: 1fr;
  }

  .stat-box h4 {
    font-size: 24px;
  }

  .analytics-link {
    font-size: 13px;
  }
}



/* ===========================social-medial================= */

.future88 {

  width: 100%;

  padding: 110px 0;



  overflow: hidden;

  position: relative;

}


.future88-wrap {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 50px;

  position: relative;
}


.future88-left {

  max-width: 470px;

  position: relative;

  z-index: 2;
}


.future88-tag {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  padding: 8px 18px;

  border-radius: 999px;

  background: #ffffff;

  box-shadow:
    0 8px 24px rgba(0, 0, 0, .04);

  font-size: 11px;

  font-weight: 700;

  letter-spacing: 1.5px;

  color: #4b5563;

  margin-bottom: 30px;

  text-transform: uppercase;
}


.future88-title {

  font-size: 40px;

  line-height: .1.0px;

  font-weight: 800;

  letter-spacing: 2px;

  color: #162017;

  margin-bottom: 32px;
}


.future88-title span {

  color: #d4aa2a;
}


.future88-text {

  font-size: 18px;

  line-height: 1.9;

  color: #616a75;

  max-width: 420px;
}


.future88-right {

  position: relative;

  z-index: 2;
}


.future88-img {

  width: 500px;
  height: 500px;

  border-radius: 34px;

  overflow: hidden;

  box-shadow:
    0 35px 90px rgba(0, 0, 0, .12);

  animation:
    floatCard 5s ease-in-out infinite;
}


.future88-img img {

  width: 100%;

  display: block;

  object-fit: cover;
}


.future88-chat {

  position: absolute;

  top: -12px;

  left: -79px;

  width: 78px;

  height: 78px;

  border-radius: 50%;

  background: #ffffff;

  display: flex;

  align-items: center;

  justify-content: center;

  box-shadow:
    0 15px 40px rgba(0, 0, 0, .08);

  z-index: 5;
}


.future88-chat i {

  font-size: 28px;

  color: #1c241d;
}


.future88-share {

  position: absolute;

  top: -94px;

  right: -19px;

  width: 78px;

  height: 78px;

  border-radius: 18px;

  background: #ffffff;

  display: flex;

  align-items: center;

  justify-content: center;

  box-shadow:
    0 15px 40px rgba(0, 0, 0, .08);

  z-index: 5;
}


.future88-share i {

  font-size: 22px;

  color: #1c241d;
}


.future88-circle {

  position: absolute;

  right: -85px;

  bottom: -70px;

  width: 150px;

  height: 150px;

  border-radius: 50%;

  background: #FFFFFF33;
  border: 1px solid #FFFFFF4D;
  box-shadow: 0px 8px 32px 0px #1F268712;

  backdrop-filter: blur(20px);

  display: flex;

  align-items: center;

  justify-content: center;

  z-index: -1;
}


.future88-dots {

  display: grid;

  grid-template-columns:
    repeat(4, 12px);

  gap: 10px;
}

.future88-dots span {

  width: 12px;

  height: 12px;

  border-radius: 50%;

  background: #d4aa2a;
}


@keyframes floatCard {

  0% {

    transform:
      translateY(0);
  }

  50% {

    transform:
      translateY(-12px);
  }

  100% {

    transform:
      translateY(0);
  }
}


.future88-left,
.future88-right {

  animation:
    fadeUp 1s ease both;

  animation-timeline: view();

  animation-range:
    entry 10% cover 35%;
}

@keyframes fadeUp {

  from {

    opacity: 0;

    transform:
      translateY(70px);
  }

  to {

    opacity: 1;

    transform:
      translateY(0);
  }
}


@media(max-width:1399px) {

  .future88-title {

    font-size: 40px;
  }

  .future88-img {

    width: 450px;
  }
}

@media(max-width:1199px) {

  .future88 {

    padding: 90px 0;
  }

  .future88-wrap {

    gap: 60px;
  }

  .future88-title {

    font-size: 38px;
  }

  .future88-img {

    width: 420px;
  }

  .future88-text {

    font-size: 17px;
  }
}

@media(max-width:991px) {

  .future88 {

    padding: 80px 0;
  }

  .future88-wrap {

    flex-direction: column;

    text-align: center;

    gap: 40px;
  }

  .future88-left {

    max-width: 100%;
  }

  .future88-text {

    margin: auto;
  }

  .future88-title {

    font-size: 38px;
  }

  .future88-img {

    width: 100%;

    max-width: 500px;
  }

  .future88-chat {

    left: -10px;
  }

  .future88-share {

    right: -10px;
  }
}

@media(max-width:767px) {

  .future88 {

    padding: 65px 0;
  }

  .future88-title {

    font-size: 26px;

    line-height: 1;
  }

  .future88-text {

    font-size: 16px;

    line-height: 1.8;
  }

  .future88-chat {

    width: 62px;
    height: 62px;

    left: -4px;
  }

  .future88-share {

    width: 62px;
    height: 62px;

    right: -4px;

    top: -28px;
  }

  .future88-chat i,
  .future88-share i {

    font-size: 20px;
  }

  .future88-circle {

    width: 145px;
    height: 145px;

    right: -40px;
    bottom: -40px;
  }

  .future88-img {

    border-radius: 28px;
  }
}

@media(max-width:480px) {

  .future88 {

    padding: 55px 0;
  }

  .future88-title {

    font-size: 26px;

    letter-spacing: 2px;
  }

  .future88-tag {

    font-size: 10px;

    padding: 7px 14px;
  }

  .future88-text {

    font-size: 15px;
  }

  .future88-circle {

    width: 120px;
    height: 120px;
  }
}

.master88 {
  width: 100%;

  padding: 90px 0;
}


.master88-top {
  text-align: center;

  margin-bottom: 60px;
}

.master88-title {
  font-size: 38px;

  font-weight: 800;

  color: #162017;

  letter-spacing: 1px;

  margin-bottom: 18px;
}


.master88-line {
  width: 90px;

  height: 3px;

  background: #d4aa2a;

  margin: auto;

  border-radius: 20px;
}


.master88-grid {
  display: grid;

  grid-template-columns: 2fr 1fr;

  gap: 24px;
}


.master88-left {
  display: flex;

  flex-direction: column;

  gap: 24px;
}


.master88-card {
  background: #fff;

  border-radius: 40px;

  position: relative;

  overflow: hidden;

  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;

  box-shadow:
    -6px -6px 12px #ffffff,
    6px 6px 12px #d1d5be;
}


.master88-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1);
}


.master88-community {
  min-height: 390px;

  display: flex;

  align-items: stretch;

  padding: 0 !important;

  overflow: hidden;
}


.master88-content {
  width: 50%;

  padding: 48px 46px 38px;

  position: relative;

  z-index: 2;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}


.master88-icon {
  font-size: 38px;

  color: #d4aa2a;

  margin-bottom: 28px;
}


.master88-card-title {
  font-size: 24px;

  line-height: 1.1;

  font-weight: 800;

  color: #162017;

  margin-bottom: 22px;

  letter-spacing: 1px;
}


.master88-text {
  font-size: 16px;

  line-height: 1.75;

  color: #4f5762;

  max-width: 470px;

  margin-bottom: 42px;

  margin-right: -212px;
}


.master88-tags {
  display: flex;

  align-items: center;

  gap: 14px;

  flex-wrap: nowrap;
}


.master88-tag {
  padding: 12px 18px;

  border-radius: 999px;

  background: #ffffff01;

  font-size: 11px;

  font-weight: 700;

  letter-spacing: 0.8px;

  color: #1f2937;

  white-space: nowrap;

  box-shadow: -4px -4px 8px 0px #ffffff inset;

  box-shadow: 4px 4px 8px 0px #d1d5be inset;
}


.master88-image {
  position: absolute;

  right: 0;
  top: 0;

  width: 50%;

  height: 100%;

  overflow: hidden;
}


.master88-image img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;
}


.master88-image::after {
  content: "";

  position: absolute;

  inset: 0;

  background: rgba(255, 255, 255, 0.48);

  backdrop-filter: blur(1px);
}


.master88-bottom {
  min-height: 250px;

  padding: 34px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 30px;

  box-shadow: 0px 8px 32px 0px #1f268712;

  backdrop-filter: blur(20px);

  backdrop-filter: blur(20px);

  border: 1px solid #ffffff4d;
}


.master88-users {
  display: flex;

  align-items: center;
}

.master88-users img {
  width: 64px;

  height: 64px;

  border-radius: 50%;

  object-fit: cover;

  border: 4px solid #fff;

  margin-left: -16px;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.master88-users img:first-child {
  margin-left: 0;
}


.master88-count {
  width: 64px;

  height: 64px;

  border-radius: 50%;

  background: #d4aa2a;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 15px;

  font-weight: 700;

  margin-left: -16px;
}


.master88-side {
  min-height: 575px;

  padding: 34px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
  /* background: #ffffff01; */
  border: 1px solid #ffffff80;
  box-shadow: -6px -6px 12px 0px #ffffff;

  box-shadow: 6px 6px 12px 0px #d1d5be;
}


.master88-boxes {
  display: flex;

  flex-direction: column;

  gap: 18px;

  margin-top: 25px;
}


.master88-box {
  background: #fff;

  border-radius: 18px;

  padding: 18px;

  box-shadow:
    -4px -4px 8px #ffffff inset,
    4px 4px 8px #d1d5be inset;
}


.master88-box-title {
  font-size: 16px;

  font-weight: 700;

  color: #1c241d;

  margin-bottom: 6px;
}


.master88-box-text {
  font-size: 14px;

  line-height: 1.6;

  color: #646d77;
}


.master88-link {
  text-decoration: none;

  color: #d4aa2a;

  font-size: 15px;

  font-weight: 700;

  display: inline-flex;

  align-items: center;

  gap: 8px;

  transition: 0.35s ease;
}

.master88-link:hover {
  gap: 12px;

  color: #c79f20;
}


.master88-card {
  animation: fadeUp 1s ease both;

  animation-timeline: view();

  animation-range: entry 10% cover 35%;
}

@keyframes fadeUp {
  from {
    opacity: 0;

    transform: translateY(70px);
  }

  to {
    opacity: 1;

    transform: translateY(0);
  }
}


@media (max-width: 1399px) {
  .master88-title {
    font-size: 38px;
  }

  .master88-card-title {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .master88 {
    padding: 10px 0;
  }

  .master88-title {
    font-size: 36px;
  }

  .master88-card-title {
    font-size: 24px;
  }

  .master88-text {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .master88 {
    padding: 20px 0;
  }

  .master88-grid {
    grid-template-columns: 1fr;
  }

  .master88-side {
    min-height: auto;
  }

  .master88-community {
    flex-direction: column;

    min-height: auto;
  }

  .master88-content {
    width: 100%;

    padding: 38px 32px;
  }

  .master88-image {
    position: relative;

    width: 100%;

    height: 320px;
  }

  .master88-tags {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .master88 {
    padding: 30px 0;
  }

  .master88-title {
    font-size: 34px;

    line-height: 1.1;
  }

  .master88-content {
    width: 100%;

    padding: 30px 24px;
  }

  .master88-card-title {
    font-size: 20px;
  }

  .master88-text {
    font-size: 16px;

    line-height: 1.8;

    max-width: 100%;

    margin-bottom: 30px;
  }

  .master88-image {
    position: relative;

    width: 100%;

    height: 240px;

    margin-top: 0;
  }

  .master88-bottom {
    flex-direction: column;

    align-items: flex-start;
  }

  .master88-card {
    border-radius: 28px;
  }

  .master88-users img {
    width: 56px;
    height: 56px;
  }

  .master88-count {
    width: 56px;
    height: 56px;

    font-size: 14px;
  }

  .master88-tags {
    flex-wrap: wrap;

    gap: 10px;
  }

  .master88-tag {
    font-size: 13px;

    padding: 10px 14px;
  }
}

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

  .master88-content {
    padding: 26px 20px;
  }

  .master88-card-title {
    font-size: 20px;
  }

  .master88-image {
    height: 220px;
  }

  .master88-tag {
    width: 100%;

    text-align: center;
  }

  .master88-box {
    padding: 16px;
  }
}

.bg {
  background: linear-gradient(135deg, #FAFAF8 0%, #F8F8F6 16.67%, #F7F7F5 33.33%, #F5F5F3 50%, #F2F3F0 60%, #F0F1ED 70%, #EDEFEB 80%, #EBEDE8 90%, #E8EBE5 100%);

}


.cta88 {
  width: 100%;

  padding: 50px 0;
  background-color: #fff;

}


.cta88-box {
  background: linear-gradient(180deg,
      rgba(78, 107, 61, 0.14) 0%,
      rgba(152, 209, 119, 0.14) 100%);
  border: 1px solid #ffffff99;

  border-radius: 36px;

  padding: 60px 35px;

  text-align: center;

  position: relative;

  overflow: hidden;

  min-height: 420px;

  width: 100%;

  max-width: 100%;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  box-shadow: 0px 8px 32px 0px #1f268712;

  backdrop-filter: blur(20px);
}


.cta88-title {
  font-size: 38px;

  line-height: 1;

  font-weight: 800;

  letter-spacing: 1px;

  color: #162017;

  max-width: 720px;

  margin: auto auto 24px;
}


.cta88-text {
  font-size: 18px;

  line-height: 1.8;

  color: #616a75;

  max-width: 620px;

  margin: auto auto 40px;
}


.cta88-form {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 16px;

  flex-wrap: wrap;

  width: 100%;

  max-width: 650px;
}


.cta88-input {
  flex: 1;

  min-width: 280px;

  height: 62px;

  border: none;

  outline: none;

  padding: 0 22px;

  border-radius: 14px;

  background: #4e6b3d08;

  font-size: 15px;

  color: #162017;

  box-shadow: -4px -4px 8px 0px #ffffff inset;

  box-shadow: 4px 4px 8px 0px #d1d5be inset;
}


.cta88-btn {
  min-width: 140px;

  height: 60px;

  border: none;

  border-radius: 14px;

  background: #5f7d43;

  color: #fff;

  font-size: 15px;

  font-weight: 700;

  transition:
    transform 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;

  box-shadow: 0 12px 30px rgba(95, 125, 67, 0.28);
  text-decoration: none;
  text-align: center;
  padding-top: 18px;
}

/* HOVER */

.cta88-btn:hover {
  background: #4f6c35;

  transform: translateY(-3px);
}


@media (max-width: 1199px) {
  .cta88-title {
    font-size: 38px;
  }

  .cta88-box {
    min-height: 390px;
  }
}

@media (max-width: 991px) {
  .cta88-box {
    padding: 55px 30px;

    min-height: 360px;
  }

  .cta88-title {
    font-size: 30px;
  }

  .cta88-text {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .cta88 {
    padding: 55px 0;
  }

  .cta88-box {
    padding: 45px 22px;

    border-radius: 28px;

    min-height: auto;
  }

  .cta88-title {
    font-size: 28px;

    line-height: 1.05;
  }

  .cta88-text {
    font-size: 15px;

    margin-bottom: 32px;
  }

  .cta88-form {
    flex-direction: column;
  }

  .cta88-input {
    width: 100%;

    min-width: 100%;
  }

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

@media (max-width: 480px) {
  .cta88-title {
    font-size: 24px;
  }

  .cta88-box {
    padding: 40px 18px;
  }
}

/* ================= 991px ================= */

@media (max-width:991px) {

  .cta88-input {

    min-width: 240px;

    height: 56px;

    font-size: 15px;

    border-radius: 14px;
  }
}

/* ================= 767px ================= */

@media (max-width:767px) {

  .cta88-input {

    width: 100%;

    min-width: 100%;

    height: 54px;

    padding: 18px 18px;

    font-size: 14px;

    border-radius: 14px;
  }
}

/* ================= 480px ================= */

@media (max-width:480px) {

  .cta88-input {

    height: 52px;

    padding: 18px 16px;

    font-size: 14px;

    border-radius: 12px;
  }
}

/* ===================e commerce=============== */
/* ================= SECTION ================= */

.commerce88 {

  width: 100%;

  padding: 110px 0;

  /* background:#f5f5f2; */

  overflow: hidden;

  position: relative;
}

/* ================= WRAP ================= */

.commerce88-wrap {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 90px;
}

/* ================= LEFT ================= */

.commerce88-left {

  max-width: 520px;
}

/* SMALL TAG */

.commerce88-tag {

  font-size: 14px;

  font-weight: 700;

  letter-spacing: 1.8px;

  text-transform: uppercase;

  color: #b08f1f;

  margin-bottom: 26px;
}

/* TITLE */

.commerce88-title {

  font-size: 45px;

  line-height: .1.1;

  font-weight: 900;

  letter-spacing: 1px;

  color: #0f172a;

  margin-bottom: 34px;
}

/* GOLD */

.commerce88-title span {

  color: #d4aa2a;
}

/* TEXT */

.commerce88-text {

  font-size: 17px;

  line-height: 1.5;

  color: #636b75;

  max-width: 470px;

  margin-bottom: 44px;
}

/* BUTTONS */

.commerce88-btns {

  display: flex;

  align-items: center;

  gap: 20px;

  flex-wrap: wrap;
}

/* BUTTON */

.commerce88-btn {

  height: 64px;

  padding: 0 34px;

  border: none;

  border-radius: 999px;

  font-size: 15px;

  font-weight: 700;

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    background .35s ease;
  padding-top: 19px;
}

/* PRIMARY */

.commerce88-btn-primary {

  background: #5d7a43;

  color: #fff;

  box-shadow:
    0 14px 30px rgba(93, 122, 67, .28);
}

/* HOVER */

.commerce88-btn-primary:hover {

  background: #4f6b36;

  transform:
    translateY(-4px);
}

/* SECONDARY */

.commerce88-btn-light {

  background: #FFFFFF33;
  border: 1px solid #FFFFFF4D;
  color: #5d7a43;
  box-shadow: -10px -10px 20px 0px #FFFFFF;

  box-shadow: 10px 10px 20px 0px #D1D1D1;

  backdrop-filter: blur(20px)
}

/* HOVER */

.commerce88-btn-light:hover {

  transform:
    translateY(-4px);
}

/* ================= RIGHT ================= */

.commerce88-right {

  flex: 1;

  position: relative;

  display: flex;

  justify-content: center;
}

/* WHITE FRAME */

.commerce88-frame {

  background: #ffffff;

  border-radius: 30px;

  padding: 18px;

  box-shadow: -10px -10px 20px 0px #FFFFFF;

  box-shadow: 10px 10px 20px 0px #D1D1D1;

  backdrop-filter: blur(20px);
  border: 1px solid #FFFFFF4D;


  position: relative;
}

/* IMAGE */

.commerce88-img {

  width: 520px;

  border-radius: 24px;

  overflow: hidden;
}

/* IMG */

.commerce88-img img {

  width: 100%;

  display: block;

  object-fit: cover;
}

/* ================= FLOAT ================= */

.commerce88-frame {

  animation:
    floatCard 5s ease-in-out infinite;
}

@keyframes floatCard {

  0% {

    transform:
      translateY(0);
  }

  50% {

    transform:
      translateY(-12px);
  }

  100% {

    transform:
      translateY(0);
  }
}

/* ================= SCROLL ANIMATION ================= */

.commerce88-left,
.commerce88-right {

  animation:
    fadeUp 1s ease both;

  animation-timeline: view();

  animation-range:
    entry 10% cover 35%;
}

@keyframes fadeUp {

  from {

    opacity: 0;

    transform:
      translateY(70px);
  }

  to {

    opacity: 1;

    transform:
      translateY(0);
  }
}

/* ================= RESPONSIVE ================= */

@media(max-width:1399px) {

  .commerce88-title {

    font-size: 45px;
  }

  .commerce88-img {

    width: 470px;
  }
}

@media(max-width:1199px) {

  .commerce88 {

    padding: 90px 0;
  }

  .commerce88-wrap {

    gap: 60px;
  }

  .commerce88-title {

    font-size: 45px;
  }

  .commerce88-img {

    width: 430px;
  }

  .commerce88-text {

    font-size: 17px;
  }
}

@media(max-width:991px) {

  .commerce88 {

    padding: 80px 0;
  }

  .commerce88-wrap {

    flex-direction: column;

    gap: 70px;
  }

  .commerce88-left {

    max-width: 100%;

    text-align: center;
  }

  .commerce88-text {

    margin:
      0 auto 40px;
  }

  .commerce88-btns {

    justify-content: center;
  }

  .commerce88-title {

    font-size: 44px;
  }

  .commerce88-img {

    width: 100%;

    max-width: 520px;
  }
}

@media(max-width:767px) {

  .commerce88 {

    padding: 65px 0;
  }

  .commerce88-title {

    font-size: 28px;

    line-height: 1;
  }

  .commerce88-text {

    font-size: 16px;

    line-height: 1.5;
  }

  .commerce88-btn {

    height: 58px;

    padding: 0 28px;

    font-size: 14px;
    padding-top: 15px;

  }

  .commerce88-frame {

    padding: 14px;

    border-radius: 24px;
  }

  .commerce88-img {

    border-radius: 18px;
  }
}

@media(max-width:480px) {

  .commerce88 {

    padding: 55px 0;
  }

  .commerce88-title {

    font-size: 26px;

    letter-spacing: 2px;
  }

  .commerce88-tag {

    font-size: 10px;
  }

  .commerce88-text {

    font-size: 15px;
  }

  .commerce88-btns {

    flex-direction: column;

    width: 100%;
  }

  .commerce88-btn {

    width: 100%;
    padding-top: 15px;
  }
}

/* ================= SECTION ================= */

.enterprise88 {

  width: 100%;

  padding: 40px 0;

  /* background:#f5f5f2; */
}

/* ================= TOP ================= */

.enterprise88-top {

  margin-bottom: 55px;
}

/* TITLE */

.enterprise88-title {

  font-size: 38px;

  line-height: .96;

  font-weight: 800;

  letter-spacing: 1px;

  color: #172018;

  margin-bottom: 18px;
}

/* TEXT */

.enterprise88-text {

  font-size: 19px;

  line-height: 1.8;

  color: #69717b;
}

/* ================= GRID ================= */

.enterprise88-grid {

  display: grid;

  grid-template-columns:
    1.05fr 1fr;

  gap: 22px;
}

/* ================= CARD ================= */

.enterprise88-card {

  background: #FFFFFF33;

  border: 1px solid #FFFFFF4D;
  border-radius: 28px;

  padding: 34px 32px;

  position: relative;

  overflow: hidden;

  box-shadow: -10px -10px 20px 0px #FFFFFF;

  box-shadow: 10px 10px 20px 0px #D1D1D1;

  backdrop-filter: blur(20px);


  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

/* HOVER */

.enterprise88-card:hover {

  transform:
    translateY(-7px);

  box-shadow:
    0 28px 70px rgba(0, 0, 0, .10);
}

/* LARGE CARD */

.enterprise88-large {

  min-height: 220px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}


/* RIGHT SIDE */

.enterprise88-right {

  display: flex;

  flex-direction: column;

  gap: 22px;
}

/* TOP SMALL */

.enterprise88-topcards {

  display: grid;

  grid-template-columns:
    repeat(2, 1fr);

  gap: 22px;
}

/* BOTTOM LONG */

.enterprise88-wide {

  min-height: 165px;

  display: flex;

  flex-direction: column;

  justify-content: center;
}

/* ICON */

.enterprise88-icon {

  width: 62px;

  height: 62px;

  border-radius: 18px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 24px;

  margin-bottom: 34px;
}

/* COLORS */

.enterprise88-green {

  background: #d8e4d3;

  color: #1c241d;
}

.enterprise88-gold {

  background: #ece2bf;

  color: #8d6d05;
}

.enterprise88-light {

  background: #dfe9da;

  color: #304534;
}

/* CARD TITLE */

.enterprise88-card-title {

  font-size: 24px;

  line-height: 1.2;

  font-weight: 700;

  color: #1c241d;

  margin-bottom: 20px;
}

/* CARD TEXT */

.enterprise88-card-text {

  font-size: 17px;

  line-height: 1.9;

  color: #6a727d;

  max-width: 470px;
}

/* LEARN MORE */

.enterprise88-link {

  display: inline-flex;

  align-items: center;

  gap: 12px;

  text-decoration: none;

  color: #1c241d;

  font-size: 17px;

  font-weight: 700;

  margin-top: 42px;

  transition: .35s ease;
}

/* HOVER */

.enterprise88-link:hover {

  gap: 18px;

  color: #1c241d;
}

/* SMALL CARDS */

.enterprise88-small {

  min-height: 200px;
}

/* SMALL TITLE */

.enterprise88-small .enterprise88-card-title {

  font-size: 20px;

  margin-bottom: 14px;
}

/* SMALL TEXT */

.enterprise88-small .enterprise88-card-text {

  font-size: 15px;

  line-height: 1.8;
}

/* WIDE TITLE */

.enterprise88-wide .enterprise88-card-title {

  font-size: 22px;

  margin-bottom: 12px;
}

/* ================= ANIMATION ================= */

.enterprise88-card {

  animation:
    fadeUp 1s ease both;

  animation-timeline: view();

  animation-range:
    entry 10% cover 35%;
}

@keyframes fadeUp {

  from {

    opacity: 0;

    transform:
      translateY(70px);
  }

  to {

    opacity: 1;

    transform:
      translateY(0);
  }
}

/* ================= RESPONSIVE ================= */

@media(max-width:1399px) {

  .enterprise88-title {

    font-size: 38px;
  }
}

@media(max-width:1199px) {

  .enterprise88 {

    padding: 85px 0;
  }

  .enterprise88-title {

    font-size: 38px;
  }

  .enterprise88-card-title {

    font-size: 24px;
  }

  .enterprise88-card-text {

    font-size: 16px;
  }
}

@media(max-width:991px) {

  .enterprise88 {

    padding: 75px 0;
  }

  .enterprise88-grid {

    grid-template-columns: 1fr;
  }

  .enterprise88-title {

    font-size: 30px;
  }

  .enterprise88-large {

    min-height: auto;
  }
}

@media(max-width:767px) {

  .enterprise88 {

    padding: 60px 0;
  }

  .enterprise88-title {

    font-size: 24px;

    line-height: 1;
  }

  .enterprise88-text {

    font-size: 16px;
  }

  .enterprise88-topcards {

    grid-template-columns: 1fr;
  }

  .enterprise88-card {

    padding: 28px 24px;

    border-radius: 24px;
  }

  .enterprise88-icon {

    width: 56px;
    height: 56px;

    font-size: 22px;

    margin-bottom: 28px;
  }

  .enterprise88-card-title {

    font-size: 22px;
  }

  .enterprise88-card-text {

    font-size: 15px;

    line-height: 1.8;
  }

  .enterprise88-link {

    font-size: 15px;
  }
}

@media(max-width:480px) {

  .enterprise88 {

    padding: 50px 0;
  }

  .enterprise88-title {

    font-size: 24px;
  }

  .enterprise88-card {

    padding: 24px 20px;
  }

  .enterprise88-card-title {

    font-size: 20px;
  }

  .enterprise88-card-text {

    font-size: 14px;
  }
}

/* ================= SECTION ================= */

.edge88 {

  width: 100%;

  padding: 95px 0;

  background: #4E6B3D1A;

}

/* ================= WRAP ================= */

.edge88-wrap {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 80px;
}

/* ================= LEFT ================= */

.edge88-left {

  max-width: 520px;
}

/* TITLE */

.edge88-title {

  font-size: 38px;

  line-height: .1.1;

  font-weight: 700;

  letter-spacing: 1px;

  color: #162017;

  margin-bottom: 34px;
}

/* TEXT */

.edge88-text {

  font-size: 19px;

  line-height: 1.9;

  color: #666f79;

  max-width: 480px;

  margin-bottom: 42px;
}

/* ================= LIST ================= */

.edge88-list {

  display: flex;

  flex-direction: column;

  gap: 22px;
}

/* ITEM */

.edge88-item {

  display: flex;

  align-items: center;

  gap: 14px;

  font-size: 18px;

  line-height: 1.7;

  font-weight: 700;

  color: #162017;
}

/* ICON */

.edge88-item i {

  width: 26px;

  height: 26px;

  border-radius: 50%;

  background: #d4aa2a;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 12px;

  flex-shrink: 0;
}

/* ================= RIGHT ================= */

.edge88-right {

  flex: 1;
}

/* GRID */

.edge88-grid {

  display: grid;

  grid-template-columns:
    repeat(2, 1fr);

  gap: 26px;
}

/* CARD */

.edge88-card {

  background: #FFFFFF66;

  border-radius: 26px;

  min-height: 170px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  padding: 28px;

  transition:
    transform .4s ease,
    box-shadow .4s ease;

  box-shadow: -6px -6px 12px 0px #FFFFFF inset;

  box-shadow: 6px 6px 12px 0px #E0E5CC inset;

}

/* HOVER */

.edge88-card:hover {

  transform:
    translateY(-8px);

  box-shadow:
    0 30px 70px rgba(0, 0, 0, .10);

  background: #fff;

}

/* NUMBER */

.edge88-number {

  font-size: 45px;

  line-height: 1;

  font-weight: 700;

  letter-spacing: 2px;

  color: #162017;

  margin-bottom: 12px;
}

/* LABEL */

.edge88-label {

  font-size: 18px;

  font-weight: 500;

  color: #d4aa2a;
}

/* ================= ANIMATION ================= */

.edge88-left,
.edge88-card {

  animation:
    fadeUp 1s ease both;

  animation-timeline: view();

  animation-range:
    entry 10% cover 35%;
}

@keyframes fadeUp {

  from {

    opacity: 0;

    transform:
      translateY(70px);
  }

  to {

    opacity: 1;

    transform:
      translateY(0);
  }
}

/* ================= RESPONSIVE ================= */

@media(max-width:1399px) {

  .edge88-title {

    font-size: 38px;
  }

  .edge88-number {

    font-size: 36px;
  }
}

@media(max-width:1199px) {

  .edge88 {

    padding: 85px 0;
  }

  .edge88-wrap {

    gap: 60px;
  }

  .edge88-title {

    font-size: 38px;
  }

  .edge88-text {

    font-size: 17px;
  }

  .edge88-number {

    font-size: 31px;
  }
}

@media(max-width:991px) {

  .edge88 {

    padding: 75px 0;
  }

  .edge88-wrap {

    flex-direction: column;

    gap: 70px;
  }

  .edge88-left {

    max-width: 100%;
  }

  .edge88-title {

    font-size: 38px;
  }

  .edge88-right {

    width: 100%;
  }
}

@media(max-width:767px) {

  .edge88 {

    padding: 65px 0;
  }

  .edge88-title {

    font-size: 26px;

    line-height: 1;
  }

  .edge88-text {

    font-size: 16px;

    line-height: 1.8;
  }

  .edge88-item {

    font-size: 15px;

    align-items: flex-start;
  }

  .edge88-grid {

    gap: 18px;
  }

  .edge88-card {

    min-height: 130px;

    border-radius: 22px;

    padding: 22px;
  }

  .edge88-number {

    font-size: 30px;
  }

  .edge88-label {

    font-size: 15px;
  }
}

@media(max-width:480px) {

  .edge88 {

    padding: 55px 0;
  }

  .edge88-title {

    font-size: 23px;

    letter-spacing: 2px;
  }

  .edge88-text {

    font-size: 15px;
  }

  .edge88-grid {

    grid-template-columns: 1fr;
  }

  .edge88-card {

    min-height: 110px;
  }

  .edge88-number {

    font-size: 25px;
  }

  .edge88-label {

    font-size: 14px;
  }
}

/* ================= SECTION ================= */

.arch88 {

  width: 100%;

  padding: 90px 0;

  /* background:#f5f5f2; */
}

/* ================= BOX ================= */

.arch88-box {

  width: 100%;

  background:
    radial-gradient(circle at right center,
      rgba(215, 203, 130, .12),
      transparent 28%),
    #eef0ea;

  border-radius: 38px;

  padding: 90px 40px;

  text-align: center;

  position: relative;

  overflow: hidden;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .85),
    0 18px 55px rgba(0, 0, 0, .05);

  animation:
    fadeUp 1s ease both;

  animation-timeline: view();

  animation-range:
    entry 10% cover 35%;
}

/* ================= TITLE ================= */

.arch88-title {

  font-size: 38px;

  line-height: 1;

  font-weight: 700;

  letter-spacing: 2px;

  color: #111827;

  margin-bottom: 26px;
}

/* ================= TEXT ================= */

.arch88-text {

  font-size: 18px;

  line-height: 1.9;

  color: #98a0aa;

  max-width: 720px;

  margin:
    0 auto 44px;
}

/* ================= BUTTON ================= */

.arch88-btn {

  min-width: 220px;
  padding: 15px;
  height: 68px;
  text-decoration: none;
  border: none;

  border-radius: 999px;

  background: #6c8752;

  color: #ffffff;

  font-size: 16px;

  font-weight: 700;

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    background .35s ease;

  box-shadow:
    0 14px 32px rgba(108, 135, 82, .28);
}

/* HOVER */

.arch88-btn:hover {

  background: #5f7747;

  transform:
    translateY(-4px);

  box-shadow:
    0 20px 40px rgba(108, 135, 82, .34);
}

/* ================= ANIMATION ================= */

@keyframes fadeUp {

  from {

    opacity: 0;

    transform:
      translateY(70px);
  }

  to {

    opacity: 1;

    transform:
      translateY(0);
  }
}

/* ================= RESPONSIVE ================= */

@media(max-width:1399px) {

  .arch88-title {

    font-size: 38px;
  }
}

@media(max-width:1199px) {

  .arch88 {

    padding: 80px 0;
  }

  .arch88-title {

    font-size: 50px;
  }

  .arch88-text {

    font-size: 17px;
  }
}

@media(max-width:991px) {

  .arch88 {

    padding: 70px 0;
  }

  .arch88-box {

    padding: 75px 32px;
  }

  .arch88-title {

    font-size: 30px;

    line-height: 1.05;
  }
}

@media(max-width:767px) {

  .arch88 {

    padding: 60px 0;
  }

  .arch88-box {

    padding: 60px 22px;

    border-radius: 28px;
  }

  .arch88-title {

    font-size: 24px;

    letter-spacing: 2px;
  }

  .arch88-text {

    font-size: 16px;

    line-height: 1.8;

    margin-bottom: 34px;
  }

  .arch88-btn {

    width: 100%;

    max-width: 260px;

    height: 60px;

    font-size: 15px;
  }
}

@media(max-width:480px) {

  .arch88 {

    padding: 50px 0;
  }

  .arch88-box {

    padding: 50px 18px;

    border-radius: 24px;
  }

  .arch88-title {

    font-size: 23px;

    line-height: 1.1;
  }

  .arch88-text {

    font-size: 14px;
  }

  .arch88-btn {

    max-width: 100%;
  }
}


/* ============our services==============  */

/* TITLE LINK */

.services99-card-title a {

  color: inherit;

  text-decoration: none;

  transition: .3s ease;
}

/* HOVER */

.services99-card-title a:hover {

  color: inherit;

  text-decoration: none;
}




/* ==============================blog-detail==================== */

.quote-box {
  border-left: 4px solid #6f8b5e;
  padding-left: 24px;
  margin-top: 30px 0 30px;
}

.quantum-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #4E6B3D;

  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.quantum-heading {
  font-size: 38px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #000;
  margin-bottom: 40px;
}



.quantum-text-box {
  border-left: 4px solid #7b9364;
  padding-left: 22px;
  max-width: 760px;
}



.italic {
  font-style: italic;

}

.paracolor {
  color: #5E5F5B;
  margin: 60px 0;

}

.comman {
  color: #191D0E;

}

.forbrown {
  border-left: 4px solid #735C00 !important;
}

.quantum-main-image img {
  width: 100%;
  height: 650px;
  display: block;
  border-radius: 4px;
  object-fit: cover;
  padding: 60px 0px;
}

/* ================= Responsive ================= */
@media (max-width: 1024px) {
  .quantum-heading {
    font-size: 40px;
  }

}

@media (max-width: 991px) {

  .quantum-heading {
    font-size: 52px;
  }

  .quantum-text-box p {
    font-size: 22px;
  }
}

@media (max-width: 768px) {

  .quantum-hero-section {
    padding: 70px 0;
  }

  .quantum-heading {
    font-size: 35px;
  }

  .quantum-text-box p {
    font-size: 18px;
    line-height: 1.7;
  }

  .quantum-hero-content {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .quantum-main-image img {
    height: auto;
  }

  .quantum-heading {
    font-size: 25px;
  }

  .quantum-tag {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .quantum-text-box {
    padding-left: 16px;
  }

  .quantum-text-box p {
    font-size: 16px;
  }
}

/* ================= Responsive ================= */

@media (max-width: 991px) {
  .quantum-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .quantum-content h2 {
    font-size: 40px;
  }

  .quantum-text-box p {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .quantum-section {
    padding: 60px 0;
  }

  .quantum-content h2 {
    font-size: 32px;
  }

  .quantum-text-box {
    padding-left: 18px;
  }

  .quantum-text-box p {
    font-size: 18px;
    line-height: 1.6;
  }
}

.post-classical-section {
  padding: 80px 0;
  margin: auto;
}

.post-classical-content {
  align-items: center;
  margin: auto;
  max-width: 1000px;
}

.post-classical-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1f1f1f;
  margin: 30px 0 20px;
}



blockquote {
  font-size: 20px;
  line-height: 1.7;
  color: #2f2f2f;
  font-weight: 400;
  margin: 50px 0;

}

.divider {
  width: 100%;
  height: 1px;
  background: #dddddd;
  margin: 40px 0;
}

.h3 {
  font-size: 32px;
  font-weight: 700;
  color: #1f1f1f;
  margin: 50px 0 20 0;
}

/* ================= Responsive ================= */

@media (max-width: 768px) {

  .post-classical-section {
    padding: 60px 0;
  }

  .post-classical-content h2 {
    font-size: 26px;
  }

  .post-classical-content h3 {
    font-size: 24px;
  }

  blockquote {
    font-size: 22px;
    line-height: 1.6;
    margin: 40px 0;
  }

  .intro-text,
  .body-text {
    font-size: 16px;
  }
}

@media (max-width: 576px) {

  .post-classical-content h2 {
    font-size: 22px;
  }

  .post-classical-content h3 {
    font-size: 20px;
  }

  blockquote {
    font-size: 18px;
    padding-left: 15px;
  }
}

/* ================= Strategy Points ================= */

.strategy-points {
  margin-top: 50px;
}

.strategy-card {
  display: flex;
  gap: 26px;
  margin-bottom: 40px;
  align-items: flex-start;
}

.strategy-line {
  width: 2px;
  min-width: 2px;
  height: 72px;
  background: #dcdcdc;
  margin-top: 3px;
}

.strategy-card.active .strategy-line {
  background: #b7d63d;
}

.head {
  font-size: 22px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 12px;
}

/* ================= Responsive ================= */

@media (max-width: 768px) {

  .strategy-card {
    gap: 18px;
    margin-bottom: 32px;
  }

  .strategy-info h4 {
    font-size: 24px;
  }

  .strategy-info p {
    font-size: 16px;
  }

  .future-text {
    font-size: 19px;
    line-height: 1.7;
  }
}

@media (max-width: 576px) {

  .strategy-info h4 {
    font-size: 20px;
  }

  .future-text {
    font-size: 17px;
  }

  .strategy-line {
    height: 60px;
  }
}

.insight-points {
  max-width: 900px;
  width: 100%;
  padding: 20px;
}

.point-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-top: 3px;
}

.success .icon {
  background: #8a6b00;
}

.danger .icon {
  background: #c61b1b;
}

.point-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #1f1f1f;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.point-item strong {
  font-weight: 700;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {

  .insight-points {
    padding: 10px;
  }

  .point-item {
    gap: 12px;
  }

  .point-item p {
    font-size: 16px;
    line-height: 1.5;
  }

  .icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {

  .point-item p {
    font-size: 15px;
  }

  .point-item {
    gap: 10px;
  }
}

.memory-box {
  display: flex;
  align-items: center;
  gap: 12px;

  width: fit-content;

  padding: 12px 18px;
  border-radius: 12px;

  background: #fff;
}

.memory-box h3 {
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0px;
  vertical-align: middle;

}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {

  .memory-box {
    gap: 10px;
    padding: 10px 14px;
  }

  .memory-icon {
    width: 30px;
    height: 30px;
  }

  .memory-icon i {
    font-size: 16px;
  }

  .memory-box h3 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {

  .memory-box {
    width: 100%;
  }

  .memory-box h3 {
    font-size: 15px;
  }
}

.extra {
  font-weight: 600;
  font-style: Italic;
  font-size: 16px;
  line-height: 29.25px;
  letter-spacing: 0px;
  vertical-align: middle;
  padding: 30px 0;

}

.para span {
  color: black;
  text-decoration: underline gold;

}

.feature-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;

  width: 100%;
  padding: 60px 20px;
}

.feature-card h3 {
  margin-bottom: 14px;

  font-size: 20px;
  font-weight: 500;
  color: #6b7280;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {

  .feature-wrapper {
    gap: 40px;
  }

  .feature-card h3 {
    font-size: 28px;
  }

  .feature-card p {
    font-size: 22px;
  }
}

@media (max-width: 768px) {

  .feature-wrapper {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 30px 15px;
  }

  .feature-card h3 {
    font-size: 24px;
  }

  .feature-card p {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {

  .feature-card h3 {
    font-size: 21px;
  }

  .feature-card p {
    font-size: 16px;
  }
}

.reliability-quote {
  width: 100%;
  margin-top: 40px;
  padding: 20px 40px;

  border-left: 4px solid #8aa56c;
  border-radius: 16px;

  background: #ffffff;
  box-shadow: -2px -2px 5px 0px #FFFFFF inset,

    2px 2px 5px 0px #D8DCC4 inset;


  box-sizing: border-box;
}

.reliability-quote p {
  font-weight: 600;
  font-size: 16px;
  line-height: 29.25px;
  letter-spacing: 0px;
  vertical-align: middle;

}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {

  .reliability-quote {
    padding: 40px 30px;
  }

  .reliability-quote p {
    font-size: 34px;
  }
}

@media (max-width: 768px) {

  .reliability-quote {
    padding: 30px 22px;
    border-radius: 12px;
  }

  .reliability-quote p {
    font-size: 24px;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {

  .reliability-quote {
    padding: 24px 18px;
  }

  .reliability-quote p {
    font-size: 18px;
  }
}

.tag-wrapper {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;

  width: 100%;
  padding: 20px 0;
}

.tag-pill {
  padding: 10px 12px;

  border-radius: 999px;

  background: #4E6B3D1A;

  font-size: 14px;
  font-weight: 500;
  color: #5b5b57;

  line-height: 1;
  white-space: nowrap;

  transition: all 0.3s ease;
}

.tag-pill:hover {
  transform: translateY(-2px);
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1200px) {

  .tag-pill {
    font-size: 34px;
    padding: 20px 40px;
  }
}

@media (max-width: 992px) {

  .tag-wrapper {
    gap: 20px;
  }

  .tag-pill {
    font-size: 28px;
    padding: 18px 34px;
  }
}

@media (max-width: 768px) {

  .tag-wrapper {
    justify-content: center;
    gap: 16px;
  }

  .tag-pill {
    font-size: 22px;
    padding: 16px 28px;
  }
}

@media (max-width: 480px) {

  .tag-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .tag-pill {
    width: 100%;
    text-align: center;

    font-size: 18px;
    padding: 14px 20px;
  }
}

.quantum-main-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.quantum-main-image img {
  width: 100%;
  display: block;
  border-radius: 20px;
}


.image-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(0deg, rgba(247, 252, 227, 0.4) 0%, rgba(247, 252, 227, 0) 100%);

  border-radius: 20px;
}


/* -=============testmonial.php============  */

/* =======================testimonial================== */
/* ================= SECTION ================= */

.testimonial100 {

  width: 100%;

  padding: 60px 0;

  /* background:#f6f6f3; */
}

/* ================= TOP ================= */

.testimonial100-top {

  text-align: center;

  margin-bottom: 55px;
}

/* BADGE */

.testimonial100-badge {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  padding: 5px 14px;

  border-radius: 30px;

  background: #eef1e8;

  color: #7f8b6e;

  font-size: 16px;

  font-weight: 600;

  letter-spacing: .8px;

  margin-bottom: 16px;
}

/* TITLE */

.testimonial100-title {

  font-size: 38px;

  font-weight: 800;

  color: #172033;

  margin-bottom: 10px;

  line-height: 1.12;

  animation:
    fadeTitle .8s ease;
}

/* SUB */

.testimonial100-sub {

  font-size: 14px;

  color: #8a919d;
}

/* ================= GRID ================= */

.testimonial100-grid {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 18px;
}

/* ================= CARD ================= */

.testimonial100-card {

  background: #fff;

  border-radius: 16px;

  padding: 26px 28px 24px;
  box-shadow: 0px 4px 6px -4px #0000001A;

  box-shadow: 0px 10px 15px -3px #0000001A;
  border: 1px solid #FFFFFF99;

  transition: .4s ease;

  animation:
    cardFade .8s ease both;
}

/* DELAY */

.testimonial100-card:nth-child(2) {

  animation-delay: .1s;
}

.testimonial100-card:nth-child(3) {

  animation-delay: .2s;
}

.testimonial100-card:nth-child(4) {

  animation-delay: .3s;
}

/* HOVER */

.testimonial100-card:hover {

  transform:
    translateY(-7px);

  box-shadow:
    0 8px 20px rgba(0, 0, 0, .06),
    0 20px 45px rgba(0, 0, 0, .06);
}

/* STARS */

.testimonial100-stars {

  color: #d8a314;

  font-size: 20px;

  letter-spacing: 3px;

  margin-bottom: 22px;
}

/* TEXT */

.testimonial100-text {

  font-size: 16px;

  line-height: 2;

  color: #6d7685;
  /* display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
  margin-bottom: 48px;
}

/* LINE */

.testimonial100-line {



  background: #ececec;

  margin-bottom: -33px;
}

/* USER */

.testimonial100-user {

  display: flex;

  align-items: center;

  gap: 12px;
}

/* IMAGE */

.testimonial100-user img {

  width: 42px;

  height: 42px;

  border-radius: 50%;

  object-fit: cover;
}

/* NAME */

.testimonial100-user h4 {

  font-size: 16px;

  font-weight: 700;

  color: #172033;

  margin-bottom: 2px;
}

/* ROLE */

.testimonial100-user span {

  font-size: 14px;

  color: #9aa0ab;
}


/* ================= ANIMATION ================= */

@keyframes cardFade {

  from {

    opacity: 0;

    transform:
      translateY(50px);
  }

  to {

    opacity: 1;

    transform:
      translateY(0);
  }
}

@keyframes fadeTitle {

  from {

    opacity: 0;

    transform:
      translateY(15px);
  }

  to {

    opacity: 1;

    transform:
      translateY(0);
  }
}

/* ================= CARD HOVER EFFECT ================= */

.testimonial100-card {

  position: relative;

  overflow: hidden;

  transition:
    transform .45s ease,
    box-shadow .45s ease,
    border-color .45s ease;

  border: 1px solid transparent;
}

/* LIGHT GLOW */

.testimonial100-card::before {

  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(135deg,
      rgba(255, 255, 255, .18),
      transparent);

  opacity: 0;

  transition: opacity .45s ease;

  pointer-events: none;
}

/* HOVER */

.testimonial100-card:hover {

  transform:
    translateY(-10px);

  border-color:
    rgba(215, 170, 65, .18);

  box-shadow:
    0 18px 40px rgba(0, 0, 0, .07),
    0 30px 70px rgba(0, 0, 0, .05);
}

/* SHOW SHINE */

.testimonial100-card:hover::before {

  opacity: 1;
}

/* IMAGE HOVER */

.testimonial100-user img {

  transition:
    transform .45s ease;
}

.testimonial100-card:hover .testimonial100-user img {

  transform:
    scale(1.08);
}

/* NAME COLOR */

.testimonial100-card:hover .testimonial100-user h4 {

  color: #b8860b;
}

/* STARS */

.testimonial100-stars {

  transition:
    letter-spacing .4s ease,
    transform .4s ease;
}

.testimonial100-card:hover .testimonial100-stars {

  letter-spacing: 5px;

  transform:
    translateX(3px);
}



/* ================= RESPONSIVE ================= */

@media(max-width:991px) {

  .testimonial100 {

    padding: 40px 0;
  }

  .testimonial100-title {

    font-size: 35px;
  }
}

@media(max-width:767px) {

  .testimonial100-grid {

    grid-template-columns: 1fr;
  }

  .testimonial100-title {

    font-size: 32px;
  }

  .testimonial100-card {

    padding: 24px 22px;
  }
}

@media(max-width:480px) {

  .testimonial100 {

    padding: 60px 0;
  }

  .testimonial100-title {

    font-size: 26px;

    line-height: 1.3;
  }

  .testimonial100-sub {

    font-size: 13px;
  }

  .testimonial100-card {

    border-radius: 14px;

    padding: 20px 18px;
  }

  .testimonial100-text {

    font-size: 16px;

    margin-bottom: 51px;
  }
}

/* ===========about banner===========  */
.about-scintillate {
    background: #f4f1e8;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-title {
    font-size: 46px;
    font-weight: 700;
    color: #56764a;
    line-height: 1.1;
    margin-bottom: 20px;
}

.about-desc {
    font-size: 20px;
    line-height: 1.5;
    color: #6c7f63;
    max-width: 650px;
    margin: 0 auto;
}

/* Tablet */
@media (max-width: 991px) {
    .about-title {
        font-size: 44px;
    }

    .about-desc {
        font-size: 18px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .about-scintillate {
        min-height: 260px;
        padding: 40px 15px;
    }

    .about-title {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .about-desc {
        font-size: 15px;
        max-width: 100%;
    }
}
