* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: white !important;
  overflow-x: hidden;
}



/* @font-face {
  font-family: 'Albra Book TRIAL Medium TRIAL';
  src: url('../font/AlbraBookTRIAL-Medium.woff2') format('woff2'),
    url('../font/AlbraBookTRIAL-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Albra Book TRIAL Semi TRIAL';
  src: url('../font/AlbraBookTRIAL-Semi.woff2') format('woff2'),
    url('../font/AlbraBookTRIAL-Semi.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins-Bold.woff2') format('woff2'),
    url('../font/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



/* @font-face {
  font-family: 'Albra Book TRIAL Bold TRIAL';
  src: url('../font/AlbraBookTRIAL-Bold.woff2') format('woff2'),
    url('../font/AlbraBookTRIAL-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins-Regular.woff2') format('woff2'),
    url('../font/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




dl,
ol,
ul {
  padding: 0;
  margin: 0;
}

li {
  font-family: 'Poppins';
  list-style: none;
}

a {
  font-family: 'Poppins';
  text-decoration: none;
}

p,
li {
  font-family: 'Poppins';
  font-size: 16px;
  color: #3d3d3d;
  font-weight: 500 !important;
}

h1,
h2 {
  font-family: 'Poppins';
}

h3,
h4,
h5,
h6 {
  font-family: 'Poppins';
  color: #000;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.625rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-family: 'Geraldton';
}

.pt-6 {
  padding-top: 60px;
}

.pb-6 {
  padding-bottom: 60px;
}

:root {
  --primary-color: #0085fd !important;
  --secondary-color: #00194c !important;
  --black-color: #000 !important;
  --white-color: #fff !important;
}

.bg-blue-dark {
  background-color: var(--secondary-color) !important;
}

.text-blue {
  color: var(--primary-color) !important;
}

.text-blue-dark {
  color: var(--secondary-color) !important;
}

img {
  width: 100%;
  max-width: 100%;
  transition: 0.4s ease;
}

.text-primary {
  color: #19184d !important;
}

/* New Hero Section Styling */
.hero-sec {
  position: relative !important;
  width: 100%;
}

.hero-sec .swiper-slide {
  height: 800px;
  /* or 100vh */
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-sec .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 17, 51, 0);
  /* Dark Blue Overlay */
  display: flex;
  align-items: center;
}

.hero-sec .slide-container {
  width: 100%;
  max-width: 1320px;
  /* Bootstrap Container width */
  margin: 0 auto;
  padding: 0 15px;
}

.hero-sec .content {
  max-width: 700px;
  color: #ffffff;
}

.hero-sec .content h6 {
  color: #ffffff;
  font-weight: 500 !important;
  letter-spacing: 2px;
  margin-bottom: 15px;
  background: #003299;
  padding: 10px;
  display: inline-block;
  font-family: 'Poppins';
}

.hero-sec .content h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #ffffff;
  font-family: 'Poppins';
  text-transform: uppercase;
}

.hero-sec .content h1 span {
  color: #0085fd;
}

.hero-sec .content p {
  font-size: 18px;
  line-height: 28px;
  color: #e0e0e0;
  margin-bottom: 35px;
}

.hero-sec .header-btn {
  display: inline-block;
  background-color: #0085fd;
  color: #ffffff;
  padding: 15px 40px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.hero-sec .header-btn:hover {
  background-color: #ffffff;
  color: #031133;
}

@media (max-width: 768px) {
  .hero-sec .swiper-slide {
    height: 600px;
  }

  .hero-sec .content h1 {
    font-size: 40px;
  }
}

/* Custom Header Styling */
.secure-navbar {
  background-color: #00194c;
  /* Dark Blue */
  padding-top: 0px;
  padding-bottom: 0px;
}

.secure-navbar .navbar-brand img {
  height: auto;
}

.secure-navbar .nav-item .nav-link {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 0 20px;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.secure-navbar .nav-item .nav-link:hover,
.secure-navbar .nav-item .nav-link.active {
  color: #0085fd;
  /* Primary Color */
}

.secure-navbar .btn {
  font-size: 20px;
}

.secure-navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
}

.secure-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Slider Nav */
.tp-hero-button-prev,
.tp-hero-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.tp-hero-button-prev:hover,
.tp-hero-button-next:hover {
  background: #0085fd;
  border-color: #0085fd;
}

.tp-hero-button-prev {
  left: 50px;
}

.tp-hero-button-next {
  right: 50px;
}

/* Services Slider Area */
.services-slider-area {
  background-color: #fff;
  overflow: hidden;
  background-image: url(../img/services-bg.png);
  background-size: 100% 100%;
  background-position: center;
}

/* Left Side Content */
.tp-service-left .tp-section-title {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
  color: var(--black-color);
}

.tp-service-slider-wrap .swiper-slide {
  height: 340px !important;
}

.tp-service-left-text {
  color: #555;
  margin-bottom: 40px;
}

.tp-service-feature-item {
  margin-bottom: 30px;
}

.tp-service-feature-icon {
  margin-bottom: 15px;
}

.tp-service-feature-icon i,
.tp-service-feature-icon img {
  font-size: 40px;
  color: var(--secondary-color);
}

.tp-service-feature-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--black-color);
}

