:root {
  --bg: #1e1e1e;
  --bg-dark: #0f172a;
  --orange: #ff4200;
  --text: #eaeaea;
  --fontcolor: #333333;
  --sun-orange: #ff8c1a; /* Sun Orange */
  --orange-glow: rgba(255, 140, 0, 0.4);
  --primary: #6366f1;
  --secondary: #2563eb;
  --gradient: linear-gradient(135deg, #ff8c1a, #38bdf8);
  --blue-dark: #30D5C8;
  --titleColor: #800020;
}
@font-face {
  font-family: 'GoogleSans-Regular';
  src: url('../font/GoogleSans-Regular.woff2') format('woff2'),
       url('../font/GoogleSans-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'GoogleSans-Italic';
  src: url('../font/GoogleSans-Italic.woff2') format('woff2'),
       url('../font/GoogleSans-Italic.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'GoogleSans-Medium';
  src: url('../font/GoogleSans-Medium.woff2') format('woff2'),
       url('../font/GoogleSans-Medium.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'GoogleSans-MediumItalic';
  src: url('../font/GoogleSans-MediumItalic.woff2') format('woff2'),
       url('../font/GoogleSans-MediumItalic.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'GoogleSans-SemiBold';
  src: url('../font/GoogleSans-SemiBold.woff2') format('woff2'),
       url('../font/GoogleSans-SemiBold.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'GoogleSans-SemiBoldItalic';
  src: url('../font/GoogleSans-SemiBoldItalic.woff2') format('woff2'),
       url('../font/GoogleSans-SemiBoldItalic.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'GoogleSans-Bold';
  src: url('../font/GoogleSans-Bold.woff2') format('woff2'),
       url('../font/GoogleSans-Bold.woff') format('woff');
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  color: var(--fontcolor);
  font-family: "GoogleSans-Regular", Arial, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;    /* Chrome, Safari, and newer Edge */
  -moz-osx-font-smoothing: grayscale;      /* Firefox on macOS */
  text-rendering: optimizeLegibility;    /* Improves kerning and clarity */
}
section {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: white;
}

/* Section 1 */
.section1 {
 position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1280px;
}

/* Section 2 */
.section2 {
height:/*calc(100vh * 14)*/ 250vh;
position: relative;
z-index: 2;
}

/* Section 3 */
.section3 {
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 1;
  overflow: hidden;
  background: url("../images/banner-image.webp") no-repeat right center;
  background-size: cover;
}
/* Section 4 */
.section4 {
  height: 100vh;
  background: #7c3aed;
  position: relative;
  z-index: 2;
}
.whiterays{max-width:1280px; margin:0 auto;}
/* Canvas */
#waterCanvas {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
a.nav-item.disable{color:#333; cursor:default;}
a{text-decoration:none; cursor:pointer;}
/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(30,30,30,0.8);
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
  backdrop-filter: blur(14px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}
.logo{color: var(--text);font-weight:700;  display: flex; align-items: center;}
.logo span {
  color: var(--orange);
  font-weight:400;
}
.logo font img{height: 40px; margin-right:5px;}

/* THE OVERLAY FIX */
.slide-text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center; /* Vertical Center */
  padding-left: 10%;
  z-index: 5; /* Above images, below buttons */
  pointer-events: none; /* Let clicks pass to nav buttons */
  min-height: 550px;
}
.slide-text-overlay .cta-btn {
  pointer-events: auto;
}
.hero-wrapper {
  height: 100vh;   /* creates scroll space */
  position: relative;
}
p{margin-bottom:15px;}
.text-content {
  max-width: 550px;
  pointer-events: auto; /* Re-enable clicks for buttons */
  color: #fff;
}
.text-content h1{margin-bottom:30px;}
.text-content p{font-size:18px;}
.b2b-marketing-section .text-content {
  max-width: 500px;
  pointer-events: auto; /* Re-enable clicks for buttons */
  color: #333;
}
.carousel-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden; /* JavaScript handles scrolling */
  position: relative;
  transition: transform 0.6s ease;
  z-index: 1;
}

.slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Keeps image from stretching */
}
.fixed-carousel {
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.dark-overlay {
  pointer-events: none;
}
/* RESPONSIVE */
@media (min-width: 1280px) {.track{top: 40% !important;}.cyclist{top: 70% !important;}.sticky-inner h2{top: 20% !important; font-family: "GoogleSans-Bold", Arial, sans-serif;}}
@media (max-width: 768px) {
  .carousel-container { height: 100vh; }
  .slide-text-overlay { padding: 20px; text-align: center; align-items: center; padding-bottom: 60px; }
  .text-content { max-width: 100%; }.mini-logo img {width: 50px;}
  .text-content h1{font-size:42px !important;}
}

.text-content h1{font-size:48px; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);}
.slide-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
}

.slide-text h1 {
  font-size: clamp(2.2rem, 4vw, 3rem);
  margin-bottom: 1rem;
}

.slide-text p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.slide-media {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-media img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}

/* NAV BUTTONS */
.nav-btn {
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  background: transparent;
  color: #fff;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
}

.prev { left: 50px; }
.next { right: 50px; }

/* DOTS */
.dots-container {
  position: absolute;
  bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
   z-index: 10;
}

.dot {
  width: 14px;
  height: 4px;
  background: #aaa;
  border-radius: 10px;
  cursor:pointer;
}
.dot.active {
  width: 28px;
  background: #ff8c1a;
}
.cta-group {
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
	  margin-top:40px;
    }

    .cta-btn {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      background: var(--orange);
      color: white;
      padding: 0.85rem 1.2rem;
      border-radius: 999px;
      font-weight: 300;
	  font-size:1rem;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
	  cursor:pointer;
    }

    .cta-btn.secondary {
      background: #ffffff;
      border: 1px solid #ff8c1a;
      color: var(--fontcolor);
    }
	.cta-btn.secondary:hover{
      background: var(--orange);
      color: white;
    }

    .cta-btn:hover {
      transform: translateY(-2px);
      box-shadow: 2px 4px 8px 4px rgba(255, 140, 26, 0.2);
	  background: #ffffff;
      border: 1px solid #ff8c1a;
      color: var(--fontcolor);
    }
/* RESPONSIVE */
@media (max-width: 900px) {
  .slide-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .slide-media img {
    max-height: 45vh;
  }

  .cta-group {
    justify-content: center;
	margin-top:40px;
  }
  .slide {
  height: 100vh;
}
.prev { left: 5px; }
.next { right: 5px; }
.nav-btn{top:40vh;}
.mega-content{width:100% !important;}
}
.dark-overlay {
  position: absolute;
  inset: 0;                 /* top:0 left:0 right:0 bottom:0 */
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.55) 0%,
    rgba(0,0,0,0.25) 40%,
    rgba(0,0,0,0) 100%
  );
  z-index: 2;               /* Above slides */
  pointer-events: none;     /* Don't block buttons */
}
/* Footer */
/* ---------- FOOTER ---------- */
footer {
  background: #0a0a0a;
  padding: 4rem 1.5rem 2rem;
  color: #eaeaea;
  position: relative;
  overflow: hidden;
  z-index:3;
}
.footer-watermark {
  position: absolute;
  bottom: -200px;
  left: 0px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.08;
}

.footer-watermark img {
  width: 700px;
  height: auto;
 filter: grayscale(100%);
}
.footer-container {
  width:80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}

/* Footer columns */
.footer-column p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li a {
  color: var(--blue-dark);
  font-size: 0.95rem;
}
.footer-column ul li{color:#333;}
.footer-column ul li a:hover{color: var(--text); font-size: 1rem;}
/* Social icons */
.social-links {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* ---------- MOBILE FOOTER ---------- */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
  footer p.copywrite{width: 100% !important;}
}

@media (max-width: 520px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: left;
	width:100%
  }

  .social-links {
    /*justify-content: center;*/
  }
}
.slogan{color:#999; font-size:12px; margin-bottom:1.1rem;}
.footer-column h4{margin-bottom:1.1rem; font-size:1.2rem;}.footer-column li{margin-bottom:0.5rem}footer p.copywrite{color:var(--sun-orange); font-size:12px; opacity:0.4; width: 80%; margin: 2rem auto 0;}
.social-btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--grey-deep);
    border-radius: 8px; /* Sleek rounded square */
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.285, 0.32, 0.2);
    
    /* Neumorphic Embossed Effect */
    box-shadow: 
        inset -2px -2px 5px rgba(255, 255, 255, 0.05),
        inset 2px 2px 5px rgba(0, 0, 0, 0.5),
        2px 2px 5px rgba(0, 0, 0, 0.3);
    
    border: 1px solid rgba(255, 140, 0, 0.1);
}

