/* stylesheet */
:root {
  --primary-color: #e5f0f5;
  --secondary-color: #030000;
  --dark-color1: #031d2e;
  --dark-color2: #17384e;
  --white-color: #ffffff;
  --transition: 0.4s ease-in-out;
}

:after,
:before {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

.form-control:focus {
  color: #ffffff;
  background-color: #17384e;
  border-color: #17384e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.as_footer_logo img {
  width: 200px;
}



.as_sign_form {
  background: #fff;
  border-radius: 20px;
  transition: 0.3s ease;
  border: 1px solid #eee;
}

.as_sign_form:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.form-label {
  font-weight: 600;
  color: #222;
}

.form-control,
.form-select {
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 10px;
}

.form-control:focus,
.form-select:focus {
  border-color: #ff6600;
  box-shadow: 0 0 6px rgba(255, 102, 0, 0.3);
}

.as_btn {
  background: #ff6600;
  color: #fff;
  border-radius: 40px;
  font-weight: 600;
  transition: 0.25s ease;
}

.as_btn:hover {
  background: #d55400;
  transform: scale(1.07);
}

.as_result_box {
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 25px;
  animation: fadeIn 0.5s ease;
}


body {
  font-size: 16px;
  line-height: 23px;
  margin: 0;
  background-image: url(../images/footer.jpg);
  background-size: cover;
  /* better full coverage */
  background-position: center;
  background-repeat: no-repeat;

  background-color: rgba(65, 65, 65, 0.073);
  /* adjust transparency */
  background-blend-mode: lighten;
  /* overlay effect */

  color: var(--primary-color);
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}


img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s linear;
}

.hide {
  display: none !important;
}

/* common css */
.as_padderTop10 {
  padding-top: 10px;
}

.as_padderTop20 {
  padding-top: 20px;
}

.as_padderTop30 {
  padding-top: 30px;
}

.as_padderTop40 {
  padding-top: 40px;
}

.as_padderTop50 {
  padding-top: 50px;
}

.as_padderTop60 {
  padding-top: 60px;
}

.as_padderTop70 {
  padding-top: 70px;
}

.as_padderTop80 {
  padding-top: 80px;
}

.as_padderTop90 {
  padding-top: 90px;
}

.as_padderTop100 {
  padding-top: 90px;
}

.as_padderBottom5 {
  padding-bottom: 5px;
}

.as_padderBottom10 {
  padding-bottom: 10px;
}

.as_padderBottom20 {
  padding-bottom: 20px;
}

.as_padderBottom30 {
  padding-bottom: 30px;
}

.as_padderBottom40 {
  padding-bottom: 40px;
}

.as_padderBottom50 {
  padding-bottom: 50px;
}

.as_padderBottom60 {
  padding-bottom: 60px;
}

.as_padderBottom70 {
  padding-bottom: 70px;
}

.as_padderBottom80 {
  padding-bottom: 80px;
  margin-right: 0;
}

.as_padderBottom90 {
  padding-bottom: 90px;
}

.as_padderBottom100 {
  padding-bottom: 90px;
}

.as_margin0 {
  margin: 0px;
}

.as_font14 {
  font-size: 16px;
  line-height: 24px;
}

.as_toggle {
  display: none;
}

.as_heading {
  font-size: 36px;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 23px;
  position: relative;
  margin: -8px 0 20px;
}

.as_heading.as_heading_center:after {
  left: 50%;
  transform: translateX(-50%);
}

.as_heading:after {
  position: absolute;
  content: "";
  width: 100px;
  border-bottom: 3px solid var(--secondary-color);
  left: 0;
  bottom: 0;
}

.form-control {
  height: 50px;
  background-color: #130b8a;
  border: none;
  outline: none;
  box-shadow: none !important;
  color: var(--primary-color);
  padding: 0 40px 0 30px;
}

.form-control::placeholder {
  color: #97b0c1;
}

.as_subheading {
  font-size: 22px;
  text-transform: capitalize;
}

.as_orange {
  color: #ffffff;
}

.as_white {
  color: var(--white-color);
}

.as_btn {
  height: 50px;
  background-color: #1cb71c;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  position: relative;
  margin-left: 15px;
  color: var(--white-color);
  border: none !important;
  outline: none;
  width: auto;
  transition: 0.2s linear;
}

.as_btn:hover:after {
  border-left-color: #1cb71c;
}

.as_btn:hover:before {
  border-right-color: #1cb71c;
}

.as_btn:hover {
  background-color: #1cb71c;
}

.as_btn:after,
.as_btn:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #1cb71c;
  transition: 0.2s linear;
}

.as_btn:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 15px solid #1cb71c;
}

.as_verticle_center {
  display: flex;
  align-items: center;
}

.slick-dots {
  padding: 0;
  margin: 30px 0 0 0;
  list-style: none;
}

.slick-dots li {
  display: inline-flex;
}

.slick-dots li button {
  display: none;
}

.slick-dots li {
  height: 9px;
  width: 9px;
  background-color: #f9fafa;
  border-radius: 100%;
  margin: 0 6px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: var(--secondary-color);
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #10334a;
  border: none;
  padding: 0 13px;
  z-index: 1;
  outline: none;
}

.slick-arrow::after {
  border-left-color: #10334a;
}

.slick-arrow::before {
  border-right-color: #10334a;
}

.slick-arrow:hover {
  background-color: var(--secondary-color);
}

.slick-arrow:hover:after {
  border-left-color: var(--secondary-color);
}

.slick-arrow:hover::before {
  border-right-color: var(--secondary-color);
}

.slick-arrow.slick-prev {
  left: -120px;
  padding: 0 12px 0 0px;
}

.slick-arrow.slick-prev span {
  margin-right: 10px;
  display: inline-flex;
}

.slick-arrow span svg path {
  fill: #fefcfc;
}

.slick-arrow:hover span svg path {
  fill: var(--white-color);
}

.slick-arrow.slick-next span {
  margin-left: 10px;
}

.slick-arrow.slick-next {
  right: -100px;
  padding: 0 0 0 12px;
}

.slick-slide {
  outline: none;
}

.only-timepicker .datepicker--nav,
.only-timepicker .datepicker--content {
  display: none;
}

.only-timepicker .datepicker--time {
  border-top: none;
}

.datepicker {
  background-color: #17384e;
  border: 1px solid rgb(255 255 255 / 10%);
  color: var(--primary-color);
}

.datepicker--nav {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.datepicker--nav>div {
  background-color: transparent !important;
  color: var(--primary-color);
}

.datepicker--pointer {
  background-color: #17384e;
  border-top-color: rgb(255 255 255 / 10%);
  border-right-color: rgb(255 255 255 / 10%);
}

.datepicker--cell:hover {
  background-color: var(--secondary-color);
  color: var(--white-color) !important;
}

.datepicker--cell.-current-,
.datepicker--day-name {
  color: var(--secondary-color);
}

/* select2 */
.select2-selection {
  height: 50px !important;
  background-color: var(--dark-color2) !important;
  border: 1px solid rgb(255 255 255 / 10%) !important;
  outline: none;
  box-shadow: none !important;
  color: var(--primary-color);
}

.select2-selection .select2-selection__rendered {
  color: var(--primary-color) !important;
  font-size: 14px;
  line-height: 50px !important;
  padding: 0 28px !important;
  text-align: initial;
}

.form-group {
  text-align: initial;
}

.form-group {
  text-align: initial;
  margin: 10px 0;
}

.select2-selection__clear {
  display: none;
}

.select2-container--default .select2-selection__arrow {
  height: auto !important;
  bottom: 1px;
  right: 18px !important;
}

span.select2-dropdown.select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: 0;
}

.select2-container {
  transition: none;
  width: 100% !important;
}

.select2-dropdown {
  transition: none;
  background-color: var(--dark-color2);
  border-color: rgb(255 255 255 / 10%);
  font-size: 14px;
}

.select2-search--dropdown {
  padding: 10px 25px;
}

.select2-search--dropdown input {
  background-color: var(--dark-color2);
  border-color: rgb(255 255 255 / 10%) !important;
  outline: none !important;
}

.select2-results__option {
  padding: 10px 26px;
  background-color: transparent !important;
}

.select2-results__option:hover,
.select2-results__option.select2-results__option--selected {
  color: var(--secondary-color) !important;
}

/* loader */
.as_loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--dark-color1);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.as_loader img {
  animation: spin 7s infinite linear;
  -webkit-animation: spin 7s infinite linear;
  -moz-animation: spin 7s infinite linear;
}

