@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* CSS Document */
body, html{
	height: 100%;
}
body{
	background: #050509;
    font-family: "Poppins", sans-serif !important;
    color: #ffffff;
}
:root {
    --bg-dark: #0a0a0a;
    --card-bg: rgba(255, 255, 255, 0.03);
    --gold: #ff0f7b;
    --gold-glow: rgba(255, 15, 123, 0.35);
    --text-main: #ffffff;
    --text-muted: #c9c9cf;
    --border-color: rgba(255, 15, 123, 0.25);
    --green: #24d26a;
    --red: #ff0f7b;
}

h1, h2, h3 {
	font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
}
p{
	font-family: "Poppins", sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.container{
    max-width: 1440px !important;
}
a {
	text-decoration: none !important;
	transition: all 0.5s;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}

/* Color Tokens */
:root {
    --bg-main: #050509;
    --bg-elevated: #0f1016;
    --bg-elevated-soft: #151720;
    --accent: #ff0f7b;
    --accent-soft: rgba(255, 159, 28, 0.12);
    --accent-dark: #d60063;
    --text-main: #ffffff;
    --text-soft: #b2b6c5;
    --border-subtle: #262837;
    --radius-lg: 26px;
    --radius-md: 18px;
    --shadow-soft: 0 28px 80px rgba(0, 0, 0, 0.85);
}

body {
    background-color: var(--bg-main);
}

a {
    color: inherit;
}

.error-msg{
    color: var(--red);
}

.page-wrapper {
    background-color: var(--bg-main);
    overflow: hidden;
}

/* Header */
.main-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: #08080B;
    backdrop-filter: blur(12px);
}

.navbar {
    padding: 18px 0;
}

.navbar-brand {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.02em;
}
.main-header ul.navbar-nav.mx-auto li a {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    position: relative;
}

.main-header ul.navbar-nav li {
    margin: 0 5px;
}

.main-header ul.navbar-nav.mx-auto li a:before {
    content: "";
    background: #ff2d96;
    height: 5px;
    width: 5px;
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
    border-radius: 50%;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.5s;
}

.main-header ul.navbar-nav.mx-auto li a:hover:before {
    opacity: 1;
}
.brand-icon {
}

.brand-icon img {
    object-fit: contain;
    height: 70px;
}

.brand-text {
    color: #ffffff;
}

.navbar-nav .nav-link {
    color: #c7cad8;
    font-size: 14px;
    padding: 6px 16px;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-link:hover {
    color: #ffffff;
}

.header-btn {
    padding: 10px 24px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
}

.btn-primary {
    background: var(--accent);
    border-color: var(--accent);
    color: #050509;
    box-shadow: 0 18px 40px rgba(255, 159, 28, 0.45);
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--accent-dark);
    border-color: var(--accent-dark);
    color: #050509;
}

.btn-outline-light {
    border-radius: 999px;
    padding: 10px 24px;
    border-width: 2px;
}

.section-padding {
    padding: 130px 0;
}

.pill-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #fff;
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 18px;
}

.pill-label.pill-light {
    /* background: rgba(255, 255, 255, 0.09); */
}

.section-title {
    color: #ffffff;
    font-size: 52px;
    line-height: 60px !important;
    margin-bottom: 14px;
    font-weight: 500 !important;
}

.section-title span {
    color: var(--accent);
}

.section-text {
    color: #ffffff;
    font-size: 15px;
    max-width: 520px;
}

.section-text-sm {
    max-width: 620px;
    margin: 0 auto;
}

.bullet-list {
    margin-top: 18px;
}

.bullet-list li {
    position: relative;
    padding-left: 22px;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 8px;
}

.bullet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
}

/* Hero */
.hero-section {
    position: relative;
    min-height: 100vh;
    background: url("../images/banner.png") center/cover no-repeat fixed;
    color: #ffffff;
    text-align: center;
}
#cta-btn {
    background: #ff0f7b;
    padding: 11px 10px 11px 30px;
    border-radius: 50px;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
    z-index: 99;
    border: 1px solid #ff0f7b;
    display: inline-block;
}

#cta-btn i {
    background: #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    min-width: 40px;
    min-height: 40px;
    object-fit: contain;
    margin-left: 10px;
    font-family: monospace;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 200;
    position: relative;
    z-index: 99;
}

.hero-actions {
    gap: 20px;
}

