
  body{
     overflow-x: hidden !important;
}
  .offer{
    background-color:black;
    color:white;
    font-family: 'Josefin Sans', sans-serif;
        margin: auto;
    padding: 1px !important;
    text-align: center;
    letter-spacing: 1.2;
    font-size:10px;
}

.topbar-social-icons a {
  margin-left: 12px;
  color: #333;
  font-size: 16px;
  transition: color 0.3s ease;
}
.topbar-social-icons a:hover {
  color: #0073aa;
}


.topbar-language {
  margin-right: 20px;
}

.top-sub-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left:130px;
  margin-right:130px;
  padding: 8px 20px;
  font-size: 14px;
  font-family:  'Josefin Sans',  sans-serif;
}

.subnav-left span {
  color: #333;
  font-weight: 500;
}

.subnav-right {
  display: flex;
  align-items: center;
  gap: 15px;
}


.language-selector {
  padding: 4px 8px;
 border:none;
  border-radius: 4px;
  font-size: 13px;
}


.social-icons {
  display: flex;
  gap: 10px;
}

.social-icon i {
  
  border-radius:50%;
  font-size: 14px;
  transition: color 0.3s ease;
}

.social-icon:hover i {
  color: #0073aa;
}
.main-n{
    background:#fbf8f2 !important;
        margin-bottom: 20px;
}
.navbar {
  width: 100%;
  
 
  padding: 12px 0;
  background color:#fbf8f2;
    padding:10px;
}

.navbar-container {
  width: 84%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.navbar-logo a {
  font-size: 24px;
  text-decoration: none;
  color: #111;
  font-weight: bold;
}

.navbar-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.navbar-links li a {
  text-decoration: none;
  color: #111;
  font-size: 16px;
  padding: 8px 10px;
}

.navbar-links li a:hover {
  color: #007bff;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: white;
  min-width: 250px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 999;
  padding: 10px 0;
}

.dropdown-content li a {
  padding: 10px 20px;
  display: block;
  color: #111;
  list-style:none;
  text-decoration:none;
}

.dropdown-content li a:hover {
  background-color: #f5f5f5;
}


.user-dropdown .dropdown-content a.logout {
  color: #fff;
  background-color: #d9534f;
  padding: 8px 16px;
  margin: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}

.user-dropdown .dropdown-content a.logout:hover {
  background-color: #c9302c;
}

.navbar-icons {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 22px;
  position: relative;
}

.navbar-icons a {
  color: #333;
  text-decoration: none;
  position: relative;
}

.user-dropdown {
  position: relative;
}

.user-dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  min-width: 140px;
  z-index: 999;
  padding: 8px 0;
}

.user-dropdown .dropdown-content a {
  display: block;
  padding: 10px 16px;
  color: #333;
  font-size: 15px;
  white-space: nowrap;
}

.user-dropdown .dropdown-content a:hover {
  background-color: #f4f4f4;
}

.user-dropdown:hover .dropdown-content {
  display: block;
}


.navbar-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}


@media (max-width: 768px) {
  .navbar-links {
    display: none;
    width: 100%;
    flex-direction: column;
    margin-top: 15px;
  }

  .navbar-links.show {
    display: flex;
  }

  .navbar-icons {
    margin-top: 10px;
  }

  .navbar-toggle {
    display: block;
  }

  .dropdown-content {
    position: static;
    box-shadow: none;
  }
}

