@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}
html,
body {
    overflow-x: hidden;
}
body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    text-align: left;
}
p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0a1428;
    font-style: normal;
    margin-bottom: 5px;
    margin-top: 20px;
    line-height: 1.2;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
}
h1 {
    font-size: 28px;
}

h2 {
    font-size: 25px;

}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

a {
    color: #012549;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
    text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}

ul, ol {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: none;
}

a,
i,
ol,
li,
ul {
    font-style: normal;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

*::-moz-selection {
    background: #DDBA67;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #DDBA67;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #DDBA67;
    color: #fff;
    text-shadow: none;
}



/*==============================================
 Header section
==============================================*/
.top-bar-area {
  position: relative;
  background: #00AAA0;
  padding: 5px 0;
  z-index: 1;
}
.header-info ul, .top-bar-social-icon ul {
    margin-bottom: 0 !important;
}
.header-info ul li {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  margin-right: 14px;
}
.header-info ul li i {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.top-bar-social-icon {
  text-align: right;
}
.top-bar-social-icon ul li {
  display: inline-block;
  color: #fff;
}
.top-bar-social-icon ul li.time-line {
  margin-right: 32px;
}
.top-bar-social-icon ul li.time-line i {
  margin-right: 10px;
  display: inline-block;
}
.top-bar-social-icon ul li i {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-left: 16px;
  transition: 0.5s;
}

.top-bar-social-icon ul li i:hover{
   color:#024d2e;
}


.navbar {
    position: relative;
    background: #fff;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    transition: background 0.3s ease;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2);
}

.navbar.scrolled {
    background: rgba(0, 0, 0, 0.9);
}
.navbar-nav {
    margin: 0 auto;
}

.logo {
    height: 50px;
    margin-right: 15px;
}

.navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
    margin-right: 15px;
    padding: 25px 0;
}
.cart-badge {
  top: -8px;
  right: -10px;
  font-size: 0.65rem;
  padding: 2px 5px;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: #FF6D24;
}

.navbar-nav .dropdown-menu {
    background: #fff;
    border: none;
    display: none;
    z-index: 2;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px 3px 0 0;
}

.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-menu .dropdown-item {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item.active {
    background: #BF1E2D;
    color: #fff;
}

/* Nested Dropdowns */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.navbar .icon-buttons {
    display: flex;
    align-items: center;
}

.search-icon, .sidebar-icon, .navbar .icon-buttons a {
    font-size: 17px;
    margin-right: 15px;
    cursor: pointer;
}

.search-box {
    display: none;
    position: absolute;
    top: 100px;
    right: 20px;
    background: white;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.search-box input {
    padding-right: 40px;
}
.search-box button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: black;
    font-size: 16px;
    cursor: pointer;
}
.search-box button:focus {
    outline: none;
}

.menu-icon {
    color: #024d2e;
    font-size: 30px;
    cursor: pointer;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    background: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    padding: 20px;
    z-index: 5;
    overflow-y: auto;
}
.mobile-menu.active {
    right: 0;
}
.mobile-menu .close-menu {
    font-size: 26px;
    font-weight: 650;
    cursor: pointer;
    float: right;
}
.mobile-menu .nav-logo {
    position: relative;
    padding: 10px 0;
    text-align: left;
    margin-top: 25px;
}
.mobile-menu .nav-logo img {
    max-width: 150px;
}
.mobile-menu .mobile-search {
    padding: 0 0 15px 0;
}
.mobile-menu .mobile-search form {
  position: relative;
}
.mobile-menu .mobile-search input::placeholder {
  font-size: 15px;
}
.mobile-menu .mobile-search input {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 45px 10px 20px;
    font-size: 15px;
    height: 45px;
    background: #f3f3f4;
    color: #020615;
    border-radius: 0;
}
.mobile-menu .mobile-search button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 0;
    right: 20px;
    line-height: 1;
    background: transparent;
    color: #020615;
}
.mobile-menu ul {
    padding-left: 0;
}
.mobile-menu .menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    font-size: 14px;
}
.mobile-menu .menu-item a,
.mobile-menu .submenu li a{
    text-decoration: none;
    color: #212529;
}
.mobile-menu .menu-item a:hover,
.mobile-menu .submenu li a:hover {
    color: #024D2E;
}
.mobile-menu .submenu {
    display: none;
    padding-left: 10px;
}
.mobile-menu .submenu li {
    position: relative;
    display: block;
    padding: 12px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .submenu li:first-child {
    border-top: none;
}
.mobile-menu .menu-item i {
    float: right;
    margin-right: 15px;
}
.mobile-menu .social-icons {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mobile-menu .social-icons li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}
.mobile-menu .social-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #00194c;
    transition: all 500ms ease;
    border: 1px solid #efefef;
    border-radius: 0;
    text-decoration: none;
}
.mobile-menu .social-icons li a:hover {
    background: #560ce3;
    color: #fff;
}
@media (min-width: 992px) {
    .menu-icon {
      display: none;
  }
  .logo {
    height: 60px;
}

.navbar-nav .nav-link {
    padding: 20px 0;
}
}
@media (max-width: 991px) {
    .search-icon, .account {
      display: none;
  }
  .menu-icon {
      position: absolute;
      left: 20px;
      top: 15px;
  }
  .cartmenu {
      position: absolute;
      right: 20px;
      top: 15px;
      font-size: 27px;
  }
}
@media (max-width: 768px) {
  .top-bar-area {
      display: none;
  }
}



