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

@font-face {
  font-family: "Mona Sans";
  src: url("../font/Mona_Sans/Mona-Sans.woff") format("woff"),
    url("../font/Mona_Sans/Mona-Sans.woff2") format("woff2");
}

@font-face {
  font-family: "Mona Sans Regular";
  src: url("../font/Mona_Sans/WOFF/Mona-Sans-Medium.woff") format("woff"),
    url("../font/Mona_Sans/WOFF/Mona-Sans-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Mona Sans Light";
  src: url("../font/Mona_Sans/WOFF/Mona-Sans-Light.woff") format("woff");
}

body {
  font-family: "Mona Sans", sans-serif;
  background: #fff;
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;         
  padding-left: 4rem;        
  padding-right: 4rem;
  padding-bottom: 2rem;      
  gap: 2rem;                 
  margin: 0 auto;           
  max-width: 1440px;
  width: 100%;
  flex-wrap: nowrap;
}

.navbar > a {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

/* Logo container */
.navbar-left {
  display: flex;
  align-items: center;
}

.logo {
  max-width: 170px;
  height: auto;
  display: block;
  overflow: hidden;
}

/* Center capsule menu */
.navbar-center {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: center;
}

.menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0 0.5rem;
}

.menu-item {
  position: relative;
  display: flex;
  align-items: center;
}

.menu-item > a,
.menu-item > button {
  padding: 10px 15px;
  font-size: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
}


/* Optional hover effect */
.menu-item > a:hover,
.menu-item > button:hover {
  color: #F88701;
}

.menu-item:hover .dropdown-toggle {
  background-color: #FFF7ED;
  color: #F88701;
  border-radius: 8px;
}

.menu-item:hover .dropdown-toggle a{
  background-color: #FFF7ED;
  color: #F88701;
  border-radius: 8px;
}

.dropdown-toggle {
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 8px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  z-index: 999;
  padding: 10px 15px;
  gap: 10px;
  flex-wrap: nowrap;
  flex-direction: row;
  white-space: nowrap;
  transition: none;
}


/* Show dropdown-menu only when hovering over .dropdown-toggle */
.dropdown-toggle:hover .dropdown-menu {
  display: flex !important;
}

.menu-item:hover .dropdown-menu {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 16px;
  padding: 15px;
  transition: none;
}



.column {
  display: flex;
  flex-direction: column;
  min-width: 160px;
}

.two-columns {
  display: flex;
  gap: 20px;
  background-color: #fff;
  padding: 10px 0;
}

.column a {
  display: block;
  padding: 8px 12px;
  margin-bottom: 6px;
  text-decoration: none;
  color: #333;
  border-radius: 8px;
  border: none;
}

.column a:hover,
.column a:focus,
.column a:active {
  border: 2px solid #fbd5a9;
  background-color: #FFF7ED !important;
  color: #F88602;
}

.column a:last-child {
  margin-bottom: 0;
}

.dropdown-menu .column {
  display: flex;
  flex-direction: column;
}

.dropdown-menu a {
  padding: 5px 10px;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-menu a:hover {
  background-color: #f0f0f0;
}


.vertical-menu {
  display: flex;
  flex-direction: column;
  min-width: 150px; /* adjust as needed */
}

.vertical-menu a {
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
}

.vertical-menu a:hover {
  border: 2px solid #fbd5a9;
  background-color: #FFF7ED !important;
  color: #F88701;
}

.navbar-right {
  padding: 0;
  display: flex;            /* Ensure layout consistency */
  justify-content: flex-end; /* Align button to the right */
  align-items: center;
}

.contact-btn {
  background: #F88602;
  color: white;
  border: none;
  border-radius: 2rem;
  padding: 0.5rem 1.2rem;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.95rem;
  white-space: nowrap;        /* Prevent line breaks */
  min-width: 120px;           /* Optional: keeps consistent size */
  transition: background 0.3s;
}

/* Optional hover/focus styles for consistent UX */
.contact-btn:hover,
.contact-btn:focus {
  background: #d86f00;
  outline: none;
}

.get-started-btn {
  padding: 10px 60px 10px 40px;
  border-radius: 25px;
  text-decoration: none;
  font-style: normal;
  /* font-weight: 400; */
  font-size: 16px;
  line-height: 15px;
  color: #000000;
  background-color: transparent;
  position: relative;
  display: inline-flex;
  align-items: center;  
}

.get-contact-btn {
  padding: 12px 60px 10px 40px;
  border-radius: 25px;
  text-decoration: none;
  font-style: normal;
  /* font-weight: 400; */
  font-size: 16px;
  line-height: 15px;
  /* color: #000000; */
  color: #ffffff;
  background-color: transparent;
  position: relative;
}

.get-started-btn .get-started-text {
  font-style: normal;
  /* font-weight: 400; */
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  color: #000000;
}

.get-started-icon {
  margin-left: 30px;
  padding: 10px 8px;
  border-radius: 25px;
  background-color: #F88701;
  position: absolute;
  height: 42px;
  width: 42px;
  display: inline-flex;
  justify-content: right;
  align-items: center;
  right: 0;
  top: 0;
  z-index: -1;
}

.get-started-btn:hover .get-started-icon {
  width: 100%;
  color: #ffffff;
  border-radius: 25px;
  justify-content: right;
  background-color: #F88701;
}

.get-contact-btn:hover .get-started-icon {
  width: 100%;
  color: #ffffff;
  border-radius: 25px;
  justify-content: right;
  background-color: #F88701;
}

.get-contact-btn:hover .contact-text {
  color: #ffffff;
}

.get-started-btn:hover .get-started-text {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 900px) {
  .navbar {
    flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 1rem;
  }

  .navbar-center {
    max-width: 100%;
  }

  .menu {
    gap: 1rem;
  }
}

@media (max-width: 600px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .navbar-center {
    width: 100%;
  }

  .menu {
    flex-wrap: wrap;
    justify-content: center;
  }
}


.ai-section {
  width: 100%;
  padding: 10px 20px 60px 20px;
  background-color: #ffffff;
  background-image: url('../images/ai-left-bg.png'), url('../images/ai-right-bg.png');
  background-repeat: no-repeat, no-repeat !important;
  background-position: -240px top, calc(100% + 240px) top !important;
  background-size: 40% auto, 40% auto;
  margin-top: 20px;
}

.ai-section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* ==== Headings ==== */
.ai-section-title {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #262626;
  text-align: center;
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
}

.section-header img {
  max-width: 160px;
  height: auto;
  display: block;
}

.codeguard-text {
  text-align: left;
  width: 100%;
}

.section-header h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #262626;
}

.section-header p {
  font-size: 16px;
  font-weight: 400;
  color: #525252;
  margin-bottom: 0;
  max-width: 100%;        /* ✅ remove max-width if limiting */
  white-space: normal;    /* ✅ allow wrapping when needed */
  word-break: break-word; /* ✅ break long strings if needed */
}

/* ==== Content Block ==== */
.content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
}

