.details .icon img {
  width: 70px;
  height: 70px;
}

section {
  padding: 50px 0px;
  background-color: #fdf8f3;
}

.card-desc.one {
  padding: 50px 0 50px 0px;
}
.card-desc.two {
  padding: 0px 0 50px 0px;
}

@media screen and (max-width: 992px) {
  .row.one {
    display: flex;
    flex-direction: column;
  }

  .row.two {
    display: flex;
    flex-direction: column-reverse;
  }
  .card-desc .card-img {
    padding-top: 20px;
  }
}

.card-desc .card-content p {
  color: var(--color-secondary-dark);
}

#result {
  color: red;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: center;
}

.image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-2 {
  position: absolute;
  top: 50%;
  right: -50%;
  width: 250px;
  height: 250px;
}

.our-mission-img.position-relative {
  position: relative;
  margin-right: 10px;
}

.our-mission-img .img-absolute {
  position: absolute;
  bottom: 2%;
  right: -5%;
  width: 250px;
  height: 250px;
}

.our-mission-img.position-relative img,
.our-mission-img .img-absolute img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.container img {
  border-radius: 8px;
}

.recent-blog-posts .post-box .post-img.partners {
  overflow: hidden;
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 100%;
}

.recent-blog-posts .post-box .post-img.partners img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-info-card:hover .contact-info-icon {
  background-color: var(--color-primary);
  color: var(--color-white);
  cursor: pointer;
}

.recent-blog-posts .post-box .logo:hover a {
  color: var(--color-primary);
}

.recent-blog-posts .post-box:hover {
  box-shadow: 0px 2px 15px rgba(255, 77, 0, 0.5);
  border: 1px solid var(--color-primary);
  transition: 0.5s;
}
.logo:hover {
  color: var(--color-primary);
  cursor: pointer;
}

.card.more-links {
  border: 2px solid var(--color-secondary);
  padding: 20px;
  border-radius: 10px;
  transition: 0.5s;
}
.card.more-links:hover {
  border: 2px solid var(--color-primary);
  cursor: pointer;
}

.card.more-links .card-title {
  color: var(--color-secondary-dark);
  font-weight: 700;
  transition: 0.5s;
}
.card.more-links:hover .card-title,
.card.more-links:hover .card-text {
  color: var(--color-primary);
}

.card.more-links .card-text {
  color: #000;
  transition: 0.5s;
}

.card.more-links .card-body > i {
  color: var(--color-secondary-dark);
  transition: 0.5s;
}

.card.more-links:hover .card-body > i {
  color: var(--color-primary);
}

.gallery ul {
  list-style: none;
}

.gallery .box-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-around;
}

.gallery .box-container .box-show .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery .box-container .box-show .inner {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 300px;
  border-radius: 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

.recent-blog-posts .section-header p {
  color: var(--color-secondary-dark);
}

.collage {
  position: relative;
  height: 400px;
}

.collage-img {
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.collage-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collage-img.img1 {
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  z-index: 1;
}

.collage-img.img2 {
  bottom: 0;
  right: 0;
  width: 50%;
  height: 70%;
  z-index: 2;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 90px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.nav-contact {
  gap: 12px;
}

.nav-contact-info {
  white-space: nowrap;
}

.nav-contact-linkedin,
.footer-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  transition: 0.2s ease;
}

.nav-contact-linkedin i {
  font-size: 24px;
}

.nav-contact-linkedin:hover,
.footer-linkedin:hover {
  color: #fff;
}

#hero {
  background: linear-gradient(135deg, #0f172a 0%, #162033 55%, #1e293b 100%);
}

#hero .carousel-item::before {
  background:
    linear-gradient(90deg, rgba(12, 20, 34, 0.85) 0%, rgba(12, 20, 34, 0.55) 45%, rgba(12, 20, 34, 0.25) 100%),
    linear-gradient(180deg, rgba(233, 102, 46, 0.18), rgba(0, 0, 0, 0));
}

#hero .carousel-container {
  left: 0;
  right: 0;
  padding: 0 32px;
}

#hero .hero-panel {
  max-width: 640px;
  padding: 30px;
  border-radius: 28px;
  background: rgba(15, 23, 42, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(16px);
}

#hero .hero-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(233, 102, 46, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#hero h2 {
  margin-bottom: 16px;
  font-size: 42px;
  line-height: 1.1;
}

#hero p {
  max-width: 540px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
}

#hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

#hero .btn-get-started {
  padding: 12px 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(233, 102, 46, 0.28);
}

#hero .hero-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s ease;
}

#hero .hero-secondary-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

#hero .hero-highlights,
#hero .hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#hero .hero-highlights span,
#hero .hero-stat {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

#hero .hero-highlights span {
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
}

#hero .hero-stat {
  min-width: 140px;
  padding: 12px 14px;
}

#hero .hero-stat strong {
  display: block;
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 1;
}

#hero .hero-stat span {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.82);
}

