/* ================================
   HAD ORIGINAL INDEX5 TEMPLATE CSS
   ================================
   
   This file contains the original CSS from the purchased template
   with purple colors replaced by HAD brand colors.
   
   Original template: C:\wamp64\www\had\Docs\Site\Advicx-CodeIgniter_v1.0\Advicx
   
   HAD Brand Colors:
   - Primary Orange: #FF6600 (replaces purple #7246EA)
   - Primary Blue: #1E5F99 (secondary color)
   - White: #FFFFFF
   
   ================================ */

/* CSS Variables - Original template with HAD colors */
:root {
  /* Font variables */
  --f-fs-font-16: 16px;
  --f-fs-font-18: 18px;
  --f-fs-font-20: 20px;
  --f-fs-font-22: 22px;
  --f-fs-font-24: 24px;
  --f-ff-font-1: 'Figtree', sans-serif;
  --f-fw-normal: 400;
  --f-fw-medium: 500;
  --f-fw-bold: 700;
  
  /* HAD Brand Colors - replacing purple theme */
  --vtc-bg-main10: linear-gradient(90deg, #FF6600 0%, #FF8533 100%);
  --vtc-bg-main11: linear-gradient(90deg, #FF8533 0%, #CC5200 100%);
  --vtc-bg-main12: #FF6600; /* Main HAD orange */
  
  /* Background colors */
  --vtc-bg-white1: #ffffff;
  --vtc-bg-white2: #ffffff;
  --vtc-bg-white3: #ffffff;
  --vtc-bg-white4: #ffffff;
  --vtc-bg-white5: #ffffff;
  --vtc-bg-white6: #ffffff;
  --vtc-bg-white7: #ffffff;
  --vtc-bg-white8: #ffffff;
  --vtc-bg-white9: #ffffff;
  
  /* Text colors */
  --vtc-text-pera-1: rgba(255, 255, 255, 0.7);
  --ztc-text-text-1: #333333;
  --ztc-text-text-2: #666666;
  --vtc-text-title-1: #333333;
  --vtc-text-sub-title-1: #666666;
  
  /* Border colors */
  --vtc-border-1: #D1D2D5;
  --vtc-border-2: #DADAE1;
  
  /* Common colors */
  --vtc-bg-common-1: #10343B;
  --vtc-bg-common-2: #F3F5F5;
  --vtc-bg-common-3: #274146;
  --vtc-bg-common-14: #ffffff0c;
  --vtc-bg-common-17: #25184A;
  --vtc-bg-common-18: #EFF1FF;
  --vtc-bg-common-19: #F1F1F8;
  
  /* Other theme colors */
  --vtc-bg-main2: #FF6600;
  --vtc-bg-main3: #FF6600;
  --vtc-bg-main4: #FF6600;
  --vtc-bg-main5: #FF8533;
  --vtc-bg-main6: #FF8533;
  --vtc-bg-main8: #FF8533;
  --vtc-bg-main9: #000052;
  --vl-theme-orange: #FF6600;
}

/* Body5 styling from original template */
.body5 {
  background-color: var(--vtc-bg-white8);
  overflow-x: hidden;
}

@media screen and (min-width: 769px) {
  body.body.body5 {
    overflow-x: initial !important;
  }
}

/* Hero5 section - original template styling */
.hero5 {
  min-height: 732px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5 {
    min-height: 1100px;
  }
}

.hero5 .main-heading {
  padding-top: 110px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5 .main-heading {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .hero5 .main-heading {
    padding-top: 180px;
  }
}

.hero5 .main-heading span.sub-title {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 12px 6px 12px;
  display: inline-flex;
}

.hero5 .main-heading span.sub-title img {
  transform: translateY(-2px);
  margin-right: 3px;
}

.hero5 .main-heading .text-shape {
  position: absolute;
  left: -90px;
  top: 50px;
}

.hero5 .main-heading .buttons {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .hero5 .main-heading .buttons {
    display: block;
  }
}

.hero5 .main-heading .video-buttton5 {
  display: flex;
  align-items: center;
}

.hero5 .hero3-images {
  height: 550px;
  margin-top: 100px;
  margin-bottom: -82px;
  position: relative;
  z-index: 4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5 .hero3-images {
    margin-top: 40px;
    margin-bottom: -100px;
  }
}

@media (max-width: 767px) {
  .hero5 .hero3-images {
    margin-top: 40px;
    margin-bottom: 0;
    height: 400px;
  }
}

.hero5 .hero3-images .main-image {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5 .hero3-images .main-image {
    right: 100px;
  }
}

.hero5 .hero3-images .shape1 {
  position: absolute;
  left: 0;
  bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5 .hero3-images .shape1 {
    right: 0;
  }
}

@media (max-width: 767px) {
  .hero5 .hero3-images .shape1 {
    right: 0;
    width: 135px;
  }
}

.hero5 .hero3-images .shape2 {
  position: absolute;
  bottom: 0;
  right: -120px;
  z-index: -2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5 .hero3-images .shape2 {
    right: 0;
  }
}

@media (max-width: 767px) {
  .hero5 .hero3-images .shape2 {
    right: 0;
    width: 200px;
  }
}

.hero5 .hero3-images .shape3 {
  position: absolute;
  bottom: 105px;
  left: 30px;
  z-index: -1;
}

@media (max-width: 767px) {
  .hero5 .hero3-images .shape3 {
    left: 30px;
    width: 200px;
    bottom: 180px;
  }
}

.hero5 .hero3-images .shape4 {
  position: absolute;
  left: 70px;
  top: 60px;
}

@media (max-width: 767px) {
  .hero5 .hero3-images .shape4 {
    left: 0;
    top: 18px;
  }
}

.hero5 .hero3-images .main-image-bg {
  position: absolute;
  left: 0;
  top: 0;
}

/* Theme Button 6 - Original template styling with HAD colors */
.theme-btn6 {
  display: inline-flex;
  padding: 19px 18px 19px 22px;
  border-radius: 8px;
  color: var(--vtc-bg-white1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border: none;
}

.theme-btn6 span.arrow-all {
  display: inline-block;
  transform: translateX(3px) translateY(-3px) rotate(-45deg);
  font-size: 17px;
  margin-left: 15px;
  width: 25px;
  height: 18px;
}

.theme-btn6 .arrow2 {
  display: inline-block;
  transform: translateY(-20px) translateX(-20px);
  transition: all 0.4s;
  opacity: 0;
}

.theme-btn6 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
  display: inline-block;
}

.theme-btn6:hover .arrow2 {
  transition: all 0.4s;
  opacity: 1;
  display: inline-block;
  transform: translateY(-20px) translateX(0px);
}

.theme-btn6:hover .arrow1 {
  display: inline-block;
  transition: all 0.4s;
  opacity: 0;
  transform: translateX(30px);
}

.theme-btn6 .text {
  position: relative;
  display: inline-block;
}

.theme-btn6::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--vtc-bg-main10);
  z-index: -2;
}

.theme-btn6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 103%;
  background: var(--vtc-bg-main11);
  z-index: -1;
  transform: rotateY(75deg);
  transition: all 0.4s;
  opacity: 0;
}

