/* CTA SECTION */
.cta-section {
  position: relative;
  overflow: hidden;
}

.cta-content h2 {
  margin: 10px 0 14px;
}

.cta-content p {
  margin-bottom: 0;
  max-width: 760px;
}

.cta-eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cta-section-one {
  background: linear-gradient(110deg, #eef7ff 0%, #f8fff1 100%);
}

.cta-section-one .cta-shape {
  position: absolute;
  width: 220px;
  height: 220px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  background: rgba(253, 91, 56, 0.15);
}

.cta-section-two {
  color: #fff;
  background: linear-gradient(135deg, #11131a 0%, #2d2f3a 100%);
}

.cta-section-two .cta-eyebrow {
  color: #bae900;
}

.cta-section-two .cta-outline-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}

.cta-section-two .cta-outline-btn:hover {
  border-color: #fff;
}

.cta-dual-action {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul > li .sub-menu a::after {
    background: #82bf2b;
  }
}

@media (max-width: 991px) {
  .cta-dual-action {
    justify-content: flex-start;
  }
}

/* GLOBAL FIXES */
img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .wpo-site-header .navigation:not(.sticky-header) #navbar > ul > li > a {
    color: #fff;
  }

  .wpo-site-header .navigation:not(.sticky-header) #navbar > ul li a:hover,
  .wpo-site-header .navigation:not(.sticky-header) #navbar > ul li a:focus {
    color: #82bf2b;
  }

  .fanfuct-section-s2 .title .shape svg path {
    fill: #82bf2b;
  }

  .back-to-top {
    background-color: #476b14;
    border: 2px solid #82bf2b;
  }

  .office-info .office-info-item::before,
  .contact-form .submitbtn .fild {
    background: #476b14;
  }

  .pricing-page .pricing-card::before,
  .preloader::before {
    content: url(../images/slider/bg-shape-1.svg);
  }

  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 220px;
  }

  .blog-section-s2 .title h2,
  .about-wraper a,
  .about-wraper .funfact .item p span,
  .service-section .title h2,
  .service-card .icon,
  .about-wraper .funfact .item p i,
  .partners-section-s2 .title h2 span,
  .marquee-section-s4 h2 .color,
  .about-wraper h2 .color,
  .about-wraper h2 span,
  .wpo-site-header .navigation:not(.sticky-header) #navbar > ul li a:hover > i,
  .wpo-site-header .navigation:not(.sticky-header) #navbar > ul li a:focus > i {
    color: #82bf2b;
  }

  body:not(:has(.hero-section))
    .wpo-site-header
    .navigation:not(.sticky-header) {
    background: rgba(255, 255, 255, 0.96);
  }

  body:not(:has(.hero-section)) .wpo-site-header::before {
    background: rgba(18, 23, 37, 0.12);
  }

  body:not(:has(.hero-section))
    .wpo-site-header
    .navigation:not(.sticky-header)
    #navbar
    > ul
    > li
    > a {
    color: #121725;
  }

  .wpo-site-header .navigation.sticky-header {
    background: rgba(0, 0, 0, 0.96);
  }

  .wpo-site-header .navigation.sticky-header #navbar > ul > li > a {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .header-right .close-form {
    display: none;
  }

  .wpo-site-header .header-right .mini-cart {
    display: block;
  }

  .wpo-site-header .header-right {
    justify-content: flex-end;
  }

  .wpo-site-header .header-right .cart-toggle-btn {
    width: 40px;
    height: 35px;
  }
}

.map-section iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
}

.wpo-site-header #navbar > ul > li.active > a,
.wpo-site-header #navbar > ul > li.active > a span,
.wpo-site-header #navbar > ul > li.active > a i {
  color: #82bf2b !important;
}

/* UTILITIES */
.text-balance {
  text-wrap: balance;
}

.radius-xl {
  border-radius: 24px;
}

.shadow-soft {
  box-shadow: 0 16px 40px rgba(13, 23, 44, 0.14);
}

.round-shape img {
  animation: pulseRotate 8s ease-in-out infinite;
}

@keyframes pulseRotate {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.05) rotate(180deg);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}
.round-shape .round-2 {
  animation: pulseRotate-2 8s ease-in-out infinite;
}

