body {
  font-family: "Source Sans 3";
}

/* Hero Section */
.hero-section {
  max-width: 100%;
  margin: 0 60px 0 60px;
  padding: 40px 20px;
}

.hero-header {
  margin-bottom: 30px;
}

.hero-header h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero-header h1 span {
  color: #CD684A;
}

.hero-breadcrumb {
  font-size: 14px;
  font-weight: 500;
}

.hero-breadcrumb a {
  color: #243A5E;
  text-decoration: none;
}

.hero-breadcrumb span {
  margin: 0 2px;
}

.hero-breadcrumb .active {
  color: #CD684A;
  font-weight: 600;
}

.underline{
  display: block;
  margin-top: 7px;
  width: 150px;
  height: 2px;
  background:#243A5E; 
}

.hero-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 14px;
}

/* LARGE SCREENS (1400px+) */
@media (min-width: 1400px) {

  .hero-image img {
    height: 460px;
  }
}

/* LAPTOPS (1024px – 1399px) */
@media (max-width: 1399px) {

  .hero-image img {
    height: 400px;
  }
}

/* TABLETS (769px – 1024px) */
@media (max-width: 1024px) {
  .hero-section {
    margin: 0 30px;
    padding: 32px 20px;
  }

  .hero-header h1 {
    font-size: 36px;
  }

  .hero-image img {
    height: 340px;
    border-radius: 12px;
  }
}

/* SMALL TABLETS (600px – 768px) */
@media (max-width: 768px) {
  .hero-section {
    margin: 0 20px;
    padding: 28px 16px;
  }

  .hero-header h1 {
    font-size: 30px;
  }

  .hero-breadcrumb {
    font-size: 13px;
  }

  .hero-image img {
    height: 280px;
  }
}

/* MOBILE (≤ 480px) */
@media (max-width: 480px) {
  .hero-section {
    margin: 0 12px;
    padding: 24px 12px;
  }

  .hero-header {
    margin-bottom: 20px;
  }

  .hero-header h1 {
    font-size: 24px;
  }

  .hero-breadcrumb {
    font-size: 12px;
  }

  .hero-image img {
    height: 220px;
    border-radius: 10px;
  }
}

/* EXTRA SMALL DEVICES (≤ 360px) */
@media (max-width: 360px) {
  .hero-header h1 {
    font-size: 22px;
  }

  .hero-image img {
    height: 200px;
  }
}

/* ABOUT SECTION */
.about-section {
  max-width: 100%;
  margin: 0 60px 0 60px;
  padding: 40px 20px;
  display: grid;
  gap: 40px;
}

.about-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

.about-image img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.about-label {
  margin-top: 10px;
  font-size: 16px;
  color:#000000;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.about-underline{
  right: 20px;
  width: calc(15% + 10px);
  height: 2.5px;
  background: #CD684A;
  margin-bottom: 20px;
}

.about-title {
  font-size: 35px;
  line-height: 1.25;
  letter-spacing: 1px;
  font-weight: 700;
  color: #1f2937;
}

.about-title span {
  color: rgba(205, 104, 74, 1);
}

.about-description {
  margin-top: 10px;
  font-size: 16px;
  color: #4b5563;
  line-height: 1.4;
  max-width: 550px;
}

.about-btn {
  margin-top: 40px;
  background: #1f3b64;
  color: #ffffff;
  border: none;
  padding: 14px 50px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  width: fit-content;
}

.about-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature-card {
  background:rgba(36, 58, 94, 0.1);
  padding: 24px;
  border-radius: 14px;
}

.feature-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: rgba(34, 34, 34, 1);
}

.feature-card p {
  font-size: 15px;
  color:rgba(34, 34, 34, 1);
  line-height: 1.6;
}

/* LARGE LAPTOPS (max 1200px) */
@media (max-width: 1200px) {

  .about-section {
    margin: 0 40px;
    gap: 35px;
  }

  .about-top {
    gap: 40px;
  }

  .about-title {
    font-size: 32px;
  }

  .about-description {
    max-width: 100%;
  }

  .about-features {
    gap: 20px;
  }
}

/* TABLETS / iPAD PRO (max 1024px) */
@media (max-width: 1024px) {

  .about-section {
    margin: 0 30px;
  }

  .about-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-image img {
    height: 380px;
  }

  .about-title {
    font-size: 30px;
  }

  .about-btn {
    margin-top: 30px;
  }

  .about-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* SMALL TABLETS / LARGE PHONES (max 768px) */
@media (max-width: 768px) {

  .about-section {
    margin: 0 20px;
    padding: 30px 10px;
  }

  .about-title {
    font-size: 26px;
    letter-spacing: 0.5px;
  }

  .about-description {
    font-size: 15px;
  }

  .about-btn {
    padding: 14px 40px;
  }

  .about-features {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .feature-card {
    padding: 20px;
  }
}

/* MOBILE DEVICES (max 480px) */
@media (max-width: 480px) {

  .about-label {
    font-size: 14px;
  }

  .about-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .about-description {
    font-size: 14px;
  }

  .about-btn {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
  }

  .feature-card h4 {
    font-size: 15px;
  }

  .feature-card p {
    font-size: 14px;
  }
}

/* Why Mutual Funds */
.mutual-fund-section {
  background: #243A5E;
  padding: 60px 20px;
  margin: 60px 0;
}

.mf-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: start;
  margin: 0 60px 0 60px;
}

.mf-left {
  margin-top: 10px;
  color: #ffffff;
}

.mf-tag {
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0.9;
}

.mf-underline{
  display: block;
  margin-top: 5px;
  width: 200px;
  height: 2px;
  background: #CD684A; 
}

.mf-title {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 20px 0;
}

.mf-description {
  font-size: 17px;
  line-height: 1.7;
  max-width: 450px;
}

.mf-btn {
  margin-top: 60px;
  padding: 12px 35px;
  background: #CD684A;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.mf-right {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.mf-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 25px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.mf-icon {
  width: 80px;
  height: 80px;
  margin-left: -60px;
  border-radius: 50%;
  background:#ffffff;
  color: #cd684a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.mf-icon img{
  width: 50px;
  height: 50px;
}

.mf-card-text h4 {
  font-size: 17px;
  font-weight: 600;
  color:#1D1717;
}

.mf-card-text p {
  width: 600px;
  font-size: 15px;
  line-height: 1.4;
  color: #4A5565;
  margin-top: 4px;
  padding-right: 70px;
}

.mf-arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #EAECEF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CD684A;
  font-size: 24px;
}

