/* --------------------- ABOUT PAGE SECTION ------------------------- */
/* HERO SECTION */
.about-hero-section {
  padding: 40px 0 20px;
}

.about-img {
  float: left;
  width: 32%;
  margin-right: 30px;
  margin-bottom: 15px;
}

.about-img img {
  border-radius: 15px;
  width: 100%;
}

.about-title-box {
  overflow: hidden;
}

.about-title-box h2 {
  margin-bottom: 6px;
}

.about-subtitle {
  font-size: 24px;
  margin-bottom: 6px;
}

.about-hero-section p {
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.6;
}

.about-p1,
.about-p2,
.about-p3 {
  overflow: hidden;
}

.about-p4 {
  clear: left;
  display: block;
}

@media (max-width: 1440px) {
  .about-subtitle {
    font-size: 22px;
  }
  .about-hero-section p {
    margin-top: 6px;
  }
}

@media (max-width: 1200px) {
  .about-subtitle {
    font-size: 20px;
  }
  .about-img {
    width: 34%;
    margin-right: 30px;
  }
  .about-hero-section p {
    margin-top: 6px;
  }

  .about-p3 {
    clear: left;
    display: block;
    overflow: visible;
  }
  .about-p4 {
    clear: none;
  }
}

@media (max-width: 991px) {
  .about-hero-section {
    padding: 30px 0 15px;
  }
  .about-subtitle {
    font-size: 18px;
    margin-bottom: 0;
  }
  .about-img {
    width: 36%;
    margin-right: 25px;
    margin-bottom: 12px;
  }
  .about-p2 {
    clear: left;
    display: block;
    overflow: visible;
  }
  .about-p3 {
    clear: none;
  }
}

@media (max-width: 767px) {
  .about-hero-section {
    padding: 25px 0 15px;
  }
  .about-subtitle {
    font-size: 16px;
  }
  .about-hero-section .container {
    display: flex;
    flex-direction: column;
  }
  .about-title-box {
    order: 1;
    overflow: visible;
  }
  .about-hero-section p {
    text-align: justify;
    text-justify: inter-word;
  }
  .about-p1 {
    order: 2;
    overflow: visible;
  }
  .about-p2 {
    order: 3;
    clear: none;
    overflow: visible;
  }
  .about-img {
    order: 4; 
    text-align: center;
    margin: 10px auto;
    width: 100%;
    float: none;
  }
  .about-img img {
    width: 70% !important;
    margin: 0 auto;
    display: block;
  }
  .about-p3 {
    order: 5;
  }
  .about-p4 {
    order: 6;
  }
}

@media (max-width: 575px) {
  .about-hero-section {
    padding: 10px 0 10px;
  }
  .about-img img {
    width: 60% !important;
  }
  .about-hero-section p {
    margin-top: 3px;
  }
}

/* WHY CHOOSE US */
.about-why-section {
  padding: 20px;
}

.about-why-section h3 {
  font-family: "barlowcondensed-medium";
  font-size: 32px;
  margin-bottom: 20px;
  color: #111;
  display: inline-block;
}

.about-why-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.about-why-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-left: 4px solid transparent;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

.about-why-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(45deg, #f37022, #fbaa4f);
}

.about-why-item:hover {
  transform: translateX(5px);
  background: #fdf7f3;
}

