@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    body {
      margin: 0;
      font-family: "Poppins", sans-serif;
      overflow-x: hidden;
    }

    h1 {
      text-align: center;
      padding: 20px;
      font-size: 2.5rem;
      background: #222;
      color: #fff;
      margin: 0;
    }

    .video-section {
  position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgb(0 0 0 / 57%); /* Transparent overlay */
  padding: 20px;
}

.video-section .overlay h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  padding: 0px 25px;
  border-radius: 12px;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.8); /* Outline effect */
}

.video-section .overlay p {
  font-size: 1.2rem;
  margin-top: 0px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0,0,0,0.4); /* Dark overlay for text readability */
      display: flex;
      justify-content: center;
      align-items: left;
      flex-direction: column;
      text-align: left;
      color: #fff;
      padding: 20px;
    }

    .overlay h2 {
      font-size: 35px;
      margin: 10px 0;
	  font-weight: 800;
    }

    .overlay p {
      font-size: 1.2rem;
      max-width: 700px;
	  font-weight: 500;
    }
  
	.about-h2
	{
	font-size: 27px;
    font-weight: 600;
    text-align: left;
    margin: 20px 0px 20px 0px;
	
	}

	.about-img
	{
		width: 100%;
    border-radius: 40px 40px 0px 40px;
	}
	p
	{
		font-size: 15px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.5em;
    color: #222222;
	}

	video-section
	{
		border-radius: 40px 40px 0px 40px!important;
	}

	.video-about video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 40px 40px 40px;
}

.heading-section {
  margin: 10px auto;
  padding: 20px;
  position: relative;
}

.heading-title {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.heading-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #f4c221; /* accent color */
  margin: 12px auto 0;
  border-radius: 2px;
}

.heading-subtitle {
  display: block;
 font-size: 18px;
  font-weight: 500;
  color: #555;
  letter-spacing: 1px;
}

.heading-h3
{
font-size: 28px;
    font-weight: 600;
    text-align: left;
    margin: 5px 0px 20px 0px;
}


.service-img
	{
		width: 100%;
    border-radius: 40px 40px 40px 40px;
	}


	.heading-sevice {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.heading-sevice::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #f4c221; /* accent color */
  margin: 12px 0px  0;
  border-radius: 2px;
}

.leading {
    background: url(../group-image.jpg) no-repeat center center;
    background-size: cover;
    
    display: flex;
    position: relative;
    z-index: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    align-items: center;
    max-width:100%px;
    padding: 120px 0px 120px 2px;
    margin: 0px auto 0px auto;
    justify-content: space-evenly;
}

.leading::after {
    content: "";
    background-color: rgb(0 0 0 / 52%);
    position: absolute;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.stat-card{
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    backdrop-filter: blur(6px);
    border-radius: 14px;
    transition: transform .25s ease, box-shadow .25s ease;
    color: #fff;
  }
  .stat-card:hover{ transform: translateY(-6px); box-shadow: 0 12px 30px rgba(2,6,23,0.6); }
  .icon-wrap{ 
    width:56px; height:56px; display:flex; align-items:center; justify-content:center;
    border-radius:10px; background: linear-gradient(135deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
    border:1px solid rgba(255,255,255,0.04);
    color: #fff;
  }
  .stat-number{ font-weight:700; letter-spacing: -0.02em; }
  .stat-label{ color: rgba(255,255,255,0.7); }
  
  .bg-about {
    background: url(../img/about-bg.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
    position: relative;
}
.bg-about::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(255 255 255 / 15%) 0%, rgb(255 255 255 / 31%) 42%, rgb(253 253 253 / 35%) 100%);
    opacity: .9;
    z-index: -1;
}

.section-subtitle {
    display: inline-block;
    font-size: 0.95rem;
    color: #27a042;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;

    letter-spacing: 0.5px;
  }
  .section-title {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #222;
    font-family: "Montserrat", Sans-serif;
    position: relative;
  }
  .section-title::after {
    content: "";
    display: block;
    width: 91px;
    height: 2px;
    background: #000000;
    margin-top: 0.5rem;
  }
  

  .text-style
  {
        font-size: 28px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -1px;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: #000;
    stroke: #061A39;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    color: #ffffff;

  }

  /* Container & typography */
.profile-section { background: #f7f9fc; } /* subtle off-white */
.heading-service {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a; /* near-black navy */
  display: inline-block;
  position: relative;
  padding-bottom: 0.35rem;
}
.heading-service::after{
  content: "";
  width: 48px;
  height: 3px;
  background: linear-gradient(179deg, #f4c221, #ffc107);
  display:block;
  margin-top:8px;
  border-radius:3px;
}

/* Card base */
.card-pro {
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(250,250,255,0.9));
  box-shadow: 0 8px 20px rgba(12, 18, 38, 0.06);
  overflow: hidden;
  transition: transform 320ms cubic-bezier(.2,.9,.2,1), box-shadow 320ms ease;
  will-change: transform;
}

/* Hover / focus animation (subtle lift and shadow) */
.card-pro:hover,
.card-pro:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(12, 18, 38, 0.12);
}

/* Soft gradient stripe on left (decorative) */
.card-pro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background:linear-gradient(179deg, #f4c221, #ffc107);
}

/* List styles */
.professional-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
  margin-top: 6px;
}
.professional-list li{
  display:flex;
  gap:0.75rem;
  align-items:flex-start;
  font-size: 14px;
  color: #0b1220;
  line-height: 1.45;
  padding-left: 0.25rem;
}

/* custom bullet (check icon) */
.professional-list li::before {
  content: "";
  flex: 0 0 22px;
  height: 22px;
  margin-top: 3px;
  filter: brightness(0.5);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="%23096f6f" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6L9 17l-5-5"/></svg>');
  background-repeat:no-repeat;
  background-position:center;
}

