html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.header-left span {
  color: #605dc7;
  font-weight: 500;
}

.header-left i {
  color: #605dc7;
}

.custom-logo {
  max-height: 30px;
  width: 250px;
}

.header-right {
  gap: 190px;
}

.header-right .nav a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.header-right .nav a:hover {
  color: #605dc7;
}

.header-icons i {
  transition: color 0.2s ease;
}

.header-icons a:hover i {
  color: #605dc7;
}

.btn.btn-primary {
  background-color: #605dc7;
  border: none;
}

.btn.btn-primary:hover {
  background-color: #5a52d4;
}

.footer-section {
  background-color: #665cd3;
  color: #fff;
  padding: 60px 0;
  font-family: "Inter", sans-serif;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-column {
  flex: 1 1 200px;
}

.footer-column h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.footer-menu a:hover {
  opacity: 1;
}

.company-info p {
  font-size: 14px;
  line-height: 1.6;
}

.footer-bottom {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
  padding-top: 20px;
}

.social-links a {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}

.footer-location {

  align-items: center;
  gap: 10px;
}

.footer-location i {
  font-size: 20px;
}
.playlist-banner img{
  width: 100%;
}
.shield-carousel-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 10px;
  position: relative;
}

.shield-slide {
  text-align: center;
  border-radius: 12px;
}

.shield-image img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin: 0 auto 15px;
}

.shield-title {
  font-size: 16px;
  font-weight: 600;
  min-height: 45px;
  margin-bottom: 10px;
}

.shield-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.shield-cart-btn {
  display: inline-flex;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #6d37ff;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
}

.shield-price {
  font-size: 16px;
  font-weight: 500;
}

.shield-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #6d37ff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  cursor: pointer;
  z-index: 2;
}

.shield-prev {
  left: -40px;
}

.shield-next {
  right: -40px;
}

.shield-nav:hover {
  background: #5026d8;
}

