/**
 * ============================================================================
 * Hello Elementor Child Theme - Main Stylesheet
 * ============================================================================
 * 
 * Theme Name: Hello Elementor Child
 * Theme URI: https://github.com/elementor/hello-theme-child/
 * Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
 * Author: Elementor Team
 * Author URI: https://elementor.com/
 * Template: hello-elementor
 * Version: 2.0.1
 * Text Domain: hello-elementor-child
 * License: GNU General Public License v3 or later.
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
 * Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
 * 
 * ============================================================================
 * TABLE OF CONTENTS
 * ============================================================================
 * 1. FONTS
 * 2. GENERAL / BASE STYLES
 * 3. BUTTON STYLES
 * 4. HEADER STYLES
 * 5. HOMEPAGE SECTIONS
 *    5.1 AI Powered Section
 *    5.2 How It Works Tabs
 *    5.3 Data Security & FAQ
 *    5.4 Articles & White Papers
 *    5.5 Trust By Section (Logo Marquee)
 * 6. NESTED TABS ANIMATION
 * 7. FOOTER STYLES
 * 8. ANIMATIONS & KEYFRAMES
 * ============================================================================
 */

/* ============================================================================
 * 1. FONTS
 * ============================================================================
 * Custom font declarations for Sora and Inter typefaces
 */

/* Sora Font Family - Multiple Weights */
/* sora-100 - latin */
@font-face {
  font-display: swap;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 100;
  src: url('https://dev.cadysolutions.com/wp-content/uploads/2025/08/sora-v16-latin-100.woff2') format('woff2');
}

/* sora-200 - latin */
@font-face {
  font-display: swap;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 200;
  src: url('https://dev.cadysolutions.com/wp-content/uploads/2025/08/sora-v16-latin-200.woff2') format('woff2');
}

/* sora-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 300;
  src: url('https://dev.cadysolutions.com/wp-content/uploads/2025/08/sora-v16-latin-300.woff2') format('woff2');
}

/* sora-400 (regular) - latin */
@font-face {
  font-display: swap;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400;
  src: url('https://dev.cadysolutions.com/wp-content/uploads/2025/08/sora-v16-latin-regular.woff2') format('woff2');
}

/* sora-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 500;
  src: url('https://dev.cadysolutions.com/wp-content/uploads/2025/08/sora-v16-latin-500.woff2') format('woff2');
}

/* sora-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  src: url('https://dev.cadysolutions.com/wp-content/uploads/2025/08/sora-v16-latin-600.woff2') format('woff2');
}

/* sora-700 (bold) - latin */
@font-face {
  font-display: swap;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  src: url('https://dev.cadysolutions.com/wp-content/uploads/2025/08/sora-v16-latin-700.woff2') format('woff2');
}

/* sora-800 (extra bold) - latin */
@font-face {
  font-display: swap;
  font-family: 'Sora';
  font-style: normal;
  font-weight: 800;
  src: url('https://dev.cadysolutions.com/wp-content/uploads/2025/08/sora-v16-latin-800.woff2') format('woff2');
}

/* Inter Font Family - Multiple Weights */
/* inter-100 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('https://dev.cadysolutions.com/wp-content/uploads/2025/08/inter-v19-latin-100.woff2') format('woff2');
}

/* inter-200 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('https://dev.cadysolutions.com/wp-content/uploads/2025/08/inter-v19-latin-200.woff2') format('woff2');
}

/* inter-300 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('https://dev.cadysolutions.com/wp-content/uploads/2025/08/inter-v19-latin-300.woff2') format('woff2');
}

/* inter-400 (regular) - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://dev.cadysolutions.com/wp-content/uploads/2025/08/inter-v19-latin-regular.woff2') format('woff2');
}

/* inter-500 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://dev.cadysolutions.com/wp-content/uploads/2025/08/inter-v19-latin-500.woff2') format('woff2');
}

/* inter-600 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('https://dev.cadysolutions.com/wp-content/uploads/2025/08/inter-v19-latin-600.woff2') format('woff2');
}

/* inter-700 (bold) - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://dev.cadysolutions.com/wp-content/uploads/2025/08/inter-v19-latin-700.woff2') format('woff2');
}

/* inter-800 (extra bold) - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('https://dev.cadysolutions.com/wp-content/uploads/2025/08/inter-v19-latin-800.woff2') format('woff2');
}

/* inter-900 (black) - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://dev.cadysolutions.com/wp-content/uploads/2025/08/inter-v19-latin-900.woff2') format('woff2');
}

/* ============================================================================
 * 2. GENERAL / BASE STYLES
 * ============================================================================
 */

