*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p, a{
  width: fit-content;
  height: fit-content;
}
body{
  overflow-x: hidden;
  background-color: black;
}

/* GOOGLE FONT CODE */
.title-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.subtitle-font {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/*  wipe cover per text animation css */
.wipe-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;       
  height: 100%;
  background: black; 
  z-index: 2;
  transform: translateY(0);  
}


/* NAVBAR CODE CSS */
nav{
    height: 10vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
nav .logo-nav{
    margin-right: auto;
    margin-left: 6vw;
    color: #fff;
    text-decoration: none;
}
nav .logo-nav img{
  height: 45px;
}
nav ul{
    display: flex;
    gap: 40px;
    margin-right: 7vw;
    list-style-type: none;
}
nav ul a{
    color:  #c0c0c0;
    text-decoration: none;
}
nav ul a li{
    font-size: 16px;
    font-weight: 500;
}
nav ul a li:hover{
    color: #fff;
}
nav #a-button{
    margin-right: 5vw; 
    text-decoration: none; 
}
nav .animation-right-gs{
    position: relative;
    overflow: hidden;
}

/* BUTTON / NAV BUTTON CODE */
.button-link,
.button-link:visited,
.button-link:hover,
.button-link:active,
.button-link:focus {
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration: none;
}

.button-link button,
.button-link button span {
  color: black;
  text-decoration: none;
}

.button-link {
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
}

.button {
  color: black;
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
}
button {
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s;
  padding: 5px 15px;
  border-radius: 100px;
  background: #ba9133;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  font-size: 15px;
}

button:hover {
  background: #fec20d;
}

button > svg {
  width: 34px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}

button:hover svg {
  transform: translateX(5px);
}

button:active {
  transform: scale(0.95);
}

/* Seconda CTA: Variante Dark/Outline */
button.snd-cta {
  background: #000000;      
  color: #ffffff;           
  border: 2px solid #ba9133; 
}

button.snd-cta:hover {
  background: transparent;  
  color: #ba9133;           
  border-color: #fec20d;    
}


button.snd-cta svg {
  fill: #ffffff;            
  transition: fill 0.2s, transform 0.3s ease-in-out;
}

button.snd-cta:hover svg {
  fill: #ba9133;            
}

/* HEADER CSS CODE */
header{
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: column;
}
.img-mano{
    position: absolute;        
    bottom: 0;
    right: 0;
    height: 90vh;
    z-index: -1;            
    overflow: hidden;
    pointer-events: none;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
}
.img-mano-mobile{
  display: none;
  z-index: -1;            
    overflow: hidden;
    pointer-events: none;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
}
header h1{
    font-size: clamp(2rem, 5vw, 5.7rem);
    margin-left: 7vw;
    margin-top: 7vh;
    position: relative;
    overflow: hidden;
}

header h2{
    color: #f2f2f2;
    margin-top: auto;
    margin-left: 7vw;
    font-size: clamp(1rem, 1.4vw, 1.8rem);
    position: relative;
    overflow: hidden;   
}
header h2 span{
  display: block;
}
/* GRADIENT TEXT CODE */
.gradient-text {
  background: linear-gradient(
    180deg,
    #ffffff 0%,      
    #f2f2f2 15%,     
    #d6d6d6 35%,     
    #bfbfbf 55%,     
    #f0f0f0 75%,     
    #8c8c8c 100%     
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.3),
    0 0 16px rgba(255, 255, 255, 0.15);
}

