* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;*/
    ;

     /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
      font-family: 'Inter', sans-serif;






}


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
   font-family: 'Inter', sans-serif;
}

html,body {
  font-family: 'Inter', sans-serif;
  background: #ffffff;
  color: #241c15;
  /* padding-top: 100px; */
  padding-top: 30px;
  overflow-x: hidden;
  /* max-width: 100%; */
  
  
}





.top-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
   background: white;
  border-bottom: 1px solid #e6e6e6;
  /*z-index: 9999; */


  border-bottom: none; /* remove old border */
  z-index: 9999;
  /* overflow: visible; */
}




/* WAVE CONTAINER */
/* .header-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 35px;
  line-height: 0;
} */


.header-wave {
  position: absolute;
  bottom: 70px; /* pushes wave below header */
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 0;
}

/* SVG */
.header-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Wave color */
.header-wave path {
  /* fill: #469ee6;  */
  fill: #2f8cc9;
}

.nav {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  display: block;
}



.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  width: 24px;
  height: 2px;
  background: #241c15;
  display: block;
}



.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links li {
  position: relative;
  color: #1f5c82;
  
}
/* .nav-links li a:hover {
  color: #469ee6;
  
} */

.nav-links a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #241c15;
  color: #1f5c82;
  padding: 10px 0;
}



/* .mega-mailchimp {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  max-width: 1200px;
  background: #ffffff;
  box-shadow: 0 32px 64px rgba(36, 28, 21, 0.18);
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 9998;
} */

.mega-mailchimp {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100vw;           /* FULL PAGE WIDTH */
  max-width: none;        /* remove restriction */
  transform: none;        /* remove centering */
  background: #ffffff;
  box-shadow: 0 32px 64px rgba(36, 28, 21, 0.18);
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 9998;
}

.has-mega:hover .mega-mailchimp,
.mega-mailchimp:hover {
  opacity: 1;
  visibility: visible;
}


.has-mega::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 40px;
}





.has-mega .mega-mailchimp {
  display: none;
}

.has-mega.open .mega-mailchimp {
  display: flex;
  opacity: 1;
  visibility: visible;
}




.mega-left {
  flex: 3;
  padding: 30px;
}
.mega-left h2{
    margin-bottom: 10px;
   font-weight: normal;

}

.mega-right {
  flex: 1.4;
  padding: 48px;
  background: #f6f6f4;
}
.mega-right p{
    /* font-size: 0.95rem; */

    font-size: 15px;
    /* font-family: 'Segoe UI', sans-serif; */
    
     color: #6b6b6b;
      font-size: 14px;
    /* font-family: 'Segoe UI', sans-serif; */
    
    
      font-family: 'Inter', sans-serif;
      font-weight: 400;
  
  color: #241c15;
  color: #1f5c82;
  line-height: 1.6;
     
     

}



.mega-right h5 {
  font-size: 16px;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  color: #2a8dcf;
   /* color: #2f8cc9; */
    color: #1f5c82;
  
}


.mega-right ul {
  list-style: none;
}

.mega-right li {
  font-size:14px;
  padding: 10px 0;
  
  color: #6b6b6b;
}




.mega-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 36px;
}

.item {
  display: flex;
  gap: 14px;
}

.item i {
  font-size: 20px;
  margin-top: 3px;
  /*color: #241c15;*/
  /*color: #55a2e0;*/
  /* color: #469ee6; */

}
.item h4 {
  
}
.item h4:hover {
  
  cursor: pointer;
  text-decoration: underline;
  
}


.item p {
  font-size: 13px;
  color: #6b6b6b;
  font-weight: 450;
  
  line-height: 1.6;
  /* color: #1f5c82; */
}


.industry-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.industry-item {
  display: flex;
  gap: 16px;
  
}

.industry-item i {
  font-size: 20px;
  /*color: #241c15;*/
  color: #469ee6;
  color: #1f5c82;
   /* color: #2f8cc9; */
  /*margin-top: 3px;*/
}
.industry-content h4{
  font-size: 16px;
  color: #1f5c82;
  
}

