/* RESET */
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  .intro.section {
    margin-top: 10px; /* adjust this value as needed */
  }
}
@media (max-width: 600px) {
  .intro.section {
    margin-top: 30px; /* adjust this value as needed */
  }
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
/* Tablets */
@media (max-width: 1024px) {
  html {
    scroll-padding-top: 120px; /* adjust based on your header height */
  }
}

.boxer {
padding:30px;}

.boxer h2
{
font-size:1.2rem;
}




/* Large phones + small tablets */
@media (max-width: 768px) {
  html {
    scroll-padding-top: 190px; /* slightly more padding */
  }
}

/* Small phones */
@media (max-width: 480px) {
  html {
    scroll-padding-top: 190px; /* safest for tiny screens */
  }
}

#body {
    padding-top: 120px;
}
.disclaimer h2{
font-size: 1.2rem;
color:#B3AA7D;
margin-bottom:20px;}
.disclaimer a{color:grey}

.disclaimer ul{
list-style:none;
margin-bottom:20px;}
.disclaimer li{
font-size:10pt;
margin-bottom:25px;}
#disclaimer {
    padding-top: 120px;}
.disclaimer{
  padding-top:50px;
  text-align:left;}
.disclaimer p{text-align:justify;
font-size:10pt;
margin-bottom:25px;}
.disclaimer ul{text-align:left;
font-size:10pt;}


/* Top info bar ("bov") */
.bov {
  width: 100%;
  background: #E0DED3;     /* change to ANY color you want */
  color: black;
  padding: 0.4rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;           /* higher than header */
  
}

/* Larger social icons */
.bov .head_left svg {
  width: 16px;
  height: 16px;
}


/* left side links */
.bov .head_left {
  display: flex;
  align-items: center;  /* vertically center the icons inside the .bov section */
  height: 100%;
}
.bov .head_left a {
display: flex; 
line-height: 1;    
  align-items: center;
margin-right: 1rem;
  text-decoration: none;
  color: #111;
}

/* right side link */
.bov .head_right a {
  text-decoration: none;
  color: #111;#

}

.bov a:hover {
  color: #C2BB97;
}


/* Push the main header DOWN to avoid overlap */
header {
  margin-top: 30px;
 
 /* adjust depending on bov height */
}
/* Logo sizing in header */
header img {
  height: 175px;       /* sets the logo height */
     /* limit it so it doesn't get too large */
  width: auto;        /* keep aspect ratio */
}
.lang-flag {
  width: 20px;
  height: 12px;
  margin-right: 6px;
  border-radius: 2px;
  object-fit: cover;}

/* Desktop tweak */
@media (min-width: 1024px) {
  header img {
    height: 60px; /* slightly larger on desktop */
  }
}

/* Heading spacing */
h4 {
  padding-bottom: 10px;
}

/* Hamburger - hidden on desktop */
.mobile-menu-toggle {
  display: none;
  font-size: 30px;
  cursor: pointer;
}

/* Mobile / Tablet (≤1024px) */
@media (max-width: 1024px) {

  /* Header layout for mobile/tablet */
  header {
    display: flex;
    flex-direction: row;
    justify-content: space-between; /* logo left, hamburger right */
    align-items: center;
    width: 100%;
    padding: 10px 20px; /* optional spacing */
  }

  /* Show hamburger */
  .mobile-menu-toggle {
    display: block;
  }

  /* Hide nav by default */
  header nav {
    display: none;
    flex-direction: column;
    background: #F2F2F2;
    width: 100%;
    padding: 1rem 0;
  }

  /* Show nav when active */
  header nav.active {
    display: flex;
  }
}


/* TYPOGRAPHY */
body {
  font-family: "Montserrat", sans-serif;
  color: #1A1A1A;
  background: #fff;
  text-align: center;
  line-height: 1.6;
  padding-top: 100px; /* adjust based on header height */
}
.intro.section{background:white;
}


.shift {margin: 0 auto;
text-align:center;}
.intro.section p{color: grey;text-align:justify;}
.partners-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom:20px;
}
@media(max-width:1100px){
.intro.section p{color: grey;text-align:justify;}
}

.partners-scroll {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding: 2rem 0;
  scrollbar-width: none;
}

.partners-scroll::-webkit-scrollbar {
  display: none;
}

.partners-track {
  display: flex;
  gap: 3rem;
  padding: 0 2rem;
}

.partners-track img {
  width: 110px;
  height: auto;
  object-fit: contain;
  scroll-snap-align: center;
  filter: grayscale(0%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.partners-track img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}
#esmaller{width: 80px;
  height: auto;
  object-fit: contain;
  scroll-snap-align: center;
  filter: grayscale(0%);
  opacity: 0.7;
  transition: all 0.3s ease;}
#smaller{width: 90px;
  height: auto;
  object-fit: contain;
  scroll-snap-align: center;
  filter: grayscale(0%);
  opacity: 0.7;
  transition: all 0.3s ease;}
#larger{width: 160px;
  height: auto;
  object-fit: contain;
  scroll-snap-align: center;
  filter: grayscale(0%);
  opacity: 0.7;
  transition: all 0.3s ease;}
#elarger{width: 230px;
  height: auto;
  object-fit: contain;
  scroll-snap-align: center;
  filter: grayscale(0%);
  opacity: 0.7;
  transition: all 0.3s ease;}

#mxm{
  height: auto;              /* Standard height for ALL logos */
  width: 200px;               /* Keep proportions */
  object-fit: contain;       /* Prevent distortion */
  scroll-snap-align: center;
              /* Even spacing between logos */
  filter: grayscale(0%);   /* Professional look */
  
}

