/* 
Theme Name: Flint Solutions
Description: Flint Solutions sarl officiel website
Author: Flint Solutions
Author URI: https://flint.ma
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #d6d6d6;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.bg-hero {
  position: relative;
}

#logo img {
  clip-path: inset(0 61% 0 0);
  transition: clip-path 0.5s ease;
}

#logo.reveal img {
  clip-path: inset(0 0 0 0); 
}
#logo.reveal img:hover {
  clip-path: inset(0 61% 0 0);
}

.bg-hero::after {
  background: radial-gradient(
    120% 75% at 50% 0.5%, 
    rgba(109, 78, 198, 0) 0%,
    rgba(62, 42, 133, 0.4) 50%,
    rgba(8, 18, 34, 0.8) 85%,
    rgba(8, 18, 34, 1) 100%     
  );
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}


.line-heading {
	background: linear-gradient(180deg, rgba(109,78,198,1) 24%, rgba(213,195,240,1) 68%, rgba(211,179,233,1) 100%);
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent;
	padding-right: 5px;
}

.title-gr span{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffffff, #6D4EC6);
}


.glowbtn .elementor-button {
     transition: 0.5s;
 }


.glowbtn .elementor-button:hover {
    box-shadow: -10px 2px 30px  rgba(106, 72, 242, 00.5),

    12px -2px 30px rgba(206, 164, 239, 0.5);
}

.bde-button-15-2097{
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    padding: 1.5px;
    
}

.icon span svg{
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}
.icon .elementor-button:hover .elementor-button-icon svg{
    transform: rotate(0deg);
    
}
.icon .elementor-button:hover{
    background-color: #F6F6F6 !important;
    color: #6D4EC6 !important;
    border: 1px solid #6D4EC6;
    
    
}
.icon .elementor-button:hover .elementor-button-icon svg path {
    fill: #6D4EC6;
}



.bde-button-15-2097::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    border-radius: inherit;
    margin: -1.5px;
    background: conic-gradient(from 161.676deg at 50% 50%, #008EDA 0deg, #fbfaf600 360deg), #6D4EC6;
    animation: gradient-angle-rotate 3s linear infinite;
}


@keyframes gradient-angle-rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

:root {
	--dm-normal-delay: 0.5s;
	--dm-active-delay: 0s;
	--dm-menu-transition: 0.3s;
}


.menu-wrapper7 {
    padding: 10px;
    transition: all 0.3s ease;
}

/* keep your new styles */
.menu-toggle-btn {
    display: flex;
    align-items: center;
	justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
}

.menu-toggle-label {
    overflow: hidden;
}

.menu-toggle-label p {
    position: relative;
	align-items: center;
    transform: translateY(0%);
    will-change: transform;
	color: white; 
    font-weight: 600; 
    font-size: 14.73px; 
    letter-spacing: 1px;
    text-transform: uppercase; 
    padding-top: 10px;
}

.menu-hamburger-icon {
    position: relative;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--hamberger-icon-border, white);
    border-radius: 100%;
}

.menu-hamburger-icon span {
    position: absolute;
    width: 15px;
    height: 1.25px;
    background-color: var(--fg, white);
    transition: all 0.75s cubic-bezier(0.87, 0, 0.13, 1);
    transform-origin: center;
}

.menu-hamburger-icon span:nth-child(1) {
    transform: translateY(-3px);
}
.menu-hamburger-icon span:nth-child(2) {
    transform: translateY(3px);
}

.menu-hamburger-icon.active span:nth-child(1) {
    transform: translateY(0) rotate(45deg) scaleX(1.05);
}
.menu-hamburger-icon.active span:nth-child(2) {
    transform: translateY(0) rotate(-45deg) scaleX(1.05);
}


.dm-menu-7-bg {

	transition: none !important;
	max-height: 100vh;
	overflow-y:scroll;

	/*Remove Display none when trying to edit*/
	display: none;

	
}

.dm-menu-left-7 {

	transition: none !important;

}

/*Removes transition added by Elementor on a links*/
.dm-menu-title-7 a {

	transition: none !important;

}

.dm-menu-title-7 {

	transition: letter-spacing 0.3s;
	overflow: hidden;

}


.dm-menu-right-7 {

	transition: none !important;

}

/*Hides scrollbar in webkit browsers like chrome etc*/
.dm-menu-7-bg::-webkit-scrollbar {

	width: 0px;
}

