@charset "UTF-8";
/* ============================================================================= */
/*   Colors / borders /font styles                                  */
/* ============================================================================= */
body {
  font-family: 'Poppins', sans-serif;
  background-color: #f8fafc;
  color: #17303B;
  overflow-x: hidden; }

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999; }

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

/*** Spinner End ***/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
  z-index: 99; }

@media (max-width: 576px) {
  .back-to-top {
    padding: .5rem .5rem;
    right: 20px;
    bottom: 20px; } }
/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
  color: var(--bs-primary); }

.topbar .dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white); }

.topbar .dropdown .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light);
  padding-top: 11px;
  border: 0;
  transition: .5s;
  opacity: 1; }

.topbar a i {
  color: #0f172a; }

/*** Topbar End ***/
/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
  font-family: 'Roboto', sans-serif;
  position: relative;
  margin-right: 25px;
  padding: 25px 0;
  color: var(--bs-white);
  font-size: 17px;
  font-weight: 400;
  outline: none;
  transition: .5s;
  font-weight: 700; }

.sticky-top.navbar-light .navbar-nav .nav-link,
.sticky-top.navbar-light .navbar-nav .nav-item .nav-link {
  padding: 20px 0;
  color: var(--bs-dark); }

.navbar-light .navbar-nav .nav-item .nav-link {
  color: var(--bs-white); }

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #ff6b35; }

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: .5s; }

.sticky-top.navbar-light .navbar-brand img {
  max-height: 45px; }

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px; }

.dropdown .dropdown-menu a:hover {
  background: #DD9E48;
  color: var(--bs-white); }

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light);
  transition: .5s;
  opacity: 1; }

@media (max-width: 991.98px) {
  .sticky-top.navbar-light {
    position: relative;
    background: var(--bs-white); }

  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid #0f172a;
    color: #0f172a; }

  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid #DDDDDD; }

  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
    color: var(--bs-dark); }

  .navbar-light .navbar-nav .nav-item .nav-link {
    color: var(--bs-dark); }

  .navbar-light .navbar-brand img {
    max-height: 45px; } }
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    transition: .5s;
    opacity: 0; }

  .navbar-light {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999; }

  .sticky-top.navbar-light {
    position: fixed;
    background: var(--bs-light); }

  .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background: #DD9E48;
    transition: .5s; }

  .navbar-light .navbar-nav .nav-link:hover::before,
  .navbar-light .navbar-nav .nav-link.active::before {
    width: calc(100% - 2px);
    left: 1px; }

  .navbar-light .navbar-nav .nav-link::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -1px;
    left: 50%;
    background: #DD9E48;
    transition: .5s; }

  .navbar-light .navbar-nav .nav-link:hover::after,
  .navbar-light .navbar-nav .nav-link.active::after {
    width: 2px;
    height: 12px; } }
.funds-banner-section {
  width: 100%;
  background: #ffffff;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.funds-banner-section .container {
  width: 100%;
  display: flex;
  justify-content: center; }

.funds-banner {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  margin: 0 auto; }

@media (max-width: 768px) {
  .funds-banner-section {
    padding: 20px 0; }

  .funds-banner {
    width: 95%; } }
@media (max-width: 768px) {
  .funds-banner-section {
    padding: 10px 0; }

  .funds-banner {
    width: 95%; } }
/*** Footer Start ***/
.footer {
  background: #0f172a;
  padding: 3rem 0; }

.footer .footer-item {
  display: flex;
  flex-direction: column; }

.footer .footer-item i {
  color: #DD9E48; }

.footer .footer-item a {
  line-height: 35px;
  color: #94a3b8;
  transition: 0.5s; }

.footer .reg-numbers div {
  line-height: 25px;
  color: #94a3b8;
  margin: 0; }

.footer .footer-item p {
  line-height: 35px;
  color: #94a3b8;
  margin-bottom: 1.5rem; }

.footer .footer-item a:hover {
  color: #DD9E48; }

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
  transition: 0.5s; }

.footer .footer-item .footer-btn a:hover {
  background: var(--bs-white); }

.footer .footer-item .footer-btn a:hover i {
  color: #DD9E48; }

/*** Footer End ***/
/*** copyright Start ***/
.copyright {
  background: var(--bs-dark); }

/*** copyright end ***/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
  z-index: 99;
  color: #000;
  background-color: #DD9E48;
  border-color: #DD9E48;
  border-radius: 50% !important;
  display: inline-flex;
  align-items: center;
  padding: 1rem 1rem;
  border: 2px solid transparent; }

@media (max-width: 576px) {
  .footer {
    padding: 0rem 0; }

  .footer .footer-item p {
    margin-bottom: 0rem; } }
/* ============================================================================= */
/*   Home page                                  */
/* ============================================================================= */
/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
  object-fit: cover; }

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
  height: 700px; }

.header-carousel h4 {
  color: #DD9E48; }
.header-carousel .btn {
  color: #F8F8F8;
  padding: 10px;
  border: 2px solid #DD9E48; }
  .header-carousel .btn:hover {
    color: #F8F8F8;
    background: #DD9E48; }

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #DD9E48;
  color: var(--bs-white);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s; }

.header-carousel .owl-nav .owl-prev {
  bottom: 30px;
  left: 30px;
  margin-left: 90px; }

.header-carousel .owl-nav .owl-next {
  bottom: 30px;
  left: 30px; }

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 0 0 100px 0 var(--bs-light);
  color: #DD9E48; }

.header-carousel .header-carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  padding-top: 120px;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center; }

@media (max-width: 991px) {
  .header-carousel .header-carousel-item .carousel-caption {
    padding-top: 45px; } }
@media (max-width: 767px) {
  .header-carousel .owl-nav .owl-prev {
    left: 50%;
    transform: translateX(-50%);
    margin-left: -45px; }

  .header-carousel .owl-nav .owl-next {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 45px; } }
.header-carousel .header-carousel-item img {
  animation-name: image-zoom;
  animation-duration: 10s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: 1s; }

@keyframes image-zoom {
  0% {
    height: 100%;
    opacity: 0.9; }
  25% {
    height: 110%;
    opacity: 0.50; }
  50% {
    height: 115%;
    opacity: 1; }
  75% {
    height: 110%;
    opacity: 0.50; }
  100% {
    height: 100%;
    opacity: 0.9; } }
/* === Responsive adjustments for Carousel === */
/* Medium screens (tablets) */
@media (max-width: 991px) {
  .header-carousel .header-carousel-item,
  .header-carousel .header-carousel-item img {
    height: 500px; }

  .header-carousel .carousel-caption {
    text-align: center;
    padding: 0 2rem; }

  .header-carousel .carousel-caption h1 {
    font-size: 2rem; }

  .header-carousel .carousel-caption p {
    font-size: 1rem; }

  .header-carousel .btn {
    padding: 8px 20px;
    font-size: 0.9rem; } }
/* Small screens (mobile phones) */
@media (max-width: 576px) {
  .header-carousel .header-carousel-item,
  .header-carousel .header-carousel-item img {
    height: 350px; }

  .header-carousel .carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 0 1rem; }

  .header-carousel .carousel-caption h4 {
    font-size: 1rem;
    margin-bottom: 0.5rem; }

  .header-carousel .carousel-caption h1 {
    font-size: 1.3rem;
    line-height: 1.3; }

  .header-carousel .carousel-caption p {
    display: none;
    /* optional – hides long text for cleaner layout */ }

  .header-carousel .btn {
    padding: 6px 16px;
    font-size: 0.8rem; }

  .header-carousel .owl-nav {
    display: none;
    /* optional – hides arrows if they overlap text */ } }
/*** Carousel Hero Header End ***/
/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/others/banner.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 60px 0;
  transition: 0.5s; }

.bg-breadcrumb .breadcrumb {
  position: relative; }

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white); }

.bg-breadcrumb .breadcrumb-item-active {
  color: #DD9E48; }

/* ================================
   📱 Responsive SCSS Template
   ================================ */
/* 🖥️ Desktops and large screens (≥ 1200px) */
@media (min-width: 1200px) {
  .bg-breadcrumb {
    padding: 160px 0 80px 0; } }
/* 💻 Laptops / Medium desktops (992px – 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .bg-breadcrumb {
    padding: 140px 0 60px 0; } }
/* 📱 Tablets / Small laptops (768px – 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .bg-breadcrumb {
    padding: 50px 0 30px 0; } }
/* 📲 Large phones (481px – 767px) */
@media (min-width: 481px) and (max-width: 767px) {
  .bg-breadcrumb {
    padding: 20px 0 10px 0; } }
/* 📞 Small phones (≤ 480px) — e.g. TECNO Spark 5, Infinix, older iPhones */
@media (max-width: 480px) {
  .bg-breadcrumb {
    padding: 10px 0 5px 0;
    text-align: center; } }
/*** Single Page Hero Header End ***/
/* ========================= Service Start =================================== */
/*** Service End ***/
/*** Features Start ***/
.feature .feature-item {
  text-align: center;
  border-radius: 10px;
  background: var(--bs-light);
  border: 1px solid transparent;
  transition: 0.5s; }

.feature .feature-item:hover {
  border: 1px solid var(--bs-primary); }

.feature .feature-item .feature-icon {
  background: var(--bs-white);
  border-radius: 10px;
  display: inline-block; }

/*** Features End ***/
/*** Offer Start ***/
.offer-section .nav a.accordion-link {
  width: 100%;
  border-radius: 10px;
  display: flex;
  background: var(--bs-white);
  transition: 0.5s; }

.offer-section .nav a.accordion-link.active {
  color: var(--bs-white);
  background: var(--bs-primary); }

.offer-section .nav a.accordion-link h5 {
  transition: 0.5s; }

.offer-section .nav a.accordion-link.active h5 {
  color: var(--bs-white); }

/*** Offer End ***/
/*** Team Start ***/
.team .team-item {
  position: relative;
  padding: 0 25px 25px 25px;
  border-radius: 10px;
  transition: 0.5s; }

.team .team-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: var(--bs-light);
  border-radius: 10px;
  transition: 0.5s;
  z-index: -1; }

.team .team-item:hover::before {
  height: 0; }

.team .team-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  transition: 0.5s;
  z-index: -1; }

.team .team-item:hover::after {
  height: 100%;
  background: var(--bs-primary); }