/* ---- DOTS ---- */

.partners-dots {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.partners-dots .dot {
  width: 7px;
  height: 7px;
  background: #bbb;
  border-radius: 50%;
  transition: background 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  color:#8F8864;
}

.partners-dots .dot.active {
  background: #111;
  transform: scale(1.2);
}

.partners-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.partners-track {
  display: flex;
  width: max-content;
  animation: partnersScroll 40s linear infinite;
  will-change: transform;
}

@keyframes partnersScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.partners-track img {
  transform: translateZ(0);
  will-change: transform;
}

.slick-dots li {
  transform: scale(0.6);
  opacity: 0.4;
}

.slick-dots li.slick-active {
  transform: scale(1);
  opacity: 1;
}






/* Headings — lighter and cleaner like SkyHire */
h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500; /* lighter, similar to SkyHire */
  color: black;
}

/* Sizes stay similar */

}

h2 { 
  font-size: 2rem; 
  margin-bottom: 0.5rem; 
}

h3 { 
  font-size: 1.2rem; 
  margin-bottom: 0.5rem; 
}

/* Global paragraph styling */
p {
justify-content: left;
text-align:justify;
font-size:11pt;
  font-family: 'Montserrat', sans-serif;
  color: grey;  /* default dark grey like SkyHire */
  font-weight: 400;
}
ul{color: grey;}


/* BUTTONS */
.btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.4rem 1.8rem;
  background: #B3AA7D;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
}
#intro{padding-top:20px;}
.intro {
    text-align: center;
}

.intro h1 {
margin-top:25px;
margin-bottom:5px;    
text-align: center;
font-size:2rem;
color:#B3AA7D;
}

.intro p {
    justify-content: left;
text-align:left;
font-size:11pt;
    max-width: 1140px;
    margin: 0 auto; /* keeps it nicely centered */
  
margin-top:20px;

}
.intro h2{text-align: center;
margin-top:25px;
color:#B3AA7D;}
.intro h4{margin-top: 0;
text-align: center;
margin:0;
}

.intro .btn {
    display: inline-block;
    margin-top: 20px;
    text-align: center;
}


.btn:hover {
  
  background: #C2BB97;
  transform: translateY(-2px);
  color:#8F8864;
}


/* HEADER */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #F2F2F2;
  color: black;
  padding: 0.3rem 2rem;

  display: flex;               /* puts logo left, nav right */
  justify-content: space-between;
  align-items: center;

  z-index: 999;
  
}

/* Logo */
.logo {
  height: 85px;
  width: auto;
}

/* Navigation links */
header nav a {
padding-top: 0.55rem;
  margin-left: 1rem;
  color: #111;
  text-decoration: none;
  font-weight: 400;
font-size:10pt;

}

header nav a:hover {
  color: #8F8864;
}


/* HERO */
/* ==== CLEAN SKYHIRE-STYLE HERO ==== */
#hero{padding-top:20px;}
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;


}

.hero-img {
  width: 100%;
  height: 60vh;          /* ✅ fixed height so it can "cover" */
  object-fit: cover;    /* ✅ prevents stretching */
background-color: #111;
object-position: center;
  display: block;

}

@media(max-width:800px){

.hero-img {
height: 50vh+100px;
    object-position: center 50%;
margin-bottom:-100px;
}
}

@media(max-width:600px){

.hero-img {
height: 50vh+150px;
    object-position: center 50%;
margin-bottom:-150px;
}
}


.hero h1 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 10px auto 0;
  line-height: 1.6;
}


/* SECTION LAYOUT */
.section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.section h1 { text-align: center;margin-top:25px;
margin-bottom:5px; }




/* SERVICES GRID */
/* --- SERVICES SECTION (Skyhire layout, your colors) --- */

.servicesint {
  /*padding: 120px 8%;*/
margin:0;
padding:0;
  text-align: center;
  background: #ffffff;
  
  color: #1a1a1a;
}
.servicesint h2{
  margin-top:25px;
  margin-bottom:5px;
  text-align: center;
  font-weight: 500;
  color: #B3AA7D;
}
.section.services h2{
  margin-top:25px;
  margin-bottom:5px;
  text-align: center;
  font-weight: 500;
  color: #B3AA7D;
}




.sImg {
  width: 100vw;       
  overflow: hidden;
  position: relative;
  margin: 0;           
  padding: 0;
  filter: grayscale(70%);
}

.sImg img {
margin:0;
padding:0;
  width: calc(100% + 50px);   /* stretch image to cover cropped left */
  height: 60vh;               /* fixed hero height */
  object-fit: cover;          /* fill container without distortion */
  display: block;
  margin-left: -50px;         /* crop 50px from left */
  object-position: center; 
margin-bottom:30px;   /* optional, centers vertically */
}

@media(max-width:800px){

.sImg img {
height: 60vh+100px;
margin-bottom:-100px;
}
}
@media(max-width:700px){

.SImg img {
height: 60vh+150px;
margin-bottom:-150px;
}




}


/* Headings */
.serviceint h1 {
  
  margin-top:25px;
margin-bottom:5px;
  font-weight: 500;
  
  color: #B3AA7D; /* your dark text */
}

.serviceint h4 {
  margin-top:0;
  color: #1a1a1a;  
  margin-bottom: 5px;
  text-align: center;
}


.serviceint p {
justify-content:right;  
text-align: justify;
  font-size: 11pt;
  max-width: 1130px;
  margin: 0 auto 20px auto;
}

.section.services p {
justify-content:right;  
text-align: justify;
  
  font-size: 11pt;
  max-width: 1140px;
  
}

.section.services{
text-align: center;
  background: #ffffff;
  
  color: #1a1a1a;
}


