/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1743717838
Updated: 2025-04-03 22:03:58

*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html, body {
    height: 100%;
    font-family: sans-serif;
  }
  
  img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
  }
  
  input, button, textarea, select {
    font: inherit;
  }
  
  a {
    text-decoration: none;
    color: inherit;
  }
  
  ul, ol {
    list-style: none;
  }
section {
    overflow: hidden;
}
  .page-width {
    max-width: 1400px;
    padding: 0 5rem;
    margin: 0 auto;
  }
  
  @media (min-width: 1440px) {
    .page-width {
      max-width: 1600px;
      padding: 0 5rem;
      margin: 0 auto;
    }
  }
  

.hero-section {
    background-image: url('https://vantagepointfpa.com/wp-content/uploads/2025/04/hero-1-scaled.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 925px;
}

.hero-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    padding: 10rem 0;
    color: white;
}

.hero-content h1 {
    font-family: "FuturaPT", Sans-serif;
    font-size:72px;
    line-height: 100px;
    letter-spacing: 0;
    font-weight: 300;
}

.hero-content h1 span {
    color:#33FCFE;
}

.hero-content p {
    font-size:21px;
    line-height: 31px;
    letter-spacing: 0;
    color: #FFFFFF;
}

.pimary-btn {
  background-color: #28B5DF;
  border-radius: 50px;
  padding: 1rem 2rem;
  margin-top: 2rem;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(40, 181, 223, 0.3);
}

.pimary-btn:hover {
  background-color: #1F9AC6;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(40, 181, 223, 0.4);
}

.pimary-btn:active {
  transform: scale(0.95);
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}

.pimary-btn.float-animate {
  animation: float 3s ease-in-out infinite;
}

/* solutions section */

.solutions-section {
    background: linear-gradient(to bottom, #FFFFFF, #ebedee17);
    padding: 10rem 0;
    text-align: center;
}
.ss-img {
    background-image: url('https://vantagepointfpa.com/wp-content/uploads/2025/04/659edf21b82a2ac65b3e8c6d92e05816-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1200px;
    -webkit-mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
    mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  }
  
.ss-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ss-content h2 {
    color: #115772;
    font-family: "FuturaPT", Sans-serif;
    font-size: 62px;
    line-height: 75px;
    letter-spacing: 0;
    font-weight: 300;
}
.ss-content h2 span {
    color: #28B5DF;
}
.ss-content p {
    color: #115772;
    font-size: 21px;
    line-height: 31px;
    letter-spacing: 0;
    font-weight: lighter;
}

.ss-content-boxes {
    display: flex;
    gap: 3rem;
    justify-content: center;
    margin-top: -14rem;
}

.cont-box-1, .cont-box-2, .cont-box-3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
    position: relative;
    padding: 2rem;
    border-radius: 4px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 400px;
    width: 380px;
}

.cont-box-1 {
    background-color: #E3F8AC;
}
.cont-box-2 {
    background-color: #F8F7AC;
}
.cont-box-3 {
    background-color: #F8DFAC;
}

.cont-box-1 h3, .cont-box-2 h3, .cont-box-3 h3 {
    font-family: "Inter", Sans-serif;
    font-size: 21px;
    line-height: 31px;
    letter-spacing: 0;
    color: #115772;
    margin-top: 40px;
}

.cont-box-1 p, .cont-box-2 p, .cont-box-3 p {
    font-size: 16px;
    line-height: 31px;
    letter-spacing: 0;
    color: #115772;
    font-weight: 300;
    max-width: 272px;
}

.cont-box-1 a, .cont-box-2 a, .cont-box-3 a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #115772;
    margin-top: auto;
}

.cont-box-1 .cont-box-img, .cont-box-2 .cont-box-img, .cont-box-3 .cont-box-img {
    object-fit: contain;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 5px;
    right: 5px;
}


/* revenue section */
.gen-section {
    background-color: #FFFFFF;
    min-height:1258px;
    text-align: center;
    position: relative;
}
.gen-c-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 10rem;
}

.gen-c-box h3 {
    font-size:64px;
    color: #115772;
    line-height: 75px;
    font-weight: 100;
}

.gen-rev span {
    font-size: 72px;
    color:#28B5DF ;
    font-weight: 100;
    letter-spacing: 10px;
}

.gen-img-left {
    position: absolute;
    left: -16rem;
    top: 0;
    object-fit: contain;
    width: 1000px;
    height: 1000px;
}

.gen-img-right {
    position: absolute;
    right: -16rem;
    bottom: 0;
    object-fit: contain;
    width: 1000px;
    height: 1000px;
}
.rev-circle-box {
    display: flex;
    gap: 78px;
    justify-content: center;
    align-items: center;
    margin-top: 66px;
}