.theme-btn6:hover {
  color: var(--vtc-bg-white1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.theme-btn6:hover::before {
  opacity: 1;
  transition: all 0.4s;
  transform: rotateY(0deg);
}

/* Theme Button 7 - Original template styling with HAD colors */
.theme-btn7 {
  display: inline-flex;
  padding: 19px 18px 19px 22px;
  border-radius: 8px;
  color: var(--vtc-bg-white1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  border: none;
}

.theme-btn7 span.arrow-all {
  display: inline-block;
  transform: translateX(3px) translateY(-3px) rotate(-45deg);
  font-size: 17px;
  margin-left: 15px;
  width: 25px;
  height: 18px;
}

.theme-btn7 .arrow2 {
  display: inline-block;
  transform: translateY(-20px) translateX(-20px);
  transition: all 0.4s;
  opacity: 0;
}

.theme-btn7 .arrow1 {
  transition: all 0.4s;
  opacity: 1;
  display: inline-block;
}

.theme-btn7:hover .arrow2 {
  transition: all 0.4s;
  opacity: 1;
  display: inline-block;
  transform: translateY(-20px) translateX(0px);
}

.theme-btn7:hover .arrow1 {
  display: inline-block;
  transition: all 0.4s;
  opacity: 0;
  transform: translateX(30px);
}

.theme-btn7 .text {
  position: relative;
  display: inline-block;
}

.theme-btn7::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--vtc-bg-white1);
  z-index: -2;
}

.theme-btn7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 103%;
  background: var(--vtc-bg-main11);
  z-index: -1;
  transform: rotateY(75deg);
  transition: all 0.4s;
  opacity: 0;
}

.theme-btn7:hover {
  color: var(--vtc-bg-white1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.theme-btn7:hover::before {
  opacity: 1;
  transition: all 0.4s;
  transform: rotateY(0deg);
}

/* Header5-bg styling - Original template */
@media screen and (min-width: 769px) {
  .header5-bg {
    padding: 20px 38px;
    border-radius: 8px 8px 8px 8px;
    position: relative;
    z-index: 999;
    margin-top: 20px;
  }
  
  .header5-bg::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 0;
    height: 100%;
    width: calc(100% - 22px);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    z-index: -1;
  }
  
  .header5-bg::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 0;
    height: 100%;
    width: calc(100% - 22px);
    background-color: var(--vtc-bg-white1);
    z-index: -2;
    border-radius: 8px;
  }
}

