/* ================= VARIABLES ================= */
:root {
  --orange: #f5902f;
  --gradient: linear-gradient(135deg, #f2673a, #fda60e);
  --black: #0b0b0b;
  --dark: #111;
  --white: #ffffff;
  --gray: #bdbdbd;
}

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

html{
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--black);
  color: var(--white);
  line-height: 1.6;
}

/* ================= BUTTONS ================= */
.btn {
  padding: 14px 130px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-primary {
  background: var(--gradient);
  color: #ffffff;
}

.btn-primary:hover {
  transform: scale(1.06);
  box-shadow: 0 10px 30px rgba(245,144,47,0.45);
}

/* ================= HERO ================= */
.hero {
  min-height: 60vh;

  background:
    linear-gradient(
      rgba(0, 0, 0, 0.55),
      rgba(0, 0, 0, 0.55)
    ),
    url("../assets/hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* padding: 100px 80px ; */
  padding-top: 30px;
  padding-inline: 70px;
  /* padding-bottom: 100px; */
}


.navbar {
  display: flex;
  justify-content: space-between;
  padding-right: 60px;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center; /* baseline alignment */
  /* gap: px; */
  font-weight: 800;
}

.logo img {
  width: 120px;
  display: block;
}

.logo span {
  color: var(--white);
  font-size: 18px;
  letter-spacing: 1px;

  /* Move text slightly UP */
  transform: translateY(22px);
}

.hero-content-centered {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 60px; /* Adjust this value based on navbar height */
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.hero-content-centered h1 {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 30px;
  min-height: 140px;
  text-align: center;
}



/* ================= RESPONSIVE CENTERED HERO ================= */

@media (max-width: 1200px) {
  .hero-content-centered h1 {
    font-size: 52px;
  }
}

@media (max-width: 992px) {
  .hero-content-centered {
    margin-top: 40px;
  }
  
  .hero-content-centered h1 {
    font-size: 44px;
    min-height: 110px;
  }
}

@media (max-width: 768px) {
  .hero-content-centered {
    margin-top: 30px;
  }
  
  .hero-content-centered h1 {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  .hero-content-centered {
    margin-top: 20px;
  }
  
  .hero-content-centered h1 {
    font-size: 32px;
    min-height: 90px;
  }
}

@media (max-width: 400px) {
  .hero-content-centered h1 {
    font-size: 28px;
  }
}




/* ================= ROTATING TEXT ================= */

@keyframes rotateText {
  0% { content: "MARKETING PARTNER"; }
  25% { content: "GROWTH CATALYST"; }
  50% { content: "IMPACT PARTNER"; }
  75% { content: "BRAND ARCHITECT"; }
  100% { content: "MARKETING PARTNER"; }
}




/* ================= HERO LAYOUT ================= */


/* ================= HERO FORM ================= */

.form-sub {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
}
.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  cursor: pointer;
}

.checkbox input[type="checkbox"] {
  margin-top: 3px;          /* aligns with text */
  width: 16px;
  height: 16px;
  accent-color: var(--orange);
}

@keyframes heroSlide {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.animate {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.9s ease forwards;
}



/*============================== media queriesssssss */


@media (max-width: 576px) {
  .btn {
    padding: 14px 40px;
  }
}





/* ================= VALUE SECTION ================= */
.value-section {
  background: #ffffff;
  padding: 30px 80px;
}


/* LEFT CONTENT */
.value-content h2 {
  font-size: 42px;
  font-weight: 800;
  color: var(--orange);
  margin-bottom: 10px;
 
}

.value-content h2 span {
  color: var(--orange);
}

.value-content p {
  color: #333;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 19px;
  text-align: center;
   padding-inline: 100px;
  line-height: 1.7;
}


.value-content .btn {
  margin-top: 24px;
}


/* ================= VALUE BULLET POINTS ================= */



/* RIGHT IMAGE */

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {


  .value-content p{
     font-size: 12px;
       padding-inline: 10px;
  }
}






/* ================= SERVICES ================= */
.services {
  background-color: #f3f3f3;
  padding: 50px 80px;
  text-align: center;
}

.services h2 {
  font-size: 52px;
  font-weight: 800;
  margin-bottom: 50px;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-card {
  background: var(--gradient);
  padding: 46px 24px;
  border-radius: 18px;
  font-weight: 600;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.service-card:hover {
  background: var(--white);
  color: var(--orange);
  transform: translateY(-12px);
}









/* ================= PROCESS ================= */

.process-step {
  display: grid;
  grid-template-columns: 2fr 1.5fr;
  gap: 50px;
  align-items: center;
  /* margin-bottom: 90px; */
  animation: fadeUp 1s ease forwards;
padding-block: 40px;  
 padding-inline:  80px;
}


.process-step .text h3{
     background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.process-step.reverse {
  direction: rtl;
  background-color: white;
}

.process-step.reverse .text {
  direction: ltr;
}

/* Add overlay for better text readability */

.text h3 {
  color: #000;
  font-size: 39px;
  font-weight: 900;
  margin-bottom: 16px;
}

.text p {
  color: var(--black);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================= CTA ================= */
.cta {
  padding: 100px 80px;
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    url("../assets/cta.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.cta-wrapper {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

.cta-content {
  text-align: left;
}

.cta-content h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--white);
  line-height: 1.2;
}


.cta-content .scaleup {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1.2;
}

.cta-content p {
  color: var(--white);
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 650px;
}



/* ================= CTA FORM ================= */
.cta-form {
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 20px;
  color: #000;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-form:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.cta-form h3 {
  font-size: 24px;
  font-weight: 800;
  color: var(--orange);
  margin-bottom: 10px;
  line-height: 1.2;
}

.cta-form h3 span {
  color: var(--orange);
}

.cta-form .form-sub {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #555;
  letter-spacing: 0.5px;
}

.cta-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cta-form input,
.cta-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  transition: all 0.3s ease;
  background: #f9f9f9;
}

.cta-form input:focus,
.cta-form textarea:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(245, 144, 47, 0.2);
  background: #fff;
}

.cta-form textarea {
  resize: none;
  height: 100px;
  min-height: 100px;
}

.cta-form .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  cursor: pointer;
  margin: 10px 0 5px;
}

.cta-form .checkbox input[type="checkbox"] {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  accent-color: var(--orange);
  flex-shrink: 0;
}

.cta-form .btn {
  margin-top: 15px;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer;
}

/* Form message styling */
#formMessage {
  margin-top: 15px;
  padding: 12px;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
  display: none;
}



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

@media (max-width: 1200px) {
  .cta {
    padding: 80px 60px;
  }
  
  .cta-wrapper {
    gap: 60px;
  }
  
  .cta-content h2,
  .cta-content .scaleup {
    font-size: 42px;
  }
  
  .cta-content p {
    font-size: 19px;
  }


   .services {
    padding: 50px 50px;
  }
  
  .services h2 {
    font-size: 42px;
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .cta {
    padding: 70px 40px;
  }
  
  .cta-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }
  
  .cta-content {
    text-align: center;
  }
  
  .cta-content p {
    margin: 0 auto 30px;
    text-align: center;
  }
  
  .cta-form {
    max-width: 500px;
    margin: 0 auto;
  }
  
  .cta-content h2,
  .cta-content .scaleup {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .cta {
    padding: 60px 30px;
  }
  
  .cta-content h2,
  .cta-content .scaleup {
    font-size: 32px;
  }
  
  .cta-content p {
    font-size: 18px;
  }
  
  .cta-form {
    padding: 30px 25px;
  }
  
  .cta-form h3 {
    font-size: 22px;
  }

  .services {
    padding: 50px 30px;
  }
  
  .services h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  
}

@media (max-width: 576px) {
  .cta {
    padding: 50px 20px;
  }
  
  .cta-content h2,
  .cta-content .scaleup {
    font-size: 28px;
  }
  
  .cta-content p {
    font-size: 16px;
  }
  
  .cta-form {
    padding: 25px 20px;
  }
  
  .cta-form h3 {
    font-size: 20px;
  }
  
  .cta-form input,
  .cta-form textarea {
    padding: 12px 14px;
    font-size: 14px;
  }
  
  .cta-form .btn {
    padding: 14px;
    font-size: 15px;
  }

   
  .services {
    padding: 40px 20px;
  }
  
  .services h2 {
    font-size: 32px;
  }
  
  .service-card {
    padding: 30px 20px;
  }
  
}

@media (max-width: 400px) {
  .cta-content h2,
  .cta-content .scaleup {
    font-size: 24px;
  }
  
  .cta-form {
    padding: 20px 15px;
  }
  
  .cta-form h3 {
    font-size: 18px;
  }
}





/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {

  .process-step {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 40px;
  }
}


/* Media queries */


/* ================= ENHANCED RESPONSIVENESS ================= */

@media (max-width: 992px) {
  .hero {
    padding: 30px 40px;
    min-height: auto;
  }
  
  .navbar {
    padding-right: 0;
    flex-direction: column;
    gap: 20px;
  }
  
  .process-step {
    grid-template-columns: 1fr;
    padding-inline: 40px;
  }
  
  .process-step.reverse {
    direction: ltr;
  }
  
 
  .value-section {
    padding: 70px 40px;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 20px 30px;
  }
  

  .value-content h2,
  .cta h2 {
    font-size: 36px;
  }
  
  .service-card {
    padding: 30px 20px;
  }
  
  .process-step {
    padding-inline: 20px;
  }
  
  .text h3 {
    font-size: 32px;
  }
  
  .cta h2,
  .scaleup {
    font-size: 36px;
  }

}

@media (max-width: 576px) {
  .hero {
    padding: 20px;
  }
  
  .logo span {
    font-size: 14px;
    transform: translateY(0);
    display: block;
    margin-top: 5px;
  }
  
  .logo {
    flex-direction: column;
    text-align: center;
  }
  
  .btn {
    padding: 14px 40px;
    width: 100%;
    text-align: center;
  }
  

  .value-content h2,
  .cta h2 {
    font-size: 28px;
  }
  
  .scaleup {
    font-size: 28px;
  }
  
 
  .value-section {
    padding: 50px 20px;
  }
  
  .text h3 {
    font-size: 26px;
  }
  
  .cta {
    padding: 40px 20px;
  }
  
  .process-step {
    padding-inline: 10px;
  }
  
  
}

/* Fix for very small screens */
@media (max-width: 400px) {
  

  .value-content h2,
  .cta h2 {
    font-size: 24px;
  }
  
  .text h3 {
    font-size: 22px;
  }
  
  .service-card {
    padding: 25px 15px;
  }
}



/* Animations */




/* ================= SCROLL ANIMATIONS ================= */
.animate-hidden {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger animation for service cards */
.service-card.animate-hidden {
  transition-delay: calc(var(--index, 0) * 0.1s);
}

/* Add delay for process steps */
.process-step.animate-hidden {
  transition-delay: 0.2s;
}

/* Hero animation on load */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}





/* ================= FOOTER ================= */
.footer {
  background: #ffffff;
  padding: 50px 80px 20px;
  border-top: 1px solid #eee;
}

.footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

/* LEFT: LOGO */
.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo {
  width: 140px;
  margin-bottom: 10px;
}

.footer-tagline {
  font-size: 12px;
  font-weight: 600;
  color: #555;
  letter-spacing: 1px;
}

/* RIGHT: CONTACT & SOCIAL */
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

/* Contact Info */
.contact-info p {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.contact-info p i {
  color: #f5902f;
  width: 20px;
  text-align: center;
}

/* Social Media Icons */
.social-icons {
  display: flex;
  gap: 15px;
  margin: 10px 0;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #f5902f;
  color: white;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
}

.social-icons a:hover {
  background: var(--gradient);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(245, 144, 47, 0.3);
}

/* Footer Bottom */
.footer-bottom {
  margin-top: 10px;
}

.footer-bottom p {
  font-size: 14px;
  color: #333;
  /* margin-bottom: 10px; */
}

.footer-links {
  font-size: 14px;
}

.footer-links a {
  color: #f5902f;
  text-decoration: none;
  transition: color 0.3s ease;
  margin: 0 5px;
}

.footer-links a:hover {
  color: #d97a1f;
  text-decoration: underline;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .footer-left, .footer-right {
    align-items: center;
    text-align: center;
  }
  
  .footer-right {
    align-items: center;
    text-align: center;
  }
  
  .contact-info p {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 40px 20px 20px;
  }
  
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
  
  .contact-info p {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
  }
  
  .social-icons {
    justify-content: center;
  }
  
  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  
  .footer-links a {
    margin: 0;
  }
}


#typewriter-text {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
  min-height: 1.2em; /* Prevents layout shift */
}

@keyframes blink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}


.footer-contact-btn {
  padding: 12px 30px !important;
  font-size: 14px !important;
  margin-bottom: 20px !important;
  width: auto !important;
  display: inline-block !important;
}

/* Responsive adjustments for footer button */
@media (max-width: 992px) {
  .footer-contact-btn {
    margin: 0 auto 20px !important;
  }
}

@media (max-width: 768px) {
  .footer-contact-btn {
    padding: 12px 25px !important;
  }
}

/* ================= FAQ ================= */

/* Remove the rotate transform - this was causing the tilt */

/* ACTIVE STATE */

/* Better hover effect for FAQ items */

/* Responsive styles */






/* ================= NAVBAR MENU ================= */
.nav-menu {
  display: flex;
  gap: 10px;
  align-items: center;
}

.nav-link {
  position: relative;
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: var(--orange);
  background: rgba(245, 144, 47, 0.1);
  transform: translateY(-2px);
}

/* Optional dropdown for Industries */


@keyframes slideIn {
  from {
    width: 0;
  }
  to {
    width: 30px;
  }
}



/* ================= RESPONSIVE NAVBAR ================= */
/* For 1200px */
@media (max-width: 1200px) {
  .nav-menu {
    gap: 18px;
  }

  .navbar {
        flex-direction: column;
        gap: 20px;
    }

  .hero {
    min-height: 35vh;
  }
}

/* For 992px */
@media (max-width: 992px) {
  .navbar {
    flex-direction: column;
    gap: 20px;
  }
  
  .nav-menu {
    gap: 16px;
  }
}

/* For 768px */
@media (max-width: 768px) {
  .nav-menu {
    gap: 20px;
  }
  
  .nav-link {
    font-size: 15px;
    padding: 6px 12px;
  }
}

/* For 576px */
@media (max-width: 576px) {
  .nav-menu {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .nav-link {
    font-size: 14px;
    padding: 5px 10px;
  }
  
  .logo span {
    font-size: 12px;
  }
}

/* For 400px */
@media (max-width: 400px) {
  .nav-menu {
    gap: 5px;
  }
  
  .nav-link {
    font-size: 13px;
    padding: 4px 8px;
  }
}






    /* ================= KRP DIFFERENCE ================= */
    .krp-difference {
    background: #ffffff;
    /* padding: 100px 80px; */
    }

    .krp-diff-container {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 80px;
    align-items: stretch;
    padding: 50px 80px;
    /* margin-bottom: 20vh; */
    /* height: 100vh; */
    }

    .krp-diff-left h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }

    /* Accordion */
    .krp-item {
    border-bottom: 1px solid #908d8d;
    }


    .krp-item:hover .krp-answer {
  max-height: 1000px;
}

/* Change icon on hover */
.krp-item:hover .icon {
  content: "−";
}


.krp-item {
  transition: background 0.3s ease;
}

.krp-item:hover {
  background: rgba(245, 144, 47, 0.04);
}

    .krp-question {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #000000;
    }

    .krp-question .icon {
    margin-left: auto;
    color: var(--orange);
    font-size: 22px;
    }

    .krp-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    }

    .krp-answer p {
    padding: 0 0 20px 0px;
    color: #444;
    line-height: 1.7;
    }

   .krp-media {
  width: 100%;
  /* min-height: 100%; */
  border-radius: 24px;
  overflow: hidden;
  background: var(--gradient);
  display: flex;
}

    .krp-diff-right {
    display: flex;
    align-items: stretch;
    }


   .krp-media img,
.krp-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.6s ease,
    opacity 0.4s ease;
}

/* Subtle zoom when accordion opens */


.krp-diff-container.reverse {
  grid-template-columns: 1fr 1.4fr;
    background-color: #f3f3f3;
}

.krp-diff-container.reverse .krp-diff-left {
  order: 2;
}

.krp-diff-container.reverse .krp-diff-right {
  order: 1;
}


.krp-diff-container.reverse {
  grid-template-columns: 1fr 1.4fr;
}

/* Tablet & below: stack normally */
@media (max-width: 992px) {
  .krp-diff-container.reverse {
    grid-template-columns: 1fr;
  }

  .krp-diff-container.reverse .krp-diff-left {
    order: 1;
  }

  .krp-diff-container.reverse .krp-diff-right {
    order: 2;
  }
}   


    .krp-media {
    transition: min-height 0.4s ease;
    }

    @media (max-width: 992px) {
    .krp-diff-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .krp-media {
        max-width: 500px;
        margin: 0 auto;
    }
    }

    @media (max-width: 576px) {
   

    .krp-diff-left h2 {
        font-size: 32px;
    }

    .krp-question {
        font-size: 14px;
    }
    }



    @media (max-width: 1200px) {
 

  .krp-diff-container {
    gap: 60px;
  }

  .krp-diff-left h2 {
    font-size: 42px;
  }
}



@media (max-width: 992px) {
  .krp-diff-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .krp-diff-right {
    justify-content: center;
  }

  .krp-media {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }

  .krp-diff-left h2 {
    text-align: center;
  }
}



@media (max-width: 768px) {
 

  .krp-diff-left h2 {
    font-size: 34px;
  }

  .krp-question {
    font-size: 15px;
    gap: 10px;
  }

  .krp-question .icon {
    font-size: 20px;
  }
}



@media (max-width: 576px) {
 

  .krp-diff-left h2 {
    font-size: 26px;
    text-align: left;
  }

  .krp-question {
    font-size: 14px;
    padding: 14px 0;
  }

  .krp-answer p {
    /* padding-left: 28px; */
    font-size: 14px;
  }

  .krp-media {
    border-radius: 18px;
  }
}

@media (max-width: 400px) {
  .krp-diff-left h2 {
    font-size: 22px;
  }

  .krp-question {
    font-size: 13px;
  }

  .krp-question .icon {
    font-size: 18px;
  }
}


/* ================= STATS SECTION ================= */
.stats-section {
  background: var(--gradient);
  padding: 50px 50px;
}

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

@media (max-width: 576px) {
  .stats-section {
    padding: 50px 20px;
  }
}





/* ================= INDUSTRIES ================= */
.industries-section {
  background: #ffffff;
  padding: 100px 80px;
}

.industries-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.industries-wrapper h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* GRID */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  text-align: left;
}

/* CARD */
.industry-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* IMAGE BLOCK */
.industry-image {
  height: 180px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--gradient);
  position: relative;
  cursor: pointer;
}