@keyframes pulseRotate-2 {
  0% {
    transform: scale(1) rotate(360deg);
  }
  50% {
    transform: scale(1.05) rotate(180deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}

.about-section {
  padding: 185px 0px 80px 0px;
}

.footer-section .widget-contact h6 {
  color: #bae900;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-section .widget-contact > i.flaticon-placeholder,
.footer-section-s3 .widget-contact > i.flaticon-placeholder {
  color: #5f7fd1;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 12px;
}

.footer-section .widget-contact .contact-link,
.footer-section-s3 .widget-contact .contact-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 16px;
  text-decoration: none;
}

.footer-section .widget-contact .contact-link i,
.footer-section-s3 .widget-contact .contact-link i {
  color: #8b93a9;
  font-size: 22px;
  line-height: 1;
}

.footer-section .widget-contact .contact-link h6,
.footer-section-s3 .widget-contact .contact-link h6 {
  margin: 0;
  padding-top: 0 !important;
  word-break: break-word;
}

.footer-section .widget-contact .footer-follow,
.footer-section-s3 .widget-contact .footer-follow {
  margin-top: 26px;
  padding-left: 0;
}

.footer-section .widget-contact .footer-follow li,
.footer-section-s3 .widget-contact .footer-follow li {
  display: block !important;
  margin-right: 0;
}

.footer-section .widget-contact .footer-follow .follow-link,
.footer-section-s3 .widget-contact .footer-follow .follow-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f3f4f7;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footer-section .widget-contact .footer-follow .follow-link i,
.footer-section-s3 .widget-contact .footer-follow .follow-link i {
  color: #8b93a9;
  font-size: 22px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.footer-section .widget-contact .footer-follow .follow-link:hover,
.footer-section-s3 .widget-contact .footer-follow .follow-link:hover {
  color: #bae900;
}

.footer-section .widget-contact .footer-follow .follow-link:hover i,
.footer-section-s3 .widget-contact .footer-follow .follow-link:hover i {
  color: #bae900;
}

.footer-section .footer-topbar .theme-btn {
  padding: 20px 50px;
}

.footer-lower .row .footer-nav-list li a:hover {
  color: #bae900;
}

.mini-cart-item .item ul li:hover {
  background-color: #bae900;
  border-radius: 50%;
}

.mini-cart-item .item ul li a:hover {
  color: black;
}

.mini-cart-item .item ul li a {
  color: #8e8e8e;
}

.mini-cart-item .item ul {
  display: flex;
  gap: 30px;
}

/* LEGAL PAGES */
.legal-page {
  background: #f6f8fb;
}

.legal-heading {
  margin-bottom: 30px;
}

.legal-heading h1 {
  margin: 0 0 14px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.1;
}

.legal-heading p {
  max-width: 860px;
  margin-bottom: 10px;
}

.legal-meta {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(18, 23, 37, 0.08);
  color: #121725;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.legal-card {
  background: #fff;
  border: 1px solid rgba(18, 23, 37, 0.1);
  border-radius: 18px;
  padding: 28px 30px;
  margin-bottom: 16px;
  box-shadow: 0 10px 28px rgba(10, 18, 34, 0.06);
}

.legal-card h3 {
  margin: 0 0 12px;
  font-size: clamp(20px, 3vw, 28px);
}

.legal-card p {
  margin-bottom: 10px;
  color: #4f5f7c;
}

.legal-card ul {
  margin: 0;
  padding-left: 22px;
  list-style: disc;
}

.legal-card ul li {
  margin-bottom: 8px;
  color: #4f5f7c;
}

.legal-card a {
  color: #82bf2b;
}

@media (max-width: 575px) {
  .legal-card {
    padding: 22px 18px;
  }
}

.work-section .title h3 {
  max-width: 74%;
}

.footer-section .footer-topbar h6 {
  color: white;
}
.footer-section .footer-topbar h2 {
  font-size: 62px;
}

.about-wraper h2 {
  font-size: 64px;
}

.hero-section h2 {
  text-align: start;
}

.hero-section .p-style-s2 .hero-cta-buttons {
  padding-top: 15px;
}
.hero-section .p-style-s2 {
  bottom: 8px;
}

/* HERO BOLD "O" IMAGE ALIGNMENT */
.hero-section .italic img,
.hero-section-s2 .italic img {
  width: 0.88em;
  max-width: none;
  height: auto;
  display: inline-block;
  vertical-align: -0.12em;
  margin: 0 0.04em;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.35));
}

.project-section-s3 .left .left-content h2 {
  font-size: 73px;
}

.project-section-s3 .title {
  margin-bottom: 25px;
  margin-top: 90px;
}

.hero-section .p-style-s2 p {
  font-size: 16px;
  line-height: 26px;
}

.project-section-s3 .right h3 {
  font-size: 25px;
}

.about-section-s3 .right h2 {
  font-size: 45px;
}

.about-section-s3 .funfact-wrap .item h2 span {
  font-size: 80px;
}

/* SERVICE DETAIL HERO TEXT READABILITY */
.service-detail-hero .left .left-content {
  position: relative;
  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat;
  min-height: 380px;
  display: flex;
  flex-direction: column;
}

.service-detail-hero .left .left-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 12, 23, 0.22) 0%,
    rgba(7, 12, 23, 0.75) 100%
  );
  z-index: 1;
}