/* Image Wrapper */
.section.services .image img:hover {
  transform: scale(1.02);
  filter: brightness(1);
box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);

}
.section.services .grid img:hover{
  transform: scale(1.02);
  filter: brightness(1);
box-shadow: 0 30px 60px rgba(0,0,0,0.12)

}

/* Grid Layout */
.section.services .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 boxes per row */
  gap: 35px;
  max-width: 1200px;
  margin: 20px auto 0;
  text-align: left;
margin-bottom:60px;
margin-top:-10px;
}

/* Horizontal Service Box */
.section.services .service-box {
  background: #F2F2F2;

  border-radius: 5px;
  
  transition: 0.3s ease;
  font-size: 1.05rem;
box-shadow: 0 6px 15px rgba(0,0,0,0.12);
border-radius: 15px;
}

.section.services .service-box:hover {
  transform: translateY(-4px);
}

/* Service Content Flex Layout */
.service-box .service-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
border-radius: 15px;
}

.service-box .service-content {
  display: flex;
  height: 200px; /* adjust as needed */
  gap: 0;
border-radius: 15px;
}
.service-box .service-content img {
margin: 0;
  width: 30%;
  height: 100%;
  object-fit: cover;
border: 1px solid #F2F2F2;
border-radius: 15px;

 
}


.service-box .service-text {
  width: 70%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/* Image styling */



/* Text container */
.service-box .service-text {
  flex: 1;
}

.service-box .service-text strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 12px;
}

/* Lists with checkmarks */
.service-box .service-text ul {
  margin-top: 0;
  padding-left: 20px;
  color: #333;
  line-height: 1.6;
  list-style: none;
}

.service-box .service-text ul li {
  position: relative;
  font-size: 10pt;
  margin-bottom: 6px;
  padding-left: 1.5em;
}

.service-box .service-text ul li::before {
  content: "✓";
  color: #C2B28F;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10pt;
  line-height: 1.6;
}

/* ============================== */
/* RESPONSIVE FIXES               */
/* ============================== */

/* TABLET + PHONE */
@media (max-width: 1024px) {
  .section.services .grid {
    grid-template-columns: 1fr;   /* 1 per row */
  }

  .service-box .service-content {
    flex-direction: column;       /* stack image + text */
    height: auto;                 /* remove fixed height */
    text-align: left;
    align-items: center;
  }

  .service-box .service-content img {
    width: 100%;
    height: auto;
    max-height: 280px;
    border-radius: 5px;          /* full rounded */
    object-fit: cover;
  }

  .service-box .service-text {
    width: 100%;
    padding: 25px 18px;
    text-align: left;
  }
.service-box. service-text strong{margin-left:-10px;}

  .service-box .service-text ul {
    margin-left: 30px;             /* center list */
  }

  .service-box .service-text ul li {
    padding-left: 0;
  }

  .service-box .service-text ul li::before {
    position: static;
margin-left: -1em;
    margin-right: 6px;
  }
}

/* PHONE SMALL */
@media (max-width: 1024px) {
.service-box .service-text ul {
  list-style: none;
  padding-left: 0;
  margin-left: 15px;
text-align:left;
}

.service-box .service-text ul li {
  font-size: 0.9rem;
  padding-left: 0;

}

}




/* COMPANY APPLICANTS SECTION */
.company-applicants {
  background: white;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 35px;
  padding: 4rem 1rem;
  max-width: 1200px;
  margin: -35px auto 0 auto; /* same effect without breaking layout */
  font-size: 0.8rem;
}

/* Each column */
.company-applicants .column {
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 15px;
box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  display: flex;
  flex-direction: column;
  gap: 1rem; /* consistent spacing between elements */

}

/* ------------------ COMPANY COLUMN ------------------ */
.column.companies {
  background: #F2F2F2;
}

.column.companies h2 {
  font-size: 1.6rem;
  text-align: center;
  color: #B3AA7D;
  margin: 0; /* align h2s across both columns */
}

.column.companies h4 {
  text-align: center;
  margin: 0 0 1rem 0;
}

.column.companies p {
  color: #404040;
  font-size: 10pt;
}

.column.companies ul {
  font-size: 10pt;
  list-style: none;
  color: #404040;
  padding: 0;
text-align:left;
}
.column.companies li {font-size:10pt;}


.column.companies ul li::before {
  content: '✓';
  color: #B3AA7D;
  margin-right: 6px;
}

/* ------------------ APPLICANTS COLUMN ------------------ */
.column.applicants {
  background: #2A2F3D;
  color: white;
}

.column.applicants h2 {
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
  color: #B3AA7D;
}

.column.applicants h4 {
  text-align: center;
  margin: 0 0 1rem 0;
}

.column.applicants p {
  margin: 0 0 1rem 0; /* aligned with company column */
font-size:10pt;
}

.column.applicants ul {
  list-style: none;
  padding: 0;
  font-size: 10pt;
text-align:left;
margin-bottom:27px;
}

.column.applicants li{font-size:10pt;}

.column.applicants ul li::before {
  content: '✓';
  color: #B3AA7D;
  margin-right: 6px;
}

/* ------------------ HEADINGS (global) ------------------ */
.company-applicants h2 {
  text-align: center;
}

/* ------------------ PARAGRAPHS ------------------ */
.company-applicants p {
  line-height: 1.6;
text-align: left;
}

/* ------------------ IMAGES ------------------ */
.company-applicants img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 1px;
  margin: 0 auto 1rem auto; /* perfectly aligns images */
}

