* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --primary: #006f93;
  --primary-light: #00b6d6;
}

html,
body {
  overflow-x: hidden;
}

a {
  list-style: none;
  text-decoration: none !important;
}

ul li {
  list-style: none;
}

.heading {
  font-size: 45px;
  color: black;
  font-weight: 700;
}

/* btn-animated start */
.btn-animated {
  position: relative;
  padding: 14px 20px;
  background: var(--primary-light);
  /* BEFORE background */
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
  letter-spacing: 1px;
  overflow: hidden;
}

/* AFTER animation layer */
.btn-animated::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--primary);
  /* AFTER background color */
  transition: left 0.4s ease;
  z-index: 0;
}

.btn-animated span {
  position: relative;
  z-index: 1;
}

.btn-animated a {
  position: relative;
  z-index: 1;
  color: white;
}

/* Hover animation */
.btn-animated:hover::before {
  left: 0;
}


/* btn-animated end */

/* main-btn start */
.main-btn {
  color: var(--primary);
  letter-spacing: 1px;
}

.main-btn i {
  color: var(--primary);

}

/* main-btn end */

/* btn-animated-2 start */
.btn-animated-2 {
  position: relative;
  padding: 14px 20px;
  background: white;
  /* BEFORE background */
  color: white;
  font-size: 16px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
  letter-spacing: 1px;
}

/* AFTER animation layer */
.btn-animated-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--primary-light);
  /* AFTER background color */
  transition: left 0.4s ease;
  z-index: 1;
}

.btn-animated-2 span {
  position: relative;
  z-index: 1;
}

.btn-animated-2 a {
  position: relative;
  z-index: 1;
  color: var(--primary);
}

.btn-animated-2:hover a {
  color: w;
}

/* Hover animation */
.btn-animated-2:hover::before {
  left: 0;
}


/* btn-animated-2 end */


.top-head {
  font-size: 18px;
  color: var(--primary);
  font-weight: 500;
  letter-spacing: 1px;
  /* margin-bottom: 10px; */
}

/* top-header start */
.header-top {
  position: relative;
  z-index: 1;

}

.header-top img {
  height: 20px;
  width: 20px;
}


.header-top::before {
  /* content: ''; */
  height: 100%;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
  z-index: 3;
}

.header-top .content {
  z-index: 2;

}

.header-top .content p {
  color: black;
  margin-bottom: 0;
  line-height: 2;
  font-size: 16px;
}

.header-top .content a {
  color: black;
}

.header-top .content p i {
  color: white;
  background-color: var(--primary-light);
  padding: 8px;
  margin-right: 10px;
  border-radius: 50%;
  font-weight: 16px;
  font-weight: 14px;
  font-size: 20px;
}

.header-top .content p span {
  color: var(--primary);
}


.header-top .content a i {
  color: var(--primary-light);
}

.header-top .soci-icon a {
  border-radius: 50%;
  background: var(--primary-light);
  padding: 10px;
  margin: 0 5px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;

}

.header-top .soci-icon a:hover i {

  color: white;

}

.header-top .soci-icon a:hover {
  background-color: var(--primary);
}

.header-top .soci-icon a i {
  color: white;
  font-size: 14px;
}

.header-top .soci-icon span {
  color: white;
}


/* top-header end */

/* header start */

#header {
  background-color: var(--primary);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 190% !important;
}

.dropdown-item {
  border-bottom: 1px solid rgb(219, 219, 219) !important;
  margin-bottom: 2px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--primary) !important;
}

#header .navbar .nav-link {
  color: white;
  font-size: 17px;
  padding: 0 12px;
  font-weight: 400;
}

.navbar-toggler {
  border: none !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-toggler .fa-solid {
  color: white;
}

.navbar-expand-lg .navbar-nav {
  margin: auto !important;
}

.navbar-expand-lg .form .icon-box i {
  color: white;
}

.navbar-brand {
  font-size: 30px !important;
  color: white !important;
}

.navbar form .icon i {
  color: white;
  font-size: 50px;
  margin-right: 10px;
}

.navbar form .content p {
  color: white;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}

.navbar form .content p span {
  color: white;
  font-size: 16px;
  font-weight: 400;
}

/* header end */

/* home banner start */



/* home-banner section start */

.carousel-control-next-icon {
  background: var(--primary);
  border-radius: 50%;
}

.carousel-control-prev-icon {
  background: var(--primary);
  border-radius: 50%;
}

.carousel-indicators {
  display: none
}

#home-banner .home-banner-1 {
  display: block;
}