.team .team-item .team-img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
  margin-top: 50%;
  transform: translateY(-50%);
  margin-bottom: -50%;
  display: flex;
  justify-content: center;
  border: 4px solid var(--bs-primary);
  border-style: dotted;
  padding: 4px;
  background: var(--bs-white);
  transition: 0.5s; }

.team .team-item:hover .team-img {
  border: 4px solid var(--bs-white);
  border-style: dotted;
  background: 0; }

.team .team-item .team-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: 0.5s; }

.team .team-item .team-title {
  padding: 25px 0 25px 0;
  text-align: center; }

.team .team-item .team-title h4,
.team .team-item .team-title p {
  transition: 0.5s; }

.team .team-item:hover .team-title h4,
.team .team-item:hover .team-title p {
  color: var(--bs-white); }

.team .team-item .team-icon {
  display: flex;
  justify-content: center; }

.team .team-item .team-icon a {
  transition: 0.5s; }

.team .team-item:hover .team-icon a {
  color: var(--bs-dark);
  background: var(--bs-white); }

.team .team-item:hover .team-icon a:hover {
  color: var(--bs-primary);
  background: var(--bs-dark); }

/*** Team End ***/
/*** Testimonial End ***/
/* =====================================*/
/* About Us  SECTION                    */
/* =====================================*/
/* =====================================*/
/*  ABOUT SECTION                       */
/* =====================================*/
.about-section {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #fef3e2 100%);
  padding: 80px 0;
  overflow: hidden; }
  .about-section .about-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden; }
    .about-section .about-background::before {
      content: '';
      position: absolute;
      top: -30%;
      right: -15%;
      width: 60%;
      height: 120%;
      background: radial-gradient(circle, rgba(221, 158, 72, 0.08) 0%, transparent 70%);
      border-radius: 50%;
      animation: about-float 20s infinite ease-in-out; }
    .about-section .about-background::after {
      content: '';
      position: absolute;
      bottom: -20%;
      left: -10%;
      width: 50%;
      height: 100%;
      background: radial-gradient(circle, rgba(139, 92, 246, 0.06) 0%, transparent 70%);
      border-radius: 50%;
      animation: about-float-reverse 25s infinite ease-in-out; }
@keyframes about-float {
  0%, 100% {
    transform: translate(0, 0) scale(1); }
  50% {
    transform: translate(-20px, 30px) scale(1.05); } }
@keyframes about-float-reverse {
  0%, 100% {
    transform: translate(0, 0) scale(1); }
  50% {
    transform: translate(30px, -20px) scale(1.05); } }
  .about-section .dots-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.3;
    background-image: radial-gradient(circle, rgba(221, 158, 72, 0.15) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none; }
  .about-section .about-container {
    position: relative;
    z-index: 3;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px; }
  .about-section .about-header {
    text-align: center;
    margin-bottom: 60px;
    opacity: 0;
    animation: about-fadeIn 1s ease 0.2s forwards; }
    .about-section .about-header .section-label {
      display: inline-block;
      font-size: 0.85rem;
      font-weight: 700;
      color: #DD9E48;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 15px;
      padding: 8px 20px;
      background: linear-gradient(135deg, rgba(221, 158, 72, 0.1) 0%, rgba(221, 158, 72, 0.05) 100%);
      border-radius: 50px;
      border: 1px solid rgba(221, 158, 72, 0.2); }
    .about-section .about-header h2 {
      font-size: 3rem;
      font-weight: 700;
      color: #0f172a;
      line-height: 1.2;
      margin-bottom: 20px;
      letter-spacing: -1.5px; }
      .about-section .about-header h2 .highlight {
        color: #DD9E48;
        position: relative;
        display: inline-block; }
        .about-section .about-header h2 .highlight::after {
          content: '';
          position: absolute;
          bottom: 5px;
          left: 0;
          width: 100%;
          height: 3px;
          background: linear-gradient(90deg, #DD9E48, rgba(221, 158, 72, 0.3));
          opacity: 0.4; }
@keyframes about-fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
  .about-section .about-content-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
    opacity: 0;
    animation: about-fadeIn 1s ease 0.4s forwards; }
    .about-section .about-content-block.reverse {
      animation-delay: 0.6s; }
      .about-section .about-content-block.reverse .content-text {
        order: 2; }
      .about-section .about-content-block.reverse .content-image {
        order: 1; }
  .about-section .content-text .intro-text {
    font-size: 1.2rem;
    line-height: 1.9;
    color: #233662;
    margin-bottom: 35px;
    font-weight: 400;
    padding: 35px;
    background: rgba(255, 255, 255, 0.7);
    border-left: 4px solid #DD9E48;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03); }
  .about-section .content-text .stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }
  .about-section .content-text .stat-box {
    text-align: center;
    padding: 20px 15px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(221, 158, 72, 0.1); }
    .about-section .content-text .stat-box:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
      border-color: #DD9E48; }
    .about-section .content-text .stat-box .stat-number {
      font-size: 2.2rem;
      font-weight: 700;
      color: #DD9E48;
      line-height: 1;
      margin-bottom: 8px;
      display: block;
      font-family: 'Georgia', serif; }
    .about-section .content-text .stat-box .stat-label {
      font-size: 0.85rem;
      color: #94a3b8;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .about-section .content-image {
    position: relative;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .about-section .content-image:hover {
      transform: translateY(-10px);
      box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2); }
    .about-section .content-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s ease; }
    .about-section .content-image:hover img {
      transform: scale(1.05); }
    .about-section .content-image::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, rgba(221, 158, 72, 0.15) 0%, transparent 50%);
      z-index: 1;
      pointer-events: none; }
    .about-section .content-image .image-badge {
      position: absolute;
      bottom: 25px;
      left: 25px;
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(10px);
      padding: 15px 25px;
      border-radius: 12px;
      z-index: 2;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }
      .about-section .content-image .image-badge .badge-label {
        font-size: 0.75rem;
        color: #94a3b8;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 5px;
        display: block; }
      .about-section .content-image .image-badge .badge-value {
        font-size: 1.5rem;
        font-weight: 700;
        color: #DD9E48;
        font-family: 'Georgia', serif; }
  .about-section .features-block .block-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px; }
    .about-section .features-block .block-title::before {
      content: '';
      width: 8px;
      height: 8px;
      background: #DD9E48;
      border-radius: 50%;
      box-shadow: 0 0 20px rgba(221, 158, 72, 0.6);
      animation: about-pulse 2s infinite; }
