


.fontf{
  color: var(--e-global-color-vamtam_accent_5); 
  font-size: 1.8rem !important; 
  padding-top: 30px;
}

body {
  --vamtam-body-link-regular: #000000cc;
  --vamtam-body-link-visited: #000000cc;
  --vamtam-body-link-hover: #1e3b92;
  --vamtam-body-link-active: #1e3b92;
  --vamtam-input-border-radius: 9px 9px 9px 9px;
  --vamtam-input-border-color: #0000001a;
  --vamtam-btn-text-color: #ffffff;
  --vamtam-btn-hover-text-color: #b4c8ff;
  --vamtam-btn-bg-color: #b4c8ff;
  --vamtam-btn-hover-bg-color: #1e3b92;
  --vamtam-btn-border-radius: 100px 100px 100px 100px;
  --vamtam-site-max-width: 1280px;
  --vamtam-icon-flag: "\e91b";
  --vamtam-icon-heart: "\e91d";
  --vamtam-icon-pay: "\e91e";
  --vamtam-icon-rocket: "\e91f";
  --vamtam-icon-layers: "\e914";
  --vamtam-icon-mail: "\e915";
  --vamtam-icon-pie: "\e916";
  --vamtam-icon-pin: "\e917";
  --vamtam-icon-star: "\e918";
  --vamtam-icon-trust: "\e919";
  --vamtam-icon-stats: "\e900";
  --vamtam-icon-sign-star: "\e901";
  --vamtam-icon-layer: "\e908";
  --vamtam-icon-graph: "\e909";
  --vamtam-icon-fusion: "\e90a";
  --vamtam-icon-finance: "\e90b";
  --vamtam-icon-circles: "\e90d";
  --vamtam-icon-building: "\e90e";
  --vamtam-icon-bubble-finance: "\e90f";
  --vamtam-icon-ai: "\e913";
  --vamtam-icon-quote: "\e903";
  --vamtam-icon-check: "\e91c";
  --vamtam-icon-arrow-up: "\e910";
  --vamtam-icon-arrow-link-down: "\e91a";
  --vamtam-icon-arrow-link-up: "\e911";
  --vamtam-icon-arrow-dawn: "\e912";
  --vamtam-icon-search: "\e902";
  --vamtam-icon-close: "\e90c";
  --vamtam-icon-nav: "\e906";
  --vamtam-icon-minus: "\e907";
  --vamtam-icon-plus: "\e904";
  --vamtam-loading-animation: url("wp-content/themes/finovate/vamtam/assets/images/loader-ring.gif");
  background-color: #f6f6ff;
}

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
:where(.is-layout-grid) {
  gap: 0.5em;
}
body .is-layout-flex {
  display: flex;
}
.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
.is-layout-flex > :is(*, div) {
  margin: 0;
}
body .is-layout-grid {
  display: grid;
}
.is-layout-grid > :is(*, div) {
  margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}

/* ===== HERO SECTION ===== */
.hero-section {
  
  background-color: #f6f6ff !important;
  min-height: 90vh !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
 
}

.hero-container {
  margin: 0 auto !important;
 
  width: 100% !important;
}

.hero-content {
  display: flex;
  align-items: center;
  gap: 80px;
  width: 100%;
}

.hero-text {
  flex: 1;
  max-width: 600px;
}

.hero-title {
  font-size: clamp(32px, 4.2vw, 48px);
  /* font-weight: 700 !important; */
  line-height: 1.25;
  margin: 0;
  color: #000000 !important;
  font-family: var(--e-global-typography-primary-font-family, 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif);
}

.hero-title-highlight {
  color: #3d68dc !important;
  font-weight: 700 !important;
}

.hero-subtitle { display: none; }

.hero-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #4f7bff;
  color: white;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(79, 123, 255, 0.3);
  border: none;
  cursor: pointer;
}

.hero-button:hover {
  background: #3d68dc;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(79, 123, 255, 0.4);
  color: white;
  text-decoration: none;
}

