body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

.topbar {
  background: #285888;
  padding: 20px 0px;
  border-bottom: 3px solid #ff6a00;
}

/* Social */
.topbar-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 0px 5px;
}

.topbar-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  line-height: 1.2;
}
.main-text {
  font-size: 20px;
  font-weight: 400;
}
.sub-text {
  font-size: 18px;
  color: #ff9900;
}
a.topbar-btn:hover {
  color: #ff9900;
}
.topbar-social a:hover {
  color: #ff9900;
}

.topbar-btn {
  color: #ff9900;
  padding: 7px 0px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 991px) {
  .topbar-center {
    display: none; /* mobile me clean look */
  }
}

.navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* Menu */
.navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px !important;
  color: #222 !important;
  transition: 0.3s;
  text-transform: uppercase;
  text-align: center;
}
.navbar-nav .nav-link:hover {
  color: #ff6a00 !important;
}

a.navbar-brand.fw-bold img {
  height: 60px;
}

.clients-section {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.clients-heading {
  margin-bottom: 45px;
}

.clients-heading h2 {
  font-size: 45px;
  font-weight: 600;
  color: #1b4269;
  text-transform: capitalize;
}

.clients-heading p {
  max-width: 650px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.7;
  color: #6b7280;
}

.clients-carousel .client-item {
  background: #ffffff;
  border-radius: 18px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 25px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
  margin: 10px;
}

.clients-carousel .client-item:hover {
  transform: translateY(-8px);
}

.clients-carousel .client-item img {
  max-width: 200px;
  max-height: 90px;
  object-fit: contain;
  transition: all 0.35s ease;
}

.clients-carousel .client-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.04);
}

/* Owl dots */
.clients-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}

.clients-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #cbd5e1 !important;
  display: block;
  border-radius: 50%;
  transition: 0.3s;
}

.clients-carousel .owl-dot.active span {
  width: 28px;
  border-radius: 30px;
  background: #0d6efd !important;
}

/* Owl nav */
.clients-carousel .owl-nav {
  margin-top: 20px;
  text-align: center;
}

.clients-carousel .owl-nav button.owl-prev,
.clients-carousel .owl-nav button.owl-next {
  width: 44px;
  height: 44px;
  border-radius: 50% !important;
  background: #fff !important;
  color: #111827 !important;
  font-size: 20px !important;
  margin: 0 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.clients-carousel .owl-nav button.owl-prev:hover,
.clients-carousel .owl-nav button.owl-next:hover {
  background: #0d6efd !important;
  color: #fff !important;
}

/* Responsive */
@media (max-width: 991px) {
  .clients-section {
    padding: 70px 0;
  }

  .clients-heading h2 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .clients-heading h2 {
    font-size: 28px;
  }

  .clients-heading p {
    font-size: 14px;
  }

  .clients-carousel .client-item {
    min-height: 145px;
    padding: 22px 18px;
  }

  .clients-carousel .client-item img {
    max-height: 75px;
  }
}

.about-editorial-section {
  padding: 60px 0;
  overflow: hidden;
}

.about-editorial-top {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 60px;
  align-items: start;
}

.about-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #4f5b4a;
  margin-bottom: 16px;
}

.about-editorial-left h1 {
  font-size: 55px;
  line-height: 66px;
  font-weight: 600;
  color: #1b4269;
  margin: 0;
  letter-spacing: 0px;
  text-transform: capitalize;
}
.about-editorial-right p {
  font-size: 20px;
  line-height: 32px;
  color: #4a4a4a;
  margin-bottom: 18px;
  max-width: 660px;
}

.about-btn-group {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  flex-wrap: wrap;
  justify-content: center;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.35s ease;
  border-radius: 30px;
}
.primary-btn {
  background: #ff6a00;
  border: 1px solid #ff6a00;
  color: #fff;
}

.primary-btn:hover {
  background: transparent;
  border: 1px solid #ff6a00;
  color: #ff6a00;
}
a.about-btn.secondary-btn {
  background: #fff;
  border: 1px solid #ff6a00;
  color: orangered;
}
a.about-btn.secondary-btn:hover {
  color: #fff;
  background: #ff6a00;
}

.about-editorial-image {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}

.about-editorial-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
}

.about-editorial-bottom {
  padding-top: 28px;
  max-width: 900px;
}

.about-editorial-bottom p {
  font-size: 20px;
  line-height: 1.8;
  color: #2d2d2d;
  margin: 0;
}

/* Responsive */
@media (max-width: 1199px) {
  .about-editorial-left h2 {
    font-size: 54px;
  }

  .about-editorial-image img {
    height: 500px;
  }
}