#cta-btn.white-btn {
    background: #fff;
    border: 1px solid #fff;
}

#cta-btn.white-btn i {
    background: #000;
    color: #fff;
}

#cta-btn:before {
    content: "";
    background: #08080B;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: all 1s;
    z-index: 1;
}

#cta-btn:hover:before {
    transform: scale(110.5);
}

#cta-btn span {
    position: relative;
    z-index: 999;
}

#cta-btn:hover {
    color: #fff;
}

#cta-btn.white-btn:hover i {
    background: #ff2d96;
    color: #000;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.9;
}

.hero-content {
    position: relative;
    z-index: 1;
    padding: 90px 0 110px;
}

.hero-tag {
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 999px;
    background: #ff0f7b12;
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
    line-height: 32px;
    font-family: Poppins !important;
    font-style: italic;
    align-items: center;
    gap: 10px;
}

.hero-title {
    font-size: 110px;
    line-height: 120px;
    margin-bottom: 8px;
    font-family: Roboto !important;
    font-weight: 500 !important;
}

.hero-title span {
    background: linear-gradient(90deg, #ff0f7b 0%, #ff4da6 50%, #ff85c2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.hero-subtitle {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 48px;
}

.hero-subtitle span {
    color: var(--accent);
    font-weight: 600;
}

.hero-text {
    font-size: 26px;
    color: #fff;
    max-width: 860px;
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
}

.hero-actions .btn {
    border-radius: 999px;
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 46px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.45);
}

.hero-scroll-indicator::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 10px;
    border-radius: 999px;
    background: #ff2d96;
    animation: scrollMove 1.5s ease-in-out infinite;
}
@keyframes scrollMove {
    0% {
        transform: translate(-50%, 0);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, 15px);
        opacity: 0.6;
    }
    100% {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}
/* About */
.about-section {
    background: #08080B;
}

.about-image-wrapper {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}

.about-image-wrapper img {
    display: block;
    width: 100%;
}