.hero-button-arrow {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.hero-button:hover .hero-button-arrow {
  transform: translate(2px, -2px);
}

/* old hero image styles removed in favor of .hero-media */

/* ===== HERO RESPONSIVE STYLES ===== */

/* Extra Large Desktop */
@media (min-width: 1600px) {
  .hero-container {
    max-width: 1400px !important;
    
  }
  
  .hero-top { 
    grid-template-columns: 1fr 450px !important; 
    gap: 60px !important; 
    margin-bottom: 40px !important;
  }
  
  .hero-title {
    font-size: 4.5rem;
  }
  
  .hero-intro {
    font-size: 1.125rem !important;
    line-height: 1.8 !important;
  }
  
  .hero-media-img {
    border-radius: 32px !important;
  }
  
  .hero-cta {
    left: 48px !important;
    bottom: 48px !important;
    padding: 20px 32px !important;
    font-size: 1rem !important;
    border-radius: 32px !important;
  }
}

/* Large Desktop */
@media (min-width: 1440px) and (max-width: 1599px) {
  .hero-container {
    max-width: 1320px !important;
    
  }
  
  .hero-top { 
    grid-template-columns: 1fr 420px !important; 
    gap: 50px !important; 
    margin-bottom: 36px !important;
  }
  
  .hero-title {
    font-size: 4rem;
  }
  
  .hero-intro {
    font-size: 1.075rem !important;
  }
  
  .hero-content {
    gap: 100px;
  }
}

/* Desktop Large to Medium */
@media (min-width: 1200px) and (max-width: 1439px) {
  .hero-container {
    max-width: 1200px !important;
    
  }
  
  .hero-top { 
    grid-template-columns: 1fr 400px !important; 
    gap: 40px !important; 
    margin-bottom: 32px !important;
  }
  
  .hero-title {
    font-size: 3.5rem;
  }
  
  .hero-intro {
    font-size: 1.05rem !important;
  }
  
  .hero-content {
    gap: 80px;
  }
}

/* Desktop */
@media (max-width: 1200px) {
  .hero-container {
    max-width: 1100px !important;
  }
  
  .hero-top { 
    grid-template-columns: 1fr 380px !important; 
    gap: 32px !important; 
  }
  
  .hero-content {
    gap: 60px;
  }
  
  .hero-title {
    font-size: 3rem;
  }
  
  .hero-subtitle {
    font-size: 1.125rem;
  }
}

/* Tablet Large */
@media (min-width: 1024px) and (max-width: 1199px) {
  .hero-container {
    max-width: 1000px !important;
  }
  
  .hero-top { 
    grid-template-columns: 1fr 360px !important; 
    gap: 28px !important; 
  }
  
  .hero-title {
    font-size: 2.75rem;
  }
  
  .hero-intro {
    font-size: 1rem !important;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .hero-container {
    max-width: 900px !important;
  }
  
  .hero-top { 
    grid-template-columns: 1fr 340px !important; 
    gap: 24px !important; 
  }
 
  .hero-content {
    gap: 50px;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 35px;
  }
  
  .hero-button {
    padding: 14px 28px;
    font-size: 0.95rem;
  }
}

/* Tablet Small */
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-container {
    max-width: 750px !important;
  }
  
  .hero-top { 
    grid-template-columns: 1fr 320px !important; 
    gap: 20px !important; 
  }
  
  .hero-title {
    font-size: 2.25rem;
  }
  
  .hero-intro {
    font-size: 0.95rem !important;
  }
}

/* Mobile Large */
@media (max-width: 768px) {
  .hero-section { 
    min-height: auto !important; 
    padding: 25px 0 !important; 
  }
  
  .hero-container {
    display: flex !important;
    flex-direction: column !important;
    max-width: 100% !important;
  }
  
  .hero-top { 
    display: block !important; 
    order: 2 !important;
    margin-bottom: 0px !important;
    text-align: left !important;
  }
  
  .hero-media { 
    order: 1 !important; 
    margin-bottom: 30px !important;
  }
  
  .hero-intro { 
    margin-top: 15px !important; 
    margin-bottom: 15px !important;
    text-align: left !important;
    font-size: 1rem !important;
  }
  
  .hero-intro-container {
    align-items: flex-start !important;
  }

  /* Hide desktop button on mobile */
  .hero-btn-desktop {
    display: none !important;
  }
  
  /* Show mobile button under intro text */
  .hero-btn-mobile {
    display: block !important;
    margin-top: 20px !important;
    text-align: left !important;
  }

  /* Mobile hero image height */
  .hero-media .hero-media-img {
    height: auto !important;
  }

  .hero-content {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  
  .hero-text {
    max-width: 100%;
    order: 2;
  }
  
  .hero-image {
    order: 1;
    width: 100%;
  }
  
  .hero-title {
    font-size: 2.25rem;
    margin-bottom: 25px;
    line-height: 1.25;
  }
  
  .hero-subtitle {
    font-size: 1.05rem;
    margin-bottom: 30px;
    max-width: 100%;
  }
  
  .hero-img {
    max-width: 500px;
  }
  
  /* Hide desktop CTA, show mobile CTA */
  .hero-cta-desktop { 
    display: none !important; 
  }
  
  .hero-cta-mobile { 
    display: inline-flex !important;
    position: static !important;
    order: 3 !important;
    margin-top: 0px !important;
    align-self: flex-start !important;
  }
}

/* Mobile Medium to Large */
@media (min-width: 600px) and (max-width: 767px) {
  .hero-container {
    max-width: 600px !important;
    margin: 0 auto !important;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-intro {
    font-size: 1.05rem !important;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Mobile Medium */
@media (max-width: 480px) {
  .hero-section { 
    padding: 15px 0 !important; 
  }
  
  .hero-container {
    padding: 0 10px 50px 10px !important;
    max-width: 100% !important;
  }
  
  .hero-media { 
    margin-bottom: 25px !important;
  }
  
  .hero-top {
    margin-bottom: 0px !important;
    text-align: left !important;
  }
  
  .hero-intro { 
    margin-top: 12px !important; 
    margin-bottom: 20px !important;
    font-size: 0.95rem !important;
    text-align: left !important;
  }
  
  .hero-cta-mobile { 
    padding: 12px 18px !important; 
    border-radius: 24px !important; 
    margin-top: 0px !important;
  }

  .hero-content {
    gap: 30px;
  }
  
  .hero-title {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
  
  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 25px;
    line-height: 1.5;
  }
  
  .hero-button {
    padding: 12px 24px;
    font-size: 0.9rem;
  }
  
  .hero-img {
    max-width: 100%;
    border-radius: 15px;
  }
}

/* Mobile Small to Medium */
@media (min-width: 400px) and (max-width: 479px) {
  .hero-container {
    padding: 0 12px 40px 0 !important;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-intro {
    font-size: 0.975rem !important;
  }
}

/* Mobile Extra Small */
@media (min-width: 320px) and (max-width: 399px) {
  .hero-container {
    padding: 0 10px 35px 0 !important;
  }
  
  .hero-title {
    font-size: 1.75rem;
  }
  
  .hero-intro {
    font-size: 0.925rem !important;
    line-height: 1.6 !important;
  }
  
  .hero-cta-mobile { 
    padding: 10px 16px !important; 
    font-size: 0.85rem !important;
  }
}

/* Mobile Small */
@media (max-width: 320px) {
  .hero-container {
    padding: 0 8px 30px 0 !important;
  }
  
  .hero-title {
    font-size: 1.625rem;
    line-height: 1.2;
  }
  
  .hero-intro {
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    margin-bottom: 18px !important;
  }
  
  .hero-subtitle {
    font-size: 0.95rem;
  }
  
  .hero-button {
    padding: 10px 20px;
    font-size: 0.85rem;
  }
  
  .hero-cta-mobile { 
    padding: 8px 14px !important; 
    font-size: 0.8rem !important;
    border-radius: 20px !important;
  }
  
  .hero-media { 
    margin-bottom: 20px !important;
  }
  
  .hero-media .hero-media-img {
    border-radius: 16px !important;
    height: auto !important;
  }
}

.safe-svg-cover {
  text-align: center;
}
.safe-svg-cover .safe-svg-inside {
  display: inline-block;
  max-width: 100%;
}
.safe-svg-cover svg {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}

/* ===== Hero V2 layout (matches reference image) ===== */
.hero-top {
  display: grid !important;
  grid-template-columns: 1fr 420px !important; /* heading left, short paragraph right */
  align-items: start !important;
  gap: 40px !important;
  margin-bottom: 32px !important;
  max-width: var(--content-width);
}

.hero-intro {
  text-align: right !important;
  font-size: 1rem !important;
  line-height: 1.8 !important;
  color: #7a8699 !important;
  margin: 6px 0 0 0 !important;
  font-weight: 500 !important;
}

.hero-intro-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
}

.hero-media {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Desktop: Full width image */


.hero-media-img {
  width: 100% !important;
  height: 600px !important;
  border-radius: 24px !important;
  display: block !important;
  object-fit: cover !important;
}

/* Position the Desktop Elementor button on the image */
.hero-media .hero-btn-desktop {
  position: absolute !important;
  left: 36px !important;
  bottom: 36px !important;
  z-index: 10 !important;
}

.hero-media .hero-btn-desktop .elementor-button {
  
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 14px 20px !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.3s ease !important;
  border: none !important;
  cursor: pointer !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  box-shadow: 0 4px 15px rgba(79, 123, 255, 0.25) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.hero-media .hero-btn-desktop .elementor-button:hover {
  background: #3d68dc !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(79, 123, 255, 0.35) !important;
}

.hero-media .hero-btn-desktop .elementor-button-text {
  color: #ffffff !important;
}

.hero-media .hero-btn-desktop .elementor-button-icon i {
  color: #ffffff !important;
}

/* Mobile button - appears under text, hidden on desktop */
.hero-btn-mobile {
  
  width: 100% !important;
  
  margin-top: 24px !important;
}

.hero-btn-mobile .elementor-button {
 
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 16px 32px !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.3s ease !important;
  border: none !important;
  cursor: pointer !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  box-shadow: 0 4px 15px rgba(79, 123, 255, 0.25) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.hero-btn-mobile .elementor-button:hover {
  background: #3d68dc !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(79, 123, 255, 0.35) !important;
}

.hero-btn-mobile .elementor-button-text {
  color: #ffffff !important;
}

.hero-btn-mobile .elementor-button-icon i {
  color: #ffffff !important;
}

.hero-cta {
  position: absolute !important;
  left: 36px !important;
  bottom: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #4f7bff !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 14px 20px !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.3s ease !important;
  border: none !important;
  cursor: pointer !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  box-shadow: 0 4px 15px rgba(79, 123, 255, 0.25) !important;
}

.hero-cta:hover { 
  background: #3d68dc !important; 
  color: #ffffff !important; 
  text-decoration: none !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(79, 123, 255, 0.35) !important;
}

.hero-cta-arrow { 
  font-size: 14px !important; 
  transition: transform 0.3s ease !important;
  margin-left: 2px !important;
}

.hero-cta:hover .hero-cta-arrow {
  transform: translate(2px, -2px) !important;
}


.hero-cta:hover .hero-cta-arrow {
  transform: translate(2px, -2px) !important;
}

/* Desktop and Mobile CTA Control */
.hero-cta-mobile { 
  position: absolute !important;
  right: 36px !important;
  bottom: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #4f7bff !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 14px 20px !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.3s ease !important;
  border: none !important;
  cursor: pointer !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  box-shadow: 0 4px 15px rgba(79, 123, 255, 0.25) !important;
}

.hero-cta-mobile:hover {
  background: #3d68dc !important; 
  color: #ffffff !important; 
  text-decoration: none !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(79, 123, 255, 0.35) !important;
}

.hero-cta-mobile:hover .hero-cta-arrow {
  transform: translate(2px, -2px) !important;
}

.hero-cta-mobile .hero-cta-arrow {
  font-size: 14px !important;
  margin-left: 2px !important;
}

.hero-cta-desktop { 
  display: inline-flex !important; 
}

/* Responsive tweaks for Hero V2 */
@media (max-width: 1200px) {
  .hero-top { grid-template-columns: 1fr 380px !important; gap: 32px !important; }
}

@media (max-width: 1024px) {
  .hero-top { grid-template-columns: 1fr 340px !important; gap: 24px !important; }
}

@media (max-width: 768px) {
  .hero-section { 
    min-height: auto !important; 
    padding: 20px 0 !important; 
  }
  
  .hero-container {
    display: flex !important;
    flex-direction: column !important;
  }
  
  .hero-top { 
    display: block !important; 
    order: 2 !important;
    margin-bottom: 0px !important;
    text-align: left !important;
  }
  
  .hero-media { 
    order: 1 !important; 
    margin-bottom: 30px !important;
  }
  
  .hero-intro { 
    margin-top: 15px !important; 
    margin-bottom: 25px !important;
    text-align: left !important;
  }
  
  /* Hide desktop CTA, show mobile CTA */
  .hero-cta-desktop { 
    display: none !important; 
  }
  
  .hero-cta-mobile { 
    display: inline-flex !important;
    position: static !important;
    order: 3 !important;
    margin-top: 0px !important;
    align-self: flex-start !important;
  }
}

@media (max-width: 480px) {
  .hero-section { 
    padding: 15px 0 !important; 
  }
  
  .hero-container {
    padding: 0 10px 50px 10px !important;
  }
  
  .hero-media { 
    margin-bottom: 25px !important;
  }
  
  .hero-top {
    margin-bottom: 0px !important;
    text-align: left !important;
  }
  
  .hero-intro { 
    margin-top: 12px !important; 
    margin-bottom: 20px !important;
    font-size: 0.95rem !important;
    text-align: left !important;
  }
  
  .hero-cta-mobile { 
    margin-top: 0px !important;
  }
}

@font-face {
  font-family: "icomoon";
  src: url(wp-content/themes/finovate/vamtam/assets/fonts/icons/icomoon.woff2)
      format("woff2"),
    url(wp-content/themes/finovate/vamtam/assets/fonts/icons/icomoon.woff)
      format("woff"),
    url(wp-content/themes/finovate/vamtam/assets/fonts/icons/icomoon.ttf)
      format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "vamtam-theme";
  src: url(wp-content/themes/finovate/vamtam/assets/fonts/theme-icons/theme-icons.woff2)
      format("woff2"),
    url(wp-content/themes/finovate/vamtam/assets/fonts/theme-icons/theme-icons.woff)
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.elementor-876 .elementor-element.elementor-element-170157c {
  --display: flex;
  --min-height: 350px;
  --flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --gap: 0px 35px;
  --row-gap: 0px;
  --column-gap: 35px;
  --flex-wrap: wrap;
  --overflow: hidden;
  --background-transition: 0.3s;
  --overlay-opacity: 0.5;
  --border-radius: 24px 24px 24px 24px;
  --padding-top: 20px;
  --padding-bottom: 20px;
  --padding-left: 20px;
  --padding-right: 20px;
}
.elementor-876
  .elementor-element.elementor-element-170157c:not(
    .elementor-motion-effects-element-type-background
  ),
.elementor-876
  .elementor-element.elementor-element-170157c
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: var(--e-global-color-vamtam_accent_3);
}
.elementor-876 .elementor-element.elementor-element-170157c:hover {
  background-color: var(--e-global-color-vamtam_accent_2);
}
.elementor-876 .elementor-element.elementor-element-170157c::before,
.elementor-876
  .elementor-element.elementor-element-170157c
  > .elementor-background-video-container::before,
.elementor-876
  .elementor-element.elementor-element-170157c
  > .e-con-inner
  > .elementor-background-video-container::before,
.elementor-876
  .elementor-element.elementor-element-170157c
  > .elementor-background-slideshow::before,
.elementor-876
  .elementor-element.elementor-element-170157c
  > .e-con-inner
  > .elementor-background-slideshow::before,
.elementor-876
  .elementor-element.elementor-element-170157c
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer::before {
  --background-overlay: "";
}
.elementor-876 .elementor-element.elementor-element-c946257 {
  --display: flex;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}
.elementor-876 .elementor-element.elementor-element-54ff0af {
  --spacer-size: 126px;
  top: -21px;
}
.elementor-widget-container p {
  font-size: 19px;
}

.elementor-876
  .elementor-element.elementor-element-54ff0af
  > .elementor-widget-container {
  background-color: var(--e-global-color-vamtam_accent_5);
  border-radius: 24px 0px 0px 0px;
}
.elementor-876 .elementor-element.elementor-element-54ff0af.elementor-element {
  --align-self: flex-start;
}
body:not(.rtl) .elementor-876 .elementor-element.elementor-element-54ff0af {
  left: -21px;
}
body.rtl .elementor-876 .elementor-element.elementor-element-54ff0af {
  right: -21px;
}
.elementor-876
  .elementor-element.elementor-element-54ff0af:not(.elementor-widget-image)
  .elementor-widget-container {
  -webkit-mask-image: url(wp-content/uploads/2025/02/blog-mask.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: top left;
  -webkit-mask-repeat: no-repeat;
}
.elementor-876
  .elementor-element.elementor-element-54ff0af.elementor-widget-image
  .elementor-widget-container
  img {
  -webkit-mask-image: url(https://finovate.vamtam.com/wp-content/uploads/2025/02/blog-mask.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: top left;
  -webkit-mask-repeat: no-repeat;
}
.elementor-876 .elementor-element.elementor-element-0021ae0 {
  --display: flex;
  --min-height: 315px;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --border-radius: 20px 20px 20px 20px;
  --z-index: 2;
}
.elementor-876
  .elementor-element.elementor-element-0021ae0:not(
    .elementor-motion-effects-element-type-background
  ),
.elementor-876
  .elementor-element.elementor-element-0021ae0
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.elementor-876 .elementor-element.elementor-element-0021ae0.e-con {
  --flex-grow: 1;
  --flex-shrink: 0;
}
.elementor-876 .elementor-element.elementor-element-8bf2cf3 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: space-between;
  --padding-top: 10px;
  --padding-bottom: 10px;
  --padding-left: 0px;
  --padding-right: 10px;
  --z-index: 2;
}
.elementor-876 .elementor-element.elementor-element-8bf2cf3.e-con {
  --flex-grow: 1;
  --flex-shrink: 0;
}
.elementor-876 .elementor-element.elementor-element-e7bf2e2 {
  --display: flex;
  --gap: 60px 0px;
  --row-gap: 60px;
  --column-gap: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 3px;
}
.elementor-876
  .elementor-element.elementor-element-86d702f
  .elementor-icon-list-icon {
  width: 14px;
}
.elementor-876
  .elementor-element.elementor-element-86d702f
  .elementor-icon-list-icon
  i {
  font-size: 14px;
}
.elementor-876
  .elementor-element.elementor-element-86d702f
  .elementor-icon-list-icon
  svg {
  --e-icon-list-icon-size: 14px;
}
.elementor-876
  .elementor-element.elementor-element-86d702f
  .elementor-icon-list-text,
.elementor-876
  .elementor-element.elementor-element-86d702f
  .elementor-icon-list-text
  a {
  color: var(--e-global-color-vamtam_accent_1);
}
.elementor-876
  .elementor-element.elementor-element-86d702f
  .elementor-icon-list-item {
  font-family: var(--e-global-typography-8f4394f-font-family), Sans-serif;
  font-size: var(--e-global-typography-8f4394f-font-size);
  font-weight: var(--e-global-typography-8f4394f-font-weight);
  text-transform: var(--e-global-typography-8f4394f-text-transform);
  font-style: var(--e-global-typography-8f4394f-font-style);
  text-decoration: var(--e-global-typography-8f4394f-text-decoration);
  line-height: var(--e-global-typography-8f4394f-line-height);
  letter-spacing: var(--e-global-typography-8f4394f-letter-spacing);
}
.elementor-876
  .elementor-element.elementor-element-85ea9b3
  > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
  border-radius: 100% 100% 100% 100%;
}
.elementor-876 .elementor-element.elementor-element-85ea9b3.elementor-element {
  --align-self: flex-end;
}
.elementor-876
  .elementor-element.elementor-element-85ea9b3
  .elementor-icon-wrapper {
  text-align: center;
}
.elementor-876
  .elementor-element.elementor-element-85ea9b3.elementor-view-stacked
  .elementor-icon {
  background-color: var(--e-global-color-vamtam_accent_5);
  color: var(--e-global-color-vamtam_accent_1);
}
.elementor-876
  .elementor-element.elementor-element-85ea9b3.elementor-view-framed
  .elementor-icon,
.elementor-876
  .elementor-element.elementor-element-85ea9b3.elementor-view-default
  .elementor-icon {
  color: var(--e-global-color-vamtam_accent_5);
  border-color: var(--e-global-color-vamtam_accent_5);
}
.elementor-876
  .elementor-element.elementor-element-85ea9b3.elementor-view-framed
  .elementor-icon,
.elementor-876
  .elementor-element.elementor-element-85ea9b3.elementor-view-default
  .elementor-icon
  svg {
  fill: var(--e-global-color-vamtam_accent_5);
}
.elementor-876
  .elementor-element.elementor-element-85ea9b3.elementor-view-framed
  .elementor-icon {
  background-color: var(--e-global-color-vamtam_accent_1);
}
.elementor-876
  .elementor-element.elementor-element-85ea9b3.elementor-view-stacked
  .elementor-icon
  svg {
  fill: var(--e-global-color-vamtam_accent_1);
}
.elementor-876
  .elementor-element.elementor-element-85ea9b3.elementor-view-stacked
  .elementor-icon:hover {
  background-color: var(--e-global-color-vamtam_accent_1);
  color: var(--e-global-color-vamtam_accent_2);
}
.elementor-876
  .elementor-element.elementor-element-85ea9b3.elementor-view-framed
  .elementor-icon:hover,
.elementor-876
  .elementor-element.elementor-element-85ea9b3.elementor-view-default
  .elementor-icon:hover {
  color: var(--e-global-color-vamtam_accent_1);
  border-color: var(--e-global-color-vamtam_accent_1);
}
.elementor-876
  .elementor-element.elementor-element-85ea9b3.elementor-view-framed
  .elementor-icon:hover,
.elementor-876
  .elementor-element.elementor-element-85ea9b3.elementor-view-default
  .elementor-icon:hover
  svg {
  fill: var(--e-global-color-vamtam_accent_1);
}
.elementor-876 .elementor-element.elementor-element-85ea9b3 {
  --vamtam-hpc: var(--e-global-color-vamtam_accent_1);
  --vamtam-hsc: var(--e-global-color-vamtam_accent_2);
}
.elementor-876
  .elementor-element.elementor-element-85ea9b3.elementor-view-framed
  .elementor-icon:hover {
  background-color: var(--e-global-color-vamtam_accent_2);
}
.elementor-876
  .elementor-element.elementor-element-85ea9b3.elementor-view-stacked
  .elementor-icon:hover
  svg {
  fill: var(--e-global-color-vamtam_accent_2);
}
.elementor-876 .elementor-element.elementor-element-85ea9b3 .elementor-icon {
  font-size: 10px;
  padding: 20px;
}
.elementor-876
  .elementor-element.elementor-element-85ea9b3
  .elementor-icon
  svg {
  height: 10px;
}
@media (max-width: 1024px) {
  .elementor-876 .elementor-element.elementor-element-170157c {
    --gap: 0px 20px;
    --row-gap: 0px;
    --column-gap: 20px;
  }
  .elementor-876
    .elementor-element.elementor-element-54ff0af:not(.elementor-widget-image)
    .elementor-widget-container {
    -webkit-mask-size: contain;
  }
  .elementor-876
    .elementor-element.elementor-element-54ff0af.elementor-widget-image
    .elementor-widget-container
    img {
    -webkit-mask-size: contain;
  }
  .elementor-876 .elementor-element.elementor-element-e7bf2e2 {
    --justify-content: flex-start;
    --gap: 30px 0px;
    --row-gap: 30px;
    --column-gap: 0px;
  }
  .elementor-876
    .elementor-element.elementor-element-86d702f
    .elementor-icon-list-item {
    font-size: var(--e-global-typography-8f4394f-font-size);
    line-height: var(--e-global-typography-8f4394f-line-height);
    letter-spacing: var(--e-global-typography-8f4394f-letter-spacing);
  }
}
@media (max-width: 767px) {
  .elementor-876 .elementor-element.elementor-element-0021ae0 {
    --margin-top: 0px;
    --margin-bottom: 20px;
    --margin-left: 0px;
    --margin-right: 0px;
  }
  .elementor-876 .elementor-element.elementor-element-8bf2cf3 {
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
  }
  .elementor-876 .elementor-element.elementor-element-e7bf2e2 {
    --gap: 20px 0px;
    --row-gap: 20px;
    --column-gap: 0px;
  }
  .elementor-876
    .elementor-element.elementor-element-86d702f
    .elementor-icon-list-item {
    font-size: var(--e-global-typography-8f4394f-font-size);
    line-height: var(--e-global-typography-8f4394f-line-height);
    letter-spacing: var(--e-global-typography-8f4394f-letter-spacing);
  }
}
@media (min-width: 768px) {
  .elementor-876 .elementor-element.elementor-element-0021ae0 {
    --width: 45%;
  }
  .elementor-876 .elementor-element.elementor-element-8bf2cf3 {
    --width: 45%;
  }
}

.e-loop-item-869
  .elementor-element.elementor-element-0021ae0:not(
    .elementor-motion-effects-element-type-background
  ),
.e-loop-item-869
  .elementor-element.elementor-element-0021ae0
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-image: url("wp-content/uploads/2025/02/GettyImages-1313460596.jpg");
}

.why-work-container {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.cards-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.feature-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #f8f9fa;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  color: #3d68dc;
  font-size: 24px;
  margin-top: 5px;
  flex-shrink: 0;
}

.feature-content h4 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.feature-content p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.image-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.feature-image {
  width: 100%;
  max-width: 500px;
  height: 100%;
  min-height: 350px;
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

/* Tablet Styles */
@media (max-width: 1024px) {
  .why-work-container {
    gap: 30px;
    max-width: 900px;
    padding: 0 20px;
  }

  .feature-card {
    padding: 18px;
    gap: 12px;
  }

  .feature-icon {
    font-size: 22px;
  }

  .feature-content h4 {
    font-size: 17px;
  }

  .feature-content p {
    font-size: 13px;
  }

  .feature-image {
    max-width: 400px;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  .why-work-container {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 0 15px;
  }

  .cards-container {
    order: 2;
  }

  .image-container {
    order: 1;
    align-items: center;
  }

  .feature-card {
    padding: 16px;
    gap: 12px;
  }

  .feature-icon {
    font-size: 20px;
    margin-top: 3px;
  }

  .feature-content h4 {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .feature-content p {
    font-size: 13px;
  }

  .feature-image {
    max-width: 100%;
    height: 250px;
    min-height: 250px;
    border-radius: 8px;
  }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
  .why-work-container {
    gap: 25px;
    padding: 0 10px;
  }

  .feature-card {
    padding: 14px;
    gap: 10px;
  }

  .feature-icon {
    font-size: 18px;
  }

  .feature-content h4 {
    font-size: 15px;
  }

  .feature-content p {
    font-size: 12px;
  }
}

/* Mobile Menu Toggle Styles - Remove Circle and Make Normal Hamburger */
.elementor-menu-toggle {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 12px 0 12px 12px!important;
}

.elementor-menu-toggle__icon--open.vamtam-theme-nav:before,
.elementor-menu-toggle__icon--close.vamtam-theme-close:before {
  font-family: inherit !important;
  content: "" !important;
}

.elementor-menu-toggle__icon--open.vamtam-theme-nav {
  position: relative;
  width: 32px;
  height: 24px;
  display: inline-block;
}

.elementor-menu-toggle__icon--open.vamtam-theme-nav:before,
.elementor-menu-toggle__icon--open.vamtam-theme-nav:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #3d68dc;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.elementor-menu-toggle__icon--open.vamtam-theme-nav:before {
  top: 0;
  box-shadow: 0 10px 0 #3d68dc;
}

.elementor-menu-toggle__icon--open.vamtam-theme-nav:after {
  bottom: 0;
}

.elementor-menu-toggle__icon--close.vamtam-theme-close {
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.elementor-menu-toggle__icon--close.vamtam-theme-close:before,
.elementor-menu-toggle__icon--close.vamtam-theme-close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 3px;
  background-color: #3d68dc;
  transform-origin: center;
  border-radius: 2px;
}

.elementor-menu-toggle__icon--close.vamtam-theme-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.elementor-menu-toggle__icon--close.vamtam-theme-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Mobile Bridge Horizontal Styles - Force Override Inline Styles */
@media (max-width: 768px) {
  
  /* Override container styles completely */
  .bridge-arrow-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    z-index: 10 !important;
    margin: 20px !important;
    min-height: auto !important;
    padding: 20px 0 !important;
  }
  
  /* Override bridge arrow styles */
  .bridge-arrow {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    position: relative !important;
    width: 100% !important;
  }
  
  /* Hide original elements and recreate with pseudo-elements */
  .bridge-arrow > div {
    display: none !important;
  }
  
  /* Show and reposition BRIDGE text */
  .bridge-arrow > div:nth-child(4) {
    display: block !important;
    position: static !important;
    transform: none !important;
    right: auto !important;
    top: auto !important;
    margin: 0 0 20px 0 !important;
    writing-mode: horizontal-tb !important;
    text-align: center !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    order: 1 !important;
  }
  
  /* Create horizontal arrow with pseudo-elements */
  .bridge-arrow::before {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
    margin-top: 10px;
  }
  
  .bridge-arrow::after {
    content: '• - - - - - - - - - ►';
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    order: 2;
    white-space: nowrap;
  }
}

/* Footer Layout Styles */
.footer-content-container {

  
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  justify-content: space-between;
    align-items: center;
    width: 100%;


}

.footer-text {
  color: white;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  font-family: 'Arial', sans-serif;
  text-align: center;
}

.footer-logo {
  color: white;
  font-size: 20px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  

  
}

.footer-logo:hover {
  opacity: 0.7;
}

/* Mobile Footer Styles */
@media (max-width: 768px) {
  .footer-content-container {
    padding: 15px;
  }
  
  .footer-text {
    font-size: 12px;
  }
  
  .footer-logo {
    font-size: 18px;
    right: 15px;
  }
}

@media (max-width: 480px) {
  .footer-content-container {
    padding: 12px;
  }
  
  .footer-text {
    font-size: 11px;
    line-height: 1.3;
  }
  
  .footer-logo {
    font-size: 16px;
    right: 30px;
  }
}

/* Logo Carousel Styles - Continuous Marquee */
.logos-carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.logos-carousel-container {
  flex: 1;
  overflow: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.logos-carousel-track {
  display: flex !important;
  gap: 60px;
  width: max-content;
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /* Remove CSS animation - using JavaScript instead for iOS compatibility */
}

@keyframes marquee {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-moz-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@-o-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.logos-carousel-track .elementor-widget {
  flex: 0 0 auto;
  min-width: 150px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logos-carousel-track .elementor-widget img {
  width: 120px;
  height: auto;
  object-fit: contain;
}

/* Mobile carousel styles */
@media (max-width: 768px) {
  .logos-carousel-track {
    gap: 40px;
    /* Animation handled by JavaScript for iOS compatibility */
  }
  
  .logos-carousel-track .elementor-widget {
    min-width: 100px;
    width: 100px;
  }
  
  .logos-carousel-track .elementor-widget img {
    width: 80px;
  }
}

@media (max-width: 480px) {
  .logos-carousel-track {
    gap: 30px;
    /* Animation handled by JavaScript for iOS compatibility */
  }
  
  .logos-carousel-track .elementor-widget {
    min-width: 80px;
    width: 80px;
  }
  
  .logos-carousel-track .elementor-widget img {
    width: 60px;
  }
}

.hero-title-break {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .hero-title-break {
    display: none !important;
  }
  
}

.hero-title-break-desktop {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .hero-title-break-desktop {
    display: none !important;
  }
  
}