.industry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.industry-card:hover .industry-image img {
  transform: scale(1.08);
}

.industry-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(242, 103, 58, 0.45),
    rgba(253, 166, 14, 0.45)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.industry-card:hover .industry-image::after {
  opacity: 1;
}

/* TEXT */
.industry-card h3 {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  color: #000;
}

.industry-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1200px) {
  .industries-section {
    padding: 80px 60px;
  }

  .industries-grid {
    gap: 40px;
  }
}

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

@media (max-width: 576px) {
  .industries-section {
    padding: 60px 20px;
  }

  .industries-wrapper h2 {
    font-size: 32px;
  }

  .industries-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .industry-image {
    height: 160px;
  }
}




/* Inner orange dot */
.cursor-dot {
  position: fixed;
  width: 6px;
  height: 6px;
  background: #f5902f;
  border-radius: 50%;
  pointer-events: none;
  z-index: 10000;
  transform: translate(-50%, -50%);
}

/* Outer ring */
.cursor-ring {
  position: fixed;
  width: 36px;
  height: 36px;
  border: 2px solid rgba(245, 144, 47, 0.6);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition:
    width 0.25s ease,
    height 0.25s ease,
    border 0.25s ease;
}

/* Click ripple */
.cursor-ring.ripple {
  animation: cursorRipple 0.6s ease-out;
}