/* Elementor Container - Set max-width and center layout */

/* Desktop */
@media (min-width: 767px) {  
  .e-con-inner {
    width: 88.88vw !important;
    max-width: 1850px !important;
    margin-inline: auto;
  }    

  .elementor-loop-container.elementor-grid .e-con-inner {
    width: auto !important;
    max-width: none !important;
    margin-inline: 0 !important;
  }
}

html,body{
  background-color: #000;
}

/* Body - Base positioning context */
body {
  position: relative;
  /* overflow-x: hidden; */
}

/* By default, hide the <br> on small screens */
br.desktop-only {
  display: none;
}

/* Show the <br> only on screens wider than 768px (desktop) */
@media (min-width: 768px) {
  br.desktop-only {
    display: inline;
  }
}

/* ============================================================================
 * 3. BUTTON STYLES
 * ============================================================================
 */

/* Button Hover Glow Effect */
.button-hover-glow a {
  position: relative;
  overflow: hidden;
}

/* Glow shine animation on hover */
.button-hover-glow a::before {
  content: "";
  position: absolute;
  top: -51px;
  left: -87px;
  width: 56px;
  height: 107px;
  background: linear-gradient(268.3deg, rgba(217,217,217,0) 2.32%, #D9D9D9 40.51%, rgba(255,255,255,0) 91.58%);
  transform: rotate(-30.68deg);
  opacity: 0;
  transition: all 0.7s ease-in-out;
}

.button-hover-glow a:hover::before {
  left: 150%;
  opacity: 1;
}

/* ============================================================================
 * 3. Cookie Yes No Popup
 * ============================================================================
 */
button.cky-btn.cky-btn-customize,
button.cky-btn.cky-btn-reject,
button.cky-btn.cky-btn-accept,
button.cky-btn.cky-btn-preferences {
  font-size: 14px !important;
}
.cky-consent-bar .cky-btn.cky-btn-customize,
.cky-consent-bar .cky-btn.cky-btn-reject,
.cky-consent-bar .cky-btn.cky-btn-accept {
    font-size: 14px !important;
}
button.cky-btn.cky-btn-accept{
    background-color: var(--e-global-color-4e8ee31) !important;
    border-color: var(--e-global-color-4e8ee31) !important;
    border-radius: 66rem 66rem 66rem 66rem;
}
button.cky-btn.cky-btn-reject{
  background-color: transparent !important;
  border-color: var(--e-global-color-4e8ee31) !important;
  border-radius: 66rem 66rem 66rem 66rem;
}
button.cky-btn.cky-btn-customize{
  background-color: transparent !important;
  border-color: var(--e-global-color-4e8ee31) !important;
  border-radius: 66rem 66rem 66rem 66rem;
}
button.cky-btn.cky-btn-preferences{
  background-color: transparent !important;
  border-color: var(--e-global-color-4e8ee31) !important;
  border-radius: 66rem 66rem 66rem 66rem;
}

/* ============================================================================
 * 4. HEADER STYLES
 * ============================================================================
 */

/* Desktop: Header Navigation Menu */
@media (min-width: 767px) {
  /* Add "Resources" label before first item in 5th menu dropdown */
  .header-menu .elementor-nav-menu li:nth-child(5) ul li:nth-child(1):before {
    content: 'Resources';
    padding-left: 10px;
    padding-right: 10px;
    color: var(--e-global-color-text);
    font-weight: 700;
    font-size: 1.3em;
    margin-left: 7px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
  }

  .header-menu .elementor-nav-menu li:nth-child(5) ul li:nth-child(1) {
    border-color: #fff !important;
  }

  .header-menu .elementor-nav-menu li:nth-child(5) ul li:nth-child(1) a,
  .header-menu .elementor-nav-menu li:nth-child(5) ul li:nth-child(2) a {
    font-weight: normal !important;
  }
}

/* Mobile: Header Navigation Menu */
@media (max-width: 767px) {
  .header-menu ul.elementor-nav-menu--dropdown a,
  .header-menu ul.elementor-nav-menu--dropdown a:focus,
  .header-menu ul.elementor-nav-menu--dropdown a:hover {
    border-inline-start: 0 solid transparent;
    padding-left: 0 !important;
  }
}

/* ============================================================================
 * 5. HOMEPAGE SECTIONS
 * ============================================================================
 */

/* 5.1 - AI Powered Section */
.homepage-ai-powerd .elementor-image-box-title {
  margin-top: 0;
}

.homepage-ai-powerd .elementor-image-box-description {
  margin-left: clamp(-43px, -2.98vw, -43px);
  padding-left: clamp(12px, 1.32vw, 19px);
  border-left: 1px solid var(--e-global-color-4e8ee31);
}

/* AI Section - Mobile View */
@media (max-width: 767px) {
  .homepage-ai-powerd .elementor-image-box-wrapper {
    display: flex;
    gap: clamp(12px, 2vw, 16px);
  }

  .homepage-ai-powerd .elementor-image-box-description {
    margin-left: -37px;
    padding-left: 19px;
    border-left: 1px solid var(--e-global-color-4e8ee31);
  }
}

/* AI Section - Desktop View */
@media (min-width: 767px) {
  .homepage-ai-powerd .elementor-image-box-description {
    margin-left: clamp(-43px, -2.98vw, -43px);
    padding-left: clamp(12px, 1.32vw, 19px);
    border-left: 1px solid var(--e-global-color-4e8ee31);
  }
}

/* AI Section - Wide Desktop View (1950px+) */
@media (min-width: 1950px) {
  .homepage-ai-powerd .elementor-image-box-description {
    margin-left: -45px;
    padding-left: 22px;
    border-left: 1px solid var(--e-global-color-4e8ee31);
  }
}

/* 5.2 - How It Works Tabs Section */
.how-it-works .e-n-tabs-heading {
  position: relative;
}

.how-it-works .e-n-tab-title[aria-selected="true"] span {
  font-weight: 700;
}

/* Desktop: How It Works */
@media (min-width: 767px) {
  .how-it-works .e-n-tab-title {
    width: clamp(180px, 17vw, 250px);
    min-width: clamp(180px, 17vw, 250px);
  }

  /* Horizontal line connecting tab items */
  .how-it-works .e-n-tabs-heading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background-color: #785DEB;
    z-index: 0;
  }
}