/* Locations */
.locations-section {
    background: url(../images/locationbg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.section-title span {
    color: #ff0f7b;
}
.section-heading {
    margin-bottom: 40px;
}

.location-card {
    background: #08080b85;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 660px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.location-card.secondary {
    background: #08080B;
}

.location-header h4 {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

.location-status {
    display: inline-block;
    margin-top: 3px;
    font-size: 12px;
    color: #ffffff;
}

.location-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #050509;
    margin-right: 14px;
}

.location-icon.alt {
    background: #262837;
    color: var(--accent);
}

.location-text {
    font-size: 14px;
    color: #ffffff;
    margin: 16px 0 18px;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #ff6ab5;
    padding-bottom: 20px;
    min-height: 70px;
}

.location-subtitle {
    font-size: 30px;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
}

.plan-card {
    background: rgba(12, 13, 20, 0.98);
    border-radius: 18px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 12px;
}

.plan-card {
    background: #ffffff3b;
    backdrop-filter: blur(80px);
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    margin-left: 30px;
    margin-right: 30px;
}

.plan-header h6 {
    margin: 0;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.plan-tag {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    margin-top: 10px;
}
span.plan-tag i {
    color: #000;
    font-family: 'FontAwesome';
    background: #ff0f7b;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    margin-right: 10px;
}
.location-header {
    padding-left: 30px;
    padding-right: 30px;
}
.plan-price {
    font-weight: 700;
    font-size: 30px;
    color: #ff0f7b;
}

.plan-price .currency {
    font-size: 13px;
    vertical-align: super;
}

.plan-price .per {
    font-size: 11px;
    color: #ff0f7b;
    margin-left: 2px;
}

.location-benefits {
    margin: 50px 30px 40px;
}

.location-benefits li {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 40px;
    line-height: 32px !important;
}

.location-benefits li::before {
    content: "\f00c";
    position: absolute;
    left: 2px;
    color: #000;
    font-family: 'FontAwesome';
    background: #ff0f7b;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
}

.location-footer .btn {
    border-radius: 999px;
    font-size: 14px;
    padding: 10px 20px;
}

/* Values */
.values-section {
    background: #08080B;
}

.value-card {
    border-radius: var(--radius-md);
    padding: 22px 22px 18px;
    min-height: 220px;
    transition: all 0.5s;
    background: #353435;
    backdrop-filter: blur(80px);
    box-shadow: 4px 7px 12px #393939;
}

.value-card:hover {
    background: var(--accent);
    color: #050509;
}
.value-icon {
    background: #ff0f7b;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
}

.value-link img {
    background: #ff0f7b;
    border-radius: 50%;
}

.value-card:hover .value-link {
    color: #000 !important;
}


.value-card:hover .value-icon {
    background: #fff;
}
.value-card:hover p,
.value-card:hover h5 {
    color: #050509;
}

.value-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.value-card h5 {
    margin-top: 16px;
    font-size: 16px;
    color: #fff;
}

.value-card p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

.value-link {
    font-size: 13px;
    font-weight: 500;
    color: #ff0f7b !important;
    display: flex;
    justify-content: space-between;
    text-decoration: underline !important;
}

/* Founder */
.founder-section {
    background: #212123;
}

.founder-image-wrapper {
    border-radius: 30px;
    overflow: hidden;
}

/* Standards */
.standards-section {
    background: #050509;
}

.standard-card {
    background: var(--bg-elevated);
    border-radius: var(--radius-md);
    padding: 22px 22px 18px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    min-height: 190px;
    transition: all 0.5s;
}

.standard-card:hover {
    border-color: rgba(255, 15, 123, 0.7);
}

.standard-card h5 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 28px;
    margin-top: 10px;
}
section#standards .section-heading {
    position: relative;
}

section#standards .section-heading:before {
    content: "";
    background: #fff;
    height: 1px;
    width: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.standard-card p {
    font-size: 14px;
    color: var(--text-soft);
    margin-bottom: 10px;
}

.standard-link {
    font-size: 13px;
    color: inherit;
}

/* CTA */
.cta-section {
    position: relative;
    background: url("../images/donate-cover.png") center/cover no-repeat fixed;
    text-align: center;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: #00000059;
    backdrop-filter: blur(20px);
}

.cta-section .container {
    position: relative;
    z-index: 1;
}

.cta-section .section-title {
    margin-bottom: 6px;
}

.cta-section .section-title span {
    color: var(--accent);
}

.cta-section .hero-actions {
    margin-top: 18px;
    gap: 20px;
    display: flex;
}

/* Footer override (existing markup) – subtle dark footer to match */
footer {
    background: #050509;
    border-top: 1px solid #1b1d29;
    padding: 50px 0 30px;
    color: var(--text-soft);
}
footer h5 {
    color: #fff;
    text-transform: capitalize;
}

.ftr-links li a {
    color: #fff;
    transition: all 0.5s;
}

.ftr-links li {
    margin-bottom: 10px;
}

.ftr-links ul {
    margin-top: 20px;
}



p.logo {
    color: #fff;
    font-size: 30px;
    line-height: 38px !important;
}

.ftr-logo p.highlited {
    color: #ff0f7b;
}

.ftr-logo p {
    color: #fff;
}

.field input {
    background: #212123;
    border: unset;
    padding: 10px 15px;
    border-radius: 50px;
    width: 100%;
}

.field input[type="submit"] {
    background: #ff0f7b;
    border-radius: 0 50px 50px 0;
}

.newsletter {
    position: relative;
    margin: 20px 0;
}

.newsletter .submit-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.ftr-soc ul {
    display: flex;
}

.ftr-soc ul li {
    margin-right: 20px;
}

.ftr-soc ul li i {
    color: #fff;
}

.ftr-links li a:hover {
    color: #ff2d96;
}

.copyblk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.copyblk p {
    margin: unset;
    color: #fff;
}

.copyblk ul {
    margin: unset;
}

.copyblk li, .copyblk a {
    color: #fff;
}
.copyrit {
    background: #050509;
    border-top: 1px solid #1b1d29;
}

/* Responsive */
@media (max-width: 991.98px) {
    .navbar {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .hero-section {
        min-height: auto;
        padding-top: 80px;
    }

    .hero-content {
        padding: 40px 0 70px;
    }

    .section-padding {
        padding: 70px 0;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 30px;
    }

    .section-title {
        font-size: 26px;
    }
}





/* Bed Ford Pages start  */

.packges .location-subtitle {
    padding: unset;
    margin: unset;
}

.packges .pkg-items {
    padding-left: 30px;
    min-height: 280px;
}

.packges p {
    color: #fff;
}
.location-card.packges {
    min-height: 790px;
}

section#standards.bedford .section-heading:before {
    display: none ;
}

/* Bed Ford Pages end  */
/* Commercieal page css start  */
section#membership {
    padding-top: 100px;
    padding-bottom: 100px;
}