/* header css start */
.as_header_wrapper {
  display: flex;
  background-image: -webkit-linear-gradient(0deg, #0f184b 0%, #024a44 100%);
}

.as_logo {
  padding: 15px 50px;
  border-right: 1px solid rgb(212 27 27);
  display: flex;
  align-items: center;
}

.as_menu ul {
  padding: 20px;
  margin: 0;
  list-style: none;
}

.as_menu>ul>li {
  display: inline-flex;
  text-transform: capitalize;
  margin: 0 6px;
  position: relative;
}

.searchinput {
  padding: 10px;
  height: 40px;
  background-color: rgb(175, 204, 215);
  width: 200px;
  margin-top: -10px;
}

.as_menu_wrapper {
  display: flex;
  border-top: 1px solid rgb(212 27 27);
  justify-content: flex-end;
  padding-right: 150px;
  position: relative;
  z-index: 1;
}

.as_header_detail {
  width: calc(100% - 449px);
}

.as_menu>ul>li>a {
  padding: 13px 0;
  position: relative;
  transition: all 0.3s linear;
  font-size: 18px;
}
 .as_body_overlay  {
    position: fixed;
    top: 4.5vmin;
    right: 5vmin;
    background: rgb(3 29 46 / 0%);
    z-index: 0;
  }

/* Popup Notification */
.popup-message {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(90deg, #16a34a, #22c55e);
  color: #fff;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 12px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.popup-message.show {
  opacity: 1;
  transform: translateY(0);
}

.as_menu>ul>li>a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: var(--secondary-color);
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.as_menu>ul>li>a:hover:before,
.as_menu>ul>li>a.active:before {
  width: 29px;
}

.as_menu ul li a:hover,
.as_menu ul li a.active {
  color: goldenrod;
}

.as_info_detail {
  padding-right: 50px;
  display: flex;
  justify-content: space-between;
}

.as_search_wrapper {
  padding-top: 22px;
  transition: all 0.3s linear;
}

.as_search {
  cursor: pointer;
  transition: all 0.3s linear;
}

.as_info_detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.as_info_detail ul li {
  display: contents;
  padding: 35px 30px;
  padding-top: 20px;
}

.as_info_detail ul li a,
.as_info_detail ul li a:focus {
  text-decoration: none;
  color: inherit;
}

.as_infobox .as_infoicon {
  width: 50px;
  height: 50px;
  background-color: var(--dark-color2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 15px;
}

.as_infobox {
  display: flex;
  align-items: center;
  text-decoration: none !important;
}

.as_info_detail ul li .as_infobox>span {
  font-weight: 600;
  margin-right: 5px;
}

.as_right_info {
  display: flex;
  align-items: center;
}

.as_cart_wrapper {
  background-color: var(--dark-color2);
  padding: 14px 24px;
  border-radius: 50px;
  margin-left: 30px;
  position: relative;
  cursor: pointer;
}

.as_cart_wrapper>span {
  position: relative;
  margin-right: 20px;
}

.as_cart_wrapper>span .as_cartnumber {
  width: 18px;
  height: 18px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  font-size: 9px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -12px;
}

.as_cart {
  position: relative;
}

.as_cart_box {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background-color: var(--dark-color2);
  z-index: 1;
  padding: 5px 20px 20px;
  box-shadow: 0 20px 20px rgb(255 255 255 / 5%);
  border-radius: 20px;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.3s linear;
}

.as_cart.cart_open .as_cart_box {
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}

.as_cart_list .as_cart_img {
  float: left;
}

.as_cart_list .as_cart_img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.as_cart_info {
  width: calc(100% - 70px);
  float: right;
  padding-left: 10px;
}

.as_cart_list .as_cart_info a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 5px;
  width: 110px;
  text-transform: capitalize;
}

.as_cart_list {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

.as_cart_list li {
  width: 100%;
}

.as_cart_list .as_cart_info p {
  font-size: 14px;
}

.as_cart_box .as_cart_total,
.as_cart_box .as_cart_btn {
  padding-right: 20px;
}

.as_cart_box .as_cart_total p {
  margin-top: 10px;
  text-align: left;
  text-transform: capitalize;
}

.as_cart_box .as_cart_total p span {
  float: right;
  font-family: "Philosopher", sans-serif;
}

.as_cart_box .as_cart_btn {
  text-align: center;
  padding-top: 5px;
}

.as_cart_box .as_cart_btn button {
  background-color: var(--dark-color1);
  padding: 0 5px;
  text-transform: capitalize;
}

.as_cart_box .as_cart_btn button::after {
  border-left-color: var(--dark-color1);
}

.as_cart_box .as_cart_btn button::before {
  border-right-color: var(--dark-color1);
}

.as_cart_box .as_cart_btn button:hover {
  background-color: var(--secondary-color);
}

.as_cart_box .as_cart_btn button:hover::after {
  border-left-color: var(--secondary-color);
}

.as_cart_box .as_cart_btn button:hover::before {
  border-right-color: var(--secondary-color);
}

.as_cart_box .as_cart_btn button:first-child {
  margin-right: 25px;
}

.as_cart_list::-webkit-scrollbar {
  width: 4px;
}

.as_cart_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.as_cart_list::-webkit-scrollbar-thumb {
  background-color: #ff6f00;
  outline: #708090 solid 1px;
}

/* ===== MAIN MENU FIX ===== */

.as_menu>ul>li {
  position: relative;
}

/* ===== FIRST LEVEL SUBMENU ===== */

.as_menu>ul>li>.as_submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--dark-color2);
  padding: 8px 0;
  border-radius: 10px;
  min-width: 260px;
  z-index: 999;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.as_menu>ul>li:hover>.as_submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ===== SUBMENU ITEMS ===== */

.as_submenu li {
  position: relative;
}

.as_submenu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  white-space: nowrap;
  text-decoration: none;
}

/* Hover effect */
.as_submenu li a:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* ===== DOT / ICON ===== */

.as_submenu .dot {
  width: 30px;
  height: 30px;
  background: gray;
  border-radius: 50%;
  border: 1px solid #999;
  flex-shrink: 0;
}

/* ===== HOVER GAP FIX (NO FLICKER) ===== */

.as_menu>ul>li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 10px;
}