@keyframes about-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1; }
  50% {
    transform: scale(1.4);
    opacity: 0.6; } }
  .about-section .features-block .block-description {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #2a4075;
    margin-bottom: 30px;
    font-weight: 300; }
  .about-section .features-block .feature-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .about-section .features-block .feature-list li {
      font-size: 1.05rem;
      color: #233662;
      padding: 15px 0;
      padding-left: 40px;
      position: relative;
      border-bottom: 1px solid rgba(221, 158, 72, 0.1);
      transition: all 0.3s ease; }
      .about-section .features-block .feature-list li:last-child {
        border-bottom: none; }
      .about-section .features-block .feature-list li::before {
        content: '✓';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 28px;
        height: 28px;
        background: linear-gradient(135deg, #DD9E48 0%, #cc8626 100%);
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.8rem;
        font-weight: 700;
        box-shadow: 0 4px 15px rgba(221, 158, 72, 0.3); }
      .about-section .features-block .feature-list li:hover {
        padding-left: 45px;
        color: #DD9E48; }
  .about-section .floating-icon {
    position: absolute;
    opacity: 0.05;
    pointer-events: none; }
    .about-section .floating-icon.icon-1 {
      top: 10%;
      right: 5%;
      width: 120px;
      height: 120px;
      animation: about-float 15s infinite ease-in-out; }
    .about-section .floating-icon.icon-2 {
      bottom: 15%;
      left: 3%;
      width: 100px;
      height: 100px;
      animation: about-float-reverse 18s infinite ease-in-out; }
  @media (max-width: 1200px) {
    .about-section {
      padding: 60px 0; }
      .about-section .about-container {
        padding: 0 40px; }
      .about-section .about-header h2 {
        font-size: 2.5rem; }
      .about-section .about-content-block {
        gap: 50px;
        margin-bottom: 70px; }
      .about-section .content-text .intro-text {
        font-size: 1.1rem;
        padding: 30px; }
      .about-section .content-image {
        height: 450px; } }
  @media (max-width: 968px) {
    .about-section {
      padding: 50px 0; }
      .about-section .about-container {
        padding: 0 30px; }
      .about-section .about-header h2 {
        font-size: 2.2rem; }
      .about-section .about-content-block {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 60px; }
        .about-section .about-content-block.reverse .content-text {
          order: 1; }
        .about-section .about-content-block.reverse .content-image {
          order: 2; }
      .about-section .content-text .intro-text {
        font-size: 1.05rem;
        padding: 25px; }
      .about-section .content-text .stats-grid {
        grid-template-columns: 1fr;
        gap: 15px; }
      .about-section .content-image {
        height: 400px; }
      .about-section .features-block .block-title {
        font-size: 1.9rem; } }
  @media (max-width: 576px) {
    .about-section {
      padding: 40px 0; }
      .about-section .about-container {
        padding: 0 20px; }
      .about-section .about-header {
        margin-bottom: 40px; }
        .about-section .about-header h2 {
          font-size: 1.8rem;
          letter-spacing: -1px; }
      .about-section .about-content-block {
        margin-bottom: 50px; }
      .about-section .content-text .stat-box .stat-number {
        font-size: 1.8rem; }
      .about-section .content-image {
        height: 300px; }
      .about-section .features-block .block-title {
        font-size: 1.6rem; }
      .about-section .features-block .block-description {
        font-size: 1rem; }
      .about-section .features-block .feature-list li {
        font-size: 0.95rem; }
      .about-section .floating-icon {
        display: none; } }

/* =====================================*/
/*  OUR SERVICES                        */
/* =====================================*/
.service {
  background: #fff;
  padding-top: 80px; }
  .service .text-center h4 {
    color: #DD9E48; }
  .service .service-item {
    background: #F8F8F8;
    border-radius: 10px;
    transition: 0.5s; }
    .service .service-item:hover {
      box-shadow: 0 0 45px rgba(0, 0, 0, 0.2); }
      .service .service-item:hover .service-img img {
        transform: scale(1.2); }
      .service .service-item:hover .service-rounded-bottom a {
        color: #ff6b35; }
      .service .service-item:hover .service-rounded-bottom .btn {
        color: #0f172a;
        border: 2px solid #0f172a; }
    .service .service-item .service-img {
      position: relative;
      overflow: hidden;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      transition: 0.5s; }
      .service .service-item .service-img img {
        transition: 0.5s; }
    .service .service-item .service-rounded-bottom a {
      color: #0f172a; }
    .service .service-item .service-rounded-bottom .btn {
      color: #0f172a;
      border: 1px solid #e2e8f0;
      border-radius: 0; }

/* ========= our values  ===========================================   */
@media (max-width: 576px) {
  .terminal-section-1 {
    padding: 30px 0;
    text-align: center; }
    .terminal-section-1 .content-block .content-text h3 {
      font-size: 1.3rem; }
    .terminal-section-1 .content-block .content-text h3::after {
      display: none; }
    .terminal-section-1 .content-block .content-text p {
      font-size: .9rem;
      line-height: 1.4;
      margin-bottom: 15px; }
    .terminal-section-1 .content-block .content-text .stats-inline {
      display: none; }
    .terminal-section-1 .content-block .content-image {
      height: 300px; } }
@media (max-width: 576px) {
  .about-section .about-header h2 {
    font-size: 1.5rem;
    letter-spacing: 0px;
    line-height: 1.1; }
  .about-section .about-content-block {
    margin-bottom: 40px; }
    .about-section .about-content-block .content-text .intro-text {
      font-size: 1rem;
      padding: 10px;
      line-height: 1.4;
      margin-bottom: 15px; }
    .about-section .about-content-block .content-text .stats-grid .stat-box {
      padding: 5px 10px; }
      .about-section .about-content-block .content-text .stats-grid .stat-box .stat-number {
        font-size: 1.6rem; }
  .about-section .about-content-block {
    margin-bottom: 20px; }
    .about-section .about-content-block .content-text.features-block .block-description {
      font-size: 1rem;
      line-height: 1.5;
      margin-bottom: 10px; }
    .about-section .about-content-block .content-text.features-block .feature-list li {
      padding: 15px 0 0 0; }

  .service {
    padding-top: 30px; }

  .values-section .our-value-card {
    padding: 20px 10px; }

  .values-section .our-value-card .card-content .year-badge {
    display: none; }

  .values-section .our-value-card .card-content .card-header span {
    display: none; }

  .values-section .our-value-card .card-content .card-header {
    display: block; }
    .values-section .our-value-card .card-content .card-header .card-title {
      text-align: center; }
    .values-section .our-value-card .card-content .card-header .title-underline {
      display: none; }

  .values-section .our-value-card .card-content .card-description {
    text-align: center; } }
/* =====================================*/
/*  OUR SERVICES                        */
/* =====================================*/
.values-section {
  position: relative;
  min-height: auto;
  background: #0f172a;
  padding: 0;
  overflow: hidden;
  /* Animated Background */ }
  .values-section .background-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .values-section .floating-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.15;
    animation: float-orb 20s infinite ease-in-out; }
  .values-section .orb-1 {
    width: 500px;
    height: 500px;
    background: #DD9E48;
    top: -100px;
    left: -100px;
    animation-delay: 0s; }
  .values-section .orb-2 {
    width: 400px;
    height: 400px;
    background: #8b5cf6;
    bottom: -100px;
    right: 10%;
    animation-delay: 7s; }
  .values-section .orb-3 {
    width: 350px;
    height: 350px;
    background: #DD9E48;
    top: 50%;
    right: -100px;
    animation-delay: 14s; }
@keyframes float-orb {
  0%, 100% {
    transform: translate(0, 0) scale(1); }
  33% {
    transform: translate(50px, -50px) scale(1.1); }
  66% {
    transform: translate(-30px, 30px) scale(0.9); } }
  .values-section .grain-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 2; }
  .values-section .content-wrapper {
    position: relative;
    z-index: 3;
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 60px; }
  .values-section .section-title {
    text-align: center;
    margin-bottom: 50px;
    opacity: 0;
    animation: values-fadeInUp 1s ease forwards; }
    .values-section .section-title::after {
      display: none; }
    .values-section .section-title h1 {
      font-size: 2.5rem;
      font-weight: 300;
      letter-spacing: -2px;
      margin-bottom: 20px;
      background: linear-gradient(135deg, #F8F8F8 0%, #DD9E48 50%, #F8F8F8 100%);
      background-size: 200% 200%;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      animation: values-shimmer 8s ease infinite, values-fadeInUp 1s ease forwards; }
@keyframes values-shimmer {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes values-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
  .values-section .decorative-line {
    width: 120px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #DD9E48, transparent);
    margin: 0 auto;
    position: relative; }
    .values-section .decorative-line::before, .values-section .decorative-line::after {
      content: '';
      position: absolute;
      width: 7px;
      height: 7px;
      background: #DD9E48;
      border-radius: 50%;
      top: -3px;
      box-shadow: 0 0 20px #DD9E48; }
    .values-section .decorative-line::before {
      left: 0; }
    .values-section .decorative-line::after {
      right: 0; }
  .values-section .values-grid {
    display: grid;
    gap: 0; }
  .values-section .our-value-card {
    position: relative;
    padding: 30px 30px;
    border-left: 1px solid rgba(221, 158, 72, 0.15);
    border-bottom: 1px solid rgba(221, 158, 72, 0.15);
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.5) 0%, rgba(17, 17, 17, 0.3) 100%);
    backdrop-filter: blur(10px);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    transform: translateX(-50px);
    overflow: hidden; }
    .values-section .our-value-card:nth-child(1) {
      animation: values-slideInLeft 1s ease 0.3s forwards; }
    .values-section .our-value-card:nth-child(2) {
      animation: values-slideInLeft 1s ease 0.5s forwards; }
    .values-section .our-value-card:nth-child(3) {
      animation: values-slideInLeft 1s ease 0.7s forwards; }
@keyframes values-slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0); } }
    .values-section .our-value-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background: linear-gradient(90deg, rgba(221, 158, 72, 0.08) 0%, transparent 100%);
      transition: width 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      z-index: 1; }
    .values-section .our-value-card::after {
      content: '';
      position: absolute;
      top: -2px;
      left: -2px;
      width: 0;
      height: 4px;
      background: #DD9E48;
      box-shadow: 0 0 30px #DD9E48;
      transition: width 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      z-index: 2; }
    .values-section .our-value-card:hover {
      background: linear-gradient(135deg, rgba(15, 23, 42, 0.8) 0%, rgba(17, 17, 17, 0.6) 100%);
      transform: translateX(20px);
      border-left-color: #DD9E48; }
      .values-section .our-value-card:hover::before {
        width: 100%; }
      .values-section .our-value-card:hover::after {
        width: calc(100% + 4px); }
      .values-section .our-value-card:hover .card-number {
        opacity: 0.6;
        transform: scale(1.1);
        text-shadow: 0 0 40px rgba(221, 158, 72, 0.5); }
      .values-section .our-value-card:hover .card-title h2 {
        color: #DD9E48; }
      .values-section .our-value-card:hover .title-underline {
        width: 100%; }
      .values-section .our-value-card:hover .card-description {
        color: #e2e8f0; }
      .values-section .our-value-card:hover .year-badge {
        opacity: 1;
        transform: translateY(0);
        box-shadow: 0 10px 40px rgba(221, 158, 72, 0.2); }
      .values-section .our-value-card:hover .decorative-icon {
        opacity: 0.08;
        transform: translateY(-50%) rotate(15deg) scale(1.1); }
  .values-section .card-content {
    position: relative;
    z-index: 3; }
  .values-section .card-header {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 10px; }
  .values-section .card-number {
    font-size: 3rem;
    font-weight: 200;
    color: #DD9E48;
    line-height: 1;
    opacity: 0.3;
    font-family: 'Georgia', serif;
    font-style: italic;
    transition: all 0.6s ease; }
  .values-section .card-title {
    flex: 1; }
    .values-section .card-title h2 {
      font-size: 1.5rem;
      font-weight: 300;
      color: #F8F8F8;
      letter-spacing: -1px;
      margin-bottom: 5px;
      transition: color 0.4s ease; }
  .values-section .title-underline {
    width: 60px;
    height: 2px;
    background: #DD9E48;
    transition: width 0.6s ease; }
  .values-section .card-description {
    font-size: 1rem;
    line-height: 1.5;
    color: #94a3b8;
    font-family: 'Georgia', serif;
    font-weight: 300;
    padding-left: 100px;
    transition: color 0.4s ease; }
  .values-section .year-badge {
    position: absolute;
    bottom: 30px;
    right: 50px;
    font-size: 0.9rem;
    color: #DD9E48;
    padding: 10px 25px;
    border: 1px solid rgba(221, 158, 72, 0.3);
    border-radius: 50px;
    backdrop-filter: blur(10px);
    background: rgba(221, 158, 72, 0.05);
    font-weight: 500;
    letter-spacing: 2px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease; }
  .values-section .decorative-icon {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    opacity: 0.03;
    transition: all 0.6s ease;
    pointer-events: none; }
  @media (max-width: 1200px) {
    .values-section .content-wrapper {
      padding: 50px 40px; }
    .values-section .section-title h1 {
      font-size: 2.2rem; }
    .values-section .our-value-card {
      padding: 50px 50px; }
    .values-section .card-number {
      font-size: 3.5rem; }
    .values-section .card-title h2 {
      font-size: 1.8rem; }
    .values-section .card-description {
      padding-left: 90px;
      font-size: 0.95rem; } }
  @media (max-width: 768px) {
    .values-section .content-wrapper {
      padding: 40px 20px; }
    .values-section .section-title {
      margin-bottom: 40px; }
      .values-section .section-title h1 {
        font-size: 1.8rem;
        letter-spacing: -1px; }
    .values-section .our-value-card {
      padding: 40px 30px; }
    .values-section .card-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 15px; }
    .values-section .card-number {
      font-size: 3rem; }
    .values-section .card-title h2 {
      font-size: 1.5rem; }
    .values-section .card-description {
      padding-left: 0;
      font-size: 0.95rem;
      line-height: 1.7; }
    .values-section .decorative-icon {
      display: none; }
    .values-section .year-badge {
      position: static;
      display: inline-block;
      margin-top: 15px; }
    .values-section .our-value-card:hover {
      transform: translateX(10px); } }

/* =====================================*/
/*  end VALUES SECTION                      */
/* =====================================*/
/* =====================================*/
/*  ACCORDION SECTION                   */
/* =====================================*/
.accordion-section {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 80px 0;
  overflow: hidden; }
  .accordion-section .accordion-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden; }
    .accordion-section .accordion-background::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 40%;
      height: 100%;
      background: linear-gradient(135deg, rgba(221, 158, 72, 0.05) 0%, transparent 70%); }
  .accordion-section .accordion-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px; }
  .accordion-section .accordion-header {
    text-align: center;
    margin-bottom: 60px;
    opacity: 0;
    animation: accordion-fadeIn 1s ease 0.2s forwards; }
    .accordion-section .accordion-header .section-label {
      display: inline-block;
      font-size: 0.85rem;
      font-weight: 700;
      color: #DD9E48;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 15px;
      padding: 8px 20px;
      background: linear-gradient(135deg, rgba(221, 158, 72, 0.1) 0%, rgba(221, 158, 72, 0.05) 100%);
      border-radius: 50px;
      border: 1px solid rgba(221, 158, 72, 0.2); }
    .accordion-section .accordion-header h2 {
      font-size: 2.8rem;
      font-weight: 700;
      color: #0f172a;
      line-height: 1.2;
      letter-spacing: -1.5px; }
      .accordion-section .accordion-header h2 .highlight {
        color: #DD9E48; }
    .accordion-section .accordion-header p {
      font-size: 1.1rem;
      color: #314a88;
      margin-top: 20px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto; }
@keyframes accordion-fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
  .accordion-section .accordion-wrapper {
    opacity: 0;
    animation: accordion-fadeIn 1s ease 0.4s forwards; }
  .accordion-section .accordion-item {
    background: white;
    border-radius: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(221, 158, 72, 0.1);
    transition: all 0.4s ease; }
    .accordion-section .accordion-item:hover {
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
      border-color: rgba(221, 158, 72, 0.3); }
    .accordion-section .accordion-item.active {
      box-shadow: 0 10px 40px rgba(221, 158, 72, 0.15);
      border-color: #DD9E48; }
      .accordion-section .accordion-item.active .accordion-trigger {
        background: linear-gradient(135deg, rgba(221, 158, 72, 0.08) 0%, rgba(221, 158, 72, 0.03) 100%);
        border-bottom: 1px solid rgba(221, 158, 72, 0.2); }
        .accordion-section .accordion-item.active .accordion-trigger .accordion-icon {
          background: #DD9E48;
          color: white;
          transform: rotate(0deg); }
        .accordion-section .accordion-item.active .accordion-trigger .accordion-title {
          color: #DD9E48; }
        .accordion-section .accordion-item.active .accordion-trigger .accordion-arrow {
          transform: rotate(180deg);
          color: #DD9E48; }
      .accordion-section .accordion-item.active .accordion-content {
        max-height: 1000px;
        opacity: 1;
        padding: 35px 30px; }
  .accordion-section .accordion-trigger {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 30px;
    cursor: pointer;
    background: white;
    border: none;
    width: 100%;
    text-align: left;
    transition: all 0.4s ease;
    position: relative; }
    .accordion-section .accordion-trigger:hover {
      background: linear-gradient(135deg, rgba(221, 158, 72, 0.05) 0%, rgba(221, 158, 72, 0.02) 100%); }
  .accordion-section .accordion-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(221, 158, 72, 0.15) 0%, rgba(221, 158, 72, 0.08) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #DD9E48;
    flex-shrink: 0;
    transition: all 0.4s ease;
    font-weight: 600; }
  .accordion-section .accordion-title {
    flex: 1;
    font-size: 1.5rem;
    font-weight: 600;
    color: #0f172a;
    transition: color 0.4s ease;
    letter-spacing: -0.5px; }
  .accordion-section .accordion-arrow {
    width: 30px;
    height: 30px;
    color: #94a3b8;
    transition: all 0.4s ease;
    flex-shrink: 0; }
  .accordion-section .accordion-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 0 30px; }
    .accordion-section .accordion-content .content-inner {
      font-size: 1.05rem;
      line-height: 1.9;
      color: #2a4075;
      font-weight: 300; }
      .accordion-section .accordion-content .content-inner p {
        margin-bottom: 20px; }
        .accordion-section .accordion-content .content-inner p:last-child {
          margin-bottom: 0; }
        .accordion-section .accordion-content .content-inner p strong {
          color: #0f172a;
          font-weight: 600; }
  @media (max-width: 1200px) {
    .accordion-section {
      padding: 60px 0; }
      .accordion-section .accordion-container {
        padding: 0 40px; }
      .accordion-section .accordion-header h2 {
        font-size: 2.4rem; } }
  @media (max-width: 768px) {
    .accordion-section {
      padding: 50px 0; }
      .accordion-section .accordion-container {
        padding: 0 25px; }
      .accordion-section .accordion-header {
        margin-bottom: 40px; }
        .accordion-section .accordion-header h2 {
          font-size: 2rem;
          letter-spacing: -1px; }
        .accordion-section .accordion-header p {
          font-size: 1rem; }
      .accordion-section .accordion-item {
        margin-bottom: 15px;
        border-radius: 12px; }
      .accordion-section .accordion-trigger {
        padding: 20px 20px;
        gap: 15px; }
      .accordion-section .accordion-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem; }
      .accordion-section .accordion-title {
        font-size: 1.2rem; }
      .accordion-section .accordion-arrow {
        width: 25px;
        height: 25px; }
      .accordion-section .accordion-item.active .accordion-content {
        padding: 25px 20px; }
      .accordion-section .accordion-content .content-inner {
        font-size: 0.98rem;
        line-height: 1.8; } }
  @media (max-width: 576px) {
    .accordion-section .accordion-header h2 {
      font-size: 1.7rem; }
    .accordion-section .accordion-trigger {
      padding: 18px 18px; }
    .accordion-section .accordion-icon {
      width: 40px;
      height: 40px;
      font-size: 1.1rem;
      border-radius: 10px; }
    .accordion-section .accordion-title {
      font-size: 1.1rem; } }

/* ======================================================= */
/*                      STATS SECTION                      */
/* ======================================================= */
/* ==================== STATS SECTION ==================== */
.home-stats-section {
  position: relative;
  padding: 50px 0;
  padding-bottom: 80px;
  background: linear-gradient(135deg, #0a2540 0%, #1a3a5a 100%);
  overflow: hidden; }
  .home-stats-section .home-stats-header {
    text-align: center;
    margin-bottom: 30px; }
    .home-stats-section .home-stats-header h2 {
      font-size: 2.5rem;
      font-weight: 800;
      background: linear-gradient(135deg, #ffffff 0%, #a0aec0 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin-bottom: 10px;
      line-height: 1.2; }
    .home-stats-section .home-stats-header p {
      font-size: 1.4rem;
      color: #DD9E48;
      max-width: 700px;
      margin: 0 auto;
      line-height: 1.6; }

.home-stats-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 10% 20%, rgba(255, 107, 53, 0.15) 0%, transparent 50%), radial-gradient(circle at 90% 80%, rgba(247, 147, 30, 0.15) 0%, transparent 50%);
  pointer-events: none; }

.home-stats-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(90deg, transparent, transparent 100px, rgba(255, 255, 255, 0.02) 100px, rgba(255, 255, 255, 0.02) 101px);
  pointer-events: none; }