.visual {
  flex: 1 1 300px;
  max-width: 600px;
  width: 100%;
  border-radius: 15px;
}

.visual video {
  width: 100%;
  height: auto;
  border-radius: 15px;
  display: block;
}

ul.benefits {
  flex: 1 1 300px;
  max-width: 500px;
  list-style-type: disc;
  padding-left: 20px;
  align-self: center;
  box-sizing: border-box;
}

ul.benefits h3 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #262626;
  font-weight: 500;
}

ul.benefits li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #525252;
  font-weight: 400;
}

.ide-support-wrapper {
  width: 100%;
  background-color: #ffffff; /* ✅ breaks the background */
  padding: 40px 0; /* Top & bottom padding */
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}

/* Inner content stays centered and padded */
.ide-support {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.ide-support h3 {
  margin-bottom: 30px;
  font-size: 24px;
  color: #262626;
  font-weight: 500;
  text-align: left;
}

.ide-support img {
  width: 100%;
  height: auto;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

/* ==== Impact Section ==== */
/* White background wrapper to cut through bg image */
.impact-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding: 60px 0;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

/* Inner content remains as it was */
.impact-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.impact-container h3 {
  font-size: 24px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 40px;
  text-align: left;
  padding: 0;
}

.impact-cards {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.impact-card {
  width: calc(50% - 20px);
  background-color: #ffffff;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.impact-card span {
  font-size: 48px;
  color: #F88701;
  font-weight: 800;
  margin-bottom: 10px;
  display: block;
}

.impact-card p {
  font-size: 16px;
  color: #333;
  margin: 0;
}


/* ==== Responsive ==== */
@media (max-width: 1200px) {
  .ai-section {
    background-position: -120px top, calc(100% + 120px) top;
    background-size: 30% auto, 30% auto;
  }
}

@media (max-width: 992px) {
  .ai-section-title {
    font-size: 44px;
  }

  .impact-card {
    width: 100%;
  }

  .visual,
  ul.benefits {
    max-width: 100%;
  }

  .content {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .ai-section {
    background-position: -60px top, calc(100% + 60px) top;
    background-size: 25% auto, 25% auto;
  }

  .ai-section-title {
    font-size: 36px;
  }

  .content {
    flex-direction: column;
    align-items: center;
  }

  ul.benefits {
    padding-left: 0;
    list-style-position: inside;
    text-align: left;
  }

  .ide-support h3,
  .impact-container h3 {
    text-align: center;
  }
}



.codex-section {
  width: 100%;
  padding: 10px 20px 60px 20px;
  background-color: #000;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  transition: none !important;
  margin-top: 0;
  background-image: url('../images/codex-bg.png');
  background-repeat: no-repeat; 
  background-position: top right;         
  background-size: auto;                  
}

.codex-section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.codex-section-header {
  padding: 30px 0px;
}

.codex-section-header  h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-top: 15px;
  color: #FFFFFF;
}

.codex-section-header p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.codex-section-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 40px;
  justify-content: center;
  
}

.codex-section-visual {
  flex: 1 1 300px;
  width: 100%;
  max-width: 600px;
  border-radius: 15px;
}

.codex-section-visual video {
  width: 100%;
  height: auto;
  border-radius: 15px;
  display: block;
}


ul.codex-benefits {
  flex: 1 1 300px;
  min-width: 500px;
  list-style-type: disc;
  padding-left: 20px;
  align-self: center;
  box-sizing: border-box;
}

ul.codex-benefits h3 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500 ;
}

ul.codex-benefits li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

.codex-impact-wrapper {
  width: 100%;
  background-color: #151515;
  padding: 60px 0;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  border-radius: 15px;
}

.codex-impact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  background-color: #151515;
  box-sizing: border-box;
}