.social-btn svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: var(--sun-orange);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: 0.3s;
}

/* Hover State - "Curved Light Glow" */
.social-btn:hover {
    transform: translateY(-4px) scale(1);
    border-color: var(--sun-orange);
    box-shadow: 0 0 8px var(--orange-glow);
}

.social-btn:hover svg {
    stroke: #ffffff;
    filter: drop-shadow(0 0 5px var(--sun-orange));
}

        /* Animations */
        .reveal {
            opacity: 0;
            transform: translateY(30px);
            transition: 0.8s ease-out;
        }

        .reveal.active {
            opacity: 1;
            transform: translateY(0);
        }

        @media (max-width: 768px) {
            .footer-wrap { flex-direction: column; }
			/*.logo span, .logo font.white{display:none;}*/
			.mega-menu{border-bottom: none !important;}
		.section-container{padding:0 !important;}.service-highlight{padding:0 !important;}.service-container{border-radius:0px !important;}
        }

/*MENU*/
.navbar {
 position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.nav-container.nav-hidden {
    transform: translateY(-100%);
}
.nav-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  	  background: rgba(0, 0, 0, 0.4);
    transition: transform 0.35s ease;
    will-change: transform;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(14px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}
.nav-links { display: flex; list-style: none; align-items: center; }

.nav-item {
  color: var(--blue-dark);
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 500;
  transition: var(--transition);
  border: none; background: none; font-size: 1rem;
}

.nav-item:hover, .dropbtn.active { color: white; }

/* The Full Width Mega Menu */
.mega-menu {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(10px); /* Glassmorphism effect */
  border-bottom: 2px solid var(--primary);
  opacity: 0;
  display: none;
  transform: translateY(10px);
  transition: var(--transition);
  padding: 40px 0;
}

.mega-menu.open {
  opacity: 1;
  display: block;
  transform: translateY(0);
}

.mega-content {
  max-width: 1280px;
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  /*padding: 0 5%;*/
}

.mega-col h4 { color: var(--sun-orange); text-transform: uppercase; font-size: 0.8rem; margin-bottom: 15px; }
.mega-col a { display: block; color: #cbd5e1; text-decoration: none; padding: 8px 0; transition: 0.2s; }
.mega-col a:hover { color: white; padding-left: 5px; }
.mega-col.featured p{color: var(--text);}

.featured { background: rgba(99, 102, 241, 0.1); padding: 20px; border-radius: 12px; }
.btn-sm { margin-top: 15px; color: var(--sun-orange) !important; font-weight: bold; }

/* Responsive Hamburger */
/* ================= MODERN HAMBURGER ================= */
.hamburger {
  width: 28px;
  height: 28px;
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  display: none;
}

.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
  border-radius: 999px;
  transition: 0.35s ease;
}

/* Line positions */
.hamburger span:nth-child(1) { top: 4px; }
.hamburger span:nth-child(2) { top: 13px; width:50%; left:60%;}
.hamburger span:nth-child(3) { top: 22px; width:100%;}

/* ACTIVE = CLOSE ICON */
.hamburger.active span:nth-child(1) {
  top: 13px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: 13px;
  transform: rotate(-45deg);
}
.hamburger:hover span {
  background: #ff8c1a;
}
.hamburger:active {
  transform: scale(0.95);
}
.menu-close, .mini-logo {
  display: none;
}
.main-logo{top: 60px;z-index: 3; position: absolute; width:80%;}.main-logo img{width: 110px;}
/* ================= MOBILE OVERLAY MENU ================= */
@media (max-width: 768px) {
.main-logo{display:none;}
.mini-logo{display:block;}
  .hamburger {
    display: block;
    z-index: 1101;
  }
 .nav-links {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;

    background: #0f172a;
    list-style: none;

    margin: 0;              /* 🔥 remove UL defaults */
    padding: 5rem 2rem 2rem;

    display: flex;
    flex-direction: column;
    align-items: center;    /* 🔥 CENTER everything */
    gap: 1.4rem;

    transform: translateY(-100%);
    transition: transform 0.35s ease;
    z-index: 1100;
  }

  .nav-links.active {
    transform: translateY(0);
  }

  .nav-links li {
    width: 100%;
    text-align: left;
  }

  .nav-item {
    font-size: 1.25rem;
    padding: 0.5rem 0;
  }

  /* Close button */
  .menu-header {
    position: absolute;
    top: 1.2rem;
    right: 1.4rem;
    width: auto;
  }

  .menu-close {
    display: block;        /* 🔥 only mobile */
    font-size: 2.5rem;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
  }

  /* Fix mega menu alignment */
  .mega-menu {
    position: static;
    background: transparent;
    padding: 0.5rem 0 0;
  }

  .mega-content {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .navbar{height:60px;}.dots-container {bottom: 80px;}.logo font img{height: 35px;}
}
/* ================= Cyclist DESKTOP ================= */

.section2 .sticky-inner {
  position: sticky;
  top: 0;
  width:100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color:#fff;
}
/* HEADINGS */
.sticky-inner h2{
  font-size:56px;
  color:#333;
  top:25%;
  position:relative;
}

.sticky-inner h3{
  font-size:24px;
  /*color: #64748b;*/
  color: #333;
  margin-top:60px;
}
.sticky-inner h2,
.sticky-inner h3 {
  width: 80%;
  text-align: left;
}
.punch{width: 80%; height:100vh}
/* TRACK */
.track{
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  display:flex;
  justify-content:center;
  gap:20px;
  transform:translateY(-50%);
}

/* CARDS */
.step{
  width:140px;
  height:250px;
  padding:15px;
  border-radius:12px;
  background:#eee;
  opacity:.6;
  color: #000;
  font-weight:700;
  font-size:16px;
  text-align:left;
  transition:all .4s ease;
  background-image:url('../images/bg_card.webp');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.step span{font-size:20px;}
.step .step-text{display:none;}

.step.active{
  background:#fff;
  font-size:15px;
  opacity:1;
  transform:scale(1.1) translateY(-18px) perspective(500px) rotateY(-20deg);
  box-shadow:-15px 15px 40px rgba(0,0,0,.2);
  color:#f97316;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.step.active .step-text{
  display:block;
  font-weight:400;
  font-size:12px;
  color:#555;
  margin-top:12px;
}

/* CYCLIST BIG (RESTORED) */
.cyclist{
  position:absolute;
  top:85%; /* BELOW CARDS */
  left:90%;
  transform:translate(-60%,-60%);
  width:200px;   /* BIG SIZE RESTORED */
  transition:left .3s linear;
  z-index:5;

}

.cyclist img{
  width:100%;
}
.step-text ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.step-text li::before {
  content: "┤";
  margin-right: 5px;
  color: var(--orange);
  margin-left: -10px;
}
/* ================= CLEAN MOBILE FIX FOR CYCLIST SECTION ================= */
@media (max-width: 900px) {

  /* Remove desktop scroll height */
  .section2 {
    height: auto !important;
  }

  /* Remove sticky behaviour */
  .section2 .sticky-inner {
    position: relative !important;
    height: auto !important;
    display: block !important;
    padding: 80px 0;
  }

  /* Remove absolute positioning */
  .track {
    position: relative !important;
    transform: none !important;
    flex-direction: column !important;
    gap: 5px;
    padding: 0 20px;
    align-items: stretch;
  }

  /* Make cards clean full width */
 .step {
    width: 100% !important;
    height: auto !important;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
     background:
      linear-gradient(
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.55)
      ),
      url("../images/skyscrapper-mobile.webp");
    background-size: 100% 700%;   /* 7 vertical divisions */
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding: 24px;
    opacity: 1 !important;
    transform: none !important;
	font-size:20px !important;
	color: white;
  }

  /* Slice positions (Top → Bottom) */
  .step:nth-child(1) { background-position: 0% 0%; }
  .step:nth-child(2) { background-position: 0% 16.66%; }
  .step:nth-child(3) { background-position: 0% 33.33%; }
  .step:nth-child(4) { background-position: 0% 50%; }
  .step:nth-child(5) { background-position: 0% 66.66%; }
  .step:nth-child(6) { background-position: 0% 83.33%; }
  .step:nth-child(7) { background-position: 0% 100%; }
.step .step-text{display:none;}.step span{margin-right:5px;}
.step.active .step-text{display:block; font-size: 14px;}
  .step.active {
    box-shadow: 10px 10px 25px rgba(0,0,0,0.08);
    border-left: 4px solid #f97316;
    transform:scale(1.1) translateY(0) translateX(20px) perspective(500px) rotateY(20deg) !important;
	justify-content:center;
	color: #666;
	margin: 30px 15px;
  }
.step-text li::before{margin-left: -5px;}.sticky-inner h2{font-size: 36px;}.sticky-inner h3{font-size: 18px; margin-bottom:15px;}.banner-text p{font-size: 16px !important; line-height:22px !important; width: 100% !important;}.banner-text h2{font-size: 24px !important; line-height:32px !important; width: 100% !important;}.banner-text {background: #000;
width: 60%; top: 30% !important; padding:15px; opacity:0.7; border-radius:12px; left: auto !important; right: 8%;}

  /* Remove cyclist */
  .cyclist {
    display: none !important;
  }

  /* Remove journey line */
  .journey-wrapper {
    display: none !important;
  }

  /* Fix headings spacing */
  .punch {
    height: auto !important;
    width: 100% !important;
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .sticky-inner h2,
  .sticky-inner h3 {
    width: 100% !important;
  }
}
/* Start section 3 */
.banner-text{position: absolute;left: 8%;top: 50%;transform: translateY(-50%);color: white;}.banner-text p{font-size:18px; width: 40%; margin-bottom:20px; line-height:32px;}.banner-text h2{font-size:42px; width: 40%; line-height:48px; color:var(--sun-orange);}
.blog-section {
  padding: 40px 0;
  background: #f8fafc;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin: auto;
}

.blog-header {
  text-align: center;
  margin-bottom: 40px;
}

.blog-header h2 {
  /*color: #64748b;*/
  color: #333;
  font-size: 40px;
  margin-bottom: 15px;
}

.blog-header p {
  /*color: #64748b;*/
  color: #333;
  font-size: 18px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 30px 70px rgba(0,0,0,0.15);
}

.blog-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.blog-content {
  padding: 20px;
  flex-grow: 1;
}

.blog-content h3 {
  /*color: #64748b;*/
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
}

.blog-content p {
  /*color: #64748b;*/
  color: #333;
  margin-bottom: 10px;
  font-size: 15px;
}

.blog-btn {
  text-decoration: none;
  font-weight: 600;
  color: #f97316;
  transition: 0.3s;
  font-size:14px;
  margin: auto 20px 20px;
}

.blog-btn:hover {
  letter-spacing: 1px;
}

.blog-footer {
  text-align: center;
  margin-top: 20px;
}

.view-all-btn {
  display: inline-block;
  padding: 14px 30px;
  background: #f97316;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.view-all-btn:hover {
  background: #ea580c;
}
 @media (max-width: 900px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-section {
    padding: 80px 0;
	height: 100%;
  }
}
/* ============================= */
/* TRANSFORMATION FRAMEWORK */
/* ============================= */

.framework-section {
  padding: 140px 8%;
  background: linear-gradient(135deg, #0f172a, #111827);
  position: relative;
  overflow: hidden;
  color: #fff;
   z-index:5;
  max-width:1280px;
}
.framework-section::before {
	content: "";
  position: absolute;
  inset: 0;
  opacity: 0.05; 
  background-image: 
    linear-gradient(white 1px, transparent 1px),
    linear-gradient(90deg, white 1px, transparent 1px);
  background-size: 4px 4px;
  mask-image: radial-gradient(circle, black, transparent 80%);
  z-index:-1;
}
.framework-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* TITLE */

.framework-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: left;
}

.framework-subtitle {
  max-width: 800px;
  font-size: 18px;
  line-height: 1.7;
  opacity: 0.8;
  margin-bottom: 80px;
  text-align: left;
}
.framework-subtitle strong{color:var(--sun-orange); font-family: "GoogleSans-Regular", Arial, sans-serif; font-size:24px;}
/* GRID */

.framework-grid {
  display: grid;
  grid-template-columns: 1fr 80px 1fr 80px 1fr;
  align-items: center;
  gap: 10px;
}

/* CARD */

.framework-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  padding: 30px;
  border-radius: 18px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.framework-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 25px 60px rgba(0,0,0,0.4);
  border-color: rgba(249,115,22,0.4);
}
.bg-icon {
  position: absolute;
  bottom: -2%;
  left: 5%;
  width: 240px;
  height: 240px;
  opacity: 0.08; /* Very subtle initially */
  transform: rotate(-10deg);
  transition: all 0.5s ease;
  pointer-events: none;
}
.framework-card:hover .bg-icon {
  opacity: 0.32; 
  transform: rotate(0deg) scale(1.2);
  stroke-width: 2px; 
}
.framework-step {
  font-size: 14px;
  font-weight: 700;
  color: #f97316;
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-align:center;
}

.framework-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  text-align:center;
}
.framework-card h3 span{color:rgba(249,115,22,0.8);font-size: 1rem;}
.framework-card p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  opacity: 0.9;
  text-align:center;
}
.step-tags{
	text-align:center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.step-tags span{
  font-size: 11px;
  padding: 6px;
  border-radius: 50px;
  /*background: rgba(249,115,22,0.10);*/
  color: rgba(255,255,255,0.10);
  display: inline;
  white-space: normal;
}
/* CONNECTOR */

.framework-connector {
  height: 4px;
  background: linear-gradient(
    90deg,
    rgba(249,115,22,0.2),
    #f97316,
    rgba(249,115,22,0.2)
  );
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.framework-connector::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 30%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    #fff,
    transparent
  );
  animation: flow 2.5s linear infinite;
}

