/* Global body background */
 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Helvetica Neue', Arial, sans-serif !important;
  background-color: #000 !important;
  color: #fff;
  line-height: 1.6;
}
h1, h2, h3 {
  color: #f6c944;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  color: inherit;
}
a:visited {
	background-color: #000;
	color: #f6c944;
}
body.menu-open {
  overflow: hidden;
}
.p-FieldLabel {
    color: #fff;
}
.Input:-webkit-autofill:not(.p-Input--delayAutofillStyles){
	-webkit-text-fill-color: #f9f9f9 !important;
}
.p-Select .p-Select-select{
	color: #f9f9f9 !important;
}
.site-main {
    text-align: center;
    padding: 0 20px;
}
.woocommerce {
	color: #fff;
	text-align: left;
}
.iti{
	width: 100%;
}
.iti__selected-dial-code{
	color: #000;
}
.iti__country{
	color: #f6c944 !important;
}
.iti__country-list{
	background-color: #000 !important;
}
.woocommerce form.login, .woocommerce form.register {
    border: 1px solid #f6c944 !important;
}
.lost_password a{
  text-decoration: none;
  color: #f6c944;
}
.lost_password a:hover, .lost_password a:focus, .lost_password a:active {
    color: #f6c944;
}
.lost_password a:visited {
	background-color: #000;
	color: #f6c944;
}
.p-AccordionPanel{
	color: #fff;
}
.woocommerce .account_display_name_description,
.woocommerce form .form-row label {
    color: #f6c944;
}
.button, .woocommerce-Button{
	background-color: #000 !important;
	border: 1px solid #f6c944 !important;
	color: #f6c944 !important;
	text-decoration: none !important;
}
.woocommerce-Button{
	margin-top: 20px !important;
}

.button, .woocommerce-Button:hover {
  background-color: #f6c944;
  color: #000;
}
header {
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-logo-height{
	height: 50px !important;
    object-fit: contain;
}

.logo-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}
/* Hamburger (default) */
.hamburger {
  display: none;
  font-size: 1.8rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 1100;
}
nav a {
  margin-left: 1.5rem;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
}
nav a:visited {
	color: #fff;
}
nav a:hover, nav a:focus, nav a.active {
	color: #f6c944;
}
/* Style scrollbar track and thumb for WebKit browsers */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #ccc; /* scrollbar background */
}

::-webkit-scrollbar-thumb {
  background-color: #888; /* scrollbar handle */
  border-radius: 6px;
  border: 2px solid #ccc; /* matches the background */
}
.page {
   margin: 0 !important;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
/* Mobile */
@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    flex-direction: column;
    background: #000;
    padding: 1rem 0;
    text-align: center;
  }

  .nav-links a {
    padding: 0.8rem 0;
    font-size: 1.1rem;
  }
	nav a {
	  margin-left: 0;
	}
  .nav-links.active {
    display: flex;
  }

  .hamburger {
    display: block;
  }
  .main-logo-height{
	height: 40px;
}
}
.site-main {
  text-align: center;
  padding: 80px 20px;
}

.site-main h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #f6c944;
}

.site-main p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 30px;
  color: #F9F9F9;
}

.btn {
  display: inline-block;
  background-color: #000;
  border: 1px solid #f6c944;
  color: #f6c944;
  text-decoration: none;
  padding: 0.8rem 1.4rem;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.special-btn:visited{
	color: #f6c944;
}
.btn:hover {
  background-color: #f6c944;
  color: #000;
}
.woocommerce-MyAccount-navigation-link--woo-wallet{
	display: none !important;
}
.video-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}

/* If the container has only one item */
.video-grid > *:only-child {
  flex: 0 1 auto; /* prevent stretching */
  margin: 0 auto; /* center it */
  max-width: 600px;
}

.video-item {
  position: relative;
  cursor: pointer;
  flex: 1 1 250px;
  max-width: 100%;
  overflow: hidden;
  max-height: 400px;
}

.video-item img {
  width: 100%;
  display: block;
}
/* Overlay */
.video-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0.2;
  transition: opacity 0.3s ease;
}

/* Play Icon */
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #f6c944;
  opacity: 0.9;
  pointer-events: none;
}

.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.video-modal.active {
  display: flex;
}

.video-modal-content {
  max-width: 90%;
  width: 800px;
  max-height: 400px;
  background: #000;
  padding: 1rem;
  border-radius: 8px;
  position: relative;
}