.custom-footer {
  background-color:#4e3433;
  padding-top:40px;
  margin-top:20px;
  
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  border-top: 1px solid #ddd;
  
}
.footer-inner {
 padding-left: 130px;
    padding-right: 130px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    font-family: 'Josefin Sans';
    color: gray;
    background-color: white;
    padding-top: 20px;
}
.footer-left p {
  margin: 0 0 8px;
  
  font-size:12px;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-links li a {
  color: gray;
  text-decoration: none;
  font-size:14px;
}
.footer-links li a:hover {
  text-decoration: underline;
}
.footer-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-right img {
  height: 24px;
}

.footer-top-wrapper {
  margin-left:130px;
  margin-right:130px;
 
  font-family:'Josefin Sans' 'Roboserif;
 
}

.footer-top-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-top-left {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-left-row1 {
  display: flex;
  gap: 30px;
}

.footer-left-box {
  flex: 1;
}

.footer-left-box h4 {
  font-size: 18px;
  color: white;
  margin-bottom: 10px;
  font-family:'Josefin Sans';
}

.footer-left-box p {
  font-size: 14px;
  color: #444;
   color: white;
    font-family:'Josefin Sans';
}

.footer-left-row2 {
  font-size: 14px;
  color: #0073aa;
}

.footer-left-row2 a {
  color: #0073aa;
  text-decoration: none;
}

.footer-left-row2 a:hover {
  text-decoration: underline;
}

.footer-top-right {
  flex: 1 1 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-top-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.footer-top-wrapper {
  font-family: 'Josefin Sans', sans-serif;
}

.footer-top-right-updated {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-subscribe-heading {
  font-size: 22px;
    font-weight: 100;
    color: white;
    font-family: 'Josefin Sans';
    margin-bottom:2px;
}

.footer-subscribe-text {
  font-size: 14px;
  color: white;
  margin: 0;
}
.footer-subscribe-form input[type="email"] {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 2px;
}
.footer-subscribe-form button {
    width: 100%;
    padding: 12px;
    background-color: #88281f;
    color: white;
    border: none;
    cursor: pointer;
}


.footer-social-icons {
  display: flex;
  ;
  margin-top: 10px;
}

.footer-social-icons .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
 color:white;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 25px;
  transition: background 0.3s;
}

.footer-social-icons .social-icon:hover {
  background-color: #e60023;
}


.icon-link {
  margin-left: 10px;
  color: #002c5b;
  font-weight: 500;
  text-decoration: none;
   font-family: 'Josefin Sans', sans-serif;
}

.icon-link:hover {
  color: #e60023;
}


.custom-footer p a {
    color: inherit;
    text-decoration: none;
}

    body {
      font-family: 'Jost', sans-serif;
      margin: 0;
      padding: 0;
      background: #f8f8f8;
      color: #222;
    }

    .container {
      display: flex;
      max-width: 1200px;
      margin: 40px auto;
      background: #fff;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
      border-radius: 10px;
    }

    .sidebar {
      width: 18%;
      background: #5c0122;
      color: white;
      padding: 20px;
      border-radius: 10px 0 0 10px;
    }

    .sidebar h3 {
      font-size: 20px;
      margin-bottom: 20px;
    }

    .sidebar ul {
      list-style: none;
      padding: 0;
    }

    .sidebar ul li {
      padding: 12px;
      cursor: pointer;
      border-left: 4px solid transparent;
      transition: all 0.3s ease;
    }

    .sidebar ul li:hover,
    .sidebar ul li.active {
      background: #FDB23E;
      color: #000;
      border-left: 4px solid #fff;
    }

    .content {
      width: 78%;
      padding: 30px;
      border-radius: 0 10px 10px 0;
    }

    .section {
      display: none;
    }

    .section.active {
      display: block;
      animation: fadeIn 0.4s ease-in-out;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .faq-item {
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 6px;
      overflow: hidden;
    }

    .faq-question {
      padding: 15px;
      background-color: #eee;
      cursor: pointer;
      font-weight: 600;
    }

    .faq-answer {
      display: none;
      padding: 15px;
      background-color: #fafafa;
      border-top: 1px solid #ccc;
    }

    .faq-item.active .faq-answer {
      display: block;
    }
    
    
    #benefits h2 {
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 32px;
  margin-bottom: 30px;
  text-decoration: underline;
  color: #5c0122;
}

.benefits-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.benefit-card {
  flex: 1 1 calc(13.333% - 20px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
  transition: 0.4s ease;
  border: 1px solid #eee;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.benefit-card img {
  width: 50px;
  height: 50px;
  margin: 0 auto 12px auto; /* Center horizontally + spacing below */
  display: block;
  transition: transform 0.3s ease;
}


.benefit-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.benefit-card p {
  font-size: 15px;
  color: #555;
  margin: 0;
}

.benefit-card:hover {
  background: linear-gradient(135deg, #ffe7d0, #fff4eb);
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.benefit-card:hover img {
  transform: scale(1.1);
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .benefit-card {
    flex: 1 1 100%;
  }
}
.how-heading {
  text-align: center;
  font-size: 32px;
  color: #5c0122;
  text-decoration: underline;
  margin-bottom: 10px;
}

.how-subtext {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
  color: #444;
}

.how-steps {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}

.how-steps::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, #fdb23e 0%, #5c0122 100%);
  z-index: 0;
}

.how-card {
  width: 24%;
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.how-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.how-card-top {
  background: linear-gradient(135deg, #5c0122, #fdb23e);
  padding: 20px;
  text-align: center;
  color: white;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.how-card-top img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.how-card-top h3 {
  font-size: 14px;
  margin: 0;
}

.how-card-bottom {
  padding: 20px;
  background: #fff4eb;
  min-height: 130px;
  color: #333;
}

.how-footer {
  margin-top: 50px;
  text-align: center;
  padding: 25px;
  background: linear-gradient(135deg, #fdb23e, #ffefc2);
  border-radius: 12px;
  color: #5c0122;
  font-size: 24px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.4s ease;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.how-footer:hover {
  background: linear-gradient(135deg, #ffe2b4, #fdb23e);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.faq-heading {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  color: #5c0122;
  text-decoration: underline;
}

.faq-category {
  margin-bottom: 40px;
}

.faq-category h3 {
  font-size: 24px;
  margin-bottom: 16px;
  color: #333;
  border-left: 4px solid #FDB23E;
  padding-left: 10px;
}

.faq-item {
  margin-bottom: 12px;
  border-left: 4px solid #ddd;
  padding-left: 12px;
  overflow: hidden;
}

.faq-item .faq-question {
  padding: 12px;
  cursor: pointer;
  background: #f7f7f7;
  border-radius: 4px;
  position: relative;
  font-weight: 500;
  transition: background 0.3s;
}

.faq-item .faq-question:hover {
  background: #f0f0f0;
}

.faq-item .faq-question::after {
  content: '+';
  position: absolute;
  right: 16px;
  color: #5c0122;
  font-size: 20px;
}

.faq-item.active .faq-question::after {
  content: '−';
}

.faq-item .faq-answer {
  display: none;
  padding: 12px 12px 12px 20px;
  background: #ffffff;
  border-radius: 0 4px 4px 0;
  margin-top: 4px;
  color: #444;
}

.faq-item.active .faq-answer {
  display: block;
}

/* Two-column layout for larger screens */
@media (min-width: 800px) {
  .faq-category {
    display: flex;
    gap: 40px;
  }

  .faq-category:nth-child(1) { width: 100%; } /* Overview full width */
  .faq-category:nth-child(2),
  .faq-category:nth-child(3) {
    width: calc(50% - 20px);
  }
}
#faq h2 {
  font-size: 32px;
  color: #5c0122;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: underline;
}

.faq-overview {
  font-size: 20px;
  color: #333;
  margin: 30px 0 10px;
  padding-left: 8px;
  position: relative;
}

.faq-overview::before {
  content: '';
  width: 4px;
  height: 24px;
  background-color: #fdb23e;
  position: absolute;
  left: 0;
  top: 2px;
}

.faq-group {
  margin-bottom: 20px;
  border-left: 4px solid #5c0122;
  padding-left: 16px;
}

.faq-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin: 12px 0;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.faq-question {
  padding: 16px 20px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.faq-question::after {
  content: '+';
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 16px 20px;
  background: #fffbea;
  color: #333;
  font-size: 16px;
}

.faq-item.active .faq-answer {
  display: block;
}
    .dropdown-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-content li {
  position: relative;
}

.dropdown-content li a {
  padding: 10px 20px;
  display: block;
  color: #111;
  text-decoration: none;
}

.dropdown-content li a:hover {
  background-color: #f5f5f5;
}

.arrow {
      color: #182bcf;
    font-size: 35px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: white;
  min-width: 200px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 999;
}

.sub-menu.show {
  display: block !important;
}

.active-category > a {
  border-left: 4px solid #2563eb;
  background-color: #f0f8ff;
}
  .letter-cycle .letter {
  display: inline-block;
  animation: colorFade 3s infinite;
  font-weight: bold;
}

@keyframes colorFade {
  0%   { color: #ff4d4d; }   
  33%  { color: #fdb23e; }   
  66%  { color: #008000; }   
  100% { color: #ff4d4d; }
}
form{
        background-color: #fffaf0;
    padding: 20px;
    border: 1px solid #e6caa6;
    border-radius: 8px;
    max-width: 1000px;
    margin: auto;
}