:root {
    --blue: #282A46;
    --red: #C52327;
    --white: #fff;
    --font-family: "Inter", serif;
}

a {
    text-decoration: none !important;
    color: unset !important;
}

a:hover {
    text-decoration: none;
    color: unset;
}

body {
    font-family: var(--font-family);
}

.top_bar {
    background-color: var(--red);
    padding: 10px 0px;
}

.top_left {
    display: flex;
}

.top_left {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.top_left p {
    color: var(--white);
    margin-bottom: 0px;
}

.sunrise_left1 {
    padding-right: 20px;
}

.top_left i {
    padding-right: 8px;
}

.top_right p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: end;
}

.top_right p i {
    padding: 0 6px;
}

/*------------Main-Header-------------------*/
a.navbar-brand.logoo img {
    width: 110px;
    height: auto; /* Maintain aspect ratio */
}

.main_header nav.navbar.navbar-expand-lg.navbar-light {
    display: block;
}

.main_header .navbar-expand-lg .navbar-collapse {
    /* display: block!important; */
    float: right;

}

.last_button {
    display: flex;
    align-items: center;
    justify-content: end;
}

.main_header .row {
    align-items: center;
}

a.nav-link {
    color: #000;
    font-size: 16px;

}

a.nav-link.active {
    color: var(--red) !important;
}

.search_box i {
    color: #000;
    font-size: 21px;
    padding-right: 10px;
}

.sign_inbtn button {
    background-color: var(--blue);
    color: var(--white);
    border-radius: 50px;
    padding: 5px 38px;
}

.sign_inbtn button a {
    color: var(--white);
    text-decoration: none;
}

/*slider------------*/

.slider_sections .carousel-caption h2 {
    font-size: 37px;
    font-weight: 700;
    /* color: #0C0C0C; */
    color: white;
    text-transform: uppercase;
}

.slider_sections img {
    filter: brightness(0.9);
}

.slider_sections .carousel-caption p {
    /* color: #000; */
    color: white;
}

.slider_sections .carousel-caption {
    position: absolute;
    right: 0;
    left: 17%;
    top: 0 !important;
    bottom: 0 !important;
    display: flex !important;
    flex-direction: column;
    /* Align items in a vertical stack */
    justify-content: center;
    /* Center content vertically */
    align-items: flex-start;
    /* Align items to the left */
    padding-top: 0px !important;
    padding-bottom: 0 !important;
    color: #fff;
    text-align: left;
    width: 25%;
}

.content_slider button {
    background-color: var(--blue);
    padding: 10px 35px;
    border-radius: 50px;
    border: 0px;
    color: var(--white);
}

.content_slider button a {
    color: var(--white);
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}


/*==============second-section============*/
.second_icon_sec {
    padding: 100px 0px;
}

.icon_box img {
    width: 33%;
    margin: 0 auto !important;
}

.icon_box {
    text-align: center;
}

.icon_box h3 {
    font-size: 26px !important;
    margin-top: 12px;
    font-weight: 400;
    color: #000;

}

/*========================Latest-Event==================*/
.img_box img {
    width: 100%;
}

.latest_content {
    text-align: center;
    margin-bottom: 30px;
}

.img_box {
    box-shadow: hsl(0deg 0% 0% / 40%) 0px 0px 2px;
}

.img_box_content {
    padding: 15px;
}

.img_box_content h4 {
    font-size: 18px;
    font-weight: 600;
}

.img_box_content p {
    font-weight: 600;
}

.img_box_content h6 {
    font-size: 16px !important;
    color: #000;
    font-weight: 600;
}

.img_box_content i {
    padding-left: 5px;
    font-size: 16px;
}

.see_more_btn {
    margin-top: 50px;
    text-align: center;
}

.see_more_btn button {
    background-color: var(--blue);
    color: var(--white);
    border-radius: 50px;
    padding: 10px 40px;
}

.see_more_btn button a {
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
}

.see_more_btn button i {
    padding-left: 10px;
}


.latest_content h2 {
    font-size: 36px;
    font-family: var(--font-family);
    font-weight: 700;
    text-transform: uppercase;
}

.latest_content p {
    font-size: 14px;
    /* width: 50%; */
    /* text-align: center; */
    /* margin: 0 auto; */
}

/*=====================Help-banner-section================*/
.help_right img {
    width: 100%;
}

.help_other {
    background-color: var(--blue);
    padding: 40px 0px 0px 0px;
    margin: 100px 0px 0px;
}

.help_other .row {
    align-items: center;
}

.help_other h2 {
    color: var(--white);
    font-size: 36px;
    text-transform: uppercase;
}

.help_other h6 {
    color: var(--white);
    font-size: 26px;
    text-transform: uppercase;
}

.help_other p {
    color: var(--white);
}

/*===============Featured-Section==============*/

.image_gallery img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.featured_content {
    text-align: center;
    padding-bottom: 30px;
}

.featured_content h2 {
    font-size: 36px;
    font-family: var(--font-family);
    font-weight: 700;
    text-transform: uppercase;
}

