@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&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&family=Raleway:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --primary-color: #fef4e9;
  --secondary-color: #131313;
  --body-color: #fef4e9;
  --yellesh-color: #f69320;
  --darkblue: #063d58;
  --fadeblack: #131313b2;
  --liner-bg-orangeyellow: linear-gradient(90deg, #e66927 0%, #eb9723 100%);
  --text-white: #f8f9fa;
  --extradark-blue: #0e1f51;
  --main-color: #131313;
  --border-color: #e4e4e7;
  --fade-black: #292836b2;
  --another-yellowish: #ff6e22;
  --Ebony-Clay: #292836;
  --box-shadow: 2px 2px 8px 0px #00000024;
  --secondary-box-shadow: 3px 4px 8px 0px #00000040;
  --normal-blue-color: #063d58;
  --orange-border: 0.75px solid #eb972399;
  --text-color-grey: #808080;
  --gradient-left-to-right: linear-gradient(180deg, #e66927 0%, #eb9723 100%);
  --text-shadow: 0px 4px 4px 0px #00000040;
  --para-shadow: 3.75px 3px 3px 0px #00000040;
  --black-text: #212529;
  --red-color: #ed2626;
}

html {
  scroll-behavior: smooth;
}

.event-card {
  height: 100%;
  min-height: 230px; /* You can adjust this */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event-image {
  height: 140px;
}

.event-caption {
  min-height: 60px; /* Keeps title area consistent */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.object-fit-cover {
  object-fit: cover;
}

.bg-light-blue {
  background-color: #f5faff; /* soft blue for contrast */
}

.border-orange {
  border-color: #f7941d !important; /* Skyra orange */
}

.bg-darkBlue {
  background-color: #063d58;
}

.counter-box {
  transition: transform 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.counter-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}


.about-card {
  background-color: #004866;
  color: white;
  padding: 2rem 2.5rem;
  border-radius: 12px;
  border: 2px solid #f26c20; /* use the color from the red highlight */
  max-width: 600px;
  margin: auto;
}

.about-card h3 {
  color: #f26c20;
  margin-bottom: 1rem;
}

.about-card h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.about-card p {
  line-height: 1.6;
  margin-bottom: 2rem;
}

.about-card .btn {
  background-color: #f26c20;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.about-card .btn:hover {
  background-color: #e55a10;
}


.nav-link:focus {
  font-weight: 600;
}
.owl-stage {
  display: flex;
  align-items: end;
  justify-content: center;
}
.-bottom-85 {
  bottom: -85px !important;
}
.max-w-480px {
  max-width: 480px;
}
.py-74 {
  padding-top: 74px;
  padding-bottom: 74px;
}
.lh-160 {
  line-height: 160%;
}
.inter {
  font-family: "Inter", sans-serif;
}
.upload-file-placeholder {
  color: #8e8e8e;
}
.file-input {
  cursor: pointer;
}
.upload-file-color {
  color: upload-file-color;
}


.border-dashed {
  border-style: dashed !important;
  border: 1px solid #8e8e8e;
}
.modal-content {
  padding: 43px 51px;
}
header {
  transition: all 0.5s ease-in-out !important;
  background-color: #063d58;
  z-index: 11;
}
.model-form-textarea textarea {
  resize: none;
}

.custom-padding07-18 {
  padding: 7.12px 18.74px;
}

.model-form {
  background-color: #f6f6f6;
  padding: 12px 15px;
}

.model-form::placeholder {
  color: #757575;
}

.btn-orange {
  background-color: #e66927;
}

.max-w-1108px {
  max-width: 1108px;
}

.py-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.fade-white-60 {
  color: #13131360;
}

.fs-15 {
  font-size: 15px;
}
.about-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.bottom-hr {
  border-bottom: 1px solid #f69320;
}

.box-border-color {
  border-color: #00000020;
}

.white-box {
  color: #00000008;
}

.red-color {
  color: var(--red-color);
}
/* hover */
.service-hover {
  cursor: pointer; /* optional */
}

.service-img {
  transition: background 0.5s ease;
}

.service-img h5,
.service-img h5,
.service-img .fs-14,
.service-img .fs-14px,
.service-img li {
  transition: color 0.5s ease;
}

.service-hover:hover .service-img {
  background: linear-gradient(to right, #9ed9f6, #c2e9f9);
  border: transparent !important;
}
.service-img {
  transition: background 0.4s ease, border 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease;
}

.service-hover:hover .service-img {
  background: linear-gradient(to right, #9ed9f6, #c2e9f9);
  border: transparent !important;
  
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.service-hover a:hover {
  color: #f69320;
}
.service-hover:hover .service-img,
.service-hover:hover h5,
.service-hover:hover h5,
.service-hover:hover .fs-14,
.service-hover:hover .fs-14px,
.service-hover:hover li {
  color: #000 !important;
}

.banner-button{
  width: 50px;
  height: 50px;
  background: #063d58;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-control-next, .carousel-control-prev{
  top: 50%;
  transform: translateY(-50%);
  height: max-content;
  width: auto;
}
.wh-30px {
  width: 40px;
  height: 40px;
}
.bg-yellow-c {
  background-color: #063d58;
}

.tech-div {
  transition: background 0.5s ease;
}

.tech-div:hover {
  background: linear-gradient(180deg, #e66927 0%, #eb9723 100%);
  border: 0px !important;
}

.tech-div p,
.tech-div .font-urbanist,
.tech-div li {
  transition: color 0.5s ease;
}

.tech-div:hover p,
.tech-div:hover .font-urbanist,
.tech-div:hover {
  color: #fff !important;
}
.tech-div:hover li,
.tech-div:hover h2 {
  color: #000 !important;
}
.px-20px {
  padding-left: 20px;
  padding-right: 20px;
}

.py-12px {
  padding-top: 12px;
  padding-bottom: 12px;
}

.max-w-509px {
  max-width: 509px;
}

.-margin-top-107 {
  margin-top: -150px;
}
.max-w-1240px {
  max-width: 1240px;
}
.pt-30px {
  padding-top: 30px;
}

.product-card-shadow {
  box-shadow: 0px 0px 7px 0px #2423231a;
}
.product-card-shadow h3:hover {
  color: var(--yellesh-color);
}
.detail-img {
  height: 100vh !important;
}
.detail-img img {
  height: 100vh !important;
  object-fit: cover;
}
.fs-24px {
  font-size: 24px !important;
}
.tech-stak {
  background-color: #063d58;
  padding-left: 5px;
}
.hidden-section {
  display: none;
}
.tech-stak b {
  width: 134px;
}
.text-orange {
  color: var(--yellesh-color);
}
.issue-des {
  width: 60% !important;
  margin: 0 auto !important;
}
.impact {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.tech-detail img {
  height: 185px !important;
}
.text-blue {
  color: var(--darkblue);
}

.top-34 {
  top: 34%;
}
.header-link {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.max-w-1240px {
  max-width: 1240px;
}

.h-400px {
  height: 400px;
}
.tech-issue img {
  border-radius: 10px !important;
  height: 450px;
}
.tech-issue {
  align-items: center;
  display: flex;
  justify-content: center;
}
/* Megamenu styles */
.dropdown-menu {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}

.width-24px {
  width: 24px;
}
@media (max-width: 992px) {
  .navbar-nav {
    gap: 5px !important;
  }
}
@media (min-width: 992px) {
  .navbar .dropdown-menu {
    top: 100%;
    margin-top: 0;
  }
  /* Show dropdown on hover for desktop */
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }

  .navbar .dropdown-menu {
    margin-top: 0;
  }
}

.accordion-button::after {
  transition: transform 0.3s;
  border: 0px;
  outline: none;
}

.accordion-button.collapsed::after {
  transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}

.accordion-item a {
  text-decoration: none;
  display: block;
  padding: 8px 0px;
  color: #333;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.lh-50 {
  line-height: 50px;
}

.max-w-1114px {
  max-width: 1114px;
}

.img-shadow {
  box-shadow: 2px 2px 4px 0px #00000040;
}

.max-w-1224px {
  max-width: 1224px;
}

.pb-23px {
  padding-bottom: 23px;
}

.pb-16px {
  padding-bottom: 16px !important;
}

.ms-16px {
  margin-left: calc(28px - 12px);
}

.ps-12px {
  padding-left: 12px;
}

.dots {
  width: 15px;
  height: 15px;
  background: #063d58;
}

.black-text {
  color: var(--black-text);
}

.lh-48 {
  line-height: 48px;
}

.poppins-font {
  font-family: "Poppins", sans-serif;
}

.fs-40px {
  font-size: 40px !important;
}

.max-w-1114px {
  max-width: 1114px;
}

.lite-black {
  color: #131313b2;
}

.lh-22 {
  line-height: 22px;
}

.lh-20 {
  line-height: 20px;
}

.lh-27 {
  line-height: 27px;
}

.max-w-964px {
  max-width: 964px;
}

.lh-36px {
  line-height: 36px;
}

.py-120px {
  padding-top: 80px;
  padding-bottom: 120px;
}

.max-w-924px {
  max-width: 924px;
}

.lh-120 {
  line-height: 120%;
}
.footer-link a {
  text-decoration: none !important;
}

.ls-1 {
  letter-spacing: 1%;
}

.para-shadow {
  box-shadow: var(--para-shadow);
}

.lh-130 {
  line-height: 130%;
}

.text-shadow {
  box-shadow: var(--text-shadow);
}

.banner-shadow {
  box-shadow: 3px 4px 13px 0px #00000040;
}

.opacity-60 {
  opacity: 60%;
}

.top-13px {
  top: 13px !important;
}

.h-560px {
  height: 560px;
}

.box-shadow-serives {
  box-shadow: 0px 0px 17.7px 0px #1d4a9b1f;
}

.pb-30px {
  padding-bottom: 30px !important;
}

.radius-9px {
  border-radius: 9px;
}

.py-9px {
  padding-top: 9px;
  padding-bottom: 9px;
}

.px-27px {
  padding-right: 27px;
  padding-left: 27px;
}

.max-w-1131px {
  max-width: 1131px !important;
}

.max-w-1062px {
  max-width: 1062px !important;
}

.max-w-1196px {
  max-width: 1196px !important;
}

.max-w-1142px {
  max-width: 1142px !important;
}

.max-w-1099px {
  max-width: 1099px !important;
}

.max-w-918px {
  max-width: 1030px !important;
}

.pb-63px {
  padding-bottom: 63px;
}

.fs-14 {
  font-size: 14px;
}

.fs-40px {
  font-size: 40px;
}

.ls-0 {
  letter-spacing: 0px;
}

.lh-91 {
  line-height: 91%;
}

.height-36px {
  height: 50px;
}
.tech-hover {
  font-size: 21px !important;
}
.h-100vh-70 {
  height: calc(100vh - 70px);
}
.h-100vh{
  height: 100vh;
}
.ls-4 {
  letter-spacing: 4%;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.ptop-63px {
  padding-top: 63.1px;
}

.pbottom-84px {
  padding-bottom: 84.35px;
}

.lh-24 {
  line-height: 24.04px;
}

.ls-2 {
  letter-spacing: 2%;
}

.p-12px {
  padding: 12px;
}

.w-116px {
  width: 116px;
}

.h-36px {
  height: 36px;
}

.w-263px {
  width: 263px;
}

.h-300px {
  height: 300px;
}

.card-gradient {
  background: var(--gradient-left-to-right);
  padding: 28px;
  height: 100%;
}
.card-gradient img {
  height: 70px;
}

.lh-30px {
  line-height: 30px;
}

.-z-9 {
  z-index: -9 !important;
}

.h-vh {
  height: 100vh;
}

.fw-900 {
  font-weight: 900 !important;
}

.fs-18px {
  font-size: 18px;
}

.border-top {
  border-top: 0.88px solid #ffffff80;
}

.gap-11px {
  gap: 11px;
}

.gap-20px {
  gap: 20px;
}

.fade-white {
  color: #ffffff80;
}

.ls-3 {
  letter-spacing: 3%;
}

.px-36px {
  padding-left: 36px;
  padding-right: 36px;
}
.service-img img {
  width: 60px;
}
.service-img a {
  text-decoration: none !important;
  color: #000;
}
.bg-light {
  background-color: #f8f9fa !important; /* or use your theme's section color */
}

.service-img {
  height: 100%;
}
.input-bg-grey {
  background-color: #f6f6f6;
}

.text-grey-color {
  color: var(--text-color-grey);
}

.orange-border {
  border: var(--orange-border);
}
.navbar-toggler{
  border: 2px solid white;
}

.fs-30px {
  font-size: 30px !important;
}

.normal-blue-color {
  color: var(--normal-blue-color);
}

.box-shadow-another {
  box-shadow: var(--secondary-box-shadow);
}

.text-ebony-clay {
  color: var(--Ebony-Clay);
}

.text-yellowish {
  color: var(--another-yellowish);
}

.fade-black-testimonial {
  color: var(--fade-black);
}

.ps-23px {
  padding-left: 23px;
}

.py-12px {
  padding-top: 12px;
  padding-bottom: 12px;
}

.border-color {
  border-color: var(--border-color);
}

.fs-50 {
  font-size: 50px !important;
}

.main-black {
  color: #131313;
}

.opacity-10 {
  opacity: 10%;
}

.extra-darkblue {
  color: var(--extradark-blue);
}

.text-white {
  color: var(--text-white);
}

.linear-bg-orangeyellow {
  background: var(--liner-bg-orangeyellow);
}

.fade-black {
  color: var(--fadeblack);
}

.font-raleway {
  font-family: "Raleway", sans-serif;
}

.font-urbanist {
  font-family: "Urbanist", sans-serif;
}

.text-color-orange {
  color: var(--yellesh-color);
}

.text-darkBlue {
  color: var(--darkblue);
}

.body-bg {
  background-color: var(--body-color);
}
.header-vh {
  height: calc(100vh + 101px);
}
.z-12 {
  z-index: 12;
}
.-top-112px {
  top: -112px;
}
.bg-color {
  background-color: var(--primary-color);
}

header.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #063d58;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #e77326 !important;
}
.about-col {
  background: #063d58;
  padding: 15px 15px 15px 40px;
  border-radius: 10px;
}
.tech-div {
  border: 2px solid transparent !important;
  border-image: linear-gradient(to right, #063d58, #00a8e8) !important;
  border-image-slice: 1 !important;
}
.box-shadow-serives {
  border: 4px solid transparent;
  border-image: linear-gradient(to right, #063d58, #00a8e8);
  border-image-slice: 1;
  border-radius: 12px;
}
.box-shadow-serives a:hover {
  color: #f69320;
}
.tech-hover:hover {
  color: #f69320 !important ;
}

.team-sec figure {
  margin-bottom: 0px !important;
  height: 300px !important;
}
.team-content {
  background-color: #063d58 !important ;
  padding: 10px !important;
}
.team-sec p {
  margin-bottom: 0px !important;
}
.bg-orange {
  background: #f69320;
}
.counter {
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.counter img {
  width: 60px;
  height: 60px;
}
.dropdown-item {
  border-bottom: 2px solid #f5f4f4;
  padding-bottom: 10px;
}
.dropdown-menu {
  border-top: 3px solid #063d58 !important;
}
.counter p {
  margin-bottom: 0px !important;
}
.navbar-nav {
  font-weight: 600px;
  font-size: 18px;
  color: black;
  gap: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #f69320 !important;
  font-weight: 600 !important;
  font-size: 18px !important;
}

.form-btn {
  padding: 5px 50px;
}

.fs-24 {
  font-size: 24px !important;
}

.gradient-text {
  background: linear-gradient(91.47deg, #e66927 29.31%, #eb9723 84.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  overflow: visible;
  display: inline-block;
  line-height: 1.2;
}

.fw-800 {
  font-weight: 800;
}

.fs-50 {
  font-size: 50px;
}

.text-gray {
  color: #131313b2;
}

.bg-blue {
  background: #063d58;
}

.opacity-80 {
  opacity: 80%;
}

.lh-153 {
  line-height: 153%;
}

.bg-darkBlue {
  background: #063d58 !important;
}

.black-color {
  color: var(--secondary-color);
}

.fs-15 {
  font-size: 15px;
}

.fs-18 {
  font-size: 18px;
}

.w-230 {
  max-width: 230px;
}

.me-150 {
  margin-right: 150px;
}

.rotate-180 {
  transform: rotate(-180deg);
}

.carousel-indicators [data-bs-target] {
  background-color: #e66927;
}

.owl-carousel .owl-stage {
  transition-timing-function: linear !important;
}

.bottom-150 {
  bottom: 150px !important;
}

.-margin-12 {
  margin-left: -12px !important;
}

.-top-80 {
  top: -80px !important;
}

.-bottom-80px {
  bottom: -80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.card-icon-container {
  width: 85.12px;
  height: 85.12px;
}

.fs-17px {
  font-size: 17px;
}

.lh-27px {
  line-height: 27px;
}

.card-line-one {
  width: 63.84px;
  height: 6.38px;
  background: #063d58;
}

.card-line-two {
  width: 21.28px;
  height: 6.38px;
  background: #063d58;
}

.mb-30 {
  margin-bottom: 30px;
}
.carousel-inner {
  overflow: hidden;
}

.carousel-item {
  width: 100% !important;
}

.instagram-gradient i {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-img {
  width: 105.16px;
  height: 105.16px;
  display: none;
}

.fs-13px {
  font-size: 13px;
}

.w-max-content {
  width: max-content;
}

.fs-12 {
  font-size: 12px;
}

.-translatex-50 {
  transform: translateX(-50%);
}

.box-shadow {
  box-shadow: var(--box-shadow);
}

/* owl carousel two */
#clienttestimonial .nav-btn {
  height: 50px;
  position: absolute;
  width: 50px;
  cursor: pointer;
  top: 100px !important;
  opacity: 1;
}

#clienttestimonial .owl-prev.disabled,
#clienttestimonial .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

#clienttestimonial .prev-slide {
  background: url(../images/nav-btn.png) no-repeat scroll 0 0;
  left: -5px;
  top: 40% !important;
}

#clienttestimonial .next-slide {
  background: url(../images/nav-btn.png) no-repeat scroll 0 0;
  right: -5px;
  top: 40% !important;
  transform: rotate(180deg);
}

#clienttestimonial .prev-slide:hover {
  background-position: 0px -53px;
}

#clienttestimonial .next-slide:hover {
  background-position: -24px -53px;
}
.benefit-des {
  padding-right: 45px;
}
#clienttestimonial .owl-nav {
  opacity: 1;
}

#clienttestimonial .prev-slide:hover,
#clienttestimonial .next-slide:hover {
  background-position: 0 0;
}

.owl-theme .owl-nav {
  margin-top: -25px;
}

.owl-theme .owl-dots .owl-dot span {
  background: #d3e8f1;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover :active {
  width: 30px !important;
  transition: 0.5s;
}

.owl-theme .owl-dots .owl-dot {
  transition: 0.5s;
  transform-origin: right;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0078ad;
}

/* owl carousel two */
#About-testimonial .nav-btn {
  height: 50px;
  position: absolute;
  width: 50px;
  cursor: pointer;
  top: 100px !important;
  opacity: 1;
}

#About-testimonial .owl-prev.disabled,
#About-testimonial .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

#About-testimonial .prev-slide {
  background: url(../images/nav-btn.png) no-repeat scroll 0 0;
  left: -5px;
  top: 40% !important;
}

#About-testimonial .next-slide {
  background: url(../images/nav-btn.png) no-repeat scroll 0 0;
  right: -5px;
  top: 40% !important;
  transform: rotate(180deg);
}

#About-testimonial .prev-slide:hover {
  background-position: 0px -53px;
}

#About-testimonial .next-slide:hover {
  background-position: -24px -53px;
}

#About-testimonial .owl-nav {
  opacity: 1;
}

#About-testimonial .prev-slide:hover,
#About-testimonial .next-slide:hover {
  background-position: 0 0;
}