.video-modal-content video,
.video-modal-content iframe {
  width: 100%;
  height: auto;
  max-height: 400px;
  border-radius: 6px;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  z-index: 9999;
}

/* Loader */
.video-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #ccc;
  border-top: 4px solid #f6c944;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Footer */
.custom-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	padding: 40px 0;
	background: #000;
	text-align: center;
}

.custom-footer p {
	font-size: 24px;
	color: #fff;
	margin: 0;
}

.custom-footer img {
	max-height: 80px;
	width: auto;
}

/* Star Background Bar */
.footer-bg-star {
	width: 100%;
	/* height: 30px; */
	/* height: 50px; */
	/* background-image: url('../assets/star-brd-new.png'); */
	background-image: url('../assets/banner-new-w.png');
	/* background-size: cover; */
    /* background-repeat: no-repeat; */
	/* margin: 20px 0; */
	background-size: cover; /* or cover depending on effect */
	background-repeat: no-repeat;
	background-position: center;
	margin: 20px 0;
	aspect-ratio: 1920 / 53; /* adjust to your image’s real width/height ratio */
}
.custom-footer .policy-information {
    font-size: 18px;
    text-decoration: underline;
    line-height: 28px;
    color: #FFFFFF;
    cursor: pointer;
} 
.custom-footer a.policy-information:hover, .custom-footer a.policy-information:active {
    color: #2269e9;
}
.footer-links {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #F9F9F9;
}

.footer-links a {
  color: #F9F9F9;
  text-decoration: none;
  margin: 0 6px;
  transition: color 0.3s;
}

.footer-links a:hover,
.footer-links a:focus {
  color: #f6c944;
  outline: none !important;
}

.footer-links a:visited {
  color: #F9F9F9; /* override purple */
}

.footer-links a.active,
.footer-links a.active:visited {
  color: #f6c944;
  font-weight: bold;
  pointer-events: none; /* optional */
}


.footer-links .separator {
  margin: 0 4px;
  color: #999;
}

/* Media Queries */
@media (max-width: 768px) {
	.main-container{
		padding: 20px;
	}
	.video-gallery {
		padding: 10px;
	}
}

@media (max-width: 480px) {
	.main-container p,
	.custom-form-container p,
	.custom-footer p {
		font-size: 16px;
	}
	.main-container .red-class{
		font-size: 14px;
	}

	.custom-footer {
		gap: 15px;
		padding: 5px 0;
	}
}

/* WooComerce */
/* My Account layout fix */
.woocommerce {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  background: #000;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

/* Layout: sidebar and content */
.woocommerce-MyAccount-navigation {
  width: 20% !important;
  float: left;
  padding-right: 30px;
  box-sizing: border-box;
  display: flex;
  margin: 60px auto;
  flex-direction: column;
  justify-content: center;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #f5f5f5;
  border-radius: 0;
  overflow: hidden;
}
.woocommerce-MyAccount-navigation li:not(:last-child) {
	border-bottom: 1px solid #ddd;
}
.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 12px 18px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a {
  background: #f6c944;
  color: #000;
}

.woocommerce-MyAccount-content {
  width: 80% !important;
  float: left;
  box-sizing: border-box;
}

/* Clear floats */
.woocommerce-account::after {
  content: "";
  display: block;
  clear: both;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }

  .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
  }
}
.woocommerce .entry-header {
    display: none !important;
}

.woocommerce-page .edit-link,
.woocommerce .edit-link {
    display: none !important;
}

/* WooComerce */

/* New css */
.footer-policy {
    max-width: 900px;
    margin: 10px auto;
    padding: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-policy h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #ffffff;
    text-align: center;
}

.footer-policy p {
	font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
}
.custom-footer a{
	text-decoration: none;
	cursor: pointer;
}
.custom-footer .licensed-text {
    font-style: italic;
	font-size: 24px;
    line-height: 32px;
    color: #f6c944;
    text-align: center;
	margin: -10px 0 0;
}
.custom-footer .licensed-text a{
    font-style: italic;
	font-size: 24px;
    line-height: 32px;
    /* color: #f6c944; */
    color: #fff;
    text-align: center;
}
.licensed-text a:hover, .licensed-text a:focus, .licensed-text a:active {
    /* color: #f6c944; */
    color: #fff;
}
.footer-policy a {
    color: #ffffff;
    text-decoration: underline;
}