#home-banner .carousel-item {
  height: 85vh;
}


#home-banner {
  position: relative;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 35%, rgb(0 0 0 / 40%) 70%), url(img/banner.jpg);
  background-position: center;
}

.home-banner .carousel-inner .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translatey(-60%);
  height: fit-content;
  z-index: 10px;
}

.home-banner .top-head p {
  margin-right: 0 !important;
  font-size: 16px !important;
}


.carousel-caption {
  position: absolute;
  right: unset !important;
  bottom: 1.25rem;
  left: unset !important;
}

.home-banner .carousel-inner .first .carousel-caption {
  text-align: end;

}

.home-banner .carousel-inner .second .carousel-caption {
  text-align: start;
}

.home-banner .carousel-inner .carousel-caption h1 {
  font-size: 60px;
  color: white;
  /* color:black; */
  margin-bottom: 20px;
  /* font-family: popins; */
  font-weight: bold;
}

.home-banner .carousel-inner .carousel-caption h1 span {
  color: var(--secondary);
}

.home-banner .carousel-inner .carousel-caption p {
  font-size: 16px;
  font-weight: 400;
  color: white;
}

.home-banner .carousel-inner .carousel-caption .sub-head {
  color: var(--primary);
  margin-bottom: 20px;
}

.home-banner .carousel-inner .carousel-caption .left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  backdrop-filter: blur(2px);
  padding-right: 366px;
}


/* .home-banner .carousel-inner .carousel-caption p span{
  color: #1a72dc;
} */

.home-banner .carousel-inner .second .carousel-caption p:nth-child(2) {
  margin-right: 30%;
  margin-left: 0;
  margin-bottom: 15px;
}


.home-banner .carousel-inner .third .carousel-caption p:nth-child(2) {
  margin-left: 30%;
}

.home-banner .carousel-inner .carousel-caption .calling {
  background-color: white;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-left: 10px;
  text-align: end;
}

.home-banner .carousel-inner .carousel-caption .calling a i {
  color: var(--primary);
}

.home-banner .main-btn {
  padding: 6px 10px 6px 30px;
}

.home-banner .sec-btn {
  padding: 8px 10px 6px 30px;
}

/* 
.home-banner .carousel-inner .carousel-caption h5 {
  color: var(--primary);
} */



@keyframes call-ani {
  from {
    height: 20%;
    width: 16px;
  }

  to {}
}

/* home-banner section end */


/* feature-strip start */

.feature-strip {
  background: var(--primary);
  padding: 40px 100px;
}

.feature-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.feature-box.no-border {
  border-right: none;
}

.icon-box {
  width: 55px;
  height: 55px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.feature-box h5 {
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 700;
}

.feature-box p {
  font-size: 14px;
  margin-bottom: 0;
  opacity: 0.9;
}

/* Mobile adjustments */
@media (max-width: 991px) {
  .feature-box {
    border-right: none;
    padding-right: 0;
  }
}

/* feature-strip end */

/* about-sec start */
.about-company {
  background: #fff;
}

/* LEFT IMAGES */
.about-img-main img {
  border-radius: 12px;
}

.about-img-overlay {
  position: absolute;
  bottom: -40px;
  right: 40px;
  width: 260px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.about-img-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--primary-light);
}

.play-btn {
  position: absolute;
  inset: 0;
  background: rgba(0, 180, 200, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.play-btn i {
  font-size: 28px;
  color: #fff;
}


.about-content p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}

.about-content h6 {
  font-weight: 700;
  margin-bottom: 22px;
  font-size: 22px;
}

.about-list {
  list-style: none;
  padding: 0;
}

.about-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #555;
}

.about-list li::before {
  content: "➜";
  position: absolute;
  left: 0;
  color: #00b4c8;
}

/* BUTTON */
.about-btn {
  margin-top: 30px;
  padding: 14px 28px;
  font-size: 14px;
  background: #00b4c8;
  border: none;
  letter-spacing: 1px;
}

/* RESPONSIVE */


/* about-sec end */


/* company-stats starta */

.company-stats {
  background: url("img/company.jpg") center/cover no-repeat fixed;
  min-height: 280px;
  display: flex;
  align-items: center;
}

.company-stats .heading {
  color: white;

}

