@charset "UTF-8";
/* CSS Document */

.wag-base {
  padding: clamp(90px, 4vw, 210px) 0;
}

.wag-base-first {
  padding: clamp(40px, 8vw, 70px) 0;
}

.aboutwag-travelwithus {
  background-image: url("../images/super/wag-travel.jpg");
  background-position: right center;
}


.aboutwag-sup {
  background-image: url("../images/super/afw1483317754.jpg");
  background-position: right bottom;
}

.aboutwag-sup3 {
  background-image: url("../images/resources/wag-reso4.jpg");
  background-position: top left;
}




/* SUPER */
.band-super {
  position: relative;
  background-color: #0F0F0F;
  padding: clamp(60px, 8vw, 80px) 0;
	/* padding: 25px 0px 50px 0px; */
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: calc(100vw / 2.1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  overflow: inherit;
}

.band-super::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 0;
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: inherit;
}

.band-super .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  height: 100%;
  position: relative;
  z-index: 1;
}


.band-super.alt-travel1 {
  padding: clamp(30px, 6vw, 60px) 0;
  min-height: calc(100vw / 2.6);
}

.band-super.alt-travel1::before {
background-image:
    linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%),
linear-gradient(to top right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 40%);
}

.band-super.alt-travel1 .container {
  justify-content: flex-end;
}


.band-super.alt-travel2 {
  padding: clamp(80px, 10vw, 120px) 0;
  min-height: calc(100vw / 1.8);
}

.band-super.alt-travel3 {
  padding: clamp(20px, 4vw, 40px) 0;
  min-height: calc(100vw / 3);
}
/*variants

  .band-super.variant-1 {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: calc(100vw / 2.6);
    background-position: top center;
  }
  
  .band-super.variant-1 .container {
    justify-content: flex-start;
  }


  .band-super.variant-2 {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: calc(100vw / 2.3);
    background-position: bottom center;
  }
  
  .band-super.variant-2 .container {
    justify-content: flex-end;
  }


  .band-super.variant-3 {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: calc(100vw / 2.1);
    background-position: center center;
  }
  
  .band-super.variant-3 .container {
    justify-content: center;
  }
*/


/* --- COLOR FLIP STYLES--- */
.super-white { color: #f7f7f7;}
.super-black { color: #151515; }
.super-red { color: #4e372d; }

.text-overlay {
  background-color: transparent; 
  border-radius: 0;
}


/* --- MOBILE SPECIAL HANDLING --- */
@media (max-width: 991.98px) {
  .band-super {
    min-height: 500px; /* Force minimum height */
    padding-top: 350px;  /* Minimum top padding */
    padding-bottom: 50px; /* Force bottom padding */
  }
  
  .band-super .container {
    justify-content: flex-end; /* Push text to the bottom */
  }

/*   .band-super::before {
    background-image: 
     linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%),
      linear-gradient(to top right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 40%); 
  */
	
  .text-overlay {
    background-color: rgba(0, 0, 0, 0.55);
    padding: 20px; 
    border-radius: 10px;
	  transition: all 0.3s ease;
  }	
	/* --- SUPER TEXT COLORS --- */
.super-white { color: #151515;}
.super-black { color: #f7f7f7; }
.super-red   { color: #f7f7f7; }
}

@media (max-width: 767.9px) {
  .nav-tag-white { color: #151515;}
  .nav-tag-black { color: #f7f7f7; }
  .nav-tag-red   { color: #f7f7f7; }
}


.aboutwag-sup3 {
  background-position: top right;
}

/* --- FOOTER HANDLING --- */
/* --- FOOTER HANDLING --- */
.hide-on-sm {
  display: none;
}

@media (min-width: 768px) {
  .hide-on-sm {
    display: flex;
    flex-wrap: wrap;
  }
}

.wag-ft-black .row {
  align-items: stretch;
}

/* Base layout: 5 columns */
.custom-20 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 12px; /* 12px base + 10px spacing from border */
  margin-bottom: 0;
  position: relative;
}

/* Responsive adjustment: 3 columns */
@media (max-width: 1399.98px) {
  .custom-20 {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 30px;
  }
}

/* Add consistent vertical left border on all columns */
.custom-20 > *:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}




