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


/* Set your brand colors here */
:root {
  --axypro: #034b70;  /* <- replace with AXYPRO brand color */
  --axybio: #72bf44;  /* <- replace with AXYBIO brand color */
  --axyzim: #0098a8;  /* <- replace with AXYZIM brand color */
}

body {
    font-family: "Red Hat Display", sans-serif;
    color: #034b70;
    /*line-height: 1.6;*/

}

/* HEADER */
.header {
    padding: 20px 20px;
    text-align: left; 
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.navbar {
    display: flex;
    align-items: center;
    gap: 60px;
}


.navbar .logo {
    margin-right: 540px; /* adjust to your needs */
}


.navbar img[src="AXYPRO_COLORED_LOGO1.svg"] {
    height: 32px;
    padding-top: 6px;
}

.navbar img[src="AXYBIO_COLORED_LOGO.svg"] {
    height: 35px;
}

.navbar img[src="AXYZIM_COLORED_LOGO1.svg"] {
    height: 35px;
}

.navbar img:hover {
    transform: scale(1.05);
    transition: 0.2s;
}

.button-nav {
    height: 60px; /* adjust to your taste */
    width: auto;
    cursor: pointer;
}


/* Color via currentColor */
.nav-link { color: var(--axypro); }         /* default for axypro link */
.nav-link--axybio { color: var(--axybio); }
.nav-link--axyzim { color: var(--axyzim); }


.origin {
    height: 80px;
    width: auto;
}


.logo {
    height: 100px;
    width: 270px;
}

.origin {
    height: 100px;
    width: 270px;
    ;
}

.tagline {
    margin-top: 6px;
    letter-spacing: 2px;
}

/* INTRO */
.intro {
    background: #f3f3f3;
    padding: 80px 80px;
    
}

.intro p {
    margin-bottom: 20px;
}

/* PRODUCT BLOCKS */
.product-block,
.product-block-axypro,
.product-block-axybio,
.product-block-axyzim{
    display: flex;
    position: relative;
    flex-direction: column;
    --gutter-x-mobile: 20px;   /* matches your column padding on mobile */
    --gutter-x-tablet: 60px;   /* matches padding >= 768px */
    /*--bar-top: 110px;*/
    /*margin-left: 25px;*/          /* vertical distance from section top to the bars */

}

.product-block-axypro .logo_axy,
.product-block-axybio .logo_axy,
.product-block-axyzim .logo_axy {
    padding-left: 20px;
    padding-top: 40px;

}

.final-content .logo_axy {
    padding-bottom: 60px;

}

/* Position title bars on the same horizontal line */
.product-block-axypro .title-bar1,
.product-block-axybio .title-bar1,
.product-block-axyzim .title-bar1{
  top: var(--bar-top);
  width: 96px;
  height: 4px;
  margin-top: 60px;
  margin-left: 20px;
  /*margin-bottom: 20px;*/
  position: absolute;
}

.product-block-axypro .title-bar3,
.product-block-axybio .title-bar3,
.product-block-axyzim .title-bar3{
  top: var(--bar-top);
  width: 96px;
  height: 4px;
  margin-top: 104px;
  margin-bottom: 40px;
}


.product-block-axypro .title-bar5,
.product-block-axybio .title-bar5,
.product-block-axyzim .title-bar5{
    top: var(--bar-top);
    width: 96px;
    height: 4px;
    margin-top: -44px;
    margin-left: 280px;
    margin-bottom: 40px;
}

.product-block-axypro .title-bar2,
.product-block-axybio .title-bar2,
.product-block-axyzim .title-bar2{
    top: var(--bar-top);
    width: 96px;
    height: 4px;
    margin-top: 80px;
    margin-left: 20px
}

.product-block-axypro .title-bar4,
.product-block-axybio .title-bar4,
.product-block-axyzim .title-bar4{
    top: var(--bar-top);
    width: 96px;
    height: 4px;
    margin-top: 44px;
    margin-left: 0px
    
}

.product-block-axypro .title-bar6,
.product-block-axybio .title-bar6,
.product-block-axyzim .title-bar6{
    top: var(--bar-top);
    width: 96px;
    height: 4px;
    margin-top: -4px;
    margin-left: 280px;
    margin-bottom: 40px;
    
}

/* Left bar: align to left column’s inner edge */
.product-block-axypro .title-bar1,
.product-block-axybio .title-bar1,
.product-block-axyzim .title-bar1 {
  left: var(--gutter-x-mobile);
  background: #fff;
}


/* Right bar: align to right column’s inner edge (half width + gutter) */
.product-block-axypro .title-bar3,
.product-block-axybio .title-bar3,
.product-block-axyzim .title-bar3 {
  left: calc(50% + var(--gutter-x-mobile));
  background: var(--brand-color);
}

/* Right bar: align to right column’s inner edge (half width + gutter) */
.product-block-axypro .title-bar5,
.product-block-axybio .title-bar5,
.product-block-axyzim .title-bar5 {
  left: calc(50% + var(--gutter-x-mobile));
  background: var(--brand-color);
}

/* Left bar: align to left column’s inner edge */
.product-block-axypro .title-bar2,
.product-block-axybio .title-bar2,
.product-block-axyzim .title-bar2 {
  left: var(--gutter-x-mobile);
  background: #fff;
}

.product-block-axypro .title-bar4,
.product-block-axybio .title-bar4,
.product-block-axyzim .title-bar4 {
  left: calc(50% + var(--gutter-x-mobile));
  background: var(--brand-color);
}

.product-block-axypro .title-bar6,
.product-block-axybio .title-bar6,
.product-block-axyzim .title-bar6 {
  left: calc(50% + var(--gutter-x-mobile));
  background: var(--brand-color);
}

.product-block-axypro { --brand-color: #034b70; --bar-offset: 68px; }
.product-block-axybio { --brand-color: #72bf44; --bar-offset: 68px; }
.product-block-axyzim { --brand-color: #0098a8; --bar-offset: 68px; }

.product-left {
    padding: 40px 20px;
    color: white;
}

.product-left h2 {
    font-size: 2rem;
    margin: 0;
}

.product-right {
    padding: 40px 20px;
    background: #ffffff;
    color: var(--brand-color);
}

.columns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    color: var(--brand-color);
}

.columns ul {
    list-style: none;
}


/* Common styles for both lists to enforce the 220x335 box */
.columns > ul {
  width: 220px;
  height: 335px;
  box-sizing: border-box;  /* Ensure padding/border don't change the fixed size */
  margin: 0;               /* Remove default margins */
  padding: 0;              /* Remove default padding */
  list-style: none;        /* Clean list bullets */
  /* If you prefer clipping instead of scroll, use: overflow: hidden; */
}


.columns li {
    margin-bottom: 8px;
    font-size: 0.95rem;
}

/* COLORS */
.blue  { background: #034b70; }
.green { background: #72bf44; }
.teal  { background: #0098a8; }

/* FINAL SECTION */
.final-block {
    background: #f0f0f0;
    padding: 40px 20px;
    /*position: relative;*/
    display: flex;
}

.final-content {
    width: 50%;
    line-height: 1.5;
}

.brand.axypro { color: var(--axypro); }
.brand.axybio { color: var(--axybio); }
.brand.axyzim { color: var(--axyzim); }

.product-img {
    width: 70%;
    max-width: 600px;
    margin-top: 20px;
}

.brochure-button {
    text-align: center;
    padding-top: 60px;
    margin-top: 20px;
    size: 75%;
}

.text-final-content {
    margin-bottom: 40px;
    margin-top: 40px;
}

/* FOOTER */
.footer {
    background: #034b70;
    color: white;
    padding: 40px 20px;
}


.container-2col {
  display: flex;
  align-items: flex-start;        /* align tops */
  justify-content: space-between; /* spread columns */
  gap: 40px;                      /* space between columns */
}


/* If you want a slightly larger right column, use these:*/
.left-col { flex: 0 1 52%; }
.right-col { flex: 0 1 48%; }


.footer ul {
    list-style: none;
}

.footer li {
    margin-bottom: 10px;
}

.footer a {
    text-decoration: none;   
}


.footer a:hover {
  text-decoration: none; /* optional hover effect, remove if unwanted */
}


/* ------------------------------ */
/*      RESPONSIVE BREAKPOINTS    */
/* ------------------------------ */

/* TABLET */
@media (min-width: 768px) {

    .intro {
        padding: 40px 20px;
        font-size: 1.1rem;
    }

    .product-block,
    .product-block-axypro,
    .product-block-axybio,
    .product-block-axyzim {
        --gutter-x-mobile: var(--gutter-x-tablet);
        /* If your H2 grows on tablet, nudge the bar-top */
        --bar-top: 130px;
        flex-direction: row;
    }

    .product-left, .product-right {
        width: 50%;
        padding: 60px;
        position: relative;

    }

    .columns {
        flex-direction: row;
        gap: 60px;
        line-height: 2.0;
    }

    
    /* First column (bigger spacing) */
    .list-big li {
        line-height: 2.2;
        font-weight: 600;
    }

    /* Second column (tighter spacing) */
    .list-small li {
        line-height: 1.1;
    }


    .final-block {
        padding: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .product-img {
        position: static;
        width: 500px;
    }

    .circle-badge {
        position: absolute;
        bottom: -60px;
        left: 80px;
    }
}

/* DESKTOP / LAPTOP */
@media (min-width: 1024px) {

    .intro {
        padding: 80px 80px;
        letter-spacing: 2.0px;
        font-size: 1.4rem;
        line-height: 2;
    }

    .header {
        padding: 60px 80px;
    }

    .product-left {
        padding: 60px;
    }

    .product-right {
        padding: 80px;
    }

    .final-block {
        padding: 120px 80px;
    }
}


/* Scope the styles to the left panel of product blocks */
.product-left .text-box {
  max-width: 500px;   /* keeps to 626px on larger screens, shrinks gracefully on mobile */
  width: 100%;        /* allows shrinking below 626px when screen is narrower */
  line-height: 2.0;   /* requested interline spacing */
  padding-top: 40px;
}

/* (Optional) improve paragraph readability slightly */
.product-left .text-box p {
  margin: 40px 20px;          /* remove default gaps if you want tight control */
}