.featured_content p {
    font-size: 16px;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.image_gallery .col-md-3 {
    padding: 0px !important;
}

/*======================Save-Their======================*/
.their_section {
    padding: 100px 0px 400px 0px;
    background-color: var(--red);
    /* margin-top: 100px; */
}

.their_content {
    text-align: center;

}

.video_section {
    margin-top: -350px;
    margin-bottom: 100px;
}

.video_section img {
    width: 100%;
}

.their_content h2 {
    font-size: 36px;
    font-family: var(--font-family);
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
}

.their_content h6 {
    font-size: 26px;
    font-family: var(--font-family);
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
}

.bootom_event {
    padding-bottom: 200px;
}

.bootom_event .img_box {
    box-shadow: hsl(0deg 0% 0% / 25%) 0px 0px 2px;
}

/*===============Footer=====================*/
.footer_sec {
    --footer-bg: #111320;
    --footer-surface: rgba(255, 255, 255, 0.06);
    --footer-text: rgba(255, 255, 255, 0.82);
    --footer-text-strong: #fff;
    --footer-accent: var(--red);
    color: var(--footer-text-strong);
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-top: clamp(2.5rem, 8vw, 5rem);
    padding: 0;
    background: transparent;
    overflow: visible;
}

.footer_sec__skyline {
    display: block;
    width: 100%;
    height: 335px;
    line-height: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
    position: relative;
    z-index: 1;
}

.footer_sec__skyline img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.footer_sec__body {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: clamp(2rem, 4vw, 3.25rem) 0 clamp(2.25rem, 5vw, 3.5rem);
    background: var(--footer-bg);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 12%);
}

.footer_sec__inner {
    padding-left: 0;
    padding-right: 0;
}

.footer_sec__grid {
    align-items: flex-start;
}

.footer_sec__logo-link {
    display: inline-block;
    margin-bottom: 1.25rem;
}

.footer_sec__logo-link img {
    width: min(200px, 72%);
    max-width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.2s ease;
}

.footer_sec__logo-link:hover img {
    opacity: 0.9;
}

.footer_sec__tagline {
    color: var(--footer-text);
    font-size: 0.9375rem;
    line-height: 1.65;
    margin: 0 0 1.5rem;
    max-width: 22rem;
}

.footer_sec__social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.footer_sec__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: var(--footer-surface);
    color: var(--footer-text-strong) !important;
    font-size: 0.9rem;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.footer_sec__social a:hover {
    background: rgba(197, 35, 39, 0.25);
    border-color: rgba(197, 35, 39, 0.55);
    transform: translateY(-1px);
    color: var(--footer-text-strong) !important;
}

.footer_sec__heading {
    color: var(--footer-text-strong);
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 1.125rem;
    padding-bottom: 0.625rem;
    border-bottom: 2px solid var(--footer-accent);
    display: inline-block;
    min-width: 3rem;
}

.footer_sec__col {
    padding-top: 0.25rem;
}

.footer_sec__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_sec__links li {
    margin: 0;
    padding: 0.3rem 0;
}

.footer_sec__links a {
    color: var(--footer-text) !important;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.45;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer_sec__links a:hover,
.footer_sec__links a.is-active {
    color: var(--footer-text-strong) !important;
    padding-left: 0.25rem;
}

.footer_sec__links--services a {
    justify-content: space-between;
    width: 100%;
    max-width: 16rem;
    gap: 0.5rem;
}

.footer_sec__link-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer_sec__badge {
    flex-shrink: 0;
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    background: var(--footer-surface);
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer_sec__links--services a:hover .footer_sec__badge,
.footer_sec__links--services a.is-active .footer_sec__badge {
    background: rgba(197, 35, 39, 0.35);
    border-color: rgba(197, 35, 39, 0.5);
}

.footer_sec__empty {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.875rem;
    font-style: italic;
}

.footer_sec__gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    max-width: 240px;
}

.footer_sec__gallery-item {
    overflow: hidden;
    border-radius: 6px;
    aspect-ratio: 3 / 2;
    background: var(--footer-surface);
}

.footer_sec__gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.footer_sec__gallery-item:hover img {
    transform: scale(1.04);
}

.footer_sec__contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer_sec__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    padding: 0.5rem 0;
    color: var(--footer-text) !important;
    font-size: 0.875rem;
    line-height: 1.45;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.footer_sec__contact-item i {
    width: 1rem;
    margin-top: 0.15rem;
    color: var(--footer-accent);
    flex-shrink: 0;
    text-align: center;
}

.footer_sec__contact-item span {
    word-break: break-word;
}

.footer_sec__contact-item:hover {
    color: var(--footer-text-strong) !important;
}

.footer_sec__contact-item--cta {
    font-weight: 500;
    color: var(--footer-text-strong) !important;
}

.footer_sec__contact-item--cta:hover {
    color: #f5b4b6 !important;
}

/* Legacy hooks (older markup / pages) */
.social_iconss i {
    color: #fff;
    padding: 0 5px;
}

.social_iconss {
    margin-top: 30px;
}

.useful_links h3 {
    color: var(--white);
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
}

.useful_links ul,
.useful_links ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    color: var(--footer-text);
    font-size: 0.9375rem;
}

