
@font-face {
    font-family: 'cabin';
    src: url('../fonts/cabin-regular-webfont.eot');
    src: url('../fonts/cabin-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cabin-regular-webfont.woff2') format('woff2'),
         url('../fonts/cabin-regular-webfont.woff') format('woff'),
         url('../fonts/cabin-regular-webfont.ttf') format('truetype'),
         url('../fonts/cabin-regular-webfont.svg#cabinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:'cabin';
}

body {
  background: #fff;
  color: #222;
}
.container {
  width:100%; 
 max-width:1200px; 
 margin:0 auto;
  position:relative; 
}
/* Top Bar */
.top-bar {
  background: #0b2d6b;
  color: #cfe3ff;
  text-align: center;
  font-size: 17px;
  padding: 25px 0;
}
.top-bar p {
  color: #e8f1f6;
}
.top-bar span {
  color: #00b4ff;
}


.main-header {
  background: #fff;
  padding: 15px 50px;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Container */
/* .main-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
} */

/* Left section  */
.head-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
}

/* Logo */
.logo img {
  height: 55px;
  width: auto;
  display: block;
}

/* Nav + Button Wrapper */
.nav-header {
  display: flex;
  align-items: center;
  gap: 25px;
}

/* Navigation Menu */
.nav-menu ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.nav-menu a {
  text-decoration: none;
  color: #00b4ff;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
}

.nav-menu a:hover {
  color: #0b2d6b;
}

/* Apply Button */
.btn-apply {
  background: linear-gradient(90deg, #1b347e, #e45c8d);
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-apply:hover {
  opacity: 0.9;
}


/* Hero Section */
/* .hero {
  background: #f0f4ff;
  padding: 60px 0;
} */
.hero-section{
   display: flex; 
     /* background: #f0f4ff; */
  padding: 60px 0;
  /* max-width: 1200px; */
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* Left Side */
.hero-left {
  flex: 1;
  min-width: 320px;
  margin-top: -30px;
}

.hero-left h6 {
  color: #00a1ff;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 17px;
  font-family: 'montserrat';
}

.hero-left h1 {
    font-size: 48px;
    line-height: 55px;
    color: #3d3d3d;
    /* margin-bottom: 20px; */
    position: relative;
    margin: 16px 0 40px;
}
.hero-left .yellow-div {
    bottom: -16%;
}
.hero-left h1 span {
  color: #333;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.hero-left .subtext {
    color: #15ac3c;
    font-size: 22px;
    margin-bottom: 36px;
    line-height: 31px;
}
.btn-learn, .learn-more-btn {
    background: #0b2d6b;
    color: #fff;
    padding: 15px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    font-family: 'montserrat';
}
.yellow-div {
   position:absolute; 
 
  /* bottom: -30%; */
    left: 8%;
}
.hero-right {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;
}
.right-image img {
  width: 450px;
}
/* floating section */
.stats-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 28px 24px;
    right: 40%;
    align-items: center;
    gap: 16px;
    width: fit-content;
    position: absolute;
}
.avatars {
  display: flex;
  align-items: center;
}
.avatars img {
  width: 40px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
}
.avatars .more {
  background: #FFD34F;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
  border: 2px solid #fff;
}
.text h3 {
  margin: 0;
  font-size: 20px;
  color: #1E1E1E;
  display: flex;
  justify-content: center;
}
.text p {
  margin: 0;
  color: #666;
  font-size: 14px;
}
/* Info Bar Section */
/* . {
    padding: 50px 0;
    display: flex;
    justify-content: center;
} */

.container-info {
    background-color: #007ae9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 80px;
    padding: 0 30px;
    max-width: 1200px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.info-box {
    padding: 46px 41px;
}
.info-card {
    padding: 46px 60px 46px 60px;
    background: #056ace;
}
.info-item {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.info-icon {
    background-color: #2caff3;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.info-icon::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 30px;
    height: 60px;
    background-color: #0f548e;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.info-icon i {
  font-size: 24px;
  color: #fff;
}
/* .margin-text {
    position: relative;
}
.margin-text h2 {
    text-align: center;
    font-size: 35px;
    position: relative;
} */
.margin-text {
    position: relative;
}
.margin-text h2 {
    text-align: center;
    font-size: 35px;
    position: relative;
}
.build-future-section .yellow-divider {
    left: 50%;
    position: absolute;
    width: 200px;
    margin-left: -100px;
}
.build-future-section {
  background: #fff;
  position: relative;
 
}

/* .build-section.c {
  max-width: 1200px;
  margin: 0 auto;
} */

.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  
  position: relative;
}

.image-box {
  flex: 1 1 35%;
  padding: 20px;
  max-width: 400px;
}

.image-box img {
  width: 100%;
  max-width: 350px;
  border-radius: 20px;
}

.text-box {
 
  padding: 20px;
  max-width: 500px;
    text-align: justify;
}

.text-box h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  position: relative;
}
.text-box strong {
    color: #14449d;
}
a.learn-more-btn {
    margin-top: 20px;
}

.text-box p {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 30px;
}
.blue-goal {
  position: absolute;
  top: 15%;
  right: 0%;
}
.learn-more-btn:hover {
  background-color: #003b99;
}

.experience-badge {
  position: absolute;
  right: -20px;
  bottom: 0;
  margin: 20px;
  background: linear-gradient(45deg, #ffc107, #f9d648);
  padding: 25px 45px;
  border-radius: 20px 0 0 20px;
  color: #1e1e1e;
  font-weight: bold;
  text-align: center;
}

.badge-inner .number {
  font-size: 32px;
  line-height: 1;
  display: block;
}

.badge-inner .text {
  font-size: 16px;
  line-height: 1.2;
}
 .training-section {
     width: 100%;
    position: relative;
} 
.training-container {
    display: flex;
     flex-wrap: wrap; 
    padding: 0;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.course-detail_right_wrap {
    position: relative;
    color: #fff;
    padding: 30px 25px;
    border-radius: 15px;
    width: 100%;
    max-width: 400px;
    margin: auto;
    z-index: 2;
    overflow: hidden;
}
.blue_box {
    background: #1c65aeeb;
    z-index: 99;
    position: relative;
    padding: 35px;
    border-radius: 20px;
}
.blue_box h3 {
    font-size: 18px;
    font-weight: normal;
    color: #f7da5d;
    margin-bottom: 12px;
}
.blue_box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'montserrat';
    line-height: 25px;
}
.blue_box ul {
    list-style-type: none;
}
.blue_box ul li {
    padding-bottom: 18px;
}
.blue_box ul li i {
    padding-right: 10px;
}
.blue_box ul li .top_title {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.blue_box ul li p {
    padding-left: 28px;
    color: #00dcff;
    font-size: 14px;
}
.feature-card h3 {
    color: #373535;
    font-size: 14px;
}
/* .course-detail {
  position: absolute;
   background: rgba(0, 58, 117, 0.95); semi-transparent blue 
  color: #fff;
  padding: 30px 25px;
  border-radius: 15px;
  width: 100%;
  max-width: 400px;
  margin: auto;
  z-index: 2;
  overflow: hidden;

} */
.course-box h3 {
  color: #ffd700;
  margin: 0 0 10px;
}

.course-box h4 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4;
}

.course-box ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.course-box li {
  margin-bottom: 10px;
  font-size: 15px;
}

.join-btn {
    background-color: #2be7ee;
    color: #1f2a9f;
    padding: 13px 50px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    /* font-weight: bold; */
    font-size: 15px;
    transition: background 0.3s 
ease;
}

.join-btn:hover {
  background-color: #00b388;
}

/* Background Image: Girl with Laptop */
.offer-background img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 15px;
  
}

/* Offer Tag (Bring Your Laptop) */
.offer-tag {
    position: absolute;
    top: 4%;
    right: 0%;
    width: auto;
    z-index: 3;
}
.offer-tag img {
    width: 200px;
}
.offer-background {
    width: 400px;
    position: absolute;
    height: 460px;
    right: 0px;
    top: 22%;
}
.career-section {
    text-align: center;
    padding: 60px 0px;
    background: #fff;
}
.career-section h2 {
  font-size: 2em;
  color: #222;
  margin-bottom: 10px;
}
.career-section .description {
  max-width: 700px;
  margin: 0 auto 50px;
  color: #555;
  font-size: 1.1em;
}
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: 25px;
  justify-content: center;
}
.card {
    background: #F9F9F9;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ;
    margin-bottom: 13px;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.card img {
    width: 60px;
    margin-bottom: 15px;
    height: 60px;
}
/* Background colors */
.pink { background: #FFE5EF; }
.blue { background: #E8F0FF; }
.green { background: #E9FFE8; }
.light-blue { background: #E8FAFF; }
.purple { background: #F1E8FF; }
.yellow { background: #FFF8E5; }

/* placement section */
.placement-section {
    background: url(../images/hiredsection.png) no-repeat left top;
    color: white;
    border-radius: 20px;
    padding: 40px 100px;
    margin: 60px auto;
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
}
.placement-content {
  flex: 1 1 50%;
  max-width: 500px;
}

.placement-content h2 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.placement-content p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.apply-btn {
  display: inline-block;
  background: white;
  color: #003a75;
  padding: 12px 20px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.apply-btn:hover {
  background: #e0e0e0;
}


/* professional */
.learning-section {
 background-color: #0D1B3D;
}
.learning-container {
    /* background-color: #0D1B3D; */
    color: #fff;
    text-align: center;
    padding: 80px 20px 30px;
    margin-top: 50px;
}
.learning-container h2 {
  font-size: 2.2em;
  font-weight: 600;
  margin-bottom: 20px;
}
.learning-container .description {
  max-width: 800px;
  margin: 0 auto 60px;
  color: #CFD8F3;
  font-size: 1.05em;
  line-height: 1.6;
}
.learning-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  justify-content: center;
}
.learn-card {
  background-color: #182A59;
  padding: 40px 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.learn-card-box {
   background-color: #182A59;
  padding: 40px 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  transform: translateY(44px);
}
.learn-card img {
  width: 60px;
  margin-bottom: 20px;
  filter: invert(90%) sepia(20%) saturate(200%) hue-rotate(180deg);
}
.learn-card h3 {
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: 500;
}
.learn-card:hover {
  background-color: #1E3A8A;
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(0, 150, 255, 0.4);
}
.footer-text {
    padding-top: 8%;
    font-size: 1.05em;
    color: #2caff3;
    /* float: left; */
    /* width: 100%; */
    padding-bottom: 40px;
}
/* .newsletter-container {
  background-color: #E8E9ED;
  padding: 0px ;
  
  justify-content: center;
  align-items: center;
} */
 .newsletter-section{
  background-color: #E8E9ED;
 }
.newsletter-container {
  display: flex;
   /* background-color: #E8E9ED; */
  padding: 0px ;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  /* max-width: 1200px; */
  width: 100%;
}
.newsletter-left {
    background-color: #040B28;
    color: white;
    padding: 50px 30px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    flex: 1;
}
.newsletter-left h2 {
  color: #00AAFF;
  font-size: 22px;
  margin-bottom: 10px;
}
.newsletter-left p {
  font-size: 16px;
  color: #DCDCDC;
}
.newsletter-form {
  display: flex;
  flex: 1;
  gap: 15px;
  justify-content: flex-end;
}
.newsletter-form input {
  flex: 1;
  padding: 18px 25px;
  border: none;
  border-radius: 40px;
  background-color: #D3D5DC;
  color: #0B1A40;
  font-size: 15px;
  outline: none;
}
.newsletter-form input::placeholder {
  color: #0B1A40;
  opacity: 0.8;
}
.newsletter-form button {
  background-color: #040B28;
  color: white;
  border: none;
  border-radius: 40px;
  padding: 18px 40px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.newsletter-form button:hover {
  background-color: #0B1A40;
}

.learning-container h2 {
    font-size: 2.2em;
    font-weight: 600;
    margin-bottom: 20px;
    /* text-align: left; */
    color: #fff;
}

.placement-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #fff;
    text-align: left;
}
.learner-section {
    background-color: #F6F7FB;
    /* padding: 80px 0 75px; */
}
.learner-container {
  /* max-width: 1200px; */
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  padding: 0 20px;
}
.cta-container {
    position: absolute;
    position: absolute;
    margin-top: -7%;
    width: 100%;
    padding: 0px 100px;
}
/* Left image */
.learner-left {
  flex: 1 1 40%;
  text-align: center;
}
.learner-left img {
  max-width: 100%;
  height: auto;
}
/* Right content */
.learner-right {
  flex: 1 1 55%;
}
/* Testimonial */
.testimonial h2 {
  font-size: 35px;
  color: #222;
  margin-bottom: 20px;
}
.testimonial-box {
  background-color: #9eb5df30;
  border-radius: 10px;
  padding: 40px 55px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.testimonial-box h3 {
  color: #173B8E;
  margin-bottom: 10px;
}
.testimonial-box p {
  color: #444;
  margin-bottom: 20px;
}
.testimonial-user {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 23px 0 7px;
}
.testimonial-user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.user-info h4 {
  margin: 0;
  color: #222;
}
.user-info span {
  font-size: 14px;
  color: #888;
}
/* CTA section */
 .cta-box {
  background-color: #040B28;
  color: #fff;
  border-radius: 12px;
  padding: 40px 50px;
  /* margin: 40px 0; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.cta-box h3 {
    font-size: 28px;
    margin-bottom: 8px;
    font-weight: normal;
}
.cta-box p {
  color: #D4D7E2;
}
.cta-btn {
  background-color: #fff;
  color: #040B28;
  padding: 15px 40px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.cta-btn:hover {
  background-color: #00AAFF;
  color: #fff;
} 
 

/* FAQ section */
/* .faq-container{
background-color: #dfe1eb;
    padding: 10% 0;
    
} */
.faq-section {
  max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
    padding: 0 20px;
}
/* .faq-left {
  flex: 0 1 35%;
}
.faq-left h2 {
  font-size: 24px;
  color: #222;
  margin-bottom: 10px;
}
.faq-left p {
  color: #555;
}
.small-text {
  font-size: 14px;
  color: #777;
  margin: 10px 0 20px;
}
.contact-btn {
  display: inline-block;
  background-color: #040B28;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}
.contact-btn:hover {
  background-color: #00AAFF;
} */
/* .faq-right {
  flex: 1 1 55%;
} */
/* details {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 15px 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
summary {
  font-weight: 500;
  cursor: pointer;
  color: #222;
} */
/* details[open] summary {
  color: #173B8E;
} */
 .faq-left {
width: 500px;
 padding: 40px 30px; 
 border-radius: 12px;
 color: #222;
}

/* .faq-left h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 4px solid #00000036;
  display: inline-block;
  padding-bottom: 5px;
} */

.faq-left p {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 10px;
}

.faq-left .small-text {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 30px;
}

.contact-btn {
  display: inline-block;
  padding: 12px 20px;
  background-color: #0a2c75;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.contact-btn:hover {
  background-color: #001c5a;
}
.faq-left h2 {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 4px solid #00000036;
    display: inline-block;
    padding-bottom: 5px;
}

.faq-container {
    background: linear-gradient(178deg, lch(3.56 25.42 289.56 / .12), lch(80 47.22 195.18 / 0.12));
    padding: 10% 0;
}

.faq-right {
    width: 600px;
    margin: 10px auto;
    /* background: linear-gradient(to bottom, #F2F7F9, #D9F0F4); */
    /* padding: 20px; */
    border-radius: 12px;
    /* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05); */
}
.faq-right details {
   background: transparent;
    border-radius: 10px;
    margin-bottom: 8px;
    border: 2px solid lch(0 0 0 / .2);
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 2px 5px 11px #b3c1bc94;
}
 /* .faq-right {
  width: 600px;
  margin: 10px auto;
  
  /* background: linear-gradient(to bottom, #f2f7f9, #d9f0f4); 
  padding: 20px;
   border-radius: 12px; 
 box-shadow:0 3px 3px rgba(0, 0, 0, 0.05); 
}

.faq-right details {
  /* background: white; 
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid #9e9999;
  overflow: hidden;
  transition: all 0.3s ease;
} */

.faq-right summary {
  padding: 15px 20px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  position: relative;
  list-style: none;
}

.faq-right summary::-webkit-details-marker {
  display: none;
}

.faq-right summary::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-right details[open] summary::after {
  content: '−';
  transform: rotate(180deg);
}

.faq-right details > *:not(summary) {
  padding: 0 20px 15px 20px;
  font-size: 14px;
  color: #555;
  animation: fadeIn 0.3s ease;
}


.footer-section{
  background: #091d4c;
}
.footer-container {
    /* background: #091d4c; */
    color: #cfe3ff;
    text-align: center;
    font-size: 17px;
    padding: 25px 0;
}
.socials a {
    color: #2caff3;
    margin-right: 14px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    /* background-color: #fff; */
    border-radius: 50%;
    text-decoration: none;
    transition: 0.3 ease;
}
.social a:hover {
  background-color: #ddd;
  color:#000;
}


.footer-container {
    text-align: left;
}
.footer-container p {
width: 60%;
margin-left: 20px;
font-size: 13px;
}
.socials {
      text-align: end;
      text-align: end;
    margin-top: -30px;
    width: 30%;
    float: inline-end;
    margin-right: 36px;

}


/* Apply now page css added */

 body.apply {
   background: url(../images/applyback.jpg) no-repeat center center/cover; 
  margin: 0;
  padding: 0;
}

/* Layout */
.container-card {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
}

.login-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  max-width: 850px;
  width: 100%;
  padding: 40px 50px;
}

.logo {
  text-align: center;
}
.logo img {
  width: 150px;
  margin-bottom: 8px;
}
.signup-text {
  font-size: 14px;
  color: #555;
}
.signup-text a {
  color: #0066ff;
  text-decoration: none;
}
.signup-text a:hover {
  text-decoration: underline;
}

h2 {
  text-align: center;
  margin: 20px 0;
  color: #222;
  font-weight: 600;
}

/* Form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.form-section {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  background: #fafbff;
}
.form-section h4 {
  color: #0066ff;
  margin-bottom: 15px;
  font-size: 18px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.form-group label {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
  font-weight: 500;
}
.form-group input,
.form-group select {
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
  transition: 0.3s;
  background: #fff;
}
.form-group input:focus,
.form-group select:focus {
  border-color: #0066ff;
  outline: none;
}

/* Terms */
.terms {
  text-align: left;
  font-size: 14px;
}
.terms a {
  color: #0066ff;
  text-decoration: none;
}

/* Button */
.submit-btn {
  text-align: center;
}
.submit-btn button {
  background: #0b2d6b;
  color: #fff;
  padding: 14px 40px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.submit-btn button:hover {
  background: #093277;
}