/* ------------------ BUTTONS ------------------ */
.company-applicants .btn,
.btn.fancy {
  display: block;
  width: 300px;
  margin: 1rem auto 0 auto;
  padding: 0.8rem 1.8rem;
  background: #B3AA7D;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
  text-align: center;
  transition: 0.3s ease;
}

.company-applicants .btn:hover,
.btn.fancy:hover {
  background: #C2BB97;
  transform: translateY(-2px);
}
@media(max-width:925px){
.column.applicants ul{


margin-left:20px;
}

.column.companies ul{


margin-left:20px;
}
.column.companies ul li::before {
margin-left: -1.4em;
}



.column.applicants ul li::before {
  content: '✓';
  color: #B3AA7D;
  margin-right: 6px;
margin-left: -1em;
}



}
@media(max-width:380px){
.company-applicants .btn{margin: 0.2rem auto 0 auto;width: 200px;}
}

/* INDUSTRY GRID */
/* Section Layout */
.titulo {
margin-top:30px;  
text-align: center;
  
}

.titulo h2 {
  
  font-weight: 500;
  color: #B3AA7D;
  padding-left: 40px;
  letter-spacing: 1px;
  position: relative;
}

/* Elegant underline accent */


.indusimage img{ width: 100%;
  height: auto;
  max-height: 65vh;   /* ← adjust this to control visible height */
  
  display: block;
filter: grayscale(70%);}
  .industryfocusI{margin:0;
  padding:0;}
  
  .indusimage {
  width: 100vw;       
  overflow: hidden;
  position: relative;
  margin: 0;           
  padding: 0;
  filter: grayscale(70%);
}

.indusimage img {
margin:0;
padding:0;
  width: calc(100% + 50px);   /* stretch image to cover cropped left */
  height: 60vh;               /* fixed hero height */
  object-fit: cover;          /* fill container without distortion */
  display: block;
  margin-left: -50px;         /* crop 50px from left */
  object-position: center; 
margin-bottom:30px;   /* optional, centers vertically */
}

@media(max-width:800px){

.indusimage img {
height: 60vh+100px;
margin-bottom:-100px;
}
}
@media(max-width:700px){

.indusimage img {
height: 60vh+150px;
margin-bottom:-150px;
}




}
  
.industryfocus{background: white;}
.industryfocus h2{text-align: center;
font-size: 2rem;
  font-weight: 500;
color: #B3AA7D;  
  margin-bottom: 5px;}
.industryfocus p{text-align: center;}
:root {
  --dark: #2A2F3D;
  --gold: #B3AA7D;
  --light: #E0DED3;
  --bg: #E9E8E8;
}

.industry-grid {
  display: grid;
   background: white;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.industry-card {
  background: white;
  border-radius: 12px;
  padding: 20px 10px;
  text-align: center;
  cursor: default;
box-shadow: 0 6px 15px rgba(0,0,0,0.12);
  
  transition: 0.25s ease;
}

.industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.icon-circle {
  width: 64px;
  height: 64px;
  background:white;
  /*background: var(--light);*/
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px auto;
  transition: 0.25s ease;
  color: #B3AA7D;


}

.industry-card:hover .icon-circle {
  background: var(--gold);
  color: white;
}

.icon-circle svg {
  width: 36px;
  height: 36px;
  stroke-width: 4;
  stroke: currentColor;
  fill: none;
}

.industry-card span {
  font-size: 0.95rem;
  font-weight: 350;
  color: var(--dark);
}

@media (max-width: 1024px) {
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 600px) {
  .industry-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .industry-card {
    padding: 24px 16px;
  }
}



/* EXPERTISE GRID */

/* --- EXPERTISE SECTION | CHECKMARK BULLETS | SHADOWLESS --- */

.section.expertise {
margin-bottom:25px;
  background: white;
  
  text-align: center;
}

/* HEADINGS */
.expertise h2 {
  margin-top:70px;
margin-bottom:5px;
  margin-bottom: 5px;
  color: #B3AA7D;


  text-align: center;
  font-weight: 500;
  
  
}

.expertise p {
  font-size:10pt;
  color: #555;
  margin: 0 auto;
  max-width: 650px;
  line-height: 1.7;
}

/* GRID */
.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 1200px;
  margin: 5px auto;
}

/* CARD */
.expertise-card {
  display: flex;
flex-direction: row;
  background: #F2F2F2;
  border-radius: 15px;
    overflow: hidden; /* IMPORTANT — forces image to fill height */
  height: 200px; /* keeps consistent row height */
box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* IMAGE LEFT */
.expertise-card img { width: 35%; height: 100%; object-fit: cover; display: block; border-radius: 15px; filter: grayscale(100%); }

/* TEXT RIGHT */
.expertise-card-content {
  width: 65%;
  padding: 4px 5px;
  display: flex;
  flex-direction: column;
  text-align:left;
}

/* TITLES */
.expertise-card h4 {
  text-align:left;
font-size:10pt;
  color: #111;
margin-left:10px;
}

/* BULLETS */
.expertise-card ul {
  margin: 0;
  padding-left: 20px;
  color: #444;
  font-size: 10pt;
  line-height: 1.5;
  list-style: none;
text-align:left;
}
.expertise-card li{font-size: 10pt;}

.expertise-card ul li {
  margin-bottom: 2px;
}

.expertise-card ul li::before {
  content: "✓";
  color: #C2B28F;
  margin-left: -1em;
  margin-right: 0.3em;
}

.expertise-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.expertise-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .expertise-grid {
    grid-template-columns: 1fr;
  }

  .expertise-card {
    min-height: 200px;
  }
}

/* Values Strip Section */
.values-strip {
  background: #2A2F3D;
  padding: 3rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;            /* Desktop fixed height */
}