/*==============================================
 Hero Section
==============================================*/
/*********************************
 * Hero video
 * ******************************/
 .hero-section {
  position: relative;
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: 100%;
  background-color: #000;
  object-fit: contain;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  max-width: 650px;
  padding: 0 1rem;
  width: 100%;
}

.hero-title {
  font-size: 2rem;
  font-weight: bold;
  color: #DDBA67;
}

.hero-subtitle {
  font-size: 1rem;
}

.btn-shop {
  background: #fff;
  color: #000;
  padding: 8px 20px;
  font-weight: 600;
  border: none;
  margin-top: 15px;
  border-radius: 3px;
  text-transform: uppercase;
}

.btn-shop:hover {
  background: #FF6D24;
}

@media (max-width: 767.98px) {
  .hero-section {
    max-height: 400px;
    height: 400px;
}

.hero-video {
    object-fit: cover;
}

.hero-content {
    max-width: 100%;
    padding: 0 1.25rem;
}

.hero-title {
    font-size: 1.5rem;
}

.hero-subtitle {
    font-size: 0.95rem;
}
}


/*********************************
 * Hero slides
 * ******************************/
 .carousel-slide-inner {
  min-height: 400px;
  background-color: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 0;
}

.carousel-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 30px;
}

.carousel-text {
  max-width: 50%;
}

.carousel-text h1 {
  font-size: 2.1rem;
  margin-bottom: 1.3rem;
  font-weight: 700;
  color: #222;
}

.carousel-text p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  color: #444;
}

.carousel-image {
  max-width: 45%;
}

.carousel-image img {
  width: 100%;
  height: auto;
}

.btn-shop {
  background-color: #FF6D24;
  color: #fff;
  padding: 10px 25px;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
}

.btn-shop:hover {
  background-color: #DDBA67;
  color: #fff;
}

.carousel-control-prev,
.carousel-control-next {
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background: transparent;
  border: none;
  z-index: 2;
}

.carousel-control-prev {
  left: 20px;
}

.carousel-control-next {
  right: 20px;
}

.carousel-control-icon {
  background-color: white;
  border-radius: 50%;
  padding: 12px 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: #000;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media (max-width: 768px) {
  .carousel-content {
    flex-direction: column;
    text-align: center;
}

.carousel-text, .carousel-image {
    max-width: 100%;
}

.carousel-text h1 {
    font-size: 2rem;
}

.carousel-text p {
    font-size: 1rem;
}
}




/*==============================================
 Home Blog
==============================================*/
.home-blog-area {
  position: relative;
  padding: 40px 0;
}
.home-blog-area .blog-card {
    margin: 10px;
}