.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--orange-border);
}

.form-input-control {
  outline: none;
  border: none;
}

.textarea {
  resize: none;
}

.textarea-lb-grey {
  color: #757575;
}

.form-input-control::placeholder {
  font-size: 12px;
  color: #757575;
}

.footer-media-w {
  width: 34.59px;
  height: 34.59px;
}

.fs-14px {
  font-size: 14.41px;
}
.fs-12px {
  font-size: 12.41px;
}

.gap-43px {
  gap: 43px;
}

.box-30px {
  width: 30.26px;
  height: 30.26px;
}

.gap-28px {
  gap: 28px;
}

.gap-30px {
  gap: 30px !important;
}

.w-fit-content {
  width: fit-content;
}

#certification .nav-btn {
  height: 50px;
  position: absolute;
  width: 50px;
  cursor: pointer;
  top: 100px !important;
  opacity: 1;
}

#certification .owl-prev.disabled,
#certification .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

#certification .prev-slide {
  background: url(../images/nav-btn.png) no-repeat scroll 0 0;
  left: -5px;
  top: 40% !important;
}

#certification .next-slide {
  background: url(../images/nav-btn.png) no-repeat scroll 0 0;
  right: -5px;
  top: 40% !important;
  transform: rotate(180deg);
}

#certification .prev-slide:hover {
  background-position: 0px -53px;
}

