@font-face {
  font-family: "Nevera-Regular";
  src: url(/assets/Fonts/Nevera-Regular.otf);
}
* { box-sizing: border-box; }
html {
  scrollbar-width: none;
  scroll-behavior: smooth;
}
/* Scroll button */
#myBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fa0d49;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 2px 2px 5px #0b0b0b;
}

#myBtn:hover {
  background-color: #18b459;
  transition: all 1s;
}
@media (max-width: 1025px) {
 #myBtn {
visibility: hidden;
  right: 0px;
 }
}
@media (max-width: 786px) {
 #myBtn {
  visibility: hidden;
  right: 0px;
 }
}


/* CSS for section section:Hero */
.hero-section {
  position: relative;
  height: 1024px;
  display: flex;
  flex-direction: column;
  color: var(--color-white);
  padding: 0;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;             /* fill from the left edge */
  transform: none;     /* no centering transform on desktop */
  width: 100%;         /* fill container width on desktop */
  height: 100%;        /* fill container height */
  object-fit: cover;   /* cover behaviour (crop) */
  z-index: -1;
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: contrast(1);
  background: linear-gradient(180deg, rgba(45, 116, 30, 0.5) 0%, rgba(8, 101, 57, 0.5) 55.29%, rgba(0, 0, 0, 0.5) 100%);
}

.hero-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem 5rem;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.hero-header {
  width: 100%;
}

.logo {
 position: relative;
  display: block;      /* desktop: keep whatever layout you had before */
  width: 220px;        /* your original width */
  margin: 0;           /* no auto centering on desktop */
}

.logo img {
  position: absolute;
}

.logo-img-1 {
   position: absolute;  /* original desktop positioning */
  top: 0;
  left: 0;
  width: 232.96px;     /* keep your original pixel measurements if you prefer */
  height: 37.51px;
}

.hero-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  margin-top: 10rem; /* Adjust for vertical centering */
}

.hero-title {
  font-family: 'Nevera-Regular', sans-serif;
  font-weight: 400;
  font-size: 5rem;
  line-height: 1.3;
  max-width: 1037px;
}

.hero-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.21;
  max-width: 566px;
}

/* Arrow css */
.hero-arrow .arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vh;
}

.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
          animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
          animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
          animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #ffffff;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

/* Mobile version */
@media (max-width: 767px) {

  .hero-section {
    height: 80vh;
    min-height: 600px;
  }
  .hero-container {
    padding: 1rem;
  }
  .hero-content {
    margin-top: 10rem;
  }
  .hero-title {
    font-size:2rem;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
  .hero-header{
    padding-top: 30px;
    text-align: center;
  }
  /* center the background image visually on mobile */
  .hero-bg-image {
    left: 50%;                   /* anchor at center */
    transform: translateX(-50%); /* true visual center */
    width: auto;                 /* let height control scaling to avoid side gaps */
    height: 100%;
    object-fit: cover;
  }

  /* center the logo on mobile */
  .logo {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important; /* near top */
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .logo img,
  .logo-img-1 {
    position: static !important; /* remove absolute offsets on mobile */
    display: block !important;
    margin: 0 auto !important;
    width: auto !important;
    max-width: 160px !important; /* tweak this number for size on mobile */
    height: auto !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
  }

  .hero-arrow .arrow-container {
    height: 15vh;
  }
}
/* Tablet version */
@media (min-width: 768px) and (max-width: 1024px) {
   .hero-title {
    font-size:3rem;
  }
  
}
/* Large destop overides */
@media (min-width: 1025px) {
  
}


/* CSS for section section:WhatIsCfim */
.what-is-cfim-section {
  background-color: var(--color-black-secondary);
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.25rem;
  text-align: center;
  padding-top: clamp(10px, 10vw, 100px);
  padding-bottom: clamp(10px, 10vw, 100px);
}

.what-is-cfim-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.25rem;
}

.section-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.21;
}

.section-description {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  max-width: 872px;
}

.section-description strong {
  font-weight: 600;
}

.section-description .quote {
  font-weight: 100;
  font-size: 1.5rem;
  font-style: italic;
}

.triad-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.triad-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 3.875rem;
  line-height: 1.21;
  color: var(--color-green-accent);
}

.triad-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 100;
  font-size: 1.25rem;
  line-height: 1.21;
  max-width: 754px;
}

