 *{
        margin: 0;
        padding: 0;
    }
/* base2.html style */
.twm-media-bg .flag-sprite {
            width: 64px !important;
            height: 44px !important;
            margin: 10px auto !important;
            display: block !important;
            background-size: 1664px 1144px !important;
        }
        .form-step {
            display: none;
        }
        .form-step.active {
            display: block;
        }
        .form-step .row {
            justify-content: center;
            margin-bottom: 1rem;
        }
        .form-step .col-md-6 {
            max-width: 100%;
        }
        .form-step label {
            font-weight: 500;
        }
        .modal-custom-width {
            max-width: 600px;
        }
        .error-message {
            display: none;
            color: #dc3545;
            margin-top: .25rem;
            font-size: .875em;
        }
        .is-invalid {
            border-color: #dc3545;
        }
        .password-toggle {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
        }
        .form-group {
            position: relative;
        }
        .loading-spinner::after {
            content: '';
            display: inline-block;
            width: 16px;
            height: 16px;
            border: 2px solid #fff;
            border-radius: 50%;
            border-top-color: transparent;
            animation: spin 1s linear infinite;
            margin-left: 8px;
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        .btn-loading {
            pointer-events: none;
            opacity: 0.7;
        }
        /* Step Indicator Styles */
        .step-indicator {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
        }
        .step {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            width: 80px;
        }
        .step-number {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #e0e0e0;
            color: #333;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            z-index: 2;
        }
        .step.active .step-number {
            background-color: #007bff;
            color: white;
        }
        .step.completed .step-number {
            background-color: #007bff;
            color: white;
        }
        .step-connector {
            position: absolute;
            top: 14px;
            left: 50%;
            width: 60px;
            height: 2px;
            background-color: #e0e0e0;
            z-index: 1;
        }
        .step.active .step-connector,
        .step.completed .step-connector {
            background-color: #007bff;
        }
        /* Override for step 2 connector to remain grey unless step 2 is active or completed */
        .step:nth-child(2) .step-connector {
            background-color: #e0e0e0;
        }
        .step:nth-child(2).active .step-connector,
        .step:nth-child(2).completed .step-connector {
            background-color: #007bff;
        }
        .step-label {
            font-size: 12px;
            margin-top: 5px;
            text-align: center;
        }

/* home.html style */
.see-more-btn {
    font-size: 0.9rem;
    color: #0d6efd;
    padding: 0.25rem;
    text-decoration: none;
    transition: all 0.3s ease;
}
.see-more-btn:hover {
    color: #0a58ca;
    background-color: rgba(13, 110, 253, 0.1);
    border-radius: 4px;
}
.see-more-btn i {
    font-size: 0.8rem;
    margin-left: 0.25rem;
}
.btn-group .layout-toggle {
    padding: 0.5rem 1rem;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    min-width: 40px;
}
.btn-group .layout-toggle:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-group .layout-toggle:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn-group .layout-toggle.active {
    background-color: #0d6efd;
    color: white;
    border-color: #0d6efd;
    box-shadow: 0 2px 4px rgba(13, 110, 253, 0.2);
}
.btn-group .layout-toggle:hover:not(.active) {
    background-color: #f8f9fa;
    border-color: #0d6efd;
    color: #0d6efd;
}
.btn-group .layout-toggle i {
    font-size: 0.875rem;
}
.btn-group .layout-toggle:hover {
    transform: translateY(-1px);
}
.btn-group .layout-toggle:active {
    transform: translateY(1px);
}
.client-carousel-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    justify-content: space-between;
    padding: 0 -30px;
    pointer-events: none;
}
.client-carousel-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e5e5e5;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.client-carousel-nav button:hover {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
}
.carousel-prev {
    margin-left: -20px;
}
.carousel-next {
    margin-right: -20px;
}
.home-client-carousel3 .client-logo {
    transition: transform 0.3s ease;
}
.home-client-carousel3 .client-logo:hover {
    transform: translateY(-5px);
}
.single-item-center {
    display: flex !important;
    justify-content: center;
    margin: 0 auto;
    float: none;
}
.single-item-center .ow-client-logo {
    max-width: 300px;
    margin: 0 auto;
}
 .p-content{
        font-size: 20px;
}
.box-1 p{
    font-size: 20px
}
.btn-outline-white {
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    transition: all 0.3s ease;
}
.btn-outline-white:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.category-item.hidden {
    display: none;
}
.advertisement-section {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.advertisement-section h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.advertisement-item {
    margin-bottom: 15px;
    text-align: center;
}
.advertisement-item img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.advertisement-item video {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.advertisement-item a {
    text-decoration: none;
    color: #0d6efd;
}
.advertisement-item a:hover {
    color: #0a58ca;
}


.see-more-btn {
    font-size: 0.9rem;
    color: #0d6efd;
    padding: 0.25rem;
    text-decoration: none;
    transition: all 0.3s ease;
}
.see-more-btn:hover {
    color: #0a58ca;
    background-color: rgba(13, 110, 253, 0.1);
    border-radius: 4px;
}
.see-more-btn i {
    font-size: 0.8rem;
    margin-left: 0.25rem;
}
.btn-group .layout-toggle {
    padding: 0.5rem 1rem;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    min-width: 40px;
}
.btn-group .layout-toggle:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-group .layout-toggle:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn-group .layout-toggle.active {
    background-color: #0d6efd;
    color: white;
    border-color: #0d6efd;
    box-shadow: 0 2px 4px rgba(13, 110, 253, 0.2);
}
.btn-group .layout-toggle:hover:not(.active) {
    background-color: #f8f9fa;
    border-color: #0d6efd;
    color: #0d6efd;
}
.btn-group .layout-toggle i {
    font-size: 0.875rem;
}
.btn-group .layout-toggle:hover {
    transform: translateY(-1px);
}
.btn-group .layout-toggle:active {
    transform: translateY(1px);
}
.client-carousel-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    justify-content: space-between;
    padding: 0 -30px;
    pointer-events: none;
}
.client-carousel-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e5e5e5;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.client-carousel-nav button:hover {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
}
.carousel-prev {
    margin-left: -20px;
}
.carousel-next {
    margin-right: -20px;
}
.home-client-carousel3 .client-logo {
    transition: transform 0.3s ease;
}
.home-client-carousel3 .client-logo:hover {
    transform: translateY(-5px);
}
.single-item-center {
    display: flex !important;
    justify-content: center;
    margin: 0 auto;
    float: none;
}
.single-item-center .ow-client-logo {
    max-width: 300px;
    margin: 0 auto;
}
 .p-content{
        font-size: 20px;
}
.box-1 p{
    font-size: 20px
}
.btn-outline-white {
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    transition: all 0.3s ease;
}
.btn-outline-white:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.category-item.hidden {
    display: none;
}
.advertisement-section {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.advertisement-section h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.advertisement-item {
    margin-bottom: 15px;
    text-align: center;
}
.advertisement-item img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.advertisement-item video {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.advertisement-item a {
    text-decoration: none;
    color: #0d6efd;
}
.advertisement-item a:hover {
    color: #0a58ca;
}


@media (max-width: 768px) {

    .img-container{
        display: none;
    }
    .single-item-center .ow-client-logo {
        width: 50%;
    
    }
        .home-client-carousel3 .item {
        display: flex;
        justify-content: center;
    }
    .home-client-carousel3 .ow-client-logo {
        width: 80%;
        margin: 0 auto;
    }
    .twm-home2-banner-section .col-md-6:first-child {
        display: none;
    }
    .content{
        width: 100%;
       
    }
    .content h1{
        font-size: 3.4rem;
    }
    .content p{
        font-size: 1.8rem;
    }
    .content .btn {
        padding: 1.4rem;
        font-size: 1.4rem;
    }
    .border-start{
        border: none !important;
    }
    .p-content{
        text-align: center;
        font-size: 20px;
    }
    .advertisement-section {
        margin-top: 20px;
    }
   
.twm-jobs-list-style1 {
    transition: all 0.3s ease;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.twm-jobs-list-style1:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.twm-jobs-list-style1 .twm-job-title h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.twm-job-meta {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 0.3rem;
}
.twm-job-meta i {
    margin-right: 5px;
}
    .home-client-carousel3 .item {
        display: flex;
        justify-content: center;
    }
    .home-client-carousel3 .ow-client-logo {
        width: 80%;
        margin: 0 auto;
    }
    .twm-home2-banner-section .col-md-6:first-child {
        display: none;
    }
    .border-start{
        border: none !important;
    }
    .p-content{
        text-align: center;
        font-size: 20px;
    }
    .advertisement-section {
        margin-top: 20px;
    }
    .single-item-center .ow-client-logo {
        width: 50%;
    }

/* .twm-jobs-list-style1 {
    transition: all 0.3s ease;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.twm-jobs-list-style1:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
} */
/* .twm-jobs-list-style1 .twm-job-title h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
} */
/* .twm-job-meta {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 0.3rem;
} */
/* .twm-job-meta i {
    margin-right: 5px;
} */


.box-container{
    width: 100%;
    height: 400px;
}
}

 @media (max-width: 820px) {
    .content{
        width: 100%;
    }
    .content h1{
        font-size: 2.6rem;
    }
    .content p{
        font-size: 1.3rem;
    }
    .content .btn {
        padding: 1rem;
        font-size: 1.2rem;
    }
}



 @media (max-width: 912px) {
    .content{
        width: 100%;
    }
    .content h1{
        font-size: 4.1rem;
    }
    .content p{
        font-size: 2rem;
    }
    .content .btn {
        padding: 1.6rem;
        font-size: 1.5rem;
    }
    .twm-home2-banner-section .col-md-6:first-child {
        display: none;
    }
}


 @media (max-width: 853px) {
    .content{
        width: 100%;
    }
    .content h1{
        font-size: 2.8rem;
    }
    .content p{
        font-size: 1.3rem;
    }
    .content .btn {
        padding: 1rem;
        font-size: 1rem;
    }
}
   
 @media (max-width: 540px) {
    .content h1{
        font-size: 2.6rem;
    }
    .content p{
        font-size: 1.3rem;
    }
    .content .btn {
        padding: 0.8rem;
        font-size: 1rem;
    }
}