/* Mobile: How It Works - Scrollable horizontal tabs */
@media (max-width: 767px) {
  .how-it-works .e-n-tabs-heading {
    position: relative;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    justify-content: center;
    align-items: center;
    padding: 0 ;
    width: calc(100% - 165px);
    margin: auto;
  }

  /* Hide scrollbar */
  .how-it-works .e-n-tabs-heading::-webkit-scrollbar {
    display: none;
  }

  /* All tabs hidden by default */
  .how-it-works .e-n-tab-title {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    transform: translateX(0) scale(1);
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  /* Only active tab is visible */
  .how-it-works .e-n-tab-title[aria-selected="true"] {
    position: relative;
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: auto;
  }

  .homepage-how-it-works .tabs-dots-wrapper {
    text-align: center;
    margin-top: 20px;
  }

  .homepage-how-it-works .tabs-dots .dot {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: 0;
      background-color: transparent;
      border: 1px solid var(--e-global-color-4e8ee31) ;
      border-radius: 50%;
      cursor: pointer;
      transition: background-color 0.3s;
  }

  .homepage-how-it-works .tabs-dots .dot.active {
      background-color: var( --e-global-color-4e8ee31 );
  }
}

/* Wide Desktop: How It Works Background */
@media (min-width: 1950px) {
  .homepage-how-it-works {
    background-image: linear-gradient(to bottom, rgb(0 0 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgb(0 0 0) 100%), url("https://dev.cadysolutions.com/wp-content/uploads/2026/01/homepage-how-to-use-background-v2.png") !important;
    max-width: 3500px !important;
    margin: auto;
  }
}

@media (min-width: 2501px) {
	.homepage-how-it-works {
		max-width: 1920px !important;
	}
}

/* 5.3 - Data Security & FAQ Section */
#homepage-data-security-faq .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title,
#faq-page .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
  transition: all 0.2s;
}

/* Accordion styling when open */
#homepage-data-security-faq .elementor-widget-n-accordion .e-n-accordion-item[open] > .e-n-accordion-item-title,
#faq-page .elementor-widget-n-accordion .e-n-accordion-item[open] > .e-n-accordion-item-title {
  border-radius: 32px 32px 0 0;
}

