/* Bulk Order Specific Styles - Modern Enhanced Design */

/* Hero Section */
.bulk-hero-section {
    position: relative;
    overflow: hidden;
}

.bulk-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(225,30,18,0.1)"/><circle cx="80" cy="80" r="3" fill="rgba(225,30,18,0.05)"/><circle cx="60" cy="30" r="1.5" fill="rgba(225,30,18,0.08)"/></svg>');
    opacity: 0.5;
}

.hero-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #3f3f3f;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-content h3 {
    font-size: 32px;
    font-weight: 600;
    color: #3f3f3f;
    margin-bottom: 15px;
}

.hero-content h3 span {
    color: #e11e12;
}

.hero-content p {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
}

.hero-list ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.hero-list ul li {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.hero-list ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #e11e12;
    font-weight: bold;
}

.hero-highlight {
    font-size: 20px;
    font-weight: 600;
    color: #e11e12;
    margin: 30px 0;
    padding: 15px;
    background: rgba(225, 30, 18, 0.1);
    border-radius: 8px;
    border-left: 4px solid #e11e12;
}

.hero-buttons {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-image {
    text-align: center;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Bulk Form Section */
.bulk-form-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 80px 20px;
}

.bulk-order-form {
    background: linear-gradient(145deg, #ffffff 0%, #fefefe 100%);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(225, 30, 18, 0.15);
    position: relative;
}

.bulk-order-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #e11e12, #ff4136);
    border-radius: 15px 15px 0 0;
}

.bulk-order-form h3 {
    text-align: center;
    color: #e11e12;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700;
}

.bulk-order-form .row {
    margin-bottom: 0;
}

.bulk-order-form .col-xl-12:last-child {
    text-align: center;
    margin-top: 30px;
}

/* Subcategories Slider */
.subcategories-slider {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.subcategories-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.single-collection {
    margin: 0 10px;
    transition: transform 0.3s ease;
}

.single-collection:hover {
    transform: translateY(-5px);
}

.subcategory-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0f0f0;
}

.subcategory-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.single-collection:hover .subcategory-image img {
    transform: scale(1.05);
}

.subcategory-content {
    padding: 15px 0;
    text-align: center;
}

.subcategory-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #3f3f3f;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

.single-collection:hover .subcategory-content h4 {
    color: #e11e12;
}

.subcategory-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-weight: 500;
}



