@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

html,
body {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-sarif;
}

.hero-section {
  display: flex;
  color: white;
  padding: 150px 0;
  min-height: 100vh;
  position: relative;
  text-align: center;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/assets/clients/ptcapital/assets/hero-bg.jpg");
}

.hero-section h1 {
  font-weight: 600;
  line-height: 1.25;
  font-size: 4.25rem;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 5rem;
}

.hero-section .lead {
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
  text-align: center;
  font-size: 1.625rem;
  margin-bottom: 5rem;
}

.overlay {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  background: linear-gradient(246.04deg, #246092 0.75%, #0b1d2c 100%);
}

.hero-content {
  z-index: 2;
  position: relative;
}

.navbar-custom {
  z-index: 3;
  padding: 0.5rem 0;
  color: #ffffff;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.navbar-custom .navbar-toggler {
  border: none;
  box-shadow: none;
  font-size: 2.5rem;
}

.navbar-custom .navbar-toggler i {
  transition: all 0.25s ease-in-out;
}

.navbar-custom.bg-white {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.navbar-custom.bg-white .nav-link {
  transition: color 0.3s ease-in-out;
}

.navbar-custom.bg-white .navbar-brand img {
  transition: all 0.3s ease-in-out;
}

.navbar-custom.bg-white .navbar-toggler {
  color: #2E5793;
}

.navbar-custom .nav-link {
  color: #ffffff;
  font-weight: 500;
  line-height: 100%;
  font-size: 1.1rem;
  letter-spacing: 0%;
  padding-inline: 1rem !important;
}

.navbar-custom.bg-white .nav-link {
  color: #246092;
}

.btn {
  border-radius: 0;
  font-weight: 400;
  border: 2px solid;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 1rem 2rem;
}

.btn-custom-outline {
  color: white;
  border-color: white;
}

.btn-custom-outline:hover {
  color: black;
  background-color: white;
}

.btn-primary {
  background: rgba(36, 96, 146, 1);
  border-color: rgba(141, 178, 210, 1);
}

.opportunity-section {
  display: flex;
  min-height: 100vh;
  align-items: center;
  padding: 125px 0 60px;
  background-color: #ffffff;
}

.section-header {
  font-weight: 700;
  color: #0b1d2c;
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 3rem;
}

.section-subheader {
  font-weight: 500;
  color: #4f4f4f;
  line-height: 1.25;
  letter-spacing: 0;
  font-size: 1.62rem;
  text-align: center;
  margin-bottom: 3rem;
}

.opportunity-section .carousel-item h5 {
  font-weight: 600;
  line-height: 1.5;
  color: #246092;
  letter-spacing: 0;
  font-size: 2.25rem;
}

.opportunity-section .carousel-item p {
  font-weight: 400;
  color: #4f4f4f;
  font-size: 1.5rem;
  line-height: 1.65;
  letter-spacing: 0;
}

.ai-deployment-section h5.text-primary,
#opportunityCarousel .carousel-item h5.text-primary {
  text-align: left;
  font-weight: 600;
  font-size: 1.625rem;
  color: #246092 !important;
}

.ai-deployment-section p.text-muted,
#opportunityCarousel .carousel-item p.text-muted {
  font-weight: 500;
  color: #4F4F4F;
  line-height: 1.5;
  font-size: 1.125rem;
  padding-block: 2rem;
}

.opportunity-section .carousel-indicators .dots {
  width: 12px;
  height: 12px;
  margin: 0 !important;
  background-color: #d9d9d9;
}

.opportunity-section .carousel-indicators .active {
  background-color: #7ac753;
}

.opportunity-section .carousel-indicators span {
  width: 50px;
  height: 3px;
  margin-left: 2rem;
  background-color: #7ac753;
}

.carousel-control-next,
.carousel-control-prev {
  position: relative;
  margin: 0 !important;
  width: 20px !important;
  height: 20px !important;
  text-indent: 0 !important;
}