/* header css end */
/* banner css start */
.as_banner_wrapper {
  background-image: url(../images/bg1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 18px 310px;
  overflow: hidden;
}

.as_banner_detail h5 {
  font-size: 26px;
  margin: 0 0 5px;
}

.as_banner_detail h1 {
  font-size: 48px;
  line-height: 42px;
  margin: 0 0 13px;
}

.as_banner_detail p {
  margin-bottom: 26px;
}

.as_banner_wrapper .slick-dots {
  text-align: center;
  display: none;
}

.as_banner_img img {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
  display: inline-block;
  width: 100%;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

.as_banner_slider .slick-arrow.slick-prev {
  left: -265px;
}

.as_banner_slider .slick-arrow.slick-next {
  right: -900px;
}

.as_banner_wrapper .as_btn:hover {
  background-color: var(--dark-color2);
}

.as_banner_wrapper .as_btn:hover:after {
  border-left-color: var(--dark-color2);
}

.as_banner_wrapper .as_btn:hover:before {
  border-right-color: var(--dark-color2);
}

.as_banner_slider .slick-arrow:hover {
  background-color: var(--secondary-color);
}

.as_banner_slider .slick-arrow:hover:after {
  border-left-color: var(--secondary-color);
}

.as_banner_slider .slick-arrow:hover:before {
  border-right-color: var(--secondary-color);
}


/* banner css end */
/* about css start */
.as_about_wrapper {
  background-image: url("../images/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.as_about_wrapper p {
  margin-bottom: 32px;
}

.as_contact_expert {
  display: flex;
  background-color: var(--dark-color2);
  border-radius: 10px;
  padding: 25px;
  margin-top: 40px;
  align-items: center;
  max-width: 570px;
}

.as_contact_expert .as_icon {
  width: 65px;
  height: 65px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
  position: relative;
  margin-left: 10px;
}

.as_contact_expert .as_icon:before {
  position: absolute;
  left: -7px;
  top: -7px;
  bottom: -7px;
  right: -7px;
  border: 1px dashed var(--secondary-color);
  content: "";
  border-radius: 100%;
}

.as_contact_expert:hover .as_icon:before {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
}

.as_contact_expert h5 {
  font-size: 18px;
  margin: 0 0 7px 0;
}

.as_contact_expert h1 {
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 0 0;
}

.as_aboutimg {
  position: relative;
  z-index: 1;
  padding: 0 0 40px;
  text-align: right;
}

.as_aboutimg img {
  display: inline-block;
}

.as_aboutimg::after {
  position: absolute;
  content: "";
  top: 95px;
  right: 84px;
  background-color: var(--dark-color2);
  width: 420px;
  height: 450px;
  z-index: -1;
}

.as_aboutimg::before {
  position: absolute;
  content: "";
  left: 17px;
  bottom: 0;
  border-left: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  width: 90px;
  height: 90px;
}

.as_about_slider {
  max-width: 520px;
  margin: 0 20px 0 auto;
}

.as_about_slider .slick-dots {
  position: absolute;
  left: -46px;
  bottom: 32px;
}

.as_about_slider .slick-dots li {
  display: flex;
  cursor: pointer;
  margin: 15px 0;
}

.as_service_box {
  background-color: #07273c;
  padding: 50px 22px;
  margin-top: 30px;
  height: 355px !important;
}

/* about css end */
/* service css start */
.as_service_box {
  background-color: #07273c;
  height: 355px !important;

  text-align: center;
  padding: 40px 30px;
  border-radius: 10px;
  transition: all 0.3s linear;
}

.as_service_box .as_icon {
  width: 80px;
  background-color: #10334a;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  transition: all 0.3s linear;
}

.as_service_box .as_icon i {
  width: 80px;
  height: 80px;
}

.as_service_box .as_icon:after {
  border: 1px dashed #173f59;
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  bottom: -10px;
  right: -10px;
  border-radius: 100%;
}

.as_service_box:hover .as_icon {
  background-color: var(--secondary-color);
}

.as_service_box:hover .as_icon:after {
  border-color: var(--secondary-color);
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
}

.as_service_box .as_subheading {
  margin: 30px 0 10px;
  padding-bottom: 16px;
  position: relative;
  color: white;
}

.as_service_box .as_subheading {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

/* Common Gradient Line Effect */

.as_heading:after,
.as_service_box .as_subheading:after {
  width: 140px;
  /* you can adjust size */
  height: 5px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(270deg,
      #ff0057,
      #ff7b00,
      #f5d142,
      #00ff9d,
      #00c3ff,
      #7b00ff,
      #ff0057);
  background-size: 600% 100%;
  animation: gradientRun 4s linear infinite;
  border-radius: 3px;
}

@keyframes gradientRun {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}


.as_service_box .as_subheading:after {
  width: 100px;
  height: 1px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(270deg,
      #ff0057,
      #ff7b00,
      #f5d142,
      #00ff9d,
      #00c3ff,
      #7b00ff,
      #ff0057);
  background-size: 600% 100%;
  animation: gradientRun 4s linear infinite;
  border-radius: 3px;
}

@keyframes gradientRun {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.as_service_box p {
  font-size: 16px;
  line-height: 24px;
}

.as_link {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid var(--secondary-color);
  color: red;
  letter-spacing: 0.6px;
}

/* service css end */
/* zodiec sign css start */
.as_zodiac_sign_wrapper {
  background-image: url("../images/bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.as_sign_img img {
  margin: 0 auto;
}

.as_sign_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.as_sign_ul li {
  margin-top: 40px;
}

.as_sign_box {
  background-color: #0e344d;
  max-width: 230px;
  padding: 10px;
  position: relative;
  display: flex;
  margin: 0;
  align-items: center;
  transition: all 0.2s linear;
}

.as_sign_box>a {
  display: flex;
  align-items: center;
}

.as_sign_box .as_sign {
  background-color: #07273c;
  height: 80px;
  width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 38px;
  position: relative;
  transition: all 0.2s linear;
}

.as_sign_box h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 2px;
}

.as_sign_box p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

.as_sign_box:after,
.as_sign_box:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 20px solid #0e344d;
}

.as_sign_box:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 20px solid #0e344d;
}

.as_sign_box .as_sign:after,
.as_sign_box .as_sign:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 18px solid #07273c;
}

.as_sign_box:hover {
  background-color: var(--secondary-color);
}

.as_sign_box:hover:after {
  border-left-color: var(--secondary-color);
}

.as_sign_box:hover:before {
  border-right-color: var(--secondary-color);
}

.as_sign_box:hover .as_sign {
  background-color: #e66712;
}

.as_sign_box:hover .as_sign:after {
  border-left-color: #e66712;
}

.as_sign_box:hover .as_sign:before {
  border-right-color: #e66712;
}

.as_sign_box .as_sign:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 18px solid #07273c;
}

.as_sign_ul li:first-child,
.as_sign_ul li:last-child {
  transform: translateX(200px);
}

.as_sign_ul li:nth-child(2),
.as_sign_ul li:nth-child(5) {
  transform: translateX(100px);
  z-index: 1;
}

.as_sign_ul.as_sign_ul_right li:first-child,
.as_sign_ul.as_sign_ul_right li:last-child {
  transform: translateX(-200px);
}

.as_sign_ul.as_sign_ul_right li:nth-child(2),
.as_sign_ul.as_sign_ul_right li:nth-child(5) {
  transform: translateX(-100px);
}

.as_sign_img img {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
  width: 100%;
}

.as_sign_ul_right .as_sign_box {
  margin: 40px 0 0 auto;
}

/* zodiec sign css end */
/* zodiec sign form css start */
.as_sign_form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
}

.as_input_feild {
  position: relative;
}

.as_input_feild>span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.as_sign_form ul li {
  max-width: 270px;
  width: 100%;
  padding: 0 15px;
}

.as_sign_form ul li:nth-child(3) {
  max-width: 370px;
}

.as_sign_form ul li:last-child {
  max-width: 205px;
}

.as_sign_form {
  background-color: #07273c;
  padding: 25px 33px 50px;
}

li.as_form_box {
  text-align: left;
}

/* zodiec sign form css end */
/* customer css start */
.as_customer_wrapper {
  background-image: url("../images/bg4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.as_customer_slider .slick-dots {
  text-align: center;
}

.as_customer_box {
  background-color: #10334a;
  padding: 0 45px 42px;
  position: relative;
  margin: 50px 15px;
  z-index: 1;
}

.as_customer_box:before {
  content: "";
  position: absolute;
  top: 75px;
  transform: translateX(-50%);
  left: 50%;
  width: 86px;
  height: 74px;
  background-image: url(../images/svg/quote2.svg);
  z-index: -1;
}

.as_customer_box .as_customer_img>img {
  border-radius: 100%;
}

.as_customer_box .as_customer_img {
  position: relative;
  display: inline-flex;
  margin: -45px 0 34px;
}

.as_customer_box .as_customer_img span {
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  line-height: 32px;
  right: -10px;
  bottom: 0px;
}

.as_customer_box .as_customer_img span img {
  display: inline-block;
}

.as_customer_box p {
  font-size: 14px;
  line-height: 24px;
}

.as_customer_box h3 {
  font-size: 20px;
  margin: 15px 0 0;
}

/* customer css end */
/* why choose css start */

section.as_whychoose_wrapper.as_padderTop80 {
  padding-top: 80px;
}

.as_whychoose_box .as_number>span {
  font-size: 24px;
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.as_whychoose_box h4 {
  font-size: 20px;
  margin: 25px 0 35px;
  text-align: center;
  transition: all 0.2s linear;
}

.as_number {
  display: block;
  position: relative;
  width: 130px;
  margin: 0 auto;
}

.as_whychoose_box:hover h4 {
  color: var(--secondary-color);
}

/* why choose css end */
/* blog css start */
.as_blog_wrapper {
  background-image: url("../images/bg5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.as_blog_img {
  position: relative;
  margin-bottom: 36px;
}

.as_blog_img .as_btn {
  position: absolute;
  right: 35px;
  bottom: -25px;
  color: #fff;
  padding: 0 5px;
}

.as_blog_box {
  margin-top: 30px;
  text-align: initial;
}

.as_blog_img img {
  width: 100%;
}

.as_blog_box:hover .as_subheading {
  color: var(--secondary-color);
}

.as_blog_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.as_blog_box ul li {
  display: inline-flex;
  margin-right: 30px;
  font-size: 14px;
  line-height: 24px;
}

.as_blog_box ul li img {
  margin-right: 10px;
}

.as_blog_box .as_subheading {
  line-height: 32px;
  margin: 8px 0;
  transition: all 0.2s linear;
}

.as_blog_box.as_blog_single .as_subheading {
  color: var(--primary-color);
}

/* blog css end */
/* ===============================
   PRODUCT CARD – FINAL DESIGN
================================ */

.as_product_box {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  padding: 14px;
  margin: 30px 10px 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.as_product_box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* ===== IMAGE ===== */

.as_product_img {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 12px;
  background: #f6f6f6;
}

.as_product_img img {
  width: 100%;
  height: 30vmin;
  min-height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.as_product_box:hover .as_product_img img {
  transform: scale(1.07);
}

/* ===== HOVER ICON BAR (OPTIONAL) ===== */

.as_product_img ul {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: space-around;
  transition: all 0.25s ease;
}

.as_product_box:hover .as_product_img ul {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

/* ===== TEXT ===== */

.as_product_box .as_subheading {
  margin: 8px 0 6px;
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.as_product_box p {
  margin: 6px 0 10px;
  font-size: 13px;
  line-height: 1.4;
  color: #666;
}

/* ===== PRICE ===== */

.as_product_box .as_price {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.as_product_box .as_price del {
  margin-left: 6px;
  font-size: 14px;
  color: #888;
}

.as_product_box .as_price span.as_orange {
  margin-left: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #f57c00;
}

/* ===== BUTTONS ===== */

/* FORCE FLEX ON BUTTON CONTAINER */
.product-actions2 {
  display: flex !important;
  gap: 10px;
  width: 100%;
}

/* EACH BUTTON TAKE 50% WIDTH */
.product-actions2 button {
  flex: 1 1 0 !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 10px;
}


.product-actions2 button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

/* ===== BUTTON COLORS ===== */

.btn-golden {
  background: linear-gradient(135deg, #f9a825, #f57c00);
  color: #fff;
}

.btn-green {
  background: linear-gradient(135deg, #43a047, #2e7d32);
  color: #fff;
}

/* ===== DARK PAGE SUPPORT ===== */

.as_product_wrapper.as_product_page {
  background-color: var(--dark-color2);
}


/* ===========wishlist=========== */
.wishlist {
  height: 6vmin;
  width: 6vmin;
  display: flex;
  right: 20px;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #000;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-weight: bold;
}

.wishlist:hover {
  transform: scale(1.1);
  box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.35);
}

.wishlist svg {
  height: 5vmin;
  width: 5vmin;
  stroke: currentColor;
  fill: none;
  transition: fill 0.2s ease, stroke 0.2s ease;
}

/* ❤️ ACTIVE (Added to Wishlist) */
.wishlist.active {
  color: red;
}

.wishlist.active svg {
  fill: red;
  stroke: red;
}


/* overview css start */

.as_overview_wrapper {
  background-image: url("../images/bg6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.as_overview_inner {
  background-color: #10334a;
  padding: 42px 50px 50px;
}

.as_overview_inner h4 {
  font-size: 24px;
  margin: 0 0 11px;
}

.as_overview_inner .as_btn {
  margin-top: 10px;
  padding: 0 8px;
}

.as_overview_inner .as_btn img {
  margin-right: 10px;
}

/* overview css end */

/* footer css start */
.as_newsletter_wrapper {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  background-image: url("../images/home-1.jpg");
}

.as_newsletter_box {
  position: relative;
}

.as_newsletter_box .form-control {
  border-radius: 0px;
  height: 60px;
}

.as_newsletter_wrapper .row {
  align-items: center;
}

.as_newsletter_box:after,
.as_newsletter_box:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 17px solid var(--dark-color2);
}

.as_newsletter_box:after {
  right: 100%;
  left: auto;
  border-left: none;
  border-right: 17px solid var(--dark-color2);
}

.as_newsletter_box .as_btn {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  z-index: 1;
}

.as_footer_inner {
  display: flex;
}

.as_footer_widget {
  margin-top: 30px;
}

.as_footer_widget>p {
  margin: 0px 0 0px;
  font-size: 13px !important;
}

.as_footer_widget>ul>li:hover {
  color: #e66712;
}

.as_footer_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.as_footer_widget>ul>li {
  padding-bottom: 8px;
  position: relative;
  font-size: 13px;
}

.as_footer_widget>ul>li span svg {
  fill: #ffffff;
  margin-right: 8px;
}

.as_footer_widget>ul>li:hover span svg path {
  fill: var(--secondary-color);
}

.as_footer_widget>ul>li:hover span {
  transition: none;
}

.as_footer_heading {
  font-size: 22px;
  line-height: 60px;
  margin: 0;
  position: relative;
  margin-bottom: 22px;
}

.as_footer_heading:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 92px;
  height: 2px;
  background-color: var(--secondary-color);
}

.as_footer_widget .as_contact_list li {
  padding-left: 0;
  display: flex;
  align-items: baseline;
}

.as_footer_widget .as_contact_list li:before {
  display: none;
}

.as_footer_widget .as_contact_list li img {
  margin: 0 15px 0 0;
  transform: translateY(3px);
}

.as_footer_widget .as_contact_list li p {
  margin: 0;
}

.as_share_box ul li a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0c2d43;
  border-radius: 100%;
}

.as_share_box ul li a:hover {
  background-color: var(--secondary-color);
}

.as_share_box ul li {
  display: inline-flex;
  margin-right: 5px;
}

.as_copyright_wrapper {
  background-color: #07273c;
  padding: 13px 0 5px;
}

/* footer css end */
/* breadcrum start */
.as_breadcrum_wrapper {
  background-image: url("../images/bg7.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 25px 0 30px;
}

.as_breadcrum_wrapper h1 {
  margin: 0px 0 15px;
  font-size: 28px;
}

.as_breadcrum_wrapper .breadcrumb {
  display: inline-flex;
  background-color: rgb(255 255 255 / 10%);
  border-radius: 40px;
  font-size: 14px;
  line-height: 18px;
  padding: 11px 4px;
  margin: 0px;
}

.breadcrumb>li+li:before {
  content: "\00a0/\00a0";
}

/* breadcrum end */
/* service detail start */
.as_service_page .as_service_wrapper {
  background-image: url(../images/bg6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.as_service_page .as_service_wrapper .as_service_box {
  background-color: #031d2e;
}

.as_servicedetail_wrapper {
  background-color: #07273c;
  background-image: url("../images/ho");
  /* Replace with your actual image path */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.as_service_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.as_service_ul li {
  padding: 0 0 6px 23px;
  position: relative;
}

.as_service_ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../images/svg/arrow.svg) no-repeat center;
  left: 0;
  top: 8px;
}

.as_service_detail_inner .as_heading {
  font-size: 32px;
  padding-bottom: 15px;
  margin: 22px 0 15px;
}

.as_service_detail_inner p {
  margin-bottom: 20px;
}

.as_service_detail_inner h4 {
  font-size: 24px;
}

.as_service_widget h3 {
  font-size: 22px;
  display: inline-flex;
  padding-bottom: 11px;
}

.as_service_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.as_service_widget ul li {
  font-size: 14px;
  margin-bottom: 7px;
  padding-left: 24px;
  position: relative;
}

.as_service_widget ul li a {
  display: flex;
  justify-content: space-between;
}

.as_service_widget ul li a span {
  transition: none;
}

.as_service_widget ul li a span:first-child {
  border-bottom: 1px solid transparent;
}

.as_service_widget ul li:hover a span:first-child {
  border-color: var(--secondary-color);
}

.as_service_widget ul li:hover {
  color: var(--secondary-color);
}

.as_service_widget ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../images/svg/arrow.svg) no-repeat center;
  left: 0;
  top: 8px;
}

.as_service_widget ul li:hover:before {
  background: url(../images/svg/arrowHover.svg) no-repeat center;
}

.as_service_widget.as_download_box {
  background-color: var(--secondary-color);
  padding: 50px 10px;
}

.as_gplay {
  margin-bottom: 15px;
  display: inline-flex;
}

.as_service_widget .as_heading::after {
  width: 75%;
}

/* service detail End */
/* zodiac detail start */
.as_card_box img {
  border-radius: 10px;
}

.as_card_box>a {
  outline: none;
}

.as_zodiac_sidebar .as_sign_box {
  margin-bottom: 20px;
}

.as_zodiac_heading .as_sign {
  background-color: var(--secondary-color);
  height: 80px;
  width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 38px;
  position: relative;
}

.as_zodiac_heading .as_sign:after,
.as_zodiac_heading .as_sign:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 18px solid var(--secondary-color);
}

.as_zodiac_heading .as_sign:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 18px solid var(--secondary-color);
}

.as_zodiac_heading {
  font-family: "Philosopher", sans-serif;
  font-size: 36px;
  padding-left: 20px;
}

.as_zodiac_heading>span {
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.as_tab_wrapper div#myTabContent {
  margin-top: 20px;
}

.as_tab_wrapper .nav-tabs>li>button {
  background-color: transparent !important;
  border: none !important;
  font-size: 14px;
  padding: 16px 35px;
  position: relative;
  color: #fff;
}

.as_tab_wrapper .nav-tabs>li>button::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 0;
  background-color: var(--secondary-color);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.as_tab_wrapper .nav-tabs>li>button:hover,
.as_tab_wrapper .nav-tabs>li>button.active {
  color: var(--secondary-color);
}

.as_tab_wrapper .nav-tabs>li>button:hover:before,
.as_tab_wrapper .nav-tabs>li>button.active:before {
  width: 42px;
}

.as_tab_wrapper .nav-tabs {
  background-color: #10334a;
  border: none;
}

.as_tab_wrapper li {
  margin: 10px 0;
}

.as_countdown_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.as_countdown_wrapper ul li {
  display: inline-flex;
  flex-direction: column;
  margin: 50px 0 30px;
  padding-right: 62px;
  position: relative;
}

.as_countdown_wrapper ul li .progress-percentage {
  width: 108px;
  height: 108px;
  border: 9px solid #193e57;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-family: "Philosopher", sans-serif;
}

.as_countdown_wrapper ul li h3 {
  margin: 15px 0 0;
  text-transform: capitalize;
}

.as_countdown_wrapper ul li:last-child {
  padding-right: 0px;
}

.as_zodiac_single_wrapper {
  background-color: #07273c;
}

.as_progressbar {
  position: relative;
  width: 108px !important;
  height: 108px !important;
}

.as_countdown_wrapper ul li canvas {
  position: absolute;
  top: -21px;
  left: -21px;
}

/* zodiac detail End */
/* Blog Single Start */
.as_customer_box.as_bloquote {
  padding: 50px;
  margin-bottom: 20px;
}

.as_customer_box.as_bloquote h3 span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.as_tag_wrapper .as_btn {
  background-color: #17384e;
  height: 40px;
  text-transform: capitalize;
  padding: 0 12px;
}

.as_tag_wrapper .as_btn:after,
.as_tag_wrapper .as_btn:before {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 13px solid #17384e;
}

.as_tag_wrapper .as_btn:before {
  border-left: none;
  border-right: 13px solid #17384e;
}

.as_tag_wrapper ul li {
  margin-right: 17px;
  align-items: center;
}

.as_tag_wrapper ul {
  padding-top: 15px;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.as_about_admin {
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  padding: 30px 40px;
}

.as_about_admin .as_aboutImage {
  width: 117px;
  margin-right: 32px;
}

.as_about_admin .as_aboutDetail {
  width: calc(100% - 149px);
}

.as_about_admin .as_aboutImage img {
  border: 3px solid #fff;
  border-radius: 100%;
}

.as_comment_section ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.as_comment_section ul li {
  display: flex;
}

.as_comment_section>ul>li {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  padding: 40px 0;
}

.as_comment_section>ul>li:last-child {
  border-bottom: none;
}

.as_comment_section>ul>li>ul>li {
  border-top: 1px solid rgb(255 255 255 / 10%);
  padding: 40px 0 0;
}

.as_comment_section>ul>li>ul>li:first-child {
  border: none;
  padding: 0 0 40px;
}

.as_comment_section>ul>li>ul>li {
  margin-left: 100px;
}

.as_comment_section>ul>li .as_comnt_img {
  width: 110px;
}

.as_comment_section>ul>li .as_comnt_img img {
  border-radius: 100%;
}

.as_comment_section>ul>li .as_comnt_detail {
  width: calc(100% - 110px);
  position: relative;
}

.as_comment_section>ul>li .as_comnt_detail .as_btn {
  position: absolute;
  right: 35px;
  top: 0;
  padding: 0 10px;
}

.as_comment_section>ul>li .as_comnt_detail .as_btn img {
  margin-right: 10px;
}

.as_comment_section>ul>li .as_comnt_detail>span {
  display: flex;
  padding: 5px 0 10px;
}

.as_comment_section>ul>li .as_comnt_detail>span img {
  margin-right: 10px;
}

.as_comment_form .as_heading,
.as_comment_section .as_heading {
  font-size: 32px;
}

.as_comment_form .form-control {
  margin-bottom: 30px;
  border-radius: 0px;
}

.as_comment_form textarea.form-control {
  height: 210px;
  padding: 15px 30px;
  resize: none;
}

.as_blog_box.as_blog_single {
  margin: 0px;
}

.as_search_widget {
  position: relative;
  margin-bottom: 50px;
}

.as_search_widget>a {
  position: absolute;
  background-color: var(--secondary-color);
  padding: 15px 18px;
  display: inline-flex;
  bottom: 0;
  top: 0;
  right: 0;
}

.as_search_widget .form-control {
  padding-right: 70px;
  border-radius: 0px;
}

.as_tag_wrapper>.as_btn {
  margin: 0 15px 10px;
}

.as_service_widget .as_recentposts li {
  padding: 0;
  margin: 5px 0 13px;
}

.as_service_widget .as_recentposts li h5 {
  margin: -5px 0 0;
  font-size: 16px;
  line-height: 26px;
  transition: none;
}

.as_service_widget .as_recentposts li:before {
  display: none;
}

.as_service_widget .as_recentposts li .as_img {
  margin-right: 15px;
}

.as_service_widget .as_recentposts li .as_detail>span {
  display: flex;
  align-items: center;
}

.as_service_widget .as_recentposts li .as_detail>span img {
  margin-right: 10px;
}

.as_tag_wrapper .as_btn:hover {
  background-color: var(--secondary-color);
}

.as_tag_wrapper .as_btn:hover:before {
  border-right-color: var(--secondary-color);
}

.as_tag_wrapper .as_btn:hover:after {
  border-left-color: var(--secondary-color);
}

.as_blog_box .as_subheading>a {
  transition: none;
}

.as_subheading a {
  color: goldenrod;
}

/* Blog Single End */
/* Contact Start */
.as_info_box {
  display: flex;
  align-items: center;
}

.as_info_box .as_icon {
  width: 65px;
  background-color: var(--secondary-color);
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  margin-right: 26px;
}

.as_info_box .as_icon:after {
  border: 1px dashed var(--secondary-color);
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  bottom: -7px;
  right: -7px;
  border-radius: 100%;
}

.as_info_box:hover .as_icon:after {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
}

.as_info_box .as_info {
  width: calc(100% - 100px);
}

.as_info_box h5 {
  color: rgb(0, 190, 233);
  font-size: 20px;
}

.as_contact_info .as_heading {
  font-size: 32px;
}

.as_contact_info>p {
  margin-bottom: 36px;
}

.as_contact_form {
  padding: 46px 50px 50px;
  background-color: #17384e;
  margin-bottom: -263px;
  position: relative;
}

.as_contact_form .form-control {
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 0px;
}

.as_contact_form label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 7px;
}

.as_contact_form textarea.form-control {
  resize: none;
  height: 120px;
  margin-bottom: 30px;
}

.as_contact_form .as_subheading {
  margin: 0 0 37px;
}

/* Contact End */
/* Search popup start */
.as_search_boxpopup {
  position: fixed;
  left: 0;
  top: 100%;
  bottom: 0;
  right: 0;
  background-color: rgb(3 29 46 / 80%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.as_search_boxpopup.popup_open {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.as_search_inner {
  max-width: 600px;
  width: 100%;
}

.as_search_inner .as_search_widget {
  margin: 0;
}

.as_cancel {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.as_cancel svg {
  fill: var(--primary-color);
}

.as_cancel:hover svg {
  fill: var(--secondary-color);
}

/* Search popup End */
/* Login popup Start */
.modal.show {
  opacity: 1;
  background-color: rgb(3 29 46 / 87%);
}

.modal .modal-dialog {
  margin: 0 auto;
  transform: none !important;
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.modal-content {
  background-color: var(--dark-color2);
  width: 100%;
}

.modal-header {
  padding: 15px 25px;
  border-color: rgb(255 255 255 / 10%);
}

.modal-header h4 {
  font-size: 24px;
}

.modal-body .form-control {
  border: 1px solid rgb(255 255 255 / 10%);
}

.modal-body {
  padding: 40px;
}

.modal-header .close {
  color: #fff;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  width: 25px;
  height: 25px;
  line-height: 18px;
  background-color: var(--dark-color1);
  border-radius: 100%;
  margin-top: 5px;
  font-size: 16px;
  outline: none !important;
}

.as_login_data {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
}

.as_login_data label {
  font-weight: 400;
  margin: 0;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}

.as_login_data label input {
  display: none;
}

.as_login_data label .checkmark {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  background-color: var(--dark-color1);
  border-radius: 4px;
  top: 4px;
}

.as_login_data label .checkmark:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg) scale(0);
  top: 5px;
  left: 4px;
}

.as_login_data label input:checked+.checkmark:after {
  transform: rotate(-45deg) scale(1);
}

.as_login_box,
.as_signup_box {
  display: none;
}

.as_login_box.active,
.as_signup_box.active {
  display: block;
}

/* Login popup End */
/* Appointment Page Start */
.as_appointment_wrapper,
.as_product_single_wrapper,
.as_team_wrapper,
.as_privacy_wrapper,
.as_faq_wrapper,
.as_contact_section {
  background-image: url(../images/bg4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.as_journal_box_wrapper {
  background-color: var(--dark-color2);
  display: flex;
  padding: 40px;
  border-radius: 10px;
}

.as_journal_box_wrapper label {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}

.as_journal_box_wrapper .form-control {
  border: 1px solid rgb(255 255 255 / 10%);
}

.as_faq_section .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: var(--dark-color2);
  border-radius: 10px;
}

.as_faq_section .accordion-item:first-of-type .accordion-button {
  color: #ffffff;
  background-color: var(--dark-color2);
  border-radius: 10px;
  border: none;
}

.as_faq_section .accordion-item:first-of-type {
  background-color: var(--dark-color2);
  border-radius: 10px;
}

.as_faq_section .accordion-button {
  color: #ffffff;
  background-color: #17384e;
}

.as_faq_section .as_journal_box_wrapper textarea.form-control {
  height: 100px;
  resize: none;
  padding-top: 10px;
  border: none;
}

.as_faq_section .as_journal_box_wrapper .as_subheading {
  margin: 0 0 40px;
  font-size: 22px;
}

.as_faq_section .accordion-body {
  padding: 1rem 1.25rem;
  background: #17384e;
  border-radius: 5px;
}

.as_faq_section .accordion-item {
  background-color: #17384e;
  border: 1px solid rgb(23 56 78);
  margin-bottom: 10px;
}

.as_faq_section .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-360deg);
  content: "-";
  font-size: 40px;
  line-height: 15px;
}

.as_faq_section .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "+";
  font-size: 30px;
  transition: transform 0.2s ease-in-out;
  line-height: 20px;
  background-image: none;
  transition: all 0.3s linear;
}

.as_faq_section .accordion-button:focus {
  border-color: #17384e;
  box-shadow: 0 0 0 0.25rem rgb(23 56 78);
}

.as_journal_box_wrapper .form-group {
  margin-bottom: 20px;
}

/* Appointment Page End */
/* Error Page Start */
.as_error_wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  background-color: var(--dark-color2);
}

.as_error_wrapper h1 {
  font-size: 150px;
  line-height: 200px;
}

.as_error_wrapper h2 {
  text-transform: capitalize;
  letter-spacing: 6px;
  font-size: 35px;
}

.as_error_wrapper p {
  font-size: 20px;
}

/* Error Page End */
/* FAQ Page Start */
.card {
  background-color: var(--dark-color2);
  border-radius: 10px;
}

.card button.btn.btn-link {
  color: var(--primary-color);
  font-size: 18px;
  padding: 15px 20px;
  text-decoration: none;
  outline: none;
  width: 100%;
  text-align: left;
  white-space: normal;
}

.card-body {
  padding: 20px;
  font-size: 14px;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.card-header h2 {
  margin-bottom: 0;
}

/* FAQ Page End */
/* Team Page Start */
.as_team_box .as_share_box ul {
  padding: 0;
}

.as_team_box .as_team_img {
  border: 1px solid transparent;
  display: inline-flex;
  padding: 10px;
  border-radius: 5px;
  transition: all 0.3s linear;
}

.as_team_box .as_team_img img {
  border-radius: 5px;
  transition: all 0.3s linear;
}

.as_team_box:hover .as_team_img img,
.as_team_box:hover .as_team_img {
  border-radius: 100%;
}

.as_team_box:hover .as_team_img {
  border: 1px solid rgb(255 255 255 / 10%);
}

.as_team_box .as_subheading {
  margin-bottom: 4px;
}

.as_team_box {
  margin-bottom: 30px;
}

/* Team Page End */
/* shop single */
.as_shopsingle_wrapper,
.as_cartsingle_wrapper,
.as_checkout_wrapper {
  background-image: url("../images/bg4.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.as_shopsingle_nav .as_prod_img {
  margin: 20px 5px 0;
  cursor: pointer;
}

.as_shopsingle_for .as_prod_img img {
  margin: 0 auto;
}

.as_price {
  font-size: 28px;
  margin: 5px 0 15px;
  color: red;
}

.as_price del {
  color: rgb(97 117 130);
  margin-left: 10px;
}

.prod_quantity {
  display: flex;
  align-items: center;
}

.prod_quantity input {
  max-width: 147px;
  margin: 0;
  padding: 0 34px;
  text-align: center;
  height: 48px;
}

.quantity {
  position: relative;
  margin-left: 30px;
  border: 1px solid rgb(255 255 255 / 0.1);
  width: 150px;
}

.quantity .qty_button {
  position: absolute;
  background-color: var(--dark-color2);
  border: none;
  right: -29px;
  height: 37px;
  width: 40px;
  top: 0;
  border-left: 1px solid rgb(255 255 255 / 0.1);
  outline: none;
  color: #fff;
}

.quantity .qty_button.minus {
  left: 0;
  border-left: none;
  border-right: 1px solid rgb(255 255 255 / 0.1);
}

.product_buy .as_btn {
  margin-top: 50px;
  margin-right: 20px;
}

.as_shopsingle_nav .slick-list.draggable {
  padding: 0 !important;
}

textarea.form-control {
  height: 120px;
  resize: none;
  padding-top: 15px;
}

.as_cartsingle_wrapper .prod_thumb {
  position: absolute;
}

.as_cartsingle_wrapper .prod_thumb img {
  width: 50px;
}

.as_cartsingle_wrapper .product_details {
  padding: 0 0 0 70px;
}

.as_cartsingle_wrapper td,
.as_cartsingle_wrapper th {
  padding: 20px !important;
  border-top: 1px solid rgb(255 255 255 / 10%) !important;
}

.as_cartsingle_wrapper table {
  border: 1px solid rgb(255 255 255 / 10%);
  color: #fff;
}

.cupon_code_wrap {
  display: flex;
}

.cupon_code_wrap .form-control {
  width: 35%;
  margin-right: 25px;
}

.checkout_wrapper_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.checkout_wrapper_box ul li {
  display: flex;
}

.checkout_wrapper_box ul li {
  display: inline-flex;
  margin: 0 20px 30px;
  background-color: var(--dark-color1);
}

.checkout_wrapper_box ul li:after {
  border-left-color: var(--dark-color1);
}

.checkout_wrapper_box ul li:before {
  border-right-color: var(--dark-color1);
}

.checkout_wrapper_box ul li.active {
  background-color: var(--secondary-color);
}

.checkout_wrapper_box ul li.active:after {
  border-left-color: var(--secondary-color);
}

.checkout_wrapper_box ul li.active:before {
  border-right-color: var(--secondary-color);
}

.checkout_wrapper_box {
  text-align: center;
  background-color: var(--dark-color2);
  padding: 40px;
  border-radius: 10px;
}

.checkout_wrapper_box .form-control {
  border: 1px solid rgb(255 255 255 / 10%);
}

.checkout_wrapper_box .step:not(:first-of-type) {
  display: none;
}

.step .receipt_btn {
  margin: 10px 25px;
}

.stock_details span {
  color: #1cb71c;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  background-color: var(--secondary-color) !important;
}

.as_header_detail {
  width: calc(100% - 220px);
  display: flex;
  margin-left: 20px;

}
/* ================= LARGE SCREENS ================= */

/* 1600px – 2010px */
@media (min-width: 1600px) {
  .as_logo { padding: 15px; }
  .as_logo img { height: 120px; }
}

/* 1400px – 1599px */
@media (max-width: 1599px) {
  .as_header_detail { width: calc(100% - 220px); }
  .as_info_detail { padding: 10px 20px 10px 10px; }
  .as_menu_wrapper { padding-right: 5px; }
  .as_info_detail ul li,
  .as_right_info,
  .as_menu > ul > li { font-size: 14px; }
}

/* ================= DESKTOP ================= */

@media (max-width: 1399px) {
  .as_logo { padding: 15px; }
  .as_logo img { width: 180px; height: auto; }

  .as_banner_wrapper { padding: 80px 100px; }
  .as_customer_box { padding: 0 40px 42px; }

  .as_info_detail,
  .as_menu_wrapper { padding-right: 35px; }

  .as_infobox { font-size: 14px; }
  .as_menu > ul > li { margin: 0 10px; }
}

/* ================= LAPTOP ================= */

@media (max-width: 1260px) {
  .as_logo img { height: 90px; }

  .as_infobox { font-size: 12px; }
  .as_infobox .as_infoicon {
    width: 40px;
    height: 40px;
  }

  .as_cart_wrapper {
    margin-left: 20px;
    padding: 10px 15px;
    font-size: 11px;
  }

  .as_menu ul li a { padding: 13px 0; }
  .as_search_wrapper { padding-top: 14px; }
}

/* ================= TABLET ================= */

@media (max-width: 991px) {
  p { font-size: 14px; line-height: 24px; }

  .as_logo img { height: 80px; }
  .as_header_detail { width: calc(100% - 200px); }

  .as_banner_detail h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .as_heading { font-size: 30px; }

  .as_newsletter_wrapper {
    display: block;
    text-align: center;
    width: 100%;
  }
}

/* ================= MOBILE MENU ================= */

@media (max-width: 767px) {
  .as_header_wrapper { display: block !important; }

  .as_toggle {
    display: flex;
    margin-right: 15px;
    cursor: pointer;
  }

  .as_menu {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 320px;
    background: var(--dark-color1);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
  }

  .menu_open .as_menu {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .as_menu ul li {
    display: block;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
  }

  .as_info_detail {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
}

/* ================= SMALL MOBILE ================= */

@media (max-width: 600px) {
  .as_banner_wrapper {
    padding: 80px 40px;
    text-align: center;
  }

  .as_banner_slider .slick-arrow { display: none !important; }
}

/* ================= EXTRA SMALL ================= */

@media (max-width: 450px) {
  .as_banner_wrapper { padding: 80px 0; }

  .as_info_detail ul li .as_infobox > span.as_orange {
    display: none;
  }

  .as_heading { font-size: 20px; }
}

/* ================= COMMON ================= */

.as_info_detail_wrapper {
  border-radius: 12px;
  padding: 0;
  max-width: 1000px;
  margin: auto;
}

.as_info_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (min-width: 600px) {
  .as_info_list {
    flex-direction: row;
    justify-content: space-between;
  }
}


.as_info_link {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 15px;
  border-radius: 10px;
  transition: background 0.3s ease;
  background: linear-gradient(92deg, #bc6f6f 0%, #edeefa 100%);
  color: #fff;
}

.as_info_link:hover {
  background: #0e243d;
}

.as_infoicon {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  flex-shrink: 0;
}

.as_infoicon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.as_info_content {
  display: flex;
  flex-direction: column;
}

.as_info_label {
  color: #555;
  font-size: 14px;
}

.as_info_text {
  font-size: 15px;
  font-weight: 600;
}

.as_orange {
  color: #e67300;
}

.as_green {
  color: #25d366;
}

.as_submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.as_submenu li a {
  display: flex;
  /* put image + text in one line */
  align-items: center;
  /* vertically center */
  gap: 10px;
  /* spacing between image & text */
  padding: 8px 12px;
  text-decoration: none;
  color: #fff;
  /* change based on theme */
  transition: background 0.3s;
}

.as_submenu li a:hover {
  background: rgba(255, 255, 255, 0.1);
  /* hover effect */
}

.as_submenu li a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  /* keep original shape */
  border-radius: 4px;
  /* optional: rounded icons */
}

.as_submenu li a span {
  font-size: 14px;
  width: 150px;
  /* adjust based on image size */
  line-height: 1.4;
  white-space: nowrap;
  /* prevent text wrapping */
}

.as_submenu li a {
  display: flex;
  align-items: center;
  gap: 1px;
  /* space between image and text */
  /* padding: 8px 12px; */
  text-decoration: none;
  color: #ffffff;
  text-align: left;
  /* adjust as per theme */
}

.as_submenu li a img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  border-radius: 50%;
}

.as_submenu img {
  width: 40px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}

.as_submenu {
  list-style: none;
  padding: 0;
}

.as_submenu li {
  display: flex;
  align-items: center;
  /* margin: 10px 0; */
}

@media (max-width: 768px) {
  .as_submenu li {
    flex-direction: column;
    align-items: flex-start;
  }

  #profile-dropdown {
    display: none;
    position: absolute;
    top: 88px;
    left: -180px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }

  .as_submenu img {
    margin-bottom: 5px;
  }

  .as_contact_buttons {
    display: flex;
    gap: 0px !important;
    align-items: center;
    margin-left: 2px !important;
    /* adjust spacing */
  }
}

.as_contact_buttons {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-left: 5px;
  /* adjust spacing */
}

.as_icon_btn img {
  width: 28px;
  /* size of icons */
  height: 28px;
  transition: transform 0.3s ease;
}

.as_icon_btn img:hover {
  transform: scale(1.2);
}

.as_breadcrum_wrapper h1 {
  font-size: 36px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 700;
  color: black;
}

.as_breadcrum_wrapper ul li {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 700;
  color: black;
}

/* ===== Card Base ===== */
.product-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.3s ease;
  margin-bottom: 25px;
  padding: 3px;
  /* space for border animation */
  gap: 15px;
}

.product-card:hover {
  transform: translateY(-6px);
}

/* ===== Animated Border ===== */
.border-animate {
  background: linear-gradient(270deg, #ff00ff, #00ffff, #ff9900, #ff00ff);
  background-size: 600% 600%;
  animation: borderRun 6s linear infinite;
  border-radius: 14px;
}

.border-animate>* {
  background: #fff;
  border-radius: 12px;
  display: block;
}

/* Running Gradient Animation */
@keyframes borderRun {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* ===== Image Section ===== */
.product-img {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.product-img img {
  width: 330px;
  height: 230px;
  transition: transform 0.4s ease;
}

.product-card:hover .product-img img {
  transform: scale(1.08);
}

/* ===== Actions (Wishlist, Cart, Compare) ===== */
.product-actions {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card .product-actions {
  opacity: 1;
}

.product-actions li a {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}

.product-actions li a:hover {
  transform: scale(1.1);
}

/* ===== Product Info ===== */
.product-info {
  padding: 15px;
  text-align: left;
}

.product-name {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 6px;
  color: #333;
}

.product-price {
  font-size: 15px;
  font-weight: 600;
  color: #e31a4e;
}

.product-price del {
  color: #888;
  margin-left: 6px;
  font-size: 13px;
}

.discount {
  color: #28a745;
  font-size: 13px;
  margin-left: 6px;
}

/* ===== Badge ===== */
.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #e31a5000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 6px;
  text-transform: uppercase;
}

.as_breadcrum_wrapper .col-lg-12 {
  text-align: right !important;
}

.as_breadcrum_wrapper .col-lg-12 h1 {
  text-align: right !important;
}

.breadcrumb p {
  color: black !important;
  text-align: justify;

}



#product-list .col-lg-3 {
  padding: 0 7px;
}

.as_service_box {
  background: linear-gradient(270deg,
      #ff00ff24,
      #00ffff2b,
      #ff99002c,
      #ff00ff0a);
  /*background: linear-gradient(145deg, #1a1a1a, #2b2b2b); */
}

.as_service_box:hover {
  border: 1px solid #e31a4e;
  box-shadow: 0 6px 20px rgba(227, 26, 78, 0.5);
  transform: translateY(-5px);
}

.as_service_box h4 {
  font-size: 18px;
  margin: 15px 0;
  font-weight: 600;
  color: #fff;
}

.as_service_box p {
  font-size: 14px;
  color: #ddd;
  line-height: 1.6;
  min-height: 70px;
}

.as_service_box .as_icon {
  font-size: 36px;
  color: #ccd226;
  margin-bottom: 2px;
  display: inline-block;
}

.as_service_box .as_icon i {
  transition: 0.3s;
  margin-top: 20px;
}

.as_service_box:hover .as_icon i {
  color: #ff4c7d;
  transform: scale(1.2);
}

.as_service_box {
  background: #07273c;
  /* White box background */
  border: 1px solid #ddd;
  /* Light border */
  border-radius: 12px;
  /* Rounded corners */
  padding: 25px 15px;
  /* Inner spacing */
  min-height: 350px;
  /* Fixed minimum height */
  display: flex;
  /* Flexbox to align content */
  flex-direction: column;
  /* Stack items vertically */
  justify-content: center;
  /* Center vertically */
  align-items: center;
  /* Center horizontally */
  text-align: center;
  /* Center text */
  transition: all 0.3s ease;
  /* Smooth hover effect */
}

.as_service_box:hover {
  transform: translateY(-5px);
  /* Lift on hover */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.as_service_box .as_icon {
  font-size: 40px;
  /* Bigger icon */
  color: #e67e22;
  /* Orange accent */
  margin-bottom: 15px;
}

.as_service_box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}

.as_service_box p {
  font-size: 15px;
  line-height: 1.6;
  color: #d7cece;
}

/* Product Actions Container */
.product-actions {
  display: contents;
  flex-direction: column;
  gap: 20px;
  margin-top: 12px;
}

.Wishlist button {
  width: 100% !important;
  text-align: center !important;
}

/* Common Button Style */
.product-actions button {

  padding: 6px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  transition: background 0.2s ease;
}

/* Golden Button (Add to Cart) */
.btn-golden {
  background: #d4af37;
  /* Gold */
  color: #fff;
}

.btn-golden:hover {
  background: #c19d2b;
  /* Darker gold */
}

/* Green Button (Buy Now) */
.btn-green {
  background: #2a9d8f;
  /* Emerald Green */
  color: #fff;
}

.btn-green:hover {
  background: #21867a;
  /* Darker green */
}

.product-buttons {
  display: ruby-text;
  flex-direction: column;
  gap: 7px;
  margin-top: 2px;
}

.header-cart {
  position: relative;
}

#cart-btn {
  background: #22222200;
  color: #fff;
  padding: 8px 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.cart-dropdown {
  position: absolute;
  right: 0;
  top: 40px;
  background: #fff;
  border: 1px solid #ccc;
  width: 250px;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  display: none;
}

.cart-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cart-dropdown li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
}

.cart-dropdown img {
  margin-right: 8px;
  border-radius: 4px;
}

.cart-dropdown .view-cart-btn {
  display: block;
  text-align: center;
  margin-top: 10px;
  padding: 8px;
  background: #3399cc;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
}

.hidden {
  display: none;
}

.call-tag {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #e31a4e;
  /* orange/red color */
}

.call-tag:hover {
  color: #c7153c;
  /* darker shade on hover */
}

#cart-count {
  background: #e42c2c00;
  color: #e31a4e;
  padding: 2px 7px;
  border-radius: 50%;
  font-size: 14px;
  margin-left: 5px;
}

/* Sidebar */
#cart-sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 350px;
  height: 100%;
  background-color: #17384e;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out;
  padding: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

#cart-sidebar.active {
  right: 0;
}

#cart-sidebar h2 {
  margin: 0 0 15px;
  font-size: 20px;
  color: #cad808;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

#cart-items {
  flex-grow: 1;
  overflow-y: auto;
  margin-bottom: 15px;
}

#cart-items li {

  align-items: center;
  justify-content: space-between;
  background: linear-gradient(45deg, #cbddfd, #585a55, #60b5cc);
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
}

.remove-btn {
  background: #e31a5000;
  color: #fff;
  border: none;
  padding: 5px 8px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
}

#cart-items img {
  width: 50px;
  border-radius: 5px;
  margin-right: 10px;
}

.item-info {
  flex: 1;
  margin-left: 10px;
  font-size: 14px;
}

.item-info span {
  display: block;
  color: #000;
}

.remove-btn {
  background: #e31a5000;
  color: #fff;
  border: none;
  padding: 5px 8px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  width: 80px;
}

/* Checkout */
#checkout {
  background: #e31a5000;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
}

#checkout:hover {
  background: #c7153c;
}

/* ===== Header ===== */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 30px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Logo */
header h2 {
  color: #e31a4e;
  font-size: 22px;
  font-weight: 700;
}

/* Right Side */
.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* ===== Cart Button ===== */
#cart-btn {
  position: relative;
  background: #e31a5000;
  color: #fff;
  padding: 0px 1px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
}

/* Wrapper */
.filter-wrapper {
  width: 100%;
  background: #ffffff;
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}


/* ---- CATEGORY FILTER SECTION ---- */
.category-filter {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 220px;
}


/* -------- CHECKOUT CONTAINER ---------- */
.checkout-container {
  width: 100%;
  max-width: 450px;
  background: #ffffff;
  margin: 20px auto;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* -------- HEADER ---------- */
.checkout-header {
  background: #0f172a;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}

.checkout-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

/* -------- SUMMARY BOX ---------- */
#checkout-summary {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 15px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #334155;
}

/* -------- PAY BUTTON ---------- */
#pay-btn {
  width: 100%;
  padding: 14px;
  background: #2563eb;
  color: white;
  font-size: 17px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}

#pay-btn:hover {
  background: #1d4ed8;
}

/* -------- RESPONSIVE DESIGN ---------- */
@media (max-width: 768px) {
  .checkout-container {
    max-width: 100%;
    padding: 18px;
    margin: 15px;
  }

  #pay-btn {
    font-size: 16px;
    padding: 12px;
  }
}

@media (max-width: 480px) {
  .checkout-container {
    padding: 15px;
    border-radius: 10px;
  }

  .checkout-header h2 {
    font-size: 18px;
  }

  #checkout-summary {
    font-size: 14px;
    padding: 12px;
  }

  #pay-btn {
    font-size: 15px;
    padding: 12px;
  }
}