@media (max-width: 991px) {
  .about-editorial-section {
    padding: 70px 0;
  }

  .about-editorial-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-editorial-left h2 {
    font-size: 46px;
    max-width: 100%;
  }

  .about-editorial-right p {
    max-width: 100%;
  }

  .about-editorial-image img {
    height: 420px;
  }

  .about-editorial-bottom p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .about-editorial-left h2 {
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -0.5px;
  }

  .about-editorial-right p {
    font-size: 15px;
    line-height: 1.8;
  }

  .about-btn-group {
    gap: 12px;
  }

  .about-btn {
    padding: 12px 20px;
    font-size: 14px;
  }

  .about-editorial-image img {
    height: 280px;
  }

  .about-editorial-bottom p {
    font-size: 16px;
    line-height: 1.7;
  }
}

.what-we-do-section {
  padding: 60px 0;
  background: #2f5f930f;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 55px;
}

.section-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #1f5c52;
  margin-bottom: 14px;
}

.section-heading h2 {
  font-size: 45px;
  line-height: 1.15;
  font-weight: 600;
  color: #1b4269;
  margin-bottom: 18px;
  text-transform: capitalize;
}

.section-heading p {
  font-size: 20px;
  line-height: 1.8;
  color: #5c5c5c;
  margin: 0;
}

.what-we-do-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  row-gap: 30px;
}

.what-card {
  background: #ffffff;
  padding: 30px 24px 40px;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: all 0.35s ease;
  position: relative;
}

.what-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  border-color: rgba(31, 92, 82, 0.18);
}

.what-card-icon {
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f4f7fb; /* optional bg */
  transition: 0.3s;
}

.what-card-icon img {
  height: 230px;
  width: 100%;
  object-fit: cover;
}
.what-card h3 {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 600;
  color: #111111;
  margin-bottom: 14px;
  text-transform: capitalize;
}
section.client-review-section .section-tag {
  color: #fff;
}
.what-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #666666;
  margin-bottom: 22px;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #ff6600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.read-more span {
  transition: transform 0.3s ease;
}

.read-more:hover {
  color: #111111;
}

.read-more:hover span {
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 1199px) {
  .what-we-do-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .section-heading h2 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .what-we-do-section {
    padding: 70px 0;
  }

  .what-we-do-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-heading h2 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .what-we-do-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .section-heading h2 {
    font-size: 30px;
  }

  .section-heading p {
    font-size: 15px;
  }

  .what-card {
    padding: 24px 20px;
  }

  .what-card h3 {
    font-size: 20px;
  }
}

.client-review-section {
  position: relative;
  padding: 80px 0;
  background: #123150;
  overflow: hidden;
  z-index: 1;
}

.client-review-section::before {
  content: "";
  position: absolute;
  left: -10%;
  bottom: -120px;
  width: 55%;
  height: 320px;
  background: radial-gradient(circle, rgba(179, 15, 46, 0.45) 0%, rgba(179, 15, 46, 0) 70%);
  filter: blur(40px);
  z-index: -1;
}

.client-review-section::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -140px;
  width: 50%;
  height: 340px;
  background: radial-gradient(circle, rgba(111, 66, 193, 0.45) 0%, rgba(111, 66, 193, 0) 70%);
  filter: blur(40px);
  z-index: -1;
}

.review-heading {
  max-width: 760px;
  margin: 0 auto 50px;
  padding: 0 15px;
}

.review-subtitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffb36b;
  margin-bottom: 12px;
}

.review-heading h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}
.client-review-section .section-heading h2 {
  color: #fff;
}
.review-heading p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}

.review-marquee-wrapper {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.review-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.review-track {
  display: flex;
  gap: 22px;
  width: max-content;
}

.review-marquee-left .review-track {
  animation: scrollLeft 35s linear infinite;
}

.review-marquee-right .review-track {
  animation: scrollRight 35s linear infinite;
}

.review-marquee:hover .review-track {
  animation-play-state: paused;
}

.review-card {
  width: 340px;
  min-height: 210px;
  padding: 24px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.22);
  flex-shrink: 0;
}

.stars {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.review-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
  min-height: 95px;
}

.review-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-user img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.18);
}

.review-user h4 {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 2px;
}

.review-user span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  display: block;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