.tp-service-feature-text {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

/* Slider Wrap */
.tp-service-slider-wrap {
  height: 720px;
  /* Fixed height for vertical slider container */
  padding-right: 20px;
  position: relative;
}

.tp-service-slider-active {
  height: 100%;
  /* Important for vertical swiper */
}

/* Slide Item */
.tp-service-slide-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  /* Remove min-height to let swiper handle it, or keep for safety */
}

.tp-service-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  z-index: 1;
}

.tp-service-card {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  max-width: 280px;
  /* Slightly wider */
  width: 100%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  /* Softer shadow */
  z-index: 2;
  /* Ensure it's above bg */
}

.tp-service-card-icon {
  margin-bottom: 20px;
}

.tp-service-card-icon img,
.tp-service-card-icon i {
  font-size: 45px;
  width: 50px !important;
  color: var(--primary-color);
}

.tp-service-card-title {
  font-size: 24px;
  /* Larger title */
  font-weight: 700;
  margin-bottom: 15px;
  color: #0b0b2b;
  /* Darker text */
  line-height: 1.3;
}

.tp-service-card-desc {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 5px;
  border-bottom: 1px solid #eaeaea;
  /* Divider line */
}

.tp-service-btn {
  display: inline-flex;
  align-items: center;
  background-color: #0d6efd;
  /* Bright blue */
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 4px;
  transition: 0.3s;
  letter-spacing: 0.5px;
}

.tp-service-btn:hover {
  background-color: var(--tp-common-black);
  color: #fff;
}

.tp-service-btn i {
  margin-left: 8px;
  font-size: 12px;
}

/* -------------------------------------------------------------------------
   Testimonial Area
------------------------------------------------------------------------- */
.testimonial-new-area {
  background-color: #00194c;
  /* Deep blue from design */
  position: relative;
  /* Creating a subtle grid/dot pattern overlay */
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 30px 30px;
}

.tp-testimonial-section-title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.tp-testimonial-section-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 26px;
}

/* Left Image Card */
.tp-testimonial-img-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.tp-testimonial-img-card img.main-img {
  width: 100%;
  border-radius: 20px;
  height: 400px;
  /* specific height to match design constraint */
  object-fit: cover;
}

.tp-trusted-badge {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width: max-content;
}

.tp-trusted-badge span {
  font-weight: 700;
  font-size: 14px;
  color: var(--tp-heading-primary);
  margin-right: 15px;
}

.tp-trusted-avatars img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
}

.tp-trusted-avatars img:first-child {
  margin-left: 0;
}

.tp-trusted-badge-arrow {
  background: var(--primary-color);
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  font-size: 12px;
}

/* Right Testimonial Slider Card */
.tp-testimonial-slider-card {
  background: #fff;
  border-radius: 20px;
  padding: 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tp-testimonial-user {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.tp-testimonial-user img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
  object-fit: cover;
}

.tp-testimonial-user-info h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--tp-heading-primary);
}

.tp-testimonial-user-info span {
  font-size: 14px;
  color: #3b3b3b;
}

.tp-testimonial-text {
  font-size: 18px;
  line-height: 30px;
  color: #3b3b3b;
  margin-bottom: 40px;
}

.tp-testimonial-nav {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.tp-testimonial-button-prev,
.tp-testimonial-button-next {
  width: 40px;
  /* Explicit width */
  height: 40px;
  /* Explicit height */
  display: flex;
  /* Flex to center icon */
  align-items: center;
  /* Center vertically */
  justify-content: center;
  /* Center horizontally */
  background: transparent;
  border: none;
  color: var(--tp-heading-primary);
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
  position: static;
  /* Override Swiper default positioning */
  margin: 0;
}

.tp-testimonial-button-prev::after,
.tp-testimonial-button-next::after {
  display: none;
  /* Hide default swiper icons */
}

.tp-testimonial-button-prev:hover,
.tp-testimonial-button-next:hover {
  color: var(--primary-color);
}

.tp-testimonial-slider-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 50px;
  height: auto;
  overflow: hidden;
  /* FIX */
  position: relative;
}

.tp-testimonial-text {
  font-size: 18px;
  line-height: 30px;
  color: #3b3b3b;
  margin-bottom: 40px;
  word-break: break-word;
  /* FIX */
  overflow-wrap: break-word;
  /* FIX */
}

/* Fix for testimonial slider alignment */
.tp-testimonial-slider-active .swiper-slide {
  width: 100% !important;
  display: flex;
  height: auto; /* Allow height to adapt */
}

