/* Header Area */
.st-header-area {
    overflow: hidden;
}

.st-header-menu-area.style2 {
    position: absolute;
    top: 73px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.st-header-menu-area.style2:not(.header-sticky) {
    color: white;
}

.st-header-menu-area.style2.header-sticky {
    border-bottom: none;
    /* Remove the line when sticky */
}

.st-header-menu-area.style2:not(.header-sticky) a {
    color: white;
    /* Ensure links are also white */
    text-decoration: none;
    /* Remove underline */
    position: relative;
}

.st-header-menu-area.style2:not(.header-sticky) a::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background: white;
    width: 0%;
    height: 1px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.st-header-menu-area.style2:not(.header-sticky) a:hover::before {
    width: 100%;
    left: 0;
}

.st-header-menu-area.style2:not(.header-sticky) a:hover {
    color: white;
    transition: color .5s;
}

/* Exclude logo from underline effect */
.st-header-logo a::before,
.st-header-logo a:hover::before {
    width: 0 !important;
}

/* Invert dropdown menu colors before sticky state */
.st-header-menu-area.style2:not(.header-sticky) .sub__menu {
    background-color: white;
}

.st-header-menu-area.style2:not(.header-sticky) .sub__menu a {
    color: #14373b;
}

.st-header-menu-area.style2:not(.header-sticky) .sub__menu a:hover {
    color: #198db4;
    transition: color .5s;
}

.st-header-menu-area.style2:not(.header-sticky) .sub__menu li a::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background: #198db4;
    width: 0%;
    height: 1px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.st-header-menu-area.style2:not(.header-sticky) .sub__menu li a:hover::before {
    width: 100%;
    left: 0;
}

/* Sticky Header Styles */
.st-header-menu-area.style2.header-sticky {
    background-color: #fff;
    /* Ensure background color is bright */
    color: #14373b;
    /* Set font color for sticky header */
}

.st-header-menu-area.style2.header-sticky a {
    color: #ffffff;
    /* Ensure links are also the desired color */
    text-decoration: none;
    /* Remove underline */
    position: relative;
}

.st-header-menu-area.style2.header-sticky a::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background: #14373b;
    width: 0%;
    height: 1px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.st-header-menu-area.style2.header-sticky a:hover::before {
    width: 100%;
    left: 0;
}

.st-header-menu-area.style2.header-sticky a:hover {
    color: #14373b;
    transition: color .5s;
}

/* Ensure dropdown menu items stay white during sticky state */
.st-header-menu-area.style2.header-sticky .sub__menu {
    background-color: #14373b;
}

.st-header-menu-area.style2.header-sticky .sub__menu a {
    color: white;
}

.st-header-menu-area.style2.header-sticky .sub__menu a:hover {
    color: #198db4;
    transition: color .5s;
}

.st-header-menu-area.style2.header-sticky .sub__menu li a::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background: #198db4;
    width: 0%;
    height: 1px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.st-header-menu-area.style2.header-sticky .sub__menu li a:hover::before {
    width: 100%;
    left: 0;
}

.container {
    align-items: center;
}

/* .header-sticky {
    padding-left: 250px;
} */

/* Breadcrumb Content */
.breadcumb__top__content {
    padding-left: 0px;
    /* Adjust the padding to align text to the left */
    text-align: center;
    /* Ensure text is aligned to the left */
}

.breadcumb__top__content h2 {
    font-size: 55px;
    /* Adjust the font size as needed */
    font-weight: 600;
    color: #000000;
    /* var(--st-theme-color-white) */
    margin-top: 30px;
}

.ft_borer_header {
    border-bottom: 1px solid #d1e4ea;
    padding-bottom: 0px;
}

@media (min-width: 1349px) {
    .st-header-area {
        background-image: url(../images/breadcumb/breadcumb1.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .st-header-menu-area.style2 {
        padding-left: px;
    }

    .breadcumb__top__content {
        margin-top: 60px;
        padding-left: 0px;
        margin-bottom: -40px;
    }

    .breadcumb__top__content h2 {
        font-size: 45px;
    }
}

@media (max-width: 1348px) {

    .st-header-area {
        background-image: url(../images/breadcumb/breadcumb1.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .st-header-menu-area.style2 {
        margin-top: 20px;
        padding-left: 0px;
    }

    .breadcumb__top__content {
        padding-left: 0px;
    }

    .breadcumb__top__content h2 {
        font-size: 45px;
    }
}

@media (max-width: 1200px) {

    .st-header-area {
        background-image: none;
        background-color: #000000;
    }

    .st-header-menu-area.style2 {
        margin-top: -90px;
        padding-left: 0px;
    }

    .breadcumb__top__content {
        padding-left: 0px;
    }

    .breadcumb__top__content h2 {
        font-size: 45px;
    }
}

@media (max-width: 675px) {

    .st-header-area {
        background-image: none;
        background-color: #000000;
    }

    .st-header-menu-area.style2 {
        margin-top: -90px;
        padding-left: 0px;
    }

    .breadcumb__top__content {
        padding-left: 0px;
    }

    .breadcumb__top__content h2 {
        font-size: 40px;
        line-height: 1.4
    }
}

@media (max-width: 480px) {
    .st-header-menu-area.style2 {
        top: 110px;
    }
}