.triad-definitions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 6rem;
  text-align: left;
  width: 100%;
  max-width: 866px;
}

.definition-card {
  flex: 1;
  max-width: 224px;
}

.definition-card h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}

.definition-card p {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
}
ul  {
  margin: 0;
  padding: 0 50px;
 list-style: circle;
}

/* Mobile version */
@media (max-width: 767px) {
/* slightly narrower side padding so text has room */
  .what-is-cfim-section {
    padding: 2.5rem 1rem;       /* ~40px top/bottom, 16px sides - comfortable on small phones */
    box-sizing: border-box;
  }
  .what-cfim-does-section .container {
    gap: 0.25rem;
  }

  /* Section title (the big "What is CFIM360°?") */
  .what-is-cfim-section .section-title {
    font-size: 2rem;         /* large but not overflowing on tiny devices */
    line-height: 1.15;
    margin: 1rem 0;
    text-align: center;
    letter-spacing: -0.5px;
  }

  /* Main paragraph block - wider and readable */
  .what-is-cfim-section .section-description {
    font-size: 0.95rem;
    line-height: 1.6;          /* easier to read on mobile */
    margin: 0 auto 1.25rem auto;
    max-width: 36ch;           /* a comfortable measure for reading on phones */
    text-align: center;
    color: var(--color-white); /* keep contrast */
  }

  /* Quote / highlighted line */
  .what-is-cfim-section .section-description.quote {
    font-size: 0.98rem;
    font-style: italic;
    margin-top: 0.8rem;
    margin-bottom: 1.6rem;
  }

  /* Triad (Creation → Impact → Model) */
  .triad-container {
    margin: 1.8rem 0 0.6rem;
    text-align: center;
  }
  .triad-title {
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-green-accent, #37c651);
    margin-bottom: 0.35rem;
  }
  .triad-subtitle {
    font-size: 0.98rem;
    color: var(--color-white);
    margin-bottom: 0.6rem;
    max-width: 40ch;
    margin-left: auto;
    margin-right: auto;
  }

  /* Definitions/cards stack vertically and stay centered */
  .triad-definitions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    padding: 0 0.25rem 1.4rem 0.25rem; /* small side padding so text avoids edges */
  }

  .definition-card {
    width: 100%;
    max-width: 340px;         /* keeps card comfortable on narrow screens */
    background: transparent;  /* keep the dark background of the section, or set card BG if needed */
    padding: 0;               /* spacing controlled globally */
    text-align: center;
  }

  .definition-card h4 {
    font-size: 1.05rem;
    margin-bottom: 0.45rem;
    font-weight: 700;
    color: var(--color-white);
  }

  .definition-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--color-white);
    margin: 0 auto;
    max-width: 40ch;
  }

  /* small visual tweak to keep bottom spacing consistent */
  .what-is-cfim-section + section {
    padding-top: 1.2rem;
  }
}
/* Tablet version */
@media (min-width: 768px) and (max-width: 1024px) {
   .what-is-cfim-section{
    padding: 50px 30px;
  }
  .section-title{
    font-size: 3rem;
  }
  .section-description {
    font-size: 1rem;
  }
  .section-description .quote {
    font-size: .9rem;
  }
  .triad-definitions {
    flex-direction: row;
    align-items: flex-start;
    gap: 2.5rem;
    text-align: center;
  }
  .triad-title {
    font-size: 2rem;
  }
  .triad-subtitle {
    font-size: 1rem;
  }
  .definition-card h4 {
    font-size: 1.25rem;
  }
}
/* Large destop overides */
@media (min-width: 1025px) {
  
}



/* CSS for section section:Pillars */
.pillars-section {
  background-color: var(--color-bg-light);
  color: var(--color-black);
   padding-top: clamp(10px, 10vw, 100px);
  padding-bottom: clamp(10px, 10vw, 100px);
}

.pillars-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.4rem;
  text-align: center;
}

.pillars-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.21;
}

.pillars-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.25;
  max-width: 923px;
}

.pillars-subtitle strong {
  font-weight: 600;
}

.pillars-grid {
  display: flex;
  justify-content: center;
  gap: 5rem;
  width: 100%;
}

.pillar-card {
  flex: 1;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 1.4rem;
}

.pillar-icon {
  height: 61px;
  margin-bottom: 1.5rem;
}

.pillar-card-title {
  font-family: 'Nevera-regular', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3;
}

.pillar-description {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.21;
}