/* New Item Wrapper */
.tp-testimonial-item-new {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Enhanced User Image */
.tp-testimonial-user img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-right: 20px;
  object-fit: cover;
  border: 3px solid rgba(0, 133, 253, 0.1); /* Subtle border */
  padding: 3px;
  transition: all 0.3s ease;
}

.tp-testimonial-user:hover img {
  border-color: var(--primary-color);
  transform: scale(1.05);
}

/* Quote Icon Decoration */
.tp-testimonial-item-new::before {
  content: "\f10d"; /* FontAwesome quote icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 40px;
  color: rgba(0, 133, 253, 0.1);
  position: absolute;
  top: 0;
  right: 0;
}

/* Process Area */
.process-area {
  /* background: linear-gradient(90deg, #001233 0%, #003366 100%); */
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url(../img/bg-feature.png);
  background-size: 100% 100%;
  background-position: center;
}

/* Header */
.tp-process-header {
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
}

.tp-process-title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.tp-process-title span {
  color: var(--primary-color);
}

.tp-process-stats-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
  height: 100%;
  align-items: center;
}

.tp-process-stat-item {
  position: relative;
}

.tp-process-stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
}

.tp-process-stat-number {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}

.tp-process-stat-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

/* Process Cards */
.tp-process-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s;
  position: relative;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: auto;
  transition: all 0.5s ease !important;
}


.tp-process-card::after {
  position: absolute;
  content: "";
  right: -122px;
  top: 50%;
  transform: translateY(-50%);
  width: 110px;
  height: 2px;
  border-top: 2px dashed rgba(255, 255, 255, 0.3);
  z-index: -1;
}

.col-lg-3:last-child .tp-process-card::after {
  display: none;
}

/* Responsive arrows */
@media (max-width: 991px) {
  .tp-process-card::after {
    display: none;
  }

  .tp-process-card {
    margin-bottom: 30px;
  }
}

.tp-process-icon {
  margin-bottom: 25px;
}

.tp-process-icon img,
.tp-process-icon i {
  width: 55px !important;
  color: var(--primary-color);
  transition: 0.3s;
}

.tp-process-card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: var(--tp-common-black);
  text-transform: uppercase;
  transition: 0.3s;
}

/* Hover / Active Effects */
.tp-process-card:hover,
.tp-process-card.active {
  background: linear-gradient(180deg, #00C6FF 0%, #0072FF 100%);
  transform: translateY(-10px);
}

.tp-process-card:hover .tp-process-icon i,
.tp-process-card.active .tp-process-icon i,
.tp-process-card:hover .tp-process-card-title,
.tp-process-card.active .tp-process-card-title {
  color: #fff;
}


/* -------------------------------------------------------------------------
   Experience Area
------------------------------------------------------------------------- */
.tp-experience-badge {
  display: inline-flex;
  align-items: center;
  background: #fff;
  padding: 15px 25px;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
}

.tp-experience-badge .experience-number {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary-color);
  /* Uses main blue color */
  line-height: 1;
  margin-right: 15px;
}

.tp-experience-badge .experience-text {
  display: flex;
  flex-direction: column;
}

.tp-experience-badge .experience-text span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--tp-common-black);
  text-transform: uppercase;
}

.tp-experience-content p {
  font-size: 16px;
  line-height: 28px;
  color: #3b3b3b;
}

.tp-experience-list ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-heading-primary);
  margin-bottom: 15px;
  position: relative;
  padding-left: 0;
}

.tp-experience-list ul li i {
  color: var(--primary-color);
  margin-right: 10px;
  font-size: 8px;
  /* Making the bullet small like a dot if using fontawesome circle, or we can use generic */
  transform: translateY(-2px);
}

/* Adjusting to match design "blue dot" */
.tp-experience-list ul li i.fa-circle-check {
  font-size: 14px;
  /* Reset size for check icon if preferred, or use circle */
  content: "\f111";
  /* fa-circle solid */
}

/* Let's stick to the fa-circle-check or just a simple bullet as per design which looks like a blue dot */
/* Removed empty ruleset for .tp-experience-list ul li i::before */

/* Mission Card */
.tp-mission-card {
  background-color: #0085fd;
  /* Blue */
  padding: 10px 40px !important;
  border-radius: 20px;
}

.tp-mission-icon i {
  font-size: 40px;
  color: #0085fd;
  opacity: 0.8;
}

.tp-mission-title {
  font-size: 24px;
  font-weight: 700;
}

.tp-mission-card p {
  font-size: 16px;
  line-height: 26px;
  opacity: 0.9;
}

.tp-mission-arrow button {
  height: 40px;
  width: 40px;
  background: #ffffff;
  border: none;
  color: #0085fd;
  font-size: 20px;
  opacity: 0.7;
  transition: .3s;
  border-radius: 50%;
  margin-left: 20px;
}

.tp-mission-arrow button:hover {
  opacity: 1;
  color: #0085fd;
}