.home-stats-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
  z-index: 1; }

.home-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  position: relative; }

.home-stat-card {
  text-align: center;
  position: relative;
  padding: 50px 30px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden; }

.home-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff6b35 0%, #f7931e 100%);
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }

.home-stat-card:hover::before {
  transform: scaleX(1); }

.home-stat-card::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.2) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  border-radius: 50%; }

.home-stat-card:hover::after {
  width: 300px;
  height: 300px; }

.home-stat-card:hover {
  transform: translateY(-15px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 107, 53, 0.3);
  box-shadow: 0 25px 50px rgba(255, 107, 53, 0.3); }

.home-stat-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.2) 0%, rgba(247, 147, 30, 0.2) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  border: 2px solid rgba(255, 107, 53, 0.3); }

.home-stat-card:hover .home-stat-icon {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  transform: rotate(360deg) scale(1.1);
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.6); }

.home-stat-number {
  font-size: 3rem;
  font-weight: 900;
  background: linear-gradient(135deg, #ffffff 0%, #ff6b35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
  line-height: 1;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease; }

.home-stat-card:hover .home-stat-number {
  transform: scale(1.1);
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; }

.home-stat-label {
  font-size: 1.1rem;
  color: #a0aec0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease; }

.home-stat-card:hover .home-stat-label {
  color: #ffffff; }

.home-stat-plus {
  font-size: 2.5rem;
  font-weight: 900;
  color: #ff6b35; }

/* Particle animation */
.home-stats-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none; }

.home-stats-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(255, 107, 53, 0.6);
  border-radius: 50%;
  animation: homeStatsParticleFloat 15s infinite ease-in-out; }

.home-stats-particle:nth-child(1) {
  left: 10%;
  animation-delay: 0s;
  animation-duration: 12s; }

.home-stats-particle:nth-child(2) {
  left: 30%;
  animation-delay: 2s;
  animation-duration: 14s; }

.home-stats-particle:nth-child(3) {
  left: 50%;
  animation-delay: 4s;
  animation-duration: 16s; }

.home-stats-particle:nth-child(4) {
  left: 70%;
  animation-delay: 6s;
  animation-duration: 13s; }

.home-stats-particle:nth-child(5) {
  left: 90%;
  animation-delay: 8s;
  animation-duration: 15s; }

@keyframes homeStatsParticleFloat {
  0% {
    transform: translateY(100vh) scale(0);
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    transform: translateY(-100vh) scale(1);
    opacity: 0; } }
/* Entry animation */
.home-stat-card {
  opacity: 0;
  transform: translateY(50px);
  animation: homeStatsSlideUp 0.8s ease forwards; }

.home-stat-card:nth-child(1) {
  animation-delay: 0.1s; }

.home-stat-card:nth-child(2) {
  animation-delay: 0.3s; }

.home-stat-card:nth-child(3) {
  animation-delay: 0.5s; }

.home-stat-card:nth-child(4) {
  animation-delay: 0.7s; }

@keyframes homeStatsSlideUp {
  to {
    opacity: 1;
    transform: translateY(0); } }
/* ==================== RESPONSIVE ==================== */
@media (max-width: 1200px) {
  .home-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px; } }
@media (max-width: 768px) {
  .home-stats-section {
    padding: 80px 0; }

  .home-stats-container {
    padding: 0 20px; }

  .home-stats-grid {
    grid-template-columns: 1fr;
    gap: 30px; }

  .home-stat-card {
    padding: 40px 25px; }

  .home-stat-number {
    font-size: 3rem; }

  .home-stat-icon {
    width: 60px;
    height: 60px;
    font-size: 2rem; }

  .home-stat-label {
    font-size: 0.95rem; } }
@media (max-width: 576px) {
  .home-stats-section {
    padding: 60px 0; }

  .home-stat-card {
    padding: 30px 20px; }

  .home-stat-number {
    font-size: 2.5rem; }

  .home-stat-icon {
    width: 50px;
    height: 50px;
    font-size: 1.5rem; }

  .home-stat-label {
    font-size: 0.9rem; } }
@media (max-width: 576px) {
  .home-stats-section {
    padding: 60px 0; }

  .home-stats-section .home-stats-header h2 {
    font-size: 1.5rem; }

  .home-stats-section .home-stats-header p {
    font-size: 1.2rem; }

  .home-stats-section .home-stats-grid .home-stat-card {
    padding: 15px 10px; }

  .home-stats-section .home-stats-grid .home-stat-card .home-stat-number {
    font-size: 2rem; }

  .home-stats-section .home-stats-grid .home-stat-card .home-stat-icon {
    margin: 0 auto 20px; } }
/* ==================== MARKET INTELLIGENCE SECTION ==================== */
.market-intelligence-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f1f3f5 100%);
  position: relative;
  overflow: hidden; }