.about-why-item-icon {
  font-size: 20px;
  background: linear-gradient(45deg, #f37022, #fbaa4f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.about-why-section p {
  font-size: 20px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .about-why-section {
    padding: 10px 20px 10px;
  }
  .about-why-list {
    gap: 12px;
  }
  .about-why-item {
    gap: 10px;
    padding: 10px 18px;
  }
  .about-why-item-icon {
    font-size: 19px;
  }
  .about-why-section p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .about-why-section {
    padding: 10px 15px 15px;
  }
  .about-why-list {
    gap: 10px;
  }
  .about-why-item {
    gap: 8px;
    padding: 10px 16px;
  }
  .about-why-item-icon {
    font-size: 18px;
  }
  .about-why-section p {
    font-size: 19px;
  }
}

@media (max-width: 575px) {
  .about-why-section {
    padding: 10px;
  }
  .about-why-list {
    gap: 8px;
  }
  .about-why-item {
    padding: 10px 16px;
  }
  .about-why-item-icon {
    font-size: 15px;
  }
  .about-why-section p {
    font-size: 18px;
  }
}

/* TRACK RECORD */
.about-track-record-section {
  padding: 20px 20px;
}

.about-track-record-section h3 {
  font-family: "barlowcondensed-medium";
  font-size: 32px;
  margin-bottom: 20px;
  color: #111;
  display: inline-block;
}

.about-track-record-section .row {
  row-gap: 20px;
}

.about-excellence-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 18px;
  height: 100%;
  transition: 0.3s ease;
}

.about-excellence-card:hover {
  transform: translateY(-5px);
}