/* Text primary override or usage if not defined */
.text-primary {
  color: #0085fd !important;
}

/* Button overrides for theme-bg-2 if needed to match dark blue/black button in design */
.tp-btn.theme-bg-2 {
  background-color: var(--tp-common-black);
  color: #fff;
}

/* Scroll Down Styling */
.hero-scroll-down {
  position: absolute;
  bottom: -1px;
  /* Fix for sub-pixel gaps */
  left: 0;
  width: 100%;
  z-index: 9;
}

.hero-scroll-curve svg {
  width: 100%;
  height: auto;
  display: block;
}

.hero-scroll-mouse-wrap {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
}

.hero-scroll-mouse {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #0085fd;
  /* Theme blue */
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-scroll-mouse:hover {
  color: #031133;
  /* Dark blue on hover */
  transform: translateY(-5px);
}

.hero-scroll-mouse i {
  font-size: 24px;
  border: 2px solid #0085fd;
  padding: 10px 14px;
  border-radius: 30px;
  margin-bottom: 10px;
  animation: bounce 2s infinite;
}

.hero-scroll-mouse:hover i {
  border-color: #031133;
}

.hero-scroll-mouse .scroll-text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

/* Responsive adjustments for Scroll Down */
@media (max-width: 768px) {
  .hero-scroll-mouse-wrap {
    bottom: 10px;
  }

  .hero-scroll-mouse i {
    font-size: 20px;
    padding: 8px 12px;
  }

  .hero-scroll-mouse .scroll-text {
    font-size: 12px;
  }
}

.experience-box {
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 5px 5px;
  display: flex;
  padding: 10px;
  border-radius: 6px;
  width: 360px;
}

.exp-number {
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(180deg, #00deff, #004efc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
}

.exp-text {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
}

.tp-service-feature-icon img {
  width: 60px !important;
}

/* Blog Section Styling */
.blog-area {
  background-color: #ffffff;
}

.tp-blog-card {
  background-color: #ffffff;
  border-radius: 11px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #F0F2F4;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 10px;
}

.tp-blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}

.tp-blog-thumb {
  position: relative;
  overflow: hidden;
}

.tp-blog-thumb img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.tp-blog-card:hover .tp-blog-thumb img {
  transform: scale(1.05);
}

.tp-blog-content {
  padding: 10px 20px;
}

span.tp-blog-date {
  background: #00194c;
  padding: 4px 12px;
  border-radius: 20px;
  color: white;
  margin-top: 10px;
  font-size: 12px;
}

.tp-blog-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 16px;
}

.tp-blog-title a {
  color: #031133;
  transition: all 0.3s ease;
  margin: 10px 0px !important;
}

.tp-blog-title a:hover {
  color: #0085fd;
}

.tp-blog-desc {
  font-size: 16px;
  color: #55585b;
  margin-bottom: 12px;
}

.tp-read-more-btn {
  font-size: 16px;
  font-weight: 600;
  color: #0085fd;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.tp-read-more-btn i {
  margin-left: 5px;
  transition: all 0.3s ease;
}

.tp-read-more-btn:hover {
  color: #031133;
}

.tp-read-more-btn:hover i {
  margin-left: 10px;
}

/* View All Button Override/Specifics */
.tp-view-all-btn .tp-btn {
  background-color: #0085fd;
  color: #ffffff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 5px;
}

.tp-view-all-btn .tp-btn:hover {
  background-color: #031133;
  color: #ffffff;
}

/* Scroll Down Styling */
.hero-scroll-down {
  position: absolute;
  bottom: -1px;
  /* Fix for sub-pixel gaps */
  left: 0;
  width: 100%;
  z-index: 9;
}

.hero-scroll-curve svg {
  width: 100%;
  height: auto;
  display: block;
}

.hero-scroll-mouse-wrap {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
}

.hero-scroll-mouse {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #0085fd;
  /* Theme blue */
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-scroll-mouse:hover {
  color: #031133;
  /* Dark blue on hover */
  transform: translateY(-5px);
}

.hero-scroll-mouse i {
  font-size: 24px;
  border: 2px solid #0085fd;
  padding: 10px 14px;
  border-radius: 30px;
  margin-bottom: 10px;
  animation: bounce 2s infinite;
}

.hero-scroll-mouse:hover i {
  border-color: #031133;
}

.hero-scroll-mouse .scroll-text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

/* Responsive adjustments for Scroll Down */
@media (max-width: 768px) {
  .hero-scroll-mouse-wrap {
    bottom: 10px;
  }

  .hero-scroll-mouse i {
    font-size: 20px;
    padding: 8px 12px;
  }

  .hero-scroll-mouse .scroll-text {
    font-size: 12px;
  }
}

/* Footer Redesign Styling */
.tp-footer-new {
  overflow: hidden;
  color: #ffffff;
}

.tp-footer-left {
  background: linear-gradient(135deg, #0085fd 0%, #001135 100%);
  /* Bright Blue to Dark Gradient */
  padding: 80px 50px;
  position: relative;
  z-index: 1;
}

/* Optional: Add a subtle overlay or pattern if needed to match "Bright Blue" texture */
.tp-footer-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #00C6FF, #0072FF);
  /* Fallback gradient closer to the image */
  z-index: -1;
}

.tp-footer-right {
  background-color: #001135;
  /* Dark background */
  padding: 80px 50px;
  position: relative;
}

/* Decorative Shard (Right Side) */
.tp-footer-right::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 200px;
  background: url('../img/footer-shape.png') no-repeat right center;
  /* Placeholder for shape */
  /* Alternatively, use CSS shapes */
  background-size: contain;
  z-index: 0;
}