@media(max-width: 768px) {
  .shield-prev {
    left: 5px;
  }

  .shield-next {
    right: 5px;
  }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button {
  background-color: #605dc7;
  border-radius: 50px;
  color: white;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover {
  background-color: #5026d8;
  border-radius: 50px;
  color: white;
}

.product {
  text-align: center;
}

.woocommerce-loop-product__title {
  color: #000;
  font-weight: 600;
}

.price bdi {
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 1rem;
}

.woocommerce ul.products li.product .price {
  margin-bottom: 0px;
}

.woocommerce-Price-currencySymbol {
  margin-right: 10px;
}

.added_to_cart {
  font-size: 100%;
  background-color: #605dc7;
  font-weight: 700;
  padding: .618em 1em;
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  margin-left: 10px;
}

/* CART */

.wc-block-components-sidebar-layout {
  padding: 100px !important;
}

.wc-block-cart-items__header-image {
  font-size: 30px;
}

.wc-block-cart-items__header-total {
  font-size: 30px;
}

tr {
  border-style: solid;
  border-color: #605dc7;
}

.wc-block-components-product-name {
  color: #000;
  text-decoration: none;
}

.wp-block-woocommerce-cart-order-summary-block {
  background: #f8f6f3;
  padding: 30px;
  border-radius: 30px;
  box-shadow: none;
}

.wc-block-components-button {
  background: #605dc7;
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
  border: none;
}

/* CHECKOUT */

.wc-block-components-sidebar-layout {
  padding: 80px;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=email] {
  background-color: #fff !important;
  border-radius: 20px !important;
}

.wc-block-components-address-card,
.wc-blocks-components-select__container select,
.wc-block-components-address-form__first_name input,
.wc-block-components-address-form__city input,
.wc-block-components-address-form__last_name input,
.wc-block-components-address-form__address_1 input,
.wc-block-components-address-form__address_2 input,
.wc-block-components-address-form__postcode input,
.wc-block-components-address-form__phone input {
  border-radius: 30px !important;
  padding-left: 20px !important;
}

.wc-block-components-address-card,
.wc-blocks-components-select__container label,
.wc-block-components-address-form__first_name label,
.wc-block-components-address-form__city label,
.wc-block-components-address-form__last_name label,
.wc-block-components-address-form__address_1 label,
.wc-block-components-address-form__address_2 label,
.wc-block-components-address-form__postcode label,
.wc-block-components-address-form__phone label {
  border-radius: 30px !important;
  padding-left: 20px !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
  background-color: #f8f6f3;
  border-radius: 30px;
  border: none !important;
  padding: 20px;
}

.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option {
  border-radius: 20px !important;
}

/* EMPTY CART */
.wp-block-woocommerce-cart {
  padding: 80px;
}

.has-text-align-center {
  font-weight: 600;
  margin-bottom: 30px;
}

.wc-block-grid {
  display: flex;
  justify-content: center;
}

.wc-block-grid__products {
  width: 50%;
}

.wc-block-grid__product-link {
  color: #000 !important;
  text-decoration: none;
}
.wc-block-cart-item__remove-link {
  background-color: #605DC7 !important;
  color: white !important;
  padding: 8px 15px !important;
  border-radius: 30px !important;
  text-decoration: none !important;
}
/* SHIELD DETAILS */

.woocommerce div.product div.images img {
  width: 400px;
}

.woocommerce div.product {
  padding: 100px;
}

.woocommerce-page div.product div.images {
  width: 400px;
}

.woocommerce-page div.product div.summary {
  float: right;
  width: 72%;
  text-align: left;
  margin-top: 100px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  text-align: left;
}

.woocommerce ul.products li.product a img {
  width: 300px;
}

.woocommerce-order {
  padding: 80px;
}

/* Wrapper: Sidebar + Content */

.welcome-heading{
  font-weight: 800;
  color: #605DC7;
  padding: 40px 0;
}
.my-account-wrapper {
  display: flex;
  gap: 40px;
  padding: 40px 0;
  max-width: 1200px;
  margin: auto;
}

.account-sidebar {
  width: 360px;
  padding: 20px;
  background-color: #f8f6f3;
}
.account-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.account-sidebar ul li {
  margin: 0 0 12px 0;
}
.account-sidebar ul li a {
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: #333;
  font-weight: 500;
}
.account-sidebar .account-menu li.current-menu-item>a,
.account-sidebar .account-menu li.current_page_item>a,
.account-sidebar .account-menu li.current-menu-ancestor>a,
.account-sidebar .account-menu li.current-menu-parent>a {
  background-color: #605DC71A;
  color: #605dc7 !important;
  font-weight: 800;
  position: relative;
  padding-left: 20px;
}
.account-sidebar .account-menu li.current-menu-item>a::before,
.account-sidebar .account-menu li.current_page_item>a::before,
.account-sidebar .account-menu li.current-menu-ancestor>a::before,
.account-sidebar .account-menu li.current-menu-parent>a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #605DC7;
  border-radius: 4px 0 0 4px;
}
.account-content {
  flex: 1;
  padding-left: 20px;
}
.account-content h2 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
}
/* EDIT PROFILE */
.woocommerce-EditAccountForm label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.woocommerce-Input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

button.woocommerce-Button {
  background: #6a5acd !important;
  color: #fff !important;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
}