.pillar-details {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}

.pillar-details strong {
  font-weight: 600;
}

/* Media queries for what is cfim section in cfim360 */
/* Mobile version */
@media (max-width: 767px) {
.what-is-cfim-section + section {
        padding-top: 3.2rem;
    }

  .pillars-section {
    padding-top: .2rem;
  }

  .pillars-title {
    font-size: 2rem;
    margin-bottom: 0.7rem;
    line-height: 1.2;
    text-align: center;
    
  }

  .pillars-subtitle {
    font-size: 1rem;
    max-width: 42ch;
    margin: 0 auto 1.8rem;
    text-align: center;
    margin-top: -1rem;
  }

  .pillars-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1.6rem !important; /* tighter and consistent */
    padding: 0 0.5rem;
  }

  .pillar-card {
    width: 100%;
    max-width: 360px;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 20px auto;
    box-sizing: border-box;
  }
 
  /* Icon control */
  .pillar-card img,
  .pillar-card .icon {
    width: 56px !important;
    height: auto !important;
    display: block !important;
    margin: 0 0 0.9rem 0 !important;
  }

  .pillars-card-title,
  .pillar-card h3,
  .pillar-card .pillars-card-title {
    font-size: 1.25rem !important;
    margin-bottom: 0.35rem !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
  }

  .pillars-card-subtitle,
  .pillar-card .subtitle {
    font-size: 1rem !important;
    margin-bottom: 0.9rem !important;
    line-height: 1.45 !important;
  }
   .pillar-card .pillar-description {
    font-size: 1.25rem;
  }
  .pillar-details, .pillar-card p {
    font-size: 1rem ;
    line-height: 1.25 !important;
    max-width: 40ch;
    margin: 0 auto;
  }
 

  /* Hide stray pseudo elements that can show as a dot */
  .pillar-card::before,
  .pillar-card::after,
  .pillars-grid::before,
  .pillars-grid::after {
    display: none !important;
    content: none !important;
  }
}
/* Tablet version */
@media (min-width: 768px) and (max-width: 1024px) {
  .pillars-grid {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
  }
  .pillars-subtitle {
    font-size: 1.25rem;
    padding: 0 50px;
  }
  .pillar-card {
    align-items: center;
    text-align: center;
    gap:1rem;
  }
}
/* Large destop overides */
@media (min-width: 1025px) {
  .pillars-grid {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }
  .pillars-title {
    font-size: 3rem;
  }
}



/* CSS for section section:WhatCfimDoes */
.what-cfim-does-section {
  background-color: var(--color-black-secondary);
  color: var(--color-white);
   padding-top: clamp(10px, 10vw, 100px);
  padding-bottom: clamp(10px, 10vw, 100px);
}

.what-cfim-does-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.3rem;
}

.what-cfim-does-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.8rem;
}

.what-cfim-does-header .section-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.21;
  text-align: left;
}

.what-cfim-does-header .section-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.25;
  max-width: 923px;
}

.what-cfim-does-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5.2rem;
  width: 100%;
}

.illustration-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.9rem;
}

.illustration-container {
  position: relative;
  width: 601px;
  height: 505px;
}

.illustration-container .abs-img {
  position: absolute;
}


.illustration-caption {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.21;
}

.text-column {
  flex: 1;
  max-width: 443px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.text-column h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.text-column p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}

.text-column strong {
  font-weight: 600;
}

.text-column .final-quote {
  margin-top: 1rem;
}

.text-column .final-quote strong {
  font-size: 1.125rem;
}
/* Media queries for what it does section in cfim360 */

/* Mobile version */
@media (max-width: 767px) {

  /* CORRECT selector */
  .what-cfim-does-section {
    padding: 2rem 1rem;
    text-align: center;
  }

  .what-cfim-does-header .section-title {
    font-size: 2rem;
    margin: 1.4rem 0 0.6rem;
    text-align: center;
  }

  .what-cfim-does-header .section-subtitle {
    font-size: 1rem;
    max-width: 40ch;
    margin: 0 auto 1.8rem;
    text-align: center;
  }

  .what-cfim-does-content {
    flex-direction: column;
    gap: 1.2rem;
  }
  /* Illustration */
  .illustration-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 1rem 0 1.4rem;
    padding: 0;
    height: auto; /* remove fixed height */
  }

  .illustration-container img {
    width: 100%;
    max-width: 260px;
    height: auto;
    margin: 0 auto 1rem;
    display: block;
  }

  /* Text column */
  .text-column {
    padding: 0 10px;
    width: 100%;
    max-width: 42ch;
    margin: 0 auto;
    text-align: left;
  }

  .text-column h4 {
    font-size: 1.15rem;
    margin: 1.2rem 0 0.5rem;
  }

  .text-column p {
    font-size: 0.95rem;
    line-height: 1.55;
    margin-bottom: 1rem;
    text-align: left;
  }

  ul {
    padding-left: 1.2rem;
    margin-bottom: 1.2rem;
  }

  ul li {
    font-size: 0.95rem;
    line-height: 1.45;
    margin-bottom: 0.45rem;
  }