.company-stats .overlay {
  background: rgba(0, 25, 50, 0.75);
  width: 100%;
  padding: 90px 0;
}

.stats-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.counter {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 5px;
}

.counter span {
  font-size: 22px;
  vertical-align: super;
}

.company-stats p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .stats-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
  }

  .company-stats {
    background-attachment: scroll;
  }
}

@media (max-width: 575px) {
  .counter {
    font-size: 40px;
  }
}

/* company-stats starta */

/* services-section start */

.services-section {
  background: #ffffff;
}

.services-kicker {
  font-size: 12px;
  letter-spacing: .18em;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 10px;
}

.services-title {
  font-weight: 800;
  color: var(--ink);
  font-size: clamp(28px, 3.4vw, 44px);
  margin-bottom: 12px;
}

.services-subtitle {
  color: var(--muted);
  max-width: 820px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.7;
}

.service-card {
  border: 1px solid var(--primary);
  border-radius: 14px;
  padding: 28px 18px;
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(2, 32, 71, 0.10);
  border-color: rgba(11, 111, 134, .35);
}

.service-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 26px;
  margin-bottom: 18px;
}

.service-icon i {
  font-size: 35px;
}

.service-name {
  font-weight: 600;
  /* color: var(--ink); */
  margin-bottom: 10px;
  font-size: 20px;
}


.service-desc {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 18px;
  max-width: 240px;
}

.service-link {
  font-size: 12px;
  letter-spacing: .18em;
  font-weight: 800;
  text-decoration: none;
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.service-link .arrow {
  font-size: 16px;
  letter-spacing: 0;
  transform: translateY(-1px);
}

/* Active (first card) */
.service-card.is-active {
  background: var(--primary);
  border-color: var(--primary);
}

.service-card.is-active .main-btn {
  color: white;
}

.service-card.is-active .main-btn i {
  color: white;
}


.service-card.is-active .service-icon,
.service-card.is-active .service-name,
.service-card.is-active .service-link {
  color: #ffffff;
}

.service-card.is-active .service-desc {
  color: rgba(255, 255, 255, .78);
}

/* services-section end */

/* footer start */

.site-footer {
  background-color: #056c8f;
  color: #ffffff;
  padding: 70px 0 30px;
  font-size: 15px;
}

.footer-logo {
  font-size: 42px;
  font-weight: 700;
}

.footer-logo span {
  display: block;
  font-size: 11px;
  letter-spacing: 4px;
  margin-top: -5px;
}

.footer-text {
  margin: 20px 0;
  line-height: 1.7;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #ffffff;
  color: #056c8f;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  padding-left: 15px;
}

.footer-links a::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #9adcf3;
}

.footer-links a:hover {
  color: #9adcf3;
}

.footer-contact {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.footer-contact a {
  color: white;
}

.footer-contact i {
  font-size: 20px;
  margin-right: 15px;
  margin-top: 4px;
}

.footer-contact p {
  margin: 5px 0 0;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.3);
  margin: 40px 0 20px;
}

.footer-bottom {
  font-size: 14px;
}

.footer-bottom a {
  color: white;
}


/* footer end */

/* why-choose start */

/* WHY CHOOSE US */
#why-choose-us {
  background: linear-gradient(#006f93d6, #006f93), url(img/why-bg.avif);
  padding-left: 100px;
  padding-right: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}


.heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-subtitle {
  max-width: 750px;
  margin: 0 auto;
  color: #555;
  font-size: 16px;
}

.why-box {
  padding: 30px 10px;
  border-radius: 12px;
  /* text-align: center; */
  transition: 0.3s ease;
}

.why-box:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);

}

.why-box:hover {
  transform: translateY(-8px);
}

.why-icon {
  width: 70px;
  height: 70px;
  /* margin: 0 auto 20px; */
  border-radius: 50%;
  background-color: #056c8f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.why-box h5 {
  font-weight: 600;
  margin-bottom: 12px;
  color: white;
}

.why-box p {
  font-size: 15px;
  color: white;
  margin-bottom: 0;
}


/* why-choose end */


/* work-process start */
.work-process {
  background: #ffffff;
}

.process-badge {
  background: #eef2ff;
  color: #3f51b5;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 20px;
  letter-spacing: 1px;
}

.process-title {
  font-weight: 700;
  font-size: 34px;
  color: #0f172a;
}