/* ORDER HISTORY */
.order-table {
  width: 100%;
  background: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* Orders table styling */
.account-content table.my_account_orders {
  width: 100%;
  border-collapse: collapse;
}

.account-content table.my_account_orders th {
  background: #f7f7f7;
  padding: 12px 10px;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  border-bottom: 2px solid #eee;
}

.account-content table.my_account_orders td {
  padding: 14px 10px;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
}

/* Order number link */
.account-content .order-number a {
  color: #6A59D1;
  font-weight: 600;
  text-decoration: none;
}

.account-content .order-number a:hover {
  text-decoration: underline;
}

/* Status color */
.account-content .order-status {
  font-weight: 500;
  color: #ff9800;
}

/* Action buttons */
.account-content .button {
  background: #6A59D1;
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
}

.account-content .button:hover {
  background: #594ac0;
}

/* Table row hover */
.account-content table.my_account_orders tbody tr:hover {
  background: #fafafa;
}

.custom-order-wrapper {
  max-width: 1000px;
  margin: 40px auto;
  padding: 20px 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-family: Arial, sans-serif;
}

.custom-order-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.custom-order-header h2 {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
}

.order-info-text {
  margin: 10px 0;
  font-size: 15px;
  color: #444;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.custom-table th,
.custom-table td {
  padding: 12px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.custom-table th {
  background: #f8f8f8;
  font-weight: bold;
}

.order-section-title {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
}

.address-box {
  background: #fafafa;
  padding: 15px;
  border-radius: 8px;
  margin-top: 10px;
}

.back-to-orders {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 15px;
  font-weight: 500;
  gap: 10px;
  border-radius: 30px;
  background-color: #605dc7;
}

/* Wishlist Table Wrapper */
.tinvwl-table-manage-list {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

/* Table Headers */
.tinvwl-table-manage-list th {
  background: #f8f8f8;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #ddd;
}

/* Product Image Styling */
.tinvwl-table-manage-list .product-thumbnail img {
  width: 100%;
  border-radius: 40px;
  object-fit: cover;
}

/* Product Title */
.tinvwl-table-manage-list .product-name a {
  font-size: 16px;
  font-weight: 500;
  color: #4a4a4a;
  text-decoration: none;
}

.woocommerce button.button.alt {
  background-color: #605dc7;
  border-radius: 30px;
  padding: 10px;
}

.add-new-recording {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 color: #ffffff;
  width: 260px;
  height: 360px;
  background: #605dc7;
  border-radius: 10px;
 text-decoration: none;
 margin-bottom: 20px;

}

.add-new-recording .bi-plus-circle {
  font-size: 50px;
  font-weight: 800;
}

.playlist-heading {
  font-weight: 600;
}

.page-banner {
  width: 100%;
}

.banner-img {
  width: 100%;
  display: block;
}

.breadcrumb-wrapper a {
  color: #000;
  text-decoration: none;
}

/* Wizard Container */
.wizard-container {
  max-width: 70%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
  background: #f8f6f3;
  border-radius: 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

/* Step Indicators */
.steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 20px;
}

.step {
  text-align: center;
  position: relative;
  width: 20%;
}

.step-number {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #605dc7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 18px;
  background: white;
  color: #605dc7;
}

.step.active .step-number {
  background: #605dc7;
  color: white;
}

.step-label {
  margin-top: 8px;
  font-size: 14px;
}

.step:last-child .step-line {
  display: none;
}

.step-line {
  position: absolute;
  top: 22px;
  left: 60%;
  height: 2px;
  width: 100%;
  background: #605dc7;
  z-index: 0;
}

/* Tab Content */
.tab {
  display: none;
}

.tab.active {
  display: block;
}

.tab.active h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

/* Buttons */
.btn-area {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.btn,
#backBtn {
  padding: 10px 25px;
  background: #605dc7;
  color: white;
  border-radius: 20px;
  cursor: pointer;
  border: none;
  font-size: 16px;
}

.btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.btn:hover {
  border: 1px solid #605dc7;
  color: #605dc7;
}

.input-box {
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
  border: 1px solid #605dc7;
  border-radius: 25px;
  padding: 10px;
  font-size: 16px;
  outline: none;
}

/* Page Title */
.main-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 5px;
}

.subtext {
  text-align: center;
  margin-bottom: 40px;
  color: #666;
}

/* Upload / Record Boxes */
.upload-record-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}

.upload-box {
  width: 50%;
  height: 260px;
  border: 1px dashed #605dc7;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  cursor: pointer;
}

.recoding-list {
  width: 100%;
  height: 260px;
  border: 1px dashed #605dc7;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  cursor: pointer;
}

.upload-icon {
  font-size: 40px;
  color: #ffffff;
  padding: 10px 25px;
  background-color: #605dc7;
  border-radius: 50%;
  margin-bottom: 15px;
}

.upload-text {
  font-size: 18px;
  color: #605dc7;
}

.recording-list-button {
  display: flex;

}
.artwork-container,
.overview {
  width: 100%;
  align-items: center;
  border: 1px dashed #605dc7;
  border-radius: 15px;
  background: white;
  cursor: pointer;
  text-align: center;
  padding: 30px;
}

/* Preview */
.artwork-preview-wrapper {
  position: relative;
  width: 180px;
  height: 180px;
  margin: auto;
}

.artwork-preview {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #e5e5e5;
  background-size: cover;
  background-position: center;
}

.remove-art {
  position: absolute;
  top: -5px;
  right: -5px;
  background: white;
  border: 2px solid #6c63ff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 16px;
}

.upload-art-btn {
  display: inline-block;
  background: #6c63ff;
  padding: 10px 25px;
  border-radius: 40px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  margin: 20px 0;
}

.upload-art-btn i {
  margin-right: 6px;
}

/* Tabs */
.artwork-tabs {
  margin-top: 15px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.tab-link {
  cursor: pointer;
  font-weight: 500;
  color: #5a5a5a;
  padding-bottom: 6px;
}

.tab-link.active {
  color: #6c63ff;
  border-bottom: 2px solid #605dc7;
}

/* Grid */
.art-grid {
  display: none !important;
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 90px);
  justify-content: center;
  gap: 20px;
}

.art-grid.active {
  display: flex !important;
}

.art-item,
.color-item {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  background-size: cover;
}

/* Title */
.record-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

/* Subtitle */
.record-subtitle {
  font-size: 26px;
  margin-bottom: 25px;
  color: #000;
  font-weight: 700;
}

/* Input Field */
.story-input {
  width: 70%;
  padding: 12px 18px;
  border: 2px solid #6a5acd;
  border-radius: 30px;
  outline: none;
  font-size: 16px;
  margin-bottom: 40px;
}

/* Dotted Recording Box */
.record-box {
  border: 1px dashed #6a5acd;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 60px 20px;
  width: 80%;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Mic Button */
.mic-btn {
  background: #6a5acd;
  border: none;
  padding: 35px;
  border-radius: 10px;
  cursor: pointer;
}

.bi-mic {
  width: 40px;
  font-size: 40px;
  color: #ffffff;
}

/* Timer */
.timer-container {
  display: flex;
  gap: 10px;
  width: 150px;
  justify-content: center;
  margin-top: 25px;
  padding: 20px 100px;
  border-radius: 30px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);}

.timer-box {
  background: #605dc7;
  padding: 2px 15px;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}


.page-wrapper {
  max-width: 1400px;
  margin: auto;
  padding: 40px;
  background-color: #f8f6f3;
}

.library-title {
  font-weight: 600;
}

.tab-btn {
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  background: #ffffff;
  color: #605dc7;
  border: 1px solid #dcdcdc;
  text-decoration: none;
}

.tab-btn.active {
  background: #605dc7;
  color: #fff;
  border-color:#605dc7 ;
}

.tab-btn:hover {
  background: #6a5acd;
  color: #fff;
}

/* Search + Button Row */
.top-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.search-box {
  display: flex;
  width: 500px;
  background: #fff;
  border: 1px solid #b4a8e4;
  border-radius: 25px;
  overflow: hidden;
}

.search-box input {
  width: 100%;
  padding: 10px 20px;
  border: none;
  outline: none;
  font-size: 15px;
  align-items: center;
}

.top-actions .bi-search {
  width: 50px;
  border: none;
  padding:10px;
  color: #ffffff;
  border-radius: 30px;
  background: none;
  font-size: 18px;
  cursor: pointer;
  background-color: #605dc7;
}

.add-recording-btn {
  background: #6a5acd;
  color: white;
  padding: 10px 25px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.add-recording-btn:hover {
  background: #5949c9;
}

/* Recording Grid */
.recording-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 40px;
  margin-bottom: 30px;
}

.recording-card {
  background: white;
  padding: 10px 15px;
  border-radius: 30px;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  gap: 15px;
}

.play-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #6a5acd;
  color: white;
  cursor: pointer;
  font-size: 14px;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding-bottom: 60px;
}

.pg-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  background: #fff;
  cursor: pointer;
}