/* === Section Heading === */
.codex-impact-container h3 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 40px;
  text-align: left;
  padding: 0;
}

/* === Cards Wrapper === */
.codex-impact-cards {
  display: flex;
  gap: 40px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* === Individual Card === */
.codex-impact-card {
  width: calc(50% - 20px); /* ✅ two cards per row with 40px gap */
  background-color: #282828;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 20px;
}

/* === Highlighted percentage === */
.codex-impact-card span {
  font-size: 48px;
  color: #F88701;
  font-weight: 800;
  margin-bottom: 10px;
  display: block;
}

/* === Description === */
.codex-impact-card p {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
}

/* === Responsive Rules === */
@media (max-width: 992px) {
  .codex-impact-container h3 {
    padding-left: 40px;
  }

  .codex-impact-card {
    width: 100%; /* Stack on tablet */
  }
}

@media (max-width: 600px) {
  .codex-impact-container {
    padding: 0 20px;
  }

  .codex-impact-container h3 {
    padding-left: 0;
    text-align: center;
  }

  .codex-impact-card {
    padding: 30px 20px;
  }
}

.codeforge-section-header {
  padding: 30px 0px;
  margin-top: 80px;
}

.codeforge-section-header h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-top: 15px;
  color: #FFFFFF;
}

.codeforge-section-header p {
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 25px;
}