.text-column .final-quote {
  margin-top: -8px;
}
  .final-quote,
  .cfimtag {
    text-align: left;
    font-size: 0.95rem;
    margin-top: .8rem;
    font-weight: 600;
  }
}
/* Tablet version */
@media (min-width: 768px) and (max-width: 1024px) {
.what-cfim-does-content {
  flex-direction: row;
  padding: 0 1rem;
}

  .illustration-container {
  align-items: center;
    width: 100%;
    padding: 0 10px;
    height: auto;
  }
  .what-cfim-does-header .section-title {
    font-size: 3rem;
    padding: 0;
  }
  .what-cfim-does-header .section-subtitle {
    font-size: 1.25rem;
    padding: 0 1rem;
  }
.text-column p {
  text-align: left;
}
}
/* Large destop overides */
@media (min-width: 1025px) {
  .what-cfim-does-content {
    flex-direction: row;
    align-items: center;
  }
.illustration-container {
    width: 100%;
  } 
}




/* CSS for section section:WhyCfimMatters */
.why-matters-section {
  background-color: var(--color-bg-grey-light);
  color: var(--color-black-text);
   padding-top: clamp(10px, 10vw, 100px);
  padding-bottom: clamp(10px, 10vw, 100px);
}

.why-matters-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.7rem;
}

.why-matters-section .section-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.21;
  text-align: center;
}

.matters-grid {
  display: flex;
  gap: 3.375rem;
}

.matter-card {
  flex: 1;
  max-width: 235px;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.card-number {
  font-family: 'Nevera-regular', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.3;
}

.card-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.21;
}

.card-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.card-text p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}

.card-text strong {
  font-weight: 600;
  font-size: 1.125rem;
}

.solution-text {
  font-weight: 500;
}
/* Media queries for why matters section in cfim360 */

/* Mobile version */
@media (max-width: 767px) {
.why-matters-section .section-title {
    font-size: 2rem;
        margin: 1.4rem 0 0.6rem;
        text-align: center;
  }
  .matter-card {
    max-width: 253px;
  }
  .card-text p {
    font-size: 1rem;
     line-height: 1.35;
     text-align: left;
  }
  .matters-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
  }
}
/* Tablet version */
@media (min-width: 768px) and (max-width: 1024px) {
  .matters-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
.why-matters-section .section-title {
  font-size: 3rem;
}
.card-text p{
  text-align: left;
}
}
/* Large destop overides */
@media (min-width: 1025px) {
  
}

/* CSS for section section:Applications */
.applications-section {
  background-color: var(--color-green-dark);
  color: var(--color-white);
   padding-top: clamp(10px, 10vw, 100px);
  padding-bottom: clamp(10px, 10vw, 100px);
}

.applications-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  text-align: center;
}

.applications-section .section-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.21;
}

.applications-section .section-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25;
  max-width: 971px;
}

.applications-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.25rem 2rem;
  text-align: left;
  margin-top: 2rem;
}

.app-card {
  max-width: 260px;
}

.app-card h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.app-card p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
/* Media Queries for applications section in cfim360 */

