/* Import Exo 2 font from Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;700&display=swap");

:root {
  --lotus-blue: #00C4F2;  
  --lotus-silver: background: linear-gradient(to right, #898788, #FFFFFF, #898788);

}

body {
  font-family: "Exo 2", sans-serif;
  background-color: #000;
  color: #fff;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}

a:hover,
a:focus {
  filter: brightness(1.1);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  /* background: linear-gradient(90deg, #D6BF75, #9D7134); 
    -webkit-background-clip: text; 
    color: transparent;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);  */
  /* color: gold; */
  color: var(--lotus-blue);
}

h3 {
  color: var(--lotus-blue);/* Gold color for sub-headings */
}

ul {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

#main-nav > div > a > img,
#wrapper-footer > footer > div.c-container > div > div > img {
  max-width: 150px;
}

#main-nav > div > a > img {
  padding-left: 1%;
}

#main-nav > div > a > img:hover {
  scale: 103%;
}

body {
  margin: 0;
  background-color: #000;
  color: #fff;
}

main {
  margin: 0;
}

/*Navigation*/
#navbarNavDropdown a.nav-link {
  color: #FFFFFFFF;
  /* color: var(--lotus-blue); */
  white-space: nowrap;
  padding-right: 20px !important;
  text-shadow: 0.5px 0.5px 0.5px;
}

#navbarNavDropdown a.nav-link:last-child {
  padding-right: 2%;
}
#navbarNavDropdown a.nav-link:hover {
  color: #00C4F2;
  transition: 0.3s ease-in-out;
}

/* Transparent navbar (default state) */
#main-nav {
	background-color: transparent !important; /* Override Bootstrap background */
	transition: background-color 0.3s ease; /* Smooth transition */
  }
  
  /* Non-transparent navbar (on scroll) */
#main-nav.navbar-fixed {
	background-color: #111 !important; /* Non-transparent background */
  }

#menu-item-49 > a {
  background: linear-gradient(to right, #898788, #FFFFFF, #898788);
  /* border: 1px solid; */
  color: black !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-radius: 10px;
  text-shadow: 0px 0px 0px !important;
}

#menu-item-49 > a:hover {
  scale: 103%;
}
  
.hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#scroll-hint {
  display: none;
}

.welcome-banner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  /* background-color: #000; */
  /* opacity: 0.7;
	padding: 5% 5%;
	border-radius: 5px; */
  text-shadow: 6px 6px 10px linear-gradient(90deg, #d6bf75, #d6bf75);
  height: 100%;
  width: 100%;
  opacity: 1;
  padding: 10px 10px;
}

.welcome-banner img {
  max-width: 100%;
  margin: 0 auto;;
}
.welcome-banner h1 {
  margin: 0 auto;
  font-size: 5.5rem;
  font-weight: bolder;
  margin-bottom: 10px;
  font-weight: bolder;
  /* background: linear-gradient(90deg, #E0CE81, #D6BF75);
    -webkit-background-clip: text;
    color: transparent;  */
  color: transparent;
  text-stroke: 2px white; /* Adds the white border (outline) */
  -webkit-text-stroke: 2px white; /* Ensures compatibility with WebKit browsers */
}

.welcome-banner p {
  font-size: 1.2rem;
  /* color: #ccc; */
}

#zoom-controls a {
  color: green;
  font-size: xx-large;
  padding: 5px;
  font-weight: 900;
  user-select: none; /* Disable text selection */
  -webkit-user-select: none; /* For Safari */
  -moz-user-select: none; /* For Firefox */
  -ms-user-select: none; /* For Internet Explorer */
}

#zoom-controls a:hover {
  cursor: pointer;
  filter: brightness(1.4);
}

.popup {
  z-index: 10000;
}

/* Section Styles */
.section {
  padding: 60px 20px;
  text-align: center;
}

.section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.section p {
  margin-bottom: 30px;
  /* color: #bbb; */
}

.why-lotus {
  background-color: #00132D;
  display: flex;
  flex-direction: column;
  margin-left: 25%;
  margin-right: 25%;
  border-radius: 10px;
}

.lotus {
  color: var(--lotus-blue);
  margin-top: 10px;
  margin-bottom: 10px;
}

