/* Comon Css */
:root {
  --orange: #FC7901;
  --white: #ffffff;
  --yellow: #FCBD01;
  --pink: #e088b1;
  --blue: #5a1fff;
  --dark-blue:rgba(30, 58, 138, 1);
}

.min-w-200 {
  min-width: 200px;
}

.min-w-150 {
  min-width: 150px;
}
.min-w-100 {
  min-width: 100px;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) hsla(204, 10%, 90%, 0.719) !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) hsla(204, 10%, 90%, 0.719) !important;
}

.text-orange {
  color: var(--orange);
}

.bg-orange {
  background-color: var(--orange);
}

.text-yellow {
  color: var(--yellow);
}

.bg-yellow {
  color: var(--yellow);
}

.text-pink {
  color: var(--pink);
}

.bg-pink {
  background-color: var(--pink);
}

.text-blue {
  color: var(--blue);
}

.bg-blue {
  background-color: #0d6efd;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /* font-family: "Lato", sans-serif; */
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 15px;
  color: #444;
}

a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

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

ul {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  margin-bottom: 5px;
}

ul li {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

table th,
table td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
}

input,
select,
textarea,
button {
  font-family: inherit;
  font-size: 1rem;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input:focus,
textarea:focus,
select:focus,
.form-control:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: none;
}

button {
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}

button:hover {
  background-color: #0056b3;
}

.btn.type-01 {
  background-color: var(--orange);
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  transition: 0.5s ease;
}

.btn.type-01:hover {
  background-color: #ee4e05;
}

.btn.type-02 {
  background-color: var(--dark-blue);
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 13px;
  position: relative;
  transition: 0.5s ease;
  font-weight: 600 !important;
}

.btn.type-02:hover {
  background-color: #ee4e05;
}

.btn.type-03 {
  background-color: white;
  color: #000000;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  position: relative;
  transition: 0.5s ease;
}

.btn.type-03:hover {
  background-color: rgb(230, 230, 230);
}
.btn.type-04 {
  background-color: #2da5f3;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  transition: 0.5s ease;
}
.btn.type-05 {
  background-color: var(--dark-blue);
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  transition: 0.5s ease;
  width: 155px;
  margin: 0 auto;
}

.btn.type-05:hover {
  background-color: #02052e;
}

.btn.type-04:hover {
  background-color: #2a88c7;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.bg-dark {
  background-color: #000 !important;
}

.text-dark {
  color: #000 !important;
}

.sub-headline h5 {
  font-size: 34px;
}

/* header */
header{
  position: relative;
  /* z-index: 99999; */
  z-index: 999;
}
header .sub-header p,
header .sub-header ul,
header .sub-header ul li,
.sub-header ul li a,
header .sub-header span {
  color: white;
  margin: 0;
  font-size: 14px;
}

header .login-bar {
  padding: 10px 0;
}

header .login-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

header .login-bar .logo-area {
  flex: 1;
  min-width: 70px;
  max-width: 200px;
}

header .login-bar .area-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin-right: 15px;
}

header .login-bar .login-area .part-1 {
  display: flex;
  flex: 1;
}

header .login-bar .login-area .part-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 35px;
  margin-left: 15px;
}

header .login-bar .area-2 {

  flex: auto;

  max-width: 350px;

  margin: 0 auto;
}

header .login-bar .ctg-bar {
  display: none;
}

header .login-bar .ctg-bar .btn {
  background-color: #F3F9FB;
  padding: 8px;
  position: relative;
  transition: 0.5s ease;
}

header .login-bar .ctg-bar .btn:hover {
  background-color: #eff5ff;
  border-color: #4AB2FD;
}

header .login-bar .ctg-bar .btn img {
  width: 20px;
}

header .login-bar .ctg-bar .btn span {
  position: relative;
  top: 2px;
}

header .login-bar .search-area {
  position: relative;
  z-index: 10;
}

header .login-bar .search-area .icon {
  position: absolute;
  top: 12px;
  left: 6px;
}

header .login-bar .search-area .icon span {
  font-size: 20px;
  color: #858585;
}

header .login-bar .search-area .form-control {
  background: #F3F9FB;
  border-color: transparent;
  border-radius: 10px;
  padding: 10px 15px 10px 30px;
  font-size: 14px;
  transition: 0.5s ease;
}

