body {
  font-family: 'Segoe UI', Arial, sans-serif;
  background-color: white;
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
}


.topbar {
  background-color: rgb(59, 153, 156);
  color: #fff;
  padding: 5px 25px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  gap: 20px;
}

/* Navigation base */
nav {
  background: rgb(248, 248, 255);
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 25px;
  flex-wrap: wrap;
}

.logo {
  height: 110px;
  margin-right: 4rem;
}

nav ul {
  display: flex;
  gap: 4rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
  align-items: center;
}

nav li a {
  color: rgb(0, 151, 143);
  text-decoration: none;
  font-weight: 900;
  margin: 0;
}

nav li a:hover {
  text-decoration: underline;
  color: #8ae5f3;
}

/* Hamburger toggle hidden on desktop */
.navbar-toggle {
  display: none;
  background: none;
  border: none;
  color: rgb(0, 151, 143);
  font-size: 2.5rem;
  cursor: pointer;
  margin-left: auto;
}

/* Dropdown styling */
.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.928);
  overflow: hidden;
  padding: 10px 2px;
  z-index: 1;
  top: 100%;
  left: -10%;
  width: 15vw;
}

.dropdown-content a {
  color: #333;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  transition: background 0.3s ease;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown > a::after {
  content: " ▼";
  font-size: 12px;
}

.dropdown:hover > a::after {
  content: " ▲";
}

.right-btn {
  margin-left: 30px;
}

.login-btn, .apply-btn {
  background: rgb(59, 153, 156);
  color: #fff;
  border: none;
  margin-left: 20px;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 15px;
  cursor: pointer;
}
.login-btn:hover, .apply-btn:hover {
  background: rgb(83, 238, 238);
}