#categoryFilter {
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

/* Label */
.category-filter label {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
}

/* Select Box */
.category-filter select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  color: #374151;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.25s ease;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%236B7280" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
}

/* Hover Effect */
.category-filter select:hover {
  background-color: #f3f4f6;
  border-color: #6366f1;
}

/* Focus Effect */
.category-filter select:focus {
  outline: none;
  border-color: #4f46e5;
  background-color: #eef2ff;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .category-filter {
    width: 100%;
  }
}


/* Container */
.filter-bar {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  padding: 10px;
}

/* Each select */
.filter-item select {
  width: 100%;
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid #d3d7df;
  background: #f8f9fb;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* Hover */
.filter-item select:hover {
  background: #eef2ff;
  border-color: #4f46e5;
}

/* Focus */
.filter-item select:focus {
  outline: none;
  border-color: #4338ca;
  background: #eef2ff;
}

/* Disabled state */
.filter-item select:disabled {
  background: #e5e7eb;
  cursor: not-allowed;
  opacity: 0.6;
}

/* Responsive */
@media (max-width: 768px) {
  .filter-bar {
    flex-direction: column;
    gap: 12px;
  }
}


.card-body .product-title {
  color: #000;
  font-size: 14px;
}

.card-body .final-price {
  color: #8d0505;
  font-size: 14px;
}

.card-body .product-desc {
  color: #000;
  font-size: 14px;

}



.card-body .product-price {
  color: #000;
  font-size: 14px;
}

#user-header {

  margin-top: -30px;
}



