
/*header----------------------------------------------------------------------------*/
#headerBar {
display:none;
}


/*.font-heading{
    font-family: "Noto Sans", sans-serif;
    color: #101828;
    font-weight: 500;
    line-height: 1.2;
    font-size:15px;
}*/
.nav-text-heading li a {
    font-family: "Chivo", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    color: #101828;
    display: block;
    cursor: pointer;
    text-decoration:none;
    /* padding: 30px 22px 30px 22px;*/
    /* text-decoration: none;
    position: relative;*/
}
.nav-text-heading {
    display:flex;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: white;
    width: 100%;
}

body {
    padding-top: 100px; /* adjust to header height */
}


/* Section2--------------------------------------------------------------------*/


/* Section2--------------------------------------------------------------------*/
.Sec2-img-fluid-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 14%;
    opacity: 0.3;
}
.Sec2-img-fluid-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 14%;
    opacity: 0.3;

}

.Sec2MidContent {
    font-size:23px;
    margin-top: 5% !important;
}


/* Section3--------------------------------------------------------------------*/
#section3 {
    background-image: url('@bgImageUrl');
    background-size: cover;
    background-position: center;
}
.overlay-bg {
    pointer-events: none;
}


/* Section4--------------------------------------------------------------------*/

#sec4-carousel .animate-up {
    animation: sec4SlideUp 0.5s ease-in-out forwards;
    opacity: 0;
    transform: translateY(40px);
}

@keyframes sec4SlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}




/* Section5--------------------------------------------------------------------*/

.btn.btn-default {
    
    border:1px solid transparent;
    color: #101828;
    background-color: white;
    border-radius: 50px;
    font-size: 18px;
    line-height: 22px;
    font-family: "Chivo", sans-serif;
    font-weight: bold;
    padding: 26px 40px; /* Increased padding for better click area */
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .btn.btn-default:hover {
        background-color: #101828;
        color: #ffffff !important;
        transform: translateY(-2px);
        border-color: #101828;
    }

/* Refine arrow icon positioning */
.icon-arrow-right {
    
    color:black;
    background-repeat: no-repeat;
    background-position: center right 20px;
    padding-left: 8px !important;
    /*min-width: 150px; /* Ensure buttons don't shrink too much */
}
.btn.btn-default:hover.icon-arrow-right {
    color:white;
    
}
.card-grid-1 {
    transition: transform 0.3s ease-in-out; /* Smooth transition */
}

  
/* Footer--------------------------------------------------------------------*/

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerSocialMediaImg {
    transition: transform 0.3s ease-in-out; /* Smooth transition */
}

.hover-up:hover {
    transform: translateY(-10px); /* Slight upward movement */
}
/*About Datatable */
.dt-column-order{
    float:right !important;
   
}
dt-column-title{
    padding-right: 5px;
}

/* RESPONSIVE MEDIA QUERY--------------------------------------------------------------------*/
@media (max-width: 768px) {
    .Sec2-img-fluid {
        width: 20% !important;
    }
    .Sec2MidContent {
        margin-top: 1% !important;
        font-size: 14px;
    }
    #headerBar {
    display:block;
    }
    .nav-text-heading {
        display: none !important;
    }
}