@keyframes cursorRipple {
  from {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  to {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

/* Disable on mobile */
@media (max-width: 992px) {
  body {
    cursor: auto;
  }

  .cursor-dot,
  .cursor-ring {
    display: none;
  }
}



* {
  scrollbar-width:auto;
  scrollbar-color: #f5902f #0b0b0b;
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #0b0b0b;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #f2673a, #fda60e);
  border-radius: 10px;
  border: 3px solid #0b0b0b;
  transition: background 0.3s ease;
}

/* Hover effect */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #fda60e, #f2673a);
}

/* Active (on click) */
::-webkit-scrollbar-thumb:active {
  background: linear-gradient(135deg, #f5902f, #fda60e);
}




/* ================= COLLAGE SECTION ================= */
.creative-collage {
  background: #ffffff;
  padding: 80px 80px;
  text-align: center;
}

/* TITLE */
.collage-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 50px;
  color: #f5902f;
}

.collage-title span {
  display: block;
}

/* COLLAGE WRAPPER */
.collage-wrapper {
  max-width: 1100px;
  margin: 0 auto 50px;
  display: grid;
  /* 6 Columns */
  grid-template-columns: repeat(10, 1fr);
  /* 4 Rows, fixed height to ensure alignment */
  grid-template-rows: repeat(7, 82px); 
  gap: 15px;
  background: #ffffff;
}

/* BRICKS (General Styling) */
.collage {
  background: #f5902f;
  border-radius: 14px;
  overflow: hidden; /* Ensures image stays inside rounded corners */
  position: relative;
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  transition: transform 0.6s ease, opacity 0.6s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

/* IMAGE STYLING */
.collage img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* This makes the dummy images fill the bricks perfectly */
  display: block;
  transition: transform 0.6s ease;
}

/* HOVER EFFECTS */
.collage:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 20px 40px rgba(245, 144, 47, 0.35);
  z-index: 2; /* Brings hovered item to front */
}

.collage:hover img {
  transform: scale(1.1); /* Subtle zoom on image */
}

/* --- BRICK POSITIONS (MATCHING SCREENSHOT) --- */

/* 1. Left Vertical (Starts at row 2, matches center block top) */
.brick-1 {
  grid-column: 1 / 3;
  grid-row: 2 / 6;
}

/* 2. Top Left (Row 1) */
.brick-2 {
  grid-column: 3 / 6;
  grid-row: 1 / 3;
}

/* 3. Top Right (Row 1) */
.brick-3 {
  grid-column: 6 / 10;
  grid-row: 1 / 3;
}

/* 4. Center Big (Rows 2 & 3) */
.brick-4 {
  grid-column: 3 / 8;
  grid-row: 3 / 6;
}

/* 5. Right Vertical (Rows 2 & 3) */
.brick-5 {
  grid-column: 8 / 11; /* Spans 2 cols to look balanced on right */
  grid-row: 3 / 6;
}

/* 6. Bottom Left (Row 4) */
.brick-6 {
  grid-column: 2 / 6;
  grid-row: 6 / 8;
}

/* 7. Bottom Right (Row 4) */
.brick-7 {
  grid-column: 6 / 9;
  grid-row: 6 / 8;
}

/* DESCRIPTION */
.collage-desc {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.7;
  color: #333;
}

/* ================= SCROLL ANIMATION ================= */
.animate-hidden {
  opacity: 1; 
}

.animate-visible .collage {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* STAGGER */
.animate-visible .brick-1 { transition-delay: 0.1s; }
.animate-visible .brick-2 { transition-delay: 0.2s; }
.animate-visible .brick-3 { transition-delay: 0.3s; }
.animate-visible .brick-4 { transition-delay: 0.4s; }
.animate-visible .brick-5 { transition-delay: 0.5s; }
.animate-visible .brick-6 { transition-delay: 0.6s; }
.animate-visible .brick-7 { transition-delay: 0.7s; }

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .collage-wrapper {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto; /* Auto rows for tablet */
    grid-auto-rows: 150px;
  }

  /* Adjust grid for Tablet */
  .brick-1 { grid-column: 1 / 2; grid-row: 1 / 3; }
  .brick-2 { grid-column: 2 / 4; grid-row: 1 / 2; }
  .brick-3 { grid-column: 4 / 5; grid-row: 1 / 2; } /* Hide or squeeze */
  .brick-4 { grid-column: 2 / 5; grid-row: 2 / 4; }
  .brick-5 { grid-column: 1 / 2; grid-row: 3 / 5; }
  .brick-6 { grid-column: 2 / 5; grid-row: 4 / 5; }
  .brick-7 { display: none; } /* Hide one for cleaner tablet layout, or adjust */
}





/* ================= COLLAGE SECTION ================= */
.creative-collage {
  background: #ffffff;
  padding: 80px 80px;
  text-align: center;
}

/* TITLE */
.collage-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 50px;
  color: #f5902f;
}