/*==============================================
 Feature Area
==============================================*/
.feature-box {
  border: 1px solid #ddd;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.feature-icon {
  font-size: 30px;
  color: #FF6D24;
}
.feature-text h6 {
  margin: 0;
  font-weight: 600;
}
.feature-text small {
  color: #555;
}



/*==============================================
 Breadcrumb
==============================================*/
.page-header {
    background-color: #f8f9fa;
    padding: 15px 0;
}
.breadcrumb {
    display: flex;
    gap: 5px;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #666;
    padding-right: 5px;
}
.breadcrumb a {
    text-decoration: none;
    color: #666;
}
.breadcrumb a:hover {
    color: #000;
}



/*==============================================
  Products List
==============================================*/
.shop-products {
    padding: 40px 0;
}
.shop-products h2 {
    font-size: 1.5rem;
    padding-bottom: 10px;
}
.product-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease-in-out;
}
.product-card:hover {
    transform: translateY(-5px);
}
.product-image {
    width: 100%;
    height: auto;
}
.product-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ff9800;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}
.product-info {
    padding: 15px;
    text-align: center;
}
.product-title {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}
.product-prices {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}
.current-price {
    font-size: 1rem;
    font-weight: bold;
/*    color: red;*/
}
.old-price {
    font-size: 0.9rem;
    text-decoration: line-through;
    color: #888;
}
.discount {
    font-size: 0.9rem;
    font-weight: bold;
    color: green;
}
.rating {
    color: #ffa500;
    font-size: 0.9rem;
}
.rating-count {
    font-size: 0.9rem;
    color: #666;
}
.badge-new {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff9800;
    color: white;
    font-size: 0.8rem;
    padding: 5px 10px;
    border-radius: 3px;
}

@media (max-width: 767.98px) {
    .shop-products .row > div:first-child {
      order: 2;
  }
  .shop-products .row > div:last-child {
      order: 1;
  }
}

.shop-products h4 {
    font-weight: 600;
}

.shop-products ul li a:hover {
    color: #FF6D24; /* Your primary brand color */
    font-weight: 500;
}




.product-area {
    position: relative;
    padding: 20px 0 40px;
}
.product-image-container {
    position: relative;
    width: 100%;
    height: auto;
}
.product-area .product-image {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    padding: 10px;
    transition: transform 0.3s ease;
}
.product-area .product-image:hover {
    transform: scale(1.1);
}
.product-area .small-images {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.product-area .small-image {
    width: 20%;
    height: auto;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: border-color 0.3s ease;
}
.product-area .small-image.active {
    border-color: #dc3545;
    border-width: 2px;
}

.product-area .price {
    color: red;
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0;
}
.product-area .discounted-price {
    text-decoration: line-through;
    color: gray;
}
.product-area .discount-percentage {
    color: green;
    font-weight: bold;
}
.color-option {
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 2px 7px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 12px;
    transition: background-color 0.3s ease;
}
.color-option:hover {
    background-color: #f8f9fa;
}
.selected-color {
    border: 2px solid #dc3545 !important;
}
.size-option {
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-right: 5px;
    cursor: pointer;
}
.selected-size {
    background-color: #A98329;
}

.availability {
    margin: 20px 0 !important;
}
.availability-badge {
    color: white;
    font-size: 0.8rem;
    padding: 5px 10px;
    border-radius: 3px;
}
.comingsoon {
    background: #ff9800;
}
.instock {
    background: #28a745;
}
.outstock {
    background: #dc3545;
}
.product-area .quantity-controls {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}
.product-area .quantity-controls button {
    border: none;
    background-color: #f8f9fa;
    width: 30px;
    height: 36px;
    font-size: 16px;
    cursor: pointer;
}
.product-area .quantity-controls button:hover {
    background-color: #e9ecef;
}
.product-area .quantity-input {
    width: 40px;
    height: 36px;
    border: none;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.product-area .quantity-input::-webkit-inner-spin-button,
.product-area .quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-area .quantity-input[type="number"] {
    -moz-appearance: textfield;
}

.product-area .add-to-cart-btn {
    background-color: #FF6D24;
    border: none;
    color: white;
    margin-left: 10px;
}
.product-area .add-to-cart-btn:hover {
    background-color: #DDBA67;
}
.product-area .share-icons {
    display: flex;
    gap: 10px;
    border-top: 1px solid #eee;
    margin-top: 25px;
    padding-top: 20px;
}
.product-area .share-icons i {
    font-size: 17px;
    cursor: pointer;
}
.product-area .share-icons i:hover {
    color: #FF6D24;
}


/*==============================================
 Shopping cart + Checkout
==============================================*/
.cart-table {
    overflow: auto;
}
.cart-table img {
  width: 80px;
  height: auto;
}
.cart-table th,
.cart-table td {
  vertical-align: middle;
}
.remove-item {
  color: #000;
  font-size: 20px;
  cursor: pointer;
}

.checkout-section {
  margin: 50px 0 40px;
}
.checkout-section .btn {
  border-radius: 6px;
  background-color: #FF6D24;
  color: #fff;
}
.checkout-section .btn:hover {
    background-color: #DDBA67;
}
.toggle-link {
  color: #0d6efd;
  cursor: pointer;
  text-decoration: underline;
}



/*==============================================
 About Us Page
==============================================*/
.who-we-are-section {
    padding: 4rem 0;
    background-color: #f9f9f9;
}

.who-we-are-text h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #00194C;
}

.who-we-are-text p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.brand-highlight {
  color: #05613a;
}

.who-we-are-img img {
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
  width: 100%;
  height: auto;
  object-fit: cover;
}


.mission-vision-section {
  padding: 3rem 0;
  background-color: #fff;
}

.mission-vision-box {
  text-align: center;
  padding: 2rem;
  border-radius: 1rem;
  background-color: #f9f9f9;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 1rem rgba(0,0,0,0.03);
}

.mission-vision-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.07);
}