.card-body .product-title .product-price .product-desc {
  color: #000;
  font-size: 14px;
}

#cart-count {

  color: #e31a4e;
  padding: 2px 6px;
  border-radius: 4px;
  /* ✅ square corners */
  font-size: 12px;
  font-weight: bold;
  margin-left: 6px;
  display: inline-block;
  min-width: 18px;
  text-align: center;
}

#cart-btn:hover {
  background: #c7153c00;
}

/* ===== Login & Signup Button Styles ===== */
.login-btn,
.signup-btn {
  padding: 10px 22px;
  border: none;
  border-radius: 30px;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* 🔹 Login Button */
.login-btn {
  background: linear-gradient(90deg, #11dcb4, #8364ff);
  color: #fff;
  box-shadow: 0 3px 6px rgba(108, 99, 255, 0.3);
}

.login-btn:hover {
  background: linear-gradient(90deg, #189520, #c6a908);
  transform: translateY(-2px);
}

/* 🔸 Signup Button */
.signup-btn {
  background: #fff;
  color: #6c63ff;
  border: 2px solid #6c63ff;
}

.signup-btn:hover {
  background: #6c63ff;
  color: #fff;
  transform: translateY(-2px);
}

/* ===== User Profile ===== */
#user-profile {
  position: relative;
  display: block;
  align-items: center;
  cursor: pointer;
  gap: 8px;

}

#user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ddd;
  object-fit: cover;
  transition: border 0.3s;
}

#user-profile:hover #user-avatar {
  border-color: #e31a4e;
}

