/********** Template CSS **********/
:root {
    --primary: #00a5c6;
    --secondary: #777777;
    --light: #F8F8F8;
    --dark: #252525;
    --gold: #f5cf6d;
    --offWhite: #FAF9F6;
}
.btn-readmore {
    position: absolute;
    float: right;
    bottom: 5px;
    right: 25px;
}
input.error, textarea.error {
    border-color: red;
}
.validation {
    color: red;
    display: none;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
}
li.home-text {
    display: none;
}
li.home-img {
    margin-top: -7px;
    font-size: 1.5em;
}
li.home-img>a>img{
    position: absolute;
    margin-top: -7px;
    width: 40px;
    height: 40px;
}
.flag-img{float:left;margin:.25rem .625rem .25rem 0;height:.75rem}
.flag-lang{width: 17px !important;height: 17px !important; margin: 2px 5px 0 15px !important;}
ul.nav .dropdown-menu{background:#2d353c;margin-top:0;border:0;-webkit-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}
ul.dropdown-menu .flag-img{width:1.25rem;margin-left:-.3125rem}
div.nav-item a.nav-link-lang {
    font-size: .9em;
}
div.list-group p.list-group-item, div.list-group p>i {
    color: var(--gold) !important;
    text-shadow: 2px 0 1px var(--dark);
    background-color: var(--primary);
}
div.list-group {
    background-color: #fff !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.breadcrumb-item a:hover, .breadcrumb-item a:hover i {
    color: var(--primary) !important;
}
a.list-group-item-action:hover {
    color: var(--primary);
    background-color: #faf9f6;
}
.dropdown .dropdown-menu {
    width: 100% !important;
    right: 0 !important;
    background-color: #F8F8F8 !important;
    border-bottom-left-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
    box-shadow: 2px 4px 6px -2px rgba(0,0,0,0.41) !important;
    -webkit-box-shadow: 2px 4px 6px -2px rgba(0,0,0,0.41) !important;
    -moz-box-shadow: 2px 4px 6px -2px rgba(0,0,0,0.41) !important;
}
.dropdown-menu-lang {
    position: absolute;
    background-color: #F8F8F8;
    top: 7px !important;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    box-shadow: 2px 4px 6px -2px rgba(0,0,0,0.41);
    -webkit-box-shadow: 2px 4px 6px -2px rgba(0,0,0,0.41);
    -moz-box-shadow: 2px 4px 6px -2px rgba(0,0,0,0.41);
}
div.about-us:hover {
    background-color: #F8F8F8;
    /*padding: 20px;
    box-shadow: 0 2px 8px 2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0 2px 8px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 2px 8px 2px rgba(0,0,0,0.75);*/
    /*border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;*/
    /*animation: bgAnimate 2s linear 0s 1 normal forwards;*/
}
div.about-us p.text-uppercase {
    color: var(--primary);
}
.btn-outline-secondary:hover{
    color:#000;
    background-color:var(--offWhite) !important;
    border-color:#777
}
i.fa-facebook-f:hover, .social-media:hover i.fa-facebook-f {
    color: #4267B2;
}
i.fa-linkedin-in:hover, .social-media:hover i.fa-linkedin-in {
    color: #0088cc;
}
i.fa-telegram-plane:hover, .social-media:hover i.fa-telegram-plane {
    color: #0e76a8;
}
i.fa-line:hover, .social-media:hover i.fa-line {
    color: #00B900;
}
i.fa-youtube:hover, .social-media:hover i.fa-youtube {
    color: #ff0000;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.quote-sign-left {
    width: 15px;
    height: 15px;
    margin-top: -15px;
}
.quote-sign-right {
    width: 15px;
    height: 15px;
    margin-top: -10px;
}
.bg-image img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.responsive-heading {
    font-size: 2.5rem; /* Default for larger screens (h1 size) */
}

@media (max-width: 768px) {
    .responsive-heading {
        font-size: 1.26rem; /* Smaller for mobile (h3 size) */
    }
}
/* Base styles for the table */
#eUser-list {
    font-size: 1rem; /* Default font size for larger screens */
}

/* Responsive styles for mobile devices */
@media (max-width: 768px) {
    #eUser-list {
        font-size: 0.75rem; /* Smaller font size for mobile */
    }

    /* Adjust table width for smaller screens */
    .table-responsive {
        overflow-x: auto; /* Enable horizontal scrolling if needed */
    }
}

