﻿/* theme.css */
/* Add this at the beginning */
:root {
    --bs-primary: #6A89A7 !important;
    --bs-secondary: #8AA8C7 !important;
    --bs-light: #f8f9fa !important;
    --bs-dark: #343a40 !important;
    --bs-white: #ffffff !important;

}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 #6A89A7;
    background: #6A89A7 !important;
    border-color: #6A89A7 !important;
    color: white !important;
}

    .btn.btn-primary:hover {
        background: #4A6787 !important;
        border-color: #4A6787 !important;
        color: white !important;
        transform: translateY(-2px);
    }

.btn.btn-light {
    box-shadow: inset 0 0 0 0 #6A89A7;
}

    .btn.btn-light:hover {
        box-shadow: inset 300px 0 0 0 #6A89A7;
        color: var(--bs-light) !important;
    }

.btn-hover {
    transition: 0.5s;
}

    .btn-hover:hover {
        color: #8AA8C7 !important;
    }

/*** Section Title Start ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #6A89A7 !important;
}

    .section-title::before {
        content: "";
        width: 50px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        margin-right: -50px;
        border: 1px solid #6A89A7 !important;
    }

    .section-title::after {
        content: "";
        width: 50px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        margin-left: -50px;
        border: 1px solid #6A89A7 !important;
    }

/*** New Services Section - Title White Only ***/
/* صرف اس سیکشن کے اندر والے section-title کا color white */
.services-section .section-title {
    color: #ffffff !important;
}

    .services-section .section-title::before {
        border-color: #ffffff !important;
    }

    .services-section .section-title::after {
        border-color: #ffffff !important;
    }

/* اگر heading (h1) بھی white کرنا ہو تو یہ شامل کریں */
.services-section h1 {
    color: #ffffff !important;
}

/* Additional Color Overrides */
.text-primary {
    color: #6A89A7 !important;
}

.bg-primary {
    background-color: #6A89A7 !important;
}

.border-primary {
    border-color: #6A89A7 !important;
}

.btn-primary {
    background-color: #6A89A7 !important;
    border-color: #6A89A7 !important;
}

    .btn-primary:hover {
        background-color: #4A6787 !important;
        border-color: #4A6787 !important;
    }

/* Card hover effects */
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(106, 137, 167, 0.15);
}

/* Link colors */
a {
    color: #6A89A7;
    text-decoration: none;
}

    a:hover {
        color: #4A6787;
    }

/* Form controls focus */
.form-control:focus,
.form-select:focus {
    border-color: #6A89A7;
    box-shadow: 0 0 0 0.25rem rgba(106, 137, 167, 0.25);
}

/* Language Dropdown Button Fixed */
.language-dropdown {
    margin-left: 15px;
}

.lang-dropdown-btn {
    background: #6A89A7 !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: white !important;
    padding: 10px 25px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
}

    .lang-dropdown-btn:hover {
        background: #4A6787 !important;
        border-color: #4A6787 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 5px 15px rgba(106, 137, 167, 0.3) !important;
        color: white !important;
    }

    .lang-dropdown-btn:focus {
        box-shadow: 0 0 0 0.25rem rgba(106, 137, 167, 0.5) !important;
    }

    .lang-dropdown-btn i {
        font-size: 14px !important;
    }

.lang-dropdown-menu {
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    padding: 10px 0 !important;
    min-width: 150px !important;
    background: white !important;
    margin-top: 10px !important;
}

.lang-dropdown-item {
    padding: 10px 20px !important;
    color: #333 !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

    .lang-dropdown-item:hover {
        background: #6A89A7 !important;
        color: white !important;
        padding-left: 25px !important;
    }

    .lang-dropdown-item.active {
        background: #f0f8ff !important;
        color: #6A89A7 !important;
        font-weight: 600 !important;
    }

    .lang-dropdown-item i {
        font-size: 16px !important;
        width: 20px !important;
        text-align: center !important;
    }

/* Enhanced Services Section Background */
.services-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #6A89A7 0%, #4a6b8a 100%) !important;
    position: relative;
    overflow: hidden;
}

    .services-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 L100,0 L100,100 Z" fill="rgba(255,255,255,0.03)"/></svg>');
        background-size: cover;
        z-index: 0;
    }

    .services-section h1 {
        color: #ffffff;
        font-size: 2.8rem;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 1rem;
        text-shadow: 0 2px 10px rgba(0,0,0,0.2);
        z-index: 1;
        position: relative;
    }

    .services-section p {
        color: #e0e0e0;
        font-size: 1.1rem;
        max-width: 700px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

/* Blog Section Background */
.blog {
    padding: 100px 0;
    background: linear-gradient(135deg, #6A89A7 0%, #4a6b8a 100%) !important;
    position: relative;
    overflow: hidden;
}

    .blog::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 L100,0 L100,100 Z" fill="rgba(255,255,255,0.03)"/></svg>');
        background-size: cover;
        background-position: center;
        z-index: 0;
        pointer-events: none;
    }

    .blog .section-title,
    .blog h1,
    .blog h5,
    .blog .text-center p,
    .blog .text-center h5 {
        position: relative;
        z-index: 1;
        color: #ffffff !important;
        text-shadow: 0 2px 10px rgba(0,0,0,0.4);
    }

/* theme.css */

/*** Subscribe Start ***/
.subscribe {
    background: linear-gradient(#6a89a78c, rgba(255,255,255,0.3));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* اب ہر صفحے کے لیے الگ تصویر */
.page-Contact .subscribe {
    background-image: url(../img/Worldmap.jpg);
}

.page-umrah .subscribe {
    background-image: url(../img/umrah-page/Saudia.jpg);
}

.page-tours .subscribe {
    background-image: url(../img/subscribe-tours.jpg);
}

.page-contact .subscribe {
    background-image: url(../img/subscribe-contact.jpg);
}

/* اگر کوئی صفحہ miss ہو جائے تو default تصویر */
.subscribe {
    background-image: url(../img/subscribe-default.jpg); /* fallback */
}

/*** Subscribe End ***/