.pg-btn.active {
  background: #6a5acd;
  color: #fff;
  border-color: #6a5acd;
}
.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.my-device-page-wrapper {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #f7f3ef;
}

.my-device-header {
  background: #f7f3ef;
  padding: 15px 25px;
  margin: -30px -30px 30px -30px;
  border-radius: 10px 10px 0 0;
}

.my-device-header h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  color: #4b4b4b;
}

.my-device-content {
  text-align: center;
  padding: 40px 20px;
}

/*------------------------------------------- LOGIN - PAGE -------------------------------------------*/
/* .mt-stickybar {
    margin-top: 65px;
} */

.sky-background {
  position: relative;
  width: 100%;
  min-height: 100vh;
  /* <-- Instead of height */
  background: linear-gradient(to bottom, #5e4ddb 0%, #cfd8f5 100%);
  overflow: hidden;
  padding-bottom: 100px;
  /* Optional: ensure some breathing room above footer */
}

.flying-img {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  z-index: 5;
}

/* .clouds {
    position: absolute;
    width: 100%;
    height: 200px;
    pointer-events: none;
    z-index: 2;
}

#clouds-top {
    top: 0;
}

#clouds-bottom {
    bottom: 0;
}

.cloud-bubble {
    position: absolute;
    background: white;
    border-radius: 50%;
    opacity: 0.9;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
} */



.flying-img {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  /* width: 200px; */
  z-index: 2;
}

.login-box {
  position: relative;
  z-index: 3;
  max-width: 500px;
  margin: 200px auto 0;
  padding: 2rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.form-group {
  text-align: left;
  margin-bottom: 20px;
}

.form-group label {
  font-size: 14px;
  color: #555;
  display: block;
  margin-bottom: 5px;
}

.form-group input {
  width: 100%;
  padding: 10px 15px;
  border-radius: 25px;
  border: 1px solid #ccc;
  background-color: #e6f0ff;
  outline: none;
}

.forgot-password {
  text-align: left;
  margin-bottom: 20px;
}

.forgot-password a {
  color: #605dc7;
  font-size: 13px;
  text-align: left;
  text-decoration: none;
}

.login-btn {
  background: #605dc7;
  color: #ffffff;
  padding: 8px 30px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  margin-bottom: 20px;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 13px;
  color: #888;
  gap: 10px;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #ccc;
}


.social-login {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-login a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  border-radius: 10px;
  border: none;
  background: var(--secondary-color);
  font-size: 24px;
  cursor: pointer;
  color: #000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/*------------------------------------------- LOGIN - PAGE -------------------------------------------*/

/*------------------------------------------- FORGOT-PASSWORD - PAGE -------------------------------------------*/
.account-section .account-banner {
  background: #f8f6f3;
  padding: 40px 0 0 0;
}

.account-section .account-form-block {
  box-shadow: 0 1px 0 0 rgba(17, 17, 26, .05), 0 0 8px 0 rgba(17, 17, 26, .1);
  border-radius: 20px;
  padding: 30px;
  background: #fff;
  position: relative;
  z-index: 99;
}

.form-control {
  background: #fff;
  border: 1px solid #d8d8d8;
  color: #3e3e3e;
}
.password-text{
color: green;
font-size: 13px;
}
/*------------------------------------------- FORGOT-PASSWORD - PAGE -------------------------------------------*/

/* ------------------------------------------------POPUP--------------------------------------------------------- */
.error-message {
  color: #d63638;
  font-size: 14px;
}
.field-error {
  color: #e53935;
  font-size: 13px;
  margin-top: 5px;
}

input.error {
  border-color: #e53935;
}
/* ------------------------------------------------POPUP--------------------------------------------------------- */

.password-wrapper {
    position: relative;
}

.password-wrapper input {
    width: 100%;
    padding-right: 40px;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #333;
    font-size: 18px;
}



/* ------------------------------------------------POPUP--------------------------------------------------------- */
 
 
 
/* Modal overlay */
.arclog-delete-modal {
  display: none;                 /* was inline */
  position: fixed;               /* was inline */
  inset: 0;                      /* was inline */
  background: rgba(0, 0, 0, 0.5);/* was inline */
  z-index: 99999;                /* was inline */
}
 
/* Modal box */
.arclog-delete-modal-box {
  background: #fff;              /* was inline */
  width: 400px;                  /* was inline */
  margin: 15% auto;              /* was inline */
  padding: 30px;                 /* was inline */
  border-radius: 12px;           /* was inline */
  text-align: center;            /* was inline */
}
 
/* Buttons container */
.arclog-delete-modal-actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
 
/* Yes button */
.arclog-confirm-delete-btn {
  padding: 8px 20px;
  border-radius: 20px;
  border: none;
  background: #605DC7;
  color: #fff;
  cursor: pointer;
}
 
/* No button */
.arclog-cancel-btn {
  padding: 8px 20px;
  border-radius: 20px;
  border: none;
  background: #e5e7eb;
  color: #333;
  cursor: pointer;
}
 