h1, h2, h3, h4, h5, h6 {
  font-family: "Arima", sans-serif;
  font-weight: normal;
}

p {
  font-family: "Arima", sans-serif;
  color: #111111;
}

body {
  font-family: "Arima", sans-serif;
  background-color: #ffffff;
  color: #111111;
}

@font-face {
  font-family: "Arima";
  src: url("../fonts/Arima-Bold.ttf") format("truetype");
  font-weight: bold;
}

.navbar {
  
  background-color: #ffffff;
  padding: 20px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-nav .nav-link {
  font-family: "Arima", sans-serif;
  font-weight: 700;
  color: black;
  margin: 0 15px;
  transition: color 0.3s ease;
  font-size: 1.1rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #147BC7;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}
.breadcrumb-item a {
  color: white;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #f8A75A;
}

.hero-section {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 0;
  margin-bottom: -80px;
  background-image: linear-gradient(to bottom, rgba(255,255,255), rgb(231,245,250));
}

.hero-section h1 {
  color: #3C6198;
  margin-bottom: 30px;
  font-weight: 700;
}

.hero-section p {
  color: #111111;
  margin: 0 auto 0px;
  line-height: 1.6;
}

.hero-image {
  margin-top: 50px;
  border-radius: 20px;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: auto;
  max-width: 1000px;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.hero-image img:hover {
  transform: scale(1.03);
}

.purpose-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 150px;
  background-color: white;
}

.purpose-image-container {
  text-align: right;
}

.purpose-image-container img {
  width: 470px;
  height: auto;
  border-radius: 50% 50% 0 0;
  background: white;
}



@media (max-width: 575px) {
  .purpose-image-container {
    text-align: center;
    margin-bottom: 30px;
  }

  .purpose-image-container img {
    width: 100%;
    max-width: 400px;
  }


}

.purpose-text-container h1 {
  font-weight: 700;
  margin-bottom: 30px;
  color: #3C6198;
}

.purpose-text-container p {

  line-height: 1.6rem;
}

.purpose-signature {
  margin-top: 30px;
}

.purpose-signature img {
  width: 300px;
  padding: 10px;
  height: auto;
}


.purpose-signature p a {
  text-decoration: none;
  font-weight: 700;
}

.why-choose-us-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 0px;
  background: linear-gradient(to top,  rgb(248, 245, 239), rgb(252,244,224));
}

.why-choose-us-text {
  max-width: 50%;
  padding-right: 25px;
  padding-top: 70px;
  
}
@media (max-width: 575px) {
  .why-choose-us-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 0px;
    background: linear-gradient(to top,  rgb(248, 245, 239), rgb(252,244,224));
  }
  .why-choose-us-text {
    max-width: 100%;
    padding-right: 0px;
  }
  
}

.why-choose-us-text h1 {
  font-weight: bold;
  color: #3C6198;
  margin-bottom: 30px;
}

.why-choose-us-text p {
  line-height: 1.3;
  margin-bottom: 30px;
}

.why-choose-us-btn {
  background-color: #357edd;
  border: none;
  border-radius: 50px;
  padding: 15px 40px;
  margin-top: 15px;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.why-choose-us-btn:hover {
  background-color: #285bb5;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.why-choose-us-image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.service-card {
  border: 1px solid #b9b5b5;
  border-radius: 30px;
  padding: 30px;
  text-align: center;
  margin: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  background-color: #ffffff;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
  border: 2px solid #3C6198;
}

.service-card h5 {
  color: #3C6198;
  margin-top: 22px;
  margin-bottom: 15px;
  font-weight: 750;
}

.service-card p {
  margin: 15px 0;
  flex-grow: 1;
  line-height: 1.6;
}

.service-card a {
  color: #147BC7;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.service-card a:hover {
  color: #0056b3;
}

.service-card .icon {
  margin-bottom: 22px;
}

.service-card:nth-child(2) {
  border: 3px solid #3C6198;
}
.service-card .know-more {
  display: flex;
  align-items: center;
  justify-content: center;
}

.family-business-container {
  background-image: linear-gradient(to bottom, rgba(255,255,255), rgb(231,245,250));
  border: 2px solid white;
  border-radius: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  margin-top: 150px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}
.family-business-text-section {
  max-width: 38%;
  font-size: 28px;
}
@media (max-width: 767px) {
  .family-business-text-section {
    max-width: 100%;
  }
  .family-business-container {
    background-image: linear-gradient(to bottom, rgba(255,255,255), rgb(231,245,250));
    border-radius: 20px;
    display: block;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    margin-top: 80px;
    max-width: 100%;
  }
  .assistance-section {
      background: linear-gradient(135deg, #0d47a1, #1976d2);
      padding: 40px 20px;
      margin: 0;
      border-radius: 0;
      min-height: 250px;
  }

  .content-container {
      position: relative;
      left: auto;
      top: auto;
      transform: none;
      padding: 0;
  }

  .content-container h1 {
      font-size: 2rem;
  }
}
.family-business-text-section p {
  color: #3b4a6b;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.3;
}

.family-business-image-section {
  max-width: 50%;
  text-align: center;
}
.family-business-image-section img {
  max-width: 100%;
  margin-top: -80px;
  border-radius: 20px;
}


@media (max-width: 575px) {
  .family-business-image-section {
    max-width: 100%;
  }
  .family-business-image-section img {
    max-width: 100%;
    /* margin-bottom: 80px; */
    border-radius: 20px;
  }
  
}

.family-business-list-section {
  background: #fff3e0;
  border-radius: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 31px;
  padding-right: 40px;
  font-size: 28px;
  font-weight: 700;
}

.family-business-list-section ul {
  list-style: none;
  padding: 0;
}

.family-business-list-section ul li {
  color: #3C6198;
  margin-bottom: 12px;
}

.family-business-list-section ul li i {
  color: #f5a623;
  margin-right: 12px;
}

.assistance-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

.assistance-section {
  background: url('/images/home/how-can-we-assist.png') no-repeat center center;
  background-size: cover;
  color: white;
  padding: 102px 20px;
  text-align: center;
  min-height: 300px;
  position: relative;
  border-radius: 20px;
}

.content-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
}

.content-container h1 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.assistance-section h1 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 33px;
}