.mission-vision-icon {
  font-size: 2.5rem;
  color: #DDBA67;
  margin-bottom: 1rem;
}

.mission-vision-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #00194C;
  margin-bottom: 1rem;
}

.mission-vision-text {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.6;
}



.why-choose-section {
    padding: 3rem 0;
    background-color: #fff;
}

.why-choose-title {
  text-align: center;
  margin-bottom: 3rem;
}

.why-choose-title h2 {
  font-weight: 700;
  font-size: 2.2rem;
  color: #00194C;
}

.why-choose-title p {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

.why-box {
  background: #fff;
  padding: 2rem;
  border-radius: 1.25rem;
  text-align: center;
  box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.why-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 1.8rem rgba(0, 0, 0, 0.08);
}

.why-icon {
  font-size: 2.8rem;
  color: #FF6D24;
  margin-bottom: 1.2rem;
}

.why-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #00194C;
  margin-bottom: 0.8rem;
}

.why-text {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}


/*==============================================
 Contact Us Page
==============================================*/
.contact-area {
  background-color: #fff;
  padding: 2rem;
}

.contact-area h6 {
  font-style: italic;
  text-align: center;
  margin-bottom: 2.5rem;
}

.contact-area .form-label {
  font-weight: 500;
}

.contact-area .form-select,
.contact-area .form-control {
  border-radius: 0.375rem;
}

.contact-area .btn-submit {
  background-color: #FF6D24;
  color: #fff;
  border: none;
}

.contact-area .btn-submit:hover {
  background-color: #DDBA67;
  color: #fff;
}

.contact-area .card-right {
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  height: 100%;
}

.contact-area .card-right h4 {
  font-size: 1.1rem;
  text-align: left;
  margin-bottom: 1rem;
}

.contact-area .contact-icon {
  margin-right: 0.5rem;
}

.contact-area textarea {
  resize: none;
}

.contact-area .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-right: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-area .social-icons a:hover {
  background-color: #FF6D24;
  color: #fff;
}

@media (min-width: 768px) {
  .equal-height-row {
    display: flex;
}

.equal-height-row > div {
    display: flex;
    flex-direction: column;
}

.equal-height-row > div > * {
    flex: 1;
}
}
@media (max-width: 767px) {
  .contact-area {
    padding: 0.8rem;
}
}