/* Mobile version */
@media (max-width: 767px) {
 .applications-section .section-title{
  font-size: 2rem;
  margin: 1.4rem 0 0.6rem;
  text-align: center;
  padding: 0 Auto;
  }
  .applications-grid {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .applications-section .section-subtitle {
    font-size: 1rem;
    padding:0 20px;
     line-height: 1.45;
  }
  .app-card p {
    font-size: 1rem;
    line-height: 1.45;
    text-align: left;
  }
  .applications-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
/* Tablet version */
@media (min-width: 768px) and (max-width: 1024px) {
  .applications-section .section-title {
    font-size: 3rem;
  }
  .about-section .section-subtitle {
    text-align: center;
  }
  .applications-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .app-card p{
    text-align: left;
  }
}
/* Large destop overides */
@media (min-width: 1025px) {
  
}


/* CSS for section section:Research */
.research-section {
  background-color: var(--color-bg-grey-light);
  color: var(--color-black-text);
   padding-top: clamp(10px, 10vw, 100px);
  padding-bottom: clamp(10px, 10vw, 100px);
}

.research-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
  text-align: center;
}

.research-section .section-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.21;
}

.research-section .section-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
}

.research-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.4rem;
}

.research-intro, .research-conclusion {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25;
  max-width: 1052px;
}

.research-layers {
  display: flex;
  gap: 7.9rem;
  text-align: left;
}

.layer-card {
  flex: 1;
  max-width: 260px;
}

.layer-card h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

.layer-card .layer-description {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.layer-card p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}
/* Media queries for research section in cfim360 */

/* Mobile version */
@media (max-width: 767px) {
.research-section .container {
    padding: 0 2rem;
    margin-bottom: 1rem;
  }
  .research-section .section-title {
   font-size: 2rem;
   margin: 1.4rem 0 0.6rem;
   text-align: center;
  }
  .research-section .section-subtitle {
    font-size: 1rem;
    font-weight: 100;
  }
  .research-layers {
    flex-direction: column;
    gap: 2.9rem;
    text-align: left;
  }
  .research-intro {
    font-size: 1rem;
   line-height: 1.35;
  }
  .layer-card {
      text-align: left;
  }
  .layer-card h4 {
    font-size: 1.25rem;
  }
  .layer-card .layer-description {
    text-align: left;
    font-weight: 100;
  }
  .layer-card p {
    font-size: 1rem;
    line-height: 1.35;
    text-align: left;
  }
  .research-conclusion {
    font-size: 1rem;
    text-align: left;
    line-height: 1.35;
   
  }
}
/* Tablet version */
@media (min-width: 768px) and (max-width: 1024px) {
   .research-layers {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    text-align: center;
  }
  .research-section .section-title {
    font-size: 3rem;
  }
  .research-section .section-subtitle {
    font-size: 1.25rem;
  }
  .research-layers {
    flex-direction: row;
    text-align: left;
  }
  .layer-card p {
    text-align: left;
  }
}
/* Large destop overides */
@media (min-width: 1025px) {
  
}

/* CSS for section section:History */
.history-section {
  background-color: var(--color-bg-grey-medium);
  color: var(--color-black);
   padding-top: clamp(10px, 10vw, 100px);
  padding-bottom: clamp(10px, 10vw, 100px);
}

.history-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}

.history-section .section-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.21;
}

.history-columns {
  display: flex;
  gap: 2.4rem;
  text-align: left;
}

.history-card {
  flex: 1;
  max-width: 260px;
}

.history-card h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.history-card p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}

.timeline-container {
  display: flex;
  align-items: center;
  gap: 5.4rem;
  width: 100%;
}

.timeline-graphic-wrapper {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}


.timeline-purpose h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.timeline-purpose p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
}

.timeline-purpose strong {
  font-weight: 700;
}
/* Mediaqueries for History section in cfim 360 */

/* Mobile version */
@media (max-width: 767px) {
 .history-columns {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
  .history-section .container {
    gap: 2rem;
  }
  .history-section .section-title {
    font-size: 2rem;
    text-align: center;
    margin: 1.4rem 0 0.6rem;
  }
  .history-card h4 {
    font-size: 1.25rem;
  }
  .history-card p {
    font-size: 1rem;
   line-height: 1.35;
   text-align: left;
  }
  .timeline-container {
    flex-direction: column;
  }
  .timeline-purpose h4 {
    text-align: center; 
    font-size: 1.25rem;
  }
  .timeline-graphic-wrapper img {
    max-width: 100%;
  }
}
/* Tablet version */
@media (min-width: 768px) and (max-width: 1024px) {
  .history-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .timeline-container {
    flex-direction: column;
    gap: 3rem;
  }
  .history-section .section-title {
    font-size: 3rem;
  }
  .timeline-purpose h4, p{
    text-align: left;
  }
}
/* Large destop overides */
@media (min-width: 1025px) {
  
}


/* CSS for section section:About */
/* ===========================
   ABOUT SECTION — CLEAN REWRITE
   =========================== */

.about-section {
  background-color: var(--color-bg-grey-light);
  color: var(--color-black);
  padding: clamp(40px, 10vw, 100px) 20px;
}

.about-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;

}