.rev-circle {
  width: 350px;
  height: 350px;
  background-image: url('https://vantagepointfpa.com/wp-content/uploads/2025/04/rev-bg.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  color: #FFFFFF;
  animation: rotateBackground 10s linear infinite;
}


.gen-with-images {
    position: relative;
    padding: 0 30px;
    transition: width 1.2s linear;
    white-space: nowrap;
    box-sizing: border-box;
    vertical-align: middle;
  }
  
  .gen-with-images::before,
.gen-with-images::after,
.ani-img {
    content: "";
    position: absolute;
    top: 130%;
    transform: translateY(-50%) scale(0);
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    animation: fadeInScale 3s ease-in-out forwards; 
    transform-origin: center center;
    will-change: transform, opacity;
}
  
  .gen-with-images::before {
      left: -100px;
      background-image: url('https://vantagepointfpa.com/wp-content/uploads/2025/04/line-left.png');
      animation-delay: 0s; 
  }
  
  .gen-with-images::after {
      right: auto;
      background-image: url('https://vantagepointfpa.com/wp-content/uploads/2025/04/line-right.png');
      animation-delay: 0.5s;
  }
  
 
  
  @keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: translateY(-50%) scale(0);
    }
    50% {
        opacity: 0.5;
        transform: translateY(-50%) scale(1.1);
    }
    100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
}
  
  .gen-h {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 600;
  }
  .gen-sbt {
    font-size: 54px;
    line-height: 70px;
    letter-spacing: -5px;
    font-weight: 100;
  }
 
  .center-rev-img {
    position: relative;
  }

  /* strategy section */
  .strat-section {
    text-align: center;
    padding: 2rem 0;
  }

  .str-headings {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .str-headings h3 {
    font-size: 64px;
    line-height: 75px;
    letter-spacing: 0;
    color: #28B5DF;
    font-weight: 100;
  }

  .str-headings p {
    font-size: 21px;
    line-height: 31px;
    font-weight: 400;
    letter-spacing: 0;
    color: #115772;
  }

  .main-str-container {
    display: flex;
    gap: 5rem;
    text-align: left;
    justify-content: space-evenly;
  }
  .str-container {
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }

  .str-c-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 1rem 0;
  }

  .str-h-1,
  .str-h-2,
  .str-h-3,
  .str-h-4 {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 5px 10px;
    max-width: fit-content;
    border-radius: 50px;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 700;
    color: #115772;
  }

  .str-h-1 {
    background-color: #E3F8AC;
  }
  .str-h-2 {
    background-color: #F8F7AC;
  }
  .str-h-3 {
    background-color: #F8DFAC;
  }
  .str-h-4 {
    background-color: #F8DFAC;
  }

  /* hyperion section */

  .hyperion-section {
    padding: 7rem 0;
    text-align: center;
  }

  .hyperion-section h3 {
    font-size: 64px;
    line-height: 75px;
    letter-spacing: 0;
    font-weight: 100;
    color: #115772;
  }

  .hyp-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
    padding: 4rem 0;
    margin-bottom: 4rem;
  }
  
  .hyp-box > * {
    width: 377px;
    height: 360px;
  }

  .hyp-box > :nth-child(4) {
    margin-left: calc(26% - (377px + 1rem)); 
  }
  
  

  .hyp-content {
    position: relative;
    text-align: left;
    background-color: #115772;
    color: white;
    padding: 3rem 2rem 3rem 5rem;
    display: flex;
    gap: 10px;
    flex-direction: column;
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
  }
  
  .hyp-content::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-radius: 8px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, #33FCFE, #28B5DF);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    padding: 2px;
    z-index: -1;
  }
  
  .hyp-content h4 {
    font-size: 21px;
    line-height: 31px;
    letter-spacing: 0;
  }

  .hyp-content p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
  }

  .b-1 {
    background-image: url('https://vantagepointfpa.com/wp-content/uploads/2025/04/1-box.png');
    background-position: left center;
    background-repeat: no-repeat;   
    background-size: contain;        
  }

  .b-2{
    background-image: url('https://vantagepointfpa.com/wp-content/uploads/2025/04/2-box.png');
    background-position: left center;
    background-repeat: no-repeat;   
    background-size: contain;   
  }

  .b-3{
    background-image: url('https://vantagepointfpa.com/wp-content/uploads/2025/04/3-box.png');
    background-position: left center;
    background-repeat: no-repeat;   
    background-size: contain;   
  }

  .b-4{
    background-image: url('https://vantagepointfpa.com/wp-content/uploads/2025/04/4-box.png');
    background-position: left center;
    background-repeat: no-repeat;   
    background-size: contain;   
  }

  .b-5{
    background-image: url('https://vantagepointfpa.com/wp-content/uploads/2025/04/5-box.png');
    background-position: left center;
    background-repeat: no-repeat;   
    background-size: contain;   
  }

  /* footer section */