@keyframes flow {
  0% { left: -50%; }
  100% { left: 100%; }
}

/* CTA */

.framework-cta {
  margin-top: 50px;
  text-align: left;
}

.framework-cta-text {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.8;
}

.framework-btn {
  display: inline-block;
  padding: 16px 20px;
  background: var(--orange);
  color: #fff;
  font-weight: 400;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size:1rem;
}

.framework-btn:hover {
	border:1px solid var(--orange);
  background: #fff;
  box-shadow: 0 5px 15px rgba(249,115,22,0.4);
  color: var(--orange);
}

/* MOBILE */

@media (max-width: 900px) {

  .framework-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .framework-connector {
    width: 4px;
    height: 60px;
    margin: 0 auto;
  }

  .framework-connector::after {
    width: 100%;
    height: 50%;
    animation: flow-vertical 2.5s linear infinite;
  }

  @keyframes flow-vertical {
    0% { top: -50%; }
    100% { top: 100%; }
  }

}
/*Section 6*/
.story-section {
  padding: 80px 20px;
  background: #f8fafc;
  text-align: left;
  position:relative;
  z-index:2;
  display:block;
}

.story-header {
  max-width: 900px;
  margin: auto;
  margin-bottom: 30px;
}

.story-header h2 {
  font-size: 26px;
  margin-bottom: 6px;
  color: #333;
}

.story-header p {
  font-size: 14px;
  color: #333;
}

.story-grid {
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.card {
  position: relative;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 18px;
  overflow: hidden;
  transition: all 0.25s ease;
  background: #ffffff;
}

.card:hover {
  border-color: #cbd5f5;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.story-grid .bg-iconss {
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0.06;
  transform: scale(1.2);
  pointer-events: none;
}

.story-grid .bg-iconss svg {
  width: 80px;
  height: 80px;
  stroke: #0f172a;
  fill: none;
  stroke-width: 1.5;
}

.card h3 {
  font-size: 14px;
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
  color: #333;
}

.card p {
  font-size: 13px;
  color: #333;
  position: relative;
  z-index: 1;
}