.process-card {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.process-card:hover .process-img img {
  transform: scale(1.2);
  transition: 0.5s;
}

.process-img {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  overflow: hidden;
  border-radius: 50%;

}

.process-card p {
  font-size: 15px;
}

.process-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}


.process-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}


/* Responsive */
@media (max-width: 991px) {
  .process-arrow {
    display: none;
  }

  .process-title {
    font-size: 26px;
  }
}


/* work-process end */

/* cta start */

/* CTA SECTION */
.cta-section {
  position: relative;
  min-height: 420px;
  background: url("img/cta.png") center center / cover no-repeat fixed;
  color: #fff;
}

/* Dark overlay */
.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(8 20 40 / 47%);
  z-index: 1;
}

.cta-section .container {
  position: relative;
  z-index: 2;
}

.cta-section .heading {
  color: white;
}


.cta-desc {
  font-size: 16px;
  max-width: 720px;
  margin: 0 auto 30px;
  opacity: 1;
}

/* Button */
.cta-btn {
  background-color: #0dcaf0;
  color: #fff;
  padding: 14px 34px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background-color: #0bb3d9;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-title {
    font-size: 28px;
  }

  .cta-desc {
    font-size: 14px;
  }
}


/* cta end */

/* case-studies start */

.case-studies {
  background: #f9fbfd;
}

.section-tag {
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #0d6efd;
}


.section-desc {
  max-width: 650px;
  margin: auto;
  color: #6c757d;
}

/* Card */
.case-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e6eaf0;
  transition: all 0.4s ease;
  height: 100%;
  border: 1px solid var(--primary);
  border-top: none;
}


/* Image */
.case-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

/* Content */
.case-content {
  padding: 12px;
  border-top: none;
  padding-bottom: 15px;
}

.case-content h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.case-content p {
  font-size: 15px;
  color: #6c757d;
  margin-bottom: 18px;
}

/* case-studies end */

/* marquee start */

.marquee-section {
  background: black;
  /* yellow background */
  overflow: hidden;
  padding: 18px 0;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  animation: marquee 30s linear infinite;
}

.marquee-track span {
  font-size: 22px;
  font-weight: 600;
  color: white;
}

.marquee-track .star {
  font-size: 26px;
  font-weight: bold;
}

/* Animation */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* marquee end */


/* faq start */

.faq-section {
  background: #ffffff;
}



.accordion-item {
  border: none;
  margin-bottom: 15px;
}

.accordion-button {
  background: #f8f9fa;
  border-radius: 8px;
  font-weight: 600;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-button:not(.collapsed) {
  background: var(--primary) !important;
  color: white !important;
}

.accordion-button .icon {
  margin-left: auto;
  transition: 0.3s;
}

.accordion-button:not(.collapsed) .icon {
  transform: rotate(180deg);
  color: #fff;
}

.accordion-body {
  border-radius: 0 0 8px 8px;
  color: #555;
}

.accordion-button::after {
  display: none;
}

.accordion-button:focus {
  box-shadow: none !important;
}


/* faq end */


/* This is the whatsapp section */
/* whatsapp */
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .1s all ease-in-out;
  border-radius: 50%;
  font-size: 2rem;
  color: white !important;
  box-shadow: 0 0 .75rem #18d26e;
  background-color: #18d26e;
  z-index: 2;
}

/* .whatsapp:hover {
  background-color: white;
  color: #18d26e;
} */

.call {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  transition: .1s all ease-in-out;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2rem;
  color: white !important;
  background-color: black;
  box-shadow: 0 0 .5rem #eee;
  z-index: 2;
}

/* .call:hover {
  background-color: white;
  color: #222222;
} */


/* End whatsapp section */

/* breadcrumb start */
#breadcrumb {
  background: linear-gradient(to right, #00000091, rgb(0 0 0 / 3%), rgb(0 0 0 / 0%)), url(img/sub-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: center;
}

#breadcrumb h1 {
  font-size: 40px;
  font-weight: bold;
  color: white;
}

#breadcrumb .breadcrumb-item {
  color: white;
  font-size: 18px;
}

#breadcrumb .breadcrumb-item a {
  color: var(--primary-light) !important;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: white !important;
}

/* breadcrumb end */

/* contact page start */
.contact-section {
  background: #fff;
}

.custom-input {
  border: 1px solid #0dcaf0;
  padding: 14px !important;
  border-radius: 6px;
  border: 1px solid var(--primary) !important
}