ol, ul {
    padding-left: 2rem;
    font-size: 15px;
}
/* muted subtext for achievements */
.professional-list li .muted {
  display:block;
  color:#121415;
  font-weight:500;
  font-size:0.9rem;
  margin-top:2px;
}

/* make whole card keyboard-accessible */
.card-pro { outline: none; }
.card-pro:focus {
  box-shadow: 0 18px 40px rgba(12, 18, 38, 0.14), 0 0 0 4px rgba(99,102,241,0.12);
}

/* entrance animation */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
.card-pro { animation: fadeUp 520ms ease both; }

/* Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .card-pro, .card-pro:hover { transition: none; transform: none; animation: none; }
}

/* responsive tweaks */
@media (max-width: 575.98px) {
  .heading-service { font-size: 1.05rem; }
  .professional-list li { font-size: 0.95rem; }
}

  /* Social Cards */
.social-card {
  background: #ffffffc7;
  border-radius: 20px;
  padding: 25px 20px;
  width: 220px;
  text-decoration: none;
  color: #222;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.social-card img {
  width: 60px;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}
.social-card h3 {
  font-size: 1.1rem;
  margin: 5px 0;
  font-weight: 600;
}
.social-card p {
  font-size: 0.9rem;
  color: #555;
}

/* Hover Effect */
.social-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
.social-card:hover img {
  transform: rotate(10deg) scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
  .social-card {
    width: 45%;
  }
}
@media (max-width: 500px) {
  .social-card {
    width: 100%;
  }
}


.leading-social {
    background: url(../group-image.jpg) no-repeat center center;
    background-size: cover;
    
    display: flex;
    position: relative;
    z-index: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    align-items: center;
    max-width:100%px;
    padding: 20px 0px 20px 2px;
    margin: 0px auto 0px auto;
    justify-content: space-evenly;
}

.leading-social::after {
    content: "";
    background-color: rgb(0 0 0 / 52%);
    position: absolute;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.top-margin
{
  padding-top: 160px;
}

.about2
{
  width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 40px 40px 40px;
}

.form {
  width: 100%;
 margin: 20px 0px 20px 0px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #f4c221;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #1f2b29);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #303231;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #2e302f;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.btn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #1abc9c;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #1abc9c;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.information i {
  color: #f4c221;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 0rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #1abc9c, #149279);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #1abc9c;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #1cd4af, #159b80);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }

  .contact-info:before {
    display: none;
  }

  .square,
  .big-circle {
    display: none;
  }

  form,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}

.text-primary {
    color: #f4c221!important;
}
.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* Specific platform colors */
.social-link.facebook { background: #1877f2; }
.social-link.twitter { background: #000; }
.social-link.instagram { 
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, 
              #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.social-link.linkedin { background: #0a66c2; }

/* Hover effect */
.social-icons a:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}



@media only screen and (max-width: 768px) {
  .mobile-img
{
  padding-top: 163%;
        height: 70%;
        width: auto;
        object-fit: cover;
}
.video-section {
    position: relative;
    width: 100%;
    height: 81vh;
    overflow: hidden;
}
.about-h2 {
    font-size: 23px;
    font-weight: 600;
    text-align: left;
    margin: 0px 0px -1px 0px;
}
.heading-title {
    font-size: 23px;
    font-weight: 700;
    color: #222;
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
}
.heading-section {
    margin: 0px auto;
    padding: 19px;
    position: relative;
}
.service-img {
    width: 100%;
    border-radius: 40px 40px 40px 40px;
    margin-bottom: 16px;
}
.pt-5 {
    padding-top: 1rem !important;
}
.leading {
    background: url(../group-image.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    position: relative;
    z-index: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    align-items: center;
    max-width: 100%px;
    padding: 34px 15px 34px 15px;
    margin: 0px auto 0px auto;
    justify-content: space-evenly;
}
.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
}


.leading1 {
    background: url(../group-image1.jpg) no-repeat center center;
    background-size: cover;
    
    display: flex;
    position: relative;
    z-index: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    align-items: center;
    max-width:100%px;
    padding: 80px 0px 80px 2px;
    margin: 0px auto 0px auto;
    justify-content: space-evenly;
}

.leading1::after {
    content: "";
    background-color: rgb(0 0 0 / 52%);
    position: absolute;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-bg {
    background: url(../sky-blue.webp) no-repeat center center;
    background-size: cover;
    
    display: flex;
    position: relative;
    z-index: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    align-items: center;
    max-width:100%px;
    padding: 20px 0px 20px 2px;
    margin: 0px auto 0px auto;
    justify-content: space-evenly;
}

.about-bg::after {
    content: "";
    background-color:rgb(255 255 255 / 65%);
    position: absolute;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media only screen and (max-width: 768px) {
  .leading1 {
    background: url(../group-image1.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    position: relative;
    z-index: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    align-items: center;
    max-width: 100%px;
    padding: 60px 20px 60px 20px;
    margin: 0px auto 0px auto;
    justify-content: space-evenly;
}
.about-h2 {
        font-size: 23px;
        font-weight: 600;
        text-align: left;
        margin: 0px 0px 16px 0px;
    }
    .social-media {
        padding: 0.5rem 0 0 0;
    }
    
    .video-section .overlay h2 {
    font-size: 20px;
        
    }
    .video-section .overlay p {
    font-size: 11px;
    }
}

.about1-h2
  {
  font-size: 27px;
    font-weight: 600;
    text-align: left;
    margin: 7px 0px 20px 0px;
  
  }
  .heading1-h3
{
font-size: 28px;
    font-weight: 600;
    text-align: left;
    margin: 5px 0px 5px 0px;
}

.career-img
{
    object-fit: cover;
    height: 100%;
    width: 100%;
}