.why-lotus ul {
  padding: 0px 5px;
  margin: 0 auto;
}

.why-lotus ul li {
  padding: 3px;
  margin-left: 20px;
  /* padding-left: 5px; */
}

.why-lotus p {
  text-align: center;
}

.feature,
.crypto,
.step {
  display: flex;
  justify-content: space-evenly;
  gap: 30px;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 33.3%;
  margin: 0px 5px;
  /* flex-wrap: nowrap; */
}

.step img {
  /* max-height: 200px !important; */
  object-fit: contain !important;
}

/* Live Rates */
.live-rates-display {
  background-color: #000;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-top: 30px;
}

.live-rates-display p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

/* Ticker container styles */
.ticker-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
  background-color: #00132D;
  border-radius: 10px;
  border: 1px solid #00C4F2;
}

/* Ticker content styles */
.ticker-content {
  display: inline-block;
  white-space: nowrap;
  animation: ticker-scroll 20s linear infinite;
  font-size: 1rem;
 
  color: white;
  font-size: larger;
}

.ticker-content span {
  margin-right: 50px;
}

/* Animation for scrolling */
@keyframes ticker-scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.how-it-works {
  background-color: #111;
}

.step {
  padding: 25px;
  border: 1px solid transparent;
  background-color: #000;
  border-radius: 10px;
}

.how-it-works img {
  height: 300px;
  width: 90%;
}

.how-it-works img:hover {
  scale: 103%;
}

