/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* @import url('http://example.com/example_style.css'); */


/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

:root {
  --navy: #20356B;
  --light-blue: #DEE1F2;
  --fish: #0D1A40;
  --orange: #FFA95A;
  --text-dark: #333333;
  --text-light: #666666;
}

/* Regular weight (400) */
@font-face {
  font-family: 'AvertaStd';
  src: url('//20905720.fs1.hubspotusercontent-na1.net/hubfs/20905720/raw_assets/public/MVBank_May2022/fonts/AvertaStd-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    }

@font-face {
  font-family: 'AvertaStd';
  src: url('//20905720.fs1.hubspotusercontent-na1.net/hubfs/20905720/raw_assets/public/MVBank_May2022/fonts/AvertaStd-Semibold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    }

@font-face {
  font-family: 'AvertaStd';
  src: url('//20905720.fs1.hubspotusercontent-na1.net/hubfs/20905720/raw_assets/public/MVBank_May2022/fonts/AvertaStd-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    }

body {
  font-family: 'AvertaStd', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  margin: 0;
}

#canvas {
  width: 26.5rem;
  height: calc(100% + 6.5rem);
  position: absolute;
  top: -4.25rem;
  right: 2rem;
  container-type: inline-size;
  container-name: scene;
  overflow: hidden;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("https://20905720.fs1.hubspotusercontent-na1.net/hubfs/20905720/2025%20Support%20for%20Small%20Business%20LP%20Assets/beach-scene-3.jpg");
  background-repeat: no-repeat;
}

.fish-container {
  position: absolute;
  top: 14.75cqw;
  width: 100%;
  background-repeat: no-repeat;
  opacity: 0; /* Start hidden */
  transform: translateY(20rem); /* Start 20rem below final position */
}

.fish-image {
  width: 100%;
  background-repeat: no-repeat;
}

.fish-eye {
  position: absolute;
  top: 38cqw;
  left: 60cqw;
  width: 14cqw;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(75deg); /* Start rotated */
  opacity: 0; /* Start invisible */
}

.beach-scene-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 20rem;
}

.container {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
}

/* Header styles */
.header {
  padding: 1rem 0;
  background: white;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tagline {
  color: var(--navy);
  font-size: 14px;
  margin-bottom: 5px;
}

.logo {
  height: 3.5rem;
  width: auto;
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-link {
  width: 1.5rem;
  height: 1.5rem;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.25;
  margin-block-start: 0rem !important;
  margin-block-end: 0rem !important;
}

h2 !important {
  font-size: 2rem;
  line-height: 1.25;
  margin-block-start: 0rem !important;
  margin-block-end: 0rem !important;
}

/* Hero styles */
.gif-bg_wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: calc(100% + 4.25rem);
}

.gif-bg_img {
  width: auto;
  height: 50rem;
  position: absolute;
  top: -4rem;
  right: 0rem;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pre-hero {
  background-color: var(--light-blue);
  height: 3.5rem;
}

.hero {
  background-color: var(--navy);
  color: white;
  position: relative;
  overflow: hidden;
}

.hero-subtitle {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--orange);
  margin-top: 1rem;
  line-height: 1.25;
  margin-bottom: 2rem;
  text-wrap: balance;
}

/* Services grid styles */
.services-grid {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 2rem;
}

.service-card_icon-wrapper {
  padding: 0 3rem;
  width: 100%;
}

.service-card {
  max-width: 22rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-icon {
  width: 100%;
  height: auto;
  max-width: 10rem;
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
}

.service-card h3 {
  color: var(--orange);
  font-size: 1rem;
  margin-bottom: .825rem;
  font-weight: 600;
  line-height: 1;
}

.service-card ul {
  list-style: none;
  text-align: left;
  margin-left: -40px;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.service-card li {
  font-size: .875rem;
}

/* Form section */
.form-section {
  background-color: #DFE3F3;
}

/* General mobile breakpoint (if needed) */
@media (max-width: 870px) {
  .services-grid {
    display: flex;
    flex-direction: column;
    align-content: center;
  }

  #canvas {
    width: 100%;
    max-width: 26.5rem;
    height: calc(100% + 6.5rem);
    position: absolute;
    right: auto;
    container-type: inline-size;
    container-name: scene;
    overflow: hidden;
  }

  .hero-content {
    padding-top: 18rem;
  }

  .container.body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .gif-bg_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  h1 {
    font-size: 2.25rem;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }

  .container {
    padding: 0 1rem; 
  }

  .hero-subtitle {
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 2rem;
  }

  .social-link {
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (max-width: 550px) {
  .hero-content {
    padding-top: 60vw;
  }
}