/*=======================================
   Auth Area
========================================*/
.auth-area {
  background-color: #f8f9fa;
  padding: 40px 0;
}
.auth-container {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.signup {
    max-width: 600px;
}
.auth-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.auth-btn {
  background-color: #FF6D24;
  border: none;
  color: white;
  font-size: 16px;
  padding: 7px 20px;
  width: 100%;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.auth-btn:hover {
  background-color: #DDBA67;
  color: #fff;
}
.forgot-password {
  font-size: 14px;
  float: right;
  margin-bottom: 20px;
}
.auth-link {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
.auth-area .form-control {
  height: 40px;
  padding: 10px 15px;
  font-size: 16px;
}


/*=======================================
   Customer Account
========================================*/
.account-sidebar {
  border: 1px solid #ddd;
}
.account-sidebar .nav-link {
  border-bottom: 1px solid #ddd;
  padding: 15px;
  color: #000;
  font-weight: 500;
}
.account-sidebar .nav-link:hover,
.account-sidebar .nav-link.active {
  background-color: #FF6D24;
  color: #fff !important;
}
.account-sidebar .nav-link i {
  margin-right: 8px;
}
.account-content {
  border: 1px solid #ddd;
  padding: 25px;
  min-height: 400px;
}

.account-content .form-control {
  height: 48px;
}
.account-content .form-section-title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.account-content .btn-save {
  background-color: #FF6D24;
  color: white;
  font-weight: bold;
  padding: 10px 25px;
}


.table.orders-table {
  border-collapse: collapse;
  overflow: auto;
}
.orders-table thead {
  background-color: #f8f9fa;
}
.orders-table th,
.orders-table td {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-left: none;
  border-right: none;
  vertical-align: middle;
  padding: 12px 16px;
}
.btn-view {
  background-color: #FF6D24;
  color: white;
  font-weight: 500;
  padding: 6px 14px;
}
.btn-view:hover {
    background-color: #DDBA67;
}

.order .nav-link {
  color: #000;
  padding: 10px;
  border-radius: 5px;
}
.order .nav-link.active, .order .nav-link:hover {
  background-color: #dee2e6;
  font-weight: 500;
}
.order .table th, .order .table td {
  vertical-align: middle;
}
.order .table td img {
    max-height: 65px;
}


.success-icon {
  font-size: 4rem;
  color: #28a745;
}
.success-box {
  background-color: #e9f7ef;
  border-left: 6px solid #28a745;
  padding: 2rem;
  border-radius: 10px;
}



/*=======================================
   Blog List
========================================*/
.hautespiff-blog {
    padding: 60px 0;
}
.blog-card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
.blog-card:hover {
    transform: translateY(-5px);
}
.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.blog-content {
    padding: 20px;
}
.blog-meta {
    font-size: 14px;
    color: #777;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.blog-meta i {
    color: inherit; 
}
.blog-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
.blog-card .read-more {
    color: #ff3b3b;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.blog-card .read-more i {
    margin-left: 5px;
}
.blog-card .read-more:hover {
    color: #c62b2b;
}

.pagination .page-item {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
  background: #f8f9fa;
  color: #333;
  transition: all 0.3s ease;
}
.pagination .page-item.active {
  background: #FF6D24;
  color: white;
}
.pagination .page-item:hover {
  background: #FF6D24;
  color: white;
}




/*==============================================
 Blog Post Page
==============================================*/
.post-area {
    position: relative;
    background-color: #f8f9fa;
    padding: 30px 0;
}
.post-container {
    max-width: 1200px;
}
.post-content {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0;
}
.post-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 0;
}
.post-meta-info i {
    color: #024d2e;
    font-size: 14px;
}
.post-title {
/*    font-size: 24px;*/
font-weight: bold;
margin-top: 10px;
}
.post-content .content {
    padding: 20px;
}
.post-content ul, .post-content ol {
    padding-left: 20px;
}
.post-content ul li {
    list-style: disc;
}
.post-content a:hover {
    color: #024d2e;
}
.blog-sidebar {
    padding-left: 20px;
}
.blog-sidebar .searchbox {
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.blog-sidebar .searchbox form {
  display: flex;
  align-items: center;
  position: relative;
}
.blog-sidebar .searchbox input {
  width: 100%;
  padding: 10px 40px 10px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}
.blog-sidebar .searchbox button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: #FF6D24;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 5px;
}
.blog-sidebar .searchbox button:hover {
    background-color: #DDBA67;
}

.latest-blog {
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.latest-blog h5 {
    margin-top: 0;
    font-size: 20px;
}
.latest-blog .post {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.latest-blog .post img {
    width: 70px;
    height: 50px;
    margin-right: 10px;
}
.latest-blog .post-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}
.latest-blog .post-title a:hover {
    color: #024D2E;
    font-weight: 600;
}
.latest-blog .post-date {
    font-size: 12px;
    color: #666;
    margin-left: 5px;
}


/*==============================================
 Privacy Policy
==============================================*/
.privacy-policy {
    padding: 40px 0;
}
.privacy-policy ul, .privacy-policy ol {
    padding-left: 20px;
}
.privacy-policy ul li {
    list-style: disc;
}


/*==============================================
 FAQs section
==============================================*/
.faq-section {
    margin: auto;
    padding: 50px 20px;
}
.faq-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.faq-search {
    margin-bottom: 20px;
}
.accordion-button {
    font-weight: 600;
    background-color: #fff;
/*    color: #05613a;*/
border: none;
}
/*.accordion-button:hover {
    background-color: rgba(5, 97, 58, 0.1);
}
.accordion-button:not(.collapsed) {
    background-color: #05613a;
    color: #fff;
}*/
.accordion-body {
    background-color: #fff;
}




/*==============================================
 Footer section
==============================================*/
.footer {
    background: #02726b;
    padding: 50px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}
.footer h4 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}
.footer a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}
.footer a:hover {
    color: #DDBA67;
}
.footer .contact-info i {
    margin-right: 10px;
}
.footer .social-icons a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin-right: 15px;
}
.footer .newsletter {
    position: relative;
    display: flex;
    align-items: center;
    border: 2px solid #FF6D24;
    border-radius: 50px;
    overflow: hidden;
    background: white;
    padding: 5px;
}
.footer .newsletter input {
    flex: 1;
    padding: 2px;
    border: none;
    outline: none;
    font-size: 14px;
    height: 36px;
}
.footer .newsletter button {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: #FF6D24;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
.footer .newsletter button:hover {
    background-color: #DDBA67;
}

.footer .payments img {
    max-width: 60px;
    margin-right: 10px;
}
.footer-bottom {
    border-top: 1px solid #015953;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
}
@media (max-width: 768px) {
    .footer .col-md-3,
    .footer .col-md-2 {
        /*text-align: center;*/
        margin-bottom: 30px;
    }
    .footer .social-icons {
        /*justify-content: center;*/
    }
}

.scroll-to-top,
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #070026;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.scroll-to-top:hover,
.whatsapp-button:hover {
    background-color: #ffffff;
}
.whatsapp-button {
    bottom: 90px;
    background-color: #25d366;
    color: white;
}
.whatsapp-button:hover {
    background-color: #1da851;
}



/*=======================================
   Loader
========================================*/
.loader{
  display: none;
}
.spinner {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 40px;
}
.spinner div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 7px;
  background: #FF6D24;
  color: #024d2e;
  -webkanimation: spinner 1.2s infinite ease-in-out;
  animation: spinner 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.spinner div:nth-child(1) {
  left: 6px;
  animation-delay: -0.16s;
}
.spinner div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.spinner div:nth-child(3) {
  left: 45px;
  animation-delay: -0.8s;
}
.spinner div:nth-child(4) {
  left: 65px;
  animation-delay: -0.4s;
}
.spinner div:nth-child(5) {
  left: 85px;
  animation-delay: 0;
}
@keyframes spinner {
  0% {
    top: 6px;
    height: 51px;
}
50%, 100% {
    top: 19px;
    height: 26px;
}
}

@-webkkeyframes sk-stretchdelay {
  0%, 40%, 100% { -webktransform: scaleY(0.4) }
  20% { -webktransform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webktransform: scaleY(0.4);
}20% {
 transform: scaleY(1.0);
 -webktransform: scaleY(1.0);
}
}