.market-intelligence-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(30%, -30%); }

.market-intelligence-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(247, 147, 30, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-30%, 30%); }

.market-intelligence-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1; }

.market-intelligence-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center; }

.market-intelligence-title {
  font-size: 3rem;
  font-weight: 800;
  color: #0a2540;
  margin-bottom: 40px;
  position: relative;
  display: inline-block; }

.market-intelligence-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #ff6b35 0%, #f7931e 100%);
  border-radius: 2px; }

.market-intelligence-body {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #4a5568;
  margin-bottom: 30px; }

.market-intelligence-body:last-child {
  margin-bottom: 0; }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 768px) {
  .market-intelligence-section {
    padding: 60px 0; }

  .market-intelligence-container {
    padding: 0 20px; }

  .market-intelligence-title {
    font-size: 2rem;
    margin-bottom: 30px; }

  .market-intelligence-body {
    font-size: 1.05rem; } }
@media (max-width: 576px) {
  .market-intelligence-section {
    padding: 30px 0; }

  .market-intelligence-section .market-intelligence-container .market-intelligence-title {
    font-size: 1.5rem; }

  .market-intelligence-section .market-intelligence-container .market-intelligence-body {
    font-size: 1rem;
    line-height: 1.4; } }
/* ============================================================================= */
/*   About Section Styles                     */
/* ============================================================================= */
/* Section Styling */
section {
  padding: 100px 0; }

.section-title {
  text-align: center;
  margin-bottom: 60px;
  position: relative; }

.section-title h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color: #DD9E48;
  margin-bottom: 15px; }

.section-title p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2; }

/* About Company Section */
.about-content {
  display: flex;
  align-items: center;
  gap: 50px; }

.about-text h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #111111; }

.about-text p {
  margin-bottom: 20px;
  line-height: 1.7;
  color: #334155; }

@media (min-width: 481px) and (max-width: 767px) {
  section {
    padding: 2rem 0; }

  .section-title {
    margin-bottom: 10px; }

  .section-title h2 {
    margin-bottom: 15px;
    font-size: 1.8rem; }

  .section-title p {
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.5; } }
/* 📞 Small phones (≤ 480px) — e.g. TECNO Spark 5, Infinix, older iPhones */
@media (max-width: 480px) {
  section {
    padding: 1.5rem 0; }

  .section-title {
    margin-bottom: 10px; }

  .section-title h2 {
    margin-bottom: 10px;
    font-size: 1.5rem; }

  .section-title p {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.5; } }
@media (max-width: 576px) {
  .about-section {
    padding: 30px 0;
    text-align: center; }
    .about-section .about-text h3 {
      font-size: 1.5rem;
      margin-bottom: 18px; }
    .about-section .about-text p {
      margin-bottom: 20px;
      line-height: 1.4;
      font-size: 15px; } }
.about-about-image {
  width: 100%;
  text-align: center;
  margin: 2rem 0; }
  .about-about-image img {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease; }
    .about-about-image img:hover {
      transform: scale(1.03);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25); }
  @media (max-width: 768px) {
    .about-about-image img {
      max-width: 100%;
      border-radius: 8px; } }
  @media (max-width: 480px) {
    .about-about-image {
      margin: 1rem 0; }
      .about-about-image img {
        border-radius: 6px; } }

/* ----------------------------------------------------------------------------- */
/* ==================== SERVICES SECTION ==================== */
/* ==================== SERVICES SECTION ==================== */
.about-services-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, #0a0e27 0%, #1a1f3a 50%, #0a0e27 100%);
  overflow: hidden; }

.about-services-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(255, 107, 53, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(247, 147, 30, 0.1) 0%, transparent 50%);
  pointer-events: none; }

.about-services-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
  z-index: 1; }

.about-services-header {
  text-align: center;
  margin-bottom: 100px;
  animation: homeServicesFadeInDown 1s ease; }

@keyframes homeServicesFadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.about-services-badge {
  display: inline-block;
  padding: 10px 30px;
  background: rgba(255, 107, 53, 0.1);
  border: 1px solid rgba(255, 107, 53, 0.3);
  border-radius: 50px;
  color: #ff6b35;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 20px; }

.about-services-header h2 {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff 0%, #a0aec0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  line-height: 1.2; }

.about-services-header p {
  font-size: 1.2rem;
  color: #a0aec0;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6; }

/* ==================== SERVICES GRID ==================== */
.about-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative; }

.home-service-item {
  position: relative;
  height: 350px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px); }

.home-service-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, rgba(247, 147, 30, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1; }

.home-service-item:hover::before {
  opacity: 1; }

.home-service-item::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.3) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 0; }

.home-service-item:hover::after {
  opacity: 1;
  animation: homeServicesRotate 8s linear infinite; }

@keyframes homeServicesRotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.home-service-item:hover {
  transform: translateY(-20px);
  border-color: rgba(255, 107, 53, 0.5);
  box-shadow: 0 30px 60px rgba(255, 107, 53, 0.3); }

.home-service-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3rem;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  z-index: 2;
  transition: all 0.6s ease; }

.home-service-item:hover .home-service-number {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transform: scale(1.1); }

.home-service-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.2) 0%, rgba(247, 147, 30, 0.2) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  z-index: 2;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 107, 53, 0.3); }

.home-service-item:hover .home-service-icon {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  transform: rotate(360deg) scale(1.1);
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.5); }

.home-service-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 2;
  transition: all 0.6s ease; }

.home-service-item:hover .home-service-content {
  padding-bottom: 50px; }

.home-service-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  transition: all 0.4s ease;
  position: relative;
  display: inline-block; }

.home-service-title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff6b35 0%, #f7931e 100%);
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1); }

.home-service-item:hover .home-service-title::after {
  width: 100%; }

.home-service-description {
  font-size: 1rem;
  color: #a0aec0;
  line-height: 1.5;
  opacity: .5;
  transform: translateY(20px);
  transition: all 0.6s ease;
  margin-bottom: 20px; }

.home-service-item:hover .home-service-description {
  opacity: 1;
  transform: translateY(0); }

.home-service-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ff6b35;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  opacity: 1;
  transition: all 0.6s ease; }

.home-service-item:hover .home-service-link {
  opacity: 1;
  transform: translateX(0); }

.home-service-link::after {
  content: '→';
  transition: transform 0.3s ease; }

.home-service-link:hover::after {
  transform: translateX(5px); }

.about-services-floating-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0; }

.about-services-shape {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.1) 0%, transparent 70%);
  animation: homeServicesFloat 20s infinite ease-in-out; }

.about-services-shape:nth-child(1) {
  width: 300px;
  height: 300px;
  top: 10%;
  left: 5%;
  animation-delay: 0s; }

.about-services-shape:nth-child(2) {
  width: 200px;
  height: 200px;
  top: 60%;
  right: 10%;
  animation-delay: 4s; }

.about-services-shape:nth-child(3) {
  width: 250px;
  height: 250px;
  bottom: 15%;
  left: 50%;
  animation-delay: 8s; }

@keyframes homeServicesFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.3; }
  50% {
    transform: translate(50px, -50px) scale(1.1);
    opacity: 0.6; } }
/* ==================== ANIMATION DELAYS ==================== */
.home-service-item:nth-child(1) {
  animation: homeServicesFadeInUp 0.8s ease forwards;
  animation-delay: 0.1s;
  opacity: 0; }

.home-service-item:nth-child(2) {
  animation: homeServicesFadeInUp 0.8s ease forwards;
  animation-delay: 0.3s;
  opacity: 0; }

.home-service-item:nth-child(3) {
  animation: homeServicesFadeInUp 0.8s ease forwards;
  animation-delay: 0.5s;
  opacity: 0; }

.home-service-item:nth-child(4) {
  animation: homeServicesFadeInUp 0.8s ease forwards;
  animation-delay: 0.7s;
  opacity: 0; }

@keyframes homeServicesFadeInUp {
  to {
    opacity: 1;
    transform: translateY(0); } }
/* ==================== RESPONSIVE ==================== */
@media (max-width: 1400px) {
  .about-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px; } }
@media (max-width: 768px) {
  .about-services-section {
    padding: 80px 0; }

  .about-services-container {
    padding: 0 20px; }

  .about-services-header {
    margin-bottom: 60px; }

  .about-services-header h2 {
    font-size: 2.5rem; }

  .about-services-grid {
    grid-template-columns: 1fr;
    gap: 25px; }

  .home-service-item {
    height: 480px; }

  .home-service-number {
    font-size: 3.5rem;
    top: 20px;
    right: 20px; }

  .home-service-icon {
    width: 60px;
    height: 60px;
    font-size: 2rem;
    top: 30px;
    left: 30px; }

  .home-service-content {
    padding: 30px; }

  .home-service-title {
    font-size: 1.5rem; } }
