/*
|--------------------------------------------------------------------------
|  Custom Styles
|
|--------------------------------------------------------------------------
|
|
|
*/

/* If you want to add your own CSS code, please do it in this file */
/*
@media only screen and (max-width: 767px)
{
	.no-margin-h .one-fourth.column{ width: 50% !important;clear:none; }
	.one-fourth.column{ width: 50% !important;clear:none;  }
}*/

@media only screen and (max-width: 767px) {
    .caroufredsel_wrapper {
        width: 90% !important;
        margin: auto !important;
    }
}

@media only screen and (max-width: 767px) {

    .caroufredsel_wrapper ul.offer_ul li,
    .caroufredsel_wrapper ul.offer_ul {
        width: 100% !important;
    }
}

#Top_bar {
    background-color: transparent !important;
}

#Top_bar.is-sticky {
    height: 7rem;
    background-color: #fff !important;
}

#Top_bar .top_bar_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#Top_bar.is-sticky .top_bar_left {
    height: 7rem;
}

#Top_bar .top_bar_left {
    width: 100%;
}

.d-flex {
    display: flex !important;
}

.g-2 {
    gap: 1rem;
}

#Top_bar:not(.is-sticky) .action_button {
    transform: translateY(40%);
    display: flex;
}

.action_side_button {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(30%, -50%) rotate(270deg);
    background: linear-gradient(145deg, #224e87, #224e87);
    color: white;
    padding: 12px 24px;
    border-radius: 30px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    transition: all 0.3s ease;
}

.action_side_button:hover {
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.3);
    transform: translate(35%, -50%) rotate(270deg) scale(1.05);
}

.action_side_button a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.video_play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    width: 5rem;
}

/* Container for Centered Loader */
.chart-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
    position: fixed;
    width: 100%;
    z-index: 99999999999;
}

.chart-svg {
    width: 200px;
    height: 100px;
}

.chart-bar {
    fill: #0078ff;
    transition: height 0.8s ease-in-out, y 0.8s ease-in-out;
    animation: grow-bars 2s ease-in-out infinite;
}

.chart-bar:nth-child(1) {
    animation-delay: 0s;
}

.chart-bar:nth-child(2) {
    animation-delay: 0.2s;
}

.chart-bar:nth-child(3) {
    animation-delay: 0.4s;
}

.chart-bar:nth-child(4) {
    animation-delay: 0.6s;
}

@keyframes grow-bars {
    0% {
        height: 0px;
        y: 90px;
    }

    50% {
        height: 70px;
        y: 20px;
    }

    100% {
        height: 0px;
        y: 90px;
    }
}

.service-section img {
    max-width: 7rem !important;
}

.mui-button,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    /* Use a similar font */
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
        0px 6px 10px 0px rgba(0, 0, 0, 0.14),
        0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mui-button--primary,
.btn-primary {
    background-color: #224e87;
    /* Primary color */
    color: #fff;
}

.mui-button--primary:hover,
.btn-primary:hover {
    background-color: #1565c0;
    /* Darker shade on hover */
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
        0px 4px 5px 0px rgba(0, 0, 0, 0.14),
        0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mui-button--secondary {
    background-color: #9c27b0;
    /* Secondary color */
    color: #fff;
}

.mui-button--secondary:hover {
    background-color: #7b1fa2;
    /* Darker shade on hover */
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
        0px 4px 5px 0px rgba(0, 0, 0, 0.14),
        0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mui-button--outlined {
    background-color: transparent;
    border: 1px solid #224e87;
    color: #224e87;
}

.mui-button--outlined:hover {
    background-color: rgba(25, 118, 210, 0.08);
    /* Light shade on hover */
}

.mui-button--text {
    background-color: transparent;
    color: #224e87;
    box-shadow: none;
}

.mui-button--text:hover {
    background-color: rgba(25, 118, 210, 0.08);
    /* Light shade on hover */
}

.mui-button--disabled {
    background-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.26);
    cursor: default;
    box-shadow: none;
}

.mui-button--disabled:hover {
    background-color: rgba(0, 0, 0, 0.12);
}

/* Optional: Add icon spacing */
.mui-button i {
    margin-right: 8px;
}

.wa-chat-box-poweredby {
    display: none !important;
}

.apply-form {
    max-width: 600px;
    margin: 50px auto;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.apply-form h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #343a40;
}

.apply-form .form-group label {
    font-weight: 600;
}

#phone {
    width: 100%;
}

.iti--allow-dropdown {
    width: 100%;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 4px;
    background-color: #f8f9fa;
    width: 100%;
    text-align: center;
}

#cv {
    display: none;
}

.file-name {
    margin-top: 10px;
    text-align: center;
}

.social-media-link:hover {
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none !important;
}

@media only screen and (max-width: 554px) {

    .section_wrapper,
    .container,
    .four.columns .widget-area {
        width: 100%!important;
    }
}