.industry-content a {
  font-size: 16px;
  font-weight: 600;
  color: #241c15;
  text-decoration: none;

}
.industry-content a:hover {
  text-decoration: underline;
  color: black;
}

.industry-content p {
  font-size: 14px;
  color: #6b6b6b;
  margin-top: 6px;
  /* color: #1f5c82; */
}





.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.menu-toggle span {
  width: 26px;
  height: 2px;
  background: #241c15;
}





/* .nav-links > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}


.nav-chevron {
  font-size: 11px;
  transition: transform 0.3s ease;
}


.has-mega.open > a .nav-chevron {
  transform: rotate(180deg);
} */



/* .nav-links > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}


.nav-chevron {
  font-size: 11px;
  transition: transform 0.3s ease;
}


.nav-links > li > a:hover .nav-chevron {
  transform: rotate(180deg);
}


.has-mega.open > a .nav-chevron {
  transform: rotate(180deg);
} */



/* NAV LINK BASE */
.nav-links > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 0;
}


.nav-links > li > a:hover {
  /* color: #469ee6; */
  /* color: #1f5c82; */
   color: #2f8cc9;
  

}

/* UNDERLINE (hidden initially) */
.nav-links > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  /*background-color: #241c15;*/
  /* background-color: #469ee6; */
   background-color: #2f8cc9;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

/* SHOW UNDERLINE ON HOVER */
.nav-links > li > a:hover::after {
  transform: scaleX(1);
  /* color: #469ee6; */
  color: #2f8cc9;
}

/* CHEVRON ICON */
.nav-chevron {
  font-size: 11px;
  transition: transform 0.3s ease;
}

/* ROTATE CHEVRON ON HOVER (ALL ITEMS) */
.nav-links > li > a:hover .nav-chevron {
  transform: rotate(180deg);
}

/* KEEP ROTATED WHEN MEGA MENU IS OPEN */
.has-mega.open > a .nav-chevron {
  transform: rotate(180deg);
}

/* KEEP UNDERLINE WHEN MEGA MENU IS OPEN */
.has-mega.open > a::after {
  transform: scaleX(1);
}