.inner-box {
   background: #212123;
   backdrop-filter: blur(80px);
   box-shadow: 4px 7px 12px #212123;
   padding: 20px;
   border-radius: 20px;
   gap: 10px;
   margin-bottom: 20px;
}

section#membership .slick-list {
    height: unset !important;
}

.inner-box p {
    margin-bottom: 10px !important;
    color: #fff;
}

.num span {
    background: #ff0f7b;
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

section#membership ul.slick-dots {
    max-width: 100px;
    margin: auto;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    border: 1px solid #fff;
    border-radius: 30px;
    background: transparent;
    padding: 5px 0;
    bottom: -60px;
}

section#membership ul.slick-dots button {
    color: red !important;
}

section#membership .slick-dots li button:before {
    color: #ff0f7b;
    
    width: 25px;
    height: 25px;
    font-size: 12px;
}
.feature-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: stretch;
    text-align: center;
    justify-content: center;
}

.feature-cards .feature-card {
    width: calc(50% - 8px);
}

.feature-cards .inner-box {
    padding: 14px 70px;
    align-items: center;
}

.feature-cards .inner-box span {
    transform: scale(0.7);
}

.feature-cards .inner-box p {
    margin: unset !important;
    transition: all 0.5s;
}

.inner-box:hover {
    background: #ff0f7b;
}

.inner-box:hover p {
    color: #000;
}
.inner-box:hover span {
    background: #000;
     color: #fff;
}
ul.feature-list {
    margin: 30px 0;
    display: flex;
    justify-content: center;
}

ul.feature-list li {
    margin: 0 10px;
    color: #fff;
}

ul.feature-list li i {
    background: #ff0f7b;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 11px;
}
.text-yellow {
    color: #ff0f7b;
}
.location-cards {
    background: #2121238a;
    padding: 50px;
    border-radius: 20px;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: 40px;
    border: 1px solid #ff0f7b;
}