/* Responsive styles */
@media (max-width: 768px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
    font-size: 10px;
    padding: 10px 15px;
    gap: 8px;
  }
  
  nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px;
  }

  .logo {
    height: 124px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .navbar-toggle {
    display: block;
    margin-top: -102px;
    margin-right: 30px;
  }

  nav ul {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
    padding-left: 0;
    margin: 0;
  }

  nav ul.open {
    display: flex;
  }

  nav li a {
    font-weight: 700;
    font-size: 1.1rem;
  }

  .dropdown-content {
    position: static;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding: 5px 0;
  }

  /* Disable hover dropdown on touch devices */
  .dropdown:hover .dropdown-content {
    display: none;
  }

  .right-btn {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
  }

  .login-btn, .apply-btn {
    margin-left: -33px;
    width: 50%;
    padding: 12px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}






/* Banner styles */
.about-banner {
  background-image: url('ABOUT2.jpeg');
  padding: 95px 20px 85px 20px;
  text-align: center;
  overflow: hidden;
  background-size: cover;
 background-position: center;
 height: 280px ;
 background-repeat: no-repeat;
}
.about-banner-inner h1 {
  font-size: 2.7rem;
  font-weight: bold;
  color: #23315e;
  margin: 0;
  letter-spacing: 0.04em;
}
.about-highlight { color: #338bee; }
.about-breadcrumb {
  color: #6b7ca7;
  margin-top: 18px;
  font-size: 1.12rem;
}
.about-banner-img img {
  margin-top: 36px;
  max-width: 360px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 14px #0001;
}
@media ( max-width:768px ) {
.about-banner {
 
 
 height: 50px ;
 
}
  
}

/* Main section */
.about-main-section {
  display: flex;
  gap: 62px;
  max-width: 1200px;
  margin: 55px auto 68px auto;
  align-items: flex-start;
  justify-content: center;
}
.about-images {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.about-img {
  width: 280px;
  height: 210px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 2px 10px #15409212;
  background: #e8eff8;
}
.about-img-2 {
  width: 210px;
  height: 140px;
  margin-left: 65px;
  margin-top: -28px;
}
.about-content {
  flex: 1;
  min-width: 320px;
}
.about-section-label {
  color: #000000;
  font-weight: 700;
  font-size: 45px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 13px;
}
.about-content h2 {
  font-size: 2.5rem;
  font-weight: 900;
  margin: 3px 0 16px 0;
  color: #122146;
  letter-spacing: -1px;
  line-height: 1.06;
}
.content-highlight {
  color: #338bee;
  display: block;
}
.about-content p {
  color: #060606;
  font-size: 1.13rem;
  margin-bottom: 32px;
}

.about-skills {
  margin-top: 15px;
}
.skill {
  margin-bottom: 19px;
}
.skill-label {
  color: #1c2848;
  font-size: 1.02rem;
  font-weight: 500;
  margin-bottom: 2px;
  display: inline-block;

}
.progress-bar {
  height: 10px;
  background: #f2e3da;
  border-radius: 8px;
  /* overflow: hidden; */
  margin: 5px 0 0 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress {
  height: 100%;
  background: linear-gradient(90deg, #fc8019 60%, #338bee 100%);
  color: #1a2254;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 8px;
  text-align:right;
  padding-right: 8px;
  transition: width 1s cubic-bezier(.41,.73,.51,1);
  display: flex;
  
   flex-direction:column ;
  /* align-items: center; */
  
  
  
}

@media (max-width: 1000px) {
  .about-main-section {
    flex-direction: column;
    gap: 33px;
    align-items: center;
  }
  .about-images { flex-direction: column; gap: 14px; }
  .about-img, .about-img-2 { margin-left: 0; margin-top: 0; }
}
.features-section {
  background: #f6fafd;
  padding: 48px 0 70px 0;
}
.features-header {
  text-align: center;
  margin-bottom: 36px;
}
.features-label {
  display: block;
  color: #fa8418;
  font-weight: 700;
  font-size: 1.07rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.features-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #16223b;
  margin: 0 0 10px 0;
}
.features-highlight {
  color: #338bee;
}
.features-header p {
  color: #58709c;
  font-size: 1.14rem;
  margin-bottom: 0;
}
.features-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.feature-card {
  background: #fff;
  border: 1.5px solid #e6eef5;
  border-radius: 12px;
  box-shadow: 0 2px 10px #b3daf413;
  padding: 28px 24px 22px 24px;
  font-size: 1.08rem;
  color: #20385b;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  min-height: 178px;
  transition: box-shadow .2s;
}
.feature-card:hover {
  box-shadow: 0 8px 24px #b3daf444;
}
.feature-icon {
  font-size: 2.2rem;
  color: #fa8418;
  flex-shrink: 0;
  margin-top: 3px;
}
.feature-card h3 {
  margin: 0 0 6px 0;
  font-size: 1.18rem;
  font-weight: bold;
  color: #153263;
}
.feature-card p {
  margin: 0;
  font-size: 1.01rem;
  color: #495c7c;
  font-weight: 400;
}
@media (max-width: 900px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .features-header h2 { font-size: 1.6rem; }
}
.career-results-section {
  margin: 56px auto 48px auto;
  border-radius: 18px;
  max-width: 99vw;
  overflow: hidden;
  padding: 0;
}
.results-bg {
  background: url('results-bg.jpg') center center/cover no-repeat;
  min-height: 370px;
  border-radius: 18px;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.results-overlay {
  background: rgba(22, 38, 62, 0.53);
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 370px;
}
.results-inner {
  width: 78vw;
  text-align: center;
  color: #fff;
  padding: 52px 20px 22px 20px;
}
.results-inner h2 {
  margin: 0 0 16px 0;
  font-size: 2.7rem;
  font-weight: 800;
  letter-spacing: 0.012em;
}
.results-inner p {
  font-size: 1.16rem;
  color: #eff6fd;
  margin: 12px 0 42px 0;
  line-height: 1.55;
}

.results-row {
  display: flex;
  max-width: 950px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 0px;
  align-items: flex-start;
}
.results-col {
  flex: 1;
  border-right: 1px solid #fff2;
  padding: 0 18px;
}
.results-col:last-child {
  border-right: none;
}
.results-num {
  font-size: 3.2rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
  font-family: 'Segoe UI', Arial, sans-serif;
}
.results-label {
  color: #ff8855;
  font-size: 1.17rem;
  font-weight: 600;
  margin-bottom: 9px;
  letter-spacing: 0.02em;
}
@media (max-width: 900px) {
  .results-row {
    flex-direction: column;
    gap: 0.5rem;
    max-width: 97vw;
  }
  .results-col {
    border-right: none;
    border-bottom: 1px solid #fff2;
    padding: 17px 0;
  }
  .results-col:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .results-inner h2 { font-size: 1.45rem; }
  .results-num { font-size: 2.15rem; }
  .results-label { font-size: 1.01rem; }
}

.footer-section {
  background: rgb(59, 153, 156);
  color: #dde7f2;
  margin-top: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
}
.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 38px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 0 30px 0;
}
.footer-about {
  flex: 1.2;
  min-width: 265px;
  padding-left: 24px;
}
.footer-logo {
  width: 150px;
  margin-bottom: 15px;
  margin-left: 15px;
}
.footer-about-text {
  font-size: 16px;
  margin-bottom: 18px;
  color: #e2eaf6;
  flex :1;
  margin-left: 15px;
  margin-right: 60px;
}
.footer-social {
  display: flex;
  gap: 13px;
  margin-left: 15px;
}
.footer-social a img {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-image: url('footerimage.jpeg');
  padding: 6px;
  transition: background 0.15s;
}
.footer-social a img:hover {
  background: #358ef3;
}
.footer-columns {
  display: flex;
  flex: 3;
  gap: 42px;
  min-width: 530px;
  flex-wrap: wrap;
  
}
.footer-col {
  display: flex;
  flex-direction: column;
  min-width: 155px;
  max-width: 210px;
  margin-left: 10px;
  justify-content:start;
  align-items: start;
}

.footer-col-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;

  
  
}
.footer-col a {
  color: #dde7f2;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 15px;
  transition: color 0.13s;
}
.footer-col a:hover {
  color: #46aef2;
  text-decoration: underline;
}
.footer-bottom {
  text-align: center;

  background-color:  rgb(91, 164, 161);
  color: #fbfdff;
  font-size: 1rem;
  letter-spacing: 0.015em;
  width: 100%;
}
@media (max-width: 1000px) {
  .footer-main {
    flex-direction: column;
    gap: 22px;
    padding: 40px 10px 26px 10px;
  }
  .footer-columns {
    flex-wrap: wrap;
    gap: 28px;
    min-width: 0;
    max-width: 100vw;
  }
  .footer-about {
    padding-left: 0;
  }
  .footer-logo {
    width: 120px;
  }
}
 
/* our cofounder  */
.founders-section {
  background:rgb(45, 145, 154);
  padding: 20px 8px;
  border-radius: 18px;
  color: #fff;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.section-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: -40px;
}
.founders-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px; /* Increased gap between images */
}
.founder-card {
  width: 220px;
  background: transparent;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.founder-img-wrapper {
  width: 180px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #ff8c4a;
  background: #fff;
}
.founder-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
}

.founder-details {
  margin-top: 6px;
}
.founder-name {
  font-size: 25px;
  margin: 0;
  color: #ffffff;
}
.founder-designation {
  font-size: 0.96rem;
  color: #ffffff;
  margin: 4px 0 0 0;
}

/* Mobile responsive */
@media (max-width: 767px) {
  .founders-row {
    flex-direction: column;
    gap: 34px;
    align-items: center;
  }
  .founder-card {
    width: 88vw;
    max-width: 320px;
  }
  .founder-img-wrapper {
    width: 140px;
    height: 140px;
  }
}
