/*!
Theme Name: Future Energies
Theme URI: http://www.codenterprise.com/
Author: Code Enterprises
Author URI: http://www.codenterprise.com/
Description: Enterprise WordPress Theme - Optimized & Professional
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Future Energies
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

TABLE OF CONTENTS:
------------------
PART 1: FOUNDATION (Lines 61-224)
  1. IMPORTS & ROOT VARIABLES
  2. BASE STYLES  
  3. TYPOGRAPHY
  4. LAYOUT & CONTAINERS

PART 2: COMPONENTS (Lines 226-605)
  5. HEADER & NAVIGATION
  6. HERO SECTIONS
  7. BUTTONS
  8. CARDS & HOVER EFFECTS
  9. SERVICE CARDS (Used in services.php & home.php)
  10. FORMS
  11. FLOATING ELEMENTS (WhatsApp, Back to Top)
  12. FOOTER

PART 3: PAGE-SPECIFIC (Lines 524-960)
  13. HOME PAGE SPECIFIC (Stats, Contact Cards, Partners)
  14. ABOUT PAGE SPECIFIC (Achievement Cards, Mission/Vision, Values, Expertise)
  15. CONTACT PAGE SPECIFIC (Contact Forms, Benefits, Info Cards)
  16. PORTFOLIO SPECIFIC (Carousels, Partners, Tech Tags)
  
  NOTE: Services page uses SERVICE CARDS from PART 2 (Line 339)
        No separate services section needed - fully component-based

PART 4: ANIMATIONS & UTILITIES (Lines 962-1120)
  17. ANIMATIONS (@keyframes)
  18. UTILITIES (General)
  19. LOTTIE ANIMATIONS
  20. MAP

PART 6: BACKGROUND & STYLING UTILITIES (Lines 1764-2078)
  26. BACKGROUND UTILITIES
  27. POSITIONING UTILITIES
  28. DECORATIVE ELEMENTS
  29. ICON WRAPPERS
  30. IMAGE FRAME STYLES
  31. ACHIEVEMENT BADGES
  32. TEXT UTILITIES
  33. SIZE UTILITIES

PART 7: ACCESSIBILITY (Lines 2080+)
  34. FOCUS STATES

PART 5: RESPONSIVE - MOBILE FIRST (Lines 1122-1762)
  21. TABLET & DESKTOP (991px)
  22. TABLET & MOBILE LANDSCAPE (768px)
  23. MOBILE PORTRAIT (600px) - PRIMARY
  24. SMALL MOBILE (576px)
  25. DESKTOP ENHANCEMENTS (700px+)

*/


