body {
  font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
}

.top-bar {
  background: #1976D2;
  color: white;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #1565C0;
}

.top-bar-left span,
.top-bar-right span {
  color: white;
  font-weight: 500;
}

.top-bar-left i,
.top-bar-right i {
  color: #90CAF9;
}

.top-bar .container {
  max-width: 1200px;
}

@media (max-width: 768px) {
  .top-bar-left,
  .top-bar-right {
    text-align: center !important;
    margin-bottom: 5px;
  }
  
  .top-bar .col-md-6:first-child {
    margin-bottom: 10px;
  }
}

/* Header and Navigation Responsive Styles */
.navbar-brand img {
  height: 50px;
  max-width: 100%;
}

.logo-img {
  height: 300px;
  max-width: 100%;
  transition: all 0.3s ease;
}

/* Ensure navbar toggle is always visible on mobile */
.navbar-toggler {
  display: block !important;
  z-index: 1000;
  position: relative;
}

/* Mobile Navigation Styles */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: white;
    padding: 20px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
  }
  
  .navbar-collapse.show {
    display: block !important;
  }
  
  .navbar-nav .nav-link {
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  
  .navbar-nav .nav-link:hover {
    background: #f8f9fa;
    color: #1976D2;
  }
  
  .navbar-toggler {
    border: none;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 118, 210, 0.25);
  }
  
  .navbar-toggler:hover {
    background: #f8f9fa;
  }
}

@media (min-width: 992px) {
  .navbar-toggler {
    display: none !important;
  }
}