/* ===== Dropdown ===== */
#profile-dropdown {
  display: none;
  position: absolute;
  top: 55px;
  right: 0;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  width: 180px;
  animation: fadeIn 0.2s ease-in-out;
}

#profile-dropdown ul {
  list-style: none;
}

#profile-dropdown li a {
  display: block;
  padding: 10px 10px;
  color: #444;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

#profile-dropdown li a:hover {
  background: #f4f4f9;
  color: #e31a4e;
}

#profile-dropdown li:last-child a {
  color: #e31a4e;
  font-weight: 600;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== Responsive ===== */
@media (max-width: 600px) {
  header {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }

  .header-right {
    margin-top: 10px;
    width: 100%;
    justify-content: space-between;
  }
}

/* Profile Container */
.profile {
  position: relative;
  display: inline-block;
}

/* Profile Image */
.profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #ddd;
  transition: 0.3s;
}

.profile img:hover {
  border-color: #007bff;
}

/* Dropdown Menu */
.dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  min-width: 240px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 999;
  padding: 12px;
  font-family: Arial, sans-serif;
}

/* Show on hover */
.profile:hover .dropdown {
  display: block;
}

/* User Info Section */
.dropdown .user-info {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.dropdown .user-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 8px;
}

.dropdown .user-info h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.dropdown .user-info p {
  margin: 2px 0 0;
  font-size: 13px;
  color: #777;
}