/* Header Area 5 - Original template styling */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area5 {
    padding-top: 12px;
    background-color: var(--vtc-bg-white8);
    padding-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .vl-header-area5 {
    padding-top: 12px;
    background-color: var(--vtc-bg-white8);
    padding-bottom: 12px;
  }
}

.vl-header-area5 .vl-main-menu ul {
  text-align: center;
}

.vl-header-area5 .vl-main-menu ul > li {
  display: inline-block;
  position: relative;
}

.vl-header-area5 .vl-main-menu ul > li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.vl-header-area5 .vl-main-menu ul > li > a {
  color: var(--vtc-bg-white1);
  font-size: var(--f-fs-font-18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
}

.vl-header-area5 .vl-main-menu ul > li > a:hover {
  color: var(--vtc-bg-white1);
}

.vl-header-area5 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-white1);
}

.vl-header-area5 .vl-main-menu ul > li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 6px 0;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  z-index: 99;
  transform-origin: top;
  transform: scale(1, 0);
}

.vl-header-area5 .vl-main-menu ul > li .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--vtc-bg-main12);
  top: 0;
  left: 0;
}

.vl-header-area5 .vl-main-menu ul > li .sub-menu.menu1 {
  top: 20% !important;
}

.vl-header-area5 .vl-main-menu ul > li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}

.vl-header-area5 .vl-main-menu ul > li .sub-menu li a {
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--f-fs-font-18);
  margin-left: 28px;
  position: relative;
  transition: all 0.4s;
  padding: 9px 0;
  font-weight: var(--f-fw-medium);
}

.vl-header-area5 .vl-main-menu ul > li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 45px;
  width: 0;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
  transition: all 0.4s;
  right: auto;
  z-index: 1;
  background-color: var(--vtc-bg-main12);
}

.vl-header-area5 .vl-main-menu ul > li .sub-menu li a:hover::after {
  width: 2px;
  transition: all 0.4s;
}

.vl-header-area5 .vl-main-menu ul > li .sub-menu li a:before {
  display: none;
}

.vl-header-area5 .vl-main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}

.vl-header-area5 .vl-main-menu ul > li .sub-menu li:hover > a {
  color: var(--vtc-bg-main12);
}

.vl-header-area5 .vl-main-menu ul > li .sub-menu li:hover > a::after {
  width: 3px;
}

.vl-header-area5 .vl-main-menu ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}

.vl-header-area5 .vl-main-menu ul > li:hover a {
  color: var(--vtc-bg-white1);
}

.vl-header-area5 .vl-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}

.vl-header-area5 .vl-main-menu-black ul li a {
  color: var(--ztc-text-text-1);
  opacity: 80%;
  padding: 0 20px;
}

.vl-header-area5 .vl-main-menu-black ul li:hover a {
  color: var(--vl-theme-orange);
}

.vl-header-area5 .vl-main-menu-black ul li .sub-menu li:hover > a {
  color: var(--vl-theme-orange);
}

/* Header sticky behavior */
.vl-header-area5.header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background-color: var(--vtc-bg-main12);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09);
}

.vl-header-area5.header-sticky .header5-bg {
  margin-top: 0;
  padding: 16px 0px;
  background: none;
}

.vl-header-area5.header-sticky .header5-bg::after {
  display: none;
}

.vl-header-area5.header-sticky .header5-bg::before {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area5.header-sticky {
    background: var(--vtc-bg-white8);
    padding: 0px 0px 10px 0px;
  }
  
  .vl-header-area5.header-sticky .header5-bg {
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .vl-header-area5.header-sticky {
    background: var(--vtc-bg-white8);
    padding: 0px 0px 10px 0px;
  }
  
  .vl-header-area5.header-sticky .header5-bg {
    box-shadow: none;
  }
}

/* Header action item */
.vl-header-area5 .vl-header-action-item {
  float: right;
  padding: 6px;
  border-radius: 4px;
}

.vl-header-area5 .vl-header-action-item button {
  border: 1px solid var(--vtc-text-pera-1);
  outline: none;
  background: none;
  color: var(--vtc-bg-white1);
  width: 50px;
  height: 46px;
  border-radius: 4px;
  transition: all 0.4s;
  font-size: var(--f-fs-font-22);
}

/* Logo display behavior */
.vl-header-area5 .black-logo {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-header-area5 .black-logo {
    display: block;
  }
  
  .vl-header-area5 .white-logo {
    display: none;
  }
}

@media (max-width: 767px) {
  .vl-header-area5 .black-logo {
    display: block;
  }
  
  .vl-header-area5 .white-logo {
    display: none;
  }
}

/* Header5 right section */
.vl-header5-right .search-open-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  font-size: 18px;
  color: var(--vtc-bg-white1);
  background: none;
  border: none;
  outline: none;
  transition: all 0.4s;
  margin-right: 36px;
  position: relative;
  color: var(--vtc-bg-white1);
}