.collage-title span {
  display: block;
}

/* COLLAGE WRAPPER */
.collage-wrapper {
  max-width: 1100px;
  margin: 0 auto 50px;
  display: grid;
  /* 6 Columns */
  grid-template-columns: repeat(10, 1fr);
  /* 4 Rows, fixed height to ensure alignment */
  grid-template-rows: repeat(7, 82px); 
  gap: 15px;
  background: #ffffff;
}

/* BRICKS (General Styling) */
.collage {
  background: #f5902f;
  border-radius: 14px;
  overflow: hidden; /* Ensures image stays inside rounded corners */
  position: relative;
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  transition: transform 0.6s ease, opacity 0.6s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

/* IMAGE STYLING */
.collage img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* This makes the dummy images fill the bricks perfectly */
  display: block;
  transition: transform 0.6s ease;
}

/* HOVER EFFECTS */
.collage:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 20px 40px rgba(245, 144, 47, 0.35);
  z-index: 2; /* Brings hovered item to front */
}

.collage:hover img {
  transform: scale(1.1); /* Subtle zoom on image */
}

/* --- BRICK POSITIONS (MATCHING SCREENSHOT) --- */

/* 1. Left Vertical (Starts at row 2, matches center block top) */
.brick-1 {
  grid-column: 1 / 3;
  grid-row: 2 / 6;
}

