body {
    

}

.value-preposition {
     background: linear-gradient(135deg, #0f172a, #020617);
    color:white;
    padding: 100px;
    font-size: 36px;
    font-weight: bold;
    border-radius: 16px;
}

#top {
    text-align:center;
    color: black;
    font-family: "EB Garamond", serif;
    font-weight:bold;
    font-size: 30px;
    
}





.footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.footer-bottom {
    text-align: center;
}

.mainpage-menu {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    font-size:30px;
    padding-bottom: 20px;
    
}

.mainpage-menu li a {
    display:block;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 18px;
    color: black;
}


.logo-img {
    display:block;
    width: 150px;
    height: 100px;
    
}

.social-media {
    text-align: center;
}

.offered-services {
    text-align: center;
}

.email-form {
    text-align:center;
    padding-bottom: 50px;
    padding-top:20px;
    font-size: 20px;
    background: linear-gradient(135deg,  #023E8A, #0077B6 );
    color: #fff;
}


/* ######## HERO SECTION ############ */

.hero {
  position: relative;
  min-height: 480px;
  padding: 64px;
  background: linear-gradient(135deg, #0f172a, #020617);
  color: #ffffff;
  overflow: hidden;
  border-radius: 16px;
}

/* Text block (top-left) */
.hero-content {
  max-width: 520px;
  z-index: 2;
}

.hero-content h1 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 16px;
}

.hero-content p {
  font-size: 1.125rem;
  color: #cbd5e1;
  margin-bottom: 24px;
}

.hero-btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #0077B6;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
}

.hero-btn:hover {
  background-color: #2563eb;
}

/* Image block (bottom-right) */
.hero-image {
  position: absolute;
  right: 32px;
  bottom: 0;
  max-width: 420px;
}

.hero-image img {
  width: 100%;
  height: auto;
}

/* Responsive behavior */
@media (max-width: 768px) {
  .hero {
    padding: 40px 24px;
    text-align: left;
  }

  .hero-image {
    position: static;
    margin-top: 32px;
    max-width: 100%;
  }
}


/* CTA Call-to-Action */

.mid-page-cta {
    padding: 50px;
}

.cta {
    text-align; center;
    display: block;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    width: max-content;
    
    
    padding: 12px 24px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-color: #0077B6;
    border-radius:8px;
    font-weight: 600;
    font-size: 18px;
}

.cta:hover {
    background-color: #2563eb;
}


/* FOOTER SECTION */

.footer-container {
    padding: 40px;
    display:grid;
    font-size: 16px;      
    color: black;
    font-family: "EB Garamond", serif;
    
}

.footer-bottom {
    text-align: center;
    font-size: 14px;
    font-family: "EB Garamond", serif;
  
}

.footer-section {

}

/* START OF SERVICES BLOCK */ 

.services {
  padding: 130px;
  background-color: #eff4f9;
  font-family: "EB Garamond", serif;
}

.service-container {
  display: flex;
  justify-content: space-between; /* h2 to the edges */
  width: 100%;
  padding: 10px;
  overflow: hidden;
  border-radius: 16px;
}

.box {
  flex: 1; /* Makes both boxes grow equally to fill the container width */
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}

.box1 {
  background-color: #e0f7fa; /* Light blue color */
}

.box2 {
  background-color:#e0f7fa; /* Light orange color */
}


/* END OF SERVICES */




.newsletter {
  font-family:"EB Garamond", serif; 
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
  
  
}


/* ABOUT US PAGE */ 

.about-page  h1 {
  color: red;
}


#services h1 {
  color: red;
}