/*Hide scrollbar for firefox*/

.dm-menu-7-bg {

	scrollbar-width: none;

}

.gradientHighlight {
  animation: movegradient 4s linear infinite;
  background-image: linear-gradient(
    180deg,
    rgba(109,78,198,1) 0%,
    #081222 60%,
    rgba(109,78,198,1) 100%
  );
  background-size: auto 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes movegradient {
  to {
    background-position: center 200%;
  }
}


.animation-shine{
    position: relative;
    overflow: hidden;

}
.animation-shine:before {
    animation: shine 5s 
ease-in-out 1s infinite;
    background: linear-gradient(120deg, transparent, #fff, transparent);
    content: "";
    height: 100%;
    left: -100%;
    opacity: 1;
    position: absolute;
    width: 100%;
}

@keyframes shine{
    0% {
    left: -100%;
    transition-property: left;
}
17%, 100% {
    left: 100%;
    transition-property: left;
}
}

.gcontainer::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
  background: linear-gradient(-50deg, rgba(109, 78, 198, 1) 0%,  rgba(106, 78, 198, 1) 20%, rgba(8, 18, 34, 1) 70%);
  background-size: 150% 150%;
  animation: gradient-animation 3s ease infinite;
  z-index: -1;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.form-bg{
    background: radial-gradient(
  120% 75% at 50% 0.5%, 
  #ffffff 0%,
  #ffffff 40%, 
  #3E2A85 65%,
  #081222 85%, 
  #081222 100% 
);
}

.poc .elementor-heading-title{
    position: relative;
}
.poc .elementor-heading-title a::before{
    
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transition: all 0.3s;
    background-color: #ffffff;
}


.poc .elementor-heading-title a:hover::before{
    width: 0;
}
.copyright .elementor-heading-title a{
    position: relative;
    color: #555555 !important;
}
.copyright .elementor-heading-title a::before{
    
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    transition: all 0.5s;
    background-color: #555555;
}

.copyright .elementor-heading-title a:hover{
    color: white !important;
}
.copyright .elementor-heading-title a:hover::before{
    width: 100%;
    background-color:white;
}

.info-link .elementor-heading-title{
    position: relative;
    color: #555555;
}
.info-link .elementor-heading-title a::before{
    
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transition: all 0.3s;
    background-color: #555555;
}

.info-link .elementor-heading-title a:hover{
    color: white;
}
.info-link .elementor-heading-title a:hover::before{
    width: 0;
    background-color:white;
}

.btn-whatsapp-pulse {
    background-image: linear-gradient(171deg, #081222 0%, #6D4EC6 100%);
    color: white;
    position: fixed;
    bottom: 3%;
    right: 3%;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 60px;
    text-decoration: none;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 1px rgba(109, 78, 198, 0.6);
    z-index: 9999;
    overflow: visible;
}

.btn-whatsapp-pulse::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #c029c1;
    animation: pulse-wave 2s ease-out infinite;
    z-index: -1;
    opacity: 0.6;
}

@keyframes pulse-wave {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    70% {
        transform: scale(1.8);
        opacity: 0;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
.star-spin {
    
  pointer-events: none; 
  user-select: none; 
 
  animation: spin 15s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.bg-anim::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;

  background: radial-gradient(
    120% 80% at 50% 40%, /* keeps the purple mid-screen */
    rgba(8, 18, 34, 1) 0%,           /* #081222 solid top */
    rgba(8, 18, 34, 0.98) 35%,       /* blue mid fade */
    rgba(109, 78, 198, 0.4) 55%,     /* #6D4EC6 soft middle glow */
    rgba(8, 18, 34, 0.96) 80%,       /* transition back to blue */
    rgba(8, 18, 34, 1) 100%          /* solid blue bottom */
  );

  background-size: 180% 180%;
  animation: moveGradient1 10s ease-in-out infinite;
}

@keyframes moveGradient1 {
  0% { background-position: 45% 0%; }
  50% { background-position: 55% 40%; }
  100% { background-position: 45% 0%; }
}

.thank-you-glow {
  background: rgba(109, 78, 198, 0.85); 
  border-radius: 25px; 
  box-shadow: 
    -4px 0 18px rgba(109, 78, 198, 0.85), 
    4px 0 18px rgba(109, 78, 198, 0.85);   
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 2px solid rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
}















