body {
  font-family: "Arial", sans-serif;
  background-color: #f8f9fa;
  overflow-x: hidden;
}
/* Custom styles for the page */
.CIALFO-body {
  font-family: "Arial", sans-serif;
  background-color: #f8f9fa;
}

.CIALFO-hero {
  background: linear-gradient(135deg, #6c5ce7, #a29bfe);
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.CIALFO-hero h1 {
  font-size: 3rem;
  font-weight: bold;
}

.CIALFO-hero p {
  font-size: 1.2rem;
  margin-top: 20px;
}

.CIALFO-tabs {
  border-bottom: none;
  margin-bottom: 20px;
  justify-content: center;
}

.CIALFO-tabs .nav-item {
  margin: 5px 5px;
}

.CIALFO-tabs .nav-link {
  font-weight: bold;
  color: #6c5ce7;
  background-color: #fff;
  border: none;
  border-radius: 10px 10px 0 0;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.CIALFO-tabs .nav-link.active {
  background-color: #6c5ce7;
  color: #fff;
}

.CIALFO-tabs .nav-link:hover {
  background-color: #a29bfe;
  color: #fff;
}

.CIALFO-tab-content {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 0 10px 10px 10px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.CIALFO-destination ul {
  list-style-type: none;
  padding-left: 0;
}

.CIALFO-destination ul li {
  background-color: #f8f9fa;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.CIALFO-destination ul li:hover {
  transform: translateY(-5px);
}

.owl-dots {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px !important;
}

.owl-dot {
  width: 12px;
  height: 12px;
  margin: 5px;
  background: #bbb !important;
  border: 1px solid #bbb !important;
  border-radius: 50%;
  display: inline-block;
  transition: background 0.3s;
}

.owl-dot.active {
  background: #007bff !important;
}

/* Custom Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInUp {
  animation: fadeInUp 1s ease-out;
}

.slideInLeft {
  animation: slideInLeft 1s ease-out;
}

.slideInRight {
  animation: slideInRight 1s ease-out;
}

.hover-scale {
  transition: transform 0.3s ease;
}

.hover-scale:hover {
  transform: scale(1.05);
}

.delay-1 {
  animation-delay: 0.5s;
}

.delay-2 {
  animation-delay: 1s;
}

.delay-3 {
  animation-delay: 1.5s;
}

/* Scroll-triggered animations */
.scroll-animation {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.scroll-animation.visible {
  opacity: 1;
  transform: translateY(0);
}

.navbar-brand,
a.nav-link {
  color: white;
}

.nav-link {
  font-weight: 600;
}

/* Scoped CSS for the tabs section */
.tabs-section .nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
  justify-content: center;
}

.tabs-section .nav-tabs .nav-item {
  margin: 5px 5px;
}

.tabs-section .nav-tabs .nav-link {
  font-weight: bold;
  color: #fff;
  background-color: #6c5ce7;
  /* Default tab color */
  border: none;
  border-radius: 10px 10px 0 0;
  padding: 10px 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.tabs-section .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.tabs-section .nav-tabs .nav-link:hover::before {
  left: 100%;
}

.tabs-section .nav-tabs .nav-link.active {
  background-color: #ff7675;
  /* Active tab color */
  color: #fff;
  transform: scale(1.1);
}

.tabs-section .nav-tabs .nav-link:hover {
  background-color: #a29bfe;
  /* Hover tab color */
  transform: translateY(-5px);
}

.tabs-section .tab-content {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 0 10px 10px 10px;
  background-color: #f8f9fa;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tabs-section ul {
  list-style-type: none;
  padding-left: 0;
}

.tabs-section ul li {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.tabs-section ul li:hover {
  transform: translateX(10px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.hero-section {
  background: linear-gradient(135deg, #6c5ce7, #a29bfe);
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
.visionary-text {
  font-size: 16px !important;
  font-weight: 500;
  text-align: justify;
}

.hero-section {
  font-size: 3rem;
  font-weight: bold;
}

.hero-section p {
  font-size: 1.2rem;
  margin-top: 20px;
}

.section-title {
  font-size: 38px;
  font-weight: bold;
  color: #6c5ce7;
}

.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
}

.card-body {
  padding: 30px;
}

.card-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #6c5ce7;
  margin-bottom: 15px;
}

.card-text {
  font-size: 1rem;
  color: #555;
  text-align: left;
}

.team-section {
  background-color: #fff;
  padding: 60px 0;
}

.team-member {
  text-align: center;
  margin-bottom: 30px;
}

.team-member img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.team-member h4 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #6c5ce7;
  margin-bottom: 5px;
}

.team-member p {
  font-size: 1rem;
  color: #777;
}

body {
  font-family: "Arial", sans-serif;
  background-color: #f8f9fa;
}

.CIALFO-hero {
  background: linear-gradient(135deg, #6c5ce7, #a29bfe);
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.CIALFO-hero h1 {
  font-size: 3rem;
  font-weight: bold;
}

.CIALFO-hero p {
  font-size: 1.2rem;
  margin-top: 20px;
}

.CIALFO-section {
  padding: 60px 0;
}

.CIALFO-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.CIALFO-card:hover {
  transform: translateY(-5px);
}

.CIALFO-card h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #6c5ce7;
  margin-bottom: 15px;
}

.CIALFO-card p {
  font-size: 1rem;
  color: #555;
}

.CIALFO-hero {
  background: linear-gradient(135deg, #6c5ce7, #a29bfe);
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.CIALFO-hero h1 {
  font-size: 3rem;
  font-weight: bold;
}

.CIALFO-hero p {
  font-size: 1.2rem;
  margin-top: 20px;
}

.CIALFO-section {
  padding: 60px 0;
}

.CIALFO-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.CIALFO-card:hover {
  transform: translateY(-5px);
}

.CIALFO-card h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #6c5ce7;
  margin-bottom: 15px;
}

.CIALFO-card p {
  font-size: 1rem;
  color: #555;
}

.clalfo-hero {
  background: linear-gradient(135deg, #6c5ce7, #a29bfe);
  color: #fff;
  padding: 50px 0;
  text-align: center;
}

.clalfo-hero h1 {
  font-size: 3rem;
  font-weight: bold;
}

.clalfo-hero p {
  font-size: 1.2rem;
  margin-top: 20px;
}

.clalfo-section {
  padding: 60px 0;
}

.clalfo-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  text-align: center;
}

.clalfo-card:hover {
  transform: translateY(-10px);
}

.clalfo-card h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #6c5ce7;
  margin-bottom: 15px;
}

.clalfo-card p {
  font-size: 1rem;
  color: #555;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns */
  gap: 20px; /* Spacing between grid items */
}

.grid-item {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center-align content horizontally */
  text-align: center; /* Center-align text */
}

.grid-item img {
  object-fit: cover;
  width: 100%;
  height: 280px; /* Maintain aspect ratio */
  margin-top: 10px; /* Add spacing between title and image */
}

.section-title {
  margin-bottom: 10px; /* Add spacing below the title */
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr; /* Single column on smaller screens */
  }
  button.navbar-toggler {
    margin-left: 24%;
  }
  .section-title {
    font-size: 28px;
  }
  .card-pa {
    padding-bottom: 1.9rem !important;
  }
}
.card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
}

.card-img-top {
  border-radius: 10px 10px 0 0;
}

.card-body {
  padding: 15px;
  text-align: center;
}

.card-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}
.rounded-- {
  border-radius: 8rem;
  height: 130px;
  width: 130px;
}

.timeline {
  position: relative;
  padding: 20px 0;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #ddd;
}
.timeline-item {
  padding: 20px;
  position: relative;
  width: 50%;
}
.timeline-item.left {
  left: 0;
  text-align: right;
}
.timeline-item.right {
  left: 50%;
  text-align: left;
}
.timeline-item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #6c5ce7;
  border: 3px solid #fff;
  border-radius: 50%;
  top: 20px;
  z-index: 1;
}
.timeline-item.left::after {
  right: -10px;
}
.timeline-item.right::after {
  left: -10px;
}
.card {
  margin-bottom: 20px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.card-header {
  background-color: #6c5ce7;
  color: white;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
  text-align: center;
}
.timeline-item .card-body {
  padding: 20px;
  text-align: left;
}
.card-body i {
  margin-right: 10px;
  color: #6c5ce7;
}

.map-section {
  background-color: #ffffff;
  padding: 2rem;
}
.map-image-container {
  position: relative;
}
.map-label {
  position: absolute;
  background-color: #007bff;
  color: #ffffff;
  font-size: 0.9rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0.25rem;
}
/* Example marker positions */
.label-singapore {
  top: 50%; /* Adjust based on your image */
  left: 60%; /* Adjust based on your image */
}
.label-washington {
  top: 30%;
  left: 20%;
}
.label-shanghai {
  top: 40%;
  left: 70%;
}

.btn-main {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: #6c5ce7;
  border: 2px solid #6c5ce7;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background 0.4s ease-in-out, transform 0.3s ease-in-out;
  width: 65%;
}

.btn-main {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #6c5ce7;
  background-color: transparent;
  color: #6c5ce7;
  font-size: 16px;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}

.btn-main .liquid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6c5ce7;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.btn-main:hover {
  color: white;
  background-color: #6c5ce7;
}

.btn-main:hover .liquid {
  transform: scaleX(1);
}
html {
  scroll-padding-top: 80px; /* Adjust based on navbar height */
}