.header5-social-wedget a {
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--vtc-bg-white1);
  font-size: 16px;
  margin-right: 3px;
  transition: all 0.4s;
}

.header5-social-wedget a:hover {
  transition: all 0.4s;
  color: var(--vtc-bg-white1);
  transform: translateY(-4px);
}

/* Video button styling */
.video-buttton5 {
  display: inline-flex;
  align-items: center;
  margin-left: 30px;
}

.video-buttton5 p {
  color: var(--vtc-bg-white1) !important;
  font-size: 20px;
  font-style: normal;
  font-weight: var(--f-fw-medium);
  line-height: normal;
  text-transform: uppercase;
  margin-left: 12px;
}

#play-video {
  width: 50px;
  height: 50px;
  background: var(--vtc-bg-white1);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

#play-video::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background: var(--vtc-bg-white1);
  border-radius: 50%;
  transition: all 200ms;
  z-index: -1;
}

#play-video span {
  width: 0;
  height: 0;
  border-left: 13px solid var(--vtc-bg-main12);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 3px;
}

/* Pulse animation for video button */
@keyframes pulse-border {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* Fade in animation */
@keyframes vlfadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* About5 section styling */
.about5 .heading5 .icon-text ul li {
  display: inline-flex;
  color: var(--vtc-text-title-1);
  font-size: var(--f-fs-font-18);
  font-style: normal;
  font-weight: var(--f-fw-semibold);
  line-height: var(--f-fs-font-18);
  align-items: center;
  margin-top: 16px;
}

.about5 .heading5 .icon-text ul li .check {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: var(--vtc-bg-main10);
  font-size: 10px;
  color: var(--vtc-bg-white1);
  margin-right: 10px;
}

/* Service5 section styling */
.service5 {
  position: relative;
  z-index: 1;
}

.service5-box {
  background: var(--vtc-bg-white1);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.service5-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.service5-box .number {
  width: 60px;
  height: 60px;
  background: var(--vtc-bg-main10);
  color: var(--vtc-bg-white1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* CTA5 section styling */
.cta5 {
  padding: 100px 0;
  background: var(--vtc-bg-main12);
  position: relative;
}

.cta5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 102, 0, 0.9);
  z-index: 1;
}

.cta5 .container {
  position: relative;
  z-index: 2;
}

/* Additional utility classes */
.white-bg1 {
  background-color: var(--vtc-bg-white1);
}

.white-bg2 {
  background-color: var(--vtc-bg-white2);
}

.white-bg3 {
  background-color: var(--vtc-bg-white3);
}

.theme-bg5 {
  background: var(--vtc-bg-main10) !important;
}

.blue5 {
  color: var(--vtc-bg-main12) !important;
}

.green5 {
  color: var(--vtc-bg-main10) !important;
}

/* Counter styling */
.counter {
  font-size: 48px;
  font-weight: 700;
  color: var(--vtc-bg-main12);
}

/* Common text colors */
.black1 {
  color: var(--ztc-text-text-1);
}

.black2 {
  color: var(--ztc-text-text-2);
}

.black3 {
  color: var(--ztc-text-text-1);
}

.gray1 {
  color: var(--ztc-text-text-2);
}

.gray2 {
  color: var(--ztc-text-text-2);
}

.white1 {
  color: var(--vtc-bg-white1);
}

/* Learn more links */
.learn-more4 {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.learn-more4:hover {
  color: var(--vtc-bg-main12);
}

.learn1 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.learn1:hover {
  color: var(--vtc-bg-main12);
}

/* Text hover effects */
.text._hover1:hover {
  color: var(--vtc-bg-main12);
  transition: all 0.4s;
}

.text._hover6:hover {
  color: var(--vtc-bg-main12);
  transition: all 0.4s;
}

/* Shape backgrounds */
.shape-bg5 {
  position: relative;
  overflow: hidden;
}

.shape-bg5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 102, 0, 0.05), rgba(30, 95, 153, 0.05));
  z-index: -1;
}

/* Animation classes */
.animate1 {
  animation: float 6s ease-in-out infinite;
}

.animate2 {
  animation: float 8s ease-in-out infinite;
}

.animate3 {
  animation: float 4s ease-in-out infinite;
}

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

/* Text animation */
.text-anime-style-3 {
  opacity: 0;
  animation: fadeInUp 1s ease-out forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive utilities */
@media (max-width: 767px) {
  .hero5 .main-heading .buttons .theme-btn6 {
    margin-top: 20px;
    margin-left: 0;
  }
  
  .service5-box {
    padding: 24px;
  }
  
  .cta5 {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5 .main-heading .buttons .theme-btn6 {
    margin-top: 20px;
    margin-left: 0;
  }
}