
body{
     overflow-x: hidden !important;
}
    .about-section {
      max-width: 1000px;
      margin: 50px auto;
      background: #ffffff;
      padding: 40px 50px;
      border-radius: 10px;
      border-left: 8px solid #FDB23E;
      border-right: 8px solid #FDB23E;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .about-section h2 {
      text-align: center;
      font-size: 36px;
      color: #5c0122;
      margin-bottom: 25px;
      font-weight: 700;
    }

    .about-section p {
      font-size: 18px;
      line-height: 1.8;
      color: #333333;
      margin-bottom: 20px;
    }

    .highlight {
      color: #d35400;
      font-weight: 600;
    }

    @media (max-width: 768px) {
      .about-section {
        padding: 25px 20px;
      }

      .about-section h2 {
        font-size: 28px;
      }

      .about-section p {
        font-size: 16px;
      }
    }
    
      body{
      font-family: 'Josefin Sans', sans-serif;
  }
  .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;
}
    .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;
}
.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;
}
.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;
}