/* NEST HUB MAX (1280 × 800) */
@media (max-width: 1280px) and (max-height: 800px) {

  .mf-container {
    margin: 0 40px;
    gap: 40px;
  }

  .mf-card-text p {
    width: 100%;
  }
}


/* LARGE LAPTOPS (max 1200px) */
@media (max-width: 1200px) {

  .mf-container {
    margin: 0 40px;
    gap: 40px;
  }

  .mf-title {
    font-size: 32px;
  }

  .mf-description {
    max-width: 100%;
  }

  .mf-card-text p {
    width: 100%;
  }
}

/* NEST HUB (1024 × 600) */
@media (max-width: 1024px) and (max-height: 600px) {

  .mf-container {
    margin: 0 30px;
    gap: 35px;
  }

  .mf-container {
    grid-template-columns: 1fr;
  }

  .mf-right {
    margin-top: 20px;
  }

  .mf-card {
    padding-left: 50px;
  }

  .mf-icon {
    margin-left: -40px;
  }
}


/* TABLETS / iPAD (max 1024px) */
@media (max-width: 1024px) {

  .mf-container {
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 0 30px;
  }

  .mf-btn {
    margin-top: 40px;
  }

  .mf-card-text p {
    width: 100%;
  }
}


/* SMALL TABLETS / LARGE PHONES (max 768px) */
@media (max-width: 768px) {

  .mutual-fund-section {
    padding: 50px 15px;
  }

  .mf-container {
    margin: 0 20px;
  }

  .mf-title {
    font-size: 28px;
  }

  .mf-description {
    font-size: 16px;
  }

  .mf-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .mf-icon {
    margin-left: 0;
  }

  .mf-arrow {
    align-self: flex-end;
    margin-right: 0;
  }
}


/* MOBILE DEVICES (max 480px) */
@media (max-width: 480px) {

  .mf-tag {
    font-size: 13px;
  }

  .mf-underline {
    width: 140px;
  }

  .mf-title {
    font-size: 24px;
    line-height: 1.3;
  }

  .mf-description {
    font-size: 15px;
  }

  .mf-btn {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
  }

  .mf-card {
    padding: 20px;
  }

  .mf-card-text h4 {
    font-size: 16px;
  }

  .mf-card-text p {
    font-size: 14px;
  }

  .mf-arrow {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
}

/* Our Team */
.team-section {
  padding: 80px 20px;
  text-align: center;
}

.team-header {
  margin-bottom: 50px;
}

.team-tag {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 20px;
  border: 1px solid #0000001A;
  color: #CD684A;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}

.team-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
}

.team-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.team-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: translateY(-6px);
}

.team-image {
  padding: 24px;
}

.team-image img {
  width: 90%;
  height: 280px;
  object-fit: cover;
  border-radius: 16px;
}

.team-info {
  padding: 20px 24px 24px;
  display: flex;
  align-items: left;
  text-align: left;
  justify-content: space-between;
}

.team-text h4 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}

.team-text p {
  font-size: 14px;
  color: #6b7280;
  margin-top: 4px;
}

.team-socials {
  display: flex;
  gap: 12px;
}

.social {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #CD684A;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social img {
  width: 16px;
  height: 16px;
}

/* LARGE LAPTOPS (≤ 1200px) */
@media (max-width: 1200px) {
  .team-grid {
    gap: 24px;
  }

  .team-header h2 {
    font-size: 32px;
  }
}

/* TABLETS / iPAD PRO (≤ 1024px) */
@media (max-width: 1024px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }

  .team-header h2 {
    font-size: 30px;
  }
}

/* SMALL TABLETS / LARGE MOBILES (≤ 768px) */
@media (max-width: 768px) {
  .team-section {
    padding: 60px 16px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .team-header h2 {
    font-size: 26px;
  }

  .team-image img {
    height: 260px;
  }

  .team-info {
    flex-direction: column;
    gap: 14px;
  }

  .team-socials {
    align-self: flex-end;
  }
}

/* SMALL MOBILE (≤ 480px) */
@media (max-width: 480px) {
  .team-header h2 {
    font-size: 24px;
  }

  .team-image {
    padding: 18px;
  }

  .team-image img {
    height: 240px;
  }

  .team-text h4 {
    font-size: 16px;
  }

  .team-text p {
    font-size: 13px;
  }

  .social {
    width: 32px;
    height: 32px;
  }

  .social img {
    width: 14px;
    height: 14px;
  }
}

/* EXTRA SMALL DEVICES (≤ 360px) */
@media (max-width: 360px) {
  .team-header h2 {
    font-size: 22px;
  }

  .team-image img {
    height: 220px;
  }
}