/* 2. Top Left (Row 1) */
.brick-2 {
  grid-column: 3 / 6;
  grid-row: 1 / 3;
}

/* 3. Top Right (Row 1) */
.brick-3 {
  grid-column: 6 / 10;
  grid-row: 1 / 3;
}

/* 4. Center Big (Rows 2 & 3) */
.brick-4 {
  grid-column: 3 / 8;
  grid-row: 3 / 6;
}

/* 5. Right Vertical (Rows 2 & 3) */
.brick-5 {
  grid-column: 8 / 11; /* Spans 2 cols to look balanced on right */
  grid-row: 3 / 6;
}

/* 6. Bottom Left (Row 4) */
.brick-6 {
  grid-column: 2 / 6;
  grid-row: 6 / 8;
}

/* 7. Bottom Right (Row 4) */
.brick-7 {
  grid-column: 6 / 9;
  grid-row: 6 / 8;
}

/* DESCRIPTION */
.collage-desc {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.7;
  color: #333;
}

/* ================= SCROLL ANIMATION ================= */
.animate-hidden {
  opacity: 1; 
}

.animate-visible .collage {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* STAGGER */
.animate-visible .brick-1 { transition-delay: 0.1s; }
.animate-visible .brick-2 { transition-delay: 0.2s; }
.animate-visible .brick-3 { transition-delay: 0.3s; }
.animate-visible .brick-4 { transition-delay: 0.4s; }
.animate-visible .brick-5 { transition-delay: 0.5s; }
.animate-visible .brick-6 { transition-delay: 0.6s; }
.animate-visible .brick-7 { transition-delay: 0.7s; }

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



@media (max-width: 1200px) {
  .collage-wrapper {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(7, 90px);
    gap: 14px;
  }

  .brick-1 { grid-column: 1 / 3; grid-row: 2 / 6; }
  .brick-2 { grid-column: 3 / 6; grid-row: 1 / 3; }
  .brick-3 { grid-column: 6 / 9; grid-row: 1 / 3; }
  .brick-4 { grid-column: 3 / 7; grid-row: 3 / 6; }
  .brick-5 { grid-column: 7 / 9; grid-row: 3 / 6; }
  .brick-6 { grid-column: 2 / 5; grid-row: 6 / 8; }
  .brick-7 { grid-column: 5 / 8; grid-row: 6 / 8; }
}


@media (max-width: 992px) {
  .creative-collage {
    padding: 70px 40px;
  }

  .collage-wrapper {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 160px;
    gap: 18px;
  }

  .brick-1 { grid-column: 1 / 2; grid-row: 1 / 3; }
  .brick-2 { grid-column: 2 / 4; grid-row: 1 / 2; }
  .brick-3 { grid-column: 4 / 5; grid-row: 1 / 2; }
  .brick-4 { grid-column: 2 / 5; grid-row: 2 / 4; }
  .brick-5 { grid-column: 1 / 2; grid-row: 3 / 5; }
  .brick-6 { grid-column: 2 / 4; grid-row: 4 / 5; }
  .brick-7 { grid-column: 4 / 5; grid-row: 4 / 5; }
}


@media (max-width: 576px) {
  .creative-collage {
    padding: 60px 20px;
  }

  .collage-title {
    font-size: 28px;
    margin-bottom: 35px;
  }

  .collage-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
    gap: 16px;
  }

  .collage {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .collage-desc {
    font-size: 15px;
    margin-top: 30px;
  }
}