.footer-policy a:hover {
    color: #2269e9;
}

/* Responsive */
@media (max-width: 768px) {
	.woocommerce-MyAccount-navigation {
		width: 100% !important;
		padding-right: 0;
		margin: 0 auto 60px;
	}
	.woocommerce-MyAccount-content{
		width: 100% !important;
	}
    .footer-policy {
        font-size: 13px;
        padding: 15px;
        margin: 20px;
    }
    .footer-policy p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .footer-policy {
        font-size: 12px;
    }
}
.footer-auth-links {
  text-align: center;
}
.footer-auth-links a {
	color: #ffffff;
	text-decoration: none;
	margin: 0 10px;
	background-color: white;
	color: black;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
}
.dashboard-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px 40px;
}
 .info-banner {
        background: #e0f2fe;
        color: #0c4a6e;
        padding: 20px 25px;
        border-radius: 0;
        font-size: 15px;
        margin-bottom: 30px;
    }
    .dashboard-header {
        background: #f6c944;
		color: #000;
        padding: 20px;
        border-radius: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .dashboard-header h2 {
        font-size: 30px;
        margin: 0 0 10px;
		color: #000;
    }

    .dashboard-header p {
        font-size: 15px;
        line-height: 1.5;
		color: #000;
    }
	.woocommerce-MyAccount-navigation li a{
		margin-left: 0;
	}
    .dashboard-layout {
        display: flex;
        flex-direction: row;
        gap: 30px;
    }

    .dashboard-sidebar {
        width: 30%;
        background: #f6c94440;
        border-radius: 12px;
        padding: 10px 15px;
        box-shadow: 0 2px 12px #f6c94410;
        min-width: 250px;
    }

    .dashboard-main {
        flex: 1;
        background: white;
        border-radius: 12px;
        padding: 10px 20px;
        box-shadow: 0 2px 12px #f6c94440;
    }

    .dashboard-sidebar h3,
    .dashboard-main h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #111827;
    }
	.guidelines-list {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    .guidelines-list li {
		display: flex;
		align-items: center;
		font-size: 15px;
		color: #374151;
		position: relative;
		padding: 12px 0;
		border-bottom: 1px solid #e5e7eb;
		padding-left: 26px;
	}

	.guidelines-list li:last-child {
		border-bottom: none;
	}

	.guidelines-list li::before {
		content: '✓';
		position: absolute;
		left: 0;
		color: #22c55e;
		font-weight: bold;
		font-size: 16px;
		top: 50%;
		transform: translateY(-50%);
	}

    .toggle-card {
        background: #f1f5f9;
        border-radius: 10px;
        padding: 20px;
        position: relative;
        margin-top: 10px;
    }

    .toggle-card h4 {
        margin: 0 0 5px;
        font-weight: 600;
        font-size: 16px;
        color: #0f172a;
    }

    .toggle-card small {
        display: block;
        color: #64748b;
        font-size: 14px;
    }

    .call-toggle {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .call-toggle input[type="checkbox"] {
        appearance: none;
        width: 50px;
        height: 26px;
        background: #d1d5db;
        border-radius: 9999px;
        position: relative;
        cursor: pointer;
        transition: background 0.3s ease-in-out;
    }

    .call-toggle input[type="checkbox"]:checked {
        background: #f6c944;
    }

    .call-toggle input[type="checkbox"]::before {
        content: '';
        position: absolute;
        left: 4px;
        top: 3px;
        width: 20px;
        height: 20px;
        background: white;
        border-radius: 50%;
        transition: transform 0.3s ease-in-out;
    }

    .call-toggle input[type="checkbox"]:checked::before {
        transform: translateX(24px);
    }

    .script-button {
        display: inline-block;
	    border: 1px solid #f6c944;
	    color: #f6c944;
        padding: 10px 18px;
        border-radius: 4px;
        font-weight: 500;
        text-decoration: none;
        font-size: 14px;
        margin-top: 20px;
        transition: background 0.2s ease;
    }
    .script-button:hover {
        background: #f6c944;
    }

    @media screen and (max-width: 768px) {
        .dashboard-layout {
            flex-direction: column;
        }
		.info-banner {
            font-size: 14px;
        }
        .dashboard-sidebar,
        .dashboard-main {
            width: 100%;
        }
    }