body,
html {
  margin: 0;
  height: 100%;
  font-family: "Agdasima", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Agdasima", sans-serif;
}
p {
  font-family: "Inter", sans-serif;
}
.fe-hero-section {
  height: 100vh;
  position: relative;
}
.fe-home-section-two {
  margin-top: 280px;
}
.header {
  width: 100%;
  background: rgba(68, 108, 98, 0.288);
  height: 114px;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header-logo {
  width: 56px;
  height: 74px;
  top: 20px;
  left: 30px;
  opacity: 1;
}
.fs-14 {
  font-size: 14px;
  font-weight: 600;
}
.fs-80 {
  font-size: 80px;
  font-weight: 700;
}
.fs-24 {
  font-size: 24px;
  font-weight: 700;
}
/* ===== Fade In Base ===== */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.faq-section{
  background: #0c2c23 url('./assets/images/carasoul-img.svg') no-repeat center center;
  background-size: cover;
  padding: 60px 30px;
  position: relative;
}
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
.fs-64 {
  font-size: 64px;
  font-weight: 700;
}
.fs-40 {
  font-size: 40px;
  font-weight: 700;
}
.fs-16 {
  font-size: 16px;
}
.text-orange {
  color: #ff7a00;
}
.moving-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 1; /* crane se neeche */
  pointer-events: none;
}
.moving-text .track {
  display: inline-block;
  white-space: nowrap;
  font-size: 120px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.08); /* light opacity */
  animation: scrollText 20s linear infinite;
}
@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.bg-orange {
  background-color: #ff7a00;
}
.fs-164 {
  font-weight: 700;
  font-size: 164px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.fs-45 {
  font-weight: 700;
  font-size: 45px;
  vertical-align: middle;
}
.btn-arrow {
  width: 54;
  height: 50;
  top: 283px;
  left: 96px;
  angle: 0 deg;
  opacity: 1;
}
.footer {
  background: url("assets/images/industrial-complex-sunset.jpg") center/cover
    no-repeat;
    opacity: 0.2;
}

.footer .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.footer h1 {
  font-size: 120px;
  opacity: 0.9;
}

.footer h2 {
  font-size: 60px;
  opacity: 0.9;
}

.footer ul li {
  margin-bottom: 8px;
  cursor: pointer;
}

.footer input::placeholder {
  color: #ccc;
}

/* ==========================================================
   RESPONSIVE LAYER (safe, layout-preserving)
   ========================================================== */

.fe-home-main {
  overflow-x: hidden;
}

.fe-menu-toggle {
  width: 48px;
  height: 48px;
  border-radius: 6px;
}

.fe-menu-toggle i {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}

.fe-mobile-menu {
  width: min(86vw, 340px);
  background: #0c2c23 !important;
  color: #fff;
}

.fe-mobile-menu.offcanvas-start {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.fe-mobile-menu .offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.fe-mobile-menu .offcanvas-title,
.fe-mobile-menu .fe-mobile-menu-list a {
  color: #fff !important;
}

.fe-mobile-menu .offcanvas-body {
  overflow-y: auto;
}

.fe-mobile-menu-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.fe-mobile-menu-list li a:hover {
  color: #ff7a00 !important;
}

@media (max-width: 991.98px) {
  .header {
    position: relative !important;
    padding: 0.85rem 1rem !important;
    min-height: 76px;
    height: auto;
  }

  .header .fe-header-left {
    width: 100%;
    justify-content: space-between;
    margin: 0 !important;
  }

  .header .header-logo {
    margin-left: 0 !important;
  }

  .fe-home-section-two {
    margin-top: 0 !important;
  }

  /* First section: keep hero readable on mobile/tablet */
  .fe-hero-section {
    height: auto;
    min-height: 0;
    padding: 0;
    overflow: hidden;
  }

  .fe-hero-section > img {
    inset: 0;
    height: 100%;
    object-fit: cover;
  }

  .fe-hero-section > .container.position-absolute.fade-in {
    position: relative !important;
    margin-top: 84px !important;
    z-index: 2;
  }

  .fe-hero-section > .container.position-absolute.fade-in p.fs-24 {
    margin-top: 0 !important;
  }

  .fe-hero-section > .container.position-absolute.fade-in h1.fs-80 {
    font-size: clamp(2rem, 8vw, 3.1rem);
    line-height: 1.08;
    margin-bottom: 0.75rem;
  }

  .fe-hero-section > .container.position-absolute.fade-in a {
    width: 190px !important;
    height: 48px !important;
  }

  .fe-hero-section > .container.position-absolute.d-flex.justify-content-end {
    position: relative !important;
    margin: 0.75rem 0 0.5rem !important;
    justify-content: flex-start !important;
    z-index: 2;
  }

  .fe-hero-section > .container.position-absolute.d-flex.justify-content-end p.fs-40 {
    margin-top: 0 !important;
    margin-inline-start: 0 !important;
  }

  .fe-hero-section > .position-absolute.text-white {
    display: none;
  }

  /* Fourth section: prevent clipping of cards/content on mobile. */
  .fe-home-main section.position-relative.overflow-hidden[style*="margin-top: -65px"] {
    margin-top: 0 !important;
    overflow: visible !important;
  }

  .fe-home-main section.position-relative.overflow-hidden[style*="margin-top: -65px"] > .position-absolute.top-0.start-0.w-100.px-5.py-4 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    padding: 1rem !important;
  }

  .fe-home-main .fs-80 {
    font-size: clamp(2rem, 8vw, 3.2rem);
  }

  .fe-home-main .fs-64 {
    font-size: clamp(1.75rem, 7vw, 2.75rem);
  }

  .fe-home-main .fs-40 {
    font-size: clamp(1.25rem, 5vw, 2rem);
  }

  .fe-home-main .fs-164 {
    font-size: clamp(2.8rem, 12vw, 6rem);
  }

  .footer > .position-relative.py-5.px-5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .footer .col-md-6.mt-5 p[style*="margin-inline-start"] {
    margin-inline-start: 0 !important;
  }
}

@media (min-width: 992px) {
  .header .header-logo {
    margin-left: 20px !important;
  }

  .header > .d-none.d-lg-flex.align-items-center.gap-3 {
    margin-right: 40px !important;
  }
}

/* Contact template: shorter hero than full-screen home landing. */
.fe-contact-page .fe-hero-section.fe-contact-hero {
  height: auto;
  min-height: 52vh;
}

@media (min-width: 992px) {
  .fe-contact-page .fe-hero-section.fe-contact-hero {
    min-height: 58vh;
  }
}


/* CF7: submit is an <input>; Bootstrap .btn uses variables that override .bg-orange. */
.fe-contact-page .wpcf7-form input[type="submit"],
.fe-contact-page .wpcf7-form input.wpcf7-submit {
  --bs-btn-bg: #ff7a00;
  --bs-btn-border-color: #ff7a00;
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: #e86e00;
  --bs-btn-hover-border-color: #e86e00;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-bg: #e86e00;
  --bs-btn-active-border-color: #e86e00;
  --bs-btn-active-color: #fff;
  background-color: #ff7a00 !important;
  color: #fff !important;
  border-color: #ff7a00 !important;
  opacity: 1 !important;
  min-height: 48px;
  padding-inline: 1.75rem;
}

.fe-contact-page .wpcf7-form input[type="submit"]:hover,
.fe-contact-page .wpcf7-form input.wpcf7-submit:hover {
  background-color: #e86e00 !important;
  border-color: #e86e00 !important;
  color: #fff !important;
}

/* ===== FLOATING ACTIONS ===== */

.fe-floating-actions {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fe-float-btn {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fe-float-btn i {
  font-size: 1.2rem;
  line-height: 1;
}

.fe-back-to-top {
  background: #ff7a00;
}

.fe-back-to-top.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
}

.fe-back-to-top:not(.is-hidden):hover {
  background: #e86e00;
}

.fe-whatsapp {
  background: #25d366;
}

.fe-float-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
  color: #fff;
}

/* END OF FLOATING ACTIONS */