.assistance-section a {
  color: #ffb74d;
  font-weight: bold;
  transition: color 0.3s ease;
}

.assistance-section a:hover {
  color: #ffa726;
}

.footer-section {
  text-align: center;
  background-color: #ffffff;
  max-width: auto;
  margin: 0 auto;
}

.footer-section h5 {
  margin-bottom: 15px;
  color: #3C6198;
  font-weight: 700;
  font-size: 18px;
}

.footer-section a {
  color: #111111;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 16px;
}

.footer-section a:hover {
  color: #1976d2;
}

.footer-section .contact-info i {
  margin-right: 12px;
  color: #3C6198;
}

.footer-section .logo img {
  width: 200px;
  margin-bottom: 22px;
  margin-top: 35px;
  padding-left: 0px;
}
.footer-bottom{
  background-color: #EAF5F8;
}
.footer-section .copyright {
  background-color: #EAF5F8;
  padding: 15px;
  font-size: 0.9rem;
  color: #111111;
}
/* team section */
.hero-section-team {
  background: url('/images/team/banner.png') no-repeat center center;
  background-size: cover;
  color: white;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 150px;

}

.team-section {
  padding: 50px 0px;
}
@media (max-width: 575px) {
  .team-section {
    padding: 50px 50px;
  }
}

.team-section h2 {
  font-weight: bold;
  color: #007bff;
  margin-bottom: 30px;
}

.team-member {
  text-align: center;
  margin-bottom: 30px;
}

.team-member img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.team-member .name {
  font-size: 18px;
  font-weight: bold;
  color: #0056b3;
}

.team-member .position {
  font-size: 14px;
  color: #666;
}