.footer_gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    max-width: 240px;
}

.footer_gallery img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

@media (max-width: 991.98px) {
    .footer_sec__body {
        padding-top: 2rem;
    }

    .footer_sec__brand {
        margin-bottom: 0.25rem;
    }

    .footer_sec__gallery,
    .footer_gallery {
        max-width: 100%;
    }

    .footer_sec__col--connect {
        margin-top: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .footer_sec__skyline {
        height: auto;
        min-height: 0;
        overflow: hidden;
    }

    .footer_sec__body {
        margin-top: -2px;
        padding-top: 1.75rem;
    }

    .footer_sec__col {
        padding-top: 0;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .footer_sec__col:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .footer_sec__brand {
        border-bottom: none;
        padding-bottom: 0.25rem;
    }

    .footer_sec__links--services a {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .footer_sec {
        margin-top: 2rem;
    }

    .footer_sec__body {
        padding-bottom: 2rem;
    }

    .footer_sec__gallery {
        max-width: 280px;
    }
}

.copyright {
    width: 100%;
    margin: 0;
    background-color: var(--blue);
    color: rgba(255, 255, 255, 0.88);
    padding: 0.875rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.copyright__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

.copyright__text {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0.02em;
}


@media (min-width:320px) and (max-width:768px) {

    .top_right p {
        color: #fff;
        font-weight: 600;
        margin-bottom: 0px;
        text-align: center;
    }

    .main_header .navbar-expand-lg .navbar-collapse {
        width: 100%;
        margin-top: 10px;
    }

    .logo_div {
        width: 25%;
        order: 1;
    }

    .signin_div {
        width: 50%;
        float: right;
        order: 2;
    }

    .menu_div {
        /* width: 100%; */
        float: right;
        order: 3;
        /* margin-top: 20px; */
    }

    button.navbar-toggler {
        float: right;
        background: transparent;
        color: #fff;
        border: 1px solid var(--blue);
        border-radius: 3px;
        padding: 3px 8px;
    }








    /*=========slider-section=============*/
    .slider_sections .carousel-caption {
        position: absolute;
        right: 9% !important;
        left: 8%;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        width: 89%;
    }

    .slider_sections img {
        filter: brightness(0.9);
        height: 300px;
    }

    .slider_sections .carousel-caption h2 {
        font-size: 30px;
    }

    .slider_sections .carousel-caption p {
        color: #000;
        font-size: 14px;
    }

    .content_slider button {
        padding: 10px 18px;
        line-height: 0px;
    }

    .content_slider button a {
        font-size: 14px;
        line-height: 15px;

    }


    /*==============second-section===========*/
    .second_icon_sec {
        padding: 60px 0px;
    }

    .second_icon_sec .col-lg-3 {
        width: 50%;
        margin-bottom: 15px;
    }

    .icon_box h3 {
        font-size: 20px !important;
        margin-top: 12px;
        font-weight: 400;
        color: #000;
    }

    .help_other {

        margin: 60px 0px;
    }

    .image_gallery .col-md-3 {
        padding: 0px !important;
        width: 50%;
    }

    .help_other h6 {
        font-size: 20px;
    }

    .help_other h2 {
        font-size: 30px;
    }


    /*============Their-section================*/
    .their_section {
        padding: 60px 0px 132px 0px;
        margin-top: 60px;
    }

    /*===============Video-section================*/

    .video_section {
        margin-top: -100px;
        margin-bottom: 50px;
    }


    /*===========Latest-event============*/

    .img_box {
        margin-bottom: 20px;
    }

    .bootom_event {
        padding-bottom: 50px;
    }



    /*=================Footer===============*/



}


@media (min-width:768px) and (max-width:1024px) {
    .slider_sections .carousel-caption {
        left: 11%;
        width: 73%;
    }

    /* Tablet: increase paragraph size */
    .latest_content p {
        font-size: 18px;
    }

    .useful_links p {
        font-size: 13px;
    }

    .useful_links h3 {
        font-size: 16px;
    }

    .bootom_event {
        padding-bottom: 100px;
    }

    .Latest_event .col-md-6 {
        margin-bottom: 20px;
    }

    .video_section {
        margin-top: -163px;
        margin-bottom: 100px;
    }

    .their_section {
        padding: 100px 0px 200px 0px;
    }

    .sign_inbtn button {
        background-color: var(--blue);
        color: var(--white);
        border-radius: 50px;
        font-size: 14px;
        padding: 6px 12px;
        width: auto;
    }

    .menu_div {
        text-align: center;
    }

    .main_header .navbar-expand-lg .navbar-collapse {
        /* display: block!important; */
        float: right;
        width: 100% !important;
        text-align: left;
    }
}

@media (min-width:1024px) and (max-width:1444px) {
    .slider_sections .carousel-caption {
        left: 9%;
        width: 40%;
    }

    /* Laptop: increase paragraph size */
    .latest_content p {
        font-size: 18px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    a.nav-link {

        font-size: 13px;
    }

}

/* Large desktop and above: bigger paragraphs */
@media (min-width:1445px) {
    .latest_content p {
        font-size: 20px;
    }
}