/* PLACE YOUR CUSTOM STYLES IN THIS FILE */
.main-welcome-text {
    font-family: 'Garamond', 'Cursive', sans-serif;
    color: #e30613; /* Deep Red */
    font-size: 3rem;
    font-style: italic;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px;
    
    /* Adds the slight soft red glow seen in the image */
    text-shadow: 4px 4px 4px rgba(227, 6, 19, 0.2);
}

/* Style for the gold text with outline */
.sub-award-text {
    font-family: 'Arial Black', sans-serif; /* Bold, thick font works best for this effect */
    font-weight: 900;
    font-size: 1.5rem;
    text-align: center;


    /* The Colors */
    color: #FFD700; /* Gold/Yellow fill */
    
    /* The Red Outline */
    -webkit-text-stroke: 4px #FF0000; /* Red border around letters */

    /* Compatibility for some browsers */
    paint-order: stroke fill;
    
    /* Optional: Subtle shadow to make it pop like the image */
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));

}

/* --- MOBILE FIXES --- */
@media (max-width: 768px) {
    .mt-200 {
         margin-top: 50px !important; /*Reduces the top gap on mobile */
    }

    .main-welcome-text {
        font-size: 2.1rem; /* Smaller font for mobile screens */
        padding: 0 15px;    /* Prevents text from touching edges */
    }


    /* Override the table-cell centering */
    .nk-vertical-center > div {
        vertical-align: top !important; /* Allow content to sit at the top */
        padding-top: 0px;              /* Give it a small, safe cushion */
    }

}


.fa-waze:hover, .fa-map-marker:hover, .fa-facebook-f:hover, .fa-facebook:hover  {
    color: #a2b7c5;
}

.cus-heading1 {
    font-weight: 700;
    text-transform: uppercase;
    color: #10c9c3;
}

.cus-footer1 {
    font-size: 80%;
}

/* .nk-footer ul li{
    display:inline;
} */

.cus-sihat{
    position:relative !important; 
    display:inline-block !important; 
}

.nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4:hover .nk-portfolio-item-image.cus-sihat1 > div{
    opacity: 1;
}

/* .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4:hover .nk-portfolio-item-image > div, .nk-portfolio-list .nk-portfolio-item.nk-portfolio-item-info-style-4.hover .nk-portfolio-item-image > div{
    opacity: 1;
} */


.lead{
    line-height: 1.5;
}

.mt-200{
    margin-top: 200px !important;
}

.nk-nav .nk-drop-item > a::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 3px;
    width: 0;
    height: 0;
    margin-top: -1px;
    color: inherit;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:100%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;

}

@media (min-width:769px){
    .cus-footer2 .social-icons {
        text-align: right !important;
    }
}
    
@media (max-width:768px){
    .cus-footer2 .social-icons {
        text-align: left !important;
    }
}


.nk-btn:hover, .nk-btn.hover, .nk-btn:active, .nk-btn.active, .nk-btn:focus{
    background-color: #0e8d89e7;
}
