/* Import Open Sans from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

/* Apply global styles */
body {
 font-family: Open Sans, sans-serif;
  color: #FFFFFF;
  background-color: #000;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
  text-wrap: pretty;
}

h2 {
  font-size: 2rem;
  text-wrap: pretty;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
}

/* Column layout rules from boilerplate */



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}

/* End of column layout rules from boilerplate */

/* Hero Section */
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  background-size: cover;
  background-position: top;
  color: #ffffff;
  
}

.hero-content {
  max-width: 1200px;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 40px;
  margin-top: 0px;
  text-wrap: pretty;
}

.hero p {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  text-wrap: pretty;
  color: #CCCCCC
}

/* Buttons */
.hero-buttons {
  display: flex;
  gap: 16px;
}

.hero-button {
  display: inline-block;
  padding: 16px 24px;
  background-color: #1D63ED;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  line-height: 20px;
  border-radius: 4px;
  transition: 0.3s;
}

.hero-button:hover {
  background-color: #1A58D4;
}

/* Secondary Button - Outlined */
.hero-button.secondary {
  background-color: transparent;
  color: #1D63ED;
  border: 2px solid #1D63ED;
}

.hero-button.secondary:hover {
  background-color: #1A58D4;
  color: #fff; /* Text color changes on hover */
  border: 2px solid #1D63ED;
}

.tabs-content {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  color: #CFD1D4; /* Usa il colore globale */
  display: flex;
  gap: 10px;
}

.tabs-title {
  color: #1F7180;
  font-size: 2rem;
  margin-bottom: 2.5rem;
  text-wrap: pretty;
  font-weight: bold;
}

/* Tab Navigation */
.tabs-navigation {
  display: flex;
  flex-direction: column;
  border: none !important;  /* rimuove il border */
  outline: none !important; /* rimuove l'outline (focus ring) */
  background: transparent;  /* se vuoi eliminare sfondo */
  width: 100%;
  overflow: auto;
  max-width: 400px;
  padding: 10px 0px 10px 0px;
  gap: 10px;
}

.tab-link {
  background: #101828;
  font-size: 1rem;
  color: #CFD1D4;
  font-weight: bold;
  padding: 24px;
  cursor: pointer;
  border: none;  /* rimuove il border */
  outline: none !important; /* rimuove l'outline (focus ring) */
  box-shadow: none !important; /* se compare un box-shadow */
  text-align: left;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.tab-link:hover {
  background: #141F33;
}

.tab-link.active {
  color: #fff;
  background: #1A2640;
  font-weight: bold;
  border: solid 1px #FFFFFF20;
}

.tab-link.active:hover {
  cursor: default;
  
}

.tab-icon {
  margin-right: 8px;
}

/* Tab Content */
.tabs-description {
  padding: 40px;
  background-color: #1A2640;
  width: -webkit-fill-available;
  border-radius: 8px;
  border: solid 1px #FFFFFF20;
}

.tab-panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.tab-panel.active {
  display: grid;
  align-items: start;
}

.tab-left h2 {
  font-size: 1.5rem;
  margin-bottom: 24px;
  margin-top: 0px;
}

.tab-left ul {
  list-style: disc;
}

.tab-cta {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: #1F7180;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.tab-right {
  background-color: #F2F2F220;
  color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  font-size: 14px;
}

/* Header Styles */
.custom-header {
  background-size: cover;
  background: none;
  padding: 20px 80px;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.logo img {
  height: 50px;
}

/* Navigation */
.nav {
  display: flex;
  align-items: center;
}

.menu {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.menu-item {
  position: relative;
}

.menu-item a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  padding: 10px;
  display: block;
  height: auto;
}

.menu-item.has-dropdown > a::after {
  content: " ▼";
  font-size: 0.8rem;
}

.cta-menu {
  color: #1F7180 !important;
  font-weight: bold;
  align-content: center;
  padding: 10px;
}

.dropdown {
  display: none;
  position: absolute;
  background: #1F7180;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 10px 0;
  min-width: 150px;
}

.dropdown li {
  padding: 5px 15px;
}

.dropdown li a {
  color: white;
  display: block;
}

.menu-item:hover .dropdown {
  display: block;
}

/* Mobile Menu */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}

.simple-blog-listing-inner {
  padding: 80px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero {
    height: auto;
    padding: 30px;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1rem;
  }
  
  .tabs {
  padding: 20px;
}
  
  .tab-panel.active {
  display: flex;
  flex-direction: column;
  align-items: start;
}
  
  
  
 /* .header-container {
    flex-direction: column;
    align-items: flex-start;
  } */

  .menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #101B19;
  }

  .menu-item {
    width: 100%;
  }

  .menu-item a {
    padding: 15px;
  }

  .menu-toggle {
    display: block;
  }

  .menu.active {
    display: flex;
  }
}
}