/* STILE GRADIENTE CODE AZZURRO*/
.gradient-text-azzurro {
  background: linear-gradient(90deg, #31AAEB 0%, #6FC6FF 50%, #31AAEB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

@keyframes shimmer {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


.cube-effect{
    width: 4vw;
    height: 4vw;
    margin-left: 5vw;
    margin-top: 2vh;
    border-left: 2px solid #c0c0c0;
    border-top: 2px solid #c0c0c0;
}
header a{
    text-decoration: none;
    margin-left: 7vw;
    margin-top: 20px;
    margin-bottom: 5vh;
    width: fit-content;
    display: block;
}
header .mastercard-section{
    margin-left: 7vw;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4vh;
    width: fit-content;
}
header .mastercard-section img{
    height: 50px;
}
header .mastercard-section p{
    color: #c0c0c0;
}
header .animation-top-gs, header .animation-left-gs{
  position: relative;
  overflow: hidden;
}

/* VISUAL SECTION CSS CODE */
.visual {
  width: 100%;
  min-height: 40vh; 
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}

.visual .visual-subtitle {
  font-size: 2rem;
  color: #ba9133;
  font-weight: 600;
  text-align: center;
  margin-top: 15vh; 
}

.visual .visual-img-conainer {
  display: flex;
  flex-wrap: wrap;      
  justify-content: center; 
  align-items: center;    
  gap: 20px;            
  width: 80%;
  max-width: 1200px;    
  margin-top: 20px;
  margin-bottom: 10vh;
}

.visual .visual-img-conainer img {
  height: 50px;         
  width: auto;          
  object-fit: contain;  
  filter: grayscale(100%);
  transition: all 0.4s ease;
}
.visual .visual-img-conainer img:hover {
  filter: grayscale(0%) brightness(100%) opacity(1);
  transform: scale(1.05);
}

/* ABOUT SECTION CSS CODE */
.about{
    width: 100%;
    display: flex;
    flex-direction: column; 
    align-items: center;
}
.about h2{
    font-size: clamp(1.8rem, 3vw, 3.6rem);
    text-align: center;
}
.about .subtitle{
    margin-top: 10vh;
    text-align: center;
    color: #c0c0c0;
}
.about .card-container{
    margin-top: 50px;
    display: flex;
    gap: 20px;
}
.about .card-container .about-card{
  width: 430px;
  height: 250px;
  border: 2px solid #d6d6d6;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.25),
            0 0 20px rgba(180, 180, 180, 0.15);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.about .card-container .about-card h3 span{
  color: #ba9133;
  font-size: 2.5rem;
  padding: 0;
  transform: translateY(20%);
  margin-right: 10px;
}
.about .card-container .about-card h3{
  color: #f2f2f2;
  font-size: 1.8rem;
  margin-left: 5%;
  margin-top: 20px;
}
.about .card-container .about-card p{
  margin-top: 10px;
  margin-left: 5%;
  margin-right: 10%;
  color: #c0c0c0;
  line-height: 1.5;
}



.cv-vantages{
  height: 80vh;
  width: 100%;
  display: flex;
  position: relative; 
}


/* CANVAS CSS CODE */
canvas{
  width: 60%;
  height: 90vh;
  overflow-x: hidden;
  pointer-events: none;
  z-index: 9999; 
}

/* VANTAGES CSS CODE */
.vantages{
  height: 100%;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vantages h2{
  font-size: clamp(2.5rem, 3vw, 3.6rem);
  margin-left: 5%;
  margin-right: 25%;
}
.vantages .subtitle-vantages{
    font-size: 2rem;
    color: #ba9133;
    font-weight: 600;
    margin-left: 5%;
    margin-top: 5%;
}
.vantages .p-vantages{
    color: #c0c0c0;
    margin-left: 5%;
    margin-right: 38%;
    margin-top: 40px;
    font-size: 1.2rem;
    line-height: 1.5;
}
.cv-vantages > span{
  position: absolute;
  bottom: 10%;
  left: 25%;
  transform: translateX(-50%); 
  color: darkgray; 
  font-size: 30px;
  cursor: pointer;
  z-index: 9999; 
  pointer-events: auto !important;
}

/* FIDO CSS CODE */
.fido{
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 60vh;
}
.fido .fido-parent{
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fido h2{
  font-size: clamp(2.5rem, 3vw, 3.6rem);
  margin-left: 25%;
  margin-right: 5%;
}
.fido .subtitle-fido{
    font-size: 2rem;
    color: #ba9133;
    font-weight: 600;
    margin-left: 25%;
    margin-top: 10vh;
}
.fido .p-fido{
    color: #c0c0c0;
    margin-left: 25%;
    margin-right: 5%;
    margin-top: 40px;
    font-size: 1.2rem;
    margin-bottom: 20vh;
    line-height: 1.5;
}

.fido-content-container.center-flex {
    display: flex;
    justify-content: center; 
    align-items: center;     
    min-height: 100%;        
}


.credit-score-widget {
    background: #111; 
    border: 1px solid rgba(186, 145, 51, 0.2); 
    border-radius: 28px;
    padding: 50px; 
    width: 100%;
    max-width: 440px; 
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), 
                0 0 20px rgba(186, 145, 51, 0.05);
}

.widget-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.label {
    font-size: 12px;
    letter-spacing: 2.5px;
    color: #666;
    font-weight: 700;
}

.pulse-dot {
    width: 10px;
    height: 10px;
    background: #ba9133; 
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(186, 145, 51, 0.6);
    animation: pulse-glow 2.5s infinite;
}

.score-display {
    margin-bottom: 35px;
}

.score-number {
    font-size: 88px; 
    font-weight: 600;
    color: #fff;
    line-height: 0.9;
    letter-spacing: -2px;
}

.score-max {
    font-size: 24px;
    color: #444;
    font-weight: 600;
}

.progress-wrapper {
    margin-bottom: 45px;
}

.progress-track {
    height: 6px; 
    background: #1a1a1a;
    border-radius: 10px;
    width: 100%;
}

.progress-fill {
    height: 100%;
    width: 85%;
    background: linear-gradient(90deg, #ba9133, #e5c16e); 
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(186, 145, 51, 0.2);
}

.widget-footer {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(186, 145, 51, 0.15);
    padding-top: 30px;
}

.footer-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-label {
    font-size: 11px;
    color: #555;
    letter-spacing: 1.2px;
}

.footer-value {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.footer-value.highlight {
    color: #ba9133; 
}

@keyframes pulse-glow {
    0% { transform: scale(1); opacity: 1; box-shadow: 0 0 12px rgba(186, 145, 51, 0.6); }
    50% { transform: scale(1.4); opacity: 0.4; box-shadow: 0 0 20px rgba(186, 145, 51, 0.2); }
    100% { transform: scale(1); opacity: 1; box-shadow: 0 0 12px rgba(186, 145, 51, 0.6); }
}


/* SECURITY CSS CODE */
.security{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.security h2{
  font-size: clamp(2.5rem, 3vw, 3.6rem);
  text-align: center;
}
.security .subtitle-security{
    font-size: 2rem;
    color: #ba9133;
    margin-top: 8vh;
    font-weight: 600;
}
.security .p-security{
    color: #c0c0c0;
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 20px;
    margin-bottom: 5vh;
    font-size: 1.2rem;
}
.security .card-container{
    margin-top: 50px;
    display: flex;
    gap: 20px;
    margin-bottom: 20vh;
}
.security .card-container .security-card{
  width: 460px;
  height: 270px;
  border: 2px solid #d6d6d6;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.25),
            0 0 20px rgba(180, 180, 180, 0.15);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.security .card-container .security-card h3 span{
  color: #ba9133;
  font-size: 2.5rem;
  padding: 0;
  transform: translateY(20%);
  margin-right: 10px;
}
.security .card-container .security-card h3{
  color: #f2f2f2;
  font-size: 1.8rem;
  margin-left: 5%;
  margin-top: 20px;
}
.security .card-container .security-card p{
  margin-top: 10px;
  margin-left: 5%;
  margin-right: 10%;
  color: #c0c0c0;
  line-height: 1.5;
}



/* REQUISE CSS CODE*/
.requise{
  width: 100%;
  height: 80vh;
  background-color: #f2f2f2;
  display: flex;
}
.requise .container{
  height: 100%;
  width: 50%;
}
.requise .requise-text-conteiner{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.requise .requise-text-conteiner h2{
  margin-top: 15vh;
  margin-left: 25%; 
  margin-right: 15%;
  font-size: clamp(2.5rem, 3vw, 3.6rem);
}
.requise .requise-text-conteiner p{ 
  color: grey;
  margin-left: 25%;
  margin-right: 20%;
  margin-top: auto;
  line-height: 1.5;
}
.requise .requise-text-conteiner #a-button{
  margin-left: 25%;
  margin-top: 20px;
  margin-bottom: 20vh;
  text-decoration: none;
}
.requise .requise-content-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.requise .requise-content-container .circle{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #ba9133;
  margin-left: 10%;
}
.requise .requise-content-container .requise-subsection{
  margin-left: calc(10% + 20px);
  height: 14vh;
  border-left: 2px solid black;
}
.requise .requise-content-container .requise-subsection h3{
  color: #ba9133;
  font-size: 1.8rem;
  margin-left: 2vw;
}
.requise .requise-content-container .requise-subsection p{
  margin-left: 2vw;
  margin-top: 5px;
  margin-right: 20%;
  line-height: 1.5;
}

/* SECTION PARTNERS CSS*/
.partners{
  background-color: #f2f2f2;  
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partners h3{
  font-size: clamp(2.5rem, 3vw, 3.6rem);
  color: #ba9133;
  margin-top: 10vh;
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
}
.partners p{
  margin-left: 25%;
  margin-right: 25%;
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
}
.partners .slider{
  width: 90%;
  overflow: hidden;
  margin-top: 80px;
  position: relative;
  display: flex;
  box-sizing: border-box; 
  padding: 10px 0; 
  margin-bottom: 20vh;
}
.partners .slider::before,
.partners .slider::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 10%;
  z-index: 2;
  pointer-events: none;
}
.partners .slider::before {
  left: 0;
  background: linear-gradient(to right, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
}
.partners .slider::after {
  right: 0;
  background: linear-gradient(to left, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
}
.partners .slider-track{
  display: flex;
  gap: 50px; 
  animation: scroll-loop 30s linear infinite; 
  width: max-content;
}
.partners .slider-track img{
  height: 80px;
  flex-shrink: 0;
  filter: grayscale(100%); 
  opacity: 0.6;
  transition: opacity 0.3s; 
}
@keyframes scroll-loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.partners img{
  height: 80px;
  flex-shrink: 0;
  filter: grayscale(100%); 
  opacity: 0.6;
  transition: opacity 0.3s; 
}
.partners img:hover{
  opacity: 1;
}
.partners .img-container{
  margin-top: 80px;
  display: flex;
  gap: 50px;
}
.partners #snd{
  padding: 30px;
}



/* SECTION INFO CSS */
.info {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: radial-gradient(
    circle at 25% 60%, 
    rgba(186, 145, 19, 0.4) 0%,
    rgba(142, 112, 15, 0.18) 15%,
    rgba(122, 95, 0, 0.05) 30%,
    rgba(92, 71, 8, 0.01) 45%,
    transparent 50%
  ),
  #f2f2f2;
}
.info .info-title-container{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info .info-content-container {
  width: 100%;
  display: flex;
  align-items: stretch; 
}

.info .info-content-container .info-subc1 {
  width: 50%;
}

.info .info-content-container .info-subc2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}



.info h2{
  font-size: clamp(2.5rem, 3vw, 3.6rem);
  text-align: center;
  margin-top: 10vh;
}
.info p{
  color: grey;
  line-height: 1.5;
}
.info img {
  width: 50%;
  height: auto; 
  display: block; 
  margin: auto;
  margin-top: 100px;
}
.info h3{
  text-align: center;
}
.info #first{
  margin-top: 5vh;
}
.info h3{
  font-size: 1.6rem;
  margin-top: 20px;
}
.info h3 .number{
  color: #ba9133;
  font-weight: 500;
}
.info a{
  align-self: flex-start;      
  text-decoration: none;
}
.info .info-card-container{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 50px;
  margin-top: 100px;
}
.info .info-card{
  width: 100%;
  display: flex;
  gap: 20px;
}
.info .info-card .circle{
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #ba9133;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.info .info-card .circle span{
  font-size: 2.5rem;
  font-weight: bold;
}
.info .info-card .card-text-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
}
.info .info-card .sub-card{
  margin-top: 10px;
  margin-right: 10%;
}
.info button{
  margin-top: 100px;
  align-self: flex-start;
}

/* VSL SECTION CSS */
.vsl{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vsl .vsl-sub{
  font-size: 2rem;
  color: #ba9133;
  font-weight: 600;
  margin-top: 10vh;
}
.vsl h2{
  font-size: clamp(2.5rem, 3vw, 3.6rem);
  text-align: center;
}
.vsl-p{
  color: #c0c0c0;
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 20px;
    margin-bottom: 5vh;
    font-size: 1.2rem;
    line-height: 1.5;
}
.vsl .video-pres-container{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 10vh;
  margin-top: 50px;
}

.vsl .video-wrapper{
  width: 50%;
  aspect-ratio: 16 / 9;
}

.vsl .video-wrapper iframe{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}




/* SECTION CONTACT CSS */
.contact{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact h2{
  margin-top: 15vh;
  font-size: clamp(2.5rem, 3vw, 3.6rem);
}
.contact p{
  color: #c0c0c0;
  font-size: 1.2rem;
  margin-top: 20px;
}
.contact form{
  display: flex;
  flex-direction: column;
  margin-top: 5vh;
  width: 40%;
  gap: 20px;
}
.contact form #name-form, 
.contact form #email-form, 
.contact form #tel-form{
  padding: 15px 20px;
  font-size: 1.2rem;
  border: none;
  background-color: #333;
  color: #fff;
}
.contact form #name-form:focus, 
.contact form #email-form:focus{
  outline: none;
}
.contact form textarea{
  padding: 15px 20px;
  font-size: 1rem;
  border: none;
  background-color: #333;
  color: #fff;
  resize: none;
  height: 25vh;
}
.contact form textarea:focus{
  outline: none;
}
.contact form button{
  width: fit-content;
  align-self: center;
}
.contact .direct-contact-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  margin-bottom: 10vh;
  margin-top: 50px;
}
.contact .direct-card-container{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.contact .direct-card-container .direct-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
.contact .direct-card-container .direct-card .direct-circle{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #ba9133;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.contact .direct-card-container .direct-card a{
  text-decoration: none;
  color: black;
}
.contact .direct-card-container .direct-card .direct-circle span{
  font-size: 2rem;
  font-weight: bold;
}
.contact .direct-card-container .direct-card .nm-text{
  color: #fff;
  font-size: 1.5rem;
}

/* FAQ SECTION CSS */
.ba-faq-section {
  width: 100%;
  background: #000000;
  padding: 130px 24px 140px;
  color: #ffffff;
}

.ba-faq-container {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

.ba-faq-heading {
  width: 100%;
  text-align: center;
  margin-bottom: 70px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.ba-faq-kicker {
  display: block;
  margin-bottom: 10px;
  color: #c9a227;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ba-faq-heading h2 {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(2.5rem, 3vw, 3.6rem);
}

.ba-faq-heading p {
  max-width: 680px;
  margin: 24px auto 0;
  color: #bfc0c7;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

.ba-faq-list {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.ba-faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  transition: border-color 0.3s ease;
}

.ba-faq-item:hover {
  border-color: rgba(201, 162, 39, 0.55);
}

.ba-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 28px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #f4f4f4;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 500;
}

.ba-faq-item summary::-webkit-details-marker {
  display: none;
}

.ba-faq-icon {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.ba-faq-icon::before,
.ba-faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 11px;
  height: 2px;
  background: #ffffff;
  border-radius: 999px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.ba-faq-icon::before {
  left: 0;
  transform: rotate(45deg);
}

.ba-faq-icon::after {
  right: 0;
  transform: rotate(-45deg);
}

.ba-faq-item[open] .ba-faq-icon::before {
  background: #c9a227;
  transform: rotate(-45deg);
}

.ba-faq-item[open] .ba-faq-icon::after {
  background: #c9a227;
  transform: rotate(45deg);
}

.ba-faq-content {
  padding: 0 60px 30px 4px;
  color: #bfc0c7;
  font-size: 17px;
  line-height: 1.65;
}

.ba-faq-content p {
  margin: 0;
}

.ba-faq-item[open] summary span:first-child {
  color: #ffffff;
}

/* FOTER CSS CODE */
footer{
  width: 100%;
  display: flex;
  flex-direction: column;
}
footer .footer-container{
  width: 100%;
  height: 90%;
  display: flex;
}
footer .footer-container .social{
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
footer .footer-container .social #logo-img{
  width: 80%;
  margin-top: 10vh; 
  margin-left: 3vw;
}
footer .footer-container .social h3{
  color: #fff;
  margin-left: 3vw;
    font-size: clamp(2.5rem, 3vw, 3.6rem);
  margin-top: auto;
}
footer .footer-container .social p{
  color: grey; 
  margin-left: 3vw;
  margin-bottom: 20px;
  margin-top: 10px;
  margin-right: 5%;
}
footer .footer-container .social .social-container{
  margin-left: 3vw;
  display: flex;
  gap: 20px;
  margin-bottom: 5vh;
}
footer .footer-container .content{
  width: 70%;
  height: 100%;
  display: flex; 
  gap: 5vw;
}
footer .footer-container .content div{
  margin-top: 10vh;
}
footer .footer-container .content #first{
  margin-left: 5vw;
}
footer .footer-container .content div h4{
  color: #fff;
  font-size: 2rem;
}
footer .footer-container .content div ul{
  color: grey;
  margin-top: 20px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .footer-container .content div ul a{
  color: grey;
  text-decoration: none;
}
footer .footer-container .content #first ul a{
  text-decoration: underline;
}
footer .footer-container .content div ul a:hover{
  color: #fff;
}
footer .legal-info{
  width: 100%;
  height: 10%;
  background-color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .legal-info p{
  color: darkgray;
  text-align: center;
  font-size: .8rem;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer .legal-info p a{
  color: darkgray;
}