/* Data Security - Mobile View */
@media (max-width: 767px) {
  #homepage-data-security-1 .elementor-image-box-wrapper{
    display: flex;
  }

  #homepage-data-security-1 figure.elementor-image-box-img {
    min-width: 210px;
  }

  #homepage-data-security-1 .elementor-image-box-content {
    margin-left: -20px;
    margin-top: 19px;
  }

  .homepage-data-security-icons-link .elementor-image-box-wrapper {
    display: flex;
    gap: 10px;
  }
}

/* Data Security - Desktop View */
@media (min-width: 767px) {
  .elementor-background-video-container {
    max-width: 3500px !important;
    margin: auto !important;
  }
}

/* Data Security - Wide Desktop View */
@media (min-width: 1950px) {
  #homepage-data-security-faq {
    background-image: linear-gradient(to bottom, rgb(0 0 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 70%, rgb(0 0 0) 100%), url("https://dev.cadysolutions.com/wp-content/uploads/2026/01/homepage-data-security-backgrond-1.png") !important;
    max-width: 3500px !important;
    margin: auto;
  }

  #homepage-data-security-1 img {
    width: 450px;
  }

  #homepage-data-security-1 #elementor-image-box-content {
    margin-left: -40px;
    margin-top: 20px;
  }
}

@media (min-width: 2501px) {
	#homepage-data-security-faq {
		max-width: 1920px !important;
	}
}

/* 5.4 - Articles & White Papers Section */
.white-papers-articles-box {
  background: linear-gradient(126.76deg, rgba(255, 255, 255, 0.15) 4.5%, rgba(255, 255, 255, 0.1) 100%);
  border: 0.063rem solid #FFFFFF26 !important;
  backdrop-filter: blur(61.900001525878906px);
}

.white-papers-articles-box .box-header {
  min-height: 8.333vw;
}

.white-papers-articles-box .box-text {
  min-height: 18.75vw;
}

/* 5.5 - Trust By Section (Logo Marquee) */
.homepage-trust-by {
  overflow: hidden;
}

