/* Hero Banner */
.international-hero {
    background: linear-gradient(135deg, rgba(25, 73, 104, 0.9) 0%, rgba(31, 69, 151, 0.9) 100%),
        url('../images/slider/slide6.jpg') no-repeat center center;
    background-size: cover;
    padding: 150px 0;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.international-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/dot-pattern-light.jpg') repeat;
    opacity: 0.1;
    z-index: 0;
}

.international-hero h1 {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.international-hero p.lead {
    font-size: 1.4rem;
    max-width: 800px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
}

.hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* Region Highlights Section */
.region-highlights {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.region-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.region-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.region-img {
    height: 180px;
    overflow: hidden;
}

.region-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.region-card:hover .region-img img {
    transform: scale(1.05);
}

.region-content {
    padding: 25px;
}

.region-content h4 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

.region-content p {
    color: #666;
    margin-bottom: 20px;
}

.trend-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #EFBB20;
    color: #2c3e50;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Job Opportunities Section */
.job-opportunities {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.job-opportunities:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/dot-pattern.png') repeat;
    opacity: 0.05;
    z-index: 0;
}

.job-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-left: 3px solid #194968;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-left: 3px solid #EFBB20;
}

.job-type {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.full-time {
    background: #e3f2fd;
    color: #1976d2;
}

.part-time {
    background: #e8f5e9;
    color: #388e3c;
}

.remote {
    background: #fff3e0;
    color: #e65100;
}

.job-card h5 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: 600;
}

.job-card .company {
    color: #194968;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.job-meta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.job-meta span {
    margin-right: 15px;
    color: #7f8c8d;
    font-size: 0.9rem;
}

.job-meta i {
    color: #194968;
    margin-right: 5px;
}

/* process card */
.process-card {
    height: 100%;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}

.process-card:hover {
    transform: translateY(-5px);
}

.card-icon {
    font-size: 2.5rem;
    color: #3f51b5;
    margin-bottom: 15px;
}

.card-title {
    color: #333;
    font-weight: 600;
}

.card-text {
    color: #666;
    font-size: 0.9rem;
}

/* Salary Trends Section */
.salary-trends {
    padding: 100px 0;
    background: url('../images/jobseeker/slider/slide3.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    color: #fff;
}

.salary-trends:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(25, 73, 104, 0.9) 0%, rgba(31, 69, 151, 0.9) 100%);
    z-index: 0;
}

.salary-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.salary-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.salary-card h4 {
    color: #EFBB20;
    margin-bottom: 15px;
}

.salary-range {
    font-size: 1.0rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

/* Why Choose Us Section */
.why-choose-us {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.feature-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 30px;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-img {
    height: 180px;
    overflow: hidden;
}

.feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.feature-card:hover .feature-img img {
    transform: scale(1.05);
}

.feature-content {
    padding: 25px;
}

.feature-content h4 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

.feature-content p {
    color: #666;
    margin-bottom: 0;
}

/* Testimonials Section */
.testimonials-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.testimonial-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

.testimonial-card:before {
    content: '\201C';
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 4rem;
    color: rgba(25, 73, 104, 0.1);
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-content {
    position: relative;
    z-index: 1;
    padding-left: 40px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    border: 3px solid #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.author-info h5 {
    margin-bottom: 5px;
    color: #2c3e50;
}

.author-info p {
    color: #7f8c8d;
    margin-bottom: 0;
    font-size: 0.9rem;
}

/* CTA Section */
.cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(25, 73, 104, 0.9) 0%, rgba(31, 69, 151, 0.9) 100%),
        url('../images/jobseeker/slider/slide3.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative;
}

.cta-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/dot-pattern.png') repeat;
    opacity: 0.1;
    z-index: 0;
}

/* Resume Upload Section */
.resume-upload-section {
    padding: 80px 0;
    background-color: #f0efef;
}

.resume-upload-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* International Clients Section */
.company-logos {
    padding: 60px 0;
    background-color: #fff;
}

.logo-item {
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.logo-item img {
    max-height: 60px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.logo-item:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.see-all-link {
    text-align: center;
    margin-top: 30px;
}

/* Job Alert Section */
.job-alert-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #194968 0%, #0b2d4d 100%);
    color: #fff;
}

/* Visa Process Section */
.visa-process {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.process-step {
    text-align: center;
    padding: 20px;
    position: relative;
}

.process-step:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -50px;
    width: 40px;
    height: 2px;
    background: #194968;
    z-index: 1;
}

.process-step:last-child:after {
    display: none;
}

.process-icon {
    width: 80px;
    height: 80px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 30px;
}

.process-step h5 {
    color: #194968;
    margin-bottom: 10px;
}

.invalid-feedback {
    display: block;
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.form-check-input.is-invalid {
    border-color: #dc3545;
}

.form-check-input.is-invalid~.form-check-label {
    color: #dc3545;
}

#container {
    width: 600px;
    height: 400px;
    border: 2px solid #333;
    position: relative;
    overflow: hidden;
    background-color: white;
}

.logo {
    width: 50px;
    height: 50px;
    position: absolute;
    transition: all 0.05s linear;
}

.ticker-container {
    width: 200px;
    height: 300px;
    overflow: hidden;
    border: 2px solid #333;
    position: relative;
}

.ticker {
    display: flex;
    flex-direction: column;
    animation: scroll 10s linear infinite;
}

.ticker img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    padding: 10px;
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}


/* Responsive Adjustments */
@media (max-width: 991px) {
    .international-hero h1 {
        font-size: 2.5rem;
    }

    .international-hero p.lead {
        font-size: 1.2rem;
    }
}

@media (max-width: 767px) {
    .international-hero {
        padding: 100px 0;
    }

    .international-hero h1 {
        font-size: 2rem;
    }

    .process-step {
        margin-bottom: 30px;
    }

    .process-step:after {
        display: none;
    }
}