@media (max-width: 576px) {
  .about-services-container .about-services-header {
    margin-bottom: 20px; }
    .about-services-container .about-services-header .about-services-badge {
      margin-bottom: 10px; }
    .about-services-container .about-services-header h2 {
      font-size: 1.5rem;
      margin-bottom: 10px; }
    .about-services-container .about-services-header p {
      font-size: 1rem;
      line-height: 1.4; }
  .about-services-container .about-services-grid {
    text-align: center; }
    .about-services-container .about-services-grid .home-service-item {
      height: 300px; }
      .about-services-container .about-services-grid .home-service-item .home-service-number {
        display: none; }
      .about-services-container .about-services-grid .home-service-item .home-service-icon {
        position: relative;
        top: 10px;
        left: 0;
        margin: 0 auto 1rem auto;
        display: flex;
        justify-content: center;
        align-items: center; }
      .about-services-container .about-services-grid .home-service-item .home-service-content p.home-service-description {
        margin-bottom: 30px; } }
@media (max-width: 480px) {
  .home-service-icon {
    width: 60px;
    height: 60px;
    font-size: 2rem;
    border-radius: 15px; } }
/* ----------- value section styles ------------- */
.about-values-section {
  padding: 100px 0;
  /* Values Section */ }
  .about-values-section .about-section-title {
    margin-bottom: 60px;
    text-align: center;
    position: relative; }
    .about-values-section .about-section-title p {
      font-size: 1.2rem;
      line-height: 1.5;
      font-weight: 400; }
    .about-values-section .about-section-title::after {
      content: '';
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background: #0f172a;
      border-radius: 2px; }
  .about-values-section .values-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px; }
  .about-values-section .value-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    border-top: 4px solid #0f172a; }
  .about-values-section .value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); }
  .about-values-section .value-icon {
    width: 70px;
    height: 70px;
    background: rgba(37, 99, 235, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #0f172a;
    font-size: 1.8rem; }
  .about-values-section .value-card h3 {
    margin-bottom: 15px;
    color: #DD9E48; }
  .about-values-section .value-card p {
    color: #475569;
    line-height: 1.6; }

@media (max-width: 576px) {
  .about-values-section {
    padding: 20px 0; }
    .about-values-section .about-section-title {
      margin-bottom: 40px; }
      .about-values-section .about-section-title p {
        font-size: 1rem;
        line-height: 1.4; }
      .about-values-section .about-section-title:after {
        display: none; }
    .about-values-section .values-container .value-card {
      padding: 10px; } }
/*   ----------------------------------------------------- */
/* Commitment Section */
.commitment {
  background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
  border-radius: 20px;
  padding: 50px;
  display: flex;
  align-items: center;
  gap: 50px; }

.commitment-text h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #111111; }

.commitment-text p {
  margin-bottom: 20px;
  line-height: 1.5;
  color: #334155;
  margin-bottom: 2px; }

ul li {
  font-size: 15px; }
  ul li span {
    font-weight: 900; }

.commitment-image {
  width: 100%;
  text-align: center;
  margin: 2rem 0; }
  .commitment-image img {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease; }
    .commitment-image img:hover {
      transform: scale(1.03);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25); }
  @media (max-width: 768px) {
    .commitment-image img {
      max-width: 100%;
      border-radius: 8px; } }
  @media (max-width: 480px) {
    .commitment-image {
      margin: 1rem 0; }
      .commitment-image img {
        border-radius: 6px; } }

/* Stats Section */
.stats-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  text-align: center; }

.stat-item {
  padding: 30px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); }

.stat-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px; }

.stat-text {
  color: #475569;
  font-size: 1.1rem; }

@media (max-width: 992px) {
  .about-content, .commitment {
    flex-direction: column; }

  .about-image, .commitment-image {
    width: 100%;
    height: 350px; } }
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 2rem; }

  .commitment {
    padding: 30px; } }
@media (max-width: 576px) {
  .commitment-section .commitment {
    padding: 10px;
    text-align: center; }
    .commitment-section .commitment h3 {
      font-size: 1.5rem;
      margin-bottom: 15px; }
    .commitment-section .commitment p {
      font-size: 15px;
      line-height: 1.2; }

  .stats-section .stats-container .stat-item {
    padding: 10px; }
    .stats-section .stats-container .stat-item .stat-number {
      font-size: 2rem; } }
#sustainability {
  overflow: hidden; }

section {
  padding: 6rem 0;
  position: relative; }
  section.intro-section {
    background: linear-gradient(135deg, #f8fdfc 0%, #f0f9f7 100%); }
  section.manifesto {
    background: #ffffff; }
  section.programs {
    background: linear-gradient(135deg, #f8fdfc 0%, #e8f6f3 100%); }
  section.pillars {
    background: #ffffff; }
  section.closing {
    background: linear-gradient(135deg, #f8fdfc 0%, #e8f6f3 100%); }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem; }
  .container.narrow {
    max-width: 800px;
    text-align: center; }

.lead-text {
  font-size: 1.25rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: #0f172a; }
  .closing .lead-text {
    color: #0f172a; }

.muted {
  color: #6b7280; }

.sustainability-developments {
  padding-top: 3rem;
  padding-bottom: 3rem;
  /* ==============================================
     📱 Responsive Breakpoints
     ============================================== */
  /* Tablets (768px – 991px) */
  /* Large Phones (481px – 767px) */
  /* Small Phones (≤ 480px) — e.g. TECNO Spark 5 */ }
  .sustainability-developments .feature {
    padding-bottom: 3rem; }
    .sustainability-developments .feature h4:first-child {
      color: #DD9E48; }
    .sustainability-developments .feature .feature-item {
      margin-top: 15px;
      text-align: center;
      border-radius: 10px;
      background: #F8F8F8;
      border: 1px solid transparent;
      transition: 0.5s;
      padding: 2rem 1.5rem; }
      .sustainability-developments .feature .feature-item:hover {
        border: 1px solid #0f172a;
        transform: translateY(-5px); }
      .sustainability-developments .feature .feature-item .feature-icon {
        background: #F8F8F8;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 120px;
        width: 120px;
        margin: 0 auto 1rem auto;
        overflow: hidden; }
        .sustainability-developments .feature .feature-item .feature-icon img.feature-img {
          max-width: 90%;
          max-height: 90%;
          object-fit: contain;
          transition: transform 0.3s ease; }
        .sustainability-developments .feature .feature-item .feature-icon:hover img.feature-img {
          transform: scale(1.05); }
      .sustainability-developments .feature .feature-item h4 {
        font-size: 1.25rem;
        font-weight: 600;
        color: #111111;
        margin-bottom: 0.5rem; }
      .sustainability-developments .feature .feature-item p {
        color: #4a6572;
        font-size: 1rem;
        line-height: 1.6; }
  @media (max-width: 991px) {
    .sustainability-developments .feature-item {
      padding: 1.5rem 1rem; }
      .sustainability-developments .feature-item .feature-icon {
        height: 100px;
        width: 100px; }
        .sustainability-developments .feature-item .feature-icon img.feature-img {
          max-width: 80%;
          max-height: 80%; }
      .sustainability-developments .feature-item h4 {
        font-size: 1.1rem; }
      .sustainability-developments .feature-item p {
        font-size: 0.95rem; } }
  @media (max-width: 767px) {
    .sustainability-developments .feature-item {
      margin-top: 10px;
      padding: 1.5rem; }
      .sustainability-developments .feature-item h4 {
        font-size: 1.05rem; }
      .sustainability-developments .feature-item p {
        font-size: 0.9rem; } }
  @media (max-width: 480px) {
    .sustainability-developments .feature {
      padding-top: 1rem;
      padding-bottom: 1rem;
      text-align: center; }
      .sustainability-developments .feature .feature-item {
        padding: 1rem;
        border-radius: 8px;
        margin-top: 3px; }
        .sustainability-developments .feature .feature-item .feature-icon {
          height: 80px;
          width: 80px; }
          .sustainability-developments .feature .feature-item .feature-icon img.feature-img {
            max-width: 75%;
            max-height: 75%; }
        .sustainability-developments .feature .feature-item h4 {
          font-size: 1rem;
          margin-top: 0.5rem; }
        .sustainability-developments .feature .feature-item p {
          font-size: 0.85rem;
          line-height: 1.5;
          margin-bottom: 5px; } }

.manifest-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center; }
  @media (max-width: 968px) {
    .manifest-grid {
      grid-template-columns: 1fr;
      gap: 3rem; } }

.manifest-image {
  position: relative;
  height: auto; }
  .manifest-image img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease; }
    .manifest-image img:hover {
      transform: scale(1.03);
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2); }

.manifest-text h2.section-title {
  color: #0d2d3a;
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.3; }
.manifest-text .muted {
  color: #2d7d8f;
  font-weight: 500;
  margin-bottom: 1.5rem; }
.manifest-text p {
  color: #4a6572;
  line-height: 1.7;
  margin-bottom: 1rem; }

/* 📞 Small phones (≤ 480px) — e.g. TECNO Spark 5, Infinix, older iPhones */
@media (max-width: 480px) {
  .manifest-text h2.section-title {
    font-size: 1.5rem;
    margin-bottom: .7rem;
    line-height: 1.2; }

  .manifest-text .muted {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1rem; }

  .manifest-text p {
    line-height: 1.4;
    text-align: center;
    font-size: 1rem; } }
.commitment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem; }

.commit-card {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative; }
  .commit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(13, 45, 58, 0.15); }
    .commit-card:hover .commit-image .image-overlay {
      opacity: 0.8; }
    .commit-card:hover .commit-image img {
      transform: scale(1.1); }
    .commit-card:hover .card-number {
      transform: scale(1.1);
      color: #2d7d8f; }
  .commit-card:focus {
    outline: 2px solid #2d7d8f;
    outline-offset: 2px; }

.commit-image {
  height: 200px;
  background: linear-gradient(135deg, #2d7d8f 0%, #0d2d3a 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  .commit-image .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(45, 125, 143, 0.9), rgba(13, 45, 58, 0.9));
    opacity: 0.6;
    transition: opacity 0.3s ease;
    z-index: 1; }
  .commit-image .image-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%; }
    .commit-image .image-content img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
      border-radius: 0; }
  .commit-image .card-number {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 3rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.1);
    line-height: 1;
    transition: all 0.3s ease;
    z-index: 3; }

.commit-content {
  padding: 2rem; }
  .commit-content h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #0d2d3a; }
  .commit-content p {
    color: #4a6572;
    line-height: 1.6; }
    .commit-content p strong {
      color: #2d7d8f; }

@media (max-width: 768px) {
  .commit-image {
    height: 180px; } }
@media (max-width: 480px) {
  .commit-image {
    height: 150px; }

  .commit-content {
    text-align: center; } }
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem; }

.pillar {
  background: white;
  padding: 2.5rem 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden; }
  .pillar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #2d7d8f 0%, #0d2d3a 100%);
    transform: scaleY(0);
    transition: transform 0.3s ease; }
  .pillar:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(13, 45, 58, 0.15); }
    .pillar:hover::before {
      transform: scaleY(1); }
    .pillar:hover .pillar-icon {
      transform: scale(1.1);
      color: #2d7d8f; }
  .pillar:focus {
    outline: 2px solid #2d7d8f;
    outline-offset: 2px; }

.pillar-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem; }
  .pillar-head h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0d2d3a; }

.pillar-icon {
  color: #0d2d3a;
  transition: all 0.3s ease;
  flex-shrink: 0; }

.actions {
  list-style: none;
  padding: 0;
  margin: 2.5rem 0; }
  .actions li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .actions li:last-child {
      border-bottom: none; }
    .actions li svg {
      color: #DD9E48;
      flex-shrink: 0; }

/* 📞 Small phones (≤ 480px) — e.g. TECNO Spark 5, Infinix, older iPhones */
@media (max-width: 480px) {
  .pillars-grid {
    margin-top: 1.5rem; }

  .pillar {
    padding: 1rem; }

  .pillar-head {
    margin-bottom: 1rem; } }
.cta-row {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent; }
  .btn.btn_primary {
    background: linear-gradient(135deg, #58688e 0%, #0f172a 100%);
    color: white; }
    .btn.btn_primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 25px rgba(45, 125, 143, 0.4); }
  .btn.ghost {
    background: transparent;
    color: white;
    border-color: rgba(255, 255, 255, 0.3); }
    .btn.ghost:hover {
      background: rgba(255, 255, 255, 0.1);
      border-color: rgba(255, 255, 255, 0.5);
      transform: translateY(-2px); }
  .btn svg {
    transition: transform 0.3s ease; }
  .btn:hover svg {
    transform: translateX(4px); }

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg); }
  50% {
    transform: translateY(-20px) rotate(5deg); } }