/* ========== Base Section ========== */
.codelog-section {
  width: 100%;
  padding: 60px 0;
  background-color: #fff;
}

/* ========== Common Container ========== */
.codelog-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

/* ========== Section Header ========== */
.codelog-section-header {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0; /* ✅ No left padding */
  box-sizing: border-box;
}

.codelog-section-header img {
  max-width: 160px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.codelog-section-header h2 {
  font-size: 24px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 10px;
}

.codelog-section-header p {
  font-size: 16px;
  font-weight: 400;
  color: #525252;
  margin-bottom: 0;
  max-width: 100%; 
  white-space: normal;   
  word-break: break-word; 
}

/* ========== Image Wrapper ========== */
.codelog-image-wrapper {
  margin: 40px 0;
}

.codelog-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* ========== Benefits ========== */
.code-log-benefits {
  margin-top: 40px;
}

.code-log-benefits h3 {
  font-size: 24px;
  color: #262626;
  margin-bottom: 20px;
  font-weight: 500;
}

.benefits-list {
  list-style: disc;
  padding-left: 20px;
}

.benefits-list li {
  font-size: 16px;
  color: #525252;
  margin-bottom: 10px;
  font-weight: 300;
}

/* ========== Impact Section ========== */
.codelog-impact-container {
  background-color: #f9f9f9;
  padding: 60px 0;
  margin: 40px auto; /* Vertically spaced, horizontally centered */
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  border-radius: 15px;
}

.codelog-impact-container h3 {
  font-size: 24px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 40px;
  text-align: left;
}

/* ========== Impact Cards ========== */
.codelog-impact-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.codelog-impact-card {
  flex: 1 1 calc(33.333% - 20px);
  min-width: 260px;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.codelog-impact-card span {
  font-size: 48px;
  color: #F88701;
  font-weight: 800;
  display: block;
  margin-bottom: 16px;
}

.codelog-impact-card p {
  font-size: 14px;
  color: #525252;
  line-height: 1.6;
  margin: 0;
}

/* ========== Responsive Design ========== */
@media (max-width: 992px) {
  .codelog-container {
    padding: 0 20px;
  }

  .codelog-impact-cards {
    flex-direction: column;
  }

  .codelog-impact-card {
    flex: 1 1 100%;
  }
}

@media (max-width: 600px) {
  .section-header h2,
  .code-log-benefits h3,
  .codelog-impact-container h3 {
    text-align: left;
    font-size: 20px;
  }

  .section-header p {
    font-size: 14px;
  }

  .codelog-impact-card {
    padding: 30px 20px;
  }
}




.project-cta {
  position: relative;
  height: 600px; /* adjust as needed */
  overflow: visible; /* important to let footer overlap */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  z-index: 2; /* ensure it's above normal flow */
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.cta-content {
  position: relative;
  z-index: 4;
  max-width: 700px;
  color: #fff;
}

.cta-content h2 {
  font-size: 50px;
  margin-bottom: 16px;
  font-weight: 700;
}

.cta-content p {
  font-size: 20px;
  margin-bottom: 24px;
}

.cta-button {
  background-color: #ff8906;
  color: #fff;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 200px;
}

.cta-button:hover {
  background-color: #e77800;
}



/* .footer-container {
  margin-top: -100px;
  position: relative;
  z-index: 10;
  background-color: #F6F6F6;
  box-shadow: 0 -5px 20px rgba(0,0,0,0.15);
} */

/* Custom Footer */
.custom-footer {
  position: relative;
  background: white;
  border-radius: 50px;
  padding: 40px;
  max-width: 95%;
  margin: -100px auto 40px auto; /* negative top margin pulls it upward */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  font-family: 'Mona Sans';
  z-index: 3;
}

/* Top Section */
.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 40px 30px 40px;
  margin-bottom: 0;
  background-color: #ffffff;
}

.footer-top p,
.footer-top h4,
.footer-top div {
  margin-bottom: 0;
}

/* Brand & Socials */
.footer-brand {
  flex: 1 1 250px;
  max-width: 300px;
  margin-bottom: 40px;
}

.footer-logo {
  width: 200px;
  margin-bottom: 20px;
}

.footer-description {
  margin-bottom: 20px;
  margin-top: 12px;
  color:  #C7CCD3;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6; /* 160% */
  letter-spacing: 0.02em;
  padding-bottom: 20px;
}

.footer-socials a {
  margin-right: 12px;
  display: inline-block;
  transition: transform 0.3s ease;
  padding-top: 8px;
}

.footer-socials a img {
  width: 24px;
  height: 24px;
  filter: grayscale(100%) brightness(1.5);
  transition: 0.3s;
}

.footer-socials a:hover img {
  transform: scale(1.1);
  filter: none;
}

/* Services Links */
.footer-services {
  display: flex;
  flex: 3 1 600px;
  flex-wrap: nowrap;
  gap: 30px;
  padding-left: 60px;
}

.service-column {
  flex: 1 1 150px;
}

.service-column h4 {
  font-size: 16px;
  margin-bottom: 12px;
  color: black;
  padding-bottom: 5px;
  font-weight: 600;
}

.service-column a {
  font-family: 'Mona Sans Light';
  display: block;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.6; /* 160% */
  letter-spacing: 0.01em; /* 2% of current font size */
  color: #000000;
  margin-bottom: 8px;
  text-decoration: none;
  transition: color 0.3s;
}


.service-column a:hover {
  color: black;
  text-decoration: underline;
}

/* Divider */
.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  margin: 0 !important;
  padding: 0;
}

/* Bottom Section */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 40px;
  border-top: 1px solid #eee;
  border-radius: 30px;
  gap: 30px;
}

