@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Rubik+Wet+Paint&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/graphik-trial');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Serif+Yezidi:wght@400..700&display=swap');

/* Custom Variables */
:root {
    --primary-color: #339;
    --secondary-color: #007bff;
    --red-color: #a01000;
    --text-dark: #333;
    --text-light: #fff;
}
.text-orange{
    color: black !important;
    font-weight: bold;
}
a{
    color: var(--red-color) !important;
    text-decoration: none;
}
/* Global Styles */
body {
    font-family: 'Graphik';
    line-height: 1.6;
    margin: 0;
    padding-top: 80px;
}
body::-webkit-scrollbar{
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    /* font-family: "Open Sans", Arial, sans-serif; */
    font-family: "Noto Serif Yezidi", serif;
    color: var(--text-dark);
}
/* NAVBAR */
.navbar{
    background: white;
    position: fixed;
    display: flex;
}
.navbar-brand{
    width: 80px;
}

/* Header Styles */
.hero-header {
    height: 95vh;
    position: relative;
    background-size: cover;
    color: var(--text-light);
    background: #9a6940cc;
    background-image: url('/plugins/images/hero.jpg') !important;
    transform: translateY(25px);
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: hard-light;
    background-repeat: no-repeat;
}

#about{
    padding: 60px 0;
    position: relative; 
    background-color: #fff;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
    background: #5b0900cc;
    background-blend-mode: overlay;
    background-image: url('/plugins/images/map.jpg') !important;
}


#about .left-side{
    width: 47.25%;
        float: left;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 2;
    min-height: 1px;
}

.box-shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

/* Section Styles */
.section-padding {
    padding: 60px 0;
}
.section-title{
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    font-family: "Montserrat", sans-serif;
    /* Poppins - 700 */
}

.hero-header-title{
    font-weight: 700;
    font-size: 60px !important;
    font-family: "Montserrat", sans-serif;
    text-align: left;
}

.section-description{
    color: #666;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    /* Open Sans - 500 */
}

.service-card {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.offcanvas {}

.offcanvas .nav-link {
    font-size: 1.1rem;
    padding: 0.75rem 1rem;
}

.card h5 {
    font-size: 1.25rem;
}

.card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    background-color: #fff;
}

.card:hover {
    transform: translateY(-15px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

/* Button Styles */
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 12px 30px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--secondary-color);
    transform: scale(1.05);
}

#hse img{
    width: 100%;
    height: 100%;
}
#hse h5{
    padding: 5px;
    font-weight: bold;
    text-align: start;
}
#hse p{
    padding: 5px;
    font-size: 14px;
    text-align: start;
}


.footer{
    background-image: url('/plugins/images/map.jpg') !important;
    background-size: cover;
    background-blend-mode: darken !important;
    background-repeat: no-repeat;
}

@media (min-width: 981px) {
    .section-padding {
        padding: 4% 0;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-header {
        height: 70vh;
    }
    
    .section-padding {
        padding: 40px 20px;
    }
}


@media only screen and (max-width: 600px) {
    .hero-header{
        height: 80vh !important;
    }
    .hero-header-title {
        font-size: 40px !important;
        width: 90%;
    }
}


@media only screen and (max-width: 500px) {
    .navbar{
        position: fixed;
        display: flex;
    }
    .navbar-brand{
        width: 80px;
    }
    .hero-header{
        height: 40vh !important;
    }
    .hero-header-title {
        width: 70% !important;
        font-size: 20px !important;
        line-height: 20px !important;
    }
    .section-title{
        font-size: 20px !important;
        line-height: 33px;
    }
    #about{
        padding: 10px 0;
    }
    #about div{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .section-title{
        padding: 5px 0;
        text-transform: uppercase;
        font-size: 20px !important;
        line-height: 20px !important;
    }
    #about p{
        font-size: 14px !important;
    }

    #services h5{
        font-size: 15px !important;
    }

    #hse img{
        padding: 10px !important;
        width: 100% !important;
        height: 100px !important;
    }
    #hse h5{
        text-align: center !important;
    }
    #hse p{
        width: 100%;
        text-align: center !important;
        font-size: 15px !important;
    }
    

}