/* Container */
.values-container {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/* Words */
.value-item span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #B3AA7D;
  
  letter-spacing: 1px;
}

/* Divider line */
.value-separator {
  width: 2px;
  height: 28px;
  background: #B3AA7D;
  opacity: 0.8;
}

/* ======================= */
/* RESPONSIVE BEHAVIOUR    */
/* ======================= */
@media (max-width: 1024px) {
  .values-strip {
    height: auto;         /* allow dynamic height */
    padding: 2rem 1rem;
  }

  .values-container {
    gap: 1.2rem;
  }

  .value-item span {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .values-strip {
    height: auto;          /* remove fixed height */
    padding: 2.2rem 1rem;
  }

  .values-container {
    flex-direction: column;
    gap: 1rem;
  }

  .value-separator {
    display: none;
  }

  .value-item span {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .value-item span {
    font-size: 1.15rem;
    letter-spacing: 0.5px;
  }
}




/* ABOUT SECTION LAYOUT */
/* Layout wrapper */

.about {
    background: white;
    color: #333333;
    
  width: 100%;
  max-width: 100vw;

  margin: 0;
  padding: 0;

  position: relative;
  left: 0;
  right: 0;
}
#about {
    padding-top: 5px;
}

.about h1 {

    

margin-bottom:5px;
padding-bottom:0px;
   
  text-align:center;
}
.about h2 {
    
  margin-top:30px;
margin-bottom:5px;
  
  color: #B3AA7D;
  text-align:center;
}
.about h4 {
    
  text-align:center;
}



.about p {
    justify-content:right;  
text-align: justify;
  
  font-size: 11pt;
  max-width: 1140px;
    margin-bottom: 1rem;
margin: 0 auto 10px auto;
  
}
.topper{
margin-bottom:60px;
text-align:justify;
}
.about-bottom {
    
max-width: 1150px;       /* same as paragraphs */
    margin: 50px auto;       /* centers within layout */
    display: flex;
    align-items: center;
    gap: 40px;               /* small gap between text + button */
    padding: 0 12px;         /* ensures same side padding as text */
}

.about-bottom p {
    margin: 0;
}

.about-bottom a {
    margin: 0;
font-size:10pt;
white-space: nowrap;
}


/* Wrapper for left and right columns */
.about-wrapper {
margin-top:40px;
max-width:1150px;  
margin-bottom: 50px;
    display: flex;
    gap: 20px;
    align-items: stretch;
    margin-top: 30px;
margin: 0 auto 10px auto;

flex-direction: row-reverse;
}

@media (max-width: 1140px){
about-wrapper{
max-width:1050px;
gap:10px;
}
.lefty{
padding-left:10px;  
padding-right:70px;
border: 1px solid white;
border-radius:10px; 
box-shadow: 0 6px 15px rgba(0,0,0,0.12);
margin-bottom:20px;
}
.righty{
  padding-left:10px;
padding-right:10px;
border: 1px solid white;
border-radius:10px; 
box-shadow: 0 6px 15px rgba(0,0,0,0.12);
margin-bottom:20px;


}


}

/* Left & Right columns */
.lefty, .righty {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 300px;
}

.lefty{
padding-left:20px;  
padding-right:60px;
border: 1px solid white;
border-radius:10px; 
box-shadow: 0 6px 15px rgba(0,0,0,0.12);
margin-bottom:20px;
}
.righty{
  padding-left:30px;
padding-right:60px;
border: 1px solid white;
border-radius:10px; 
box-shadow: 0 6px 15px rgba(0,0,0,0.12);
margin-bottom:20px;


}

/* Section titles */
.lefty h3, .righty h3 {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 20px;
    font-weight: 500;
}
.righty h3
{
margin-top:20px;
}
.lefty h3{
margin-top:20px;
}
.righty p{
justify-content: right;}

/* LEFT: 2x2 grid of investment managers */
.left_in {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

/* Each person card */
.left_in .person {
    display: flex;
    align-items: flex-start;  /* <— THIS FIXES THE ALIGNMENT */
    gap: 10px;
}

.left_in .person ul, li{
font-size:10pt;
}
.square-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 12px; /* optional */
}

/* Circular images */
.left_in img {
    width: 100px;
    height: 100px;
    object-fit: cover;
aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 2px solid black;
    flex-shrink: 0;
}
.person {
    display: flex;
    align-items: center;  /* keeps image + text vertically aligned */
    gap: 15px;
}

.person-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* keeps text aligned at top */
    width: 150px; /* set your desired width */
}

.person-text p {
    margin: 0;
    padding: 0;
    text-align: left;
}

.person-text ul {
    margin: -5px 0 0 0;
    padding-left: 10px; 
    list-style: none;
    text-align: left;
}

.person-text li {
    font-size:10pt;
    margin-left: 0; /* remove any offset */
}



/* Person text */
.left_in h4 {
    
    text-align:left;
font-size:10pt;
  color: #111;
margin-left:10px;
}
.righty {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* ensures director image aligns to top */
}


/* RIGHT: Director image with text */
.righty .director {
    display: flex;
    gap: 20px;
    align-items: flex-start; /* aligns image with top of left grid's first row */
    padding: 5px;
justify-content: flex-end;
}

.righty .director img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid black;
    flex-shrink: 0;
    margin-top: 0; /* ensures it starts at same height as first row */
}

@media (max-width: 1180px){


}


.righty .director p {
    flex: 1;
    font-size:11pt;
    line-height: 1.5;
    align-self: flex-end; /* moves this specific item to the right */
    text-align: justify;
}