.location-cards .feature-cards {
    margin-bottom: 40px;
}
section#values.why-love {
    background: url(../images/locationbg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.why-love .value-card:hover .plan-price *, .why-love .value-card:hover .plan-price {
    color: #000;
}
.gift-sec .location-cards {
    text-align: center;
}

.gift-sec .hero-tag {
    color: #fff;
}

.gift-sec h2 {
    font-size: 80px;
    line-height: 88px !important;
}

.gift-sec p {
    margin: 30px 0;
}
.field {
    margin-bottom: 30px;
}

.field input {
    backdrop-filter: blur(80px);
    box-shadow: rgb(33, 33, 35) 4px 7px 12px;
    margin-bottom: 10px;
    background: rgb(53 53 53);
    padding: 20px;
    border-radius: 10px;
}
/* FAQ Wrapper */
.faq {
    background: #1c1c1c;
    padding: 40px;
    border-radius: 15px;
}

/* Accordion Item */
.faq .accordion-item {
    background: #fff8ec;
    color: #333;
    margin-bottom: 15px;
    border-radius: 10px;
    border: none;
    padding: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* Accordion Button */
.faq .accordion-button {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    font-weight: 600;
    font-size: 18px;
    padding: 18px 22px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Remove Bootstrap default arrow */
.faq .accordion-button::after {
    display: none;
}

/* Plus / Minus Icon */
.faq .accordion-button i {
    margin-left: auto;
    font-size: 22px;
    color: #ff0f7b;
    transition: transform 0.3s ease;
}

/* Active (Open) State */
.faq .accordion-button:not(.collapsed) {
    background: #ff0f7b;
    color: #fff;
}

.faq .accordion-button:not(.collapsed) i {
    color: #fff;
    transform: rotate(180deg);
}

/* Accordion Body */
.faq .accordion-body {
    background: #fff8ec;
    color: #444;
    padding: 20px 22px;
    font-size: 15px;
    border-top: 1px solid;
}

/* Smooth Open Animation */
.accordion-collapse {
    transition: height 0.4s ease;
}

/* Commercieal page css start  */



/* admin login form - Dark Theme with new colors */
.login-links {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid rgba(245, 158, 11, 0.3);
}

.login-links a {
    font-size: 14px;
    color: #ff0f7b;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

/* Hover underline animation */
.login-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background: #ff0f7b;
    transition: width 0.3s ease;
}

.login-links a:hover::after {
    width: 100%;
}

/* Hover glow effect */
.login-links a:hover {
    color: #ff0f7b;
    text-shadow: 0 0 8px rgba(255, 15, 123, 0.6)
}

/* Forgot password slightly dim */
.login-links .forgot-password {
    color: rgba(255, 15, 123, 0.75);
}

.login-links .forgot-password:hover {
    color: #ff0f7b;
}

body#adminlogin {
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
}

.bg-shapes { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
    overflow: hidden; 
    z-index: 0; 
}
.shape {
    position: absolute;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    animation: float 15s infinite ease-in-out;
}
.shape:nth-child(1){width:80px;height:80px;top:10%;left:10%;animation-delay:0s;}
.shape:nth-child(2){width:120px;height:120px;top:70%;left:80%;animation-delay:2s;}
.shape:nth-child(3){width:60px;height:60px;top:40%;left:5%;animation-delay:4s;}
.shape:nth-child(4){width:100px;height:100px;top:20%;left:85%;animation-delay:1s;}
.shape:nth-child(5){width:90px;height:90px;top:60%;left:15%;animation-delay:3s;}
.shape:nth-child(6){width:70px;height:70px;top:30%;left:50%;animation-delay:5s;}

@keyframes float {
    0%,100%{transform:translateY(0) rotate(0deg) scale(1); opacity:0.3;}
    25%{transform:translateY(-40px) translateX(30px) rotate(90deg) scale(1.1); opacity:0.5;}
    50%{transform:translateY(-60px) translateX(-20px) rotate(180deg) scale(0.9); opacity:0.7;}
    75%{transform:translateY(-30px) translateX(-40px) rotate(270deg) scale(1.05); opacity:0.4;}
}
.login-container.register {
    width: 800px !important;
    max-width: 800px !important;
}
.login-container {
    background: rgba(0,0,0,0.85);
    padding:50px 40px;
    border-radius:20px;
    box-shadow:0 20px 60px rgba(0,0,0,0.6);
    width:400px;
    position: relative;
    z-index: 1;
    animation: slideIn 0.8s ease-out;
    border: 1px solid #ff0f7b;
}

@keyframes slideIn { from{opacity:0; transform:translateY(-50px);} to{opacity:1; transform:translateY(0);} }

.avatar {
    width:100px; 
    height:100px; 
    background: linear-gradient(to right, #ff0f7b, #ff85c2);
    border-radius:50%; 
    margin:0 auto 30px; 
    display:flex; 
    justify-content:center; 
    align-items:center;
    font-size:48px; 
    color:#fff; 
    animation:bounce 1s ease-in-out 0.5s;
}
@keyframes bounce {0%,100%{transform:scale(1);}50%{transform:scale(1.1);}}

body#adminlogin h2 { 
    text-align:center; 
    color:#fff; 
    margin-bottom:30px; 
    font-size:28px; 
    animation:fadeIn 1s ease-in 0.3s both;
}

@keyframes fadeIn {from{opacity:0;}to{opacity:1;}}

.input-group {margin-bottom:25px; position:relative; animation:slideUp 0.6s ease-out both;}
@keyframes slideUp {from{opacity:0; transform:translateY(20px);}to{opacity:1; transform:translateY(0);}}
.input-group input {
    width:100%; 
    padding:15px 15px 15px 45px; 
    border:2px solid #333; 
    border-radius:10px;
    font-size:16px; 
    transition: all 0.3s ease; 
    outline:none;
    background:#111; 
    color:#fff;
}
.input-group input:focus { 
    border-color:#ff0f7b; 
    transform:translateY(-2px); 
    box-shadow:0 5px 15px rgba(245,158,11,0.3);
}
.input-group i {position:absolute; left:15px; top:50%; transform:translateY(-50%); color:#999; transition:color 0.3s ease;}
.input-group input:focus + i {color:#ff0f7b;}

.remember-forgot {
    display:flex; justify-content:space-between; align-items:center; margin-bottom:25px; font-size:14px;
}
.remember-forgot label {display:flex; align-items:center; cursor:pointer; color:#ccc;}
.remember-forgot input[type="checkbox"] {margin-right:8px; cursor:pointer;}
.remember-forgot a {color:#ff0f7b; text-decoration:none; transition:color 0.3s ease;}
.remember-forgot a:hover {color:#ff6ab5; text-decoration:underline;}

.btn {
    padding:15px;
    background: linear-gradient(to right, #F59E0A, #ff6ab5);
    color:#fff;
    border:none;
    border-radius:10px;
    font-size:18px;
    font-weight:bold;
    cursor:pointer;
    transition:all 0.3s ease;
    animation:fadeIn 1s ease-in 0.7s both;
    position:relative;
    overflow:hidden;
    width: 100%;
}
.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 15, 123, 0.5);
}
.btn:active {transform:translateY(-1px);}

.signup-link {text-align:center; margin-top:25px; color:#ccc; font-size:14px; animation:fadeIn 1s ease-in 0.8s both;}
.signup-link a {color:#ff0f7b; text-decoration:none; font-weight:bold;}
.signup-link a:hover {color:#ff6ab5; text-decoration:underline;}

/* Password Toggle */
.password-field .toggle-password { position:absolute; right:12px; top:50%; transform:translateY(-50%); cursor:pointer; color:#ff0f7b; font-size:18px;}

/* Admin panel login page css  */


/* Cart page css start  */

/* Container aur Background Settings */
.page-wrapper {
    background-color: #000000; /* Deep Black Background */
    color: #ffffff;
    padding-bottom: 50px;
}

/* Card Styling */
.custom-card, .summary-card {
    background-color: #121212 !important; /* Thora lighter black cards ke liye */
    border: 1px solid #1f1f1f;
    border-radius: 12px;
    padding: 25px;
}

.summary-card {
    border-top: 3px solid #ff0f7b; /* Gold top border */
}

/* Step Circles */
.step-circle {
    background-color: #ff0f7b;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 10px;
}

/* Input Fields - Inko image ke mutabiq set kiya hai */
.form-label-custom {
    color: #6c757d; /* Grey labels */
    font-size: 0.85rem;
    margin-bottom: 5px;
    display: block;
}

.form-control-custom {
    background-color: #1a1a1a !important;
    border: 1px solid #2d2d2d !important;
    color: #ffffff !important;
    padding: 12px 15px;
    border-radius: 8px;
    width: 100%;
}

.form-control-custom:focus {
    border-color: #ff0f7b !important;
    box-shadow: none;
    outline: none;
}
.addon-option-card * {
    font-family: 'Poppins' !important;
}

.addon-option-card {
    border-radius: 10px !important;
    box-shadow: 0 0 20px hsla(48, 96%, 53%, 0.3), 0 0 40px hsla(48, 96%, 53%, 0.15);
    border: 1px solid #ff4da6 !important;
}
/* Section Header Titles */
.section-title {
   
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Vehicle Box Section */
.vehicle-inner-box {
    border-top: 1px solid #2d2d2d;
    margin-top: 20px;
    padding-top: 20px;
}

/* Summary List Items */
.includes-list li {
    color: #e0e0e0;
    font-size: 0.9rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.includes-list li span {
    color: #ff0f7b; /* Gold ticks */
    margin-right: 10px;
}

/* Best For Box */
.best-for-box {
    background-color: #1a1a1a;
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
    font-size: 0.85rem;
    color: #999;
}

/* Confirm Button */
.btn-confirm {
    background: linear-gradient(135deg, #ff0f7b, #ff4da6, #ff85c2);
    color: #000 !important;
    font-weight: 800;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 8px;
    border: none;
    font-size: 1.1rem;
    width: 100%;
    transition: 0.3s;
    box-shadow: 0 0 20px hsla(48, 96%, 53%, 0.3), 0 0 40px hsla(48, 96%, 53%, 0.15);
}

.btn-gold {
    background: var(--gold);
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 15px var(--gold-glow);
}.register .btn-gold {
    width: 100%;
}

/* Badge Fix */
.badge.bg-warning {
    background-color: #ff0f7b !important;
    color: #000 !important;
}

.plan-icon {
    /* New */
    background: linear-gradient(135deg, #d60063, #ff0f7b, #ff4da6);
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 10px;
}

.plan-icon svg {
    fill: #000;
    outline: #000;
    stroke: unset;
}

.best-for-box strong {
    color: #ff0f7b;
}

.add-btn {
    background: transparent;
    border: 1px solid #ff0f7b;
    outline: unset;
    color: #ff0f7b;
    border-radius: 8px;
    font-size: 10px;
    padding: 5px 20px;
}
.vehicle-inner-box i.fa-car{
 background: #1a1a1a !important;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 10px;
    color: #ff4da6;
}
.car-icon-bg {
    background: #1a1a1a !important;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 10px;
}

.car-icon-bg svg {
    stroke: #ff4da6;
}
/* Radio button ko puri tarah hide karne ke liye */
.btn-check {
    display: none;
}

.btn-outline-custom {
    background: #1a1a1a !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    border-radius: 8px; /* Thoda premium look ke liye */
}


.btn-outline-custom:hover {
    border-color: #ff0f7b; 
    color: #ff0f7b;
}

/* Jab box select ho (Radio checked ho) */
.btn-check:checked + .btn-outline-custom {
    background: #1a1a1a;
    border: 2px solid #ff0f7b !important; /* Border thoda wazay karne ke liye */
    color: #ff0f7b;
    box-shadow: 0 0 15px rgba(255, 193, 7, 0.3);
}

/* Icons styling */
.payment-methods-area .fab, 
.payment-methods-area .fas {
    font-size: 1.5rem;
}
/* Cart page css end  */

/* Booking Sucess page  */

/* Premium Thank You Page Styles */
.thank-you-wrapper {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at center, #1a1a1a 0%, #000 100%);
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.elite-card {
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(15px);
    border: 1px solid #ff0f7b;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    max-width: 700px;
    width: 100%;
}

.top-gradient-line {
    height: 4px;
    background: linear-gradient(135deg, #ff0f7b, #ff4da6, #ff85c2);
}

.text-gradient-gold {
    background: linear-gradient(135deg, #ff4da6, #ff6ab5, #ff99cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.check-icon-box {
    width: 80px;
    height: 80px;
    background: rgba(249, 115, 22, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.info-box {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: left;
    height: 100%;
}

.btn-elite-gold {
    background: linear-gradient(135deg, #ff0f7b, #ff4da6, #ff85c2);
    color: #000;
    font-weight: bold;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    transition: 0.3s;
}

.btn-elite-outline {
    border: 1px solid #ff0f7b;
    color: #ff0f7b;
    padding: 12px 30px;
    border-radius: 8px;
    transition: 0.3s;
    background: transparent;
}

.btn-elite-outline:hover {
    background: #202020;
	 box-shadow: 0 0 20px hsla(48, 96%, 53%, 0.3), 0 0 40px hsla(48, 96%, 53%, 0.15);
}
.success-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-elite-gold:hover {
    box-shadow: 0 0 20px hsla(48, 96%, 53%, 0.3), 0 0 40px hsla(48, 96%, 53%, 0.15);
    color: #000;
}


/* Booking receipt  */
/* Receipt Container */
.receipt-wrapper {
    background: radial-gradient(circle at center, #1a1a1a 0%, #000 100%);
    padding: 50px 0;
    position: relative;
    color: #fff;
}

/* Glassmorphism Card */
.receipt-card {
    background: rgba(25, 25, 25, 0.9);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.gold-top-bar {
    height: 4px;
    background: linear-gradient(90deg, #f97316, #fbbf24);
}

/* Header Section */
.receipt-header {
    padding: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.receipt-icon-box {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff0f7b, #ff4da6, #ff85c2);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

/* Info Grid */
.info-section {
    background: rgba(0, 0, 0, 0.2);
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.status-badge {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.2);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
}

/* Details List */
.details-section {
    padding: 40px;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.vehicle-icon {
    width: 40px;
    height: 40px;
    background: #333;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

/* Typography */
.text-gold {color: #ff0f7b !important;}
.text-muted-custom { color: #a1a1aa !important; }
.font-display { letter-spacing: 1px; text-transform: uppercase; }

/* Footer */
.receipt-footer {
    padding: 30px;
    background: rgb(249 228 22 / 2%);
    border-top: 1px solid rgba(249, 115, 22, 0.1);
}

.heading-sec {
    gap: 20px;
}
.print {
    border: 1px solid #838383;
    background: transparent;
    border-radius: 5px;
    color: #838383 !important;
    font-size: 10px;
    padding: 5px 10px;
}
.receipt-wrapper .container {
    max-width: 800px !important;
}

.cancel-btns {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
}

.cancel-btns a.btn-confirm {
    width: unset;
}

.cancel-btns a {
    padding: 15px 30px !important;
    border-radius: 6px;
}


.support-icons {
    display: flex;
    gap: 20px;
}










@media only screen and (min-width: 1366px) and (max-width: 1599px){
.hero-title {
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 8px;
    font-family: Roboto !important;
    font-weight: 500 !important;
}
.container {
    max-width: 1240px !important;
}
.hero-subtitle {
    font-size: 35px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 43px;
}
#cta-btn {
   padding: 10px 10px 10px 30px;
   font-size: 16px;
   line-height: 24px;
}
.hero-text {
    font-size: 20px;
    color: #fff;
    max-width: 670px;
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
}
.location-subtitle {
    font-size: 20px;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
}
.section-title {
    color: #ffffff;
    font-size: 46px;
    line-height: 54px !important;
    margin-bottom: 14px;
    font-weight: 500 !important;
}
.location-benefits li {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 40px;
    line-height: 28px !important;
}

}

@media only screen and (min-width: 1200px) and (max-width: 1365px){

.hero-title {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 8px;
    font-family: Roboto !important;
    font-weight: 500 !important;
}
.container {
    max-width: 1140px !important;
}
.hero-subtitle {
    font-size: 35px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 43px;
}
a#cta-btn {
   padding: 10px 10px 10px 30px;
   font-size: 16px;
   line-height: 24px;
}
.hero-text {
    font-size: 20px;
    color: #fff;
    max-width: 670px;
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
}
.location-subtitle {
    font-size: 20px;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
}
.section-title {
    color: #ffffff;
    font-size: 42px;
    line-height: 50px !important;
    margin-bottom: 14px;
    font-weight: 500 !important;
}
.location-benefits li {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 40px;
    line-height: 28px !important;
}

.location-card {
 
    min-height: 730px;
    padding-top: 30px;
    padding-bottom: 30px;
}


}

@media only screen and (min-width: 1000px) and (max-width: 1199px){

.hero-title {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 8px;
    font-family: Roboto !important;
    font-weight: 500 !important;
}
.container {
    max-width: 930px !important;
}
.hero-subtitle {
    font-size: 27px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 35px;
}
a#cta-btn {
   padding: 8px 10px 8px 30px;
   font-size: 14px;
   line-height: 22px;
}
.hero-text {
    font-size: 17px;
    color: #fff;
    max-width: 600px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
}
.location-subtitle {
    font-size: 20px;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
}
.section-title {
    color: #ffffff;
    font-size: 38px;
    line-height: 46px !important;
    margin-bottom: 14px;
    font-weight: 500 !important;
}
.location-benefits li {
    color: #fff;
    font-size: 17px;
    margin-bottom: 24px;
    position: relative;
    padding-left: 40px;
    line-height: 25px !important;
}
.hero-content {
    position: relative;
    z-index: 1;
    padding: 20px 0 90px;
}
.main-header ul.navbar-nav.mx-auto li a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}
.location-card {
 min-height: 730px;
 padding-top: 30px;
 padding-bottom: 30px;
 min-height: 680px;
}
.hero-section {
    position: relative;
    min-height: 90vh;
  
}
.hero-tag {
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 999px;
    background: #ff0f7b12;
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
    line-height: 22px;
    font-family: Poppins !important;
    font-style: italic;
    align-items: center;
    gap: 10px;
}
.plan-tag {
    display: inline-block;
    font-size: 10px;
    color: #ffffff;
    margin-top: 10px;
}
span.plan-tag i {
    color: #000;
    font-family: 'FontAwesome';
    background: #ff0f7b;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    line-height: 19px;
    margin-right: 10px;
}
a#cta-btn i {
    background: #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    min-width: 30px;
    min-height: 30px;
    object-fit: contain;
    margin-left: 10px;
    font-family: monospace;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 200;
    position: relative;
    z-index: 99;
}
.value-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}
p.logo {
    color: #fff;
    font-size: 22px;
    line-height: 30px !important;
}
.ftr-links li a {
    font-size: 13px;
    line-height: 21px;
}


}

@media only screen and (min-width: 768px) and (max-width: 999px){}

@media only screen and (min-width: 520px) and (max-width: 767px){}

@media only screen and (min-width: 300px) and (max-width: 519px){
.login-container {
    width: 320px;
}  
body#adminlogin {
    min-height: auto;
    overflow: scroll;
    height: auto;
    padding: 30px 0;
}
.login-container.register {
    width: 330px !important;
    max-width: 330px !important;
    height: auto;
}
.bg-shapes {
    display: none;
}

}