
/* Page Header */
.page-header-section {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    background: linear-gradient(rgba(26, 26, 46, 0.9), rgba(26, 26, 46, 0.95)), 
                var(--bg-image);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    overflow: hidden;
    padding-top: 100px;
    margin-bottom: 4rem;
}

.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-primary);
    opacity: 0.1;
    z-index: 1;
}

.page-header-content {
    position: relative;
    z-index: 2;
    padding: 4rem 0;
}

.page-breadcrumb {
    margin-bottom: 1.5rem;
}

.page-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.page-breadcrumb .breadcrumb-item {
    color: rgba(255, 255, 255, 0.7);
}

.page-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: var(--transition);
}

.page-breadcrumb .breadcrumb-item a:hover {
    color: var(--primary-color);
}

.page-breadcrumb .breadcrumb-item.active {
    color: var(--primary-color);
}

.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
    content: "›";
}

.page-title {
    font-size: 3.5rem;
    color: white;
    margin-bottom: 1rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin-bottom: 0;
}

/* Right to Your Doorstep Section */
.doorstep-section {
    position: relative;
}

.section-tag {
    display: inline-block;
    background: var(--gradient-primary);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 15px rgba(211, 47, 47, 0.3);
}

.doorstep-content .lead {
    font-size: 1.3rem;
    color: var(--text-color);
    line-height: 1.6;
}

.doorstep-content .lead strong {
    color: var(--primary-color);
}

.doorstep-features {
    margin: 3rem 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: var(--bg-light);
    border-radius: 12px;
    transition: var(--transition);
    height: 100%;
}

.feature-item:hover {
    transform: translateY(-5px);
    background: var(--card-bg);
    box-shadow: var(--shadow);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.feature-text h5 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: var(--text-color);
}

.feature-text p {
    color: var(--text-light);
    margin: 0;
    font-size: 0.95rem;
}

.doorstep-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.doorstep-buttons .btn {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

.doorstep-image-wrapper {
    position: relative;
}

.doorstep-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-hover);
    transform: perspective(1000px) rotateY(-5deg);
    transition: var(--transition);
}

.doorstep-image:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.doorstep-image img {
    width: 100%;
    height: auto;
    display: block;
}

.image-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    animation: float 3s ease-in-out infinite;
}

.badge-content {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 0.9rem;
}

.badge-content i {
    font-size: 1rem;
}

.stats-card {
    position: absolute;
    bottom: -30px;
    left: 30px;
    right: 30px;
    background: var(--card-bg);
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: var(--shadow-hover);
    z-index: 10;
}