/* About section responsive fixes */
@media (max-width: 1180px) {

    .about-wrapper {
        flex-direction: column; /* already stacking vertically */
    }

    .righty {
        order: -1; /* moves the director section above the team section */
    }

    .lefty {
        order: 0; /* default */
    }


.topper{
padding:25px;
margin-bottom:-5px;}
  /* Stack left/right wrapper vertically */
  .about-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  /* Left column */
  .lefty {
    padding-right: 0;
    
  }

  /* Section title alignment */
  .lefty h3 {
    text-align: center;
    margin-left: 0;
  }

  /* Team grid: single column, center items */
  .left_in {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 0;
    gap: 10px;
    justify-items: center; /* centers each person */
  }

  /* Person card: column layout, center content */
  .left_in .person {
    flex-direction: column;
    align-items: center; /* aligns image + text */
    text-align: center;
  }

  /* Person text */
  .person-text {
    margin-left: 0;
  }

  /* Marion specific fix */
  #marion {
    margin-left: 0; /* reset custom margin */
  }
.righty {
 padding-left: 35px;;
    padding-right: 25px;
    margin-left: 0;
    margin-right: 0;
}


  /* Right column (director) */
  .righty .director {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto 10px auto;
  }
.righty h3{
text-align:center;
margin-left:-40px;}

  .righty .director img {
    margin: 0 auto 10px auto;
  }
.righty.director p{
padding-right:20px;
}

  /* About bottom: stack + center button */
  .about-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin-top: 50px; /* extra space from above */
padding:40px;
  }

  .about-bottom a {
    margin: 0; /* remove extra margins */
  }
}

/* Extra small mobile tweak (≤600px) */
@media (max-width: 600px) {
  .about-bottom {
    gap: 8px; /* smaller gap */
    padding: 0 30px;
  }
}
@media(max-width:330px){
.left_in {
    grid-template-columns: 1fr;
    
  }

}
#reference{padding-top:30px;
padding-bottom:30px;}

.section.reference h2{color:#B3AA7D;
text-align:center;}

.referenceI{margin:0;
  padding:0;}

.better img{ width: 100%;
  height: auto;
  max-height: 65vh;   /* ← adjust this to control visible height */
  
  display: block;
filter: grayscale(70%);}
  .industryfocusI{margin:0;
  padding:0;}
  
  .better {
  width: 100vw;       
  overflow: hidden;
  position: relative;
  margin: 0;           
  padding: 0;
  filter: grayscale(70%);
margin-top:-50px;
margin-bottom:-25px;
}

.better img {
margin:0;
padding:0;
  width: calc(100% + 50px);   /* stretch image to cover cropped left */
  height: 65vh;               /* fixed hero height */
  object-fit: cover;          /* fill container without distortion */
  display: block;
  margin-left: -50px;         /* crop 50px from left */
  object-position: center; 
 /* optional, centers vertically */
}


.section.reference h4,p{text-align:center;}
.section.reference p{

justify-content:right;  
text-align: justify;
  
  font-size: 11pt;
  max-width: 1140px;}



.references_grid {
  
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 3 per row */
  gap: 0.5rem;
  margin-top: 2rem;
  justify-items: center;
}

.ref_card {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;

  background: #fff;
  
  border-radius: 12px;

  
  
}

.ref_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.ref_card img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  filter: grayscale(0%);
  transition: filter 0.3s ease;
}

.ref_card:hover img {
  filter: grayscale(0%);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .references_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.reference h1{
  text-align: center;
  
}

/* SECTION WRAPPER */
#key-facts{padding-top:5px;
margin-bottom:0;}


    .key-facts {
  background: #2A2F3D;

  width: 100%;
  max-width: 100vw;

  margin: 0;
  padding: 0;

  position: relative;
  left: 0;
  right: 0;

  color: #fff;
}





/* MAIN CONTAINER */
.facts-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    height: 100px;
}


/* TITLE */
.facts-container h2 {
    font-size: 1.8rem;
    font-weight: 500;
    color: #B3AA7D;
    margin: 0;
    white-space: nowrap;
}

/* GRID */
.facts-grid {
margin-top:40px;    
display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    width: 100%;
    text-align: center;


}

/* INDIVIDUAL ITEM */
.fact-box {
    background: none;
    border: none;
    padding: 0 10px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* FACT ICON */
.fact-icon {
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 0.3rem;
}

/* FACT LABEL */
.fact-box h3 {
    font-size: 1rem;
    font-weight: 100;
    margin: 0;
    color: white;
}

@media (max-width: 1100px){

/* SECTION WRAPPER */
#key-facts{padding-top:5px;
margin-bottom:0;}


    .key-facts {
  background: #2A2F3D;

  width: 100%;
  max-width: 100vw;

  margin: 0;
  padding: 0;

  position: relative;
  left: 0;
  right: 0;

  color: #fff;
}





/* MAIN CONTAINER */
.facts-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    height: 100px;
}


/* TITLE */
.facts-container h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #B3AA7D;
    margin: 0;
    white-space: nowrap;
}

/* GRID */
.facts-grid {
margin-top:40px;    
display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    width: 100%;
    text-align: center;


}

/* INDIVIDUAL ITEM */
.fact-box {
    background: none;
    border: none;
    padding: 0 5px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* FACT ICON */
.fact-icon {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 0.3rem;
}

/* FACT LABEL */
.fact-box h3 {
    font-size: 1rem;
    font-weight: 100;
    margin: 0;
    color: white;
}

}



/* ============================== */
/* TABLET RESPONSIVE (<= 900px)   */
/* ============================== */