.footer-left {
  flex: 1;
  min-width: 200px;
}

.footer-left p {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6; /* 160% */
  letter-spacing: 0.02em; /* 2% of current font size */
  color: #C7CCD3;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-right {
  flex: 2;
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  flex-wrap: wrap;
  min-width: 100px;
}

.contact-info,
.address-info {
  min-width: 200px;
}

.contact-info h4 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6; 
  letter-spacing: 0.02em;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-info p,
.address-info p {
  font-family: 'Mona Sans', sans-serif;
  font-weight: 300; /* Regular */
  font-size: 16px;
  line-height: 1.6; /* 160% */
  letter-spacing: 0.02em; /* ~2% of font-size */
  color: #121212;
  margin-bottom: 8px;
  text-decoration: none;
  transition: color 0.3s;
}

/* Address Line Icons */
.address-line {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
  padding-top: 15px;
}

.address-line .icon {
  width: 20px;
  height: 20px;
}

.address-line span {
  font-size: 12px;
  font-weight: 400;
  color: #323232;
}

/* Responsive Design */
@media (max-width: 768px) {
  .custom-footer {
    padding: 24px;
    border-radius: 30px;
  }

  .footer-top {
    flex-direction: column;
    padding: 40px 20px;
  }

  .footer-services {
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
  }

  .service-column {
    flex: 1 1 100%;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .footer-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .footer-logo {
    width: 150px;
  }

  .footer-socials a img {
    width: 20px;
    height: 20px;
  }

  .footer-right {
    min-width: unset;
  }

  .contact-info,
  .address-info {
    min-width: unset;
    width: 100%;
  }
}

.footer-brand {
  text-align: left;
}

.footer-social-icons {
  display: flex;
  justify-content: flex-start; /* Force left alignment */
  align-items: center;
  gap: 16px;
  padding: 10px 0;
}

.footer-social-icons a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%; /* Optional: makes them rounded */
  transition: transform 0.2s;
}

.footer-social-icons a:hover {
  transform: scale(1.1); /* Hover effect */
}

.footer-social-icons i,
.footer-social-icons .social-img {
  font-size: 28px;
  height: 28px;
  width: 28px;
  object-fit: contain;
}