@media screen and (max-width: 992px) {
  #hero {
    height: auto !important;
    min-height: 90vh;
    padding: 120px 0 60px;
    display: flex;
    align-items: center;
  }

  #hero .carousel-container {
    top: 15% !important;
    position: relative;
  }

  #hero .hero-panel {
    padding: 26px;
    max-width: 100%;
  }

  #hero h2 {
    font-size: 38px;
  }

  #hero p {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  #hero .carousel-container {
    padding: 0 16px;
  }

  #hero .hero-panel {
    padding: 24px 20px;
    border-radius: 20px;
    max-width: 100%;
    background: rgba(15, 23, 42, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  #hero h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }

  #hero p {
    font-size: 14px !important;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  #hero .hero-actions {
    gap: 10px;
    margin-bottom: 20px;
  }

  #hero .btn-get-started,
  #hero .hero-secondary-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 20px;
    font-size: 14px;
  }

  #hero .hero-highlights,
  #hero .hero-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  #hero .hero-highlights span,
  #hero .hero-stat {
    font-size: 11px;
    padding: 8px 10px;
    min-width: unset;
    margin: 0;
  }

  #hero .hero-stat strong {
    font-size: 16px;
  }

  /* Carousel Navigation Adjustments */
  #hero .carousel-indicators {
    bottom: 10px;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    display: none; /* Hide arrows on mobile to reduce clutter */
  }
}

@media screen and (max-width: 480px) {
  #hero .hero-panel {
    padding: 20px 15px;
  }

  #hero h2 {
    font-size: 22px;
  }

  #hero .hero-highlights,
  #hero .hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  #hero .hero-highlights span:last-child,
  #hero .hero-stat:last-child {
    grid-column: span 2;
  }

  #hero .hero-badge {
    font-size: 11px;
    padding: 6px 12px;
    margin-bottom: 14px;
    background: rgba(233, 102, 46, 0.25);
  }
}

body {
  background:
    radial-gradient(circle at top left, rgba(233, 102, 46, 0.08), transparent 28%),
    linear-gradient(180deg, #f7f9fc 0%, #eef3f9 100%);
  color: #1f2937;
}


section:not(#hero) {
  position: relative;
  padding: 88px 0;
}

section:not(#hero) .container {
  position: relative;
  z-index: 1;
}

.section-header {
  padding-bottom: 52px;
}

.section-header p {
  color: #e9662e;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 800;
}

.section-header h2 {
  color: #0f172a;
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.section-header .zigzag-border {
  margin-top: 16px;
}

#header,
#header.sticked,
#header.header-scrolled,
#header.header-inner-pages {
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
}

#header {
  padding: 14px 0;
}

#header .logo img {
  max-height: 56px;
}

.navbar a,
.navbar a:focus {
  padding: 10px 0 10px 24px;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #e9662e;
}

.navbar .dropdown ul {
  top: calc(100% + 16px);
  left: 8px;
  min-width: 230px;
  padding: 12px 0;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(16px);
}

.navbar .dropdown ul a {
  font-size: 14px;
  padding: 12px 20px;
}

.getstarted,
.getstarted:focus {
  padding: 12px 28px;
  margin-left: 20px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 14px 30px rgba(233, 102, 46, 0.22);
}

.nav-contact {
  gap: 14px;
}

.nav-contact-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.05);
}

.nav-contact-info i {
  color: #e9662e;
}

.nav-contact-linkedin:hover,
.footer-linkedin:hover {
  background: linear-gradient(135deg, #08579f, #0a66c2);
}

.banner {
  margin-top: 84px;
  min-height: 340px;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  overflow: hidden;
}

.banner::before {
  background:
    linear-gradient(120deg, rgba(15, 23, 42, 0.86), rgba(15, 23, 42, 0.5)),
    linear-gradient(180deg, rgba(233, 102, 46, 0.12), transparent);
  opacity: 1;
}

.banner h2 {
  font-size: 54px;
  letter-spacing: -0.03em;
}

.banner .breadcrumb {
  margin-top: 18px;
}

.banner .breadcrumb .breadcrumb-item,
.banner .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.82);
}

.banner .breadcrumb .active {
  color: #ffffff;
}

.our-values .service-item,
.recent-blog-posts .post-box,
.contact-info-card,
.card.more-links,
.gallery .box-container .box-show .inner,
.services .service-item,
.card-desc .row.one,
.card-desc .row.two {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(10px);
}