@media (max-width: 991px) {
  .client-review-section {
    padding: 80px 0;
  }

  .review-heading h2 {
    font-size: 34px;
  }

  .review-card {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .review-heading h2 {
    font-size: 28px;
  }

  .review-heading p {
    font-size: 15px;
  }

  .review-card {
    width: 270px;
    min-height: 200px;
    padding: 20px 18px;
  }

  .review-card p {
    min-height: auto;
    font-size: 13px;
  }
}

.news-v2 {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.news-v2 .section-heading {
  max-width: 760px;
  margin: 0 auto;
}

.news-v2 .section-heading p {
  font-size: 16px;
  line-height: 1.8;
  color: #667085;
  margin-bottom: 0;
}

.news-label {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 50px;
  background: rgba(47, 95, 143, 0.1);
  color: #2f5f8f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

/* Featured Card */
.featured-news-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
  border: 1px solid rgba(17, 24, 39, 0.05);
}

.featured-news-img {
  height: 100%;
  min-height: 380px;
  overflow: hidden;
}

.featured-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s ease;
}

.featured-news-card:hover .featured-news-img img {
  transform: scale(1.06);
}

.featured-news-content {
  padding: 42px;
}

.news-date-badge {
  display: inline-block;
  background: #ff6b00;
  color: #fff;
  padding: 9px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.featured-news-content h3 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  color: #111827;
  margin-bottom: 16px;
}

.featured-news-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #667085;
  margin-bottom: 24px;
}

.news-read-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  background: #2f5f8f;
  color: #fff;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.news-read-btn:hover {
  background: #244c72;
  color: #fff;
}

/* Bottom Cards */
.news-card-v2 {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.07);
  border: 1px solid rgba(17, 24, 39, 0.05);
  transition: 0.35s ease;
}

.news-card-v2:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.1);
}

.news-card-img {
  position: relative;
  overflow: hidden;
}

.news-card-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: 0.45s ease;
}

.news-card-v2:hover .news-card-img img {
  transform: scale(1.06);
}

.card-date {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(17, 24, 39, 0.85);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 8px;
}

.news-card-content {
  padding: 24px 22px;
}

.news-card-content h4 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  color: #111827;
  margin-bottom: 16px;
}

.news-link {
  font-size: 15px;
  font-weight: 600;
  color: #2f5f8f;
  text-decoration: none;
  position: relative;
}

.news-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #ff6b00;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.3s ease;
}

.news-link:hover::after {
  transform: scaleX(1);
}

.news-link:hover {
  color: #ff6b00;
}

/* Responsive */
@media (max-width: 1199px) {
  .news-v2 .section-heading h2 {
    font-size: 36px;
  }

  .featured-news-content h3 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .featured-news-img {
    min-height: 320px;
  }

  .featured-news-content {
    padding: 30px 24px;
  }

  .featured-news-content h3 {
    font-size: 26px;
  }

  .news-card-content h4 {
    font-size: 20px;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .news-v2 .section-heading h2 {
    font-size: 28px;
  }

  .news-v2 .section-heading p {
    font-size: 15px;
  }

  .featured-news-img {
    min-height: 240px;
  }

  .featured-news-content {
    padding: 24px 18px;
  }

  .featured-news-content h3 {
    font-size: 22px;
  }

  .featured-news-content p {
    font-size: 15px;
  }

  .news-card-img img {
    height: 220px;
  }

  .news-card-content {
    padding: 20px 18px;
  }

  .news-card-content h4 {
    font-size: 18px;
  }
}

.lc-footer {
  background: #071739;
  padding: 70px 0 25px;
  color: #dbe7ff;
}

.lc-footer-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.lc-footer-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.1fr 1.1fr;
  gap: 35px;
  align-items: start;
}

.lc-footer-col {
  min-width: 0;
}

.footer-logo {
  max-width: 220px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.lc-footer-brand p,
.footer-contact p,
.footer-subtext,
.footer-links li a {
  font-size: 16px;
  line-height: 1.9;
  color: #c7d5f2;
}

.lc-footer-col h4 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 22px;
  position: relative;
}

.lc-footer-col h4::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin-top: 10px;
  border-radius: 20px;
  background: #31b7ff;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links li a,
.footer-contact a {
  text-decoration: none;
  color: #dbe7ff;
  transition: all 0.3s ease;
}

.footer-links li a:hover,
.footer-contact a:hover {
  color: #31b7ff;
  padding-left: 4px;
}

.footer-contact p {
  margin: 0 0 14px;
}

.footer-subtext {
  margin-bottom: 18px;
}