/* Links */
.dropdown a {
  display: block;
  padding: 10px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.2s;
}

.dropdown a:hover {
  background: #f5f5f5;
}

.dropdown a.logout {
  color: #d9534f;
  font-weight: bold;
}

#product-list {
  display: flex;
  flex-wrap: wrap;
}

.filter-sidebar {
  margin-bottom: 20px;
}

.filter-box {
  background-color: #dbdada;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.filter-heading {
  font-size: 18px;
  margin-bottom: 15px;
  color: #0d0d0d;
  font-weight: bold;
}

.filter-group {
  margin-bottom: 15px;
}

.filter-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  color: black;
}

.form-control {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

#filter-price {
  width: 100%;
}

#price-value {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #000000;
}

@media (max-width: 991px) {
  .product-card {
    flex: 1 1 calc(30% - 20px);
  }
}

@media (max-width: 576px) {
  .product-card {
    flex: 1 1 100%;
  }
}

#product-list {
  display: block;
  flex-wrap: wrap;
}

.filter-sidebar {
  margin-bottom: 20px;
}

.filter-box {
  background-color: #dbdada;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.filter-heading {
  font-size: 18px;
  margin-bottom: 15px;
  color: #0d0d0d;
  font-weight: bold;
}

.filter-group {
  margin-bottom: 15px;
}