.homepage-trust-by .logo-marquee {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

/* Marquee container with gradient mask for fade effect */
.homepage-trust-by .marquee {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

.homepage-trust-by .marquee__inner {
  display: flex;
  width: max-content;
}

.homepage-trust-by .marquee__track {
  display: flex;
}

/* Logo sizing and spacing */
.homepage-trust-by .marquee img {
  flex: 0 0 calc(100vw / 9);
  height: 45px;
  object-fit: scale-down;
  padding: 0;
  box-sizing: border-box;
}

/* Top Section with Video Background */
@media (min-width: 767px) {
  .top-section-with-video video {
    /* top: 20% !important; */
    width: auto ;
    height: 100%;
    /* object-fit: fill !important; */
    object-fit: contain ;
  }

  .homepage-trust-by .marquee img {
    max-width: 250px;
    min-width: 250px;
  }
}

@media (max-width: 767px) {
  .top-section-with-video video {
    top: 0%;
    height: 100%;
    width: 100%;
  }

    .homepage-trust-by .marquee img {
    max-width: 220px;
    min-width: 220px;
  }
}

/* ============================================================================
 * 6. NESTED TABS ANIMATION
 * ============================================================================
 * Smooth fade transitions for Elementor nested tabs with inner content animation
 */

/* Base state - all tab panels are hidden */
.e-n-tabs-content > [role="tabpanel"] {
  opacity: 0;
  visibility: hidden;
  transition: opacity 3.4s ease;
  position: absolute;
  inset: 0;
}

/* Active tab panel - show and prevent layout jump */
.e-n-tabs-content > .e-active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

/* Tabs container positioning */
.e-n-tabs-content {
  position: relative;
}

/* Inner content initial state - hidden and offset */
.e-n-tabs-content > [role="tabpanel"] * {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 3.45s ease, transform 3.45s ease;
}

/* Animate inner content when tab is active */
.e-n-tabs-content > .e-active * {
  opacity: 1;
  transform: translateY(0);
}

/* Performance optimization - prevent hidden tabs from blocking clicks */
.e-n-tabs-content > [role="tabpanel"]:not(.e-active) {
  pointer-events: none;
}

/* ============================================================================
 * 7. FOOTER STYLES
 * ============================================================================
 */

/* Left vertical line on product box */
.footer-product-box::before {
  content: "";
  position: absolute;
  left: 12px;
  width: 1px;
  background: var(--e-global-color-4e8ee31);
}

/* Horizontal connector lines for footer sections */
.footer-how::before,
.footer-faq::before,
.footer-videos::before {
  content: "";
  position: absolute;
  top: 55%;
  left: -37px;
  width: 20px;
  height: 1px;
  background: var(--e-global-color-4e8ee31);
  transform: translateY(-50%);
}

/* Mobile: Footer Product Box */
@media (max-width: 767px) {
  .footer-product-box::before {
    top: 47px;
    height: calc(100% - 70px);
  }
}

/* Desktop: Footer Product Box */
@media (min-width: 767px) {
  .footer-product-box::before {
    top: 55px;
    height: calc(100% - 83px);
  }
}

/* ============================================================================
 * 8. ANIMATIONS & KEYFRAMES
 * ============================================================================
 */

/* Marquee animation - Right to Left scroll */
.homepage-trust-by .marquee--rtl .marquee__inner {
  animation: scroll-rtl 35s linear infinite;
}

/* Marquee animation - Left to Right scroll */
.homepage-trust-by .marquee--ltr .marquee__inner {
  animation: scroll-ltr 35s linear infinite;
}

/* RTL animation keyframes - scroll from left to right */
@keyframes scroll-rtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* LTR animation keyframes - scroll from right to left */
@keyframes scroll-ltr {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}






/****************************** Homepage hero ******************************/
/* HERO STRUCTURE */
.top-section-with-video1 {
    position: relative;
    overflow: hidden;
}

/* VIDEO WRAPPER */
.hero-video {
    position: absolute;
    inset: 0;
    z-index: 0;
	top: -50%;
	max-width: 2500px;
    overflow: hidden;
    margin: auto;
}

/* Desktop */
/* @media (min-width: 767px) {
  .hero-video video{
		object-position: 65% 80%;
	}  
} */
	
@media (min-width: 2501px) {
	.hero-video {
		max-width: 1920px;
	}
	/* .hero-video video{
		object-position: 65% 65%;
	} */
}



.hero-video video {
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
    height: 100%;
    width: auto;
    min-width: 100%;
    object-fit: contain;
    object-position: right;
}

/* TEXT ABOVE VIDEO */
.top-section-with-video1 > .e-con-inner {
    position: relative;
    z-index: 2;
}

.top-section-with-video1 {
    height: 58vh;
	justify-content: center;
}

.homepage-trust-by {
    height: 22vh;
}

.top-section-with-video1 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.hero-wrapper{
	min-height: 100%;
    min-width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

/* Desktop */
@media (min-width: 767px) {
    .hero-video {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
  }

  /* LEFT FADE */
  /* .hero-video::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 55%;
      height: 100%;
      pointer-events: none;
      z-index: 2;
      background: linear-gradient(to right, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0) 100%);
  } */
}

/* Mobile */
@media (max-width: 767px) {
    .hero-video{
      top: 0;
    }
    .top-section-with-video1{
      height: 35vh;
    }
}

/* Mobile menu popup */
.mobile-menu-popup a.elementor-sub-item{
  font-size: 24px !important;
}

.mobile-menu-popup a.elementor-sub-item::after {
    content: '';
    width: 82%;
    position: absolute;
    bottom: 0;
    left: 25px;
    background: var(--e-global-color-4e8ee31);
    height: 1px;
}

.mobile-menu-popup  #mobile-menu-popup-register-button{
  margin-top: auto !important;
}


/* ============================================================================
 * 9. How to use cady page
 * ============================================================================
 */

 .box {
    position: relative;
    display: inline-block;
    background-color: #785DEB;
    color: #fff;
    cursor: pointer;
    border-radius: 23px;
    display: flex;
    justify-content: left;
    font-weight: bold;
    align-items: center;
    transition: 0.2s all;
    border: 0;
    font-size: 18px;
    padding-left: 23px;
    height: 42px;
  }
  .box:after {
    position: absolute;
    content: "";
    display: inline-block;
    border-right: 0.125rem solid #fff;
    border-top: 0.125rem solid #fff;
    transform: rotate(135deg);
    transition: 0.4s all;
    right: 30px;
    top: calc(50% - 7px);
    width: 10px;
    height: 10px;
  }
  .box.open {
    border-radius: 22px 22px 0 0;
    border-bottom-width: 0;
  }
  .box.open:after {
    transform: rotate(315deg);
  }
  /* Styling for the options list */
  .list {
    display: grid;
    position: absolute;
    background-color: #fff;
    /* border: 0.125rem solid #7262B5; */
    text-align: center;
    z-index: 1;
    opacity: 0;
    overflow:hidden;
    animation: dropdown 0.2s forwards;
    animation-delay: 0.1s;
    border-top: 0;
    border-radius: 0 0 23px 23px;
  }
  .list div{
    overflow:hidden;
  }
  .list.close {
    animation: dropdown-reverse 0.2s forwards;
  }
  .button-with-icon .elementor-button-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1.2);
    margin-top: 3px;
  }
  .list a {
    display: block;
    padding: 5px 23px;
    text-decoration: none;
    color: #fff;
    background-color: #785DEB;
    text-align: left;
    transition: 0.4s all;
    font-size: 16px;
  }
  /* Styling for the change-section divs */
  .change-section {
    display: none;
  }
  /*.circle_number:before{*/
  /*    display: block;*/
  /*    background-color: #48E9E7;*/
  /*    content: "";*/
  /*    position: absolute;*/
  /*    z-index: -1;*/
  /*    border-radius: 50%;*/
  /*}*/

  @keyframes dropdown {
    0% {
      grid-template-rows: 0fr;
      opacity: 0;
      display: none;
    }
    1% {
      display: grid;
    }
    100% {
      display: grid;
      grid-template-rows: 1fr;
      opacity: 1;
    }
    
  }
  @keyframes dropdown-reverse {
    0% {
      display: grid;
      grid-template-rows: 1fr;
      opacity: 1;
    }
    99% {
      grid-template-rows: 0fr;
      opacity: 0;
    }
    100%{
      display: none;
    }
  }