.service-detail-hero .left .left-content i,
.service-detail-hero .left .left-content p,
.service-detail-hero .left .left-content h3 {
  position: relative;
  z-index: 2;
}

.service-detail-hero .left .left-content i {
  color: #ffffff;
}

.service-detail-hero .left .left-content p {
  color: rgba(255, 255, 255, 0.95);
  text-transform: none;
  line-height: 1.55;
}

.service-detail-hero .left .left-content h3 {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.55);
  font-size: clamp(52px, 9vw, 88px);
  line-height: 1;
}

@media (max-width: 991px) {
  .service-detail-hero .left .left-content {
    min-height: 320px;
  }
}

/* CONTACT FORM ICON ALIGNMENT (NAME/EMAIL/PHONE/MESSAGE) */
.contact-form .input-item label {
  top: -2px;
}

.contact-form .input-item .textarea + label {
  top: 2px;
}

.contact-form .message {
  display: none;
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.contact-form .message.success {
  background: rgba(40, 167, 69, 0.13);
  border: 1px solid rgba(40, 167, 69, 0.28);
  color: #1f8a43;
}

.contact-form .message.error {
  background: rgba(220, 53, 69, 0.12);
  border: 1px solid rgba(220, 53, 69, 0.24);
  color: #b7273b;
}

/* HOME MOBILE FIXES (HERO + ABOUT) */
@media (max-width: 991px) {
  .hero-section .hero-wrap {
    padding-top: 70px;
  }

  .hero-section .title {
    padding: 70px 0 85px;
  }

  .hero-section h2 {
    font-size: clamp(56px, 12vw, 96px);
    line-height: 1;
    letter-spacing: -0.02em;
  }

  .hero-section .p-style-s2 {
    max-width: 100%;
    margin-right: 0;
    right: auto;
    bottom: auto;
  }

  .hero-section .p-style-s2 p {
    text-transform: none;
  }

  .hero-section .content_middle {
    left: 66%;
    top: 34%;
    max-width: 250px;
    max-height: none;
    transform: translate(-50%, -50%);
    opacity: 0.72;
  }

  .hero-section .content_middle img {
    filter: blur(3px);
  }

  .about-section {
    padding: 100px 0 70px;
  }

  .about-wraper h2 {
    font-size: clamp(38px, 9.5vw, 54px);
    line-height: 1.05;
    letter-spacing: -0.01em;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

@media (max-width: 575px) {
  .hero-section .italic img,
  .hero-section-s2 .italic img {
    width: 1.2em;
    vertical-align: -0.1em;
    margin: 0 0.03em;
  }

  .hero-section .hero-wrap {
    padding-top: 55px;
  }

  .hero-section .title {
    padding: 58px 0 75px;
  }

  .hero-section h2 {
    font-size: clamp(42px, 15vw, 56px);
    line-height: 1.04;
  }

  .hero-section .p-style-s2 p {
    font-size: 15px;
    line-height: 1.5;
  }

  .hero-section .hero-cta-buttons .theme-btn {
    padding: 12px 24px;
  }

  .hero-section .hero-cta-buttons .rolling-text {
    font-size: 14px;
    /* line-height: 1; */
  }

  .hero-section .content_middle {
    left: 62%;
    top: 35%;
    max-width: 170px;
    opacity: 0.58;
  }

  .about-section {
    padding: 88px 0 60px;
  }

  .about-wraper h2 {
    font-size: clamp(30px, 12vw, 40px);
    line-height: 1.03;
  }

  .about-wraper p {
    text-transform: none;
    max-width: 100%;
  }
}