.team-card {
  border: none; 
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.team-card-body {
  padding: 10px;
}

.team-card .team-img {
  position: relative;
}

.team-card .team-img img {
  width: 100%;
}

.team-card .team-text {
  transition: background-color 0.5s;
}

.team-card:hover .team-text {
  background: #ff7309;
}

.team-card:hover .team-text h3,
.team-card:hover .team-text p {
  color: #FFFFFF;
}

.team-card:hover .team-text .team-social {
  opacity: 1;
  transform: translateY(-15px);
}

.team-card .team-text h3 {
  font-size: 18px;
  font-weight: 700;
  transition: color 0.5s;
}

.team-card .team-text p {
  margin-bottom: 0;
  transition: color 0.5s;
}

.team-card .team-text .team-social ul li i:hover {
  background: #fb7a00;
  color: #FFFFFF;
}

.hero-section-service {
  background: url('/images/services/banner.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 150px;
}

/* Transaction Service */

.transaction-container  {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.transaction-container-sub  {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.transaction-header {
  text-align: center;
  font-size: 3rem;
  color: #3b5998;
  margin-bottom: 20px;
}
.transaction-section-header {
  background-color: #EAF5F8;
  padding: 15px 25px;
  border: 1px solid lightgray;
  border-bottom: none !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #3b5998;
}
.transaction-content {
  padding: 30px;
  border: 1px solid lightgray;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.transaction-content h5 {
  font-weight: 700;
  color: #000000;
}
.transaction-content p {
  color: #333333;
}
.hero-section-transaction {
  background: url('/images/services/transaction-banner.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  padding: 40px 0;
  text-align: center;
}
.hero-section-transformation {
  background: url('/images/services/transformation.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  padding-top: 50px;
  padding-bottom: 150px;
  text-align: center;
}
.hero-section-transition {
  background: url('/images/services/transition.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  padding-top: 50px;
  padding-bottom: 150px;
  text-align: center;
}

/* contact us  */
.contact-banner {
  background: url('/images/contact/banner.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  padding-top: 50px;
  padding-bottom: 150px;
  text-align: center;
}
.contact-banner h1 {
  margin-bottom: 10px;
}
.contact-section {
  background-color: #fdf2e9;
  font-family: Arial, sans-serif;
  padding-bottom: 50px;
}
.contact-info {
  margin-top: 50px;
  
}
.contact-info .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.contact-info .info-item a {
  color: #3C6198;
  text-decoration: none;
}
.contact-info .info-item a:hover {
  text-decoration: underline;
}
.contact-info .info-item h5 {
  margin: 0;
  color: #3C6198;
}
.contact-info .info-item p {
  margin: 0;
 
}
.contact-form {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
}
.contact-form h5 {
  color: #000000;
  margin-bottom: 10px;
}
.contact-form .form-control {
  background-color: #eaf5f9;
  border: none;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.contact-form .btn {
  color: #ffffff;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
}

.map-container {
  display: flex;
  justify-content: space-between;
}
.map {
  width: 49%;
  height: 400px;
  border: 1px solid #ccc;
}

/* about us */

.hero-section-about {
  background: url('/images/about/banner.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  padding: 30px 0;
  text-align: center;
}
.management-section{
  background-image: linear-gradient(to bottom, rgba(255,255,255), rgb(231,245,250));


}
.management{
  margin-left: -100px;
  border-radius: 40px;
  transform: scale(0.85);
}

@media (max-width: 575px) {
  .management {
    margin-left: 0px;
    transform: none;
  }
  
  .management .manage-img {
    border-radius: 40px;
    width: auto !important;
    transform: none;
  }
}
.manage-img{
  border-radius: 40px;
  width: 700px !important;
  transform: scale(1.15);
  z-index: 1;
}

.management img {
  width: 100%;
  height: auto;
  border-radius: 40px;
}

.img-width{
  height: 600px;
}
@media (max-width: 575px) {
  .img-width{
    height: 350px;
  } 
}

/* Add fixed height to content cards */
.management .card {
  min-height: 450px; /* Changed from fixed height to minimum height */
  height: auto; /* Allow card to grow with content */
  margin-bottom: 20px;
  transition: all 0.3s ease; /* Smooth height transitions */
}

.management .card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.management .card-body h5.card-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.management .card-body .text-muted {
  margin-bottom: 20px;
}

.management .card-body p.fs-6 {
  flex-grow: 1;
  line-height: 1.8;
  margin-bottom: 0;
  padding-right: 15px;
}

@media (max-width: 575px) {
  .management .card {
    min-height: auto;
    margin-bottom: 30px;
  }
  
  .management .card-body {
    padding: 20px;
  }
  
  .management .card-body p.fs-6 {
    padding-right: 0;
  }
}

/* Style the scrollbar */
.management .card-body p.fs-6::-webkit-scrollbar {
  width: 6px;
}

.management .card-body p.fs-6::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.management .card-body p.fs-6::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.management .card-body p.fs-6::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.contact-form .form-control::placeholder {
  font-size: 0.875rem;  /* Makes text smaller (14px if base size is 16px) */
  color: #6c757d;       /* Bootstrap's text-muted color */
  opacity: 0.7;         /* Makes it slightly more muted */
}

@media (max-width: 767px) { /* md breakpoint */
  /* Text alignment */
  .hero-section,
  .purpose-section,
  .why-choose-us-container,
  .service-card,
  .family-business-container,
  .assistance-section {
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
  }

  /* Reset any existing padding */
  .family-business-container {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .purpose-section,
  .assistance-section,
  .contact-section,
  .team-section,
  .transaction-container,
  .transaction-container-sub {
    padding-left: 25px;
    padding-right: 25px;
  }

  /* Center images only */
  .hero-image,
  .purpose-image-container,
  .why-choose-us-image,
  .service-card img,
  .family-business-image-section {
    text-align: center;
  }

  /* Specific adjustments */
  .service-card .know-more {
    justify-content: flex-start;
  }

  .purpose-signature {
    text-align: left;
  }

  /* Icon alignments */
  .service-card .icon,
  .family-business-list-section ul li i,
  .footer-section .contact-info i {
    text-align: left;
    justify-content: flex-start;
    margin-left: 0;
  }
  
  /* Container for icons */
  .service-card .icon-container,
  .contact-info .info-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