.responsive-title {
    font-size: 1.50rem; /* Default font size for PC */
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .responsive-title {
        font-size: 1rem; /* Font size for mobile devices */
    }
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
@keyframes bgAnimate {
    0% {
        animation-timing-function: ease-in;
        opacity: 1;
        transform: translateY(45px);
    }

    24% {
        opacity: 1;
    }

    40% {
        animation-timing-function: ease-in;
        transform: translateY(24px);
    }

    65% {
        animation-timing-function: ease-in;
        transform: translateY(12px);
    }

    82% {
        animation-timing-function: ease-in;
        transform: translateY(6px);
    }

    93% {
        animation-timing-function: ease-in;
        transform: translateY(4px);
    }

    25%,
    55%,
    75%,
    87% {
        animation-timing-function: ease-out;
        transform: translateY(0px);
    }

    100% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateY(0px);
    }
}

/*** Navbar ***/
/* .navbar .dropdown-toggle::after {
    border: none;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
div.dropdown a.nav-link-lang:hover > div.dropdown div.dropdown-menu-lang {
    display: block;
}
div.dropdown a.nav-link-lang > div.dropdown div.dropdown-menu-lang {
    display: none;
} */

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 20px 0;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
}
ul.navbar-nav li:hover a.nav-link {
    color: var(--gold) !important;
    text-shadow: 2px 0 1px var(--dark);
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--gold);
    text-shadow: 2px 0 1px var(--dark);
    /*box-shadow: -1px 0px 12px -3px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px 0px 12px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 12px -3px rgba(0,0,0,0.75);*/
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}
.navbar-brand img.banner {
    width: 400px;
    height: 92px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 8px 0;
    }
    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid rgba(256, 256, 256, .1)
    }
    li.home-img {
        margin-top: 0;
        font-size: 1.1em;
    }
    .navbar-brand img.banner {
        width: 300px;
        height: 69px;
    }
    div.fs-small, div.fs-small h6 {
        font-size: .9rem;
    }
    .dropdown-menu-lang {top: 0!important;}
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0 0;
        transition: .5s;
        opacity: 0;
    }
    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
    .navbar-brand img.banner {
        width: 300px;
        height: 69px;
    }
    /*div.fs-small, div.fs-small h6 {
        font-size: .9rem;
    }*/
    /*.dropdown-menu-lang {top: 0!important;}*/
}


/*** Header ***/
/* PC (Desktop) Styles */
#header-carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    width: 10%;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

#header-carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mobile (Responsive) Styles */
@media (max-width: 768px) {
    /* Adjust carousel item size for mobile */
    #header-carousel .carousel-item {
        position: relative;
        min-height: 400px; /* Increased height for better visual balance */
    }

    /* Adjust image sizing and placement for mobile */
    #header-carousel .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Maintain aspect ratio and cover the container */
    }

    /* Adjust carousel caption font sizes for mobile */
    #header-carousel .carousel-caption h1 {
        font-size: 18px; /* Slightly larger heading for better readability */
        font-weight: 600;
        text-align: center;
    }

    #header-carousel .carousel-caption h5 {
        font-size: 14px; /* Adjusted subheading for better readability */
        font-weight: 500;
        text-align: center;
        margin-bottom: 10px;
    }

    /* Adjust carousel caption padding and placement */
    #header-carousel .carousel-caption {
        padding: 10px;
        background: rgba(0, 0, 0, 0.4); /* Slight background for better text visibility */
    }

    /* Hide the carousel controls on mobile */
    #header-carousel .carousel-control-prev,
    #header-carousel .carousel-control-next {
        display: none; /* Hide controls on mobile screens */
    }

    /* Mobile carousel indicators: simpler dots */
    #header-carousel .carousel-indicators {
        display: flex;
        justify-content: center;

    }

    #header-carousel .carousel-indicators [data-bs-target] {
        width: 12px; /* Slightly larger dots for easier tapping */
        height: 12px;
        background-color: #777777; /* Consistent indicator color */
        border-radius: 50%;
        margin: 0 2px;
    }

    #header-carousel .carousel-indicators [data-bs-target].active {
        background-color: #00a5c6; /* Highlight active indicator */
    }

    /* Hide images inside indicators on mobile */
    #header-carousel .carousel-indicators [data-bs-target] img {
        display: none; /* No images in indicators for mobile */
    }
}

/* For smaller mobile screens (iPhone SE, smaller Android phones) */
@media (max-width: 480px) {
    #header-carousel .carousel-item {
        min-height: auto; /* Reduced height for smaller screens */
    }

    /* Smaller captions for tiny screens */
    #header-carousel .carousel-caption h1 {
        font-size: 16px; /* Adjusted to fit small screens */
    }

    #header-carousel .carousel-caption h5 {
        font-size: 12px;
    }

    /* Smaller indicators for very small screens */
    #header-carousel .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }
}
.page-header {
    background-size: cover;
}
/* .page-header.about-us {
    
    background: url(../img/bg/about-us.jpeg) center center no-repeat;
}
.page-header.contact-us {
    background: url(contact-us.jpg) center center no-repeat;
}
.page-header.support {
    background: url(../img/bg/support.jpeg) center center no-repeat;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
} */

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px; 
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0.75rem; 
    bottom: 0.75rem;
    border: 4px solid var(--primary); 
    border-radius: 6px;
}

