﻿#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:450px; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext{
    text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
body{
  background: url('bg.jpg');
}
#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}



.access-card {
    background: rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    cursor: pointer;
}
.access-card:hover {
    background: rgba(255,87,34,0.2);
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 0 20px orangered, 0 0 10px #ff5722a8;
}
.access-card img {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    transition: transform 0.4s ease;
}
.access-card:hover img {
    transform: rotate(5deg) scale(1.15);
}
.access-card h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
@media (max-width: 768px){
    .access-card {
        margin-bottom: 20px;
    }
}


  
 #popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#popup-overlay.active {
  display: flex;
}

.popup-content {
  position: relative;
  max-width: 95vw;
  max-height: 95vh;
  overflow: hidden;
  border-radius: 10px;
  background: transparent;
  box-shadow: 0 4px 24px rgba(0,0,0,0.4);
  display: flex;
  flex-direction: column;
}

.popup-content img {
  width: 100%;
  height: auto;
  max-height: 95vh;
  object-fit: contain;
  display: block;
  border-radius: 10px;
}

/* Responsive close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s ease;
}

@media (max-width: 768px) {
  .close-btn {
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 32px;
    top: 8px;
    right: 8px;
  }
}

@media (max-width: 480px) {
  .close-btn {
    width: 28px;
    height: 28px;
    font-size: 18px;
    line-height: 28px;
    top: 6px;
    right: 6px;
  }
}



/* Banner Section */
.ethics-banner {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
  border-radius: 12px;
  background-color: #001F3F; /* fallback */
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  margin: 30px 0;
}

/* Video Styling */
.ethics-video-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.65);
}

/* Content Overlay */
.ethics-banner-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}

.ethics-banner-content h1 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.tagline {
  color: #FFD700;
  font-size: 42px;
  text-shadow: 1px 1px 4px #000;
  animation: fadeInDown 1.5s ease;
}

.subtagline {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0,0,0,0.4);
  animation: fadeInUp 2s ease;
}



/* Animations */
@keyframes fadeInDown {
  from {opacity: 0; transform: translateY(-30px);}
  to {opacity: 1; transform: translateY(0);}
}
@keyframes fadeInUp {
  from {opacity: 0; transform: translateY(30px);}
  to {opacity: 1; transform: translateY(0);}
}
@keyframes zoomIn {
  from {opacity: 0; transform: scale(0.8);}
  to {opacity: 1; transform: scale(1);}
}

/* Responsive */
@media (max-width: 768px) {
  .ethics-banner {
    height: 320px;
  }
  .ethics-banner-content h1 {
    font-size: 28px;
  }
  .tagline {
    font-size: 32px;
  }
}



    .recruiter-slider {
        display: flex;
        gap: 40px;
        overflow: hidden;
        padding: 20px 0;
        scroll-behavior: smooth;
    }

    .recruiter-logo {
        flex: 0 0 auto;
        width: 160px;
        height: 100px;
        background: rgba(255, 255, 255, 0.05);
        border: 2px solid #1e90ff30;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        backdrop-filter: blur(8px);
        transition: all 0.4s ease;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }

    .recruiter-logo img {
        max-height: 60px;
        max-width: 100%;
        filter: grayscale(100%) brightness(0.9);
        transition: transform 0.4s ease, filter 0.4s ease;
    }

    .recruiter-logo:hover {
        background: rgba(255, 87, 34, 0.15);
        border-color: orangered;
        box-shadow: 0 0 15px orangered, 0 0 25px rgba(255, 87, 34, 0.4);
        transform: scale(1.1);
    }

    .recruiter-logo:hover img {
        filter: grayscale(0%) brightness(1);
        transform: scale(1.05);
    }

    @media (max-width: 992px) {
        .recruiter-logo {
            width: 120px;
            height: 80px;
        }
        .recruiter-logo img {
            max-height: 50px;
        }
    }

    @media (max-width: 600px) {
        .recruiter-logo {
            width: 100px;
            height: 70px;
        }
        .recruiter-logo img {
            max-height: 40px;
        }
    }


   
.cta-btn {
  display: inline-block;
  background: #d9534f; /* Bootstrap red-like color for attention */
  color: #fff;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  animation: blinkBtn 1.2s infinite;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.4);
  transition: transform 0.3s ease;
}

.cta-btn:hover {
  background: #c9302c;
  transform: scale(1.05);
}

@keyframes blinkBtn {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}