.custom-input:focus {
  box-shadow: none;
  border-color: #0bbcd6;
}

.send-btn {
  background: #00bcd4;
  color: #fff;
  padding: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 6px;
}

.send-btn:hover {
  background: #00a4bb;
  color: #fff;
}

.icon-box {
  width: 48px;
  height: 48px;
  color: #00bcd4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 20px;
  margin-right: 15px;
}

.contact-section .right .contact-info .icon-box i {
  font-size: 30px;
}

.contact-section .right .contact-info h6 {
  font-size: 22px;
  font-weight: 700;
}

.form-control:focus {
  box-shadow: none !important;
}


/* contact page end */
.cert-thumb {
  cursor: pointer;
  transition: 0.3s;
}

.cert-thumb:hover {
  transform: scale(1.03);
}

/* Lightbox navigation */
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  font-size: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
}

.lightbox-nav.prev {
  left: 10px;
}

.lightbox-nav.next {
  right: 10px;
}


/* founder start */
/* 
#founder .img-box img{
  border-radius: 12px;
}
#founder .img-box{
  border-radius: 12px;
}
#founder .left p strong{
  color: var(--primary);
  font-size: 20px;
} */


/* founder end */

/* certificate start */
#certificate {
  background-color: #006f9317;
}

/* certificate start */

/* team-section section start */

.team-section .sub-head {
  margin: auto;
}

.team-section .swiper {
  width: 100%;
  padding: 30px 0;
}

.team-section .main-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}

.team-section .main-card:hover .icon-box {
  top: 67%;
  transform: translate(-49%, 54%);
  transition: 0.5s;
  opacity: 1;
}

.team-section .main-card .icon-box {
  position: absolute;
  left: 50%;
  top: 74%;
  transform: translate(-49%, 74%);
  background-color: var(--primary);
  opacity: 0;

}

.team-section .main-card .icon-box i {
  color: white;
  padding: 10px;
}


.team-section .card-img {
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
  margin-bottom: 10px;
  background-color: #95a3b517;
}

.team-section .main-card h5 {
  position: relative;
  color: black;
  margin-bottom: 20px;
}

.team-section .main-card h5::after {
  content: "";
  background-color: var(--primary);
  position: absolute;
  left: 50%;
  bottom: -10px;
  height: 2px;
  width: 80px;
  text-align: center;
  margin: auto;
  transform: translateX(-50%);
}

/* Custom Swiper Buttons */
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  /* aapke theme ka primary color */
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  padding: 24px 20px;
}

.team-page .main-card {
  margin-top: 15px;
  box-shadow: none;
  border: none;

}

.team-page .div {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}


/* Left arrow ko thoda aur left side le jao */
.swiper-button-prev {
  left: -60px;
  /* ðŸ‘ˆ adjust according to your design */
}

/* Right arrow ko thoda aur right side le jao */
.swiper-button-next {
  right: -60px;
  /* ðŸ‘ˆ adjust according to your design */
}

.swiper-button-prev i {
  color: white;
}

.swiper-button-next i {
  color: white;
}

.swiper-button-prev:hover {
  background-color: white;
}

.swiper-button-next:hover {
  background-color: white;
}


.swiper-button-prev:hover i {
  color: var(--primary);
}

.swiper-button-next:hover i {
  color: var(--primary);
}


/* Default arrow icon ko hatakar Font Awesome lagayenge */
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
  /* âŒ default swiper arrow hide */
}

/* team-section section end */



/* case-studies-page start */
.case-banner {
  background: linear-gradient(135deg, #0d6efd, #084298);
  padding: 80px 0;
}

.case-banner h1 {
  font-weight: 700;
  margin-bottom: 10px;
}

.case-banner p {
  font-size: 16px;
  opacity: 0.9;
}

/* Case Study page Section */
/* Latest Cases Box */
.latest-cases-box {
  background: #006f8e;
  padding: 25px;
  border-radius: 16px;
  color: #fff;
}

.box-title {
  font-weight: 600;
  margin-bottom: 20px;
}

.case-item {
  display: flex;
  /* gap: 15px; */
  margin-bottom: 18px;
  align-items: center;
}

.case-item img {
  width: 120px;
  height: 85px;
  border-radius: 12px;
  object-fit: cover;
}

.case-content h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: white;
}

.case-content span {
  font-size: 13px;
  opacity: 0.85;
  color: white;

}