@media (max-width: 800px) {

  /* HEADER */
  body {
    padding-top: 80px;
  }

  .menu-toggle {
    display: flex;
    z-index: 10001;
  }

  /* MAIN NAV */
  .nav-links {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    background: #ffffff;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    gap: 16px;
    overflow-y: auto;
    display: none;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links li {
    width: 100%;
  }

  .nav-links a {
    font-size: 16px;
    padding: 12px 0;
    width: 100%;
    display: block;
  }

  /* DISABLE HOVER ON MOBILE */
  .has-mega:hover .mega-mailchimp {
    opacity: 1;
    visibility: visible;
  }

  /* MEGA MENU */
  .mega-mailchimp {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    
    box-shadow: none;
    display: none;
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
    border-top: 1px solid #eee;
  
    

     
  }

  .has-mega.open .mega-mailchimp {
    display: block;
  }

  /* STACK CONTENT */
  .mega-left,
  .mega-right {
    padding: 16px 0;
    background: transparent;
    width: 100%;
  }

  .mega-left h2 {
    font-size: 18px;
  }

  

  /* PRODUCTS → SINGLE COLUMN */
  .mega-grid {
    grid-template-columns: 1fr;
    gap: 18px;

  }

  /* .mega-grid {
  justify-items: center;
} */


  .item {
    gap: 12px;
  }

  .item h4 {
    font-size: 15px;
  }

  .item p {
    font-size: 13px;
  }

  /* INDUSTRIES */
  .industry-list {
    gap: 20px;
  }

  .industry-content a {
    font-size: 15px;
  }

  .industry-content p {
    font-size: 13px;
  }

  /* RIGHT PANEL */
  .mega-right h5 {
    font-size: 12px;
  }

  .mega-right li {
    font-size: 12px;
    padding: 8px 0;
  }
}

/* BENEFITS LIST */
.benefit-list{
  list-style: none;
  padding: 0;
  margin-top: 16px;
}

.benefit-list li{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* ICON CONTAINER */
.benefit-icon{
  width: 28px;
  height: 28px;
  background: rgba(47,140,201,0.08);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;

}

/* ICON */
.benefit-icon i{
  font-size: 13px;
  color: #2f8cc9;
   color: #1f5c82;
  
}

/* TEXT */
.benefit-text{
  font-size: 13px;
  line-height: 1.6;
  color: #1f5c82;
  /* color: #1f3949; */
  font-weight: 600;
}


@media (max-width: 880px) {
  .mega-right h5 {
    font-size: 15px;
    font-weight: bold;
    /* font-size: 30px; */
    
  }


}

/*first section*/

/* HERO */
    .leader-hero {
      height: 360px;
      /* background: url("https://images.unsplash.com/photo-1556761175-b413da4baf72?q=80&w=1600")
        center/cover; */
      position: relative;
      padding: 100px;
    }

    /* .leader-overlay {
      position: absolute;
      inset: 0;
      background: rgba(255, 255, 255, 0.75);
      display: flex;
      align-items: center;
      justify-content: center;
      
    } */

    .leader-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;   /* 👈 THIS FIXES IT */
  text-align:center;       /* keeps it professional */
  z-index:2;
}

    .energy-hero {
  position: relative;
  overflow: hidden;
  padding: 80px 6%;
  font-family: 'Segoe UI', sans-serif;

  /* SAME LIGHT SAAS BACKGROUND */
  background: linear-gradient(
    135deg,
    #e9f3fb 0%,
    #f5f7fa 60%,
    #e3f0fa 100%
  );
}


/* FLOATING BACKGROUND CIRCLES */
.hero-circle{
  position:absolute;
  border-radius:50%;
  background:linear-gradient(145deg,#2f8cc9,#66b2e6);
  opacity:.15;
  filter:blur(2px);
  z-index:0;
}

.circle1{
  width:260px;
  height:260px;
  left:-80px;
  top:40px;
}

.circle2{
  width:140px;
  height:140px;
  left:240px;
  bottom:30px;
}

.circle3{
  width:300px;
  height:300px;
  right:-120px;
  top:30px;
}
.circle4{
  width:220px;
  height:220px;
  left:50%;
  top:50%;
  transform:translate(-100%,-40%);
  opacity:.10;          /* lighter so text stays readable */
}

.circle5{
  width:100px;
  height:100px;
  left:80%;
  top:70%;
  transform:translate(-100%,-40%);
  opacity:.10;          /* lighter so text stays readable */
}



/* keep content above circles */
.energy-container{
  position:relative;
  z-index:2;
}

    .leader-overlay h1 {
      font-size: 30px;
      color: #123a63;
      color: #0e2f44; 
      font-weight: 800;  
      margin-bottom: 12px;
    }

    
    .leader-overlay h1{
  /* font-size:38px;
  color:#123a63;
  margin-bottom:12px; */
}

.leader-subtext{
  max-width:720px;
  line-height:1.6;
  color:#4b5b6b;
  font-size:14px;
  color: #1f5c82;


}


/* ===============================
   LEADERSHIP HERO RESPONSIVE
================================*/

/* Tablet */
@media (max-width: 992px){

  .leader-hero{
    height:auto;
    padding:70px 20px;
  }

  .leader-overlay h1{
    font-size:32px;
  }

  .leader-subtext{
    font-size:15px;
    padding:0 10px;
  }

  /* slightly shrink circles */
  .circle1{ width:200px; height:200px; }
  .circle3{ width:220px; height:220px; }
}


/* Mobile */
@media (max-width: 600px){

  .leader-hero{
    padding:60px 18px;
  }

  .leader-overlay h1{
    font-size:26px;
    line-height:1.3;
    margin-top: 40px;
  }

  .leader-subtext{
    font-size:14px;
    line-height:1.6;
    max-width:95%;
  }

  /* make circles lighter & smaller for readability */
  .hero-circle{
    opacity:.08;
    filter:blur(1px);
  }

  .circle1{
    width:140px;
    height:140px;
    left:-40px;
    top:20px;
  }

  .circle2{
    width:90px;
    height:90px;
    left:40%;
    bottom:10px;
  }

  .circle3{
    width:160px;
    height:160px;
    right:-60px;
    top:20px;
  }

  .circle4{ display:none; } /* removes clutter on small screens */
  .circle5{ display:none; }

}

    /* TABS */
    .leader-tabs {
      display: flex;
      justify-content: center;
      gap: 40px;
      padding: 18px;
      /* background:#f3f6f9; */
      background: #2f8cc9;
      border-bottom: 1px solid #e3ebf3;
      
    }

    .leader-tabs a {
      text-decoration: none;
      color: #567;
      font-size: 15px;
      padding-bottom: 6px;
    }

    .leader-tabs a.active {
      color: #2f8cc9;
      border-bottom: 3px solid #2f8cc9;
    }



    /*second section*/


    .leadership-narrative{
  padding:110px 20px;
  background:white;
  font-family:'Segoe UI',sans-serif;
}

.narrative-container{
  max-width:1150px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1.3fr;
  gap:80px;
  align-items:start;
}

/* LEFT SIDE */
.narrative-label{
  font-size:12px;
  letter-spacing:1.5px;
  color:#2f8cc9;
  font-weight:600;
}

.narrative-left h2{
  margin-top:12px;
  font-size:18px;
  line-height:1.3;
  color:#123a63;
  color: #0e2f44; 
}

/* RIGHT SIDE TEXT */
.narrative-right p{
  color:#4b5b6b;
  line-height:1.6;
  margin-bottom:22px;
  font-size:14px;
  color: #1f5c82;
}

.narrative-highlight{
  font-weight:600;
  color:#123a63;
  border-left:3px solid #2f8cc9;
  padding-left:18px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .narrative-container{
    grid-template-columns:1fr;
    gap:40px;
  }

  .narrative-left h2{
    font-size:18px;
  }
}
    /* TEAM */
    /* .leader-section {
      padding: 70px 10%;
      max-width: 1100px;
      margin: auto;
    } */

    .leader-section{
  padding:10px 6%;
  width:100%;
  max-width:none;
  margin:0;
}

    .leader-row {
      display: flex;
      gap: 40px;
      margin-bottom: 60px;
      align-items: flex-start;
    }

    .leader-row img {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      object-fit: cover;
    }

    .leader-content h3 {
      color: #2f8cc9;
      margin-bottom: 4px;
       color: #17435f; 
       font-size: 18px;
    }

    .leader-role {
      font-size: 13px;
      color: #6a7686;
      display: block;
      margin-bottom: 12px;
      color: #1f5c82;
    }

    .leader-content p {
      line-height: 1.6;
      color: #444;
      color: #1f5c82;
      font-size:14px ;
    }


    .linkedin-icon{
  margin-left:10px;
  color:#2f8cc9;
  font-size:14px;
  text-decoration:none;
  transition:0.3s;
}

.linkedin-icon:hover{
  color:#1c6fb1;
  transform:translateY(-2px);
}
    /* RESPONSIVE */
    @media (max-width: 768px) {
      .leader-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .leader-section {
        padding: 50px 7%;
      }

      .leader-overlay h1 {
        font-size: 28px;
        margin-top: 70px;
      }

      .leader-tabs {
        flex-wrap: wrap;
        gap: 20px;
      }
    }


    /*last section*/

    
:root{
  --blue-main:#2f8cc9;
  --blue-dark:#1f5c82;
  --footer-bg:#0f172a;
  --text-light:#cbd5e1;
  --text-muted:#94a3b8;
}
.wave-footer{
  position:relative;
  background: var(--footer-bg);
  padding-top:170px;
  padding-bottom:60px;
  overflow:hidden;
}

.wave-top{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:170px;
}

.wave-top path{
  fill:#ffffff;
}
.cta-wrapper{
  position:relative;
  margin-top:-110px;
  padding:0 20px;
  z-index:5;
}

.cta-box{
  max-width:1200px;
  margin:0 auto;
  background: var(--blue-main);
  border-radius:24px;
  padding:60px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px;
  color:#fff;
  box-shadow:0 30px 70px rgba(0,0,0,0.25);
}

.cta-text h2{
  font-size:20px;
  margin-bottom:20px;
}

.cta-points{
  list-style:none;
}

.cta-points li{
  margin-bottom:10px;
  font-size:16px;
}

.cta-btn{
  background:#ffffff;
  color:var(--blue-dark);
  padding:14px 28px;
  border-radius:50px;
  text-decoration:none;
  font-weight:bold;
  font-size:16px;
  transition:0.3s;
  white-space:nowrap;
}

.cta-btn:hover{
  background:#e6f2fb;
}

/* ================= FOOTER GRID ================= */

.wave-footer-content{
  max-width:1200px;
  margin:90px auto 0 auto;
  padding:0 20px;
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap:50px;
  color:var(--text-light);
}

.footer-col h4{
  color:#ffffff;
  margin-bottom:25px;
  font-size:16px;
  
}

/* ================= FOOTER LIST ================= */

.footer-list{
  list-style:none;
}

.footer-list li{
  display:flex;
  align-items:flex-start;
  gap:15px;
  margin-bottom:22px;
}

/* ICON */

.footer-list li i{
  /* color:var(--blue-main); */
  color: var(--text-light);
  font-size:18px;
  margin-top:5px;
  min-width:22px;
}

/* TEXT WRAPPER */

.footer-item-text{
  display:flex;
  flex-direction:column;
}
/* TITLE */

.footer-item-text a{
  font-size:15px;
  font-weight:600;
  color:#ffffff;
  text-decoration:none;
  margin-bottom:4px;
  transition:0.3s;
}

.footer-item-text a:hover{
  color:var(--blue-main);
}

/* DESCRIPTION */

.footer-item-text span{
  font-size:13px;
  color:var(--text-muted);
  line-height:1.5;
}



.cta-wrapper{
  position:relative;
  margin-top:-110px;
  padding:0 20px;
  z-index:5;
}

.cta-box{
  max-width:1200px;
  margin:0 auto;
  background:#3c87b5;
  border-radius:28px;
  padding:50px 60px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px;
  color:#ffffff;
}

/* LEFT SIDE */
.cta-left{
  display:flex;
  align-items:center;
  gap:20px;
  min-width:280px;
}

.cta-icon{
  width:80px;
  height:80px;
  background:rgba(255,255,255,0.15);
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:50px;
}

.cta-heading h2{
  font-size:18px;
  font-weight:800;
  line-height:1.2;
}

/* MIDDLE POINTS */
.cta-middle ul{
  list-style:none;
}

.cta-middle li{
  margin-bottom:12px;
  font-size:16px;
  display:flex;
  align-items:center;
  gap:10px;
}

.cta-middle li i{
  color:#ffffff;
  font-size:16px;
}

/* RIGHT BUTTON */
.cta-btn{
  background:#ffffff;
  color:#1f5c82;
  padding:16px 30px;
  border-radius:50px;
  text-decoration:none;
  font-weight:700;
  font-size:14px;
  white-space:nowrap;
  transition:0.3s;
}

.cta-btn:hover{
  background:#e6f2fb;
}

/* ================= RESPONSIVE ================= */

@media(max-width:992px){

  .cta-box{
    flex-direction:column;
    text-align:center;
  }

  .cta-left{
    flex-direction:column;
  }

  .cta-middle li{
    justify-content:center;
  }

  .cta-right{
    margin-top:20px;
  }

}


/* ================= RESPONSIVE ================= */

@media(max-width:992px){

  .cta-box{
    flex-direction:column;
    text-align:center;
  }

  .cta-btn{
    margin-top:20px;
  }

}

@media(max-width:768px){

  .wave-footer{
    padding-top:130px;
  }

  .cta-wrapper{
    margin-top:-80px;
  }

  .cta-box{
    padding:35px 25px;
  }

  .cta-text h2{
    font-size:20px;
  }

  .cta-points li{
    font-size:14px;
  }

  .wave-top{
    height:130px;
  }

}
@media(max-width:768px){

  /* Center section headings */
  .footer-col h4{
    text-align:center;
  }

  /* Center each li */
  .footer-list li{
    flex-direction:column;
    align-items:center;
    text-align:center;
  }

  /* Center icon */
  .footer-list li i{
    margin:0 0 10px 0;
  }

  /* Center text wrapper */
  .footer-item-text{
    align-items:center;
  }

}

/* ================= FOOTER BOTTOM ================= */

.footer-bottom{
  background:#255a78;
  padding:18px 20px;
  /* margin-top:60px; */
}

.footer-bottom-inner{
  max-width:1200px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#ffffff;
  font-size:16px;
}

.footer-links{
  display:flex;
  gap:30px;
}

.footer-links a{
  color:#ffffff;
  text-decoration:none;
  transition:0.3s;
}

.footer-links a:hover{
  opacity:0.8;
}

.footer-copy{
  text-align:right;
}

/* ================= RESPONSIVE ================= */

@media(max-width:768px){

  .footer-bottom-inner{
    flex-direction:column;
    gap:10px;
    text-align:center;
  }

  .footer-links{
    justify-content:center;
  }

  .footer-copy{
    text-align:center;
  }

}


@media (max-width: 768px) {

  .hero-cleanroom {
    padding: 120px 16px 140px;
  }

  .hero-inner {
    max-width: 100%;
  }

  .hero-wave-bg {
    min-height: 300px;
  }

}
@media (max-width: 768px) {
  .hero-wave-bg path {
    stroke-width: 25;
  }
}





/* SECTION */
.minimal-profile {
    padding: 20px 20px;
    text-align: center;
}

/* WRAPPER */
.profile-wrapper {
    max-width: 700px;
    margin: auto;
}

/* SMALL ROUND IMAGE */
.profile-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 25px;
}

/* NAME */
.profile-wrapper h2 {
    margin: 0;
    font-size: 28px;
}

/* ROLE */
.profile-wrapper h5 {
    margin: 8px 0 20px;
    font-weight: 500;
    color: #666;
}

/* DIVIDER */
.divider {
    width: 60px;
    height: 3px;
    background: #2d6cdf;
    margin: 0 auto 30px;
}

/* TEXT */
.profile-wrapper p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}






/* ===============================
   LEADERSHIP PHILOSOPHY SECTION
================================= */

.philosophy-section {
  padding: 100px 6%;
  background: #f4f8fb;   /* soft blue tint */
}

.philosophy-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
}

/* LEFT ACCENT BAR */
.philosophy-accent {
  width: 4px;
  background: #17435f;
  min-height: 260px;
}

/* RIGHT CONTENT */
.philosophy-content {
  flex: 1;
}

.philosophy-content h2 {
  font-size: 26px;
  margin-bottom: 30px;
  color: #17435f;
  font-weight: 600;
}

/* POINTS */
.philosophy-points .point {
  margin-bottom: 25px;
  padding-left: 10px;
}

.philosophy-points h4 {
  font-size: 16px;
  margin-bottom: 6px;
  color: #17435f;
  font-weight: 600;
}

.philosophy-points p {
  font-size: 14px;
  line-height: 1.6;
  color: #1f5c82;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 768px) {

  .philosophy-container {
    flex-direction: column;
  }

  .philosophy-accent {
    width: 60px;
    height: 3px;
    min-height: unset;
    margin-bottom: 20px;
  }

  .philosophy-content h2 {
    font-size: 22px;
  }
}