.why-choose-us {
  background-color: #000;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

/* Feature Section */

.feature {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  display: flex;
  /* flex-grow: 1; */
  flex-direction: row;
  /* align-items: center;
  justify-content: center; */
  /* margin: -5px auto; */
  /* flex-grow: 1; */
  /* flex-basis: 33%; */
  /* flex-basis: 100vw; */
  /* flex-wrap: wrap; */
  /* flex-direction: row; */
}

.features {
  flex-grow: 1;
 /* width: 100%; */
 padding-left: 60px;
 /* padding-right: 120px; */
 /* align-items: center;
 justify-content: center; */
}

.feature-img {
  /* flex-basis: 200px; */
  /* margin-bottom: -100px !important; */
  /* border-right: 1px solid; */
  margin-right: -100px;
}

.feature-content {
  /* flex-basis: 300px; */
  border-left: 1px solid;
  padding-left: 40px;
  margin-bottom: -10px;
  text-align: left;
  /* padding: 0; */
}

/* .feature:hover {
  border: 1px solid #00C4F2;
} */

.feature img {
  width: 80px;
  margin-bottom: 10px;
}

.feature h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.feature p {
  font-size: 0.9rem;
  color: #aaa;
}

/* Crypto Section */
.trade-cryptos {
  background-color: #000;
}

.crypto {
  padding: 20px;
  /* border: 1px solid #444; */
  background-color: #00132D;
  border-radius: 10px;
  text-align: center;
  border: 1px solid transparent; /* Start with no visible border */
}

.crypto:hover {
  border: 1px solid #00C4F2;
  transition: 0.3s ease-in-out;
}

.crypto img {
  width: 70px;
  margin-bottom: 10px;
}

.crypto img:hover {
  scale: 110%;
}

.crypto h3 {
  margin-bottom: 5px;
}

.faqs {
  background-color: #000;
  padding-top: 0px;
  padding-bottom: 0px;
}

.faq-list {
  display: flex;
  /* background-color: #000; */
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #00C4F2;  
  background-color: #111;

}

.faq-item {
  margin-bottom: auto;
  border-bottom: 1px solid #444;
  /* padding: 15px 0px; */
  width: 100%;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #111;

}

.faq-item div {
  padding: 20px 20px;
  border-bottom: 1px solid #7E7B7C;
  
}

.faq-item:hover {
  /* border: 1px solid #00C4F2; */
  border-radius: 10px;
}

.faq-item h3 {
  font-size: 1.3rem;
  /* color: #ffd700; */
  color: var(--lotus-blue);
  cursor: pointer;
  transition: color 0.3s ease;
  color: #FFFFFF;
  /* border-bottom: 1px solid grey; */
}

.faq-item:hover h3 {
  color: #00C4F2;
}

.faq-answer {
  display: none; /* Initially hide all answers */
  color: #bbb;
  min-height: 50px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  overflow: hidden; /* Hide content when collapsed */
}

/* Show the answer when the parent has the class 'visible' */
.faq-item.visible .faq-answer {
  display: block;
  max-height: 1000px; /* Or any sufficiently large number */
  opacity: 1;
}

/* Style for the arrow */
.arrow-icon {
  display: inline-block;
  transition: transform 0.3s ease, stroke 0.3s ease;
  color: #00C4F2; /* Default arrow color */
  stroke-width: 3px; /* Make the arrow thicker */
  margin-left: 5px;
}

/* Rotate arrow on visibility toggle */
.faq-item.visible .arrow-icon {
  transform: rotate(180deg); /* Rotate 180 degrees */
  color: #FFFFFF; 
}



/* Calculator Section */
.calculator-placeholder {
  background-color: #111;
  padding: 40px 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.calculator-placeholder img {
  max-width: 200px;
}

.why-choose-us-container {
  flex-basis: 60%;
}

.calc-container {
  /* border: 1px solid #00C4F2; */
  border-radius: 10px;
  padding: 0px 80px;
  padding-bottom: 40px;
  /* flex-basis: 40%; */
  /* margin-right: 0px; */
}

.calc-container-2 {
  border: 1px solid #00C4F2;
  border-radius: 10px;
  padding: 30px;
}

.crypto-calculator {
  margin: 0 auto;
}

/* Call to Action */
.cta-section {
  background-color: #000;
  padding: 50px 20px;
  position: relative;
  /* margin: 20px auto; */
}

.final-cta {
  padding-bottom: 40px;
  padding-top: 40px;
}

.cta-button {
  display: block;
  position: static !important;
  /* background-color: #00C4F2; */
  background: linear-gradient(to right, #898788, #FFFFFF, #898788);
  max-width: fit-content;
  padding: 15px 30px;
  border-radius: 10px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 30px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  filter: brightness(1.1);
  color: #000;
}

/* footer {
  text-align: center;
  padding: 10px;
  background-color: #000;
} */

.testimonials {
  background-color: #000;
  padding-bottom: 0px;
  /* border-radius: 10px; */
}

.testimonials-home {
  /* background-color: #111; */
  padding-bottom: 0px !important;
}

.testimonials-home .carousel-item {
  /* background-color: #000; */
  border-radius: 10px;
}

.testimonials .color-container {
  padding: 40px 0px !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

footer {
  /* padding: 40px 0px !important; */
  background-color: #111111 !important;
  padding-top: 20px !important;
}
.footer-logo {
  margin-left: 90px !important;
}

.color-container {
  background-color: #111;
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.color-container2 {
  background-color: #111;
  margin-left: 80px !important;
  margin-right: 80px !important;
}

@media (max-width: 768px) {

  .welcome-banner {
    width: 100vw;
    /* height: 100vw; */
    display: flex;
    flex-direction: row;
    /* align-self: flex-end; */
    /* justify-content: flex-end; */
  }

  #scroll-hint {
    display: block;
    position: absolute;
    /* bottom: 5px; */
    /* right: 5%; */
    /* transform: translateX(100%); */
    bottom: 20px;
    right: 0;
    padding: 80px 40px;
    /* padding-right: 3%; */
    /* margin-top: auto; */
    margin-left: auto !important;
    font-size: 14px;
    color: white;
    opacity: 0.8;
    animation: fadeOut 7s forwards;
    z-index: 100000 !important;
  }
  
  @keyframes fadeOut {
    0% { opacity: 0.8; }
    100% { opacity: 0; }
  }

.testimonials {
  background-color: #000;
  padding-bottom: 0px;
}

.testimonials-home {
  /* background-color: #111; */
  padding-bottom: 0px !important;
}

.testimonials-home .carousel-item {
  /* background-color: #000; */
  border-radius: 10px;
}

.color-container {
  padding: 0px 0px !important;
}

footer {
  /* padding: 40px 0px !important; */
  background-color: #111111 !important;
}
.footer-logo {
  margin-left: 0px !important;
  margin: 0 auto !important;
  margin-bottom: 20px !important;
}

.color-container {
  border-radius: 10px !important;
  background-color: #111;
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.color-container2 {
  background-color: #111;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

}


/* Responsive Design */
@media (max-width: 768px) {
  .welcome-banner h1 {
    font-size: 2rem;
  }
  .welcome-banner p {
    font-size: 1rem;
  }

  .hero-container {
    flex-direction: column;
  }

  .content {
    padding: 20px;
  }

  /* .features, .crypto-options, .steps {
        flex-direction: column;
        gap: 20px;
    } */

  .cta-button {
    padding: 10px 20px;
  }

  .features, .about-features,
  .crypto-options,
  .steps {
    flex-direction: column;
    align-items: center;
  }

  .feature, .about-feature,
  .crypto,
  .step {
    width: 100%;
    max-width: 400px;
  }

  .feature {
    flex-direction: column;
  }

  .feature-img {
    margin: 0 auto;
  }

  
  .features {
    flex-grow: 1;
  padding: 0px;
  margin-bottom: 10px;
  }

  .feature-img {
    margin: 0 auto;
  }

  .feature-content {
    border-left: 0px;;
    padding-left: 0px;

    text-align: center;
  }

  .calc-container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    flex-grow: 1;
  }

  .calc-container-2 {
    width: 100%;
    padding-bottom: 40px !important;

  }

  /* div.section.faqs {
    padding: 0px 8px !important;
  } */

  .color-container {
    margin: 0 20px !important;
  }

  footer {
    text-align: center;
  }

  .color-container:last-of-type {
    margin: 0 30px !important;
  }

  .footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .footer-section {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-brand-2 {
    margin: 0 auto;
  }
}

.footer {
  background-color: #000;
  color: #fff;
  padding: 40px 0;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* .footer-bg img {
  width: 100%;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
} */

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-section {
  flex: 1;
  min-width: 250px;
  max-width: 300px;
  padding: 0px 20px;
  /* margin: 10px; */
}

.footer-logo img {
  max-width: 150px;
}

.footer-title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}

.footer-links ul,
.footer-social ul {
  list-style: none;
  padding: 0;
}

.footer-links a,
.footer-social a {
  text-decoration: none;
  color: #fff;
  margin: 5px 0;
}

.footer-bottom {
  background-color: #111;
  padding: 20px 0;
  text-align: center;
}

.footer-bottom-content p {
  margin: 0;
  font-size: 14px;
}

.footer-bottom-links a {
  color: #ccc;
  text-decoration: none;
  margin: 0 10px;
}

.footer-bottom-links a:hover {
  color: #fff;
}

.social-links img {
  max-width: 20px;
  margin-right: 5px;
  object-fit: contain;
}

.footer a:hover {
  color: #00C4F2;
}

.navbar-brand-2 {
  padding-left: 20px;
}

.navbar-brand-2 img {
  padding-left: none;
  margin-left: -5px;
  margin-bottom: 10px;
}


.scroll-to-top {
  display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    -webkit-box-shadow: 0px 2px 5px #198754;
            box-shadow: 0px 2px 5px var(--lotus-blue);
  
  }
  
  .scroll-to-top i {
    font-size: 20px;
  }

/* ================================================================= About ================================================================= */

.custom-header {
	min-height: 320px;
	background-color: #000;
	position: relative;
	display: flex;
	justify-content: center;
    align-items: center;
}

.custom-header img {
	width: 100%;
    object-fit: contain;
    height: 100%;
	position: absolute;
	z-index: 1;
	/* filter: brightness(1.5); */
}

.custom-header-title {
	position: absolute;
	z-index: 2;
	text-align: center;
	font-weight: bolder;
	text-shadow: 15px 15px 15px black;
  color: #ffffff;
}

.custom-container {
	padding: 0px 50px;
}

.custom-about-section {
	/* min-height: 100dvh; */
	background-color: #000;
  display: flex;
  flex-grow: 1;
}

.custom-about-section .custom-subtitle {
	margin-top: 50px;
}

.custom-paragraph {
  margin-bottom: 10px; 
}

.about-div {
	background-color: #000;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-basis: 1;
  margin: 20px auto;
  /* text-align: center; */
}

.story-div {
	/* background-color: #fff; */
  border-radius: 10px;
	background-color: #222;
}

.story-image {

	/* border-radius: 20px !important; */
	/* filter: brightness(1.3); */
}

.custom-stats-section {
	background-color: #fff;
}

@media (min-width: 800px) {
	.about-divver{
		display: flex;
	}

	section.custom-about-section {
		display: flex !important;
		flex-direction: column;
		flex-grow: 1;
		padding-top: 10px;
    width: 100%;
    height: 100%;
	}

	.about-div {
		display: flex;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    /* flex-wrap: nowrap; */
    /* background-color: gold;; */
    /* flex-wrap: nowrap; */
	}


	.story-div {
		/* flex-shrink: 1; */
		flex-basis: 50vw !important;
	}

	.about-subtitle {
		margin-left: 100px;
	}

	.story-div {
		background-color: #fff; 
		border-radius: 10px;
		background-color: #00132D;
    /* min-height: 55%;
    max-height: 65%;
		margin-right: auto;
		margin-left: 50px; */
		padding: 50px;
		/* padding-right: 300px;  */
    flex-basis: 50%;
    margin-left: 50px;
    margin-right: 50px;
	}

	.story-image {
		/* position: absolute !important; */
		/* bottom: -120px; */
		/* right: 0px; */
		/* left: 625px; */
		/* flex-basis: 100%; */
    /* max-width: 65dvw;
		min-height: 55%;
    max-height: 65%; */
    /* padding-right: 200px; */
    /* flex-basis: 50%; */
    /* max-width: 100%; */
    max-width: 50%;
	}
}

@media (max-width: 768px) {

	.about-divver{
		display: flex;
	}
	.custom-about-section {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
		flex-basis: 1;
		min-height: auto;
	}

	.story-div {
		flex-grow: 1;
		padding: 50px;
    background-color: #00132D;
	}	

	.story-div ul {
		margin-left: 15px;
	}

	.about-subtitle {
		margin-left: auto;
		margin-right: auto;
	}

	.story-image {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.about-div {
		display: block;
		margin: 0 auto;
	}
	.story-div, .story-image {
		margin: 0 auto;
		object-fit: cover;
		width: 100%;
	}

	.about-subtitle {
		margin-bottom: 20px;
	}
} 

/* Stats */
.stats {
    padding: 50px 0;
    text-align: center;
    margin-top: 20px;
    /* background-color: gold; */
}
.stats .stat-box {
    display: inline-flex;
    margin: 20px;
    margin-right: 30px;
    margin-left: 30px;
    border-right: 1px solid #7E7B7C;
    margin-top: 0px;
    padding-right: 60px;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}

.stat-box:last-child {
  border-right: none;
  margin-right: 0;
}
.stats h3 {
    font-size: 4rem;
    color: transparent;
    text-stroke: 2px white;
    -webkit-text-stroke: 2px white; /* Ensures compatibility with WebKit browsers */

}


.about-feature
{
  background-color: #222;
  display: flex;
  justify-content: space-evenly;
  gap: 30px;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 33.3%;
  margin: 0px 5px;
  /* flex-wrap: nowrap; */
}


/* Feature Section */

.about-feature {
  background-color: #000;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}

.about-feature:hover {
  border: 1px solid #ffa500;
}

.about-feature img {
  width: 80px;
  margin-bottom: 15px;
}

.about-feature h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.about-feature p {
  font-size: 0.9rem;
  color: #aaa;
}

/* About Section Styling */
.about-section-one {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 20px;
}

.about-container-one {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
}

.about-image-one {
  flex: 1 1 50%;
  text-align: center;
}

.about-image-one img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.about-details-one {
  flex: 1 1 50%;
  padding: 20px;
}

.about-title-one {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.about-subtitle-one {
  font-size: 1.25rem;
  color: #666;
  margin-bottom: 20px;
}

.about-list-one {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-item-one {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.about-icon-one {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.about-icon-one img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.about-text-one {
  flex: 1;
}

.about-item-title-one {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.about-item-description-one {
  font-size: 0.9rem;
  color: #777;
  line-height: 1.4;
}

/* Hover Effects */
.about-item-one:hover .about-icon-one img {
  transform: scale(1.1);
}

.about-item-one:hover .about-item-title-one {
  color: gold;
}

.about-item-one:hover .about-icon-one img {
  filter: drop-shadow(0 0 5px gold);
}

/* Responsive Design */
@media (max-width: 768px) {

  .custom-button {
    display: block;
    text-align: center;
  }

  .about-container-one {
    flex-direction: column;
  }

  .about-image-one, .about-details-one {
    flex: 1 1 100%;
  }

  .about-title-one {
    font-size: 2rem;
  }

  .about-subtitle-one {
    font-size: 1rem;
  }

  .stats {
    /* display: block; */
  }

  .stat-box {
    margin: 15px auto !important;
    border-right: 0px !important;
    padding-right: 0px !important;
    display: block !important;
  }
}


/* Team */
.team {
    margin-top: 20px;
    padding: 50px 10px;
    text-align: center;
}

.team .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.team .team-member {
  flex-basis: 25%;
}
.team img {
    width: 150px;
    border-radius: 50%;
    margin-bottom: 20px;
}


/* Testimonials Section */
.testimonials {
    padding: 50px 0;
    text-align: center;
}

.testimonials h2 {
    margin-bottom: 20px;
    font-size: 2rem;
}

/* Bootstrap carousel item styles */
.carousel-inner {
    text-align: center;
}

.carousel-item p {
    font-size: 1.2rem;
    font-style: italic;
    color: #fff;
}

.carousel-item h3 {
    margin: 10px 0;
    font-size: 1.5rem;
    color: #fff;
}

.carousel-item p:last-child {
    font-size: 1rem;
    color: #fff;
}

.sim-card-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #121212;
}

.sim-card {
  padding: 20px;
  background: #1a1a1a;
  color: white;
  width: 300px;
  clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);
  border: 2px solid #00C4F2;
  text-align: center;
  transition: transform 0.3s ease, background 0.3s ease;
}

.sim-card h2 {
  margin: 0 0 10px;
  font-size: 1.5rem;
  color: #00C4F2;
}

.sim-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

/* Hover Effect */
.sim-card:hover {
  transform: translateY(-10px);
  background: linear-gradient(135deg, #1a1a1a, #333);
}

@media (max-width: 768px) {

  /* Team */
.team {
  margin-top: 20px;
  padding: 10px 5px;
  text-align: center;
}

.team .container {
display: flex;
flex-grow: 1;
flex-direction: column;
justify-content: center;
align-items: center;
}

.team .team-member {
flex-basis: 25%;
}

.trade-cryptos {
  padding-bottom: 10px;
}
}





/*============================================================Exchange============================================================*/


.exchange-header {
	min-height: 320px;
	background-color: #000;
	position: relative;
	display: flex;
	justify-content: center;
    align-items: center;
}

.exchange-header img {
	width: 100%;
    object-fit: contain;
    height: 100%;
	position: absolute;
	z-index: 1;
	/* filter: brightness(1.5); */
}

.exchange-header-title {
	position: absolute;
	z-index: 2;
	text-align: center;
	font-weight: bolder;
	text-shadow: 15px 15px 15px black;
  color: #ffffff;
}

/* General Section Styling */
.live-rates {
  padding: 2rem;
  background: linear-gradient(135deg, #1f1f1f, #343434);
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  font-family: 'Arial', sans-serif;
  max-width: 1200px;
  margin: 2rem auto;
}

.live-rates h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #00b4d8;
}

.live-rates .description {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #ccc;
}

.rates-container {
  overflow-x: auto;
}

.rates-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  background: #2c2c2c;
  border-radius: 10px;
  overflow: hidden;
}

.rates-table th,
.rates-table td {
  padding: 1rem;
  text-align: center;
  font-size: 1rem;
  border-bottom: 1px solid #444;
}

.rates-table th {
  background: #1e1e1e;
  color: #00b4d8;
  font-weight: bold;
}

.rates-table tr:nth-child(even) {
  background: #282828;
}

.rates-table tr:hover {
  background: #3c3c3c;
}

.rates-table td {
  color: #e6e6e6;
}

/* Specific Column Styling */
.rates-table .positive {
  color: #4caf50;
  font-weight: bold;
}

.rates-table .negative {
  color: #f44336;
  font-weight: bold;
}

.rates-table .neutral {
  color: #ffc107;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
  .live-rates {
    padding: 1rem;
  }

  .rates-table th,
  .rates-table td {
    padding: 0.5rem;
    font-size: 0.9rem;
  }
}


/* General Section Styling */
.catalog {
  padding: 2rem;
  background: linear-gradient(135deg, #121212, #282828);
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  font-family: 'Arial', sans-serif;
  max-width: 1200px;
  margin: 2rem auto;
  text-align: center;
}

.catalog h2 {
  font-size: 2rem;
  color: #00b4d8;
  margin-bottom: 1rem;
}

.catalog .description {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 2rem;
}

/* Grid Styling */
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  justify-items: center;
}

/* Catalog Items */
.catalog-item {
  background: #1e1e1e;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  max-width: 300px;
}

.catalog-item img {
  width: 80px;
  margin-bottom: 1rem;
  height: 80px;
  object-fit: contain;
}

.catalog-item h3 {
  font-size: 1.2rem;
  color: #00C4F2;
  margin-bottom: 1rem;
}

.catalog-item p {
  font-size: 1rem;
  color: #bbb;
  margin-bottom: 0.5rem;
}

.catalog-item .cta-button {
  var(--lotus-silver);
  /* color: #fff; */
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background 0.3s ease;
}

.catalog-item .cta-button:hover {
  /* background: #0077a3; */
}

/* Hover Effects */
.catalog-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

.exchange-guide {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* height: 800px; */
}

.exchange-guide div {
  flex-basis: 50%;
}



.exchange-guide div ol {
  list-style: none; /* Remove default styling */
  counter-reset: list-counter; /* Initialize a counter */
  padding-left: 0; /* Remove extra padding */
  display: inline-block;
}

.exchange-guide div ol li {
  counter-increment: list-counter; /* Increment the counter for each list item */
  margin: 0.5rem auto; /* Adjust spacing between items */
  position: relative; /* Enable positioning for custom number placement */
  display: flex;
  padding-left: 40px; 
}

.exchange-guide div ol li::before {
  margin-left: auto;
  content: counter(list-counter) ". "; /* Add the counter with a period */
  position: absolute; /* Position it relative to the li */
  left: 0.2rem; /* Reduce the gap between the number and the text */
  color: #00b4d8; /* Style the number */
  font-weight: bold;
}

.crypto-calculator {
  width: 100%;
  max-width: 400px;
  padding: 30px 15px; /* Reduced padding */
  background: #111;
  border: 2px solid #00C4F2;
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.crypto-calculator h2 {
  text-align: center;
  margin-bottom: 1rem; /* Reduced margin */
  font-size: 1.5rem; /* Slightly smaller font size */
  color: var(--lotus-blue);
  font-family: 'Arial', sans-serif;
}

.calc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem; /* Reduced bottom margin */
  padding: 0.25rem 0; /* Reduced padding */
  border-bottom: 1px solid #ddd;
}

.calc-row label {
  flex: 1;
  font-weight: bold;
  color: var(--lotus-blue);
}

.calc-row select,
.calc-row input {
  flex: 2;
  padding: 0.4rem; /* Reduced padding for inputs */
  margin-left: 0.5rem; /* Reduced left margin */
  border: 1px solid #103565;
  border-radius: 6px; /* Slightly smaller radius */
  font-size: 0.9rem; /* Smaller font size */
  background: #fff;
  color: #103565;
  transition: border-color 0.3s;
}

.calc-row select:focus,
.calc-row input:focus {
  border-color: #0c2c4d;
  outline: none;
}

#calculate-btn {
  width: 100%;
  padding: 0.5rem; /* Reduced padding */
  font-size: 1rem; /* Slightly smaller font size */
  background: var(--lotus-blue);
  color: #000;
  border: none;
  border-radius: 8px; /* Slightly smaller radius */
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}

#calculate-btn:hover {
  filter: brightness(1.1);
  transform: scale(1.01);
}

.calc-result {
  text-align: center;
  margin-top: 1rem; /* Reduced top margin */
  background: #e7eefc;
  padding: 0.75rem; /* Reduced padding */
  border-radius: 8px;
  border: 1px solid #103565;
}

.calc-result h3 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem; /* Reduced font size */
  color: #103565;
}

#converted-amount {
  font-size: 1rem; /* Reduced font size */
  color: #103565;
  font-weight: bold;
}



.interchange-btn {
  background: none;
  border: none;
  font-size: 2.5rem;
  color: green;
  cursor: pointer;
  margin: 0 auto;
  /* position: absolute; */
}

.interchange-btn:hover {
  color: #007bff;
}


/* Responsive Design */
@media (max-width: 768px) {
  section.content {
    padding: 0px 10px;
  }

  div.section.catalog {
    padding: 10px 10px;
  }

  .exchange-guide {
    padding: 0;
  }

  .exchange-guide div:first-child {
    padding-bottom: 10px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
  }

  .crypto-calculator {
    padding: 25px 5px;
  }

}


.exchange-form-section {
  width: 100%;
  max-width: 600px;
  margin: 2rem auto;
  padding: 1.5rem;
  background: #f5f5f5;
  border: 2px solid #103565;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.exchange-form-section h2 {
  text-align: center;
  color: #103565;
  font-family: 'Arial', sans-serif;
}

.exchange-form-section .description {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #555;
  font-size: 1rem;
}

.exchange-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-row label {
  font-weight: bold;
  color: #555;
}

.form-row select,
.form-row input {
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  background: #fff;
  transition: border-color 0.3s;
}

.form-row select:focus,
.form-row input:focus {
  border-color: #103565;
  outline: none;
}

.exchange-btn {
  padding: 0.75rem;
  font-size: 1.2rem;
  color: #fff;
  background: #103565;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}

.exchange-btn:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
}

/* Responsive Design */
@media (max-width: 768px) {
  .exchange-form-section {
      padding: 1rem;
  }

  .exchange-btn {
      font-size: 1rem;
  }
}


/* ================================================================= Contact ================================================================= */

.contact-header {
  /* background-color: #00C4F2; */
}

.contact-image {
  object-fit:stretch !important;
}

.contact-page {
  padding: 20px;
  background-color: #000;
  color: #fff;
}

.contact-section {
  max-width: 1200px;
  margin: 100px auto;
}

.contact-section h1 {
  text-align: center;
  color: var(--lotus-blue);
  margin-bottom: 30px;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

form, .contact-details {
  flex: 1 1 45%;
  background-color: #111;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  text-align: left;
}


@media (max-width: 768px) {
  #wpcf7-f66-o1 > form {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  
  #contact > div > div.contact-details > div:nth-child(2) {
    height: 200px !important
  }

  #contact > div > div.contact-details {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .final-cta {
    padding-bottom: 0px !important;
  }

  .why-lotus {
    background-color: #00132D;
    display: flex;
    flex-direction: column;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 10px;
  }

  #testimonials {
    padding-top: 0px !important;
  }

  .why-choose-us {
    padding-top: 10px;
  }

  .story-div {
    padding: 10px 15px;
  }
}


form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: var(--lotus-blue);
}

form input,
form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #444;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
}

#wpcf7-f66-o1 > form > p:nth-child(5) > label > span > textarea {
  height: 200px !important;
}

#wpcf7-f66-o1 > form > p:nth-child(6) > input {
  background-color: var(--lotus-blue) !important;
  color: #fff !important; 
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#wpcf7-f66-o1 > form > p:nth-child(6) > input:hover {
  filter: brightness(1.1);
}

.contact-details .info p {
  margin: 10px 0;
}

.messaging-link {
  color: var(--lotus-blue);
  text-decoration: none;
  transition: color 0.3s ease;
}

.messaging-link:hover {
  filter: brightness(1.1);
}

.map {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  margin-top: 20px;
  background-color: #333;
}


