@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container h2 span {
  color: #00bbf0;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box .bg_img_box {
  min-width: 100%;
  min-height: 100%;
}

.hero_area .hero_bg_box img {
  min-width: 100%;
  min-height: 100%;
}

.sub_page .hero_area {
  min-height: auto;
  background: linear-gradient(130deg, #231a6f, #0f054c);
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #00bbf0;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #00bbf0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 145px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #00204a;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 14px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #007fa4;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .img-box {
  margin: 45px 0;
}

.slider_section .img-box img {
  width: 100%;
  -webkit-animation: upDown 5s infinite;
          animation: upDown 5s infinite;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #00bbf0;
}

.service_section {
  position: relative;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 45px;
  background-color: #f8f8f9;
  padding: 20px;
  border-radius: 5px;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-bottom: 15px;
}

.service_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #00204a;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #00bbf0;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.service_section .btn-box a:hover {
  background-color: #007fa4;
}

.about_section {
  background-color: #00204a;
  color: #ffffff;
}

.about_section .heading_container {
  margin-bottom: 45px;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box h3 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #007fa4;
}

.why_section .box {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.projects_section {
  padding: 80px 0;
  background: white;
  position: relative;
  overflow: hidden;
}

.projects_section > * {
  position: relative;
  z-index: 2;
}

.projects_section .heading_container {
  text-align: center;
  margin-bottom: 60px;
}

.projects_section .heading_container h2 {
  color: #00204a;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.projects_section .heading_container h2 span {
  color: #00bbf0;
}

.project-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.tab-btn {
  background: rgba(0, 32, 74, 0.1);
  border: 2px solid rgba(0, 32, 74, 0.3);
  color: #00204a;
  padding: 12px 20px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  backdrop-filter: blur(10px);
}

.tab-btn:hover {
  background: rgba(0, 32, 74, 0.2);
  transform: translateY(-2px);
}

.tab-btn.active {
  background: #00204a;
  color: white;
  border-color: #00204a;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.project-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 32, 74, 0.1);
  box-shadow: 0 5px 15px rgba(0, 32, 74, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 32, 74, 0.15);
}

.project-header {
  background: #00204a;
  color: white;
  padding: 25px;
  text-align: center;
  position: relative;
}

.project-icon {
  font-size: 3rem;
  margin-bottom: 15px;
  opacity: 0.9;
}

.project-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.project-client {
  font-size: 0.9rem;
  opacity: 0.9;
  font-style: italic;
}

.project-body {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.project-description {
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.project-status {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.status-completed {
  background: #d4edda;
  color: #155724;
}

.status-ongoing {
  background: #fff3cd;
  color: #856404;
}

.project-impact {
  background: #f8f9fa;
  border-left: 4px solid #00204a;
  padding: 15px;
  margin-top: 15px;
  border-radius: 0 10px 10px 0;
}

.project-impact h6 {
  color: #00204a;
  font-weight: 600;
  margin-bottom: 10px;
}

.project-impact ul {
  list-style: none;
  padding: 0;
}

.project-impact li {
  padding: 3px 0;
  color: #555;
  font-size: 0.9rem;
}

.project-impact li::before {
  content: '✓';
  color: #28a745;
  font-weight: bold;
  margin-right: 8px;
}

.stats-section {
  background: #00204a;
  border-radius: 15px;
  padding: 40px;
  margin-top: 50px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  text-align: center;
}

.stat-item {
  color: white;
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #ffd700;
  display: block;
}

.stat-label {
  font-size: 1.1rem;
  margin-top: 10px;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .projects-grid {
      grid-template-columns: 1fr;
  }
  
  .project-tabs {
      flex-direction: column;
      align-items: center;
  }
  
  .tab-btn {
      width: 100%;
      max-width: 300px;
      text-align: center;
  }
}

.why_section .box .img-box {
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 100%;
  border: 5px solid #00204a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.why_section .box .img-box img {
  width: 55px;
  height: auto;
  fill: #00204a;
}

.why_section .box h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

.why_section .box p {
  margin-bottom: 0;
}

.why_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.why_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.why_section .btn-box a:hover {
  background-color: #007fa4;
}

/*team section */
/* =========================
   Team Slider (scoped)
   ========================= */

   .team_section{
    background-color: #00204a;
   }
   #team {
    --gap: 1.25rem;
    --card-bg: #ffffff;
    --ink: #0f172a;          /* headings */
    --muted: #5b6b7a;        /* roles, subtle text */
    --brand: #0d6efd;        /* LinkedIn button (Bootstrap primary-ish) */
    --ring: white;
    --ring-strong: white;
  }
  
  #team .team-slider-container {
    position: relative;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 1rem;
  }
  
  #team .team-slider {
    display: flex;
    gap: var(--gap);
    overflow-x: auto;
    overflow-y: visible;
    padding: 0.5rem 0 0.75rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  
  #team .team-slider::-webkit-scrollbar {
    height: 8px;
  }
  #team .team-slider::-webkit-scrollbar-track {
    background: transparent;
  }
  #team .team-slider::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.15);
    border-radius: 999px;
  }
  
  /* Card */
  #team .team-member {
    position: relative;
    flex: 0 0 calc(25% - var(--gap) * 0.75);
    min-width: 260px;
    background: var(--card-bg);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 16px;
    box-shadow: var(--ring);
    padding: 1.25rem 1.25rem 4.25rem; /* extra bottom for social button */
    scroll-snap-align: start;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  }
  
  #team .team-member::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: linear-gradient(90deg, var(--brand), #60a5fa);
    opacity: 0.9;
  }

  .team-title{
    color: white;
  }
  
  #team .team-member:hover {
    transform: translateY(-4px);
    box-shadow: var(--ring-strong);
    border-color: rgba(15, 23, 42, 0.12);
  }
  
  /* Member text */
  #team .team-member .member-info h5 {
    margin: 0 0 0.25rem 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.3;
  }
  
  #team .team-member .member-info p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--muted);
  }
  
  /* Social */
  #team .team-member .social_box {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: flex;
    gap: 10px;
  }
  
  #team .team-member .social_box a {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--brand);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(13, 110, 253, 0.35);
    transition: transform 150ms ease, box-shadow 150ms ease, opacity 150ms ease;
  }
  #team .team-member .social_box a:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(13, 110, 253, 0.45);
  }
  #team .team-member .social_box a:focus-visible {
    outline: 3px solid rgba(13,110,253,0.35);
    outline-offset: 2px;
  }
  
  /* Controls */
  #team .slider-controls {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
  }
  
  #team .slider-btn {
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: #fff;
    color: #0b2239;
    box-shadow: var(--ring);
    cursor: pointer;
    transition: transform 150ms ease, box-shadow 150ms ease, opacity 150ms ease;
  }
  #team .slider-btn:hover { transform: translateY(-2px); box-shadow: var(--ring-strong); }
  #team .slider-btn:disabled { opacity: 0.45; cursor: not-allowed; }
  #team .slider-btn:focus-visible { outline: 3px solid rgb(255, 255, 255); outline-offset: 2px; }
  
  /* Indicators (expect children added via JS) */
  #team .slider-indicators {
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  #team .slider-indicators > * {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgb(255, 255, 255);
    transition: width 180ms ease, background 180ms ease;
  }
  #team .slider-indicators > *.active {
    width: 22px;
    background: var(--brand);
  }
  
  /* Responsive */
  @media (max-width: 1199.98px) {
    #team .team-member { flex-basis: calc(33.333% - var(--gap) * 0.666); }
  }
  @media (max-width: 991.98px) {
    #team .team-member { flex-basis: calc(50% - var(--gap) * 0.5); }
  }
  @media (max-width: 575.98px) {
    #team .team-slider-container { padding-inline: 0.5rem; }
    #team .team-slider { padding-inline: 0.5rem; }
    #team .team-member {
      flex-basis: 85%;
      min-width: 0;
    }
    #team .slider-btn { display: none; } /* rely on swipe on mobile */
  }
  
  /* Optional: prefers-reduced-motion */
  @media (prefers-reduced-motion: reduce) {
    #team .team-member,
    #team .slider-btn,
    #team .team-member .social_box a {
      transition: none;
    }
  }
  