.about-excellence-card-content {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.about-excellence-icon {
  width: 50px;
  height: 50px;
  background: rgba(8, 83, 181, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-excellence-icon i {
  font-size: 20px;
  background: linear-gradient(90deg, #34039d, #e5642b, #f68c38, #fdac50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.about-excellence-card p {
  font-size: 20px;
  margin: 0;
}

@media (max-width: 1200px) {
  .about-excellence-card {
    padding: 16px;
  }
}

@media (max-width: 991px) {
  .about-track-record-section {
    padding: 15px 20px 10px;
  }
  .about-track-record-section .row {
    row-gap: 15px;
  }
  .about-excellence-card {
    padding: 14px;
  }
  .about-excellence-icon {
    width: 45px;
    height: 45px;
  }
  .about-excellence-icon i {
    font-size: 18px;
  }
  .about-excellence-card p {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .about-track-record-section {
    padding: 10px 20px 10px;
  }
  .about-track-record-section .row {
    row-gap: 12px;
  }
  .about-excellence-card {
    padding: 12px;
  }
  .about-excellence-card-content {
    gap: 12px;
  }
  .about-excellence-icon {
    width: 42px;
    height: 42px;
  }
  .about-excellence-icon i {
    font-size: 17px;
  }
  .about-excellence-card p {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .about-track-record-section {
    padding: 10px 15px 10px;
  }
  .about-excellence-card-content {
    gap: 10px;
  }
  .about-track-record-section .row {
    row-gap: 10px;
  }
  .about-excellence-icon {
    width: 38px;
    height: 38px;
  }
  .about-excellence-icon i {
    font-size: 16px;
  }
  .about-excellence-card p {
    font-size: 17px;
  }
}

/* CALLOUT SECTION */
.about-callout-section {
  padding: 30px 20px;
}

.about-callout-card {
  background: #fdfdfd;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  transition: 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}

.differentiator-card {
  border-left: 5px solid transparent;
}

.differentiator-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(45deg, #f37022, #fbaa4f);
}

.growth-card {
  border-left: 5px solid transparent;
}

.growth-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(45deg, #f37022, #fbaa4f);
}

.about-callout-card h3 {
  font-family: "barlow-regular";
  font-size: 26px;
  margin-bottom: 15px;
}

.about-callout-card p {
  font-size: 20px;
}

/* BUTTON */
.annual-return-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "barlow-regular";
  padding: 8px 20px;
  border-radius: 30px;
  background: #0853b5;
  color: #fff !important;
  transition: 0.3s ease;
}

.annual-return-btn:hover {
  background: #f47627;
}

@media (max-width: 1200px) {
  .about-callout-section {
    padding: 25px 0 40px;
  }

  .about-callout-card {
    padding: 15px;
  }
  .about-callout-card h3 {
    font-size: 24px;
  }
  .about-callout-card p {
    font-size: 19px;
  }
  .annual-return-btn {
    padding: 6px 18px;
  }
}

@media (max-width: 991px) {
  .about-callout-section {
    padding: 25px 20px 30px;
  }

  .about-callout-section .row {
    row-gap: 20px;
  }
  .about-callout-card h3 {
    font-size: 22px;
  }
  .about-callout-card p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .about-callout-section {
    padding: 20px 15px 25px;
  }
  .about-callout-card h3 {
    font-size: 21px;
  }
  .about-callout-card p {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .about-callout-section {
    padding: 15px 15px 10px;
  }
  .about-callout-card h3 {
    font-size: 20px;
  }
  .about-callout-card p {
    font-size: 16px;
  }
}

/* --------------------- VISION SECTION ------------------------- */
.vision-and-philosophy-section {
  margin-top: 30px;
  margin-bottom: 50px;
}

.vision-and-philosophy-section .col-lg-12 {
  position: relative;
}

.vision-and-philosophy-section img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.vision-and-philosophy-img2 {
  display: none;
}

.vision-philosophy-txt {
  position: absolute;
  top: 20%;
  left: 50px;
  transform: translateY(-50%);
  color: #fff;
  width: 55%;
  max-width: 700px;
  z-index: 2;
}

.vision-philosophy-txt h2 {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: bold;
}

.vision-philosophy-txt h3 {
  font-size: 32px;
  margin-top: 25px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.vision-philosophy-txt p {
  font-size: 24px;
  margin-bottom: 10px;
}

@media (max-width: 1440px) {
  .vision-philosophy-txt {
    top: 25%;
    left: 45px;
    width: 60%;
  }
  .vision-philosophy-txt h2 {
    font-size: 38px;
  }
  .vision-philosophy-txt h3 {
    font-size: 28px;
    margin-top: 20px;
  }
  .vision-philosophy-txt p {
    font-size: 20px;
  }
}

@media (max-width: 1366px) {
  .vision-philosophy-txt {
    left: 40px;
  }
  .vision-philosophy-txt h2 {
    font-size: 34px;
  }
  .vision-philosophy-txt h3 {
    font-size: 26px;
    margin-top: 15px;
  }
  .vision-philosophy-txt p {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .vision-and-philosophy-section {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .vision-philosophy-txt {
    left: 35px;
    width: 62%;
  }
  .vision-philosophy-txt h2 {
    font-size: 30px;
  }
  .vision-philosophy-txt h3 {
    font-size: 24px;
  }
  .vision-philosophy-txt p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .vision-and-philosophy-section {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .vision-philosophy-txt {
    left: 25px;
    width: 55%;
  }
  .vision-philosophy-txt h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .vision-philosophy-txt h3 {
    font-size: 18px;
    margin-top: 10px;
  }
  .vision-philosophy-txt p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .vision-and-philosophy-section {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .vision-and-philosophy-img1 {
    display: none;
  }
  .vision-and-philosophy-img2 {
    display: block;
  }
  .vision-philosophy-txt {
    position: absolute;
    top: 5%;
    left: 50px;
    transform: translateY(-50%);
    width: 85%;
  }
  .vision-philosophy-txt h2 {
    font-size: 38px;
    margin-bottom: 15px;
  }
  .vision-philosophy-txt h3 {
    font-size: 26px;
    margin-top: 15px;
  }
  .vision-philosophy-txt p {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .vision-and-philosophy-section {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .vision-philosophy-txt {
    left: 20px;
    width: 90%;
    left: 40px;
  }
  .vision-philosophy-txt h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .vision-philosophy-txt h3 {
    font-size: 24px;
    margin-top: 10px;
  }
  .vision-philosophy-txt p {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .vision-philosophy-txt {
    left: 30px;
  }
  .vision-philosophy-txt h2 {
    font-size: 30px;
  }
  .vision-philosophy-txt h3 {
    font-size: 22px;
  }
  .vision-philosophy-txt p {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .vision-philosophy-txt {
    left: 30px;
    width: 80%;
  }
  .vision-philosophy-txt h2 {
    font-size: 26px;
  }
  .vision-philosophy-txt h3 {
    font-size: 20px;
  }
  .vision-philosophy-txt p {
    font-size: 15px;
  }
}