/* Process Steps Styling */
.bulk-order-process-section {
    background: linear-gradient(135deg, #fdf7f3 0%, #fefcfb 100%);
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.bulk-order-process-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 25% 25%, rgba(225, 30, 18, 0.05) 0%, transparent 50%),
                      radial-gradient(circle at 75% 75%, rgba(225, 30, 18, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #e11e12;
    margin-bottom: 60px;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #e11e12, #ff4136);
    border-radius: 2px;
}

.bulk-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    position: relative;
    z-index: 1;
}

.step-box {
    background: linear-gradient(145deg, #ffffff 0%, #fefefe 100%);
    padding: 35px 25px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(225, 30, 18, 0.12);
    position: relative;
    overflow: hidden;
}

.step-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e11e12, #ff4136);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.step-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(225, 30, 18, 0.15), 0 8px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(225, 30, 18, 0.25);
}

.step-box:hover::before {
    transform: scaleX(1);
}

.step-icon {
    font-size: 40px;
    color: #e11e12;
    margin-bottom: 20px;
    display: inline-block;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #e11e12, #ff4136);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.step-box:hover .step-icon {
    transform: scale(1.1);
}

.step-box h4 {
    font-size: 20px;
    color: #3f3f3f;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.step-box p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}



/* Enhanced Form Validation */
.error-message {
    color: #e74c3c;
    font-size: 14px;
    margin-top: 6px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.error-message::before {
    content: '⚠️';
    font-size: 12px;
}

/* Success message styling */
.success-message {
    color: #27ae60;
    font-size: 14px;
    margin-top: 6px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.success-message::before {
    content: '✅';
    font-size: 12px;
}

/* Loading state */
.loading {
    opacity: 0.7;
    pointer-events: none;
    position: relative;
}

.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #e11e12;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Enhanced Responsive Design */
@media (max-width: 1024px) {
    .hero-content h2 {
        font-size: 36px;
    }

    .bulk-steps {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
    }

    .section-title {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .step-box {
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .bulk-hero-section {
        padding: 60px 20px;
    }

    .hero-content h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .hero-highlight {
        font-size: 18px;
        margin: 25px 0;
        padding: 12px;
    }

    .hero-buttons {
        margin-top: 25px;
        justify-content: center;
    }

    .bulk-form-section {
        padding: 60px 20px;
    }

    .bulk-order-process-section {
        padding: 50px 20px;
    }

    .bulk-steps {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .step-box {
        padding: 25px 20px;
        border-radius: 15px;
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .bulk-hero-section {
        padding: 40px 20px;
    }

    .hero-content h2 {
        font-size: 28px;
        line-height: 1.1;
    }

    .hero-content p {
        font-size: 15px;
    }

    .hero-list ul li {
        font-size: 15px;
        padding-left: 22px;
    }

    .hero-highlight {
        font-size: 16px;
        margin: 20px 0;
        padding: 10px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .hero-buttons .btn-callback,
    .hero-buttons .btn-whatsapp {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        max-width: 250px;
    }

    .bulk-form-section {
        padding: 40px 20px;
    }

    .bulk-order-process-section {
        padding: 40px 15px;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .step-box {
        padding: 20px 15px;
    }

    .step-icon {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .step-box h4 {
        font-size: 18px;
    }

    .step-box p {
        font-size: 15px;
    }
}

/* Animation Classes */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.fade-in.delay-1 { animation-delay: 0.2s; }
.fade-in.delay-2 { animation-delay: 0.4s; }
.fade-in.delay-3 { animation-delay: 0.6s; }
.fade-in.delay-4 { animation-delay: 0.8s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Button Enhancements */
.btn-callback,
.btn-whatsapp {
    display: inline-block;
    padding: 14px 25px;
    margin-right: 15px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-callback {
    background: linear-gradient(135deg, #333, #555);
}

.btn-callback:hover {
    background: linear-gradient(135deg, #555, #333);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.btn-whatsapp {
    background: linear-gradient(135deg, #25D366, #20b954);
    margin-left: 243px;
}

.btn-whatsapp:hover {
    background: linear-gradient(135deg, #20b954, #25D366);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

/* Enhanced Form Styles */
.enhanced-form {
    max-width: 100%;
}

.form-label {
    display: block;
    font-weight: 600;
    color: #3f3f3f;
    margin-bottom: 8px;
    font-size: 15px;
}

.required {
    color: #e74c3c;
    margin-left: 2px;
}

.tpform__input input,
.tpform__input select,
.tpform__textarea textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #fafbfc;
}

.tpform__input input:focus,
.tpform__input select:focus,
.tpform__textarea textarea:focus {
    border-color: #e11e12;
    box-shadow: 0 0 0 3px rgba(225, 30, 18, 0.1);
    background: #ffffff;
    outline: none;
}

.tpform__input input:hover,
.tpform__textarea textarea:hover {
    border-color: #ff4136;
}

.btn-enhanced {
    background: linear-gradient(135deg, #e11e12, #ff4136);
    border: none;
    color: white;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
}

.btn-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-enhanced:hover::before {
    left: 100%;
}

.btn-enhanced:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(225, 30, 18, 0.3);
    background: linear-gradient(135deg, #ff4136, #e11e12);
}

.btn-enhanced:active {
    transform: translateY(0);
}

.btn-text,
.btn-icon {
    position: relative;
    z-index: 1;
}

.btn-icon i {
    transition: transform 0.3s ease;
}

.btn-enhanced:hover .btn-icon i {
    transform: translateX(4px);
}

.form-note {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-top: 8px;
    padding: 12px 16px;
    background: rgba(225, 30, 18, 0.05);
    border-radius: 6px;
    border-left: 3px solid #e11e12;
}

/* Simple Slider Styles */
.simple-slider {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 80px;
}

.slider-wrapper {
    overflow: hidden;
    border-radius: 15px;
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); */
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

.simple-slide {
    flex-shrink: 0;
    width: 33.333%;
    padding: 0 10px;
    opacity: 0.3;
    transform: scale(0.9);
    transition: all 0.5s ease;
}

.simple-slide.active {
    opacity: 1;
    transform: scale(1);
}

.member-box {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: block;
    transition: box-shadow 0.3s ease;
}

.member-box:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.member-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.member-details {
    padding: 20px;
    text-align: center;
}

.member-details strong {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
    color: #333;
    font-weight: 600;
}

.member-details small {
    display: block;
    color: #666;
    font-size: 14px;
}

/* Slider Buttons - Small side buttons with icons */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #e11e12;
    color: #e11e12;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.slider-btn:hover {
    background: #e11e12;
    color: white;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(225, 30, 18, 0.3);
}

.slider-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.slider-btn.prev {
    left: -50px;
    
}

.slider-btn.next {
    right: -50px;
}

.slider-btn i {
    transition: transform 0.3s ease;
}

.slider-btn:hover i {
    transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .simple-slide {
        width: 33.333%;
    }
}

@media (max-width: 768px) {
    .simple-slide {
        width: 50%;
    }

    .simple-slider {
        max-width: 700px;
    }

    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .slider-btn.prev {
        left: -20px;
    }

    .slider-btn.next {
        right: -20px;
    }

    .member-box img {
        height: 200px;
    }

    .member-details {
        padding: 15px;
    }

    .member-details strong {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .simple-slide {
        width: 100%;
    }

    .simple-slider {
        max-width: 350px;
    }

    .slider-btn {
        display: none; /* Hide buttons on small screens */
    }
}

/* Mission Vision Section Styles - Table-based Layout with Icons */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

.mission-vision-section {
    width: 100%;
    margin: 0;
    padding: 5% 0;
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, #f8f9fa, #ffffff, #f1f3f4, #e9ecef, #f8f9fa);
    background-size: 400% 400%;
    animation: backgroundShift 8s ease-in-out infinite;
}

.mission-vision-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(225, 30, 18, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 90% 10%, rgba(225, 30, 18, 0.04) 0%, transparent 40%),
        radial-gradient(circle at 20% 80%, rgba(0, 123, 255, 0.03) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(225, 30, 18, 0.03) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    animation: floatPattern 12s ease-in-out infinite;
    pointer-events: none;
}

.mission-vision-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 15% 30%, rgba(225, 30, 18, 0.06) 0%, transparent 50%),
        radial-gradient(ellipse at 85% 20%, rgba(0, 123, 255, 0.04) 0%, transparent 50%),
        radial-gradient(ellipse at 30% 70%, rgba(225, 30, 18, 0.05) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    animation: fabricFloat1 15s ease-in-out infinite reverse;
    pointer-events: none;
}

@keyframes backgroundShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes floatPattern {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-10px) rotate(1deg);
    }
    50% {
        transform: translateY(5px) rotate(-1deg);
    }
    75% {
        transform: translateY(-5px) rotate(0.5deg);
    }
}

@keyframes fabricFloat1 {
    0%, 100% {
        transform: translateY(0) translateX(0) scale(1);
        opacity: 0.3;
    }
    25% {
        transform: translateY(-20px) translateX(30px) scale(1.1);
        opacity: 0.5;
    }
    50% {
        transform: translateY(-10px) translateX(-20px) scale(0.9);
        opacity: 0.2;
    }
    75% {
        transform: translateY(15px) translateX(40px) scale(1.05);
        opacity: 0.4;
    }
}

.mission-table, .vision-table {
    width: 100%;
    margin-bottom: 30px;
}

.mission-table td, .vision-table td {
    width: 50%;
    padding: 20px;
    vertical-align: top;
}

.text-td {
    padding-right: 30px;
}

.icon-td {
    text-align: center;
    padding-left: 30px;
}

.vision-table .icon-td {
    text-align: center;
    padding-right: 30px;
}

.vision-table .text-td {
    padding-left: 30px;
}

.title {
    font-size: 2em;
    color: #e11e12;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}

.mission-image, .vision-image {
    width: 500px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 8px 20px rgba(225, 30, 18, 0.2);
    border-radius: 15px;
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
}

.mission-image:hover, .vision-image:hover {
    box-shadow: 0px 12px 30px rgba(225, 30, 18, 0.3);
    transform: translateY(-5px);
}

/* Diamond Highlight Styling */
.diamond-highlight {
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

.diamond-highlight::before {
    content: "❖";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #E60000;
    line-height: 1;
}

/* Mobile Responsive for Mission Vision */
@media (max-width: 720px) {
    .mission-table td, .vision-table td {
        width: 100%;
        display: block;
        padding: 15px 0;
    }

    .text-td, .icon-td {
        padding: 10px 0;
    }

    .mission-table .icon-td, .vision-table .icon-td {
        float: none;
        margin-top: 4%;
        text-align: center;
    }

    .mission-image, .vision-image {
        width: 100%;
        height: 60%;
    }

    .title {
        font-size: 1.8em;
        text-align: center;
    }

    .text-td p {
        max-width: none;
        text-align: left;
        font-size: 1em;
        line-height: 1.5;
    }

    .icon-large {
        font-size: 3em;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .diamond-highlight {
        padding-left: 22px;
    }

    .diamond-highlight::before {
        font-size: 16px;
        line-height: 1.8;
    }
}

@media (max-width: 300px) {
    .mission-vision-section {
        font-size: 12px;
    }

    .mission-table .icon-td, .vision-table .icon-td {
        float: none;
        margin-top: 8%;
    }

    .icon-large {
        font-size: 2.5em;
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}