#certification .next-slide:hover {
  background-position: -24px -53px;
}

#certification .owl-nav {
  opacity: 1;
}

#certification .prev-slide:hover,
#certification .next-slide:hover {
  background-position: 0 0;
}
.col-lg-custom {
  width: 25%;
}

.-mt-50px {
  margin-top: -50px;
}

.wh-146-126px {
  width: 80px;
  height: 80px;
}
.join-head img {
  height: 70px;
}
/* owl carousel two */
#project .nav-btn {
  height: 50px;
  position: absolute;
  width: 50px;
  cursor: pointer;
  top: 100px !important;
  opacity: 1;
}

#project .owl-prev.disabled,
#project .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

#project .prev-slide {
  background: url(../images/nav-btn.png) no-repeat scroll 0 0;
  left: -5px;
  top: 40% !important;
}

#project .next-slide {
  background: url(../images/nav-btn.png) no-repeat scroll 0 0;
  right: -5px;
  top: 40% !important;
  transform: rotate(180deg);
}

#project .prev-slide:hover {
  background-position: 0px -53px;
}

#project .next-slide:hover {
  background-position: -24px -53px;
}

#project .owl-nav {
  opacity: 1;
}

#project .prev-slide:hover,
#project .next-slide:hover {
  background-position: 0 0;
}