header .login-bar .search-area .form-control:hover {
  border-color: #4AB2FD;
}

header .login-bar .search-area .form-control:focus {
  border-color: #4AB2FD;
}

header .login-bar .price-dropdown .dropdown .btn {
  color: var(--orange);
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  font-size: 14px;
}

header .login-bar .price-dropdown.language a {
  display: flex;
  align-items: center;
}

header .login-bar .price-dropdown.language a span {
  font-size: 16px;
  margin-right: 3px;
}

header .login-bar .price-dropdown .dropdown .dropdown-item {
  font-size: 14px;
}

header .login-bar .login-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}

header .login-bar .login-group li {
  font-size: 14px;
  position: relative;
}

header .login-bar .login-group li a {
  position: relative;
  transition: 0.5s ease;
}

header .login-bar .login-group li a:hover {
  color: #fc792a !important;
}

header .login-bar .login-group li::after {
  position: absolute;
  content: "";
  top: 3px;
  right: -15px;
  height: 18px;
  width: 1px;
  background: #c9c9c9;
}

header .login-bar .login-group li:last-child::after,
header .login-bar .login-group .dropdown-menu li::after {
  display: none;
}

header .login-bar .login-group li img {
  width: 20px;
}

header .login-bar .ctg-btn .btn {
  background: #4AB2FD;
  background: -webkit-linear-gradient(to right, #4AB2FD, #6A60FF);
  background: linear-gradient(to right, #4AB2FD, #6A60FF);
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  padding: 11px 20px;
  transition: 0.5s ease;
  position: relative;
}

header .login-bar .ctg-btn .btn:hover {
  background: -webkit-linear-gradient(to left, #4AB2FD, #6A60FF);
  background: linear-gradient(to left, #4AB2FD, #6A60FF);
}

header .login-bar .menu-area {

border-top: 1px solid #ededed6e;

border-bottom: 1px solid #ededed6e;

padding: 4px 0;

margin-top: 10px;

border: 1px solid #3E8EAE;

background: #F3F8FA;
}
header .login-bar .menu-area .navbar-nav{
    margin: 0 auto;
}
header .login-bar .menu-area .navbar-nav .nav-item {
  margin: 0 6px;
}

header .login-bar .menu-area .navbar-nav .nav-item .nav-link {
  border-radius: 18px;
  font-size: 14px;
  padding: 5px 12px;
  transition: 0.5s ease;
  color: #000;
}

header .login-bar .menu-area .navbar-nav .nav-item .nav-link:hover {
  background: #000;
  color: #fff;
}

header .login-bar .menu-area .navbar-nav .nav-item .nav-link.active {
  background: #000;
  color: #fff;
}

header .login-bar .menu-area .navbar-toggler {
  position: absolute;
  top: -59px;
  border: transparent;
  background-color: #F3F9FB;
  padding: 5px 8px;
  position: relative;
  transition: 0.5s ease;
}

header .login-bar .menu-area .navbar-toggler:focus {
  box-shadow: none;
}

header .login-bar .menu-area button:hover {
  background-color: #eff5ff !important;
  border-color: #4AB2FD;
}

header .login-bar .menu-area .navbar-toggler-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}

header .login-bar .navbarNav {
  display: none;
}

header .login-bar .navbarNav.active {
  display: block;
}

header .login-bar .navbar-collapse.active {
  display: none;
}

header .login-bar .menu-area .cls-btn {}

header .login-bar .menu-area .cls-btn .btn {
  font-size: 22px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  display: none;
  height: 24px;
  width: 24px;
  opacity: 0;
}

/* banner */
.banner-main .banner-part-1 {
  height: auto;
  width: 100%;
}

.banner-main .banner-part-1 .carousel-item {
  width: 100%;
}

.banner-main .banner-part-1 .carousel-item .short-info {
  margin: 10px 0 30px;
  width: 50%;
  margin-right: 15px;
}

.banner-main .banner-part-1 .carousel-item p.text-primary {
  font-size: 14px;
  position: relative;
  font-weight: 600;
  color: #2484C2;
  margin-left: 40px;
}

.banner-main .banner-part-1 .carousel-item p.text-primary::after {
  position: absolute;
  content: "";
  top: 12px;
  left: -35px;
  width: 30px;
  height: 2px;
  background-color: #2484C2;
}

.banner-main .banner-part-1 .carousel-item h2 span {
  color: var(--orange);
}

.banner-main .banner-part-1 .carousel-item .btn {
  background-color: var(--orange);
  color: #fff;
  padding: 15px 32px;
  border-radius: 4px;
  font-size: 16px;
  position: relative;
  transition: 0.5s ease;
  align-items: center;
  display: flex;
  gap: 10px;
  width: max-content;
  font-weight: 600;
}

.banner-main .banner-part-1 .carousel-item .btn:hover {
  background-color: #de6601;
}

.banner-main .banner-part-1 .carousel-item .product-img {
  width: 100%;
  border-radius: 8px;
}

.banner-main .banner-part-1 .carousel-item .product-img img {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.banner-main .banner-part-1 .carousel-item .product-img span {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  line-height: 52px;
  border: 2px solid #fff;
  top: -26px !important;
  right: -20px !important;
  margin: 0 !important;
  font-size: 14px;
  font-weight: 500;
}

.banner-main .banner-part-1 .carousel-indicators [data-bs-target] {
  background-color: #000000;
  border-top: none;
  border-bottom: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.banner-main .banner-part-1 .carousel-indicators {
  justify-content: center;
    gap: 4px;
    margin-left: 0;
    margin-right: 0;
}

.banner-main .banner-part-1 .carousel {
  width: 100%;
}

.banner-main .banner-part-2 {
  height: 100%;
}

.banner-main .banner-part-2 ul {
  gap: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.delevery-info-main {
  margin-top: 20px;
  margin-bottom: 50px;
}

/* ---------------- */
.category-main .product-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border: 1px solid #008081;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px 4px rgb(0 0 0 / 5%);
}

.category-main .product-icon img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.product-section .product-item .card {
  position: relative;
  border-radius: 12px;
  margin-bottom: 15px;
  border: 1px solid #dfdfdf8f;
  padding: 16px;
  box-shadow: 0 3px 8px 1px #ebebebe3;
}

.product-section .product-item .card .card-img {
  margin-bottom: 10px;
  height: 200px;
  max-width: 100%;
}
.product-section .product-item .card .card-img img{
  margin-bottom: 10px;
  height: 100%;
  max-width: 100%;
  object-fit:contain
}

.product-section .product-item .card .badge-group .badge {
  box-shadow: 0 2px 5px 3px #0000000d;
  border-radius: 6px;
  font-size: 11px !important;
}

.product-section .product-item .card .badge-group .badge.badge-01 {
  top: 10px !important;
  left: 10px !important;
  font-size: 12px;
  padding: 8px 10px;
  font-weight: 500;
  margin: 0 !important;
  text-transform: uppercase;
}
.product-section .product-item .card .badge-group .badge.badge-01.sp-1{
  display: flex;
    align-items: center;
    gap: 4px;
    background: #1E3A8A;
    border-radius: 0 0 32px 0;
    padding-right: 20px;
}

.product-section .product-item .card .badge-group .badge.badge-02 {
  top: 35px !important;
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 0;
  font-weight: 500;
  display: none;
}

.product-section .product-item .card .card-body {
  padding: 0 !important;
}

.product-section .product-item .card .card-body .card-title {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 7px;
}

.product-section .product-item .card .card-body p {
  font-size: 14px;
  margin-bottom: 12px !important;
}

.product-section .product-item .card .rating-area {
  margin-bottom: 3px;
}

.product-section .product-item .card .rating-area .star-full svg {
  stroke: var(--orange);
  fill: var(--orange);
}

.product-section .product-item .card .rating-area .start-line svg {
  stroke: var(--orange);
}

.product-section .product-item .card .rating-area ion-icon {
  color: #b4853e;
  stroke: #b4853e;
  --ion-color-base: #b4853e;
  font-size: 18px;
}

.product-section .product-item .card .action-btn-area button {
  background: transparent;
  line-height: 10px;
}

.product-section .product-item .card .action-btn-area button ion-icon {
  color: #000;
  font-weight: 700;
  font-size: 22px;
}

.product-section .product-item .card .action-btn-area .btn {
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  gap: 7px;
  align-items: center;
  justify-content: center;
}

.product-section .product-item .card .action-btn-area p.icon {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0 !important;
  position: relative;
  top: 2px;
}

.product-section .product-item .card .icon-01,
.product-section .product-item .card .icon-02 {
  background: transparent;
  color: #000;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 12px;
  font-size: 20px;
}

.product-section .product-item .card .icon-02 {
  top: 34px !important;
}

/*  */
.product-banner-section {
  margin-bottom: 20px;
}

.product-banner-section .owl-dots {
  display: flex;
  justify-content: center;
  margin: 15px auto;
}

/* .product-banner-section .item {
  max-width: 800px;
  margin: 0 auto;
} */

.product-banner-section .owl-dot.active {
  height: 7px;
  width: 18px;
  background: #0d6efd !important;
  border-radius: 16px;
}

.product-banner-section .owl-dot {
  height: 9px;
  width: 9px;
  background: #767676 !important;
  border-radius: 50%;
  margin: 0 3px;
}

/*  */
.product-bigger-banner .info .badge {
  padding: 10px 16px;
  margin-bottom: 10px;
}

.product-bigger-banner .img-area {
  width: 100%;
  margin-bottom: 25px;
}

.product-bigger-banner .img-area img {
  width: 100%;
}

.product-bigger-banner .badge-area {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.product-bigger-banner .badge-area .badge {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  line-height: 54px;
  border: 3px solid #fff;
  background: #ff9e93 !important;
  font-size: 14px;
}

/*  */
.vission-mission-area {
  padding: 35px 0;
  background-color: #DDEDB0;
}

.vission-mission-area ul li {
  width: 35px;
}

.vission-mission-area .img-area {
  max-width: 300px;
  margin: auto;
}

/* donation */
.donation-main {
  margin: 50px 0;
}

.donation-main .card {
  border-radius: 6px;
  margin-bottom: 15px;
}

.donation-main .card .img-area {
  height: 300px;
  width: 100%;
}

.donation-main .card .img-area img {
  border-radius: 6px 6px 0 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.donation-main .card .info {
  background-color: #F99C3F;
  border-radius: 0 0 6px 6px;
}

.donation-main .card .info.area2 {
  background-color: #6571AC;
}

.donation-main .card .info .power-logo {
  width: 50px;
}

/*  */
.enquire-main {
  position: relative;
  background-image: url("../assets/images/back-banner.jpg");
  padding: 50px 0;
  background-size: cover;
  background-position: center;
}

.enquire-main::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #8E2DE2;
  background: -webkit-linear-gradient(to right, #08edff85, #000000);
  background: linear-gradient(to right, #08edff85, #000000);
}

.enquire-main .info {
  position: relative;
  z-index: 1;
  text-align: center;
}

.enquire-main .info h2 {
  line-height: 45px;
}

.enquire-main .info .btn.type-03 {
  padding: 12px 44px;
  font-size: 16px;
  font-weight: 600;
  margin: 25px 0 15px;
}

/*  */
.enquire-main-2 {
  /* background-image: url(../assets/images/copy-enquery.png); */
  background-image: url(../assets/images/back-banner.jpg);
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}

.enquire-main-2 .enquire-content {
  background-color: rgba(255, 239, 213, 0.8);
  /* Light peach overlay */
  padding: 40px;
  border-radius: 12px;
  max-width: 900px;
  margin: auto;
}

.enquire-main-2 .enquire-heading {
  color: #4a2d10;
  font-size: 28px;
  font-weight: bold;
}

.enquire-main-2 .enquire-btn {
  margin-top: 20px;
  background-color: #4a2d10;
  color: white;
  padding: 14px 28px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 6px;
  text-decoration: none;
}

.enquire-main-2 .enquire-btn:hover {
  background-color: #3a240c;
  color: #fff;
}

footer .footer-area ul li a {
  position: relative;
  transition: 0.5s ease;
}

footer .footer-area ul li a:hover {
  color: var(--orange) !important;
}

footer .f-logo-cercle {
  height: 30px;
  width: 30px;
}

footer .f-logo {
  font-size: 28px;
  color: #fff;
}

footer .form-control {
  background-color: transparent;
  border: 1px solid #6a6a6a;
  height: 40px;
  color: #fff;
}

.input-group button {
  border-color: #6a6a6a;
  line-height: 10px;
  width: 40px;
}

footer .copyright-area {
  background-color: #232425;
  border-top: 1px solid #726F6F;
  padding: 15px 0;
}

footer .copyright-area p {
  color: #ADB7BC;
  font-size: 12px;
}

footer .copyright-area p a {
  color: #ADB7BC;
}

footer .media-icon ion-icon {
  position: relative;
  transition: 0.5s ease;
}

footer .media-icon ion-icon:hover {
  color: var(--orange);
}
footer .img-area{
  max-width: 200px;
}
/* inner banner */
.inner-banner-main .img-area {
  width: 100%;
  height: auto;
}

.inner-banner-main .img-area img {
  width: 100%;
}

/* product filter area */
.filter-main-area .filter-sidebar {
  max-width: 400px;
  border-radius: 1rem;
  padding: 1.5rem;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}

.filter-main-area h6 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.filter-main-area .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  margin-top: 0;
  border: 2px solid #888;
  padding: 0px 0px;
}

.filter-main-area .form-check {
  margin-bottom: 6px;
}

.filter-main-area .form-check-input:checked {
  background-color: #7c3aed;
  border-color: #7c3aed;
}

.filter-main-area .form-check-label {
  font-size: 14px;
  color: #444;
  margin-left: 12px;
}

.filter-main-area .apply-btn {
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
}

.filter-main-area .star-icon {
  font-size: 1rem;
  vertical-align: middle;
}

.filter-main-area .list-group-area {
  max-height: 150px;
  overflow-y: auto;
}

.product-section-main {
  position: relative;
}

.product-section-main .pagination .page-link {
  color: #333;
  border-radius: 0.5rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
}

.product-section-main .pagination .page-item.active .page-link {
  color: #6200ea;
  background-color: #fff;
  border: 2px solid #6200ea;
}

.product-section-main .pagination .page-item.disabled .page-link {
  background-color: #e0e0e0;
  color: #aaa;
}

.sub-headline .head-f {
  display: none !important;
}


/* ---------------------- */
.login-sign-section {
  display: none;
  position: absolute;
  z-index: 9;
  width: 350px;
  top: 35px;
  right: 0;
}

.login-sign-section.active {
  display: block;
}

.login-sign-section .wrapper {
  overflow: hidden;
  max-width: 390px;
  background: #fff;
  padding: 16px;
  border-radius: 15px;
  box-shadow: 0px 7px 16px 6px rgb(0 0 0 / 17%);
}

.login-sign-section .wrapper .title-text {
  display: flex;
  width: 200%;
}

.login-sign-section .wrapper .title {
  width: 50%;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.login-sign-section .wrapper .slide-controls {
  position: relative;
  display: flex;
  height: 40px;
  width: 100%;
  overflow: hidden;
  margin: 15px 0 10px 0;
  justify-content: space-between;
  border: 1px solid lightgrey;
  border-radius: 30px;
}

.login-sign-section .slide-controls .slide {
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}

.login-sign-section .slide-controls label.signup {
  color: #000;
}

.login-sign-section .slide-controls .slider-tab {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 30px;
  background: -webkit-linear-gradient(left, #003366, #004080, #0059b3, #0073e6);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.login-sign-section input[type="radio"] {
  display: none;
}

.login-sign-section #signup:checked~.slider-tab {
  left: 50%;
}

.login-sign-section #signup:checked~label.signup {
  color: #fff;
  cursor: default;
  user-select: none;
}

.login-sign-section #signup:checked~label.login {
  color: #000;
}

.login-sign-section #login:checked~label.signup {
  color: #000;
}

.login-sign-section #login:checked~label.login {
  cursor: default;
  user-select: none;
}

.login-sign-section .wrapper .form-container {
  width: 100%;
  overflow: hidden;
}

.login-sign-section .form-container .form-inner {
  display: flex;
  width: 200%;
}

.login-sign-section .form-container .form-inner form {
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.login-sign-section .form-inner form .field {
  height: 50px;
  width: 100%;
  margin-top: 20px;
}

.login-sign-section .form-inner form .field input {
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 15px;
  border-radius: 6px;
  border: 1px solid lightgrey;
  border-bottom-width: 2px;
  font-size: 14px;
  transition: all 0.3s ease;
  height: 44px;
}

.login-sign-section .form-inner form .field input:focus {
  border-color: #1a75ff;
  /* box-shadow: inset 0 0 3px #fb6aae; */
}

.login-sign-section .form-inner form .field input::placeholder {
  color: #999;
  transition: all 0.3s ease;
}

form .field input:focus::placeholder {
  color: #1a75ff;
}

.login-sign-section .form-inner form .pass-link {
  margin-top: 5px;
}

.login-sign-section .form-inner form .signup-link {
  text-align: center;
  margin-top: 30px;
}

.login-sign-section .form-inner form .pass-link a,
.login-sign-section .form-inner form .signup-link a {
  color: #1a75ff;
  text-decoration: none;
}

.login-sign-section .form-inner form .pass-link a:hover,
.login-sign-section .form-inner form .signup-link a:hover {
  text-decoration: underline;
}

.login-sign-section .form-inner form .login-link {
  text-align: center;
  margin-top: 30px;
}

.login-sign-section .form-inner form .pass-link a,
.login-sign-section .form-inner form .login-link a {
  color: #1a75ff;
  text-decoration: none;
}

.login-sign-section .form-inner form .pass-link a:hover,
.login-sign-section .form-inner form .login-link a:hover {
  text-decoration: underline;
}

.login-sign-section form .btn {
  height: 50px;
  width: 100%;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.login-sign-section form .btn .btn-layer {
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: -webkit-linear-gradient(right, #003366, #004080, #0059b3, #0073e6);
  border-radius: 30px;
  transition: all 0.4s ease;
  top: 0;
}

.login-sign-section form .btn:hover .btn-layer {
  left: 0;
}

.login-sign-section form .btn input[type="submit"] {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  padding-left: 0;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

/* cart page css */

.cart-main-sec .card {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}

.cart-main-sec .card-header {
  background-color: #eaeaea;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-main-sec .product-img img {
  width: 55px;
  height: 55px;
  border-radius: 4px;
  border: 1px solid #ccccccb5;
  box-shadow: 0 1px 4px 2px #00000008;
}

.cart-main-sec .prdct-delete {
  color: #f60002;
  border: none;
  border-radius: 4px;
  background: transparent;
  font-size: 24px;
  padding: 0;
  height: 24px;
}

.cart-main-sec .qty-input-box {
  width: 60px;
  text-align: center;
  border: 1px solid #dfe3e7;
  border-radius: 4px;
  background-color: #fff;
}

.cart-main-sec .prdct-qty-btn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 4px;
  background-color: rgba(90, 141, 238, 0.18);
  color: #5a8dee;
}

.cart-main-sec .prdct-qty-btn:hover {
  background-color: #5a8dee;
  color: white;
}

.cart-main-sec tfoot td,
.cart-main-sec tfoot th {
  font-weight: 600;
}

.cart-main-sec td,
.cart-main-sec th {
  font-size: 14px;
  border-left: none !important;
  border-right: none !important;
}

.cart-main-sec.wishlist-area td button {
  background-color: transparent;
  color: var(--bs-danger);
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
  line-height: 15px;
}

.cart-main-sec .coupon-info .form-group .form-control {
  font-size: 14px;
  max-width: 200px;
}

/* ----------------------------- */
.product-details-main {
  margin: 50px 0;
}

.product-details-main .product-image-area .zoom-container {
  display: flex;
  gap: 1rem;
  position: relative;
  flex: 1;
}

/* .product-details-main .product-image-area .thumbs-vertical {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 60px;
} */

.product-details-main .product-image-area .thumbs-vertical {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70px;
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.product-details-main .product-image-area .thumb-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.2s;
}

.product-details-main .product-image-area .thumb-img.active {
  border: 2px solid #007bff;
}

.product-details-main .product-image-area .image-box {
  position: relative;
  width: 100%;
  /* height: 350px; */
  overflow: hidden;
  border: 1px solid #ccc;
}

.product-details-main .product-image-area .image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: zoom-in;
}

.product-details-main .product-image-area .zoom-preview {
  width: 166%;
  height: 429px;
  border: 1px solid #ccc;
  overflow: hidden;
  display: none;
  position: absolute;
  left: 100%;
  background: #fff;
  margin-left: 8px;
  z-index: 9;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.product-details-main .product-image-area .zoom-preview img {
  position: absolute;
  width: 700px;
  height: 700px;
  object-fit: cover;
}

/* details info area */
.product-details-info .part-1 {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.product-details-info h5 {
  font-weight: 700;
}

.product-details-info .rating-badge {
  background-color: #28a745;
  color: white;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
  width: 60px;
  text-align: center;
}

.product-details-info .strike {
  text-decoration: line-through;
  color: gray;
}

.product-details-info .size-btn {
  border: 1px solid #ccc;
  margin-right: 5px;
  font-weight: 500;
  padding: 6px 10px;
  font-size: 12px;
}

.product-details-info .size-btn.active {
  background-color: #2DA5F3;
  color: white;
  border-color: #2DA5F3;
  margin-bottom: 0;
}

.product-details-info .part-1 .qty-input {
  text-align: center;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  flex: 1;
  max-width: 65px;
}

.product-details-info .btn-outline-secondary {
  border-radius: 0;
}

.product-details-info .btn-primary {
  padding: 6px 10px;
  background: #2da5f3;
  border-color: #2da5f3;
  margin-bottom: 7px;
}

.product-details-info .input-group~.btn.btn-primary {
  padding: 7px 24px;
}

@media (max-width: 576px) {
  .product-details-info .part-1 {
    padding: 15px 0;
  }

  .product-details-info .part-1 .r-name {
    flex: 1;
  }

  .product-details-info .part-1 .stockname {
    flex: 1;
  }

  .product-details-info .part-1 .input-group {
    width: 130px !important;
  }

  .product-details-info .input-group {
    width: 100% !important;
  }
}

.product-details-info .card-title {
  font-size: 1.1rem;
}

.product-details-info .row {
  font-size: 0.95rem;
}

.product-details-info .card {
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.product-details-info .btn-outline-secondary {
  font-size: 0.85rem;
  padding: 4px 10px;
  border-radius: 6px;
}

.product-details-info .part-3 h5 {
  flex: 1;
}

.product-details-info .part-3 .btn-outline-secondary {
  padding: 8px 10px;
  flex: auto;
  max-width: 120px;
}

.product-details-info .rating-group {
  max-width: 600px;
}
/* New */
@media(min-width:1200px){
.product-details-main .product-image-area.fixed {
  position: fixed;
  top: 25px;
  width: 39%;
  z-index: 1000;
}
}

.my-account-main .account-container {
      margin-top: 50px;
    }
    .my-account-main .account-menu {
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      padding: 20px 0;
      background: #4AB2FD;
      background: -webkit-linear-gradient(to right, #4AB2FD, #251bba);
      background: linear-gradient(to right, #4AB2FD, #251bba);
    }
    .my-account-main .account-menu .nav-link {
      font-weight: 500;
      color: #fff;
      padding: 12px 20px;
      border-radius: 0;
      border-left: 3px solid transparent;
      transition: all 0.3s;
    }
    .my-account-main .account-menu .nav-link.active {
      background-color: #ffffff;
      border-left: 3px solid var(--orange);
      color: var(--orange);
    }
    .my-account-main .account-content {
      background: #ffdb893d;
      border-radius: 10px;
      /* box-shadow: 0 2px 8px rgba(0,0,0,0.05); */
      padding: 30px;
      min-height: 400px;
      border: 1px solid #c5c7ff;
      margin-bottom: 50px;
      background: #4AB2FD;
      background: -webkit-linear-gradient(to right, #ffffff, #5c52ff2b);
      background: linear-gradient(to right, #ffffff, #5c52ff2b);
    }
.my-account-main .account-content h4{
  color:#084298;
}
    @media (max-width: 768px) {
      .my-account-main .account-menu {
        margin-bottom: 20px;
      }
    }
    .my-account-main .wishlist-area01 .wishlist-img {
    max-width: 60px;
  }
  .my-account-main .logout-card {
  max-width: 400px;
  margin: 100px auto;
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}
.my-account-main .logout-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* testimonial area */
.testimonial-section{
  margin: 50px 0;
}
.testimonial-section .testimonial-card {
      border-radius: 10px;
      padding: 25px;
      background: #fff;
      text-align: center;
      box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
      margin: 40px 5px;
      position: relative;
    }
    .testimonial-section .testimonial-avatar {
      width: 65px;
      height: 65px;
      border-radius: 50%;
      background: #f1f1f1;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      font-weight: bold;
      color: #0d2c54;
      margin: 0 auto 15px;
      position: absolute;
      top: -30px;
      left: 50%;
      transform: translateX(-50%);
    }
    .testimonial-section .testimonial-text {
      color: #555;
      font-size: 14px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      margin: 25px 0 10px;
    }
    .testimonial-section .testimonial-name {
      font-weight: bold;
      color: #0d2c54;
      text-transform: uppercase;
      margin-top: 10px;
    }
    .testimonial-section .rating-area ion-icon {
      font-size: 20px;
      color: #ffcc00; /* Golden color for stars */
    }
    /* Custom Arrow Style */
    .testimonial-section .owl-nav {
      position: absolute;
      bottom: -35px;
      width: 100%;
      display: flex;
      justify-content: center;
      gap: 10px;
    }
    .testimonial-section .owl-nav button {
      background: none !important;
      border: none !important;
      font-size: 30px !important;
      color: transparent !important;
      cursor: pointer;
    }
.testimonial-section .owl-nav button ion-icon{
    color: #000;
    }
    .testimonial-section .owl-nav button:hover {
      color: #ffcc00 !important;
    }
    .testimonial-section .section-title {
      display: flex;
      align-items: center;
      text-align: center;
      margin: 30px 0;
    }
    .testimonial-section .section-title::before,
    .testimonial-section .section-title::after {
      content: "";
      flex: 1;
      border-bottom: 1px solid #ccc; /* line color */
    }
    .testimonial-section .section-title:not(:empty)::before {
      margin-right: 0.75em;
    }
    .testimonial-section .section-title:not(:empty)::after {
      margin-left: 0.75em;
    }
    .testimonial-section .section-title span {
      font-weight: bold;
      font-size: 24px;
      color: #0d2c54; /* same navy blue */
      text-transform: uppercase;
    }


/* product ctg section */
.ctg-section-01 .section-title {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 30px 0;
}

.ctg-section-01 .section-title::before,
.ctg-section-01 .section-title::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
}

.ctg-section-01 .owl-carousel {
  max-width: 900px;
  margin: 0 auto;
}

.ctg-section-01 .ctg-card {
  text-align: center;
}

.ctg-section-01 .ctg-card .ctg-img {
  max-width: 150px;
  margin: 0 auto;
}

.ctg-section-01 .ctg-card .ctg-img img {width: 100%;}

.ctg-section-01 .owl-nav {
  position: absolute;
  bottom: -35px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  /* display: block !important; */
  width: 100%;
  text-align: center;
}

.ctg-section-01 .owl-nav button {
  background: none !important;
  border: none !important;
  font-size: 30px !important;
  color: transparent !important;
  cursor: pointer;
  margin: 0 5px;
  cursor: pointer;
}

.ctg-section-01 .owl-nav button ion-icon {
  color: #000;
}

.ctg-section-01 .owl-nav button:hover {
  color: #ffcc00 !important;
}

/* main ctg sec */
.category-main2 .product-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border: 1px solid #008081;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px 4px rgb(0 0 0 / 5%);
}
.category-main2 .owl-nav {
  position: absolute;
  bottom: -60px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  /* display: block !important; */
  width: 100%;
  text-align: center;
}

.category-main2 .owl-nav button {
  background: none !important;
  border: none !important;
  font-size: 30px !important;
  color: transparent !important;
  cursor: pointer;
  margin: 0 5px;
  cursor: pointer;
}

.category-main2 .owl-nav button ion-icon {
  color: #000;
}

.category-main2 .owl-nav button:hover {
  color: #ffcc00 !important;
}

.category-main2 .product-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border: 1px solid #008081;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px 4px rgb(0 0 0 / 5%);
}

.category-main2 .product-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
}

.category-main2 .item p {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
    font-weight: 600;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
}
