/* COLOR VARIABLES */
:root {
  --darkblue: #0F1A34;
  --gold: #D4AF37;
  --text-light: #f5f5f5;
}


body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

.font-be{
font-family: "Bebas Neue", sans-serif;
}

.hero-main{	          
  background-image: url("../images/bg-main.png"); 
  background-repeat: no-repeat;
    background-size: cover;
   background-color: #222541;   
               
  background-position: center;
  
}
/* HEADER */
.tx-16{
font-size: 16px;		
}
.tx-30{
font-size: 30px;		
}
.tx-70{
font-size: 70px;		
}
.tx-18{
font-size: 18px;		
}
.tx-58{
font-size: 58px;		
}

.tx-30{
font-size: 30px;		
}
.tx-14{
font-size: 14px;		
}
.tx-46{
font-size: 46px;		
}

.tx-44{
font-size: 44px;		
}
.tx-53{
font-size: 53px;		
}
.tx-23{
font-size: 23px;		
}

.mt--50{
margin-top: -150px;	
}

.fw-400{
font-weight: 400;	
}

.fw-500{
font-weight: 500;	
}

.main-header .nav-link {
  color: #ffffffcc;
  margin-left: 20px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.main-header .nav-link:hover,
.main-header .nav-link.active {
  color: var(--gold);
}
.text-gold {
  color: #BEA251 !important;
}

.hero-section {
  padding-top: 80px;
  padding-bottom: 60px;
}
.hero-section h1 {
  font-size: 2.8rem;
  line-height: 1.3;
}
.hero-section p {
  font-size: 1.1rem;
  color: #d9d9d9;
}
.mb-min-70 {
    margin-bottom: -120px;
}

.btn-outline {
  background-color: #transparent;
  color: #fff;
  border: 2px solid #ffffff;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-gold {
  background-color: #BEA251;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.btn-gold:hover {
  background-color: #c19e30;
  color: #fff;
}

.about-section {
  background: var(--darkblue) url("images/bg-pattern.png") repeat center;
  background-size: contain;
}
.about-section h2 {
  font-size: 2rem;
}
.about-section p {
  color: #d9d9d9;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2rem;
  }
  .hero-section p {
    font-size: 1rem;
  }
  .about-section {
    text-align: center;
  }
}

 .visa-card {
      border: none;
      border-radius: 12px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
      text-align: left;
      padding: 30px 25px;
      height: 100%;
	  background-color: #ffffff;
    }

 .visa-card:hover {
		background-color: #c5a24a;
      transform: translateY(-4px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
	  color: #fff;
    }
	
	.visa-card:hover .visa-title{
          color: #fff;
	}
	
	.visa-card:hover .visa-icon{
          color: #fff;
	}
 
    .visa-icon {
      font-size: 32px;
      margin-bottom: 30px;
      color: #c5a24a;
    }

    .visa-title {
      font-weight: 600;
      color: #c5a24a;
      margin-top: 10px;
	  font-size: 15px;
    }
	


    .visa-text {
      font-size: 15px;
      margin-bottom: 15px;
    }

.bg-f3{
	background:#F3F4F6;
}
.bg-22{
	background:#222541;
}




  .info-item {
      display: flex;
      align-items: flex-start;
      gap: 15px;
      margin-bottom: 35px;
    }

   
    .info-item h6 {
  
      color: #c5a24a;
      margin-bottom: 8px;
    }

    .info-item p {
      font-size: 15px;
      color: #555;
      margin-bottom: 0;
    }

    /* -------- NEWS SECTION -------- */
    .news-section {
      padding-bottom: 80px;
      text-align: center;
    }

    .news-section h2 {
      font-weight: 600;
      color: #c5a24a;
      font-size: 2rem;
      margin-bottom: 10px;
    }

    .news-section p.subtext {
      color: #999;
      margin-bottom: 60px;
    }

    .news-card {
      text-align: left;
	  margin-bottom: 40px;
	  padding-right: 10px;
    }


    .news-number {
      display: inline-block;
      background: #F3F4F6;
      color: #c5a24a;
      border-radius: 10px;
      width: 74px;
      height: 74px;
      line-height: 74px;
      text-align: center;
	  font-size: 26px;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .news-card h5{
      font-size: 20px;
      font-weight: 500;
      color: #BEA251;
      margin-bottom: 10px;
    }

    .news-card small{
      color: #999;
      display: block;
      margin-bottom: 10px;
    }

    .news-card p{
      font-size: 14px;
      color: #656565;
      margin-bottom: 0;
    }

    /* RIGHT SMALL NEWS */
    .side-news-item {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 25px;
	  padding-bottom: 25px;
	  border-bottom: 1px solid #DEE1E6;
    }

    .side-news-item img {
      width: 110px;
      height: 80px;
      border-radius: 10px;
      object-fit: cover;
    }

    .side-news-item small {
      display: block;
      color: #656565;
      margin-bottom: 4px;
	  font-size: 14px;
    }

    .side-news-item a {
      text-decoration: none;
      color: #c5a24a;
      font-weight: 500;
      font-size: 16px;
    }
	
	.footer-section {
  background-color: #222541;
 
}

.footer-intro {
  font-style: italic;
  color: #d3d3d3;
  font-size: 15px;
  font-weight: 400;
 
}

.text-accent {
  color: #ffffff;
  opacity: 0.7;
}

.subscribe-form input::placeholder {
  color: #9b9b9b;
}

.subscribe-form input:focus {
  box-shadow: none;
  border-color: #fff;
}

.social-icons a {
  font-size: 20px;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  
  color: #F2F2F2;
}

.footer-section .border-secondary-subtle {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.testimonial-section {
  background-color: #1b1d36;
  font-family: 'Poppins', sans-serif;
}

.testimonial-text {
  max-width: 850px;
  font-size: 20px;
  line-height:29px;
  color: #fff;
  font-weight: 500;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
  width: 2rem;
  height: 2rem;
}


.testimonial-slide {
  min-height: 220px; /* adjust as needed for longest testimonial */
  transition: opacity 0.4s ease-in-out;
}


.testimonial {
    background-image: url(../images/footer-mask.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}



.testimonial-card {
  position: relative;
}

.testimonial-card::before {
  content: "”";
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 80px;
  color: #e6e6e6;
  font-weight: bold;
  line-height: 1;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px;
  background-color: #ccc;
  border: none;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  background-color: #BEA251;
}


  .modal-content {
      border: none;
      border-radius: 20px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    }

    .modal-header {
      border: none;
      flex-direction: column;
      text-align: center;
      position: relative;
      padding-bottom: 0;
    }

    .btn-close {
      position: absolute;
      top: 15px;
      right: 15px;
  
      border-radius: 50%;
      opacity: 0.8;
    }

    .btn-close:hover {
      opacity: 1;
    }

    .modal-title {
      color: #BDA25A;
      font-weight: 600;
      font-size: 1.25rem;
      margin-top: 1.2rem;
    }

    .modal-body {
      padding: 2rem;
    }

    .form-control {
      border-radius: 15px;
	  border: 1.3px solid #E6E6E6;
	  padding: 10px 10px;
	  color: #6B6B6B;
	  font-size: 13px;
    }

    .form-control:focus {
      box-shadow: 0 0 0 0.15rem rgba(190,162,81,0.25);
      border-color: #BEA251;
    }

    .input-icon {
      position: absolute;
          right: 15px;
    top: 22px;
    z-index: 1;
      transform: translateY(-50%);
      color: #6B6B6B;
      font-size: 1rem;
    }

    .input-g {
      position: relative;
    }