.our-values .service-item,
.recent-blog-posts .post-box,
.contact-info-card,
.card.more-links,
.gallery .box-container .box-show .inner,
.services .service-item {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.our-values .service-item:hover,
.recent-blog-posts .post-box:hover,
.contact-info-card:hover,
.card.more-links:hover,
.gallery .box-container .box-show .inner:hover,
.services .service-item:hover {
  transform: translateY(-8px);
  border-color: rgba(233, 102, 46, 0.24);
  box-shadow: 0 28px 55px rgba(15, 23, 42, 0.13);
}

.our-values .service-item {
  padding: 34px 32px;
}

.our-values .service-item .content {
  padding-left: 0;
}

.our-values .service-item h4,
.recent-blog-posts .post-box .post-title,
.contact-info-card .contact-info-card-content h3,
.card.more-links .card-title,
.services .details h3,
.card-desc .card-content h2,
.our-mission .our-mission-content h3 {
  color: #0f172a;
  letter-spacing: -0.02em;
}

.our-values .service-item h4 {
  font-size: 24px;
  margin-bottom: 18px;
}

.our-values .service-item h4::before,
.our-values .service-item h4::after {
  height: 3px;
  border-radius: 999px;
}

.our-values .service-item p,
.recent-blog-posts .post-box p,
.card.more-links .card-text,
.card-desc .card-content p,
.our-mission .our-mission-content p,
.services .details p,
.footer .footer-content .footer-info p,
.footer .footer-content .footer-newsletter p {
  color: #475569;
  line-height: 1.75;
}

.services .service-item {
  padding: 22px;
}

.services .service-item .details {
  border-radius: 20px;
  background: transparent;
}

.services .service-item .details .icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: rgba(233, 102, 46, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.services .service-item .details .icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.services .service-item .details .icon i {
  color: #e9662e;
}

.recent-blog-posts .post-box {
  padding: 36px 28px;
  border-radius: 26px;
}

.recent-blog-posts .post-box .post-img {
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.14);
}

.card-desc.one,
.card-desc.two {
  padding-bottom: 34px;
}

.card-desc .row.one,
.card-desc .row.two {
  overflow: hidden;
}

.card-desc .card-content {
  padding: 42px;
}

.card-desc .card-content ul li,
.partnerships-content ul li,
.services ul li {
  color: #475569;
  line-height: 1.7;
}

.card-desc .card-img,
.card-desc .carousel img,
.partnerships-content img,
.our-mission-img img,
.our-mission-img .img-absolute img,
.gallery .box-container .box-show .inner img,
.container img {
  border-radius: 20px;
}

.contact-info-card {
  padding: 34px 28px;
  border-radius: 24px;
}

.contact-info-card .contact-info-icon {
  width: 78px;
  height: 78px;
  border-radius: 20px;
  background: linear-gradient(135deg, #e9662e, #ff8a50);
  box-shadow: 0 16px 32px rgba(233, 102, 46, 0.22);
}

.get-in-touch {
  background: transparent;
}

.get-in-touch form input:focus,
.get-in-touch form textarea:focus,
.footer .footer-content .footer-newsletter form input[type="email"]:focus {
  outline: none;
  border-color: rgba(233, 102, 46, 0.45);
  box-shadow: 0 0 0 4px rgba(233, 102, 46, 0.12);
}

.footer {
  color: #e2e8f0;
}

.footer .footer-content {
  background:
    linear-gradient(135deg, #0f172a 0%, #162033 55%, #1f2937 100%);
  padding: 72px 0 36px 0;
}

.footer .footer-content .footer-info p,
.footer .footer-content .footer-newsletter p,
.footer .footer-content .footer-links ul a,
.footer .footer-content .footer-links ul i,
.footer-contact-details p,
.footer-contact-details a {
  color: rgba(226, 232, 240, 0.82);
}

.footer .footer-content h4,
.footer .footer-content .footer-info h3 {
  color: #ffffff;
}

.footer .footer-content h4::after {
  width: 42px;
  height: 3px;
  background: #e9662e;
  border-radius: 999px;
}

.footer .footer-content .footer-links ul li {
  padding: 12px 0;
}

.footer .footer-content .footer-links ul a:hover,
.footer-contact-details a:hover {
  color: #ffffff;
}

.footer .footer-content .footer-newsletter form {
  margin-top: 22px;
  padding: 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer .footer-content .footer-newsletter form input[type="email"] {
  width: calc(100% - 128px);
  color: #0f172a;
}

.footer .footer-content .footer-newsletter form input[type="submit"] {
  border-radius: 14px;
  right: 6px;
  top: 6px;
  bottom: 6px;
  padding: 0 20px;
  font-weight: 700;
  background: linear-gradient(135deg, #e9662e, #ff8a50);
}

.footer .footer-legal {
  background: rgba(4, 11, 24, 0.98);
}

.scroll-top {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e9662e, #ff8a50);
  box-shadow: 0 14px 30px rgba(233, 102, 46, 0.26);
}

.scroll-top:hover {
  background: linear-gradient(135deg, #cf5a26, #f37a3e);
}

@media screen and (max-width: 992px) {
  section:not(#hero) {
    padding: 72px 0;
  }

  .section-header h2,
  .banner h2 {
    font-size: 36px;
  }

  .getstarted,
  .getstarted:focus {
    margin-left: 0;
  }

  .card-desc .card-content {
    padding: 30px 24px;
  }
}

@media screen and (max-width: 768px) {
  .banner {
    min-height: 280px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .section-header h2 {
    font-size: 30px;
  }

  .nav-contact {
    gap: 10px;
  }

  .nav-contact-info {
    padding: 8px 12px;
  }

  .our-values .service-item,
  .recent-blog-posts .post-box,
  .contact-info-card,
  .card.more-links,
  .services .service-item {
    border-radius: 20px;
  }
}

.our-values {
  padding: 25px 0 !important;
}