/* Enhanced Top Bar Responsiveness */
@media (max-width: 767.98px) {
  .top-bar {
    padding: 15px 0;
  }
  
  .top-bar-left {
    text-align: center;
  }
  
  .top-bar-left .d-md-none div {
    font-size: 13px;
    padding: 5px 0;
  }
  
  .top-bar-left .d-md-none i {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand {
    font-size: 18px;
  }
  
  .logo-img {
    height: 25px;
  }
  
  .top-bar-left .d-md-none div {
    font-size: 12px;
  }
}

.hero {
  padding: 80px 0;
  background-image: url('assets/images/asset66.jpeg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 1);
  min-height: 70vh;
  
}

.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}

.hero .container {
  max-width: 1200px;
  position: relative;
  z-index: 2;
}

.hero-left h1,
.hero-left p {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-left h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
}

.hero-left p {
  color: #E3F2FD;
}

.hero-left .input-group {
  max-width: 500px;
  margin: 50px 0;
}

.hero-input-container {
  max-width: 500px;
}

.hero-input {
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #333;
  font-size: 16px;
  padding: 15px 20px;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 0 !important;
  height: 55px;
  min-width: 300px;
}

.hero-input:focus {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(255, 255, 255, 0.8);
  border-radius: 0% !important;
  height: 50px;
}

.hero-input::placeholder {
  color: #666;
  font-weight: 400;
}

.hero-btn {
  background: linear-gradient(135deg, #1976D2, #1565C0);
  border: none;
  color: white;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 55px;
}

.hero-btn:hover {
  background: linear-gradient(135deg, #1565C0, #0D47A1);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(25, 118, 210, 0.4);
}

.hero-btn:active {
  transform: translateY(0);
}

.hero-input-container .input-group {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
}

.why-work-section {
  background: #E3F2FD;
  padding: 80px 0;
}

.why-work-section h2 {
  color: #1976D2;
  font-weight: 600;
}

.nav-tabs-container .nav-tabs {
  border-bottom: 2px solid #BBDEFB;
}

.nav-tabs-container .nav-link {
  border: none;
  background: transparent;
  color: #1976D2;
  font-weight: 600;
  padding: 15px 30px;
  margin: 0 10px;
  border-radius: 0;
  position: relative;
}

.nav-tabs-container .nav-link.active {
  color: #1976D2;
  background: transparent;
  border-bottom: 3px solid #1976D2;
}

.nav-tabs-container .nav-link:hover {
  border-color: transparent;
  color: #1565C0;
}

.benefits-list {
  padding-right: 30px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 20px;
}

.benefit-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: #1976D2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
}

.benefit-content h5 {
  color: #1976D2;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}

.benefit-content p {
  color: #424242;
  line-height: 1.6;
  margin: 0;
}

.family-image img {
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.family-image img:hover {
  transform: translateY(-5px);
}

.trust-logos img {
  max-height: 40px;
  margin: 10px 20px;
  opacity: 0.8;
}

.info-section {
  padding: 60px 0;
}

.info-section .card {
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.info-section .card:hover {
  transform: translateY(-5px);
}

.info-section .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.info-section .card h5 {
  flex-shrink: 0;
  margin-bottom: 1rem;
}

.info-section .card p {
  flex: 1;
  margin-bottom: 0;
}

.info-section .icon svg {
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.steps-section {
  background: #f8f9fa;
  padding: 60px 0;
}

.timeline-container {
  position: relative;
  padding: 40px 0;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #e0e0e0;
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-step {
  position: relative;
  margin-bottom: 80px;
  z-index: 2;
}

.step-number {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #1976D2;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 3;
  box-shadow: 0 4px 15px rgba(25, 118, 210, 0.3);
}

.laptop-form {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.laptop-screen {
  background: white;
  border-radius: 10px;
  padding: 20px;
  border: 2px solid #e0e0e0;
}

.form-header h5 {
  color: #1976D2;
  margin-bottom: 10px;
}

.form-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 20px;
}

.form-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.form-option:hover {
  background: #f0f8ff;
  border-color: #1976D2;
}

.form-option i {
  color: #1976D2;
  font-size: 18px;
}

.split-images {
  display: flex;
  gap: 10px;
}

.split-image {
  flex: 1;
  position: relative;
}

.split-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.logo-overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(25, 118, 210, 0.9);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
}

.agent-cards {
  position: relative;
  padding-left: 30px;
}

.checkmark-icon {
  position: absolute;
  top: -10px;
  left: 0;
  background: #1976D2;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  z-index: 3;
}

.agent-card {
  background: white;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: 15px;
}

.agent-card.main {
  z-index: 2;
  position: relative;
}

.agent-card.overlap {
  margin-left: 20px;
  opacity: 0.8;
  transform: scale(0.95);
}

.agent-info {
  flex: 1;
}

.agent-info strong {
  color: #1976D2;
  font-size: 18px;
}

.company {
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
}

.stars {
  color: #1976D2;
  font-size: 16px;
  margin-bottom: 5px;
}

.details {
  color: #666;
  font-size: 12px;
  margin-bottom: 2px;
}

.cta-section {
  padding: 50px 0;
  text-align: center;
}

.agent-card img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}

/* Responsive adjustments for timeline step numbers */
@media (max-width: 768px) {
  .timeline-step .step-number {
    width: 50px;
    height: 50px;
    font-size: 14px;
    letter-spacing: 0.3px;
  }
}

@media (max-width: 575.98px) {
  .timeline-step .step-number {
    width: 45px;
    height: 45px;
    font-size: 12px;
    letter-spacing: 0.2px;
  }
}

/* Submit Page Styles */
.submit-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  min-height: 100vh;
}

.submit-container {
  background: white;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

/* Progress Bar Styles */
.progress-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

/* Hide progress bar on mobile */
@media (max-width: 768px) {
  .progress-container {
    display: none;
  }
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.progress-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  background: #e9ecef;
  transition: all 0.3s ease;
}

.progress-step.completed .progress-icon {
  background: #28a745;
}

.progress-step.active .progress-icon {
  background: #1976D2;
}

.progress-line {
  width: 80px;
  height: 3px;
  background: #e9ecef;
  margin: 0 20px;
}

.progress-step span {
  font-size: 14px;
  font-weight: 500;
  color: #6c757d;
  text-align: center;
}

.progress-step.completed span,
.progress-step.active span {
  color: #1976D2;
}

/* Form Header */
.form-header h1 {
  color: #1976D2;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-header p {
  font-size: 18px;
  color: #6c757d;
}

/* Form Styles */
.address-form {
  max-width: 100%;
}

.form-label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 8px;
}

.form-control,
.form-select {
  border: 2px solid #e9ecef;
  border-radius: 0;
  padding: 15px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
  border-color: #1976D2;
  box-shadow: 0 0 0 0.2rem rgba(25, 118, 210, 0.25);
}

.input-group-text {
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-right: none;
  color: #6c757d;
}

.input-group .form-control {
  border-left: none;
}

/* Submit Button */
.submit-btn {
  background: linear-gradient(135deg, #1976D2, #1565C0);
  border: none;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  transition: all 0.3s ease;
  min-width: 300px;
}

.submit-btn:hover {
  background: linear-gradient(135deg, #1565C0, #0D47A1);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(25, 118, 210, 0.3);
}

/* Trust Indicators */
.trust-indicators {
  border-top: 1px solid #e9ecef;
  padding-top: 40px;
}

.trust-item {
  padding: 20px;
}

.trust-item i {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.trust-item h6 {
  color: #1976D2;
  font-weight: 600;
  margin-bottom: 10px;
}

.trust-item p {
  color: #6c757d;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .submit-container {
    padding: 30px 20px;
  }
  
  .progress-container {
    flex-direction: column;
    gap: 20px;
  }
  
  .progress-line {
    width: 3px;
    height: 40px;
    margin: 0;
  }
  
  .submit-btn {
    min-width: 100%;
  }
  
     .trust-indicators .row {
     gap: 20px;
   }
 }

/* Thank You Page Styles */
.thank-you-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  min-height: 100vh;
}

.thank-you-container {
  background: white;
  padding: 60px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.success-icon {
  font-size: 5rem;
  color: #28a745;
  animation: bounceIn 0.8s ease-out;
}

.thank-you-content h1 {
  color: #1976D2;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 3rem;
}

.thank-you-content .lead {
  font-size: 1.5rem;
  color: #495057;
  margin-bottom: 15px;
}

.next-steps h3 {
  color: #1976D2;
  font-weight: 600;
  margin-bottom: 30px;
}

.step-card {
  padding: 25px;
  background: #f8f9fa;
  border-radius: 15px;
  border-left: 4px solid #1976D2;
  transition: all 0.3s ease;
  height: 100%;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(25, 118, 210, 0.15);
}

.step-card .step-icon {
  width: 60px;
  height: 60px;
  background: #1976D2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  margin: 0 auto 20px;
}

.step-card h5 {
  color: #1976D2;
  font-weight: 600;
  margin-bottom: 15px;
}

.step-card p {
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
}

.contact-info {
  background: #E3F2FD;
  padding: 40px;
  border-radius: 15px;
  border: 2px solid #BBDEFB;
}

.contact-info h4 {
  color: #1976D2;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-info p {
  color: #495057;
  font-size: 1.1rem;
  margin-bottom: 25px;
}

.contact-buttons .btn {
  padding: 15px 30px;
  font-weight: 600;
  border-radius: 0;
  transition: all 0.3s ease;
}

.contact-buttons .btn:hover {
  transform: translateY(-2px);
}

.return-home .btn {
  padding: 12px 25px;
  border-radius: 0;
  transition: all 0.3s ease;
}

.return-home .btn:hover {
  transform: translateX(-5px);
}

/* Animation for success icon */
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Responsive adjustments for thank you page */
@media (max-width: 768px) {
  .thank-you-container {
    padding: 40px 20px;
  }
  
  .thank-you-content h1 {
    font-size: 2.5rem;
  }
  
  .contact-buttons {
    flex-direction: column;
    gap: 15px;
  }
  
  .contact-buttons .btn {
    width: 100%;
    margin: 0 !important;
  }
  
  .step-card {
    margin-bottom: 20px;
  }
}

/* Form Validation Styles */
.form-control.is-invalid,
.form-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='m5.8 4.6 2.4 2.4m0-2.4L5.8 7'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus,
.form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.form-check-input.is-invalid {
  border-color: #dc3545;
}

.form-check-input.is-invalid:checked {
  background-color: #dc3545;
  border-color: #dc3545;
}

.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* Alert Styles */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeaa7;
}


/* End Form Validation Styles */

/* FAQ Section Styles */
.faq-section {
  padding: 80px 0;
  background: white !important;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: white;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background: #f8f9fa;
}

.faq-question h4 {
  margin: 0;
  color: #1976D2;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}

.faq-toggle {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1976D2;
  font-size: 18px;
  transition: all 0.3s ease;
}

.faq-toggle i {
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle i {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer p {
  padding: 0 30px 25px;
  margin: 0;
  color: #495057;
  line-height: 1.6;
  font-size: 16px;
}

.faq-answer p:not(:last-child) {
  margin-bottom: 15px;
}

/* Responsive FAQ adjustments */
@media (max-width: 768px) {
  .faq-section {
    padding: 60px 0;
  }
  
  .faq-question {
    padding: 20px 25px;
  }
  
  .faq-question h4 {
    font-size: 16px;
  }
  
  .faq-answer p {
    padding: 0 25px 20px;
    font-size: 15px;
  }
}

@media (max-width: 575.98px) {
  .faq-question {
    padding: 18px 20px;
  }
  
  .faq-question h4 {
    font-size: 15px;
  }
  
  .faq-answer p {
    padding: 0 20px 18px;
    font-size: 14px;
  }
}

/* Footer Styles */
.footer {
  background: linear-gradient(135deg, #1976D2, #1565C0);
  color: white;
  padding: 60px 0 30px;
  margin-top: 80px;
  
}

.footer h5,
.footer h6 {
  color: white;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer p {
  color: #E3F2FD;
  line-height: 1.6;
}

.footer .text-light {
  color: #E3F2FD !important;
}

.footer ul li a {
  transition: all 0.3s ease;
}

.footer ul li a:hover {
  color: white !important;
  text-decoration: underline !important;
}

.social-links {
  margin-top: 20px;
}

.social-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-link:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  transform: translateY(-2px);
}

.contact-info p {
  margin-bottom: 10px;
}

.contact-info i {
  color: #90CAF9;
}

.btn-outline-light {
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.btn-outline-light:hover {
  background: white;
  color: #1976D2;
  border-color: white;
  transform: translateY(-2px);
}

.footer .border-top {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.footer .list-inline-item a {
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer .list-inline-item a:hover {
  color: white !important;
}

/* Responsive Footer adjustments */
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 20px;
    margin-top: 60px;
  }
  
  .footer .text-md-end {
    text-align: center !important;
    margin-top: 20px;
  }
  
  .social-links {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .footer {
    padding: 30px 0 15px;
  }
  
  .footer h5 {
    font-size: 20px;
  }
  
  .footer h6 {
    font-size: 16px;
  }
}