.h-400px {
  height: 400px;
}

/* CEO Leader Section Styles */

.ceo-leader-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 18px 0px #063d581a;
  padding: 32px 24px;
  gap: 0;
}
.ceo-img-wrapper {
  background: linear-gradient(135deg, #e66927 0%, #eb9723 100%);
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 2px 12px 0px #e6692730;
  position: relative;
  display: inline-block;
}
.ceo-img {
  border-radius: 12px;
  box-shadow: 0 2px 8px 0px #063d5820;
  background: #fff;
}
.ceo-badge {
  top: 10px;
  left: 10px;
  background: #063d58;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 20px;
  box-shadow: 0 2px 8px 0px #063d5820;
  letter-spacing: 1px;
  z-index: 2;
}
.ceo-name {
  color: #063d58;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.ceo-title {
  color: #063d58;
  font-size: 2.2rem;
  font-weight: 800;
}
.ceo-desc {
  color: #292836b2;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.ceo-btn {
  border-radius: 8px;
  font-size: 16px;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px 0px #063d5810;
}
.ceo-btn.bg-darkBlue:hover {
  background: #e66927 !important;
  color: #fff !important;
}
.ceo-btn.bg-orange:hover {
  background: #063d58 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .ceo-leader-card {
    flex-direction: column !important;
    padding: 24px 10px;
    text-align: start;
  }
  .ceo-img-col {
    margin-bottom: 24px;
  }
  .ceo-title {
    font-size: 1.5rem;
  }
  .ceo-desc {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .ceo-leader-section {
    padding: 30px 0 20px 0;
    border-radius: 10px;
  }
  .ceo-leader-card {
    padding: 12px 2px;
    border-radius: 10px;
  }
  .ceo-img-wrapper {
    padding: 4px;
    border-radius: 8px;
  }
  .ceo-img {
    border-radius: 8px;
    max-height: 180px;
  }
  .ceo-badge {
    font-size: 11px;
    padding: 4px 10px;
  }
  .ceo-title {
    font-size: 1.1rem;
  }
  .ceo-name {
    font-size: 16px;
  }
}

/* Our Mission Section Styles */
.mission-section {
  background: var(--primary-color);
  border-radius: 18px;
  box-shadow: 0 4px 24px 0px #063d5830;
  padding: 60px 0 40px 0;
}
.mission-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 18px 0px #063d581a;
  border: 2.5px solid var(--yellesh-color);
  padding: 36px 32px;
  align-items: center;
  min-height: 320px;
}
.mission-img-wrapper {
  background: linear-gradient(135deg, #e66927 0%, #eb9723 100%);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 2px 12px 0px #e6692730;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 180px;
  max-width: 260px;
  max-height: 220px;
}
.mission-img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
}
.mission-content {
  padding-right: 12px;
}
.mission-label {
  color: var(--yellesh-color);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.mission-title {
  color: #063d58;
  font-size: 2.2rem;
  font-weight: 800;
}
.mission-desc {
  color: #292836b2;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.mission-btn {
  border-radius: 8px;
  font-size: 16px;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px 0px #063d5810;
}
.mission-btn.bg-darkBlue:hover {
  background: #e66927 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .mission-card {
    flex-direction: column !important;
    padding: 24px 10px;
    text-align: center;
  }
  .mission-content {
    padding-right: 0;
    margin-bottom: 18px;
  }
  .mission-img-wrapper {
    margin-bottom: 0;
    max-width: 180px;
    max-height: 140px;
    padding: 8px;
  }
  .mission-img {
    height: 90px;
  }
  .mission-title {
    font-size: 1.5rem;
  }
  .mission-desc {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .mission-section {
    padding: 30px 0 20px 0;
    border-radius: 10px;
  }
  .mission-card {
    padding: 12px 2px;
    border-radius: 10px;
  }
  .mission-img-wrapper {
    padding: 4px;
    border-radius: 8px;
    max-width: 120px;
    max-height: 80px;
  }
  .mission-img {
    border-radius: 8px;
    height: 50px;
  }
  .mission-title {
    font-size: 1.1rem;
  }
}

/* ========== Contact Form Styling ========== */

/* Title Text Styling */
.normal-blue-color {
  color: #063d58;
}

/* Contact Detail Icons */
.form-icon-size img {
  width: 18px !important;
  height: 18px !important;
}

.icon-size{
  width: 18px;
  height: 18px;
}

/* Contact Info Text */
.fs-12 {
  font-size: 14px;
  color: #333;
}

/* Form Right Card Styling */
.bg-white {
  background-color: #fdfdfd !important;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* Interest Radio Buttons */
.btn.border,
.orange-border {
  border-color: #f7b731 !important;
  background-color: #fff;
  color: #333;
  transition: all 0.2s ease-in-out;
}
.btn-check:checked + .btn {
  background-color: #f7b731;
  color: #fff;
}

/* Inputs */
.form-input-control,
textarea.form-control {
  border-radius: 6px;
  border: 1px solid #ddd;
  transition: border-color 0.3s ease;
}
.form-input-control:focus,
textarea:focus {
  border-color: #063d58;
  box-shadow: none;
  outline: none;
}

/* Submit Button */
.form-btn {
  background-color: #063d58 !important;
  padding: 10px 24px;
  font-size: 16px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}
.form-btn:hover {
  background-color: #052c3f !important;
}

/* Text Enhancements */
.normal-blue-color {
  color: #002e4d;
  font-size: 26px;
  line-height: 1.5;
}
.fs-12 {
  font-size: 14px;
  color: #333;
}

/* Radio Button Styling */
.btn-check:checked + .btn {
  background-color: #f7b731;
  color: #fff !important;
  border-color: #f7b731;
  box-shadow: 0 0 5px rgba(247, 183, 49, 0.4);
}
.btn.orange-border {
  border-color: #f7b731;
  background: #fff;
  color: #333;
  transition: all 0.2s ease-in-out;
}
.btn.orange-border:hover {
  background-color: #fef7e3;
  border-color: #f7b731;
}

/* Input & Textarea Design */
.form-input-control,
textarea.form-control {
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  background: #fbfbfb;
  transition: 0.2s;
}
.form-input-control:focus,
textarea:focus {
  border-color: #063d58;
  box-shadow: 0 0 0 0.2rem rgba(6, 61, 88, 0.15);
  outline: none;
}

/* Form Wrapper Card */
.bg-white {
  border-radius: 16px;
  background: #ffffffc7;
  backdrop-filter: blur(3px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.03);
}

/* Submit Button */
.form-btn {
  background-color: #063d58 !important;
  padding: 10px 28px;
  font-size: 16px;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
}
.form-btn:hover {
  background-color: #042f42 !important;
}


  .max-w-1062px {
    max-width: 1062px;
  }

  .text-brand-orange {
    color: #ff7a00;
  }

  .text-brand-blue {
    color: #063d58;
  }

  .font-urbanist {
    font-family: 'Urbanist', sans-serif;
  }

  .service-card {
    background: linear-gradient(145deg, #ffffff, #f9f9f9);
    transition: all 0.4s ease;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
  }

  .service-card:hover {
    transform: translateY(-5px);
    border-color: #ff7a00;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.07);
  }

  .icon-wrapper img {
    transition: transform 0.4s ease;
  }

  .service-card:hover .icon-wrapper img {
    transform: rotate(5deg) scale(1.05);
  }

  /* Animations */
  .fade-in {
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
  }

  .fade-in-slow {
    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
  }

  .fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 1s ease-in-out forwards;
  }

  @keyframes fadeIn {
    to {
      opacity: 1;
    }
  }

  @keyframes fadeUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Responsive Improvements */
  @media (max-width: 576px) {
    .service-card {
      padding: 1.5rem;
    }
    .icon-wrapper {
      text-align: center;
      margin-top: 1rem;
    }
  }


  .text-accent {
      color: #ff7a00;
  }

  .text-darkBlue {
      color: #063d58;
  }

  .service-card {
      background: #ffffff;
      position: relative;
      transition: all 0.4s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      z-index: 1;
  }

  .service-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  }

  .service-card:hover .glow-effect {
      opacity: 1;
      transform: scale(1.3);
  }

  .text-section p {
      color: #444 !important;
      line-height: 1.6;
  }

  .glow-effect {
      content: "";
      position: absolute;
      top: -30%;
      left: -30%;
      width: 160%;
      height: 160%;
      background: radial-gradient(circle at center, #ff7a0022, transparent 70%);
      opacity: 0;
      z-index: 0;
      transition: all 0.5s ease;
      border-radius: 50%;
      pointer-events: none;
  }

  .card-body {
      position: relative;
      z-index: 2;
  }

  @media (max-width: 576px) {
      .icon-section {
          margin-top: 10px;
      }
  }

    .hover-shadow:hover {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        transition: 0.3s;
    }
    .transition {
        transition: all 0.3s ease-in-out;
    }

    .text-white-color{
      color: white !important;
    }


/* Section Styling */
.tech-issue-section {
    background-color: #f8fafc;
}

.tech-issue-image img {
    transition: transform 0.3s ease;
    border-radius: 10px;
}

.tech-issue-image:hover img {
    transform: scale(1.03);
}

/* Text Styling */
.text-primary-dark {
    color: var(--dark-blue);
}

.text-secondary-dark {
    color: #555;
}

/* Button Styling */
.btn-orange {
    background-color: var(--orange);
    color: white;
    padding: 0.5rem 1.25rem;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.btn-orange:hover {
    background-color: #e58010;
    color: white;
}



/* Unique Section Background */
.solution-unique-section {
    background: linear-gradient(to right, #063d58, #0e506b);
    color: #fff;
}

/* Orange underline under heading */
.heading-highlight::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: var(--orange);
    margin: 0.5rem auto 0;
    border-radius: 2px;
}

/* Card and image styling */
.image-wrapper img {
    transition: transform 0.4s ease;
    border-radius: 12px;
}

.image-wrapper img:hover {
    transform: scale(1.03);
}

.bg-white {
    background-color: #fff !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.7);
}