.filter-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  color: black;
}

.form-control {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

#filter-price {
  width: 100%;
}

#price-value {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #000000;
}

#wishlist-btn {
  display: flex;
  padding: 8px;
  margin-left: 2px;
  margin-right: 2px;
}

@media (max-width: 991px) {
  .product-card {
    flex: 1 1 calc(30% - 20px);
  }
}

@media (max-width: 576px) {
  .product-card {
    flex: 1 1 100%;
  }

  #cart-btn {
    position: relative;
    background: #e31a5000;
    color: #fff;
    padding: 1px 1px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    width: 100px;
  }

}

.filter-sidebar {
  background: #fff;
  padding: 4px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  height: auto;
}

.filter-group {
  margin-bottom: 14px;
}

.product-card {
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 6px;
  margin-bottom: 10px;
  height: auto;
}

@media (max-width: 768px) {
  .filter-sidebar {
    margin-bottom: 18px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  svg {
    height: 59% !important;
    object-fit: contain;
    transform-origin: center;
    width: 85% !important;
    fill: currentColor;
    pointer-events: none;
  }
}

/* Base Arrow Styling */
.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background: linear-gradient(145deg, #ffd700, #ffb700);
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

/* Add nice hover effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: linear-gradient(145deg, #ffcc00, #e6b800);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transform: scale(1.1);
}

/* Override default Swiper arrow icons */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* Position Tweaks */
.swiper-button-next {
  right: 15px;
}

.swiper-button-prev {
  left: 15px;
}


.as_product_box {
  flex: 0 0 280px;
  background: linear-gradient(145deg, #456767, #e7f6f4);
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: center;
}

.as_product_box:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.as_product_img img {
  max-width: 250px;
  height: 150px;
  margin-bottom: 5px;
}

.as_subheading {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 10px 0 5px;
}

.as_price {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.as_price del {
  font-size: 0.9rem;
  color: #999;
  margin-left: 5px;
}

.as_product_actions {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.as_product_actions li a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.9rem;
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}

.as_product_actions li a:hover {
  color: #ff6600;
}

.slider-btn button {
  width: 49%;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 1px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullet {
  background-color: white !important;
}

.buy_btn {
  padding: 18px 12px;
}

/* Sidebar */
#cart-sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 350px;
  height: 100%;
  background-color: #17384e;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out;
  padding: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

#wishlist-popup.active {
  right: 0;
}


.wishlist-popup {
  position: fixed;
  top: 0;
  right: -10px;
  width: 430px;
  height: auto;
  background-color: #17384e;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out;
  padding: 10px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  top: 0;
  border-radius: 20px;
  display: flex;

}

.wishlist-popup.hidden {
  display: none;
}

.wishlist-content {
  background: linear-gradient(45deg, #cbddfd, #585a55, #60b5cc);
  width: 400px;
  max-height: 500px;
  overflow-y: auto;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

#wishlist-items li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

#wishlist-items img {
  width: 50px;
  margin-right: 10px;
}

.clear-btn {
  background: red;
  color: white;
  padding: 8px 12px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.as_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, #0a001a, #000);
  /* dark astrology feel */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.circle-loader {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.2);
  border-top: 6px solid #f5d142;
  /* golden astrology glow */
  animation: spin 2s linear infinite, glow 2s ease-in-out infinite alternate;
  box-shadow: 0 0 30px rgba(245, 209, 66, 0.6);
}

.as_loader p {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #f5d142;
  text-shadow: 0 0 10px rgba(245, 209, 66, 0.8);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes glow {
  0% {
    box-shadow: 0 0 10px rgba(245, 209, 66, 0.5);
  }

  100% {
    box-shadow: 0 0 30px rgba(245, 209, 66, 1);
  }
}



/* 🛍️ Cart Sidebar */
.cart-sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 360px;
  height: 100vh;
  background: #f9f9f9;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
  transition: right 0.4s ease;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cart-sidebar.active {
  right: 0;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

#close-cart {
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #333;
}

/* 🧺 Cart Items */
.cart-items {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  flex-grow: 1;
  overflow-y: auto;
  max-height: 65vh;
}

.cart-items li {
  display: block;
  align-items: center;
  justify-content: space-between;
  background: white;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.cart-items img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 10px;
}

.item-info {
  flex: 1;
  font-size: 14px;
}

.item-info span {
  display: block;
  margin-bottom: 3px;
}

.remove-btn {
  background: #ff4c4c;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  padding: 5px 8px;
}

.remove-btn:hover {
  background: #d63333;
}

/* 💳 Checkout */
.cart-summary {
  border-top: 2px solid #ddd;
  padding-top: 10px;
  text-align: center;
}

.checkout-btn {
  background: #ffb400;
  border: none;
  color: white;
  padding: 12px 18px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 10px;
  width: 100%;
  transition: 0.3s;
}

.checkout-btn:hover {
  background: #001f3f;
}

@media (max-width: 600px) {
  .cart-sidebar {
    width: 100%;
  }
}


.as_contact_buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  top: -400px;
  gap: 20px;
  margin: 20px;
}

#user-profile {
  position: relative;
  cursor: pointer;
}

#profile-dropdown {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

#profile-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#profile-dropdown ul li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #000;
}

#profile-dropdown ul li a:hover {
  background: #f0f0f0;
}

#user-profile:hover #profile-dropdown {
  display: block;
}

/* 🌈 General Styles */
#user-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.header-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* 🛒 Cart Button */
#cart-btn {
  position: relative;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.popup-message {
  position: fixed;
  top: 20px;
  right: -350px;
  background: #fff;
  padding: 12px 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  transition: 0.4s;
  z-index: 9999;
}

.popup-message.show {
  right: 20px;
}

.popup-content {
  display: flex;
  gap: 12px;
  align-items: center;
}

.popup-img {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  object-fit: cover;
}


#cart-count {
  position: absolute;
  top: -8px;
  right: -30px;

  color: #e60606;

  padding: 2px 10px;
  border-radius: 56%;
  font-weight: bold;
  width: 65px;
}

#cart-items li {
  display: flow;
}

/* 👤 Profile Avatar */
#user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #00bfa6;
  cursor: pointer;
  transition: 0.3s;
}

#user-avatar:hover {
  transform: scale(1.05);
  box-shadow: 0 0 8px rgba(0, 191, 166, 0.5);
}

/* 📋 Dropdown Menu */
.dropdown {
  position: absolute;
  top: 55px;
  right: 0;
  background: #ffffff;
  width: 200px;
  border-radius: 12px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 100;
  transition: all 0.3s ease;
}

.hidden {
  display: none;
}

.profile-name {
  background: linear-gradient(90deg, #004d61, #007a7a);
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  font-size: 1rem;
}

.dropdown ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.dropdown ul li {
  padding: 4px 8px;
  transition: background 0.3s ease;
}

.dropdown ul li:hover {
  background: #f1f1f1;
}

.dropdown ul li a {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

#wishlist-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  color: #444;
  font-size: 1rem;
  cursor: pointer;
  padding: 10px 20px;
}

#wishlist-btn:hover {
  background: #f1f1f1;
}

#wishlist-count {
  font-weight: 600;
  color: crimson;
}

.logout-btn {
  color: crimson !important;
  font-weight: 600;
}

/* 🧾 Cart Sidebar */
.cart-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: 100vh;
  background: #fff;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
  padding: 20px;
  transition: transform 0.3s ease;
  transform: translateX(100%);
  z-index: 200;
}

.cart-sidebar.active {
  transform: translateX(0);
}

.cart-sidebar h3 {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  font-size: 1.2rem;
}

.checkout-section {
  position: absolute;
  bottom: 0px;
}

#checkout {
  width: 100%;
  background: #007a7a;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

#checkout:hover {
  background: #005f5f;
}

/* Base wrapper for enforcing aspect ratio and responsive cropping */

/* Main responsive image class */
.blogimg {
  display: block;
  /* removes inline spacing */
  width: 400px;
  /* fluid width */
  height: 250px;
  /* natural height for small/inline images */
  max-width: 100%;
  object-fit: cover;
  /* cover for cropping while preserving aspect */
  object-position: center;
  -o-object-fit: cover;
  vertical-align: middle;
  transition: transform .35s ease, filter .25s ease;
}

/* If you want a consistent fixed aspect ratio (e.g., 16:9) */
.blogimg-wrapper.aspect-16-9 {
  aspect-ratio: 16 / 9;
  /* modern browsers */
  height: auto;
}

.blogimg-wrapper.aspect-4-3 {
  aspect-ratio: 4 / 3;
}

.blogimg-wrapper.aspect-square {
  aspect-ratio: 1 / 1;
}

/* Ensure the img fills the wrapper when aspect-* is used */
.blogimg-wrapper.aspect-16-9 .blogimg,
.blogimg-wrapper.aspect-4-3 .blogimg,
.blogimg-wrapper.aspect-square .blogimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Optional: hero style for large cover images */
.blogimg--hero {
  border-radius: 0;
  transition: transform .5s ease;
}

.blogimg--hero:hover {
  transform: scale(1.02);
}

/* Optional: thumbnail style for small list cards */
.blogimg--thumb {
  height: 160px;
  object-fit: cover;
  width: 100%;
}

/* Accessibility / slow connection fallback */
@media (prefers-reduced-motion: reduce) {

  .blogimg,
  .blogimg--hero {
    transition: none;
    transform: none;
  }
}

/* Small device tweaks */
@media (max-width: 480px) {
  .blogimg--thumb {
    height: 120px;
  }
}

/* ============ float modal form ============== */

.float-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 9998;
  display: none;
}

.float-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 400px;
  max-width: 95%;
  background: #1e2a54;
  border-radius: 16px;
  z-index: 9999;
  display: none;
  padding: 25px;
  color: rgb(255, 255, 255);
  overflow-y: scroll;
}

.float-modal::-webkit-scrollbar {
  display: none;
}

.float-modal input {
  background-color: #34495e;
  border: none;
  border-radius: 20px;
}

