/* ================
  Hero Section Carousel Component
 ================ */
.hero-section-carousel .hero-section {
  padding-block: 214px 310px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  height: 100%;
}

@media (min-width: 992px) {
  .hero-section-carousel .hero-section {
    height: 800px;
  }
}

.hero-section .container,
.hero-small-section .container {
  position: relative;
  z-index: 3;
}
.hero-section .display-4 {
  color: #d3e4ef !important;
}
.hero-section .divider {
  border-bottom: 1px solid #fff;
  opacity: 15%;
  margin-block: 32px 24px;
}

.hero-section p {
  margin-bottom: 72px;
}

.new-template .overlay {
  background:
    radial-gradient(
      107.19% 546.91% at 100% 100%,
      rgba(3, 94, 155, 0.25) 0.01%,
      rgba(3, 94, 155, 0.5) 36.47%,
      #08283d 100%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.new-template .blur-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.02);
  mask-image: linear-gradient(
    to right,
    black 0%,
    rgba(0, 0, 0, 0.45) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    black 0%,
    rgba(0, 0, 0, 0.45) 60%,
    rgba(0, 0, 0, 0) 100%
  );
}

.hero-section-carousel .carousel-indicators {
  bottom: 0;
  margin-bottom: 57px;
}

.hero-section-carousel .carousel-indicators [data-bs-target] {
  width: 120px;
  border-radius: 3px;
  height: 5px;
  opacity: 0.2;
  border: 0 !important;
}

.hero-section-carousel .carousel-indicators .active {
  opacity: 1;
}

@media (max-width: 991px) {
  .hero-section-carousel .hero-section {
    padding-top: 200px;
    padding-bottom: 240px;
  }
  .new-template .overlay {
    background:
      radial-gradient(
        89.63% 96% at 81.9% -3.11%,
        rgba(3, 94, 155, 0.35) 0.01%,
        rgba(3, 94, 155, 0.5) 15%,
        #08283d 100%
      ),
      linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }

  .new-template .blur-gradient-overlay {
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    top: initial;
    mask-image: linear-gradient(
      to top,
      black 0%,
      rgba(0, 0, 0, 0.45) 60%,
      rgba(0, 0, 0, 0) 100%
    );
    -webkit-mask-image: linear-gradient(
      to top,
      black 0%,
      rgba(0, 0, 0, 0.45) 60%,
      rgba(0, 0, 0, 0) 100%
    );
  }
}

@media (max-width: 767px) {
  .hero-section-carousel .hero-section {
    padding-top: 200px;
    padding-bottom: 125px;
  }
}

/* ================
  Hero Section Component
 ================ */
.hero-section {
  padding-block: 140px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

@media (max-width: 991px) {
  .hero-section {
    padding-top: 240px;
    padding-bottom: 80px;
  }
}

/* ================
  Hero Small Section Component
 ================ */
.hero-small-section {
  padding-block: 160px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hero-small-section .divider {
  border-bottom: 1px solid #fff;
  opacity: 15%;
  margin-block: 24px;
}
/* ================
  Contact US Hero Section
 ================ */

.new-template .contact-buttons {
  width: 500px;
  margin-inline: auto;
}

@media (max-width: 580px) {
  .new-template .contact-buttons {
    width: auto;
    flex-direction: column;
    gap: 8px;
  }

  .btn-divider {
    display: none;
  }

  .btn-glass {
    width: 100%;
    justify-content: center;
  }
}

.new-template .btn-glass {
  background-color: #ffffff1a;
  backdrop-filter: blur(16px);
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 24px;
  line-height: 140%;
  vertical-align: middle;
  transition: 250ms ease-in-out;
}

.new-template .btn-glass:hover {
  background-color: #ffffff2d;
  color: white;
}

.new-template .btn-glass i {
  font-size: 20px;
}

.new-template .btn-divider {
  width: 0px;
  height: 25px;
  opacity: 0.24;
  border: 1px solid #b3cfe1;
}
/* ================
  Footer Section
 ================ */
.gradient-footer {
  background-color: #02426d;
  background-image: radial-gradient(
    37.73% 127.55% at 32.29% -27.55%,
    #066291 0%,
    #02426d 100%
  );
  color: white;
}

footer {
  padding-top: 96px;
  position: relative;
  overflow: hidden;
}
footer .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 510px;
}
footer .footer-logo {
  width: 225px;
}
footer h4 {
  position: relative;
  margin-bottom: 24px;
}
footer h4::before {
  content: "";
  position: absolute;
  bottom: -8px;
  background: var(--blue-200);
  height: 2px;
  width: 55px;
  border-radius: 20px;
}

@media (max-width: 1199px) {
  footer h4::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .gradient-footer {
    background: radial-gradient(
      117.5% 127.55% at 32.29% -27.55%,
      #066291 0%,
      #02426d 100%
    );
  }

  footer .img-overlay {
    width: 720px;
  }
}

@media (max-width: 580px) {
  .gradient-footer {
    background: radial-gradient(
      117.5% 127.55% at 32.29% -27.55%,
      #066291 0%,
      #02426d 100%
    );
  }
  footer .img-overlay {
    width: 380px;
  }
  footer .flex-navigation-mobile {
    flex-direction: column;
    justify-content: start;
    text-align: start !important;
    gap: 48px !important;
  }
  footer h4::before {
    left: 0;
    transform: none;
  }
  footer .mobile-hidden {
    display: none;
  }
  footer .mobile-full-width {
    width: 100%;
  }
  footer .social-media-links {
    width: 100%;
  }
  footer .social-media-links h4 {
    text-align: start;
  }
  footer .footer-links {
    justify-content: start;
    flex-wrap: wrap;
  }
}

footer .footer-links {
  list-style: none;
  padding-left: 0;
}
footer .footer-links a {
  margin-bottom: 12px;
  color: white;
  display: block;
}
footer .divider,
footer .contact-divider {
  border: 1px solid #b3cfe1;
  margin-block: 48px;
  opacity: 15%;
}
footer .contact-divider {
  margin-block: 0;
  margin-inline: 24px;
  height: 16px;
}
.mini-footer {
  padding-block: 32px;
  background-color: #01263e;
  color: white;
  margin-top: 96px;
}
.mini-footer .contact-divider {
  margin-inline: 20px;
}

/* ================
  Ways Section
  Cards That Have Green Border Title
 ================ */


.ways .way-card .way-title {
  border-left: 4px solid #2ba9b4;
  padding-left: 12px;
}

.ways .way-card p {
  margin-bottom: 8px;
}

.ways .way-card a {
  text-align: start;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.new-template .divider {
  border: 1px solid #b3cfe1;
  border-radius: 20px;
}

/* ================
 START REPORT PAGE
 ================ */

.hero-gradient-section {
  background: linear-gradient(
    180deg,
    #ffece5 0%,
    rgba(255, 255, 255, 0) 91.36%
  );
  padding-block: 127px;
  overflow-x: hidden;
}

.hero-gradient-section .description {
  margin-bottom: 24px;
}

.hero-gradient-section .divider {
  width: 260px;
  height: 4px;
  background-color: #fdaf9a;
  margin-block: 24px 48px;
  border: none;
}

.hero-gradient-section .report-details {
  margin-block: 24px 48px;
}

.hero-gradient-section .report-details span i {
  margin-right: 10px;
}

.hero-gradient-section .report-details span {
  color: #5c616c;
}

.hero-gradient-section .hero-img {
  width: 800px;
  margin-left: 84px;
}

.hero-gradient-section .hero-img .book-report-img {
  z-index: 2;
  position: relative;
}

.hero-gradient-section .hero-img::before {
  content: "";
  position: absolute;
  top: -150px;
  right: 0;
  background-repeat: no-repeat;
  width: 800px;
  height: 790px;
}

.new-template .centerd-title {
  text-align: center;
}

.new-template .centerd-title .primary::before {
  left: 50%;
  transform: translateX(-50%);
}

.tasks .task img {
  padding: 12px;
  background-color: #f5f8f9;
  border-radius: 6px;
}

.tasks .task h4 {
  margin-block: 4px;
  padding: 24px 16px;
  background-color: #f5f8f9;
  color: #c84c2a;
  border-radius: 6px;
}

.tasks .task p {
  padding: 24px 16px;
  font-weight: 500;
}

.report-overview {
  background-color: #f5f8f9;
}

.report-overview .pinned-vector {
  position: absolute;
  top: -80px;
  right: 20px;
}

.report-overview .background-vector {
  left: -550px;
  bottom: -410px;
  position: absolute;
}

.report-overview .report-item {
  background-color: white;
  padding: 24px;
  margin-bottom: 24px;
  transition: 250ms ease-in-out;
}

.report-overview .report-item:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.report-overview .report-item h6 {
  color: #5c616c;
}

.report-overview .report-item h6 span {
  color: #fa5f34;
}

.report-overview .report-item h6::before {
  content: "";
  position: absolute;
  left: -35px;
  top: -35px;
  background-color: #fa5f34;
  opacity: 3%;
  width: 108px;
  height: 108px;
  border-radius: 100%;
}

.promotional-banner {
  padding-block: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  position: relative;
}

.promotional-banner img {
  transform: rotate(12.25deg);
  width: 320px;
  margin-inline: auto;
  display: block;
}

.promotional-banner ul li {
  margin-bottom: 16px;
  display: flex;
  align-items: start;
}

.promotional-banner ul {
  margin-bottom: 48px;
  margin-top: 32px;
}

.promotional-banner ul li i {
  color: #2ba9b4;
  font-size: 18px;
  margin-right: 8px;
  margin-top: 4px;
}

.report-page .team-details.primary {
  background-color: #f5f8f9;
  border-radius: 6px;
}

.report-page .team-details .circle.primary::before,
.report-page .team-details .circle.secondary::before {
  width: 400px;
  height: 400px;
}

.report-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.report-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.report-card.featured {
  border: 3px solid #0066b2;
}

.report-card .card-image {
  background: linear-gradient(135deg, #e8f4f8 0%, #f0f7fb 100%);
  padding: 40px 20px;
  text-align: center;
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.report-card .stacked-docs {
  position: relative;
  width: 200px;
  height: 240px;
  margin: 0 auto;
}

.report-card .doc-layer {
  position: absolute;
  width: 180px;
  height: 220px;
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.report-card .doc-layer:nth-child(1) {
  transform: rotate(-5deg) translate(-10px, 10px);
  z-index: 1;
}

.report-card .doc-layer:nth-child(2) {
  transform: rotate(-2deg) translate(-5px, 5px);
  z-index: 2;
}

.report-card .doc-layer:nth-child(3) {
  z-index: 3;
  display: flex;
  flex-direction: column;
}

.report-card .doc-header {
  background: linear-gradient(135deg, #035e9b 0%, #2ba9b4 100%);
  padding: 30px 15px;
  color: white;
  flex-grow: 1;
}

.report-card .doc-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
}

.report-card .doc-subtitle {
  font-size: 11px;
  opacity: 0.9;
}

.report-card .doc-accent {
  height: 4px;
  background: #ff6b35;
}

.report-card .doc-body {
  padding: 15px;
  font-size: 10px;
  color: #666;
  line-height: 1.6;
}

.report-card .card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.report-card .card-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.4;
}

.report-card .card-description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.report-card .btn-purchase {
  background-color: #0066b2 !important;
  color: white !important;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.3s ease;
  border: none;
  width: 100%;
}

.report-card .btn-purchase:hover {
  background-color: #004d87 !important;
  color: white !important;
}

@media (max-width: 992px) {
  .hero-gradient-section .hero-img {
    width: auto;
    margin-left: 0;
    margin-bottom: 60px;
  }
  .hero-gradient-section .hero-img .book-report-img {
    display: block;
    margin-inline: auto;
  }

  .hero-gradient-section .hero-img::before {
    right: -150px !important;
  }
  .hero-gradient-section {
    padding-block: 80px;
  }
  .new-template .centerd-title {
    text-align: start;
  }

  .new-template .centerd-title .primary::before {
    left: 0;
    transform: none;
  }
  .promotional-banner img {
    width: 270px;
  }
  .report-page .team-details {
    text-align: center;
  }
  .report-page .team-details .divider {
    margin-inline: auto;
  }
  .report-page .team-details .flex-container {
    flex-direction: column;
  }
  .report-page .team-details .circle.primary {
    display: none;
  }
  .report-page .team-details img {
    width: 230px !important;
    height: 230px !important;
  }
}
@media (max-width: 670px) {
  .hero-gradient-section .hero-img::before {
    height: 350px;
    top: -100px;
  }
  .hero-gradient-section .hero-content {
    position: relative;
    z-index: 4;
  }
  .report-overview .pinned-vector img {
    width: 50px;
  }

  .hero-gradient-section .hero-img .book-report-img {
    width: 380;
    height: 400px;
  }
  .promotional-banner img {
    width: 208px;
    margin-bottom: 40px;
  }
}

.report-page .analyst .carousel-indicators {
  bottom: -70px;
  justify-content: center;
}

.resources .carousel-indicators [data-bs-target],
.reports .carousel-indicators [data-bs-target],
.report-page .analyst .carousel-indicators [data-bs-target] {
  width: 125px;
  background-color: var(--primary-color);
}

.report-page .analyst {
  margin-bottom: 50px;
}

.report-page .carousel-control-prev,
.report-page .carousel-control-next {
  display: none;
}

@media (min-width: 1200px) {
  .report-page .carousel-control-prev {
    left: -70px;
    display: flex;
  }

  .report-page .carousel-control-next {
    right: -70px;
    display: flex;
  }

  .report-page .analyst .team-details img {
    min-width: 370px;
  }
}
/* ================
 END REPORT PAGE
 ================ */
/* ================
 START AI VEDA PAGE
 ================ */
.veda-page .veda-tool {
  margin-block: 48px;
}

.veda-page .veda-steps .veda-step .number {
  font-size: 64px;
}

.veda-page .veda-steps .veda-step h6 {
  font-size: 16px;
  line-height: 1.6;
}
/* ================
 END AI VEDA PAGE
 ================ */