.about-section .section-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
  text-align: center;
}

/* Main content layout */
.about-content {
  display: flex;
  justify-content: center;
  gap: 6rem;
  width: 100%;
  max-width: 1300px;
}

/* Left: Photo + name + social */
.creator-profile {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.creator-image {
  width: 420px;
  height: 420px;
  object-fit: cover;
  border-radius: 32px;
}

.creator-info h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  text-transform: uppercase;
}

.creator-info p {
  font-family: 'Inter', sans-serif;
  font-size:1rem;
}
.social-links {
  display: flex;
  flex-direction: row;
  gap:1rem;
  top:1rem;
}

.creator-bio p {
 line-height: 1.4;
 margin-bottom: 1rem;
}


/* Media queries for about the creator section in cfim360 */

/* Mobile version */
@media (max-width: 767px) {
.about-section .section-title {
  font-size: 2rem;
  margin: 1.4rem 0 0.6rem;
}
.about-content {
  flex-direction: column;
  gap: 4rem;
}
.creator-info h3,p {
  text-align: center;
}
.creator-info p {
  margin-top: 1rem;
}
.social-links {
  justify-content: center;
}
.creator-bio p {
  text-align: left;
  padding: 0 auto;
}
}
/* Tablet version */
@media (min-width: 768px) and (max-width: 1024px) {
   .about-content {
    flex-direction: row;
    gap:2rem;
  }
 .creator-info h3,p {
  text-align: center;
}
.social-links {
  justify-content: center;
}
.creator-bio p{
  text-align: left;
}
}
/* Large destop overides */
@media (min-width: 1025px) {
  
}


/* CSS for section section:Footer */
.footer-section {
  background-color: var(--color-black-secondary);
  color: var(--color-white);
   padding-top: clamp(10px, 10vw, 100px);
  padding-bottom: clamp(10px, 10vw, 100px);
}

.footer-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}

.footer-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.21;
  text-align: center;
}

.footer-content {
  display: flex;
  align-self: start;
  justify-content: space-between;
  gap: 10.8rem;
  width: 100%;
  top: 20px;
}

.disclaimer-column {
  max-width: 468px;
  display: flex;
  flex-direction: column;
 justify-content: space-between;
  gap: 1.5rem;
}

.disclaimer-column h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.04;
}

.disclaimer-column p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.56;
}

.disclaimer-column strong {
  font-weight: 600;
}
.contact-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.footer-logo {
  display: flex;
  position: relative;
  width: 400px;
  height: 100px;
  margin-bottom: 1rem;
 
}

.footer-logo img {
  position: absolute;
}
.footer-logo-1 { top: 0; left: 0; }


.footer-socials {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;

}

.footer-socials h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.04;
}

.social-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.5rem;
}

.social-icons a {
  height: 22px;
}

/* Media queries for Contact us section in cfim360 */


/* Mobile version */
@media (max-width: 767px) {
.footer-section .container {
  /* gap: 3rem; */
  padding: 0 2rem;
  margin-bottom: 1rem;
}
.footer-content {
  flex-direction: column;
  align-items:center;
}
.footer-title {
  font-size: 2rem;
  text-align: center;
  margin: 1.4rem 0 0.6rem;
}
.disclaimer-column h4 {
  font-size: 1.25rem;
  text-align: left; 
  margin: 0 ;
}
.disclaimer-column p {
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.4;
  max-width: 280px;
  text-align: left;
}

.footer-logo{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.footer-logo-1 {
  top:0;
  left: auto;
  padding-bottom: 50px;
}
.footer-logo img {
  height: auto;
}
.footer-socials {
  gap: 0;
}
.footer-socials h4 {
 visibility: hidden;
}
.contact-column {
    align-items: center;
  }
}
/* Tablet version */
@media (min-width: 768px) and (max-width: 1024px) {
  .footer-content {
    display: flex;
    flex-direction: row;
    gap: 12rem;
    justify-content: center;
  }
 .disclaimer-column h4,p {
  text-align: left;
 }

.footer-logo {
  width: 100%;
}
}
/* Large destop overides */
@media (min-width: 1025px) {
  
}