@keyframes pulse {
  0%, 100% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1); }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05); } }
@keyframes drawLine {
  0%, 100% {
    transform: rotate(45deg) scaleX(0); }
  50% {
    transform: rotate(45deg) scaleX(1); } }
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
  .reveal.visible {
    opacity: 1;
    transform: translateY(0); }

@media (max-width: 768px) {
  section {
    padding: 4rem 0; }

  .container {
    padding: 0 1.5rem; }

  .grid-two,
  .manifest-grid {
    gap: 2rem; }

  .commitment-grid,
  .pillars-grid {
    grid-template-columns: 1fr; }

  .cta-row {
    flex-direction: column;
    align-items: center; }

  .btn {
    width: 100%;
    justify-content: center;
    text-align: center; } }
/* 📲 Large phones (481px – 767px) */
@media (min-width: 481px) and (max-width: 767px) {
  section {
    padding: 2rem 0; }

  .section-title {
    margin-bottom: 10px; } }
/* 📞 Small phones (≤ 480px) — e.g. TECNO Spark 5, Infinix, older iPhones */
@media (max-width: 480px) {
  section {
    padding: 1.5rem 0; }

  .section-title h2 {
    margin-bottom: 10px;
    font-size: 1.5rem; }

  .section-title p {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.5; }

  .commitment-grid {
    margin-top: 1.2rem; }
    .commitment-grid .commit-content {
      padding: 1rem; }
    .commitment-grid .commit-content p {
      line-height: 1.3;
      font-size: 15px; } }
/* ----------------------------------------------------------------- */
/*   */
/* ----------------------------------------------------------------- */
:root {
  --primary: #0f172a;
  --secondary: #DD9E48;
  /* Gold */
  --dark-overlay: rgba(15, 23, 42, 0.88);
  /* Stronger overlay for readability */ }

.sustainability-section {
  width: 100%;
  padding: 80px 0;
  color: white;
  text-align: center;
  background-image: linear-gradient(var(--dark-overlay), var(--dark-overlay)), url("../img/sustainability/bg2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll; }

.sustainability-section .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px; }

.sustainability-section h2 {
  font-family: 'Inter', sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
  color: #DD9E48; }

.sustainability-section p {
  font-size: 1.35rem;
  line-height: 1.4;
  margin-bottom: 40px;
  opacity: 0.95; }

.goals-list {
  list-style: none;
  margin-top: 30px;
  text-align: left;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }

.goals-list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 18px;
  font-family: 'Inter', sans-serif;
  font-size: 1.15rem;
  line-height: 1.4; }

.goals-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background: var(--secondary);
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1rem;
  box-shadow: 0 4px 10px rgba(221, 158, 72, 0.3); }

/* Responsive */
@media (max-width: 768px) {
  .sustainability-section h2 {
    font-size: 2.4rem; }

  .sustainability-section p {
    font-size: 1.15rem; }

  .goals-list li {
    font-size: 1.05rem;
    padding-left: 44px; }

  .goals-list li::before {
    width: 32px;
    height: 32px;
    font-size: 1rem; } }
@media (max-width: 480px) {
  .sustainability-section {
    padding: 30px 0;
    margin-bottom: 15px; }

  .sustainability-section h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5px; }

  .sustainability-section p {
    font-size: 1rem; }

  .goals-list {
    margin-top: 10px;
    max-width: 700px;
    padding-left: 0px; }

  .goals-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 18px;
    font-size: 1rem;
    line-height: 1.3; } }
/* ----------------------------------------------------------------- */
/* 📞 Small phones (≤ 480px) — e.g. TECNO Spark 5, Infinix, older iPhones */
@media (max-width: 480px) {
  .closing .lead-text {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 1rem; }

  .actions {
    margin: .7rem; }

  .actions li {
    align-items: left;
    padding: .5rem 0;
    font-size: 1rem; } }
/*--------------------------------------------*/
/*           Terminals                        */
/*--------------------------------------------*/
.terminal-section-1 {
  background: linear-gradient(135deg, #F8F8F8 0%, #e2e8f0 100%);
  padding: 100px 0; }

.terminal-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px; }

.content-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 120px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards; }

.content-block:nth-child(2) {
  animation-delay: 0.3s;
  margin-bottom: 0px; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0); } }
.content-block.reverse {
  grid-template-columns: 1fr 1fr; }

.content-block.reverse .content-text {
  order: 2; }

.content-block.reverse .content-image {
  order: 1; }

.content-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 25px;
  position: relative;
  display: inline-block; }

.content-text h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #ff6b35 0%, #f7931e 100%);
  border-radius: 2px; }

.content-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 20px; }

.content-text strong {
  color: #ff6b35;
  font-weight: 700; }

.stats-inline {
  display: flex;
  gap: 40px;
  margin-top: 35px; }

.stat-item {
  display: flex;
  flex-direction: column; }

.stat-value {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ff6b35;
  line-height: 1; }

.stat-label {
  font-size: 0.9rem;
  color: #718096;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px; }

.content-image {
  position: relative;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transition: transform 0.5s ease; }

.content-image:hover {
  transform: scale(1.02); }

.content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.content-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, rgba(10, 37, 64, 0.2) 100%);
  z-index: 1; }

/* ==================== SECTION 2 ==================== */
.terminal-section-2 {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 40px;
  overflow: hidden; }

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4); }

.pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10, 37, 64, 0.85) 0%, rgba(255, 107, 53, 0.75) 100%), repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
  z-index: 1; }

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: center;
  color: white;
  animation: heroFadeIn 1s ease forwards; }

@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(40px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.hero-badge {
  display: inline-block;
  padding: 10px 25px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-weight: 600; }

.hero-content h2 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
  color: #F8F8F8; }

.divider-line {
  width: 100px;
  height: 3px;
  background: #F8F8F8;
  margin: 0 auto 40px;
  border-radius: 2px; }

.hero-content p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 25px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font-weight: 300; }

/* ==================== SECTION 3 ==================== */
.terminal-section-3 {
  background: #F8F8F8;
  padding: 100px 0;
  padding-bottom: 0; }

.service-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  margin-bottom: 100px;
  padding: 0 40px; }

.service-block:nth-child(even) {
  direction: rtl; }

.service-block:nth-child(even) > * {
  direction: ltr; }

.service-content {
  position: relative;
  padding: 40px; }

.service-number {
  font-size: 6rem;
  font-weight: 900;
  color: #f1f5f9;
  position: absolute;
  top: -30px;
  left: 0;
  line-height: 1;
  z-index: 0; }

.service-content h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 25px;
  position: relative;
  z-index: 1; }

.service-content p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 20px;
  position: relative;
  z-index: 1; }

.key-metrics {
  display: flex;
  gap: 40px;
  margin-top: 30px;
  position: relative;
  z-index: 1; }

.metric {
  display: flex;
  flex-direction: column; }

.metric-value {
  font-size: 2.2rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1; }

.metric-label {
  font-size: 0.85rem;
  color: #718096;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px; }

.service-image {
  position: relative;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px -15px rgba(0, 0, 0, 0.3);
  transition: transform 0.6s ease; }

.service-image:hover {
  transform: scale(1.03) rotate(1deg); }

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease; }

.service-image:hover img {
  transform: scale(1.1); }

.image-label {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: rgba(10, 37, 64, 0.9);
  backdrop-filter: blur(10px);
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.2); }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
  .content-block,
  .service-block {
    grid-template-columns: 1fr;
    gap: 50px; }

  .content-block.reverse .content-text,
  .content-block.reverse .content-image {
    order: unset; }

  .service-block:nth-child(even) {
    direction: ltr; }

  .content-text h2,
  .service-content h3 {
    font-size: 2rem; }

  .hero-content h2 {
    font-size: 2.5rem; }

  .content-image,
  .service-image {
    height: 400px; } }
