/*

Tooplate 2114 Pixie

https://www.tooplate.com/view/2114-pixie

*/
html{
    overflow-x: hidden;

  }
  body {
    font-family: "Roboto", sans-serif;
    transition: all 0.5s;
  }
  p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 24px;
  }
  a {
    text-decoration: none !important;
  }

  .copyright-text {
    text-transform: uppercase;
  }

  .main-button a {
    background-color: #010149;
    border-radius: 5px;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.4px;
    text-decoration: none;
    transition: all 0.5s;
  }
  .main-button a:hover {
    opacity: 0.7;
  }
  .section-heading {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .section-heading .line-dec {
    width: 30px;
    height: 5px;
    background-color: #010149;
  }
  .section-heading h1 {
    font-size: 22px;
    font-weight: 700;
    color: #1e1e1e;
    margin-top: 15px;
  }

  /* Pre Header Style */
  #pre-header {
    background-color: #010149;
    text-align: center;
  }
  #pre-header span {
    color: #fff;
    font-size: 15px;
    padding: 10px 0px;
    display: inline-block;
  }

  /* Header Style */
  .navbar .navbar-brand {
    text-align: center;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .navbar .navbar-brand img {
    max-width: 200px;
  }
  .bg-dark {
    background-color: #fff !important;
    border-bottom: 1px solid #eee;
  }
  #navbarResponsive {
    z-index: 999;
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
  }
  .navbar-dark .navbar-nav .nav-item {
    margin: 0px 15px;
  }
  .navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #1e1e1e;
    transition: all 0.5s;
  }
  .navbar-dark .navbar-nav .nav-link:hover,
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link {
    color: #010149;
  }
  .navbar:after {
    /* width: 100%;
    height: 1px;
    background-color: #eee;
    content: none;
    position: absolute;
    left: 0;
    bottom: -52px; */
  }
  .navbar-dark .navbar-toggler-icon {
    background-image: none;
  }
  .navbar-dark .navbar-toggler {
    border-color: #010149;
    background-color: #010149;
    height: 50px;
    outline: none;
  }
  .navbar-dark .navbar-toggler-icon:after {
    content: "\f0c9";
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-family: "FontAwesome";
  }
  /* Banner Style */
  .banner {
    /* margin-top: 50px; */
    background-image: url(../images/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 18% 0;
    background-position: top center;
  }
  .banner .caption {
    background-color: rgba(250, 250, 250, 0.9);
    padding: 30px;
    max-width: 450px;
  }
  .banner .caption h2 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #1e1e1e;
  }
  .banner .caption .line-dec {
    width: 30px;
    height: 5px;
    background-color: #010149;
  }
  .banner .caption p {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  /* Featured Style */
  .Catalogue {
    margin-bottom: 100px;
  }
  .catalogue_name {
    font-size: 12px;
    letter-spacing: 1px;
    color: #b7b7b7;
  }
  .featured-catalogue {
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    margin-bottom: 40px;
  }
  .featured-catalogue:hover .featured-catalogue-content {
    transition: 0.3s;
    transform: translateY(0);
  }
  .featured-catalogue img {
    width: auto;
    height: 100%;
  }
  .featured-catalogue-content {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translateY(100%);
    position: absolute;
    transition: 0.3s;
    color: #fff;
  }
  .catalogue-btn.primary {
    background-color: #010149;
    border-radius: 5px;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.4px;
    text-decoration: none;
    transition: all 0.5s;
    margin: 5px 20px;
    cursor: pointer;
  }
  .catalogue-btn.secondary {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    display: inline-block;
    color: #010149 !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.4px;
    text-decoration: none;
    transition: all 0.5s;
    margin: 5px 20px;
    cursor: pointer;
  }
  .featured-items {
    margin-bottom: 70px;
  }
  .featured-item {
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 20px;
    transition: all 0.5s;
  }
  .featured-item:hover {
    opacity: 0.9;
  }
  .featured-item img {
    width: 100%;
  }
  .featured-item h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1e1e1e;
    margin-top: 15px;
    transition: all 0.5s;
  }
  .featured-item:hover h4 {
    color: #010149;
  }
  .featured-item h6 {
    color: #010149;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
  }
  .owl-theme .owl-dots {
    text-align: center;
    margin-top: 30px;
  }
  .owl-theme .owl-dots .owl-dot {
    outline: none;
  }
  .owl-theme .owl-dots .active span {
    background-color: #010149 !important;
  }
  .owl-theme .owl-dots .owl-dot span {
    background-color: #aaa;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0px 5px;
    outline: none;
  }

  /* Subscribe Style */
  .subscribe-form {
    background-color: #010149;
    padding: 80px 0px;
    text-align: center;
  }
  .subscribe-form .section-heading {
    margin-top: 0px;
  }
  .subscribe-form .section-heading h1 {
    color: #fff;
  }
  .subscribe-form .section-heading .line-dec {
    background-color: #fff;
    margin: 0 auto;
  }
  .subscribe-form .main-content p {
    font-size: 17px;
    color: #fff;
    margin-bottom: 30px;
  }
  .subscribe-form .main-content form {
    color: #fff;
    display: inline;
  }
  .subscribe-form .main-content form input {
    display: inline;
  }
  .subscribe-form .main-content form input {
    width: 100%;
    height: 46px;
    border: 1px solid #fff;
    background-color: transparent;
    padding-left: 15px;
    color: #fff;
    outline: none;
  }
  .subscribe-form .main-content form button:focus {
    color: #fff !important;
  }
  .subscribe-form .main-content form button {
    width: 100%;
    height: 45px;
    cursor: pointer;
    background-color: #fff;
    outline: none;
    border-radius: 5px;
    padding: 10px 15px;
    display: inline-block;
    color: #010149;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.4px;
    text-decoration: none;
    transition: all 0.5s;
    box-shadow: none;
    border: none;
  }

  /* Footer Style */
  .footer {
    text-align: center;
  }
  .footer ul {
    padding: 0px;
    margin: 0px;
  }
  .footer ul li {
    list-style: none;
    display: inline-block;
  }
  .footer .logo img {
    max-width: 200px;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .footer .footer-menu {
    margin-bottom: 40px;
  }
  .footer .footer-menu ul li {
    margin: 0px 15px;
  }
  .footer .footer-menu a {
    font-size: 13px;
    color: #7a7a7a;
    text-transform: uppercase;
    transition: all 0.5s;
  }
  .footer .footer-menu a:hover {
    color: #010149;
    text-decoration: none;
  }
  .footer .social-icons {
    margin-bottom: 60px;
  }
  .footer .social-icons ul li {
    margin: 0px 10px;
  }
  .footer .social-icons a {
    width: 32px;
    height: 32px;
    color: #fff;
    background-color: #aaa;
    text-align: center;
    display: inline-block;
    line-height: 33px;
    border-radius: 50%;
    font-size: 13px;
    transition: all 0.5s;
  }
  .footer .social-icons a:hover {
    background-color: #010149;
  }

  /* Sub Footer Style */
  .sub-footer {
    border-top: 1px solid #eee;
    text-align: center;
  }
  .sub-footer p {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 60px;
  }
  .sub-footer a {
    color: #010149;
    text-decoration: none;
  }

  /* Featured Page Style */
  .featured-page {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .featured-page .section-heading {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .featured-page #filters {
    margin-top: 15px;
    text-align: right;
  }
  .featured .featured-item {
    margin-bottom: 30px;
    text-decoration: none;
  }
  .featured .featured-item h4 {
    transition: all 0.5s;
  }
  .featured .featured-item:hover h4 {
    color: #010149;
  }
  #filter button {
    outline: none;
  }
  #filter .btn-primary.focus,
  .btn-primary:focus {
    color: #010149 !important;
    box-shadow: none !important;
  }
  #filters .btn-primary {
    color: #1e1e1e;
    border: none;
    font-size: 15px;
    font-weight: 700;
    background-color: transparent;
  }
  /* Isotope Transitions
  ------------------------------- */
  .isotope,
  .isotope .item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
  }

  .isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
  }

  .isotope .item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
  }

  .page-navigation ul {
    text-align: center;
    border-top: 1px solid #eee;
    padding: 30px 0px 0px 0px;
    margin: 0px 0px 80px 0px;
  }
  .page-navigation ul li {
    display: inline-block;
  }
  .page-navigation ul li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border: 1px solid #eee;
    border-radius: 5px;
    font-weight: 700;
    color: #1e1e1e;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.5s;
  }
  .page-navigation ul li a:hover,
  .page-navigation ul li.current-page a {
    background-color: #010149;
    border-color: #010149;
    color: #fff;
  }

  /* Single Product Style */
  .single-product .product-slider {
    padding: 20px;
    border: 1px solid #eee !important;
    border-radius: 5px;
  }
  .flexslider {
    border: none !important;
  }
  #carousel {
    margin-top: 20px;
  }
  #carousel .slides li {
    width: 150px !important;
  }
  .single-product .right-content h4 {
    font-size: 17px;
    font-weight: 700;
    margin-top: 0px;
  }
  .single-product .right-content h6 {
    color: #010149;
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
  }
  .single-product .right-content p {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .single-product .right-content span {
    font-size: 14px;
    color: #010149;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
  }
  .single-product .right-content label {
    font-size: 14px;
    color: #4a4a4a;
  }
  .single-product .right-content .quantity-text {
    margin-left: 10px;
    width: 44px;
    height: 44px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 700;
    color: #4a4a4a;
    display: inline-block;
    text-align: center;
    outline: none;
    border: 1px solid #eee;
  }
  .single-product .right-content .button {
    margin-left: 15px;
    cursor: pointer;
    background-color: #010149;
    outline: none;
    border-radius: 5px;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.4px;
    text-decoration: none;
    transition: all 0.5s;
    box-shadow: none;
    border: none;
  }
  .single-product .right-content .down-content span {
    margin-bottom: 0px;
    display: inline-block;
    margin-left: 8px;
    color: #aaa;
  }
  .single-product .right-content .down-content span a {
    color: #aaa;
    font-weight: 400;
    margin-left: 4px;
    transition: all 0.5s;
  }
  .single-product .right-content .down-content span a:hover {
    color: #010149;
  }
  .single-product .right-content .down-content span a:hover i {
    background-color: #010149;
  }
  .single-product .right-content .down-content span a i {
    transition: all 0.5s;
    background-color: #aaa;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
  }
  .single-product .right-content .down-content .categories {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding: 10px 0px;
  }
  .single-product .right-content .down-content .share {
    border-top: 1px solid #eee;
    padding: 10px 0px;
  }
  .single-product .right-content .down-content h6 {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 400;
  }

  /* About Us Style */
  .about-page {
    margin-top: 0px;
    margin-bottom: 80px;
  }
  .about-page .right-content h4 {
    font-size: 17px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .about-page .left-image img {
    max-width: 100%;
  }
  .about-page .right-content span {
    display: inline-block;
    margin-left: 8px;
  }
  .about-page .right-content span a i {
    transition: all 0.5s;
    background-color: #aaa;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
  }
  .about-page .right-content .share {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding: 15px 0px;
  }
  .about-page .right-content h6 {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 400;
  }
  .about-page .right-content span a:hover i {
    background-color: #010149;
  }

  /* Contact Page Style */
  .contact-page {
    margin-top: 0px;
    margin-bottom: 80px;
  }
  form input,
  form textarea {
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    margin-bottom: 20px;
  }
  form input {
    height: 44px;
    line-height: 44px;
  }
  form textarea {
    height: 200px;
    max-height: 280px;
  }
  .contact-page .right-content span {
    display: inline-block;
    margin-left: 8px;
  }
  .contact-page .right-content span a i {
    transition: all 0.5s;
    background-color: #aaa;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
  }
  .contact-page .right-content .share {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding: 15px 0px;
  }
  .contact-page .right-content h6 {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 400;
  }
  .contact-page .right-content span a:hover i {
    background-color: #010149;
  }
  .contact-page .right-content .button,
  form .button {
    cursor: pointer;
    background-color: #010149;
    outline: none;
    border-radius: 5px;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.4px;
    text-decoration: none;
    transition: all 0.5s;
    box-shadow: none;
    border: none;
  }
  form .checkboxes input {
    position: relative;
    height: fit-content;
    margin: 0;
    margin-left: 30px;
  }
  form .checkboxes {
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin-bottom: 20px;
  }
  form .terms_conditions {
    font-size: 14px;
  }
  form .terms_conditions li {
    font-size: 12px;
  }
  form h6 {
    font-size: 16px;
    font-weight: bold;
  }
  form .checkboxes label {
    margin-left: 5px;
    color: #757577;
  }

  /* Responsive Style */
  @media (max-width: 991px) {
    .banner {
      border-top: none;
      margin-top: 0px;
    }
    .navbar .navbar-brand {
      width: auto;
    }
    .navbar:after {
      display: none;
    }
    #navbarResponsive {
      z-index: 99999;
      position: absolute;
      top: 96px;
      width: 100%;
      text-align: center;
      background-color: rgba(250, 250, 250, 0.95);
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    }
    .navbar-dark .navbar-nav .nav-item {
      border-bottom: 1px solid #eee;
    }
    .navbar-dark .navbar-nav .nav-item:last-child {
      border-bottom: none;
    }
    .navbar-dark .navbar-nav .nav-link {
      padding: 15px 0px;
    }
    .featured-page #filters {
      text-align: right;
    }
    .single-product .right-content {
      margin-top: 30px;
    }
    .about-page .right-content {
      margin-top: 30px;
    }
    .contact-page .right-content {
      margin-top: 30px;
    }
    .contact-page .right-content .col-md-6,
    .contact-page .right-content .col-md-12 {
      padding: 0px;
    }
    .featured-page {
      margin-top: 80px;
    }
    .about-page,
    .contact-page {
      margin-top: 0px;
    }
  }

  @media (max-width: 767px) {
    .subscribe-form .main-content form input.button {
      margin-top: 20px;
    }
    .featured-page #filters {
      margin-top: 15px;
      text-align: left;
    }
    .main-header-bar .container {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
    }
    .main-nav {
      display: none;
      position: absolute;
      top: 60px;
      right: 0;
      background: #fff;
      width: 100%;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      z-index: 1001;
    }
    .main-nav.open {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }
    .main-nav ul {
      flex-direction: column;
      width: 100%;
      gap: 0;
    }
    .main-nav li {
      width: 100%;
      text-align: right;
      border-bottom: 1px solid #eee;
    }
    .main-nav a {
      display: block;
      padding: 16px 24px;
      font-size: 18px;
    }
    .header-search {
      display: none;
    }
    .mobile-menu-toggle {
      display: block;
      font-size: 28px;
      color: #e57373;
      background: none;
      border: none;
      cursor: pointer;
      margin-left: 10px;
    }
  }
  @media (min-width: 768px) {
    .mobile-menu-toggle {
      display: none;
    }
  }

  .headbox{
      width: 100%;
      display: flex;
      justify-content: space-between;
  }
  .headbox .fnav{
      display: flex;
      align-items: center;
  }

  /* Global Styles */
  :root {
      --primary-color: #010149;
      --secondary-color: #333;
      --accent-color: #f8f9fa;
      --text-color: #666;
      --white: #ffffff;
      --transition: all 0.3s ease;
  }

  body {
      font-family: 'Poppins', sans-serif;
      overflow-x: hidden;
  }

  /* Modern Sticky Header */
  .navbar {
      background: var(--white);
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      padding: 15px 0;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 1000;
      transition: var(--transition);
  }

  .navbar.scrolled {
      padding: 10px 0;
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(10px);
  }

  .navbar-brand img {
      height: 40px;
      transition: var(--transition);
  }

  .navbar.scrolled .navbar-brand img {
      height: 35px;
  }

  .nav-link {
      color: var(--secondary-color) !important;
      font-weight: 500;
      padding: 8px 20px !important;
      position: relative;
      transition: var(--transition);
  }

  .nav-link::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      height: 2px;
      /* background: var(--primary-color); */
      transition: var(--transition);
      transform: translateX(-50%);
  }

  .nav-link:hover::after {
      width: 100%;
  }

  /* Hero Section */
  .hero-section {
      padding: 180px 0 100px;
      background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/hero-bg.jpg');
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      color: var(--white);
      text-align: center;
      position: relative;
      overflow: hidden;
  }

  .hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(45deg, rgba(157,28,32,0.3), rgba(0,0,0,0.7));
  }

  .hero-content {
      position: relative;
      z-index: 1;
      animation: fadeInUp 1s ease;
  }

  .hero-content h1 {
      font-size: 56px;
      margin-bottom: 20px;
      font-weight: 700;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  }

  .hero-content p {
      font-size: 20px;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  }

  /* Categories Section Styles */
  .categories-section {
      padding: 100px 0;
      background: #f8f9fa;
  }

  .section-header {
      margin-bottom: 60px;
  }

  .section-badge {
      display: inline-block;
      padding: 8px 20px;
      background: linear-gradient(45deg, #010149, #1a1a6c);
      color: #fff;
      border-radius: 30px;
      font-size: 0.9rem;
      font-weight: 500;
      margin-bottom: 20px;
      box-shadow: 0 4px 15px rgba(1,1,73,0.1);
  }

  .section-header h1 {
      font-size: 2.5rem;
      color: #010149;
      margin-bottom: 15px;
      font-weight: 700;
  }

  .section-description {
      color: #666;
      font-size: 1.1rem;
      max-width: 600px;
      margin: 0 auto;
  }

  .category-card {
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(1,1,73,0.08);
      transition: all 0.4s ease;
      height: 100%;
      display: flex;
      flex-direction: column;
  }

  .category-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 40px rgba(1,1,73,0.12);
  }

  .category-image {
      position: relative;
      height: 300px;
      overflow: hidden;
  }

  .category-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s ease;
  }

  .category-card:hover .category-image img {
      transform: scale(1.1);
  }

  .category-badge {
      position: absolute;
      top: 20px;
      right: 20px;
      background: rgba(255,255,255,0.95);
      color: #010149;
      padding: 8px 15px;
      border-radius: 20px;
      font-size: 0.8rem;
      font-weight: 600;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      backdrop-filter: blur(5px);
  }

  .category-content {
      padding: 25px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
  }

  .category-content h3 {
      font-size: 1.4rem;
      color: #010149;
      margin-bottom: 10px;
      font-weight: 600;
  }

  .category-content p {
      color: #666;
      font-size: 0.95rem;
      margin-bottom: 20px;
      line-height: 1.6;
  }

  .category-link {
      margin-top: auto;
      color: #010149;
      text-decoration: none;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: all 0.3s ease;
  }

  .category-link i {
      transition: transform 0.3s ease;
  }

  .category-link:hover {
      color: #1a1a6c;
  }

  .category-link:hover i {
      transform: translateX(5px);
  }

  /* Responsive Adjustments */
  @media (max-width: 991px) {
      .categories-section {
          padding: 80px 0;
      }


      .section-header{
          display: block !important;
      }

      .section-header h1 {
          font-size: 2.2rem;
      }

      .category-image {
          height: 250px;
      }

      .innerpage-section .category-image{
          height: 400px;
      }
  }

  @media (max-width: 767px) {
      .categories-section {
          padding: 60px 0;
      }
      .section-header{
          display: block !important;
      }
      .section-header h1 {
          font-size: 2rem;
      }

      .section-description {
          font-size: 1rem;
      }

      .category-image {
          height: 220px;
      }

      .category-content {
          padding: 20px;
      }

      .category-content h3 {
          font-size: 1.2rem;
      }

      .innerpage-section .category-image{
          height: 380px;
      }
  }

  /* Modern Header Styles */
  .modern-header {
    background: transparent;
    box-shadow: none;
    font-family: 'Poppins', sans-serif;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: background 0.3s, box-shadow 0.3s;
  }
  .modern-header.scrolled {
      background: rgba(255,255,255,0.95);
      box-shadow: 0 2px 16px rgba(0,0,0,0.07);
      backdrop-filter: blur(8px);
  }
  .modern-header .header-logo img {
      height: 40px;
  }
  .modern-header .nav-link {
      color: #222;
      font-weight: 500;
      font-size: 17px;
      margin: 0 4px;
      padding: 8px 14px;
      border-radius: 22px;
      transition: background 0.2s, color 0.2s;
      border-bottom: none !important;
  }
  .modern-header .nav-link.active, .modern-header .nav-link:hover {
      background: #e3e8f0;
      color: #010149;
  }
  .modern-header .btn-primary {
      background: #010149;
      border: none;
      border-radius: 22px;
      padding: 8px 22px;
      font-weight: 600;
  }
  .modern-header .btn-link {
      color: #010149;
      font-weight: 500;
      text-decoration: none;
  }

  /* Hero/Banner Section - New Design */
  .hero-modern {
      min-height: 85vh;
      background: linear-gradient(135deg, rgba(248,250,252,0.97) 0%, rgba(227,232,240,0.97) 100%);
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      padding: 120px 0 80px;
  }

  .hero-modern::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23010149' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }

  .hero-content {
      position: relative;
      z-index: 2;
      max-width: 600px;
  }

  .hero-subtitle {
      color: #010149;
      font-size: 1.1rem;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 20px;
      display: inline-block;
      position: relative;
      padding-left: 45px;
  }

  .hero-subtitle::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 35px;
      height: 2px;
      background: linear-gradient(to right, #010149, #e57373);
      transform: translateY(-50%);
  }

  .hero-content h1 {
      font-size: 3.5rem;
      font-weight: 700;
      color: #010149;
      line-height: 1.2;
      margin-bottom: 25px;
      position: relative;
  }

  .hero-content h1::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 80px;
      height: 3px;
      background: linear-gradient(to right, #010149, #e57373);
      border-radius: 2px;
  }

  .hero-content p {
      font-size: 1.2rem;
      color: #444;
      line-height: 1.8;
      margin-bottom: 35px;
  }

  .hero-buttons {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
  }

  .hero-btn-primary {
      padding: 15px 35px;
      font-size: 1.1rem;
      font-weight: 600;
      border-radius: 50px;
      background: #010149;
      color: #fff;
      border: 2px solid #010149;
      transition: all 0.3s ease;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 10px;
  }

  .hero-btn-primary:hover {
      background: transparent;
      color: #010149;
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(1,1,73,0.1);
  }

  .hero-btn-secondary {
      padding: 15px 35px;
      font-size: 1.1rem;
      font-weight: 600;
      border-radius: 50px;
      background: transparent;
      color: #010149;
      border: 2px solid #010149;
      transition: all 0.3s ease;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 10px;
  }

  .hero-btn-secondary:hover {
      background: #010149;
      color: #fff;
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(1,1,73,0.1);
  }

  .hero-image-collage {
      position: relative;
      width: 100%;
      height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .hero-img-main {
      width: 320px;
      height: 320px;
      border-radius: 30px;
      object-fit: cover;
      box-shadow: 0 20px 40px rgba(1,1,73,0.15);
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      transition: all 0.5s ease;
  }

  .hero-img-side {
      width: 180px;
      height: 180px;
      border-radius: 20px;
      object-fit: cover;
      position: absolute;
      right: -40px;   /* Move a bit outside for overlap effect */
      top: 60%;       /* Lower it for balance */
      z-index: 1;
      box-shadow: 0 15px 30px rgba(1,1,73,0.1);
      transition: all 0.5s ease;
  }

  .hero-img-side2 {
      width: 150px;
      height: 150px;
      border-radius: 20px;
      object-fit: cover;
      position: absolute;
      left: 0;
      bottom: 20%;
      z-index: 1;
      box-shadow: 0 15px 30px rgba(1,1,73,0.1);
      transition: all 0.5s ease;
  }

  .hero-shape {
      position: absolute;
      right: 10%;
      top: 20%;
      width: 250px;
      height: 250px;
      background: rgba(1,1,73,0.05);
      border-radius: 50%;
      z-index: 0;
      animation: float 6s ease-in-out infinite;
  }

  .hero-search {
      position: absolute;
      top: 10%;
      left: 50%;
      transform: translateX(-50%);
      width: 350px;
      z-index: 3;
      display: flex;
      align-items: center;
      background: #fff;
      border-radius: 50px;
      box-shadow: 0 10px 30px rgba(1,1,73,0.1);
      padding: 8px 20px;
      transition: all 0.3s ease;
  }

  .hero-search:hover {
      transform: translateX(-50%) translateY(-5px);
      box-shadow: 0 15px 35px rgba(1,1,73,0.15);
  }

  .hero-search input {
      border: none;
      outline: none;
      background: transparent;
      flex: 1;
      font-size: 1rem;
      padding: 10px 0;
      color: #010149;
  }

  .hero-search input::placeholder {
      color: #666;
  }

  .hero-search .fa-search {
      color: #010149;
      font-size: 1.2rem;
      margin-left: 10px;
  }

  /* Floating Animation */
  @keyframes float {
      0% {
          transform: translateY(0px);
      }
      50% {
          transform: translateY(-20px);
      }
      100% {
          transform: translateY(0px);
      }
  }

  /* Responsive Adjustments */
  @media (max-width: 1200px) {
      .hero-content h1 {
          font-size: 3rem;
      }

      .hero-image-collage {
          height: 450px;
      }

      .hero-img-main {
          width: 280px;
          height: 280px;
      }

      .hero-img-side {
          width: 160px;
          height: 160px;
      }

      .hero-img-side2 {
          width: 130px;
          height: 130px;
      }
  }

  @media (max-width: 991px) {
      .hero-modern {
          padding: 100px 0 60px;
          text-align: center;
      }

      .hero-content {
          max-width: 100%;
          margin-bottom: 50px;
      }

      .hero-subtitle::before {
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
      }

      .hero-content h1::after {
          left: 50%;
          transform: translateX(-50%);
      }

      .hero-buttons {
          justify-content: center;
      }

      .hero-image-collage {
          height: 400px;
      }

      .hero-shape {
          right: 50%;
          transform: translateX(50%);
      }

      .hero-img-side {
          right: 20px;
          z-index: 99;
      }
  }

  @media (max-width: 767px) {
      .hero-content h1 {
          font-size: 2.5rem;
      }

      .hero-content p {
          font-size: 1.1rem;
      }

      .hero-btn-primary,
      .hero-btn-secondary {
          padding: 12px 30px;
          font-size: 1rem;
      }

      .hero-image-collage {
          height: 350px;
      }

      .hero-img-main {
          width: 240px;
          height: 240px;
      }

      .hero-img-side {
          width: 140px;
          height: 140px;
          right: 20px;
          z-index: 99;
      }

      .hero-img-side2 {
          width: 120px;
          height: 120px;
      }

      .hero-search {
          width: 280px;
      }
  }

  /* Entrance Animation */
  .animated.fadeInUp {
      animation: fadeInUp 0.8s cubic-bezier(.23,1.01,.32,1) both;
  }

  /* Featured Collections Section */
  .featured-collections {
      padding: 0;
      background: #fff;
      position: relative;
      overflow: hidden;
  }

  .featured-collections::before {
      content: '';
      position: absolute;
          top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(to right, transparent, rgba(1,1,73,0.1), transparent);
  }
  /*
  .featured-collections .section-heading {
      text-align: center;
      margin-bottom: 50px;
      padding-top: 80px;
      position: relative;
  }

  .featured-collections .section-heading::after {
      content: '';
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
          width: 60px;
      height: 3px;
      background: linear-gradient(to right, #010149, #e57373);
      border-radius: 2px;
  }

  .featured-collections .section-heading h1 {
      font-size: 2.2rem;
      font-weight: 700;
      color: #010149;
      margin-bottom: 15px;
      animation: fadeInDown 0.8s ease-out;
  }

  .featured-collections .section-heading p {
      color: #666;
      font-size: 1.1rem;
      max-width: 600px;
      margin: 0 auto;
      animation: fadeInUp 0.8s ease-out 0.2s both;
  } */


  .featured-collections .section-heading {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
  }

  .featured-collections .section-heading h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #010149;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
  }

  .featured-collections .section-heading h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #010149, #e57373);
    border-radius: 2px;
  }

  .featured-collections .section-heading p {
    color: #666;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 20px auto 0;
  }
  .collections-wrapper {
      display: flex;
      gap: 0;
      width: 100%;
      margin: 0;
      padding: 0;
      position: relative;
  }

  .collection-card {
      flex: 1;
      position: relative;
      height: 600px;
      overflow: hidden;
      animation: fadeIn 1s ease-out;
  }

  .collection-card:nth-child(2) {
      animation-delay: 0.3s;
  }

  .collection-card::before {
      content: '';
      position: absolute;
      top: 0;
          left: 0;
      right: 0;
          bottom: 0;
      background: linear-gradient(45deg, rgba(1,1,73,0.2), transparent);
      z-index: 1;
      opacity: 0;
      transition: opacity 0.4s ease;
  }

  .collection-card:hover::before {
      opacity: 1;
  }

  .collection-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      filter: brightness(0.9);
  }

  .collection-card:hover img {
      transform: scale(1.05);
      filter: brightness(1);
  }

  .collection-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 60px;
      background: linear-gradient(to right,
          rgba(1,1,73,0.75),
          rgba(1,1,73,0.55));
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      transition: all 0.4s ease;
      backdrop-filter: blur(2px);
      z-index: 2;
  }

  .collection-overlay::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(45deg, rgba(255,255,255,0.1), transparent);
      opacity: 0;
      transition: opacity 0.4s ease;
  }

  .collection-card:hover .collection-overlay::after {
      opacity: 1;
  }

  .collection-overlay h3 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 20px;
      color: #fff;
      transform: translateY(0);
      transition: all 0.4s ease;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
      position: relative;
  }

  .collection-overlay h3::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 40px;
      height: 2px;
      background: #fff;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s ease;
  }

  .collection-card:hover .collection-overlay h3::after {
      transform: scaleX(1);
  }

  .collection-overlay p {
      font-size: 1.2rem;
      margin-bottom: 30px;
      color: rgba(255,255,255,0.95);
      line-height: 1.6;
      max-width: 400px;
      transform: translateY(0);
      transition: all 0.4s ease;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  }

  .collection-btn {
      display: inline-block;
      padding: 15px 35px;
      background: rgba(255,255,255,0.95);
      color: #010149;
      border-radius: 30px;
      font-weight: 600;
      font-size: 1.1rem;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      border: 2px solid transparent;
      align-self: flex-start;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      position: relative;
          overflow: hidden;
  }

  .collection-btn::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(45deg, rgba(255,255,255,0.2), transparent);
      transform: translateX(-100%);
      transition: transform 0.4s ease;
  }

  .collection-btn:hover::before {
      transform: translateX(100%);
  }

  .collection-btn:hover {
      background: transparent;
      color: #fff;
      border-color: #fff;
      transform: translateY(-3px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  }

  /* Animations */
  @keyframes fadeInDown {
      from {
          opacity: 0;
          transform: translateY(-20px);
      }
      to {
          opacity: 1;
          transform: translateY(0);
      }
  }

  @keyframes fadeInUp {
      from {
          opacity: 0;
          transform: translateY(20px);
      }
      to {
          opacity: 1;
          transform: translateY(0);
      }
  }

  @keyframes fadeIn {
      from {
          opacity: 0;
      }
      to {
          opacity: 1;
      }
  }

  /* Responsive adjustments */
  @media (max-width: 991px) {
      .collections-wrapper {
          flex-direction: column;
      }

      .collection-card {
          height: 500px;
      }

      .collection-overlay {
          padding: 40px;
      }

      .collection-overlay h3 {
          font-size: 2rem;
      }

      .collection-overlay p {
          font-size: 1.1rem;
      }
  }

  @media (max-width: 767px) {
      .featured-collections .section-heading {
          padding-top: 60px;
      }

      .collection-card {
          min-height: 370px;
      }
      .collection-card img{
          width: auto;
      }
      .collection-overlay {
          padding: 30px;
      }

      .collection-overlay h3 {
          font-size: 1.8rem;
      }

      .collection-overlay p {
          font-size: 1rem;
      }

      .collection-btn {
          padding: 12px 30px;
          font-size: 1rem;
      }
  }

  /* Testimonials Section - New Design */
  .testimonials-section {
      padding: 70px 0;
      background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
      position: relative;
      overflow: hidden;
  }

  .testimonials-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23010149' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }

  .testimonials-section .section-heading {
      text-align: center;
      margin-bottom: 60px;
      position: relative;
  }

  .testimonials-section .section-heading h1 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #010149;
      margin-bottom: 15px;
      position: relative;
      display: inline-block;
  }

  .testimonials-section .section-heading h1::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background: linear-gradient(to right, #010149, #e57373);
      border-radius: 2px;
  }

  .testimonials-section .section-heading p {
      color: #666;
      font-size: 1.1rem;
      max-width: 600px;
      margin: 20px auto 0;
  }

  .testimonials-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
  }

  .testimonial-card {
      background: #fff;
      border-radius: 20px;
      padding: 40px;
      position: relative;
      transition: all 0.3s ease;
      box-shadow: 0 10px 30px rgba(1,1,73,0.05);
      overflow: hidden;
  }

  .testimonial-card::before {
      content: '"';
      position: absolute;
      top: 20px;
      left: 20px;
      font-size: 120px;
      font-family: Georgia, serif;
      color: rgba(1,1,73,0.03);
      line-height: 1;
  }

  .testimonial-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 40px rgba(1,1,73,0.1);
  }

  .testimonial-content {
      position: relative;
      z-index: 1;
  }

  .testimonial-content p {
      font-size: 1.1rem;
      line-height: 1.8;
      color: #444;
      margin-bottom: 25px;
      font-style: italic;
  }

  .testimonial-author {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid rgba(1,1,73,0.1);
  }

  .testimonial-author img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid #fff;
      box-shadow: 0 4px 15px rgba(1,1,73,0.1);
      transition: all 0.3s ease;
  }

  .testimonial-card:hover .testimonial-author img {
      transform: scale(1.1);
      border-color: #010149;
  }

  .author-info h4 {
      font-size: 1.2rem;
      font-weight: 600;
      color: #010149;
      margin-bottom: 5px;
  }

  .author-info p {
      font-size: 0.9rem;
      color: #666;
      margin: 0;
      font-style: normal;
  }

  .testimonial-rating {
      display: flex;
      gap: 5px;
      margin-top: 10px;
  }

  .testimonial-rating i {
      color: #ffc107;
      font-size: 1.1rem;
  }

  @media (max-width: 1200px) {
      .testimonials-grid {
          grid-template-columns: repeat(2, 1fr);
      }
  }

  @media (max-width: 768px) {
      .testimonials-section {
          padding: 60px 0;
      }

      .testimonials-grid {
          grid-template-columns: 1fr;
          gap: 20px;
      }

      .testimonial-card {
          padding: 30px;
      }

      .testimonial-content p {
      font-size: 1rem;
      }

      .testimonial-author img {
          width: 50px;
          height: 50px;
      }

      .author-info h4 {
          font-size: 1.1rem;
      }
  }

  /* Newsletter Section - New Design */
  .newsletter-section {
      padding: 100px 0;
      background: linear-gradient(135deg, #010149 0%, #1a1a6c 100%);
      position: relative;
      overflow: hidden;
  }

  .newsletter-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }

  .newsletter-content {
      position: relative;
      z-index: 1;
      text-align: center;
      max-width: 800px;
      margin: 0 auto;
  }

  .newsletter-content h2 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: 20px;
      position: relative;
      display: inline-block;
  }

  .newsletter-content h2::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background: linear-gradient(to right, #fff, #e57373);
      border-radius: 2px;
  }

  .newsletter-content p {
      color: rgba(255, 255, 255, 0.9);
      font-size: 1.1rem;
      margin-bottom: 40px;
      line-height: 1.6;
  }

  .newsletter-form {
      display: flex;
      gap: 15px;
      max-width: 600px;
      margin: 0 auto;
      position: relative;
  }

  .newsletter-form .form-group {
      flex: 1;
      position: relative;
  }

  .newsletter-form input[type="email"] {
      width: 100%;
      padding: 18px 25px;
      border: 2px solid rgba(255, 255, 255, 0.1);
      border-radius: 50px;
      background: rgba(255, 255, 255, 0.1);
      color: #fff;
      font-size: 1rem;
      transition: all 0.3s ease;
  }

  .newsletter-form input[type="email"]::placeholder {
      color: rgba(255, 255, 255, 0.7);
  }

  .newsletter-form input[type="email"]:focus {
      outline: none;
      border-color: rgba(255, 255, 255, 0.3);
      background: rgba(255, 255, 255, 0.15);
  }

  .newsletter-form button {
      padding: 18px 35px;
      border: none;
      border-radius: 50px;
      background: #fff;
      color: #010149;
      font-size: 1rem;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      white-space: nowrap;
      display: flex;
      align-items: center;
      gap: 10px;
      height: 44px;
  }

  .newsletter-form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }

  .newsletter-form button i {
      font-size: 1.1rem;
  }

  .newsletter-features {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin-top: 50px;
  }

  .newsletter-feature {
      display: flex;
      align-items: center;
      gap: 12px;
      color: rgba(255, 255, 255, 0.9);
  }

  .newsletter-feature i {
      font-size: 1.2rem;
      color: #fff;
  }

  @media (max-width: 768px) {
      .newsletter-section {
          padding: 60px 0;
      }

      .newsletter-content h2 {
          font-size: 2rem;
      }

      .newsletter-form {
          flex-direction: column;
      }

      .newsletter-form button {
          width: 100%;
          justify-content: center;
      }

      .newsletter-features {
          flex-direction: column;
          gap: 20px;
          align-items: center;
      }
  }

  /* Page Banner - New Design */
  .page-banner {
      background: #fff;
      padding: 120px 0 80px;
      position: relative;
      overflow: hidden;
      margin-bottom: 40px;
  }

  .page-banner::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: radial-gradient(#010149 1px, transparent 1px);
      background-size: 20px 20px;
      opacity: 0.1;
      pointer-events: none;
      z-index: 0;
  }

  .banner-content {
      text-align: center;
      color: #010149;
      position: relative;
      z-index: 2;
      max-width: 800px;
      margin: 0 auto;
  }

  .banner-badge {
      display: inline-block;
      padding: 8px 20px;
      background: rgba(1,1,73,0.1);
      border-radius: 50px;
      font-size: 0.9rem;
      font-weight: 500;
      margin-bottom: 20px;
      color: #010149;
  }

  .banner-content h1 {
      font-size: 3.5rem;
      font-weight: 700;
      margin-bottom: 20px;
      color: #010149;
  }

  .banner-content p {
      font-size: 1.2rem;
      color: #666;
      margin-bottom: 40px;
      line-height: 1.6;
  }

  .banner-features {
      display: flex;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
  }

  .feature {
      display: flex;
      align-items: center;
      gap: 10px;
      background: rgba(1,1,73,0.05);
      padding: 12px 24px;
      border-radius: 50px;
  }

  .feature i {
      color: #010149;
      font-size: 1.1rem;
  }

  .feature span {
      font-size: 0.95rem;
      font-weight: 500;
      color: #010149;
  }

  /* Responsive Adjustments */
  @media (max-width: 991px) {
      .banner-content h1 {
          font-size: 2.8rem;
      }

      .banner-features {
          flex-direction: column;
          align-items: center;
          gap: 15px;
      }
  }

  @media (max-width: 767px) {
      .page-banner {
          padding: 100px 0 60px;
      }

      .banner-content h1 {
          font-size: 2.2rem;
      }
  }

  /* Application Form - New Design */
  .application-section {
      padding: 20px 0 60px;
      background: #f8f9fa;
      position: relative;
      overflow: hidden;
  }

  .application-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: radial-gradient(#010149 1px, transparent 1px);
      background-size: 20px 20px;
      opacity: 0.05;
      pointer-events: none;
  }

  .form-wrapper {
      max-width: 1000px;
      margin: 0 auto;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(1,1,73,0.08);
      padding: 40px;
      position: relative;
      z-index: 1;
  }

  .form-progress {
      display: flex;
      justify-content: space-between;
      margin-bottom: 40px;
      position: relative;
      padding: 0 40px;
  }

  .form-progress::before {
      content: '';
      position: absolute;
      top: 20px;
      left: 60px;
      right: 60px;
      height: 2px;
      background: #eee;
      z-index: 0;
  }

  .progress-step {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      z-index: 1;
  }

  .step-number {
      width: 40px;
      height: 40px;
      background: #fff;
      border: 2px solid #eee;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      color: #666;
      margin-bottom: 10px;
      transition: all 0.3s ease;
  }

  .progress-step.active .step-number {
      background: #010149;
      border-color: #010149;
      color: #fff;
  }

  .progress-step span {
      font-size: 0.9rem;
      color: #666;
      font-weight: 500;
  }

  .progress-step.active span {
      color: #010149;
  }

  .section-header {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 30px;
      padding-bottom: 15px;
      border-bottom: 2px solid #f0f0f0;
  }

  .section-header i {
      font-size: 1.5rem;
      color: #010149;
      background: rgba(1,1,73,0.1);
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
  }

  .section-header h3 {
      font-size: 1.4rem;
      color: #010149;
      margin: 0;
  }

  .form-group {
      margin-bottom: 20px;
  }

  .form-group label {
      display: block;
      margin-bottom: 8px;
      color: #444;
      font-weight: 500;
      font-size: 0.95rem;
  }

  .input-group {
      position: relative;
  }

  .input-group i {
    position: absolute;
    /* left: 15px; */
    top: 1px;
    /* transform: translateY(-50%); */
    color: #010149;
    background: #e9e9e9;
    font-size: 1.1rem;
    z-index: 9999;
    width: 35px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .input-group input,
  .input-group textarea {
      width: 100%;
      padding: 12px 15px 12px 45px;
      border: 1px solid #ddd;
      border-radius: 10px;
      font-size: 0.95rem;
      transition: all 0.3s ease;
      background: #f8f9fa;
  }

  .input-group textarea {
      padding-top: 15px;
      min-height: 120px;
  }

  .input-group input:focus,
  .input-group textarea:focus {
      border-color: #010149;
      background: #fff;
      box-shadow: 0 0 0 3px rgba(1,1,73,0.1);
      outline: none;
  }

  .checkbox-group {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 15px;
      /* padding: 20px; */
      background: #fff;
      border-radius: 10px;
      /* border: 1px solid #eee; */
  }

  .checkbox-item {
      position: relative;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 15px;
      background: #f8f9fa;
      border-radius: 8px;
      transition: all 0.2s ease;
      border: 1px solid #eee;
      cursor: pointer;
      margin: 0;
  }

  .checkbox-item input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      width: 0;
      height: 0;
  }

  .checkbox-item i {
      color: #010149;
      font-size: 1.1rem;
  }

  /* Hover state */
  .checkbox-item:hover {
      background: #f0f0f0;
      border-color: #ddd;
  }

  /* Selected state */
  .checkbox-item input[type="checkbox"]:checked + i {
      color: #010149;
  }

  /* Active/Selected state */
  .checkbox-item:has(input[type="checkbox"]:checked) {
      background: #e8e8ff;
      border-color: #010149;
  }

  .checkbox-item:has(input[type="checkbox"]:checked) i,
  .checkbox-item:has(input[type="checkbox"]:checked) span {
      color: #010149;
  }

  /* Responsive adjustments */
  @media (max-width: 767px) {
      .checkbox-group {
          grid-template-columns: 1fr;
          padding: 15px;
          gap: 10px;
      }

      .checkbox-item {
          padding: 12px;
      }
  }

  .form-submit {
      text-align: center;
      margin-top: 40px;
  }

  .submit-btn {
      background: #010149;
      color: #fff;
      border: none;
      padding: 15px 40px;
      font-size: 1.1rem;
      font-weight: 600;
      border-radius: 50px;
      cursor: pointer;
      transition: all 0.3s ease;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      box-shadow: 0 5px 15px rgba(1,1,73,0.2);
  }

  .submit-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(1,1,73,0.3);
  }

  .submit-btn i {
      font-size: 1.2rem;
  }

  /* Responsive Adjustments */
  @media (max-width: 991px) {
      .banner-content h1 {
          font-size: 2.8rem;
      }

      .banner-features {
          flex-direction: column;
          align-items: center;
          gap: 15px;
      }

      .form-progress {
          padding: 0 20px;
      }

      .form-progress::before {
          left: 40px;
          right: 40px;
      }
  }

  @media (max-width: 767px) {
      .page-banner {
          padding: 100px 0 60px;
      }

      .banner-content h1 {
          font-size: 2.2rem;
      }

      .form-wrapper {
          padding: 25px;
      }

      .form-progress {
          flex-direction: column;
          gap: 20px;
      padding: 0;
      }

      .form-progress::before {
          display: none;
      }

      .progress-step {
          flex-direction: row;
          gap: 15px;
      }

      .step-number {
          margin-bottom: 0;
      }

      .checkbox-group {
          grid-template-columns: 1fr;
      }

      .submit-btn {
          width: 100%;
          justify-content: center;
      }
  }

  /* Contact Page Banner */
  .page-banner {
      background: #fff;
      padding: 120px 0 80px;
      position: relative;
      overflow: hidden;
      color: #010149;
  }

  .banner-shape {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-image: radial-gradient(#010149 1px, transparent 1px);
      background-size: 20px 20px;
      opacity: 0.1;
  }

  .banner-content {
      position: relative;
      z-index: 1;
      text-align: center;
      max-width: 800px;
      margin: 0 auto;
  }

  .banner-badge {
      background: rgba(1, 1, 73, 0.1);
      padding: 8px 20px;
      border-radius: 30px;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 20px;
      display: inline-block;
      color: #010149;
  }

  .banner-content h1 {
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 20px;
      color: #010149;
  }

  .banner-content p {
      font-size: 18px;
      color: #666;
      margin-bottom: 40px;
  }

  .banner-features {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin-top: 40px;
  }

  .banner-features .feature {
      display: flex;
      align-items: center;
      gap: 10px;
      background: rgba(1, 1, 73, 0.05);
      padding: 12px 24px;
      border-radius: 50px;
  }

  .banner-features .feature i {
      font-size: 24px;
      color: #010149;
  }

  .banner-features .feature span {
      font-size: 16px;
      font-weight: 500;
      color: #010149;
  }

  /* Contact Form Styles */
  .application-section {
      padding: 80px 0;
      background: #f8f9fa;
  }

  .form-wrapper {
      background: white;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      padding: 40px;
      max-width: 1000px;
      margin: 0 auto;
  }

  .section-header {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 30px;
  }

  .section-header i {
      font-size: 24px;
      color: #010149;
  }

  .section-header h3 {
      font-size: 24px;
      font-weight: 600;
      color: #010149;
      margin: 0;
  }

  .form-group {
      margin-bottom: 25px;
  }

  .form-group label {
      display: block;
      margin-bottom: 8px;
      font-weight: 500;
      color: #010149;
  }

  .input-group {
      position: relative;
  }

  .input-group i {
      /* position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
      color: #010149; */
      font-size: 15px;
  }

  .input-group input,
  .input-group textarea {
      width: 100%;
      padding: 12px 15px 12px 45px;
      border: 1px solid #e0e0e0;
      border-radius: 10px;
      font-size: 16px;
      transition: all 0.3s ease;
  }

  .input-group textarea {
      padding-top: 15px;
      min-height: 120px;
      resize: vertical;
  }

  .input-group input:focus,
  .input-group textarea:focus {
      border-color: #010149;
      background: #fff;
      box-shadow: 0 0 0 3px rgba(1, 1, 73, 0.1);
      outline: none;
  }

  .submit-btn {
      background: linear-gradient(135deg, #010149 0%, #1a1a6c 100%);
      color: white;
      border: none;
      padding: 15px 30px;
      border-radius: 10px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      display: inline-flex;
      align-items: center;
      gap: 10px;
  }

  .submit-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(1, 1, 73, 0.2);
  }

  .submit-btn i {
      font-size: 18px;
  }

  .form-submit {
      text-align: center;
      margin-top: 30px;
  }

  /* Contact Info Cards */
  .contact-info {
      margin-top: 60px;
  }

  .contact-card {
      background: #f8f9fa;
      padding: 30px;
      border-radius: 15px;
      text-align: center;
      transition: all 0.3s ease;
      border: 1px solid #eee;
  }

  .contact-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      border-color: #010149;
  }

  .contact-card i {
      font-size: 32px;
      color: #010149;
      margin-bottom: 20px;
  }

  .contact-card h4 {
      font-size: 20px;
      font-weight: 600;
      color: #010149;
      margin-bottom: 15px;
  }

  .contact-card p {
      margin: 0;
      color: #666;
  }

  .contact-card a {
      color: #010149;
      text-decoration: none;
      transition: color 0.3s ease;
  }

  .contact-card a:hover {
      color: #1a1a6c;
  }

  /* Responsive Adjustments */
  @media (max-width: 768px) {
      .page-banner {
          padding: 100px 0 60px;
      }

      .banner-content h1 {
          font-size: 36px;
      }

      .banner-features {
          flex-direction: column;
          gap: 20px;
      }

      .form-wrapper {
          padding: 30px 20px;
      }

      .contact-card {
          margin-bottom: 20px;
      }
  }

  /* Catalog Section Styles */
  .catalog-section {
      padding: 80px 0;
      background: #fff;
  }

  .catalog-slide {
      padding: 20px 0;
      min-height: 540px;
      display: flex;
      align-items: center;
      position: relative;
  }

  .catalog-image {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(1, 1, 73, 0.1);
      width: 100%;
      aspect-ratio: 4/5;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #f8f9fa;
  }

  .catalog-badge {
    position: absolute;
    right: 10px;
    top: 10px;
    background: white;
    padding: 5px 8px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 600;
    border: solid 1px #000000;
  }

  .catalog-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: transform 0.3s ease;
      display: block;
  }

  .catalog-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(1, 1, 73, 0.9);
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      opacity: 0;
      transition: all 0.3s ease;
      border-radius: 20px;
      transform: translateY(20px);
  }

  .catalog-slide:hover .catalog-content {
      opacity: 1;
      transform: translateY(0);
  }

  .catalog-content h2 {
      color: #fff;
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 20px;
      transform: translateY(20px);
      transition: transform 0.3s ease 0.1s;
  }

  .catalog-slide:hover .catalog-content h2 {
      transform: translateY(0);
  }

  .catalog-content .lead {
      color: rgba(255, 255, 255, 0.9);
      font-size: 1.1rem;
      margin-bottom: 30px;
      transform: translateY(20px);
      transition: transform 0.3s ease 0.2s;
  }

  .catalog-slide:hover .catalog-content .lead {
      transform: translateY(0);
  }

  .catalog-features {
      list-style: none;
      padding: 0;
      margin: 0 0 30px 0;
      transform: translateY(20px);
      transition: transform 0.3s ease 0.3s;
  }

  .catalog-slide:hover .catalog-features {
      transform: translateY(0);
  }

  .catalog-features li {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 15px;
      color: rgba(255, 255, 255, 0.9);
  }

  .catalog-features li i {
      color: #fff;
      font-size: 1.1rem;
  }

  .catalog-actions {
      display: flex;
      gap: 15px;
      transform: translateY(20px);
      transition: transform 0.3s ease 0.4s;
  }

  .catalog-slide:hover .catalog-actions {
      transform: translateY(0);
  }

  .catalog-actions .btn {
      padding: 12px 25px;
      border-radius: 8px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: all 0.3s ease;
  }

  .catalog-actions .btn-primary {
      background: #fff;
      border: none;
      color: #010149;
  }

  .catalog-actions .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
  }

  .catalog-actions .btn-outline-primary {
      border: 2px solid #fff;
      color: #fff;
  }

  .catalog-actions .btn-outline-primary:hover {
      background: #fff;
      color: #010149;
      transform: translateY(-2px);
  }

  /* Responsive Adjustments */
  @media (max-width: 991px) {
      .catalog-section {
          padding: 60px 0;
      }

      .catalog-slide {
          min-height: 400px;
      }

      .catalog-content {
          padding: 30px;
      }

      .catalog-content h2 {
          font-size: 2rem;
      }
  }

  @media (max-width: 767px) {
      .catalog-slide {
          min-height: 260px;
      }

      .catalog-content {
          padding: 20px;
      }

      .catalog-content h2 {
          font-size: 1.8rem;
      }

      .catalog-actions {
          flex-direction: column;
      }

      .catalog-actions .btn {
          width: 100%;
          justify-content: center;
      }
  }

  /* Feature Section */
  .feature-section {
      padding: 80px 0;
      background: #f8f9fa;
  }

  .feature-section .section-header {
      margin-bottom: 50px;
  }

  .feature-section .slick-slider {
      margin: 0 -15px;
  }

  .feature-section .slick-slide {
      padding: 15px;
  }

  .feature-section .slick-dots {
      bottom: -40px;
  }

  .feature-section .slick-dots li button:before {
      font-size: 12px;
      color: #010149;
      opacity: 0.3;
  }

  .feature-section .slick-dots li.slick-active button:before {
      opacity: 1;
  }

  .feature-section .category-card {
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
      height: 450px;
  }

  .feature-section .category-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  }

  .feature-section .category-image {
      position: relative;
      height: 380px;
      overflow: hidden;
  }

  .feature-section .category-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
  }

  .feature-section .category-card:hover .category-image img {
      transform: scale(1.1);
  }

  .feature-section .category-badge {
      position: absolute;
      top: 15px;
      right: 15px;
      background: rgba(1, 1, 73, 0.9);
      color: #fff;
      padding: 5px 15px;
      border-radius: 20px;
      font-size: 0.8rem;
      font-weight: 500;
  }

  .feature-section .category-content {
      padding: 20px;
  }

  .feature-section .category-content h3 {
      font-size: 1.2rem;
      margin-bottom: 10px;
      color: #010149;
  }

  .feature-section .category-content p {
      font-size: 0.9rem;
      color: #666;
      margin-bottom: 0;
  }

  /* Responsive Styles */
  @media (max-width: 991px) {
      .feature-section .category-card {
          height: 400px;
      }

      .feature-section .category-image {
          height: 320px;
      }
  }

  @media (max-width: 767px) {
      .feature-section {
          padding: 60px 0;
      }

      .feature-section .category-card {
          height: 350px;
      }

      .feature-section .category-image {
          height: 200px;
      }

      .feature-section .category-content h3 {
          font-size: 1.1rem;
      }

      .feature-section .category-content p {
          font-size: 0.85rem;
      }
  }

  /* Catalog Section Slider Styles */
  .catalog-slider {
      position: relative;
  }

  .catalog-slide {
      padding: 20px 0;
      min-height: 540px;
      display: flex;
      align-items: center;
  }

  .catalog-image {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(1, 1, 73, 0.1);
      width: 100%;
      aspect-ratio: 4/5;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #f8f9fa;
  }

  .catalog-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: transform 0.3s ease;
      display: block;
  }

  .catalog-image:hover img {
      transform: scale(1.02);
  }

  @media (max-width: 991px) {
      .catalog-slide {
          min-height: 400px;
      }
      .catalog-image {
          aspect-ratio: 4/5;
      }
  }

  @media (max-width: 767px) {
      .catalog-slide {
          min-height: 260px;
          flex-direction: column;
      }
      .catalog-image {
          aspect-ratio: 4/5;
          min-height: 220px;
      }
  }

  /* Slick Navigation Arrows for Catalog Slider */
  .catalog-section .slick-prev,
  .catalog-section .slick-next {
      width: 50px;
      height: 50px;
      background: #fff;
      border-radius: 50%;
      box-shadow: 0 2px 10px rgba(1, 1, 73, 0.1);
      z-index: 2;
      transition: all 0.3s ease;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: flex !important;
      align-items: center;
      justify-content: center;
      border: none;
  }
  .catalog-section .slick-prev {
      left: -25px;
  }
  .catalog-section .slick-next {
      right: -25px;
  }
  .catalog-section .slick-prev:before,
  .catalog-section .slick-next:before {
      color: #010149;
      font-size: 24px;
      opacity: 1;
  }
  .catalog-section .slick-prev:hover,
  .catalog-section .slick-next:hover {
      background: #010149;
  }
  .catalog-section .slick-prev:hover:before,
  .catalog-section .slick-next:hover:before {
      color: #fff;
  }
  @media (max-width: 991px) {
      .catalog-section .slick-prev {
          left: 10px;
      }
      .catalog-section .slick-next {
          right: 10px;
      }
  }
  @media (max-width: 767px) {
      .catalog-section .slick-prev,
      .catalog-section .slick-next {
          width: 40px;
          height: 40px;
      }
      .catalog-section .slick-prev:before,
      .catalog-section .slick-next:before {
          font-size: 20px;
      }
  }

  /* Mobile Menu Toggle */
  .mobile-menu-toggle {
      display: none;
      background: none;
      border: none;
      padding: 0.5rem;
      color: #010149;
      cursor: pointer;
      transition: all 0.3s ease;
      z-index: 1001;
  }

  .mobile-menu-toggle:hover {
      color: #1a1a6c;
  }

  /* Responsive Adjustments */
  @media (max-width: 991.98px) {
      .mobile-menu-toggle {
          display: block;
      }

      .main-nav {
          position: fixed;
          top: 0;
          right: -100%;
          width: 280px;
          height: 100vh;
          background: #fff;
          padding: 80px 20px 20px;
          box-shadow: -2px 0 10px rgba(0,0,0,0.1);
          transition: right 0.3s ease;
          z-index: 1000;
      }

      .main-nav.open {
          right: 0;
      }

      .main-nav .nav {
          flex-direction: column;
          align-items: flex-start;
      }

      .main-nav .nav-item {
          width: 100%;
          border-bottom: 1px solid #eee;
      }

      .main-nav .nav-link {
          padding: 1rem 0;
          display: block;
          font-size: 1.1rem;
      }
  }

  /* Fix for iOS Safari 100vh issue */
  @supports (-webkit-touch-callout: none) {
      .main-nav {
          height: -webkit-fill-available;
      }
  }

  /* Feature Section Responsive Styles */
  @media (max-width: 991.98px) {
      .feature-section {
          padding: 60px 0;
      }

      .feature-section .section-header {
          margin-bottom: 40px;
      }

      .feature-section .section-header h1 {
          font-size: 2rem;
      }

      .feature-section .slick-slider {
          margin: 0 -10px;
      }

      .feature-section .slick-slide {
          padding: 0 10px;
      }

      .feature-section .category-card {
          height: auto;
          min-height: 320px;
      }

      .feature-section .category-image {
          height: 320px;
      }
  }

  @media (max-width: 767.98px) {
      .feature-section {
          padding: 40px 0;
      }

      .feature-section .section-header {
          margin-bottom: 30px;
      }

      .feature-section .section-header h1 {
          font-size: 1.8rem;
      }

      .feature-section .category-card {
          min-height: 280px;
      }

      .feature-section .category-image {
          height: 370px;
      }

      .feature-section .category-content {
          padding: 15px;
      }

      .feature-section .category-content h3 {
          font-size: 1.1rem;
          margin-bottom: 8px;
      }

      .feature-section .category-content p {
          font-size: 0.9rem;
          margin-bottom: 0;
      }

      .feature-section .slick-dots {
          bottom: -30px;
      }
  }
