
/* Base Styles */
body {
  font-family: 'Roboto', sans-serif;
  color: #333;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}

.section-title {
  font-size: 2.25rem;
  position: relative;
}

.primary-text {
  color: #003399;
}

.accent-text {
  color: #FFC72C;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}

.btn-white {
  background-color: #FFC72C;
  border-color: #FFC72C;
  color: #000 !important;
  transition: all .3s ease-in-out;
  font-weight: 500;
}

.btn-white:hover,
.btn-white:focus {
  background-color: #e6b327;
  border-color: #e6b327;
}

/* Navigation */
.navbar {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.navbar-nav .nav-link {
  font-weight: 500;
  padding: 0.5rem 1rem;
  color: #333;
  transition: color 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #003399;
}

.btn-primary {
  background-color: #003399;
  border-color: #003399;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #002377;
  border-color: #002377;
}

.webLogo{
  height: 60px;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(rgba(0, 51, 153, 0.8), rgba(0, 26, 102, 0.9)), 
              url('../img/background.jpg') center/cover no-repeat;
  padding: 5rem 0;
  position: relative;
}
 
.application-card {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
}

.btn-accent {
  background-color: #FFC72C;
  border-color: #FFC72C;
  color: #000;
  font-weight: 500;
}

.contact-form-container {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 2rem;
}

.btn-accent:hover,
.btn-accent:focus {
  background-color: #e6b327;
  border-color: #e6b327;
  color: #000;
}

.hero-section, .benefits-section, .cta-card {
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-content {
  position: relative;
  z-index: 2;
}

/* Golden Divider */
.golden-divider {
  width: 80px;
  height: 3px;
  background-color: #FFC72C;
  margin: 1rem auto;
}

/* Card Hover Effect */
.card-hover {
  transition: transform 0.3s, box-shadow 0.3s;
}

.card-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Benefits Section */
.benefits-section {
  background: linear-gradient(rgba(0, 51, 153, 0.9), rgba(0, 37, 95, 0.95)), 
              url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80') center/cover no-repeat fixed;
}

.benefit-card {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  transition: transform 0.3s, background-color 0.3s;
}

.benefit-card:hover {
  background-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

/* Testimonials */
.testimonial-card {
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 0.5rem;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* Accordion */
.accordion-item {
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}

.accordion-button {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  padding: 1.25rem;
  color: #003399;
}

.accordion-button:not(.collapsed) {
  color: #003399;
  background-color: rgba(0, 51, 153, 0.05);
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 51, 153, 0.2);
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23003399'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Call to Action */
.cta-card {
  background: linear-gradient(rgba(0, 51, 153, 0.85), rgba(0, 37, 95, 0.9)),
              url('https://images.unsplash.com/photo-1589391886645-d51941baf7fb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80') center/cover no-repeat;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 51, 153, 0.2);
}

.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Footer */
.footer-link {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-link:hover,
.footer-link:focus {
  color: #FFC72C;
  text-decoration: none;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
}

.social-link:hover,
.social-link:focus {
  background-color: #FFC72C;
  color: #000;
  text-decoration: none;
}

.modalBody{
  /*height: 400px;*/
  overflow: hidden;
  overflow-y: auto;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.75rem;
  }
  
  .hero-section {
    padding: 3rem 0;
  }
}



/* quickcontact */
.quickcontact {
  width: 45px;
  position: fixed;
  top: 77%;
  right: 15px;
  z-index: 102;
}

.quickcontact img{
    width:100%;
}