@media (max-width: 900px) {
    .facts-container {
        flex-direction: column;
        gap: 20px;
        text-align: center;
min-height: 100px;
    height: auto;
    }

    .facts-container h2 {
        white-space: normal;
        font-size: 1.7rem;   /* slightly smaller */
    }

    .facts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        width: 100%;
        justify-items: center;
margin-top:-10px;
    }

    .fact-icon {
        font-size: 1.5rem;
    }

    .fact-box h3 {
        font-size: 0.95rem;
    }
}

/* ============================== */
/* PHONE RESPONSIVE (<= 600px)    */
/* ============================== */

@media (max-width: 600px) {
    .facts-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .facts-container h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .fact-icon {
        font-size: 1.35rem;
    }

    .fact-box h3 {
        font-size: 0.9rem;
    }
}
.quote-strip {
  background: #2A2F3D;
  height: 100px;              /* fixed height */
  display: flex;
  justify-content: center;     /* horizontally center the container */
  align-items: center;         /* vertically center the container */
  padding: 0 1rem;
  text-align: center;
}

.quote-container {
  max-width: 1200px;
  width: 100%;
}

.quote-text {
  color: #B3AA7D;
font-size: clamp(0.9rem, 1.35rem, 1.35rem);
  font-weight: 500;
  line-height: 1.2;
  margin: 0;                   /* remove default spacing */
}

.quote-author {
  color: #B3AA7D;
  font-size: 10pt;
  font-weight: 400;
  text-align: right;           /* aligns author to the right under the quote */
  margin-top: 5px;             /* spacing between quote and author */
}


@media(max-width:1150){
/* QUOTE STRIP */
.quote-strip {
  background: #2A2F3D;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: auto;          /* fixed height */
  padding: 0 1rem;
  overflow: hidden;       /* ensures text doesn't overflow */
}

/* CONTAINER */
.quote-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/* QUOTE TEXT */
.quote-text {
  color: #B3AA7D;
  font-weight: 500;
  line-height: 1;          /* tight line height */
  white-space: nowrap;      /* forces single line */
  overflow: hidden;
  text-overflow: ellipsis;  /* adds ... if too long */
  
  /* Responsive font-size that fits nicely */
  font-size: clamp(0.8rem, 4vw, 1.2rem);
}

.quote-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 0 1rem;
  overflow: hidden; /* prevents text spilling */
}

.quote-text {
  white-space: nowrap;      /* prevents wrapping */
  overflow: hidden;
  text-overflow: ellipsis;  /* optional: adds ... if too long */
  font-size: clamp(0.7rem, 2vw, 1rem); /* scales font based on viewport */
}


/* AUTHOR */
.quote-author {
  color: #B3AA7D;
  font-size: 10pt;
  font-weight: 400;
  text-align: center;
  margin: 0.2rem 0;
}

}



/* ============================== */
/* TABLET (<= 900px)              */
/* ============================== */
@media (max-width: 900px) {
  .quote-strip {
    height: auto;            /* remove fixed height */
    padding: 2.5rem 1rem;     /* restore spacing */
  }

  .quote-text {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .quote-author {
    text-align: center;
    font-size: 1.1rem;
  }
}

/* ============================== */
/* PHONE (<= 500px)               */
/* ============================== */
@media (max-width: 500px) {
  .quote-strip {
    height: auto;            /* mobile = natural height */
    padding: 2rem 1rem;
  }

  .quote-text {
    font-size: 1.25rem;
  }

  .quote-author {
    font-size: 1rem;
  }
}


/* CONTACT SECTION */
#contact {
    padding-top: 25px;
}
.contact {
  padding: 4rem 2rem;
  background: white; /* section background */
  color: black;
}

.contact h2 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 25px;
  color: #B3AA7D;
}

.contact p {
  text-align: center;
  margin-bottom: 3rem;
  color: black;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.contact-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;

}

.contact-info {
  background: #E0DED3; /* light gray */
  color: #333;
  flex: 1 1 300px; /* narrower than form */
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
margin-top:20px;

}

.contact-info h2 {
  text-align: left;
  margin-bottom: 1rem;
}

.contact-info ul {
  list-style: none;
  padding: 0;
  
}
/* Make the address sit next to the icon */
.contact-info ul li {
  display: flex;
  align-items: flex-start; /* align icon and address at top */
  gap: 8px;               /* space between icon and address */
}

/* Make each line in the address justified and block */
.contact-info .address span {
  display: block;
  text-align: justify;     /* justify each line */
  line-height: 0.1;        /* spacing between lines */
}


.contact-info ul li {
  margin-bottom: 0.75rem;
  font-weight: 500;
}

.contact-info a {
  color: #FF6C00;
  text-decoration: none;
}
.contact-map {
  width: 100%;
  height: 800px;            /* full height of section */
}

.contact iframe {
  width: 100%;
  height: 65%;
  maximum-height:250;/* fill parent */
  border-radius: 4px;
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: block;
}