.stats-content {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.stat {
    flex: 1;
    padding: 0 1rem;
}

.stat:not(:last-child) {
    border-right: 1px solid var(--border-color);
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 0.25rem;
    font-family: var(--font-heading);
}

.stat-label {
    font-size: 0.8rem;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Why Choose Our Shipping Service Section */
.shipping-features {
    margin-bottom: 5rem;
}

.shipping-feature-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2.5rem;
    height: 100%;
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.shipping-feature-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.shipping-feature-card .feature-icon-wrapper {
    margin-bottom: 1.5rem;
}

.shipping-feature-card .feature-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    margin: 0 auto;
}

.shipping-feature-card .feature-title {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.shipping-feature-card .feature-description {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1rem;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.feature-list li {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.75rem;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
}

.feature-list li i {
    color: var(--accent-color);
    font-size: 1rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.shipping-feature-card .feature-hover {
    color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(10px);
    transition: var(--transition);
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    text-align: center;
}

.shipping-feature-card:hover .feature-hover {
    opacity: 1;
    transform: translateY(0);
}

/* Shipping Extra Info */
.shipping-extra-info {
    margin-top: 4rem;
}

.info-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2.5rem;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.info-title {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.process-step {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.step-number {
    width: 40px;
    height: 40px;
    background: var(--gradient-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.step-content h5 {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.step-content p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-size: 0.95rem;
}

.requirements-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.requirements-list li {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.95rem;
}

.requirements-list li i {
    color: var(--accent-color);
    font-size: 1rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.requirements-note {
    background: rgba(255, 193, 7, 0.1);
    border-radius: 10px;
    padding: 1rem;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.requirements-note i {
    color: var(--accent-color);
    font-size: 1.2rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.requirements-note p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Shipping Form */
.form-wrapper {
    background: var(--card-bg);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: var(--shadow-hover);
}

.form-header {
    margin-bottom: 3rem;
}

.form-subtitle {
    color: var(--text-light);
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

.form-section-title {
    color: var(--primary-color);
    font-size: 1.2rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--border-color);
}

.form-section-title i {
    font-size: 1.3rem;
}

.form-floating {
    margin-bottom: 0;
}

.form-floating > label {
    padding: 1.2rem 1.5rem;
}

.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    padding: 1.2rem 1.5rem;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-select {
    padding-top: 1.8rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.btn-icon {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.btn:hover .btn-icon {
    transform: translateX(5px);
}

/* FAQ Section */
.accordion-item {
    border: 1px solid var(--border-color);
    border-radius: 10px !important;
    margin-bottom: 1rem;
    overflow: hidden;
    background: var(--card-bg);
}

.accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-button {
    background: var(--bg-light);
    color: var(--text-color);
    font-weight: 600;
    padding: 1.25rem 1.5rem;
    border: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: var(--gradient-primary);
    color: white;
}

.accordion-button:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(211, 47, 47, 0.15);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231A1A2E'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    padding: 1.5rem;
    color: var(--text-color);
    background: var(--card-bg);
}

.accordion-body ul {
    padding-left: 1.5rem;
    margin-bottom: 0;
}

.accordion-body li {
    margin-bottom: 0.5rem;
}

/* Dark Theme Adjustments */
.theme-dark .doorstep-section .feature-item {
    background: rgba(255, 255, 255, 0.05);
}

.theme-dark .doorstep-section .feature-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.theme-dark .stats-card {
    background: var(--bg-light);
}

.theme-dark .accordion-button {
    background: var(--bg-light);
}

.theme-dark .accordion-body {
    background: var(--bg-light);
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .page-title {
        font-size: 3rem;
    }
    
    .stats-content {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .stat:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid var(--border-color);
        padding-bottom: 1.5rem;
    }
}

@media (max-width: 992px) {
    .page-header-section {
        min-height: 50vh;
    }
    
    .page-title {
        font-size: 2.5rem;
    }
    
    .doorstep-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    
    .doorstep-buttons .btn {
        width: 100%;
        text-align: center;
    }
    
    .stats-card {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .page-header-section {
        min-height: 40vh;
        margin-bottom: 2rem;
    }
    
    .page-title {
        font-size: 2.2rem;
    }
    
    .page-subtitle {
        font-size: 1.1rem;
    }
    
    .section-tag {
        font-size: 0.8rem;
        padding: 0.4rem 1.25rem;
    }
    
    .doorstep-content .lead {
        font-size: 1.1rem;
    }
    
    .feature-item {
        padding: 1.25rem;
    }
    
    .shipping-feature-card,
    .info-card,
    .form-wrapper {
        padding: 2rem;
    }
    
    .form-wrapper {
        padding: 1.5rem;
    }
    
    .form-section-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .page-title {
        font-size: 1.8rem;
    }
    
    .doorstep-image {
        transform: none;
    }
    
    .doorstep-image:hover {
        transform: none;
    }
    
    /* .feature-item {
        text-align: center;
        align-items: center;
    } */
    
    .feature-icon {
        font-size: 1.2rem;
    }
    
    .process-step {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .step-number {
        margin-bottom: 0.5rem;
    }
}

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.animate-slide-up {
    opacity: 0;
    transform: translateY(50px);
    animation: slideUp 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