.footer-subscribe {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-subscribe input {
  height: 52px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 0 16px;
  outline: none;
  box-sizing: border-box;
}

.footer-subscribe input::placeholder {
  color: #b7c7e6;
}

.footer-subscribe input:focus {
  border-color: #31b7ff;
  background: rgba(255, 255, 255, 0.08);
}

.footer-subscribe button {
  height: 52px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(90deg, #22b3ff, #0a8dff);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.footer-subscribe button:hover {
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: #b7c7e6;
}

/* Laptop */
@media (max-width: 1199px) {
  .lc-footer-row {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .lc-footer-col h4 {
    font-size: 24px;
  }
}

/* Tablet */
@media (max-width: 767px) {
  .lc-footer {
    padding: 50px 0 20px;
  }

  .lc-footer-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-logo {
    max-width: 180px;
  }

  .lc-footer-col h4 {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .lc-footer-brand p,
  .footer-contact p,
  .footer-subtext,
  .footer-links li a {
    font-size: 15px;
    line-height: 1.8;
  }
}

img.footer-logo {
  background: #fff;
  padding: 10px;
  height: 100px;
  object-fit: contain;
}

.why-choose-sec {
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.why-choose-sec::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(47, 95, 143, 0.06);
  top: -120px;
  right: -100px;
}

.why-choose-sec::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 107, 0, 0.06);
  bottom: -100px;
  left: -80px;
}

.why-choose-intro {
  position: relative;
  z-index: 2;
}

.wc-tag {
  display: inline-block;
  padding: 8px 14px;
  background: rgba(47, 95, 143, 0.1);
  color: #2f5f8f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 16px;
}

.wc-title {
  font-size: 45px;
  font-weight: 600;
  color: #1b4269;
  text-transform: capitalize;
}

.wc-text {
  max-width: 750px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.7;
  color: #6b7280;
}

.wc-btn {
  display: inline-block;
  background: #ff6b00;
  color: #fff;
  padding: 14px 24px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.wc-btn:hover {
  background: #e45f00;
  color: #fff;
  transform: translateY(-2px);
}

.wc-card {
  background: #fff;
  border-radius: 22px;
  padding: 28px 24px;
  height: 100%;
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.07);
  border: 1px solid rgba(17, 24, 39, 0.04);
  transition: all 0.35s ease;
  position: relative;
  z-index: 2;
}

.wc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.1);
}

.wc-card-shift {
  margin-top: 35px;
}

.wc-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: linear-gradient(135deg, #2f5f8f, #4e7baa);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 18px;
  box-shadow: 0 10px 20px rgba(47, 95, 143, 0.22);
}

.wc-card h4 {
  font-size: 22px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 12px;
  line-height: 1.3;
}

.wc-card p {
  font-size: 15px;
  line-height: 1.75;
  color: #5b6472;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .wc-title {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .wc-card-shift {
    margin-top: 0;
  }

  .wc-title {
    font-size: 30px;
  }

  .wc-card h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .why-choose-sec {
    padding: 70px 0;
  }

  .wc-title {
    font-size: 26px;
  }

  .wc-text {
    font-size: 15px;
  }

  .wc-card {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .wc-icon {
    width: 56px;
    height: 56px;
    font-size: 22px;
    border-radius: 16px;
  }

  .wc-card h4 {
    font-size: 18px;
  }

  .wc-card p {
    font-size: 14px;
  }
}

.cta-section {
  padding: 30px 0;
  background: linear-gradient(135deg, #0d3c73, #071739);
  position: relative;
  overflow: hidden;
}

.cta-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.cta-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f36f21;
  margin-bottom: 14px;
  letter-spacing: 1px;
}

.cta-content h2 {
  font-size: 45px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.cta-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #c7d5f2;
  max-width: 720px;
  margin: 0 auto 30px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-primary,
.cta-secondary {
  height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s ease;
}

/* primary button */
.cta-primary {
  background: #f36f21;
  color: #fff;
  box-shadow: 0 12px 25px rgba(243, 111, 33, 0.25);
}

.cta-primary:hover {
  transform: translateY(-2px);
  background: #ff7f2f;
  color: #fff;
}

/* secondary button */
.cta-secondary {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.cta-secondary:hover {
  background: #fff;
  color: #0d3c73;
}

/* responsive */
@media (max-width: 991px) {
  .cta-box {
    padding: 50px 30px;
  }

  .cta-content h2 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .cta-section {
    padding: 60px 0;
  }

  .cta-content h2 {
    font-size: 28px;
  }

  .cta-content p {
    font-size: 15px;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .cta-primary,
  .cta-secondary {
    width: 100%;
  }
}
.language-training-slider {
  position: relative;
}

/* full height */
.slide-bg {
  height: 420px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* dark gradient overlay */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgb(0 0 0 / 35%), rgb(0 0 0 / 34%));
  top: 0;
  left: 0;
  opacity: 40%;
}
/* text */
.slide-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 40px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.slide-content span {
  display: block; /* IMPORTANT */
  font-size: 52px;
  font-weight: 600;
  color: #fff;
  max-width: 950px;
  margin: 0 auto;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.5px;
}

/* smooth fade */
.carousel-item {
  transition: opacity 0.8s ease-in-out;
}

/* mobile */
@media (max-width: 768px) {
  .slide-bg {
    height: 280px;
  }

  .slide-content span {
    font-size: 22px;
  }
}

.carousel-item {
  transition:
    transform 0.6s ease-in-out,
    opacity 0.6s ease-in-out;
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}

.custom-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.12);
  background-size: 45% 45%;
  padding: 14px;
}