.carousel-control-next i,
.carousel-control-prev i {
  color: #00162e;
}

.timeline-section {
  z-index: 0;
  display: flex;
  padding: 125px 0;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/clients/ptcapital/assets/tm-bg.jpg");
}

.timeline-section .bg-overlay {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.98);
}

.footer .container,
.capital-deployment-section .container,
.certified-section .container,
.timeline-section .container {
  z-index: 2;
  position: relative;
}

.timeline-item {
  gap: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-dot {
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: start;
}

.timeline-dot span {
  z-index: 2;
  width: 5rem;
  height: 5rem;
  display: flex;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #246092;
  border: 1rem solid #224F74;
  transition: all 0.3s ease-in-out;
}

.timeline-line {
  width: 4px;
  height: 45px;
  background-size: 100% 1rem;
  background-repeat: repeat-y;
  background-image: linear-gradient(to bottom, transparent 50%, #7f94a6 50%);
}

.timeline-content {
  width: 35%;
  padding: 1.5rem;
  position: absolute;
  border-radius: 1rem;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.timeline-content.left {
  left: 10%;
  text-align: right;
}

.timeline-content.right {
  right: 10%;
}

.timeline-item.start .timeline-content {
  top: -2.5rem;
}

.timeline-item.end .timeline-content {
  top: 1.75rem;
}

.timeline-content h3 {
  color: #2D2D2D;
  margin: 0 0 1rem;
  font-weight: 600;
  font-size: 1.5rem;
  transition: color 0.3s ease-in-out;
}

.timeline-content p {
  margin: 0;
  font-size: 1rem;
  color: #4F4F4F;
  transition: color 0.3s ease-in-out;
}

.timeline-item.active span {
  border-color: #1783E3;
  background-color: #3AA2FF;
}

.timeline-item.active .timeline-content {
  background-color: #3AA2FF;
  box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.16);
}

.timeline-item.active .timeline-content h3,
.timeline-item.active .timeline-content p {
  color: #ffffff;
}

.ai-deployment-section {
  z-index: 1;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background: rgba(233, 237, 240, 1);
  box-shadow: 0px 0px 1rem 4px rgba(0, 0, 0, 0.16) inset;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.ai-deployment-section.show {
  max-height: 800px;
  padding-block: 60px;
}

.section-title {
  color: #2d2d2d;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 12px;
}

.section-subtitle {
  color: #4f4f4f;
  font-size: 1rem;
  max-width: 800px;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 2rem auto;
}

.agent-cards {
  gap: 1.25rem;
  display: flex;
  justify-content: center;
}

.agent-cards .swiper-wrapper {
  height: auto;
}

.agent-card {
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  max-height: 600px;
  min-height: 300px;
  background: #fff;
  text-align: center;
  border-radius: 12px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.agent-card:hover {
  transform: translateY(-4px);
}

.icon-box {
  height: 150px;
  padding: 20px;
  display: flex;
  border-radius: 12px;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-135deg, #E9EDF0, #246092);
}

.icon-box img {
  max-height: 100px;
  object-fit: contain;
}

.agent-card h3 {
  color: #246092;
  font-size: 1.45rem;
  margin-bottom: 1rem;
}

.agent-card p {
  color: #4f4f4f;
  font-size: 1.1rem;
}

.inner-timeline-section {
  display: flex;
  padding: 1rem;
  position: relative;
  align-items: center;
}

.inner-timeline-section::before {
  left: 1rem;
  right: 4rem;
  z-index: 0;
  height: 3px;
  content: '';
  position: absolute;
  background: linear-gradient(to right, #246092, #7b61ff);
}

.inner-timeline-step {
  flex: 1;
  z-index: 1;
  height: 150px;
  display: flex;
  padding: 1rem;
  min-width: 150px;
  max-width: 200px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
}

.inner-timeline-step .icon {
  width: 50px;
  height: 50px;
  display: flex;
  padding: 1rem;
  color: #246092;
  font-size: 1.25rem;
  border-radius: 50%;
  align-items: center;
  background: #ffffff;
  justify-content: center;
  margin: 0 auto 0.5rem auto;
  border: 2px solid #246092;
}

.inner-timeline-step h6 {
  color: #2d2d2d;
  font-weight: 600;
  font-size: 0.95rem;
}

.inner-timeline-step p {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 0.85rem;
}

.pagination-dots {
  margin-top: 2rem;
}

.pagination-dots .dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  transition: background 0.3s;
}

.pagination-dots .dot.active {
  background: #007aff;
}

.capital-deployment-section {
  display: flex;
  padding: 150px 0;
  min-height: 100vh;
  position: relative;
  text-align: center;
  align-items: center;
  background-color: #ffffff;
}

.capital-deployment-section::before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("/assets/clients/ptcapital/assets/wave1.png");
}

.deployment-card {
  height: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #E9EDF0;
  background-color: #ffffff;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}

.card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 2rem;
}

.deployment-card h3 {
  font-weight: 600;
  color: #2d2d2d;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

.features-list {
  padding: 0;
  list-style: none;
  text-align: left;
  color: #5d5d5d;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.features-list li {
  margin: 0.5rem 0;
  font-weight: 400;
  font-size: 0.875rem;
}

.features-list li img {
  width: 16px;
  margin-right: 0.5rem;
}

.card-note {
  color: #8c8c8c;
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 1.15rem;
}

.metrics {
  margin-top: 1.25rem;
}

.metric {
  background-color: #24609290;
  border-radius: 8px;
  padding: 12px;
  flex: 1;
  text-align: center;
}

.metric .value {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.125rem;
}

.metric .value small,
.metric .label {
  font-weight: 500;
  color: #ffffff;
  font-size: 0.7rem;
  margin-bottom: 1rem;
}

.risk-return-section {
  display: flex;
  padding: 125px 0;
  min-height: 100vh;
  align-items: center;
  background: rgba(233, 237, 240, 1);
}

.icon-circle {
  min-width: 36px;
  min-height: 36px;
  display: flex;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: rgba(36, 96, 146, 1);
}

#riskReturnsAccordion {
  max-width: 65%;
  margin: 0 auto;
}

.accordion-button {
  background-color: #ffffff;
  border-left: 6px solid transparent;
}

.accordion-button:focus {
  z-index: 1;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-item {
  transition: all 0.3s ease-in-out;
}

.accordion-button.collapsed,
.accordion-collapse {
  border-left: 6px solid transparent;
}

.accordion-button:not(.collapsed),
.accordion-collapse.show {
  background-color: #f5f5f5;
  border-left: 6px solid #246092;
}

.accordion-item {
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.accordion-item+.accordion-item {
  border-left: 0;
  border-right: 0;
}

.accordion-item:first-child {
  border-top: none;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-body {
  padding: 2rem;
  color: #6c757d;
}

.accordion-header span {
  font-size: 1.45rem;
  font-weight: 600;
  color: #246092;
}

.accordion-body p {
  font-weight: 400;
  color: #989898;
  font-size: 1.25rem;
  line-height: 1.5;
}

.accordion {
  border-radius: 12px;
  overflow: hidden;
}

.certified-section {
  color: #000;
  padding: 125px 0;
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/assets/clients/ptcapital/assets/ct-bg.jpg");
}

.certified-overlay {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
}

.certified-section h2 {
  font-weight: 700;
  color: #00162e;
}

.certified-section p {
  font-size: 1.125rem;
  color: #5b5b5b;
  margin-top: 20px;
  margin-bottom: 40px;
}

.certified-section .btn-primary {
  background-color: #004d8c;
  border-color: #004d8c;
  font-size: 1.1rem;
  padding: 12px 32px;
  border-radius: 6px;
}

.certified-section .btn-primary:hover {
  background-color: #003d70;
  border-color: #00345f;
}

.footer {
  color: #fff;
  position: relative;
  padding: 180px 0 20px 0;
  background: linear-gradient(to right, #15446c, #0b1b2a);
}

.footer::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 137px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url("/assets/clients/ptcapital/assets/wave2.png");
}

.footer-logo {
  max-width: 250px;
  margin-bottom: 20px;
}

.footer .contact-info i {
  margin-right: 10px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  margin: 0 0.5rem;
  border-radius: 50%;
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  justify-content: center;
}

.social-icons a svg path {
  fill: #ffffff;
  transition: fill 0.3s;
}

.social-icons a:hover svg path {
  fill: #007bff;
}

.footer h5 {
  font-weight: bold;
  margin-bottom: 20px;
}

.differentiation-section {
  padding: 80px 0;
  background: #fff;
  min-height: 100vh;
}

/* Tab Navigation */
.tab-navigation {
  display: flex;
  padding: 0.5rem;
  margin-bottom: 50px;
  background: white;
  border-radius: 15px;
  justify-content: flex-start;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.tab-button {
  border: none;
  color: #666;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 600;
  padding: 20px 15px;
  position: relative;
  border-radius: 10px;
  white-space: nowrap;
  background: transparent;
  transition: all 0.3s ease;
}

.tab-button:hover {
  color: #246092;
  transform: translateY(-2px);
}

.tab-button.active {
  color: white;
  box-shadow: 0 8px 25px #2460924d;
  background: linear-gradient(135deg, #246092 0%, #0b1b2a 100%);
}

/* Tab Content */
.tab-content {
  opacity: 0;
  display: none;
  transition: all 0.5s ease;
  transform: translateY(20px);
}

.tab-content.active {
  opacity: 1;
  display: block;
  transform: translateY(0);
}

.content-layout {
  gap: 60px;
  display: grid;
  min-height: 400px;
  align-items: center;
  grid-template-columns: 1fr 640px;
}

.content-text {
  padding: 40px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.content-title {
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #2d2d2d !important;
}

.content-description {
  line-height: 1.8;
  font-size: 1.1rem;
  margin-bottom: 25px;
  color: #4f4f4f !important;
}

.content-features {
  padding-left: 0;
  list-style: none;
}

.content-features li {
  padding: 8px 0;
  color: #4f4f4f;
  position: relative;
  padding-left: 25px;
}

.content-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #BFE3AD;
  font-weight: bold;
}

.content-image {
  width: 100%;
  height: 360px;
  display: flex;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.content-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.placeholder-content {
  text-align: center;
  padding: 40px;
}

.pulseAnimation {
  animation: pulseAnimation 2s infinite;
}

@keyframes pulseAnimation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 0;
}

.modal {
  opacity: 0 !important;
  z-index: -1 !important;
  width: 100vw !important;
  height: 100vh !important;
  display: flex !important;
  position: absolute !important;
  transform: translate(-100%) !important;
}

.modal.open {
  opacity: 1 !important;
  z-index: 102 !important;
  transform: translate(0) !important;
  background-color: rgb(0 0 0 / .4) !important;
}


@media (max-width: 991px) {
  .navbar-custom .nav-link {
    padding-block: 1rem !important;
  }

  #riskReturnsAccordion {
    max-width: 100%;
  }

  .timeline-content.left {
    left: 5%;
  }

  .timeline-content.right {
    right: 5%;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .timeline-content {
    width: 40%;
  }

  .timeline-content.left {
    left: 0;
  }

  .timeline-content.right {
    right: 0;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 13px;
  }

  .container {
    padding-inline: 2rem;
  }

  .hero-section h1 {
    font-size: 3.5rem;
  }

  .hero-section .lead {
    font-size: 1.5rem;
  }
}