.img-border img {
    position: absolute;
    top: 0.75rem; 
    left: 0.75rem; 
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    object-fit: cover; 
    border-radius: 6px; /* Rounded corners */
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.07); 
}

/* Mobile Styles */
@media (max-width: 768px) { /* Adjust this breakpoint as needed */
    .img-border {
        min-height: 250px; /* Smaller minimum height for mobile */
    }

    .img-border::before {
        right: 1rem; /* Smaller right margin for mobile */
        bottom: 1rem; /* Smaller bottom margin for mobile */
        border: 2px solid var(--primary); /* Smaller border size for mobile */
    }

    .img-border img {
        top: 0.5rem; /* Smaller top margin for mobile */
        left: 0.5rem; /* Smaller left margin for mobile */
        width: calc(100% - 1rem); /* Adjust width for mobile */
        height: calc(100% - 1rem); /* Adjust height for mobile */
    }
}



/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}
/*?Image row */
/* Default for larger screens (PC) */
.row-image {
    --bs-gutter-y: 3rem; /* equivalent to g-5 */
    --bs-gutter-x: 3rem;
}

/* For mobile screens (under 768px, for example) */
@media (max-width: 768px) {
    .row-image {
        --bs-gutter-y: 0.25rem; /* equivalent to g-1 */
        --bs-gutter-x: 0.25rem;
    }
}

/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: none;
    border: 1px solid #DEE2E6;
}


/*** Feature ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0;
    transition: 3s;
}


/*** Project ***/
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover a {
    opacity: 1;
}

.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-carousel .owl-dot {
    width: 35px;
    height: 35px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 35px;
    transition: .5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-text {
    position: relative;
    height: 100px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: auto;
    top: 20px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-item:hover .team-title {
    top: -100px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: auto;
    top: 100px;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 10px;
    display: flex;
    transition: .5s;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;}
/*saving--detail*/

/* General styles */
.page-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto; /* You can adjust the height as needed */
}

/* Media query for tablets and smaller screens */
@media (max-width: 991px) {
    .page-header {
        height: auto;
        background-position: top;
    }
}

/* Media query for mobile devices */
@media (max-width: 767px) {
    .page-header {
        height: 10;
        background-size: contain; 
        background-position: center top;
    }

    .page-header h1 {
        font-size: 1.75rem;
    }

    /*.breadcrumb {*/
    /*    font-size: 0.85rem;*/
    /*}*/
}
/*saving account style*/

@media (max-width: 768px) {
    .page-header {
        background-size: contain !important;
        background-position: top;
        padding: 3rem 0 !important;
    }
}

.breadcrumb {
    white-space: nowrap; /* Prevent line breaks */
}

@media (max-width: 576px) { /* Adjust for mobile screens */
    .breadcrumb {
        flex-wrap: wrap; /* Allow wrapping on small screens */
    }
}

@media (max-width: 768px) {
    #eUsers-list th, #eUsers-list td {
        font-size: 12px; /* Further reduce font size */
        padding: 5px; /* Reduce padding for a more compact look */
    }
}

@media (max-width: 576px) {
    #eUsers-list th, #eUsers-list td {
        font-size: 10px; 
        padding: 3px; 
    }
}

th, td {
    vertical-align: middle;
}
.bg-primary {
    background-color: #007BFF; /* Primary color */
    color: white;
}

@media (min-width: 992px) { 
    .table-responsive {
      overflow-x: hidden; 
    }
}

/* Responsive to mbile for corp-index tabar */

@media (max-width: 576px) {
    .breadcrumb-container {
        margin-left: 0 !important; 
        padding-left: 1px; 
    }

    /* Allow breadcrumb items to wrap */
    .breadcrumb {
        flex-wrap: wrap;
        font-size: 14px; 
    }
}
/* Tab */
.tabs-container::-webkit-scrollbar {
    height: 2px;
}
.tabs-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}
.tabs-container::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}


/* Fix cover side curent-account*/

/* Page Header Styling */
.full-width-mobile-banner {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow-x: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 180px; /* already exists */
}
@media (max-width: 767.98px) {
  .breadcrumb {
    font-size: 0.85rem; /* slightly smaller font */
  }
}