.contact-form {
margin-top: 20px;  
background: #2A2F3D; /* dark gray */
  color: #fff;
  flex: 1 1 500px; /* wider form */
  border-radius: 5px;
  padding: 2rem;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.contact-form form {
  display: grid;
  gap: 1rem;
}

.contact-form .form-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.contact-form .form-group {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
}

.contact-form label {
  margin-bottom: 0.25rem;
  font-weight: 600;
  color: #fff;
text-align:left;
}

.contact-form input,
.contact-form textarea {
  padding: 0.75rem 1rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
  background: #fff;
  color: #333;
  transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #FF6C00;
  box-shadow: 0 0 6px rgba(255,108,0,0.3);
}

/* Consent checkbox */
.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.form-consent input[type="checkbox"] {
  margin-top: 4px;
}

.form-consent a {
  color: #B3AA7D;
  text-decoration: none;
}

.contact-form .btn {
  padding: 0.75rem 2rem;
  background: #B3AA7D;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-form .btn:hover {
  background: #C2BB97;
  transform: translateY(-2px);
}

* Contact form - mobile tighter spacing */
@media (max-width: 600px) {
    .contact-form .form-row {
        flex-direction: column;  /* stack inputs vertically */
        gap: 6px;                /* smaller gap between inputs */
        margin-bottom: 8px;      /* smaller gap between rows */
    }

    .contact-form .form-group label {
        margin-bottom: 3px;      /* label closer to input */
        font-size: 0.9rem;
    }

    .contact-form textarea {
        margin-bottom: 8px;      /* reduce spacing below textarea */
    }

    .contact-form .form-consent {
        margin-bottom: 8px;      /* tighten checkbox spacing */
    }

    .contact-form .btn {
        margin-top: 5px;          /* button closer to form */
    }
}
@media (max-width: 900px) {
    .contact-map iframe {
        width: 100%;       /* fill container width */
        max-width: 100%;   /* prevent overflow */
        height: 180px;     /* keep mobile-friendly height */
        border: 0;         /* optional: remove default border */
    }

    .contact-form {
        margin-top: 20px;  /* keep form pushed down */
    }
}

/* Social Section */
.social-section {
  background: #E0DED3;
  
  text-align: center;
  color: white;
padding-bottom: 0;
  /*margin-top: 4rem;*/
}
.social-section::after {
  content: "";
  display: block;
  height: 1px;        /* adjust if needed */
  background: #E0DED3; /* matches section color */
}

.social-section h2 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: white;
}

.social-icons {
margin-top:-10px;
  
display: flex;
  justify-content: center;
  gap: 1.5rem;
margin-bottom:13px;
}

.social-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #B3AA7D;
  transition: 0.3s ease;
}

.social-icon:hover {
  background: #C2BB97;
  transform: translateY(-3px);
}





/* FOOTER */
footer {
  text-align: center;
  
  background: #111;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .company-images img, .workims img { width: 100%; height: auto; }
  header { flex-direction: column; }
  header nav { margin-top: 1rem; }
}
/* Back to Top Button */
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 12px 16px;
  font-size: 20px;
  background: #B3AA7D;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: none;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: opacity 0.3s ease;
}

#backToTop:hover {
  background: #8F8864;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px; /* base size */
}




/* Basic reset */
.footer {
  background: #2A2F3D;
  color: #ccc;
  padding: 50px 0 20px;
  font-family: Arial, sans-serif;
}

.footer-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 0 20px;
margin-top:-35px;
margin-bottom:-20px;
}
.footer-col{width: fit-content;  /* shrink to the width of the list */
  margin: 0 auto;      /* center the list container */
  text-align: left;}

.footer-col h3,
.footer-col h4 {
  color: #fff;
  
  font-size: 1.1rem;
}

.footer-col p {
  line-height: 1.6;
  font-size: 0.99rem;
  text-align:center;
}

.footer-col ul {
margin-top:-5px;
  list-style: none;
  padding: 0;
 
}

.footer-col ul li {
  margin: 8px 0;

color:grey;

}
.footer-col li{font-size: 0.95rem;
}

.footer-col ul li a {
  text-decoration: none;
  color: grey;
  transition: 0.2s;
  font-size: 0.99rem;
}

.footer-col ul li a:hover {
  color: #fff;
}

/* Social icons placeholder */
.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.footer-socials a {
  width: 32px;
  height: 32px;
  background: #222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}

.footer-socials a:hover {
  background: #444;
}

/* Bottom strip */
.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 40px;
  text-align: center;
  padding-top: 15px;
  font-size: 0.9rem;
  color: #777;
}



/* Footer mobile alignment fix */
@media (max-width: 900px) {
  .footer-wrapper {
    display: flex;
    flex-direction: column;   /* stack columns vertically */
    align-items: center;      /* center all columns */
    gap: 20px;                /* spacing between columns */
  }

  .footer-col {
    width: 100%;              /* make all columns same width */
    max-width: 300px;         /* optional: limit width for readability */
    text-align: center;       /* center text inside each column */
  }

  .footer-col ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .footer-col ul li {
    margin: 5px 0;           /* vertical spacing for list items */
  }

  .footer-col a {
    display: inline-block;
    text-align: center;
  }
}
/* --- Footer: force perfect top alignment on desktop --- */
@media (min-width: 901px) {
  /* Ensure grid items align at the top */
  .footer-wrapper {
    display: grid;                 /* keep grid */
    grid-template-columns: repeat(4, 1fr);
    align-items: start;            /* <-- make all columns start at the same top */
    gap: 40px;
  }

  /* Make each column a column-flex that starts at the top */
  .footer-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;   /* ensure content stacks from the top */
    align-items: flex-start;       /* keep left-aligned text on desktop */
    width: auto !important;        /* override fit-content */
    margin: 0 !important;          /* override centering */
    text-align: left;              /* keep desktop left alignment */
  }

  /* Normalize heading spacing */
  .footer-col h3,
  .footer-col h4 {
    margin: 0 0 8px 0;             /* consistent bottom gap */
    line-height: 1.2;
  }

  /* Remove any top margin on ul that could push content down */
  .footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  /* Ensure the first column ul aligns exactly with the others */
  .footer-col:first-child ul {
    margin-top: 0;
  }

  /* Small adjustment for the copyright text if needed */
  .footer-col p {
    margin: 0;
    padding: 0;
    text-align: left;
  }
}
.footer-col > *:first-child {
  margin-top: 0; /* remove any top margin from first element */
}