.tp-footer-widget-new p {
  font-size: 16px;
  line-height: 26px;
  opacity: 0.9;
}

.tp-footer-social-new {
  display: flex;
  gap: 15px;
}

.tp-footer-social-new a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.3s ease;
}

.tp-footer-social-new a:hover {
  background-color: #ffffff;
  color: #0072FF;
  border-color: #ffffff;
}

.tp-footer-title-new {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #ffffff;
}

.tp-footer-list-new {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tp-footer-list-new li {
  margin-bottom: 15px;
  position: relative;
}

.tp-footer-list-new li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

.tp-footer-list-new li a::before {
  content: '';
  clip-path: circle(50% at 50% 50%);
  position: absolute;
  left: -5px;
  background: #00C6FF;
  /* Bullet color */
  width: 10px;
  height: 10px;
  top: 4px;
  z-index: 99999;
}

.tp-footer-list-new li a:hover {
  color: #ffffff;
  padding-left: 20px;
}

.tp-footer-contact-new {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tp-footer-contact-new li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.tp-footer-contact-new li i {
  width: 28px;
  /* margin-top: 5px; */
  color: #00C6FF;
  /* Icon Color */
  margin-right: 10px;
}

/* Copyright Bar */
.tp-footer-copyright-new {
  background-color: #0099ff;
  /* Bright bottom bar */
  padding: 20px 50px;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-copyright-links-new a {
  color: #ffffff;
  font-size: 14px;
  transition: 0.3s;
}

.tp-copyright-links-new a:hover {
  opacity: 0.8;
}

/* Responsive */
@media (max-width: 991px) {

  .tp-footer-left,
  .tp-footer-right {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .tp-footer-copyright-new {
    padding: 20px 15px;
  }

  .tp-copyright-links-new {
    margin-top: 10px;
  }
}

/* Certifications Area Styling */
.certifications-area {
  padding: 60px 0;
  background-color: #ffffff;
}

.tp-cert-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.tp-cert-line {
  height: 1px;
  background-color: #e5e5e5;
  flex-grow: 1;
  max-width: 300px;
  /* Adjust length of lines */
}

.tp-cert-title {
  font-size: 32px;
  font-weight: 700;
  color: #031133;
  margin: 0 30px;
  white-space: nowrap;
}

.tp-cert-subtitle {
  font-size: 16px;
  color: #838383;
  margin-bottom: 40px;
}

.tp-cert-item {
  transition: all 0.3s ease;
  opacity: 0.7;
  padding: 10px;
}

.tp-cert-item:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.tp-cert-item img {
  max-width: 100%;
  height: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .tp-cert-title {
    font-size: 24px;
    margin: 0 15px;
  }

  .tp-cert-line {
    max-width: 100px;
  }
}

/* Brand Area Styling */
.brand-area {
  background-color: #ffffff;
}

.tp-brand-title {
  font-size: 42px;
  font-weight: 700;
  color: #031133;
  line-height: 1.2;
}

.tp-brand-item {
  height: 200px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  margin-right: -1px;
  /* Collapse borders */
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tp-brand-item img {
  max-width: 60%;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

/* Hover Effect - Pop Out */
.tp-brand-item:hover {
  z-index: 10;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
  border-color: transparent;
  border-radius: 4px;
}

.tp-brand-item:hover img {
  opacity: 1;
  filter: grayscale(0%);
}

/* Responsive */
@media (max-width: 991px) {
  .tp-brand-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}

/* ===============================
   Sticky Navbar
=============================== */
.navbar {
  transition: all 0.3s ease-out;
}

.navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--secondary-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 5px 0;
  animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* ===============================
   Contact Page Styling
=============================== */

/* Breadcrumb Area */
.breadcrumb-area {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.breadcrumb-item.active {
  font-weight: 600;
}

/* Contact Info Area */
.contact-info-wrapper {
  padding-right: 30px;
}

.contact-info-item {
  margin-bottom: 30px;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 133, 253, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #031133;
}

.contact-content a,
.contact-content p {
  color: #666;
  font-size: 16px;
  font-weight: 400 !important;
  transition: all 0.3s ease;
}

.contact-content a:hover {
  color: #0085fd;
}

/* Contact Form Area */
.contact-form-wrapper {
  border-radius: 10px;
  border: 1px solid #00194c;
}

.contact-form-wrapper h3 {
  font-size: 28px;
  font-weight: 700;
  color: #031133;
}

.contact-form-wrapper .form-control {
  height: 50px;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 14px;
}

.contact-form-wrapper textarea.form-control {
  height: auto;
  padding: 20px;
}

.contact-form-wrapper .form-control:focus {
  border-color: #0085fd;
  box-shadow: none;
}

.contact-form-wrapper .tp-btn {
  border-radius: 5px;
  height: 55px;
  font-weight: 600;
  background: #00194c;
  border: 0px !important;
}

/* Map Area */
.map-area iframe {
  filter: grayscale(10%);
  /* Gentle grayscale for Map */
}

.tp-service-btn-wrapper a {
  padding: 10px;
  color: white;
}


.breadcrumb-banner-area {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222;
  color: #fff;
}

.breadcrumb-banner-area .breadcrumb-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.5;
}

.breadcrumb-text {
  position: relative;
  z-index: 2;
}

.breadcrumb-text h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.breadcrumb-bar .breadcrumb {
  padding: 0;
  margin: 0;
  background: transparent;
  justify-content: center;
  list-style: none;
}

.breadcrumb-bar .breadcrumb li {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin: 0 5px;
}

.breadcrumb-bar .breadcrumb li a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-bar .breadcrumb li a:hover {
  color: #fff;
}

.contact-content {
  margin-left: 20px !important;
}

/* ===============================
   Blog Page Styling
=============================== */

/* Pagination */
.tp-pagination ul li {
  display: inline-block;
  margin: 0 5px;
}

.tp-pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  color: #666;
  font-weight: 600;
  transition: all 0.3s ease;
}

.tp-pagination ul li.active a,
.tp-pagination ul li a:hover {
  background-color: #0085fd;
  color: #fff;
  border-color: #0085fd;
}

/* ===============================
   Blog Details Styling
=============================== */

/* Blockquote */
.tp-blockquote {
  background: #f8f9fa;
  padding: 30px;
  border-left: 5px solid #0085fd;
  margin: 30px 0;
  font-style: italic;
}

.tp-blockquote p {
  font-size: 18px;
  font-weight: 500;
  color: #031133;
  margin-bottom: 10px;
}

.tp-blockquote cite {
  font-size: 14px;
  color: #666;
  font-style: normal;
  font-weight: 600;
}

/* Tags & Share */
.blog-details-tags span,
.blog-details-share span {
  font-weight: 700;
  color: #031133;
  margin-right: 10px;
}

.blog-details-tags a {
  background: #f0f2f5;
  padding: 5px 15px;
  border-radius: 30px;
  color: #666;
  font-size: 13px;
  margin-right: 5px;
  transition: all 0.3s ease;
}

.blog-details-tags a:hover {
  background-color: #0085fd;
  color: #fff;
}

.blog-details-share a {
  color: #666;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.blog-details-share a:hover {
  color: #0085fd;
}

/* Sidebar Widgets */
.sidebar-widget {
  background: #fff;
  padding: 30px;
  border: 1px solid #0085fd;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.sidebar-widget-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}

.sidebar-widget-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #0085fd;
}

/* Search Widget */
.sidebar-search-form {
  position: relative;
}

.sidebar-search-form input {
  width: 100%;
  height: 50px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 0 50px 0 20px;
}

.sidebar-search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background: transparent;
  border: none;
  color: #0085fd;
}

/* Category Widget */
.sidebar-category-list ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar-category-list ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-category-list ul li a {
  display: flex;
  justify-content: space-between;
  color: #666;
  font-weight: 500;
  transition: all 0.3s ease;
}

.sidebar-category-list ul li a:hover {
  color: #0085fd;
}

.sidebar-category-list ul li a span {
  background: #f0f2f5;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
}

/* Recent Post Widget */
.rc-post-thumb img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
}

.rc-post-title {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.rc-post-title a {
  color: #031133;
  transition: all 0.3s ease;
}

.rc-post-title a:hover {
  color: #0085fd;
}

.rc-post-date {
  font-size: 12px;
  color: #888;
}

/* Tag Widget */
.sidebar-tag-list a {
  display: inline-block;
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 8px 20px;
  border-radius: 4px;
  color: #666;
  font-size: 13px;
  font-weight: 500;
  margin-right: 5px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.sidebar-tag-list a:hover {
  background: #0085fd;
  border-color: #0085fd;
  color: #fff;
}

/* ===============================
   Services Page Styling
=============================== */

/* ===============================
   Services Page Styling
=============================== */

/* Service Overlay Card (New Design) */
.tp-service-overlay-card {
  position: relative;
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.tp-service-overlay-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.tp-service-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
}

.tp-service-overlay-card:hover .tp-service-overlay-bg {
  transform: scale(1.1);
}

.tp-service-overlay-content {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: #fff;
  width: 280px;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  z-index: 2;
}

.tp-service-overlay-icon img {
  width: 45px;
  margin-bottom: 20px;
}

.tp-service-overlay-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}

.tp-service-overlay-title a {
  color: #031133;
  transition: all 0.3s ease;
}

.tp-service-overlay-title a:hover {
  color: #0085fd;
}

.tp-service-overlay-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.tp-service-overlay-btn {
  display: inline-block;
  background: #0085fd;
  color: #fff;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.tp-service-overlay-btn:hover {
  background: #031133;
  color: #fff;
}

.tp-service-overlay-btn i {
  margin-left: 5px;
  font-size: 11px;
}

/* ===============================
   Service Details Styling
=============================== */

/* Sidebar Navigation */
.service-sidebar-list ul li {
  margin-bottom: 15px;
}

.service-sidebar-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #f8f9fa;
  border-radius: 5px;
  color: #031133;
  font-weight: 500;
  transition: all 0.3s ease;
}

.service-sidebar-list ul li a.active,
.service-sidebar-list ul li a:hover {
  background: #0085fd;
  color: #fff;
}

/* Sidebar Contact Form */
.sidebar-contact-form .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 5px;
  padding: 12px 15px;
}

.sidebar-contact-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.sidebar-contact-form .form-control:focus {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.5);
}

/* Content Typography */
.service-details-list {
  padding-left: 0;
  list-style: none;
  margin-top: 15px;
}

.service-details-list li {
  margin-bottom: 10px;
  font-weight: 500;
  color: #333;
}

.service-details-list li i {
  margin-right: 10px;
}

/* Accordion */
.accordion-button {
  font-weight: 600;
  color: #031133;
  background-color: #f8f9fa;
}

.accordion-button:not(.collapsed) {
  color: #0085fd;
  background-color: #f0f8ff;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 133, 253, 0.1);
}

.accordion-body {
  border: 1px solid #eaeaea;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

/* ===============================
   About Page Styling
=============================== */

/* About List */
.about-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-list li {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
}

.about-list li i {
  margin-right: 15px;
  font-size: 18px;
}

/* Stats Section */
.bg-light-blue {
  background-color: #f4f7fc;
}

.tp-stat-item {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.tp-stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.tp-stat-number {
  font-size: 40px;
  color: #031133;
  margin-bottom: 5px;
}

.tp-stat-label {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Team Section */
.tp-team-item {
  background: #fff;
  padding-bottom: 20px;
  transition: all 0.3s ease;
}

.tp-team-thumb {
  position: relative;
}

.tp-team-thumb img {
  width: 100%;
  transition: all 0.3s ease;
}

.tp-team-social-overlay {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  background: rgba(3, 17, 51, 0.8);
  padding: 15px 0;
  transition: all 0.3s ease;
  opacity: 0;
}

.tp-team-thumb:hover .tp-team-social-overlay {
  bottom: 0;
  opacity: 1;
}

.tp-team-social-overlay a {
  color: #fff;
  margin: 0 10px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.tp-team-social-overlay a:hover {
  color: #0085fd;
}

.tp-team-title {
  font-size: 20px;
  color: #031133;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 5px;
}

.tp-team-designation {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

/* ===============================
   Vision Page Styling
=============================== */

/* Values Section */
.tp-value-card {
  transition: all 0.3s ease;
  border: 1px solid #eaeaea;
}

.tp-value-card:hover {
  transform: translateY(-10px);
  border-color: transparent;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.tp-value-icon i {
  color: #0085fd;
  transition: all 0.3s ease;
}

.tp-value-card:hover .tp-value-icon i {
  transform: scale(1.1);
}

.tp-value-title {
  font-size: 22px;
  font-weight: 700;
  color: #031133;
}

.hero-socil-icon {
  color: white;
  position: fixed;
  top: 50%;
  left: -12%;
  transform: rotate(-90deg);
  z-index: 9999;
}

.hero-socil-icon i {
  display: none;
}

.hero-socil-icon a {
  color: white;
  text-transform: uppercase;
  margin: 0px 8px 0px 8px;
  padding: 10px 20px;
  background: #00194c;
  border-radius: 5px
}

/* .hero-svg-one {
    position: relative;
} */

.hero-svg-one::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;

  background: linear-gradient(-18deg, #00C6FF 0%, #0072FF 78%, rgb(24, 86, 255) 100%);

  top: 30%;
  right: 30%;

  animation: bannerAnimation 6s infinite linear;
  z-index: 999;
}

/* ============================ */

/* .hero-svg-two {
    position: relative;
} */

.hero-svg-two img {
  position: absolute;
  top: 20%;
  right: 45%;
  width: 80px;
  height: 80px;

  animation: tpswing 1s ease-in-out infinite alternate;
  transform-origin: bottom left;
  z-index: 999;
}

/* ÃƒÆ’Ã‚Â¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ CORRECT KEYFRAMES */
@keyframes tpswing {
  0% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(-3deg);
  }
}

/* ============================ */

@keyframes bannerAnimation {
  0% {
    transform: translate(0px, 0px);
  }

  20% {
    transform: translate(10px, -5px);
  }

  40% {
    transform: translate(30px, 10px);
  }

  60% {
    transform: translate(10px, 30px);
  }

  80% {
    transform: translate(-10px, 20px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.tp-banner-scroll-down {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.tp-banner-scroll-down {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 999;
}

/* SVG Shape */
.tp-banner-scroll-shape span {
  display: inline-block;
  animation: floatShape 2.5s ease-in-out infinite;
}

/* Scroll Text */
.scroll-text {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;

  margin-top: -19px;
}

.scroll-text i {
  display: block !important;
  font-size: 26px;
  color: black;
  position: absolute;
  top: 12px;
  left: 106px;
  animation: fadeUp 1.8s infinite;
}

/* ===== Animations ===== */

/* @keyframes floatShape {
   
} */

@keyframes fadeUp {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}


.hero-svg-three {
  position: absolute;
  top: 8%;
  left: 12%;
  animation: opacity-light 3s linear infinite;
  z-index: 999;
}

@keyframes opacity-light {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}



.hero-feature-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
  /* Softer shadow */
  position: relative;
  overflow: hidden;
  /* For the corner shape */
  transition: all 0.3s ease;
  height: 220px;
  margin-bottom: 30px;
  /* Spacing for mobile */
}

/* Icon Container */
.hero-feature-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background: #eef4ff;
  /* Light blue default */
  border-radius: 0 10px 0 50px;
  /* Sharp top-right, curved bottom-left */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #0085fd;
  transition: all 0.3s ease;
}

/* Icon centering adjustment because of the shape */
.hero-feature-icon i {
  transform: translate(5px, -5px);
}

.hero-feature-content {
  margin-top: 20px;
}

.hero-feature-title {
  font-size: 22px;
  font-weight: 700;
  color: #00194c;
  margin-bottom: 15px;
  padding-right: 60px;
  /* Avoid overlaying the icon */
  transition: color 0.3s ease;
}

/* Paragraph */
.hero-feature-card p {
  font-size: 15px;
  line-height: 26px;
  color: #666;
  margin-bottom: 0;
}

/* Hover & Active States */
.hero-feature-card:hover,
.hero-feature-card.active {
  transform: translateY(-10px);
}

.hero-feature-card:hover .hero-feature-title,
.hero-feature-card.active .hero-feature-title {
  color: #0085fd;
}

.hero-feature-card:hover .hero-feature-icon,
.hero-feature-card.active .hero-feature-icon {
  background: #00194c;
  color: #fff;
}

.tp-mission-card {
  padding: 30px;
  border-radius: 20px;
}

.tp-mission-arrow button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 10px;
  transition: 0.3s;
}

.tp-mission-arrow button:hover {
  background: #fff;
  color: #000;
}

.about-section {
  background: #0085fd;
  border-radius: 10px;
  padding: 20px;
}

.blog-details-thumb img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.rc-post-content {
  margin-left: 20px;
  width: 100%;
}

.rc-post-thumb img {
  width: 100px !important;
  height: 80px !important;
}

.rc-post-thumb {
  width: 100px !important;
  height: 80px !important;
}

.tp-experience-thumb {
  transition: all 0.4s ease;
  cursor: pointer;
  overflow: hidden;
}

.tp-experience-thumb.w-img img:hover {
  transform: scale(1.1);
}

.tp-process-card {
  transition: all 0.5s ease !important;
}

.tp-process-card:hover {
  transform: translateY(-12px) !important;
}

.tp-process-card:hover .tp-process-icon img {
  filter: brightness(0.1)
}

.tp-experience-thumb {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* Image zoom (optional but looks good with shine) */
.tp-experience-thumb img {
  width: 100%;
  transition: transform 0.6s ease;
}

.tp-experience-thumb:hover img {
  transform: scale(1.05);
}

/* Shine Layer */
.tp-experience-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.6),
      transparent);
  transform: skewX(-25deg);
}

/* Animate Shine on Hover */
.tp-experience-thumb:hover::before {
  animation: shine 0.8s ease;
}

.tp-experience-thumb:hover::before {
  animation: shine 1.2s infinite;
}


@keyframes shine {
  0% {
    left: -75%;
  }

  100% {
    left: 125%;
  }
}

.tp-service-btn:hover {
  background: var(--secondary-color);
  color: #fff;
}

button.tp-btn.w-100 {
  background: #009bff;
  padding: 10px;
  border: 0px;
  color: wheat;
}

.service-sidebar {
  position: sticky;
  top: 100px;
}