/*
Theme Name:      investveda-ai
Theme URL:       https://www.technotery.com
Description:     Customized theme by Technotery
Author:          Technotery
Author URL:      https://www.technotery.com
Template:        oceanwp
Version:         1.0.0
Text Domain:     OceanWP-child
Tags:            singlesite
*/

/* ------------------------- */
/* Custom Fonts */
/* ------------------------- */
@font-face {
  font-family: "Satoshi-Black";
  src: url("assets/Fonts/satoshi/Satoshi-Black.otf");
  font-display: swap;
}
@font-face {
  font-family: "Satoshi-BlackItalic";
  src: url("assets/Fonts/satoshi/Satoshi-BlackItalic.otf");
  font-display: swap;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("assets/Fonts/satoshi/Satoshi-Bold.otf");
  font-display: swap;
}
@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url("assets/Fonts/satoshi/Satoshi-BoldItalic.otf");
  font-display: swap;
}
@font-face {
  font-family: "Satoshi-Italic";
  src: url("assets/Fonts/satoshi/Satoshi-Italic.otf");
  font-display: swap;
}
@font-face {
  font-family: "Satoshi-Light";
  src: url("assets/Fonts/satoshi/Satoshi-Light.otf");
  font-display: swap;
}
@font-face {
  font-family: "Satoshi-LightItalic";
  src: url("assets/Fonts/satoshi/Satoshi-LightItalic.otf");
  font-display: swap;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("assets/Fonts/satoshi/Satoshi-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url("assets/Fonts/satoshi/Satoshi-MediumItalic.otf");
  font-display: swap;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("assets/Fonts/satoshi/Satoshi-Regular.otf");
  font-display: swap;
}

@font-face {
  font-family: "Inter-Regular";
  src: url("assets/Fonts/inter/Inter_28pt-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Inter-Light";
  src: url("assets/Fonts/inter/Inter_18pt-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Inter-BOld";
  src: url("assets/Fonts/inter/Inter_18pt-Bold.ttf");
  font-display: swap;
}

/* ------------------------- */
/* Color Variables */
/* ------------------------- */
:root {
  --color-primary: #7F56D9;
  --color-primary-light: #E9DFFB;
  --color-bg-light: #FEFDFE;
  --color-accent: #9B8AFB;
  --color-text: #786485 !important;
  --color-title-text: #563D67 !important;

  --color-white: #FFFFFF;
  --color-light: #F8F5FD;
  --color-dark: #1C1B23;
  --color-gray-100: #F3F4F6;
  --color-gray-200: #E5E7EB;
  --color-gray-300: #D1D5DB;
  --color-gray-500: #6B7280;
  --color-gray-700: #374151;
  --color-text: #111827;

  --gradient-primary: linear-gradient(90deg, #9B8AFB 0%, #7F56D9 100%);
  --gradient-btn: linear-gradient(to bottom, #9F80D7 0%, #A88CDD 100%);
  --gradient-bg: linear-gradient(180deg, #F8F5FD 0%, #E9DFFB 100%);

  /* Custom theme override */
  --primary-blue-theme: #7F56D9; /* Used for hover links */
}

/* ------------------------- */
/* Base Styles */
/* ------------------------- */
html {
  overflow-x: hidden;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Satoshi-Regular', 'Inter', sans-serif !important;
  font-weight: 400 !important;
  color: var(--color-text) !important;
  font-size: 1.7rem !important;
  line-height: 1.6 !important;
  overflow-x: hidden !important;
  background: linear-gradient(to top,#f7f0fa,#f7f0fa,#fff) !important;
}

/* Typography */
h1, .heading-xl {
  font-size: clamp(2.8rem, 5vw, 4.8rem) !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  font-family: 'Inter-Regular', sans-serif !important;
  margin-bottom: 0;
}

h2, .heading-lg {
  font-size: clamp(2.5rem, 4.5vw, 4.5rem) !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  font-family: 'Inter-Regular', sans-serif !important;
  margin-bottom: 0;
}

h3, .heading-md {
  font-size: clamp(2rem, 3vw, 2.8rem) !important;
  font-weight: 600 !important;
  font-family: 'Inter-Regular', sans-serif !important;
  margin-bottom: 0 !important;
}

h4, .heading-sm {
  font-size: clamp(1.8rem, 2.5vw, 2rem) !important;
  font-weight: 500 !important;
  font-family: 'Inter-Regular', sans-serif !important;
  margin-bottom: 0;
}

.small-icon-title
{
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  font-family: 'Inter-Regular', sans-serif !important;
  color: var(--color-accent) !important;
  line-height: 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
  background: var(--color-white) !important;
  border-radius: 50px;
  width: fit-content;
  padding: 2px 8px;
  box-shadow: 0px 4px 14px 0px rgba(127, 86, 217, 0.137);
}

.small-icon-title img
{
  width: 25px !important;
  height: 25px !important;
  object-fit: contain;
  margin-right: 5px;
}

.theme-paragraph p,.theme-paragraph {
  font-size: 1.7rem !important;
  font-weight: 400 !important;
  font-family: 'Inter-Light', sans-serif !important;
  line-height: 1.7 !important;
  color: var(--color-text) !important;
}

.cars-title h5 {
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  font-family: 'Inter-Light', sans-serif !important;
  line-height: 1.7 !important;
  color: var(--color-dark) !important;
}

.white-text p
{
  color: var(--color-white) !important;
}

p,
a,
span {
  font-family: "Satoshi-Regular", sans-serif !important;
  font-size: 1.7rem !important;
  /* line-height: 1.8 !important; */
  font-weight: 400 !important;
  color: var(--color-gray-700) !important;
  margin-bottom: 0 !important;
}

a:hover {
  color: var(--primary-blue-theme) !important;
  font-weight: 600 !important;
}

a:focus {
  outline: none !important;
}

/* ------------------------- */
/* Button Styles */
/* ------------------------- */
.theme-purple-btn 
{
  position: relative;
}

.theme-purple-btn:hover .elementor-button-icon
{
  width: 95% !important;
}

.theme-purple-btn a
{
  background: var(--gradient-btn) !important;
  border-radius: 8px !important;
  border: 2px solid var();
  box-shadow: 0px 0px 16px 4px rgba(180, 156, 197, 0.08);
  min-width: 220px !important;
  height: 45px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.theme-purple-btn span
{
  /* padding: 15px !important; */
  font-size: 1.6rem !important;
  font-weight: 800 !important;
  font-family: 'Inter-Regular', sans-serif !important;
  color: var(--color-white) !important;
}

.theme-purple-btn .elementor-button-text
{
  padding: 15px 20px !important;
  position: absolute;
  left: 0;
}
.theme-purple-btn .elementor-button-icon svg
{
  font-size: 20px !important;
}
.theme-purple-btn .elementor-button-icon
{
  background: #ffffff33 !important;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 8px;
  height: 35px;
  /* width: 100%; */
  width: 35px;
  border-radius: 5px;
  position: absolute;
  content: "";
  z-index: 2;
  transition: 0.2s;
  right: 5px;
}

.theme-purple-btn .elementor-button-content-wrapper
{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}


.button,
.button-primary {
  background: var(--gradient-primary) !important;
  color: var(--color-white) !important;
  border-radius: 12px !important;
  padding: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  box-shadow: 0 4px 14px rgba(127, 86, 217, 0.25) !important;
  text-transform: none !important;
  border: none !important;
}

.button-secondary {
  background: var(--color-white) !important;
  border: 1px solid var(--color-gray-200) !important;
  color: var(--color-primary) !important;
}

.white-theme-btn>a
{
  background: #ffffff77 !important;
  box-shadow: 0px 0px 16px 4px rgba(180, 156, 197, .08) !important;
  padding: 20.5px !important;
  border-radius: 10px !important;
  border: 2px solid var(--color-white) !important;
}

.white-theme-btn:hover span
{
  color:var(--color-accent) !important;
}

.white-theme-btn span
{
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  font-family: 'Inter-Regular', sans-serif !important;
  color: var(--color-title-text) !important;
  transition: 0.2s !important;
}

/* ------------------------- */
/* Breadcrumb CSS :: END */
/* ------------------------- */
.home .page-header {
    display: none !important;
}

/* Header CSS :: START */
#site-header
{
    height: 80px !important;
    width: 100% !important;
    border-bottom: 0 !important; 
    background-color: #ffffff34 !important;
    backdrop-filter: blur(10px);
    position: fixed !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
#site-header-inner
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-link span
{
    font-size: 1.4rem !important;
    font-family: "Inter-Regular", sans-serif !important;
    color: #563D67 !important;
    font-weight: 500 !important;
}
.menu-link:hover span
{
    color: var(--color-accent) !important;
}

/* ------------- Header Btn CSS :: START  -------------- */
.flowline-btn-wrap {
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px;
  position: absolute;
}

.flowline-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  border-radius: 999px;
  background: #ffffff;
  color: #7F56D9;
  font-family: 'Satoshi-Regular', sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(127, 86, 217, 0.15);
  box-shadow: 0 2px 10px rgba(127, 86, 217, 0.1);
  transition: all 0.3s ease;
}

.flowline-btn:hover {
  background: #F8F5FD;
  box-shadow: 0 4px 14px rgba(127, 86, 217, 0.15);
  transform: translateY(-1px);
}

.flowline-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3ecff;
  padding: 8px;
  border-radius: 999px;
  width: 32px;
  height: 32px;
}

/* ------------- Header Btn CSS :: END  -------------- */
/* Header CSS :: END */

/* Search bar CSS :: START */
.search-toggle-li
{
    display: none;
}
/* Search bar CSS :: END */

/* Banner CSS :: START */
.headind-icon span i
{
  font-size: 3rem !important;
}
.headind-icon span
{
  width: 60px !important;
  height: 60px !important;
  border-radius: 10px;
  border: 2px solid var(--color-white);
  padding: 20px;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #ffffff46 !important;
  backdrop-filter: blur(10) !important;
  box-shadow: 0px 4px 14px 0px rgba(127, 86, 217, 0.25) !important;
  color: var(--color-accent) !important;
}
.flowline-hero-gradient 
{
  background-color: #F7F0FA !important;
}

.slider-logo-main
{
  background: linear-gradient(to top, white 40%, transparent 100%) !important;
  bottom: -20px !important;
  padding: 80px 0 0 0 !important;
}

.flowline-hero-gradient p
{
  line-height: 1.8 !important;
}

/* Banner CSS :: END */

/* Footer CSS :: START */
.footer-icons
{
  background: #e5e7eb21 !important;
  backdrop-filter: blur(10px);
  height: 45px;
  width: fit-content !important;
  border: 2px solid var(--color-white) !important;
  border-radius: 13px !important;
  padding: 0 10px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  transition: 0.8s !important;
}

.footer-icons:hover p
{
  display: block;
  width: fit-content !important;
  transition: 0.8s !important;
}

.footer-icons:hover .elementor-icon-box-icon
{
  margin-right: 10px !important;
  transition: 0.8s !important;
}
.footer-icons .elementor-icon-box-icon
{
  margin-right: 0 !important;
}
.footer-icons svg
{
  font-size: 20px !important;
}

.footer-icons p
{
  display: none;
}
#footer-widgets
{
  padding: 0 !important;
}

/* Copyright CSS :: START */
#footer-bottom.no-footer-nav #copyright
{
  text-align: end !important;
  font-size: 1.4rem !important;
  padding: 15px 0 !important;
}
#footer-bottom
{
  padding-top: 0 !important;
  padding-bottom: 20px !important;
}
/* Copyright CSS :: END */
/* Footer CSS :: END */

/* card Scetion CSS :: START */
.cards-img-bg::after
{
  position: absolute;
  content: "";
  opacity: 0.9;
  width: 500px;
  height: 500px;
  z-index: -1;
  top: 0;
  left: 0;
background-image: radial-gradient(50% 50% at 50% 50%,rgba(208, 208, 255, 0.5) 49.042792792792795%, rgba(255, 255, 255, 0) 100%);
}
.cards-img-bg::before
{
  position: absolute !important;
  opacity: 0.2;
  content: "";
  width: 500px;
  height: 500px;
  right: 0;
  bottom: 0;
background-image: radial-gradient(50% 50% at 50% 50%,rgba(208, 208, 255, 0.5) 49.042792792792795%, rgba(255, 255, 255, 0) 100%);
}
.cards-img-bg
{
  position: relative;
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(236, 216, 243, 0.685) 49.572423986486484%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
}
.card-number
{
  background: linear-gradient(135deg, #e9dfff 0%, #e4ccf7 50%, #dbc2f4 100%);
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 12px;
  border: 2px solid var(--color-white) !important;
}
.card-number p
{
  line-height: 0 !important;
  font-size: 2rem !important;
  color: var(--color-dark) !important;
  font-weight: 600 !important;
  font-family: 'Inter-Light', sans-serif !important;
}
/* card Scetion CSS :: END */

/* slider Section CSS :: START */
.testimonial-card
{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.testimonial-content,.testimonial-image
{
  width: 50%;
}

.testimonial-image
{
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

.testionial-section
{
  position: relative !important;
}

.testionial-section::after
{
  position: absolute !important;
  /* opacity: 0.2; */
  content: "";
  width: 100%;
  height: 100%;
  background-image: radial-gradient(50% 50% at 50% 50%,rgba(208, 208, 255, 0.5) 49.042792792792795%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.testimonial-img-container
{
  
  width: 80%;
  border-radius: 30px !important;
  /* box-shadow: 0px 4px 6px 4px rgba(180, 156, 197, 0.205) !important; */
  overflow: hidden;
}

.testimonial-img-container img
{
  width: 100%;
  height: 500px !important;
  object-fit: cover;
  border: 2px solid var(--color-white) !important;
  border-radius: 30px !important;
}

.list-stars li
{
  margin-right: 10px !important;
}

.list-stars li i
{
  color: var(--color-accent) !important;
  font-size: 20px !important;
}

.list-stars
{
  display: flex !important;
  align-items: center !important;
  list-style: none !important;
  margin: 40px 0 5px 0 !important;
}

.slider-quote
{
  color: var(--color-title-text) !important;
  font-weight: 500 !important;
  font-size: 2.5rem !important;
}

.author-text
{
  color: var(--color-title-text) !important;
  font-weight: 600 !important;
  font-size: 1.6rem !important;
  font-family: 'Inter-Regular', sans-serif !important;
}

.slider-btn {
  /* padding: 20px; */
  width: 40px !important;
  height: 40px !important;
  background: #ffffff !important;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #7a5eb2 !important; 
  border: none;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 20px;
  z-index: 10;
}
.slick-prev:before, .slick-next:before
{
  display: none !important;
}
.slider-btn i
{
  color: #7a5eb2 !important; 
  font-size: 20px;
}

.slick-prev {
  left: 45% !important;
  transform: translate(45%, 180px) !important; /* half of spacing + button width */
}

.slick-next {
  left: 50%;
  transform: translate(50%, 180px) !important;
}

/* .slick-prev {
  left: 20px;
}

.slick-next {
  left: 70px;
} */

.slider-btn:hover {
  background-color: #f3ecfc;
  color: #5a3a95;
}


/* slider Section CSS :: END */

/* Request Demo CSS :: START */
.demo-request-main-section
{
  position: relative;
}
.demo-request-main-section::after
{
  position: absolute;
  content: "";
  opacity: 0.9;
  width: 500px;
  height: 500px;
  z-index: 1;
  top: 0;
  right: -15% !important;
  background-image: radial-gradient(50% 50% at 50% 50%, #E9DFFB 49.042792792792795%, rgba(255, 255, 255, 0) 100%);
}
.request-form
{
  box-shadow: 0 0 16px 4px #e9dfff;
  background: linear-gradient(135deg, #e9dfff 0%, #e4ccf7 50%, #dbc2f4 100%) !important;
  border: 2px solid var(--color-white) !important;
  border-radius: 40px !important;
  padding: 25px !important;
}

.request-form-main
{
  padding: 40px 40px 0 40px;
  border-radius: 30px;
  border: 2px solid var(--color-white) !important;
  background: #ffffff81 !important;
}

.form-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

.form-cols .col {
  flex: 1 1 100%;
}

.form-cols:not(.full-width-col) .col {
  flex: 1 1 calc(50% - 0.6rem); /* Half width with gap */
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 12px 10px !important;
  border: 1px solid var(--color-gray-200) !important; 
  border-radius: 8px !important;
  font-size: 1rem;
  font-family: inherit;
  background-color: var(--color-white) !important;
  transition: border-color 0.2s;
  margin-top: 8px !important;
}

input::placeholder,
textarea::placeholder {
  color: #999aaa !important; 
  opacity: 1 !important;
  font-family: 'Inter-Light', sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: var(--color-accent) !important;
  outline: none !important;
}

.form-link {
  color: var(--color-primary) !important;
  text-decoration: underline;
}

.form-link:hover {
  text-decoration: none;
}

input.submit-btn{
  background: var(--gradient-btn) !important;
  border-radius: 8px !important;
  font-family: 'Inter-Regular', sans-serif !important;
  box-shadow: 0px 0px 16px 4px rgba(180, 156, 197, 0.08);
  /* min-width: 220px !important; */
  height: 45px !important;
  width: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-top: 20px !important;
  position: relative !important;
  font-size: 1.4rem  !important;
  border: 2px solid var(--color-white) !important;
  transition: 0.5s;
}

/* .icon-btn i {
  position: absolute !important;
  font-size: 1.2rem !important;
  background: #ffffff33 !important;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 8px;
  height: 35px !important;
  width: 35px !important;
  border-radius: 5px;
  position: absolute;
  z-index: 2;
  top: 0 !important;
  right: 5px !important;
  margin-left: 10px;
} */

/* Optional hover effect for arrow */
input.submit-btn:hover {
  /* transform: translateX(4px) !important; */
  background: var(--gradient-bg) !important;
  color: var(--color-title-text) !important;
  border: 2px solid var(--color-white) !important;
}

.lable-text
{
  font-family: 'Inter-Regular', sans-serif !important;
  font-size: 1.7rem !important;
  font-weight: 500 !important;
  color: var(--color-title-text) !important;
  /* padding-bottom: 10px !important; */
}

@media (max-width: 640px) {
  .form-cols {
    flex-direction: column;
  }

  .form-cols .col {
    flex: 1 1 100%;
  }
}

/* Request Demo CSS :: END */

/* Accordion SEction CSS :: START */
.faq-section-custom
{
  background: linear-gradient(0deg,#f7f0fa,#fff) !important;
}
.faq-main-section .e-n-accordion-item-title-text
{
  color: var(--color-title-text) !important;
}
.faq-main-section svg
{
  fill: var(--color-title-text) !important;
}
.faq-main-section .e-n-accordion-item
{
  background: var(--color-bg-light) !important;
  box-shadow: 0px 4px 14px 0px rgba(127, 86, 217, 0.137);
  margin:20px !important;
  border-radius: 20px !important;
  border: 2px solid var(--color-white) !important;
}

/* Accordion SEction CSS :: END */

/* CTA Section CSS :: START */
.cta-footer-section
{
  position: relative;
  overflow: hidden;
}
.cta-footer-section::after
{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(assets/img/shape.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
  bottom: 0;
  z-index: 1;
}
/* CTA Section CSS :: END */

/* Workflow Section CSS :: START */
.workflow-img-bg::after 
{
    position: absolute;
    content: "";
    top: -50px;
    left: -80px;
    width: 80%;
    height: 80%;
    z-index: 1;
    background-image: radial-gradient(50% 50% at 50% 50%, rgb(208 208 255) 49.042792792792795%, transparent 100%);
}
.workflow-img-bg::before
{
  position: absolute;
  content: "";
  width: 50%;
  height: 50%;
background-image: radial-gradient(50% 50% at 50% 50%, rgb(236, 216, 243) 49.572423986486484%, rgba(255, 255, 255, 0) 100%);
}
.workflow-img-bg
{
  position: relative;
  background-image: radial-gradient(50% 50% at 50% 50%, rgb(236, 216, 243) 49.572423986486484%, rgba(255, 255, 255, 0) 100%);
}
/* Main container */
/* Main container */
.workflow {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 30px; */
  position: relative;
  padding: 20px 10px;
}

/* Each step box */
.step {
  width: 200px;
  max-width: 90vw;
  /* height: 80px; */
  position: relative;
  z-index: 2;
}

.step img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.step1
{
  transform: translate(50%,0px);
  /* margin-left: 90%; */
}
.step2
{
  transform: translate(-20%,0px);
  /* margin-left: 90%; */
}
.step4
{
  transform: translate(50%,0px);
  /* margin-left: 90%; */
}

/* Wrapper for step + line */
.workflow-process {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* Static line placeholder */
.line {
  width: 1px;
  height: 50px;
  position: relative;
  background: transparent;
  overflow: visible;
}

/* Animated line inside */
.line::after {
  content: "";
  position: absolute;
  left: 30px !important;
  top: 0;
  width: 1px;
  height: 0;
  background-color: var(--color-gray-500) !important;
  animation: growLine 1s ease forwards;
}

/* Animation delays */
.line1::after {
  animation-delay: 0.3s;
}
.line2::after {
  animation-delay: 1s;
}
.line3::after {
  animation-delay: 1.7s;
}

/* Keyframes */
@keyframes growLine {
  0% {
    height: 0;
  }
  100% {
    height: 50px;
  }
}

/* Workflow Section CSS :: END */

/* animation CSS :: START */
.zoom-scroll-section {
  height: 150vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.zoom-target {
  transition: transform 0.2s ease-out;
  will-change: transform;
  transform: scale(1);
}
/* animation CSS :: END */


.custom-header-btn-wrap {
    position: fixed;
    right: 90px;
    top: 40px;
    padding: 10px;
    transform: translateY(-50%);
    z-index: 999;
}

.custom-header-btn {
    background: #ffffff46 !important;
    color: var(--color-accent) !important;
    border: 2px solid var(--color-white) !important;
    padding: 10px;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex !important;
    flex-direction: row !important;
    gap: 10 !important;
}

.header-btn
{
  background: var(--color-white) !important;
  padding: 10px;
  width: fit-content;
  display: inline-flex !important;
  align-items: center;
  justify-content: space-between;
  height: 30px !important;
  color: var(--color-accent) !important;
  /* margin: 10px; */
}

.header-btn-icon
{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 0 20px !important;
  border: 1px solid var(--color-gray-100) !important;
  margin-right: 5px;
}
.header-btn-text
{
  border-radius: 0 20px 20px 0 !important;
  border: 1px solid var(--color-gray-100) !important;
  font-weight: 600;
    font-size: 1.6rem !important;
    font-family: 'Inter-Regular', sans-serif !important;
}

/* .custom-header-btn:hover {
    background: linear-gradient(to right, #00c6ff, #007bff);
} */

.scroll-top-right
{
  border: 2px solid var(--color-title-text) !important;
}