/* Desktop */
@media (min-width: 767px){
    .circle_number:before{
        width: 50px;
        height: 50px;
        top: -7px;
        left: 0;
    }
    .list {
        min-width: 100%;
    }
   .box.open:after {
        top:calc(50% - 2px);
      }
  .change-section {
    width: 88.88vw;
  }
}

/* Mobile */
@media (max-width: 767px){
    .box {
        min-width: 100%;
        font-size: 1rem;
        line-height: 1.3rem;
        min-height: 42px;
        padding-right: 10vw;
    }
    .box:after {
        right: 7vw;
        top: calc(50% - 6px);
        width: 10px;
        height: 10px;
    }
   .box.open:after {
        top:calc(50% - 1px);
      }
    .list {
        min-width: 100%;
    }
    .list a{
        font-size: 1rem;
    }
    .circle_number:before{
        width: 40px;
        height: 40px;
        top: -5px;
        left: 4px;
    }
    .change-section {
        width: 84vw;
    }
}

/* ============================================================================
 * 10. Video Archive
 * ============================================================================
 */

 .videos-loop-item-tags li{
    line-height: 30px;
    background: var( --e-global-color-4e8ee31 );
    padding: 0 7px !important;
    border-radius: 1000px;
 }
 .videos-loop-item-image a{
  width: 100%;
 }

 /* smooth animation */