@media (max-width: 768px) {
  .terminal-section-1,
  .terminal-section-3 {
    padding: 60px 0; }

  .terminal-container {
    padding: 0 20px; }

  .content-block {
    margin-bottom: 80px; }

  .service-block {
    margin-bottom: 100px;
    padding: 0 20px; }

  .stats-inline,
  .key-metrics {
    gap: 25px; }

  .hero-content h2 {
    font-size: 2rem; }

  .hero-content p {
    font-size: 1rem; }

  .service-number {
    font-size: 4rem;
    top: -20px; } }
@media (max-width: 576px) {
  .terminal-section-1 {
    padding: 30px 0;
    text-align: center; }
    .terminal-section-1 .content-block .content-text h2 {
      font-size: 1.3rem; }
    .terminal-section-1 .content-block .content-text h2::after {
      display: none; }
    .terminal-section-1 .content-block .content-text p {
      font-size: .9rem;
      line-height: 1.4;
      margin-bottom: 15px; }
    .terminal-section-1 .content-block .content-text .stats-inline {
      display: none; }
    .terminal-section-1 .content-block .content-image {
      height: 300px; }
    .terminal-section-1 .content-block.reverse {
      display: block; }

  .terminal-section-2 {
    padding: 30px 10px;
    min-height: auto; }

  .terminal-section-3 {
    padding: 30px 0px; }
    .terminal-section-3 .terminal-container {
      padding: 10px; }
      .terminal-section-3 .terminal-container .service-block {
        margin-bottom: 30px;
        padding: 0 0px; }
        .terminal-section-3 .terminal-container .service-block .service-content {
          text-align: center;
          padding: 0px; }
          .terminal-section-3 .terminal-container .service-block .service-content .service-number {
            display: none; }
          .terminal-section-3 .terminal-container .service-block .service-content h3 {
            font-size: 1.3rem; }
          .terminal-section-3 .terminal-container .service-block .service-content p {
            font-size: 1rem;
            line-height: 1.4; }
          .terminal-section-3 .terminal-container .service-block .service-content .key-metrics {
            display: none; } }
.service-details {
  font-family: 'Inter', sans-serif;
  color: #111111;
  background-color: #F8F8F8;
  line-height: 1.7; }
  .service-details h1, .service-details h2, .service-details h3, .service-details h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 1.3; }
  .service-details .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px; }
  .service-details .service-content {
    padding: 80px 0; }
    .service-details .service-content .intro-section {
      text-align: center;
      max-width: 900px;
      margin: 0 auto 80px;
      padding: 0 20px; }
      .service-details .service-content .intro-section h2 {
        font-size: 2.4rem;
        color: #0f172a;
        margin-bottom: 28px;
        position: relative;
        display: inline-block; }
        .service-details .service-content .intro-section h2::after {
          content: '';
          position: absolute;
          bottom: -12px;
          left: 50%;
          transform: translateX(-50%);
          width: 60px;
          height: 4px;
          background: #DD9E48;
          border-radius: 2px; }
      .service-details .service-content .intro-section p {
        font-size: 1.15rem;
        color: #94a3b8;
        margin-top: 20px;
        font-family: 'DM Serif Display', serif;
        font-style: italic; }
    .service-details .service-content .section-card {
      background: white;
      border-radius: 16px;
      padding: 48px;
      margin-bottom: 48px;
      box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      position: relative; }
      .service-details .service-content .section-card.visible {
        opacity: 1;
        transform: translateY(0); }
      .service-details .service-content .section-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 6px;
        background: #DD9E48; }
      .service-details .service-content .section-card h3 {
        font-size: 2.0rem;
        color: #0f172a;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        gap: 14px; }
        .service-details .service-content .section-card h3 i {
          color: #DD9E48;
          font-size: 1.5rem; }
      .service-details .service-content .section-card p {
        font-size: 1.1rem;
        color: #94a3b8;
        margin-bottom: 0;
        font-family: 'Inter', sans-serif; }
  .service-details .cta-section {
    background: #e2e8f0;
    padding: 80px 0;
    text-align: center;
    color: white; }
    .service-details .cta-section h2 {
      font-size: 2.5rem;
      margin-bottom: 24px; }
    .service-details .cta-section p {
      font-size: 1.2rem;
      max-width: 700px;
      margin: 0 auto 32px;
      opacity: 0.9;
      color: #0f172a; }
  .service-details .btn {
    display: inline-block;
    background: #0f172a;
    color: #F8F8F8;
    padding: 14px 42px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid #0f172a; }
    .service-details .btn:hover {
      background: transparent;
      color: #0f172a;
      transform: translateY(-3px);
      box-shadow: 0 10px 25px rgba(15, 23, 42, 0.3); }

/* Responsive */
@media (max-width: 768px) {
  .service-details .hero h1 {
    font-size: 2.4rem; }

  .service-details .hero p {
    font-size: 1.1rem; }

  .service-details .intro-section h2 {
    font-size: 2.0rem; }

  .service-details .section-card {
    padding: 32px 24px; }

  .service-details .section-card h3 {
    font-size: 1.7rem; }

  .service-details .cta-section h2 {
    font-size: 2.0rem; } }
@media (max-width: 480px) {
  .service-details .hero {
    padding: 70px 0 60px; }

  .service-details .hero h1 {
    font-size: 2.0rem; }

  .service-details .intro-section {
    margin-bottom: 60px; }

  .service-details .btn {
    padding: 12px 32px;
    font-size: 1rem; } }
@media (max-width: 576px) {
  .service-details .service-content {
    padding: 30px 0; }
    .service-details .service-content .intro-section {
      text-align: center;
      padding: 0;
      margin: 0 auto 30px; }
      .service-details .service-content .intro-section h2 {
        margin-bottom: 18px;
        font-size: 1.4rem; }
      .service-details .service-content .intro-section p {
        font-size: 1rem;
        line-height: 1.3; }
    .service-details .service-content .section-card {
      padding: 15px;
      margin-bottom: 15px;
      text-align: center; }
      .service-details .service-content .section-card h3 {
        font-size: 1.3rem;
        line-height: 1.1; }
      .service-details .service-content .section-card h3 i {
        display: none; }
      .service-details .service-content .section-card p {
        font-size: 1rem;
        line-height: 1.5; }
  .service-details .cta-section {
    padding: 30px 0; }
    .service-details .cta-section h2 {
      margin-bottom: 20px;
      font-size: 1.0rem; }
    .service-details .cta-section p {
      margin: 0 auto 20px;
      font-size: .9rem;
      line-height: 1.5; } }
/* ======================================= */
/* CONTACT SECTION                        */
/* ==================================== */
/* ==================== CONTACT SECTION ==================== */
.contact-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); }

.contact-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  margin-bottom: 80px; }

/* ==================== CONTACT INFO ==================== */
.contact-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px; }

.info-card {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden; }

.info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #ff6b35 0%, #f7931e 100%);
  transform: scaleY(0);
  transition: transform 0.4s ease; }

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }

.info-card:hover::before {
  transform: scaleY(1); }

.info-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px; }

.info-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem; }

.info-item {
  margin-bottom: 20px;
  animation: fadeIn 0.6s ease forwards;
  opacity: 0; }

.info-item:nth-child(1) {
  animation-delay: 0.1s; }

.info-item:nth-child(2) {
  animation-delay: 0.2s; }

.info-item:nth-child(3) {
  animation-delay: 0.3s; }

.info-item:nth-child(4) {
  animation-delay: 0.4s; }

.info-item:nth-child(5) {
  animation-delay: 0.5s; }

.info-item:nth-child(6) {
  animation-delay: 0.6s; }

@keyframes fadeIn {
  to {
    opacity: 1; } }
.info-label {
  font-size: 0.85rem;
  color: #718096;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-weight: 600; }

.info-value {
  font-size: 1.1rem;
  color: #2d3748;
  font-weight: 500; }

.info-value a {
  color: #ff6b35;
  text-decoration: none;
  transition: color 0.3s ease; }

.info-value a:hover {
  color: #f7931e; }

/* ==================== CONTACT FORM ==================== */
.contact-form-wrapper {
  background: white;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden; }

.contact-form-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #ff6b35 0%, #f7931e 100%); }

.form-header {
  margin-bottom: 40px; }

.form-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 10px; }

.form-header p {
  color: #718096;
  font-size: 1.05rem; }

.form-group {
  margin-bottom: 30px;
  position: relative; }

.form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #4a5568;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 15px 20px;
  font-size: 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  background: #f8f9fa;
  transition: all 0.3s ease;
  font-family: inherit;
  color: #2d3748; }

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #0f172a;
  background: white;
  box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.1);
  transform: translateY(-2px); }

.form-group textarea {
  resize: vertical;
  min-height: 150px; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; }

.submit-btn {
  width: 100%;
  padding: 18px 40px;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  background: linear-gradient(135deg, #0f172a 0%, #111111 100%);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(10, 19, 64, 0.3);
  position: relative;
  overflow: hidden; }

.submit-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease; }

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(32, 62, 190, 0.4); }

.submit-btn:hover::before {
  left: 100%; }

.submit-btn:active {
  transform: translateY(-1px); }

.form-message {
  display: none;
  padding: 15px 20px;
  border-radius: 10px;
  margin-top: 20px;
  font-weight: 600;
  animation: slideIn 0.5s ease; }

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.form-message.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb; }

.form-message.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb; }

/* ==================== MAP SECTION ==================== */
.map-section {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  position: relative; }

.map-section iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(20%);
  transition: filter 0.4s ease; }

.map-section:hover iframe {
  filter: grayscale(0%); }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 50px; }

  .contact-form-wrapper {
    padding: 40px 30px; } }
@media (max-width: 768px) {
  .contact-section {
    padding: 60px 0; }

  .contact-container {
    padding: 0 20px; }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0; }

  .contact-form-wrapper {
    padding: 30px 20px; }

  .form-header h2 {
    font-size: 1.8rem; }

  .info-card {
    padding: 30px 25px; }

  .map-section {
    height: 400px; } }
/* ============================================================================= */
/*   OVERWRITES FOR EXISTING STYLES                                    */
/* ============================================================================= */
.topbar {
  margin: 10px 0; }

.footer-item a:hover,
.footer-item a.active {
  color: #DD9E48; }

.footer .footer-item p.fx {
  line-height: 25px;
  margin-top: 10px; }

/* Add this at the bottom of your main CSS file */
.breadcrumb-item.text-primary .breadcrumb-separator {
  color: #6c757d !important;
  opacity: 1; }

/*# sourceMappingURL=style.css.map */