/*team section end*/
/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  margin-bottom: -50px;
  margin-left: 25px;
  position: relative;
}

.client_section .box .img-box img {
  border-radius: 100%;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_id .client_info h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.client_section .box .client_id .client_info p {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 75px 25px 25px 25px;
}

.client_section .box .detail-box i {
  color: #00204a;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  color: #000000;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  color: #00204a;
}

/* client section end */
.info_section {
  background-color: #00204a;
  color: #ffffff;
  padding: 45px 0 15px 0;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_col {
  margin-bottom: 30px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #00bbf0;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #00bbf0;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a:hover {
  color: #00bbf0;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #007fa4;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #00204a;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}

.nacare_section {
  padding: 80px 0;
  background-color: #00204a; /* fallback */
  /* Hold dark until ~70%, then fade to white */
  background-image: linear-gradient(180deg,
   #00204a 0%,
    #00204a 70%,
    #ffffff 100%
  );
  position: relative;
  overflow: hidden;
}


.nacare_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.nacare_section .container {
  position: relative;
  z-index: 2;
}

.nacare_section .heading_container h2 {
  color: #fff;
}

.nacare_section .heading_container h2 span {
  color: #ffd700;
}

.nacare-intro {
  text-align: center;
  margin-bottom: 50px;
}

.nacare-intro h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.nacare-intro p {
  color: rgba(255,255,255,0.9);
  font-size: 18px;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto 15px;
}

.nacare-intro em {
  display: block;
  color: #ffd700;
  font-style: italic;
  margin-top: 20px;
  font-size: 16px;
}

.nacare-content {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 50px;
}

/* Logo Container */
.nacare-logo-container {
  flex: 0 0 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nacare-logo-wrapper {
  background: rgba(255, 255, 255, 0.95);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.nacare-logo-svg {
  width: 100%;
  height: auto;
  display: block;
}

/* Features Section */
.nacare-features {
  flex: 1;
}

.nacare-features h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

.nacare-features .feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px; /* horizontal space between columns */
  row-gap: 16px;    /* vertical space between items */
  padding: 0;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.nacare-features .feature-item {
  margin-bottom: 0;
  width: 100%;
}

.feature-item {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  padding: 18px 25px;
  margin-bottom: 15px;
  border-radius: 50px;
  border-left: 4px solid #ffd700;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s;
}

.feature-item:hover {
  background: rgba(255,255,255,0.15);
  transform: translateX(10px);
}

.feature-bullet {
  width: 12px;
  height: 12px;
  background: #ffd700;
  border-radius: 50%;
  flex-shrink: 0;
}

.feature-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .nacare-content {
    flex-direction: column;
    gap: 40px;
  }

  .nacare-logo-container {
    flex: 0 0 auto;
  }

  .nacare-logo-wrapper {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .nacare_section {
    padding: 60px 0;
  }

  .nacare-intro h3 {
    font-size: 24px;
  }

  .nacare-intro p {
    font-size: 16px;
  }

  .nacare-logo-wrapper {
    padding: 20px;
  }

  .nacare-features h4 {
    font-size: 20px;
  }

  .feature-item {
    padding: 15px 20px;
  }

  .feature-text {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .nacare-logo-wrapper {
    padding: 15px;
    max-width: 280px;
  }
}

@media (max-width: 767px) {
  .nacare-features .feature-list {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=style.css.map */