/* CTA Box */
.case-cta-box {
  background: url("img/contact.jpg") center/cover no-repeat;
  border-radius: 16px;
  overflow: hidden;
}

.case-cta-box .overlay {
  background: rgba(0, 0, 0, 0.55);
  padding: 40px 25px;
  text-align: center;
  color: #fff;
}

.case-cta-box h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

.case-studies-page .left img {
  border-radius: 20px;
}

/* case-studies-page end */

/* error-page start */
#error-page {
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgb(0, 0, 0)), url(img/error.jpg);
  background-size: cover;
  height: 85vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

#error-page h1 {
  font-size: 200px;
  color: white;
}

#error-page h2 {
  font-size: 70px;
  color: white;
  margin-bottom: 20px;
}

#error-page p {
  font-size: 18px;
  color: white;
  margin-bottom: 20px;

}

#error-page .btn-animated {
  width: fit-content;
}

/* service-details start */
#service-details ul li i {
  font-size: 10px;
}

#service-details ul {
  padding-left: unset;
}

/* our-team start */

#Our-team .content h4 {
  font-weight: bold;

}

#Our-team .content h4 span {
  color: var(--primary);
  font-size: 20px;

}

#Our-team .content .img-box {
  position: relative;
}

#Our-team .content .img-box img {
  border-radius: 10px;
}

#Our-team .content .img-box-2 img {
  border-radius: 10px;
}

#Our-team .content .img-box::after {
  position: absolute;
  left: -10px;
  top: -10px;
  background-color: var(--primary-light);
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  border-radius: 10px;
}

#Our-team .content .img-box-2::after {
  position: absolute;
  right: -10px;
  bottom: -10px;
  background-color: var(--primary-light);
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  border-radius: 10px;
}

#Our-team .content .img-box-2 {

  position: relative;
}

/* our-team end */

/* vision-sec start */

/* Section */
.vision-section {
  overflow: hidden;
}

.vision-section .overlay {
  background: rgba(0, 25, 50, 0.75);
  width: 100%;
  padding: 90px 0;
  background: url(img/company.jpg) center / cover no-repeat fixed;
  min-height: 280px;
  display: flex;
  align-items: center;

}

/* LEFT BOX */
.left-box {
  background: linear-gradient(135deg, #0b1f3a, #0e2a50);
  color: #fff;
  padding: 60px;
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
}

/* Glow effect on hover */


/* Animated border line */
.left-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0%;
  background: #c9a14a;
  transition: 0.5s;
}

.left-box:hover::before {
  height: 100%;
}

.left-box h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.left-box i {
  font-size: 40px;
  color: #c9a14a;
  margin-bottom: 15px;
}

.left-box p {
  opacity: 0.9;
  line-height: 1.7;
}


/* RIGHT BOX */
.right-box {
  color: white;
  padding: 60px;
  height: 100%;
  background: rgba(0, 25, 50, 0.75);
  width: 100%;
  padding: 90px 0;
  background: linear-gradient(rgba(0, 25, 50, 0.75), rgba(0, 25, 50, 0.75)), url(img/company.jpg) center / cover no-repeat fixed;



}

.right-box h5 {
  margin-bottom: 30px;
  letter-spacing: 1px;
  color: white;

}

/* FEATURE BOX */
.feature-box {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 10px;
  transition: all 0.4s ease;
  cursor: pointer;
}

/* Hover card effect */
.feature-box:hover {
  background: #f8f9fc;
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Icon circle */
.feature-box i {
  font-size: 30px;
  color: var(--primary-light);
  padding: 12px;
  border-radius: 50%;
  transition: 0.4s;
}

/* Icon hover animation */
.feature-box:hover i {
  color: var(--primary);
}

/* Text */
.feature-box p {
  margin: 0;
  font-size: 15px;
  color: white;
  transition: 0.3s;
}

.feature-box:hover p {
  color: #0b1f3a;
  font-weight: 500;
}

/* Responsive */
@media(max-width:768px) {

  .left-box,
  .right-box {
    padding: 35px;
  }
}

/* vision-sec end */

/* blog-page start */
.blog-page .case-card {
  border: none;
}

.blog-page .case-content {
  padding: 12px 0;
}

.blog-page .icon i {
  color: var(--primary);
}

/* blog-page end */


/* blog-details start */
.blog-details .icon i {
  color: var(--primary);
}

.blog-details ul li{
  list-style: unset;
}