.us-section {
  background-color:#FFFFFF ;
  
}
  .bg-box {
    background-image: url('https://vantagepointfpa.com/wp-content/uploads/2025/04/footer-2.png');
    background-position: left center;
    background-repeat: no-repeat;   
    background-size: contain;   
    min-height: 644px;
  }

  .us-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 4rem 0;
    gap: 2rem;
  }

  .us-content h4 {
    font-size: 64px;
    line-height: 75px;
    letter-spacing: 0;
    color: #115772;
    margin-top: 153px;
    font-weight: 100;
  }

  .us-content p {
    font-size: 21px;
    line-height: 31px;
    letter-spacing: 0;
    font-weight: 200;
    color: #115772;
  }

	.ani-img {
    position: absolute;
    top: -18%;
    left: 27%;
    object-fit: contain;
    height: 34%;
    animation: fadeInScale 3s ease-in-out forwards;
    animation-delay: 1s;
}
  @media (min-width:1100px) and (max-width:1380px) {
    .hero-content h1 {
      font-size: 61px;
      line-height: 73px;
    }
    .hero-content p {
      font-size: 18px;
      line-height: 24px;
    }

  .str-headings h3 {
      font-size: 55px;
  }

  .hyp-box > * {
    width: 353px;
  }
  .hyp-box {
    gap: 1rem;
  }
  }
.mbl-img,
.mbl-img-first {
  display: none;
}
@media (max-width:768px) {
	.gen-with-images {
		padding:0;
	}
.ani-img {
  position: absolute;
  top: -12%;
  left: 27%;
  object-fit: contain;
  height: 21%;
  animation: fadeInScale 3s ease-in-out forwards;
  animation-delay: 1s;
}

  .page-width {
    padding: 0 2rem;
  }
  .hero-section {
    position: relative;
    min-height: 600px;
    background-position: bottom;
    overflow: hidden;
  }
  
  .hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: bottom;
    filter: blur(4px);
    z-index: 0;
  }
  
  .hero-section > * {
    position: relative;
    z-index: 1;
  }
  .hero-content {
    padding: 4rem 0;
  }
  .hero-content h1 {
    font-size:32px;
    line-height: 44px;
  }
  .hero-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .solutions-section {
    padding: 5rem 0;
  }
  .ss-content h2 {
    font-size: 30px;
    line-height: 48px;
  }
  .ss-content p {
    font-size: 12px;
    line-height: 16px;
  }

  .ss-content-boxes {
    flex-direction: column;
    margin-top: -6rem;
  }
  .cont-box-1, .cont-box-2, .cont-box-3 {
    height: 380px;
    width: 314px;
  }
  .cont-box-1 h3, .cont-box-2 h3, .cont-box-3 h3 {
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    line-height: 26px;
     margin-top: 0;
}
.ss-img {
  min-height: 471px;
  background-position: left;
}
.gen-c-box h3 {
  font-size: 32px;
  line-height: 45px;
}
.gen-rev span {
  font-size: 30px;
  line-height: 5px;
}
.gen-c-box {
  gap: 10px;
}
.rev-circle-box {
  flex-direction: column;
}
.gen-with-images::before,
.gen-with-images::after {
  background-image: none;
}
.mbl-img {
  display: block;
}
.mbl-img-first {
  display: block;
        position: absolute;
        top: 12%;
        left: 30%;
        transform: translate(-50%, -50%);
        object-fit: contain;
        animation: fadeInScale 3s ease-in-out forwards; 
        animation-delay: 1s;
        height: 73px;
}

.gen-section {
  padding-bottom: 2rem;
}
.gen-c-box {
  margin-bottom: 5rem;
}
.strat-section {
  padding: 5rem 0;
}
.str-headings h3 {
  font-size: 32px;
  line-height: 40px;
}

.str-headings p {
  font-size: 15px;
  line-height: 25px;
}

.main-str-container {
  flex-direction: column;
  gap:2rem;
  padding-bottom: 2rem;
}
.str-c-box {
  gap: 10px;
}
.str-h-1, .str-h-2, .str-h-3, .str-h-4 {
  font-size: 17px;
  line-height: 22px;
}
.str-container {
  gap: 3rem;
}
.str-main-img {
  height: 400px;
  perspective: 1000px; 
}

.str-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hyperion-section {
  padding: 3rem 0;
}

.hyperion-section h3 {
  font-size: 46px;
  line-height: 40px;
}

.hyp-box {
  gap: 2rem;
  flex-direction: column;
}

.hyp-box > * {
  width: 100%;
  height: 100%;
}
.hyp-box > :nth-child(4) {
  margin-left: 0;
}


.us-content h4 {
  font-size: 32px;
  line-height: 40px;
  margin-top: 0;
}

.bg-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 675px;
  padding: 5rem 0;
  border-radius: 10px;
}
.us-content p {
  font-size: 15px;
  line-height: 27px;
  
}

}

@media (max-width:340px) {
  .mbl-img-first {
    top: 13%;
    left: 26%;
  }
}


/* Animations */

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.in-view .cont-box-1 {
  animation: slideInLeft 0.8s ease forwards;
  animation-delay: 0.2s;
}

.in-view .cont-box-2 {
  animation: slideInLeft 0.8s ease forwards;
  animation-delay: 0.6s;
}

.in-view .cont-box-3 {
  animation: slideInLeft 0.8s ease forwards;
  animation-delay: 1s;
}

.cont-box-1,
.cont-box-2,
.cont-box-3 {
  opacity: 0;
}

.mbl-img {
  position: absolute;
  top: -12%;
    left: 100px;
    object-fit: contain;
    height: 24%;
    animation-delay: 1s;
    animation: fadeInScale 3s ease-in-out forwards; 
}