.carousel-control-prev {
  left: -10px;
}

.carousel-control-next {
  right: -10px;
}

@media (max-width: 991px) {
  .slider-box {
    min-height: 190px;
    padding: 35px 50px;
  }

  .slider-box span {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .language-training-slider {
    padding-top: 50px !important;
    padding-bottom: 70px !important;
  }

  .slider-box {
    min-height: 170px;
    padding: 28px 22px;
    border-radius: 16px;
  }

  .slider-box soan {
    font-size: 22px;
    line-height: 1.45;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }

  .custom-indicators {
    bottom: -40px;
  }
}
.carousel-item.active .slide-bg {
  animation: zoomEffect 6s ease-in-out;
}

@keyframes zoomEffect {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}
.slider-btn {
  white-space: nowrap;
  padding: 14px 28px;
  background: #ff6a00;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
}

.slider-btn:hover {
  background: #e65c00;
}

.brandbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brandbar-logos {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

.brandbar-logos img {
  max-height: 78px;
  width: auto;
  object-fit: contain;
  display: block;
}

.brandbar-content {
  flex: 1;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.brandbar-tagline {
  display: block;
  font-size: 18px;
  font-style: italic;
  color: #f37021;
  margin-bottom: 6px;
  line-height: 1.2;
}

.brandbar-content h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
  color: #245a91;
  letter-spacing: 0.4px;
}

.brandbar-contact {
  flex-shrink: 0;
}

.brandbar-contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.brandbar-contact a:hover {
  color: #245a91;
}

.phone-icon {
  font-size: 22px;
  line-height: 1;
}

/* Large tablets */
@media (max-width: 1199px) {
  .brandbar-logos img {
    max-height: 66px;
  }

  .brandbar-content h2 {
    font-size: 24px;
  }

  .brandbar-tagline {
    font-size: 16px;
  }

  .brandbar-contact a {
    font-size: 18px;
  }
}

/* Tablets */
@media (max-width: 991px) {
  .brandbar-inner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .brandbar-logos {
    justify-content: center;
    width: 100%;
  }

  .brandbar-content {
    max-width: 100%;
    width: 100%;
    order: 2;
  }

  .brandbar-contact {
    width: 100%;
    text-align: center;
    order: 3;
  }

  .brandbar-contact a {
    justify-content: center;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ltp-top-brandbar {
    padding: 16px 0;
  }

  .brandbar-inner {
    gap: 16px;
  }

  .brandbar-logos {
    gap: 12px;
    flex-wrap: wrap;
  }

  .brandbar-logos img {
    max-height: 52px;
  }

  .brandbar-tagline {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .brandbar-content h2 {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .brandbar-contact a {
    font-size: 17px;
    gap: 8px;
  }

  .phone-icon {
    font-size: 18px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .ltp-top-brandbar .container {
    padding: 0 14px;
  }

  .brandbar-logos img {
    max-height: 44px;
  }

  .brandbar-content h2 {
    font-size: 18px;
  }

  .brandbar-tagline {
    font-size: 14px;
  }

  .brandbar-contact a {
    font-size: 15px;
  }
}

.topbar-actions.d-flex a {
  border-right: 2px solid #f26e24;
  border-radius: 0px;
  padding: 0px 20px;
}
.topbar-actions.d-flex a:last-child {
  border-right: none;
}

.breadcrumb {
    
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
    padding: 10px;
    gap: 5px;
    align-items: center;
}
 
.navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px !important;
    color: #222 !important;
    transition: 0.3s;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
}

.tnp-submit{
    height: 52px !important;
    border: none !important;
    border-radius: 10px !important;
    background: linear-gradient(90deg, #22b3ff, #0a8dff) !important;
    color: #fff;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: 0.3s ease;
    width:100% !important;
}

.tnp-field input#tnp-1 {
    height: 52px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    padding: 0 16px;
    outline: none;
    box-sizing: border-box;
}