.read-more-animation .elementor-icon svg {
    transition: transform 0.3s ease;
}

/* move arrow right on hover */
.read-more-animation:hover .elementor-icon svg {
    transform: translateX(60px);
}

 /* Desktop */
 @media (min-width: 767px) {
  .videos-filter button{
    flex: 1 !important;
  }
 }

 /* Mobile */
 @media (max-width: 767px) {
  .videos-filter button{
    flex: 40% !important;
  }
 }

/* ============================================================================
 * 11. Contact Us
 * ============================================================================
 */

.contact-us-page-form span{
	font-family: "Inter", Inter, Sora !important;
	color: #A8A8B3 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}
.contact-us-page-form input,
.contact-us-page-form textarea{
	border: 1px solid #785DEB !important;
	border-radius: 3px !important;
	min-width: 100% !important;
}
.contact-us-page-form .form-columns-2{
	display: flex !important;
}
.contact-us-page-form .input{
	margin-right: 0 !important;
}
.contact-us-page-form  .hs-button{
	font-family: "Inter", Inter, Sora !important;
	background-color: var( --e-global-color-4e8ee31 ) !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #fff !important; 
	border-radius: 1000px !important;
}

 /* Desktop */
 @media (min-width: 767px) {
	 .contact-us-page-form .form-columns-2{
		justify-content: space-between !important;
		gap: 30px;
	}
}

 /* Mobile */
 @media (max-width: 767px) {
	 .contact-us-page-form .form-columns-2{
		display: flex !important;
		flex-wrap: wrap;
		 padding: 0 !important;
	}
}

/* ============================================================================
 * 12. Articles Archive
 * ============================================================================
 */
.articles-loop-item-title h2{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height:85px;
}

.articles-loop-item-excerpt{
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.loop-item-background{
  background: linear-gradient(126.76deg, rgba(255, 255, 255, 0.03) 4.5%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}

/* ============================================================================
 * 12. Articles Single Page
 * ============================================================================
 */
 .article-single-page-content{
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 40px;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 12px;
  background: linear-gradient(126.76deg, rgba(255, 255, 255, 0.03) 4.5%, rgba(255, 255, 255, 0.02) 100%);
 }
 .article-single-page-content h2 {
  color: #ffffff;
  border-bottom: 3px solid #785DEB;
  padding-bottom: 5px; 
  display: inline-block;
  font-size: 24px ;
  font-weight: 600;
}
.article-single-page-content img{
  width: 100% !important;
}
.article-single-post-read-next .articles-loop-item-excerpt{
	-webkit-line-clamp: 3;
}
.article-single-post-read-next .e-con-boxed{
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 12px;
  background: linear-gradient(126.76deg, rgba(255, 255, 255, 0.03) 4.5%, rgba(255, 255, 255, 0.02) 100%);
}
.article-single-page-bottom-part .elementor-icon-box-title{
  margin-block-start: 1rem;
  line-height: 0;
}
.article-single-page-bottom-part,
.article-single-page-bottom-part .e-con-inner{
  max-width: 860px !important;
}

.article-single-page-share-popup{
  position: fixed !important;
  top: 45% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(.9);
  
  background: #fff;
  padding: 20px 20px 10px 20px;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);

  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .25s ease;
}

body.share-popup-open .article-single-page-share-popup{
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

body.share-popup-open::before{
  content:"";
  position: fixed;
  inset:0;
  background: rgba(0,0,0,.45);
  z-index:9998;
}

/* Desktop */
@media (min-width: 767px) {
  .article-single-page-content h2 {
    font-size: 24px ;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .article-single-page-content h2 {
    font-size: 20px ;
  }
}

/* ============================================================================
 * 13. Resources Archive Page
 * ============================================================================
 */
 /* Mobile */
 @media (max-width: 767px) {
  .resources-archive-image-box .elementor-image-box-wrapper{
      display: flex;
      align-items: center;
  }
}